/* ============================================================
   SUSTAINABLE skin (FREE) — calm, editorial minimal. Warm off-white
   ground, sage/green eco accents, system-ui headings + monospace
   eyebrows, hairline rules, generous whitespace. the-sustainable.dev.
   ============================================================ */

:root {
  --bg: #f6f2f0;
  --bg-2: #ffffff;
  --mid: #efe9e6;
  --tx: #252525;
  --mu: #6b6560;
  --line: rgba(0,0,0,.10);
  --acc: #4f8a78;
  --acc-2: #3c6d5e;
  --sage: #acc6bf;
  --ink: #ffffff;
  --maxw: 1180px;
  --radius: .35rem;
  --shadow: 0 1px 0 rgba(0,0,0,.04), 0 12px 30px rgba(0,0,0,.05);
  --font-head: system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif;
  --font-mono: Menlo, Consolas, Monaco, 'Liberation Mono', 'Lucida Console', monospace;
  --anim: .2s ease;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--tx); font-family: var(--font-body); line-height: 1.6; }
html { scroll-behavior: smooth; }
a { color: var(--acc); text-decoration: none; }
a:hover { color: var(--acc-2); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }

/* ---- Sections ---- */
.section { padding: 5rem 0; }
.section:where(:nth-of-type(even)) { background: var(--bg-2); }
.section__head { margin-bottom: 2.5rem; }
.section__eyebrow { display: inline-block; color: var(--acc); font-weight: 600; text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; margin: 0 0 .85rem; }
.section__title { font-family: var(--font-head); font-weight: 700; color: var(--tx); font-size: clamp(2.3rem, 5.5vw, 3.75rem); line-height: 1.05; text-transform: uppercase; letter-spacing: .01em; margin: 0 0 .75rem; }
.section__intro { color: var(--mu); font-size: 1.1rem; max-width: 60ch; margin: 0; }

/* ---- Buttons ---- */
.btn { display: inline-block; font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .95rem; padding: .8rem 1.6rem; border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; transition: transform var(--anim), background var(--anim); }
.btn--primary { background: var(--acc); color: var(--ink); }
.btn--primary:hover { background: var(--acc-2); transform: translateY(-2px); }
.btn--phone { background: transparent; color: var(--tx); border-color: rgba(255,255,255,.4); }
.btn--phone:hover { border-color: var(--acc); color: var(--acc); }

/* ---- Header ---- */
.section--header { position: sticky; top: 0; z-index: 50; background: rgba(246,242,240,.92); backdrop-filter: saturate(1.1) blur(6px); padding: .45rem 0; border-bottom: 1px solid var(--line); }
.section--header:nth-of-type(even) { background: rgba(246,242,240,.92); }
.header__inner { display: flex; align-items: center; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .6rem; }
.brand__logo { width: 42px; height: 42px; object-fit: contain; }
.brand__name { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; color: var(--tx); text-transform: uppercase; line-height: 1; }
.brand__city { font-size: .7rem; color: var(--mu); text-transform: uppercase; letter-spacing: .1em; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.nav__link { color: var(--tx); font-weight: 500; font-size: .9rem; text-transform: uppercase; letter-spacing: .04em; }
.nav__link:hover { color: var(--acc); }
.nav__link:last-child { background: var(--acc); color: var(--ink); border-radius: var(--radius); padding: .5rem 1.1rem; font-weight: 600; }
.header__phone { color: var(--acc); font-weight: 700; margin-left: 1rem; }

/* ---- Hero ---- */
.section--hero { position: relative; overflow: hidden; min-height: clamp(560px, 86vh, 840px); display: grid; align-items: center; color: var(--tx); background: var(--bg); }
.section--hero:nth-of-type(even) { background: var(--bg); }
.section--hero .hero__image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; margin: 0; border: 0; z-index: 0; }
.section--hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background: linear-gradient(90deg, rgba(13,27,42,.95) 0%, rgba(13,27,42,.78) 45%, rgba(13,27,42,.32) 100%); }
.section--hero .container { position: relative; z-index: 2; }
.hero__inner { max-width: 640px; }
.hero__eyebrow { display: inline-block; color: var(--acc); font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; margin: 0 0 1rem; }
.hero__title { font-family: var(--font-head); font-weight: 700; font-size: clamp(3rem, 8.5vw, 6rem); line-height: 1; text-transform: uppercase; color: var(--tx); margin: .25rem 0; }
.hero__sub { color: rgba(255,255,255,.9); font-size: 1.2rem; max-width: 46ch; }
.hero__rating { color: var(--acc); font-weight: 700; }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.75rem 0 0; }
.hero-burst { display: grid; place-items: center; position: absolute; z-index: 3; right: 6%; top: 50%; transform: translateY(-50%) rotate(-8deg); width: 200px; height: 200px; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; font-size: 2rem; color: var(--ink); background: var(--acc); border: 0; padding: 0; cursor: pointer; clip-path: polygon(50% 0,61% 18%,82% 12%,76% 33%,98% 38%,80% 52%,98% 67%,76% 70%,84% 92%,62% 82%,50% 100%,38% 82%,16% 92%,24% 70%,2% 67%,20% 52%,2% 38%,24% 33%,18% 12%,39% 18%); box-shadow: 0 0 45px rgba(255,197,40,.5); animation: sm-pop .5s ease-out both; }
.hero-burst.kapow { animation: sm-kapow .5s ease-out; }
.floaty { position: absolute; z-index: 4; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; font-size: 2.6rem; color: var(--acc); text-shadow: 2px 2px 0 var(--ink); pointer-events: none; animation: sm-float 1s ease-out forwards; }
@media (max-width: 900px) { .hero-burst { width: 134px; height: 134px; font-size: 1.4rem; right: 3%; } }


