/* style.css - Phoenix Elite Venture LLC - Premium Core Checked */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,400;1,600;1,700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --navy-main: #061B33;
    --navy-dark: #071526;
    --navy-deep: #020B16;
    --navy-sec: #102033;
    --gold: #D4AF37;
    --gold-light: #E6C655;
    --white: #F8F9FA;
    --gray: #E8EEF5;
    --text-dark: #102033;
    --muted: #5B6675;
    --shadow: 0 24px 60px rgba(6, 27, 51, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-dark);
    background-color: var(--white);
    margin: 0;
    line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { transition: .25s ease; }

/* Tipografía Premium Playfair Display aplicada a todos los encabezados */
h1, h2, h3 { font-family: 'Playfair Display', serif; color: var(--navy-main); line-height: 1.08; }
h1 { font-size: clamp(2.55rem, 6vw, 5.4rem); margin: 0; }
h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); margin: 0 0 18px; }
h3 { font-size: 1.35rem; margin: 0 0 10px; }

/* Header */
.site-header, header {
    background: rgba(6, 27, 51, .98);
    padding: .85rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid var(--gold);
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 10px 30px rgba(0,0,0,.14);
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: white; min-width: fit-content; }
.brand-logo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(212,175,55,.55); box-shadow: 0 0 18px rgba(212,175,55,.28); }
.brand-text { display: flex; flex-direction: column; letter-spacing: .04em; text-transform: uppercase; }
.brand-text strong { color: var(--gold-light); font-size: 1.05rem; line-height: 1.1; }
.brand-text small { color: rgba(255,255,255,.8); font-size: .68rem; letter-spacing: .16em; margin-top: 4px; }
.logo { color: var(--gold-light); font-weight: 800; letter-spacing: .04em; }
.main-nav, nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
nav a, .main-nav a { color: white; text-decoration: none; margin-left: 16px; font-weight: 700; font-size: .95rem; }
.main-nav a.active, nav a:hover { color: var(--gold-light); }

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--navy-main) !important;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 12px 30px rgba(212,175,55,.24);
    cursor: pointer;
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow .3s ease;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(212,175,55,.32); }
.nav-cta { margin-left: 22px !important; }
.btn-outline {
    color: white;
    border: 1px solid rgba(212,175,55,.8);
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
    display: inline-flex;
    transition: background .3s ease;
}
.btn-outline:hover { background: rgba(212,175,55,.13); }
.dark-btn { color: var(--navy-main); border-color: var(--gold); }
.text-link { color: var(--gold); font-weight: 800; text-decoration: none; }

/* Hero */
.hero {
    padding: 80px 5%;
    background: var(--navy-dark);
    color: white;
    text-align: center;
}
.hero-home {
    min-height: 690px;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(2,11,22,.98) 0%, rgba(6,27,51,.84) 37%, rgba(6,27,51,.28) 67%, rgba(6,27,51,.08) 100%),
        url('selected_images/home-hero-premium-cleaning-team.jpg');
    background-size: cover;
    background-position: center;
}
.hero-home::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 70px;
    background: linear-gradient(180deg, rgba(248,249,250,0), var(--white));
}
.hero-content { max-width: 690px; position: relative; z-index: 2; }
.hero-content h1, .hero-content p { color: white; }
.hero-content h1 span { color: var(--gold-light); }
.hero-content p { font-size: 1.08rem; max-width: 650px; color: rgba(255,255,255,.88); }
.eyebrow { color: var(--gold-light); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; margin: 0 0 14px; }
.eyebrow.dark { color: var(--gold); }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 30px; flex-wrap: wrap; }

.section { padding: 70px 5%; }
.section-title { max-width: 850px; margin: 0 auto 44px; }
.center { text-align: center; }
.section-title p { color: var(--muted); }

/* Home service cards - Transiciones Premium Suaves */
.service-showcase { padding: 70px 5% 40px; background: var(--white); position: relative; }
.premium-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.service-card {
    background: white;
    border: 1px solid rgba(6, 27, 51, .08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    position: relative;
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow .3s ease;
}
.service-card img { width: 100%; height: 190px; object-fit: cover; }
.card-body { padding: 34px 24px 26px; position: relative; }
.service-icon {
    position: absolute;
    top: -27px;
    left: 24px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--navy-main);
    color: var(--gold-light);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(6,27,51,.22);
}
.service-card p { color: var(--muted); margin: 0 0 18px; }
.service-card a { color: #9a7417; text-decoration: none; font-weight: 800; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(6, 27, 51, 0.25); }

/* Legacy grid/card support */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.card { background: white; padding: 30px; border: 1px solid var(--gray); border-radius: 12px; text-align: center; box-shadow: 0 12px 28px rgba(6,27,51,.08); }

/* About premium */
.about-premium {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 50px;
    align-items: center;
    padding: 80px 5%;
    background: radial-gradient(circle at top left, rgba(212,175,55,.13), transparent 34%), var(--navy-deep);
    color: white;
}
.about-premium h2, .about-premium p { color: white; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 26px 0 34px; }
.feature-list span { background: rgba(255,255,255,.06); border: 1px solid rgba(212,175,55,.18); padding: 13px 14px; border-radius: 10px; color: rgba(255,255,255,.9); }
.about-photo-card { position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.35); border: 1px solid rgba(212,175,55,.28); }
.about-photo-card img { height: 460px; width: 100%; object-fit: cover; }
.stat-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    background: rgba(6,27,51,.88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212,175,55,.44);
    border-radius: 14px;
    padding: 18px;
}
.stat-card strong { color: var(--gold-light); font-size: 1.25rem; display: block; margin-bottom: 4px; }
.stat-card span { color: rgba(255,255,255,.82); }

