/*
Theme Name: Bohr Insurance
Theme URI: https://bohrinsurance.com
Author: Kousik Manna
Author URI: https://bohrinsurance.com
Description: Custom WordPress Theme for Bohr Insurance using Divi Builder & Divi Supreme
Version: 1.0
Text Domain: bohrinsurance
*/

/* ======================================== */
/* ======================================== */

/* RESET */
body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: #fbfaf6;
}

/* CONTAINER */
.container-custom {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
}

/* HEADER */
.custom-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fbfaf6;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

/* INNER */
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

/* LOGO */
.logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-box {
    width: 40px;
    height: 40px;
    background: #1a4cad;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.logo-box span {
    color: #fbfaf6;
    font-family: "Fraunces", serif;
    font-size: 20px;
    line-height: 1;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title {
    font-family: "Fraunces", serif;
    font-size: 17px;
    color: #0e1a2b;
    letter-spacing: -0.02em;
}

.brand-sub {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(14, 26, 43, 0.6);
}

/* NAV */
.desktop-nav {
    display: none;
    align-items: center;
    gap: 32px;
}

@media (min-width: 992px) {
    .desktop-nav {
        display: flex;
    }
}

/* NAV LINKS */
.nav-link-custom {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: rgba(14, 26, 43, 0.8);
    transition: color 0.2s ease;
}

.nav-link-custom:hover {
    color: #1a4cad;
}

.nav-link-custom.active {
    color: #1a4cad;
}

/* DROPDOWN */
.dropdown-custom {
    position: relative;
}

.dropdown-trigger {
    display: flex;
    align-items: center;
}

.chevron-icon {
    width: 14px;
    height: 14px;
    stroke-width: 2;
    opacity: 0.6;
}

.dropdown-menu-custom {
    position: absolute;
    top: 140%;
    left: 0;
    min-width: 230px;
    background: #fff;
    border: 1px solid #e4e0d4;
    border-radius: 4px;
    padding: 8px 0;
    display: none;
    z-index: 1000;
}

.dropdown-menu-custom a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #0e1a2b;
    text-decoration: none;
}

.dropdown-menu-custom a:hover {
    background: #f5f5f5;
    color: #1a4cad;
}

.dropdown-custom:hover .dropdown-menu-custom {
    display: block;
}

/* RIGHT */
.header-right {
    display: none;
    align-items: center;
    gap: 16px;
}

@media (min-width: 992px) {
    .header-right {
        display: flex;
    }
}

/* PHONE */
.phone-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    text-decoration: none;
    color: rgba(14, 26, 43, 0.8);
}

.phone-link:hover {
    color: #1a4cad;
}

.phone-icon {
    width: 16px;
    height: 16px;
}

/* BUTTON */
.btn-primary-custom {
    background: #1a4cad;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13.5px;
    letter-spacing: 0.03em;
    transition: background 0.2s ease;
}

.btn-primary-custom:hover {
    background: #163f8f;
    color: #fff;
}

/* MOBILE */
.mobile-toggle {
    background: transparent;
    border: none;
    color: #0e1a2b;
}

@media (min-width: 992px) {
    .mobile-toggle {
        display: none;
    }
}

/* MOBILE MENU */
.mobile-menu {
    display: none;
    background: #fbfaf6;
    border-top: 1px solid #e4e0d4;
    padding: 20px;
}

.mobile-menu a {
    display: block;
    padding: 10px 0;
    color: #0e1a2b;
    text-decoration: none;
}

.mobile-menu a.active {
    color: #1a4cad;
}

.mobile-btn {
    margin-top: 10px;
    text-align: center;
}

/* SECTION */
.hero-section {
    position: relative;
    overflow: hidden;
    background: #fbfaf6;
}

/* BLURS */
.hero-blur {
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    pointer-events: none;
    opacity: 0.4;
}

.hero-blur-top {
    width: 620px;
    height: 620px;
    background: rgba(26, 76, 173, 0.1);
    top: 0;
    right: 0;
}

.hero-blur-bottom {
    width: 420px;
    height: 420px;
    background: rgba(194, 144, 58, 0.1);
    bottom: 0;
    left: 0;
}

/* GRID */
.hero-grid {
    position: relative;
    display: grid;
    gap: 56px;
    align-items: start;
    padding-top: 64px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .hero-grid {
        grid-template-columns: 1.15fr 1fr;
        padding-top: 96px;
        padding-bottom: 112px;
    }
}

/* KICKER */
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(14, 26, 43, 0.7);
}

.hero-kicker .line {
    width: 32px;
    height: 1px;
    background: rgba(14, 26, 43, 0.3);
}

/* TITLE */
.hero-title {
    margin-top: 24px;
    font-family: "Fraunces", serif;
    font-size: 44px;
    line-height: 1.02;
    letter-spacing: -0.02em;
    color: #0e1a2b;
}

.hero-title span {
    display: block;
}

@media (min-width: 576px) {
    .hero-title {
        font-size: 56px;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 72px;
    }
}

/* TEXT */
.hero-text {
    margin-top: 28px;
    max-width: 520px;
    font-size: 16.5px;
    line-height: 1.7;
    color: rgba(14, 26, 43, 0.7);
}

