@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");
:root {
  --forest: #0b2420;
  --forest-2: #14362f;
  --cream: #f4efe5;
  --cream-2: #e8e0d1;
  --copper: #b66a3c;
  --copper-2: #d9a46f;
  --ink: #17211f;
  --light: #f8f5ee;
  --muted: #9eaaa4;
  --border: rgba(182, 106, 60, 0.35);
  --radius: 10px;
  --container: 1240px;
  --shadow: 0 22px 70px rgba(7, 27, 24, 0.16);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open,
body.modal-open {
  overflow: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
.container {
  width: min(calc(100% - 36px), var(--container));
  margin-inline: auto;
}
.serif {
  font-family: "Cormorant Garamond", serif;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--copper);
}
.section {
  padding: clamp(76px, 10vw, 132px) 0;
  position: relative;
}
.section.dark {
  background: var(--forest);
  color: var(--light);
}
.section.alt {
  background: var(--cream-2);
}
.section-number {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.8;
  color: rgba(182, 106, 60, 0.22);
  position: absolute;
  top: 28px;
  right: 4vw;
  font-weight: 700;
}
.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.95;
  margin: 0.2em 0 0.5em;
}
.lead {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  max-width: 760px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.9rem 1.15rem;
  border: 1px solid var(--copper);
  background: var(--copper);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
  font-weight: 700;
  transition: 0.25s var(--ease);
}
.btn:hover {
  transform: translateY(-2px);
  background: #a55e34;
}
.btn.ghost {
  background: transparent;
  color: inherit;
}
.btn.cream {
  background: var(--cream);
  color: var(--forest);
  border-color: var(--cream);
}
.btn:focus-visible,
.nav-link:focus-visible,
.menu-toggle:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--copper-2);
  outline-offset: 3px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  color: #fff;
  transition: 0.25s;
}
.site-header.scrolled {
  background: rgba(11, 36, 32, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(217, 164, 111, 0.25);
}
.nav-wrap {
  height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}
.logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 0.84rem;
}
.nav-link {
  opacity: 0.84;
}
.nav-link:hover,
.nav-link.active {
  opacity: 1;
  color: var(--copper-2);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.age-mini {
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.35rem 0.5rem;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.35rem;
  width: 46px;
  height: 46px;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--forest);
  z-index: 880;
  padding: 120px 28px 40px;
  transform: translateX(100%);
  transition: 0.3s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mobile-menu.open {
  transform: none;
}
.mobile-menu a {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #fff;
}
.mobile-menu .btn {
  font-family: Manrope, sans-serif;
  font-size: 0.8rem;
  width: max-content;
}
.hero {
  min-height: 100vh;
  background: var(--forest);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 120px 0 70px;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(217, 164, 111, 0.05), transparent 45%),
    repeating-linear-gradient(
      90deg,
      transparent 0 94px,
      rgba(255, 255, 255, 0.025) 95px 96px
    );
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 8vw, 6.7rem);
  line-height: 0.82;
  margin: 0.15em 0 0.35em;
  max-width: 740px;
}
.hero p {
  max-width: 650px;
  color: #d7dfdc;
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 30px 0;
}
.hero-note {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.hero-visual {
  position: relative;
}
.hero-visual img {
  width: 84%;
  margin-left: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.deco-frame {
  position: absolute;
  inset: 6% 8% 10% 4%;
  border: 1px solid var(--copper);
  transform: translate(-24px, 24px);
  pointer-events: none;
}
.deco-frame:after {
  content: "";
  position: absolute;
  right: -26px;
  top: 16%;
  width: 52px;
  height: 52px;
  border: 1px solid var(--copper);
  transform: rotate(45deg);
}
.location-float {
  position: absolute;
  left: -10px;
  bottom: 7%;
  background: var(--cream);
  color: var(--forest);
  padding: 16px 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 5px;
  font-size: 0.82rem;
  border-left: 4px solid var(--copper);
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: start;
}
.intro-statement {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 4.3rem);
  line-height: 1;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.stat {
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.stat strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
}
.about-image {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 30px;
  align-items: end;
}
.about-image .copy-note {
  padding: 28px;
  border-left: 1px solid var(--border);
}
.about-image img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.map-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
}
.map-shell {
  min-height: 620px;
  border: 1px solid var(--border);
  position: relative;
}
.map-shell #locations-map {
  position: absolute;
  inset: 0;
}
.venue-list {
  display: grid;
  gap: 16px;
}
.venue-card {
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(11, 36, 32, 0.08);
  box-shadow: 0 12px 32px rgba(23, 33, 31, 0.06);
}
.venue-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  margin: 0 0 8px;
}
.venue-meta {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  color: #50605c;
}
.venue-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.text-link {
  color: var(--copper);
  font-weight: 700;
}
.venue-editorial {
  display: grid;
  gap: 80px;
}
.venue-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 6vw;
  align-items: center;
}
.venue-row.reverse {
  grid-template-columns: 0.85fr 1.15fr;
}
.venue-row.reverse .venue-copy {
  order: -1;
}
.venue-row img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.venue-copy h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 5vw, 4rem);
  margin: 0 0 14px;
}
.venue-wide {
  position: relative;
}
.venue-wide img {
  width: 100%;
  height: min(66vw, 660px);
  object-fit: cover;
}
.venue-wide .overlay {
  position: absolute;
  left: 4%;
  bottom: 5%;
  background: rgba(11, 36, 32, 0.88);
  color: #fff;
  padding: 30px;
  max-width: 520px;
  border-left: 3px solid var(--copper);
}
.floor-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: center;
}
.category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.category {
  border-top: 1px solid rgba(244, 239, 229, 0.18);
  padding: 18px 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.floor-grid img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.promo-strip {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 18px;
  margin-top: 44px;
}
.promo-main,
.promo-side {
  position: relative;
  overflow: hidden;
}
.promo-main img,
.promo-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-main {
  min-height: 520px;
}
.promo-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}
.promo-panel {
  position: absolute;
  inset: auto 18px 18px 18px;
  background: rgba(244, 239, 229, 0.94);
  padding: 20px;
}
.promo-stack {
  display: grid;
  gap: 18px;
}
.promo-text {
  background: #fff;
  border-left: 3px solid var(--copper);
  padding: 20px;
}
.promo-text h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.club-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 6vw;
  align-items: center;
}
.club-grid img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.step {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
}
.step b {
  display: block;
  color: var(--copper-2);
  letter-spacing: 0.1em;
}
.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
}
.benefit {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.55rem 0.8rem;
  font-size: 0.82rem;
}
.experience-bg {
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(11, 36, 32, 0.92), rgba(11, 36, 32, 0.45)),
    url("../images/lounge.webp") center/cover;
  color: #fff;
  display: flex;
  align-items: center;
}
.amenities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 680px;
  margin-top: 26px;
}
.amenity {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  gap: 12px;
}
.responsible-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  align-items: center;
}
.responsible-grid img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.advice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}
.advice div {
  padding: 18px;
  background: #fff;
  border-top: 2px solid var(--copper);
}
.badge18 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 800;
  border: 2px solid var(--forest);
  padding: 0.4rem 0.6rem;
  margin-top: 16px;
}
.faq {
  max-width: 950px;
}
.faq-item {
  border-top: 1px solid rgba(244, 239, 229, 0.2);
}
.faq-q {
  width: 100%;
  background: none;
  border: 0;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  font-size: 1.02rem;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ease);
}
.faq-a p {
  margin: 0;
  padding: 0 0 22px;
  color: #c9d2cf;
}
.faq-item.open .faq-a {
  max-height: 220px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 7vw;
}
.contact-details {
  display: grid;
  gap: 12px;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  display: grid;
  gap: 7px;
}
.field.full {
  grid-column: 1/-1;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 13px;
  border: 1px solid #cabfae;
  background: #fff;
  border-radius: 0;
}
.field textarea {
  min-height: 150px;
  resize: vertical;
}
.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.form-note {
  grid-column: 1/-1;
  font-size: 0.88rem;
  min-height: 24px;
}
.form-note.error {
  color: #8e2a19;
}
.form-note.ok {
  color: #2c694f;
}
.site-footer {
  background: var(--forest);
  color: #fff;
  padding: 70px 0 26px;
}
.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.footer-cta h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  margin: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 28px;
  padding: 42px 0;
}
.footer-col h4 {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--copper-2);
  margin: 0 0 14px;
}
.footer-col a {
  display: block;
  color: #d8e0dd;
  margin: 7px 0;
  font-size: 0.9rem;
}
.footer-brand p {
  color: #b9c5c1;
  max-width: 320px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: #b9c5c1;
  font-size: 0.78rem;
}
.age-gate,
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(4, 18, 16, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.age-gate.show,
.cookie-modal.show {
  display: flex;
}
.age-card,
.cookie-card {
  background: var(--forest);
  color: #fff;
  max-width: 620px;
  width: 100%;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--border);
  text-align: center;
  max-height: 90vh;
  overflow: auto;
}
.age-card .big18 {
  font-family: "Cormorant Garamond", serif;
  font-size: 7rem;
  line-height: 1;
  color: var(--copper-2);
}
.age-actions,
.cookie-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
}
.cookie-banner {
  position: fixed;
  z-index: 1100;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 18px;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.cookie-banner.show {
  display: grid;
}
.cookie-banner p {
  margin: 0;
  font-size: 0.9rem;
}
.cookie-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
}
.toggle {
  width: 52px;
  height: 28px;
  background: #53645f;
  border-radius: 20px;
  position: relative;
  border: 0;
}
.toggle:after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: 0.2s;
}
.toggle.on {
  background: var(--copper);
}
.toggle.on:after {
  left: 27px;
}
.toggle.locked {
  opacity: 0.65;
}
.legal-hero {
  background: var(--forest);
  color: #fff;
  padding: 160px 0 70px;
}
.legal-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 8vw, 6rem);
  margin: 0;
}
.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 820px);
  gap: 60px;
  align-items: start;
  padding: 70px 0 100px;
}
.toc {
  position: sticky;
  top: 110px;
  border-left: 1px solid var(--border);
  padding-left: 18px;
}
.toc a {
  display: block;
  font-size: 0.82rem;
  margin: 8px 0;
  color: #5d6966;
}
.legal-content section {
  padding: 24px 0;
  border-bottom: 1px solid #d9cfbf;
}
.legal-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  line-height: 1.05;
}
.legal-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
}
.legal-content ul {
  padding-left: 20px;
}
.replace-field {
  background: #fff1bf;
  border: 1px dashed #a67318;
  padding: 10px;
  font-family: monospace;
}
.manage-cookie-btn {
  margin: 12px 0 22px;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.7s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }
  .nav-actions .btn,
  .nav-actions .contact-link {
    display: none;
  }
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
  }
  .hero-grid,
  .intro-grid,
  .map-grid,
  .floor-grid,
  .club-grid,
  .responsible-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 130px;
  }
  .hero-visual {
    max-width: 720px;
  }
  .map-shell {
    min-height: 480px;
  }
  .venue-row,
  .venue-row.reverse {
    grid-template-columns: 1fr;
  }
  .venue-row.reverse .venue-copy {
    order: initial;
  }
  .promo-strip {
    grid-template-columns: 1fr;
  }
  .promo-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .promo-side > * {
    min-height: 300px;
  }
  .footer-grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .toc {
    position: static;
    display: none;
  }
}
@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }
  .site-header .nav-wrap {
    height: 72px;
  }
  .hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.7rem);
  }
  .hero-grid {
    gap: 34px;
  }
  .hero-visual img {
    width: 92%;
  }
  .location-float {
    left: 0;
  }
  .stats,
  .category-list,
  .steps,
  .advice,
  .amenities {
    grid-template-columns: 1fr;
  }
  .about-image {
    grid-template-columns: 1fr;
  }
  .about-image .copy-note {
    order: 2;
  }
  .promo-side {
    grid-template-columns: 1fr;
  }
  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .field.full,
  .form-note {
    grid-column: auto;
  }
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: 1fr;
  }
  .cookie-banner .cookie-actions {
    justify-content: flex-start;
  }
  .section-number {
    display: none;
  }
  .venue-wide .overlay {
    position: relative;
    left: auto;
    bottom: auto;
    background: var(--forest);
  }
  .venue-wide img {
    height: 55vw;
    min-height: 300px;
  }
  .experience-bg {
    min-height: 760px;
  }
  .legal-hero {
    padding-top: 130px;
  }
  .age-actions .btn,
  .cookie-actions .btn {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .nav-actions .age-mini {
    display: none;
  }
  .location-float {
    position: relative;
    margin-top: -30px;
    width: 90%;
  }
  .hero-visual img {
    width: 100%;
  }
  .deco-frame {
    display: none;
  }
}

