/* ============================================================
   KRUNKLE skin — playful LIGHT cream theme with dark charcoal bands,
   Bowlby One chunky display + Figtree body, flat red + golden-yellow accents.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&family=Figtree:wght@400;500;600;700;800;900&display=swap');

:root {
  --cream: #faf3e3;
  --cream-2: #f1e7ce;
  --paper: #ffffff;
  --charcoal: #20242b;
  --charcoal-2: #2c313a;
  --ink: #14171c;
  --ink-2: #3b424d;
  --ink-3: #6b7280;
  --red: #d12d2d;
  --red-2: #a31f1f;
  --yellow: #f5b400;
  --line: rgba(20,23,28,.10);
  --line-dark: rgba(255,255,255,.12);
  --maxw: 1200px;
  --radius: 14px;
  --shadow: 0 12px 30px rgba(20,23,28,.12);
  --font-head: 'Bowlby One', cursive;
  --font-body: 'Figtree', system-ui, sans-serif;
  --anim: .2s ease;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-body); line-height: 1.6; }
html { scroll-behavior: smooth; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-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(--cream-2); }
.section__head { margin-bottom: 2.5rem; }
.section__eyebrow { display: inline-block; color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; margin: 0 0 .85rem; }
.section__title { font-family: var(--font-head); font-weight: 400; color: var(--ink); font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.05; margin: 0 0 .75rem; }
.section__intro { color: var(--ink-2); font-size: 1.1rem; max-width: 60ch; margin: 0; }

/* ---- Buttons ---- */
.btn { display: inline-block; font-family: var(--font-body); font-weight: 800; letter-spacing: .01em; font-size: .95rem; padding: .85rem 1.6rem; border-radius: 9999px; border: 2px solid transparent; cursor: pointer; transition: transform var(--anim), box-shadow var(--anim), background var(--anim); }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(209,45,45,.3); }
.btn--primary:hover { background: var(--red-2); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(209,45,45,.42); }
.btn--phone { background: var(--yellow); color: var(--ink); }
.btn--phone:hover { transform: translateY(-2px); filter: brightness(1.05); }

