:root{--brand:#ff8da1;--brand-strong:#c93e6b;--brand-deep:#a62f55;--brand-pale:#ffe8ee;--accent:#a8dadc;--accent-strong:#3a6886;--accent-pale:#e8f5f7;--highlight:#ffd93d;--highlight-pale:#fff6dc;--soft:#c1a0e3;--soft-pale:#f3eaf9;--ink:#2c3e50;--ink-soft:#5a6b7c;--cream:#fffdf7;--white:#fff;--rule:#e8e2d6;--gap-xs:.5rem;--gap-sm:1rem;--gap-md:1.75rem;--gap-lg:3rem;--gap-xl:5rem;--radius:14px;--radius-lg:24px;--shadow:0 4px 16px #2c3e5014;--shadow-lift:0 10px 28px #2c3e5024;--font-body:"Nunito", "Trebuchet MS", "Segoe UI", system-ui, sans-serif;--font-display:"Nunito", "Trebuchet MS", "Segoe UI", system-ui, sans-serif;--measure:68ch}*,:before,:after{box-sizing:border-box}body{background:var(--cream);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.65}img{max-width:100%;height:auto;display:block}h1,h2,h3{font-family:var(--font-display);margin:0 0 var(--gap-sm);text-wrap:balance;line-height:1.15}h1{letter-spacing:-.02em;font-size:clamp(2rem,6vw,3.25rem);font-weight:800}h2{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800}h3{font-size:clamp(1.15rem,2.5vw,1.4rem);font-weight:700}p{margin:0 0 var(--gap-sm);max-width:var(--measure)}.lead{color:var(--ink-soft);font-size:clamp(1.1rem,2.4vw,1.3rem)}.container{width:100%;max-width:1120px;padding-inline:var(--gap-sm);margin-inline:auto}@media (width>=40em){.container{padding-inline:var(--gap-md)}}.section{padding-block:var(--gap-lg)}@media (width>=48em){.section{padding-block:var(--gap-xl)}}.section--tint-sky{background:var(--accent-pale)}.section--tint-sunshine{background:var(--highlight-pale)}.section--tint-blush{background:var(--brand-pale)}.section--tint-lilac{background:var(--soft-pale)}.section--white{background:var(--white)}.grid{gap:var(--gap-md);grid-template-columns:1fr;display:grid}@media (width>=40em){.grid--2{grid-template-columns:repeat(2,1fr)}}@media (width>=56em){.grid--3{grid-template-columns:repeat(3,1fr)}}.prose-center{text-align:center}.prose-center p{margin-inline:auto}a{color:var(--accent-strong);text-underline-offset:3px}a:hover{color:var(--ink)}.btn{justify-content:center;align-items:center;gap:var(--gap-xs);font-size:1.2rem;font-weight:800;font-family:var(--font-display);text-align:center;cursor:pointer;border:3px solid #0000;border-radius:999px;padding:.85em 1.6em;line-height:1.2;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s;display:inline-flex}.btn--primary{background:var(--brand-strong);color:var(--white);box-shadow:var(--shadow)}.btn--primary:hover{background:var(--brand-deep);color:var(--white);box-shadow:var(--shadow-lift);transform:translateY(-2px)}.btn--secondary{background:var(--white);color:var(--ink);border-color:var(--accent-strong)}.btn--secondary:hover{background:var(--accent-pale);color:var(--ink);transform:translateY(-2px)}.btn--full{width:100%}.btn-row{gap:var(--gap-sm);margin-block:var(--gap-md);flex-wrap:wrap;display:flex}@media (width<=26em){.btn-row .btn{width:100%}}.prose-center .btn-row{justify-content:center}.card{background:var(--white);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--gap-md);box-shadow:var(--shadow)}.card h3{margin-top:0}.card p:last-child{margin-bottom:0}.card--link{color:inherit;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block}.card--link:hover{color:inherit;box-shadow:var(--shadow-lift);transform:translateY(-3px)}.card--link .card__more{color:var(--accent-strong);font-weight:800}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--ink);background:var(--highlight);margin-bottom:var(--gap-sm);border-radius:999px;padding:.4em .9em;font-size:.85rem;font-weight:800;display:inline-block}.hero{background:linear-gradient(180deg, var(--highlight-pale), var(--cream));padding-block:var(--gap-lg) var(--gap-lg)}.hero__inner{gap:var(--gap-md);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=52em){.hero__inner{gap:var(--gap-lg);grid-template-columns:1.05fr .95fr}}.hero__photo{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);max-width:20rem;margin-inline:auto;overflow:hidden}.hero__photo img{aspect-ratio:4/5;object-fit:cover;object-position:center;width:100%}.cover{border-radius:var(--radius);width:100%;max-width:340px;box-shadow:var(--shadow-lift);margin-inline:auto}.cover-placeholder{text-align:center;justify-content:center;align-items:center;gap:var(--gap-xs);aspect-ratio:1;padding:var(--gap-md);background:repeating-linear-gradient(45deg, var(--highlight-pale), var(--highlight-pale) 14px, var(--white) 14px, var(--white) 28px);border:3px dashed var(--accent-strong);color:var(--ink);flex-direction:column;display:flex}.cover-placeholder strong{font-size:1.1rem}.cover-placeholder span{color:var(--ink-soft);max-width:24ch;font-size:.9rem}.verbs{gap:var(--gap-sm);grid-template-columns:repeat(2,1fr);margin:0;padding:0;list-style:none;display:grid}@media (width>=40em){.verbs{grid-template-columns:repeat(5,1fr)}}.verbs li{background:var(--white);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--gap-sm) var(--gap-xs);text-align:center;flex-direction:column;align-items:center;gap:.35rem;display:flex}.verbs .verbs__num{background:var(--brand);width:2.4rem;height:2.4rem;color:var(--ink);border-radius:50%;place-items:center;font-size:1.15rem;font-weight:800;display:grid}.verbs .verbs__word{font-size:1.05rem;font-weight:800}.verb-list{margin:0;padding:0;list-style:none}.verb-row{gap:var(--gap-sm);padding-block:var(--gap-md);border-top:1px solid var(--rule);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=44em){.verb-row{gap:var(--gap-md);grid-template-columns:12rem 1fr}}.verb-row img{border-radius:var(--radius);background:var(--white);width:100%}.verb-row__label{align-items:baseline;gap:var(--gap-xs);display:flex}.verb-row__label b{font-size:1.6rem;font-weight:800}.verb-row p{color:var(--ink-soft);margin-bottom:0}.steps{counter-reset:step;gap:var(--gap-md);margin:0;padding:0;list-style:none;display:grid}@media (width>=48em){.steps{grid-template-columns:repeat(3,1fr)}}.steps li{counter-increment:step;background:var(--white);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--gap-md)}.steps li:before{content:counter(step);width:2.6rem;height:2.6rem;margin-bottom:var(--gap-xs);background:var(--accent);color:var(--ink);border-radius:50%;place-items:center;font-size:1.25rem;font-weight:800;display:grid}.steps li p:last-child{margin-bottom:0}.faq{gap:var(--gap-sm);max-width:60rem;display:grid}.faq__item{background:var(--white);border:1px solid var(--rule);border-radius:var(--radius);padding:var(--gap-sm) var(--gap-md)}.faq__item h2{margin-bottom:var(--gap-xs);font-size:clamp(1.15rem,2.5vw,1.35rem)}.faq__item p:last-child{margin-bottom:0}.citation{margin-top:var(--gap-xs);color:var(--ink-soft);background:var(--highlight-pale);border-left:4px solid var(--highlight);border-radius:0 6px 6px 0;margin-bottom:0;padding:.5em .8em;font-size:.85rem;display:block}.citation__label{color:var(--ink);font-weight:800}.note{margin-top:var(--gap-md);padding:var(--gap-sm) var(--gap-md);background:var(--white);border:1px dashed var(--rule);border-radius:var(--radius);color:var(--ink-soft);max-width:none;font-size:.95rem}.references{gap:var(--gap-sm);max-width:60rem;margin:0;padding-left:1.4rem;font-size:.92rem;display:grid}.references li{line-height:1.55}.references li:target{background:var(--highlight);border-radius:6px;margin-left:-.5em;padding:.3em .5em}.facts{gap:var(--gap-xs);grid-template-columns:auto 1fr;margin:0;display:grid}.facts dt{font-weight:800}.facts dd{margin:0}.cta-band{background:var(--accent);color:var(--ink);text-align:center}.cta-band h2{margin-bottom:var(--gap-xs)}.cta-band p{margin-inline:auto}.cta-band a:not(.btn){color:var(--ink)}.site-header{background:var(--white);border-bottom:3px solid var(--highlight)}.site-header__inner{justify-content:space-between;align-items:center;gap:var(--gap-sm);padding-block:var(--gap-sm);flex-wrap:wrap;display:flex}.logo{color:var(--ink);align-items:center;gap:.6rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:inline-flex}.logo img{border-radius:50%;width:46px;height:46px}.site-nav ul{gap:var(--gap-xs) var(--gap-sm);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.site-nav a{color:var(--ink);border-bottom:3px solid #0000;padding:.35em .1em;font-weight:700;text-decoration:none;display:inline-block}.site-nav a:hover{border-bottom-color:var(--brand)}.site-nav a[aria-current=page]{border-bottom-color:var(--brand-strong)}.site-footer{background:var(--ink);color:var(--white);padding-block:var(--gap-lg);margin-top:auto}.site-footer a{color:var(--highlight)}.site-footer a:hover{color:var(--white)}.site-footer__inner{gap:var(--gap-md);display:grid}@media (width>=44em){.site-footer__inner{grid-template-columns:1.4fr 1fr}}.site-footer h2{margin-bottom:var(--gap-xs);font-size:1.15rem}.site-footer ul{gap:var(--gap-xs);margin:0;padding:0;list-style:none;display:grid}.site-footer p{color:#d7dee5}.site-footer__legal{margin-top:var(--gap-md);padding-top:var(--gap-sm);border-top:1px solid #fff3;font-size:.9rem}html,body{min-height:100%}body{flex-direction:column;display:flex}main{flex:1}:focus-visible{outline:3px solid var(--brand-deep);outline-offset:3px;border-radius:4px}.skip-link{z-index:100;background:var(--ink);color:var(--white);padding:.75em 1.25em;font-weight:700;position:absolute;top:0;left:-9999px}.skip-link:focus{color:var(--white);left:0}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
