/* =============================================================
   CZAK'S COASTAL CUISINE — "Tidewater Modern"
   Chef-driven, semi-upscale, contemporary coastal.
   Deep pine-teal (their green neon + door) · warm sand · charcoal · brass.
   Type: Cormorant (elegant high-contrast serif) + Jost (clean geometric sans).
   Built by Experienced Results.
   ============================================================= */

:root {
  --sand:        #F5F1E8;   /* warm off-white page */
  --sand-2:      #EDE7D8;   /* deeper sand, alt sections */
  --card:        #FBF9F3;   /* raised card */
  --ink:         #1E2528;   /* charcoal text */
  --ink-2:       #5C666A;   /* muted text */
  --pine:        #1C4A44;   /* deep teal-green — brand */
  --pine-deep:   #10312D;   /* dark sections */
  --pine-soft:   #2E655D;
  --neon:        #57C79E;   /* seafoam neon accent (their sign) */
  --brass:       #B0894E;   /* warm brass, fine accents */
  --brass-soft:  #C7A671;
  --line:        rgba(30,37,40,0.14);
  --line-soft:   rgba(30,37,40,0.08);
  --sand-line:   rgba(245,241,232,0.18);

  --serif: "Cormorant", "Cormorant Garamond", Georgia, serif;
  --sans:  "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --s--1: clamp(0.8rem, 0.77rem + 0.14vw, 0.9rem);
  --s-0:  clamp(1rem, 0.96rem + 0.2vw, 1.12rem);
  --s-1:  clamp(1.2rem, 1.1rem + 0.5vw, 1.55rem);
  --s-2:  clamp(1.55rem, 1.35rem + 1vw, 2.3rem);
  --s-3:  clamp(2.1rem, 1.7rem + 1.9vw, 3.6rem);
  --s-4:  clamp(2.8rem, 2.1rem + 3.4vw, 5.4rem);
  --s-5:  clamp(3.4rem, 2.2rem + 6vw, 8rem);

  --section-y: clamp(5rem, 3.5rem + 8vw, 11rem);
  --container: 1200px;
  --measure: 60ch;
  --radius: 6px;
  --radius-lg: 14px;
  --shadow: 0 4px 20px -8px rgba(16,49,45,0.18);
  --shadow-lg: 0 30px 70px -30px rgba(16,49,45,0.5);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.12, 1);
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){ html { scroll-behavior: auto; } }

body {
  font-family: var(--sans); font-weight: 300;
  font-size: var(--s-0); line-height: 1.7; color: var(--ink);
  background: var(--sand);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
::selection { background: var(--pine); color: var(--sand); }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }

/* ---------- Type ---------- */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.02; letter-spacing: -0.01em; color: var(--ink); text-wrap: balance; }
.display { font-family: var(--serif); font-weight: 500; font-size: var(--s-5); line-height: 0.98; }
h1 { font-size: var(--s-4); }
h2 { font-size: var(--s-3); }
h3 { font-size: var(--s-1); }
p { text-wrap: pretty; }
em { font-style: italic; }

