:root{--bg:#101112;--panel:#1b1d1e;--ink:#f1f1ec;--muted:#a5a7a4;--yellow:#ffd524;--red:#e23b27;--line:rgba(255,255,255,.17)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}img{max-width:100%;display:block}.grain{position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E")}.site-header{height:90px;padding:0 clamp(22px,5vw,88px);display:flex;align-items:center;justify-content:space-between;gap:24px;position:absolute;top:0;left:0;right:0;z-index:10;border-bottom:1px solid var(--line)}.wordmark{display:flex;align-items:center;gap:10px;line-height:.82}.wordmark-mark{font:900 42px/.8 'Barlow Condensed',sans-serif;letter-spacing:-.08em}.wordmark-mark span,.footer-brand span{color:var(--yellow)}.wordmark-name{font:800 16px/.85 'Barlow Condensed',sans-serif;letter-spacing:.08em}.desktop-nav{display:flex;gap:35px;font-size:13px;font-weight:700}.desktop-nav a{transition:color .2s}.desktop-nav a:hover{color:var(--yellow)}.nav-buy{font-size:13px;font-weight:700;border:1px solid rgba(255,255,255,.42);padding:14px 18px;transition:background .2s,color .2s}.nav-buy:hover{background:var(--yellow);color:#111}.nav-buy span{margin-left:18px}.hero{min-height:800px;min-height:100svh;max-height:1150px;position:relative;display:grid;grid-template-columns:52% 48%;align-items:center;padding:130px clamp(22px,5vw,88px) 85px;overflow:hidden;background:radial-gradient(ellipse at 78% 40%,#303134 0,#171819 40%,#101112 74%)}.hero-grid{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(to right,#fff 1px,transparent 1px),linear-gradient(to bottom,#fff 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(to right,transparent 23%,#000 100%)}.hero-copy{position:relative;z-index:3;max-width:850px}.eyebrow,.section-kicker{font:700 13px 'DM Sans',sans-serif;letter-spacing:.16em;color:var(--yellow)}.eyebrow{display:flex;align-items:center;gap:12px}.eyebrow-line{width:35px;height:2px;background:var(--yellow)}h1,h2,h3,p{margin-top:0}.hero h1,.section-head h2,.brand h2,.closing h2{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:900;letter-spacing:-.025em;line-height:.8}.hero h1{font-size:clamp(84px,10vw,182px);margin:30px 0 32px}.hero h1 em{font-style:normal;-webkit-text-stroke:1.5px #eee;color:transparent}.yellow{color:var(--yellow)}.red{color:var(--red)}.hero-copy p{max-width:470px;font-size:17px;line-height:1.7;color:#c4c6c4}.hero-actions{display:flex;align-items:center;gap:32px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;padding:20px 23px;min-height:61px;font-size:14px;font-weight:800;transition:transform .25s,background .25s}.button:hover{transform:translateY(-4px);background:#ffe45d}.button-yellow{background:var(--yellow);color:#101112}.button span,.text-link span{font-size:20px;font-weight:400}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid #888;padding-bottom:8px}.text-link span{margin-left:12px}.hero-product{height:min(65vw,780px);max-height:calc(100svh - 130px);min-height:560px;position:relative;display:flex;align-items:center;justify-content:center;z-index:2;transform:translateY(var(--roll-y,0px)) rotate(var(--roll-rotate,-6deg));will-change:transform}.hero-product img{height:95%;width:auto;object-fit:contain;filter:drop-shadow(35px 48px 33px rgba(0,0,0,.58));position:relative;z-index:2}.product-halo{position:absolute;width:77%;aspect-ratio:1;border:1px solid #777;border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.022),0 0 0 110px rgba(255,255,255,.015);left:12%;top:13%}.hero-float{position:absolute;z-index:3;background:rgba(35,36,37,.72);border:1px solid rgba(255,255,255,.29);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:13px 17px;font:800 38px/.9 'Barlow Condensed',sans-serif;color:var(--yellow)}.hero-float small{display:block;color:#fff;font:700 10px/1.5 'DM Sans',sans-serif;letter-spacing:.12em}.float-one{top:17%;right:6%;transform:rotate(6deg)}.float-two{bottom:22%;left:8%;transform:rotate(6deg)}.hero-index{position:absolute;bottom:25px;left:5%;font:700 12px 'DM Sans';letter-spacing:.12em;display:flex;gap:42px;z-index:3}.hero-index span{color:var(--muted)}.hero-side{position:absolute;right:18px;bottom:28%;writing-mode:vertical-rl;font-size:10px;letter-spacing:.28em;color:#aaa}.ticker{overflow:hidden;background:var(--yellow);color:#171717;padding:16px 0;white-space:nowrap;transform:rotate(-1.1deg) scale(1.03);position:relative;z-index:3}.ticker-inner{font:800 25px 'Barlow Condensed',sans-serif;letter-spacing:.045em;width:max-content;animation:marquee 32s linear infinite}.ticker b{color:var(--red);padding:0 28px}@keyframes marquee{to{transform:translateX(-50%)}}.section-pad{padding:130px clamp(22px,6vw,100px)}.section-head{display:grid;grid-template-columns:1.1fr .5fr;column-gap:60px;align-items:end;margin-bottom:62px}.section-head .section-kicker{grid-column:1/-1;margin-bottom:27px}.section-head h2,.brand h2,.closing h2{font-size:clamp(75px,8vw,142px);margin:0}.section-head h2 span{color:var(--yellow)}.section-head p{font-size:17px;line-height:1.7;color:#b4b6b3;max-width:470px;margin:0 0 4px}.uses-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:5vw}.uses-photo{height:500px;position:relative;overflow:hidden;background:#303030}.uses-photo img{height:100%;width:100%;object-fit:cover;transition:transform .6s}.uses-photo:hover img{transform:scale(1.04)}.photo-label{position:absolute;bottom:20px;left:20px;right:20px;padding:16px 19px;background:rgba(18,18,18,.67);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);font-size:12px;letter-spacing:.1em;font-weight:700;display:flex;justify-content:space-between}.photo-label span{font-size:20px}.uses-list{display:flex;flex-direction:column;justify-content:center}.uses-list article{border-top:1px solid var(--line);padding:24px 0;display:grid;grid-template-columns:46px 1fr 24px;gap:12px}.uses-list article:last-child{border-bottom:1px solid var(--line)}.use-no{font:700 13px 'DM Sans';color:var(--yellow)}.uses-list h3{font:800 28px 'Barlow Condensed';letter-spacing:.015em;margin-bottom:8px}.uses-list p{font-size:14px;line-height:1.6;color:#aeb0ac;max-width:410px;margin:0}.use-arrow{color:var(--yellow);font-size:20px}.products{background:#e9e8e1;color:#17191a}.products .section-kicker{color:#8e291b}.products-head h2 span{color:#ce3a26}.products-head p{color:#515552}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-card{background:#f9f9f6;display:flex;flex-direction:column;min-width:0;border:1px solid #d4d5d1;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0002}.product-card.featured{border-top:5px solid #e0b900}.product-top{display:flex;justify-content:space-between;gap:10px;padding:18px 21px;font:700 10px 'DM Sans';letter-spacing:.09em;border-bottom:1px solid #dadbd6}.product-top span:last-child{color:#747977;text-align:right}.product-image{height:315px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 50%,#fff 0,#e6e7e4 72%);position:relative}.product-image-small img{height:88%;width:auto;object-fit:contain;filter:drop-shadow(12px 15px 11px #0004)}.product-image-xxl img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-image-ipa img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-content{padding:24px 27px 27px;display:flex;flex-direction:column;flex:1}.product-numeral{font:900 75px/.85 'Barlow Condensed';letter-spacing:-.02em}.product-numeral span{font:800 15px 'Barlow Condensed';letter-spacing:.04em}.product-content h3{font:800 32px/1 'Barlow Condensed';margin:16px 0 12px}.product-content>p{font-size:14px;line-height:1.55;color:#545a57;min-height:66px}.product-content dl{font-size:12px;margin:12px 0 23px;border-top:1px solid #d7d9d5}.product-content dl div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #d7d9d5;padding:10px 0}.product-content dt{color:#777e78}.product-content dd{margin:0;text-align:right;font-weight:700}.product-cta{background:#191b1c;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;font-size:13px;font-weight:800;margin-top:auto;transition:background .2s}.product-cta:hover{background:#bd3323}.product-cta span{font-size:20px;font-weight:400}.product-note{font-size:12px;color:#626864;line-height:1.5;margin:25px 0 0}.brand{display:grid;grid-template-columns:1fr .8fr;min-height:650px;background:#171a1b;overflow:hidden;align-items:center;position:relative}.brand:before{content:'M';font:900 700px/.7 'Barlow Condensed';color:rgba(255,255,255,.025);position:absolute;right:12%;top:4%;pointer-events:none}.brand-copy{position:relative;z-index:1}.brand h2{margin:28px 0}.brand h2 span{color:var(--yellow)}.brand p{max-width:530px;font-size:17px;line-height:1.7;color:#b5b8b5}.brand-sign{font:800 17px 'Barlow Condensed';letter-spacing:.07em;margin-top:40px}.brand-sign span{color:var(--yellow)}.brand-character{align-self:end;height:590px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.brand-character img{height:95%;width:auto;object-fit:contain;mix-blend-mode:screen;filter:contrast(1.05)}.closing{background:#262828;text-align:center;position:relative;overflow:hidden}.closing:before,.closing:after{content:'';height:1px;width:130%;background:#7774;position:absolute;transform:rotate(-24deg);left:-15%;top:20%}.closing:after{top:80%}.closing>*{position:relative;z-index:1}.closing h2{font-size:clamp(90px,12vw,190px);margin:28px 0}.closing h2 span{color:var(--yellow)}.closing p{font-size:17px;line-height:1.6;color:#bfc2bd;max-width:510px;margin:0 auto 30px}.closing .button{min-width:220px}footer{display:flex;gap:35px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:35px clamp(22px,6vw,100px);font-size:12px;color:#aaa}footer a:hover{color:var(--yellow)}.footer-brand{font:900 23px 'Barlow Condensed';color:#fff}footer small{font-size:11px}@media(max-width:1100px){.hero{grid-template-columns:52% 48%;min-height:760px}.hero h1{font-size:clamp(72px,10vw,120px)}.hero-product{min-height:500px}.section-head h2{font-size:clamp(75px,9vw,115px)}.product-image{height:250px}.product-content{padding:20px}.product-top{padding:15px}.product-content h3{font-size:28px}}@media(max-width:760px){.site-header{height:70px;padding:0 20px}.wordmark-mark{font-size:34px}.wordmark-name{font-size:13px}.desktop-nav{display:none}.nav-buy{padding:11px 13px;font-size:11px}.nav-buy span{margin-left:8px}.hero{max-height:none;min-height:0;display:flex;flex-direction:column;align-items:stretch;padding:120px 22px 72px}.hero-copy{z-index:4}.hero h1{font-size:clamp(76px,17vw,136px);margin:23px 0}.hero-copy p{font-size:15px;max-width:580px}.hero-product{height:520px;min-height:0;max-height:none;margin:-20px 0 -10px;transform:translateY(var(--roll-y,0px)) rotate(var(--roll-rotate,-6deg))}.hero-product img{height:100%}.product-halo{width:70%;left:15%;top:16%}.float-one{right:6%;top:10%}.float-two{left:5%;bottom:15%}.hero-actions{margin-top:25px}.hero-index{bottom:22px;left:22px}.hero-side{display:none}.ticker-inner{font-size:21px}.section-pad{padding:80px 22px}.section-head{display:block;margin-bottom:35px}.section-head .section-kicker{display:block;margin-bottom:24px}.section-head h2{font-size:clamp(76px,15vw,120px);margin-bottom:26px}.section-head p{font-size:15px}.uses-layout{display:block}.uses-photo{height:360px;margin-bottom:25px}.uses-list h3{font-size:25px}.product-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:590px;margin:auto}.product-image{height:300px}.product-image-small img{height:90%}.product-content{padding:25px}.product-content>p{min-height:0}.product-top{padding:17px 22px}.brand{display:flex;flex-direction:column;padding-bottom:0}.brand h2{font-size:clamp(100px,17vw,150px)}.brand p{font-size:15px}.brand-character{height:450px;width:100%;margin-top:20px}.closing h2{font-size:clamp(85px,17vw,150px)}footer{gap:18px}footer .footer-brand{width:100%}}@media(max-width:410px){.hero h1{font-size:17vw}.hero-actions{gap:20px}.hero-actions .button{padding:15px 14px;gap:12px;min-height:52px;font-size:12px}.text-link{font-size:12px}.hero-product{height:430px}.hero-float{font-size:28px}.hero-float small{font-size:8px}.section-head h2{font-size:15vw}.product-image{height:240px}.product-top{font-size:9px}.brand h2{font-size:20vw}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker-inner{animation:none}.hero-product{transform:none!important}.product-card,.button,.uses-photo img{transition:none}}
/* Original product and character photography stays intact within these surfaces. */
.product-image-xxl{background:#333638}
.product-image-xxl img{mix-blend-mode:normal;object-fit:cover}
.brand-character{background:#f4f4f0}
.brand-character img{mix-blend-mode:normal}

/* Brand refinement, original assets and clearer product selection. */
html{scroll-padding-top:24px}
.skip-link{position:fixed;top:-100px;left:16px;z-index:100;background:var(--yellow);color:#111;padding:16px;font-weight:700}
.skip-link:focus{top:12px}
.site-header{height:112px}
.wordmark img{width:83px;height:86px;object-fit:contain}
.desktop-nav{font-size:14px}
.desktop-nav a{padding:14px 0}
.nav-buy{font-size:14px}
.hero{padding-top:155px}
.eyebrow{font-size:12px;line-height:1.5;letter-spacing:.12em}
.hero-float small{font-size:12px}
.ticker-inner{animation:none}
.ticker b{font-weight:500}
.uses-list p{font-size:16px}
.uses-photo .photo-label{font-size:12px;line-height:1.5}
.product-card{border-top:4px solid #d9b11c}
.product-card-ipa{border-top-color:#c62e1e}
.product-top{min-height:68px;font-size:12px;line-height:1.4;letter-spacing:.035em;align-items:center}
.product-top span:first-child{max-width:59%}
.product-top span:last-child{color:#5a615c}
.product-card-ipa .product-top{background:#bd2c1c;color:#fff;border-bottom-color:#bd2c1c}
.product-card-ipa .product-top span:last-child{color:#fff;font-weight:800;font-size:18px;white-space:nowrap}
.product-image,.product-image-xxl,.product-image-ipa{background:#fff;height:330px;padding:18px 20px}
.product-image-small img{height:100%;filter:none}
.product-image-xxl img,.product-image-ipa img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}
.product-image-ipa{padding-bottom:40px}
.wet-badge{position:absolute;bottom:10px;left:16px;right:16px;text-align:center;background:#bd2c1c;color:#fff;padding:9px 7px;font-size:12px;font-weight:800;letter-spacing:.025em}
.product-content{padding:27px 25px}
.product-content h3{font-size:30px;line-height:1.08;margin:20px 0 8px;min-height:64px}
.product-content .product-tagline{font-size:15px;color:#343b36;font-weight:700;min-height:0;margin:0 0 12px;line-height:1.5}
.product-content>p{font-size:16px;min-height:100px;line-height:1.6}
.product-card-ipa .product-numeral{color:#bd2c1c}
.product-numeral span{font-size:16px;letter-spacing:0}
.benefits{padding:0;margin:0 0 18px;list-style:none;font-size:14px;font-weight:700;min-height:60px;line-height:1.45}
.benefits li{position:relative;padding-left:17px;margin:7px 0}
.benefits li:before{content:'';position:absolute;left:0;top:.52em;width:7px;height:7px;background:#ac8510}
.product-card-ipa .benefits li:before{background:#bd2c1c}
.product-content dl{font-size:14px;line-height:1.5;margin-top:0}
.product-content dt{color:#58615a}
.product-cta{font-size:14px;line-height:1.4;gap:10px;min-height:56px;padding:16px}
.product-card-ipa .product-cta{background:#bd2c1c}
.product-card-ipa .product-cta:hover{background:#902215}
.store-note{display:block;text-align:center;font-size:12px;color:#626961;margin-top:12px;line-height:1.5}
.product-extras{display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid #c5c8c0;padding:28px 0}
.product-extras p{font-size:14px;line-height:1.7;margin:0;color:#555d56}
.product-extras a{color:#202521;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.product-extras a:hover{color:#bd2c1c}
.product-extras .all-products{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:15px 20px;border:1px solid #828b81;text-decoration:none}
.product-note{font-size:13px;max-width:850px;line-height:1.65;color:#575f57}
.brand{grid-template-columns:1.1fr .9fr;gap:36px;padding-bottom:70px}
.brand h2{font-size:clamp(62px,6.3vw,106px);line-height:.93}
.brand-character{background:transparent;height:650px;align-self:center;overflow:visible}
.brand-character img{height:100%;width:100%;object-fit:contain;mix-blend-mode:normal;filter:none}
.brand-sign{line-height:1.5}
.brand-sign span{display:block;font:600 12px 'DM Sans';letter-spacing:.12em;margin-top:8px}
.closing h2{font-size:clamp(74px,9.5vw,145px);line-height:.87}
.closing .closing-note{font-size:13px;line-height:1.7;margin:22px auto 0;color:#b9bcb7}
footer{font-size:14px;line-height:1.6}
footer small{font-size:12px}
@media(min-width:761px) and (max-width:1100px){.product-content{padding:22px 17px}.product-content h3{font-size:28px}.product-top{padding:14px 16px}.product-image{height:260px}.product-numeral{font-size:67px}.product-content>p{min-height:130px}.product-content dl div{display:block}.product-content dd{text-align:left;margin-top:3px}.product-content dl div:last-child{min-height:69px}.product-cta{font-size:13px}.brand-character{height:530px}}
@media(max-width:760px){.site-header{height:92px}.wordmark img{width:68px;height:72px}.nav-buy{font-size:12px}.hero{padding-top:132px}.eyebrow{font-size:12px;max-width:370px}.eyebrow-line{flex:0 0 24px}.hero-copy p,.section-head p,.brand p{font-size:16px}.product-image{height:330px;padding:18px}.product-image-small img{height:100%}.product-image-ipa{padding-bottom:42px}.product-content h3{min-height:0;font-size:32px}.product-content>p{min-height:0}.product-content .product-tagline{font-size:16px}.benefits{min-height:0;margin-bottom:22px}.product-top{min-height:58px;font-size:12px}.product-content{padding:26px}.product-content dl div{gap:15px}.product-extras{flex-direction:column;align-items:stretch}.product-extras .all-products{min-height:52px}.brand{gap:10px;padding-bottom:40px}.brand h2{font-size:clamp(56px,11.5vw,85px)}.brand-character{height:500px;width:100%;margin-top:25px;align-self:center}.closing h2{font-size:clamp(65px,12.6vw,95px)}.hero-float small{font-size:11px}.hero-index{font-size:11px;gap:20px}.product-note{font-size:13px}.photo-label{left:12px;right:12px;font-size:12px}}
@media(max-width:380px){.nav-buy{font-size:11px;padding:12px}.hero-actions{flex-wrap:wrap;gap:22px}.hero-actions .button{font-size:14px}.text-link{font-size:14px}.product-content{padding:22px}.product-top{font-size:11px}.product-image{height:285px}.product-content dl{font-size:13px}.product-numeral span{font-size:15px}.brand-character{height:420px}}

/* Application stories and a shorter route to each product. */
.application-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.application-card{min-width:0;border-bottom:1px solid var(--line)}
.application-photo{position:relative;aspect-ratio:4/3;overflow:hidden;background:#242627}
.application-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.application-card:hover .application-photo img{transform:scale(1.025)}
.application-number{position:absolute;bottom:15px;left:15px;background:rgba(16,17,18,.76);border:1px solid #ffffff3b;backdrop-filter:blur(12px);padding:10px 13px;font-size:12px;font-weight:700;letter-spacing:.08em}
.application-copy{padding:25px 0 22px}
.application-copy h3{font:800 clamp(25px,2.4vw,37px)/1.03 'Barlow Condensed',sans-serif;margin:0 0 16px}
.application-copy p{color:#b5b8b4;font-size:16px;line-height:1.65;margin-bottom:18px;min-height:106px}
.application-copy a{font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:18px;min-height:44px;color:var(--yellow)}
.application-copy a:hover{text-decoration:underline;text-underline-offset:5px}
.variant-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;position:sticky;top:12px;z-index:8;padding:10px;margin:0 0 24px;background:rgba(233,232,225,.95);border:1px solid #c4c7bf;box-shadow:0 8px 24px #0000000d;backdrop-filter:blur(16px)}
.variant-nav a{display:flex;align-items:center;justify-content:center;gap:15px;min-height:56px;padding:10px;background:#fafaf7;border:1px solid #c8ccc2;transition:background .2s}
.variant-nav a:hover,.variant-nav a:focus-visible{background:#ffdc42}
.variant-nav strong{font:800 30px/1 'Barlow Condensed',sans-serif;white-space:nowrap}
.variant-nav small{font:800 14px 'DM Sans',sans-serif}
.variant-nav span{font-size:14px}
.variant-nav .variant-ipa{color:#a32519;border-color:#bd2c1c}
.product-card{scroll-margin-top:108px}
.product-content .product-cta{margin-top:0}
.product-content dl{margin:24px 0 0}
.products a:focus-visible{outline:3px solid #151918;outline-offset:4px}
.closing{padding-top:85px;padding-bottom:85px}
.closing h2{font-size:clamp(52px,6vw,94px);line-height:.98}
.brand h2{font-size:clamp(60px,5.6vw,96px)}
@media(min-width:761px) and (max-width:1100px){.application-grid{gap:18px}.application-copy p{min-height:157px}.variant-nav a{gap:9px}.variant-nav span{font-size:13px}.variant-nav strong{font-size:27px}}
@media(max-width:760px){
 .hero{display:grid;grid-template-columns:1.05fr .95fr;column-gap:8px;row-gap:16px;padding-top:117px;padding-bottom:58px;align-items:center}
 .hero-copy{display:contents}
 .hero .eyebrow{grid-column:1/-1;grid-row:1;font-size:11px;letter-spacing:.08em;max-width:none}
 .hero h1{grid-column:1;grid-row:2;font-size:clamp(46px,12vw,82px);margin:0;line-height:.86;position:relative;z-index:3}
 .hero-product{grid-column:2;grid-row:2;height:clamp(230px,64vw,370px);margin:0;min-height:0;max-height:none}
 .hero-product img{height:92%;max-width:95%;width:auto}
 .hero-copy>p{grid-column:1/-1;grid-row:3;max-width:590px;font-size:16px;line-height:1.6;margin:0}
 .hero-actions{grid-column:1/-1;grid-row:4;margin:5px 0 0;gap:18px;flex-wrap:wrap}
 .hero-actions .button{font-size:14px;min-height:52px;padding:15px 17px;gap:20px}
 .hero-actions .text-link{font-size:14px}
 .hero-float{padding:8px 9px;font-size:26px}
 .hero-float small{font-size:10px;letter-spacing:.04em}
 .float-one{right:-6px;top:5%}.float-two{left:-5px;bottom:5%}
 .product-halo{top:22%;width:90%;left:3%;box-shadow:0 0 0 25px #ffffff04,0 0 0 50px #ffffff03}
 .hero-index{font-size:9px;letter-spacing:.09em;bottom:18px}
 .application-grid{grid-template-columns:1fr;gap:32px;max-width:590px;margin:auto}
 .application-copy{padding-top:21px}.application-copy h3{font-size:32px;line-height:1.07}
 .application-copy p{min-height:0;margin-bottom:8px}.application-number{font-size:12px}
 .uses.section-pad{padding-top:70px;padding-bottom:70px}
 .section-head h2{font-size:clamp(54px,13.5vw,88px)}
 .variant-nav{gap:6px;padding:6px;top:8px;margin-bottom:20px}
 .variant-nav a{flex-direction:column;gap:4px;padding:9px 3px;min-height:65px}
 .variant-nav strong{font-size:27px}.variant-nav small{font-size:12px}.variant-nav span{font-size:12px}
 .product-card{scroll-margin-top:110px}.product-content h3{font-size:30px}
 .closing{padding-top:65px;padding-bottom:65px}.closing h2{font-size:clamp(38px,7.8vw,60px);line-height:1.02;margin:22px 0}
 .brand h2{font-size:clamp(53px,10.8vw,80px)}
}
@media(prefers-reduced-motion:reduce){.application-photo img,.variant-nav a{transition:none}.application-card:hover .application-photo img{transform:none}}
