:root{--ink:#10241e;--muted:#52635d;--cream:#f8f5ec;--white:#fff;--green:#0f6b4f;--green-dark:#084a37;--lime:#d8f059}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh;position:relative;overflow:hidden}.site-shell:before,.site-shell:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.site-shell:before{background:#d8f05952;width:34rem;height:34rem;top:-16rem;right:-12rem}.site-shell:after{background:#0f6b4f17;width:24rem;height:24rem;bottom:-10rem;left:-13rem}.nav{z-index:1;justify-content:space-between;align-items:center;width:min(1120px,100% - 40px);margin:auto;padding:28px 0;display:flex;position:relative}.brand{align-items:center;gap:11px;font-size:1.05rem;font-weight:800;display:flex}.brand-mark{background:var(--green);width:34px;height:34px;color:var(--lime);border-radius:10px;place-items:center;display:grid}.nav-note{color:var(--muted);font-size:.9rem}.hero{z-index:1;grid-template-columns:1.16fr .84fr;align-items:center;gap:70px;width:min(1120px,100% - 40px);min-height:calc(100vh - 100px);margin:auto;padding:70px 0 110px;display:grid;position:relative}.eyebrow{color:var(--green);letter-spacing:.14em;text-transform:uppercase;margin:0 0 22px;font-size:.8rem;font-weight:800}h1{letter-spacing:-.065em;max-width:760px;margin:0;font-size:clamp(3rem,6vw,5.7rem);line-height:.98}.lead{max-width:630px;color:var(--muted);margin:28px 0 0;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.65}.actions{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.button{border:1px solid var(--green);border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:0 23px;font-weight:750;transition:transform .16s,box-shadow .16s;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #084a3729}.button-primary{background:var(--green);color:var(--white)}.button-secondary{color:var(--green-dark);background:#ffffff9e}.magnet-wrap{perspective:900px;place-items:center;display:grid}.magnet{aspect-ratio:.84;background:var(--green);width:min(100%,360px);color:var(--white);box-shadow:0 35px 70px #084a3740,18px 18px 0 var(--lime);border-radius:30px;flex-direction:column;justify-content:space-between;padding:36px;display:flex;transform:rotate(3deg)}.magnet-label{letter-spacing:.04em;font-weight:800}.magnet-message{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:850;line-height:1.03}.qr{background:var(--white);border-radius:13px;grid-template:repeat(3,1fr)/repeat(3,1fr);gap:5px;width:86px;height:86px;padding:9px;display:grid}.qr span{background:var(--ink);border-radius:2px}.qr span:nth-child(2),.qr span:nth-child(4),.qr span:nth-child(8){background:var(--white)}.scan{align-items:center;gap:14px;font-size:.85rem;font-weight:700;line-height:1.35;display:flex}.placeholder{text-align:center;place-items:center;min-height:100vh;padding:32px 20px;display:grid}.placeholder-card{background:var(--white);border-radius:28px;width:min(620px,100%);padding:56px 32px;box-shadow:0 24px 70px #10241e1a}.placeholder-card h1{font-size:clamp(2.3rem,8vw,4.6rem)}.placeholder-card p{color:var(--muted);font-size:1.1rem;line-height:1.6}@media (max-width:820px){.nav-note{display:none}.hero{grid-template-columns:1fr;gap:80px;padding-top:45px}.hero-copy{text-align:center}.lead{margin-inline:auto}.actions{justify-content:center}.magnet{width:min(82vw,340px)}}@media (max-width:480px){.nav,.hero{width:min(100% - 28px,1120px)}.nav{padding-top:20px}.hero{padding-top:36px}.actions{flex-direction:column}.button{width:100%}.magnet{box-shadow:0 26px 54px #084a373b,12px 12px 0 var(--lime);padding:28px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
