:root {
  --ink: #071d18;
  --charcoal: #101715;
  --sand: #e6d1b0;
  --stone: #cfc4b5;
  --paper: #f6f0e7;
  --warm: #fffaf1;
  --olive: #667457;
  --clay: #a55f3f;
  --sunset: #d59a68;
  --muted: #6d746d;
  --white: #fff;
  --radius: 10px;
  --header-h: 76px;
  --shadow: 0 28px 90px rgba(7, 29, 24, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
body.menu-open { overflow: hidden; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, video { display: block; max-width: 100%; }

.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;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 60px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(8, 19, 17, 0.82), rgba(8, 19, 17, 0));
  transition: background 180ms ease, box-shadow 180ms ease;
}
.site-header.scrolled,
.site-header.open {
  background: rgba(8, 19, 17, 0.95);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.brand { display: inline-flex; align-items: center; min-width: 185px; }
.brand-logo { width: auto; object-fit: contain; }
.brand-logo-full { height: clamp(34px, 3.6vw, 48px); max-width: clamp(185px, 18vw, 258px); }
.brand-logo-mark { display: none; height: 42px; max-width: 84px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 24px);
  margin-left: auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}
.site-nav a { padding: 12px 0; }
.site-nav a:hover, .text-link:hover { color: var(--white); }
.nav-group { position: relative; }
.nav-menu {
  position: absolute;
  top: 42px;
  left: 0;
  min-width: 170px;
  display: none;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(8, 19, 17, 0.96);
  box-shadow: var(--shadow);
}
.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu { display: grid; }
.nav-menu a { padding: 10px 12px; border-radius: 6px; }
.nav-menu a:hover { background: rgba(255, 255, 255, 0.08); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.text-link { color: rgba(255, 255, 255, 0.82); font-size: 14px; font-weight: 800; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--clay); color: var(--white); }
.button-primary:hover { background: #8f5033; }
.button-light { background: rgba(255, 255, 255, 0.92); color: var(--ink); }
.button-ghost { border-color: rgba(255, 255, 255, 0.45); color: var(--white); background: rgba(255, 255, 255, 0.08); }
.button-dark { background: var(--ink); color: var(--white); }
.button-soft { background: var(--sand); color: var(--ink); }
.text-cta { display: inline-flex; align-items: center; color: var(--sand); font-weight: 850; }

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-h) + 70px) clamp(18px, 5vw, 78px) 68px;
  color: var(--white);
  overflow: hidden;
  background: var(--charcoal);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 16, 0.88), rgba(7, 18, 16, 0.42), rgba(7, 18, 16, 0.16)),
    linear-gradient(0deg, rgba(7, 18, 16, 0.72), rgba(7, 18, 16, 0.06) 55%);
  z-index: 1;
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero .eyebrow, .dark .eyebrow { color: var(--sand); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}
h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(58px, 9vw, 126px); line-height: 0.92; }
h2 { margin-bottom: 14px; font-size: clamp(34px, 5.4vw, 70px); line-height: 0.98; }
h3 { margin-bottom: 10px; font-size: 24px; line-height: 1.12; }
.lead { max-width: 700px; color: rgba(255, 255, 255, 0.86); font-size: clamp(18px, 2vw, 24px); }
.copy { max-width: 740px; color: var(--muted); font-size: 17px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.soundscape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 166px;
  height: 52px;
  padding: 0 16px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}
.soundscape[aria-pressed="true"] { background: var(--sand); color: var(--ink); }
.soundscape svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.soundscape svg path:not(:first-child) { fill: none; }
.soundscape-visible {
  font-size: 13px;
  font-weight: 900;
}
.soundscape[aria-pressed="false"] .sound-wave { opacity: 0.24; }
.soundscape[aria-pressed="false"] .sound-wave-outer { opacity: 0; }

