:root {
  /* Original “Вместе” identity, reconciled with the printed sympathy card. */
  --bg: #f9f2da;
  --surface: #fff9eb;
  --card: #ffffff;
  --ink: #231f20;
  --muted: #6b5f55;
  --line: rgba(35, 31, 32, 0.16);
  --rose: #ee3d2a;
  --rose-dark: #a92d1c;
  --acid: #c93919;
  --green: #526a5a;
  --green-soft: #e3e9e2;
  --wine: #5b1a22;
  --danger: #8f352d;
  --shadow: 0 22px 70px rgba(65, 41, 24, 0.12);
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --container: 1240px;
  --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font-body);
  line-height: 1.5;
  letter-spacing: -0.012em;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 17% 32%, #000 0 0.55px, transparent 0.7px 3px),
    repeating-radial-gradient(circle at 79% 61%, #000 0 0.45px, transparent 0.6px 3.5px);
  background-size: 7px 7px, 9px 9px;
  mix-blend-mode: multiply;
}

::selection {
  color: var(--ink);
  background: var(--acid);
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  cursor: pointer;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3,
.brand {
  font-family: var(--font-display);
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: var(--scroll-progress, 0%);
  height: 3px;
  background: var(--acid);
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 80;
  height: 0;
  pointer-events: none;
}

.nav {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 6px 7px 6px 21px;
  border: 1px solid rgba(35, 31, 32, 0.14);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(249, 242, 218, 0.94);
  box-shadow: 0 18px 55px rgba(35, 31, 32, 0.13);
  backdrop-filter: blur(18px) saturate(150%);
  pointer-events: auto;
  transition: background 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled .nav {
  background: rgba(249, 242, 218, 0.98);
  box-shadow: 0 14px 46px rgba(35, 31, 32, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 5px rgba(238, 61, 42, 0.14);
}

.brand-caption {
  color: rgba(35, 31, 32, 0.48);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(35, 31, 32, 0.66);
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(238, 61, 42, 0.09);
}

.button,
.nav-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 760;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button-primary,
.nav-cta {
  color: #fff;
  background: var(--acid);
}

.button-primary:hover,
.nav-cta:hover {
  background: var(--rose-dark);
}

.button-secondary {
  border-color: currentColor;
  color: inherit;
  background: transparent;
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.button-dark:hover {
  background: #131110;
}

.button:focus-visible,
.nav-cta:focus-visible,
.faq-question:focus-visible,
.contact-card:focus-visible,
.choice input:focus-visible + span,
input:focus-visible,
select:focus-visible,
.analytics-settings:focus-visible {
  outline: 3px solid rgba(238, 61, 42, 0.42);
  outline-offset: 3px;
}

.nav-cta {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  padding: 116px 0 60px;
  overflow: hidden;
  color: var(--ink);
  background: var(--bg);
}

.hero::before {
  content: "";
  position: absolute;
  top: -24%;
  right: -12%;
  width: clamp(340px, 48vw, 760px);
  height: clamp(340px, 48vw, 760px);
  display: none;
}

.hero::after {
  content: "SWIDANIE · MOSCOW · LIVE CONVERSATION";
  position: absolute;
  bottom: 18px;
  left: 50%;
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 176px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, 1fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: start;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--acid);
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.hero h1 {
  max-width: 12.5ch;
  margin-top: 20px;
  font-size: clamp(48px, 5.9vw, 80px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.hero h1 em,
.section-title em {
  color: var(--rose);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
}

.section-title em {
  color: var(--rose);
}

.hero-lead {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-notes span::before {
  content: "✓";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--acid);
  font-size: 11px;
  font-weight: 900;
}

.hero-event {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow);
}

.hero-event-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.hero-event-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}

.hero-event-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(20, 17, 16, 0.78));
}

.image-note {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.hero-event-body {
  padding: 24px;
}

.event-label {
  color: var(--acid);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-event h2 {
  margin-top: 9px;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.event-address {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.event-countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 19px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: 12px;
}

.event-countdown strong {
  color: var(--ink);
  font-size: 14px;
}

.hero-event-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 16px;
}

.hero-event-actions .map-link {
  display: inline-grid;
  place-items: center;
  padding-inline: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.truth-bar {
  border-bottom: 1px solid rgba(35, 31, 32, 0.16);
  background: var(--acid);
}

.truth-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.truth-item {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.truth-item:first-child {
  border-left: 0;
}

.truth-item strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.section {
  padding: clamp(80px, 10vw, 132px) 0;
}

.section-tight {
  padding: clamp(62px, 8vw, 94px) 0;
}

.section-dark {
  color: #fff;
  background: var(--ink);
}

.section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-title {
  max-width: 16ch;
  margin-top: 14px;
  font-size: clamp(40px, 5.4vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.section-lead {
  max-width: 690px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.application-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow);
}

.application-aside {
  padding: clamp(30px, 4.6vw, 58px);
  color: #fff;
  background: var(--wine);
}

.application-aside .section-kicker {
  color: var(--bg);
}

.application-aside h2 {
  margin-top: 16px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

.application-aside > p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.application-facts {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.application-facts li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.application-facts b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--acid);
  font-size: 12px;
}

.application-facts strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.application-facts span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.application-form {
  padding: clamp(30px, 4.6vw, 58px);
}

.form-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.form-head h3 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.form-head p {
  max-width: 280px;
  color: var(--muted);
  font-size: 13px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full,
.form-status,
.form-actions {
  grid-column: 1 / -1;
}

.field label,
.group-label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
}

.field-hint {
  color: var(--muted);
  font-weight: 500;
}

.field input,
.field select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  outline: 0;
  color: var(--ink);
  background: var(--surface);
}

.field input:focus,
.field select:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(238, 61, 42, 0.13);
}

.field input[readonly] {
  color: var(--muted);
  background: #ece6dd;
}

.choice-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.choice {
  position: relative;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice span {
  min-height: 50px;
  display: grid;
  place-items: center;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  font-size: 14px;
  font-weight: 680;
  text-align: center;
}

.choice input:checked + span {
  border-color: var(--rose);
  color: #fff;
  background: var(--rose);
}

.consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--rose);
}

.consent a {
  color: var(--ink);
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

.form-actions .button {
  min-width: 245px;
}

.form-caption {
  max-width: 310px;
  color: var(--muted);
  font-size: 12px;
}

.form-caption a {
  color: var(--ink);
}

.form-status {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
}

.form-status.error {
  border: 1px solid #d8a7a1;
  color: #702c27;
  background: #f8e7e4;
}

.form-status.success {
  border: 1px solid #abc2b1;
  color: #31503a;
  background: var(--green-soft);
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.venue-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
}

.venue-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #6f4d3c;
}

.venue-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.venue-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(20, 17, 16, 0.82));
}

.venue-caption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.venue-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4.5vw, 56px);
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--wine);
}