/* Estimate form */
.estimate-section {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 44px;
    align-items: start;
    padding: 80px 5%;
    background: linear-gradient(135deg, #F8F9FA, #EEF3F8);
}
.estimate-copy { background: white; border-radius: 20px; padding: 34px; box-shadow: 0 16px 42px rgba(6,27,51,.10); border-top: 4px solid var(--gold); }
.estimate-copy p { color: var(--muted); }
.estimate-form {
    background: white;
    border-radius: 20px;
    padding: 34px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(6, 27, 51, .08);
}
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
label { display: block; color: var(--navy-main); font-weight: 800; font-size: .88rem; margin-bottom: 15px; }
input, select, textarea {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #D7DEE8;
    border-radius: 10px;
    padding: 13px 14px;
    font: inherit;
    color: var(--text-dark);
    background: #FBFCFE;
    outline: none;
    transition: border-color .3s ease, box-shadow .3s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(212,175,55,.16); }
textarea { resize: vertical; }
.full-btn { width: 100%; border: 0; font-size: 1rem; }
.hidden-field { display: none; }

/* Footer */
footer { background: var(--navy-dark); color: white; padding: 54px 5% 22px; border-top: 3px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 42px; align-items: start; }
.footer-premium a, footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer-premium a:hover, footer a:hover { color: var(--gold-light); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 86px; height: 86px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(212,175,55,.5); }
.footer-brand strong, footer strong { color: var(--gold-light); }
.footer-brand span, footer span, footer em { color: rgba(255,255,255,.76); }
.footer-heading {
    margin: 0 0 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold-light);
}
.footer-link-list, .footer-contact-list {
    display: grid;
    gap: 10px;
}
.footer-link-list a, .footer-contact-list span, .footer-contact-list em {
    font-size: .96rem;
    line-height: 1.6;
    color: rgba(255,255,255,.84);
}
.footer-contact-list em { color: var(--gold-light); font-style: normal; font-weight: 700; }
.footer-brand strong { font-size: 1.18rem; display: block; margin-bottom: 6px; }

.copyright { text-align: center; margin-top: 38px; color: rgba(255,255,255,.66); font-size: .92rem; }

@media (max-width: 1100px) {
    .premium-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-premium, .estimate-section { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .site-header, header { flex-direction: column; gap: 16px; padding: .9rem 4%; position: relative; }
    .brand { width: 100%; justify-content: center; text-align: center; }
    .brand-logo { width: 58px; height: 58px; }
    .main-nav, nav { display: grid; grid-template-columns: repeat(3, max-content); justify-content: center; gap: 10px 14px; width: 100%; }
    nav a, .main-nav a { margin: 0; font-size: .88rem; }
    .nav-cta { margin-left: 0 !important; grid-column: 1 / -1; justify-self: center; }
    .hero-home { min-height: 620px; text-align: center; background-position: center; }
    .hero-content { margin: 0 auto; }
    .hero-actions { justify-content: center; }
    .premium-grid { grid-template-columns: 1fr; }
    .service-card img { height: 220px; }
    .feature-list, .form-row, .footer-grid { grid-template-columns: 1fr; }
    .footer-grid { gap: 28px; }
    .footer-brand, .footer-grid > div { text-align: center; justify-content: center; }
    .footer-link-list, .footer-contact-list { gap: 8px; }
    .about-photo-card img { height: 360px; }
}

@media (max-width: 480px) {
    h1 { font-size: 2.35rem; }
    .btn-gold, .btn-outline { width: 100%; }
    .hero-actions { gap: 12px; }
    .service-showcase, .about-premium, .estimate-section, .section { padding-left: 18px; padding-right: 18px; }
    .estimate-form, .estimate-copy { padding: 24px; }
}

/* Services page premium update */
.service-hero {
    min-height: 560px;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(2,11,22,.98) 0%, rgba(6,27,51,.84) 45%, rgba(6,27,51,.30) 75%, rgba(6,27,51,.16) 100%),
        url('selected_images/services-hero-office-cleaning.jpg');
    background-size: cover;
    background-position: center;
}
.service-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 70px;
    background: linear-gradient(180deg, rgba(248,249,250,0), var(--white));
}
.service-hero-content { max-width: 800px; position: relative; z-index: 2; }
.service-hero-content h1, .service-hero-content p { color: white; }
.service-hero-content p { color: rgba(255,255,255,.86); max-width: 720px; }

.service-intro { padding: 76px 5% 36px; background: var(--white); }
.services-luxury-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}
.luxury-service-card {
    background: white;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(6,27,51,.08);
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow .3s ease;
}
.luxury-service-card:hover { transform: translateY(-5px); box-shadow: 0 30px 65px rgba(6,27,51,.2); }

