:root {
  --ink: #271b18;
  --muted: #725f58;
  --cream: #f8f2e9;
  --paper: #fffdf9;
  --coral: #b6402f;
  --coral-dark: #8f2f24;
  --focus: #16324f;
  --wine: #54252c;
  --gold: #e1a84b;
  --line: rgba(84, 37, 44, 0.17);
  --shadow: 0 28px 70px rgba(65, 35, 27, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }

html { overflow-x: hidden; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 5% 2%, rgba(225, 168, 75, 0.15), transparent 26rem),
    var(--cream);
  color: var(--ink);
  line-height: 1.6;
}

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

a { color: inherit; text-decoration: none; }

button, select { font: inherit; }

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

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header { padding: 24px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}
.brand-mark { position: relative; width: 29px; height: 29px; flex: 0 0 auto; }
.brand-mark i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.brand-mark i:nth-child(1) { top: 0; left: 10px; }
.brand-mark i:nth-child(2) { top: 6px; right: 0; }
.brand-mark i:nth-child(3) { bottom: 3px; right: 1px; }
.brand-mark i:nth-child(4) { bottom: 0; left: 10px; }
.brand-mark i:nth-child(5) { bottom: 3px; left: 0; }
.brand-mark i:nth-child(6) { top: 6px; left: 0; }

.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a { color: var(--muted); font-size: .9rem; font-weight: 650; }
.main-nav a:hover { color: var(--coral-dark); }

.preferences { display: flex; align-items: center; gap: 18px; }
.city-picker { display: flex; align-items: center; gap: 7px; }
.city-picker label { color: var(--muted); font-size: .78rem; }
.city-picker select {
  max-width: 130px;
  padding: 6px 24px 6px 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: rgba(255, 253, 249, .7);
}
.city-picker noscript button { border: 1px solid var(--line); border-radius: 6px; background: white; }
.language-switcher { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 99px; }
.language-switcher a {
  min-width: 34px;
  padding: 4px 7px;
  border-radius: 99px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  text-align: center;
}
.language-switcher a[aria-current="page"] { color: white; background: var(--wine); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: center;
  gap: clamp(32px, 3vw, 48px);
  min-height: 670px;
  padding-block: 66px 105px;
}
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow {
  margin: 0 0 15px;
  color: var(--coral-dark);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
h2, h3, p { overflow-wrap: break-word; }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.02;
}
h1 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  font-size: clamp(3.25rem, 5.7vw, 5rem);
}
h2 { font-size: clamp(2.2rem, 4.1vw, 4.2rem); }
.hero-lead { max-width: 600px; margin: 28px 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.24rem); }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 52px;
  padding: 14px 22px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button span { font-size: 1.3em; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: white; box-shadow: 0 13px 30px rgba(143, 47, 36, .25); }
.button-primary:hover { background: var(--coral-dark); }
.hero-note { color: var(--muted); font-size: .83rem; font-weight: 700; }
.hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
}
.hero-visual picture { display: block; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -20px 20px 20px -20px;
  border: 1px solid rgba(217, 87, 63, .28);
  border-radius: 46% 46% 18px 18px;
  transform: rotate(-2deg);
}
.hero-visual img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.16 / 1;
  border-radius: 48% 48% 18px 18px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}