.section { padding: 96px clamp(18px, 5vw, 78px); }
.section-heading { max-width: 780px; margin: 0 auto 36px; text-align: center; }
.section-heading.align-left { margin-left: 0; text-align: left; }
.section-kicker { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.section-kicker span {
  padding: 8px 12px;
  border: 1px solid var(--stone);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-weight: 800;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.visual-card {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: end;
  padding: 22px;
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}
.visual-card::before, .media-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 16, 0.04), rgba(7, 18, 16, 0.82));
  z-index: 1;
}
.visual-card img, .media-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-card-content, .media-tile span {
  position: relative;
  z-index: 2;
}
.visual-card p { color: rgba(255, 255, 255, 0.78); margin-bottom: 18px; }

.media-wall {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1fr;
  grid-auto-rows: 250px;
  gap: 14px;
}
.media-tile {
  position: relative;
  display: flex;
  align-items: end;
  padding: 20px;
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--white);
}
.media-tile.large { grid-row: span 2; }
.media-tile.wide { grid-column: span 2; }
.media-tile span { font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1.05; }

.dark {
  color: var(--white);
  background: var(--charcoal);
}
.dark .copy { color: rgba(255, 255, 255, 0.72); }

.signature-row, .event-row, .pricing-grid, .offer-grid, .contact-grid, .tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.panel {
  padding: 22px;
  border: 1px solid rgba(7, 29, 24, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 54px rgba(7, 29, 24, 0.08);
}
.panel.dark-panel {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.panel p { color: var(--muted); }
.dark-panel p { color: rgba(255, 255, 255, 0.72); }
.panel .button { margin-top: 10px; }
.event-row .panel {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.event-row .panel .button {
  align-self: flex-start;
  margin-top: auto;
}
.event-meta {
  font-size: 13px;
  font-weight: 850;
}
.event-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: 210px 1fr;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 24, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(7, 29, 24, 0.08);
}
.event-card-media {
  position: relative;
  overflow: hidden;
}
.event-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}
.event-card-body p,
.event-card-body strong { margin: 0; }
.event-card-body p { color: var(--muted); }
.event-card-body strong { color: var(--clay); }
.event-card-body .button {
  align-self: flex-start;
  margin-top: auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
}
.image-panel {
  min-height: 520px;
  border-radius: var(--radius);
  background: center/cover no-repeat;
  box-shadow: var(--shadow);
}
.feature-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}
.feature-list span {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(7, 29, 24, 0.12);
  font-weight: 850;
}

.page-hero {
  min-height: 72vh;
}
.compact-hero {
  min-height: 56vh;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}
.tabs button {
  border: 1px solid var(--stone);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--warm);
  color: var(--ink);
  font-weight: 850;
}
.tabs button.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.price-panel { display: none; }
.price-panel.active { display: grid; gap: 12px; }
.price-card {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 260px);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  background: var(--warm);
}
.price-card p { margin: 0; color: var(--muted); }
.price { color: var(--clay); font-weight: 900; }
.price-note,
.fine-print {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}
.demand-band {
  padding-bottom: 28px;
}
.band-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.band-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  background: var(--warm);
}
.band-grid strong { color: var(--clay); }
.band-grid span { color: var(--muted); font-size: 14px; }
.pricing-hero {
  min-height: 92vh;
}
.pricing-hero-note {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 750;
}
.pricing-selector-section {
  padding-top: 110px;
}
.pricing-visual-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.pricing-visual-card {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--charcoal);
}
.pricing-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 18, 16, 0.02), rgba(7, 18, 16, 0.84));
}
.pricing-visual-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}
.pricing-visual-card:hover img {
  transform: scale(1.035);
}
.pricing-visual-card > div {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 22px;
}
.pricing-visual-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}
.pricing-visual-card strong {
  color: var(--sand);
  font-size: 18px;
}
.demand-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 18, 16, 0.92), rgba(7, 18, 16, 0.66)),
    url("media/pricing-hero-desert-reset-poster.jpg") center/cover;
}
.demand-strip .eyebrow { color: var(--sand); }
.demand-strip-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.demand-strip-row article {
  min-height: 132px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}