.eyebrow {
  font-family: var(--sans); font-weight: 500; font-size: var(--s--1);
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--brass);
  display: inline-flex; align-items: center; gap: 0.9em;
}
.eyebrow::before { content: ""; width: 2em; height: 1px; background: var(--brass); opacity: 0.7; }
.eyebrow.is-centered { justify-content: center; }
.eyebrow.on-dark { color: var(--brass-soft); }
.lede { font-size: var(--s-1); line-height: 1.55; color: var(--ink-2); max-width: var(--measure); font-weight: 300; }
.serif-accent { font-family: var(--serif); font-style: italic; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.5rem, 0.7rem + 3vw, 3rem); }
.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(4.5rem, 3rem + 5vw, 8rem); }
.sand { background: var(--sand-2); }
.dark {
  background: radial-gradient(130% 120% at 20% 0%, #1a4640 0%, var(--pine-deep) 60%);
  color: var(--sand);
}
.dark h1, .dark h2, .dark h3 { color: var(--sand); }
.section-head { max-width: 44rem; margin-bottom: clamp(2.5rem, 1.8rem + 3vw, 4.5rem); }
.section-head.is-centered { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: 0.7rem; }
.section-head .lede { margin-top: 1.1rem; }
.section-head.is-centered .lede { margin-inline: auto; }

/* Brass wave divider (echoes the logo) */
.wave-rule { display: flex; align-items: center; justify-content: center; gap: 1rem; color: var(--brass); opacity: 0.8; }
.wave-rule::before, .wave-rule::after { content: ""; height: 1px; width: min(7rem, 18vw); background: linear-gradient(90deg, transparent, var(--brass)); }
.wave-rule::after { background: linear-gradient(90deg, var(--brass), transparent); }
.wave-rule svg { width: 26px; height: 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  min-height: 52px; padding: 0.8em 1.7em;
  font-family: var(--sans); font-weight: 500; font-size: var(--s--1);
  letter-spacing: 0.16em; text-transform: uppercase;
  border-radius: 100px; transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
  border: 1px solid transparent;
}
.btn--solid { background: var(--pine); color: var(--sand); }
.btn--solid:hover { background: var(--pine-deep); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--brass { background: var(--brass); color: #2a1e08; }
.btn--brass:hover { background: var(--brass-soft); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--pine); color: var(--pine); transform: translateY(-2px); }
.dark .btn--ghost, .hero .btn--ghost { color: var(--sand); border-color: var(--sand-line); }
.dark .btn--ghost:hover, .hero .btn--ghost:hover { background: var(--sand); color: var(--pine-deep); border-color: var(--sand); }
.btn--lg { min-height: 58px; padding: 0.95em 2.1em; }

.textlink { display: inline-flex; align-items: center; gap: 0.45em; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; font-size: var(--s--1); color: var(--brass); position: relative; padding-bottom: 3px; }
.textlink::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.textlink:hover::after { transform: scaleX(1); }
.textlink:hover { gap: 0.75em; }

/* ---------- Header ---------- */
.cz-header { position: sticky; top: 0; z-index: 100; padding-block: 1.15rem; transition: background .5s var(--ease), padding .5s var(--ease), box-shadow .5s var(--ease); }
.cz-header.is-scrolled { background: rgba(245,241,232,0.94); backdrop-filter: saturate(150%) blur(14px); -webkit-backdrop-filter: saturate(150%) blur(14px); box-shadow: 0 1px 0 var(--line-soft); padding-block: 0.6rem; }
.cz-header__row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.cz-brand { display: flex; align-items: center; gap: 0.7rem; }
.cz-brand__logo { width: 42px; height: 42px; flex: none; }
.cz-brand__logo img, .cz-brand__logo svg { width: 100%; height: 100%; object-fit: contain; }
.cz-brand__name { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; letter-spacing: 0.01em; line-height: 1; color: var(--ink); }
.cz-brand__tag { display: block; font-family: var(--sans); font-weight: 400; font-size: 0.56rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--brass); margin-top: 0.3em; }
.cz-nav { display: flex; align-items: center; gap: clamp(1.1rem, 0.5rem + 1.8vw, 2.4rem); }
.cz-nav a { font-family: var(--sans); font-weight: 400; font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); position: relative; padding-block: 0.3em; }
.cz-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.cz-nav a:hover::after, .cz-nav a[aria-current="page"]::after { transform: scaleX(1); }
.cz-actions { display: flex; align-items: center; gap: 1rem; }
.cz-call { font-weight: 500; font-size: 0.82rem; letter-spacing: 0.12em; color: var(--pine); border: 1px solid var(--line); border-radius: 100px; padding: 0.55em 1.1em; transition: .3s var(--ease); }
.cz-call:hover { background: var(--pine); color: var(--sand); border-color: var(--pine); }

/* header over dark hero (default, before scroll) */
.cz-header:not(.is-scrolled) .cz-brand__name { color: var(--sand); }
.cz-header:not(.is-scrolled) .cz-nav a { color: var(--sand); }
.cz-header:not(.is-scrolled) .cz-call { color: var(--sand); border-color: var(--sand-line); }
.cz-header:not(.is-scrolled) .cz-call:hover { background: var(--sand); color: var(--pine-deep); }
.cz-header:not(.is-scrolled) .cz-brand__logo img { filter: brightness(0) invert(1); }

