:root {
  --ink: #241b2f;
  --muted: #62586d;
  --paper: #fffaf2;
  --paper-deep: #f3eadc;
  --plum: #643c74;
  --plum-dark: #3d244a;
  --gold: #d89b44;
  --sage: #5f806f;
  --rose: #bd6b72;
  --line: rgba(61, 36, 74, 0.16);
  --shadow: 0 24px 70px rgba(61, 36, 74, 0.13);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.65; }
a { color: inherit; }
img, svg { max-width: 100%; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; padding: .7rem 1rem; color: white; background: var(--plum-dark); }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255, 250, 242, .91); backdrop-filter: blur(18px); }
.nav { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 850; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50% 50% 46% 54%; color: white; background: radial-gradient(circle at 34% 30%, #eec57d, var(--gold) 32%, var(--plum) 100%); box-shadow: 0 8px 24px rgba(100, 60, 116, .25); }
.brand-mark::before { content: "✦"; font-size: 1.15rem; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; font-size: .93rem; font-weight: 650; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--plum); }
.nav-links a.button { color: white; }
.nav-links a.button:hover, .nav-links a.button:focus-visible { color: white; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .76rem 1.15rem; border: 1px solid transparent; border-radius: 999px; color: white; background: var(--plum); box-shadow: 0 12px 30px rgba(100, 60, 116, .18); font-weight: 760; text-decoration: none; cursor: pointer; }
.button:hover, .button:focus-visible { background: var(--plum-dark); transform: translateY(-1px); }
.button.secondary { color: var(--plum-dark); background: transparent; border-color: var(--line); box-shadow: none; }
.button.secondary:hover { background: rgba(100, 60, 116, .06); }
.button.light { color: var(--plum-dark); background: white; }
main { overflow: hidden; }
.wrap { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.narrow { width: min(780px, calc(100% - 2rem)); margin: 0 auto; }
.hero { position: relative; padding: clamp(5rem, 9vw, 8.2rem) 0 5rem; background: radial-gradient(circle at 85% 15%, rgba(216,155,68,.22), transparent 25rem), radial-gradient(circle at 7% 70%, rgba(95,128,111,.17), transparent 27rem), linear-gradient(180deg, #fffaf2 0%, #f8f0e7 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 90px; background: linear-gradient(to bottom right, transparent 49%, var(--paper) 50%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.eyebrow { margin: 0 0 1rem; color: var(--plum); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 .8rem; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; font-size: clamp(3rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
.lede { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.microcopy { margin: 1rem 0 0; color: var(--muted); font-size: .9rem; }
.constellation { position: relative; aspect-ratio: 1 / 1; min-height: 430px; border: 1px solid var(--line); border-radius: 46% 54% 50% 50%; background: rgba(255,255,255,.58); box-shadow: var(--shadow); }
.constellation::before, .constellation::after { content: ""; position: absolute; inset: 18%; border: 1px dashed rgba(100,60,116,.25); border-radius: 50%; transform: rotate(18deg); }
.constellation::after { inset: 34%; transform: rotate(-26deg); }
.person { position: absolute; z-index: 2; display: grid; place-items: center; width: 92px; height: 92px; padding: .6rem; border-radius: 50%; text-align: center; font-family: Georgia, serif; font-weight: 700; background: white; box-shadow: 0 14px 35px rgba(61,36,74,.15); }
.person.one { top: 10%; left: 40%; border: 5px solid rgba(216,155,68,.62); }
.person.two { top: 38%; left: 7%; border: 5px solid rgba(95,128,111,.55); }
.person.three { top: 44%; right: 6%; border: 5px solid rgba(189,107,114,.5); }
.person.four { bottom: 8%; left: 39%; border: 5px solid rgba(100,60,116,.46); }
.thread { position: absolute; z-index: 1; height: 2px; transform-origin: left center; background: linear-gradient(90deg, rgba(100,60,116,.1), rgba(100,60,116,.52)); }
.thread.t1 { width: 43%; top: 34%; left: 26%; transform: rotate(-38deg); }
.thread.t2 { width: 46%; top: 34%; left: 49%; transform: rotate(39deg); }
.thread.t3 { width: 45%; top: 59%; left: 20%; transform: rotate(38deg); }
.thread.t4 { width: 42%; top: 63%; left: 48%; transform: rotate(-43deg); }
.thread.t5 { width: 60%; top: 53%; left: 19%; transform: rotate(4deg); }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section.tint { background: #f6eee4; }
.section.dark { color: white; background: var(--plum-dark); }
.section-header { max-width: 780px; margin-bottom: 2.4rem; }
.section-header p { color: var(--muted); font-size: 1.08rem; }
.dark .section-header p { color: rgba(255,255,255,.72); }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.66); box-shadow: 0 12px 34px rgba(61,36,74,.06); }
.card.story { border-top: 5px solid var(--gold); }
.card.archive { border-top: 5px solid var(--sage); }
.card p { margin: .45rem 0 0; color: var(--muted); }
.card ul { padding-left: 1.1rem; color: var(--muted); }
.card-link { display: inline-block; margin-top: 1.2rem; color: var(--plum); font-weight: 780; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.tag { display: inline-block; padding: .3rem .6rem; border-radius: 999px; color: var(--plum-dark); background: rgba(216,155,68,.2); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.archive .tag { background: rgba(95,128,111,.18); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.prose { font-size: 1.05rem; }
.prose p { margin: 0 0 1.15rem; }
.prose h2 { margin-top: 2.8rem; }
.prose h3 { margin-top: 2rem; }
.prose ul, .prose ol { padding-left: 1.35rem; }
.prose li { margin: .55rem 0; }
.prose .callout { margin: 2rem 0; padding: 1.4rem 1.5rem; border-left: 5px solid var(--sage); border-radius: 0 16px 16px 0; background: #f2f5ef; }
.quote { margin: 0; padding: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.75rem); line-height: 1.25; }
.quote + cite { display: block; margin-top: 1rem; color: rgba(255,255,255,.68); font-style: normal; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.step { position: relative; padding: 4.2rem 1.5rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: 1.25rem; left: 1.35rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--plum); font-weight: 800; }
.cta { padding: clamp(2.2rem, 5vw, 4rem); border-radius: 32px; color: white; background: linear-gradient(125deg, var(--plum-dark), var(--plum)); box-shadow: var(--shadow); }
.cta p { max-width: 680px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.page-hero { padding: clamp(4.2rem, 8vw, 7rem) 0 4rem; background: linear-gradient(180deg, #fffaf2, #f5ecdf); }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
.breadcrumbs { margin: 0 0 1.5rem; color: var(--muted); font-size: .9rem; }
.breadcrumbs a { color: var(--plum); }
.form-shell { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
form { display: grid; gap: 1.15rem; }
label, legend { font-weight: 760; }
input, select, textarea { width: 100%; margin-top: .4rem; padding: .82rem .9rem; border: 1px solid rgba(61,36,74,.24); border-radius: 12px; color: var(--ink); background: #fffcf8; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(216,155,68,.3); border-color: var(--plum); }
fieldset { margin: 0; padding: 0; border: 0; }
.options { display: grid; gap: .65rem; margin-top: .65rem; }
.option { display: flex; gap: .7rem; align-items: flex-start; padding: .8rem; border: 1px solid var(--line); border-radius: 12px; font-weight: 550; }
.option input { width: auto; margin: .22rem 0 0; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { color: var(--muted); font-size: .88rem; }
.site-footer { padding: 3rem 0; border-top: 1px solid var(--line); background: #f6eee4; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; color: var(--muted); font-size: .9rem; }
.site-footer p { margin: .5rem 0 0; color: var(--muted); font-size: .9rem; }
@media (max-width: 900px) { .hero-grid, .split { grid-template-columns: 1fr; } .constellation { width: min(100%, 520px); margin: 0 auto; } .cards.three, .steps { grid-template-columns: 1fr; } .nav-links a:not(.button) { display: none; } }
@media (max-width: 640px) { .nav { min-height: 66px; } .cards, .footer-grid { grid-template-columns: 1fr; } .footer-links { justify-content: flex-start; } .constellation { min-height: 350px; } .person { width: 76px; height: 76px; font-size: .86rem; } .button { width: 100%; } .nav .button { width: auto; min-height: 42px; padding: .6rem .85rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
