:root{--accent-on-light:#4a2f9c;--accent-on-dark:#a78bfa;--ink:#2a2733;--body-text:#5a5566;--surface:#fff;--surface-alt:#f4f2f8;--surface-dark:#221b33;--border-mid:#d8d3e2;--space-band:120px;--space-footer:45px;--space-strip:20px;--container:1440px;--gutter:30px;--grid-gap:30px;--step-hero:clamp(2.5rem, 1.2rem + 5.6vw, 5rem);--step-h2:clamp(1.65rem, 1.3rem + 1.5vw, 2rem);--step-h3:clamp(1.25rem, 1.1rem + .6vw, 1.5rem);--step-lead:clamp(1.05rem, 1rem + .35vw, 1.3rem);--ring:0 0 0 2px inset}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--surface);color:var(--body-text);font-family:var(--font-body), system-ui, sans-serif;margin:0;font-size:1rem;line-height:1.625}h1,h2,h3,h4{font-family:var(--font-heading), system-ui, sans-serif;color:var(--ink);text-transform:uppercase;letter-spacing:.01em;text-wrap:balance;margin:0 0 .5em;font-weight:700;line-height:1.15}h1{font-size:var(--step-hero);letter-spacing:-.01em;line-height:1.05}h2{font-size:var(--step-h2)}h3{font-size:var(--step-h3);text-transform:none;letter-spacing:0}p{max-width:68ch;margin:0 0 1.25rem}a{color:var(--accent-on-light)}:focus-visible{outline:3px solid var(--accent-on-light);outline-offset:3px;border-radius:2px}img{max-width:100%;height:auto}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.skip-link{position:absolute;left:-9999px}.skip-link:focus{z-index:200;background:var(--surface-dark);color:var(--surface);font-family:var(--font-heading), system-ui, sans-serif;text-transform:uppercase;letter-spacing:.06em;padding:.75rem 1.25rem;top:0;left:0}main li a{min-width:24px;min-height:24px;padding:4px 2px;display:inline-block}.container{width:100%;max-width:var(--container);padding-inline:var(--gutter);margin-inline:auto}.band{padding-block:var(--space-band)}.band--alt{background:var(--surface-alt)}.band--dark{background:var(--surface-dark);color:#cfc9db}.band--dark h1,.band--dark h2,.band--dark h3{color:var(--surface)}.band--dark a{color:var(--accent-on-dark)}.strip{padding-block:var(--space-strip);background:var(--surface-alt)}.kicker{font-family:var(--font-heading), system-ui, sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-on-light);margin:0 0 1rem;font-size:.8125rem;font-weight:700;display:block}.kicker:before{content:"›";margin-inline-end:.5em}.band--dark .kicker{color:var(--accent-on-dark)}.site-header{background:var(--surface-dark)}.site-header nav ul{padding:0;flex-wrap:wrap;justify-content:center;gap:.25rem 1.75rem;margin:0;padding-block:1.125rem;list-style:none;display:flex}.site-header nav a{font-family:var(--font-heading), system-ui, sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#d4cee2;border-bottom:2px solid #0000;min-height:24px;padding:6px 2px;font-size:.8125rem;font-weight:700;text-decoration:none;transition:color .2s ease-in-out,border-color .2s ease-in-out;display:inline-block}.site-header nav a:hover{color:var(--surface)}.site-header nav a[aria-current=page]{color:var(--surface);border-bottom-color:var(--accent-on-dark)}.hero{background:var(--surface-alt);padding-block:clamp(3rem, 1.5rem + 6vw, var(--space-band))}.hero__inner{gap:var(--grid-gap);grid-template-columns:1fr;align-items:center;display:grid}.hero__media{width:100%;max-width:520px;margin:0}.hero__media img{border-radius:2px;width:100%;height:auto;display:block}.hero__body h1{margin-bottom:.75rem}.hero__lead{font-size:var(--step-lead);color:var(--body-text);line-height:1.6}.button{font-family:var(--font-heading), system-ui, sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-on-light);box-shadow:var(--ring) var(--accent-on-light);background:0 0;border-radius:50px;padding:14px 34px;font-size:.8125rem;font-weight:700;text-decoration:none;transition:background-color .25s ease-in-out,color .25s ease-in-out;display:inline-block}.button:hover{background:var(--accent-on-light);color:var(--surface)}.band--dark .button,.hero--dark .button{color:var(--accent-on-dark);box-shadow:var(--ring) var(--accent-on-dark)}.band--dark .button:hover{background:var(--accent-on-dark);color:var(--surface-dark)}.linklist{gap:var(--grid-gap);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}.linklist li{background:var(--surface);box-shadow:0 0 0 1px var(--border-mid);border-radius:2px;padding:28px 30px;transition:transform .3s ease-in-out}.linklist li:hover{transform:translateY(-5px)}.linklist a{font-family:var(--font-heading), system-ui, sans-serif;text-transform:uppercase;letter-spacing:.06em;font-weight:700;text-decoration:none}.linklist a:hover{text-decoration:underline}.prose>:last-child{margin-bottom:0}.prose h2{margin-top:2.5rem}.prose h2:first-child{margin-top:0}.table-wrap{margin-bottom:1.5rem;overflow-x:auto}.table-wrap:focus-visible{outline:3px solid var(--accent-on-light);outline-offset:2px}.gallery{gap:var(--grid-gap);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}.gallery figure{margin:0}.gallery img{border-radius:2px;width:100%;height:auto;display:block}.gallery figcaption{color:var(--body-text);margin-top:.875rem;font-size:.9375rem}.site-footer{background:var(--surface-dark);color:#b8b1c7;padding-block:var(--space-footer)}.site-footer a{color:var(--accent-on-dark)}.site-footer p{max-width:68ch;line-height:1.8}.site-footer p:last-child{color:#8f879f;margin-bottom:0;font-size:.875rem}@media (width>=48rem){.linklist,.gallery{grid-template-columns:repeat(2,1fr)}}@media (width>=62rem){.hero__inner{gap:clamp(var(--grid-gap), 4vw, 80px);grid-template-columns:minmax(0,5fr) minmax(0,7fr)}.linklist{grid-template-columns:repeat(4,1fr)}.gallery{grid-template-columns:repeat(3,1fr)}}.band--page{padding-block:clamp(2.75rem, 1.5rem + 5vw, 5.5rem) var(--space-band)}.band--page>.container{max-width:58rem}.band--page h1{font-size:var(--step-h2);border-bottom:2px solid var(--accent-on-light);max-width:100%;margin-bottom:1.5rem;padding-bottom:1.25rem;display:inline-block}.band--page>.container>:last-child{margin-bottom:0}.band--page ul{max-width:68ch;padding-left:1.25rem}.band--page li{margin-bottom:.5rem}.band--page figure{max-width:420px;margin:2rem 0}.band--page figure img{border-radius:2px;width:100%;height:auto;display:block}.band--page figcaption{margin-top:.75rem;font-size:.9375rem}.band--page table{border-collapse:collapse;width:100%;margin-bottom:0}.band--page th,.band--page td{text-align:left;border-bottom:1px solid var(--border-mid);padding:10px 14px}.band--page th{white-space:nowrap}.band--page caption{text-align:left;margin-bottom:.75rem;font-size:.9375rem}.band--page th{font-family:var(--font-heading), system-ui, sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);font-size:.75rem}.gallery-grid{gap:var(--grid-gap);grid-template-columns:1fr;margin:2rem 0;display:grid}.gallery-grid figure{max-width:none;margin:0}@media (width>=48rem){.gallery-grid{grid-template-columns:repeat(3,1fr)}}
