@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#0b1c2b;--navy:#071522;--blue:#0d63f3;--cyan:#16c8dc;--lime:#d4f32a;--paper:#f5f7f8;--muted:#667381;--line:#dce2e7;--radius:14px;--display:'Barlow Condensed',Arial,sans-serif;--body:Inter,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--body);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.topbar{height:36px;background:var(--navy);color:#dbe7f0;display:flex;align-items:center;justify-content:center;gap:40px;font-size:12px;letter-spacing:.04em}.topbar span{color:var(--lime)}.site-header{height:90px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;gap:38px;border-bottom:1px solid var(--line);position:relative;background:#fff;z-index:10}.brand{display:flex;flex-direction:column;font-family:var(--display);font-size:22px;line-height:.8;letter-spacing:.02em}.brand span{color:var(--blue);font-weight:800}.brand strong{font-size:27px}.brand img{width:190px;max-height:60px;object-fit:contain}.site-header nav{display:flex;gap:28px;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--blue)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:20px}.header-actions form{border:1px solid var(--line);display:flex;border-radius:30px;padding:4px}.header-actions input{border:0;outline:0;width:130px;padding:7px 10px;background:transparent}.header-actions button{border:0;background:transparent;font-size:20px}.basket{font-size:13px;font-weight:600}.basket b{background:var(--blue);color:#fff;border-radius:50%;display:inline-grid;place-items:center;width:24px;height:24px;margin-left:5px}.nav-toggle{display:none}.flash{padding:13px 5vw;text-align:center;font-size:14px}.flash.success{background:#dff8e8;color:#106336}.flash.error{background:#ffe8e4;color:#9a271e}.hero{min-height:590px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:70px clamp(24px,8vw,130px);overflow:hidden;background:radial-gradient(circle at 75% 40%,#eef9ff 0,transparent 30%),linear-gradient(105deg,#f7f9fa 60%,#e8f0f4 60%)}.eyebrow{text-transform:uppercase;color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.16em}.hero h1,.page-hero h1,.club-hero h1,.product-info h1{font-family:var(--display);font-size:clamp(52px,6.5vw,94px);line-height:.89;text-transform:uppercase;margin:18px 0 24px;max-width:760px}.hero h1 em{color:var(--blue);font-style:normal}.hero p{max-width:590px;line-height:1.7;color:var(--muted);font-size:17px}.hero-actions{display:flex;gap:12px;margin:30px 0}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:4px;background:var(--blue);color:#fff;padding:15px 24px;font-weight:700;font-size:14px;cursor:pointer}.button:hover{background:#084ec4}.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.trust-row{display:flex;gap:25px;font-size:12px;font-weight:600;margin-top:35px}.trust-row span::first-letter{color:var(--blue)}.hero-art{display:grid;place-items:center;min-height:400px}.kit-card{height:430px;width:310px;background:linear-gradient(145deg,var(--blue),#063e9a);clip-path:polygon(24% 0,38% 8%,62% 8%,76% 0,100% 16%,87% 37%,79% 31%,78% 100%,22% 100%,21% 31%,13% 37%,0 16%);color:#fff;display:flex;flex-direction:column;align-items:center;padding-top:94px;filter:drop-shadow(0 30px 25px rgba(7,21,34,.25));transform:rotate(4deg)}.kit-card span,.kit-card small{font-family:var(--display);font-size:24px;letter-spacing:.14em}.kit-card strong{font-family:var(--display);font-size:150px;line-height:1}.brands{height:120px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;overflow:hidden}.brands>p{padding:0 45px;white-space:nowrap;text-transform:uppercase;font-size:11px;letter-spacing:.13em;font-weight:700}.brand-track{display:flex;gap:65px;align-items:center;animation:scroll 25s linear infinite}.brand-track a{width:140px;flex:none;display:grid;place-items:center;filter:grayscale(1);opacity:.65}.brand-track img{max-height:48px}@keyframes scroll{to{transform:translateX(-50%)}}.section{padding:90px clamp(24px,7vw,110px)}.section.narrow{max-width:1100px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-head h2,.split-band h2,.section h2{font:700 clamp(38px,4vw,58px)/.95 var(--display);text-transform:uppercase;margin:8px 0}.section-head>a{font-size:13px;font-weight:700;color:var(--blue)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--line);transition:.2s;background:#fff}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(7,21,34,.1)}.product-image{aspect-ratio:1/1.08;background:var(--paper);display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image span{font:800 55px var(--display);color:#d2dce4}.product-copy{padding:18px}.product-copy small{text-transform:uppercase;color:var(--blue);font-weight:700;font-size:10px;letter-spacing:.1em}.product-copy h3{font-size:15px;line-height:1.4;min-height:42px}.price{font-weight:700}.price del{color:#8b959e;font-weight:400}.split-band{background:var(--blue);color:#fff;padding:85px clamp(24px,8vw,130px);display:grid;grid-template-columns:1fr 1fr;gap:100px}.split-band .eyebrow{color:var(--lime)}.split-band p{line-height:1.7;color:#dce9ff;max-width:600px}.light-button{background:var(--lime);color:var(--ink);margin-top:15px}.steps>div{display:flex;gap:25px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.25)}.steps b{font:700 42px var(--display);color:var(--lime)}.steps span{display:flex;flex-direction:column;gap:6px}.steps small{color:#dce9ff}.club-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.club-grid a{min-height:180px;border:1px solid var(--line);padding:25px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;transition:.2s}.club-grid a:hover{border-color:var(--blue);transform:translateY(-3px)}.club-grid img,.club-grid span{width:60px;height:60px;object-fit:contain;margin-bottom:auto}.club-grid span{display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font:700 24px var(--display)}.club-grid small{margin-top:7px;color:var(--blue)}.page-hero{background:var(--navy);color:#fff;padding:85px clamp(24px,8vw,130px)}.page-hero h1{margin:12px 0;font-size:70px}.page-hero p{color:#b6c8d7}.page-hero.compact{padding-top:55px;padding-bottom:55px}.breadcrumbs{max-width:1300px;margin:25px auto;padding:0 30px;font-size:12px;color:var(--muted)}.product-detail{max-width:1300px;margin:35px auto 0;padding:0 30px;display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.gallery-main{aspect-ratio:1;background:var(--paper);display:grid;place-items:center;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-main span{font:800 90px var(--display);color:#c9d4dc}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs button{width:80px;height:80px;border:1px solid var(--line);background:#fff;padding:0}.thumbs img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:55px;margin:12px 0}.sku{font-size:12px;color:var(--muted)}.product-price{font-size:25px;font-weight:700}.product-price del{color:#97a0a8}.lead,.prose{line-height:1.75;color:#485664}.buy-form{border-top:1px solid var(--line);padding-top:20px;margin-top:22px}.buy-form>label,.checkout-form label{display:flex;flex-direction:column;font-weight:600;font-size:13px;gap:8px;margin-bottom:18px}.buy-form input,.buy-form select,.checkout-form input,.checkout-form textarea{padding:13px;border:1px solid #bdc7ce;border-radius:3px;background:#fff}.buy-form small{color:var(--muted);font-weight:400}.buy-row{display:flex;gap:10px}.buy-row input{width:70px}.buy-row .button{flex:1}.turnaround,.notice{background:#eff8ff;border-left:4px solid var(--blue);padding:18px 22px;margin-top:22px}.turnaround p,.notice p{margin-bottom:0;line-height:1.6}.club-hero{min-height:420px;background-color:var(--navy);background-size:cover;background-position:center;color:#fff;padding:80px clamp(24px,8vw,130px);display:flex;align-items:end}.club-hero>div{max-width:800px}.club-hero img{width:100px;height:100px;object-fit:contain;margin-bottom:20px}.club-hero h1{font-size:70px;margin:8px 0}.club-hero p{color:#d6e0e8;line-height:1.6}.cart-lines{border-top:1px solid var(--line)}.cart-line{display:grid;grid-template-columns:90px 1fr 80px 100px;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-line img{width:90px;height:90px;object-fit:cover;background:var(--paper)}.cart-line>div{display:flex;flex-direction:column;gap:5px}.cart-line small{color:var(--muted)}.cart-line input{width:70px;padding:10px}.cart-summary{max-width:500px;margin:30px 0 0 auto}.cart-summary>p{display:flex;justify-content:space-between;font-size:20px}.cart-summary>div{display:flex;gap:10px;justify-content:flex-end;margin-top:25px}.empty,.success-card{text-align:center;padding:80px 20px}.checkout-grid{max-width:1150px;margin:70px auto;padding:0 25px;display:grid;grid-template-columns:1.5fr .8fr;gap:60px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.form-grid .wide{grid-column:1/-1}.full{width:100%}.secure-note{text-align:center;color:var(--muted);font-size:12px}.order-summary{background:var(--paper);padding:28px;height:max-content}.order-summary>div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line);font-size:13px}.order-summary .total{font-size:18px;border:0}.success-card>span{display:inline-grid;place-items:center;width:70px;height:70px;border-radius:50%;background:#e3f9ea;color:#168944;font-size:35px}footer{background:var(--navy);color:#e7eef3;padding:70px clamp(24px,7vw,110px) 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.brand.light span{color:var(--lime)}.footer-grid h3{font-size:13px;text-transform:uppercase;letter-spacing:.1em}.footer-grid>div{display:flex;flex-direction:column;gap:11px}.footer-grid p,.footer-grid a{color:#aebdca;font-size:13px;line-height:1.7}.copyright{border-top:1px solid #253544;margin-top:50px;padding-top:25px;color:#8396a6;font-size:11px}
@media(max-width:900px){.site-header{height:auto;min-height:80px;flex-wrap:wrap;padding:15px 20px}.nav-toggle{display:block;margin-left:auto}.site-header nav{display:none;width:100%;flex-direction:column;padding:15px 0}.site-header nav.open{display:flex}.header-actions form{display:none}.hero{grid-template-columns:1fr;padding:60px 25px}.hero-art{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.split-band,.product-detail,.checkout-grid{grid-template-columns:1fr;gap:35px}.club-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-detail{padding:0 20px}.topbar span{display:none}}@media(max-width:540px){.hero h1{font-size:52px}.hero-actions,.trust-row{flex-direction:column}.brands>p{display:none}.product-grid,.club-grid,.form-grid{grid-template-columns:1fr}.club-grid a{min-height:150px}.cart-line{grid-template-columns:70px 1fr 60px}.cart-line img{width:70px;height:70px}.cart-line>b{grid-column:3}.cart-summary>div{flex-direction:column}.footer-grid{grid-template-columns:1fr}.section{padding:60px 20px}}
