:root {
  --ink: #151513;
  --paper: #fffaf0;
  --cream: #f2e5cf;
  --orange: #f05a28;
  --orange-dark: #be3c16;
  --lime: #b7cf47;
  --teal: #247d74;
  --muted: #635e54;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(21, 21, 19, 0.15);
  --radius: 1.4rem;
  --display: Georgia, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .7rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }
.shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.eyebrow { margin: 0 0 .6rem; color: var(--orange-dark); font-size: .77rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); line-height: 1.02; }
h1 { margin: 0; font-size: clamp(2.8rem, 7vw, 6.2rem); letter-spacing: -.045em; }
h2 { margin: 0; font-size: clamp(2.2rem, 4.2vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
.lede { max-width: 44rem; color: var(--muted); font-size: clamp(1.02rem, 2vw, 1.2rem); }
.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: .75rem 1.2rem;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--orange { border-color: var(--orange); background: var(--orange); }
.button--light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button--outline { background: transparent; color: var(--ink); }
.button--small { min-height: 2.75rem; padding: .55rem 1rem; font-size: .92rem; }

.announcement { background: var(--lime); color: var(--ink); font-size: .86rem; font-weight: 800; text-align: center; }
.announcement p { margin: 0; padding: .45rem 1rem; }
.announcement--club { background: linear-gradient(90deg, #b7cf47, #d8ee78 48%, #b7cf47); }
.announcement--club p { padding-block: .38rem; }
.announcement--club a { display: flex; align-items: center; justify-content: center; gap: .55rem 1.1rem; text-decoration: none; }
.announcement--club strong { font-weight: 950; letter-spacing: .04em; text-transform: uppercase; }
.announcement--club b { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(21,21,19,.96); color: var(--white); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; min-height: 4.8rem; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img { width: 148px; max-height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 1.25rem; }
.site-nav > a:not(.button) { font-size: .92rem; font-weight: 800; text-decoration: none; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: white; font-size: 1.45rem; }

.hero { position: relative; min-height: min(790px, calc(100svh - 5rem)); overflow: hidden; color: var(--white); background: #111; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,12,9,.88) 0%, rgba(14,12,9,.62) 48%, rgba(14,12,9,.16) 100%), linear-gradient(0deg, rgba(14,12,9,.58), transparent 45%); }
.hero-content { position: relative; z-index: 1; display: grid; min-height: inherit; align-content: center; padding-block: 5rem; }
.hero-copy { max-width: 760px; }
.hero .eyebrow { color: #d8ee78; }
.hero p:not(.eyebrow) { max-width: 620px; margin: 1.25rem 0 1.7rem; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: .65rem 1.3rem; margin: 1.5rem 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.86); font-size: .92rem; font-weight: 800; }

.quick-strip { position: relative; z-index: 2; margin-top: -2.2rem; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.quick-card { padding: 1.3rem 1.5rem; text-decoration: none; }
.quick-card + .quick-card { border-left: 1px solid #e7dfd1; }
.quick-card span { display: block; color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quick-card strong { display: block; margin-top: .2rem; font-family: var(--display); font-size: 1.2rem; }
.quick-card--club { background: var(--ink); color: var(--white); }
.quick-card--club span { color: #d8ee78; }

.section { padding-block: clamp(4.2rem, 8vw, 7.5rem); }
.section--cream { background: var(--cream); }
.section--dark { background: var(--ink); color: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-head .lede { margin: .75rem 0 0; }
.food-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1rem; }
.food-card { position: relative; min-height: 410px; overflow: hidden; border-radius: var(--radius); background: #222; color: var(--white); box-shadow: var(--shadow); }
.food-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.food-card:hover img { transform: scale(1.035); }
.food-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 62%); }
.food-card-copy { position: absolute; z-index: 1; right: 1.4rem; bottom: 1.35rem; left: 1.4rem; }
.food-card-copy p { margin: .3rem 0 0; color: rgba(255,255,255,.82); }
.food-card-copy h3 { margin: 0; font-size: 1.8rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 6vw, 5.5rem); }
.split-media { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media img { width: 100%; min-height: 500px; object-fit: cover; }
.split-copy p { color: var(--muted); }
.steps { display: grid; gap: .8rem; margin: 1.6rem 0 2rem; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 2.2rem 1fr; align-items: start; gap: .7rem; }
.steps b { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--lime); }

.review-wrap { position: relative; overflow: hidden; }
.review-wrap::before { content: "“"; position: absolute; top: -3.5rem; right: 4%; color: rgba(255,255,255,.06); font-family: var(--display); font-size: 22rem; line-height: 1; }
.review-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review { border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); padding: 1.5rem; background: rgba(255,255,255,.055); }
.stars { color: #d8ee78; letter-spacing: .12em; }
.review blockquote { margin: 1rem 0; font-family: var(--display); font-size: 1.25rem; line-height: 1.35; }
.review cite { color: rgba(255,255,255,.68); font-style: normal; font-size: .9rem; }

.visit-card { display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; border-radius: var(--radius); background: var(--orange); color: var(--white); box-shadow: var(--shadow); }
.visit-copy { padding: clamp(2rem, 6vw, 5rem); }
.visit-copy h2 { max-width: 620px; }
.visit-copy address { margin: 1.25rem 0; font-style: normal; }
.visit-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.visit-actions { display: flex; flex-wrap: wrap; gap: .7rem; }

.site-footer { padding: 3rem 0 7rem; background: #0d0d0c; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, .8fr); gap: 2rem; }
.footer-brand img { width: 180px; margin-bottom: 1rem; }
.footer-links { display: grid; align-content: start; gap: .5rem; }
.footer-links strong { color: var(--white); margin-bottom: .35rem; }
.footer-links a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

.mobile-order { display: none; position: fixed; z-index: 40; right: .75rem; bottom: .75rem; left: .75rem; min-height: 3.5rem; border-radius: 999px; background: var(--orange); color: var(--white); font-weight: 950; text-align: center; text-decoration: none; align-items: center; justify-content: center; box-shadow: 0 10px 35px rgba(0,0,0,.32); }

.page-hero { padding: 5rem 0 3rem; background: var(--cream); }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
.status-banner { border: 1px solid #e7c645; border-radius: 1rem; margin-top: 1.4rem; padding: .85rem 1rem; background: #fff3b9; }
.menu-nav { display: flex; gap: .55rem; overflow-x: auto; padding: 1rem 0; scrollbar-width: thin; }
.menu-nav a { flex: 0 0 auto; border: 1px solid #d8cebd; border-radius: 999px; padding: .55rem .85rem; background: var(--white); font-weight: 800; text-decoration: none; }
.menu-section { padding: 2.5rem 0; scroll-margin-top: 6.5rem; }
.menu-section + .menu-section { border-top: 1px solid #dfd4c3; }
.menu-section h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.menu-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2.5rem; margin-top: 1.4rem; }
.menu-item { padding: 1rem 0; border-bottom: 1px dashed #d6c9b5; }
.menu-item h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin: 0 0 .25rem; font-family: var(--body); font-size: 1.02rem; }
.menu-item .price { flex: none; color: var(--orange); font-weight: 800; font-variant-numeric: tabular-nums; }
.menu-item p { margin: 0; color: var(--muted); font-size: .9rem; }

/* Custom Clover-synced restaurant menu */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.menu-page { background: #fffaf0; }
.menu-hero { position: relative; min-height: 560px; overflow: hidden; background: #17130f; color: var(--white); }
.menu-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.menu-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,11,8,.92) 0%, rgba(14,11,8,.72) 45%, rgba(14,11,8,.2) 78%), linear-gradient(0deg, rgba(14,11,8,.58), transparent 55%); }
.menu-hero-copy { position: relative; z-index: 1; display: grid; min-height: 560px; align-content: center; padding-block: 4rem; }
.menu-hero-copy h1 { max-width: 770px; font-size: clamp(3.7rem, 8.5vw, 7.5rem); }
.menu-hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 1.2rem 0 1.5rem; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.menu-hero .eyebrow { color: #d8ee78; }
.menu-proof { display: flex; flex-wrap: wrap; gap: .65rem; }
.menu-proof span { border: 1px solid rgba(255,255,255,.26); border-radius: 999px; padding: .48rem .8rem; background: rgba(255,255,255,.1); font-size: .82rem; font-weight: 850; backdrop-filter: blur(10px); }

.menu-toolbar { position: sticky; top: 4.8rem; z-index: 24; border-bottom: 1px solid #ded4c4; background: rgba(255,250,240,.95); backdrop-filter: blur(16px); }
.menu-toolbar-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 1.2rem; }
.menu-search { position: relative; display: flex; width: min(560px, 100%); align-items: center; }
.menu-search svg { position: absolute; left: 1rem; width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.menu-search input { width: 100%; min-height: 50px; border: 1px solid #d7ccbb; border-radius: 999px; padding: .75rem 1.1rem .75rem 3rem; background: var(--white); color: var(--ink); font: inherit; box-shadow: 0 4px 20px rgba(21,21,19,.04); }
.menu-search input:focus { border-color: var(--orange); outline: 3px solid rgba(240,90,40,.16); }
.sync-status { flex: none; color: var(--muted); font-size: .82rem; font-weight: 800; }
.sync-status span { display: inline-block; width: .62rem; height: .62rem; margin-right: .35rem; border-radius: 50%; background: #d39b28; box-shadow: 0 0 0 4px rgba(211,155,40,.15); }
.sync-status.is-live span { background: #3e9b53; box-shadow: 0 0 0 4px rgba(62,155,83,.15); }

.category-showcase { padding-block: clamp(4rem, 7vw, 6.5rem) 3rem; }
.section-kicker { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.7rem; }
.section-kicker > p { max-width: 430px; margin: 0; color: var(--muted); }
.category-tiles { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 190px; gap: .85rem; }
.category-tile { position: relative; grid-column: span 4; overflow: hidden; border-radius: 1.2rem; background: #222; color: white; box-shadow: 0 14px 36px rgba(29,23,17,.13); text-decoration: none; }
.category-tile:nth-child(1), .category-tile:nth-child(2) { grid-column: span 6; grid-row: span 2; }
.category-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-tile:hover img { transform: scale(1.045); }
.category-tile-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,7,5,.9), rgba(8,7,5,.08) 72%); }
.category-tile-copy { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; display: grid; }
.category-tile-copy small { color: #d8ee78; font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.category-tile-copy strong { margin-top: .15rem; font-family: var(--display); font-size: clamp(1.4rem, 2.4vw, 2.25rem); line-height: 1; }
.category-tile-copy > span { margin-top: .25rem; color: rgba(255,255,255,.78); font-size: .78rem; }
.menu-loading-card { grid-column: span 4; min-height: 200px; border-radius: 1.2rem; background: linear-gradient(100deg,#eadfce 30%,#f9f0e2 50%,#eadfce 70%); background-size: 220% 100%; animation: menu-shimmer 1.5s infinite; }
@keyframes menu-shimmer { to { background-position-x: -220%; } }

.menu-category-nav { position: sticky; top: calc(4.8rem + 84px); z-index: 23; border-block: 1px solid #e1d6c5; background: #f3e8d6; }
.menu-category-nav .shell { display: flex; gap: .55rem; overflow-x: auto; padding-block: .7rem; scrollbar-width: none; }
.menu-category-nav .shell::-webkit-scrollbar { display: none; }
.menu-category-nav a { flex: 0 0 auto; border: 1px solid #d4c5b0; border-radius: 999px; padding: .52rem .82rem; background: rgba(255,255,255,.7); font-size: .78rem; font-weight: 850; text-decoration: none; }
.menu-category-nav a:hover { border-color: var(--orange); background: var(--white); color: var(--orange-dark); }

.menu-catalog { padding-block: 1rem 6rem; }
.menu-group { padding-top: 5.25rem; scroll-margin-top: 10rem; }
.menu-group-header { position: relative; min-height: 270px; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.menu-group-header > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.menu-group-header::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,9,7,.92), rgba(10,9,7,.45) 58%, rgba(10,9,7,.08)); }
.menu-group-header-copy { position: relative; z-index: 1; display: grid; min-height: 270px; align-content: end; max-width: 680px; padding: clamp(1.6rem, 4vw, 3.2rem); }
.menu-group-header-copy .eyebrow { color: #d8ee78; }
.menu-group-header-copy h2 { font-size: clamp(2.7rem, 6vw, 5rem); }
.menu-group-header-copy > p:last-child { margin: .5rem 0 0; color: rgba(255,255,255,.78); font-weight: 650; }
.menu-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; margin-top: 1.15rem; }
.menu-product { overflow: hidden; border: 1px solid #e1d7c8; border-radius: 1.15rem; background: var(--white); box-shadow: 0 10px 34px rgba(31,25,18,.07); transition: transform .2s ease, box-shadow .2s ease; }
.menu-product:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(31,25,18,.12); }
.menu-product[hidden], .menu-group[hidden] { display: none; }
.menu-product-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #e8dece; }
.menu-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.menu-product:hover .menu-product-media img { transform: scale(1.035); }
.sold-out { position: absolute; top: .8rem; left: .8rem; border-radius: 999px; padding: .35rem .65rem; background: rgba(21,21,19,.88); color: white; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.menu-product-body { display: flex; min-height: 220px; flex-direction: column; padding: 1.15rem; }
.menu-product-title { display: flex; align-items: start; justify-content: space-between; gap: .8rem; }
.menu-product-title h3 { margin: 0; font-family: var(--body); font-size: 1.03rem; line-height: 1.25; }
.menu-product-price { flex: none; color: var(--orange-dark); font-size: 1rem; font-variant-numeric: tabular-nums; }
.menu-product-body > p { margin: .65rem 0 1rem; color: var(--muted); font-size: .87rem; line-height: 1.48; }
.menu-product-addons { margin: 0 0 1rem; border-top: 1px dashed #d6c9b5; border-bottom: 1px dashed #d6c9b5; padding: .7rem 0; color: var(--muted); font-size: .79rem; }
.menu-product-addons summary { cursor: pointer; color: var(--orange-dark); font-weight: 900; }
.menu-product-addons ul { display: grid; gap: .65rem; margin: .65rem 0 .1rem; padding: 0; list-style: none; }
.menu-product-addons li { display: flex; align-items: start; justify-content: space-between; gap: .75rem; }
.menu-product-addon-copy { display: grid; gap: .15rem; }
.menu-product-addon-copy span { color: var(--ink); font-weight: 800; }
.menu-product-addon-copy small { color: var(--muted); font-size: .72rem; line-height: 1.4; }
.menu-product-addons strong { flex: none; color: var(--ink); }
.menu-product-action { display: inline-flex; align-items: center; align-self: start; margin-top: auto; color: var(--orange-dark); font-size: .82rem; font-weight: 900; text-decoration: none; }
.menu-product-action:hover { text-decoration: underline; text-underline-offset: 3px; }
.menu-product-action.is-disabled { color: #888; }

.menu-loader { display: grid; min-height: 360px; place-items: center; align-content: center; color: var(--muted); text-align: center; }
.menu-loader span { width: 46px; height: 46px; border: 4px solid #e0d4c2; border-top-color: var(--orange); border-radius: 50%; animation: menu-spin .8s linear infinite; }
@keyframes menu-spin { to { transform: rotate(360deg); } }
.menu-empty, .menu-error { padding-block: 6rem; text-align: center; }
.menu-empty p:not(.eyebrow), .menu-error p:not(.eyebrow) { color: var(--muted); }
.menu-order-banner { overflow: hidden; background: var(--orange); color: var(--white); }
.menu-order-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: clamp(3.5rem, 7vw, 6rem); }
.menu-order-banner .eyebrow { color: #fff2c8; }
.menu-order-banner h2 { max-width: 760px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.menu-order-banner p:last-child { margin-bottom: 0; color: rgba(255,255,255,.84); }
.menu-order-banner .button { flex: none; }

/* Coco Club loyalty program */
.club-feature { position: relative; overflow: hidden; background: #11110f; color: var(--white); }
.club-feature::before { content: ""; position: absolute; inset: 0; opacity: .12; background: url("/assets/texture.jpg") center / cover; mix-blend-mode: screen; }
.club-feature-glow { position: absolute; width: 620px; height: 620px; top: -260px; right: -120px; border-radius: 50%; background: rgba(240,90,40,.2); filter: blur(30px); }
.club-feature-inner { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); padding-block: clamp(5rem, 10vw, 9rem); }
.club-feature-card { position: relative; overflow: hidden; min-height: 400px; border: 1px solid rgba(240,90,40,.55); border-radius: 1.6rem; background: #141412; box-shadow: 0 35px 90px rgba(0,0,0,.42); transform: rotate(-2.5deg); }
.club-feature-wallpaper, .club-feature-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.club-feature-wallpaper { object-fit: cover; }
.club-feature-card-shade { background: linear-gradient(135deg, rgba(10,10,9,.1), rgba(10,10,9,.9) 72%); }
.club-feature-mark { position: absolute; top: 1.35rem; left: 1.35rem; width: 110px; border: 1px solid rgba(240,90,40,.72); border-radius: .65rem; box-shadow: 0 12px 30px rgba(0,0,0,.32); }
.club-feature-card-copy { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; display: grid; justify-items: end; text-align: right; }
.club-feature-card-copy span, .club-feature-card-copy small { color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.club-feature-card-copy strong { margin: .25rem 0; font-family: var(--display); font-size: clamp(3rem, 7vw, 5.5rem); line-height: .9; }
.club-feature .eyebrow, .club-hero .eyebrow { color: #d8ee78; }
.club-feature-copy h2 { max-width: 760px; font-size: clamp(3rem, 6.1vw, 5.6rem); }
.club-feature-lede { max-width: 620px; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.club-value-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: .65rem; max-width: 650px; margin: 1.6rem 0; }
.club-value-grid div { display: grid; min-height: 94px; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 1rem; background: rgba(255,255,255,.055); }
.club-value-grid strong { color: #d8ee78; font-family: var(--display); font-size: 2.15rem; line-height: 1; }
.club-value-grid span { color: rgba(255,255,255,.7); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.club-value-grid > b { color: var(--orange); font-size: 1.3rem; }
.club-feature-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0 0 1.7rem; padding: 0; list-style: none; }
.club-feature-list li { border-radius: 999px; padding: .45rem .7rem; background: rgba(183,207,71,.12); color: #d8ee78; font-size: .76rem; font-weight: 850; }
.button--club-outline { border-color: rgba(255,255,255,.45); background: transparent; color: var(--white); }
.club-page { background: var(--paper); }
.club-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.club-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 24%, rgba(183,207,71,.27), transparent 28%), radial-gradient(circle at 70% 110%, rgba(240,90,40,.4), transparent 38%); }
.club-hero-inner { position: relative; display: grid; min-height: 570px; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: 5rem; }
.club-hero h1 { max-width: 780px; font-size: clamp(4rem, 9vw, 7.7rem); }
.club-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 1.25rem 0 1.8rem; color: rgba(255,255,255,.84); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.club-badge { display: grid; width: min(330px, 76vw); aspect-ratio: 1; place-items: center; justify-self: center; border: 2px solid rgba(255,255,255,.34); border-radius: 50%; background: var(--orange); box-shadow: 0 28px 70px rgba(0,0,0,.34); text-align: center; transform: rotate(4deg); }
.club-badge span { display: block; font-size: .78rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.club-badge strong { display: block; margin: .25rem 0; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 5.5rem); line-height: .86; }
.club-badge small { display: block; font-weight: 850; }
.reward-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.reward-card { border: 1px solid #dfd4c3; border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--white); box-shadow: 0 14px 38px rgba(31,25,18,.08); }
.reward-number { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; border-radius: 50%; background: var(--lime); font-family: var(--display); font-size: 1.55rem; font-weight: 900; }
.reward-number--small { font-family: var(--body); font-size: .72rem; letter-spacing: .08em; }
.reward-card h2 { margin-top: 1.4rem; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.reward-card p { color: var(--muted); }
.club-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.club-step { border-top: 4px solid var(--orange); padding: 1.25rem 0; }
.club-step strong { font-family: var(--display); font-size: 1.4rem; }
.club-step p { margin-bottom: 0; color: var(--muted); }
.club-fine-print { border-radius: 1rem; padding: 1rem 1.2rem; background: #eee2ce; color: var(--muted); font-size: .82rem; }

@media (max-width: 900px) {
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-card:nth-child(3) { border-left: 0; }
  .quick-card:nth-child(n+3) { border-top: 1px solid #e7dfd1; }
  .menu-toolbar { top: 4.2rem; }
  .menu-category-nav { top: calc(4.2rem + 84px); }
  .category-tile { grid-column: span 6; }
  .category-tile:nth-child(1), .category-tile:nth-child(2) { grid-column: span 6; grid-row: span 1; }
  .menu-product-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-order-banner-inner { align-items: start; flex-direction: column; }
  .club-feature-inner { grid-template-columns: 1fr; }
  .club-feature-card { width: min(650px, 100%); }
  .club-hero-inner { grid-template-columns: 1fr; }
  .club-badge { justify-self: start; }
}

@media (max-width: 640px) {
  .menu-hero, .menu-hero-copy { min-height: 610px; }
  .menu-hero > img { object-position: 61% center; }
  .menu-hero-shade { background: linear-gradient(0deg, rgba(12,9,7,.94), rgba(12,9,7,.32) 78%); }
  .menu-hero-copy { align-content: end; padding-bottom: 3rem; }
  .menu-hero-copy h1 { font-size: clamp(3.55rem, 17vw, 5.2rem); }
  .menu-proof span { font-size: .73rem; }
  .menu-toolbar-inner { min-height: 74px; }
  .sync-status { display: none; }
  .menu-category-nav { top: calc(4.2rem + 74px); }
  .section-kicker { display: block; }
  .section-kicker > p { margin-top: .65rem; }
  .category-tiles { display: flex; overflow-x: auto; margin-inline: -1rem; padding: 0 1rem 1rem; scroll-snap-type: x mandatory; }
  .category-tile, .category-tile:nth-child(1), .category-tile:nth-child(2) { flex: 0 0 82vw; min-height: 260px; grid-column: auto; grid-row: auto; scroll-snap-align: center; }
  .menu-group { padding-top: 3.7rem; }
  .menu-group-header, .menu-group-header-copy { min-height: 225px; }
  .menu-group-header-copy h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .menu-product-grid { grid-template-columns: 1fr; }
  .menu-product { display: grid; grid-template-columns: 42% 1fr; min-height: 180px; }
  .menu-product-media { height: 100%; aspect-ratio: auto; }
  .menu-product-body { min-height: 180px; padding: .95rem; }
  .menu-product-title { display: block; }
  .menu-product-price { display: block; margin-top: .3rem; }
  .menu-product-body > p { display: -webkit-box; overflow: hidden; margin: .55rem 0 .8rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .8rem; }
  .menu-product-action { font-size: .75rem; }
  .menu-order-banner { margin-bottom: -1px; }
  .announcement--club a { gap: .4rem; }
  .announcement--club span { display: none; }
  .club-feature-inner { padding-block: 4.5rem; }
  .club-feature-card { min-height: 300px; transform: none; }
  .club-feature-mark { width: 82px; }
  .club-feature-card-copy strong { font-size: 3.2rem; }
  .club-feature-copy h2 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .club-value-grid { gap: .35rem; }
  .club-value-grid div { min-height: 82px; }
  .club-value-grid strong { font-size: 1.65rem; }
  .club-value-grid > b { font-size: 1rem; }
  .club-feature-copy .hero-actions { display: grid; }
  .club-feature-copy .button { width: 100%; }
  .club-hero-inner { min-height: 670px; align-content: center; padding-block: 3.8rem; }
  .club-hero h1 { font-size: clamp(3.8rem, 20vw, 5.5rem); }
  .club-badge { width: 230px; }
  .reward-grid, .club-steps { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 1rem; background: var(--ink); }
  .site-nav.is-open { display: grid; }
  .site-nav > a { padding: .55rem .4rem; }
  .site-nav .button { margin-top: .35rem; }
  .food-grid { grid-template-columns: 1fr 1fr; }
  .food-card:first-child { grid-column: 1 / -1; }
  .split, .visit-card { grid-template-columns: 1fr; }
  .split-media img { min-height: 380px; }
  .visit-media { order: -1; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { padding-bottom: 4.6rem; }
  .announcement { font-size: .78rem; }
  .nav-wrap { min-height: 4.2rem; }
  .brand img { width: 125px; }
  .hero { min-height: 690px; }
  .hero::after { background: linear-gradient(0deg, rgba(14,12,9,.92) 0%, rgba(14,12,9,.5) 75%, rgba(14,12,9,.2) 100%); }
  .hero-media { object-position: 57% center; }
  .hero-content { align-content: end; padding: 6rem 0 5.5rem; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.65rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .quick-strip { margin-top: -1rem; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card:nth-child(3) { border-left: 0; }
  .quick-card + .quick-card { border-top: 1px solid #e7dfd1; border-left: 0; }
  .section-head { display: block; }
  .section-head .button { margin-top: 1rem; }
  .food-grid { grid-template-columns: 1fr; }
  .food-card:first-child { grid-column: auto; }
  .food-card { min-height: 360px; }
  .split-media img { min-height: 310px; }
  .visit-media img { min-height: 300px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; display: grid; }
  .menu-items { grid-template-columns: 1fr; }
  .mobile-order { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