.venue-card .section-kicker {
  color: var(--bg);
}

.venue-card h2 {
  margin-top: 18px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.venue-address {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.6;
}

.venue-facts {
  display: grid;
  gap: 0;
  margin: 28px 0 34px;
}

.venue-fact {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.venue-fact strong {
  color: #fff;
  text-align: right;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
}

.format-visual {
  position: relative;
  min-height: clamp(330px, 52vw, 660px);
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #6f4d3c;
}

.format-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.format-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(20, 17, 16, 0.74));
}

.format-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.venue-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(24deg, transparent 48%, rgba(255, 255, 255, 0.82) 49% 51%, transparent 52%),
    linear-gradient(114deg, transparent 46%, rgba(255, 255, 255, 0.72) 47% 51%, transparent 52%),
    repeating-linear-gradient(0deg, transparent 0 70px, rgba(35, 31, 32, 0.06) 71px 72px),
    repeating-linear-gradient(90deg, transparent 0 82px, rgba(35, 31, 32, 0.06) 83px 84px),
    #d9d7c9;
}

.venue-map::before {
  content: "";
  position: absolute;
  top: -8%;
  right: 17%;
  width: 28%;
  height: 120%;
  background: rgba(164, 190, 195, 0.65);
  transform: rotate(11deg);
}

.map-marker {
  position: absolute;
  top: 48%;
  left: 52%;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 50% 50% 50% 10%;
  color: #fff;
  background: var(--rose-dark);
  box-shadow: 0 18px 38px rgba(35, 31, 32, 0.24);
  font-size: 14px;
  font-weight: 800;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.map-marker span {
  transform: rotate(45deg);
}

.map-label {
  position: absolute;
  top: calc(48% + 44px);
  left: calc(52% - 52px);
  z-index: 3;
  padding: 9px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 32px rgba(35, 31, 32, 0.18);
  font-size: 12px;
  font-weight: 760;
}

.map-caption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-sm);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(35, 31, 32, 0.88);
  backdrop-filter: blur(12px);
  font-size: 12px;
}

.map-caption strong {
  color: #fff;
}

.format-step {
  min-height: 292px;
  padding: 28px;
  border-left: 1px solid var(--line);
}

.format-step:first-child {
  border-left: 0;
}

.step-number {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 74px;
  border-radius: 50%;
  color: #fff;
  background: var(--acid);
  font-size: 12px;
  font-weight: 800;
}