/* ---- Header (dark) ---- */
.section--header { position: sticky; top: 0; z-index: 50; background: var(--charcoal); padding: 1rem 0; border-bottom: 3px solid var(--yellow); }
.section--header:nth-of-type(even) { background: var(--charcoal); }
.header__inner { display: flex; align-items: center; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .6rem; }
.brand__logo { width: 44px; height: 44px; object-fit: contain; }
.brand__name { font-family: var(--font-head); font-size: 1.3rem; color: var(--cream); line-height: 1; }
.brand__city { font-size: .7rem; color: rgba(250,243,227,.6); 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(--cream); font-weight: 700; font-size: .9rem; text-transform: uppercase; letter-spacing: .04em; }
.nav__link:hover { color: var(--yellow); }
.nav__link:last-child { background: var(--red); color: #fff; border-radius: 9999px; padding: .5rem 1.1rem; }
.header__phone { color: var(--yellow); font-weight: 800; margin-left: 1rem; }

/* ---- Hero ---- */
.section--hero { position: relative; overflow: hidden; min-height: clamp(560px, 86vh, 840px); display: grid; align-items: center; color: #fff; background: var(--charcoal); }
.section--hero:nth-of-type(even) { background: var(--charcoal); }
.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(20,23,28,.95) 0%, rgba(20,23,28,.78) 45%, rgba(20,23,28,.32) 100%); }
.section--hero .container { position: relative; z-index: 2; }
.hero__inner { max-width: 660px; }
.hero__eyebrow { display: inline-block; background: var(--red); color: #fff; border-radius: 9999px; padding: .35rem .9rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 1.1rem; }
.hero__title { font-family: var(--font-head); font-weight: 400; font-size: clamp(2.75rem, 7.5vw, 5.5rem); line-height: 1.02; color: #fff; margin: .25rem 0; }
.hero__sub { color: rgba(255,255,255,.9); font-size: 1.2rem; max-width: 46ch; }
.hero__rating { color: var(--yellow); font-weight: 800; }
.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: 205px; height: 205px; font-family: var(--font-head); font-size: 1.9rem; color: var(--ink); background: var(--yellow); 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(245,180,0,.55); animation: kr-pop .5s ease-out both; }
.hero-burst.kapow { animation: kr-kapow .5s ease-out; }
.floaty { position: absolute; z-index: 4; font-family: var(--font-head); font-size: 2.6rem; color: var(--yellow); text-shadow: 2px 2px 0 var(--ink); pointer-events: none; animation: kr-float 1s ease-out forwards; }
@media (max-width: 900px) { .hero-burst { width: 138px; height: 138px; 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%23faf3e3%27%20stroke%3D%27%2314171c%27%20stroke-width%3D%273%27%2F%3E%3Cpath%20d%3D%27M15%2023%20H25%20M13%2031%20H27%27%20stroke%3D%27%23d12d2d%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%23faf3e3%27%20stroke%3D%27%2314171c%27%20stroke-width%3D%273%27%2F%3E%3Cpath%20d%3D%27M15%2023%20H25%20M13%2031%20H27%27%20stroke%3D%27%23d12d2d%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%23faf3e3%27%20stroke%3D%27%2314171c%27%20stroke-width%3D%273%27%2F%3E%3Cpath%20d%3D%27M15%2023%20H25%20M13%2031%20H27%27%20stroke%3D%27%23d12d2d%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: kr-pins-in .6s ease-out both; }
@media (max-width: 900px) { .section--hero::after { width: 240px; height: 200px; right: 0; } }
@keyframes kr-pins-in { 0% { opacity: 0; transform: translateY(-50%) scale(.6) rotate(-8deg); } 100% { opacity: 1; transform: translateY(-50%) scale(1) rotate(0); } }

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

/* ---- Card base ---- */
.offering, .party, .league, .review, .deal { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: transform var(--anim), box-shadow var(--anim); }
.offering:hover, .party:hover, .review:hover, .deal:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

/* ---- Offerings ---- */
.offerings-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 1.25rem; }
.offering { padding: 1.5rem; }
.offering__title { font-family: var(--font-head); font-size: 1.05rem; color: var(--ink); margin: 0 0 .5rem; }
.offering__desc { color: var(--ink-2); margin: 0 0 1rem; font-size: .95rem; }
.offering__photos { display: grid; gap: .5rem; }
.offering__photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; }

/* ---- 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: 700; }
.price-row__value { font-family: var(--font-head); font-size: 1.4rem; color: var(--red); }

/* ---- 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-size: 1.05rem; color: var(--ink); }
.party__price { display: inline-block; font-family: var(--font-head); font-size: 1.4rem; color: var(--red); margin: .35rem 0; }
.party__detail { display: block; color: var(--ink-2); }
.party__includes { margin: .5rem 0 0; padding-left: 1.1rem; color: var(--ink-2); }

/* ---- 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); box-shadow: var(--shadow); }
.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(--paper); border: 1px solid var(--line); border-radius: 10px; }
.league__name { font-weight: 800; color: var(--ink); }
.league__day { color: var(--ink-3); }
.league__time { margin-left: auto; font-family: var(--font-head); color: var(--red); }

/* League feature (photo + "why league up" + stats + CTA) — playful paper card */
.leagues-layout { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); gap: 2.5rem; align-items: start; }
.leagues-layout .league-list { max-width: none; }
.league-feature { align-self: start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
@media (min-width: 921px) { .league-feature { position: sticky; top: 90px; } }
.league-feature__photo { margin: -1.5rem -1.5rem 1.25rem; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; }
.league-feature__photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.league-feature__photo figcaption { padding: .7rem 1rem 0; font-size: .82rem; font-weight: 700; color: var(--ink-2); }
.league-feature__title { font-family: var(--font-head); font-weight: 400; color: var(--ink); font-size: 1.5rem; line-height: 1.05; margin: 0 0 .6rem; }
.league-feature__body { color: var(--ink-2); margin: 0 0 1.35rem; font-size: .98rem; }
.league-feature__stats { display: flex; flex-wrap: wrap; gap: 1.75rem; margin: 0 0 1.35rem; }
.league-stat { display: flex; flex-direction: column; }
.league-stat__value { font-family: var(--font-head); font-weight: 400; color: var(--red); font-size: 2rem; line-height: 1; }
.league-stat__label { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3); margin-top: .4rem; }
.league-feature__cta { display: block; width: 100%; text-align: center; }
@media (max-width: 820px) { .leagues-layout { grid-template-columns: 1fr; } }