.cz-burger { display: none; width: 44px; height: 44px; border-radius: 8px; align-items: center; justify-content: center; }
.cz-burger span, .cz-burger span::before, .cz-burger span::after { content: ""; display: block; width: 22px; height: 1.5px; background: var(--ink); transition: .3s var(--ease); position: relative; }
.cz-header:not(.is-scrolled) .cz-burger span, .cz-header:not(.is-scrolled) .cz-burger span::before, .cz-header:not(.is-scrolled) .cz-burger span::after { background: var(--sand); }
.cz-burger span::before { position: absolute; top: -7px; }
.cz-burger span::after { position: absolute; top: 7px; }
body.nav-open .cz-burger span { background: transparent; }
body.nav-open .cz-burger span::before { top: 0; transform: rotate(45deg); background: var(--ink); }
body.nav-open .cz-burger span::after { top: 0; transform: rotate(-45deg); background: var(--ink); }

.cz-drawer { position: fixed; inset: 0 0 0 auto; width: min(86vw, 380px); z-index: 120; background: var(--sand); box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .5s var(--ease); padding: 6rem 2rem 2.5rem; display: flex; flex-direction: column; }
body.nav-open .cz-drawer { transform: translateX(0); }
.cz-drawer a.drawer-link { font-family: var(--serif); font-size: 1.7rem; color: var(--ink); padding: 0.6rem 0; border-bottom: 1px solid var(--line-soft); transition: .3s var(--ease); }
.cz-drawer a.drawer-link:hover { color: var(--pine); padding-left: 0.4rem; }
.cz-drawer .drawer-cta { margin-top: auto; display: grid; gap: 0.7rem; }
.cz-scrim { position: fixed; inset: 0; z-index: 110; background: rgba(16,49,45,0.5); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility .4s; }
body.nav-open .cz-scrim { opacity: 1; visibility: visible; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; margin-top: -74px; padding-top: 74px; }
.hero__media { position: absolute; inset: 0; z-index: -3; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8,22,20,0.9) 0%, rgba(8,22,20,0.66) 42%, rgba(8,22,20,0.5) 72%, rgba(8,22,20,0.62) 100%), linear-gradient(0deg, rgba(8,22,20,0.78) 0%, rgba(8,22,20,0.1) 55%); }
.hero.kenburns .hero__media img { animation: kb 24s var(--ease-soft) both; transform-origin: 55% 45%; }
@keyframes kb { from { transform: scale(1.14); } to { transform: scale(1); } }
.hero__inner { color: var(--sand); max-width: 54rem; padding-block: 6rem; }
.hero .eyebrow { color: var(--brass-soft); }
.hero .eyebrow::before { background: var(--brass-soft); }
.hero__title { color: var(--sand); font-size: var(--s-5); line-height: 0.96; margin-top: 1.1rem; font-weight: 500; }
.hero__title em { font-style: italic; color: var(--neon); text-shadow: 0 0 26px rgba(87,199,158,0.55), 0 0 60px rgba(87,199,158,0.3); }
.hero__sub { font-size: var(--s-1); line-height: 1.5; color: rgba(245,241,232,0.88); max-width: 36rem; margin-top: 1.5rem; font-weight: 300; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.25rem; }
.hero__scroll { position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%); z-index: 2; color: rgba(245,241,232,0.7); font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.hero__scroll span { width: 1px; height: 40px; background: linear-gradient(var(--brass-soft), transparent); animation: drop 2.4s var(--ease-soft) infinite; }
@keyframes drop { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Intro / chef strip ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1rem + 5vw, 6rem); align-items: center; }
.split__media { position: relative; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.split__media.is-wide img { aspect-ratio: 5/4; }
.split__body > * + * { margin-top: 1.25rem; }
.pullquote { font-family: var(--serif); font-style: italic; font-size: var(--s-2); line-height: 1.28; color: var(--pine); border-left: 2px solid var(--brass); padding-left: 1.4rem; margin-block: 1.75rem; }
.dark .pullquote { color: var(--brass-soft); border-color: var(--brass); }

/* ---------- Signatures (home) ---------- */
.signatures { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 1rem + 2vw, 3rem); }
.sig { text-align: center; padding: 0 clamp(0.5rem, 1vw, 1.5rem); }
.sig__name { font-family: var(--serif); font-style: italic; font-size: var(--s-2); color: var(--ink); }
.dark .sig__name { color: var(--sand); }
.sig__desc { margin-top: 0.75rem; color: var(--ink-2); font-size: var(--s-0); }
.dark .sig__desc { color: rgba(245,241,232,0.72); }
.sig + .sig { position: relative; }
@media (min-width: 721px){ .sig + .sig::before { content: ""; position: absolute; left: calc(clamp(1.5rem,1rem + 2vw,3rem) / -2); top: 10%; bottom: 10%; width: 1px; background: var(--line); } .dark .sig + .sig::before { background: var(--sand-line); } }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(0.85rem, 0.5rem + 1.2vw, 1.35rem); }
.plate { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 1; }
.plate img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.plate::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8,22,20,0.8)); }
.plate figcaption { position: absolute; left: 1.25rem; bottom: 1.15rem; right: 1.25rem; z-index: 2; color: var(--sand); font-family: var(--serif); font-style: italic; font-size: var(--s-1); transform: translateY(6px); transition: transform .5s var(--ease); }
.plate:hover img { transform: scale(1.06); }
.plate:hover figcaption { transform: translateY(0); }
.plate--tall { grid-row: span 2; aspect-ratio: 1/2; }
.plate--wide { grid-column: span 2; aspect-ratio: 2/1; }

