:root {
    --ink: #111111;
    --paper: #fff8ed;
    --muted: #6d665d;
    --red: #d9232e;
    --charcoal: #171717;
    --line: rgba(17, 17, 17, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, Arial, sans-serif;
    line-height: 1.6;
}

a { color: inherit; }

img, video { max-width: 100%; }

body.special-popup-open { overflow: hidden; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
    padding: 14px clamp(18px, 5vw, 72px);
    color: #fff;
    background: rgba(17, 17, 17, .92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.brand img { width: 116px; display: block; }

.site-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.site-nav a {
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 6px;
}

.site-nav a:hover,
.site-nav a.active {
    background: rgba(255,255,255,.12);
}

.site-nav .order-link {
    color: #fff;
    background: green;
}

.nav-toggle {
    display: none;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle__line {
    display: block;
    width: 21px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.hero {
    position: relative;
    min-height: calc(100vh - 82px);
    display: grid;
    align-items: end;
    overflow: hidden;
    color: #fff;
    background: #111;
}

.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity .35s ease;
}

.hero-media.is-changing { opacity: 0; }

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.34)),
        linear-gradient(0deg, rgba(0,0,0,.75), transparent 52%);
}

.hero-content {
    position: relative;
    width: min(880px, 100%);
    padding: clamp(46px, 8vw, 110px) clamp(20px, 7vw, 90px);
}

.eyebrow {
    margin: 0 0 12px;
    color: green;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

h1, h2, h3 {
    margin: 0;
    font-family: "Barlow Condensed", Impact, sans-serif;
    line-height: .95;
    text-transform: uppercase;
}

h1 { font-size: clamp(58px, 9vw, 126px); max-width: 820px; }
h2 { font-size: clamp(42px, 6vw, 76px); }
h3 { font-size: 34px; }

.hero-content > p:not(.eyebrow) {
    max-width: 650px;
    margin: 22px 0 0;
    font-size: clamp(18px, 2.2vw, 24px);
}

.hero-actions,
.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.button,
button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 2px solid var(--ink);
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.button.primary {
    color: #fff;
    background: green;
    border-color: green;
}

.button.ghost {
    color: #fff;
    border-color: rgba(255,255,255,.7);
}

.band,
.content-section {
    padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 84px);
}

.band.dark {
    color: #fff;
    background: var(--charcoal);
}

.section-heading {
    max-width: 800px;
    margin: 0 0 34px;
}

.section-heading p:last-child {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.dark .section-heading p:last-child { color: #d8d2c7; }

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

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

.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

.card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.card-body { padding: 22px; }
.card-body p { color: var(--muted); }

.stat-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: var(--red);
    color: #fff;
}

.stat-strip div {
    padding: 24px;
    border-right: 1px solid rgba(255,255,255,.2);
}

.stat-strip strong {
    display: block;
    font-family: "Barlow Condensed", Impact, sans-serif;
    font-size: 42px;
    line-height: 1;
}

.menu-card,
.location-card,
.contact-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 26px;
}

.menu-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

.map-frame {
    width: 100%;
    min-height: 340px;
    border: 0;
    border-radius: 8px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

label {
    display: grid;
    gap: 6px;
    font-weight: 800;
}

input,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 13px 14px;
    font: inherit;
    background: #fff;
}

textarea { min-height: 154px; resize: vertical; }
.full { grid-column: 1 / -1; }

.site-footer {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 30px;
    padding: 42px clamp(20px, 6vw, 84px);
    color: #fff;
    background: #0c0c0c;
}

.site-footer strong,
.site-footer span,
.site-footer a {
    display: block;
}

.site-footer a { text-decoration: none; }
.footer-logo { width: 112px; margin-bottom: 12px; }

.special-popup {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 42px);
}

.special-popup[hidden] { display: none; }

.special-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(7px);
}

.special-popup__panel {
    position: relative;
    width: min(680px, 100%);
    max-height: calc(100vh - 32px);
    overflow: auto;
    color: var(--ink);
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .36);
}

.special-popup__panel:focus { outline: none; }

.special-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: rgba(17, 17, 17, .9);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    font: inherit;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.special-popup__close:hover,
.special-popup__close:focus {
    background: var(--red);
    outline: none;
}

.special-popup__copy {
    padding: 24px 24px 14px;
}

.special-popup__copy .eyebrow { margin-bottom: 8px; }

.special-popup__copy h2 {
    padding-right: 52px;
    font-size: clamp(38px, 8vw, 64px);
}

.special-popup__image {
    display: block;
    width: 100%;
    max-height: min(72vh, 760px);
    object-fit: contain;
    background: #111;
}

@media (max-width: 900px) {
    .nav-toggle { display: inline-flex; }
    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px 20px 22px;
        background: #111;
    }
    .site-nav.open { display: flex; }
    .grid,
    .grid.two,
    .stat-strip,
    .site-footer { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .form-grid { grid-template-columns: 1fr; }
    .hero { min-height: 720px; }
    .special-popup { padding: 12px; }
    .special-popup__panel { max-height: calc(100vh - 24px); }
    .special-popup__copy { padding: 20px 18px 12px; }
    .special-popup__copy h2 { padding-right: 46px; }
    .special-popup__image { max-height: 70vh; }
}
