:root{--ink: #1c2523;--ink-soft: #4a534f;--paper: #fbf9f4;--paper-raised: #ffffff;--line: #dfd8c8;--radius: 14px;--content-width: 780px;--coral: #ff7961;--coral-text: #c05a40;--coral-pale: #fff0ee;--coral-light: #ffbcb0;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--font-hand: "Caveat", cursive;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--paper);color:var(--ink);font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,Times New Roman,serif;line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:inherit;font-weight:600;color:var(--ink);letter-spacing:-.01em}p{margin:0 0 1em}.page{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal--visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}}.hero-in{animation:hero-rise .9s cubic-bezier(.16,1,.3,1) both}.hero-in--1{animation-delay:.05s}.hero-in--2{animation-delay:.18s}.hero-in--3{animation-delay:.34s}.hero-in--4{animation-delay:.5s}@keyframes hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.hero-in{animation:none}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;max-width:var(--content-width);margin:0 auto;padding:var(--space-2xl) var(--space-md) var(--space-xl)}.hero-eyebrow{margin:0 0 var(--space-sm);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--coral-text)}.hero h1{font-size:clamp(2.75rem,2rem + 3.5vw,4.5rem);line-height:1.05;letter-spacing:-.02em;margin:0 0 var(--space-lg)}.hero-lede{font-size:1.2rem;color:var(--ink-soft);margin:0;max-width:58ch}.hero-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:var(--space-lg)}.hero-photo{display:block;width:100%;aspect-ratio:5 / 4;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line)}.hero-photos-caption{margin:.6rem 0 0;font-size:.8rem;font-style:italic;color:var(--ink-soft)}.section{max-width:var(--content-width);margin:0 auto;padding:var(--space-2xl) var(--space-md) var(--space-xl)}.section-band{background-color:#ff7961cc;background-image:radial-gradient(circle,rgba(28,37,35,.12) 1px,transparent 1px);background-size:18px 18px}.section-band .section-lede,.section-band .section-note{color:var(--ink)}.section-band .section-note{border-top-color:#1c252340}.section h2{font-size:1.8rem;margin:0 0 var(--space-sm)}.section-lede{color:var(--ink-soft);font-size:1.05rem;max-width:60ch}.section-note{color:var(--ink-soft);font-size:.98rem;margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--line)}.timeline-attribution{font-size:.85rem;font-style:italic}.scope-question{position:relative;margin:var(--space-lg) 0 var(--space-md);padding:0 0 0 2.4rem;max-width:62ch;font-size:clamp(1.5rem,1.1rem + 1.6vw,2.2rem);font-style:italic;line-height:1.35;color:var(--ink)}.scope-question:before{content:"“";position:absolute;left:-.4rem;top:-1.5rem;font-size:4.5rem;font-style:normal;color:var(--coral);line-height:1}.timeline{list-style:none;margin:var(--space-lg) 0 0;padding:0}.timeline-item{display:flex;gap:1.25rem;padding-bottom:var(--space-lg);position:relative}.timeline-item:before{content:"";position:absolute;left:17px;top:40px;bottom:0;width:1px;background:var(--line)}.timeline-item:last-child:before{display:none}.timeline-marker{flex:none;width:36px;height:36px;border-radius:50%;background:var(--paper-raised);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:.9rem;color:var(--ink-soft);z-index:1}.timeline-item--current .timeline-marker{background:var(--coral);border-color:var(--coral);color:#fff}.timeline-body{padding-top:.25rem}.timeline-heading{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;margin-bottom:.35rem}.timeline-heading h3{font-size:1.15rem;margin:0}.timeline-window{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;color:var(--ink-soft)}.timeline-badge{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--coral-text);background:var(--coral-pale);border-radius:999px;padding:.2rem .6rem}.timeline-body p{color:var(--ink-soft);margin:0;max-width:56ch}.responsibility-list{margin:var(--space-md) 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.responsibility-item{position:relative;min-height:210px;padding:3.1rem 1.4rem 1.4rem}.responsibility-item-shape{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.responsibility-item-shape rect{fill:var(--paper-raised);stroke:var(--ink);stroke-width:2.5;stroke-linejoin:round}.responsibility-number{position:absolute;z-index:1;left:1.2rem;top:1.2rem;width:26px;height:26px;border-radius:50%;background:var(--coral-pale);border:2px solid var(--coral-text);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:.85rem;color:var(--coral-text)}.responsibility-item-content{position:relative;z-index:1}.responsibility-item h3{font-size:1.35rem;font-weight:700;line-height:1.15;margin:0 0 .5rem}.responsibility-item p{color:var(--ink-soft);font-size:.95rem;margin:0}.commitments-label{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--coral-text)}.commitments-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:var(--space-sm)}.commitment-icon{display:block;width:40px;height:40px;margin-bottom:.75rem}.commitment-icon line,.commitment-icon rect,.commitment-icon circle,.commitment-icon path{fill:none;stroke:var(--coral-text);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.commitment-card h3{font-size:1.05rem;margin:0 0 .4rem}.commitment-card p{color:var(--ink-soft);font-size:.95rem;margin:0}.voices-grid{display:flex;flex-wrap:wrap;gap:3rem 2rem;margin:var(--space-lg) 0 var(--space-md)}.speech-bubble{--rot: 0deg;position:relative;width:300px;min-height:250px;transform:scale(.85) rotate(var(--rot));opacity:0;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .4s ease}.speech-bubble--visible{transform:scale(1) rotate(var(--rot));opacity:1}.speech-bubble-shape{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;overflow:visible}.thought-cloud ellipse,.thought-cloud circle,.thought-trail circle{fill:var(--paper-raised);stroke:var(--ink);stroke-width:3;stroke-linejoin:round}.thought-person circle,.thought-person path{fill:var(--ink);opacity:.82}.speech-bubble-text-wrap{position:absolute;left:19%;right:19%;top:12%;height:42%;z-index:1;display:flex;align-items:center;justify-content:center;text-align:center}.speech-bubble-text{margin:0;font-family:var(--font-hand);font-size:1.2rem;font-weight:600;line-height:1.25;color:var(--ink);opacity:0;transition:opacity .6s ease}.speech-bubble-text--visible{opacity:1}.voices-disclaimer{font-size:.85rem;font-style:italic;color:var(--ink-soft);margin:0}@media (prefers-reduced-motion: reduce){.speech-bubble,.speech-bubble-text{transition:none}}.footer{border-top:1px solid var(--line);padding:var(--space-lg) var(--space-md) var(--space-xl);text-align:center}.footer p{margin:0 0 .4rem;font-size:.9rem;color:var(--ink-soft)}.footer-note{max-width:50ch;margin-left:auto!important;margin-right:auto!important}@media (max-width: 640px){.hero{padding:var(--space-xl) 1.25rem var(--space-lg)}.hero-photos{gap:.6rem}.commitments-grid,.responsibility-list{grid-template-columns:1fr}}
