:root {
  color-scheme: light;
  --ink: #211c25;
  --ink-soft: #61596a;
  --canvas: #fbf8f6;
  --paper: #fffdfb;
  --line: #e7dfeb;
  --plum: #442a5a;
  --plum-deep: #2e183f;
  --lilac: #eadcf7;
  --lilac-strong: #c5a4e6;
  --rose: #d76e83;
  --mint: #b9e9dd;
  --shadow: 0 28px 70px rgb(53 31 72 / 12%);
  --radius-large: 2rem;
  --radius-medium: 1.2rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--canvas);
  font-size: 16px;
  line-height: 1.5;
}

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

button { font: inherit; }

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 1.5rem clamp(1.5rem, 6vw, 7rem) 5rem;
  background:
    radial-gradient(circle at 90% 12%, rgb(234 220 247 / 72%), transparent 23rem),
    radial-gradient(circle at 76% 75%, rgb(185 233 221 / 58%), transparent 18rem),
    linear-gradient(125deg, #fffdfb 0%, #f8f1f8 49%, #f7f5fb 100%);
}

.site-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

.wordmark,
.product-mark {
  font-size: 1.32rem;
  font-weight: 760;
  letter-spacing: -0.075em;
}

.wordmark span,
.product-mark span { color: var(--rose); }

.nav-link,
.text-link {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 650;
}

.nav-link:hover,
.text-link:hover { color: var(--plum); }

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: clamp(6rem, 15vh, 10rem) auto 0;
  text-align: center;
}

.eyebrow,
.product-kicker,
.card-label {
  margin: 0;
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p { margin-top: 0; }

h1,
h2,
h3,
h4 { letter-spacing: -0.055em; }

h1 {
  max-width: 700px;
  margin: 1.15rem auto 1.4rem;
  font-size: clamp(3.4rem, 7vw, 6.3rem);
  font-weight: 720;
  line-height: 0.96;
}

.intro {
  max-width: 550px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 2.85rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.button-primary { color: #fff; background: var(--plum); }
.button-primary:hover { background: var(--plum-deep); }
.button-secondary { border-color: #d7ccdf; background: rgb(255 255 255 / 62%); }
.button-secondary:hover { border-color: var(--plum); }

.availability {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.hero-art { position: absolute; inset: 0; pointer-events: none; }
.orbit { position: absolute; border: 1px solid rgb(68 42 90 / 13%); border-radius: 50%; }
.orbit-large { width: 44rem; height: 44rem; top: -21rem; left: -18rem; }
.orbit-small { width: 21rem; height: 21rem; right: 5%; bottom: -13rem; }
.signal { position: absolute; border-radius: 999px; background: var(--rose); transform: rotate(-35deg); }
.signal-one { width: 5.5rem; height: 0.35rem; top: 28%; left: 15%; }
.signal-two { width: 3rem; height: 0.35rem; right: 16%; bottom: 30%; background: var(--plum); }

.product-section { padding: 7rem clamp(1.5rem, 6vw, 7rem); }
.section-heading { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
h2 { margin: 0.85rem 0 0; font-size: clamp(2.2rem, 4.6vw, 4rem); line-height: 1.02; font-weight: 710; }

.product-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  max-width: 1060px;
  min-height: 560px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.product-sidebar {
  display: flex;
  flex-direction: column;
  padding: 1.7rem;
  background: #f7f1f8;
}

.studio-switcher { margin-top: 3.4rem; color: var(--ink-soft); font-size: 0.75rem; }
.studio-switcher strong { display: block; margin-top: 0.2rem; color: var(--ink); font-size: 0.9rem; }
.product-nav { display: grid; gap: 0.3rem; padding: 0; margin: 2.2rem 0; list-style: none; color: var(--ink-soft); font-size: 0.88rem; }
.product-nav li { padding: 0.6rem 0.75rem; border-radius: 0.6rem; }
.product-nav .selected { color: var(--plum); background: #fff; font-weight: 720; box-shadow: 0 3px 9px rgb(68 42 90 / 6%); }
.aid-status { display: flex; gap: 0.45rem; align-items: center; margin-top: auto; color: var(--plum); font-size: 0.76rem; font-weight: 700; }
.status-dot { width: 0.46rem; height: 0.46rem; border-radius: 50%; background: #5eb49f; }

.product-main { padding: clamp(1.6rem, 4vw, 3.4rem); background: linear-gradient(135deg, #fffdfb, #fcfafc); }
.product-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 2.3rem; }
.product-kicker { color: var(--ink-soft); letter-spacing: 0.04em; }
h3 { margin: 0.3rem 0 0; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.05; }
.day-badge { padding: 0.42rem 0.65rem; border-radius: 999px; color: var(--plum); background: var(--lilac); font-size: 0.74rem; font-weight: 740; white-space: nowrap; }

.agenda-card,
.aid-card { border-radius: var(--radius-medium); }
.agenda-card { padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid #ece5ed; background: #fff; }
.card-head,
.aid-card-head,
.aid-card-footer { display: flex; justify-content: space-between; gap: 1rem; }
h4 { margin: 0.35rem 0 0; font-size: 1.22rem; line-height: 1.14; }
.time { color: var(--plum); font-size: 1.05rem; font-weight: 760; }
.appointment-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding-top: 1.4rem; margin: 1.5rem 0 0; border-top: 1px solid #eee9ed; }
.appointment-facts dt { color: var(--ink-soft); font-size: 0.72rem; }
.appointment-facts dd { margin: 0.2rem 0 0; font-size: 0.82rem; font-weight: 700; }

.aid-card { padding: clamp(1.3rem, 3vw, 2rem); margin-top: 1rem; color: #fff; background: linear-gradient(130deg, #43255c, #6a3d83); }
.aid-card .card-label { color: #e5d5f4; }
.aid-card h4 { max-width: 390px; }
.aid-emblem { display: grid; width: 2.2rem; height: 2.2rem; place-items: center; flex: 0 0 auto; border-radius: 0.7rem; color: var(--plum); background: var(--mint); font-size: 0.72rem; font-weight: 850; letter-spacing: -0.04em; }
.aid-card > p { max-width: 520px; margin: 1.45rem 0; color: #eee6f4; font-size: 0.9rem; }
.aid-card-footer { align-items: center; padding-top: 1.05rem; border-top: 1px solid rgb(255 255 255 / 18%); color: #ded0e9; font-size: 0.72rem; }
.aid-card button { padding: 0; border: 0; color: #fff; background: none; font-size: 0.78rem; font-weight: 750; cursor: pointer; }

.principle { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 10vw, 10rem); padding: 7rem clamp(1.5rem, 12vw, 14rem); color: #f8f1f8; background: var(--plum-deep); }
.principle .eyebrow { color: var(--lilac-strong); }
.principle h2 { max-width: 500px; }
.principle-copy { max-width: 440px; align-self: end; color: #dacee4; font-size: 1.05rem; }
.principle .text-link { display: inline-block; margin-top: 1rem; color: #fff; }

@media (max-width: 700px) {
  .hero { min-height: 650px; padding-bottom: 4rem; }
  .hero-copy { margin-top: 7.5rem; }
  .product-section { padding-top: 5rem; padding-bottom: 5rem; }
  .product-shell { grid-template-columns: 1fr; border-radius: 1.2rem; }
  .product-sidebar { display: none; }
  .product-main { padding: 1.25rem; }
  .product-header { margin-bottom: 1.5rem; }
  .appointment-facts { grid-template-columns: 1fr; gap: 0.7rem; }
  .principle { grid-template-columns: 1fr; padding-top: 5rem; padding-bottom: 5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
