@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{color-scheme:light;font-family:Space Grotesk,system-ui,sans-serif;background-color:#f7f3ec;color:#1a1d26;--ink: #1a1d26;--text: #1a1d26;--muted: #4d5566;--accent: #e08a1e;--accent-dark: #b46c12;--panel: rgba(255, 255, 255, .96);--panel-soft: rgba(255, 255, 255, .85);--stroke: rgba(26, 29, 38, .12);--shadow: rgba(17, 21, 31, .12)}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:radial-gradient(circle at top left,#fff2da,#f7f3ec 55%),radial-gradient(circle at 80% 20%,#dbe8ff,transparent 55%),linear-gradient(120deg,#fefcf7,#f1f5ff 70%);color:var(--text)}#root{min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding:2.5rem clamp(1.5rem,4vw,4.5rem) 4rem}.site-header{display:flex;justify-content:space-between;align-items:center;padding:2rem clamp(1.5rem,4vw,4.5rem);background:linear-gradient(90deg,#ffffffeb,#f8f5f0e6);border-bottom:1px solid var(--stroke);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;gap:1rem;align-items:center}.brand__logo{width:3.2rem;height:3.2rem;border-radius:14px;display:grid;place-items:center;font-weight:700;font-size:1.1rem;color:#1a1d26;background:linear-gradient(145deg,#ffd9a3,#f7b75d);box-shadow:0 10px 24px #e08a1e33}.brand__title{font-family:Fraunces,Times New Roman,serif;font-size:1.4rem;letter-spacing:.02em}.brand__tag{font-size:.9rem;color:var(--muted)}.nav{display:flex;align-items:center;gap:1.5rem}.nav__link{color:var(--text);text-decoration:none;font-weight:500;font-size:.95rem;position:relative;padding-bottom:.3rem}.nav__link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--accent);transition:width .25s ease}.nav__link:hover:after,.nav__link--active:after{width:100%}.nav__cta{border:none;padding:.7rem 1.3rem;background:var(--accent);color:#1a1208;font-weight:600;border-radius:999px;cursor:pointer;box-shadow:0 12px 20px #e08a1e40}.page{display:flex;flex-direction:column;gap:3rem;animation:fadeIn .6s ease-out}.eyebrow{text-transform:uppercase;letter-spacing:.35em;font-size:.75rem;color:var(--accent);font-weight:600}.page__intro h1,.landing h1{font-family:Fraunces,Times New Roman,serif;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.05;margin-top:1rem}.lede{font-size:1.1rem;color:var(--muted);margin-top:1rem;max-width:40rem}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;align-items:center}.hero__copy{display:flex;flex-direction:column;gap:1.5rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.button{border:1px solid transparent;border-radius:999px;padding:.85rem 1.6rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.button--solid{background:var(--accent);color:#14110a;box-shadow:0 16px 30px #e08a1e40}.button--ghost{background:transparent;color:var(--text);border-color:#e08a1e80}.product-card__cta{background:var(--accent);color:#fff;border-color:transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button--mini{padding:.5rem 1rem;font-size:.85rem}.button:hover{transform:translateY(-2px)}.hero__highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.stat{font-size:1.6rem;font-weight:600}.stat__label{color:var(--muted);font-size:.85rem}.hero__card{background:var(--panel);border-radius:24px;padding:2rem;box-shadow:0 32px 80px var(--shadow);border:1px solid rgba(224,138,30,.2);position:relative;overflow:hidden}.hero__card:before{content:"";position:absolute;top:-30%;right:-10%;width:220px;height:220px;background:radial-gradient(circle,rgba(224,138,30,.25),transparent 70%);opacity:.8}.card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;color:var(--muted)}.card__title{font-weight:600;color:var(--text)}.card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.2rem}.card__metric{color:var(--muted);font-size:.85rem}.card__value{font-size:1.2rem;font-weight:600;margin-top:.3rem}.card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;color:var(--muted)}.panel{background:var(--panel-soft);border:1px solid var(--stroke);border-radius:24px;padding:2.5rem}.panel h2{font-family:Fraunces,Times New Roman,serif;font-size:2rem}.panel__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:2rem}.panel__grid article{padding:1.5rem;border-radius:18px;background:#fffc;border:1px solid rgba(224,138,30,.12)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem}.product-card{background:var(--panel);border-radius:22px;padding:2rem;border:1px solid rgba(224,138,30,.2);display:flex;flex-direction:column;gap:1.5rem}.product-card h2{font-family:Fraunces,Times New Roman,serif;font-size:1.6rem}.product-card ul{list-style:none;display:grid;gap:.6rem;color:var(--muted)}.product-card li:before{content:"•";color:var(--accent);margin-right:.5rem}.callout{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(130deg,#ffe9c8b3,#fffffff2);border:1px solid rgba(224,138,30,.2);border-radius:24px;padding:2rem}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.support-card{background:var(--panel);border-radius:20px;padding:1.8rem;border:1px solid var(--stroke)}.support-card__detail{font-weight:600;margin:.5rem 0}.support-panel{border-radius:24px;padding:2.2rem;background:#ffffffe0;border:1px solid rgba(224,138,30,.15)}.privacy-policy{box-shadow:0 18px 40px #11151f14;scroll-margin-top:7rem}.privacy-policy h2{font-family:Fraunces,Times New Roman,serif;font-size:2rem;margin-bottom:.75rem}.privacy-policy h3{font-size:1.2rem;margin-top:1.5rem;margin-bottom:.5rem}.privacy-policy p{color:var(--muted);margin-top:.6rem;line-height:1.65}.privacy-policy p strong{color:var(--text)}.privacy-policy ul{margin:.75rem 0 .25rem 1.1rem;color:var(--muted);display:grid;gap:.4rem}.privacy-policy li::marker{color:var(--accent)}.privacy-policy a{color:var(--accent-dark);text-decoration:none;font-weight:600}.privacy-policy a:hover{text-decoration:underline}.support-panel__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem}.support-panel__title{font-weight:600}.static-article{background:var(--panel);border-radius:22px;padding:2rem;border:1px solid var(--stroke);max-width:46rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.site-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.nav{width:100%;flex-wrap:wrap;justify-content:space-between}.callout{flex-direction:column;align-items:flex-start}.card__footer{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:600px){.nav__cta{width:100%}.hero__card{padding:1.5rem}main{padding:2rem 1.5rem 3rem}}