.demand-strip-row strong {
  color: var(--sand);
}
.demand-strip-row span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
.pricing-tabs {
  position: sticky;
  top: calc(var(--header-h) + 10px);
  z-index: 8;
  justify-content: flex-start;
  padding: 10px;
  border: 1px solid rgba(7, 29, 24, 0.12);
  border-radius: 999px;
  background: rgba(246, 240, 231, 0.9);
  backdrop-filter: blur(14px);
  overflow-x: auto;
}
.premium-price-panel {
  display: none;
  gap: 22px;
}
.premium-price-panel.active {
  display: grid;
}
.premium-panel-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--charcoal);
}
.premium-panel-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 18, 16, 0.86), rgba(7, 18, 16, 0.34));
}
.premium-panel-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premium-panel-hero > div {
  position: relative;
  z-index: 2;
  max-width: 660px;
  padding: clamp(24px, 5vw, 58px);
}
.premium-panel-hero p {
  color: rgba(255, 255, 255, 0.8);
}
.premium-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.premium-price-card {
  display: grid;
  gap: 10px;
  min-height: 164px;
  padding: 20px;
  border: 1px solid rgba(7, 29, 24, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.84);
  box-shadow: 0 18px 54px rgba(7, 29, 24, 0.06);
}
.premium-price-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}
.premium-price-card h3 {
  margin-bottom: 0;
}
.premium-price-card strong {
  align-self: end;
  color: var(--clay);
  font-size: 18px;
}
.pricing-help-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: var(--warm);
}
.final-pricing-note {
  padding-top: 34px;
  padding-bottom: 34px;
  text-align: center;
  color: var(--muted);
}
.final-pricing-note p {
  max-width: 780px;
  margin: 0 auto;
  font-weight: 850;
}
.selector-modal[hidden] { display: none; }
.selector-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
}
.selector-panel {
  position: absolute;
  inset: 22px 22px 22px auto;
  width: min(620px, calc(100vw - 44px));
  overflow-y: auto;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.quiz-step { display: none; }
.quiz-step.active { display: grid; gap: 18px; }
.quiz-options {
  display: grid;
  gap: 10px;
}
.quiz-options button {
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--warm);
  font-weight: 900;
  text-align: left;
}
.quiz-options button:hover {
  border-color: var(--clay);
}
.quiz-result {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--warm);
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.lead-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(7, 29, 24, 0.14);
  border-radius: var(--radius);
  background: var(--warm);
  box-shadow: var(--shadow);
}
label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 850; }
input, select, textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--stone);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
}
textarea { min-height: 110px; padding-top: 12px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(165, 95, 63, 0.28);
  border-color: var(--clay);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.span-2 { grid-column: 1 / -1; }
.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
}
.checkbox-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}
.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--olive);
  font-weight: 850;
}
.wizard-step { display: none; }
.wizard-step.active { display: block; }
.wizard-top h3 { margin-bottom: 0; }
.wizard-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.compact-form {
  box-shadow: none;
}

.contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-grid a {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  background: var(--warm);
  overflow-wrap: anywhere;
}
.contact-grid span { color: var(--muted); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.contact-grid strong { color: var(--clay); text-decoration: underline; text-underline-offset: 3px; }
.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: start;
}
.contact-minimal {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.contact-minimal a {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  background: var(--warm);
}
.contact-minimal span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.contact-minimal strong {
  color: var(--clay);
  overflow-wrap: anywhere;
}
.dark-text { color: var(--clay); }

.event-tools {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}
.event-tools button {
  border: 1px solid var(--stone);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--warm);
  font-weight: 850;
}
.event-tools button.active { background: var(--ink); color: var(--white); }
.calendar-month {
  padding: 22px;
  border: 1px solid rgba(7, 29, 24, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}
.calendar-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.calendar-top h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
}
.calendar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.calendar-actions button {
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid var(--stone);
  border-radius: 999px;
  background: var(--warm);
  color: var(--ink);
  font-weight: 850;
}
.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.calendar-weekdays span {
  padding: 0 8px 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.calendar-cell {
  min-height: 132px;
  padding: 10px;
  border-top: 1px solid var(--stone);
  border-left: 1px solid var(--stone);
  background: rgba(255, 252, 245, 0.7);
}
.calendar-cell:nth-child(7n),
.calendar-cell:last-child {
  border-right: 1px solid var(--stone);
}
.calendar-cell.empty {
  background: rgba(221, 210, 190, 0.18);
}
.calendar-day {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--ink);
  font-weight: 900;
}
.calendar-events {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}
.calendar-events button {
  width: 100%;
  padding: 7px 8px;
  border: 0;
  border-radius: 7px;
  color: var(--white);
  background: var(--olive);
  font-size: 12px;
  font-weight: 850;
  text-align: left;
}
.event-drawer[hidden] { display: none; }
.event-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
}
.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 16, 0.66);
}
.drawer-panel {
  position: absolute;
  inset: 18px 18px 18px auto;
  width: min(620px, calc(100vw - 36px));
  overflow-y: auto;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.drawer-close {
  position: sticky;
  top: 0;
  z-index: 2;
  margin-left: auto;
  display: block;
  border: 1px solid var(--stone);
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--warm);
  color: var(--ink);
  font-weight: 900;
}
.drawer-media {
  height: 260px;
  margin: 12px 0 20px;
  overflow: hidden;
  border-radius: var(--radius);
}
.drawer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}
.detail-grid span {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--warm);
  color: var(--muted);
}
.detail-grid strong {
  color: var(--ink);
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.visit-panel p {
  font-size: 15px;
}

.final-cta {
  text-align: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 18, 16, 0.9), rgba(7, 18, 16, 0.62)),
    url("media/sunset-social.jpg") center/cover;
}
.final-cta .button-row { justify-content: center; }

.mobile-bar {
  position: fixed;
  inset: auto 10px 10px;
  z-index: 50;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(8, 19, 17, 0.96);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.3);
}
.mobile-bar a {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}
.site-footer {
  padding: 54px clamp(18px, 5vw, 72px) 24px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--charcoal);
}
.footer-brand { max-width: 320px; }
.footer-logo { width: min(260px, 72vw); height: auto; margin-bottom: 16px; }
.footer-tagline { color: var(--sand); font-weight: 900; }
.footer-brand p {
  max-width: 300px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(5, minmax(0, 1fr));
  gap: 24px 28px;
}
.footer-grid h3 {
  color: var(--sand);
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
}
.footer-grid p {
  margin-bottom: 8px;
  font-size: 14px;
}
.footer-grid a:hover { color: var(--white); }
.footer-map {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.back-top {
  margin-left: auto;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}
.social-icons {
  display: flex;
  gap: 10px;
  margin: 14px 0;
}
.footer-cookie {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  cursor: pointer;
}
.social-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(220, 195, 157, 0.28);
  border-radius: 999px;
  color: var(--sand);
  background: rgba(255, 255, 255, 0.06);
}
.social-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cookie-banner {
  position: fixed;
  z-index: 80;
  left: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(225, 205, 174, 0.28);
  border-radius: 18px;
  background: rgba(18, 31, 27, 0.94);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}