/* ACTIONS */
.hero-actions {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* BUTTONS */
.btn-primary-custom,
.btn-outline-custom {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-primary-custom {
    background: #1a4cad;
    color: #fff;
}

.btn-primary-custom:hover {
    background: #163f8f;
}

.btn-outline-custom {
    border: 1px solid rgba(14, 26, 43, 0.15);
    color: #0e1a2b;
}

.btn-outline-custom:hover {
    border-color: #1a4cad;
    color: #1a4cad;
}

/* STATS */
.hero-stats {
    margin-top: 56px;
    max-width: 520px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.stat-box {
    padding-top: 16px;
    border-top: 1px solid rgba(14, 26, 43, 0.15);
}

.stat-number {
    font-family: "Fraunces", serif;
    font-size: 32px;
    color: #0e1a2b;
}

.stat-label {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(14, 26, 43, 0.6);
}

/* FORM CARD */
.quote-card {
    background: #fff;
    border: 1px solid #e4e0d4;
    border-radius: 6px;
    padding: 32px;
    box-shadow: 0 30px 60px -30px rgba(14, 26, 43, 0.25);
}

/* HEADER */
.quote-header {
    display: flex;
    gap: 12px;
    align-items: center;
}

.quote-icon {
    width: 40px;
    height: 40px;
    background: rgba(26, 76, 173, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.quote-icon i {
    width: 20px;
    height: 20px;
    color: #1a4cad;
}

.quote-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(14, 26, 43, 0.55);
}

.quote-title {
    font-family: "Fraunces", serif;
    font-size: 32px;
    color: #0e1a2b;
}

/* DIVIDER */
.divider {
    height: 1px;
    background: #e4e0d4;
    margin: 24px 0;
}

/* FORM */
.form-group {
    margin-bottom: 18px;
}

.form-group label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(14, 26, 43, 0.6);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(14, 26, 43, 0.15);
    background: transparent;
    padding: 10px 0;
    font-size: 15px;
    color: #0e1a2b;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(14, 26, 43, 0.3);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a4cad;
}

textarea {
    resize: none;
}

/* NOTE */
.form-note {
    margin-top: 12px;
    font-size: 11.5px;
    text-align: center;
    color: rgba(14, 26, 43, 0.5);
}

/* ICON */
.icon-sm {
    width: 16px;
    height: 16px;
}

/* ========================================
   CARRIERS BAR
======================================== */

.carriers-bar {
    background: rgba(241, 236, 224, 0.4);
    border-top: 1px solid #e4e0d4;
    border-bottom: 1px solid #e4e0d4;
}

/* INNER LAYOUT */
.carriers-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
}

/* DESKTOP */
@media (min-width: 576px) {
    .carriers-inner {
        flex-direction: row;
        align-items: center;
        gap: 32px;
    }
}

/* LEFT TEXT */
.carriers-text {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgba(14, 26, 43, 0.55);
}

/* LOGOS WRAP */
.carriers-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 32px;
    row-gap: 8px;
}

/* LOGO TEXT */
.carriers-logos span {
    font-family: "Fraunces", serif;
    font-size: 17px;
    color: rgba(14, 26, 43, 0.7);
    transition: color 0.2s ease;
}

.carriers-logos span:hover {
    color: #1a4cad;
}

/* =========================================
   MISSION SECTION
========================================= */

.mission-section {
    background: #fbfaf6;
}

/* GRID */
.mission-grid {
    display: grid;
    gap: 64px;
    align-items: start;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .mission-grid {
        grid-template-columns: 0.8fr 1.2fr;
        padding-top: 112px;
        padding-bottom: 112px;
    }
}

/* STICKY */
.mission-sticky {
    position: sticky;
    top: 112px;
}

/* TAG */
.mission-tag {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #c2903a;
}

/* TITLE */
.mission-title {
    margin-top: 16px;
    font-family: "Fraunces", serif;
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #0e1a2b;
}

@media (min-width: 992px) {
    .mission-title {
        font-size: 48px;
    }
}

/* TEXT */
.mission-text {
    margin-top: 24px;
    font-size: 15.5px;
    line-height: 1.75;
    color: rgba(14, 26, 43, 0.7);
}

/* LINK */
.mission-link {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a4cad;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}

.mission-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #1a4cad;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.mission-link:hover::after {
    transform: scaleX(1);
}

/* GRID CARDS */
.mission-cards {
    display: grid;
    gap: 1px;
    background: #e4e0d4;
    border: 1px solid #e4e0d4;
    border-radius: 6px;
    overflow: hidden;
}

@media (min-width: 576px) {
    .mission-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* CARD */
.mission-card {
    background: #fbfaf6;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ICON */
.mission-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 76, 173, 0.08);
    border: 1px solid rgba(26, 76, 173, 0.15);
    border-radius: 4px;
}

.mission-icon i {
    width: 20px;
    height: 20px;
    color: #1a4cad;
}

/* CARD TITLE */
.mission-card h3 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 22px;
    line-height: 1.2;
    color: #0e1a2b;
}

/* CARD TEXT */
.mission-card p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(14, 26, 43, 0.7);
}

/* ICON */
.icon-sm {
    width: 16px;
    height: 16px;
}

/* =========================================
   POLICY SECTION
========================================= */

.policy-section {
    background: #0e1a2b;
    color: #fbfaf6;
}

/* SPACING */
.policy-section .container-custom {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .policy-section .container-custom {
        padding-top: 112px;
        padding-bottom: 112px;
    }
}

/* TOP */
.policy-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 992px) {
    .policy-top {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

/* TAG */
.policy-tag {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #c2903a;
}

/* TITLE */
.policy-title {
    margin-top: 16px;
    max-width: 640px;
    font-family: "Fraunces", serif;
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .policy-title {
        font-size: 48px;
    }
}

/* TEXT */
.policy-text {
    max-width: 420px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
}

/* GRID */
.policy-grid {
    margin-top: 56px;
}

/* CARD */
.policy-card {
    display: block;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.policy-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-6px);
}

/* IMAGE */
.policy-image {
    position: relative;
    height: 224px;
    overflow: hidden;
}

.policy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.policy-card:hover img {
    transform: scale(1.05);
}

/* OVERLAY */
.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            #0e1a2b,
            rgba(14, 26, 43, 0.4),
            transparent);
}

/* ICON */
.policy-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 36px;
    height: 36px;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-icon i {
    width: 16px;
    height: 16px;
    color: #fff;
}

/* CONTENT */
.policy-content {
    padding: 28px;
}

/* TITLE */
.policy-content h3 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 32px;
    line-height: 1.1;
}

/* SUBTITLE */
.policy-subtitle {
    margin-top: 8px;
    font-size: 13.5px;
    color: #c2903a;
}

/* TEXT */
.policy-content p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
}

/* LINK */
.policy-link {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #fff;
    transition: color 0.2s ease;
}

.policy-card:hover .policy-link {
    color: #c2903a;
}

