@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:wght@600;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',system-ui,sans-serif;background:#faf5ff;color:#111827;line-height:1.65;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:#7c3aed;text-decoration:none}
a:hover{opacity:.85}
.hidden{display:none!important}
.wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 1.25rem}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e9d5ff;box-shadow:0 4px 18px rgba(0,0,0,.04)}
.site-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;flex-wrap:wrap}
.logo{font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.2rem;color:#7c3aed}
.nav-links{display:flex;align-items:center;gap:.35rem 1rem;flex-wrap:wrap;list-style:none}
.nav-links a{color:#374151;font-size:.92rem;font-weight:500}
.lang-btn{border:1px solid #e9d5ff;background:#fff;border-radius:999px;padding:.35rem .8rem;font-size:.8rem;font-weight:700;cursor:pointer;color:#7c3aed;display:inline-flex;align-items:center;gap:.35rem}
.lang-btn svg{width:18px;height:18px;border-radius:50%}
.hero{padding:3.2rem 0 2.8rem;background:linear-gradient(180deg,#fff 0%,#faf5ff 100%);border-bottom:1px solid #e9d5ff}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.2rem;align-items:start}
.badge{display:inline-block;background:#e9d5ff;color:#7c3aed;border-radius:999px;padding:.25rem .75rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.85rem}
h1{font-family:Fraunces,Georgia,serif;font-size:clamp(1.7rem,4vw,2.55rem);line-height:1.15;margin-bottom:1rem;color:#111827}
h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.35rem,3vw,1.9rem);margin-bottom:.7rem}
h3{font-size:1.08rem;margin:.4rem 0;color:#111827}
.lead{color:#4b5563;font-size:1.05rem;max-width:38rem;margin-bottom:1.1rem}
.hero-quote{background:#7c3aed;color:#fff;border-radius:.85rem;padding:1.1rem 1.25rem;font-weight:600;margin:1rem 0}
.hero-panel{background:#fff;border:1px solid #e9d5ff;border-radius:1rem;padding:1.4rem;box-shadow:0 12px 28px rgba(0,0,0,.05)}
.form label{display:block;font-size:.85rem;font-weight:600;margin:.7rem 0 .25rem}
.form input,.form textarea{width:100%;border:1px solid #e9d5ff;border-radius:.55rem;padding:.7rem .85rem;font:inherit;background:#fff}
.form .check{display:flex;gap:.55rem;align-items:flex-start;margin:.85rem 0;font-size:.85rem;font-weight:400}
.form .check input{width:auto;margin-top:.2rem}
.btn{display:inline-block;background:#7c3aed;color:#fff!important;border:none;border-radius:.55rem;padding:.75rem 1.2rem;font-weight:700;cursor:pointer}
.btn-ghost{background:#fff;color:#7c3aed!important;border:1px solid #e9d5ff}
.btn-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.1rem}
.section{padding:3rem 0;border-bottom:1px solid #e9d5ff}
.section-alt{background:rgba(255,255,255,.55)}
.section-head{margin-bottom:1.5rem;max-width:42rem}
.grid-2,.grid-3,.grid-4{display:grid;gap:1.15rem}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{background:#fff;border:1px solid #e9d5ff;border-radius:1rem;padding:1.25rem;min-width:0}
.card p,.card li{color:#4b5563;font-size:.95rem}
.card ul{margin:.7rem 0 0 1.1rem}
.stat{text-align:center;background:#fff;border:1px solid #e9d5ff;border-radius:1rem;padding:1.1rem .7rem}
.stat strong{display:block;font-size:clamp(1.5rem,3vw,2.1rem);color:#7c3aed;line-height:1.1}
.stat span{font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase}
.year{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:2.1rem;padding:0 .55rem;border-radius:999px;background:#7c3aed;color:#fff;font-weight:800;font-size:.85rem;margin-bottom:.55rem}
.media{width:100%;border-radius:1rem;overflow:hidden;border:1px solid #e9d5ff;margin:1.1rem 0;background:#fff}
.media img{width:100%;aspect-ratio:16/10;object-fit:cover}
.media-caption{font-size:.8rem;color:#6b7280;padding:.5rem .85rem .7rem}
.scroll-mt{scroll-margin-top:5rem}
.site-footer{background:#111827;color:#e5e7eb;padding:2.4rem 0 1.4rem}
.site-footer a{color:#e9d5ff}
.site-footer h4{color:#fff;margin-bottom:.7rem;font-size:.95rem}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:1.4rem;margin-bottom:1.5rem}
.site-footer ul{list-style:none}
.site-footer li{margin:.35rem 0}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1rem;font-size:.8rem;color:#9ca3af}
.cookie{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:200;background:#111827;color:#f9fafb;border-radius:.85rem;padding:1rem 1.1rem;display:none;max-width:720px;margin:0 auto;box-shadow:0 16px 40px rgba(0,0,0,.25)}
.cookie.on{display:block}
.prose p{margin:0 0 1rem;color:#4b5563}
.prose h2{margin-top:1.6rem}
@media(max-width:960px){.hero-grid,.grid-3,.foot-grid{grid-template-columns:1fr 1fr}.grid-4{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.hero-grid,.grid-2,.grid-3,.grid-4,.foot-grid{grid-template-columns:1fr}}