/* Las tarjetas destacadas heredan las fuentes itálicas correctamente */
.featured-service-card { display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.featured-service-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.featured-service-card div { padding: 34px; }
.service-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(212,175,55,.13);
    color: #8c6812;
    font-weight: 800;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.luxury-service-card p { color: var(--muted); }
.luxury-service-card ul { margin: 20px 0 22px; padding-left: 20px; color: var(--text-dark); }
.luxury-service-card li { margin-bottom: 8px; }

.service-menu-section {
    padding: 76px 5%;
    background: linear-gradient(180deg, #F8F9FA 0%, #EEF3F8 100%);
}
.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.service-detail-card {
    background: white;
    border-radius: 18px;
    padding: 34px 26px 28px;
    border: 1px solid rgba(6,27,51,.08);
    box-shadow: 0 14px 34px rgba(6,27,51,.08);
    position: relative;
    overflow: hidden;
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow .3s ease;
}
.service-detail-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(6,27,51,.15); }

.service-detail-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.service-detail-card .clean-icon {
    position: static;
    margin-bottom: 22px;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, var(--navy-main), var(--navy-deep));
    color: var(--gold-light);
    border: 1px solid rgba(212,175,55,.55);
    box-shadow: 0 12px 24px rgba(6,27,51,.18);
}
.service-detail-card p { color: var(--muted); margin-bottom: 0; }