/* ACTIONS */
.policy-actions {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* BUTTONS */
.btn-outline-light-custom,
.btn-gold-custom {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* OUTLINE */
.btn-outline-light-custom {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
}

.btn-outline-light-custom:hover {
    background: #fff;
    color: #0e1a2b;
}

/* GOLD */
.btn-gold-custom {
    background: #c2903a;
    color: #fff;
}

.btn-gold-custom:hover {
    background: #a8782d;
    color: #fff;
}

/* =========================================
   TESTIMONIALS SECTION
========================================= */

.testimonials-section {
    background: rgba(241, 236, 224, 0.5);
    position: relative;
    overflow: hidden;
}

/* GRAIN EFFECT */
.testimonials-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.04;
    pointer-events: none;
    background-image:
        radial-gradient(#000 0.5px, transparent 0.5px);
    background-size: 8px 8px;
}

/* SPACING */
.testimonials-section .container-custom {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .testimonials-section .container-custom {
        padding-top: 112px;
        padding-bottom: 112px;
    }
}

/* TOP */
.testimonial-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 992px) {
    .testimonial-top {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

/* TAG */
.testimonial-tag {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgba(14, 26, 43, 0.55);
}

/* TITLE */
.testimonial-title {
    margin-top: 16px;
    max-width: 640px;
    font-family: "Fraunces", serif;
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #0e1a2b;
}

@media (min-width: 992px) {
    .testimonial-title {
        font-size: 48px;
    }
}

/* RATING */
.rating-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(14, 26, 43, 0.7);
    font-size: 13px;
}

/* STARS */
.stars {
    display: flex;
    gap: 2px;
}

.stars svg,
.small-stars svg {
    width: 16px;
    height: 16px;

    stroke: #c2903a !important;
    fill: #c2903a !important;

    color: #c2903a !important;
}

.small-stars svg {
    width: 14px;
    height: 14px;
}

/* GRID */
.testimonial-grid {
    margin-top: 56px;
}

/* CARD */
.testimonial-card {
    background: #fff;
    border: 1px solid #e4e0d4;
    border-radius: 6px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(14, 26, 43, 0.08);
}

/* QUOTE ICON */
.quote-icon {
    width: 24px;
    height: 24px;
    color: #c2903a;
}

/* QUOTE */
.testimonial-card blockquote {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: "Fraunces", serif;
    font-size: 21px;
    line-height: 1.45;
    color: #0e1a2b;
}

/* FOOTER */
.testimonial-card figcaption {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e4e0d4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* NAME */
.client-name {
    font-size: 14px;
    color: #0e1a2b;
}

/* LOCATION */
.client-location {
    font-size: 12px;
    color: rgba(14, 26, 43, 0.55);
}

/* =========================================
   AGENCY SECTION
========================================= */

.agency-section {
    background: #fbfaf6;
}

/* GRID */
.agency-grid {
    display: grid;
    gap: 48px;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .agency-grid {
        grid-template-columns: 1fr 1fr;
        padding-top: 112px;
        padding-bottom: 112px;
    }
}

/* IMAGE */
.agency-image-box {
    position: relative;
    height: 460px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #e4e0d4;
}

.agency-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.agency-image-box:hover img {
    transform: scale(1.05);
}

/* OVERLAY CARD */
.agency-overlay-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;

    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);

    border: 1px solid rgba(255, 255, 255, 0.6);

    padding: 20px;
    border-radius: 4px;
}

/* TAG */
.overlay-tag {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #c2903a;
}

/* TITLE */
.overlay-title {
    margin-top: 8px;
    font-family: "Fraunces", serif;
    font-size: 20px;
    color: #0e1a2b;
    line-height: 1.3;
}

/* HOURS */
.overlay-hours {
    margin-top: 4px;
    font-size: 13px;
    color: rgba(14, 26, 43, 0.6);
}

/* CONTENT */
.agency-subtitle {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgba(14, 26, 43, 0.55);
}

/* TITLE */
.agency-title {
    margin-top: 16px;
    font-family: "Fraunces", serif;
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #0e1a2b;
}

@media (min-width: 992px) {
    .agency-title {
        font-size: 48px;
    }
}

/* TEXT */
.agency-text {
    margin-top: 24px;
    max-width: 520px;

    font-size: 15.5px;
    line-height: 1.75;

    color: rgba(14, 26, 43, 0.7);
}

/* DETAILS */
.agency-details {
    margin-top: 40px;

    display: grid;
    gap: 24px;
}

@media (min-width: 576px) {
    .agency-details {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ITEM */
.detail-item dt {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(14, 26, 43, 0.55);
}

.detail-item dd {
    margin-top: 8px;
    margin-bottom: 0;

    font-size: 15px;
    line-height: 1.6;
    color: #0e1a2b;
}

/* LINKS */
.detail-item a {
    color: #0e1a2b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.detail-item a:hover {
    color: #1a4cad;
}

/* MUTED */
.muted {
    color: rgba(14, 26, 43, 0.55);
}

/* =========================================
   FOOTER
========================================= */

.footer-section {
    background: #0e1a2b;
    color: #fbfaf6;
}

/* =========================================
   CTA
========================================= */

.footer-cta {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta-grid {
    display: grid;
    gap: 40px;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 56px;
}

@media (min-width: 992px) {
    .footer-cta-grid {
        grid-template-columns: 1.2fr 1fr;
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

/* TAG */
.footer-cta-tag {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #c2903a;
}

/* TITLE */
.footer-cta-title {
    margin-top: 12px;
    max-width: 540px;

    font-family: "Fraunces", serif;
    font-size: 36px;
    line-height: 1.08;
}

@media (min-width: 992px) {
    .footer-cta-title {
        font-size: 48px;
    }
}

/* ACTIONS */
.footer-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 576px) {
    .footer-cta-actions {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .footer-cta-actions {
        justify-content: flex-end;
    }
}

/* BUTTONS */
.btn-footer-outline,
.btn-footer-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 16px 24px;
    border-radius: 4px;

    text-decoration: none;
    transition: all 0.25s ease;
}

/* OUTLINE */
.btn-footer-outline {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
}

.btn-footer-outline:hover {
    background: #fff;
    color: #0e1a2b;
}

/* GOLD */
.btn-footer-gold {
    background: #c2903a;
    color: #fff;
}

.btn-footer-gold:hover {
    background: #a8782d;
}

/* =========================================
   MAIN GRID
========================================= */

.footer-main-grid {
    display: grid;
    gap: 48px;

    padding-top: 56px;
    padding-bottom: 56px;
}

@media (min-width: 992px) {
    .footer-main-grid {
        grid-template-columns: repeat(4, 1fr);
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* BRAND */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo {
    width: 40px;
    height: 40px;

    background: #fff;
    color: #1a4cad;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 3px;
}

.footer-logo span {
    font-family: "Fraunces", serif;
    font-size: 20px;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.footer-brand-title {
    font-family: "Fraunces", serif;
    font-size: 17px;
    color: #fff;
}

.footer-brand-sub {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.6);
}

/* DESCRIPTION */
.footer-description {
    margin-top: 24px;

    max-width: 280px;

    font-size: 13.5px;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.7);
}

/* =========================================
   SOCIAL
========================================= */

.footer-social {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;

    color: #fff;
    text-decoration: none;

    transition: all 0.25s ease;
}

.footer-social a:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.footer-social i {
    font-size: 16px;
    line-height: 1;
}

/* HEADINGS */
.footer-heading {
    margin-bottom: 20px;

    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.24em;

    color: rgba(255, 255, 255, 0.5);
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li+li {
    margin-top: 12px;
}

.footer-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
}

/* CONTACT */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    gap: 12px;

    font-size: 14px;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.8);
}

.footer-contact li+li {
    margin-top: 16px;
}

.footer-contact svg {
    width: 16px;
    height: 16px;

    margin-top: 3px;

    color: #c2903a;
    flex-shrink: 0;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer-contact a:hover {
    color: #fff;
}

/* MUTED */
.footer-muted {
    color: rgba(255, 255, 255, 0.5);
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding-top: 24px;
    padding-bottom: 24px;

    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 576px) {
    .footer-bottom-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: #fff;
}

/* =========================================
   PERSONAL HERO
========================================= */

.personal-hero-section {
    position: relative;
    overflow: hidden;

    background: #0e1a2b;
    color: #fbfaf6;
}

/* =========================================
   BLUR BACKGROUNDS
========================================= */

.hero-blur-wrap {
    position: absolute;
    inset: 0;

    opacity: 0.3;
    pointer-events: none;
}

.hero-blur {
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
}

.hero-blur-blue {
    top: -10%;
    right: -10%;

    width: 520px;
    height: 520px;

    background: rgba(26, 76, 173, 0.4);
}

.hero-blur-gold {
    bottom: -20%;
    left: 5%;

    width: 320px;
    height: 320px;

    background: rgba(194, 144, 58, 0.25);
}

/* =========================================
   CONTAINER
========================================= */

.hero-container {
    position: relative;
    z-index: 2;

    padding-top: 80px;
    padding-bottom: 96px;
}

@media (min-width: 992px) {
    .hero-container {
        padding-top: 112px;
        padding-bottom: 128px;
    }
}

/* =========================================
   TAG
========================================= */

.hero-tag {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.28em;

    color: #c2903a;
}

/* =========================================
   TITLE
========================================= */

.hero-title {
    margin-top: 20px;

    max-width: 900px;

    font-family: "Fraunces", serif;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: -0.02em;

    color: #000;
}

@media (min-width: 576px) {
    .hero-title {
        font-size: 64px;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 82px;
    }
}

/* =========================================
   TEXT
========================================= */

.hero-text {
    margin-top: 28px;

    max-width: 620px;

    font-size: 16.5px;
    line-height: 1.7;

    color: #000;
}

/* =========================================
   BUTTONS
========================================= */

.hero-actions {
    margin-top: 40px;

    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* GOLD BUTTON */
.btn-gold-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 24px;

    background: #c2903a;
    color: #fff;

    border-radius: 4px;

    font-size: 14px;
    text-decoration: none;

    transition: all 0.25s ease;
}

.btn-gold-hero:hover {
    background: #a8782d;
    color: #fff;
}

.btn-gold-hero svg {
    width: 16px;
    height: 16px;
}

/* OUTLINE BUTTON */
.btn-outline-hero {
    padding: 14px 24px;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;

    font-size: 14px;
    color: #fff;
    text-decoration: none;

    transition: all 0.25s ease;
}

.btn-outline-hero:hover {
    background: #fff;
    color: #0e1a2b;
}

/* =========================================
   PILLS
========================================= */

.hero-pills {
    margin-top: 64px;

    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-pills a {
    padding: 8px 16px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;

    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);

    text-decoration: none;

    transition: all 0.25s ease;
}

.hero-pills a:hover {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

/* =========================================
   PERSONAL SERVICES
========================================= */

.personal-services-section {
    background: #fbfaf6;
}

.services-wrap {
    padding-top: 80px;
    padding-bottom: 112px;

    display: flex;
    flex-direction: column;
    gap: 112px;
}

/* =========================================
   ROW
========================================= */

.service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;

    scroll-margin-top: 120px;
}

.reverse-row .service-image-col {
    order: 2;
}

.reverse-row .service-content {
    order: 1;
}

/* =========================================
   IMAGE
========================================= */

.service-image-wrap {
    position: relative;

    height: 440px;

    overflow: hidden;

    border-radius: 6px;
    border: 1px solid #e4e0d4;
}

.service-image-wrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.service-image-wrap:hover img {
    transform: scale(1.05);
}

/* =========================================
   ICON BOX
========================================= */

.service-icon-box {
    position: absolute;
    top: 16px;
    left: 16px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);

    border-radius: 4px;
}

.service-icon-box svg {
    width: 16px;
    height: 16px;

    color: #1a4cad;
}

/* =========================================
   CONTENT
========================================= */

.service-label {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.24em;

    color: #c2903a;
}

.service-title {
    margin-top: 16px;

    font-family: "Fraunces", serif;
    font-size: 44px;
    line-height: 1.05;
    letter-spacing: -0.02em;

    color: #0e1a2b;
}

.service-text {
    margin-top: 20px;

    max-width: 520px;

    font-size: 15.5px;
    line-height: 1.75;

    color: rgba(14, 26, 43, 0.7);
}

/* =========================================
   LIST
========================================= */

.service-list {
    margin-top: 28px;

    display: flex;
    flex-direction: column;
    gap: 14px;

    padding-left: 0;
    list-style: none;
}

.service-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    font-size: 14.5px;
    line-height: 1.6;

    color: rgba(14, 26, 43, 0.8);
}

/* =========================================
   CHECK ICON
========================================= */

.check-wrap {
    flex-shrink: 0;

    margin-top: 4px;

    width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;

    background: rgba(26, 76, 173, 0.1);
    border: 1px solid rgba(26, 76, 173, 0.3);
}

.check-wrap svg {
    width: 10px;
    height: 10px;

    stroke-width: 3;

    color: #1a4cad;
}

/* =========================================
   LINK
========================================= */

.service-link {
    margin-top: 32px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-size: 13.5px;
    text-decoration: none;

    color: #1a4cad;

    position: relative;
}

.service-link::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -3px;

    width: 100%;
    height: 1px;

    background: currentColor;

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.3s ease;
}

.service-link:hover::after {
    transform: scaleX(1);
}

.service-link svg {
    width: 16px;
    height: 16px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .service-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .reverse-row .service-image-col,
    .reverse-row .service-content {
        order: initial;
    }

    .service-image-wrap {
        height: 340px;
    }

    .service-title {
        font-size: 38px;
    }

    .services-wrap {
        gap: 80px;
    }

}

.commercial-hero-section {
    background: rgba(241, 236, 224, 0.4);

    border-bottom: 1px solid #e4e0d4;

    overflow: hidden;
}

.commercial-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;

    align-items: end;

    padding-top: 112px;
    padding-bottom: 96px;
}

/* =========================================================
   HERO CONTENT
========================================================= */

.hero-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.28em;

    color: #c2903a;
}

