:root {
  --ink: #0a0a09;
  --ink-2: #121210;
  --paper: #eee5d2;
  --paper-2: #d8ceb9;
  --red: #8c1d2c;
  --red-light: #bd3445;
  --gold: #d4a85a;
  --green: #214638;
  --line-dark: rgba(238, 229, 210, .18);
  --line-light: rgba(10, 10, 9, .18);
  --body: "DM Sans", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --pad: clamp(1rem, 4vw, 4.5rem);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; line-height: .92; }
h1 em, h2 em { color: var(--gold); font-weight: 600; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 9999; top: .5rem; left: .5rem; padding: .7rem 1rem; background: var(--paper); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  min-height: 76px; padding: 0 var(--pad); border-bottom: 1px solid var(--line-dark);
  display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 100;
  background: rgba(10,10,9,.96);
}
.brand { min-height: 52px; display: grid; grid-template-columns: 36px auto; grid-template-rows: 25px 18px; column-gap: .6rem; align-content: center; font-family: var(--display); text-transform: uppercase; letter-spacing: .04em; }
.brand-crown { grid-row: 1 / 3; align-self: center; }
.brand-crown svg { width: 34px; fill: none; stroke: var(--gold); stroke-width: 2; }
.brand small { font-family: var(--body); font-size: .58rem; letter-spacing: .18em; color: var(--paper-2); }
.menu-toggle { border: 0; background: transparent; width: 48px; height: 48px; padding: 12px 8px; display: grid; align-content: center; gap: 6px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: var(--paper); transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.main-nav { display: none; }
.main-nav.is-open { display: flex; position: fixed; inset: 76px 0 0; background: var(--ink); flex-direction: column; padding: 2rem var(--pad); }
.main-nav.is-open a { display: flex; align-items: center; min-height: 64px; border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: 1.6rem; }
.main-nav.is-open .nav-cta { margin-top: 1.5rem; justify-content: center; background: var(--red); border: 0; }

.hero { min-height: calc(100dvh - 76px); display: grid; max-width: var(--max); margin: auto; }
.hero-copy { padding: clamp(3.5rem, 10vw, 7rem) var(--pad) 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; color: var(--paper-2); }
.eyebrow span { display: inline-block; vertical-align: middle; width: 28px; height: 1px; background: var(--red-light); margin-right: .65rem; }
.hero h1 { font-size: clamp(3.6rem, 16vw, 8.5rem); margin-bottom: 1.7rem; }
.hero-lead { max-width: 560px; color: var(--paper-2); font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem 1.8rem; margin: 1rem 0 2.5rem; }
.button { min-height: 50px; padding: .85rem 1.25rem; border: 1px solid transparent; display: inline-flex; justify-content: center; align-items: center; text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 700; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-light); }
.button-outline { border-color: currentColor; }
.button-outline:hover { color: var(--gold); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; font-weight: 600; border-bottom: 1px solid currentColor; }
.text-link span { color: var(--gold); }
.quick-facts { margin: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); padding-top: 1.2rem; gap: .7rem; }
.quick-facts div + div { border-left: 1px solid var(--line-dark); padding-left: .7rem; }
.quick-facts dt { text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; color: var(--paper-2); }
.quick-facts dd { margin: .3rem 0 0; font-family: var(--display); font-size: .92rem; }
.hero-media { margin: 0; background: #15130f; position: relative; display: grid; min-height: 70dvh; }
.hero-media img { width: 100%; height: 100%; object-fit: contain; }
.hero-media figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem var(--pad); background: rgba(10,10,9,.9); display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line-dark); }
.hero-media figcaption span { color: var(--gold); font-family: var(--display); font-size: 1.3rem; }
.hero-media figcaption p { margin: 0; text-align: right; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; line-height: 1.5; }

