@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Nunito:wght@400;600;700;800&display=swap";:root{--cream:#f7f4ee;--cream-deep:#efe9df;--mustard:#c9a227;--mustard-dark:#a8861c;--green:#2f4a35;--green-soft:#dfe8dc;--sage:#b7c9b4;--sage-deep:#8fa88c;--orange:#d97706;--purple:#7c6a9a;--charcoal:#2b2b2b;--text:#4a4a46;--muted:#6f6c66;--white:#fff;--border:#e4ddd2;--radius:16px;--radius-lg:24px;--shadow:0 10px 30px #2f4a3514;color:var(--text);background:var(--cream);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito,system-ui,sans-serif;font-weight:400;line-height:1.55}*{box-sizing:border-box}body{background:var(--cream);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto;display:block}h1,h2,.serif{color:var(--charcoal);letter-spacing:-.02em;font-family:Fraunces,Georgia,serif;font-weight:600}.site{background:var(--cream);flex-direction:column;min-height:100svh;display:flex}.logo{align-items:center;gap:10px;display:inline-flex}.logo-dots{gap:4px;display:inline-flex}.logo-dots span{border-radius:50%;width:8px;height:8px}.logo-dots span:first-child{background:#4a7ec9}.logo-dots span:nth-child(2){background:var(--mustard)}.logo-dots span:nth-child(3){background:#c45c4a}.logo-text{color:var(--charcoal);font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:600}.logo-mark{letter-spacing:.12em;vertical-align:middle;color:var(--green);margin-left:4px;font-family:Nunito,sans-serif;font-size:12px;font-weight:800}.logo-education .logo-mark{letter-spacing:.1em;font-size:10px}.header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f4eee6;border-bottom:1px solid #0000;position:sticky;top:0}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1180px;margin:0 auto;padding:18px 32px;display:grid}.nav-list{gap:28px;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--muted);font-size:15px;font-weight:600;transition:color .2s}.nav-list a:hover{color:var(--green)}.header-actions{justify-self:end;align-items:center;gap:10px;display:flex}.language-switcher{position:relative}.language-trigger.is-open{background:var(--cream-deep);color:var(--green)}.language-menu{z-index:80;background:var(--white);border:1px solid var(--border);border-radius:14px;min-width:168px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 28px #2f4a351f}.language-menu-item{width:100%;color:var(--charcoal);font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:10px 12px;font-size:14px;font-weight:700;display:flex}.language-menu-item:hover{background:var(--cream-deep)}.language-menu-item.is-active{background:var(--green-soft);color:var(--green)}.language-code{letter-spacing:.06em;color:var(--muted);font-size:11px;font-weight:800}.language-menu-item.is-active .language-code{color:var(--green)}.icon-btn{width:40px;height:40px;color:var(--charcoal);cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;display:grid}.icon-btn:hover{background:var(--cream-deep)}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:800;transition:transform .15s,filter .2s;display:inline-flex}.btn:hover{filter:brightness(1.04)}.btn:active{transform:translateY(1px)}.btn-outline{color:var(--charcoal);border:1.5px solid var(--border);background:0 0;padding:10px 18px}.btn-mustard{background:var(--mustard);color:var(--white)}.btn-green{background:var(--green);color:var(--white)}.hero{padding:40px 32px 24px}.hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:40px;max-width:1180px;margin:0 auto;display:grid}.hero-title{max-width:12ch;margin:0;font-size:clamp(40px,6vw,64px);line-height:1.05}.hero-body{max-width:42ch;color:var(--muted);margin:18px 0 0;font-size:17px}.audience-cards{grid-template-columns:1fr 1fr;gap:16px;margin-top:28px;display:grid}.audience-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:22px}.audience-card h2{color:var(--charcoal);margin:14px 0 0;font-family:Nunito,sans-serif;font-size:20px;font-weight:800}.audience-card p{color:var(--muted);min-height:3.2em;margin:8px 0 0;font-size:14px;line-height:1.55}.audience-card .btn{margin-top:18px}.audience-card-families{background:#f3e7c2}.audience-card-business{background:var(--green-soft)}.audience-icon{width:48px;height:48px;color:var(--charcoal);background:#ffffffa6;border-radius:14px;place-items:center;display:grid}.soft-cta{color:var(--muted);background:0 0;border:none;align-items:center;gap:6px;margin-top:28px;padding:0;font-size:14px;font-weight:700;transition:color .2s,gap .2s;display:inline-flex}.soft-cta:hover{color:var(--green);gap:8px}.soft-cta svg{transition:transform .2s}.soft-cta:hover svg{transform:translateY(2px)}.hero-visual{position:sticky;top:88px}.hero-image{object-fit:cover;width:100%;max-height:720px;box-shadow:var(--shadow);border-radius:28px}.values{padding:48px 32px 24px}.values-inner{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:24px;max-width:1180px;margin:0 auto;padding:28px 0;display:grid}.value-item{text-align:center}.value-icon{background:var(--white);width:56px;height:56px;color:var(--green);border-radius:50%;place-items:center;margin:0 auto 12px;display:grid;box-shadow:0 4px 14px #2f4a3514}.value-item h3{color:var(--charcoal);margin:0;font-family:Nunito,sans-serif;font-size:16px;font-weight:800}.value-item p{color:var(--muted);margin:6px 0 0;font-size:13px}.products{padding:64px 32px}.products-inner{max-width:1180px;margin:0 auto}.section-intro{max-width:40rem}.eyebrow{letter-spacing:.14em;color:var(--orange);margin:0;font-size:12px;font-weight:800}.section-intro h2{margin:10px 0 0;font-size:clamp(32px,4vw,44px);line-height:1.15}.section-lede{color:var(--muted);max-width:48ch;margin:14px 0 0}.product-filters{flex-wrap:wrap;gap:10px;margin:28px 0 24px;display:flex}.filter-pill{border:1.5px solid var(--border);background:var(--white);color:var(--charcoal);font:inherit;cursor:pointer;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:700;transition:background .2s,color .2s,border-color .2s}.filter-pill.is-active{background:var(--green);border-color:var(--green);color:var(--white)}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.product-card.is-featured{box-shadow:0 14px 34px #2f4a3524}.product-media{aspect-ratio:4/3;background:var(--cream-deep);overflow:hidden}.product-media img{object-fit:cover;width:100%;height:100%}.product-body{padding:16px 16px 20px;position:relative}.product-tag{border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-block}.tag-orange{color:#b45309;background:#f8e6c8}.tag-green{background:var(--green-soft);color:var(--green)}.tag-purple{color:var(--purple);background:#ebe4f4}.product-body h3{color:var(--charcoal);margin:10px 0 0;font-family:Nunito,sans-serif;font-size:17px;font-weight:800}.product-body p{color:var(--muted);margin:6px 0 0;font-size:13px}.product-link{background:var(--cream-deep);width:34px;height:34px;color:var(--green);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:16px;right:16px}.catalog{padding:0 32px 80px}.catalog-inner{max-width:1180px;box-shadow:var(--shadow);background:linear-gradient(135deg,#c8d6c4 0%,#b7c9b4 100%);border-radius:28px;grid-template-columns:1.2fr .8fr;align-items:center;gap:32px;margin:0 auto;padding:40px 48px;display:grid}.catalog-icon{width:52px;height:52px;color:var(--green);background:#ffffff8c;border-radius:16px;place-items:center;display:grid}.catalog-copy h2{margin:16px 0 0;font-size:clamp(28px,3.5vw,40px)}.catalog-copy p{color:#3f5343;max-width:40ch;margin:12px 0 0}.catalog-copy .btn{margin-top:22px}.catalog-visual{justify-content:center;display:flex}.catalog-image{border-radius:12px;width:min(100%,220px);transform:rotate(4deg);box-shadow:0 18px 40px #2f4a3533}.footer{background:var(--cream-deep);border-top:1px solid var(--border);margin-top:auto}.footer-inner{max-width:1180px;margin:0 auto;padding:56px 32px 24px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:28px;display:grid}.footer-brand p{max-width:28ch;color:var(--muted);margin:14px 0 0;font-size:14px}.footer-grid h3{letter-spacing:.04em;color:var(--charcoal);margin:0;font-family:Nunito,sans-serif;font-size:13px;font-weight:800}.footer-grid ul{margin:14px 0 0;padding:0;list-style:none}.footer-grid li+li{margin-top:10px}.footer-grid a{color:var(--muted);font-size:14px}.footer-grid a:hover{color:var(--green)}.social-links{gap:10px;margin-top:18px;display:flex}.social-links a{background:var(--white);width:36px;height:36px;color:var(--green);border:1px solid var(--border);border-radius:50%;place-items:center;display:grid}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:flex-end;gap:16px;margin-top:40px;padding-top:18px;font-size:13px;display:flex}.footer-meta{flex-direction:column;gap:4px;display:flex}.footer-meta p{margin:0}.footer-company{color:#8a857c;letter-spacing:.01em;font-size:12px}.footer-legal{flex-shrink:0;gap:18px;display:flex}@media (width<=1080px){.nav{display:none}.header-inner{justify-content:space-between;display:flex}.product-grid,.values-inner{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=860px){.hero-inner,.catalog-inner{grid-template-columns:1fr}.hero-visual{order:-1;position:static}.hero-image{max-height:420px}.audience-cards{grid-template-columns:1fr}.catalog-image{transform:none}}@media (width<=560px){.header-inner,.hero,.values,.products,.catalog,.footer-inner{padding-left:18px;padding-right:18px}.product-grid,.values-inner,.footer-grid{grid-template-columns:1fr}.catalog-inner{padding:28px 22px}.footer-bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){.btn,.nav-list a,.filter-pill,.soft-cta{transition:none}}.enterprise-page{overflow-x:clip}.enterprise-hero{background:radial-gradient(ellipse 70% 55% at 85% 20%, #b7c9b473, transparent 60%), radial-gradient(ellipse 50% 40% at 10% 80%, #c9a2271f, transparent 55%), var(--cream);padding:48px 32px 40px}.enterprise-hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:40px;max-width:1180px;margin:0 auto;display:grid}.enterprise-brand{color:var(--charcoal);letter-spacing:-.02em;margin:0 0 18px;font-family:Fraunces,Georgia,serif;font-size:clamp(28px,4vw,40px);font-weight:600;animation:.7s both enterprise-rise}.enterprise-brand span{letter-spacing:.12em;vertical-align:middle;color:var(--green);margin-left:6px;font-family:Nunito,sans-serif;font-size:.38em;font-weight:800}.enterprise-hero h1{max-width:14ch;margin:0;font-size:clamp(36px,5.2vw,56px);line-height:1.08;animation:.7s 80ms both enterprise-rise}.enterprise-hero-body{max-width:42ch;color:var(--muted);margin:18px 0 0;font-size:17px;animation:.7s .16s both enterprise-rise}.enterprise-hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;animation:.7s .24s both enterprise-rise;display:flex}.enterprise-hero-visual{animation:.9s .18s both enterprise-fade}.enterprise-hero-image{aspect-ratio:4/3;width:100%;box-shadow:var(--shadow);object-fit:cover;border-radius:28px}.enterprise-offer,.enterprise-kits,.enterprise-audiences{padding:72px 32px 24px}.enterprise-offer-inner,.enterprise-kits-inner,.enterprise-audiences-inner{max-width:1180px;margin:0 auto}.enterprise-offer-grid,.enterprise-audience-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:32px;display:grid}.enterprise-offer-card,.enterprise-audience-card{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow);padding:28px 24px}.enterprise-offer-card:first-child{background:linear-gradient(160deg,#e8f0e5 0%,#f7f4ee 100%)}.enterprise-offer-card:last-child{background:linear-gradient(160deg,#f3e7c2 0%,#f7f4ee 100%)}.enterprise-offer-icon{width:48px;height:48px;color:var(--green);background:#ffffffb3;border-radius:14px;place-items:center;display:grid}.enterprise-offer-card h3,.enterprise-audience-card h3{color:var(--charcoal);margin:16px 0 0;font-family:Nunito,sans-serif;font-size:20px;font-weight:800}.enterprise-offer-card p,.enterprise-audience-card p{color:var(--muted);margin:10px 0 0;font-size:15px}.enterprise-kit-list{gap:48px;margin-top:36px;display:grid}.enterprise-kit{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:36px;display:grid}.enterprise-kit.is-reverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.enterprise-kit.is-reverse .enterprise-kit-media{order:2}.enterprise-kit.is-reverse .enterprise-kit-copy{order:1}.enterprise-kit-media{background:var(--cream-deep);box-shadow:var(--shadow);border-radius:28px;overflow:hidden}.enterprise-kit-media img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .6s}.enterprise-kit:hover .enterprise-kit-media img{transform:scale(1.03)}.enterprise-kit-copy h3{margin:12px 0 0;font-size:clamp(26px,3vw,34px);line-height:1.15}.enterprise-kit-audience{color:var(--green);margin:10px 0 0;font-size:14px;font-weight:700}.enterprise-kit-copy>p:last-of-type{color:var(--muted);max-width:46ch;margin:14px 0 0}.enterprise-kit-points{margin:18px 0 0;padding:0;list-style:none}.enterprise-kit-points li{color:var(--charcoal);margin-top:10px;padding-left:18px;font-size:14px;font-weight:600;position:relative}.enterprise-kit-points li:before{content:"";background:var(--mustard);border-radius:50%;width:8px;height:8px;position:absolute;top:.55em;left:0}.enterprise-audience-card{background:var(--green-soft)}.enterprise-audience-card:last-child{background:#f3e7c2}.enterprise-contact{padding:40px 32px 80px}.enterprise-contact-inner{max-width:1180px;box-shadow:var(--shadow);background:linear-gradient(135deg,#ffffff59,#0000 40%),linear-gradient(135deg,#c8d6c4 0%,#b7c9b4 100%);border-radius:28px;margin:0 auto;padding:48px}.enterprise-contact-inner h2{max-width:18ch;margin:0;font-size:clamp(28px,3.5vw,40px)}.enterprise-contact-inner p{color:#3f5343;max-width:48ch;margin:14px 0 0}.enterprise-contact-inner .btn{margin-top:24px}@keyframes enterprise-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes enterprise-fade{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@media (width<=860px){.enterprise-hero-inner,.enterprise-kit,.enterprise-kit.is-reverse,.enterprise-offer-grid,.enterprise-audience-grid{grid-template-columns:1fr}.enterprise-hero-visual{order:-1}.enterprise-kit.is-reverse .enterprise-kit-media,.enterprise-kit.is-reverse .enterprise-kit-copy{order:initial}.enterprise-contact-inner{padding:32px 24px}}@media (width<=560px){.enterprise-hero,.enterprise-offer,.enterprise-kits,.enterprise-audiences,.enterprise-contact{padding-left:18px;padding-right:18px}.enterprise-hero-actions{flex-direction:column;align-items:stretch}.enterprise-hero-actions .btn{width:100%}}@media (prefers-reduced-motion:reduce){.enterprise-brand,.enterprise-hero h1,.enterprise-hero-body,.enterprise-hero-actions,.enterprise-hero-visual,.enterprise-kit-media img{transition:none;animation:none}}