.commercial-hero-title {
    margin-top: 20px;

    font-family: "Fraunces", serif;

    font-size: 72px;
    line-height: 1.02;
    letter-spacing: -0.02em;

    color: #0e1a2b;
}

.commercial-hero-text {
    margin-top: 28px;

    max-width: 560px;

    font-size: 16.5px;
    line-height: 1.7;

    color: rgba(14, 26, 43, 0.7);
}

/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-actions {
    margin-top: 40px;

    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 14px 24px;

    background: #1a4cad;

    border-radius: 2px;

    color: white;
    text-decoration: none;

    font-size: 14px;
    letter-spacing: 0.02em;

    transition: 0.25s ease;
}

.hero-btn:hover {
    background: #143d8f;

    color: white;
}

.hero-btn svg {
    width: 16px;
    height: 16px;
}

.hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 24px;

    border: 1px solid #d8d2c3;
    border-radius: 2px;

    color: #0e1a2b;
    text-decoration: none;

    font-size: 14px;
    letter-spacing: 0.02em;

    transition: 0.25s ease;
}

.hero-btn-outline:hover {
    background: #0e1a2b;

    border-color: #0e1a2b;

    color: white;
}

/* =========================================================
   HERO IMAGE
========================================================= */

.commercial-hero-image {
    position: relative;
}

