@font-face {
    font-family: "Chorus_Line_SSi_Bold";
    src: url("Chorus_Line_SSi_Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

:root {
    --ink: #07142d;
    --muted: #676b74;
    --accent: #c76f32;
    --paper: #fffaf3;
    --card: #fffdf8;
    --line: #ead8c7;
    --heading-font: "Chorus_Line_SSi_Bold", "Titan One", "Arial Black", sans-serif;
    --site-pattern: url("hujrah-pattern-bg.png");
    --site-pattern-size: 520px auto;
    --site-wash: linear-gradient(180deg, rgba(255, 250, 244, 0.9), rgba(255, 246, 238, 0.86));
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background-color: #fff7ee;
    background-image:
        var(--site-wash),
        var(--site-pattern);
    background-size: cover, var(--site-pattern-size);
    background-attachment: scroll, fixed;
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--ink);
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    background: transparent;
}

p,
article {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
}

.opening-page {
    min-height: 100vh;
}

.hero {
    width: min(100%, 1480px);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: clamp(20px, 5vh, 140px) 28px 44px;
    text-align: center;
}

.hero__rule {
    width: 136px;
    height: 2px;
    margin-bottom: 45px;
    background: linear-gradient(90deg, transparent, rgba(199, 111, 50, 0.72), transparent);
}

.hero-logo {
    width: clamp(98px, 11vw, 150px);
    height: auto;
    display: block;
    margin: 0 0 32px;
    object-fit: contain;
}

.eyebrow,
.time-block p,
.scroll-note {
    margin: 0;
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.34em;
}

.eyebrow {
    font-size: clamp(1rem, 1.55vw, 1.8rem);
    line-height: 1;
}

h1 {
    margin: 44px 0 34px;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(4.3rem, 8.6vw, 8.45rem);
    line-height: 0.95;
    font-weight: 400;
}

.intro {
    max-width: min(100%, 960px);
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.15rem, 2vw, 2rem);
    line-height: 1.65;
    font-weight: 400;
}

.intro span,
.intro strong {
    display: block;
}

.intro strong {
    color: #303847;
    font-weight: 700;
}

.countdown {
    width: min(100%, 930px);
    display: grid;
    grid-template-columns: repeat(7, auto);
    justify-content: center;
    align-items: start;
    gap: clamp(12px, 2.7vw, 38px);
    margin-top: clamp(72px, 9vh, 105px);
}

.time-block {
    display: grid;
    justify-items: center;
    gap: 24px;
}

