
:root{--red:#e90022;--red2:#ff2745;--yellow:#ffd72e;--ink:#151515;--muted:#706d6d;--paper:#fff8f0}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:radial-gradient(circle at 85% 0,#ffe0c2 0,transparent 32%),radial-gradient(circle at 0 40%,#ffd9de 0,transparent 28%),var(--paper);min-height:100vh;overflow-x:hidden}
a{color:inherit;text-decoration:none}.ambient{position:fixed;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;z-index:-1}.a1{width:360px;height:360px;background:#ff3550;top:18%;left:-170px}.a2{width:420px;height:420px;background:#ffd72e;right:-240px;top:55%}
.topbar{max-width:1160px;margin:auto;padding:24px 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:block;border-radius:22px;overflow:hidden;line-height:0}.brand img{display:block;width:190px;max-width:48vw;border-radius:22px}.mini-btn{padding:12px 18px;border:1px solid rgba(20,20,20,.12);border-radius:999px;background:rgba(255,255,255,.55);backdrop-filter:blur(16px);font-weight:800}
main{max-width:1160px;margin:auto;padding:0 28px}.glass{background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,255,255,.34));border:1px solid rgba(255,255,255,.82);box-shadow:0 20px 60px rgba(66,22,16,.10),inset 0 1px 0 rgba(255,255,255,.9);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:34px;padding:28px 0 70px}.hero-card{padding:54px;border-radius:38px;position:relative;z-index:2}.eyebrow,.kicker{font-size:12px;letter-spacing:.18em;font-weight:800;color:var(--red)}.eyebrow span{display:inline-block;width:8px;height:8px;background:var(--yellow);border-radius:50%;margin-right:7px;box-shadow:0 0 0 5px rgba(255,215,46,.2)}h1{font-size:clamp(56px,7vw,96px);line-height:.88;letter-spacing:-.065em;margin:22px 0 28px;font-weight:800}h1 em{font-style:normal;color:var(--red);text-shadow:0 8px 35px rgba(233,0,34,.18)}.hero p{font-size:18px;line-height:1.65;color:#575151}.hero p b{color:#1d1b1b}.primary{display:inline-flex;gap:24px;align-items:center;margin-top:20px;padding:18px 22px 18px 25px;border-radius:18px;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;font-weight:800;box-shadow:0 16px 32px rgba(233,0,34,.25);transition:.25s}.primary:hover{transform:translateY(-3px);box-shadow:0 22px 42px rgba(233,0,34,.34)}.primary span{width:30px;height:30px;display:grid;place-items:center;background:rgba(255,255,255,.17);border-radius:50%}
.hero-art{height:520px;display:grid;place-items:center;position:relative}.orb{position:absolute;width:390px;height:390px;border-radius:50%;background:linear-gradient(145deg,var(--red),#ff4b3f);box-shadow:0 40px 80px rgba(233,0,34,.25)}.doner{width:330px;height:330px;position:relative;display:grid;place-items:center;filter:drop-shadow(0 28px 20px rgba(77,20,8,.25));transform:rotate(-8deg)}.doner img{display:block;width:100%;height:100%;object-fit:contain}.floating{position:absolute;right:0;bottom:70px;padding:18px 22px;border-radius:22px;display:flex;gap:10px;align-items:center}.floating b{font-size:36px;color:var(--red)}.floating span{font-size:12px;font-weight:800;line-height:1.2}
.branches{padding:70px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-head h2,.vibe h2{font-size:clamp(34px,5vw,58px);letter-spacing:-.05em;margin:8px 0 0}.section-head p{max-width:360px;color:var(--muted);line-height:1.6}.branch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.branch{min-height:100px;border-radius:24px;padding:20px 22px;display:flex;align-items:center;gap:16px;transition:.25s ease}.branch:hover{transform:translateY(-4px) scale(1.01);border-color:rgba(233,0,34,.2);box-shadow:0 22px 50px rgba(233,0,34,.12)}.pin{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:15px;background:var(--red);color:white;font-size:25px;box-shadow:0 10px 22px rgba(233,0,34,.22)}.branch-copy{display:flex;flex-direction:column;gap:6px}.branch strong{font-size:16px}.badge{width:max-content;font-size:10px;text-transform:uppercase;letter-spacing:.08em;background:var(--yellow);padding:5px 8px;border-radius:99px;font-weight:800}.arrow{margin-left:auto;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(233,0,34,.07);color:var(--red);font-size:18px}
.vibe{margin:50px 0 90px;border-radius:36px;padding:45px 50px;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.vibe-mark{font-size:95px;transform:rotate(10deg)}
footer{border-top:1px solid rgba(20,20,20,.08);max-width:1160px;margin:auto;padding:28px;display:flex;align-items:center;gap:20px;color:#777;font-size:12px}footer img{width:130px}footer p{margin-right:auto}footer a{font-weight:800;color:var(--red)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:none}
@media(max-width:760px){.topbar{padding:18px}.brand img{width:160px}.mini-btn{font-size:12px;padding:10px 14px}main{padding:0 16px}.hero{min-height:auto;grid-template-columns:1fr;padding:18px 0 45px;gap:12px}.hero-card{padding:30px 24px;border-radius:28px}.hero p{font-size:15px}.hero-art{height:330px;order:-1}.orb{width:250px;height:250px}.doner{width:215px;height:215px}.floating{right:5px;bottom:30px}.section-head{display:block}.section-head p{font-size:14px}.branch-grid{grid-template-columns:1fr}.branch{min-height:86px;padding:16px}.vibe{padding:30px 24px;margin-bottom:50px}.vibe-mark{font-size:58px}footer{margin:0 16px;padding:24px 0;flex-wrap:wrap}footer p{width:100%;order:3}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}
