@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Source+Sans+3:wght@400;500;600&display=swap";:root{--bg:#f6f1e8;--bg-strong:#eadfcd;--surface:#fffcf6ad;--surface-strong:#fff9f0eb;--border:#6b4d302e;--text:#33261b;--muted:#725d46;--accent:#8c5b2d;--accent-soft:#d9b68f;--page-top-glow:#e6b97f5c;--page-bottom-glow:#ab7e5833;--page-background:linear-gradient(180deg, #f7f1e7 0%, #f1e8db 100%);--orb-left:#dbb48280;--orb-right:#b6916c47;--chip-bg:#fffaf3b8;--chip-bg-active:#fff9f0f2;--button-text:#fffaf3;--shadow:0 24px 80px #41270d1a;--max-width:72rem}@media (prefers-color-scheme:dark){:root{--bg:#16110d;--bg-strong:#211913;--surface:#211913b3;--surface-strong:#281e17db;--border:#dfbf9829;--text:#f0e5d7;--muted:#c2ab93;--accent:#d2a06a;--accent-soft:#8c633d;--page-top-glow:#b374382e;--page-bottom-glow:#6e4b2b33;--page-background:linear-gradient(180deg, #17110d 0%, #0f0b08 100%);--orb-left:#b1713738;--orb-right:#7a553329;--chip-bg:#271d16db;--chip-bg-active:#382a1ff0;--button-text:#1a120d;--shadow:0 28px 90px #0000005c}}html{scroll-behavior:smooth;color-scheme:light dark}body{background:radial-gradient(circle at top left, var(--page-top-glow), transparent 28rem), radial-gradient(circle at bottom right, var(--page-bottom-glow), transparent 30rem), var(--page-background);min-height:100vh;color:var(--text);margin:0;font-family:"Source Sans 3",Avenir Next,sans-serif}a{color:inherit}.site-shell{padding:1.5rem;position:relative;overflow:clip}.background-orb{filter:blur(30px);opacity:.6;pointer-events:none;border-radius:999px;position:absolute}.background-orb-left{background:var(--orb-left);width:14rem;height:14rem;top:5rem;left:-2rem}.background-orb-right{background:var(--orb-right);width:18rem;height:18rem;bottom:12rem;right:0}.site-header,.content-grid,.site-footer,.not-found-shell{z-index:1;max-width:var(--max-width);margin:0 auto;position:relative}.site-header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:.5rem 0 2.5rem;display:flex}.site-wordmark{letter-spacing:.02em;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.75rem,2.4vw,2.35rem);font-weight:600;text-decoration:none}.site-header-meta{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.section-nav,.language-switcher ul,.contact-links,.not-found-links{flex-wrap:wrap;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.section-nav a,.language-switcher a{color:var(--muted);text-decoration:none}.language-switcher a{border:1px solid var(--border);background:var(--chip-bg);border-radius:999px;justify-content:center;align-items:center;min-width:4.5rem;padding:.45rem .8rem;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.language-switcher a.active,.language-switcher a:hover{background:var(--chip-bg-active);color:var(--text);border-color:#8c5b2d66;transform:translateY(-1px)}.content-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem;display:grid}.card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);backdrop-filter:blur(12px);border-radius:1.75rem}.hero-card,.contact-card{background:var(--surface-strong)}.hero-card{grid-column:span 12;padding:clamp(2rem,6vw,4rem)}.section-card{grid-column:span 6;padding:1.75rem}.contact-card{grid-column:span 12}.eyebrow,.section-kicker{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .8rem;font-size:.95rem;font-weight:600}h1,h2{margin:0;font-family:Cormorant Garamond,Georgia,serif;font-weight:600;line-height:.95}h1{max-width:12ch;font-size:clamp(3.2rem,9vw,6.4rem)}h2{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem)}p{margin:0;font-size:1.08rem;line-height:1.7}.rich-text{gap:1rem;display:grid}.rich-text blockquote{margin:0;padding:.2rem 0 .2rem 2rem;position:relative}.rich-text blockquote:before{content:"\"";color:color-mix(in srgb, var(--accent) 55%, white 45%);font-size:3rem;line-height:1;position:absolute;top:-.25rem;left:0}.rich-text blockquote p{font-family:Cormorant Garamond,Georgia,serif;font-size:1.28rem;line-height:1.5}.rich-text .blockquote-attribution{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;margin-top:.8rem;font-family:IBM Plex Sans,system-ui,sans-serif;font-size:.98rem}.lead{max-width:44rem;color:var(--muted);margin-top:1.4rem;font-size:1.2rem}.button-link{background:var(--accent);color:var(--button-text);border-radius:999px;justify-content:center;align-items:center;margin-top:1.75rem;padding:.8rem 1.2rem;text-decoration:none;transition:transform .18s,opacity .18s;display:inline-flex}.button-link:hover{opacity:.92;transform:translateY(-1px)}.button-link.secondary{color:var(--text);background:#8c5b2d1f}.contact-block{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;margin-top:1.5rem;display:flex}.contact-email{text-underline-offset:.18em;font-size:1.2rem;font-weight:600;text-decoration-thickness:1px}.contact-links a{color:var(--muted);text-decoration:none}.site-footer{color:var(--muted);padding:1.5rem 0 .5rem}.not-found-shell{place-items:center;min-height:100vh;display:grid}.not-found-card{max-width:38rem;padding:2rem}@media (width<=900px){.site-header{flex-direction:column}.site-header-meta{align-items:flex-start}.section-card{grid-column:span 12}}@media (width<=640px){.site-shell{padding:1rem}.hero-card,.section-card,.not-found-card{border-radius:1.25rem;padding:1.35rem}p,.lead{font-size:1rem}}