.time-card {
    width: clamp(132px, 10vw, 148px);
    height: clamp(160px, 12.3vw, 178px);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(222, 190, 161, 0.85);
    border-radius: 6px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow:
        0 18px 42px rgba(88, 52, 21, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.time-card::after {
    content: "";
    position: absolute;
    inset: 50% 0 auto;
    height: 1px;
    background: rgba(222, 190, 161, 0.72);
}

.time-card span {
    color: var(--ink);
    font-size: clamp(4.55rem, 8vw, 6.65rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}

.time-block p {
    font-size: clamp(0.86rem, 1.2vw, 1.05rem);
}

.separator {
    display: block;
    margin-top: clamp(68px, 5.3vw, 80px);
    color: rgba(87, 89, 94, 0.38);
    font-size: clamp(2.8rem, 4.2vw, 4.3rem);
    line-height: 0.6;
    font-weight: 700;
}

.scroll-note {
    margin-top: auto;
    color: rgba(98, 101, 109, 0.5);
    font-size: clamp(0.84rem, 1.15vw, 1rem);
}

.village-video {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0;
}

.video-placeholder {
    width: 100vw;
    min-height: 100svh;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    text-align: center;
    background: #111827;
}

.video-placeholder::before,
.video-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.video-placeholder::before {
    background:
        linear-gradient(92deg, transparent 0 22%, rgba(255, 255, 255, 0.17) 22.2% 26%, transparent 26.2% 100%),
        linear-gradient(88deg, transparent 0 46%, rgba(255, 255, 255, 0.13) 46.2% 48.8%, transparent 49% 100%),
        linear-gradient(90deg, transparent 0 82%, rgba(196, 96, 38, 0.24) 82.1% 86%, transparent 86.2% 100%);
    opacity: 0.75;
}

.video-placeholder::after {
    background:
        linear-gradient(180deg, rgba(1, 5, 14, 0.14), rgba(1, 5, 14, 0.72)),
        linear-gradient(90deg, rgba(2, 5, 15, 0.66), transparent 28%, transparent 72%, rgba(2, 5, 15, 0.7));
}

.video-placeholder__media {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -2;
    object-fit: cover;
    object-position: center;
}

.video-placeholder__content {
    width: min(100% - 40px, 880px);
    display: grid;
    justify-items: center;
    padding: clamp(92px, 12vh, 140px) 0 clamp(110px, 14vh, 160px);
    position: relative;
    z-index: 1;
}

.video-rule {
    width: 76px;
    height: 1px;
    margin-bottom: 26px;
    background: var(--accent);
}

.video-placeholder h2 {
    margin: 0;
    color: #fff;
    font-family: var(--heading-font);
    font-size: clamp(4.1rem, 8vw, 7.5rem);
    line-height: 0.95;
    font-weight: 400;
    text-shadow: 0 18px 36px rgba(0, 0, 0, 0.36);
}

.video-placeholder__content p {
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.25;
    font-weight: 400;
}

.video-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 56px;
}

.video-button {
    min-width: 250px;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 34px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    font-size: 1.24rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.video-button:hover {
    transform: translateY(-2px);
}

.video-button--primary {
    border-color: #c97737;
    background: #c97737;
    color: #0b1124;
}

.video-button--outline {
    background: rgba(20, 28, 52, 0.38);
}

.video-button--outline:hover {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.08);
}

.video-scroll-note {
    position: absolute;
    left: 50%;
    bottom: 42px;
    margin: 0;
    transform: translateX(-50%);
    color: rgba(199, 111, 50, 0.62);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.whats-new {
    width: 100%;
    padding: clamp(88px, 11vw, 150px) 28px clamp(80px, 10vw, 132px);
    text-align: center;
}

.section-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto 30px;
}

.section-label span {
    width: 46px;
    height: 1px;
    background: rgba(199, 111, 50, 0.45);
}

.section-label p {
    margin: 0;
    padding: 12px 20px 10px;
    border: 1px solid rgba(199, 111, 50, 0.28);
    border-radius: 5px;
    color: var(--accent);
    background: rgba(255, 253, 248, 0.66);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    line-height: 1;
    text-transform: uppercase;
}

.whats-new h2 {
    margin: 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(3.6rem, 6vw, 6.8rem);
    line-height: 1.04;
    font-weight: 400;
}

.section-intro {
    max-width: 680px;
    margin: 36px auto 0;
    color: #60646c;
    font-size: clamp(1.08rem, 1.55vw, 1.45rem);
    line-height: 1.65;
}

.feature-grid {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin: clamp(70px, 8vw, 104px) auto 0;
    position: relative;
    isolation: isolate;
    text-align: left;
}

.feature-grid::before {
    content: "";
    position: absolute;
    top: clamp(210px, 18vw, 300px);
    left: 50%;
    width: 100vw;
    height: clamp(340px, 34vw, 520px);
    transform: translateX(-50%);
    z-index: -1;
    background: url("Background123.png") center top / 100vw auto no-repeat;
    filter: saturate(0.9) contrast(0.96);
    opacity: 0.84;
}

.feature-grid::after {
    content: "";
    position: absolute;
    top: clamp(210px, 18vw, 300px);
    left: 50%;
    width: 100vw;
    height: clamp(340px, 34vw, 520px);
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 250, 244, 0.94) 0%, rgba(255, 250, 244, 0.72) 18%, rgba(255, 250, 244, 0.26) 44%, rgba(255, 250, 244, 0.34) 68%, rgba(255, 250, 244, 0.94) 100%),
        linear-gradient(90deg, rgba(255, 250, 244, 0.52) 0%, rgba(255, 250, 244, 0) 12%, rgba(255, 250, 244, 0) 88%, rgba(255, 250, 244, 0.52) 100%);
}

.feature-card {
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(82, 92, 112, 0.22);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 48px rgba(25, 36, 54, 0.08);
}

.feature-photo,
.feature-photo-grid {
    height: clamp(220px, 18vw, 300px);
}

.feature-photo {
    position: relative;
    overflow: hidden;
    background-color: #d7d1c7;
    background-size: cover;
    background-position: center;
}

.feature-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(9, 17, 35, 0.12));
}