/* flying pins behind the hero STRIKE burst (decorative; no markup) */
.section--hero::after { content: ""; position: absolute; z-index: 2; right: 1%; top: 50%; transform: translateY(-50%); width: 420px; height: 340px; pointer-events: none; background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20220%20180%27%3E%3Cg%20transform%3D%27translate%288%2026%29%20rotate%28-28%29%20scale%28.95%29%27%3E%3Cpath%20d%3D%27M20%203%20C27%203%2028%2013%2024%2022%20C21%2029%2021%2033%2025%2044%20C31%2060%2031%2082%2020%2097%20C9%2082%209%2060%2015%2044%20C19%2033%2019%2029%2016%2022%20C12%2013%2013%203%2020%203%20Z%27%20fill%3D%27%23ffffff%27%20stroke%3D%27%230D1B2A%27%20stroke-width%3D%273%27%2F%3E%3Cpath%20d%3D%27M15%2023%20H25%20M13%2031%20H27%27%20stroke%3D%27%23FFC528%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%27translate%28150%208%29%20rotate%2834%29%20scale%28.85%29%27%3E%3Cpath%20d%3D%27M20%203%20C27%203%2028%2013%2024%2022%20C21%2029%2021%2033%2025%2044%20C31%2060%2031%2082%2020%2097%20C9%2082%209%2060%2015%2044%20C19%2033%2019%2029%2016%2022%20C12%2013%2013%203%2020%203%20Z%27%20fill%3D%27%23ffffff%27%20stroke%3D%27%230D1B2A%27%20stroke-width%3D%273%27%2F%3E%3Cpath%20d%3D%27M15%2023%20H25%20M13%2031%20H27%27%20stroke%3D%27%23FFC528%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%27translate%2896%2092%29%20rotate%288%29%20scale%281.05%29%27%3E%3Cpath%20d%3D%27M20%203%20C27%203%2028%2013%2024%2022%20C21%2029%2021%2033%2025%2044%20C31%2060%2031%2082%2020%2097%20C9%2082%209%2060%2015%2044%20C19%2033%2019%2029%2016%2022%20C12%2013%2013%203%2020%203%20Z%27%20fill%3D%27%23ffffff%27%20stroke%3D%27%230D1B2A%27%20stroke-width%3D%273%27%2F%3E%3Cpath%20d%3D%27M15%2023%20H25%20M13%2031%20H27%27%20stroke%3D%27%23FFC528%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain; filter: drop-shadow(4px 5px 0 rgba(0,0,0,.4)); animation: sm-pins-in .6s ease-out both; }
@media (max-width: 900px) { .section--hero::after { width: 240px; height: 200px; right: 0; } }
@keyframes sm-pins-in { 0% { opacity: 0; transform: translateY(-50%) scale(.6) rotate(-8deg); } 100% { opacity: 1; transform: translateY(-50%) scale(1) rotate(0); } }

/* ---- Stats ---- */
.section--stats { padding: 2.5rem 0; background: var(--mid); }
.section--stats:nth-of-type(even) { background: var(--mid); }
.stats__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 1rem; }
.stat { padding: .25rem 1.5rem; border-left: 2px solid var(--acc); }
.stat__value { display: block; font-family: var(--font-head); font-weight: 700; font-size: 2.5rem; line-height: 1; color: var(--acc); }
.stat__label { text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; color: var(--mu); }

/* ---- Card base ---- */
.offering, .party, .league, .review, .menu-item, .deal { background: var(--mid); border: 1px solid var(--line); border-radius: var(--radius); transition: transform var(--anim), border-color var(--anim); }
.offering:hover, .party:hover, .review:hover, .menu-item:hover, .deal:hover { transform: translateY(-3px); border-color: var(--acc); }

/* ---- Offerings ---- */
.offerings-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px,1fr)); gap: 1.25rem; }
.offering { padding: 1.5rem; }
.offering__title { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; font-size: 1.15rem; color: var(--acc); margin: 0 0 .5rem; }
.offering__desc { color: var(--mu); margin: 0 0 1rem; }
.offering__photos { display: grid; gap: .5rem; }
.offering__photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }

/* ---- Pricing ---- */
.pricing-list, .pricing-rentals { display: grid; gap: .5rem; max-width: 680px; }
.pricing-rentals { margin-top: 1rem; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; border-bottom: 1px solid var(--line); padding: .75rem 0; }
.price-row__label { font-weight: 600; }
.price-row__value { font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; color: var(--acc); }

/* ---- Parties ---- */
.parties__image { width: 100%; max-width: 720px; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 1.5rem; }
.party-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1.25rem; }
.party { padding: 1.5rem; }
.party__name { display: block; font-family: var(--font-head); font-weight: 600; text-transform: uppercase; font-size: 1.05rem; color: var(--acc); }
.party__price { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; color: var(--tx); margin: .35rem 0; }
.party__detail { display: block; color: var(--mu); }
.party__includes { margin: .5rem 0 0; padding-left: 1.1rem; color: var(--mu); }

/* ---- Leagues ---- */
.leagues__photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1.25rem; margin-bottom: 1.5rem; }
.leagues__photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.league-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; max-width: 760px; }
.league { display: flex; align-items: baseline; gap: 1rem; padding: .85rem 1.2rem; background: var(--mid); border: 1px solid var(--line); border-radius: var(--radius); }
.league__name { font-weight: 700; color: var(--tx); }
.league__day { color: var(--mu); }
.league__time { margin-left: auto; font-family: var(--font-head); font-weight: 600; color: var(--acc); }