.hero-image-wrap {
    position: relative;

    height: 480px;

    overflow: hidden;

    border-radius: 6px;
    border: 1px solid #e4e0d4;
}

.hero-image-wrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.hero-image-wrap:hover img {
    transform: scale(1.04);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .commercial-hero-grid {
        grid-template-columns: 1fr;

        gap: 48px;

        padding-top: 80px;
        padding-bottom: 80px;
    }

    .commercial-hero-title {
        font-size: 54px;
    }

    .hero-image-wrap {
        height: 380px;
    }

}

@media (max-width: 640px) {

    .commercial-hero-grid {
        gap: 36px;

        padding-top: 64px;
        padding-bottom: 64px;
    }

    .commercial-hero-title {
        font-size: 42px;
    }

    .commercial-hero-text {
        font-size: 15.5px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-btn,
    .hero-btn-outline {
        width: 100%;

        justify-content: center;
    }

    .hero-image-wrap {
        height: 300px;
    }

}

/* =========================================================
   COMMERCIAL SERVICES SECTION
========================================================= */

.commercial-services-section {
    background: #fbfaf6;

    padding-top: 80px;
    padding-bottom: 112px;
}

/* =========================================================
   GRID
========================================================= */

.commercial-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 24px;
}

/* =========================================================
   CARD
========================================================= */

.commercial-card {
    background: #ffffff;

    border: 1px solid #e4e0d4;
    border-radius: 6px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.commercial-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.08);
}

/* =========================================================
   IMAGE
========================================================= */

.commercial-card-image {
    position: relative;

    height: 256px;

    overflow: hidden;
}

.commercial-card-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.commercial-card:hover .commercial-card-image img {
    transform: scale(1.05);
}

/* =========================================================
   OVERLAY
========================================================= */

.image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, 0.4),
            transparent);
}

/* =========================================================
   TOP ICON
========================================================= */

.commercial-card-icon {
    position: absolute;
    top: 16px;
    left: 16px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.95);

    backdrop-filter: blur(6px);

    border-radius: 4px;
}

.commercial-card-icon svg {
    width: 16px;
    height: 16px;

    color: #1a4cad;
}

/* =========================================================
   CONTENT
========================================================= */

.commercial-card-content {
    padding: 32px;
}

/* =========================================================
   LABEL
========================================================= */

.commercial-card-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.22em;

    color: #c2903a;
}

/* =========================================================
   TITLE
========================================================= */

.commercial-card-title {
    margin-top: 12px;

    font-family: "Fraunces", serif;

    font-size: 34px;
    line-height: 1.15;

    color: #0e1a2b;
}

/* =========================================================
   TEXT
========================================================= */

.commercial-card-text {
    margin-top: 16px;

    font-size: 14.5px;
    line-height: 1.75;

    color: rgba(14, 26, 43, 0.7);
}

/* =========================================================
   LIST
========================================================= */

.commercial-list {
    margin-top: 24px;

    display: flex;
    flex-direction: column;
    gap: 14px;

    padding-left: 0;

    list-style: none;
}

.commercial-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    font-size: 14px;
    line-height: 1.65;

    color: rgba(14, 26, 43, 0.8);
}

/* =========================================================
   CHECK ICON
========================================================= */

.check-circle {
    flex-shrink: 0;

    margin-top: 4px;

    width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;

    background: rgba(26, 76, 173, 0.1);
    border: 1px solid rgba(26, 76, 173, 0.3);
}

.check-circle svg {
    width: 10px;
    height: 10px;

    stroke-width: 3;

    color: #1a4cad;
}

/* =========================================================
   FOOTER
========================================================= */

.commercial-card-footer {
    margin-top: 32px;
    padding-top: 24px;

    border-top: 1px solid #e4e0d4;
}

/* =========================================================
   LINK
========================================================= */

.commercial-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    text-decoration: none;

    font-size: 13.5px;
    font-weight: 500;

    color: #1a4cad;

    position: relative;
}

.commercial-link::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -4px;

    width: 100%;
    height: 1px;

    background: currentColor;

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.3s ease;
}

.commercial-link:hover::after {
    transform: scaleX(1);
}

.commercial-link svg {
    width: 16px;
    height: 16px;
}

/* =========================================================
   BOTTOM CTA
========================================================= */

.commercial-bottom-cta {
    margin-top: 64px;

    padding: 48px;

    background: #0e1a2b;

    border-radius: 6px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

/* =========================================================
   CTA LABEL
========================================================= */

.bottom-cta-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.24em;

    color: #c2903a;
}

/* =========================================================
   CTA TITLE
========================================================= */

.bottom-cta-title {
    margin-top: 12px;

    max-width: 560px;

    font-family: "Fraunces", serif;

    font-size: 36px;
    line-height: 1.2;

    color: #fbfaf6;
}

/* =========================================================
   CTA BUTTON
========================================================= */

.bottom-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 14px 24px;

    background: #c2903a;

    border-radius: 2px;

    color: white;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    white-space: nowrap;

    transition: 0.25s ease;
}

.bottom-cta-button:hover {
    background: #a8782d;

    color: white;
}

.bottom-cta-button svg {
    width: 16px;
    height: 16px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .commercial-services-grid {
        grid-template-columns: 1fr;
    }

    .commercial-bottom-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .bottom-cta-title {
        font-size: 30px;
    }

}

@media (max-width: 640px) {

    .commercial-services-section {
        padding-top: 64px;
        padding-bottom: 80px;
    }

    .commercial-card-content {
        padding: 24px;
    }

    .commercial-card-title {
        font-size: 28px;
    }

    .commercial-bottom-cta {
        padding: 32px 24px;
    }

    .bottom-cta-title {
        font-size: 26px;
    }

    .bottom-cta-button {
        width: 100%;

        justify-content: center;
    }

}

/* =========================================================
   ABOUT HERO SECTION
========================================================= */

.about-hero-section {
    background: #fbfaf6;
}

/* =========================================================
   CONTENT
========================================================= */

.about-hero-content {
    padding-top: 112px;
    padding-bottom: 96px;
}

/* =========================================================
   LABEL
========================================================= */

.about-hero-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.28em;

    color: #c2903a;
}

/* =========================================================
   TITLE
========================================================= */

.about-hero-title {
    margin-top: 20px;

    max-width: 1000px;

    font-family: "Fraunces", serif;

    font-size: 80px;
    line-height: 1.02;
    letter-spacing: -0.02em;

    color: #0e1a2b;
}

/* =========================================================
   TEXT
========================================================= */

.about-hero-text {
    margin-top: 32px;

    max-width: 640px;

    font-size: 17px;
    line-height: 1.75;

    color: rgba(14, 26, 43, 0.7);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .about-hero-content {
        padding-top: 88px;
        padding-bottom: 72px;
    }

    .about-hero-title {
        font-size: 62px;
    }

}

@media (max-width: 640px) {

    .about-hero-content {
        padding-top: 72px;
        padding-bottom: 56px;
    }

    .about-hero-title {
        font-size: 46px;
    }

    .about-hero-text {
        font-size: 15.5px;
    }

}

