@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Outfit:wght@200;300;400;500;600&display=swap");:root{--ink:#0a0a0a;--paper:#f8f6f3;--cream:#ede8e0;--gold:#c4a35a;--gold-light:#e8d5a3;--rust:#8b4513;--slate:#4a4a4a;--mist:hsla(0,0%,4%,.06);--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Outfit",sans-serif;--ease-out-expo:cubic-bezier(0.16,1,0.3,1);--ease-out-back:cubic-bezier(0.34,1.56,0.64,1);--bg:var(--paper);--bg-card:#fff;--text:var(--ink);--muted:var(--slate);--accent:var(--gold);--accent-soft:rgba(196,163,90,.15);--bg-page:var(--paper);--card-surface:#fff;--border:1px solid rgba(196,163,90,.2);--header-bg:linear-gradient(180deg,hsla(36,26%,96%,.96),transparent);--shadow-card:0 30px 60px hsla(0,0%,4%,.08);--dotted:1px dashed rgba(196,163,90,.4);color-scheme:light}@media (prefers-color-scheme:dark){:root{color-scheme:dark}}body[data-theme=dark]{--ink:#f8f6f3;--paper:#0a0a0a;--cream:#2a2520;--gold:#d4b86a;--gold-light:#e8d5a3;--rust:#c97b3d;--slate:#b8b8b8;--mist:hsla(36,26%,96%,.06);--bg:var(--paper);--bg-card:#1a1815;--text:var(--ink);--muted:var(--slate);--accent:var(--gold);--accent-soft:hsla(44,55%,62%,.15);--bg-page:var(--paper);--card-surface:#1a1815;--border:1px solid hsla(44,55%,62%,.2);--header-bg:linear-gradient(180deg,hsla(0,0%,4%,.96),transparent);--shadow-card:0 30px 60px rgba(0,0,0,.3);--dotted:1px dashed hsla(44,55%,62%,.4)}body[data-theme=xmas]{--ink:#0f1b14;--paper:#f7f1e5;--cream:#e9dfcc;--gold:#d6b46a;--gold-light:#e9d9b0;--rust:#b33a32;--slate:#4f5c52;--mist:rgba(15,27,20,.07);--bg:var(--paper);--bg-card:#f3ede0;--text:var(--ink);--muted:var(--slate);--accent:#c43b3b;--accent-soft:rgba(196,59,59,.16);--bg-page:var(--paper);--card-surface:#f6efe3;--border:1px solid hsla(41,57%,63%,.35);--header-bg:linear-gradient(180deg,hsla(40,53%,93%,.95),transparent);--shadow-card:0 26px 50px rgba(15,27,20,.12);--dotted:1px dashed hsla(41,57%,63%,.5)}body[data-theme=light]{--ink:#0a0a0a;--paper:#f8f6f3;--cream:#ede8e0;--gold:#c4a35a;--gold-light:#e8d5a3;--rust:#8b4513;--slate:#4a4a4a;--mist:hsla(0,0%,4%,.06);--bg:var(--paper);--bg-card:#fff;--text:var(--ink);--muted:var(--slate);--accent:var(--gold);--accent-soft:rgba(196,163,90,.15);--bg-page:var(--paper);--card-surface:#fff;--border:1px solid rgba(196,163,90,.2);--header-bg:linear-gradient(180deg,hsla(36,26%,96%,.96),transparent);--shadow-card:0 30px 60px hsla(0,0%,4%,.08);--dotted:1px dashed rgba(196,163,90,.4)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body,html{font-family:var(--font-body);background:var(--bg-page);color:var(--text);overflow-x:hidden;line-height:1.6;cursor:default}.cursor{width:20px;height:20px;border:1.5px solid var(--gold);border-radius:50%;position:fixed;pointer-events:none;z-index:10000;transition:transform .15s var(--ease-out-expo),opacity .15s ease,background .2s ease;transform:translate(-50%,-50%);mix-blend-mode:difference}.cursor.hover{transform:translate(-50%,-50%) scale(2);background:var(--gold);opacity:.3}.cursor-dot{width:4px;height:4px;background:var(--gold);border-radius:50%;z-index:10001;transform:translate(-50%,-50%)}.cursor-dot,.noise{position:fixed;pointer-events:none}.noise{top:0;left:0;width:100%;height:100%;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.cm-snow{position:fixed;inset:0;pointer-events:none;z-index:9998;overflow:hidden}.cm-snowflake{position:absolute;top:-5vh;color:hsla(0,0%,100%,.9);opacity:.85;animation:cm-snowfall linear infinite;filter:drop-shadow(0 0 6px rgba(255,255,255,.6));transform:translateX(0)}@keyframes cm-snowfall{0%{transform:translateY(-10vh) translateX(0);opacity:0}10%{opacity:1}to{transform:translateY(110vh) translateX(var(--drift,0));opacity:0}}a{color:var(--ink);text-decoration:none;position:relative;transition:color .3s ease}a:hover{color:var(--gold)}main{min-height:100vh}.cm-site-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 2.5rem;display:flex;justify-content:center;align-items:center;background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cm-site-header-inner{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.8rem;width:100%;color:var(--ink)}.cm-site-brand{display:inline-flex;align-items:center;gap:.5rem;color:var(--ink);text-decoration:none;transition:letter-spacing .4s var(--ease-out-expo);font-family:var(--font-display);font-size:1.5rem;font-weight:300;letter-spacing:.3em}.cm-site-brand:hover{letter-spacing:.5em}.cm-site-logo{width:0;height:0;display:none}.cm-site-title{font-weight:300;font-family:var(--font-display);font-size:1.5rem;letter-spacing:.3em;color:var(--ink)}.cm-site-nav{display:flex;gap:2.5rem;align-items:center}.cm-site-nav a{font-size:.75rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;position:relative;padding:.5rem 0;color:var(--ink)}.cm-site-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;transition:width .4s var(--ease-out-expo);background:var(--ink)}.cm-site-nav a:hover:after{width:100%}body[data-theme=xmas] .cm-site-brand,body[data-theme=xmas] .cm-site-header,body[data-theme=xmas] .cm-site-nav a{color:var(--ink)}body[data-theme=xmas] .cm-site-nav a:after{background:#c43b3b}.cm-container{max-width:100%;margin:0;min-height:100vh;display:block;padding:6rem 0 0}.cm-card{border-radius:0;border:none;padding:0;width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--paper)}.cm-card:not(:has(.cm-hero)){padding:4rem 2rem}.cm-card:has(.cm-hero){padding-bottom:1.5rem}body[data-theme=xmas] .cm-card{background:var(--paper)}body[data-theme=xmas] .cm-section{background:var(--card-surface)}.cm-card .cm-section:first-child{padding-top:0}.cm-pill,.cm-pill-dot{display:none}.cm-hero{min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;background:linear-gradient(180deg,var(--ink) 0,#1a1815 100%);padding-top:3rem;color:var(--paper)}body[data-theme=xmas] .cm-hero{background:linear-gradient(180deg,#0f1b14,#1a120f)}body[data-theme=xmas] .cm-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 15%,hsla(41,57%,63%,.12),transparent 32%),radial-gradient(circle at 80% 10%,rgba(196,59,59,.16),transparent 30%),radial-gradient(circle at 30% 75%,rgba(15,120,70,.2),transparent 40%);pointer-events:none;z-index:0}body[data-theme=xmas] .cm-site-header{background:linear-gradient(180deg,hsla(40,53%,93%,.95),transparent)}.cm-hero-content{text-align:center;z-index:1;padding:2rem}.cm-title{font-family:var(--font-display);font-size:clamp(3.5rem,12vw,10rem);font-weight:300;font-style:italic;color:var(--paper);line-height:.9;margin-bottom:2rem;opacity:0;animation:fadeUp 1.2s var(--ease-out-expo) .5s forwards}.cm-title span{display:inline-block;transition:transform .4s var(--ease-out-back)}.cm-title span:hover{transform:translateY(-10px) rotate(-3deg);color:var(--gold)}.cm-card .cm-title{color:var(--ink);font-size:clamp(2.2rem,6vw,3.5rem);font-style:normal;margin-bottom:.75rem}.cm-card .cm-subtitle{color:var(--muted);max-width:680px;margin:0 0 2rem}.cm-subtitle{font-family:var(--font-display);font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:300;color:var(--cream);max-width:500px;margin:0 auto 3rem;opacity:0;animation:fadeUp 1s var(--ease-out-expo) .7s forwards}.cm-grid{display:grid;grid-template-columns:3fr 2fr;grid-gap:1.6rem;gap:1.6rem}.cm-cta-group{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.4rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.cm-button{padding:1.25rem 3rem;font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;background:var(--ink);color:var(--paper);border:none;cursor:pointer;position:relative;overflow:hidden;transition:all .4s var(--ease-out-expo);display:inline-flex;align-items:center;gap:.4rem}.cm-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--gold),transparent);transition:left .6s var(--ease-out-expo)}.cm-button:hover{background:var(--rust);letter-spacing:.35em}.cm-button:hover:before{left:100%}.cm-button-primary{background:var(--gold);color:var(--ink);box-shadow:none}.cm-button-secondary{background:transparent;color:var(--paper);border:1.5px solid var(--paper)}.cm-button-secondary:hover{background:var(--paper);color:var(--ink)}body[data-theme=xmas] .cm-button-primary{background:linear-gradient(90deg,#c43b3b,#d6b46a);color:#1a120f;box-shadow:0 12px 30px rgba(196,59,59,.25)}body[data-theme=xmas] .cm-button-secondary{border-color:#c43b3b;color:#c43b3b}body[data-theme=xmas] .cm-button-secondary:hover{background:rgba(196,59,59,.08);color:#1a120f;border-color:#d6b46a}.cm-hero .cm-button-primary{background:var(--gold);color:var(--ink)}.cm-hero .cm-button-secondary{background:transparent;color:var(--paper);border:1.5px solid var(--paper)}.cm-hero .cm-button-secondary:hover{background:var(--paper);color:var(--ink)}.cm-meta{display:flex;flex-direction:column;gap:.5rem;font-size:.78rem;color:var(--muted)}.cm-meta-row{display:flex;align-items:center;gap:.45rem}.cm-dot{width:5px;height:5px;border-radius:999px;background:rgba(148,163,184,.9)}.cm-badge-row{display:flex;flex-wrap:wrap;gap:.4rem}.cm-badge{font-size:.7rem;padding:.14rem .55rem;border-radius:999px;border:1px solid var(--accent);background:var(--accent-soft);color:var(--ink)}.cm-section{padding:5rem 4rem;background:var(--paper);position:relative}.cm-card .cm-section:first-of-type{padding-top:2rem}.cm-section-header{display:flex;flex-direction:column;gap:.3rem;margin-bottom:3rem}.cm-section-title-row{display:flex;align-items:center;gap:.45rem}.cm-section-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:400;margin-bottom:1rem;color:var(--ink)}.cm-section-icon{display:none}.cm-duo-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;padding:8rem 4rem}.cm-duo-column{padding:0}.cm-duo-column:not(:last-child){border-right:1px solid var(--mist);padding-right:2rem}.cm-duo-column:last-child{padding-left:2rem}.cm-section-title{font-size:1rem;font-weight:600;margin-bottom:.7rem}.cm-list{list-style:none;padding-left:0;margin:0}.cm-list li{font-size:.9rem;color:var(--muted);margin-bottom:.4rem}.cm-newsletter-card{padding:3rem 2rem;background:var(--cream);position:relative;transition:all .5s var(--ease-out-expo);cursor:pointer;border:none;border-radius:0}.cm-newsletter-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease-out-expo)}.cm-newsletter-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px hsla(0,0%,4%,.1)}.cm-newsletter-card:hover:before{transform:scaleX(1)}.cm-newsletter-card--featured{min-height:230px;display:flex;flex-direction:column;gap:.35rem}.cm-newsletter-title{font-family:var(--font-display);font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:var(--ink)}.cm-newsletter-meta{font-size:.78rem;color:var(--slate);margin-bottom:.4rem}.cm-newsletter-link{font-size:.8rem;margin-top:auto}.cm-latest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1rem;gap:1rem;align-items:stretch}.cm-footer{padding:6rem 4rem 3rem;background:var(--card-surface);display:block;font-size:.75rem;color:var(--muted)}.cm-footer,.cm-footer-nav{border-top:1px solid var(--mist)}.cm-footer-nav{display:flex;gap:.9rem;margin-top:2rem;padding-top:2rem}.cm-footer-nav a{font-size:.78rem;color:var(--text)}.cm-footer-nav a:hover{color:var(--gold)}.reveal{opacity:0;transform:translateY(40px);transition:all .8s var(--ease-out-expo)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.cm-prose{line-height:1.65;font-size:1rem;color:var(--text);max-width:900px;margin:0 auto;padding:0 2rem}.cm-prose h1{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}.cm-prose h1,.cm-prose h2{font-family:var(--font-display);font-weight:400;margin-top:2rem;color:var(--ink)}.cm-prose h2{font-size:1.8rem;margin-bottom:1rem}.cm-prose h3{font-family:var(--font-display);font-size:1.3rem;font-weight:500;margin-top:1.5rem;margin-bottom:.75rem;color:var(--ink)}.cm-prose p{margin-bottom:1rem;line-height:1.8}.cm-prose strong{font-weight:600;color:var(--ink)}.cm-prose ol,.cm-prose ul{padding-left:2rem;margin:1rem 0}.cm-prose li{margin-bottom:.5rem}.cm-prose a{color:var(--gold);text-decoration:underline;transition:color .3s ease}.cm-prose a:hover{color:var(--rust)}.cm-quiz{margin-top:2rem;max-width:900px;margin-left:auto;margin-right:auto;padding:0 2rem}.cm-quiz-jump{margin:-.4rem 0 1rem;font-size:.85rem;color:var(--gold)}.cm-quiz-anchor{scroll-margin-top:100px}.cm-quiz-list{list-style:none;padding-left:0;margin:.8rem 0 0}.cm-quiz-question{padding:1.2rem;border:1px solid var(--mist);border-radius:8px;margin-bottom:1rem;background:var(--card-surface)}.cm-quiz-question-text{font-size:1rem;font-weight:500;margin-bottom:1rem;color:var(--ink)}.cm-quiz-options{list-style:none;padding-left:0;margin:0}.cm-quiz-options li{font-size:.95rem;margin-bottom:.5rem}.cm-quiz-option{width:100%;text-align:left;background:transparent;border:1.5px solid var(--gold);border-radius:6px;padding:.8rem 1rem;font-size:.95rem;color:var(--text);cursor:pointer;transition:all .3s ease}.cm-quiz-option:hover{background:var(--accent-soft);border-color:var(--rust)}.cm-quiz-option--selected{border-color:var(--rust);background:rgba(139,69,19,.1);color:var(--ink)}.cm-quiz-option--correct{border-color:#22c55e;background:rgba(34,197,94,.1)}.cm-quiz-option--incorrect{border-color:#ef4444;background:rgba(239,68,68,.1)}.cm-quiz-actions{margin-top:1rem;display:flex;gap:.5rem}.cm-quiz-check{padding:.6rem 1.2rem;font-size:.85rem;background:var(--gold);color:var(--ink);border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.cm-quiz-check:hover{background:var(--rust);color:var(--paper)}.cm-quiz-meta{font-size:.85rem;color:var(--muted);margin-top:.5rem}.cm-home-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.6rem}.cm-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:1.5px solid var(--ink);border-radius:50%;color:var(--ink);cursor:pointer;font-size:1rem;font-weight:300;transition:all .3s ease}.cm-theme-toggle:hover{background:var(--accent-soft);border-color:var(--gold);color:var(--gold)}.cm-theme-dot{display:none}.cm-headlines{margin-top:.6rem}.cm-headlines-label{font-size:.8rem;color:var(--muted);margin-bottom:.25rem}.cm-headlines-list{list-style:none;padding-left:0;margin:0;display:grid;grid-gap:.25rem;gap:.25rem}.cm-headline-item{font-size:.85rem;color:var(--text);position:relative;padding-left:.85rem}.cm-headline-item:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent);position:absolute;left:0;top:.45rem;box-shadow:0 0 8px var(--accent)}.cm-home-brand{display:flex;align-items:center;gap:1rem}.cm-home-logo{display:none}.cm-resource-list{list-style:none;padding-left:0;margin:0}.cm-resource-item{padding:.7rem 0;border-top:1px solid rgba(148,163,184,.3)}.cm-resource-item:last-child{border-bottom:1px solid rgba(148,163,184,.3)}.cm-resource-main a{font-size:.92rem;font-weight:500}.cm-resource-main p{margin:.2rem 0 0;font-size:.8rem;color:var(--muted)}@media (max-width:1024px){.cm-site-header{padding:1.5rem 2rem}.cm-section{padding:5rem 2rem}.cm-hero{padding-top:6rem}.cm-duo-grid{grid-template-columns:1fr;padding:5rem 2rem}.cm-duo-column:not(:last-child){border-right:none;border-bottom:1px solid var(--mist);padding-right:0;padding-bottom:2rem}.cm-duo-column:last-child{padding-left:0;padding-top:2rem}}@media (max-width:768px){.cm-site-header{padding:1rem 1.5rem}.cm-site-nav{display:none}.cm-section{padding:3rem 1.5rem}.cm-hero{padding-top:5rem;padding-bottom:3rem}.cm-title{font-size:clamp(2rem,8vw,4rem)}.cm-subtitle{font-size:clamp(.9rem,2vw,1.2rem)}.cm-cta-group{flex-direction:column;align-items:center}.cm-button{padding:.9rem 2rem}.cm-duo-grid,.cm-latest-grid{grid-template-columns:1fr}.cm-duo-grid,.cm-footer{padding:3rem 1.5rem}.cursor,.cursor-dot{display:none}}