/* ---- Bar & lounge / Cosmic (dark bands) ---- */
.section--barlounge, .section--cosmic { background: var(--charcoal); color: var(--cream); }
.section--barlounge .section__title, .section--cosmic .section__title { color: var(--cream); }
.section--barlounge .section__intro, .section--cosmic .section__intro, .barlounge__details { color: rgba(250,243,227,.72); }
.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) — dark ---- */
.section--foodservice { background: var(--charcoal); color: var(--cream); }
.section--foodservice .section__title { color: var(--cream); }
.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-body); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; color: var(--cream); background: var(--charcoal-2); border: 1px solid var(--line-dark); border-radius: 9999px; padding: .5rem 1.1rem; cursor: pointer; transition: background var(--anim); }
.menu-tab.is-active { background: var(--red); color: #fff; 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); color: var(--yellow); 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 { background: var(--charcoal-2); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; transition: transform var(--anim); }
.menu-item:hover { transform: translateY(-4px); }
.menu-item__photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.menu-item__name { font-weight: 800; color: var(--cream); margin: .75rem .85rem .25rem; }
.menu-item__desc { color: rgba(250,243,227,.65); font-size: .85rem; margin: 0 .85rem .5rem; }
.menu-item__price { display: inline-block; font-family: var(--font-head); color: var(--yellow); 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-dark); padding: .6rem 0; }
.menu-list__name { font-weight: 700; color: var(--cream); }
.menu-list__meta { color: rgba(250,243,227,.6); font-size: .8rem; }
.menu-list__price { margin-left: auto; font-family: var(--font-head); color: var(--yellow); }

/* ---- This week / deals (first highlighted red) ---- */
.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(--red); color: #fff; }
.deal:first-child .deal__title, .deal:first-child .deal__value { color: #fff; }
.deal:first-child .deal__desc, .deal:first-child .deal__valid, .deal:first-child .deal__code { color: rgba(255,255,255,.85); }
.deal__title { font-family: var(--font-head); font-size: 1.25rem; color: var(--ink); margin: 0 0 .5rem; }
.deal__desc { color: var(--ink-2); margin: 0 0 .75rem; }
.deal__value { display: inline-block; font-family: var(--font-head); color: var(--red); font-size: 1.4rem; }
.deal__valid, .deal__code { display: block; font-size: .78rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: .05em; margin-top: .4rem; }

/* ---- Reviews ---- */
.review-sources { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; color: var(--ink-2); }
.review-source__num { font-family: var(--font-head); color: var(--red); 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(--yellow); }
.review__quote { margin: .5rem 0 1rem; color: var(--ink); }
.review__author { font-weight: 800; display: block; color: var(--red); }
.review__source, .review__date { font-size: .8rem; color: var(--ink-3); }

/* ---- 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.03); }

/* ---- Gift cards (yellow band) ---- */
.section--giftcards { background: var(--yellow); }
.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,.5); border-radius: var(--radius); padding: .4rem; }
.giftcard__name { font-family: var(--font-head); color: var(--ink); }
.section--giftcards .section__title, .section--giftcards .section__eyebrow, .section--giftcards .section__intro { color: var(--ink); }

/* ---- Gift cards — rich layout (denom pills + CTA + branded card) ---- */
.giftcard--rich { text-align: left; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); gap: clamp(1.75rem, 4vw, 3.25rem); align-items: center; justify-items: stretch; }
.giftcard__intro { max-width: 44ch; }
.giftcard__denoms { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.4rem 0 1.25rem; }
.giftcard__denom { font-family: var(--font-head); font-weight: 400; font-size: .95rem; color: var(--ink); background: var(--paper); border: 3px solid var(--ink); border-radius: 9999px; padding: .45rem 1.15rem; box-shadow: 0 4px 0 rgba(20,23,28,.9); }
.giftcard__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem; margin-top: .25rem; }
.section--giftcards .giftcard__cta { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(209,45,45,.32); }
.section--giftcards .giftcard__cta:hover { background: var(--red-2); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(209,45,45,.42); }
.giftcard__note { font-family: var(--font-body); font-weight: 700; color: var(--ink-2); font-size: .9rem; }

