@font-face{font-family:Fanciful;src:url('assets/fanciful.otf') format('opentype');font-display:swap}
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&display=swap');
:root{--forest:#315f54;--ink:#392e2a;--cream:#f7f0e2;--paper:#fffdf8;--peach:#eaa88f;--gold:#e4c56b;--sage:#a9c0a2}
*{box-sizing:border-box}
html{background:var(--cream)}
body{margin:0;color:var(--ink);font-family:Comfortaa,Arial,sans-serif;background:radial-gradient(circle at 10% 5%,#fff 0,transparent 24rem),var(--cream);min-height:100vh}
main{width:min(1180px,calc(100% - 40px));margin:auto;padding:44px 0 26px}
.hero{position:relative;display:grid;grid-template-columns:170px 1fr 220px;align-items:center;gap:38px;min-height:270px;padding:38px 44px;border-radius:32px;background:var(--forest);color:#fff;overflow:hidden;box-shadow:0 18px 55px rgba(49,95,84,.16)}
.hero:after{content:"";position:absolute;width:320px;height:320px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:-110px;top:-145px}
.logo{width:155px;filter:brightness(0) invert(1)}
.eyebrow,.label{margin:0 0 8px;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;font-weight:700}
h1,h2{font-family:Fanciful,Comfortaa,sans-serif;font-weight:400;margin:0}
h1{font-size:clamp(2.7rem,5vw,4.7rem);line-height:.9;max-width:650px}
.hero-copy>p:last-child{max-width:600px;margin:18px 0 0;line-height:1.65;color:#e7eee9}
.wattle{width:210px;transform:translateY(-18px) rotate(-7deg);filter:drop-shadow(0 15px 20px rgba(0,0,0,.18))}
.apps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:22px 0}
.app{position:relative;display:flex;min-height:280px;padding:25px;flex-direction:column;justify-content:space-between;border-radius:26px;color:var(--ink);text-decoration:none;border:1px solid rgba(57,46,42,.08);transition:transform .22s ease,box-shadow .22s ease}
.app:hover,.app:focus-visible{transform:translateY(-6px);box-shadow:0 18px 38px rgba(57,46,42,.13);outline:none}
.voice{background:#f1d87f}.capture{background:#c9d8c4}.studio{background:#efb39d}
.number{align-self:flex-end;font-size:.7rem;font-weight:700;border:1px solid currentColor;border-radius:999px;padding:7px 9px;opacity:.65}
.app h2{font-size:2.2rem;line-height:1;margin-bottom:12px}
.app p{font-size:.84rem;line-height:1.55;margin:0;max-width:270px}
.label{font-size:.59rem!important;margin-bottom:10px!important}
.enter{display:flex;justify-content:space-between;align-items:center;margin-top:22px;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}
.enter b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.48);font-size:1.15rem}
footer{display:flex;justify-content:space-between;padding:8px 4px;color:#766d66;font-size:.68rem}
@media(max-width:820px){main{width:min(100% - 24px,650px);padding-top:12px}.hero{grid-template-columns:1fr;padding:30px;gap:22px}.logo{width:125px}.wattle{position:absolute;width:135px;right:10px;top:10px;opacity:.45}.apps{grid-template-columns:1fr}.app{min-height:225px}.app h2{font-size:2rem}}
@media(prefers-reduced-motion:reduce){.app{transition:none}}