/* ---------- Menu (menu.php) ---------- */
.menu { max-width: 60rem; margin-inline: auto; }
.menu-note { text-align: center; font-style: italic; color: var(--ink-2); margin-bottom: clamp(2rem,1.5rem+2vw,3.5rem); font-family: var(--serif); font-size: var(--s-1); }
.menu-sec { scroll-margin-top: 90px; }
.menu-sec + .menu-sec { margin-top: clamp(2.75rem, 2rem + 3vw, 5rem); }
.menu-sec__head { text-align: center; margin-bottom: clamp(1.85rem, 1.4rem + 1.2vw, 2.75rem); }
.menu-sec__name { font-size: var(--s-3); color: var(--pine); }
.menu-sec__blurb { font-style: italic; color: var(--ink-2); margin-top: 0.4rem; font-family: var(--serif); font-size: var(--s-1); }
.menu-list { list-style: none; display: grid; gap: 2rem; }
.menu-item__top { display: flex; align-items: baseline; gap: 0.75rem; }
.menu-item__name { font-family: var(--serif); font-size: var(--s-1); font-weight: 600; color: var(--ink); }
.menu-item__dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-3px); }
.menu-item__price { font-family: var(--sans); font-weight: 400; color: var(--pine); font-size: var(--s-0); white-space: nowrap; }
.menu-item__desc { margin-top: 0.35rem; color: var(--ink-2); max-width: 46ch; font-size: var(--s-0); }
.menu-item__tags { display: inline-flex; gap: 0.35rem; margin-left: 0.6rem; vertical-align: middle; }
.tag { font-family: var(--sans); font-weight: 500; font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.3em 0.6em; border-radius: 100px; color: var(--pine); background: rgba(28,74,68,0.1); }
.tag--signature { color: #7a5a1c; background: rgba(176,137,78,0.16); }
.tag--gf, .tag--gluten-free { color: var(--pine); background: rgba(87,199,158,0.16); }
.tag--new { color: #8a3d1a; background: rgba(196,86,39,0.14); }
.tag--vegetarian { color: #3d6b2e; background: rgba(96,150,60,0.16); }

/* ---------- Cards (gatherings) ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 0.8rem + 1.5vw, 2.25rem); }
.card { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: clamp(1.75rem, 1.2rem + 1.5vw, 2.75rem); box-shadow: var(--shadow); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card h3 { color: var(--pine); }
.card p { margin-top: 0.8rem; color: var(--ink-2); }
.dark .card { background: rgba(245,241,232,0.05); border-color: var(--sand-line); }
.dark .card h3 { color: var(--brass-soft); }
.dark .card p { color: rgba(245,241,232,0.75); }
@media (max-width: 900px){ .cards-3 { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }

/* ---------- Visit ---------- */
.visit { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(1.75rem,1rem+3vw,4rem); align-items: stretch; }
.visit__info > * + * { margin-top: 1.4rem; }
.hours-table { width: 100%; border-collapse: collapse; font-size: var(--s-0); }
.hours-table th, .hours-table td { text-align: left; padding: 0.85rem 0; border-bottom: 1px solid var(--line-soft); font-weight: 300; }
.hours-table td { text-align: right; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.hours-table tr.is-today th, .hours-table tr.is-today td { color: var(--pine); font-weight: 500; }
.hours-table .closed td { font-style: italic; opacity: 0.7; }
.map-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); min-height: 340px; border: 1px solid var(--line); }
.map-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(0.3) contrast(1.05); }
.status { display: inline-flex; align-items: center; gap: 0.5em; font-weight: 500; font-size: var(--s--1); letter-spacing: 0.08em; padding: 0.4em 0.95em; border-radius: 100px; background: rgba(30,37,40,0.05); color: var(--ink-2); border: 1px solid var(--line-soft); }
.status__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ink-2); }
.status.is-open { color: var(--pine); background: rgba(87,199,158,0.14); border-color: rgba(87,199,158,0.3); }
.status.is-open .status__dot { background: var(--neon); animation: pulse 2.4s var(--ease-soft) infinite; }
.status.is-closed { color: var(--brass); background: rgba(176,137,78,0.12); border-color: rgba(176,137,78,0.25); }
.hero .status, .dark .status { color: var(--sand); background: rgba(245,241,232,0.12); border-color: var(--sand-line); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(87,199,158,0.5);} 70%{ box-shadow: 0 0 0 7px rgba(87,199,158,0);} 100%{ box-shadow:0 0 0 0 rgba(87,199,158,0);} }