/* =========================================================
   ABOUT STORY SECTION
========================================================= */

.about-story-section {
    background: rgba(241, 236, 224, 0.5);

    border-top: 1px solid #e4e0d4;
    border-bottom: 1px solid #e4e0d4;
}

/* =========================================================
   GRID
========================================================= */

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;

    padding-top: 80px;
    padding-bottom: 96px;
}

/* =========================================================
   IMAGE
========================================================= */

.about-story-image-wrap {
    position: relative;
}

.about-story-image {
    height: 560px;

    overflow: hidden;

    border-radius: 6px;
    border: 1px solid #e4e0d4;
}

.about-story-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.about-story-image:hover img {
    transform: scale(1.04);
}

/* =========================================================
   CONTENT
========================================================= */

.about-story-content {
    display: flex;
    align-items: center;
}

.about-story-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* =========================================================
   LABEL
========================================================= */

.about-story-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.24em;

    color: rgba(14, 26, 43, 0.55);
}

/* =========================================================
   TITLE
========================================================= */

.about-story-title {
    font-family: "Fraunces", serif;

    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -0.02em;

    color: #0e1a2b;
}

/* =========================================================
   TEXT
========================================================= */

.about-story-text {
    font-size: 15.5px;
    line-height: 1.8;

    color: rgba(14, 26, 43, 0.75);

    margin: 0;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .about-story-grid {
        grid-template-columns: 1fr;

        gap: 48px;

        padding-top: 72px;
        padding-bottom: 72px;
    }

    .about-story-title {
        font-size: 44px;
    }

    .about-story-image {
        height: 460px;
    }

}

@media (max-width: 640px) {

    .about-story-grid {
        gap: 36px;

        padding-top: 64px;
        padding-bottom: 64px;
    }

    .about-story-title {
        font-size: 36px;
    }

    .about-story-text {
        font-size: 15px;
    }

    .about-story-image {
        height: 340px;
    }

}

/* =========================================================
   VALUES SECTION
========================================================= */

.values-section {
    background: #fbfaf6;

    padding-top: 80px;
    padding-bottom: 112px;
}

/* =========================================================
   HEADER
========================================================= */

.values-header {
    margin-bottom: 56px;
}

.values-header-inner {
    max-width: 720px;
}

/* =========================================================
   LABEL
========================================================= */

.values-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.24em;

    color: #c2903a;
}

/* =========================================================
   TITLE
========================================================= */

.values-title {
    margin-top: 16px;

    font-family: "Fraunces", serif;

    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -0.02em;

    color: #0e1a2b;
}

/* =========================================================
   GRID
========================================================= */

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 24px;
}

/* =========================================================
   CARD
========================================================= */

.value-card {
    height: 100%;

    padding: 28px;

    background: #ffffff;

    border: 1px solid #e4e0d4;
    border-radius: 6px;

    display: flex;
    flex-direction: column;
    gap: 16px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.value-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 16px 40px rgba(15, 23, 42, 0.06);
}

/* =========================================================
   ICON WRAP
========================================================= */

.value-icon-wrap {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(26, 76, 173, 0.08);

    border: 1px solid rgba(26, 76, 173, 0.15);

    border-radius: 4px;
}

/* =========================================================
   ICON
========================================================= */

.value-icon-wrap svg {
    width: 20px;
    height: 20px;

    color: #1a4cad;

    stroke-width: 2;
}

/* =========================================================
   CARD TITLE
========================================================= */

.value-card-title {
    font-family: "Fraunces", serif;

    font-size: 22px;
    line-height: 1.2;

    color: #0e1a2b;

    margin: 0;
}

/* =========================================================
   CARD TEXT
========================================================= */

.value-card-text {
    margin: 0;

    font-size: 14px;
    line-height: 1.75;

    color: rgba(14, 26, 43, 0.7);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-title {
        font-size: 44px;
    }

}

@media (max-width: 640px) {

    .values-section {
        padding-top: 64px;
        padding-bottom: 80px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .values-title {
        font-size: 36px;
    }

    .value-card {
        padding: 24px;
    }

}

/* =========================================================
   CARRIER SECTION
========================================================= */

.carrier-section {
    background: #0e1a2b;

    color: #fbfaf6;

    padding-top: 80px;
    padding-bottom: 96px;
}

/* =========================================================
   HEADER
========================================================= */

.carrier-header {
    margin-bottom: 48px;
}

/* =========================================================
   LABEL
========================================================= */

.carrier-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.24em;

    color: #c2903a;
}

/* =========================================================
   TITLE
========================================================= */

.carrier-title {
    margin-top: 16px;

    max-width: 780px;

    font-family: "Fraunces", serif;

    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -0.02em;

    color: #fbfaf6;
}

/* =========================================================
   GRID
========================================================= */

.carrier-grid {
    margin-top: 48px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 1px;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;

    background: rgba(255, 255, 255, 0.1);
}

/* =========================================================
   ITEM
========================================================= */

.carrier-item {
    min-height: 120px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 32px;

    background: #0e1a2b;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.carrier-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

/* =========================================================
   TEXT
========================================================= */

.carrier-item span {
    font-family: "Fraunces", serif;

    font-size: 24px;
    line-height: 1.2;

    color: rgba(255, 255, 255, 0.8);

    text-align: center;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .carrier-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .carrier-title {
        font-size: 44px;
    }

}

@media (max-width: 640px) {

    .carrier-section {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .carrier-title {
        font-size: 36px;
    }

    .carrier-item {
        min-height: 100px;

        padding: 24px;
    }

    .carrier-item span {
        font-size: 20px;
    }

}

/* =========================================================
   CTA SECTION
========================================================= */

.quote-cta-section {
    background: #fbfaf6;

    padding-top: 80px;
    padding-bottom: 96px;
}

/* =========================================================
   GRID
========================================================= */

.quote-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 40px;

    align-items: center;
}

/* =========================================================
   LABEL
========================================================= */

.quote-cta-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.24em;

    color: rgba(14, 26, 43, 0.55);
}

/* =========================================================
   TITLE
========================================================= */

.quote-cta-title {
    margin-top: 12px;

    font-family: "Fraunces", serif;

    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -0.02em;

    color: #0e1a2b;
}

/* =========================================================
   ACTIONS
========================================================= */

.quote-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    justify-content: flex-end;
}

/* =========================================================
   OUTLINE BUTTON
========================================================= */

.quote-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 24px;

    border: 1px solid #d8d2c3;
    border-radius: 2px;

    background: transparent;

    text-decoration: none;

    color: #0e1a2b;

    font-size: 14px;
    letter-spacing: 0.02em;

    transition: 0.25s ease;
}

.quote-btn-outline:hover {
    background: #0e1a2b;

    border-color: #0e1a2b;

    color: #ffffff;
}