.feature-photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.feature-photo--sky {
    background-image:
        linear-gradient(180deg, rgba(7, 12, 20, 0.02), rgba(7, 12, 20, 0.08)),
        url("https://source.unsplash.com/1200x700/?gondola,cable-car,skyride");
}

.feature-photo--horses {
    background-image:
        linear-gradient(180deg, rgba(7, 12, 20, 0.02), rgba(7, 12, 20, 0.08)),
        url("https://source.unsplash.com/900x700/?horse-riding,desert,tour");
}

.feature-photo--utv {
    background-image:
        linear-gradient(180deg, rgba(7, 12, 20, 0.02), rgba(7, 12, 20, 0.08)),
        url("https://source.unsplash.com/900x700/?utv,off-road,desert");
}

.feature-photo--charging {
    background-image:
        linear-gradient(180deg, rgba(7, 12, 20, 0.08), rgba(7, 12, 20, 0.28)),
        url("https://source.unsplash.com/1200x700/?electric-vehicle,charging-station");
}

.feature-photo--dining {
    background-image:
        linear-gradient(180deg, rgba(7, 12, 20, 0.05), rgba(7, 12, 20, 0.18)),
        url("https://source.unsplash.com/1200x700/?outdoor-market,food-kiosk,cafe");
}

.feature-copy {
    min-height: 266px;
    padding: 34px 36px 38px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 249, 249, 0.74)),
        radial-gradient(circle at 20% 24%, rgba(7, 20, 45, 0.04) 0 2px, transparent 2.2px);
    background-size: cover, 36px 36px;
}

.feature-topline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 28px;
}

.feature-icon {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    position: relative;
    border-radius: 50%;
}

.feature-icon::before,
.feature-icon::after {
    content: none;
}

.feature-icon svg {
    width: 26px;
    height: 26px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
}

.feature-icon--blue {
    color: #244c78;
    background: #dbe9f2;
}

.feature-icon--peach {
    color: #914b31;
    background: #f6d8c2;
}

.feature-icon--green {
    color: #2f6551;
    background: #dceee5;
}

.feature-icon--gold {
    color: #9b6830;
    background: #f1dfbd;
}

.feature-badge {
    padding: 8px 12px 7px;
    border: 1px solid currentColor;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    line-height: 1;
    text-transform: uppercase;
}

.feature-badge--blue {
    color: #203a68;
}

.feature-badge--peach {
    color: #994133;
}

.feature-badge--green {
    color: #2f6551;
}

.feature-badge--gold {
    color: #9b6830;
}

.feature-card h3 {
    margin: 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(2rem, 2.7vw, 3rem);
    line-height: 1.05;
    font-weight: 400;
}

.feature-card p {
    margin: 22px 0 0;
    color: #59606b;
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 1.7;
}

.story-section {
    width: 100%;
    min-height: clamp(620px, 78vh, 820px);
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: clamp(96px, 11vw, 150px) 28px;
}

.story-section::before,
.story-section::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: clamp(-92px, -7vw, -48px);
    width: 100vw;
    height: clamp(340px, 36vw, 540px);
    transform: translateX(-50%);
    pointer-events: none;
}

.story-section::before {
    background: url("Document.png") center bottom / 100vw 85vh no-repeat;
    filter: saturate(0.86) contrast(0.96);
    opacity: 0.84;
}

.story-section::after {
    background:
        linear-gradient(180deg, rgba(255, 250, 244, 0.96) 0%, rgba(255, 250, 244, 0.76) 18%, rgba(255, 250, 244, 0.32) 42%, rgba(255, 250, 244, 0.24) 62%, rgba(255, 250, 244, 0.78) 100%),
        linear-gradient(90deg, rgba(255, 250, 244, 0.5) 0%, rgba(255, 250, 244, 0) 12%, rgba(255, 250, 244, 0) 88%, rgba(255, 250, 244, 0.5) 100%);
}

.story-shell {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.25fr);
    gap: clamp(58px, 8vw, 116px);
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.story-kicker {
    color: var(--accent);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    line-height: 1;
    text-transform: uppercase;
}

.story-heading h2 {
    margin: 24px 0 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(3.35rem, 5.15vw, 6rem);
    line-height: 1.06;
    font-weight: 400;
}

.story-rule {
    width: 62px;
    height: 2px;
    margin-top: 42px;
    background: rgba(199, 111, 50, 0.36);
}

