:root{--red:#b5122b;--red2:#7d0b1d;--gold:#ffc629;--ink:#151419;--paper:#fffdf8;--muted:#6b6870;--line:#ded9d1;--white:#fff;--shadow:0 16px 40px rgba(21,20,25,.13)}
.cart-actions{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.cart-actions .btn{white-space:nowrap}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55}a{color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;z-index:99;background:#fff;padding:.75rem;border-radius:.5rem}.site-header{position:sticky;top:0;z-index:20;background:rgba(21,20,25,.96);color:#fff;border-bottom:4px solid var(--gold)}.nav{max-width:1180px;margin:auto;min-height:76px;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-weight:900;letter-spacing:.04em}.brand-mark{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--ink);font-size:1.4rem;border:3px solid #fff}.brand>span:last-child{max-width:290px;line-height:1.08}.brand small{display:block;font-size:.72rem;color:var(--gold);letter-spacing:.15em}.nav-links{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.nav-links a{text-decoration:none;padding:.58rem .76rem;border-radius:.55rem;font-weight:750}.nav-links a:hover,.nav-links a[aria-current="page"]{background:#343139;color:var(--gold)}.nav-links .nav-cta{background:var(--red);color:#fff}.hero{background:var(--ink);color:#fff;position:relative;overflow:hidden}.hero-grid{max-width:1180px;margin:auto;min-height:430px;display:grid;grid-template-columns:1.1fr .9fr}.hero-copy{padding:4.5rem 1.5rem 4rem;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:.8rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:0 0 .65rem}.hero h1,.page-intro h1{font-size:clamp(2.7rem,7vw,5.5rem);line-height:.92;letter-spacing:-.045em;text-transform:uppercase;margin:0 0 1rem}.hero h1 span,.page-intro h1 span{color:var(--gold)}.hero p{max-width:620px;color:#dedbe0;font-size:1.08rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:48px;padding:.72rem 1.1rem;border-radius:.65rem;border:2px solid transparent;text-decoration:none;font-weight:900}.btn-primary{background:var(--gold);color:var(--ink)}.btn-red{background:var(--red);color:#fff}.btn-outline{border-color:#fff;color:#fff}.btn-dark{background:var(--ink);color:#fff}.btn:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #68a8ff;outline-offset:3px}.hero-photo{min-height:430px;position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink),transparent 35%),linear-gradient(0deg,rgba(21,20,25,.4),transparent 45%)}.stripe{height:16px;background:repeating-linear-gradient(-45deg,var(--red),var(--red) 18px,var(--gold) 18px,var(--gold) 36px)}.wrap{max-width:1180px;margin:auto;padding:4rem 1.25rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.6rem}.section-head h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1;margin:0;letter-spacing:-.035em}.section-head p{max-width:570px;margin:0;color:var(--muted)}.quick-grid,.age-grid,.product-grid,.menu-grid,.steps{display:grid;gap:1.1rem}.quick-grid{grid-template-columns:repeat(4,1fr)}.quick-card,.age-card,.product,.menu-card,.form-card,.notice,.summary-card{background:#fff;border:1px solid var(--line);border-radius:1rem;box-shadow:var(--shadow)}.quick-card{padding:1.4rem;text-decoration:none;min-height:190px;display:flex;flex-direction:column;justify-content:space-between;border-top:7px solid var(--red)}.quick-card strong{font-size:1.55rem}.quick-card span{color:var(--muted)}.quick-card b{color:var(--red)}.page-intro{background:linear-gradient(125deg,var(--red2),var(--red) 62%,#d51a39);color:#fff}.page-intro .wrap{padding-top:3.6rem;padding-bottom:3.6rem}.page-intro p{max-width:720px;font-size:1.05rem;margin:0;color:#fff0f3}.crumb{font-size:.86rem;margin-bottom:1rem;color:#ffe2e8}.crumb a{color:#fff}.age-grid{grid-template-columns:repeat(3,1fr);margin:1.6rem 0}.age-card{padding:1.4rem;position:relative;overflow:hidden}.age-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:var(--gold)}.age-card h3{font-size:2rem;margin:0}.age-card p{margin:.25rem 0 0;color:var(--muted)}.notice{padding:1rem 1.2rem;background:#fff8d9;border-color:#ead37c;box-shadow:none;margin:1.5rem 0}.notice strong{color:var(--red2)}.form-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.65fr);gap:1.4rem;align-items:start}.form-card{padding:1.5rem}.form-card h2{margin-top:0;font-size:1.8rem}.fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column;gap:.36rem}.field.full{grid-column:1/-1}.field label{font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:48px;border:1.5px solid #bdb8b0;border-radius:.58rem;background:#fff;padding:.7rem .8rem}.field textarea{min-height:100px;resize:vertical}.check{display:flex;align-items:flex-start;gap:.65rem}.check input{width:20px;height:20px;margin-top:.15rem}.form-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-top:1.2rem}.fine{font-size:.85rem;color:var(--muted)}.steps{gap:.75rem}.step{display:grid;grid-template-columns:38px 1fr;gap:.8rem;align-items:start;padding:1rem;border-bottom:1px solid var(--line)}.step:last-child{border-bottom:0}.step b:first-child{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--gold)}.step span{display:block;color:var(--muted);font-size:.9rem}.photo-strip{display:grid;grid-template-columns:1.25fr .75fr;gap:1rem;margin-top:2rem}.photo-strip img{width:100%;height:290px;object-fit:cover;border-radius:1rem}.product-grid{grid-template-columns:repeat(3,1fr)}.product{overflow:hidden}.product-art{min-height:175px;padding:1.5rem;background:linear-gradient(145deg,#26232a,#0f0e11);color:#fff;display:flex;align-items:end;position:relative}.product-art:before{content:"AGAA";position:absolute;right:.8rem;top:.25rem;color:rgba(255,198,41,.12);font-weight:1000;font-size:4.8rem;letter-spacing:-.08em}.product-art.gold{background:linear-gradient(145deg,#ffd342,#d99800);color:var(--ink)}.product-art.red{background:linear-gradient(145deg,#d11a37,#780a1b)}.product-art strong{position:relative;font-size:1.55rem;line-height:1.05;text-transform:uppercase}.product-body{padding:1.1rem}.product-meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.7rem}.price{font-size:1.3rem;font-weight:950;color:var(--red)}.product select,.qty{min-height:42px;border:1px solid var(--line);border-radius:.5rem;padding:.45rem;background:#fff}.product-actions{display:grid;grid-template-columns:1fr auto;gap:.55rem}.cart{position:sticky;bottom:1rem;margin:2rem auto 0;max-width:850px;background:var(--ink);color:#fff;border-radius:1rem;padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 12px 30px rgba(0,0,0,.25)}.cart b{color:var(--gold)}.cart-items{font-size:.9rem;color:#d5d2d8}.menu-grid{grid-template-columns:repeat(2,1fr)}.menu-card{padding:1.3rem}.menu-card h2{font-size:1.6rem;margin:.1rem 0 .7rem;color:var(--red2)}.menu-list{list-style:none;margin:0;padding:0}.menu-list li{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:.72rem 0;border-top:1px dashed #cbc5bc}.menu-list li:first-child{border-top:0}.menu-list span{color:var(--muted);display:block;font-size:.88rem}.menu-list strong{white-space:nowrap}.feature-menu{background:var(--ink);color:#fff;border:0}.feature-menu h2{color:var(--gold)}.feature-menu .menu-list li{border-color:#49454d}.feature-menu .menu-list span{color:#c9c5cc}.menu-note{text-align:center;margin-top:1.5rem;color:var(--muted)}.success{display:none;margin-top:1rem;padding:1rem;border-radius:.65rem;background:#eaf7ec;color:#185b23;border:1px solid #a8d6af}.success.show{display:block}.footer{background:var(--ink);color:#fff;margin-top:4rem}.footer-grid{max-width:1180px;margin:auto;padding:2.5rem 1.25rem;display:flex;justify-content:space-between;gap:2rem;align-items:center}.footer p{margin:.2rem 0;color:#c9c6cc}.footer a{color:var(--gold)}.donate-intro{background:linear-gradient(125deg,#111015 0%,var(--red2) 58%,var(--red) 100%)}.donate-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.75fr);gap:1.4rem;align-items:stretch}.donate-card,.impact-card,.donate-note{background:#fff;border:1px solid var(--line);border-radius:1rem;box-shadow:var(--shadow)}.donate-card{display:grid;grid-template-columns:minmax(220px,.75fr) 1.25fr;overflow:hidden}.donate-card>img{width:100%;height:100%;min-height:430px;object-fit:contain;background:#050505;padding:1.25rem}.donate-card>div{padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.donate-card h2,.impact-card h2{font-size:clamp(2rem,4vw,3rem);line-height:1;margin:.15rem 0 1rem;letter-spacing:-.035em}.donate-card p{color:var(--muted)}.donate-disabled{cursor:not-allowed;opacity:.72;margin:1rem 0 .35rem}.impact-card{padding:1.6rem;border-top:7px solid var(--gold)}.impact-list{list-style:none;margin:1rem 0 0;padding:0}.impact-list li{padding:1rem 0;border-top:1px solid var(--line)}.impact-list strong,.impact-list span{display:block}.impact-list strong{font-size:1.08rem;color:var(--red2)}.impact-list span{color:var(--muted);font-size:.93rem}.donate-note{margin-top:1.4rem;padding:1.2rem 1.4rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap;box-shadow:none;border-left:7px solid var(--red)}.donate-note span{color:var(--muted);flex:1 1 350px}.donate-note a{font-weight:900;color:var(--red)}
@media(max-width:860px){.nav{align-items:flex-start}.nav-links{justify-content:flex-end}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:3.5rem 1.25rem 2.5rem}.hero-photo{min-height:330px}.hero-photo:after{background:linear-gradient(0deg,var(--ink),transparent 28%)}.quick-grid,.product-grid{grid-template-columns:1fr 1fr}.age-grid{grid-template-columns:1fr}.form-layout,.donate-layout{grid-template-columns:1fr}.photo-strip{grid-template-columns:1fr}.photo-strip img{height:260px}.cart{position:static}}
@media(max-width:620px){.nav{display:block}.brand{margin-bottom:.7rem}.nav-links{display:grid;grid-template-columns:repeat(2,1fr)}.nav-links a{text-align:center;background:#28262c}.hero h1,.page-intro h1{font-size:2.8rem}.wrap{padding:3rem 1rem}.quick-grid,.product-grid,.menu-grid,.fields{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.field.full{grid-column:auto}.product-actions{grid-template-columns:1fr}.cart{align-items:flex-start;flex-direction:column}.footer-grid{align-items:flex-start;flex-direction:column}.donate-card{grid-template-columns:1fr}.donate-card>img{min-height:260px;max-height:340px}.donate-card>div{padding:1.4rem}}
