:root{--ink:#121832;--muted:#667085;--paper:#f5f7fb;--white:#fff;--blue:#ff3b12;--blue-dark:#d92b08;--coral:#ff3b12;--lime:#b9ddff;--line:#12183224;--shadow:0 24px 70px #1b244a1f;--radius:18px;--display:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{color:var(--ink);background:var(--paper);font-family:var(--sans);margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}button{cursor:pointer}.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}.language-entry{background:var(--blue);place-items:center;min-height:100vh;padding:24px;display:grid}.language-entry>div{max-width:720px;color:var(--ink);background:var(--paper);border-radius:32px;padding:70px}.language-entry span{color:var(--blue);letter-spacing:.14em;font-size:11px;font-weight:900}.language-entry h1{font-family:var(--display);letter-spacing:-.05em;margin:22px 0 36px;font-size:clamp(46px,7vw,86px);line-height:.95}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f7fbeb;padding:12px 24px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;width:min(1380px,100%);margin:0 auto;display:flex}.logo{align-items:center;min-width:max-content;display:inline-flex}.logo img{width:156px;height:auto}.desktop-nav{justify-content:center;align-items:center;gap:24px;margin-left:auto;display:flex}.desktop-nav a{color:#4f5a70;padding:12px 0;font-size:13px;font-weight:650;position:relative}.desktop-nav a:after{content:"";background:var(--blue);height:2px;transition:transform .2s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}.desktop-nav a.active{color:var(--ink)}.header-actions{align-items:center;gap:10px;display:flex}.language-menu,.mobile-menu{position:relative}.language-menu summary,.mobile-menu summary{cursor:pointer;list-style:none}.language-menu summary::-webkit-details-marker{display:none}.mobile-menu summary::-webkit-details-marker{display:none}.language-menu summary{letter-spacing:.08em;border:1px solid var(--line);background:#ffffff73;border-radius:999px;padding:11px 12px;font-size:12px;font-weight:800}.language-menu summary span{margin-left:4px}.language-panel{border:1px solid var(--line);background:var(--white);width:156px;box-shadow:var(--shadow);border-radius:16px;padding:8px;position:absolute;top:calc(100% + 10px);right:0}.language-panel a{border-radius:10px;padding:10px 12px;font-size:13px;display:block}.language-panel a:hover,.language-panel a.selected{color:#fff;background:var(--blue)}.header-cta{color:#fff;background:var(--ink);border-radius:999px;align-items:center;gap:18px;padding:12px 18px;font-size:12px;font-weight:750;display:inline-flex}.header-cta:hover{background:var(--blue)}.mobile-menu{display:none}main{min-height:75vh}.home-hero{border:1px solid var(--line);background:var(--white);width:min(1440px,100% - 48px);box-shadow:var(--shadow);border-radius:34px;grid-template-columns:minmax(0,1.55fr) minmax(340px,.75fr);margin:24px auto 0;display:grid;overflow:hidden}.hero-main{background:radial-gradient(circle at 95% 6%,#ff3b1229,#0000 30%),linear-gradient(135deg,#fff 0%,#edf2fb 100%);padding:clamp(56px,7vw,108px) clamp(32px,6vw,90px) 0;position:relative}.hero-main:before{content:"";border:1px solid #ff3b1238;border-radius:50%;width:180px;height:180px;position:absolute;top:18%;right:7%}.eyebrow{color:var(--blue);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 20px;font-size:11px;font-weight:850;display:flex}.eyebrow>span{background:var(--coral);width:24px;height:2px}.hero-main h1{z-index:1;max-width:850px;font-family:var(--display);letter-spacing:-.055em;margin:0;font-size:clamp(56px,7vw,108px);font-weight:700;line-height:.91;position:relative}.hero-copy{color:#526078;max-width:740px;margin:30px 0 28px;font-size:clamp(16px,1.5vw,20px);line-height:1.65}.search-form{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;max-width:780px;padding:8px 8px 8px 18px;display:grid;box-shadow:0 16px 44px #282e421a}.search-icon{color:var(--blue);font-size:28px;line-height:1;transform:rotate(-18deg)}.search-form input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;padding:15px 2px}.search-form input::placeholder{color:#8b94a4}.search-form button{color:#fff;background:var(--blue);border:0;border-radius:12px;align-items:center;gap:14px;padding:15px 20px;font-size:13px;font-weight:800;display:flex}.search-form button:hover{background:var(--blue-dark)}.search-form.compact{width:min(680px,100%)}.hero-buttons{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;gap:24px;min-height:50px;padding:0 22px;font-size:13px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.primary{color:#fff;background:var(--ink)}.button.primary:hover{background:var(--blue)}.button.ghost{border:1px solid var(--line);background:0 0}.button.centered{width:max-content;margin:34px auto 0}.hero-stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0;margin-top:48px;display:grid}.hero-stats div{border-right:1px solid var(--line);grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:24px 18px 26px 0;display:grid}.hero-stats div:last-child{border-right:0;padding-left:18px}.hero-stats div:nth-child(2){padding-left:18px}.hero-stats strong{color:var(--coral);font-family:var(--display);font-size:28px}.hero-stats span{color:var(--muted);font-size:12px;font-weight:700;line-height:1.35}.route-brief{color:#fff;background:var(--ink);flex-direction:column;min-height:710px;padding:34px;display:flex;position:relative;overflow:hidden}.route-brief:before,.route-brief:after{content:"";border:1px solid #ffffff2e;border-radius:50%;position:absolute}.route-brief:before{width:530px;height:530px;top:80px;left:-100px}.route-brief:after{width:350px;height:350px;top:170px;left:-10px}.brief-top{z-index:2;letter-spacing:.17em;border-bottom:1px solid #ffffff40;justify-content:space-between;align-items:center;padding-bottom:20px;font-size:10px;font-weight:850;display:flex;position:relative}.brief-top i{width:32px;height:32px;color:var(--ink);background:var(--lime);border-radius:50%;place-items:center;font-style:normal;display:grid}.brief-orbit{z-index:1;border:1px dashed #ffffff6b;border-radius:50%;align-self:center;place-items:center;width:230px;height:230px;margin:70px 0 46px;display:grid;position:relative}.brief-orbit:before{content:"";border:1px solid #ffffff40;border-radius:50%;position:absolute;inset:28px}.brief-orbit strong{font-family:var(--display);font-size:54px}.brief-orbit span{color:var(--lime);letter-spacing:.3em;margin-top:-65px;font-size:10px;font-weight:900}.orbit-dot{background:var(--coral);border-radius:50%;width:18px;height:18px;position:absolute;top:18px;right:40px;box-shadow:0 0 0 7px #ff6b4a33}.route-brief h2,.route-brief p,.brief-tags{z-index:2;position:relative}.route-brief h2{font-family:var(--display);letter-spacing:-.03em;margin:auto 0 14px;font-size:38px;line-height:1.03}.route-brief p{color:#ffffffc2;margin:0;font-size:14px;line-height:1.65}.brief-tags{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.brief-tags span{border:1px solid #ffffff47;border-radius:999px;padding:8px 10px;font-size:10px;font-weight:750}.section-shell{width:min(1320px,100% - 48px);margin:0 auto;padding:100px 0}.section-heading{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:42px;display:flex}.section-heading>div{max-width:850px}.section-heading h2{max-width:800px;font-family:var(--display);letter-spacing:-.045em;margin:0;font-size:clamp(42px,5vw,72px);line-height:.98}.section-heading>div>p:last-child:not(.eyebrow){max-width:680px;color:var(--muted);margin:18px 0 0;line-height:1.7}.text-link{border-bottom:1px solid var(--ink);align-items:center;gap:24px;min-width:max-content;padding-bottom:6px;font-size:13px;font-weight:800;display:inline-flex}.text-link:hover{color:var(--blue);border-color:var(--blue)}.categories-section{padding-top:120px}.category-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.category-card{border-radius:var(--radius);background:#d7d9dd;flex-direction:column;justify-content:space-between;min-height:290px;padding:20px;display:flex;position:relative;overflow:hidden}.category-card:after{content:"";background:linear-gradient(#0000 36%,#101729cc);position:absolute;inset:0}.category-card img{object-fit:cover;width:100%;height:100%;transition:transform .45s;position:absolute;inset:0}.category-card:hover img{transform:scale(1.05)}.category-number{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1720338c;border-radius:999px;align-self:flex-start;padding:6px 9px;font-size:10px;font-weight:800;position:relative}.category-card>div{z-index:2;color:#fff;justify-content:space-between;align-items:flex-end;display:flex;position:relative}.category-card h3{font-family:var(--display);letter-spacing:-.03em;margin:0;font-size:28px}.category-card>div span{width:42px;height:42px;color:var(--ink);background:var(--lime);border-radius:50%;place-items:center;display:grid}.products-section{border-top:1px solid var(--line)}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-width:0;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px #262d441f}.product-image{aspect-ratio:1;background:#ecebe7;display:block;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.035)}.product-image>span{color:#fff;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#172033c2;border-radius:999px;padding:7px 9px;font-size:9px;font-weight:800;position:absolute;top:12px;left:12px}.product-info{padding:18px}.product-info>p{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:10px;font-weight:800}.product-info h3{min-height:48px;margin:0;font-size:16px;line-height:1.35}.product-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:14px;margin-top:20px;padding-top:16px;display:flex}.product-bottom>div{flex-direction:column;gap:3px;display:flex}.product-bottom small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:700}.product-bottom strong{font-family:var(--display);font-size:24px}.product-bottom>a{color:#fff;background:var(--blue);border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.price-note{color:var(--muted);margin:24px 0 0;font-size:11px;line-height:1.6}.method-section{color:#fff;background:var(--ink);width:100%;max-width:none;padding:100px max(24px,50vw - 660px)}.method-section .eyebrow{color:var(--lime)}.method-grid{border-top:1px solid #fff3;grid-template-columns:repeat(4,1fr);display:grid}.method-grid article{border-right:1px solid #fff3;min-height:260px;padding:28px 28px 28px 0}.method-grid article+article{padding-left:28px}.method-grid article:last-child{border-right:0}.method-grid span{color:var(--coral);font-family:var(--display);font-size:28px}.method-grid h3{font-family:var(--display);margin:58px 0 14px;font-size:30px}.method-grid p{color:#ffffffa8;margin:0;font-size:13px;line-height:1.7}.articles-section{border-bottom:1px solid var(--line)}.article-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.article-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;min-height:330px;padding:30px;transition:transform .2s,background .2s;display:flex}.article-card:nth-child(2),.article-card:nth-child(3){background:#edf2fb}.article-card:hover{background:#ffd9cf;transform:translateY(-4px)}.article-meta{color:var(--blue);letter-spacing:.1em;justify-content:space-between;align-items:center;font-size:11px;font-weight:850;display:flex}.article-card h3{max-width:570px;font-family:var(--display);letter-spacing:-.035em;margin:58px 0 16px;font-size:clamp(28px,3vw,42px);line-height:1.05}.article-card p{max-width:620px;color:var(--muted);margin:0;line-height:1.65}.article-link{justify-content:space-between;align-items:center;margin-top:auto;padding-top:30px;font-size:12px;font-weight:800;display:flex}.faq-list{border-top:1px solid var(--ink)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-family:var(--display);grid-template-columns:52px 1fr 28px;align-items:center;gap:12px;padding:24px 4px;font-size:24px;font-weight:700;list-style:none;display:grid}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{color:var(--coral);font-family:var(--sans);font-size:11px}.faq-list summary i{font-family:var(--sans);font-size:24px;font-style:normal;font-weight:400;transition:transform .2s}.faq-list details[open] summary i{transform:rotate(45deg)}.faq-list details>p{max-width:880px;color:var(--muted);margin:-8px 0 24px 64px;line-height:1.75}.page-hero{color:#fff;background:radial-gradient(circle at 82% 20%, #ff3b126b, transparent 24%), var(--ink);border-radius:32px;grid-template-columns:1fr auto;align-items:end;gap:60px;width:min(1440px,100% - 48px);min-height:500px;margin:24px auto 0;padding:clamp(52px,8vw,110px);display:grid;overflow:hidden}.page-hero>div{max-width:980px}.page-hero .eyebrow{color:var(--lime)}.page-hero h1{font-family:var(--display);letter-spacing:-.055em;margin:0;font-size:clamp(55px,7vw,98px);line-height:.94}.page-hero>div>p:last-child{color:#ffffffb8;max-width:740px;margin:28px 0 0;font-size:18px;line-height:1.7}.page-hero>strong{color:#0000;-webkit-text-stroke:1px #ffffff73;font-family:var(--display);font-size:clamp(100px,15vw,220px);line-height:.75}.split-intro{grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px;display:grid}.split-intro h2{font-family:var(--display);margin:0 0 16px;font-size:48px;line-height:1}.split-intro p,.finds-toolbar>p{color:var(--muted);line-height:1.7}.finds-toolbar{justify-content:space-between;align-items:center;gap:40px;padding-bottom:32px;display:flex}.finds-toolbar>p{max-width:480px;margin:0;font-size:11px}.fact-strip{grid-template-columns:repeat(3,1fr);gap:12px;padding-top:34px;padding-bottom:0;display:grid}.fact-strip article{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-width:0;padding:22px}.fact-strip span{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:850;display:block}.fact-strip strong{font-family:var(--display);font-size:24px;line-height:1.15;display:block}.prose-shell{grid-template-columns:1fr 330px;align-items:start;gap:80px;padding-top:80px;display:grid}.numbered-content{border-top:1px solid var(--ink)}.numbered-content>article{border-bottom:1px solid var(--line);grid-template-columns:70px 1fr;gap:26px;padding:32px 0;display:grid}.numbered-content>article>span{color:var(--coral);font-family:var(--display);padding-top:5px;font-size:24px}.numbered-content h2{font-family:var(--display);margin:0 0 12px;font-size:32px;line-height:1.1}.numbered-content p{max-width:820px;color:var(--muted);margin:0;line-height:1.75}.source-card,.callout{border-radius:var(--radius);padding:26px;position:sticky;top:110px}.source-card{border:1px solid var(--line);background:var(--white)}.source-card strong{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:11px;display:block}.source-card p,.callout p{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.callout{color:#fff;background:var(--ink)}.callout span{color:var(--ink);background:var(--lime);letter-spacing:.12em;border-radius:999px;margin-bottom:60px;padding:7px 9px;font-size:9px;font-weight:900;display:inline-block}.callout p{color:#ffffffb8}.marketplace-section{padding-top:20px}.marketplace-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.marketplace-grid article{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-height:230px;padding:28px}.marketplace-grid h3{color:var(--blue);font-family:var(--display);margin:0 0 70px;font-size:34px}.marketplace-grid p{color:var(--muted);margin:0;line-height:1.7}.shipping-formula{grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding-top:70px;padding-bottom:10px;display:grid}.shipping-formula>div{color:#fff;border-radius:var(--radius);background:var(--ink);padding:32px}.shipping-formula small{color:var(--lime);letter-spacing:.12em;font-size:10px;font-weight:900;display:block}.shipping-formula strong{font-family:var(--display);margin-top:20px;font-size:38px;display:block}.shipping-formula>p{color:var(--muted);line-height:1.75}.faq-page,.articles-page{padding-top:80px}.long-article{width:min(1160px,100% - 48px);margin:24px auto 0}.long-article>header{background:var(--white);border-radius:32px;padding:clamp(58px,9vw,120px)}.long-article h1{max-width:920px;font-family:var(--display);letter-spacing:-.05em;margin:0;font-size:clamp(52px,7vw,92px);line-height:.94}.long-article>header>p:last-child{max-width:720px;color:var(--muted);margin:28px 0 0;font-size:18px;line-height:1.7}.article-body{width:min(900px,100%);margin:0 auto;padding:80px 0 120px}.article-body>section{margin-bottom:80px}.article-body>section>h2{font-family:var(--display);margin:0 0 24px;font-size:42px}.article-body>section>p{color:var(--muted);font-size:16px;line-height:1.85}.article-body .numbered-content h2{font-size:28px}.research-note{border:1px solid var(--line);border-left:5px solid var(--blue);border-radius:var(--radius);background:var(--white);margin-bottom:42px;padding:24px 26px}.research-note span{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:850;display:block}.research-note p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.article-figure{width:min(680px,100%);margin:0 auto 72px}.article-figure a{aspect-ratio:1;background:#edf2fb;border-radius:24px;display:block;overflow:hidden}.article-figure img{object-fit:cover;width:100%;height:100%}.article-figure figcaption{color:var(--muted);margin-top:14px;font-size:12px;line-height:1.6}.researched-section{border-top:1px solid var(--line);grid-template-columns:52px 1fr;gap:20px;padding:42px 0;display:grid}.researched-section:last-of-type{border-bottom:1px solid var(--line)}.researched-section>span{color:var(--coral);font-family:var(--display);padding-top:7px;font-size:18px;font-weight:800}.researched-section h2{font-family:var(--display);letter-spacing:-.025em;margin:0 0 18px;font-size:34px;line-height:1.12}.researched-section p{color:var(--muted);margin:0;font-size:16px;line-height:1.88}.researched-section p+p{margin-top:18px}.article-next{border-radius:var(--radius);background:#edf2fb;padding:38px}.article-next .search-form{margin-bottom:18px}.site-footer{color:#fff;background:var(--ink);border-radius:30px;width:min(1440px,100% - 48px);margin:0 auto 24px;padding:50px}.footer-top{border-bottom:1px solid #ffffff2e;justify-content:space-between;gap:50px;padding-bottom:50px;display:flex}.footer-top .logo-copy small,.footer-top>div>p{color:#ffffff8c}.footer-top>div>p{max-width:350px;margin:22px 0 0;font-size:13px}.footer-links{grid-template-columns:repeat(2,1fr);gap:14px 56px;font-size:13px;display:grid}.footer-links a:hover{color:var(--lime)}.footer-bottom{justify-content:space-between;gap:60px;padding-top:34px;display:flex}.footer-bottom p{color:#ffffff80;max-width:900px;margin:0;font-size:11px;line-height:1.7}.footer-bottom span{color:#ffffff80;letter-spacing:.12em;min-width:max-content;font-size:10px}@media (max-width:1180px){.desktop-nav{display:none}.mobile-menu{display:block}.mobile-menu summary{border:1px solid var(--line);background:var(--white);border-radius:50%;place-content:center;gap:6px;width:42px;height:42px;display:grid}.mobile-menu summary span{background:var(--ink);width:16px;height:1px;display:block}.mobile-panel{border:1px solid var(--line);background:var(--white);width:220px;box-shadow:var(--shadow);border-radius:16px;padding:10px;position:absolute;top:calc(100% + 10px);right:0}.mobile-panel a{border-radius:10px;padding:11px 12px;font-size:13px;display:block}.mobile-panel a:hover{color:#fff;background:var(--blue)}.home-hero{grid-template-columns:1.3fr .7fr}.route-brief{min-height:650px}.category-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.prose-shell{gap:50px}}@media (max-width:900px){.site-header{padding:10px 14px}.header-cta{display:none}.home-hero{border-radius:24px;grid-template-columns:1fr;width:calc(100% - 28px)}.hero-main{padding:58px 26px 0}.route-brief{min-height:auto;padding:28px}.brief-orbit{width:170px;height:170px;margin:40px auto}.brief-orbit:before{inset:22px}.brief-orbit strong{font-size:42px}.route-brief h2{margin-top:20px}.section-shell{width:calc(100% - 32px);padding:72px 0}.section-heading{flex-direction:column;align-items:flex-start}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.method-section{padding:72px 16px}.method-grid{grid-template-columns:repeat(2,1fr)}.method-grid article:nth-child(2){border-right:0}.method-grid article:nth-child(3),.method-grid article:nth-child(4){border-top:1px solid #fff3}.article-grid{grid-template-columns:1fr}.page-hero{border-radius:24px;grid-template-columns:1fr;width:calc(100% - 28px);min-height:460px;padding:60px 30px}.page-hero>strong{display:none}.split-intro,.shipping-formula{grid-template-columns:1fr;gap:30px}.finds-toolbar{flex-direction:column;align-items:flex-start}.fact-strip{grid-template-columns:1fr;gap:10px}.prose-shell{grid-template-columns:1fr}.source-card,.callout{position:static}.marketplace-grid{grid-template-columns:1fr}.site-footer{border-radius:24px;width:calc(100% - 28px);padding:34px 26px}.footer-top,.footer-bottom{flex-direction:column}}@media (max-width:560px){.site-header{padding:7px 10px}.header-inner{gap:8px}.logo img{width:112px}.header-actions{gap:6px}.language-menu summary{padding:9px}.mobile-menu summary{width:38px;height:38px}.home-page{overflow:hidden}.home-page .home-hero{width:calc(100% - 16px);box-shadow:none;border-radius:18px;margin-top:8px}.home-page .hero-main{padding:22px 14px 16px}.home-page .hero-main:before{width:96px;height:96px;top:12px;right:-16px}.home-page .eyebrow{margin-bottom:8px;font-size:12px;line-height:1.25}.home-page .hero-main h1{font-size:clamp(36px,11vw,46px);line-height:.94}.home-page .hero-copy{margin:10px 0 12px;font-size:16px;line-height:1.38}.home-page .search-form{border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;gap:4px;padding:4px 4px 4px 10px}.home-page .search-icon{font-size:21px}.home-page .search-form input{padding:10px 1px;font-size:14px}.home-page .search-form button{grid-column:auto;gap:6px;width:auto;padding:11px 10px;font-size:12px}.home-page .hero-buttons{gap:7px;margin-top:10px}.home-page .hero-buttons .button{gap:8px;min-width:0;min-height:40px;padding:0 11px;font-size:12px}.home-page .hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.home-page .hero-stats div,.home-page .hero-stats div:nth-child(2),.home-page .hero-stats div:last-child{border-right:1px solid var(--line);border-bottom:0;flex-direction:column;align-items:flex-start;gap:2px;padding:9px 6px;display:flex}.home-page .hero-stats div:last-child{border-right:0}.home-page .hero-stats strong{font-size:18px}.home-page .hero-stats span{font-size:12px;line-height:1.15}.home-page .route-brief{min-height:0;padding:14px}.home-page .brief-top{padding-bottom:9px;font-size:12px}.home-page .brief-orbit{display:none}.home-page .route-brief h2{margin:12px 0 6px;font-size:22px;line-height:1}.home-page .route-brief p{font-size:14px;line-height:1.4}.home-page .brief-tags{gap:5px;margin-top:10px}.home-page .brief-tags span{padding:5px 7px;font-size:12px}.search-form{grid-template-columns:auto 1fr;padding:6px 10px 6px 14px}.search-form button{grid-column:1/-1;justify-content:space-between;width:100%}.search-form input{font-size:13px}.home-page .section-shell{width:calc(100% - 20px);padding:24px 0}.home-page .categories-section{padding-top:28px}.home-page .section-heading{gap:8px;margin-bottom:13px}.home-page .section-heading h2{font-size:clamp(25px,8vw,32px);line-height:1}.home-page .section-heading>div>p:last-child:not(.eyebrow){margin-top:7px;font-size:14px;line-height:1.4}.home-page .text-link{gap:8px;min-width:0;font-size:12px}.home-page .category-grid{gap:8px}.home-page .category-card{border-radius:13px;min-height:136px;padding:9px}.home-page .category-number{padding:4px 6px;font-size:12px}.home-page .category-card h3{overflow-wrap:anywhere;font-size:16px}.home-page .category-card>div span{flex:none;width:28px;height:28px}.home-page .product-grid{gap:8px}.home-page .product-card{aspect-ratio:1;border-radius:13px;position:relative}.home-page .product-image{aspect-ratio:auto;position:absolute;inset:0}.home-page .product-image:after{content:"";background:linear-gradient(#0000,#0c1228b8,#0c1228f7);position:absolute;inset:34% 0 0}.home-page .product-image>span{padding:4px 6px;font-size:12px;top:7px;left:7px}.home-page .product-info{z-index:2;color:#fff;padding:9px;position:absolute;bottom:0;left:0;right:0}.home-page .product-info>p{color:#ffd0c4;margin-bottom:4px;font-size:12px;line-height:1.15}.home-page .product-info h3{overflow-wrap:anywhere;min-height:0;font-size:14px;line-height:1.2}.home-page .product-bottom{border-color:#ffffff47;gap:6px;margin-top:5px;padding-top:5px}.home-page .product-bottom small{color:#ffffffb8;font-size:12px}.home-page .product-bottom strong{color:#fff;font-size:17px}.home-page .product-bottom>a{flex:none;width:30px;height:30px}.home-page .price-note{margin-top:10px;font-size:12px}.home-page .method-section{width:100%;padding:24px 10px}.home-page .method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .method-grid article,.home-page .method-grid article+article{min-height:210px;padding:13px 10px}.home-page .method-grid span{font-size:19px}.home-page .method-grid h3{overflow-wrap:anywhere;margin:19px 0 8px;font-size:20px;line-height:1.05}.home-page .method-grid p{font-size:16px;line-height:1.3}.home-page .article-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-page .article-card{border-radius:13px;min-height:224px;padding:12px}.home-page .article-meta{font-size:12px}.home-page .article-card h3{overflow-wrap:anywhere;margin:19px 0 8px;font-size:18px;line-height:1.08}.home-page .article-card p{font-size:14px;line-height:1.34}.home-page .article-link{padding-top:12px;font-size:12px}.home-page .faq-list summary{grid-template-columns:26px 1fr 20px;gap:6px;padding:13px 0;font-size:16px;line-height:1.2}.home-page .faq-list details>p{margin:0 0 14px 32px;font-size:14px;line-height:1.45}.page-hero{min-height:285px;margin-top:8px;padding:28px 18px}.page-hero h1{font-size:clamp(38px,11vw,50px)}.page-hero>div>p:last-child{margin-top:16px;font-size:16px;line-height:1.45}.section-shell{padding:44px 0}.numbered-content>article{grid-template-columns:42px 1fr;gap:10px;padding:24px 0}.numbered-content h2{font-size:25px}.numbered-content p{font-size:16px}.shipping-formula strong{font-size:27px}.long-article{width:calc(100% - 28px);margin-top:12px}.long-article>header{border-radius:24px;padding:48px 22px}.long-article h1{font-size:48px}.article-body{padding:58px 0 90px}.article-body>section{margin-bottom:58px}.article-body>section>h2{font-size:34px}.researched-section{grid-template-columns:36px 1fr;gap:10px;padding:34px 0}.researched-section h2{font-size:28px}.researched-section p{font-size:16px}.article-figure{margin-bottom:52px}.article-next{padding:22px}.site-footer{margin-bottom:10px;padding:20px 16px}.footer-top,.footer-bottom{gap:14px}.footer-top{padding-bottom:16px}.footer-top>div>p{margin-top:8px;font-size:12px}.footer-links{gap:8px 18px}.footer-bottom{padding-top:14px}.footer-bottom p{font-size:12px;line-height:1.5}.footer-bottom span{font-size:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