.giftcard__preview { display: flex; justify-content: center; }
.giftcard__card { position: relative; overflow: hidden; width: 100%; max-width: 400px; aspect-ratio: 1.6/1; background: var(--charcoal); border: 3px solid var(--ink); border-radius: var(--radius); box-shadow: 0 18px 40px rgba(20,23,28,.3); padding: 1.4rem 1.55rem; display: flex; flex-direction: column; color: var(--cream); }
.giftcard__card::after { content: ""; position: absolute; right: -46px; top: -46px; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle, rgba(245,180,0,.28), transparent 70%); pointer-events: none; }
.giftcard__card-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.giftcard--rich .giftcard__logo { width: 46px; height: 46px; padding: .3rem; background: var(--paper); border-radius: 10px; }
.giftcard__card-label { font-family: var(--font-body); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; color: var(--yellow); }
.giftcard__card-amount { position: relative; z-index: 1; font-family: var(--font-head); font-weight: 400; font-size: clamp(2.6rem, 7vw, 4.2rem); line-height: 1; color: var(--yellow); margin-top: auto; }
.giftcard__card-foot { position: relative; z-index: 1; font-family: var(--font-body); font-size: .82rem; color: rgba(250,243,227,.75); margin-top: .5rem; }
.giftcard--rich .giftcard__name { font-family: var(--font-head); color: var(--cream); font-size: .95rem; }
@media (max-width: 820px) {
  .giftcard--rich { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .giftcard--rich .giftcard__intro { margin-left: auto; margin-right: auto; }
  .giftcard__denoms, .giftcard__actions { justify-content: center; }
  .giftcard__preview { order: -1; }
}

/* ---- CTA (red band) ---- */
.section--cta { background: var(--red); text-align: center; }
.cta__inner { display: grid; justify-items: center; gap: 1rem; }
.cta__title { font-family: var(--font-head); color: #fff; font-size: clamp(2.2rem,7vw,4rem); margin: 0; }
.cta__sub { color: rgba(255,255,255,.9); font-size: 1.15rem; }
.cta__actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.section--cta .btn--primary { background: var(--yellow); color: var(--ink); }
.section--cta .btn--primary:hover { background: #fff; }

/* ---- Footer (dark) ---- */
.section--footer { background: var(--charcoal); color: var(--cream); border-top: 3px solid var(--yellow); }
.section--footer:nth-of-type(even) { background: var(--charcoal); }
.footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2rem; }
.footer__logo { width: 60px; height: 60px; object-fit: contain; }
.footer__heading { font-family: var(--font-head); color: var(--yellow); font-size: 1rem; margin: 0 0 .75rem; }
.footer__map { width: 100%; border-radius: 10px; margin-bottom: .75rem; }
.footer__tag, .footer__address { color: rgba(250,243,227,.65); }
.footer__phone, .footer__directions { color: var(--yellow); font-weight: 800; display: inline-block; margin-top: .5rem; }
.footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: .4rem; }
.footer__links a { color: rgba(250,243,227,.85); }
.footer__links a:hover { color: var(--yellow); }
.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-dark); font-size: .8rem; color: rgba(250,243,227,.55); }

/* ---- Scroll reveal ---- */
.section.in-view:not(.section--header):not(.section--hero) { animation: kr-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(--cream); 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(--charcoal); border-left: 1px solid var(--line-dark); 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 kr-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 kr-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 kr-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 kr-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; } }

/* ============================================================
   KRUNKLE — strike-era section additions (light theme; dark header/cosmic/footer, RED find-us).
   Later rules override the now-dead old ones (party-list, cosmic photos, gallery grid…).
   ============================================================ */

/* Hero: drop the off-design burst + flying pins (now a photo hero + marquee). */
.hero-burst, .floaty { display: none; }
.section--hero::after { content: none; }
.hero__title em { font-style: italic; -webkit-text-fill-color: var(--yellow); }

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

