@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap";.site{display:flex;flex-direction:column;min-height:100vh}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 5vw;max-width:1200px;margin:0 auto;width:100%}.nav-brand{display:flex;align-items:center;gap:.6rem}.nav-logo{width:36px;height:36px;border-radius:10px}.nav-wordmark{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.3rem;color:var(--ink)}.nav-links{display:flex;gap:2rem;font-weight:500;font-size:.95rem}.nav-links a{color:var(--ink-soft);transition:color .2s}.nav-links a:hover{color:var(--accent)}.footer{margin-top:auto;padding:3rem 5vw 1.5rem;border-top:1px solid var(--border);background:#ffffff4d}.footer-inner{display:flex;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.footer-brand{max-width:300px}.footer-brand p{color:var(--muted);margin-top:.75rem;font-size:.95rem}.footer-logo{width:40px;height:40px;border-radius:10px}.footer-links{display:flex;gap:4rem}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-col h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted);margin-bottom:.5rem}.footer-col a{color:var(--ink-soft);font-size:.9rem;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.footer-bottom p{color:var(--muted);font-size:.85rem}@media(max-width:640px){.navbar{padding:1rem 1.5rem}.nav-links{gap:1.2rem;font-size:.85rem}.footer-inner{flex-direction:column;gap:2rem}.footer-links{gap:2.5rem}}.home{max-width:1200px;margin:0 auto;padding:0 5vw}.hero{text-align:center;padding:6rem 0 5rem;position:relative}.hero-halo{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(circle,rgba(255,210,138,.5),transparent 65%);filter:blur(20px);pointer-events:none}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:var(--accent);font-weight:600;margin-bottom:1rem}.hero h1{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1}.hero-sub{font-size:1.2rem;color:var(--muted);max-width:560px;margin:0 auto 2.5rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.8rem;border-radius:14px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;border:none}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 24px -8px #d16b2a80}.btn-primary:hover{box-shadow:0 12px 32px -8px #d16b2a99}.btn-secondary{background:transparent;border:1.5px solid var(--border);color:var(--ink)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.features{padding:4rem 0 5rem;text-align:center}.features h2{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:1rem}.section-sub{color:var(--muted);font-size:1.1rem;max-width:520px;margin:0 auto 3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;text-align:left}.feature-card{background:#ffffffb3;border:1px solid var(--border);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -20px var(--shadow)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.6rem}.feature-card p{color:var(--muted);font-size:.95rem;line-height:1.6}.cta-section{padding:2rem 0 5rem}.cta-card{background:#ffffffb3;border:1px solid var(--border);border-radius:28px;padding:4rem 3rem;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 50px -30px var(--shadow)}.cta-card h2{font-size:clamp(1.8rem,3.5vw,2.4rem);margin-bottom:1rem}.cta-card p{color:var(--muted);font-size:1.1rem;max-width:480px;margin:0 auto 2rem;line-height:1.6}@media(max-width:640px){.hero{padding:3rem 0}.feature-grid{grid-template-columns:1fr}.cta-card{padding:2.5rem 1.5rem}}.legal-page{max-width:800px;margin:0 auto;padding:3rem 5vw 5rem}.legal-header{margin-bottom:3rem}.legal-header .eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:var(--accent);font-weight:600;margin-bottom:1rem}.legal-header h1{font-size:clamp(2.2rem,5vw,3rem);margin-bottom:.75rem}.legal-updated{color:var(--muted);font-size:.95rem}.legal-body{background:#ffffffb3;border:1px solid var(--border);border-radius:24px;padding:2.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.legal-body section{margin-bottom:2.5rem}.legal-body section:last-child{margin-bottom:0}.legal-body h2{font-size:1.4rem;margin-bottom:.75rem;color:var(--ink)}.legal-body h3{font-size:1.1rem;margin:1.25rem 0 .5rem;color:var(--ink-soft)}.legal-body p{color:var(--ink-soft);line-height:1.75;margin-bottom:.75rem}.legal-body ul{padding-left:1.5rem;margin-bottom:1rem}.legal-body li{color:var(--ink-soft);line-height:1.75;margin-bottom:.35rem}.legal-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.legal-body a:hover{color:var(--accent-deep)}@media(max-width:640px){.legal-page{padding:2rem 1.5rem 3rem}.legal-body{padding:1.5rem}}.about-page{max-width:900px;margin:0 auto;padding:0 5vw 5rem}.about-hero{text-align:center;padding:5rem 0 4rem}.about-hero .eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:var(--accent);font-weight:600;margin-bottom:1rem}.about-hero h1{font-size:clamp(2.4rem,5vw,3.4rem);margin-bottom:1.5rem}.about-intro{color:var(--muted);font-size:1.15rem;max-width:580px;margin:0 auto;line-height:1.7}.about-content{display:flex;flex-direction:column;gap:2rem}.about-card{background:#ffffffb3;border:1px solid var(--border);border-radius:24px;padding:2.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.about-card h2{font-size:1.5rem;margin-bottom:1rem}.about-card p{color:var(--ink-soft);line-height:1.75;margin-bottom:.75rem}.about-card a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.about-card a:hover{color:var(--accent-deep)}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:.5rem}.principle{padding:1.5rem;background:#ffffff80;border-radius:16px;border:1px solid var(--border)}.principle h3{font-size:1.05rem;margin-bottom:.5rem}.principle p{font-size:.92rem;margin-bottom:0}@media(max-width:640px){.about-hero{padding:3rem 0 2.5rem}.about-card{padding:1.5rem}.principles-grid{grid-template-columns:1fr}}:root{font-family:IBM Plex Sans,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#1a1a1a;background-color:#f4efe7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ink: #1a1a1a;--muted: #6a5f5b;--cream: #f4efe7;--sand: #efe4d5;--ink-soft: #352f2c;--glow: #ffe4a6;--accent: #d16b2a;--accent-deep: #8f3c14;--glass: rgba(255, 255, 255, .66);--border: rgba(26, 26, 26, .12);--shadow: rgba(26, 26, 26, .12)}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;background:radial-gradient(circle at top right,#ffe7b6 0%,transparent 45%),radial-gradient(circle at 10% 30%,#d7e7ff 0%,transparent 50%),linear-gradient(180deg,#f4efe7,#f1e6d6);color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;line-height:1.2}