.premium-process-section {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 46px;
    align-items: center;
    padding: 82px 5%;
    background: radial-gradient(circle at top right, rgba(212,175,55,.15), transparent 34%), var(--navy-deep);
    color: white;
}
.premium-process-section h2, .premium-process-section p { color: white; }
.process-photo { border-radius: 24px; overflow: hidden; border: 1px solid rgba(212,175,55,.35); box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.process-photo img { width: 100%; height: 510px; object-fit: cover; }
.process-copy > p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.process-list { display: grid; gap: 16px; margin-top: 28px; }
.process-list div {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(212,175,55,.18);
    border-radius: 14px;
}
.process-list strong { color: var(--gold-light); font-size: 1.3rem; }
.process-list span { color: rgba(255,255,255,.86); }

.service-areas-premium {
    margin: 0;
    padding: 66px 5%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    background: white;
    border-top: 1px solid rgba(6,27,51,.08);
    border-bottom: 1px solid rgba(6,27,51,.08);
}
.service-areas-premium p { color: var(--muted); max-width: 950px; }
.service-estimate { background: linear-gradient(135deg, #EEF3F8, #F8F9FA); }

@media (max-width: 1100px) {
    .services-luxury-grid, .premium-process-section { grid-template-columns: 1fr; }
    .featured-service-card { grid-template-columns: 1fr; }
    .featured-service-card img { min-height: 320px; }
    .service-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-areas-premium { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .service-hero { min-height: 590px; text-align: center; background-position: center; }
    .service-hero-content { margin: 0 auto; }
    .service-detail-grid { grid-template-columns: 1fr; }
    .featured-service-card div { padding: 26px; }
    .process-photo img { height: 360px; }
    .process-list div { grid-template-columns: 1fr; text-align: center; }
    .service-areas-premium { text-align: center; }
    .service-areas-premium .btn-gold { justify-self: center; }
}


/* Services v3 hero + shared footer corrections */
.service-hero {
    min-height: 460px;
    background-image:
        linear-gradient(90deg, rgba(2,11,22,.98) 0%, rgba(6,27,51,.88) 42%, rgba(6,27,51,.38) 72%, rgba(6,27,51,.16) 100%),
        url('selected_images/services-hero-office-cleaning.jpg');
}
.service-hero-content {
    max-width: 700px;
}
.service-hero-content h1 {
    font-size: clamp(2.45rem, 4.6vw, 4.35rem);
    line-height: 1.05;
    max-width: 680px;
}
.service-hero-content h1 span {
    color: var(--gold-light);
}
.service-hero-content p:not(.eyebrow) {
    font-size: 1rem;
    max-width: 640px;
}
.service-hero .eyebrow {
    color: var(--gold-light);
}
.footer-premium > div:nth-child(2) strong,
.footer-premium > div:nth-child(3) strong {
    color: var(--gold-light);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .95rem;
    letter-spacing: .04em;
}
.footer-premium a {
    line-height: 1.7;
}
.footer-premium em {
    color: var(--gold-light);
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 768px) {
    .service-hero {
        min-height: 500px;
        text-align: center;
        padding-top: 58px;
        padding-bottom: 58px;
        background-position: center;
    }
    .service-hero-content h1 {
        font-size: clamp(2.25rem, 10vw, 3.2rem);
        max-width: 100%;
    }
    .service-hero-content p:not(.eyebrow) {
        font-size: .96rem;
    }
}

@media (max-width: 480px) {
    .service-hero {
        min-height: auto;
        padding: 54px 18px 72px;
    }
    .service-hero-content h1 {
        font-size: 2.25rem;
    }
    .service-hero .eyebrow {
        font-size: .68rem;
        letter-spacing: .12em;
    }
}


/* Services v4: different hero from Home */
.service-hero-content h1 {
    max-width: 760px;
}
.service-hero-content p:not(.eyebrow) {
    max-width: 700px;
}


/* About page premium update */
.about-hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(2,11,22,.98) 0%, rgba(6,27,51,.88) 43%, rgba(6,27,51,.34) 74%, rgba(6,27,51,.14) 100%),
        url('selected_images/about-hero-clean-entryway.jpg');
    background-size: cover;
    background-position: center;
}
.about-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 70px;
    background: linear-gradient(180deg, rgba(248,249,250,0), var(--white));
}
.about-hero-content { max-width: 760px; position: relative; z-index: 2; }
.about-hero-content h1, .about-hero-content p { color: white; }
.about-hero-content h1 span { color: var(--gold-light); }
.about-hero-content p:not(.eyebrow) { color: rgba(255,255,255,.88); max-width: 680px; }

.about-story-section {
    padding: 78px 5%;
    background: var(--white);
}
.about-story-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 34px;
    align-items: start;
}
.about-story-copy p:not(.eyebrow) { color: var(--muted); }
.about-story-card {
    display: grid;
    gap: 18px;
    background: linear-gradient(180deg, #F8F9FA, #EEF3F8);
    border: 1px solid rgba(6,27,51,.08);
    box-shadow: 0 16px 42px rgba(6,27,51,.08);
    border-radius: 22px;
    padding: 28px;
}
.story-stat {
    background: white;
    border-left: 4px solid var(--gold);
    border-radius: 14px;
    padding: 20px 20px 18px;
    box-shadow: 0 12px 26px rgba(6,27,51,.07);
}
.story-stat strong {
    display: block;
    color: var(--navy-main);
    font-size: 1.15rem;
    margin-bottom: 8px;
}
.story-stat span { color: var(--muted); }

.founders-section {
    padding: 82px 5%;
    background: linear-gradient(180deg, #F8F9FA 0%, #EEF3F8 100%);
}
.founders-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}
.founder-card {
    background: white;
    border: 1px solid rgba(6,27,51,.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow .3s ease;
}
.founder-card:hover { transform: translateY(-5px); box-shadow: 0 30px 65px rgba(6,27,51,.2); }

.founder-photo-wrap {
    background: radial-gradient(circle at top right, rgba(212,175,55,.15), transparent 34%), var(--navy-deep);
    padding: 24px 24px 0;
}
.founder-photo {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center top;
    border-radius: 22px 22px 0 0;
    display: block;
}
.founder-body { padding: 30px; }
.founder-role {
    color: #8c6812;
    font-weight: 800;
    margin: 0 0 14px;
}
.founder-body p:last-child { color: var(--muted); margin-bottom: 0; }

.about-values-section {
    padding: 78px 5%;
    background: white;
}
.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.value-card {
    background: linear-gradient(180deg, #fff, #fbfcfe);
    border: 1px solid rgba(6,27,51,.08);
    border-radius: 18px;
    padding: 30px 26px;
    box-shadow: 0 12px 30px rgba(6,27,51,.08);
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow .3s ease;
}
.value-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(6,27,51,.12); }
.value-card p { color: var(--muted); margin-bottom: 0; }

.about-cta-section {
    padding: 0 5% 82px;
    background: white;
}
.about-cta-card {
    background: radial-gradient(circle at top left, rgba(212,175,55,.12), transparent 35%), var(--navy-deep);
    color: white;
    border-radius: 26px;
    padding: 44px;
    box-shadow: 0 26px 64px rgba(0,0,0,.24);
    text-align: center;
}
.about-cta-card h2, .about-cta-card p { color: white; }
.about-cta-card p:not(.eyebrow) { color: rgba(255,255,255,.84); max-width: 900px; margin-left: auto; margin-right: auto; }
.center-actions { justify-content: center; }

@media (max-width: 1100px) {
    .about-story-grid, .founders-grid, .about-values-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: 520px;
        text-align: center;
        padding-top: 56px;
        padding-bottom: 64px;
    }
    .about-hero-content { margin: 0 auto; }
    .founder-photo { height: 460px; }
    .about-cta-card { padding: 32px 24px; }
}

@media (max-width: 480px) {
    .about-story-section, .founders-section, .about-values-section, .about-cta-section { padding-left: 18px; padding-right: 18px; }
    .founder-photo-wrap { padding: 16px 16px 0; }
    .founder-photo { height: 380px; }
    .founder-body, .about-story-card, .value-card { padding: 22px; }
}


/* About v2 refinements: full-body founder portraits + stronger CTA button */
.founders-grid {
    align-items: stretch;
}
.founder-card {
    display: flex;
    flex-direction: column;
}
.founder-photo-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 700px;
    padding: 26px 26px 0;
    background:
        radial-gradient(circle at top right, rgba(212,175,55,.22), transparent 34%),
        linear-gradient(180deg, #102542 0%, #0A1F38 100%);
}
.founder-photo {
    width: auto;
    max-width: 100%;
    height: 640px;
    object-fit: contain;
    object-position: center bottom;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.founder-body {
    flex: 1;
}
.about-cta-card .dark-btn {
    border-color: var(--gold-light);
    color: white;
    background: rgba(255,255,255,.08);
}
.about-cta-card .dark-btn:hover {
    background: rgba(212,175,55,.16);
    color: white;
    border-color: var(--gold-light);
}

@media (max-width: 1100px) {
    .founder-photo-wrap {
        min-height: 620px;
    }
    .founder-photo {
        height: 560px;
    }
}

@media (max-width: 768px) {
    .founder-photo-wrap {
        min-height: 540px;
        padding: 20px 20px 0;
    }
    .founder-photo {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .founder-photo-wrap {
        min-height: 430px;
        padding: 14px 14px 0;
    }
    .founder-photo {
        width: 100%;
        height: 400px;
    }
}


/* Blog page premium update */
.blog-hero {
    min-height: 510px;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(2,11,22,.98) 0%, rgba(6,27,51,.88) 45%, rgba(6,27,51,.38) 76%, rgba(6,27,51,.16) 100%),
        url('selected_images/blog-cleaning-kit.jpg');
    background-size: cover;
    background-position: center;
}
.blog-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 70px;
    background: linear-gradient(180deg, rgba(248,249,250,0), var(--white));
}
.blog-hero-content { max-width: 790px; position: relative; z-index: 2; }
.blog-hero-content h1, .blog-hero-content p { color: white; }
.blog-hero-content p:not(.eyebrow) { color: rgba(255,255,255,.88); max-width: 720px; }

.blog-intro-section {
    padding: 74px 5% 30px;
    background: var(--white);
}
.blog-intro-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 26px;
    align-items: center;
    background: linear-gradient(135deg, white, #F1F5FA);
    border: 1px solid rgba(6,27,51,.08);
    border-top: 4px solid var(--gold);
    border-radius: 24px;
    padding: 34px;
    box-shadow: var(--shadow);
}
.blog-intro-card p:not(.eyebrow) { color: var(--muted); }

.blog-featured-section {
    padding: 76px 5%;
    background: var(--white);
}
.blog-card-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 26px;
    align-items: stretch;
}
.blog-card {
    background: white;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(6,27,51,.08);
    box-shadow: 0 16px 42px rgba(6,27,51,.10);
    display: flex;
    flex-direction: column;
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow .3s ease;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 26px 55px rgba(6,27,51,.18); }

