:root{--color-bg: oklch(95% .013 80);--color-bg-alt: oklch(90% .016 80);--color-surface: oklch(98% .003 82);--color-bg-navbar: oklch(97% .008 80);--color-bg-footer: oklch(18% .024 248);--color-footer-text: oklch(85% .022 225);--color-bg-warm-1: oklch(90% .016 80);--color-bg-warm-2: oklch(93% .009 82);--color-bg-warm-3: oklch(91% .012 80);--color-bg-warm-4: oklch(90% .013 79);--color-bg-sessions: oklch(92% .011 80);--color-bg-approach: oklch(90% .015 79);--color-terracotta: oklch(61% .09 47);--color-terracotta-dark: oklch(46% .095 42);--color-terracotta-light: oklch(89% .038 50);--color-sage: oklch(63% .05 140);--color-sage-dark: oklch(45% .055 138);--color-sage-light: oklch(83% .038 140);--color-text: oklch(16% .038 52);--color-text-secondary: oklch(41% .042 42);--color-text-muted: oklch(37% .02 38);--color-border: oklch(83% .016 72);--color-divider: oklch(from var(--color-border) l c h / .09);--color-success: oklch(51% .075 152);--color-error: oklch(45% .16 28);--color-input-placeholder: oklch(61% .018 60);--color-white: oklch(100% 0 0);--font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--text-xs: clamp(.75rem, .75rem + .21vw, .875rem);--text-sm: clamp(.875rem, .875rem + .21vw, 1rem);--text-base: clamp(1rem, 1rem + .21vw, 1.125rem);--text-lg: clamp(1.125rem, 1.125rem + .42vw, 1.375rem);--text-xl: clamp(1.375rem, 1.375rem + .63vw, 1.75rem);--text-heading-section: clamp(2rem, 1.75rem + 2vw, 2.875rem);--text-2xl: clamp(1.75rem, 1.75rem + 1.25vw, 2.5rem);--text-3xl: clamp(2.5rem, 2.5rem + 2.5vw, 4rem);--text-eyebrow: .65625rem;--leading-tight: 1.1;--leading-snug: 1.3;--leading-normal: 1.6;--leading-relaxed: 1.65;--leading-loose: 1.8;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 1.75rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-28: 7rem;--space-32: 8rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-card: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-input: .375rem;--radius-full: 9999px;--shadow-sm: 0 1px 3px oklch(from var(--color-text) l c h / .08);--shadow-md: 0 4px 12px oklch(from var(--color-text) l c h / .12);--shadow-lg: 0 8px 24px oklch(from var(--color-text) l c h / .16);--shadow-xl: 0 16px 48px oklch(from var(--color-text) l c h / .18);--duration-fast: .15s;--duration-base: .25s;--duration-slow: .4s;--ease: ease;--max-width: 1200px;--prose-width: 65ch;--section-padding-y: clamp(3rem, 1.333rem + 8.33vw, 8rem);--container-padding-x: clamp(1rem, .333rem + 3.33vw, 3rem);--navbar-height: 4rem}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{min-height:100vh;line-height:inherit}img,picture,video,canvas,svg{display:block;max-inline-size:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}[role=list]{list-style:none;padding:0;margin:0}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.skip-link{position:fixed;top:var(--space-4);inset-inline-start:var(--space-4);padding:var(--space-3) var(--space-6);background-color:var(--color-terracotta-dark);color:var(--color-white);border-radius:var(--radius-md);font-weight:var(--font-weight-semibold);text-decoration:none;z-index:9999;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.skip-link:focus-visible{inline-size:auto;block-size:auto;overflow:visible;clip:auto;clip-path:none;white-space:normal;outline:2px solid var(--color-white);outline-offset:2px}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-weight-regular);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg)}h1,h2,h3{font-family:var(--font-serif);font-weight:var(--font-weight-light);line-height:var(--leading-tight)}h4,h5,h6{font-family:var(--font-sans);font-weight:var(--font-weight-semibold);line-height:var(--leading-snug)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}h5{font-size:var(--text-base)}h6{font-size:var(--text-sm)}p{line-height:var(--leading-normal)}a{color:var(--color-terracotta-dark);text-decoration:underline;transition:color var(--duration-fast) var(--ease)}a:hover{color:var(--color-terracotta)}a:focus-visible{outline:2px solid var(--color-terracotta-dark);outline-offset:2px;border-radius:var(--radius-sm)}hr{border:none;background:var(--color-terracotta);inline-size:52px;block-size:1px;margin:0 auto var(--space-6)}[data-eyebrow]{font-family:var(--font-sans);font-size:var(--text-eyebrow);font-weight:var(--font-weight-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--color-terracotta)}.visually-hidden{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
