:root {
    --ink: #12221f;
    --muted: #4a5e5a;
    --paper: #eef3f1;
    --surface: #fafcfb;
    --clay: #0e5c5b;
    --spice: #e07a2f;
    --gold: #d4a84b;
    --line: #c5d5d1;
    --navy: #073837;
}
* { box-sizing: border-box; }
html, body { margin: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: Outfit, system-ui, sans-serif;
    background:
        radial-gradient(circle at 12% -8%, rgba(224, 122, 47, .08), transparent 28%),
        var(--paper);
    color: var(--ink);
    line-height: 1.55;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main { flex: 1; }
a { color: var(--clay); }
img { max-width: 100%; height: auto; }
.wrap { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.site-header, .site-footer {
    padding: 0;
}
.site-header {
    background: var(--navy);
    border-bottom: 4px solid var(--spice);
    position: sticky;
    top: 0;
    z-index: 20;
}
.site-header .header-inner {
    padding-top: .85rem;
    padding-bottom: .85rem;
}
.brand {
    font-family: Syne, Outfit, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
    color: #fafcfb;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}
.brand-mark {
    width: 2rem;
    height: 2rem;
    border-radius: 0;
    display: block;
}
.nav { display: flex; gap: 1.15rem; flex-wrap: wrap; font-size: 0.88rem; align-items: center; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.nav a {
    text-decoration: none;
    color: #d7ebe8;
    font-weight: 600;
}
.nav a:hover,
.nav a.is-current { color: var(--gold); }
.nav a.is-current { box-shadow: inset 0 -3px 0 var(--spice); }
.nav a.btn,
.nav a.btn:hover {
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    letter-spacing: .06em;
}
.hero { padding: 2.8rem 0 1.8rem; }
.hero h1 {
    font-family: Syne, Outfit, sans-serif;
    font-size: clamp(2.1rem, 5.4vw, 3.6rem);
    line-height: 1.08;
    max-width: 16ch;
    margin: 0 0 1rem;
    font-weight: 700;
}
.hero h1::after {
    content: "";
    display: block;
    width: 3.25rem;
    height: 4px;
    background: var(--spice);
    margin-top: .9rem;
}
.hero .product-card--feature h1 {
    font-size: clamp(1.7rem, 3.6vw, 2.4rem);
    max-width: none;
    margin: 0 0 .6rem;
}
.hero .product-card--feature h1::after { display: none; }
.eyebrow {
    letter-spacing: .22em;
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 700;
    color: var(--spice);
}
.lede { max-width: 38rem; color: var(--muted); font-size: 1.08rem; }
.btn {
    display: inline-block;
    background: var(--spice);
    color: #fff;
    text-decoration: none;
    padding: .85rem 1.15rem;
    border: 0;
    border-radius: 0;
    font: inherit;
    font-weight: 700;
    letter-spacing: .04em;
    cursor: pointer;
    transition: filter .15s ease, opacity .15s ease, transform .15s ease;
}
.btn:hover { filter: brightness(1.06); color: #fff; }
.btn:disabled,
.btn[disabled] {
    opacity: .45;
    cursor: not-allowed;
    filter: none;
}
.btn-ghost { background: transparent; color: var(--clay); border: 2px solid var(--clay); }
.btn-ghost:hover { background: var(--clay); color: #fafcfb; filter: none; }
.grid { display: grid; gap: 1.15rem; align-items: stretch; }
.grid-3 > .empty-state { grid-column: 1 / -1; }
.days,
.grid-3 { grid-template-columns: 1fr; }
@media (min-width: 640px) {
    .days,
    .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 800px) {
    .grid-2 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 960px) {
    .days,
    .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.panel {
    background: var(--surface);
    border: 0;
    border-left: 4px solid var(--gold);
    padding: 1.35rem 1.3rem;
    border-radius: 0;
    box-shadow: 0 10px 28px rgba(7, 56, 55, .06);
}
.panel h3 { font-family: Syne, Outfit, sans-serif; margin: 0 0 .4rem; font-weight: 700; }
.item-list { margin: 0; padding-left: 1.1rem; color: var(--muted); }
label { display: block; margin: .7rem 0 .3rem; font-weight: 600; font-size: .92rem; }
input, select, textarea {
    width: 100%;
    font: inherit;
    padding: .75rem .85rem;
    border: 0;
    border-bottom: 2px solid var(--line);
    background: var(--surface);
    color: var(--ink);
    max-width: 100%;
    border-radius: 0;
}
input:focus, select:focus, textarea:focus {
    border-bottom-color: var(--clay);
}
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    padding: 0;
    border: 0;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--spice);
    outline-offset: 2px;
}
.flash { background: #e8f2f1; border-left: 4px solid var(--clay); padding: .8rem 1rem; margin: 1rem 0; }
.errors { background: #f8ece6; border-left: 4px solid var(--spice); padding: .8rem 1rem; margin: 1rem 0; }
.table { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 40rem; }
.table th, .table td { text-align: left; padding: .7rem .45rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.tabs { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.2rem 0 0; }
.tabs a, .tabs button {
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    padding: .45rem .15rem;
    margin-right: 1rem;
    text-decoration: none;
    color: var(--muted);
    font: inherit;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
    cursor: pointer;
}
.tabs .is-active { border-bottom-color: var(--spice); color: var(--clay); }
.status { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--spice); font-weight: 700; }
.ops { font-size: .95rem; }
.ops-nav { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1rem 0 1.5rem; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.skip-link {
    position: absolute;
    left: 1rem;
    top: -4rem;
    z-index: 40;
    background: var(--spice);
    color: #fff;
    padding: .6rem 1rem;
    text-decoration: none;
}
.skip-link:focus {
    top: .75rem;
}
h1, h2, h3, .page-title, .lede, .brand {
    overflow-wrap: anywhere;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
    min-width: 0;
}
.hero-slider,
.hero-slider .slide {
    max-width: 100%;
}
.nav-toggle {
    display: none;
    width: 2.6rem;
    height: 2.4rem;
    border: 1px solid rgba(250,252,251,.28);
    background: transparent;
    padding: .45rem;
    flex-direction: column;
    justify-content: space-between;
}
.nav-toggle span {
    display: block;
    height: 2px;
    background: #fafcfb;
}
.btn-nav { padding: .55rem .9rem; font-size: .78rem; }
.nav form { display: inline; }
.hero-slider {
    position: relative;
    overflow: hidden;
    background: var(--navy);
}
.hero-slider .slides { min-height: inherit; }
.hero-slider .slide {
    display: none;
    min-height: min(72vh, 620px);
}
.hero-slider .slide.is-active {
    display: grid;
    grid-template-columns: 1fr;
}
.slide-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.2rem 0;
    color: #fafcfb;
    background:
        radial-gradient(circle at 80% 120%, rgba(224, 122, 47, .22), transparent 42%),
        var(--clay);
    z-index: 1;
}
.slide-overlay .wrap {
    position: relative;
    z-index: 1;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: min(34rem, calc(100% - 2rem));
    margin: 0 auto 0 0;
}
.slide-overlay h1 {
    font-family: Syne, Outfit, sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.05;
    max-width: 13ch;
    margin: 0 0 1rem;
    color: #fafcfb;
    font-weight: 800;
}
.slide-overlay h1::after {
    content: "";
    display: block;
    width: 3.25rem;
    height: 4px;
    background: var(--spice);
    margin-top: .85rem;
}
.slide-overlay .lede { color: #d7ebe8; }
.slide-overlay .eyebrow { color: var(--gold); }
.slide-photo {
    min-height: 240px;
    background-size: cover;
    background-position: center;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.btn-ghost.light { color: #fafcfb; border-color: #fafcfb; }
.btn-ghost.light:hover { background: #fafcfb; color: var(--clay); }
.slider-btn {
    position: absolute;
    top: auto;
    bottom: 1.1rem;
    transform: none;
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    border-radius: 0;
    background: var(--spice);
    color: #fff;
    cursor: pointer;
    font-size: 1.4rem;
    z-index: 2;
}
.slider-btn.prev { left: auto; right: 4rem; }
.slider-btn.next { right: 1.2rem; }
.slider-dots {
    position: absolute;
    bottom: 1.3rem;
    left: 1.2rem;
    right: auto;
    display: flex;
    justify-content: flex-start;
    gap: .35rem;
    z-index: 2;
}
.slider-dots .dot {
    width: 1.4rem;
    height: .28rem;
    border-radius: 0;
    border: 0;
    background: rgba(250,252,251,.35);
    cursor: pointer;
}
.slider-dots .dot.is-active { background: var(--spice); }
.menu-week-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.2rem;
}
.menu-week-head .section-title { margin: .2rem 0 0; }
.menu-week-nav { display: flex; gap: .4rem; flex-shrink: 0; }
.menu-week-nav button {
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    background: var(--spice);
    color: #fff;
    font: inherit;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}
.menu-week-nav button:hover { filter: brightness(1.06); }
.menu-week-nav button:disabled {
    opacity: .35;
    cursor: not-allowed;
    filter: none;
}
.menu-slider-viewport {
    overflow: hidden;
}
.menu-slider-track {
    display: flex;
    gap: 1.15rem;
    transition: transform .35s ease;
}
.menu-slider-track .day-card {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
}
.menu-slider-dots {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: 1rem;
}
.menu-slider-dots .dot {
    width: 1.4rem;
    height: .28rem;
    border: 0;
    border-radius: 0;
    background: var(--line);
    cursor: pointer;
}
.menu-slider-dots .dot.is-active { background: var(--spice); }
@media (min-width: 640px) {
    .menu-slider-track .day-card { flex-basis: calc((100% - 1.15rem) / 2); }
}
@media (min-width: 960px) {
    .menu-slider-track .day-card { flex-basis: calc((100% - 2.3rem) / 3); }
}

.feature-strip {
    background: var(--navy);
    color: #fafcfb;
    margin: 0 0 2.5rem;
    padding: .35rem 0;
}
.feature-rail {
    display: grid;
    gap: 0;
}
.feature-rail article {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(250,252,251,.12);
    overflow: hidden;
    display: grid;
    grid-template-columns: 3.2rem 1fr;
    gap: .85rem;
    padding: 1.4rem 0;
    align-items: start;
}
.feature-index {
    font-family: Syne, Outfit, sans-serif;
    color: var(--gold);
    font-weight: 800;
    letter-spacing: .08em;
}
.feature-rail h3 { margin: 0 0 .35rem; font-family: Syne, Outfit, sans-serif; color: #fafcfb; }
.feature-rail p { color: #d7ebe8; margin: 0; }
.section-title { font-family: Syne, Outfit, sans-serif; font-weight: 700; }
.product-card,
.day-card,
.day-card.panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 1.2rem;
    overflow: hidden;
    background: var(--surface);
    border: 0;
    border-top: 5px solid var(--spice);
    border-radius: 0;
    box-shadow: 0 14px 30px rgba(7, 56, 55, .08);
}
.product-card .card-body,
.day-card > *:not(.card-photo):not(.day-photo):not(.day-card-media) {
    margin-left: 1rem;
    margin-right: 1rem;
}
.product-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: .85rem;
    margin-left: 1.1rem;
    margin-right: 1.1rem;
}
.product-card h3,
.day-card h3 {
    font-family: Syne, Outfit, sans-serif;
    margin: .2rem 0 .45rem;
    font-weight: 700;
}
.day-card-media {
    position: relative;
}
.date-suite {
    position: absolute;
    left: 0;
    bottom: 1rem;
    margin: 0;
    padding: .55rem .85rem .5rem;
    background: var(--spice);
    border: 0;
    line-height: 1.1;
    max-width: calc(100% - 1.4rem);
    color: #fff;
}
.date-suite time {
    display: flex;
    flex-direction: column;
    gap: .12rem;
}
.date-suite-weekday {
    font-family: Syne, Outfit, sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
}
.date-suite-when {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffe8d4;
}
.day-card-media + h3,
.day-card-media + .item-list {
    margin-top: .95rem;
}
.product-card .btn,
.day-card .btn { margin-top: auto; }
.product-card--feature .btn { align-self: flex-start; }
.card-price {
    font-weight: 700;
    color: var(--spice);
    margin: 0 0 .35rem;
    letter-spacing: .02em;
}
.card-photo,
.day-photo {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    flex-shrink: 0;
}
.product-card--feature {
    display: grid;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 1.5rem;
}
.product-card--feature .card-photo {
    height: 200px;
    margin-bottom: 0;
}
.product-card--feature .card-body {
    padding: 1.25rem 1.35rem 1.4rem;
    margin: 0;
}
.cart-line {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    overflow: hidden;
    align-items: stretch;
}
.cart-line .card-photo {
    height: 120px;
    margin: 0;
}
.cart-line .card-body { margin: 1rem 1rem .2rem; }
.cart-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: flex-end;
    padding: 0 1rem 1rem;
}
.footer-grid {
    display: grid;
    gap: 1.25rem;
    padding: 2rem 0 2.2rem;
}
.footer-grid a { display: block; color: #d7ebe8; text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-meta { color: #9fb8b4; font-size: .9rem; margin: .35rem 0 0; }
.site-footer {
    border-top: 0;
    background: var(--navy);
    color: #d7ebe8;
}
.site-footer .brand { color: #fafcfb; }
.empty-state { text-align: left; padding: 1.6rem; }
.empty-state h2 { font-family: Syne, Outfit, sans-serif; margin: 0 0 .4rem; }
.empty-state p { color: var(--muted); margin: 0 0 1rem; }
.error-page .lede { margin-bottom: 1.25rem; }

.how-band .panel:last-child {
    background: var(--clay);
    color: #fafcfb;
    border-left-color: var(--spice);
}
.how-band .panel:last-child .eyebrow { color: var(--gold); }
.how-band .panel:last-child h3 { color: #fafcfb; }
.how-band .panel:last-child .item-list { color: #d7ebe8; }

@media (min-width: 800px) {
    .feature-rail {
        grid-template-columns: repeat(3, 1fr);
    }
    .feature-rail article {
        border-bottom: 0;
        border-right: 1px solid rgba(250,252,251,.12);
        padding: 1.6rem 1.4rem 1.6rem 0;
        margin: 0;
    }
    .feature-rail article:last-child { border-right: 0; padding-right: 0; }
    .footer-grid { grid-template-columns: 1.4fr .7fr .7fr; }
    .hero-slider .slide.is-active {
        grid-template-columns: minmax(22rem, .9fr) 1.1fr;
    }
    .slide-photo { min-height: 100%; }
    .slider-btn {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
    .slider-btn.prev { right: 4.1rem; left: auto; }
    .slider-dots {
        left: auto;
        right: 1.2rem;
        bottom: 1.2rem;
        justify-content: flex-end;
    }
}
@media (max-width: 1079px) {
    .nav-toggle { display: flex; }
    .nav {
        display: none;
        position: absolute;
        top: calc(100% + .4rem);
        right: 0;
        left: 0;
        background: var(--navy);
        border: 1px solid rgba(250,252,251,.12);
        padding: 1rem;
        flex-direction: column;
        z-index: 21;
        box-shadow: 0 16px 32px rgba(7, 56, 55, .28);
    }
    .nav.is-open { display: flex; }
    .nav .btn,
    .nav .btn-ghost { width: 100%; text-align: center; }
    .nav a.is-current { box-shadow: none; color: var(--gold); }
}
@media (max-width: 799px) {
    .hero { padding: 2rem 0 1.5rem; }
    .hero h1,
    .slide-overlay h1 { max-width: none; }
    .hero-slider .slider-btn { display: none; }
    .slide-overlay { padding: 2.2rem 0; }
    .slide-overlay .wrap {
        padding-left: 0;
        padding-right: 0;
        width: min(1120px, calc(100% - 2rem));
        margin: 0 auto;
    }
    .cart-line {
        grid-template-columns: 1fr;
    }
    .cart-line .card-photo { height: 180px; }
    .cart-actions { padding: 0 1rem 1rem; }
}
@media (max-width: 479px) {
    .hero-actions .btn { width: 100%; text-align: center; }
}

.qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--line);
    margin: .6rem 0;
}
.qty-stepper button {
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    background: var(--surface);
    font: inherit;
    cursor: pointer;
    color: var(--ink);
}
.qty-stepper button:hover { background: var(--paper); }
.qty-stepper input {
    width: 3rem;
    text-align: center;
    border: 0;
    border-left: 2px solid var(--line);
    border-right: 2px solid var(--line);
    padding: .4rem 0;
}
.alacarte-form {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.alacarte-form .btn { width: 100%; }
.page { padding: 2rem 0 4rem; }
.page-title {
    font-family: Syne, Outfit, sans-serif;
    margin: 0 0 1rem;
    font-weight: 700;
}
.table-wrap { overflow-x: auto; }
.table button,
.btn-compact {
    font: inherit;
    background: transparent;
    border: 0;
    border-bottom: 2px solid var(--spice);
    color: var(--clay);
    padding: .35rem .2rem;
    cursor: pointer;
    border-radius: 0;
    font-weight: 700;
}
form > .btn,
form > p > .btn {
    margin-top: .35rem;
}
.nav .btn-ghost {
    padding: .4rem .75rem;
    font-size: .78rem;
    color: #fafcfb;
    border-color: #fafcfb;
}
.nav .btn-ghost:hover {
    background: #fafcfb;
    color: var(--navy);
}
.ops-nav a {
    text-decoration: none;
    color: var(--muted);
    border: 0;
    border-bottom: 3px solid transparent;
    padding: .4rem .1rem;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .78rem;
}
.ops-nav a:hover,
.ops-nav a.is-active {
    border-bottom-color: var(--spice);
    color: var(--clay);
}
@media (min-width: 800px) {
    .product-card--feature {
        grid-template-columns: 280px 1fr;
        align-items: stretch;
    }
    .product-card--feature .card-photo {
        height: 100%;
        min-height: 240px;
    }
    .cart-line {
        grid-template-columns: 140px 1fr auto;
        align-items: center;
    }
    .cart-line .card-photo {
        height: 140px;
    }
    .cart-actions { padding: 1rem 1rem 1rem 0; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .btn { transition: none; }
}