#locations .map-grid {
  align-items: stretch;
}
.map-shell {
  overflow: hidden;
  border-radius: var(--radius);
  background: #e7e1d4;
  min-width: 0;
}
#locations-map {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.leaflet-container {
  font-family: Manrope, Arial, sans-serif;
  background: #e7e1d4;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: var(--forest);
  color: #fff;
}
.leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(7, 27, 24, 0.28);
}
.leaflet-popup-content {
  line-height: 1.55;
  margin: 14px 16px;
}
.leaflet-popup-content strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  color: var(--cream);
}
.leaflet-popup-content a {
  color: var(--copper-2);
  font-weight: 700;
}
.leaflet-control-attribution {
  font-size: 10px !important;
}
.venue-list > small {
  display: block;
  color: #63716d;
  line-height: 1.5;
  padding: 2px 2px 0;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  background: rgba(4, 18, 16, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(8px);
}
.success-modal.show {
  display: flex;
}
.success-card {
  position: relative;
  width: min(100%, 520px);
  background: var(--cream);
  color: var(--forest);
  padding: clamp(30px, 6vw, 54px);
  border: 1px solid var(--border);
  box-shadow: 0 30px 90px rgba(4, 18, 16, 0.34);
  text-align: center;
}
.success-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 7vw, 3.6rem);
  line-height: 1;
  margin: 0.22em 0 0.3em;
}
.success-card p {
  margin: 0 auto 24px;
  max-width: 410px;
  color: #52605d;
}
.success-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border: 1px solid var(--copper);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--copper);
  font-size: 1.45rem;
}
.success-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--forest);
  font-size: 1.1rem;
}
.success-close:hover {
  color: var(--copper);
}