.story-copy {
    padding-top: 22px;
}

.story-copy p {
    max-width: 740px;
    margin: 0;
    color: #535a65;
    font-size: clamp(1.08rem, 1.35vw, 1.32rem);
    line-height: 1.72;
}

.story-copy .story-lead {
    color: #202a42;
    font-family: var(--heading-font);
    font-size: clamp(1.65rem, 2.5vw, 2.85rem);
    line-height: 1.36;
    font-weight: 400;
}

.story-copy p+p {
    margin-top: 38px;
}

.story-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 52px;
}

.story-tags span {
    min-width: 78px;
    padding: 10px 18px 9px;
    border: 1px solid rgba(45, 66, 106, 0.24);
    border-radius: 4px;
    color: #385078;
    background: rgba(255, 255, 255, 0.6);
    font-size: 0.98rem;
    line-height: 1;
    text-align: center;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.classics-section {
    width: 100%;
    min-height: clamp(620px, 78vh, 840px);
    display: block;
    position: relative;
    overflow: hidden;
    padding: clamp(112px, 13vw, 172px) 28px clamp(128px, 7vw, 178px);
}

.classics-section::before,
.classics-section::after {
    content: "";
    position: absolute;
    left: -7%;
    right: -7%;
    height: 42%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.72;
}

.classics-section::before {
    top: -15%;
    filter: blur(0.9px);
}

.classics-section::after {
    bottom: -18%;
    filter: blur(1.1px);
}

.classics-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.classics-kicker {
    color: var(--accent);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    line-height: 1;
    text-transform: uppercase;
}

.classics-section h2 {
    max-width: 640px;
    margin: 26px 0 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(4rem, 6.4vw, 7rem);
    line-height: 1.05;
    font-weight: 400;
}

.classics-section p {
    max-width: 620px;
    margin: 44px 0 0;
    color: #555d68;
    font-size: clamp(1.08rem, 1.45vw, 1.36rem);
    line-height: 1.7;
}

.classics-rule {
    width: 88px;
    height: 2px;
    margin-top: 40px;
    background: linear-gradient(90deg, rgba(199, 111, 50, 0.42), transparent);
}

.classic-services {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(34px, 4.5vw, 82px);
    margin: clamp(94px, 10vw, 138px) auto 0;
    padding: clamp(34px, 5vw, 58px) 0 clamp(78px, 8vw, 124px);
    position: relative;
    isolation: isolate;
    z-index: 1;
}

.classic-services::before {
    content: "";
    position: absolute;
    top: clamp(82px, 8vw, 122px);
    left: 50%;
    width: 100vw;
    height: clamp(250px, 18.75vw, 340px);
    transform: translateX(-50%);
    z-index: -1;
    background: url("Background1.PNG") center center / 100vw auto no-repeat;
    filter: saturate(0.9) contrast(0.96);
    opacity: 0.9;
}

.classic-services::after {
    content: "";
    position: absolute;
    top: clamp(82px, 8vw, 122px);
    left: 50%;
    width: 100vw;
    height: clamp(250px, 18.75vw, 340px);
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 250, 244, 0.94) 0%, rgba(255, 250, 244, 0.76) 16%, rgba(255, 250, 244, 0.36) 36%, rgba(255, 250, 244, 0.16) 56%, rgba(255, 250, 244, 0.46) 78%, rgba(255, 250, 244, 0.94) 100%),
        linear-gradient(90deg, rgba(255, 250, 244, 0.42) 0%, rgba(255, 250, 244, 0) 10%, rgba(255, 250, 244, 0) 90%, rgba(255, 250, 244, 0.42) 100%);
}

.classic-service {
    min-width: 0;
    position: relative;
}

.classic-icon {
    width: 54px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    position: relative;
    border-radius: 50%;
    color: #244c78;
    background: rgba(221, 235, 245, 0.9);
    box-shadow:
        0 10px 28px rgba(9, 20, 45, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);

}

.classic-icon::before {
    position: relative;
    z-index: 1;
    font-family: "Segoe UI Symbol", Arial, sans-serif;
    font-size: 1.45rem;
    line-height: 1;
}

.classic-icon::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 8px solid rgba(255, 255, 255, 0.86);

    border-radius: inherit;

}

.classic-icon--boat {
    color: #244c78;
    background: rgba(219, 234, 244, 0.95);
}