/* League feature (photo + "why league up" + stats) */
.leagues-layout { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); gap: 2.5rem; align-items: start; }
.league-feature { align-self: start; }
.league-feature__photo { margin: 0; }
.league-feature__photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.league-feature__photo figcaption { font-size: .75rem; color: var(--mu); text-transform: uppercase; letter-spacing: .1em; margin-top: .65rem; }
.league-feature__title { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .01em; color: var(--tx); font-size: 1.6rem; line-height: 1.1; margin: 1.25rem 0 .5rem; }
.league-feature__body { color: var(--mu); margin: 0 0 1.25rem; }
.league-feature__stats { display: flex; flex-wrap: wrap; gap: 1.75rem; margin: 0 0 1.5rem; }
.league-stat { display: flex; flex-direction: column; padding-left: 1rem; border-left: 2px solid var(--acc); }
.league-stat__value { font-family: var(--font-head); font-weight: 700; color: var(--acc); font-size: 2rem; line-height: 1; }
.league-stat__label { text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; color: var(--mu); margin-top: .4rem; }
.league-feature__cta { margin-top: .25rem; }
@media (max-width: 820px) { .leagues-layout { grid-template-columns: 1fr; } }

/* ---- Bar & lounge / Cosmic ---- */
.section--barlounge { background: var(--mid); }
.section--cosmic { background: var(--acc); color: var(--ink); }
.section--cosmic .section__title, .section--cosmic .section__eyebrow, .section--cosmic .section__intro { color: var(--ink); }
.barlounge__details, .section--barlounge .section__intro { color: var(--mu); }
.barlounge__photos, .cosmic__photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.barlounge__photo, .cosmic__photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }

/* ---- Food service (menu) ---- */
.section--foodservice { background: var(--bg); }
.menu-layout--featured { display: grid; grid-template-columns: .8fr 1.3fr; gap: 2rem; align-items: start; }
.menu-feature { margin: 0; }
.menu-feature img { width: 100%; max-width: none; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius); position: sticky; top: 90px; }
.menu-tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.75rem; }
.menu-tab { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; color: var(--tx); background: var(--mid); border: 1px solid var(--line); border-radius: var(--radius); padding: .5rem 1.1rem; cursor: pointer; transition: background var(--anim), color var(--anim); }
.menu-tab.is-active { background: var(--acc); color: var(--ink); border-color: transparent; }
html.js .section--foodservice .menu-tabs ~ .menu-category { display: none; }
html.js .section--foodservice .menu-tabs ~ .menu-category.is-active { display: block; }
.menu-category__title { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; color: var(--acc); font-size: 1.2rem; margin: 0 0 1.25rem; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 1.25rem; }
.menu-item { overflow: hidden; }
.menu-item__photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.menu-item__name { font-weight: 700; color: var(--tx); margin: .75rem .85rem .25rem; }
.menu-item__desc { color: var(--mu); font-size: .85rem; margin: 0 .85rem .5rem; }
.menu-item__price { display: inline-block; font-family: var(--font-head); font-weight: 700; color: var(--acc); font-size: 1.2rem; margin: 0 .85rem .85rem; }
.menu-list { list-style: none; padding: 0; margin: 0; }
.menu-list__row { display: flex; align-items: baseline; gap: .75rem; border-bottom: 1px solid var(--line); padding: .6rem 0; }
.menu-list__name { font-weight: 600; color: var(--tx); }
.menu-list__meta { color: var(--mu); font-size: .8rem; }
.menu-list__price { margin-left: auto; font-family: var(--font-head); font-weight: 700; color: var(--acc); }

/* ---- This week / deals ---- */
.deals-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 1.25rem; }
.deal { padding: 1.5rem; }
.deal:first-child { background: var(--acc); color: var(--ink); }
.deal:first-child .deal__title, .deal:first-child .deal__value { color: var(--ink); }
.deal:first-child .deal__desc, .deal:first-child .deal__valid, .deal:first-child .deal__code { color: rgba(13,27,42,.8); }
.deal__title { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; font-size: 1.3rem; color: var(--acc); margin: 0 0 .5rem; }
.deal__desc { color: var(--mu); margin: 0 0 .75rem; }
.deal__value { display: inline-block; font-family: var(--font-head); font-weight: 700; color: var(--tx); font-size: 1.5rem; }
.deal__valid, .deal__code { display: block; font-size: .78rem; color: var(--mu); text-transform: uppercase; letter-spacing: .05em; margin-top: .4rem; }

/* ---- Reviews ---- */
.review-sources { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; color: var(--mu); }
.review-source__num { font-family: var(--font-head); font-weight: 700; color: var(--acc); font-size: 1.5rem; margin-right: .25rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 1.25rem; }
.review { padding: 1.5rem; }
.review__avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; float: right; margin-left: .75rem; border: 2px solid var(--line); }
.review__rating { color: var(--acc); }
.review__quote { margin: .5rem 0 1rem; color: var(--tx); }
.review__author { font-weight: 700; display: block; color: var(--acc); }
.review__source, .review__date { font-size: .8rem; color: var(--mu); }

/* ---- Gallery ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 1rem; }
.gallery__photo { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--radius); transition: transform var(--anim); }
.gallery__photo:hover { transform: scale(1.02); }

/* ---- Gift cards ---- */
.section--giftcards { background: var(--mid); }
.giftcard { text-align: center; display: grid; justify-items: center; gap: .5rem; }
.giftcard__logo { width: 64px; height: 64px; object-fit: contain; background: rgba(255,255,255,.08); border-radius: var(--radius); padding: .4rem; }
.giftcard__name { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; color: var(--tx); }
.section--giftcards .section__title { color: var(--acc); }

