:root{--cream:#f6efe6;--surface:#fffaf4;--rule:#eadfd2;--navy:#2e3452;--text-secondary:#635d74;--meta:#9a93a6;--rose:#c98b93;--lavender:#9b8fb5;--on-action:var(--cream);--font-serif:var(--font-cormorant),Georgia,"Times New Roman",serif;--font-sans:var(--font-figtree),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--measure:68ch;--radius:16px;--radius-lg:22px;--gap:clamp(1.5rem,4vw,3rem)}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background-color:var(--cream);font-family:var(--font-sans);font-weight:400;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.serif,body,h1,h2{margin:0;color:var(--navy)}.serif,h1,h2{font-family:var(--font-serif);font-weight:300;line-height:1.2;letter-spacing:.01em}h1{font-size:clamp(2.1rem,5vw,3.1rem)}h2{font-size:clamp(1.5rem,3.2vw,2.1rem)}h3{font-family:var(--font-sans);font-weight:600;font-size:1.05rem;letter-spacing:.01em;margin:0 0 .4rem}.emphasis,h3{color:var(--navy)}.emphasis{font-family:var(--font-serif);font-weight:300;font-style:italic}p{margin:0 0 1rem;color:var(--text-secondary);max-width:var(--measure)}a{color:var(--navy);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--rule);text-decoration-color:var(--rule);transition:color .15s ease,-webkit-text-decoration-color .15s ease;transition:text-decoration-color .15s ease,color .15s ease;transition:text-decoration-color .15s ease,color .15s ease,-webkit-text-decoration-color .15s ease}a:hover{-webkit-text-decoration-color:var(--rose);text-decoration-color:var(--rose)}strong{font-weight:600;color:var(--navy)}ol,ul{color:var(--text-secondary);max-width:var(--measure);padding-left:1.2rem}li{margin-bottom:.5rem}hr{border:none;border-top:1px solid var(--rule);margin:2.5rem 0}.container{width:100%;max-width:940px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2rem)}.container--narrow{max-width:760px}main{display:block;min-height:60vh}.section{padding-block:clamp(3rem,8vw,5.5rem)}.skip-link{position:absolute;left:-9999px;top:0;background:var(--navy);color:var(--on-action);padding:.75rem 1rem;border-radius:8px;z-index:100}.skip-link:focus{left:1rem;top:1rem}.site-header{border-bottom:1px solid var(--rule);background:color-mix(in srgb,var(--cream) 88%,transparent);-webkit-backdrop-filter:saturate(1.1) blur(6px);backdrop-filter:saturate(1.1) blur(6px);position:-webkit-sticky;position:sticky;top:0;z-index:20}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.9rem;position:relative}.brand{display:inline-flex;align-items:center;gap:.6rem;color:var(--navy)}.brand,.brand:hover{text-decoration:none}.brand__name{font-family:var(--font-serif);font-weight:300;font-size:1.6rem;letter-spacing:.02em;line-height:1}.nav{display:flex;align-items:center;gap:clamp(.75rem,2.5vw,1.5rem);flex-wrap:wrap;justify-content:flex-end}.nav a{font-size:.95rem;color:var(--text-secondary);text-decoration:none}.nav a:hover{color:var(--navy)}.lang-switch{font-size:.9rem;color:var(--meta);border:1px solid var(--rule);border-radius:999px;padding:.3rem .75rem;text-decoration:none;white-space:nowrap}.lang-switch:hover{color:var(--navy);text-decoration:none;border-color:var(--rose)}.nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:1px solid var(--rule);border-radius:12px;cursor:pointer;color:var(--navy)}.nav-toggle:hover{border-color:var(--rose)}.nav-toggle__bars{display:inline-flex;flex-direction:column;gap:4px}.nav-toggle__bars span{display:block;width:20px;height:2px;background:currentColor;border-radius:2px;transition:transform .18s ease,opacity .18s ease}.nav-toggle__bars[data-open=true] span:first-child{transform:translateY(6px) rotate(45deg)}.nav-toggle__bars[data-open=true] span:nth-child(2){opacity:0}.nav-toggle__bars[data-open=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width:760px){.nav-toggle{display:inline-flex}.nav{display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--surface);border-bottom:1px solid var(--rule);box-shadow:0 12px 24px -18px rgba(46,52,82,.4);padding:.5rem 0}.nav[data-open=true]{display:flex}.nav a{padding:.85rem clamp(1.25rem,5vw,2rem);font-size:1.02rem}.nav .lang-switch{align-self:flex-start;margin:.5rem clamp(1.25rem,5vw,2rem)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;max-width:100%;font-family:var(--font-sans);font-weight:500;font-size:1rem;line-height:1.2;padding:.9rem 1.4rem;border-radius:22px;border:1px solid transparent;cursor:pointer;text-align:center;transition:transform .12s ease,opacity .15s ease}.btn,.btn:hover{text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--navy);color:var(--on-action)}.btn--primary:hover{color:var(--on-action);opacity:.94}.btn--ghost{background:transparent;color:var(--navy);border-color:var(--rule)}.btn--ghost:hover{border-color:var(--navy);color:var(--navy)}.hero{text-align:center;padding-block:clamp(3.5rem,10vw,7rem);position:relative;overflow:hidden}.hero__aura{position:absolute;inset:0;z-index:0;background:radial-gradient(60% 55% at 50% 8%,color-mix(in srgb,var(--lavender) 22%,transparent),transparent 70%),radial-gradient(45% 40% at 78% 30%,color-mix(in srgb,var(--rose) 18%,transparent),transparent 70%);pointer-events:none}.hero__content{position:relative;z-index:1}.hero__promise{font-family:var(--font-serif);font-weight:300;font-style:italic;font-size:clamp(1.6rem,4.5vw,2.6rem);line-height:1.25;color:var(--navy);max-width:22ch;margin:1.5rem auto 0}.hero__lede{margin:1.5rem auto 2.25rem;max-width:52ch;color:var(--text-secondary);font-size:1.1rem}.eyebrow{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--meta);margin-bottom:.5rem}.pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(1rem,3vw,1.75rem);gap:clamp(1rem,3vw,1.75rem)}@media (max-width:720px){.pillars{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2rem)}.card__index{font-family:var(--font-serif);font-style:italic;font-weight:300;font-size:1.5rem;color:var(--rose);margin-bottom:.75rem}.card p{margin-bottom:0}.note{background:var(--surface);border:1px solid var(--rule);border-left:3px solid var(--lavender);border-radius:var(--radius);padding:1.25rem 1.5rem}.note p:last-child{margin-bottom:0}.center{text-align:center}.page-header{padding-block:clamp(2.5rem,6vw,4rem) clamp(1rem,3vw,1.5rem);border-bottom:1px solid var(--rule)}.page-header p{margin-bottom:0;color:var(--text-secondary)}.prose h2{margin-top:2.75rem;margin-bottom:.75rem;padding-top:.25rem}.prose h3{margin-top:1.75rem}.prose>p:first-of-type{margin-top:1rem}.meta{color:var(--meta);font-size:.9rem}.placeholder{display:inline-block;background:color-mix(in srgb,var(--rose) 16%,var(--surface));border:1px dashed var(--rose);color:var(--navy);border-radius:6px;padding:.05em .4em;font-size:.92em;font-weight:500;white-space:nowrap}.definition-list{list-style:none;padding:0;margin:1rem 0;display:grid;grid-gap:.9rem;gap:.9rem}.definition-list li{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius);padding:1rem 1.25rem;margin:0}.definition-list .term{display:block;font-weight:600;color:var(--navy);margin-bottom:.15rem}.resource-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem;padding:0;list-style:none}.resource-grid li{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius);padding:1.1rem 1.25rem;margin:0}.resource-grid .region{font-size:.85rem;color:var(--meta);margin-bottom:.2rem}.resource-grid .number{font-family:var(--font-serif);font-weight:300;font-size:1.7rem;color:var(--navy);line-height:1.1}.resource-grid .detail{font-size:.9rem;color:var(--text-secondary);margin-top:.2rem}.site-footer{border-top:1px solid var(--rule);background:var(--surface);margin-top:clamp(3rem,8vw,6rem);padding-block:2.5rem}.site-footer__inner{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;align-items:flex-start;justify-content:space-between}.footer-brand{display:inline-flex;align-items:center;gap:.5rem}.footer-brand__name{font-family:var(--font-serif);font-weight:300;font-size:1.25rem}.footer-nav{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.footer-nav a{font-size:.92rem;color:var(--text-secondary);text-decoration:none}.footer-nav a:hover{color:var(--navy)}.footer-legal{width:100%;color:var(--meta);font-size:.85rem;margin-top:1rem}:focus-visible{outline:2px solid var(--lavender);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e70dd6a82b4b2ccb-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/16446f793cbab5a8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/525ab3dc8ad8233b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/a8317501e72a0fdb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/5a6dc352936acf98-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/f1ef0f880f20d9d6-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c1229af6b321d475-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/30d21c6c870dd505-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ccc23d783c22544b-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/359abbb9929fd4ce-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_8c2a7c{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-weight:300}.__variable_8c2a7c{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree Fallback;src:local("Arial");ascent-override:94.32%;descent-override:24.82%;line-gap-override:0.00%;size-adjust:100.72%}.__className_be17c6{font-family:Figtree,Figtree Fallback;font-style:normal}.__variable_be17c6{--font-figtree:"Figtree","Figtree Fallback"}