:root{color-scheme:light;--cream:#f4efe4;--ink:#23352b;--moss:#6e8061;--sage:#aebb9b;--clay:#bd8067}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.35;background-image:radial-gradient(rgba(35,53,43,.12) .55px,transparent .55px);background-size:5px 5px}.page-shell{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:64px 24px 36px}.hero{width:min(720px,100%);text-align:center;display:flex;flex-direction:column;align-items:center}.eyebrow{position:absolute;top:32px;left:clamp(24px,5vw,72px);display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:600}.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--clay)}.tree{position:relative;width:190px;height:176px;margin-bottom:32px}.crown{position:absolute;border-radius:50%;background:var(--sage)}.crown-one{width:80px;height:80px;left:27px;top:29px;background:#879b78}.crown-two{width:92px;height:92px;right:25px;top:19px;background:#a5b594}.crown-three{width:72px;height:72px;left:61px;top:0;background:#718966}.crown-four{width:61px;height:61px;right:4px;top:54px;background:#91a781}.trunk{position:absolute;width:18px;height:77px;left:87px;top:84px;background:#8b6450;border-radius:4px 4px 8px 8px;transform:perspective(40px) rotateX(-4deg)}.trunk:before,.trunk:after{content:"";position:absolute;width:9px;height:48px;bottom:38px;background:#8b6450;border-radius:9px;transform-origin:bottom}.trunk:before{left:2px;transform:rotate(-38deg)}.trunk:after{right:1px;transform:rotate(42deg)}.ground{position:absolute;left:20px;right:20px;bottom:7px;height:2px;background:var(--moss);opacity:.45}.kicker{margin:0 0 15px;color:var(--clay);text-transform:uppercase;letter-spacing:.22em;font-size:.72rem;font-weight:600}h1{margin:0;font-family:Newsreader,serif;font-size:clamp(3.1rem,8vw,5.7rem);line-height:.92;letter-spacing:-.045em;font-weight:500}.intro{max-width:555px;margin:28px auto 26px;font-size:clamp(1rem,2.2vw,1.18rem);line-height:1.7;color:#526158}.status{display:flex;align-items:center;gap:9px;padding:10px 17px;border:1px solid rgba(35,53,43,.18);border-radius:999px;font-size:.77rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600}.leaf{width:9px;height:13px;border-radius:9px 1px;background:var(--moss);transform:rotate(-18deg)}footer{min-height:72px;display:flex;justify-content:center;align-items:center;gap:12px;color:#69746e;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:20px}@media(max-width:560px){.eyebrow{position:static;align-self:flex-start;margin:-30px 0 42px}.tree{transform:scale(.88);margin-bottom:21px}.intro br{display:none}footer{flex-wrap:wrap}.page-shell{padding-top:48px}}@media(prefers-reduced-motion:no-preference){.tree{animation:arrive .8s ease-out both}.hero>p,.hero>h1,.status{animation:rise .7s ease-out both}.kicker{animation-delay:.1s!important}h1{animation-delay:.17s!important}.intro{animation-delay:.24s!important}.status{animation-delay:.31s!important}@keyframes arrive{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:none}}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}
