:root {
  color-scheme: light;
  --paper: #F8F3ED;
  --paper: oklch(0.965 0.012 70);
  --paper-deep: #EEE6DE;
  --paper-deep: oklch(0.93 0.017 65);
  --ink: #342B37;
  --ink: oklch(0.29 0.028 319);
  --ink-muted: #6B626E;
  --ink-muted: oklch(0.49 0.022 319);
  --plum: #684866;
  --plum: oklch(0.43 0.066 320);
  --plum-deep: #4A3248;
  --plum-deep: oklch(0.34 0.057 320);
  --lavender: #E8DDE8;
  --lavender: oklch(0.89 0.027 320);
  --sage: #AAB69F;
  --sage: oklch(0.74 0.042 135);
  --orange: #D78752;
  --orange: oklch(0.68 0.105 55);
  --line: #D8CEC8;
  --line: oklch(0.85 0.016 55);
  --focus: #684866;
  --gutter: clamp(20px, 5vw, 72px);
  --section-space: clamp(72px, 11vw, 144px);
  --display: ui-serif, "New York", Georgia, serif;
  --interface: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--interface); font-size: clamp(1rem, 1.2vw, 1.125rem); line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--plum-deep); text-decoration-line: underline; text-decoration-thickness: 1px; text-underline-offset: 0.24em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; }
h1 { max-width: 10ch; margin-bottom: 32px; font-size: clamp(2.75rem, 7vw, 6.5rem); line-height: 0.98; letter-spacing: -0.04em; text-wrap: balance; }
h2 { margin-bottom: 24px; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.05; letter-spacing: -0.03em; text-wrap: balance; }
h3 { margin-bottom: 12px; font-size: clamp(1.45rem, 2.3vw, 2.25rem); line-height: 1.15; }
p { max-width: 65ch; }

.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 10px 14px; color: var(--paper); background: var(--plum-deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header__inner, .section-inner, .site-footer__inner, .hero__inner { width: min(100% - (2 * var(--gutter)), 1180px); margin-inline: auto; }
.site-header { padding-block: 24px; border-bottom: 1px solid var(--line); }
.site-header__inner, .site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px 48px; }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 4px 28px; }
.site-header a, .site-footer a { display: inline-flex; min-height: 44px; align-items: center; }
.wordmark { color: var(--ink); font-family: var(--display); font-size: 1.25rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.eyebrow { margin-bottom: 20px; color: var(--plum); font-size: 0.75rem; font-weight: 650; letter-spacing: 0.12em; line-height: 1.4; text-transform: uppercase; }

.hero { overflow: hidden; padding-block: clamp(64px, 9vw, 120px) var(--section-space); }
.hero__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(48px, 8vw, 112px); align-items: center; }
.hero__promise { max-width: 38ch; margin-bottom: 32px; color: var(--ink-muted); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.availability { display: inline-flex; max-width: 360px; flex-direction: column; gap: 2px; padding: 15px 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink-muted); font-size: 0.875rem; }
.availability__title { color: var(--ink); font-weight: 650; }
.hero__visual { position: relative; display: grid; place-items: center; min-width: 0; }
.hero__field { position: absolute; width: min(125%, 460px); aspect-ratio: 0.86; border-radius: 48% 48% 44% 44%; background: var(--lavender); transform: rotate(3deg); }
.hero__visual img { position: relative; z-index: 1; width: min(100%, 340px); border: 1px solid var(--line); border-radius: 40px; box-shadow: 0 24px 64px rgba(74, 50, 72, 0.16); }