/* ---------- Page hero (interior) ---------- */
.page-hero { position: relative; isolation: isolate; text-align: center; margin-top: -74px; padding-top: calc(74px + clamp(4.5rem,3rem+6vw,8.5rem)); padding-bottom: clamp(3.75rem,2.5rem+3vw,6rem); overflow: hidden; }
.page-hero__title { color: var(--sand); font-size: var(--s-4); margin-top: 0.6rem; }
.page-hero .lede { margin: 1.1rem auto 0; text-align: center; color: rgba(245,241,232,0.85); }

/* ---------- Footer ---------- */
.cz-footer { background: var(--pine-deep); color: rgba(245,241,232,0.78); padding-block: clamp(4rem,2.8rem+3vw,5.5rem) 2.75rem; }
.cz-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: clamp(1.5rem,1rem+3vw,3.5rem); }
.cz-footer__brand .cz-brand__name { color: var(--sand); font-size: 1.6rem; }
.cz-footer__brand .cz-brand__logo img { filter: brightness(0) invert(1); }
.cz-footer h4 { font-family: var(--sans); font-weight: 500; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass-soft); margin-bottom: 1rem; }
.cz-footer ul { list-style: none; display: grid; gap: 0.55rem; font-size: var(--s--1); }
.cz-footer a:hover { color: var(--sand); }
.cz-footer__legal { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--sand-line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem; font-size: 0.72rem; color: rgba(245,241,232,0.5); }
.cz-footer__legal a { color: var(--brass-soft); }
.social a { display: inline-grid; place-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--sand-line); transition: .3s var(--ease); }
.social a:hover { background: var(--brass); border-color: var(--brass); transform: translateY(-2px); }
.social svg { width: 17px; height: 17px; }

