*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Cormorant Garamond;src:url(/fonts/cormorant-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/fonts/cormorant-italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/fonts/cormorant-medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/fonts/cormorant-semibold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}:root{--bg: #faf7f2;--bg-warm: #f3ede5;--card: #ffffff;--text: #1c1c1e;--text-2: #3a3a3c;--text-3: #6e6e73;--accent: #5bb89e;--accent-hover: #4a9e87;--border: #e8e4df;--radius: 14px;--radius-sm: 8px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-serif: "Cormorant Garamond", Charter, Cambria, serif;--font-reading: Charter, "Bitstream Charter", Georgia, serif;--max-w: 940px;--narrow: 680px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}::selection{background:#5bb89e26}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-hover)}.navbar{position:sticky;top:0;z-index:100;background:#faf7f2eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.9rem 2rem}.navbar__inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar__brand{font-size:1.05rem;font-weight:700;color:var(--text)}.navbar__brand:hover{color:var(--accent)}.navbar__links{display:flex;align-items:center;gap:1rem}.navbar__pill{font-size:.75rem;font-weight:600;padding:.35rem .85rem;border-radius:100px;background:var(--accent);color:#fff}.navbar__pill:hover{opacity:.85;color:#fff}main{flex:1}.container{max-width:var(--max-w);margin:0 auto;padding:0 2rem}.container--narrow{max-width:var(--narrow)}.hero{padding:7rem 2rem 5rem;text-align:center}.hero__title{font-family:var(--font-serif);font-size:clamp(1.4rem,5vw,3rem);font-weight:400;line-height:1.2;letter-spacing:-.025em;color:var(--text);margin-bottom:1.25rem}.hero__highlight{color:var(--accent)}.hero__desc{font-size:1.05rem;color:var(--text-2);line-height:1.7;max-width:520px;margin:0 auto 1.5rem}.hero__quote{font-family:var(--font-serif);font-style:italic;font-size:1.05rem;color:var(--text-2);line-height:1.7;max-width:520px;margin:0 auto}.hero__quote-cite{display:block;font-style:normal;font-family:var(--font);font-size:.75rem;color:var(--text-3);margin-top:.5rem}.section{padding:0 2rem 4rem}.section__inner{max-width:var(--max-w);margin:0 auto}.section__inner--narrow{max-width:var(--narrow)}.section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin-bottom:1.5rem}.video-feature{max-width:var(--narrow);margin:0 auto;position:relative;aspect-ratio:16 / 9}.video-feature video{width:100%;display:block;border-radius:var(--radius);border:2px solid var(--border);box-shadow:0 16px 48px -8px #00000024,0 4px 12px -2px #0000000f;background:#000}.video-play-overlay{position:absolute;inset:0;z-index:2;border-radius:var(--radius);overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent}.video-overlay__play{position:relative;z-index:3;width:72px;height:72px;border-radius:50%;border:none;background:#fffffff2;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #0000001a;animation:pulse 2s ease-in-out infinite}.video-overlay__play:hover{transform:scale(1.05);animation:none}.video-overlay__play-icon{width:0;height:0;border-style:solid;border-width:12px 0 12px 20px;border-color:transparent transparent transparent var(--accent);margin-left:4px}@keyframes pulse{0%,to{box-shadow:0 4px 24px #0000001a,0 0 #5bb89e66}50%{box-shadow:0 4px 24px #0000001a,0 0 0 14px #5bb89e00}}.nav-cards{display:flex;flex-direction:column;gap:.75rem}.nav-card{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);transition:border-color .2s,box-shadow .2s}.nav-card:hover{border-color:var(--accent);box-shadow:0 4px 16px -4px #5bb89e1a;color:var(--text)}.nav-card__icon{font-size:1.4rem;flex-shrink:0}.nav-card__text{flex:1;display:flex;flex-direction:column;gap:.15rem}.nav-card__title{font-size:.92rem;font-weight:600}.nav-card__desc{font-size:.78rem;color:var(--text-3);line-height:1.4}.nav-card__arrow{font-size:1.1rem;color:var(--text-3);flex-shrink:0}.article-back{max-width:var(--narrow);margin:0 auto;padding:2.5rem 2rem 0}.article-hero{padding:2rem 2rem 3rem;text-align:center}.article-hero__tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:1rem}.article-hero__title{font-family:var(--font-serif);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:400;line-height:1.25;letter-spacing:-.02em;max-width:620px;margin:0 auto 1rem}.article-hero__subtitle{font-size:1rem;color:var(--text-2);max-width:500px;margin:0 auto;line-height:1.6}.article-hero__date{font-size:.78rem;color:var(--text-3);margin-top:1rem}.article-video{max-width:var(--narrow);margin:0 auto 3.5rem;padding:0 2rem}.article-video video{width:100%;display:block;border-radius:var(--radius);border:2px solid var(--border);box-shadow:0 16px 48px -8px #00000024,0 4px 12px -2px #0000000f;background:#000}.article-body{max-width:var(--narrow);margin:0 auto;padding:0 2rem 5rem;font-family:var(--font-reading);font-size:1.2rem;line-height:1.9;color:var(--text-2)}.article-body p{margin-bottom:1.75rem}.article-body p:last-child{margin-bottom:0}.article-body strong{font-weight:600;color:var(--text)}.article-body blockquote{border-left:3px solid var(--accent);margin:2rem 0;padding:.75rem 1.5rem;font-style:italic;color:var(--text)}.closing-quote{text-align:center;padding:4rem 2rem;font-family:var(--font-serif);font-size:1.15rem;font-style:italic;color:var(--text-2);line-height:1.7}.closing-quote cite{display:block;font-style:normal;font-family:var(--font);font-size:.78rem;margin-top:1rem;color:var(--text-3)}.back-link{display:inline-block;font-size:.82rem;font-weight:500;color:var(--text-3);margin-bottom:1.5rem}.back-link:hover{color:var(--accent)}.page-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.page-desc{font-size:.92rem;color:var(--text-3);margin-bottom:2rem}.footer{text-align:center;padding:2rem 1.5rem;font-size:.78rem;color:var(--text-3);border-top:1px solid var(--border)}.footer a{color:var(--text-3)}.footer a:hover{color:var(--accent)}.footer__sep{margin:0 .6rem;opacity:.4}.legal{max-width:var(--narrow);width:100%;margin:0 auto;padding:4rem 2rem;text-align:left}.legal h1{font-size:1.4rem;font-weight:700;margin-bottom:2rem}.legal h2{font-size:.92rem;font-weight:700;margin-top:2rem;margin-bottom:.6rem}.legal p{font-size:.9rem;line-height:1.8;color:var(--text-2);margin-bottom:.9rem}.legal a{color:var(--accent)}.legal ul{padding-left:1.25rem;margin-bottom:1rem}.legal li{font-size:.9rem;color:var(--text-2);margin-bottom:.35rem;line-height:1.7}@media(max-width:700px){.hero{padding:5rem 1.25rem 3.5rem}.section{padding:0 1.25rem 3rem}.article-hero{padding:5rem 1.25rem 2rem}.article-video{padding:0 1.25rem;margin-bottom:2.5rem}.article-body{padding:0 1.25rem 4rem;font-size:1.15rem}.navbar{padding:.85rem 1.25rem}.legal{padding:3rem 1.25rem}}.library-article{max-width:680px;width:100%;margin:0 auto;padding:4rem 2rem 5rem;font-family:Charter,Bitstream Charter,Georgia,serif;font-size:1.05rem;line-height:1.9;color:var(--text-2)}.library-article h1{font-family:var(--font);font-size:1.6rem;font-weight:700;color:var(--text);margin-bottom:.5rem;letter-spacing:-.02em}.library-article h2{font-family:var(--font);font-size:1rem;font-weight:700;color:var(--text);margin-top:2.5rem;margin-bottom:.75rem}.library-article h3{font-family:var(--font);font-size:.9rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.library-article p{margin-bottom:1rem}.library-article strong{font-weight:600;color:var(--text)}.library-article em{font-style:italic}.library-article hr{border:none;height:1px;background:var(--border);margin:2.5rem 0}.library-article ol,.library-article ul{padding-left:1.5rem;margin-bottom:1rem}.library-article li{margin-bottom:.5rem;line-height:1.8}.library-article a{color:var(--accent)}.library-article .back-link{font-family:var(--font);font-size:.82rem;display:block;text-align:left}@media(max-width:700px){.library-article{padding:3rem 1.25rem 4rem;font-size:1rem}}