/* =========================================================
   PRIMARY BUTTON
========================================================= */

.quote-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 24px;

    border-radius: 2px;

    background: #1a4cad;

    text-decoration: none;

    color: white;

    font-size: 14px;
    letter-spacing: 0.02em;

    transition: 0.25s ease;
}

.quote-btn-primary:hover {
    background: #143d8f;

    color: white;
}

/* =========================================================
   ICONS
========================================================= */

.quote-btn-outline svg,
.quote-btn-primary svg {
    width: 16px;
    height: 16px;

    stroke-width: 2;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .quote-cta-grid {
        grid-template-columns: 1fr;

        gap: 32px;
    }

    .quote-cta-actions {
        justify-content: flex-start;
    }

    .quote-cta-title {
        font-size: 44px;
    }

}

@media (max-width: 640px) {

    .quote-cta-section {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .quote-cta-title {
        font-size: 36px;
    }

    .quote-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .quote-btn-outline,
    .quote-btn-primary {
        width: 100%;

        justify-content: center;
    }

}

/* =========================================================
   CONTACT HERO SECTION
========================================================= */

.contact-hero-section {
    background: #fbfaf6;

    border-bottom: 1px solid #e4e0d4;
}

/* =========================================================
   CONTENT
========================================================= */

.contact-hero-content {
    padding-top: 112px;
    padding-bottom: 48px;
}

/* =========================================================
   LABEL
========================================================= */

.contact-hero-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.28em;

    color: #c2903a;
}

/* =========================================================
   TITLE
========================================================= */

.contact-hero-title {
    margin-top: 20px;

    max-width: 900px;

    font-family: "Fraunces", serif;

    font-size: 76px;
    line-height: 1.02;
    letter-spacing: -0.02em;

    color: #0e1a2b;
}

/* =========================================================
   TEXT
========================================================= */

.contact-hero-text {
    margin-top: 24px;

    max-width: 620px;

    font-size: 16px;
    line-height: 1.75;

    color: rgba(14, 26, 43, 0.7);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .contact-hero-content {
        padding-top: 88px;
        padding-bottom: 48px;
    }

    .contact-hero-title {
        font-size: 60px;
    }

}

@media (max-width: 640px) {

    .contact-hero-content {
        padding-top: 72px;
        padding-bottom: 40px;
    }

    .contact-hero-title {
        font-size: 46px;
    }

    .contact-hero-text {
        font-size: 15px;
    }

}

/* =========================================================
   CONTACT MAIN SECTION
========================================================= */

.contact-main-section {
    background: #fbfaf6;

    padding-top: 64px;
    padding-bottom: 80px;
}

/* =========================================================
   GRID
========================================================= */

.contact-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;

    gap: 48px;

    align-items: flex-start;
}

/* =========================================================
   LEFT
========================================================= */

.contact-info-wrap {
    display: flex;
    flex-direction: column;

    gap: 32px;
}

/* =========================================================
   LABEL
========================================================= */

.contact-info-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.24em;

    color: rgba(14, 26, 43, 0.55);
}

/* =========================================================
   TITLE
========================================================= */

.contact-info-title {
    margin-top: 12px;

    font-family: "Fraunces", serif;

    font-size: 36px;
    line-height: 1.2;

    color: #0e1a2b;
}

/* =========================================================
   LIST
========================================================= */

.contact-info-list {
    display: flex;
    flex-direction: column;

    gap: 20px;

    padding: 0;
    margin: 0;

    list-style: none;
}

/* =========================================================
   ITEM
========================================================= */

.contact-info-item {
    display: flex;
    gap: 16px;

    align-items: flex-start;
}

/* =========================================================
   ICON BOX
========================================================= */

.contact-icon-box {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(26, 76, 173, 0.1);

    border: 1px solid rgba(26, 76, 173, 0.15);

    border-radius: 4px;
}

.contact-icon-box svg {
    width: 16px;
    height: 16px;

    color: #1a4cad;
}

/* =========================================================
   TEXT
========================================================= */

.contact-item-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.22em;

    color: rgba(14, 26, 43, 0.55);
}

.contact-item-text,
.contact-link {
    margin-top: 4px;

    display: block;

    font-size: 15px;
    line-height: 1.7;

    color: #0e1a2b;

    text-decoration: none;

    transition: 0.25s ease;
}

.contact-link:hover {
    color: #1a4cad;
}

.contact-muted {
    color: rgba(14, 26, 43, 0.55);
}

/* =========================================================
   MAP
========================================================= */

.contact-map-wrap {
    height: 280px;

    overflow: hidden;

    border-radius: 6px;
    border: 1px solid #e4e0d4;
}

.contact-map {
    width: 100%;
    height: 100%;

    border: 0;

    filter: grayscale(15%);
}

/* =========================================================
   FORM CARD
========================================================= */

.contact-form-card {
    padding: 32px;

    background: #ffffff;

    border: 1px solid #e4e0d4;
    border-radius: 6px;

    box-shadow:
        0 30px 60px -30px rgba(14, 26, 43, 0.25);
}

/* =========================================================
   FORM HEADER
========================================================= */

.contact-form-header {
    display: flex;
    align-items: center;

    gap: 12px;
}

/* =========================================================
   FORM ICON
========================================================= */

.contact-form-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(26, 76, 173, 0.1);

    border-radius: 4px;
}

.contact-form-icon svg {
    width: 20px;
    height: 20px;

    color: #1a4cad;
}

/* =========================================================
   TAG
========================================================= */

.contact-form-tag {
    font-size: 11px;

    text-transform: uppercase;
    letter-spacing: 0.22em;

    color: rgba(14, 26, 43, 0.55);
}

/* =========================================================
   FORM TITLE
========================================================= */

.contact-form-title {
    margin-top: 4px;

    font-family: "Fraunces", serif;

    font-size: 32px;
    line-height: 1.2;

    color: #0e1a2b;
}

/* =========================================================
   DIVIDER
========================================================= */

.contact-divider {
    height: 1px;

    margin: 24px 0;

    background: #e4e0d4;
}

/* =========================================================
   FORM
========================================================= */

.contact-form {
    display: flex;
    flex-direction: column;

    gap: 16px;
}

/* =========================================================
   FORM GRID
========================================================= */

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 16px;
}

/* =========================================================
   GROUP
========================================================= */

.form-group label {
    display: block;

    font-size: 12px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.18em;

    color: rgba(14, 26, 43, 0.6);
}

/* =========================================================
   INPUTS
========================================================= */

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    margin-top: 4px;
    padding: 10px 0;

    border: none;
    border-bottom: 1px solid rgba(14, 26, 43, 0.15);

    background: transparent;

    font-size: 15px;

    color: #0e1a2b;

    outline: none;

    transition: 0.25s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1a4cad;
}

.form-group textarea {
    resize: none;
}

/* =========================================================
   BUTTON
========================================================= */