.format-step h3 {
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.format-step p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.comfort-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: start;
}

.comfort-copy .section-title {
  max-width: 11ch;
}

.comfort-note {
  margin-top: 28px;
  padding: 21px;
  border-left: 3px solid var(--rose);
  color: var(--muted);
  background: var(--surface);
}

.comfort-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.comfort-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.comfort-card {
  min-height: 205px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--card);
}

.comfort-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--acid);
  font-size: 12px;
  font-weight: 800;
}

.comfort-card h3 {
  margin-top: 24px;
  font-size: 19px;
  letter-spacing: -0.03em;
}

.comfort-card p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
}

.compare-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
}

.compare-column {
  padding: clamp(30px, 5vw, 60px);
}

.compare-column + .compare-column {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(238, 61, 42, 0.08);
}

.compare-column h3 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.compare-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.compare-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 11px;
  color: rgba(255, 255, 255, 0.68);
}

.compare-list li::before {
  content: "—";
  color: var(--acid);
  font-weight: 800;
}

.after-application {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.after-card {
  position: relative;
  min-height: 235px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--card);
}

.after-card::after {
  content: attr(data-step);
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(35, 31, 32, 0.16);
  font-family: var(--font-display);
  font-size: 64px;
}

.after-card h3 {
  position: relative;
  z-index: 1;
  max-width: 14ch;
  margin-top: 75px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.after-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 25px 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  font-size: 18px;
  font-weight: 720;
}

.faq-plus {
  flex: 0 0 auto;
  color: var(--rose);
  font-size: 28px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-question[aria-expanded="true"] .faq-plus {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  max-width: 850px;
  color: var(--muted);
  transition: grid-template-rows 220ms ease, padding 220ms ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  padding-right: 28px;
  line-height: 1.7;
}

.faq-question[aria-expanded="true"] + .faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 24px;
}

.final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(34px, 6vw, 72px);
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--acid);
}

.final-card h2 {
  max-width: 14ch;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.final-card p {
  max-width: 600px;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

footer {
  padding: 52px 0 112px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
}

.footer-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: 13px;
}

.footer-copy strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 16px;
}

.footer-copy p + p {
  margin-top: 5px;
}

.footer-links {
  display: grid;
  justify-items: end;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.footer-links a,
.analytics-settings {
  color: inherit;
  background: transparent;
}

.mobile-sticky {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 9px 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(35, 31, 32, 0.96);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
  transform: translateY(140%);
  transition: transform 220ms ease;
}

.mobile-sticky.visible {
  transform: translateY(0);
}

.mobile-sticky span {
  display: grid;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.mobile-sticky strong {
  color: #fff;
  font-size: 13px;
}

.mobile-sticky .button {
  min-height: 42px;
  padding: 10px 15px;
  font-size: 12px;
}

.analytics-consent {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: auto;
  z-index: 140;
  width: min(680px, calc(100% - 32px));
}

.analytics-consent[hidden] {
  display: none;
}

.analytics-consent-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-inline: auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  color: #fff;
  background: rgba(35, 31, 32, 0.98);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
}

.analytics-consent-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.35;
}

.analytics-consent-copy strong {
  color: #fff;
  font-weight: 650;
}

.analytics-consent-copy a {
  color: #fff;
  white-space: nowrap;
}

.analytics-consent-actions {
  display: flex;
  gap: 8px;
}

.analytics-consent .button {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 11px;
}

.events-section {
  background: var(--surface);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.schedule-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 22px 60px rgba(35, 31, 32, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.schedule-card:hover,
.schedule-card.is-selected {
  border-color: rgba(238, 61, 42, 0.72);
  box-shadow: 0 26px 70px rgba(35, 31, 32, 0.13);
  transform: translateY(-3px);
}

.schedule-card.is-selected {
  outline: 3px solid rgba(238, 61, 42, 0.14);
  outline-offset: -4px;
}

.schedule-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.age-badge {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--acid);
  font-size: 12px;
  font-weight: 780;
}

.schedule-card h3 {
  margin-top: 24px;
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 540;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.schedule-address {
  margin-top: 13px;
  color: var(--muted);
  line-height: 1.55;
}

.metro-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 720;
}

.metro-label span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--rose-dark);
  font-size: 11px;
}

.schedule-price {
  display: grid;
  gap: 2px;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.schedule-price > span,
.schedule-price small {
  color: var(--muted);
  font-size: 12px;
}

.schedule-price strong {
  font-size: 32px;
  font-weight: 570;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.drink-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 680;
}

.drink-note span {
  color: var(--rose);
  font-size: 9px;
}

.schedule-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 24px;
}

.schedule-actions .button {
  width: 100%;
  min-width: 0;
}