/* Rich gift-cards layout — clean two-column: copy + chips + CTA | card visual */
.giftcard--rich { text-align: left; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 3rem; align-items: center; justify-items: stretch; }
.giftcard__body { display: block; }
.giftcard--rich .giftcard__intro { margin-bottom: 0; }
.giftcard__denoms { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0; }
.giftcard__denom { font-family: var(--font-head); font-weight: 500; font-size: .95rem; color: var(--tx); background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 999px; padding: .45rem 1.15rem; }
.giftcard__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: .5rem; }
.giftcard__note { color: var(--mu); font-size: .9rem; }
.giftcard__preview { display: flex; justify-content: center; }
.giftcard__card { width: 100%; max-width: 400px; aspect-ratio: 1.62/1; background: linear-gradient(150deg, var(--bg-2) 0%, var(--bg) 100%); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 1.4rem 1.6rem; display: flex; flex-direction: column; color: var(--tx); position: relative; overflow: hidden; }
.giftcard__card::after { content: ""; position: absolute; right: -30%; top: -60%; width: 90%; height: 200%; background: radial-gradient(closest-side, rgba(255,197,40,.12), transparent 70%); pointer-events: none; }
.giftcard__card-head { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.giftcard--rich .giftcard__logo { width: 40px; height: 40px; background: transparent; padding: 0; }
.giftcard__card-label { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; color: var(--acc); }
.giftcard__card-amount { font-family: var(--font-head); font-weight: 700; font-size: clamp(2.6rem, 6vw, 3.6rem); line-height: 1; margin-top: auto; position: relative; z-index: 1; }
.giftcard__card-foot { font-size: .82rem; color: var(--mu); position: relative; z-index: 1; margin-top: .5rem; }
.giftcard--rich .giftcard__name { color: var(--tx); font-size: .82rem; }
@media (max-width: 820px) {
  .giftcard--rich { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 2rem; }
  .giftcard__denoms, .giftcard__actions { justify-content: center; }
  .giftcard--rich .giftcard__intro { margin-left: auto; margin-right: auto; }
  .giftcard__preview { order: -1; }
}

/* ---- FIND US (dark, like the rest of the theme — was an unreadable yellow band with
   white intro text on yellow). Left-aligned to line up with the map + cards below. ---- */
.section--cta { background: var(--bg); }
.cta__inner { display: grid; gap: 1rem; }
.cta__title { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; color: var(--tx); font-size: clamp(2.3rem,8vw,4.5rem); margin: 0; }
.cta__sub { color: rgba(13,27,42,.8); font-size: 1.15rem; }
.cta__actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.section--cta .btn--primary { background: var(--ink); color: #fff; }
.section--cta .btn--primary:hover { background: #000; }
.section--cta .btn--phone { color: var(--ink); border-color: rgba(13,27,42,.4); }

/* ---- Footer ---- */
.section--footer { background: var(--bg); color: var(--tx); border-top: 1px solid var(--line); }
.section--footer:nth-of-type(even) { background: var(--bg); }
.footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2rem; }
.footer__logo { width: 56px; height: 56px; object-fit: contain; }
.footer__heading { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; color: var(--acc); font-size: 1rem; margin: 0 0 .75rem; }
.footer__map { width: 100%; border-radius: var(--radius); margin-bottom: .75rem; }
.footer__tag, .footer__address { color: var(--mu); }
.footer__phone, .footer__directions { color: var(--acc); font-weight: 700; display: inline-block; margin-top: .5rem; }
.footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: .4rem; }
.footer__links a { color: rgba(255,255,255,.85); }
.footer__links a:hover { color: var(--acc); }
.footer__legal { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .8rem; color: var(--mu); }

/* ---- Scroll reveal ---- */
.section.in-view:not(.section--header):not(.section--hero) { animation: sm-reveal .55s ease both; }

/* ---- Mobile slide-out nav (smooth off-canvas drawer) ---- */
.nav-toggle { flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: transparent; border: 0; width: 46px; height: 46px; padding: 0; cursor: pointer; margin-left: auto; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--tx); border-radius: 2px; transition: transform .3s cubic-bezier(.4,.01,.2,1), opacity .2s ease; }
/* overlay fades (opacity/visibility) instead of display-toggling, so it eases; display:block
   overrides the canonical base hide; pointer-events gate clicks while hidden. */