.contact-grid > * {
  min-width: 0;
}
.contact-form {
  align-content: start;
}
.field input,
.field textarea,
.field select {
  min-width: 0;
}
.check input {
  flex: 0 0 auto;
  margin-top: 0.3em;
}

@media (max-width: 1080px) {
  .hero {
    min-height: auto;
  }
  .map-grid {
    gap: 22px;
  }
  .map-shell {
    height: 460px;
    min-height: 460px;
  }
  .venue-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
  .venue-card {
    padding: 22px;
    min-width: 0;
  }
  .venue-card h3 {
    font-size: 1.55rem;
  }
  .venue-meta {
    font-size: 0.84rem;
  }
  .venue-list > small {
    grid-column: 1/-1;
  }
  .contact-grid {
    gap: 42px;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 72px 0;
  }
  .hero {
    padding: 108px 0 58px;
  }
  .hero-grid {
    gap: 44px;
  }
  .hero-visual {
    width: 100%;
    max-width: none;
  }
  .map-shell {
    height: 400px;
    min-height: 400px;
  }
  .venue-list {
    grid-template-columns: 1fr;
  }
  .venue-card {
    padding: 22px;
  }
  .venue-actions {
    gap: 16px;
  }
  .promo-main {
    min-height: 420px;
  }
  .experience-bg {
    min-height: 680px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }
  .container {
    width: min(calc(100% - 28px), var(--container));
  }
  .site-header .nav-wrap {
    height: 68px;
    gap: 12px;
  }
  .logo {
    font-size: 1.48rem;
  }
  .menu-toggle {
    width: 42px;
    height: 42px;
  }
  .mobile-menu {
    padding: 96px 22px 30px;
    gap: 14px;
    overflow-y: auto;
  }
  .mobile-menu a {
    font-size: 1.7rem;
  }
  .section {
    padding: 62px 0;
  }
  .section-title {
    font-size: clamp(2.55rem, 12vw, 3.55rem);
  }
  .lead {
    font-size: 1rem;
  }
  .hero {
    padding: 96px 0 48px;
  }
  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.35rem);
    line-height: 0.88;
  }
  .hero p {
    font-size: 1rem;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .hero-visual img {
    width: 100%;
    margin: 0;
  }
  .location-float {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -28px 14px 0;
    width: calc(100% - 28px);
  }
  .about-image {
    margin-top: 38px;
    gap: 18px;
  }
  .map-grid {
    margin-top: 28px !important;
  }
  .map-shell {
    height: 340px;
    min-height: 340px;
  }
  .venue-card h3 {
    font-size: 1.65rem;
  }
  .venue-meta span {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
  }
  .venue-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .venue-actions .text-link {
    padding: 10px 0;
  }
  .venue-row,
  .venue-row.reverse {
    gap: 28px;
  }
  .venue-copy h3 {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }
  .promo-strip {
    margin-top: 30px;
  }
  .promo-main {
    min-height: 380px;
  }
  .promo-panel {
    inset: auto 10px 10px 10px;
    padding: 16px;
  }
  .promo-side > * {
    min-height: 250px;
  }
  .experience-bg {
    min-height: 620px;
    padding: 70px 0;
  }
  .contact-grid {
    gap: 34px;
  }
  .contact-form {
    gap: 14px;
  }
  .field input,
  .field textarea,
  .field select {
    font-size: 16px;
    padding: 14px 12px;
  }
  .field textarea {
    min-height: 130px;
  }
  .field.full,
  .form-note {
    grid-column: 1/-1;
  }
  .contact-form .btn {
    width: 100%;
  }
  .footer-cta h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }
  .footer-grid {
    gap: 24px 18px;
  }
  .footer-bottom {
    font-size: 0.74rem;
  }
  .age-card,
  .cookie-card {
    padding: 30px 20px;
  }
  .success-card {
    padding: 38px 22px 30px;
  }
  .success-card .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(calc(100% - 22px), var(--container));
  }
  .nav-actions {
    gap: 4px;
  }
  .hero {
    padding-top: 88px;
  }
  .hero-note {
    line-height: 1.5;
  }
  .map-shell {
    height: 300px;
    min-height: 300px;
  }
  .venue-card {
    padding: 19px;
  }
  .venue-actions {
    grid-template-columns: 1fr;
  }
  .venue-actions .text-link {
    border-top: 1px solid rgba(11, 36, 32, 0.08);
  }
  .venue-actions .text-link:first-child {
    border-top: 0;
  }
  .promo-main {
    min-height: 340px;
  }
  .promo-side > * {
    min-height: 220px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .cookie-banner {
    padding: 14px;
    max-height: calc(100vh - 20px);
    overflow: auto;
  }
  .cookie-banner .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .cookie-banner .btn {
    width: 100%;
  }
  .age-card .big18 {
    font-size: 5.5rem;
  }
  .legal-layout {
    padding-top: 48px;
  }
  .legal-hero h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }
}

.venue-card[data-map-target] {
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}
.venue-card[data-map-target]:hover,
.venue-card[data-map-target]:focus-visible,
.venue-card.map-active {
  border-color: rgba(217, 164, 111, 0.72);
  box-shadow: 0 16px 38px rgba(23, 33, 31, 0.12);
  transform: translateY(-2px);
  outline: none;
}
.venue-card.map-active {
  background: linear-gradient(135deg, #fff 0%, #fbf7f0 100%);
}
