@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--bg:#111111;--surface:#1b1b1b;--text:#f7f7f2;--sub:#aaa;--yellow:#ccb068;--line:#333;--title:"Barlow Condensed","Arial Narrow",Impact,sans-serif;--body:"DM Sans",Arial,sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--yellow);outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--title);font-weight:700;line-height:1;letter-spacing:-.02em}h2{font-size:clamp(2.8rem,4.3vw,4.3rem)}h3{font-size:1.2rem;line-height:1.3}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.section{padding-top:96px;padding-bottom:96px}.eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.13em;margin-bottom:24px}.muted{color:#858585}.skip{position:fixed;left:15px;top:-100px;background:var(--yellow);color:#111;padding:12px;z-index:100}.skip:focus{top:15px}.announcement{background:var(--yellow);color:#151515;text-align:center;padding:8px 16px;font-size:.75rem;font-weight:700;letter-spacing:.15em}.header{position:sticky;top:0;background:#111;z-index:20;border-bottom:1px solid #2c2c2c}.header-inner{height:94px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:block;flex-shrink:0;width:75px}.brand img{width:75px;height:75px;object-fit:contain}.header nav{display:flex;gap:32px;font-size:.9rem}.header nav a:hover,.text-link:hover,footer a:hover{color:var(--yellow)}.header-contact{font-size:.875rem;border:1px solid #484848;border-radius:6px;padding:11px 17px}.header-contact span{margin-left:14px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;min-height:650px;padding-top:55px;padding-bottom:60px}.hero .eyebrow{display:flex;align-items:center;gap:12px}.short-line{width:25px;height:2px;background:var(--yellow)}h1{font-size:clamp(3.6rem,6.1vw,6.15rem);line-height:.98;font-weight:800;letter-spacing:-.02em}h1 span{color:var(--yellow)}.hero-description{max-width:420px;color:#b8b8b8;margin-top:27px;font-size:1rem;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:31px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:16px 23px;border-radius:5px;font-size:.93rem;font-weight:700;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.yellow{background:var(--yellow);color:#121212}.yellow:hover{background:#fcffc3}.text-link{font-size:.875rem;text-decoration:underline;text-underline-offset:6px}.hero-notes{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px;font-size:.75rem;color:#aaa}.hero-notes span:before{content:"\2713";color:var(--yellow);margin-right:7px}.hero-visual{position:relative;height:470px;isolation:isolate;background:radial-gradient(ellipse at 55% 52%,#f2f5a015,transparent 65%)}.floating-card{position:absolute;display:block;overflow:hidden;border-radius:9px;border:1px solid #4d4d4d;box-shadow:0 20px 50px #0009}.floating-card img{width:100%;height:auto}.card-back{width:49%;right:0;top:20px;transform:rotate(12deg)}.card-front{width:66%;left:5%;top:76px;transform:rotate(-8deg);background:#212121}.card-front div{display:flex;justify-content:space-between;gap:8px;padding:14px 18px;font-size:.8rem}.card-front strong{color:var(--yellow)}.hero-stamp{position:absolute;right:0;bottom:20px;display:flex;align-items:center;gap:10px;background:var(--yellow);color:#111;border:5px solid #111;padding:12px 18px;border-radius:6px;transform:rotate(5deg)}.hero-stamp strong{font-family:var(--title);font-size:3.2rem;line-height:1;font-weight:800}.hero-stamp span{font-size:.75rem;font-weight:700;line-height:1.2}.orbit-label{position:absolute;left:3%;top:15px;font-size:.75rem;letter-spacing:.15em;transform:rotate(-8deg);color:var(--yellow)}.visual-caption{position:absolute;bottom:-21px;left:10%;font-size:.65rem;letter-spacing:.12em;color:#858585}.ticker{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;white-space:nowrap}.ticker div{font-family:var(--title);font-size:1.45rem;letter-spacing:.07em;display:flex;align-items:center;justify-content:space-evenly;gap:40px;min-width:1250px}.ticker span{color:var(--yellow);font-size:1.75rem}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:44px}.section-heading>p{color:var(--sub);font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 22px}.product{min-width:0}.product-image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:8px;background:#242424;display:block}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-image:hover img{transform:scale(1.035)}.product-index{position:absolute;top:12px;left:12px;font-size:.7rem;background:#111c;color:#eee;border:1px solid #ffffff30;padding:3px 8px;border-radius:3px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-info{padding:16px 0 0}.product-kind{font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;color:var(--sub);margin-bottom:6px}.product-title-row{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.product-title-row h3{font-size:1rem;font-weight:600}.product-title-row strong{font-size:.9rem;white-space:nowrap;color:var(--yellow)}.product-subtitle{font-size:.8rem;color:#999;margin-top:6px;min-height:1.6em}.product-link{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0;font-size:.8rem}.product-link:hover{color:var(--yellow);border-color:var(--yellow)}.mega-section{background:#1d1e18;border-top:1px solid #383a2a;border-bottom:1px solid #383a2a;padding:75px 0}.mega-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.mega-image{position:relative;max-width:470px;transform:rotate(-3deg);margin:10px auto}.mega-image img{border:1px solid #ffffff30;border-radius:8px}.image-tag{position:absolute;top:22px;left:-16px;background:var(--yellow);color:#111;padding:8px 16px;font-size:.72rem;font-weight:700;letter-spacing:.04em;transform:rotate(3deg)}.mega-copy h2 span{color:var(--yellow)}.mega-copy>p:not(.eyebrow){color:#bbb;margin:22px 0;max-width:450px}.tags{display:flex;flex-wrap:wrap;gap:8px}.tags span{border:1px solid #45473b;border-radius:4px;padding:5px 11px;font-size:.75rem;color:#d8d8cd}.mega-price{margin:26px 0 20px;display:flex;align-items:baseline;gap:16px}.mega-price strong{font-family:var(--title);font-size:3rem;line-height:1}.mega-price span{font-size:.8rem;color:#aaa}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}.steps article{border-top:1px solid #444;padding-top:24px}.step-number{font-family:var(--title);font-size:2rem;color:var(--yellow)}.steps h3{margin:14px 0 12px}.steps p{color:#aaa;font-size:.9rem;max-width:320px}.guides-section{background:var(--yellow);color:#161616}.guides-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.guide-card{display:grid;grid-template-columns:170px 1fr;gap:24px;background:#fafbca;border:1px solid #16161620;border-radius:8px;padding:22px;align-items:center}.guide-card img{aspect-ratio:1;width:100%;object-fit:cover;border-radius:5px}.guide-card .eyebrow{margin-bottom:12px;font-size:.7rem}.guide-card h3{font-family:var(--title);font-size:2rem;margin-bottom:10px}.guide-card p{font-size:.85rem;color:#4c4d37}.guide-card .guide-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:16px}.guide-bottom strong{font-size:1.05rem}.guide-bottom a{font-size:.8rem;font-weight:700;text-decoration:underline;text-underline-offset:4px}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.faq>div>p:not(.eyebrow){color:#aaa;margin:30px 0 10px;font-size:.9rem}.faq-list details{border-bottom:1px solid #393939}.faq-list details:first-child{border-top:1px solid #393939}.faq-list summary{padding:23px 34px 23px 0;cursor:pointer;list-style:none;position:relative;font-size:.95rem}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:3px;top:20px;color:var(--yellow);font-size:1.3rem}.faq-list details[open] summary:after{content:"\2212"}.faq-list details p{padding:0 30px 24px 0;color:#aaa;font-size:.9rem}.closing{padding:68px 30px;text-align:center;border:1px solid #37392c;background:radial-gradient(ellipse at bottom,#f2f5a010,transparent 70%);border-radius:8px}.closing h2{font-size:clamp(3.2rem,8vw,7rem);margin-bottom:26px}.closing .eyebrow{color:var(--yellow)}footer{padding-top:66px}.footer-top{display:flex;align-items:center;gap:50px;padding-bottom:42px}.footer-top>p{color:#999;font-size:.85rem}.footer-top>div{display:flex;gap:28px;margin-left:auto;font-size:.85rem}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:22px 0;color:#888;font-size:.75rem}dialog{padding:0;width:min(940px,calc(100% - 32px));max-height:90dvh;border:1px solid #494949;border-radius:12px;background:#191919;color:var(--text)}dialog::backdrop{background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}body:has(dialog[open]){overflow:hidden}.dialog-close{position:absolute;right:14px;top:14px;z-index:2;border:1px solid #5a5a5a;background:#151515;color:#fff;border-radius:50%;width:42px;height:42px;display:grid;place-items:center}.dialog-layout{display:grid;grid-template-columns:.85fr 1.15fr;min-height:500px}.dialog-image{padding:32px;background:#222;display:flex;align-items:flex-start}.dialog-image img{width:100%;height:auto;border-radius:7px;position:sticky;top:32px}.dialog-copy{padding:48px 36px 36px}.dialog-copy .eyebrow{margin-bottom:12px;color:var(--yellow)}.dialog-copy h2{font-size:2.6rem;padding-right:10px}.dialog-price{font-size:1.5rem;font-weight:700;color:var(--yellow);margin:15px 0}.dialog-intro{font-size:.95rem;color:#bbb}.dialog-copy h3{font-size:1rem;margin-top:26px}.dialog-copy ul{padding:0;list-style:none;margin:14px 0 24px}.dialog-copy li{position:relative;padding:0 0 10px 23px;color:#d0d0d0;font-size:.875rem}.dialog-copy li:before{content:"\2713";position:absolute;left:0;color:var(--yellow)}.delivery-note{font-size:.8rem;color:#aaa;border-top:1px solid #3a3a3a;padding-top:16px;margin-bottom:24px}.dialog-copy .button{width:100%;font-size:.85rem;gap:12px}.checkout-note{font-size:.75rem;color:#999;margin-top:10px}.mobile-menu[hidden]{display:none}@media(min-width:1500px){.hero{min-height:720px}.hero-visual{height:500px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.header nav{gap:20px}.hero{gap:20px}.hero-visual{height:410px}.card-front{top:90px}.hero-stamp{bottom:0}.visual-caption{display:none}.hero-actions{gap:18px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mega-inner{gap:50px}.guide-card{grid-template-columns:120px 1fr;padding:18px;gap:18px}.guide-card h3{font-size:1.7rem}.faq{gap:45px}}@media(max-width:760px){html{scroll-padding-top:85px}.wrap{width:calc(100% - 36px)}.announcement{font-size:.62rem;letter-spacing:.07em;padding:8px}.header-inner{height:75px}.brand,.brand img{width:62px;height:62px}.header nav:not(.mobile-menu),.header-contact{display:none}.menu-toggle{display:flex;gap:18px;align-items:center;color:#fff;background:transparent;border:1px solid #444;border-radius:4px;padding:8px 12px;font-size:.85rem}.header .mobile-menu{padding:10px 20px 24px;display:flex;flex-direction:column;gap:0}.header .mobile-menu a{padding:10px;border-bottom:1px solid #292929}.header .mobile-menu[hidden]{display:none}.hero{grid-template-columns:1fr;gap:20px;padding-top:38px;padding-bottom:48px;min-height:0}.hero .eyebrow{font-size:.68rem;margin-bottom:22px}h1{font-size:clamp(3.45rem,13.2vw,6rem)}.hero-description{font-size:.95rem;margin-top:23px;max-width:460px}.hero-actions{margin-top:24px}.hero-actions .button{padding:14px 18px}.hero-notes{font-size:.68rem;gap:12px;margin-top:24px}.hero-visual{height:380px;max-width:410px;width:100%;margin:12px auto 0}.card-front{width:62%;top:70px;left:9%}.card-back{width:46%;right:7%;top:10px}.hero-stamp{bottom:5px;right:6%;padding:10px 14px}.orbit-label{left:6%;top:16px;font-size:.64rem}.hero-stamp strong{font-size:2.7rem}.hero-stamp span{font-size:.68rem}.card-front div{padding:10px 12px;font-size:.72rem}.ticker{padding:13px 0}.ticker div{font-size:1.2rem;gap:30px;min-width:1000px}.section{padding-top:58px;padding-bottom:58px}.section-heading{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:30px}.section-heading>p{font-size:.875rem}.section-heading>p br{display:none}.eyebrow{font-size:.72rem;margin-bottom:18px}h2{font-size:2.8rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 14px}.product-image{border-radius:5px}.product-title-row{display:block}.product-title-row h3{font-size:.95rem;min-height:1.3em}.product-title-row strong{display:block;margin-top:7px;font-size:.95rem}.product-info{padding-top:12px}.product-kind{font-size:.65rem}.product-subtitle{font-size:.75rem;min-height:2.8em;line-height:1.4}.product-link{font-size:.75rem;padding:9px 0}.mega-section{padding:48px 0}.mega-inner{grid-template-columns:1fr;gap:36px}.mega-image{width:85%;max-width:340px}.mega-copy h2{font-size:3rem}.mega-copy>p:not(.eyebrow){font-size:.95rem}.mega-copy .button{width:100%}.steps{grid-template-columns:1fr;gap:26px}.steps article{padding-top:18px}.steps h3{margin-top:8px}.steps p{max-width:none}.guides-grid{grid-template-columns:1fr;gap:16px}.guide-card{grid-template-columns:105px 1fr;padding:16px;gap:16px}.guide-card h3{font-size:1.7rem}.guide-card p{font-size:.8rem}.guide-card .eyebrow{font-size:.6rem;margin-bottom:8px}.faq{grid-template-columns:1fr;gap:30px}.faq-list summary{font-size:.9rem;padding-top:19px;padding-bottom:19px}.closing{padding:45px 18px}.closing h2{font-size:3.7rem}.footer-top{flex-wrap:wrap;gap:22px;padding-bottom:28px}.footer-top>div{margin-left:0;width:100%;gap:22px;flex-wrap:wrap}.footer-bottom{font-size:.68rem;flex-wrap:wrap;gap:12px}.footer-bottom span:nth-child(2){display:none}.footer-bottom a{margin-left:auto}.dialog-layout{grid-template-columns:1fr}.dialog-image{padding:22px;justify-content:center}.dialog-image img{width:190px;position:static}.dialog-copy{padding:26px 22px}.dialog-copy h2{font-size:2.4rem}dialog{max-height:92dvh}.dialog-close{position:fixed;right:calc(50% - min(470px,50% - 16px) + 14px);top:calc(4dvh + 10px)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-page-image img{width:100%;height:auto;border-radius:8px}.product-page-copy h1{font-size:clamp(2.6rem,4.5vw,4.5rem);line-height:1.05}.rte{color:#bbb;margin:26px 0}.rte p{margin-bottom:16px}.rte h2,.rte h3{font-family:var(--body);font-size:1.15rem;line-height:1.4;margin:24px 0 12px}.rte ul{padding-left:22px}.rte li{margin-bottom:8px}.rte a{text-decoration:underline}.product-form{display:grid;gap:14px;margin:22px 0}.product-form .button{width:100%}.product-form select,.quantity-input,.search-input,.password-input{font:inherit;padding:12px;border:1px solid #555;border-radius:4px;background:#222;color:#fff;max-width:100%}.button[disabled]{opacity:.5;cursor:not-allowed;transform:none}.form-errors{border:1px solid #ffb3a7;padding:14px;color:#ffd9d2}.cart-line{display:grid;grid-template-columns:90px 1fr 110px 110px;gap:22px;align-items:center;padding:24px 0;border-bottom:1px solid #444}.cart-line img{width:90px;border-radius:5px;height:auto}.cart-line h2{font-family:var(--body);font-size:1.1rem;line-height:1.4}.cart-line a.remove{font-size:.85rem;text-decoration:underline;color:#aaa}.quantity-input{width:85px}.cart-summary{margin:35px 0 0 auto;width:min(100%,430px);display:grid;gap:18px}.cart-summary>p{display:flex;justify-content:space-between}.cart-summary small{color:#aaa}.empty-state{padding:48px 0;color:#aaa}.empty-state .button{margin-top:24px}.product-gallery{display:grid;gap:16px}.product-gallery img{width:100%;height:auto}.product-type{color:var(--yellow)}.page-narrow{max-width:850px}.pagination{display:flex;gap:20px;justify-content:center;margin-top:36px}.pagination a{text-decoration:underline}.product-card-title{overflow-wrap:anywhere}.search-form{display:flex;gap:16px;margin:30px 0}.search-input{flex:1;min-width:0}.site-header-wrap{position:sticky;top:0;z-index:20}.header{position:relative}.editor-note{border:1px dashed #777;padding:20px;color:#bbb;grid-column:1/-1}.footer-top>div{flex-wrap:wrap}.password-page{min-height:70vh;display:grid;align-content:center;max-width:650px;gap:20px}.shopify-policy__container{max-width:900px!important;padding:48px 24px!important}.shopify-policy__body{color:#bbb}.shopify-policy__title h1{font-size:3rem}.rte table{display:block;overflow:auto}.rte img{max-width:100%;height:auto}input:focus-visible,select:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}@media(max-width:760px){.product-page{grid-template-columns:1fr;gap:30px}.product-page-image{max-width:450px;width:100%;margin:auto}.cart-line{grid-template-columns:64px 1fr;gap:14px}.cart-line img{width:64px}.cart-line .line-quantity,.cart-line .line-total{grid-column:2}.cart-line h2{font-size:1rem}.cart-line .quantity-input{padding:8px}.search-form{flex-wrap:wrap}}.yellow:hover{background:#dbc47f}.arrow-icon{display:inline-grid;width:1.2em;height:1.2em;place-items:center;font-family:Arial,sans-serif;font-style:normal;line-height:1}.arrow-icon:before{content:"\2197";font-size:1.05em}.hero-visual{background:radial-gradient(ellipse at 55% 52%,rgba(204,176,104,.12),transparent 65%)}.hero-signature{position:absolute;right:0;bottom:12px;width:min(78%,390px);padding:16px 18px;background:#171717e8;border:1px solid #4b4b4b;border-left:4px solid var(--yellow);border-radius:4px;box-shadow:0 14px 36px #0008;display:grid;gap:4px}.hero-signature span{color:var(--yellow);font-size:.62rem;font-weight:700;letter-spacing:.15em}.hero-signature strong{font-size:.84rem;line-height:1.35;font-weight:500;color:#e8e8e3}.ticker{padding:0;overflow:hidden}.ticker .ticker-track{display:flex;width:max-content;min-width:0;gap:0;justify-content:flex-start;animation:ticker-scroll 24s linear infinite;will-change:transform}.ticker .ticker-group{display:flex;align-items:center;justify-content:flex-start;min-width:0;gap:38px;padding:16px 38px 16px 0;font-family:var(--title);font-size:1.45rem;letter-spacing:.07em;white-space:nowrap}.ticker .ticker-group>span{color:var(--text);font-size:inherit}.ticker-mark{display:block;width:13px;height:13px;background:var(--yellow);transform:rotate(45deg);flex:0 0 auto}@keyframes ticker-scroll{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ticker-track{animation:none}}.product-index{display:none!important}.bestseller-section{background:#1b1a16;border-color:#403929}.bestseller-section .mega-image{width:100%;max-width:390px;transform:none;background:#111;border:1px solid #3f392b;border-radius:10px;padding:14px}.bestseller-section .mega-image img{display:block;width:100%;height:auto!important;max-height:none;aspect-ratio:auto!important;object-fit:contain!important;border:0;border-radius:6px}.bestseller-section .image-tag{top:30px;left:0;transform:none}.story-section{background:var(--yellow);color:#151515;padding:90px 0}.story-inner{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);gap:80px;align-items:center}.story-visual{background:#111;border-radius:10px;padding:26px;box-shadow:0 22px 60px #19140838}.story-visual a{display:block}.story-visual img{display:block;width:100%;height:auto;object-fit:contain;border-radius:6px}.story-copy .eyebrow{margin-bottom:18px}.story-copy h2{font-size:clamp(3rem,5vw,5rem)}.story-copy>p:not(.eyebrow){max-width:600px;margin:26px 0;color:#332e22;font-size:1rem;line-height:1.8}.story-button{background:#151515;color:#fff;border-color:#151515;margin-top:2px}.story-button:hover{background:#292929}.complete-guide-card{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:46px;align-items:center;margin-top:64px;padding:30px;background:#151515;color:#f7f7f2;border-radius:10px;box-shadow:0 22px 60px #19140833}.complete-guide-visual{display:block;background:#242424;border-radius:7px;padding:16px;overflow:hidden}.complete-guide-visual img{display:block;width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;border-radius:5px}.complete-guide-copy .eyebrow{color:var(--yellow);margin-bottom:14px}.complete-guide-copy h3{font-family:var(--title);font-size:clamp(2.3rem,4vw,3.8rem);line-height:1;max-width:650px}.complete-guide-copy>p:not(.eyebrow){color:#bcbcbc;max-width:650px;margin:20px 0 26px;font-size:.94rem;line-height:1.75}.complete-guide-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.complete-guide-actions>strong{font-family:var(--title);font-size:2.7rem;line-height:1;color:var(--yellow)}.complete-guide-actions .button{min-width:255px}.closing{background:radial-gradient(ellipse at bottom,rgba(204,176,104,.1),transparent 70%)}@media(max-width:1100px){.story-inner{gap:48px}.complete-guide-card{gap:32px}}@media(max-width:760px){.hero-visual{height:365px}.hero-signature{right:5%;bottom:2px;width:82%;padding:13px 14px}.hero-signature strong{font-size:.76rem}.ticker .ticker-group{gap:27px;padding:13px 27px 13px 0;font-size:1.18rem}.ticker-mark{width:10px;height:10px}.story-section{padding:58px 0}.story-inner{grid-template-columns:1fr;gap:34px}.story-visual{width:min(100%,390px);margin:auto;padding:18px}.story-copy h2{font-size:3rem}.story-copy>p:not(.eyebrow){font-size:.94rem;margin:20px 0}.story-button{width:100%;font-size:.82rem;gap:14px}.bestseller-section .mega-image{width:min(82%,320px);padding:10px}.bestseller-section .image-tag{top:24px}.complete-guide-card{grid-template-columns:1fr;gap:25px;margin-top:42px;padding:20px}.complete-guide-visual{width:min(100%,310px);margin:auto;padding:12px}.complete-guide-copy h3{font-size:2.7rem}.complete-guide-actions{align-items:stretch;flex-direction:column;gap:16px}.complete-guide-actions>strong{font-size:2.5rem}.complete-guide-actions .button{width:100%;min-width:0;font-size:.82rem;gap:14px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
