.cart-root{z-index:2000;position:fixed;inset:0}.cart-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1b120a73;animation:.22s cartFade;position:fixed;inset:0}.cart-drawer{background:var(--paper);border-left:1px solid #1b120a14;flex-direction:column;width:440px;max-width:92vw;animation:.28s cubic-bezier(.22,1,.36,1) cartSlide;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 50px #1b120a47}@keyframes cartFade{0%{opacity:0}to{opacity:1}}@keyframes cartSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer-header{background:radial-gradient(120% 80% at 100% 0%, #fdb90f1f, transparent 60%), var(--paper);border-bottom:1px solid #1b120a1a;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 24px 18px;display:flex}.cart-drawer-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--rock);margin-bottom:3px;font-size:.68rem;font-weight:700;display:block}.cart-drawer-title h2{letter-spacing:-.01em;color:var(--ink);align-items:center;gap:10px;margin:0;font-size:1.4rem;font-weight:800;display:flex}.cart-count-pill{background:linear-gradient(135deg, var(--sunrise), var(--sunset));color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 8px;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:0 3px 8px #f2850159}.cart-drawer-close{width:38px;height:38px;color:var(--earth);cursor:pointer;background:#fff9;border:1px solid #1b120a1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,transform .15s;display:flex}.cart-drawer-close:hover{background:var(--ink);color:var(--paper);transform:rotate(90deg)}.cart-drawer-items{flex-direction:column;flex:auto;gap:12px;min-height:0;padding:16px;display:flex;overflow-y:auto}.cart-drawer-items::-webkit-scrollbar{width:8px}.cart-drawer-items::-webkit-scrollbar-thumb{background:#a4805159;border-radius:8px}.cart-drawer-items::-webkit-scrollbar-thumb:hover{background:#a480518c}.cart-item{background:#ffffff8c;border:1px solid #1b120a14;border-radius:14px;gap:14px;padding:12px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.cart-item:hover{box-shadow:var(--shadow-soft);border-color:#a4805166;transform:translateY(-1px)}.cart-item-image{background:linear-gradient(135deg, var(--sand), #d3bf9780);border-radius:11px;flex-shrink:0;width:78px;height:78px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;min-width:0;display:flex}.cart-item-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.cart-item-name{color:var(--ink);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.94rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.cart-item-variant{color:var(--rock);margin:3px 0 0;font-size:.78rem}.cart-item-remove{width:26px;height:26px;color:var(--rock);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.cart-item-remove:hover:not(:disabled){color:#c62828;background:#c628281a}.cart-item-remove:disabled{opacity:.4;cursor:not-allowed}.cart-item-bottom{justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.cart-item-price{color:var(--ink);font-size:1rem;font-weight:800}.cart-item-qty{background:#1b120a0d;border-radius:999px;align-items:center;gap:2px;padding:3px;display:flex}.cart-item-qty button{cursor:pointer;width:26px;height:26px;color:var(--ink);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:background .12s,color .12s;display:flex;box-shadow:0 1px 2px #1b120a1f}.cart-item-qty button:hover:not(:disabled){background:var(--sunset);color:#fff}.cart-item-qty button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.cart-item-qty span{text-align:center;min-width:22px;color:var(--ink);font-size:.9rem;font-weight:700}.cart-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.cart-empty-icon{width:84px;height:84px;color:var(--earth);background:radial-gradient(circle at 50% 35%,#fdb90f38,#d3bf974d);border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.cart-empty-title{color:var(--ink);margin:0 0 4px;font-size:1.15rem;font-weight:800}.cart-empty-sub{color:var(--rock);margin:0 0 20px;font-size:.9rem}.cart-empty-link{background:var(--ink);color:var(--paper);border-radius:999px;padding:12px 26px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s,background .15s;display:inline-block}.cart-empty-link:hover{background:var(--sunset);transform:translateY(-2px)}.cart-drawer-footer{padding:18px 24px calc(18px + env(safe-area-inset-bottom,0px));background:#ffffff80;border-top:1px solid #1b120a1a;flex-shrink:0}.cart-subtotal{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.cart-subtotal-label{color:var(--earth);font-size:.95rem;font-weight:600}.cart-subtotal-value{letter-spacing:-.01em;color:var(--ink);font-size:1.45rem;font-weight:800}.cart-footer-note{color:var(--rock);margin:0 0 14px;font-size:.76rem}.cart-checkout-btn{background:linear-gradient(135deg, var(--sunset), #e07a00);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.08em;border:none;border-radius:14px;width:100%;padding:15px;font-size:.92rem;font-weight:800;transition:transform .15s,box-shadow .15s,filter .15s;box-shadow:0 8px 20px #f285014d}.cart-checkout-btn:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 12px 26px #f2850166}.cart-checkout-btn:disabled{background:var(--sand);color:#1b120a66;box-shadow:none;cursor:not-allowed}.cart-continue{text-align:center;width:100%;color:var(--earth);cursor:pointer;background:0 0;border:none;margin-top:10px;padding:6px;font-size:.88rem;font-weight:600;transition:color .15s;display:block}.cart-continue:hover{color:var(--sunset)}@media (prefers-reduced-motion:reduce){.cart-backdrop,.cart-drawer{animation:none}.cart-drawer-close:hover{transform:none}}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fbf7e6b8;border-bottom:1px solid #1b120a14;transition:box-shadow .3s;position:sticky;top:0}.site-header.scrolled{box-shadow:0 4px 20px #1b120a1a}.nav{justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex;position:relative}.brand{align-items:center;gap:12px;min-width:200px;display:flex}.brand img{width:44px;height:44px;box-shadow:var(--shadow-soft);object-fit:contain;background:#fbf7e6e6;border-radius:12px}.brand .name{flex-direction:column;line-height:1.05;display:flex}.brand .name strong{letter-spacing:.02em}.brand .name span{color:#1b120ab8;font-size:.85rem}.links{align-items:center;gap:18px;display:flex}.links a{color:#1b120ac7;border-radius:12px;padding:10px;transition:background .2s,color .2s}.links a:hover{color:#1b120aeb;background:#fdb90f1f}.cta{align-items:center;gap:10px;display:flex}.menuBtn{cursor:pointer;background:#fbf7e6e6;border:1px solid #1b120a24;border-radius:14px;justify-content:center;align-items:center;padding:10px 12px;font-weight:650;display:none}.menuIcon{flex-direction:column;gap:4px;transition:transform .3s;display:flex}.menuIcon .dash{background:#1b120ae6;border-radius:999px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.menuIcon.open .dash:first-child{transform:translateY(6px)rotate(45deg)}.menuIcon.open .dash:nth-child(2){opacity:0}.menuIcon.open .dash:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.menuPanel.desktop{align-items:center;gap:18px;display:flex}.menuPanel.mobile{display:none}@media (width<=980px),(width<=1200px) and (orientation:portrait){.brand{min-width:0}.menuBtn{display:inline-flex}.menuPanel.desktop{display:none}.menuPanel.mobile{box-shadow:var(--shadow);z-index:60;background:#fbf7e6fa;border:1px solid #1b120a1a;border-radius:18px;flex-direction:column;align-items:stretch;gap:12px;max-height:calc(100vh - 96px);padding:12px;display:flex;position:absolute;top:calc(100% + 8px);left:20px;right:20px;overflow-y:auto}.menuPanel.mobile .links{flex-direction:column;align-items:flex-start;gap:6px;width:100%}.menuPanel.mobile .links a{width:100%}.menuPanel.mobile .cta{flex-direction:column;align-items:stretch;width:100%}.menuPanel.mobile .cta .btn{justify-content:center;width:100%}.menuPanel.mobile .cart-btn{align-self:center}}.cart-btn{cursor:pointer;color:var(--ink);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:color .15s;display:flex;position:relative}.cart-btn:hover{color:var(--sunset)}.cart-badge{background:var(--sunset);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-2px;right:-6px}.portal-menu-group{flex-direction:column;width:100%;display:flex}.portal-menu-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.portal-menu-label{letter-spacing:.06em;text-transform:uppercase;color:#1b120a80;font-size:.72rem;font-weight:700}.portal-links{flex-direction:column;gap:2px;width:100%;display:flex}.portal-menu-link{color:#1b120ab8;border-radius:10px;align-items:center;gap:10px;padding:9px 10px;font-size:.95rem;font-weight:550;transition:background .12s,color .12s;display:flex}.portal-menu-link:hover{color:var(--ink);background:#1b120a0f}.portal-menu-link.active{color:var(--ink);background:#f285011f;font-weight:650}.portal-menu-link.locked{color:#1b120a6b}.portal-menu-link-label{flex:1}.portal-menu-icon{text-align:center;width:20px;font-size:1rem}.portal-menu-divider{background:#1b120a1a;height:1px;margin:12px 0 2px;display:block}.portal-menu-head .portal-tier-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--ink);background:var(--sand,#f5e7cd);border:1px solid #1b120a1a;border-radius:999px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-block}.portal-menu-head .portal-tier-badge.portal-tier-rock-runner{background:var(--sunrise,#fdb90f);color:#3a250a}.portal-menu-head .portal-tier-badge.portal-tier-iron-dassie{background:linear-gradient(135deg, var(--sunrise,#fdb90f), var(--sunset,#f28501));color:#fff;border-color:#0000}.hero{align-items:center;min-height:calc(100svh - 73px);max-height:calc(100svh - 73px);padding:40px 0 28px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-img{object-fit:cover;width:100%;height:100%;display:block}.hero-overlay{background:linear-gradient(120deg,#1b120ac7,#1b120a47 60%,#1b120a26),radial-gradient(800px 500px at 20% 20%,#f2850140,#0000 60%);position:absolute;inset:0}.hero-wrap{z-index:2;max-width:none;padding-left:80px;padding-right:20px;position:relative}.heroGrid{grid-template-columns:1fr;align-items:stretch;gap:28px;max-width:760px;display:grid}.heroCard{border-radius:calc(var(--radius) + 6px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:linear-gradient(#fbf7e640,#fbf7e640),radial-gradient(700px 380px at 20% 10%,#fdb90f1f,#0000 60%),radial-gradient(700px 380px at 70% 0,#f285011a,#0000 55%);border:1px solid #1b120a1a;overflow:visible}.heroCard .inner{padding:0 20px 20px}.heroLayout{flex-direction:column;align-items:center;gap:8px;display:flex}.heroLogo{object-fit:contain;filter:drop-shadow(0 8px 24px #1b120a2e);z-index:3;width:52%;max-width:364px;height:auto;margin-top:-24%;position:relative}.heroTagline{letter-spacing:.12em;text-transform:uppercase;color:var(--sunrise);margin-top:2px;font-size:.82rem;font-weight:600;display:block}.heroHeadline{letter-spacing:-.02em;max-width:22ch;margin:4px 0;font-size:clamp(1.5rem,2.6vw,2.1rem);line-height:1.08}.heroPanel{width:100%;max-width:560px;box-shadow:var(--shadow-soft);background:#ffffff9e;border:1px solid #1b120a1f;border-radius:14px;flex-direction:column;gap:8px;padding:10px 14px;display:flex}.heroPanel .lead{max-width:none;margin:0}.kicker{letter-spacing:.02em;color:#1b120ae0;background:#fdb90f24;border:1px solid #f2850138;border-radius:999px;align-items:center;gap:10px;padding:8px 12px;font-weight:650;display:inline-flex}.lead{color:#1b120abf;max-width:56ch;margin:4px 0 8px;font-size:.95rem}.lead span{display:block}.leadStrong{color:#1b120aeb;font-weight:650}.leadSub{color:#1b120ab8;font-size:.9rem}.heroActions{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;margin-top:6px;display:flex}.heroActions .btn{min-width:70%}.heroBackdrop{border-radius:calc(var(--radius) + 6px);box-shadow:var(--shadow);background:#000;border:1px solid #1b120a1a;min-height:260px;display:none;overflow:hidden}.heroBackdrop img{object-fit:cover;filter:saturate(1.06)contrast(1.02);width:100%;height:100%;display:block}.stats{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;margin-top:8px;display:grid}.stat{background:#ffffff8c;border:1px solid #1b120a1a;border-radius:12px;padding:8px;transition:transform .2s,box-shadow .2s}.stat:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.stat strong{letter-spacing:-.01em;font-size:.95rem;display:block}.stat span{color:#1b120ab3;margin-top:1px;font-size:.82rem;display:block}@media (width<=980px),(width<=1200px) and (orientation:portrait){.hero{min-height:auto;max-height:none;padding:72px 0 36px}.hero-bg{display:none}.hero-wrap{padding-left:20px;padding-right:20px}.heroGrid{max-width:100%}.heroBackdrop{display:block}.stats{grid-template-columns:1fr}.heroLogo{margin-top:-14%}.leadStrong{display:none}}@media (width>=981px) and (orientation:landscape){.heroGrid{margin-top:15%;margin-left:0}}footer{color:#1b120ab8;padding:34px 0 46px}.foot{border-top:1px solid #1b120a1a;justify-content:space-between;align-items:flex-start;gap:16px;padding-top:16px;display:flex}.foot .brand img{width:44px;height:44px;box-shadow:var(--shadow-soft);object-fit:contain;background:#fbf7e6e6;border-radius:12px}.foot .cols{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;max-width:640px;display:grid}.foot h4{color:#1b120adb;margin:0 0 10px;font-size:1rem}.foot a{color:#1b120ab8;padding:6px 0;transition:color .2s;display:block}.foot a:hover{color:#1b120aeb}@media (width<=640px){.foot{flex-direction:column;gap:24px}.foot .cols{grid-template-columns:1fr;max-width:none}}:root{--ink:#1b120a;--paper:#fbf7e6;--sand:#d3bf97;--rock:#a48051;--earth:#654c2b;--sunset:#f28501;--sunrise:#fdb90f;--max:1120px;--radius:18px;--shadow:0 18px 50px #1b120a2e;--shadow-soft:0 10px 28px #1b120a1f;--ring:0 0 0 3px #f2850140}*{box-sizing:border-box}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}body{color:var(--ink);background:radial-gradient(900px 600px at 15% 0%, #fdb90f38, transparent 60%), radial-gradient(900px 600px at 85% 15%, #f285012e, transparent 55%), linear-gradient(180deg, #fff, var(--paper));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;line-height:1.5}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible{box-shadow:var(--ring);border-radius:10px;outline:none}.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}.muted{color:#1b120ab8}.small{font-size:.95rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{cursor:pointer;letter-spacing:.01em;-webkit-user-select:none;user-select:none;color:var(--ink);background:#fbf7e6f2;border:1px solid #1b120a1f;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:11px 14px;font-family:inherit;font-size:1rem;font-weight:650;transition:transform .12s,background .12s,border-color .12s;display:inline-flex;box-shadow:0 1px #1b120a0d}.btn:hover{border-color:#1b120a2e;transform:translateY(-1px)}.btn.primary{color:#1b120a;background:linear-gradient(#fdb90ff5,#f28501f0);border-color:#f285014d;box-shadow:0 16px 36px #f2850140}.btn.primary:hover{transform:translateY(-1px)}.btn.ghost{background:#fbf7e6a6}.pill{color:#1b120ae0;background:#f285011f;border:1px solid #f285012e;border-radius:999px;align-items:center;gap:10px;padding:7px 10px;font-size:.9rem;font-weight:650;display:inline-flex}@media (width<=768px){.pill{display:none}}section{padding:54px 0}.sectionHead{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:20px;display:flex}h2{letter-spacing:-.01em;margin:0;font-size:clamp(1.6rem,2.6vw,2.1rem);line-height:1.15}.sectionHead p{max-width:66ch;margin:0}.lazy-img{opacity:0;transition:opacity .5s}.lazy-img.loaded{opacity:1}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}