/* ---------- Hero art (photo-free, elite) ---------- */
.hero { background: radial-gradient(130% 120% at 18% -10%, #1c4f48 0%, var(--pine-deep) 60%); }
.hero__art { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero__art .glow { position: absolute; border-radius: 50%; filter: blur(80px); }
.hero__art .glow--1 { width: 48vw; height: 48vw; left: -10vw; top: -12vw; background: radial-gradient(circle, rgba(87,199,158,0.45), transparent 68%); }
.hero__art .glow--2 { width: 40vw; height: 40vw; right: -8vw; bottom: -14vw; background: radial-gradient(circle, rgba(176,137,78,0.38), transparent 70%); animation: floaty 15s var(--ease-soft) infinite alternate; }
.hero__art .waves { position: absolute; left: -2%; right: -2%; width: 104%; bottom: -1px; height: auto; color: var(--pine-soft); opacity: 0.55; }
.hero__art .waves--back { color: var(--neon); opacity: 0.12; transform: translateY(18px); }
.hero__grain { position: absolute; inset: 0; z-index: -1; opacity: 0.05; pointer-events: none; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
@keyframes floaty { to { transform: translate(16px, -26px); } }
@media (prefers-reduced-motion: reduce){ .hero__art .glow--2 { animation: none; } }

/* ---------- Brand panel (photo-free split media) ---------- */
.brand-panel { position: relative; aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  background: radial-gradient(120% 100% at 30% 8%, #1c4f48, var(--pine-deep)); border: 1px solid var(--sand-line);
  display: grid; place-content: center; text-align: center; padding: clamp(1.5rem,1rem+3vw,3rem); }
.brand-panel.is-wide { aspect-ratio: 5/4; }
.brand-panel .bp-glow { position: absolute; width: 70%; height: 45%; left: 15%; bottom: -12%; filter: blur(55px);
  background: radial-gradient(circle, rgba(87,199,158,0.4), transparent 70%); }
.brand-panel__mark { width: 92px; height: 92px; margin: 0 auto 1.4rem; position: relative; }
.brand-panel__mark img { filter: brightness(0) invert(1); opacity: 0.92; }
.brand-panel__stat { position: relative; font-family: var(--serif); font-style: italic; color: var(--sand); font-size: var(--s-2); line-height: 1.18; }
.brand-panel__stat b { color: var(--neon); font-weight: 600; font-style: normal; text-shadow: 0 0 22px rgba(87,199,158,0.5); }
.brand-panel__sub { position: relative; color: var(--brass-soft); font-size: var(--s--1); letter-spacing: 0.24em; text-transform: uppercase; margin-top: 1.1rem; }

/* ---------- Menu tiles (photo-free section grid) ---------- */
.menu-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(0.7rem, 0.4rem + 1vw, 1.15rem); }
.mtile { position: relative; display: block; padding: clamp(1.3rem, 1rem + 1vw, 2rem); border-radius: var(--radius-lg);
  background: var(--card); border: 1px solid var(--line-soft); box-shadow: var(--shadow); overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.mtile::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--brass); transform: scaleY(0); transform-origin: top; transition: transform .4s var(--ease); }
.mtile:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.mtile:hover::before { transform: scaleY(1); }
.mtile__num { display: block; font-family: var(--serif); font-style: italic; color: var(--brass); font-size: 0.95rem; }
.mtile__name { display: block; font-family: var(--serif); font-weight: 600; font-size: var(--s-1); color: var(--pine); margin-top: 0.35rem; line-height: 1.08; }
.mtile__blurb { display: block; color: var(--ink-2); font-size: 0.86rem; margin-top: 0.5rem; }
.mtile__arrow { position: absolute; right: 1rem; bottom: 0.85rem; color: var(--brass); opacity: 0; transform: translateX(-6px); transition: .4s var(--ease); }
.mtile:hover .mtile__arrow { opacity: 1; transform: none; }
@media (max-width: 900px){ .menu-tiles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .menu-tiles { grid-template-columns: 1fr; } }

/* ---------- Reveals ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.js [data-reveal="left"] { transform: translateX(-34px); }
.js [data-reveal="right"] { transform: translateX(34px); }
.js [data-reveal="left"].is-visible, .js [data-reveal="right"].is-visible { transform: none; }
@media (prefers-reduced-motion: reduce){ .js [data-reveal]{ opacity:1 !important; transform:none !important; transition:none !important; } .hero.kenburns .hero__media img, .hero__scroll span, .status.is-open .status__dot { animation: none !important; } }

/* ---------- Responsive ---------- */
@media (max-width: 900px){
  .cz-nav, .cz-actions .cz-call { display: none; }
  .cz-burger { display: inline-flex; }
  .split { grid-template-columns: 1fr; }
  .split__media { max-width: 480px; margin-inline: auto; }
  .visit { grid-template-columns: 1fr; }
  .signatures { grid-template-columns: 1fr; gap: 2.25rem; }
  .sig + .sig::before { display: none; }
  .cz-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px){
  .gallery { grid-template-columns: 1fr 1fr; }
  .plate--wide, .plate--tall { grid-column: auto; grid-row: auto; aspect-ratio: 1; }
  .hero__cta .btn { flex: 1 1 100%; justify-content: center; }
  .cz-footer__grid { grid-template-columns: 1fr; }
  .menu-item__top { flex-wrap: wrap; }
  .menu-item__dots { display: none; }
}