.classic-icon--boat::before {
    content: "\2693";
}

.classic-icon--play {
    color: #a35737;
    background: rgba(248, 216, 194, 0.95);
}

.classic-icon--play::before {
    content: "\2606";
}

.classic-icon--events {
    color: #73445b;
    background: rgba(233, 206, 216, 0.95);
}

.classic-icon--events::before {
    content: "\1F5D3";
    font-size: 1.22rem;
}

.classic-icon--services {
    color: #5377a0;
    background: rgba(224, 234, 244, 0.95);
}

.classic-icon--services::before {
    content: "\2726";
}

.classic-service h3 {
    margin: 32px 0 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(1.75rem, 2.2vw, 2.35rem);
    line-height: 1.05;
    font-weight: 400;
}

.classic-service p {
    max-width: none;
    margin: 22px 0 0;
    color: #555d68;
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
    line-height: 1.72;
}

.dining-section {
    width: 100%;
    min-height: clamp(620px, 80vh, 850px);
    position: relative;
    overflow: hidden;
    padding: clamp(112px, 5vw, 162px) 28px clamp(118px, 12vw, 168px);
}

.dining-shell {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    align-items: end;
    gap: clamp(42px, 8vw, 120px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.dining-kicker {
    color: var(--accent);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    line-height: 1;
    text-transform: uppercase;
}

.dining-section h2 {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(4rem, 6.4vw, 7rem);
    line-height: 1.05;
    font-weight: 400;
}

.dining-rule {
    width: 88px;
    height: 2px;
    margin-top: 40px;
    background: linear-gradient(90deg, rgba(199, 111, 50, 0.42), transparent);
}

.dining-intro {
    max-width: 420px;
    margin: 0 0 12px;
    color: #77706b;
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.65;
    text-align: right;
}

.dining-gallery {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 42px);
    margin: clamp(72px, 8vw, 112px) auto 0;
    position: relative;
    z-index: 1;
}

.dining-card {
    min-height: clamp(260px, 26vw, 390px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 1px solid rgba(218, 176, 140, 0.36);
    background: rgba(255, 250, 244, 0.2);
    text-align: center;
}

.dining-card__icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    color: rgba(199, 111, 50, 0.58);
}

.dining-card__icon::before {
    content: "";
    position: absolute;
    inset: 3px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

.dining-card__icon::after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 6px;
    width: 9px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: skew(-18deg);
}

.dining-card p {
    margin: 28px 0 0;
    color: rgba(199, 111, 50, 0.66);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.dining-card h3 {
    margin: 14px 0 0;
    color: rgba(85, 93, 104, 0.68);
    font-family: "Courier New", monospace;
    font-size: clamp(0.78rem, 0.85vw, 0.92rem);
    font-weight: 400;
    line-height: 1.45;
}

.dining-partners {
    width: min(100%, 1180px);
    margin: clamp(72px, 8vw, 112px) auto 0;
    position: relative;
    z-index: 1;
}

.client-content {
    text-align: center;
}

.sec-title {
    margin: 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(2.3rem, 3.8vw, 4.2rem);
    font-weight: 400;
    line-height: 1.08;
}

.client-slider {
    margin-top: clamp(34px, 4.5vw, 58px);
    padding: 8px 2px;
}

.client-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.client-item {
    height: auto;
}

.client-logo {
    min-height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    border: 1px solid rgba(199, 111, 50, 0.24);
    background: #f1dfbd;
    box-shadow: 0 18px 48px rgba(65, 41, 25, 0.11);
}

.client-logo img {
    max-width: 150px;
    max-height: 112px;
    display: block;
    object-fit: contain;
    margin: auto;
}

.dining-partners__action {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.tj-primary-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid rgba(199, 111, 50, 0.5);
    border-radius: 4px;
    color: #fffdf8;
    background: #c76f32;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tj-primary-btn:hover {
    border-color: #a85424;
    background: #a85424;
    transform: translateY(-2px);
}

.dining-info {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: clamp(74px, 8vw, 116px) auto 0;
    position: relative;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 253, 249, 0.88), rgba(255, 250, 245, 0.72)),
        repeating-linear-gradient(90deg, transparent 0 23%, rgba(199, 111, 50, 0.1) 23.1% 23.2%, transparent 23.3% 46%);
    box-shadow: 0 22px 70px rgba(65, 41, 25, 0.08);
}