.six-badge {
  position: absolute;
  right: -22px;
  bottom: -28px;
  display: grid;
  place-content: center;
  width: 118px;
  height: 118px;
  border: 7px solid var(--cream);
  border-radius: 50%;
  background: var(--gold);
  color: var(--wine);
  text-align: center;
  transform: rotate(-7deg);
}
.six-badge strong { font-family: Georgia, serif; font-size: 1.75rem; line-height: 1; }
.six-badge span { margin-top: 4px; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.principles { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle {
  position: relative;
  display: grid;
  grid-template-columns: 155px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 430px;
  padding: 62px 60px 62px 0;
}
.principle + .principle { padding-right: 0; padding-left: 70px; border-left: 1px solid var(--line); }
.principle-number {
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 10rem;
  font-style: italic;
  line-height: .7;
  opacity: .9;
}
.principle h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.principle p:last-child, .meeting-intro > p:last-child { margin: 0; color: var(--muted); }
.match-orbit { position: relative; width: 145px; height: 145px; border: 1px solid var(--line); border-radius: 50%; }
.match-orbit::before, .match-orbit::after { content: ""; position: absolute; inset: 30px; border: 1px solid var(--line); border-radius: 50%; }
.match-orbit::after { inset: 60px; background: var(--coral); border: 0; }
.match-orbit i { position: absolute; width: 18px; height: 18px; border: 4px solid var(--cream); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.match-orbit i:nth-child(1) { left: calc(50% - 9px); top: -9px; }
.match-orbit i:nth-child(2) { right: 4px; top: 23px; }
.match-orbit i:nth-child(3) { right: 4px; bottom: 23px; }
.match-orbit i:nth-child(4) { left: calc(50% - 9px); bottom: -9px; }
.match-orbit i:nth-child(5) { left: 4px; bottom: 23px; }
.match-orbit i:nth-child(6) { left: 4px; top: 23px; }

.steps-section { padding: 115px 0 125px; background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.steps-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}
.steps-list li { min-width: 0; padding: 10px 34px 10px 0; }
.steps-list li + li { padding-left: 34px; border-left: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 30px; color: var(--coral); font: italic 1.5rem Georgia, serif; }
.steps-list h3 { margin: 0 0 13px; font: 500 1.45rem/1.15 Georgia, serif; }
.steps-list p { margin: 0; color: var(--muted); font-size: .94rem; }

.meeting-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; padding-block: 120px; }
.meeting-intro h2 { margin-bottom: 25px; }
.meeting-card {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 38px;
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.meeting-card::after { content: ""; position: absolute; z-index: -1; inset: 16px -17px -17px 16px; border-radius: 18px; background: var(--gold); opacity: .28; }
.calendar-leaf { align-self: start; overflow: hidden; border-radius: 10px; background: var(--wine); color: white; text-align: center; }
.calendar-leaf::before { content: ""; display: block; height: 16px; background: var(--coral); }
.calendar-leaf span { display: block; margin-top: 14px; font: 4.7rem/.95 Georgia, serif; }
.calendar-leaf small { display: block; padding: 8px 0 16px; color: #e9c6bb; font-weight: 850; letter-spacing: .2em; }
dl { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 30px; margin: 0; }
dl div { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
dt { margin-bottom: 3px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
dd { margin: 0; font-weight: 750; }
.price-row { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: baseline; border: 0; padding: 8px 0 0; }
.price-row dd { color: var(--coral-dark); font: 500 2.1rem Georgia, serif; }

.signup-section { position: relative; padding: 78px 0; background: var(--wine); color: white; }
.signup-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 10%, rgba(225,168,75,.18), transparent 20rem); }
.signup-inner { position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.signup-inner h2 { max-width: 600px; }
.signup-inner > div > p:last-child { max-width: 630px; margin: 20px 0 0; color: #dcccca; }
.eyebrow.light { color: #efbc68; }
.signup-action { justify-self: end; width: min(100%, 450px); }
.button-light { width: 100%; color: var(--wine); background: var(--paper); box-shadow: 0 14px 36px rgba(0,0,0,.18); }
.button-light:hover { background: #fff5e8; }
.signup-action small { display: block; margin-top: 13px; color: #cbb8b6; line-height: 1.45; text-align: center; }
.success-message { margin: 0 0 15px !important; padding: 15px 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 8px; color: white !important; background: rgba(255,255,255,.1); font-weight: 700; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; padding-block: 120px; }
.faq-section .section-heading { margin: 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 22px; padding: 23px 4px; cursor: pointer; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -6px 40px 23px 4px; color: var(--muted); }

.site-footer { padding: 50px 0; color: #cdbfbb; background: #24191a; }
.footer-inner { display: flex; align-items: center; gap: 34px; }
.footer-brand { color: white; }
.footer-inner p { margin: 0 auto 0 0; }
.footer-inner small { white-space: nowrap; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--paper);
}

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 50px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(820px, 100%); }
  .hero-visual img { aspect-ratio: 16 / 10; border-radius: 100px 100px 18px 18px; }
  .principles { grid-template-columns: 1fr; }
  .principle { padding-right: 0; }
  .principle + .principle { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .steps-list { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .steps-list li:nth-child(3) { padding-left: 0; border-left: 0; }
  .meeting-section { grid-template-columns: 1fr; gap: 48px; }
  .meeting-intro { max-width: 700px; }
  .signup-inner { gap: 50px; }
  .faq-section { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 32px, 1180px); }
  .site-header { padding: 18px 0; }
  .header-inner { align-items: flex-start; gap: 16px; flex-wrap: wrap; }
  .brand { font-size: 1.35rem; }
  .preferences { width: 100%; justify-content: space-between; gap: 10px; }
  .city-picker label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero { gap: 45px; padding-block: 45px 82px; }
  h1 { font-size: clamp(2.5rem, 12vw, 4.25rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .hero-lead { margin: 21px 0 25px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .button { width: 100%; }
  .hero-visual::before { inset: -10px 10px 10px -10px; }
  .hero-visual img { aspect-ratio: 4 / 5; border-radius: 80px 80px 14px 14px; }
  .six-badge { right: -8px; bottom: -30px; width: 96px; height: 96px; border-width: 5px; }
  .six-badge strong { font-size: 1.4rem; }
  .principle { grid-template-columns: 85px 1fr; gap: 20px; min-height: 380px; padding-block: 50px; }
  .principle-number { font-size: 7.5rem; }
  .match-orbit { width: 80px; height: 80px; }
  .match-orbit::before { inset: 18px; }
  .match-orbit::after { inset: 34px; }
  .match-orbit i { width: 12px; height: 12px; border-width: 2px; }
  .match-orbit i:nth-child(1) { left: calc(50% - 6px); top: -6px; }
  .match-orbit i:nth-child(2) { right: 0; top: 12px; }
  .match-orbit i:nth-child(3) { right: 0; bottom: 12px; }
  .match-orbit i:nth-child(4) { left: calc(50% - 6px); bottom: -6px; }
  .match-orbit i:nth-child(5) { left: 0; bottom: 12px; }
  .match-orbit i:nth-child(6) { left: 0; top: 12px; }
  .steps-section { padding-block: 82px; }
  .section-heading { margin-bottom: 38px; }
  .steps-list { grid-template-columns: 1fr; gap: 0; }
  .steps-list li, .steps-list li + li { padding: 25px 0; border-left: 0; border-top: 1px solid var(--line); }
  .steps-list li:last-child { border-bottom: 1px solid var(--line); }
  .step-number { margin-bottom: 10px; }
  .meeting-section { padding-block: 82px; }
  .meeting-card { grid-template-columns: 1fr; gap: 28px; padding: 25px; }
  .calendar-leaf { width: 110px; }
  .calendar-leaf span { font-size: 3.7rem; }
  dl { grid-template-columns: 1fr; }
  .price-row { grid-column: auto; }
  .signup-section { padding-block: 68px; }
  .signup-inner { grid-template-columns: 1fr; gap: 34px; }
  .signup-action { justify-self: stretch; width: 100%; }
  .faq-section { padding-block: 82px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-inner p { margin: 0; }
}

@media (max-width: 390px) {
  .principle { grid-template-columns: 1fr; }
  .principle-number { font-size: 6rem; }
  .match-orbit { margin: 8px 0 16px; }
  .language-switcher a { min-width: 31px; padding-inline: 5px; }
}

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