:root {
            color-scheme: light;
            --maroon: #760006;
            --maroon-dark: #4e0004;
            --gold: #d69400;
            --gold-soft: #fff1c7;
            --ink: #121516;
            --muted: #5d6268;
            --paper: #fffdf8;
            --line: rgba(118, 0, 6, 0.16);
            --shadow: 0 20px 48px rgba(42, 19, 12, 0.13);
        }

        * { box-sizing: border-box; }

        html { scroll-behavior: smooth; }

        body {
            margin: 0;
            font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            color: var(--ink);
            background: var(--paper);
        }

        a { color: inherit; text-decoration: none; }

        .topbar {
            min-height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px 20px;
            color: #fff;
            background: linear-gradient(90deg, var(--maroon-dark), var(--maroon));
            font-size: 0.95rem;
            font-weight: 600;
        }

        .site-header {
            display: grid;
            grid-template-columns: minmax(250px, 420px) 1fr auto;
            gap: 28px;
            align-items: center;
            padding: 14px clamp(18px, 4vw, 56px);
            background: rgba(255, 255, 255, 0.96);
            border-bottom: 1px solid rgba(118, 0, 6, 0.08);
            position: sticky;
            top: 0;
            z-index: 5;
            backdrop-filter: blur(12px);
        }

        .brand {
            display: block;
            width: min(360px, 34vw);
            min-width: 250px;
        }

        .brand-logo {
            display: block;
            width: 100%;
            height: auto;
            max-height: 118px;
            object-fit: contain;
            object-position: left center;
        }

        .brand-text {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        .brand-mark {
            display: none;
        }

        .brand-title {
            display: none;
        }

        .brand-title span {
            display: block;
            color: #171717;
            font-size: 0.46em;
            letter-spacing: 0.24em;
            margin-top: 10px;
        }

        .nav {
            display: flex;
            justify-content: center;
            gap: clamp(16px, 2vw, 36px);
            font-size: 0.84rem;
            font-weight: 800;
            text-transform: uppercase;
        }

        .nav a {
            padding: 8px 0;
            border-bottom: 3px solid transparent;
        }

        .nav a:hover,
        .nav a[aria-current="page"] {
            color: var(--maroon);
            border-bottom-color: var(--maroon);
        }

        .call-card {
            min-width: 210px;
            padding: 14px 18px;
            color: #fff;
            background: linear-gradient(145deg, var(--maroon), var(--maroon-dark));
            border-radius: 8px;
            box-shadow: var(--shadow);
        }

        .call-card small {
            display: block;
            color: #ffd66b;
            font-weight: 900;
            margin-bottom: 6px;
        }

        .call-card strong {
            display: block;
            font-size: 1.5rem;
            line-height: 1.1;
        }

        .hero {
            min-height: 430px;
            display: grid;
            grid-template-columns: minmax(300px, 0.92fr) minmax(420px, 1.08fr);
            align-items: stretch;
            overflow: hidden;
            background:
                linear-gradient(100deg, rgba(255,255,255,0.96) 0 39%, rgba(255,255,255,0.72) 50%, rgba(255,255,255,0.18) 68%),
                linear-gradient(180deg, #dff0ff 0%, #fff8e9 55%, #f4f7e8 100%);
        }

        .hero-copy {
            padding: clamp(36px, 5vw, 64px) 0 clamp(34px, 4vw, 52px) clamp(22px, 5vw, 64px);
            position: relative;
            z-index: 1;
        }

        .hero-copy h2 {
            max-width: 520px;
            margin: 0;
            font-size: clamp(2.2rem, 4.5vw, 4.6rem);
            line-height: 1.08;
            font-weight: 900;
        }

        .hero-copy h2 span {
            display: block;
            color: var(--maroon);
        }

        .hero-copy h2 em {
            display: block;
            color: var(--gold);
            font-style: normal;
        }

        .rule {
            width: 76px;
            height: 4px;
            margin: 22px 0 18px;
            background: var(--maroon);
        }

        .hero-copy p {
            max-width: 480px;
            margin: 0 0 26px;
            color: #202225;
            font-size: 1.1rem;
            line-height: 1.6;
        }

        .actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0 24px;
            border-radius: 6px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .btn.primary { color: #fff; background: var(--maroon); }
        .btn.secondary { color: #131313; background: linear-gradient(90deg, #f1b000, #d99000); }

        .hero-art {
            position: relative;
            min-height: 430px;
            overflow: hidden;
        }

        .sun {
            position: absolute;
            width: 170px;
            height: 170px;
            right: 31%;
            top: 46px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255,226,145,0.8), rgba(255,226,145,0));
        }

        .trees {
            position: absolute;
            inset: auto 0 0 0;
            height: 130px;
            background:
                radial-gradient(circle at 88% 30%, #3f7b30 0 42px, transparent 43px),
                radial-gradient(circle at 95% 42%, #2e6527 0 72px, transparent 73px),
                radial-gradient(circle at 78% 58%, #559641 0 64px, transparent 65px),
                linear-gradient(180deg, transparent, rgba(63, 117, 48, 0.25));
        }

        .building {
            position: absolute;
            right: 12%;
            bottom: 0;
            width: min(440px, 58vw);
            height: 390px;
            transform: skewY(-3deg);
            background: linear-gradient(90deg, #595461 0 18%, #f6f0e8 18% 50%, #756d7f 50% 68%, #f5f0e8 68% 100%);
            box-shadow: -22px 30px 40px rgba(0,0,0,0.22);
            border: 8px solid rgba(0,0,0,0.12);
        }

        .building::before {
            content: "";
            position: absolute;
            inset: 24px 28px 78px;
            background:
                repeating-linear-gradient(0deg, transparent 0 42px, rgba(0,0,0,0.18) 43px 46px),
                repeating-linear-gradient(90deg, transparent 0 70px, rgba(0,0,0,0.16) 71px 74px);
        }

        .building::after {
            content: "SEETA RAMA DELUXE BOYS HOSTEL";
            position: absolute;
            left: -18px;
            right: -18px;
            bottom: 26px;
            padding: 14px 18px;
            color: var(--maroon);
            background: #f3aa00;
            border: 7px solid #202020;
            font-weight: 900;
            text-align: center;
            transform: skewY(3deg);
        }

        .section {
            padding: 0 clamp(18px, 4vw, 64px);
        }

        .section-title {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 22px;
            margin: 22px 0 12px;
            color: var(--maroon);
            text-align: center;
            font-size: 1.35rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        .section-title::before,
        .section-title::after {
            content: "";
            width: min(120px, 18vw);
            height: 2px;
            background: var(--gold);
        }

        .facilities {
            max-width: 1260px;
            margin: 0 auto 26px;
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            border: 1px solid var(--line);
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 10px 28px rgba(0,0,0,0.04);
        }

        .facility {
            min-height: 104px;
            display: grid;
            place-items: center;
            gap: 8px;
            padding: 18px 14px;
            text-align: center;
            border-right: 1px solid var(--line);
            font-weight: 850;
            font-size: 0.82rem;
            text-transform: uppercase;
        }

        .facility:last-child { border-right: 0; }

        .facility .icon {
            width: 42px;
            height: 42px;
            display: grid;
            place-items: center;
            color: var(--maroon);
            font-size: 1.6rem;
            font-weight: 900;
        }

        .info-grid {
            max-width: 1260px;
            margin: 0 auto 30px;
            display: grid;
            grid-template-columns: 0.9fr 1.1fr;
            gap: 34px;
        }

        .about {
            display: grid;
            grid-template-columns: minmax(230px, 330px) 1fr;
            gap: 24px;
            align-items: stretch;
        }

        .room-photo {
            min-height: 240px;
            border-radius: 8px;
            background:
                linear-gradient(0deg, rgba(0,0,0,0.08), rgba(0,0,0,0.08)),
                url("https://images.unsplash.com/photo-1631049307264-da0ec9d70304?auto=format&fit=crop&w=900&q=80") center / cover;
            box-shadow: var(--shadow);
        }

        .copy h3,
        .why h3 {
            margin: 0 0 12px;
            color: var(--maroon);
            font-size: 1.45rem;
            text-transform: uppercase;
        }

        .copy h3::after,
        .why h3::after {
            content: "";
            display: block;
            width: 54px;
            height: 3px;
            margin-top: 8px;
            background: var(--gold);
        }

        .copy p {
            margin: 0;
            color: #292d32;
            line-height: 1.65;
        }

        .mini-stats {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
            margin-top: 24px;
            text-align: center;
        }

        .mini-stats span {
            display: grid;
            gap: 6px;
            color: var(--maroon);
            font-weight: 900;
            font-size: 1.3rem;
        }

        .mini-stats small {
            color: #25282c;
            font-size: 0.78rem;
            font-weight: 800;
        }

        .why {
            border-left: 1px solid var(--line);
            padding-left: 34px;
        }

        .why-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(220px, 1fr));
            gap: 18px 28px;
            margin-top: 16px;
        }

        .why-item {
            display: grid;
            grid-template-columns: 48px 1fr;
            gap: 14px;
            align-items: start;
        }

        .why-icon {
            width: 44px;
            height: 44px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            color: #fff;
            background: var(--maroon);
            font-weight: 900;
        }

        .why-item strong {
            display: block;
            margin-bottom: 4px;
        }

        .why-item p {
            margin: 0;
            color: var(--muted);
            font-size: 0.92rem;
            line-height: 1.45;
        }

        .footer {
            display: grid;
            grid-template-columns: 1fr 1.1fr 1fr 1.35fr;
            gap: 32px;
            padding: 28px clamp(18px, 5vw, 92px) 18px;
            color: #fff;
            background: linear-gradient(135deg, #06253c, #001420);
        }

        .footer h3 {
            margin: 0 0 12px;
            color: #ffbd16;
            font-size: 0.9rem;
            text-transform: uppercase;
        }

        .footer p,
        .footer a {
            display: block;
            margin: 0 0 8px;
            color: rgba(255,255,255,0.92);
            font-size: 0.9rem;
            line-height: 1.45;
        }

        .footer-cta {
            padding: 18px 20px;
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 8px;
            background: linear-gradient(145deg, var(--maroon), #4d0004);
        }

        .copyright {
            grid-column: 1 / -1;
            text-align: center;
            color: rgba(255,255,255,0.78);
            font-size: 0.82rem;
        }

        @media (max-width: 1080px) {
            .site-header { grid-template-columns: 1fr; gap: 16px; }
            .nav { justify-content: flex-start; overflow-x: auto; }
            .call-card { justify-self: start; }
            .hero { grid-template-columns: 1fr; }
            .hero-copy { padding-right: 24px; }
            .hero-art { min-height: 320px; }
            .building { right: 8%; width: min(430px, 82vw); }
            .facilities { grid-template-columns: repeat(3, 1fr); }
            .facility:nth-child(3) { border-right: 0; }
            .info-grid { grid-template-columns: 1fr; }
            .why { border-left: 0; padding-left: 0; }
            .footer { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 720px) {
            .topbar { justify-content: flex-start; font-size: 0.82rem; }
            .brand { width: min(310px, 82vw); min-width: 0; }
            .brand-logo { max-height: 92px; }
            .call-card { width: 100%; }
            .hero-copy h2 { font-size: 2.4rem; }
            .facilities { grid-template-columns: repeat(2, 1fr); }
            .facility { border-bottom: 1px solid var(--line); }
            .facility:nth-child(odd) { border-right: 1px solid var(--line); }
            .facility:nth-child(even) { border-right: 0; }
            .about { grid-template-columns: 1fr; }
            .why-list { grid-template-columns: 1fr; }
            .mini-stats { grid-template-columns: repeat(2, 1fr); }
            .footer { grid-template-columns: 1fr; }
        }

        .topbar {
            justify-content: space-between;
            gap: 20px;
            padding-inline: clamp(18px, 5vw, 72px);
        }

        .topbar strong {
            color: #ffd66b;
            font-weight: 900;
        }

        .site-header {
            grid-template-columns: minmax(240px, 350px) 1fr auto;
            padding-block: 10px;
            box-shadow: 0 10px 28px rgba(72, 0, 5, 0.06);
        }

        .brand {
            width: min(330px, 30vw);
        }

        .brand-logo {
            max-height: 92px;
        }

        .call-card {
            border: 1px solid rgba(255, 214, 107, 0.26);
            transition: transform 180ms ease, box-shadow 180ms ease;
        }

        .call-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 18px 36px rgba(72, 0, 5, 0.22);
        }

        .hero {
            min-height: 620px;
            grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
            position: relative;
            background:
                linear-gradient(100deg, rgba(255,253,248,0.98) 0 41%, rgba(255,253,248,0.7) 55%, rgba(255,253,248,0.12) 74%),
                linear-gradient(135deg, #fff7e7 0%, #e9f5ff 48%, #fffdf8 100%);
        }

        .hero::after {
            content: "";
            position: absolute;
            inset: auto 0 0;
            height: 72px;
            background: linear-gradient(180deg, rgba(255,253,248,0), var(--paper));
            pointer-events: none;
        }

        .hero-copy {
            padding-top: clamp(54px, 7vw, 92px);
            padding-bottom: 70px;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 14px;
            margin-bottom: 18px;
            color: var(--maroon);
            background: #fff;
            border: 1px solid rgba(118, 0, 6, 0.16);
            border-radius: 999px;
            box-shadow: 0 8px 20px rgba(72, 0, 5, 0.07);
            font-size: 0.78rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        .hero-copy h2 {
            max-width: 620px;
            font-size: clamp(2.6rem, 5.2vw, 5.4rem);
        }

        .hero-copy p {
            font-size: clamp(1.06rem, 1.5vw, 1.25rem);
        }

        .trust-row {
            display: grid;
            grid-template-columns: repeat(3, minmax(110px, 1fr));
            gap: 12px;
            max-width: 540px;
            margin-top: 30px;
        }

        .trust-card {
            padding: 14px 16px;
            background: rgba(255,255,255,0.78);
            border: 1px solid rgba(118, 0, 6, 0.11);
            border-radius: 8px;
            box-shadow: 0 12px 30px rgba(42, 19, 12, 0.08);
        }

        .trust-card strong {
            display: block;
            color: var(--maroon);
            font-size: 1.35rem;
            line-height: 1;
        }

        .trust-card span {
            display: block;
            margin-top: 6px;
            color: var(--muted);
            font-size: 0.82rem;
            font-weight: 800;
        }

        .hero-art {
            min-height: 620px;
        }

        .building {
            right: 13%;
            width: min(520px, 62vw);
            height: 480px;
            border-radius: 4px 4px 0 0;
            background:
                linear-gradient(90deg, #595461 0 16%, #f6f0e8 16% 48%, #756d7f 48% 68%, #f5f0e8 68% 100%);
        }

        .floating-panel {
            position: absolute;
            right: clamp(20px, 5vw, 92px);
            bottom: 42px;
            width: min(280px, 42vw);
            padding: 18px;
            color: #fff;
            background: linear-gradient(145deg, rgba(118,0,6,0.96), rgba(78,0,4,0.96));
            border: 1px solid rgba(255, 214, 107, 0.28);
            border-radius: 8px;
            box-shadow: var(--shadow);
            z-index: 2;
        }

        .floating-panel strong {
            display: block;
            color: #ffd66b;
            margin-bottom: 8px;
            text-transform: uppercase;
        }

        .floating-panel p {
            margin: 0;
            color: rgba(255,255,255,0.9);
            line-height: 1.5;
            font-size: 0.92rem;
        }

        .section {
            padding-inline: clamp(18px, 5vw, 76px);
        }

        .facilities {
            margin-top: -34px;
            position: relative;
            z-index: 2;
            overflow: hidden;
        }

        .facility {
            background: linear-gradient(180deg, #fff, #fffaf0);
        }

        .facility .icon {
            border-radius: 50%;
            background: var(--gold-soft);
        }

        .info-grid {
            padding-top: 24px;
            padding-bottom: 22px;
        }

        .copy,
        .why {
            padding: 26px;
            background: #fff;
            border: 1px solid rgba(118, 0, 6, 0.1);
            border-radius: 8px;
            box-shadow: 0 16px 34px rgba(42, 19, 12, 0.07);
        }

        .why {
            border-left: 1px solid rgba(118, 0, 6, 0.1);
        }

        .room-photo {
            min-height: 100%;
            border: 1px solid rgba(118, 0, 6, 0.1);
        }

        .rooms-section {
            max-width: 1260px;
            margin: 0 auto 38px;
        }

        .room-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
        }

        .room-card {
            overflow: hidden;
            background: #fff;
            border: 1px solid rgba(118, 0, 6, 0.11);
            border-radius: 8px;
            box-shadow: 0 16px 34px rgba(42, 19, 12, 0.08);
        }

        .room-card-image {
            min-height: 168px;
            background:
                linear-gradient(0deg, rgba(0,0,0,0.06), rgba(0,0,0,0.06)),
                url("https://images.unsplash.com/photo-1595526114035-0d45ed16cfbf?auto=format&fit=crop&w=900&q=80") center / cover;
        }

        .room-card:nth-child(2) .room-card-image {
            background-image:
                linear-gradient(0deg, rgba(0,0,0,0.06), rgba(0,0,0,0.06)),
                url("https://images.unsplash.com/photo-1560448075-bb485b067938?auto=format&fit=crop&w=900&q=80");
        }

        .room-card:nth-child(3) .room-card-image {
            background-image:
                linear-gradient(0deg, rgba(0,0,0,0.06), rgba(0,0,0,0.06)),
                url("https://images.unsplash.com/photo-1586023492125-27b2c045efd7?auto=format&fit=crop&w=900&q=80");
        }

        .room-card-body {
            padding: 20px;
        }

        .room-card h3 {
            margin: 0 0 8px;
            color: var(--maroon);
            font-size: 1.2rem;
        }

        .room-card p {
            margin: 0 0 14px;
            color: var(--muted);
            line-height: 1.5;
        }

        .room-card strong {
            color: #131313;
            font-size: 1.2rem;
        }

        .contact-band {
            max-width: 1260px;
            margin: 0 auto 40px;
            display: grid;
            grid-template-columns: 1.3fr auto;
            gap: 20px;
            align-items: center;
            padding: clamp(22px, 4vw, 34px);
            color: #fff;
            background:
                linear-gradient(135deg, rgba(118,0,6,0.96), rgba(78,0,4,0.96)),
                linear-gradient(90deg, var(--maroon), var(--maroon-dark));
            border-radius: 8px;
            box-shadow: var(--shadow);
        }

        .contact-band h2 {
            margin: 0 0 8px;
            font-size: clamp(1.7rem, 3vw, 2.5rem);
        }

        .contact-band p {
            margin: 0;
            color: rgba(255,255,255,0.88);
        }

        .contact-band .btn {
            background: #ffd66b;
            color: var(--maroon-dark);
            white-space: nowrap;
        }

        @media (max-width: 1080px) {
            .site-header { grid-template-columns: 1fr; }
            .brand { width: min(330px, 70vw); }
            .hero { min-height: auto; }
            .hero-art { min-height: 430px; }
            .floating-panel { right: 22px; width: min(280px, 70vw); }
            .room-cards { grid-template-columns: 1fr; }
            .contact-band { grid-template-columns: 1fr; }
            .contact-band .btn { justify-self: start; }
        }

        @media (max-width: 720px) {
            .topbar { display: block; line-height: 1.5; }
            .site-header { position: static; }
            .nav { gap: 18px; padding-bottom: 6px; }
            .hero-copy { padding: 36px 20px 40px; }
            .trust-row { grid-template-columns: 1fr; }
            .hero-art { min-height: 310px; }
            .building { height: 280px; right: 6%; width: 84vw; }
            .building::after { font-size: 0.78rem; }
            .floating-panel { display: none; }
            .facilities { margin-top: 0; }
            .copy, .why { padding: 20px; }
        }

/* Reference hero refinement */
.topbar {
    display: none;
}

.site-header {
    grid-template-columns: minmax(220px, 310px) 1fr minmax(186px, 218px);
    gap: clamp(16px, 3vw, 44px);
    min-height: 104px;
    padding: 8px clamp(24px, 5vw, 64px);
    background: #fff;
    box-shadow: 0 1px 0 rgba(118, 0, 6, 0.08), 0 10px 30px rgba(38, 18, 8, 0.06);
}

.brand {
    width: min(286px, 23vw);
    min-width: 220px;
}

.brand-logo {
    max-height: 82px;
}

.nav {
    gap: clamp(20px, 3vw, 44px);
    color: #101418;
    font-size: 0.86rem;
}

.call-card {
    min-width: 0;
    padding: 14px 18px;
    border-radius: 8px;
}

.call-card strong {
    font-size: 1.55rem;
}

.hero {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background:
        radial-gradient(circle at 50% 0%, rgba(214, 148, 0, 0.16), transparent 34%),
        linear-gradient(180deg, #fffdf8 0%, #fffaf1 64%, #fffdf8 100%);
    border-bottom: 1px solid rgba(118, 0, 6, 0.08);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 22px clamp(18px, 5vw, 72px);
    border: 1px solid rgba(118, 0, 6, 0.08);
    border-radius: 8px;
    pointer-events: none;
}

.hero::after {
    height: 0;
}

.hero-copy {
    width: min(920px, calc(100% - 36px));
    margin: 0 auto;
    padding: 58px 0 54px;
    position: relative;
    z-index: 1;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    margin-bottom: 18px;
    color: var(--maroon);
    background: #fff;
    border: 1px solid rgba(118, 0, 6, 0.14);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(42, 19, 12, 0.06);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-copy h2 {
    max-width: 860px;
    margin-inline: auto;
    color: #101418;
    font-size: clamp(2.7rem, 5vw, 5.6rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.hero-copy h2::after {
    content: "Brighter Future.";
    display: block;
    margin-top: 8px;
    color: var(--gold);
}

.rule {
    width: 78px;
    height: 4px;
    margin: 22px auto 18px;
}

.hero-copy p {
    max-width: 690px;
    margin: 0 auto 24px;
    color: #24282d;
    font-size: clamp(1.04rem, 1.4vw, 1.22rem);
    line-height: 1.7;
}

.actions {
    justify-content: center;
    margin-bottom: 26px;
}

.btn {
    min-height: 48px;
    padding-inline: 26px;
    box-shadow: 0 10px 22px rgba(118, 0, 6, 0.12);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.hero-points span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    color: var(--maroon);
    background: rgba(255,255,255,0.74);
    border: 1px solid rgba(118, 0, 6, 0.12);
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 850;
}

.hero-art {
    display: none;
}

.hero-art::before {
    display: none;
}

.sun,
.building,
.trees,
.floating-panel,
.hero-badge,
.trust-row {
    display: none;
}

.facilities {
    margin-top: 0;
}

@media (max-width: 1080px) {
    .site-header {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .brand {
        width: min(300px, 72vw);
    }

    .hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .brand {
        width: min(280px, 82vw);
    }

    .brand-logo {
        max-height: 76px;
    }

    .hero-copy h2 {
        font-size: 2.45rem;
    }

    .hero { min-height: auto; }

    .hero::before { inset: 14px; }

    .hero-copy { padding: 42px 0 38px; }

    .hero-points { align-items: center; }
}

/* Premium text-only hero */
.hero {
    min-height: 520px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 214, 107, 0.18), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.10), transparent 26%),
        linear-gradient(135deg, #3a0003 0%, #760006 52%, #4e0004 100%);
    border-bottom: 0;
}

.hero::before {
    inset: 24px clamp(18px, 5vw, 78px);
    border-color: rgba(255, 214, 107, 0.24);
    background:
        linear-gradient(90deg, rgba(255,255,255,0.08), transparent 24%, transparent 76%, rgba(255,255,255,0.07)),
        linear-gradient(180deg, rgba(255,255,255,0.07), transparent 40%);
}

.hero-copy {
    width: min(980px, calc(100% - 36px));
    padding: 72px 0 70px;
}

.hero-kicker {
    min-height: 36px;
    margin-bottom: 24px;
    color: #ffd66b;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 214, 107, 0.32);
    box-shadow: none;
    letter-spacing: 0;
}

.hero-copy h2 {
    max-width: 920px;
    color: #fff;
    font-size: clamp(2.7rem, 5.4vw, 5.8rem);
    line-height: 0.98;
    text-shadow: 0 16px 34px rgba(0,0,0,0.24);
}

.hero-copy h2 span,
.hero-copy h2 em {
    display: block;
}

.hero-copy h2 span:nth-child(2) {
    color: #fff3d0;
}

.hero-copy h2 em {
    margin-top: 8px;
    color: #ffd66b;
    font-style: normal;
}

.hero-copy h2::after {
    content: none;
}

.rule {
    width: 92px;
    background: #ffd66b;
}

.hero-copy p {
    max-width: 720px;
    color: rgba(255,255,255,0.9);
}

.btn.primary {
    color: var(--maroon);
    background: #fff;
}

.btn.secondary {
    color: #251700;
    background: linear-gradient(90deg, #ffd66b, #e7a300);
}

.hero-points span {
    color: #fff;
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,214,107,0.28);
}

.facilities {
    margin-top: -26px;
}

@media (max-width: 720px) {
    .hero {
        min-height: auto;
    }

    .hero-copy {
        padding: 54px 0 52px;
    }

    .hero-copy h2 {
        font-size: clamp(2.35rem, 13vw, 3.5rem);
    }
}
/* 2026 premium redesign */
:root {
    --ink: #111827;
    --muted: #5f6673;
    --paper: #fffaf1;
    --surface: #ffffff;
    --maroon: #820006;
    --maroon-dark: #5f0005;
    --gold: #d99600;
    --navy: #071f34;
    --line: rgba(130, 0, 6, 0.14);
    --shadow: 0 24px 80px rgba(17, 24, 39, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 20% 0%, rgba(217, 150, 0, 0.16), transparent 26rem),
        linear-gradient(180deg, #fffdf8 0%, #fff8ec 44%, #ffffff 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

.topbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.6rem clamp(1.25rem, 4vw, 5rem);
    background: var(--maroon-dark);
    color: #fff7df;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: minmax(180px, 280px) 1fr auto;
    align-items: center;
    gap: clamp(1rem, 3vw, 3rem);
    padding: 1rem clamp(1.25rem, 4vw, 5rem);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 14px 42px rgba(17, 24, 39, 0.08);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.brand-logo {
    display: block;
    width: min(15rem, 100%);
    height: auto;
}

.brand-text {
    display: none;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.4vw, 2.25rem);
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #14171f;
}

.nav a {
    position: relative;
    padding: 0.5rem 0;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--maroon);
    transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.header-cta {
    display: grid;
    gap: 0.05rem;
    min-width: 10.25rem;
    padding: 0.85rem 1.2rem;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
    color: #fff;
    box-shadow: 0 18px 36px rgba(130, 0, 6, 0.2);
}

.header-cta span {
    color: #ffd979;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.header-cta strong {
    font-size: 1.25rem;
    line-height: 1.1;
}

.premium-hero {
    padding: clamp(2rem, 5vw, 5rem) clamp(1.25rem, 4vw, 5rem) clamp(3rem, 6vw, 6rem);
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
}

.hero-content {
    max-width: 720px;
}

.eyebrow {
    margin: 0 0 1rem;
    color: var(--maroon);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.premium-hero h1,
.section-heading h2,
.story-copy h2,
.why-premium h2,
.contact-band h2 {
    margin: 0;
    color: #101418;
    line-height: 0.98;
    letter-spacing: 0;
}

.premium-hero h1 {
    font-size: clamp(3.25rem, 7vw, 6.6rem);
    max-width: 11ch;
}

.premium-hero h1::after,
.section-heading h2::after,
.story-copy h2::after {
    content: "";
    display: block;
    width: 4.5rem;
    height: 4px;
    margin-top: 1.4rem;
    background: linear-gradient(90deg, var(--maroon), var(--gold));
}

.hero-lede {
    max-width: 39rem;
    margin: 1.7rem 0 0;
    color: #293241;
    font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}

.hero-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.3rem;
    padding: 0.95rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0;
}

.btn.primary {
    background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
    color: #fff;
    box-shadow: 0 18px 42px rgba(130, 0, 6, 0.22);
}

.btn.secondary {
    background: #f0a800;
    color: #17120b;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 2rem;
}

.hero-metrics div {
    padding: 1.1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 16px 48px rgba(17, 24, 39, 0.07);
}

.hero-metrics strong,
.hero-metrics span {
    display: block;
}

.hero-metrics strong {
    color: var(--maroon);
    font-size: 1.35rem;
    line-height: 1.1;
}

.hero-metrics span {
    color: var(--muted);
    font-weight: 800;
}

.hero-media {
    position: relative;
    min-height: clamp(28rem, 52vw, 39rem);
}

.hero-media::before {
    content: "";
    position: absolute;
    inset: 2rem -1rem -1rem 3rem;
    border-radius: 28px;
    background: var(--navy);
}

.hero-photo,
.story-media,
.room-card-image {
    background-position: center;
    background-size: cover;
}

.hero-photo {
    position: absolute;
    inset: 0 1.5rem 2rem 0;
    border-radius: 28px;
    background-image:
        linear-gradient(180deg, rgba(7, 31, 52, 0.04), rgba(7, 31, 52, 0.48)),
        url("https://images.unsplash.com/photo-1631049307264-da0ec9d70304?auto=format&fit=crop&w=1200&q=85");
    box-shadow: var(--shadow);
}

.availability-card {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(21rem, 82%);
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(130, 0, 6, 0.94);
    color: #fff;
    box-shadow: 0 20px 60px rgba(95, 0, 5, 0.26);
}

.availability-card span {
    color: #ffd76d;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.availability-card strong {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.55rem;
    line-height: 1.15;
}

.availability-card p {
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.84);
}

.premium-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 4vw, 2rem);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.section-heading h2,
.story-copy h2,
.why-premium h2,
.contact-band h2 {
    font-size: clamp(2rem, 4vw, 4rem);
}

.facilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.facility,
.room-card,
.why-item {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 52px rgba(17, 24, 39, 0.07);
}

.facility {
    min-height: 14rem;
    padding: 1.35rem;
}

.facility .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #fff4da;
    color: var(--maroon);
    font-weight: 950;
}

.facility h3,
.why-item h3,
.room-card h3 {
    margin: 1rem 0 0.45rem;
    color: #121820;
    font-size: 1.25rem;
    line-height: 1.2;
}

.facility p,
.why-item p,
.room-card p,
.story-copy p,
.contact-band p,
.footer p {
    color: var(--muted);
}

.story-section {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.story-media {
    min-height: 32rem;
    border-radius: 28px;
    background-image:
        linear-gradient(180deg, rgba(7, 31, 52, 0.02), rgba(7, 31, 52, 0.24)),
        url("https://images.unsplash.com/photo-1595526114035-0d45ed16cfbf?auto=format&fit=crop&w=1000&q=85");
    box-shadow: var(--shadow);
}

.story-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.story-list span {
    padding: 0.95rem 1rem;
    border-left: 4px solid var(--gold);
    border-radius: 8px;
    background: #fff7e7;
    color: #272b33;
    font-weight: 850;
}

.room-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.room-card {
    overflow: hidden;
}

.room-card-image {
    height: 15rem;
}

.image-one {
    background-image: url("https://images.unsplash.com/photo-1560448075-bb485b067938?auto=format&fit=crop&w=900&q=85");
}

.image-two {
    background-image: url("https://images.unsplash.com/photo-1586023492125-27b2c045efd7?auto=format&fit=crop&w=900&q=85");
}

.image-three {
    background-image: url("https://images.unsplash.com/photo-1598928506311-c55ded91a20c?auto=format&fit=crop&w=900&q=85");
}

.room-card-body {
    padding: 1.35rem;
}

.room-card strong {
    color: var(--maroon);
}

.why-premium {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.why-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.why-item {
    padding: 1.25rem;
}

.why-item span {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.contact-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: clamp(2rem, 4vw, 4rem) auto;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(130, 0, 6, 0.94), rgba(7, 31, 52, 0.96)),
        radial-gradient(circle at 15% 0%, rgba(217, 150, 0, 0.34), transparent 26rem);
    color: #fff;
}

.contact-band .eyebrow,
.contact-band p {
    color: rgba(255, 255, 255, 0.78);
}

.contact-band h2 {
    color: #fff;
    max-width: 760px;
}

.contact-band .btn.secondary {
    background: #fff;
    color: var(--maroon);
}

.footer {
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(160px, 1fr));
    gap: 2rem;
    padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 5rem) 1.4rem;
    background: #071f34;
    color: #fff;
}

.footer-brand img {
    width: 14rem;
    max-width: 100%;
    padding: 0.65rem;
    border-radius: 8px;
    background: #fff;
}

.footer h3 {
    margin: 0 0 1rem;
    color: #ffd76d;
    text-transform: uppercase;
    font-size: 0.88rem;
}

.footer a {
    display: block;
    margin: 0.35rem 0;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 750;
}

.footer p {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.copyright {
    grid-column: 1 / -1;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.62);
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 1050px) {
    .site-header {
        grid-template-columns: 1fr auto;
    }

    .nav {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.15rem;
    }

    .hero-shell,
    .story-section,
    .why-premium {
        grid-template-columns: 1fr;
    }

    .hero-content {
        max-width: none;
    }

    .premium-hero h1 {
        max-width: 13ch;
    }

    .footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .topbar {
        display: none;
    }

    .site-header {
        position: static;
        grid-template-columns: 1fr;
    }

    .brand-logo {
        width: 12rem;
    }

    .header-cta {
        width: 100%;
        min-width: 0;
    }

    .premium-hero {
        padding-top: 2rem;
    }

    .premium-hero h1 {
        font-size: clamp(2.7rem, 15vw, 4.4rem);
    }

    .hero-media {
        min-height: 26rem;
    }

    .hero-photo {
        inset: 0 0 4rem 0;
        border-radius: 18px;
    }

    .hero-media::before {
        inset: 1rem -0.4rem 3rem 1rem;
        border-radius: 18px;
    }

    .availability-card {
        width: calc(100% - 2rem);
        left: 1rem;
        right: auto;
    }

    .hero-metrics,
    .facilities,
    .room-cards,
    .why-list {
        grid-template-columns: 1fr;
    }

    .story-media {
        min-height: 22rem;
        border-radius: 18px;
    }

    .contact-band {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 18px;
    }

    .contact-actions,
    .contact-actions .btn,
    .hero-actions .btn {
        width: 100%;
    }

    .footer {
        grid-template-columns: 1fr;
    }
}
/* Step 1 reference-style header and hero */
body {
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.topbar {
    display: none;
}

.site-header {
    position: relative;
    top: auto;
    z-index: 20;
    display: grid;
    grid-template-columns: 190px 1fr 185px;
    align-items: center;
    gap: 1rem;
    width: min(920px, calc(100% - 80px));
    margin: 32px auto 0;
    padding: 18px 28px;
    border: 0;
    border-radius: 58px 58px 0 0;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
}

.brand-logo {
    width: 150px;
    max-width: 100%;
}

.nav {
    display: flex;
    justify-content: center;
    gap: 28px;
    overflow: visible;
    padding: 0;
    color: #111;
    font-size: 10px;
    font-weight: 800;
    text-transform: none;
}

.nav a {
    padding: 10px 0;
}

.nav a::after {
    height: 3px;
    background: #e21b1b;
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    box-shadow: none;
}

.header-cta .call-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 2px solid #c9d1dc;
    border-radius: 50%;
    color: #10233b;
    font-size: 14px;
}

.header-cta strong,
.header-cta small {
    display: block;
}

.header-cta strong {
    color: #111;
    font-size: 12px;
    line-height: 1.1;
}

.header-cta small {
    margin-top: 2px;
    color: #6a7280;
    font-size: 9px;
    font-weight: 700;
}

.premium-hero {
    width: min(920px, calc(100% - 80px));
    margin: 0 auto 0;
    padding: 0;
    background: #001833;
}

.hero-shell {
    display: block;
    max-width: none;
    min-height: 430px;
    margin: 0;
    padding: 40px 30px 0;
    background:
        radial-gradient(circle at 50% 18%, rgba(4, 63, 116, 0.72), transparent 32%),
        linear-gradient(180deg, #001933 0%, #00142d 64%, #001225 100%);
    color: #fff;
}

.hero-content {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.premium-hero h1 {
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
}

.premium-hero h1 span,
.premium-hero h1 strong {
    display: block;
}

.premium-hero h1 strong {
    color: #f7bd00;
}

.premium-hero h1::after {
    display: none;
}

.hero-lede {
    max-width: 520px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.hero-actions {
    justify-content: center;
    gap: 22px;
    margin-top: 26px;
}

.btn {
    min-height: 42px;
    padding: 12px 24px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 900;
    text-transform: none;
}

.btn.primary {
    background: #e21b1b;
    color: #fff;
    box-shadow: none;
}

.btn.secondary {
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: transparent;
    color: #fff;
}

.btn span {
    margin-left: 8px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin: 58px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 20, 45, 0.98);
}

.hero-metrics div {
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    gap: 0 10px;
    min-height: 78px;
    padding: 16px 14px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
}

.hero-metrics div:last-child {
    border-right: 0;
}

.metric-icon {
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #f7bd00;
    border: 2px solid #f7bd00;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 900;
}

.hero-metrics strong {
    color: #fff;
    font-size: 11px;
    line-height: 1.15;
}

.hero-metrics small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 900px) {
    .site-header,
    .premium-hero {
        width: calc(100% - 32px);
    }

    .site-header {
        grid-template-columns: 1fr;
        border-radius: 32px 32px 0 0;
        text-align: center;
    }

    .brand {
        justify-content: center;
    }

    .nav {
        flex-wrap: wrap;
        gap: 14px;
    }

    .header-cta {
        justify-content: center;
    }

    .hero-shell {
        min-height: auto;
        padding: 34px 18px 0;
    }

    .premium-hero h1 {
        font-size: 36px;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .hero-metrics div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .hero-metrics div:last-child {
        border-bottom: 0;
    }
}
/* Temporary coming soon page */
body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 0%, rgba(217, 150, 0, 0.22), transparent 28rem),
        linear-gradient(135deg, #fffdf8 0%, #fff4de 48%, #fff 100%);
}

body:not(.policy-body) .site-header,
body:not(.policy-body) .footer {
    display: none;
}

.policy-body {
    overflow-x: hidden;
    background: #fffdf8;
}

.policy-body .site-header {
    position: sticky;
    top: 0;
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(180px, 250px) minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 3vw, 44px);
    margin: 0;
    padding: 12px clamp(24px, 5vw, 88px);
    border-radius: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
    backdrop-filter: blur(14px);
}

.policy-body .brand-logo {
    width: min(220px, 100%);
}

.policy-body .nav {
    min-width: 0;
    gap: clamp(14px, 1.8vw, 30px);
    font-size: 0.76rem;
    line-height: 1.15;
}

.policy-body .header-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    box-shadow: none;
}

.policy-body .header-cta .call-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 999px;
    background: #eef3f8;
    color: var(--maroon);
    font-size: 0.9rem;
}

.policy-body .header-cta span:last-child {
    display: grid;
    gap: 2px;
}

.policy-body .header-cta strong {
    color: var(--ink);
    font-size: 0.92rem;
    line-height: 1;
    white-space: nowrap;
}

.policy-body .header-cta small {
    color: var(--muted);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.policy-page {
    width: 100%;
    min-height: calc(100vh - 96px);
    padding: clamp(24px, 4vw, 52px) clamp(22px, 6vw, 96px) clamp(48px, 7vw, 84px);
}

.policy-hero {
    width: min(1180px, 100%);
    margin: 0 auto 22px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(118, 0, 6, 0.12);
    border-left: 5px solid var(--maroon);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(118, 0, 6, 0.055), rgba(214, 148, 0, 0.075)),
        #fff;
    box-shadow: 0 18px 48px rgba(42, 19, 12, 0.08);
}

.policy-hero .eyebrow {
    margin: 0 0 10px;
    color: var(--maroon);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.policy-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1.05;
    font-weight: 950;
}

.policy-hero p {
    max-width: 820px;
    margin: 14px 0 0;
    color: #30343a;
    font-size: clamp(1rem, 1.3vw, 1.14rem);
    line-height: 1.65;
}

.policy-hero span {
    display: inline-flex;
    margin-top: 18px;
    color: var(--maroon);
    font-weight: 850;
}

.policy-content {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid rgba(118, 0, 6, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 48px rgba(42, 19, 12, 0.06);
}

.policy-content article {
    display: grid;
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
    gap: clamp(18px, 3vw, 48px);
    padding: clamp(20px, 3vw, 30px) clamp(22px, 4vw, 42px);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    background: #fff;
}

.policy-content article:last-child {
    border-bottom: 0;
}

.policy-content h2 {
    margin: 0;
    color: var(--maroon);
    font-size: 1rem;
    line-height: 1.35;
}

.policy-content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.68;
}

.policy-contact {
    grid-column: 1 / -1;
}

.policy-contact a {
    display: inline-flex;
    margin: 16px 16px 0 0;
    color: var(--maroon);
    font-weight: 900;
}

@media (max-width: 1080px) {
    .policy-body .site-header {
        grid-template-columns: minmax(160px, 220px) 1fr;
    }

    .policy-body .header-cta {
        display: none;
    }
}

@media (max-width: 820px) {
    .policy-body .site-header {
        position: static;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;
        padding: 14px 18px;
    }

    .policy-body .nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 6px;
        font-size: 0.72rem;
    }

    .policy-page {
        padding: 18px 14px 44px;
    }

    .policy-content article {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 20px;
    }
}

@media (max-width: 540px) {
    .policy-body .nav a {
        padding: 0.34rem 0;
    }

    .policy-hero {
        padding: 24px 20px;
    }

    .policy-hero h1 {
        font-size: 2rem;
    }
}

.coming-soon {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 2rem;
}

.coming-soon-card {
    width: min(760px, 100%);
    padding: clamp(2rem, 6vw, 4rem);
    border: 1px solid rgba(130, 0, 6, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 30px 100px rgba(17, 24, 39, 0.12);
    text-align: center;
}

.coming-soon-card img {
    width: min(360px, 80%);
    height: auto;
    margin-bottom: 2rem;
}

.coming-soon-card .eyebrow {
    margin-bottom: 0.85rem;
    color: #820006;
    font-size: 0.85rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.coming-soon-card h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(2.2rem, 6vw, 4.6rem);
    line-height: 1;
}

.coming-soon-card p {
    max-width: 560px;
    margin: 1.25rem auto 0;
    color: #5f6673;
    font-size: 1.08rem;
}

.coming-soon-actions {
    display: flex;
    justify-content: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.coming-soon .btn {
    min-height: 3.1rem;
    border-radius: 8px;
}

.coming-soon .btn.primary {
    background: #820006;
    color: #fff;
}

.coming-soon .btn.secondary {
    border: 1px solid #820006;
    background: #fff;
    color: #820006;
}

.coming-soon-card address {
    margin-top: 1.5rem;
    color: #111827;
    font-style: normal;
    font-weight: 800;
}

@media (max-width: 560px) {
    .coming-soon {
        padding: 1rem;
    }

    .coming-soon-card {
        padding: 1.5rem;
    }

    .coming-soon-actions .btn {
        width: 100%;
    }
}