.cookie-banner h2 { margin: 0 0 0.25rem; font-size: 1rem; }
.cookie-banner p { margin: 0; color: rgba(255, 255, 255, 0.75); }
.cookie-toggles,
.cookie-actions {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-toggles label {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
}
.language-switcher,
.footer-lang {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(220, 195, 157, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}
.language-switcher button,
.footer-lang button {
  border: 0;
  border-radius: 999px;
  padding: 7px 9px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}
.language-switcher button.active,
.footer-lang button.active {
  color: var(--charcoal);
  background: var(--sand);
}
.mobile-language { display: none; }
.field-error {
  display: block;
  min-height: 18px;
  margin-top: 5px;
  color: #8e3328;
  font-size: 12px;
  font-weight: 800;
}
[aria-invalid="true"] {
  border-color: rgba(142, 51, 40, 0.7) !important;
}
.policy-section {
  background: var(--warm-white);
}
.policy-note {
  max-width: 920px;
  margin: 0 auto 28px;
  padding: 16px 18px;
  border: 1px solid rgba(45, 35, 29, 0.12);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}
.policy-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.policy-item {
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(41, 33, 25, 0.06);
}
.policy-item h2 {
  margin-bottom: 8px;
  font-family: inherit;
  font-size: 20px;
}
.policy-item p {
  color: var(--muted);
}
.policy-help {
  max-width: 980px;
  margin: 24px auto 0;
}
body.rtl {
  direction: rtl;
  text-align: right;
}
body.rtl .button-row,
body.rtl .social-icons,
body.rtl .footer-map {
  justify-content: flex-start;
}
body.rtl .back-top {
  margin-left: 0;
  margin-right: auto;
}
.centered { justify-content: center; }

@media (max-width: 1100px) {
  .site-nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .brand { min-width: 84px; }
  .brand-logo-full { display: none; }
  .brand-logo-mark { display: block; height: 40px; max-width: 78px; }
  .site-nav.open {
    position: fixed;
    inset: var(--header-h) 14px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius);
    background: rgba(8, 19, 17, 0.98);
    box-shadow: var(--shadow);
  }
  .site-nav.open a { padding: 14px 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .site-nav.open .mobile-language { display: inline-flex; margin-top: 12px; }
  .nav-menu { position: static; display: grid; padding: 0 0 8px 12px; border: 0; background: transparent; box-shadow: none; }
  .visual-grid, .signature-row, .event-row, .pricing-grid, .tier-grid, .band-grid, .pricing-visual-grid, .premium-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .form-shell, .contact-shell { grid-template-columns: 1fr; }
  .media-wall { grid-template-columns: 1fr 1fr; }
  .contact-grid, .visit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .demand-strip { grid-template-columns: 1fr; }
  .demand-strip-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --header-h: 66px; }
  body { padding-bottom: 74px; }
  .cookie-banner {
    grid-template-columns: 1fr;
    bottom: 5.5rem;
  }
  .site-header { padding: 11px 14px; }
  .hero { min-height: 92vh; padding: 102px 16px 94px; }
  .page-hero { min-height: 66vh; }
  h1 { font-size: clamp(44px, 15vw, 72px); }
  h2 { font-size: clamp(32px, 10vw, 46px); }
  .lead, .copy { font-size: 16px; }
  .button, .button-row .button { width: 100%; }
  .section { padding: 66px 16px; }
  .visual-grid, .signature-row, .event-row, .pricing-grid, .offer-grid, .contact-grid, .visit-grid, .media-wall, .form-grid, .tier-grid, .band-grid, .detail-grid, .footer-grid, .pricing-visual-grid, .premium-price-grid, .demand-strip-row {
    grid-template-columns: 1fr;
  }
  .footer-map { align-items: flex-start; flex-direction: column; }
  .back-top { margin-left: 0; }
  .visual-card { min-height: 330px; }
  .media-wall { grid-auto-rows: 240px; }
  .media-tile.large, .media-tile.wide { grid-row: auto; grid-column: auto; }
  .price-card { grid-template-columns: 1fr; }
  .image-panel { min-height: 360px; }
  .calendar-month { padding: 14px; overflow-x: auto; }
  .calendar-top { align-items: flex-start; flex-direction: column; }
  .calendar-actions { justify-content: flex-start; }
  .calendar-weekdays,
  .calendar-grid {
    min-width: 720px;
  }
  .calendar-cell { min-height: 118px; }
  .drawer-panel {
    inset: auto 0 0;
    width: 100%;
    max-height: 88vh;
    border-radius: 14px 14px 0 0;
  }
  .drawer-media { height: 210px; }
  .soundscape {
    min-width: 146px;
  }
  .pricing-visual-card { min-height: 380px; }
  .premium-panel-hero { min-height: 480px; }
  .pricing-tabs {
    flex-wrap: nowrap;
    border-radius: var(--radius);
  }
  .pricing-help-band {
    display: grid;
  }
  .selector-panel {
    inset: auto 0 0;
    width: 100%;
    max-height: 90vh;
    border-radius: 14px 14px 0 0;
  }
  .wizard-actions { justify-content: stretch; }
  .wizard-actions .button { width: 100%; }
  .mobile-bar { display: grid; }
}