/* Live hours status (header / hero dark → light; find-us card is white → dark text) */
.hours-status { display: inline-flex; align-items: center; gap: .45rem; font-weight: 800; font-size: .9rem; color: #fff; white-space: nowrap; }
.hours-status::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: rgba(255,255,255,.5); flex: none; }
.hours-status.is-open::before { background: #2bbd6e; box-shadow: 0 0 0 3px rgba(43,189,110,.25); }
.hours-status.is-closed::before { background: var(--yellow); }
.hours-status--badge { font-size: .8rem; padding: .35rem .75rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.section--hero .hours-status { margin-top: 1.1rem; }
.findus__card .hours-status { color: var(--ink); margin: 0 0 .85rem; }
.findus__card .hours-status::before { background: var(--ink-3); }
.findus__card .hours-status.is-open::before { background: #1f9d57; }
.findus__card .hours-status.is-closed::before { background: var(--red); }
.findus__hours-row.is-today { background: rgba(245,180,0,.2); border-radius: 7px; margin: 0 -.6rem; padding: .15rem .6rem .5rem; }
.findus__hours-row.is-today span { color: var(--red); font-weight: 800; }

/* Header utility + nav More dropdown + reserve pill (charcoal header) */
.header__utility { display: flex; align-items: center; gap: 1.1rem; }
.brand__status, .nav__head { display: none; }
.header__phone { color: var(--yellow); font-weight: 800; white-space: nowrap; }
.nav__link--cta { background: var(--red); color: #fff; border-radius: 9999px; padding: .5rem 1.2rem; font-weight: 800; }
.nav__more { position: relative; display: inline-flex; }
.nav__more-toggle { background: transparent; border: 0; cursor: pointer; font: inherit; color: var(--cream); display: inline-flex; align-items: center; gap: .3rem; }
.nav__more-menu { display: none; position: absolute; top: 100%; right: 0; min-width: 13rem; flex-direction: column; gap: .1rem; background: var(--charcoal-2); border: 1px solid var(--line-dark); border-radius: 12px; 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: 8px; white-space: nowrap; border: 0; color: var(--cream); }
.nav__more-menu .nav__link:last-child { background: none; color: var(--cream); padding: .55rem .65rem; }
.nav__more-menu .nav__link:hover { background: rgba(255,255,255,.08); color: var(--yellow); }

/* Offering / deal / amenity card photos (light cards) */
.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(--red); color: #fff; font-family: var(--font-head); padding: .2rem .7rem; border-radius: 6px; }
.offering__cta { color: var(--red); font-weight: 800; 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(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem 1.4rem; overflow: hidden; border-top: 4px solid var(--yellow); }
.amenity__name { font-family: var(--font-head); font-size: 1.05rem; color: var(--ink); margin: 0 0 .4rem; }
.amenity__desc { color: var(--ink-3); 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 (light) */
.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(--red); color: #fff; text-align: center; line-height: 1; filter: drop-shadow(0 8px 18px rgba(209,45,45,.4)); 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-size: 1.5rem; }
.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(--yellow); color: var(--ink); font-family: var(--font-head); text-transform: uppercase; letter-spacing: .02em; font-size: .8rem; padding: .55rem 1.7rem .55rem 1.1rem; clip-path: polygon(0 0, 100% 0, calc(100% - .8rem) 50%, 100% 100%, 0 100%); box-shadow: 0 6px 16px rgba(0,0,0,.2); }
.parties-feature__lead { color: var(--ink-2); 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(--ink); font-weight: 700; }
.parties-feature__list li::before { content: "\2713"; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.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(--red); font-weight: 800; 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 (dark; overrides the old photo grid) */
.section--cosmic { position: relative; overflow: hidden; padding: 0; background: var(--charcoal); }
.cosmic__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; z-index: 0; }
.section--cosmic::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(20,23,28,.94) 0%, rgba(20,23,28,.55) 45%, rgba(209,45,45,.32) 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(--yellow); text-transform: uppercase; letter-spacing: .24em; font-weight: 800; font-size: .8rem; margin: 0 0 .6rem; }
.cosmic__mark { margin: 0; line-height: .82; font-family: var(--font-head); }
.cosmic__mark-top { display: block; font-size: clamp(2.6rem, 8vw, 5.5rem); }
.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(--yellow); }
.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(--cream); font-size: clamp(1.8rem, 5.5vw, 3.6rem); letter-spacing: .12em; }
.cosmic__sub { color: rgba(250,243,227,.78); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 700; margin: .8rem 0 0; }
.cosmic__facts dt { color: var(--yellow); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 800; margin: 0 0 .3rem; }
.cosmic__facts dd { color: var(--cream); font-weight: 800; 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 (dark section) */
.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 + overlay (light section) */
.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(15,12,8,.94); align-items: center; justify-content: center; }
.lightbox.is-open { display: flex; }
.lightbox__img { max-width: 92vw; max-height: 82vh; border-radius: 10px; }
.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: #fff; }

/* Find Us (the cta section is RED → white cards with dark text) */
.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: 2px solid rgba(255,255,255,.35); }
.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(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.5rem; color: var(--ink); }
.findus__card-title { font-family: var(--font-head); font-size: 1.1rem; color: var(--red); margin: 0 0 .7rem; }
.findus__address { color: var(--ink); margin: 0 0 .5rem; line-height: 1.5; }
.findus__note--link { color: var(--red); font-weight: 800; 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 dashed var(--line); padding-bottom: .45rem; color: var(--ink); font-size: .92rem; }
.findus__hours-row span:last-child { font-weight: 800; }
.findus__contact { display: flex; justify-content: space-between; gap: 1rem; margin: 0 0 .5rem; color: var(--ink-3); }
.findus__contact a { color: var(--red); font-weight: 800; }

/* Footer logo + legal links (charcoal) */
.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: rgba(250,243,227,.6); }
.footer__social a:hover { color: var(--yellow); }
.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: rgba(250,243,227,.6); }
.footer__legal-links a:hover { color: var(--yellow); }

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