.nav-overlay { display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(0,0,0,.5); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s ease, visibility .3s ease; }
body.nav-locked { overflow: hidden; }
@media (max-width: 1024px) {
  .nav-toggle { display: flex; order: 2; margin-left: 0; flex: none; }
  .header__phone { display: none; }
  /* Compact single-row mobile header (logo + name | status | toggle) */
  .section--header { padding: .4rem 0; }
  .header__inner { flex-wrap: nowrap; align-items: center; gap: .6rem; }
  .brand { order: 0; flex: 1 1 auto; min-width: 0; }
  .brand__logo { width: 34px; height: 34px; }
  .brand__name { font-size: 1.05rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand__city { display: none; }
  .header__utility { order: 1; flex: 0 0 auto; flex-direction: column; align-items: flex-end; gap: .15rem; margin: 0; }
  .hours-status--badge { font-size: .62rem; padding: .12rem .45rem; }
  .nav { position: fixed; top: 0; right: 0; bottom: 0; width: min(86vw, 340px); background: var(--mid); border-left: 1px solid var(--line); box-shadow: -18px 0 50px rgba(0,0,0,.45); flex-direction: column; align-items: stretch; gap: .15rem; padding: 5.5rem 1.5rem 2rem; margin: 0; z-index: 70; transform: translateX(100%); transition: transform .34s cubic-bezier(.22,.61,.36,1); overflow-y: auto; }
  .nav__link { font-size: 1.15rem; padding: .75rem 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav__link:last-child { margin-top: .75rem; text-align: center; border-bottom: 0; }
  .section--header.nav-open .nav { transform: translateX(0); }
  .section--header.nav-open .nav-overlay { opacity: 1; visibility: visible; pointer-events: auto; }
  .section--header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
  .section--header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .section--header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }
  .menu-layout--featured { grid-template-columns: 1fr; }
  .menu-feature img { position: static; aspect-ratio: 16/9; }
}

/* ---- Animations ---- */
@keyframes sm-pop { 0% { transform: translateY(-50%) rotate(-8deg) scale(0); } 60% { transform: translateY(-50%) rotate(-8deg) scale(1.15); } 100% { transform: translateY(-50%) rotate(-8deg) scale(1); } }
@keyframes sm-kapow { 0% { transform: translateY(-50%) rotate(-8deg) scale(1); } 30% { transform: translateY(-50%) rotate(6deg) scale(1.2); } 60% { transform: translateY(-50%) rotate(-14deg) scale(.92); } 100% { transform: translateY(-50%) rotate(-8deg) scale(1); } }
@keyframes sm-float { 0% { transform: translateY(0) scale(.6); opacity: 0; } 20% { transform: translateY(-18px) scale(1.1); opacity: 1; } 100% { transform: translateY(-130px) scale(1); opacity: 0; } }
@keyframes sm-reveal { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

@media (max-width: 720px) { .section:not(.section--header) { padding: 3rem 0; } .section--hero { min-height: 74vh; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* ============================================================
   SIMPLE — strike-era section additions (dark navy; cosmic dark banner, yellow find-us section).
   Later rules override the now-dead old ones (party-list, cosmic block, gallery grid…).
   ============================================================ */

/* Hero: drop the off-design burst + flying pins. */
.hero-burst, .floaty { display: none; }
.section--hero::after { content: none; }
.hero__title em { font-style: italic; font-weight: 700; color: var(--acc); }

/* Minimal: drop every open/closed status pill (header, hero, Find Us) and the
   hero rating line. The Hours card keeps the plain day/time list, no live status. */
.hours-status,
.hero__rating { display: none; }

/* Hero deals marquee */
.hero-marquee { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; overflow: hidden; background: var(--acc); color: var(--ink); }
.hero-marquee__track { display: inline-flex; gap: 2.5rem; white-space: nowrap; padding: .55rem 0; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; font-size: 1rem; letter-spacing: .04em; animation: sm-marquee 26s linear infinite; }
.hero-marquee__track span { display: inline-flex; align-items: center; gap: 2.5rem; }
@keyframes sm-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Live hours status (header / hero / find-us) */
.hours-status { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; font-size: .9rem; color: var(--tx); white-space: nowrap; }
.hours-status::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: var(--mu); flex: none; }
.hours-status.is-open::before { background: #3fe08a; box-shadow: 0 0 0 3px rgba(63,224,138,.25); }
.hours-status.is-closed::before { background: #ff5d5d; }
.hours-status--badge { font-size: .8rem; padding: .35rem .75rem; border: 1px solid var(--line); border-radius: 999px; }
.section--hero .hours-status { margin-top: 1.1rem; }
.findus__card .hours-status { margin: 0 0 .85rem; }
/* Minimal: today's row reads like any other — no highlight tint or accent. */
.findus__hours-row.is-today { background: none; border-radius: 0; margin: 0; padding: 0 0 .45rem; }
.findus__hours-row.is-today span { color: var(--tx); }
.findus__hours-row.is-today span:last-child { font-weight: 700; }

/* Header utility + nav More dropdown + reserve pill */
.header__utility { display: flex; align-items: center; gap: 1.1rem; }
.brand__status, .nav__head { display: none; }
.header__phone { color: var(--acc); font-weight: 700; white-space: nowrap; }
.nav__link--cta { background: var(--acc); color: var(--ink); border-radius: var(--radius); padding: .5rem 1.2rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.nav__more { position: relative; display: inline-flex; }
.nav__more-toggle { background: transparent; border: 0; cursor: pointer; font: inherit; color: var(--tx); display: inline-flex; align-items: center; gap: .3rem; text-transform: uppercase; letter-spacing: .04em; font-size: .9rem; }
.nav__more-menu { display: none; position: absolute; top: 100%; right: 0; min-width: 13rem; flex-direction: column; gap: .1rem; background: var(--mid); border: 1px solid var(--line); border-radius: var(--radius); padding: .85rem .5rem .5rem; box-shadow: var(--shadow); z-index: 80; }
.nav__more:hover .nav__more-menu, .nav__more:focus-within .nav__more-menu { display: flex; }
.nav__more-menu .nav__link { padding: .55rem .65rem; border-radius: 6px; white-space: nowrap; border: 0; }
.nav__more-menu .nav__link:hover { background: rgba(255,255,255,.06); color: var(--acc); }

/* Offering / deal / amenity card photos */
.offering { overflow: hidden; }
.offering__media { position: relative; margin: -1.5rem -1.5rem 1rem; }
.offering__photo { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 0; }
.offering__badge { position: absolute; top: .8rem; left: .8rem; background: var(--acc); color: var(--ink); font-family: var(--font-head); font-weight: 700; padding: .2rem .7rem; border-radius: 6px; }
.offering__cta { color: var(--acc); font-weight: 700; text-transform: uppercase; font-size: .82rem; display: inline-block; margin-top: .5rem; }
.deal { overflow: hidden; }
.deal__media { margin: -1.5rem -1.5rem 1.1rem; overflow: hidden; }
.deal__photo { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.amenities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 1.25rem; }
.amenity { background: var(--mid); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem 1.4rem; overflow: hidden; }
.amenity__name { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; font-size: 1.05rem; color: var(--tx); margin: 0 0 .4rem; }
.amenity__desc { color: var(--mu); font-size: .9rem; margin: 0; }
.amenity__media { margin: -1.25rem -1.4rem 1rem; overflow: hidden; }
.amenity__photo { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }

/* Parties — featured-package hero */
.parties-feature { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .parties-feature { grid-template-columns: 1fr 1fr; gap: 3.5rem; } }
.parties-feature__media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.parties-feature__photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.parties-feature__price { position: absolute; top: 1rem; right: 1rem; width: 6.5rem; height: 6.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--acc); color: var(--ink); text-align: center; line-height: 1; filter: drop-shadow(0 8px 18px rgba(0,0,0,.45)); clip-path: polygon(50% 0%, 61% 11%, 76% 8%, 78% 24%, 92% 30%, 84% 43%, 95% 55%, 82% 62%, 86% 78%, 70% 78%, 62% 92%, 50% 82%, 38% 92%, 30% 78%, 14% 78%, 18% 62%, 5% 55%, 16% 43%, 8% 30%, 22% 24%, 24% 8%, 39% 11%); }
.parties-feature__price strong { font-family: var(--font-head); font-weight: 700; font-size: 1.6rem; }
.parties-feature__price small { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.parties-feature__ribbon { position: absolute; left: 0; bottom: 1.5rem; background: var(--mid); color: var(--tx); font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: .85rem; padding: .55rem 1.7rem .55rem 1.1rem; border: 1px solid var(--line); border-left: 0; clip-path: polygon(0 0, 100% 0, calc(100% - .8rem) 50%, 100% 100%, 0 100%); }
.parties-feature__lead { color: var(--mu); font-size: 1.08rem; line-height: 1.6; margin: 1.1rem 0 1.6rem; max-width: 46ch; }
.parties-feature__list { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; gap: .9rem; }
.parties-feature__list li { position: relative; padding-left: 1.9rem; color: var(--tx); font-weight: 600; }
.parties-feature__list li::before { content: "\2713"; position: absolute; left: 0; color: var(--acc); font-weight: 700; }
.parties-feature__ctas { display: flex; flex-wrap: wrap; gap: 1rem; }
.parties-feature__deskcta { cursor: default; }
.party__readmore { margin-top: .5rem; background: none; border: 0; padding: 0; color: var(--acc); font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.party-list__more { text-align: center; margin-top: 1.75rem; }
.party__detail { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.party.is-expanded .party__detail { -webkit-line-clamp: unset; }

/* Cosmic — neon banner (override the flat yellow block) */
.section--cosmic { position: relative; overflow: hidden; padding: 0; background: linear-gradient(135deg, #0b1626 0%, #0f2034 55%, #15263f 100%); }
.section--cosmic .section__title, .section--cosmic .section__eyebrow, .section--cosmic .section__intro { color: var(--tx); }
.cosmic__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; z-index: 0; }
.section--cosmic::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(13,27,42,.95) 0%, rgba(13,27,42,.6) 45%, rgba(255,197,40,.22) 100%); z-index: 1; }
.cosmic__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 1.25rem 2rem; padding: 3.5rem 1.5rem; align-items: start; }
.cosmic__lead { grid-column: 1; grid-row: 1; }
.cosmic__action { grid-column: 2; grid-row: 1; text-align: right; justify-self: end; }
.cosmic__facts { grid-column: 1 / -1; grid-row: 2; display: flex; flex-wrap: wrap; gap: 1rem 3rem; margin: 1.5rem 0 0; }
.cosmic__eyebrow { color: var(--acc); text-transform: uppercase; letter-spacing: .22em; font-weight: 700; font-size: .8rem; margin: 0 0 .6rem; }
.cosmic__mark { margin: 0; line-height: .85; font-family: var(--font-head); font-weight: 700; text-transform: uppercase; }
.cosmic__mark-top { display: block; font-size: clamp(2.6rem, 8vw, 5.5rem); letter-spacing: .02em; }
.cosmic__letter { -webkit-text-stroke: 1px rgba(0,0,0,.45); paint-order: stroke fill; text-shadow: 0 0 18px currentColor, 0 0 5px currentColor; }
.cosmic__letter:nth-child(1) { color: #ff2d9b; }
.cosmic__letter:nth-child(2) { color: #ff7a3c; }
.cosmic__letter:nth-child(3) { color: var(--acc); }
.cosmic__letter:nth-child(4) { color: #4ade5b; }
.cosmic__letter:nth-child(5) { color: #38bdf8; }
.cosmic__letter:nth-child(6) { color: #a855f7; }
.cosmic__mark-bottom { display: block; color: var(--tx); font-size: clamp(1.8rem, 5.5vw, 3.6rem); letter-spacing: .1em; }
.cosmic__sub { color: var(--mu); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 600; margin: .8rem 0 0; }
.cosmic__facts dt { color: var(--acc); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 700; margin: 0 0 .3rem; }
.cosmic__facts dd { color: var(--tx); font-weight: 700; font-size: 1.05rem; margin: 0; }
@media (max-width: 760px) { .cosmic__inner { grid-template-columns: 1fr; } .cosmic__action { grid-column: 1; grid-row: 3; text-align: left; justify-self: start; margin-top: 1rem; } }

/* Bar & lounge masonry */
.barlounge__photos { display: block; column-count: 3; column-gap: .9rem; grid-template-columns: none; margin-top: 1.5rem; }
.barlounge__photos[data-count="1"] { column-count: 1; }
.barlounge__photos[data-count="2"] { column-count: 2; }
.barlounge__photo-item { position: relative; break-inside: avoid; margin: 0 0 .9rem; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: block; }
.barlounge__photo-item .barlounge__photo { width: 100%; height: auto; aspect-ratio: auto; border-radius: 0; box-shadow: none; display: block; }
.barlounge__cap { position: absolute; inset: auto 0 0 0; margin: 0; padding: .7rem .8rem; color: #fff; font-size: .8rem; font-weight: 600; background: linear-gradient(transparent, rgba(0,0,0,.78)); opacity: 0; transition: opacity .3s ease; }
.barlounge__photo-item:hover .barlounge__cap { opacity: 1; }
@media (max-width: 600px) { .barlounge__photos { column-count: 2; } .barlounge__photos[data-count="1"] { column-count: 1; } }

/* Gallery lightbox figures */
.gallery__item { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; cursor: pointer; }
.gallery__cap { position: absolute; inset: auto 0 0 0; margin: 0; padding: .7rem .8rem; color: #fff; font-size: .8rem; background: linear-gradient(transparent, rgba(0,0,0,.8)); opacity: 0; transition: opacity .3s ease; }
.gallery__item:hover .gallery__cap { opacity: 1; }
.gallery__item:hover .gallery__photo { transform: scale(1.05); }
.lightbox { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(7,13,22,.95); align-items: center; justify-content: center; }
.lightbox.is-open { display: flex; }
.lightbox__img { max-width: 92vw; max-height: 82vh; border-radius: 8px; }
.lightbox__btn { position: absolute; background: rgba(255,255,255,.12); border: 0; color: #fff; font-size: 2rem; width: 3rem; height: 3rem; border-radius: 50%; cursor: pointer; }
.lightbox__btn--close { top: 1.25rem; right: 1.25rem; }
.lightbox__btn--prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__btn--next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__cap { position: absolute; bottom: 1.5rem; left: 0; right: 0; text-align: center; color: var(--tx); }

/* Find Us (the cta section is yellow → dark navy cards) */
.findus { display: grid; grid-template-columns: 1fr; gap: 2rem; text-align: left; }
@media (min-width: 920px) { .findus { grid-template-columns: 1.3fr 1fr; align-items: start; } }
.findus__map { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(13,27,42,.25); }
.findus__map img { width: 100%; max-width: none; display: block; aspect-ratio: 4/5; object-fit: cover; }
.findus__cards { display: grid; gap: 1.25rem; }
.findus__card { background: var(--mid); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.5rem; color: var(--tx); }
.findus__card-title { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; font-size: 1.1rem; color: var(--acc); margin: 0 0 .7rem; }
.findus__address { color: var(--tx); margin: 0 0 .5rem; line-height: 1.5; }
.findus__note--link { color: var(--acc); font-weight: 700; text-transform: uppercase; font-size: .82rem; }
.findus__hours { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.findus__hours-row { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: .45rem; color: var(--tx); font-size: .92rem; }
.findus__hours-row span:last-child { font-weight: 700; }
.findus__contact { display: flex; justify-content: space-between; gap: 1rem; margin: 0 0 .5rem; color: var(--mu); }
.findus__contact a { color: var(--tx); font-weight: 700; }

/* Footer logo + legal links */
.footer__brand-id { display: flex; align-items: center; gap: .7rem; }
.footer__social { display: flex; gap: .7rem; align-items: center; flex-wrap: wrap; }
.footer__social a { color: var(--mu); }
.footer__social a:hover { color: var(--acc); }
.footer__brand-id .footer__logo { width: 42px; height: 42px; }
.footer__legal-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.footer__powered { text-align: center; font-size: .72rem; margin: 1.5rem 0 0; opacity: .5; }
.footer__powered a { color: inherit; font-weight: 400; font-style: italic; text-decoration: none; }
.footer__powered a:hover { text-decoration: underline; }

/* Compact mobile header — final overrides (win over the later-appended base rules) */
@media (max-width: 1024px) {
  .section--header .header__inner { flex-wrap: nowrap; align-items: center; gap: .6rem; }
  .section--header .brand { flex: 1 1 auto; min-width: 0; align-items: center; gap: .6rem; }
  .section--header .brand__logo { width: 48px; height: 48px; }
  .section--header .brand__text { min-width: 0; gap: .05rem; }
  .section--header .brand__status { display: inline-flex; font-size: .64rem; }
  .section--header .brand__name { min-width: 0; font-size: 1.1rem; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .section--header .brand__city { display: block; font-size: .68rem; opacity: .85; }
  .section--header .header__utility { display: none; }
  .section--header .nav-toggle { flex: none; margin-left: 0; }
  /* Flatten the desktop "More" dropdown into the drawer — all items at one level */
  .section--header .nav { padding-top: 10px; }
  .section--header.nav-open .nav-toggle { z-index: 80; }
  .section--header .nav__head { display: flex; align-items: center; gap: .7rem; width: 100%; margin: 10px 0 .6rem; padding: 0 2.75rem .85rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .section--header .nav__head-logo { width: 44px; height: 44px; flex: none; }
  .section--header .nav__head-text { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
  .section--header .nav__head-name { font-weight: 700; font-size: 1.05rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .section--header .nav__head-status { font-size: .68rem; }
  .section--header .nav__more { display: block; width: 100%; }
  .section--header .nav__more-toggle { display: none; }
  .section--header .nav__more-menu { display: flex; flex-direction: column; position: static; width: 100%; min-width: 0; padding: 0; margin: 0; border: 0; background: none; box-shadow: none; gap: 0; }
  .section--header .nav__more-menu .nav__link { padding: .75rem 0; font-size: 1.15rem; width: 100%; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section--header .nav__more-menu .nav__link:hover { background: none; }
}
.footer__legal-links a { color: var(--mu); }
.footer__legal-links a:hover { color: var(--acc); }

/* Hide the status placeholder until the client fills it */
[data-hours-status]:empty { display: none; }

/* ============================================================
   Operator fixes (2026-07-02): header → strike's 2-row grid
   (one status, over the name; phone top-right; nav row below);
   hero copy hugs the container LEFT (the 640px cap made the
   hero grid shrinkwrap + center the whole cluster).
   ============================================================ */
.section--header { background: var(--bg); }
.header__utility { display: flex; align-items: center; gap: 1.1rem; }
.nav__head { display: none; }
.brand__status { display: inline-flex; margin: 0 0 .1rem; font-size: .78rem; }
.header__utility .hours-status--badge { display: none; }
@media (min-width: 1025px) {
  .header__inner { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "brand utility" "brand nav"; column-gap: 1.5rem; row-gap: .55rem; align-items: center; }
  .brand { grid-area: brand; }
  .header__utility { grid-area: utility; justify-self: end; }
  .nav { grid-area: nav; justify-self: end; margin: 0; flex-wrap: nowrap; }
}
.hero__inner { max-width: var(--maxw); width: 100%; }
.hero__inner > * { max-width: 640px; }
/* Header port follow-up: stack status above the name (brand__text column) and stop
   nav-link / phone text from wrapping inside their pills. */
.brand { display: flex; align-items: center; gap: .75rem; }
.brand__text { display: flex; flex-direction: column; align-items: flex-start; }
.nav__link, .header__phone, .brand__status { white-space: nowrap; }

/* Bigger brand logo (operator request 2026-07-02) — the 2-row header grid gives
   the brand column status+name+city of height, so the mark can fill it. */
.brand__logo { width: 56px; height: 56px; }
@media (min-width: 1025px) { .section--header .brand__logo { width: 68px; height: 68px; } }
@media (max-width: 700px) { .brand__logo { width: 42px; height: 42px; } }

/* Drawer consistency (operator fix 2026-07-02, ported from starlite): the legacy
   .nav__link:last-child CTA rule (pre .nav__link--cta) hits whatever lands last in
   the "And More" dropdown (e.g. GALLERY) — neutralize it there; the real CTA pill
   is .nav__link--cta (FIND US). */
.nav__more-menu .nav__link:last-child { background: none; border: 0; border-radius: 0; padding: .55rem .65rem; color: var(--tx); font-weight: 500; }
@media (max-width: 1024px) {
  .section--header .nav__more-menu .nav__link:last-child { margin-top: 0; text-align: left; padding: .75rem 0; }
}

/* Powered-by line centers across the WHOLE page (it no longer sits in a .container). */
.footer__powered { width: 100%; padding: 0 1.5rem; }

/* ============================================================
   SUSTAINABLE overrides — recast the base into the calm minimal look:
   normal-case system-ui headings, monospace eyebrows, hairline rules,
   a light hero wash, and sage buttons/links. Appended so they win the
   cascade over the inherited simple-skin rules.
   ============================================================ */

body { -webkit-font-smoothing: antialiased; }

/* Kill the condensed-uppercase treatment everywhere — this design is quiet. */
.section__title, .hero__title, .brand__name, .nav__link, .btn,
.footer__heading, .findus__card-title, .cta__title {
  text-transform: none;
  letter-spacing: normal;
}

/* Section rhythm: airy, hairline-separated bands rather than color blocks. */
.section { padding: 6rem 0; border-top: 1px solid var(--line); }
.section:where(:nth-of-type(even)) { background: var(--bg-2); }
.section--header, .section--hero { border-top: 0; }
.section__head { margin-bottom: 3rem; }
.section__title {
  font-weight: 600;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
/* Eyebrow = the site's signature monospace kicker. */
.section__eyebrow, .hero__eyebrow {
  font-family: var(--font-mono);
  color: var(--acc);
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: lowercase;
}
.section__eyebrow::before, .hero__eyebrow::before { content: "// "; opacity: .55; }
.section__intro { color: var(--mu); }

/* Buttons: understated sage, minimal motion. */
.btn { font-weight: 500; border-radius: var(--radius); border: 1px solid transparent; padding: .7rem 1.35rem; }
.btn--primary { background: var(--acc); color: var(--ink); }
.btn--primary:hover { background: var(--acc-2); transform: none; }
.btn--phone, .btn--ghost { background: transparent; color: var(--tx); border-color: var(--line); }
.btn--phone:hover, .btn--ghost:hover { border-color: var(--acc); color: var(--acc); }

/* Header: clean light bar with a hairline. */
.section--header { background: rgba(246,242,240,.9); backdrop-filter: none; border-bottom: 1px solid var(--line); }
.section--header:nth-of-type(even) { background: rgba(246,242,240,.9); }
.brand__name { font-weight: 600; }
.nav__link { font-weight: 500; color: var(--tx); }
.nav__link:hover { color: var(--acc); }
.nav__link:last-child { background: var(--acc); color: var(--ink); }
.header__phone { color: var(--acc); font-weight: 600; }

/* Hero: photo under a soft warm wash, dark ink text, calm scale. */
.section--hero { min-height: clamp(460px, 72vh, 680px); background: var(--bg); color: var(--tx); }
.section--hero::before {
  background: linear-gradient(90deg, rgba(246,242,240,.94) 0%, rgba(246,242,240,.82) 48%, rgba(246,242,240,.45) 100%);
}
.hero__title { font-weight: 600; font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1.08; color: var(--tx); letter-spacing: -0.015em; }
.hero__title em { font-style: normal; color: var(--acc); }
.hero__sub { color: var(--mu); font-size: 1.15rem; }
.hero-burst, .floaty, .hero-strike, .hero-marquee, .hero-stars { display: none !important; }

/* Cards / surfaces: white on off-white, hairline, tiny radius, soft lift. */
.findus__card, .review, .amenity, .gift-card, .offering, .faq__item, .stat, .team__member {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
}

/* Footer: quiet light. */
.section--footer { background: var(--bg-2); border-top: 1px solid var(--line); color: var(--mu); }
.footer__heading { color: var(--tx); font-weight: 600; }
.footer__links a, .footer__legal-links a { color: var(--mu); }
.footer__links a:hover, .footer__legal-links a:hover { color: var(--acc); }