.dining-info__item {
    min-height: 178px;
    padding: clamp(34px, 4.1vw, 58px) clamp(28px, 4vw, 58px);
}

.dining-info__item+.dining-info__item {
    border-left: 1px solid rgba(218, 176, 140, 0.24);
}

.dining-info__item h3 {
    margin: 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(1.65rem, 2vw, 2.2rem);
    font-weight: 400;
    line-height: 1.1;
}

.dining-info__item p {
    margin: 20px 0 0;
    color: #686d76;
    font-size: clamp(0.95rem, 1.04vw, 1.06rem);
    line-height: 1.62;
}

.location-section {
    width: 100%;
    min-height: clamp(620px, 76vh, 820px);
    padding: clamp(88px, 10vw, 140px) 28px clamp(112px, 11vw, 156px);
}

.location-shell {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: minmax(320px, 0.86fr) minmax(360px, 1fr);
    gap: clamp(54px, 9vw, 150px);
    align-items: center;
    margin: 0 auto;
}

.location-kicker {
    color: var(--accent);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    line-height: 1;
    text-transform: uppercase;
}

.location-section h2 {
    margin: 22px 0 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: clamp(3.8rem, 5.7vw, 6.1rem);
    font-weight: 400;
    line-height: 1.04;
}

.location-lead {
    max-width: 560px;
    margin: 32px 0 0;
    color: #686d76;
    font-size: clamp(1.05rem, 1.22vw, 1.18rem);
    line-height: 1.75;
}

.location-details {
    display: grid;
    gap: 30px;
    margin-top: 48px;
}

.location-detail {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.location-detail__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 50%;
    background: rgba(221, 234, 244, 0.9);
    color: #5377a0;
}

.location-detail__icon::before {
    font-family: "Segoe UI Symbol", Arial, sans-serif;
    font-size: 1.35rem;
    line-height: 1;
}

.location-detail__icon--pin::before {
    content: "\25CE";
}

.location-detail__icon--time {
    background: rgba(248, 216, 194, 0.9);
    color: #a35737;
}

.location-detail__icon--time::before {
    content: "\25F7";
}

.location-detail h3 {
    margin: 0;
    color: var(--ink);
    font-family: var(--heading-font);
    font-size: 1.22rem;
    font-weight: 400;
    line-height: 1.1;
}

.location-detail p {
    margin: 12px 0 0;
    color: #686d76;
    font-size: 1rem;
    line-height: 1.55;
}