.ticker { overflow: hidden; background: var(--gold); color: var(--ink); border-block: 1px solid var(--ink); }
.ticker div { width: max-content; display: flex; gap: 1rem; align-items: center; padding: .75rem 0; animation: marquee 24s linear infinite; font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; }
.ticker i { font-style: normal; font-size: .7rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.section-number { padding-bottom: 1rem; margin-bottom: clamp(2rem, 6vw, 5rem); border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; opacity: .65; }
.section h2 { font-size: clamp(3.2rem, 12vw, 7rem); margin-bottom: 2rem; }
.story { background: var(--paper); color: var(--ink); }
.story .eyebrow { color: #554e42; }
.story-grid { display: grid; gap: 1rem 4rem; }
.big-copy { font-family: var(--display); font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.35; }
.story-copy > p:not(.big-copy) { color: #554e42; max-width: 620px; }
.feature-cards { margin-top: clamp(3rem, 8vw, 7rem); display: grid; border-top: 1px solid var(--line-light); }
.feature-cards article { padding: 2rem 0; border-bottom: 1px solid var(--line-light); }
.feature-cards strong { font-family: var(--display); color: var(--red); font-size: 3rem; }
.feature-cards h3 { margin: .4rem 0; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; }
.feature-cards p { margin: 0; color: #625b4e; }

.menu-section { background: var(--green); }
.menu-heading, .gallery-heading { display: grid; gap: 1rem 4rem; }
.menu-heading > p, .gallery-heading > p { max-width: 520px; color: var(--paper-2); align-self: end; }
.menu-tabs { display: flex; gap: .25rem; overflow-x: auto; padding-bottom: .5rem; margin: 2rem 0; scrollbar-width: thin; }
.menu-tabs button { min-height: 48px; flex: 0 0 auto; border: 1px solid var(--line-dark); background: transparent; padding: .75rem 1.1rem; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; cursor: pointer; }
.menu-tabs button[aria-selected="true"] { background: var(--paper); color: var(--green); }
.menu-panel { border-top: 1px solid var(--line-dark); }
.menu-item { padding: 1.35rem 0; border-bottom: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 1rem; }
.menu-item h3 { font-family: var(--display); font-size: 1.35rem; margin-bottom: .3rem; }
.menu-item p { margin: 0; color: var(--paper-2); max-width: 690px; }
.menu-item > b, .menu-item > div > span { color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-size: .6rem; }
.menu-item > b { writing-mode: vertical-rl; }
.menu-item.featured { padding: 1.5rem; background: rgba(10,10,9,.18); border-left: 3px solid var(--gold); }
.menu-note { margin-top: 2rem; display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--line-dark); }
.menu-note svg { width: 22px; flex: none; fill: none; stroke: var(--gold); stroke-width: 1.8; }
.menu-note p { margin: 0; font-size: .86rem; color: var(--paper-2); }
.menu-note a { color: white; text-decoration: underline; }

.gallery-section { background: var(--ink); }
.gallery-grid { display: grid; gap: 1rem; margin: 3rem 0 2rem; }
.gallery-grid figure { margin: 0; border: 1px solid var(--line-dark); background: var(--ink-2); overflow: hidden; }
.gallery-grid img { width: 100%; height: auto; object-fit: contain; }
.gallery-grid figcaption { padding: .8rem 1rem; border-top: 1px solid var(--line-dark); color: var(--paper-2); text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; }

.booking { background: var(--red); display: grid; gap: 3rem 6rem; }
.booking-intro > p:not(.eyebrow) { max-width: 560px; color: #f1d4d5; }
.booking-contact { margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.25); }
.booking-contact a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.25); display: block; min-height: 66px; }
.booking-contact span { display: block; text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; color: #f1d4d5; }
.booking-contact strong { font-family: var(--display); font-size: 1.05rem; }
.booking-form { background: var(--paper); color: var(--ink); padding: clamp(1.2rem, 4vw, 2.4rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-self: start; }
.field { display: grid; gap: .4rem; }
.field.full, .booking-form .full { grid-column: 1 / -1; }
.field label { text-transform: uppercase; letter-spacing: .11em; font-size: .62rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; background: white; border: 1px solid #a49a86; border-radius: 0; padding: .75rem; color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: .7rem; font-size: .75rem; color: #5d5548; }
.consent input { width: 20px; height: 20px; flex: none; }
.form-status { margin: 0; min-height: 1.4em; font-size: .8rem; }

.visit { background: var(--paper); color: var(--ink); display: grid; gap: 3rem 6rem; }
.visit .eyebrow { color: #554e42; }
.visit-details { border-top: 1px solid var(--line-light); }
.visit-details div { padding: 1rem 0; border-bottom: 1px solid var(--line-light); }
.visit-details span { text-transform: uppercase; letter-spacing: .13em; font-size: .6rem; color: var(--red); font-weight: 700; }
.visit-details p { margin: .35rem 0 0; }
.visit-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.visit-photo { position: relative; background: #c7bca5; min-height: 520px; display: grid; }
.visit-photo img { width: 100%; height: 100%; object-fit: contain; }
.visit-photo > span { position: absolute; right: 1rem; bottom: 1rem; background: var(--ink); color: var(--paper); padding: .7rem; font-size: .6rem; letter-spacing: .1em; }

footer { padding: 3rem var(--pad) 6rem; background: var(--ink); border-top: 1px solid var(--line-dark); display: grid; gap: 2rem; }
.footer-brand { display: grid; width: max-content; }
.footer-brand .brand-crown { margin-bottom: .7rem; }
.footer-brand strong { font-family: var(--display); font-size: 1.8rem; text-transform: uppercase; }
.footer-brand > span:last-child { color: var(--paper-2); text-transform: uppercase; letter-spacing: .15em; font-size: .6rem; }
.footer-links { display: grid; gap: .5rem; }
.footer-links a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--line-dark); }
footer > p { font-size: .7rem; color: var(--paper-2); margin: 0; }
.mobile-book { position: fixed; z-index: 90; bottom: max(.75rem, env(safe-area-inset-bottom)); left: 1rem; right: 1rem; min-height: 52px; background: var(--red); display: flex; justify-content: center; align-items: center; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 700; box-shadow: 0 8px 30px rgba(0,0,0,.4); }

@media (min-width: 720px) {
  .story-grid, .menu-heading, .gallery-heading { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); }
  .feature-cards { grid-template-columns: repeat(3, 1fr); }
  .feature-cards article { padding: 2rem; border-right: 1px solid var(--line-light); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-c { grid-column: 1 / -1; }
  .footer-links { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}

@media (min-width: 980px) {
  .site-header { min-height: 88px; }
  .menu-toggle { display: none; }
  .main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3rem); }
  .main-nav a { min-height: 44px; display: flex; align-items: center; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
  .main-nav a:not(.nav-cta):hover { color: var(--gold); }
  .main-nav .nav-cta { padding: .3rem 1rem; background: var(--red); }
  .hero { grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr); min-height: calc(100dvh - 88px); }
  .hero-media { min-height: auto; }
  .hero-media figcaption { padding-inline: 1.5rem; }
  .booking, .visit { grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); }
  .gallery-grid { grid-template-columns: repeat(12, 1fr); grid-template-rows: auto auto; align-items: start; }
  .gallery-a { grid-column: 1 / 6; grid-row: 1 / 3; }
  .gallery-b { grid-column: 6 / 10; }
  .gallery-c { grid-column: 10 / 13; }
  .gallery-d { grid-column: 6 / 9; }
  .gallery-e { grid-column: 9 / 13; }
  .mobile-book { display: none; }
  footer { padding-bottom: 3rem; grid-template-columns: 1fr 2fr; align-items: end; }
  footer > p { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker div { animation: none; }
}

/* 2026 dark glow refresh */
:root {
  --ink: #050706;
  --ink-2: #090d0b;
  --paper: #f4fff7;
  --paper-2: #a8b8af;
  --red: #ff315c;
  --red-light: #ff6682;
  --gold: #c9ff62;
  --green: #07120d;
  --neon: #35f59e;
  --cyan: #59e6ff;
  --surface: rgba(16, 24, 20, .72);
  --surface-strong: #0d1511;
  --line-dark: rgba(164, 255, 205, .16);
  --line-light: rgba(164, 255, 205, .14);
  --body: "Manrope", system-ui, sans-serif;
  --display: "Syne", system-ui, sans-serif;
}

body {
  background:
    radial-gradient(circle at 8% 12%, rgba(53, 245, 158, .08), transparent 26rem),
    radial-gradient(circle at 90% 35%, rgba(255, 49, 92, .07), transparent 30rem),
    var(--ink);
  color: var(--paper);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

h1, h2 {
  letter-spacing: -.065em;
  text-transform: uppercase;
}

h1 em, h2 em {
  color: var(--gold);
  font-style: normal;
  text-shadow: 0 0 22px rgba(201, 255, 98, .23);
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(5, 7, 6, .72);
  border-color: var(--line-dark);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .24);
}

.brand-crown svg {
  stroke: var(--neon);
  filter: drop-shadow(0 0 7px rgba(53, 245, 158, .55));
}

.brand {
  font-family: var(--display);
  font-weight: 800;
}

.brand small { color: #8ca096; }
.main-nav .nav-cta,
.main-nav.is-open .nav-cta {
  background: linear-gradient(110deg, var(--red), #b81555);
  box-shadow: 0 0 22px rgba(255, 49, 92, .28);
}

.main-nav.is-open {
  background:
    radial-gradient(circle at 75% 12%, rgba(53, 245, 158, .13), transparent 18rem),
    rgba(5, 7, 6, .98);
}

.hero {
  max-width: none;
  min-height: calc(100dvh - 76px);
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  border-bottom: 1px solid var(--line-dark);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
}

.hero::before {
  width: 34vw;
  height: 34vw;
  right: -12vw;
  top: 5%;
  border: 1px solid rgba(53, 245, 158, .24);
  box-shadow: 0 0 90px rgba(53, 245, 158, .12), inset 0 0 90px rgba(53, 245, 158, .06);
}

.hero::after {
  width: 12rem;
  height: 12rem;
  left: -7rem;
  bottom: 5rem;
  background: rgba(255, 49, 92, .11);
  filter: blur(60px);
}

.hero-copy,
.hero-media {
  grid-area: 1 / 1;
}

.hero-copy {
  position: relative;
  z-index: 3;
  min-height: calc(100dvh - 76px);
  padding: clamp(5rem, 13vw, 9rem) var(--pad) 2rem;
  background: linear-gradient(90deg, rgba(5, 7, 6, .98) 0%, rgba(5, 7, 6, .86) 42%, rgba(5, 7, 6, .18) 76%, transparent 100%);
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(3.8rem, 14vw, 10rem);
  line-height: .84;
  text-wrap: balance;
}

.hero-lead {
  max-width: 570px;
  color: #c2d0c8;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.eyebrow {
  color: #b5c6bc;
  font-weight: 800;
}

.eyebrow span {
  height: 2px;
  background: var(--neon);
  box-shadow: 0 0 12px rgba(53, 245, 158, .8);
}

.button {
  border-radius: 999px;
  letter-spacing: .08em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary {
  background: linear-gradient(110deg, var(--red), #bd1753);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .05), 0 0 28px rgba(255, 49, 92, .26);
}

.button-primary:hover {
  background: linear-gradient(110deg, #ff5475, #d52060);
  box-shadow: 0 0 38px rgba(255, 49, 92, .38);
}

.button-outline {
  border-color: rgba(53, 245, 158, .5);
  color: #dcffea;
  background: rgba(53, 245, 158, .04);
  box-shadow: inset 0 0 18px rgba(53, 245, 158, .04);
}

.button-outline:hover {
  color: white;
  border-color: var(--neon);
  box-shadow: 0 0 25px rgba(53, 245, 158, .18);
}

.text-link { border-color: rgba(53, 245, 158, .48); }
.text-link span { color: var(--neon); text-shadow: 0 0 12px rgba(53, 245, 158, .6); }

.quick-facts {
  max-width: 680px;
  margin-top: auto;
  padding: 1rem;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(9, 14, 11, .56);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 20px 60px rgba(0,0,0,.24);
}

.quick-facts dd { font-family: var(--body); font-weight: 800; }

.hero-media {
  margin: 0;
  min-height: calc(100dvh - 76px);
  background: #060907;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,7,6,.08), rgba(5,7,6,.52)),
    linear-gradient(90deg, rgba(5,7,6,.92), transparent 65%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 52%;
}

.hero-media figcaption {
  z-index: 2;
  left: auto;
  right: var(--pad);
  bottom: 1.25rem;
  width: auto;
  padding: .7rem 1rem;
  border: 1px solid rgba(53, 245, 158, .32);
  border-radius: 14px;
  background: rgba(5, 9, 7, .62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 0 24px rgba(53, 245, 158, .09);
  gap: 1rem;
}

.hero-media figcaption span {
  color: var(--neon);
  font-family: var(--body);
  font-size: .66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.ticker {
  background: #08110d;
  color: var(--gold);
  border-color: rgba(53, 245, 158, .35);
  box-shadow: 0 0 24px rgba(53, 245, 158, .08);
}

.ticker div { font-family: var(--body); font-weight: 800; font-size: .72rem; }
.ticker i { color: var(--red); text-shadow: 0 0 10px rgba(255,49,92,.65); }

.section {
  position: relative;
  overflow: hidden;
}

.section-number {
  border-color: var(--line-dark);
  color: #8fa298;
  opacity: 1;
}

.story,
.menu-section,
.gallery-section,
.booking,
.visit {
  color: var(--paper);
}

.story {
  background:
    radial-gradient(circle at 10% 10%, rgba(53, 245, 158, .08), transparent 30rem),
    #080b09;
}

.story .eyebrow,
.visit .eyebrow { color: #a9bbb1; }
.story-copy > p:not(.big-copy) { color: var(--paper-2); }
.big-copy { color: #effff5; }

.feature-cards {
  gap: 1rem;
  border: 0;
}

.feature-cards article {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(19, 31, 25, .76), rgba(8, 12, 10, .88));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 18px 55px rgba(0,0,0,.22);
}

.feature-cards article::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(53,245,158,.2), transparent 45%, rgba(255,49,92,.15));
}

.feature-cards strong {
  color: var(--neon);
  text-shadow: 0 0 22px rgba(53,245,158,.25);
}

.feature-cards p { color: var(--paper-2); }

.menu-section {
  background:
    radial-gradient(circle at 90% 16%, rgba(201, 255, 98, .08), transparent 28rem),
    linear-gradient(180deg, #07130d, #050a07);
}

.menu-tabs {
  gap: .6rem;
  scrollbar-color: var(--neon) transparent;
}

.menu-tabs button {
  border-color: var(--line-dark);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
}

.menu-tabs button[aria-selected="true"] {
  color: #041109;
  background: var(--neon);
  border-color: var(--neon);
  box-shadow: 0 0 24px rgba(53,245,158,.26);
}

.menu-panel {
  padding: .5rem clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(8, 16, 11, .62);
  box-shadow: inset 0 1px rgba(255,255,255,.035), 0 30px 90px rgba(0,0,0,.2);
}

.menu-item { border-color: var(--line-dark); }
.menu-item h3 { font-family: var(--display); }
.menu-item p { color: var(--paper-2); }
.menu-item > b, .menu-item > div > span { color: var(--gold); }
.menu-item.featured {
  margin: .65rem 0;
  border: 1px solid rgba(53, 245, 158, .25);
  border-left: 3px solid var(--neon);
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(53,245,158,.09), rgba(255,49,92,.045));
  box-shadow: 0 0 28px rgba(53,245,158,.055);
}

.menu-note {
  border-radius: 16px;
  background: rgba(53,245,158,.035);
}
.menu-note svg { stroke: var(--neon); }

.gallery-section {
  background:
    radial-gradient(circle at 15% 55%, rgba(255, 49, 92, .06), transparent 28rem),
    #050706;
}

.gallery-grid { gap: 1.15rem; }
.gallery-grid figure {
  border-color: var(--line-dark);
  border-radius: 22px;
  background: #09100c;
  box-shadow: 0 22px 70px rgba(0,0,0,.3);
}
.gallery-grid figure:hover { border-color: rgba(53,245,158,.42); }
.gallery-grid figcaption {
  border-color: var(--line-dark);
  color: #b9cbc1;
}

.booking {
  background:
    radial-gradient(circle at 10% 85%, rgba(255, 49, 92, .18), transparent 26rem),
    radial-gradient(circle at 94% 12%, rgba(53, 245, 158, .08), transparent 24rem),
    #090908;
}

.booking-intro > p:not(.eyebrow) { color: var(--paper-2); }
.booking-contact { border-color: var(--line-dark); }
.booking-contact a { border-color: var(--line-dark); }
.booking-contact span { color: #91a59a; }

.booking-form {
  color: var(--paper);
  border: 1px solid rgba(53,245,158,.24);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(17, 28, 22, .92), rgba(8, 12, 10, .96));
  box-shadow: inset 0 1px rgba(255,255,255,.05), 0 0 55px rgba(53,245,158,.07), 0 35px 90px rgba(0,0,0,.36);
}

.field input,
.field select,
.field textarea {
  color: var(--paper);
  border-color: rgba(164,255,205,.2);
  border-radius: 12px;
  background: rgba(2, 7, 4, .62);
}

.field input::placeholder,
.field textarea::placeholder { color: #77877e; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--neon);
  box-shadow: 0 0 0 3px rgba(53,245,158,.1), 0 0 20px rgba(53,245,158,.08);
  outline: none;
}
.consent { color: #a7b6ae; }

.visit {
  background:
    radial-gradient(circle at 12% 20%, rgba(89,230,255,.055), transparent 24rem),
    #070a08;
}

.visit-details { border-color: var(--line-dark); }
.visit-details div { border-color: var(--line-dark); }
.visit-details span { color: var(--neon); }
.visit-photo {
  min-height: 520px;
  border: 1px solid var(--line-dark);
  border-radius: 26px;
  overflow: hidden;
  background: #0b100d;
  box-shadow: 0 0 50px rgba(53,245,158,.065), 0 30px 90px rgba(0,0,0,.28);
}
.visit-photo > span {
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  background: rgba(5,7,6,.78);
  color: var(--neon);
  backdrop-filter: blur(10px);
}

footer {
  background: #030504;
  border-color: var(--line-dark);
}

.mobile-book {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: linear-gradient(110deg, var(--red), #b81555);
  box-shadow: 0 0 28px rgba(255,49,92,.32), 0 12px 40px rgba(0,0,0,.48);
}

@media (min-width: 720px) {
  .feature-cards article {
    border: 1px solid var(--line-dark);
  }
}

@media (min-width: 980px) {
  .hero { min-height: calc(100dvh - 88px); }
  .hero-copy {
    min-height: calc(100dvh - 88px);
    padding-right: 42vw;
  }
  .hero-media { min-height: calc(100dvh - 88px); }
  .hero-media img { object-position: 70% 48%; }
  .main-nav a:not(.nav-cta):hover {
    color: var(--neon);
    text-shadow: 0 0 14px rgba(53,245,158,.35);
  }
}

@media (max-width: 719px) {
  .hero-copy {
    background: linear-gradient(180deg, rgba(5,7,6,.48) 0%, rgba(5,7,6,.82) 38%, #050706 92%);
  }
  .hero-media::after {
    background: linear-gradient(180deg, rgba(5,7,6,.12), rgba(5,7,6,.7) 60%, #050706);
  }
  .hero h1 { font-size: clamp(3.55rem, 17vw, 5.5rem); }
  .hero-media img { object-position: 58% 38%; }
  .hero-media figcaption { display: none; }
  .quick-facts {
    padding: .85rem .65rem;
    border-radius: 15px;
  }
  .quick-facts dd { font-size: .8rem; }
  .feature-cards { gap: .85rem; }
  .booking-form { grid-template-columns: 1fr; }
  .field, .field.full, .booking-form .full { grid-column: 1; }
}