/* ============================================================
   KRUNKLE — proof-match pass: cream header, checkerboard edge strips,
   centered stats, cream icon-amenities, + the two NEW sections (FAQ, TEAM).
   Appended last so these win the cascade.
   ============================================================ */

/* Signature checkerboard token: alternating red/yellow dashes, section bg shows
   through the gaps (dark on dark bands, cream on cream — exactly like the proof). */
:root { --checker: repeating-linear-gradient(90deg, var(--red) 0 30px, transparent 30px 42px, var(--yellow) 42px 72px, transparent 72px 84px); }

/* One dashed strip at the TOP edge of every section (except header/hero) =
   a single checkerboard divider per boundary, top + bottom of the dark bands. */
.section:not(.section--header):not(.section--hero) { position: relative; }
.section:not(.section--header):not(.section--hero)::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 7px;
  background: var(--checker); z-index: 6; pointer-events: none;
}

/* ---- Header → cream bar (proof) ---- */
.section--header { background: var(--cream); border-bottom: 1px solid var(--line); }
.section--header:nth-of-type(even) { background: var(--cream); }
.section--header .brand__name { color: var(--ink); }
.section--header .brand__city { color: var(--ink-3); }
.section--header .nav-toggle span { background: var(--ink); }
.section--header .header__phone { color: var(--red); }
/* Header live-status pill goes dark-on-cream */
.section--header .header__utility .hours-status { color: var(--ink-2); }
.section--header .header__utility .hours-status--badge { border-color: var(--line); }
.section--header .header__utility .hours-status::before { background: var(--ink-3); }
.section--header .header__utility .hours-status.is-open::before { background: #1f9d57; }
.section--header .header__utility .hours-status.is-closed::before { background: var(--red); }
/* Desktop inline nav links → dark; the red VISIT-US pill + dark "More" dropdown keep their colors */
.section--header .nav > .nav__link { color: var(--ink); font-weight: 700; }
.section--header .nav > .nav__link:hover { color: var(--red); }
.section--header .nav__more-toggle { color: var(--ink); }
.section--header .nav__link--cta { color: #fff; }
.section--header .nav__link--cta:hover { color: #fff; }

/* ---- Stats → centered values with thin vertical dividers (proof) ---- */
.stats__grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); align-items: center; }
.stat { border-left: 0; text-align: center; padding: .5rem 1rem; position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 62%; background: rgba(255, 255, 255, .14); }
.stat__value { font-size: clamp(2.6rem, 5vw, 3.4rem); }

/* ---- Amenities → white section + cream icon cards (proof) ---- */
.section--amenities { background: var(--paper); }
.section--amenities:nth-of-type(even) { background: var(--paper); }
.amenity { background: var(--cream); border: 1px solid var(--line); border-top: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.amenity:hover { transform: translateY(-4px); box-shadow: var(--shadow); transition: transform var(--anim), box-shadow var(--anim); }
/* The proof cards are icon-driven (no photos); hide media and stamp a red rounded tile */
.amenity__media { display: none; }
.amenity::before {
  content: ""; display: flex; width: 46px; height: 46px; border-radius: 12px; margin: 0 0 1rem;
  background: var(--red) url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23fff'%3E%3Cpath%20d='M12%202c2.2%200%203%202.6%202.2%205.2-.5%201.6-.6%202.4%200%204.3%201.4%204.6%201.6%206.4-2.2%208.5-3.8-2.1-3.6-3.9-2.2-8.5.6-1.9.5-2.7%200-4.3C9%204.6%209.8%202%2012%202z'/%3E%3C/svg%3E") center / 24px no-repeat;
  box-shadow: 0 6px 14px rgba(209, 45, 45, .3);
}

/* ---- FAQ (NEW) — white section, cream accordion rows ---- */
.section--faq { background: var(--paper); }
.section--faq:nth-of-type(even) { background: var(--paper); }
.section--faq .section__head { text-align: center; }
.section--faq .section__intro { margin-left: auto; margin-right: auto; }
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-item { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; margin-bottom: .9rem; overflow: hidden; }
.faq-item__q { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.15rem 1.5rem; cursor: pointer; font-family: var(--font-body); font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q-text { flex: 1; }
.faq-item__chevron { color: var(--red); font-size: .95rem; line-height: 1; flex: none; transition: transform var(--anim); }
.faq-item[open] .faq-item__chevron { transform: rotate(180deg); }
.faq-item__a { padding: 0 1.5rem 1.25rem; color: var(--ink-2); line-height: 1.6; max-width: 72ch; }

/* ---- TEAM (NEW) — cream section, 4 portrait cards ---- */
.section--team { background: var(--cream); }
.section--team:nth-of-type(even) { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.team-card { background: transparent; }
.team-card__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 1rem; aspect-ratio: 3 / 4; }
.team-card__photo { width: 100%; height: 100%; object-fit: cover; }
.team-card__name { font-family: var(--font-body); font-weight: 800; font-size: 1.15rem; color: var(--ink); margin: 0 0 .2rem; }
.team-card__role { color: var(--ink-3); font-size: .92rem; margin: 0; }
@media (max-width: 860px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .team-grid { grid-template-columns: 1fr; } }

/* ---- Mobile: drawer nav links stay cream on the dark off-canvas panel ---- */
@media (max-width: 1024px) {
  .section--header .nav > .nav__link { color: var(--cream); }
  .section--header .nav > .nav__link:hover { color: var(--yellow); }
}

/* ============================================================
   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 660px cap made the
   hero grid shrinkwrap + center the whole cluster).
   ============================================================ */
.header__utility { display: flex; align-items: center; gap: 1.1rem; }
.nav__head { display: none; }
/* The header is cream — the base .hours-status is white (for the dark hero). */
.brand__status { display: inline-flex; margin: 0 0 .1rem; font-size: .78rem; color: var(--ink); }
.brand__status::before { background: var(--ink-3); }
.brand__status.is-open::before { background: #1f9d57; box-shadow: 0 0 0 3px rgba(31,157,87,.18); }
.brand__status.is-closed::before { background: var(--red); }
.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: 660px; }
/* 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): the mobile .nav__link:last-child
   center/margin rule leaks onto the "And More" dropdown's last item (GALLERY) —
   keep dropdown items left-aligned like their siblings. */
@media (max-width: 1024px) {
  .section--header .nav__more-menu .nav__link:last-child { margin-top: 0; text-align: left; }
}

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