.blog-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.large-blog-card img { height: 340px; }
.blog-card-body {
    padding: 28px;
    flex: 1;
}
.blog-category {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(212,175,55,.13);
    color: #8c6812;
    font-weight: 800;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.blog-card-body p { color: var(--muted); }

.affiliate-highlight-section {
    padding: 76px 5%;
    background: radial-gradient(circle at top right, rgba(212,175,55,.16), transparent 35%), var(--navy-deep);
}
.affiliate-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    color: white;
}
.affiliate-card h2, .affiliate-card p { color: white; }
.affiliate-card p:not(.eyebrow) { color: rgba(255,255,255,.84); }
.affiliate-note {
    font-size: .86rem;
    opacity: .78;
}

.blog-topic-section {
    padding: 78px 5%;
    background: linear-gradient(180deg, #F8F9FA 0%, #EEF3F8 100%);
}
.blog-topic-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.topic-card {
    background: white;
    border-radius: 18px;
    padding: 28px 24px;
    border: 1px solid rgba(6,27,51,.08);
    box-shadow: 0 12px 30px rgba(6,27,51,.08);
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow .3s ease;
}
.topic-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(6,27,51,.12); }
.topic-card p {
    color: var(--muted);
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .blog-card-grid {
        grid-template-columns: 1fr;
    }
    .large-blog-card img,
    .blog-card img {
        height: 320px;
    }
    .blog-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .blog-intro-card,
    .affiliate-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .blog-hero {
        min-height: 520px;
        text-align: center;
        padding-top: 58px;
        padding-bottom: 68px;
    }
    .blog-hero-content {
        margin: 0 auto;
    }
    .blog-intro-card,
    .affiliate-card {
        text-align: center;
    }
    .affiliate-card .btn-gold,
    .blog-intro-card .btn-gold {
        justify-self: center;
    }
}

@media (max-width: 480px) {
    .blog-intro-section,
    .blog-featured-section,
    .affiliate-highlight-section,
    .blog-topic-section {
        padding-left: 18px;
        padding-right: 18px;
    }
    .blog-topic-grid {
        grid-template-columns: 1fr;
    }
    .large-blog-card img,
    .blog-card img {
        height: 250px;
    }
    .blog-intro-card,
    .blog-card-body,
    .topic-card {
        padding: 22px;
    }
}