.contact-submit-btn {
    width: 100%;

    padding: 14px 20px;

    border: none;
    border-radius: 3px;

    background: #1a4cad;

    color: white;

    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;

    transition: 0.25s ease;
}

.contact-submit-btn:hover {
    background: #143d8f;
}

/* =========================================================
   DISCLAIMER
========================================================= */

.contact-disclaimer {
    margin: 0;

    text-align: center;

    font-size: 11.5px;
    line-height: 1.7;

    color: rgba(14, 26, 43, 0.5);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .contact-main-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 640px) {

    .contact-main-section {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    .contact-info-title {
        font-size: 30px;
    }

    .contact-form-title {
        font-size: 28px;
    }

    .contact-form-card {
        padding: 24px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================================================
   PERSONAL HERO SECTION
========================================================= */

#bohr-personal-hero {
    position: relative;

    overflow: hidden;

    background: #0e1a2b;

    color: #fbfaf6;
}

/* =========================================================
   HERO CONTAINER
========================================================= */

#bohr-personal-hero .hero-container {
    position: relative;
    z-index: 2;

    padding-top: 112px;
    padding-bottom: 128px;
}

/* =========================================================
   BLUR WRAP
========================================================= */

#bohr-personal-hero .hero-blur-wrap {
    position: absolute;
    inset: 0;

    overflow: hidden;

    opacity: 0.3;

    pointer-events: none;
}

/* =========================================================
   BLURS
========================================================= */

#bohr-personal-hero .hero-blur {
    position: absolute;

    border-radius: 999px;

    filter: blur(80px);
}

#bohr-personal-hero .hero-blur-blue {
    top: -10%;
    right: -10%;

    width: 520px;
    height: 520px;

    background: rgba(26, 76, 173, 0.4);
}

#bohr-personal-hero .hero-blur-gold {
    bottom: -20%;
    left: 5%;

    width: 320px;
    height: 320px;

    background: rgba(194, 144, 58, 0.25);
}

/* =========================================================
   TAG
========================================================= */

#bohr-personal-hero .hero-tag {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.28em;

    color: #c2903a;
}

/* =========================================================
   TITLE
========================================================= */

#bohr-personal-hero .hero-title {
    margin-top: 20px;

    max-width: 900px;

    font-family: "Fraunces", serif;

    font-size: 78px;
    line-height: 1.02;
    letter-spacing: -0.02em;

    color: #fbfaf6;
}

/* =========================================================
   TEXT
========================================================= */

#bohr-personal-hero .hero-text {
    margin-top: 28px;

    max-width: 620px;

    font-size: 16.5px;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.7);
}

/* =========================================================
   BUTTONS
========================================================= */

#bohr-personal-hero .hero-actions {
    margin-top: 40px;

    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}

/* =========================================================
   GOLD BUTTON
========================================================= */

#bohr-personal-hero .btn-gold-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 24px;

    background: #c2903a;

    border-radius: 3px;

    text-decoration: none;

    color: #ffffff;

    font-size: 14px;
    font-weight: 500;

    transition: 0.25s ease;
}

#bohr-personal-hero .btn-gold-hero:hover {
    background: #a8782d;

    color: #ffffff;
}

#bohr-personal-hero .btn-gold-hero svg {
    width: 16px;
    height: 16px;
}

/* =========================================================
   OUTLINE BUTTON
========================================================= */

#bohr-personal-hero .btn-outline-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 24px;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;

    text-decoration: none;

    color: #ffffff;

    font-size: 14px;
    font-weight: 500;

    transition: 0.25s ease;
}

#bohr-personal-hero .btn-outline-hero:hover {
    background: #ffffff;

    color: #0e1a2b;
}

/* =========================================================
   PILLS
========================================================= */

#bohr-personal-hero .hero-pills {
    margin-top: 64px;

    display: flex;
    flex-wrap: wrap;

    gap: 8px;
}

/* =========================================================
   PILL LINK
========================================================= */

#bohr-personal-hero .hero-pills a {
    padding: 10px 16px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 500;

    color: rgba(255, 255, 255, 0.8);

    transition: 0.25s ease;
}

#bohr-personal-hero .hero-pills a:hover {
    border-color: rgba(255, 255, 255, 0.4);

    color: #ffffff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    #bohr-personal-hero .hero-container {
        padding-top: 88px;
        padding-bottom: 96px;
    }

    #bohr-personal-hero .hero-title {
        font-size: 62px;
    }

}

@media (max-width: 640px) {

    #bohr-personal-hero .hero-container {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    #bohr-personal-hero .hero-title {
        font-size: 46px;
    }

    #bohr-personal-hero .hero-text {
        font-size: 15px;
    }

    #bohr-personal-hero .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #bohr-personal-hero .btn-gold-hero,
    #bohr-personal-hero .btn-outline-hero {
        width: 100%;

        justify-content: center;
    }

}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */

/* DESKTOP MENU */

.desktop-nav .menu-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop-nav .menu-wrapper li {
    position: relative;
    list-style: none;
}

.desktop-nav .menu-wrapper>li>a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    padding: 10px 0;
    color: #000;
}

.desktop-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    padding: 0;
    margin: 0;
    display: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.desktop-nav .menu-item-has-children:hover>.sub-menu {
    display: block;
}

.desktop-nav .sub-menu li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
}

.desktop-nav .sub-menu li:last-child a {
    border-bottom: none;
}

.desktop-nav .menu-item-has-children>a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-top: -3px;
    display: inline-block;
}

/* =========================================================
       COMMON INNER HERO
    ========================================================= */

.common-inner-hero {
    background: #fbfaf6;
}

/* =========================================================
       CONTENT
    ========================================================= */

.common-inner-hero-content {
    padding-top: 112px;
    padding-bottom: 96px;
}

/* =========================================================
       LABEL
    ========================================================= */

.common-inner-hero-label {
    font-size: 11.5px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.28em;

    color: #c2903a;
}

/* =========================================================
       TITLE
    ========================================================= */

.common-inner-hero-title {
    margin-top: 20px;

    max-width: 1000px;

    font-family: "Fraunces", serif;

    font-size: 80px;
    line-height: 1.02;
    letter-spacing: -0.02em;

    color: #0e1a2b;
}

/* =========================================================
       TEXT
    ========================================================= */

.common-inner-hero-text {
    margin-top: 32px;

    max-width: 640px;

    font-size: 17px;
    line-height: 1.75;

    color: rgba(14, 26, 43, 0.7);
}

/* =========================================================
       RESPONSIVE
    ========================================================= */

@media (max-width: 991px) {

    .common-inner-hero-content {
        padding-top: 88px;
        padding-bottom: 72px;
    }

    .common-inner-hero-title {
        font-size: 62px;
    }

}

@media (max-width: 640px) {

    .common-inner-hero-content {
        padding-top: 72px;
        padding-bottom: 56px;
    }

    .common-inner-hero-title {
        font-size: 46px;
    }

    .common-inner-hero-text {
        font-size: 15.5px;
    }

}