.practice { padding-block: var(--section-space); }
.practice__intro { max-width: 780px; margin-bottom: clamp(64px, 9vw, 112px); }
.practice__intro > p:last-child { color: var(--ink-muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.moments { display: grid; margin: 0; padding: 0; list-style: none; }
.moment { position: relative; display: grid; grid-template-columns: 72px minmax(0, 1fr) minmax(120px, 0.5fr); gap: 24px; align-items: center; padding-block: clamp(40px, 6vw, 72px); border-top: 1px solid var(--line); }
.moment:last-child { border-bottom: 1px solid var(--line); }
.moment__number { align-self: start; color: var(--plum); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; }
.moment p { margin-bottom: 0; color: var(--ink-muted); }
.moment--primary { grid-template-columns: 72px minmax(0, 1.35fr) minmax(180px, 0.65fr); padding-block: clamp(56px, 8vw, 96px); }
.moment--compact { width: 82%; margin-left: auto; grid-template-columns: 72px minmax(0, 1fr) 120px; }
.day-mark { justify-self: end; width: min(100%, 170px); padding: 20px; border: 1px solid var(--line); border-radius: 24px; background: var(--lavender); }
.day-mark span { display: block; margin-bottom: 18px; color: var(--plum-deep); font-family: var(--display); font-size: 1.25rem; }
.day-mark i { display: block; height: 1px; margin-top: 10px; background: var(--plum); opacity: 0.55; }
.participation-lines { justify-self: end; width: min(100%, 220px); }
.participation-lines i { display: block; height: 14px; margin-block: 16px; border-radius: 999px; background: var(--lavender); }
.participation-lines i:nth-child(2) { width: 76%; background: var(--sage); }
.participation-lines i:nth-child(3) { width: 48%; background: var(--orange); }
.widget-outline { justify-self: end; width: 104px; aspect-ratio: 1; padding: 22px; border: 2px solid var(--line); border-radius: 26px; }
.widget-outline i { display: block; height: 2px; margin-top: 14px; background: var(--plum); }
.widget-outline i:last-child { width: 60%; }

.privacy { padding-block: var(--section-space); border-block: 1px solid var(--line); background: var(--paper-deep); }
.privacy__layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(56px, 9vw, 120px); }
.privacy__lead > p:not(.eyebrow) { color: var(--ink-muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 16px; font-weight: 650; }
.privacy__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.privacy__facts article { padding: 0 0 40px 32px; border-bottom: 1px solid var(--line); }
.privacy__facts article:nth-child(even) { border-left: 1px solid var(--line); }
.privacy__facts article:nth-child(n + 3) { padding-top: 40px; padding-bottom: 0; border-bottom: 0; }
.privacy__facts p { margin-bottom: 0; color: var(--ink-muted); }

.closing { padding-block: var(--section-space); text-align: center; }
.closing__inner { width: min(100% - (2 * var(--gutter)), 760px); margin-inline: auto; }
.closing__inner p { margin-inline: auto; }
.closing__mark { width: 10px; height: 10px; margin-bottom: 28px; border-radius: 50%; background: var(--orange); }
.availability--centered { margin-top: 28px; text-align: left; }
.site-footer { padding-block: 28px; border-top: 1px solid var(--line); color: var(--ink-muted); font-size: 0.875rem; }

@media (max-width: 799px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { margin-top: 16px; }
  .hero__visual img { width: min(82vw, 340px); border-radius: 28px; }
  .hero__field { width: min(98vw, 420px); }
  .moment, .moment--primary, .moment--compact { width: 100%; grid-template-columns: 48px minmax(0, 1fr); margin-left: 0; }
  .day-mark, .participation-lines, .widget-outline { grid-column: 2; justify-self: start; margin-top: 18px; }
  .privacy__layout { grid-template-columns: 1fr; }
}

@media (max-width: 699px) {
  .privacy__facts { grid-template-columns: 1fr; }
  .privacy__facts article, .privacy__facts article:nth-child(even), .privacy__facts article:nth-child(n + 3) { padding: 28px 0; border: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 519px) {
  .site-header__inner, .site-footer__inner { align-items: flex-start; flex-direction: column; gap: 8px; }
  .site-header nav, .site-footer nav { width: 100%; justify-content: space-between; gap: 4px 12px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.5rem); }
  .moment, .moment--primary, .moment--compact { grid-template-columns: 36px minmax(0, 1fr); gap: 16px; }
  .hero__visual img { width: 100%; }
}

@media (prefers-contrast: more) {
  :root { --line: #6B626E; --ink-muted: #4A414D; }
  .availability, .day-mark, .widget-outline { border-width: 2px; }
  a { text-decoration-thickness: 2px; }
}

@media (forced-colors: active) {
  .hero__field, .day-mark, .participation-lines i, .widget-outline i, .closing__mark { forced-color-adjust: none; background: CanvasText; }
  .hero__visual img, .availability, .day-mark, .widget-outline, .privacy__facts article { border-color: CanvasText; }
  a:focus-visible { outline-color: Highlight; }
}