/* Contact page premium update */
.contact-hero {
    min-height: 560px;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(212,175,55,.16), transparent 32%), var(--navy-deep);
}
.contact-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 70px;
    background: linear-gradient(180deg, rgba(248,249,250,0), var(--white));
}
.contact-hero-grid {
    width: 100%;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 42px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.contact-hero-content h1,
.contact-hero-content p {
    color: white;
}
.contact-hero-content h1 span {
    color: var(--gold-light);
}
.contact-hero-content p:not(.eyebrow) {
    color: rgba(255,255,255,.86);
    max-width: 680px;
}
.contact-hero-card {
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(212,175,55,.35);
    box-shadow: 0 28px 75px rgba(0,0,0,.35);
}
.contact-hero-card img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.contact-info-section {
    padding: 78px 5%;
    background: var(--white);
}
.contact-method-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.contact-method-card {
    background: white;
    border: 1px solid rgba(6,27,51,.08);
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: 0 14px 34px rgba(6,27,51,.08);
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow .3s ease;
}
.contact-method-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(6,27,51,.15); }

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 18px;
    background: var(--navy-main);
    color: var(--gold-light);
    border: 1px solid rgba(212,175,55,.55);
    font-weight: 800;
    font-size: 1.25rem;
}
.contact-method-card p {
    color: var(--muted);
}
.contact-small {
    color: var(--gold);
    font-weight: 800;
}

.contact-estimate-section {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 44px;
    align-items: start;
    padding: 80px 5%;
    background: linear-gradient(135deg, #EEF3F8, #F8F9FA);
}
.contact-copy-card {
    position: sticky;
    top: 118px;
}
.contact-mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 22px;
}
.contact-mini-list span {
    display: inline-flex;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(212,175,55,.13);
    color: #8c6812;
    font-weight: 800;
    font-size: .78rem;
}
.contact-form-premium {
    border-top: 4px solid var(--gold);
}

.map-social-section {
    padding: 82px 5%;
    background: white;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: stretch;
}
.map-card-premium,
.social-card-premium {
    background: linear-gradient(180deg, white, #F8F9FA);
    border: 1px solid rgba(6,27,51,.08);
    border-radius: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.map-copy {
    padding: 32px 32px 24px;
}
.map-copy p:not(.eyebrow) {
    color: var(--muted);
}
.map-frame {
    height: 360px;
    border-top: 1px solid rgba(6,27,51,.08);
}
.map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.social-card-premium {
    padding: 32px;
}
.social-card-premium p:not(.eyebrow) {
    color: var(--muted);
}
.social-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}
.social-link-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 12px;
    background: var(--navy-main);
    color: white;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid rgba(212,175,55,.18);
    transition: transform .3s cubic-bezier(0.25, 0.8, 0.25, 1), background .3s ease, color .3s ease;
}
.social-link-grid a:hover {
    background: linear-gradient(135deg, var(--navy-main), var(--navy-deep));
    color: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(6,27,51,.15);
}

@media (max-width: 1100px) {
    .contact-hero-grid,
    .contact-estimate-section,
    .map-social-section {
        grid-template-columns: 1fr;
    }
    .contact-method-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contact-copy-card {
        position: static;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        min-height: auto;
        text-align: center;
        padding-top: 56px;
        padding-bottom: 72px;
    }
    .contact-hero-content {
        margin: 0 auto;
    }
    .contact-hero-grid {
        gap: 28px;
    }
    .contact-hero-card img {
        height: 310px;
    }
    .contact-method-grid,
    .social-link-grid {
        grid-template-columns: 1fr;
    }
    .contact-method-card {
        text-align: center;
    }
    .contact-icon {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .contact-info-section,
    .contact-estimate-section,
    .map-social-section {
        padding-left: 18px;
        padding-right: 18px;
    }
    .contact-hero-card img {
        height: 260px;
    }
    .map-copy,
    .social-card-premium {
        padding: 24px;
    }
    .map-frame {
        height: 300px;
    }
}


/* Contact v3 hero redesign: full-background image behind text */
.contact-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3,10,20,.82) 0%, rgba(3,10,20,.72) 40%, rgba(3,10,20,.40) 65%, rgba(3,10,20,.30) 100%),
        radial-gradient(circle at top right, rgba(212,175,55,.18), transparent 28%),
        url('selected_images/contact-hero-cleaning-team.jpg') center center / cover no-repeat;
}
.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18));
}
.contact-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 84px;
    background: linear-gradient(180deg, rgba(248,249,250,0), var(--white));
}
.contact-hero-overlay {
    display: none;
}
.contact-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1180px, 100% - 10%);
    margin: 0 auto;
    padding: 110px 0 120px;
}
.contact-hero-content {
    max-width: 640px;
    text-align: left;
}
.contact-hero-content h1,
.contact-hero-content p {
    color: white;
}
.contact-hero-content h1 {
    max-width: 560px;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: .96;
    margin-bottom: 20px;
}
.contact-hero-content h1 span {
    color: var(--gold-light);
}
.contact-hero-content p:not(.eyebrow) {
    max-width: 560px;
    font-size: 1.12rem;
    line-height: 1.75;
    color: rgba(255,255,255,.9);
}
.contact-hero-content .hero-actions {
    margin-top: 28px;
}
.contact-hero-content .btn-outline {
    color: white;
    border-color: rgba(212,175,55,.75);
    background: rgba(6,27,51,.35);
}
.contact-hero-content .btn-outline:hover {
    background: rgba(212,175,55,.15);
}

/* override previous split-layout hero so mobile looks clean */
.contact-hero-grid,
.contact-hero-card {
    display: none !important;
}