[aria-disabled="true"].is-disabled {
  cursor: not-allowed;
  opacity: 0.48;
  pointer-events: none;
}

.waitlist-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px dashed rgba(35, 31, 32, 0.3);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.35);
}

.waitlist-card h3 {
  margin-top: 4px;
  font-size: 23px;
  font-weight: 560;
  letter-spacing: -0.035em;
}

.waitlist-card p {
  max-width: 720px;
  margin-top: 5px;
  color: var(--muted);
}

.waitlist-card .button {
  flex: 0 0 auto;
}

.selected-event-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 26px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.13);
}

.selected-event-summary > div {
  min-width: 0;
  padding: 14px;
  background: rgba(35, 31, 32, 0.86);
}

.selected-event-summary dt {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.selected-event-summary dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.contacts-section {
  color: #fff;
  background: var(--wine);
}

.contacts-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
}

.contacts-copy .section-kicker {
  color: var(--bg);
}

.contacts-copy h2 {
  margin-top: 12px;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.contacts-copy p {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.65;
}

.contact-phone {
  display: inline-block;
  margin-top: 24px;
  color: var(--acid);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 560;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.contact-grid {
  display: grid;
  gap: 10px;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.contact-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(3px);
}

.contact-card strong {
  font-size: 20px;
}

.contact-card span {
  max-width: 250px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .venue-layout,
  .comfort-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: center;
  }

  .hero-copy {
    max-width: 800px;
  }

  .hero-event {
    width: min(760px, 100%);
  }

  .application-shell {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contacts-shell {
    grid-template-columns: 1fr;
  }

  .format-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .format-step:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .format-step:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .venue-media {
    min-height: 440px;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header {
    top: 8px;
  }

  .nav {
    min-height: 54px;
    padding-left: 16px;
  }

  .brand-caption {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 10px;
  }

  .hero {
    min-height: auto;
    padding: 112px 0 70px;
  }

  .hero-grid {
    min-height: auto;
    gap: 44px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 78px);
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-event-actions {
    grid-template-columns: 1fr;
  }

  .hero-event-actions .map-link {
    min-height: 46px;
  }

  .truth-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .truth-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .truth-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .application-shell,
  .compare-shell,
  .final-card {
    grid-template-columns: 1fr;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .waitlist-card {
    align-items: stretch;
    flex-direction: column;
  }

  .waitlist-card .button {
    width: 100%;
  }

  .form-head {
    display: block;
  }

  .form-head p {
    margin-top: 10px;
  }

  .compare-column + .compare-column {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .after-application {
    grid-template-columns: 1fr;
  }

  .final-card .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-items: start;
  }

  .contact-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .contact-card span {
    max-width: none;
    text-align: left;
  }

  .mobile-sticky {
    display: flex;
  }

  .analytics-consent {
    right: 12px;
    top: 72px;
    bottom: auto;
    left: 12px;
    width: auto;
  }

  .analytics-consent-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand {
    font-size: 17px;
  }

  .nav-cta {
    max-width: 165px;
    line-height: 1.05;
  }

  .hero::after {
    font-size: 7px;
    letter-spacing: 0.16em;
  }

  .hero h1 {
    font-size: clamp(44px, 14.5vw, 66px);
  }

  .hero-event-body,
  .application-form,
  .application-aside {
    padding: 24px;
  }

  .schedule-card {
    padding: 22px;
  }

  .schedule-card-top {
    align-items: flex-start;
  }

  .schedule-actions {
    grid-template-columns: 1fr;
  }

  .schedule-actions .map-link {
    min-height: 44px;
    display: grid;
    place-items: center;
  }

  .selected-event-summary {
    grid-template-columns: 1fr;
  }

  .truth-grid,
  .form-grid,
  .choice-grid,
  .format-grid,
  .comfort-grid {
    grid-template-columns: 1fr;
  }

  .truth-item,
  .truth-item:nth-child(2),
  .truth-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }

  .truth-item:first-child {
    border-top: 0;
  }

  .format-step,
  .format-step:nth-child(2),
  .format-step:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .format-step:first-child {
    border-top: 0;
  }

  .step-number {
    margin-bottom: 46px;
  }

  .venue-media {
    min-height: 350px;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .button {
    width: 100%;
    min-width: 0;
  }

  .mobile-sticky > span {
    display: none;
  }

  .mobile-sticky .button {
    width: 100%;
  }

  .analytics-consent-actions {
    display: flex;
    flex-wrap: nowrap;
  }

  .analytics-consent-copy {
    max-width: 31ch;
    font-size: 10px;
  }

  .analytics-consent .button {
    min-height: 32px;
    padding: 6px 9px;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