.directions-button {
    width: fit-content;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 56px;
    padding: 0 34px;
    color: #fffaf3;
    background: linear-gradient(135deg, #d59361, #b96a3a);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(150, 81, 39, 0.18);
}

.location-map {
    min-height: clamp(330px, 34vw, 500px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 34px;
    border: 1px solid rgba(167, 180, 197, 0.24);
    background: rgba(255, 250, 244, 0.18);
    text-align: center;
}

.location-map__pin {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(222, 152, 102, 0.65);
    color: #fffaf3;
}

.location-map__pin::before {
    content: "\25CE";
    font-family: "Segoe UI Symbol", Arial, sans-serif;
    font-size: 1.7rem;
}

.location-map h3 {
    margin: 32px 0 0;
    color: rgba(85, 93, 104, 0.62);
    font-family: "Courier New", monospace;
    font-size: clamp(0.88rem, 1vw, 1rem);
    font-weight: 400;
    line-height: 1.45;
}

.location-map p {
    margin: 10px 0 0;
    color: rgba(104, 109, 118, 0.58);
    font-size: 0.82rem;
    line-height: 1.4;
}

.site-footer {
    padding: 64px 28px;
    color: rgba(255, 250, 243, 0.72);
    background: #090d14;
}

.footer-shell {
    width: min(100%, 1180px);
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(160px, 0.5fr));
    gap: clamp(42px, 8vw, 120px);
    margin: 0 auto;
}

.site-footer h2,
.site-footer h3 {
    margin: 0;
    color: rgba(255, 250, 243, 0.86);
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.1;
}

.site-footer h2 {
    width: 100%;
    font-size: clamp(2rem, 3vw, 3rem);
    text-align: left;
}

.footer-brand {
    width: min(100%, 430px);
    max-width: 430px;
    display: grid;
    justify-items: start;
    text-align: left;
}

.footer-logo {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    margin: 0 0 24px;
    object-fit: contain;
}

.site-footer h3 {
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer p {
    max-width: 430px;
    margin: 28px 0 0;
    color: rgba(255, 250, 243, 0.5);
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 18px;
}

.footer-links a {
    color: rgba(255, 250, 243, 0.5);
    text-decoration: none;
}

.footer-links a:hover {
    color: rgba(255, 250, 243, 0.88);
}

@keyframes classicIconGlow {

    0%,
    100% {
        transform: translateY(0) scale(1);
        box-shadow:
            0 10px 28px rgba(9, 20, 45, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.85);
    }

    50% {
        transform: translateY(-2px) scale(1.04);
        box-shadow:
            0 16px 34px rgba(9, 20, 45, 0.12),
            0 0 0 8px rgba(255, 255, 255, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }
}

@media (max-width: 900px) {
    .hero {
        padding-top: 82px;
    }

    h1 {
        margin-top: 34px;
        font-size: clamp(3.5rem, 13vw, 6.8rem);
    }

    .intro {
        max-width: 620px;
    }

    .countdown {
        width: min(100%, 560px);
        grid-template-columns: repeat(2, minmax(0, 154px));
        gap: 24px 18px;
    }

    .separator {
        display: none;
    }

    .time-card {
        width: 100%;
    }

    .video-actions {
        flex-wrap: wrap;
    }

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

    .feature-grid::before,
    .feature-grid::after {
        top: 210px;
        height: 620px;
        background-size: auto 100%;
    }

    .story-shell {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .story-copy {
        padding-top: 0;
    }

    .classics-section {
        min-height: auto;
    }

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

    .dining-section {
        min-height: auto;
    }

    .dining-shell {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .dining-intro {
        margin: 0;
        text-align: left;
    }

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

    .dining-info {
        grid-template-columns: 1fr;
    }

    .dining-info__item+.dining-info__item {
        border-top: 1px solid rgba(218, 176, 140, 0.24);
        border-left: 0;
    }

    .location-shell {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .footer-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .hero {
        min-height: 100svh;
        padding: 64px 18px 30px;
    }

    .hero__rule {
        margin-bottom: 30px;
    }

    .eyebrow,
    .time-block p,
    .scroll-note {
        letter-spacing: 0.24em;
    }

    h1 {
        margin: 28px 0 24px;
        font-size: clamp(3.05rem, 16vw, 4.8rem);
    }

    .intro {
        width: 100%;
        max-width: 320px;
        font-size: 1.08rem;
        line-height: 1.55;
    }

    .countdown {
        width: min(100%, 320px);
        grid-template-columns: repeat(2, minmax(0, 112px));
        justify-content: center;
        gap: 24px 26px;
        margin-top: 46px;
    }

    .time-card {
        width: 100%;
        max-width: 112px;
        height: 112px;
    }

    .time-card span {
        font-size: 3.55rem;
    }

    .time-block {
        gap: 14px;
    }

    .video-placeholder {
        min-height: 100svh;
    }

    .video-placeholder__content {
        width: min(100% - 32px, 360px);
        padding: 96px 0 104px;
    }

    .video-placeholder h2 {
        font-size: clamp(3.2rem, 15vw, 4.8rem);
    }

    .video-placeholder__content p {
        margin-top: 20px;
        font-size: 1.16rem;
    }

    .video-actions {
        width: 100%;
        display: grid;
        gap: 14px;
        margin-top: 34px;
    }

    .video-button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 0 22px;
        font-size: 1.08rem;
    }

    .whats-new {
        padding: 74px 18px 80px;
    }

    .section-label {
        gap: 10px;
    }

    .section-label span {
        width: 28px;
    }

    .section-label p {
        padding: 10px 14px 9px;
        font-size: 0.78rem;
        letter-spacing: 0.22em;
    }

    .whats-new h2 {
        font-size: clamp(3rem, 14vw, 4.6rem);
    }

    .section-intro {
        margin-top: 24px;
    }

    .feature-grid {
        margin-top: 52px;
        gap: 22px;
    }

    .feature-grid::before,
    .feature-grid::after {
        top: 188px;
        height: 760px;
    }

    .feature-photo,
    .feature-photo-grid {
        height: 190px;
    }

    .feature-copy {
        min-height: 0;
        padding: 28px 24px 32px;
    }

    .feature-card h3 {
        font-size: 2rem;
    }

    .story-section {
        min-height: auto;
        padding: 78px 18px 92px;
    }

    .story-section::before,
    .story-section::after {
        bottom: 26px;
        height: 430px;
        background-size: auto 100%;
    }

    .story-kicker {
        font-size: 0.82rem;
        letter-spacing: 0.28em;
    }

    .story-heading h2 {
        font-size: clamp(3rem, 13vw, 4.5rem);
    }

    .story-rule {
        margin-top: 30px;
    }

    .story-copy .story-lead {
        font-size: 1.7rem;
    }

    .story-copy p {
        font-size: 1.05rem;
    }

    .story-copy p+p {
        margin-top: 26px;
    }

    .story-tags {
        gap: 10px;
        margin-top: 34px;
    }

    .story-tags span {
        min-width: 0;
        padding: 9px 13px 8px;
        font-size: 0.9rem;
    }

    .classics-section {
        padding: 82px 18px 110px;
    }

    .classics-kicker {
        font-size: 0.82rem;
        letter-spacing: 0.28em;
    }

    .classics-section h2 {
        font-size: clamp(3.1rem, 14vw, 4.8rem);
    }

    .classics-section p {
        margin-top: 30px;
        font-size: 1.05rem;
    }

    .classic-services {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 68px;
        padding: 18px 0 78px;
    }

    .classic-services::before {
        top: 210px;
        width: 100vw;
        height: 260px;
        background-position: center center;
        background-size: auto 100%;
        opacity: 0.9;
    }

    .classic-services::after {
        top: 210px;
        width: 100vw;
        height: 260px;
        background:
            linear-gradient(180deg, rgba(255, 250, 244, 0.94) 0%, rgba(255, 250, 244, 0.76) 16%, rgba(255, 250, 244, 0.36) 36%, rgba(255, 250, 244, 0.16) 56%, rgba(255, 250, 244, 0.46) 78%, rgba(255, 250, 244, 0.94) 100%),
            linear-gradient(90deg, rgba(255, 250, 244, 0.42) 0%, rgba(255, 250, 244, 0) 10%, rgba(255, 250, 244, 0) 90%, rgba(255, 250, 244, 0.42) 100%);
    }

    .classic-service {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        column-gap: 18px;
        align-items: center;
        padding: 8px 0;
    }

    .classic-icon {
        width: 52px;
        height: 52px;
        grid-row: 1;
    }

    .classic-service h3 {
        grid-column: 2;
        margin-top: 0;
        font-size: 1.9rem;
    }

    .classic-service p {
        grid-column: 1 / -1;
        margin-top: 18px;
        line-height: 1.64;
    }

    .dining-section {
        padding: 82px 18px 110px;
    }

    .dining-kicker {
        font-size: 0.82rem;
        letter-spacing: 0.28em;
    }

    .dining-section h2 {
        font-size: clamp(3.1rem, 14vw, 4.8rem);
    }

    .dining-rule {
        margin-top: 30px;
    }

    .dining-intro {
        font-size: 1.05rem;
    }

    .dining-gallery {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 58px;
    }

    .dining-card {
        min-height: 230px;
    }

    .dining-info {
        margin-top: 58px;
    }

    .dining-info__item {
        min-height: 0;
        padding: 30px 24px;
    }

    .dining-info__item h3 {
        font-size: 1.85rem;
    }

    .location-section {
        min-height: auto;
        padding: 78px 18px 92px;
    }

    .location-kicker {
        font-size: 0.82rem;
        letter-spacing: 0.28em;
    }

    .location-section h2 {
        font-size: clamp(3rem, 13vw, 4.5rem);
    }

    .location-lead {
        margin-top: 24px;
        font-size: 1.05rem;
    }

    .location-details {
        gap: 26px;
        margin-top: 38px;
    }

    .location-detail {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 18px;
    }

    .location-detail__icon {
        width: 42px;
        height: 42px;
    }

    .directions-button {
        width: 100%;
        justify-content: center;
        margin-top: 42px;
    }

    .location-map {
        min-height: 300px;
        padding: 28px 20px;
    }

    .site-footer {
        padding: 48px 18px;
    }

    .footer-shell {
        gap: 36px;
    }

    .site-footer p {
        margin-top: 20px;
    }
}