@media (max-width: 900px) {
    .contact-hero {
        min-height: 700px;
        background:
            linear-gradient(180deg, rgba(3,10,20,.78) 0%, rgba(3,10,20,.82) 55%, rgba(3,10,20,.68) 100%),
            radial-gradient(circle at top right, rgba(212,175,55,.18), transparent 28%),
            url('selected_images/contact-hero-cleaning-team.jpg') 68% center / cover no-repeat;
    }
    .contact-hero-inner {
        width: calc(100% - 36px);
        padding: 84px 0 90px;
    }
    .contact-hero-content {
        max-width: 100%;
        text-align: left;
    }
    .contact-hero-content h1 {
        max-width: 360px;
        font-size: clamp(2.5rem, 11vw, 4.2rem);
        line-height: .98;
        margin-bottom: 18px;
    }
    .contact-hero-content p:not(.eyebrow) {
        max-width: 360px;
        font-size: 1.02rem;
        line-height: 1.72;
    }
    .contact-hero-content .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        max-width: 340px;
    }
    .contact-hero-content .hero-actions a {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .contact-hero {
        min-height: 760px;
    }
    .contact-hero-inner {
        width: calc(100% - 34px);
        padding: 76px 0 86px;
    }
    .contact-hero-content .eyebrow {
        font-size: .82rem;
        letter-spacing: .18em;
        margin-bottom: 16px;
    }
    .contact-hero-content h1 {
        max-width: 310px;
        font-size: 3.15rem;
        margin-bottom: 18px;
    }
    .contact-hero-content p:not(.eyebrow) {
        max-width: 310px;
        font-size: 1.02rem;
        line-height: 1.68;
    }
}

/* Premium typography reset - Phoenix Elite */
h1, h2, h3,
.hero-content h1,
.service-hero-content h1,
.about-hero-content h1,
.blog-hero-content h1,
.contact-hero-content h1,
.section-title h2,
.about-cta-card h2 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
}

.hero-content h1 span,
.service-hero-content h1 span,
.about-hero-content h1 span,
.contact-hero-content h1 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    color: var(--gold-light);
}

/* Fix Home About button on dark background */
.about-premium .dark-btn {
    color: white !important;
    border-color: var(--gold-light);
    background: rgba(255,255,255,.04);
}

.about-premium .dark-btn:hover {
    color: var(--navy-main) !important;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-color: var(--gold-light);
    box-shadow: 0 14px 34px rgba(212,175,55,.28);
}


/* Final visual polish: improved hero image positioning after image refresh */
.hero-home {
    background-position: center center;
}
.service-hero {
    background-position: center center;
}
.about-hero {
    background-position: center center;
}

/* Final mobile header restore - matched to the approved backup navigation */
@media (max-width: 768px) {
    .site-header, header {
        flex-direction: column;
        gap: 16px;
        padding: .9rem 4%;
        position: relative;
        border-bottom: 3px solid var(--gold);
    }

    .brand {
        width: 100%;
        justify-content: center;
        text-align: center;
        gap: 14px;
    }

    .brand-logo {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
    }

    .brand-text {
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .brand-text strong {
        font-size: 1.05rem;
        line-height: 1.1;
        white-space: normal;
    }

    .brand-text small {
        font-size: .68rem;
        letter-spacing: .16em;
        margin-top: 4px;
        white-space: normal;
    }

    .main-nav, nav {
        display: grid;
        grid-template-columns: repeat(3, max-content);
        justify-content: center;
        align-items: center;
        gap: 10px 14px;
        width: 100%;
    }

    nav a, .main-nav a {
        margin: 0;
        font-size: .88rem;
        line-height: 1.25;
    }

    .nav-cta {
        margin-left: 0 !important;
        grid-column: 1 / -1;
        justify-self: center;
        width: min(100%, 350px);
    }
}

@media (max-width: 480px) {
    .site-header, header {
        padding: .9rem 4%;
        gap: 16px;
    }

    .brand-logo {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .brand-text strong {
        font-size: 1.05rem;
    }

    .brand-text small {
        font-size: .68rem;
        letter-spacing: .16em;
    }

    .main-nav, nav {
        gap: 10px 14px;
    }

    .nav-cta {
        width: min(100%, 350px);
    }
}


/* Final mobile header height fix - compact phone navigation */
@media (max-width: 768px) {
    .site-header, header {
        padding: 8px 4% 10px !important;
        gap: 8px !important;
    }

    .brand {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 10px !important;
        text-align: left;
    }

    .brand-logo {
        width: 46px !important;
        height: 46px !important;
        flex: 0 0 46px !important;
    }

    .brand-text {
        max-width: calc(100vw - 92px);
        letter-spacing: .035em !important;
    }

    .brand-text strong {
        font-size: clamp(.78rem, 3.25vw, .9rem) !important;
        line-height: 1.05 !important;
        white-space: nowrap;
    }

    .brand-text small {
        font-size: clamp(.48rem, 2.05vw, .58rem) !important;
        letter-spacing: .14em !important;
        margin-top: 2px !important;
        white-space: nowrap;
    }

    .main-nav, nav {
        display: grid !important;
        grid-template-columns: repeat(3, auto) !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px 18px !important;
        width: 100% !important;
    }

    nav a, .main-nav a {
        margin: 0 !important;
        font-size: .82rem !important;
        line-height: 1.15 !important;
        padding: 0 !important;
    }

    .main-nav .nav-cta, nav .nav-cta {
        grid-column: 1 / -1 !important;
        justify-self: center !important;
        width: 250px !important;
        max-width: calc(100vw - 110px) !important;
        min-height: 38px !important;
        padding: 8px 16px !important;
        margin: 6px 0 0 !important;
        font-size: .9rem !important;
        border-radius: 7px !important;
    }
}

@media (max-width: 380px) {
    .brand-logo {
        width: 42px !important;
        height: 42px !important;
        flex-basis: 42px !important;
    }

    .brand-text strong {
        font-size: .76rem !important;
    }

    .brand-text small {
        font-size: .46rem !important;
        letter-spacing: .12em !important;
    }

    .main-nav, nav {
        gap: 6px 14px !important;
    }

    nav a, .main-nav a {
        font-size: .8rem !important;
    }

    .main-nav .nav-cta, nav .nav-cta {
        width: 230px !important;
        max-width: calc(100vw - 90px) !important;
    }
}


/* Final mobile hamburger navigation - keeps header compact on phones */
.nav-toggle,
.mobile-menu-button {
    display: none;
}

@media (max-width: 768px) {
    .site-header,
    header.site-header {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 9px 14px !important;
        position: sticky !important;
    }

    .site-header .brand,
    header.site-header .brand {
        width: auto !important;
        max-width: calc(100% - 56px) !important;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 9px !important;
        min-width: 0 !important;
    }

    .site-header .brand-logo,
    header.site-header .brand-logo {
        width: 42px !important;
        height: 42px !important;
        flex: 0 0 42px !important;
    }

    .site-header .brand-text,
    header.site-header .brand-text {
        min-width: 0 !important;
        max-width: 100% !important;
        letter-spacing: .035em !important;
    }

    .site-header .brand-text strong,
    header.site-header .brand-text strong {
        font-size: clamp(.64rem, 2.45vw, .78rem) !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: block !important;
    }

    .site-header .brand-text small,
    header.site-header .brand-text small {
        font-size: clamp(.43rem, 1.9vw, .54rem) !important;
        letter-spacing: .13em !important;
        margin-top: 2px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: block !important;
    }

    .site-header .mobile-menu-button,
    header.site-header .mobile-menu-button {
        display: inline-flex !important;
        width: 42px !important;
        height: 42px !important;
        flex: 0 0 42px !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        border: 1px solid rgba(212,175,55,.55) !important;
        border-radius: 10px !important;
        background: rgba(255,255,255,.06) !important;
        cursor: pointer !important;
        box-shadow: 0 10px 22px rgba(0,0,0,.16) !important;
    }

    .site-header .mobile-menu-button span,
    header.site-header .mobile-menu-button span {
        display: block !important;
        width: 20px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: var(--gold-light) !important;
    }

    .site-header .main-nav,
    header.site-header .main-nav {
        position: absolute !important;
        top: calc(100% + 0px) !important;
        right: 12px !important;
        width: min(288px, calc(100vw - 24px)) !important;
        display: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 7px !important;
        padding: 14px !important;
        background: rgba(6, 27, 51, .98) !important;
        border: 1px solid rgba(212,175,55,.38) !important;
        border-top: 3px solid var(--gold) !important;
        border-radius: 0 0 16px 16px !important;
        box-shadow: 0 22px 50px rgba(0,0,0,.35) !important;
        z-index: 100 !important;
    }

    .site-header .nav-toggle:checked ~ .main-nav,
    header.site-header .nav-toggle:checked ~ .main-nav {
        display: flex !important;
    }

    .site-header .main-nav a,
    header.site-header .main-nav a {
        width: 100% !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        border-radius: 10px !important;
        font-size: .92rem !important;
        line-height: 1.15 !important;
        text-align: left !important;
        color: white !important;
        background: rgba(255,255,255,.045) !important;
    }

    .site-header .main-nav a.active,
    header.site-header .main-nav a.active {
        color: var(--gold-light) !important;
        background: rgba(212,175,55,.12) !important;
    }

    .site-header .main-nav .nav-cta,
    header.site-header .main-nav .nav-cta {
        width: 100% !important;
        max-width: none !important;
        min-height: 40px !important;
        margin: 4px 0 0 !important;
        padding: 10px 14px !important;
        justify-content: center !important;
        text-align: center !important;
        color: var(--navy-main) !important;
        background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
    }
}

@media (max-width: 380px) {
    .site-header .brand-logo,
    header.site-header .brand-logo {
        width: 38px !important;
        height: 38px !important;
        flex-basis: 38px !important;
    }

    .site-header .mobile-menu-button,
    header.site-header .mobile-menu-button {
        width: 40px !important;
        height: 40px !important;
        flex-basis: 40px !important;
    }

    .site-header .brand-text strong,
    header.site-header .brand-text strong {
        font-size: .62rem !important;
    }

    .site-header .brand-text small,
    header.site-header .brand-text small {
        font-size: .41rem !important;
        letter-spacing: .11em !important;
    }
}
