
:root{--bg:#f2f0ea;--ink:#11110f;--muted:#706d66;--line:rgba(17,17,15,.16);--orange:#d45f2d}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Heebo,system-ui,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img,video{display:block;width:100%}button,input,select,textarea{font:inherit}
.header{position:fixed;top:0;right:0;left:0;z-index:40;height:78px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);transition:.3s}
.header.scrolled{background:rgba(10,10,9,.93);backdrop-filter:blur(14px)}.logo{display:flex;flex-direction:column;line-height:1}.logo strong{font:700 1.55rem Oswald;letter-spacing:.15em}.logo span{font-size:.52rem;letter-spacing:.24em;margin-top:6px;opacity:.66}.header nav{display:flex;gap:30px;font-weight:600;font-size:.9rem}.header nav a:hover{opacity:.6}.menu{display:none;background:none;border:0}.menu i{display:block;width:27px;height:2px;background:white;margin:7px}
.hero{height:100svh;min-height:650px;position:relative;background:#090909;color:white;overflow:hidden}.hero video{position:absolute;inset:0;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.77),rgba(0,0,0,.12) 60%),linear-gradient(0deg,rgba(0,0,0,.52),transparent 50%)}.hero-content{position:absolute;inset:0;padding:150px 5vw 58px;display:flex;flex-direction:column;justify-content:flex-end}.hero-content>p,.kicker{font-size:.72rem;letter-spacing:.24em;font-weight:800}.hero h1{font:700 clamp(5rem,13vw,12rem)/.8 Oswald;margin:25px 0 45px;letter-spacing:-.03em}.hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:2px white}.hero-bottom{display:flex;justify-content:space-between;align-items:end;border-top:1px solid rgba(255,255,255,.34);padding-top:22px}.hero-bottom span{font-size:1.15rem}.hero-bottom a{border:1px solid white;border-radius:999px;padding:13px 20px;font-weight:800}.hero-bottom b{font-size:1.4rem;margin-right:10px}.sound-toggle{position:absolute;left:4vw;top:96px;border:1px solid rgba(255,255,255,.4);color:white;background:rgba(0,0,0,.25);border-radius:999px;padding:8px 13px}
.manifesto{padding:130px 6vw}.manifesto h2{font-size:clamp(3rem,7vw,7.2rem);line-height:.98;letter-spacing:-.055em;margin:25px 0 70px}.manifesto h2 span{color:#a09c94}.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;border-top:1px solid var(--line);padding-top:30px}.manifesto-grid p{font-size:1.3rem;max-width:650px}.manifesto-grid ul{list-style:none;padding:0;margin:0;font-weight:700}.manifesto-grid li{border-bottom:1px solid var(--line);padding:15px 0}
.collection-intro{height:80vh;min-height:600px;position:relative;overflow:hidden}.collection-intro img{height:100%;object-fit:cover}.collection-intro:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.68),transparent)}.collection-overlay{position:absolute;z-index:2;bottom:7%;right:6vw;color:white}.collection-overlay p{letter-spacing:.18em;font-weight:700}.collection-overlay h2{font-size:clamp(3rem,7vw,7rem);line-height:.95;margin:10px 0}
.products{padding:0 4vw 120px}.product-row{display:grid;grid-template-columns:1.2fr .8fr;min-height:760px;border-bottom:1px solid var(--line)}.product-row:nth-child(even){grid-template-columns:.8fr 1.2fr}.product-row:nth-child(even) .product-image{order:2}.product-image{position:relative;overflow:hidden;background:#ddd}.product-image>img{height:100%;object-fit:cover;transition:.6s}.product-row:hover .product-image>img{transform:scale(1.025)}.product-index{position:absolute;top:24px;right:24px;background:rgba(0,0,0,.75);color:#fff;border-radius:999px;padding:8px 13px;font-size:.72rem;letter-spacing:.12em}.product-copy{padding:70px 5vw;display:flex;flex-direction:column;justify-content:center}.product-copy .position{color:var(--orange);font-weight:800}.product-copy h3{font:700 clamp(3.5rem,7vw,7rem)/.9 Oswald;margin:15px 0}.price{font-size:1.55rem;font-weight:900}.product-copy>p{color:var(--muted);font-size:1.08rem;max-width:560px}.quick-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:25px 0}.quick-specs div{border-top:1px solid var(--line);padding-top:12px}.quick-specs strong{display:block}.quick-specs span{font-size:.72rem;color:var(--muted)}.product-actions{display:flex;gap:10px;margin-top:18px}.product-actions button{border:0;border-radius:999px;padding:13px 22px;font-weight:900;cursor:pointer}.view-product{background:#111;color:white}.order-now{background:transparent;border:1px solid #111!important}
.ready{display:grid;grid-template-columns:1.1fr .9fr;background:#111;color:white}.ready-media img{height:100%;min-height:720px;object-fit:cover}.ready-copy{padding:100px 7vw;display:flex;flex-direction:column;justify-content:center}.ready-copy h2{font-size:clamp(3.5rem,7vw,7rem);line-height:.9;margin:20px 0}.ready-copy p{color:rgba(255,255,255,.62);font-size:1.1rem}.ready-copy a{margin-top:30px;border-bottom:1px solid white;width:max-content;font-weight:800}.ready-uses{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:800;letter-spacing:.04em;color:rgba(255,255,255,.9)}.ready-uses i{font-style:normal;color:var(--orange)}
.compare{padding:120px 4vw;background:#e4e0d7}.section-head h2{font-size:clamp(3rem,7vw,6.6rem);line-height:.95;margin:12px 0 50px}.compare-scroll{overflow-x:auto;border-top:1px solid var(--ink)}table{border-collapse:collapse;width:100%;min-width:850px}th,td{padding:18px 15px;border-bottom:1px solid var(--line);text-align:center}th:first-child,td:first-child{text-align:right;font-weight:800;position:sticky;right:0;background:#e4e0d7}.mount{height:95vh;min-height:700px;position:relative;color:white}.mount>img{height:100%;object-fit:cover}.mount:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.04))}.mount-copy{position:absolute;z-index:2;top:50%;right:6vw;transform:translateY(-50%);max-width:620px}.mount-copy h2{font-size:clamp(4rem,8vw,8rem);line-height:.9;margin:20px 0}.mount-copy p{font-size:1.12rem;color:rgba(255,255,255,.72)}.mount-copy span{display:block;margin-top:25px;font-size:.78rem;opacity:.7}
.detail{display:grid;grid-template-columns:.8fr 1.2fr}.detail-copy{padding:100px 7vw;display:flex;flex-direction:column;justify-content:center}.detail-copy h2{font-size:clamp(3.5rem,7vw,7rem);line-height:.92;margin:18px 0}.detail-copy p{color:var(--muted)}.detail img{height:750px;object-fit:cover}
.field{padding:120px 4vw;background:#111;color:white}.field-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;grid-template-rows:420px 420px;gap:10px}.field-grid img{height:100%;object-fit:cover}.field-grid img:first-child{grid-row:span 2}.field-grid img:nth-child(4){grid-column:span 2}
.story{min-height:680px;display:grid;grid-template-columns:1fr 1fr;background:#d2c8b8}.story-mark{font:700 clamp(7rem,20vw,22rem)/1 Oswald;display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;transform:rotate(180deg);opacity:.1;overflow:hidden}.story-copy{padding:110px 8vw;display:flex;flex-direction:column;justify-content:center}.story-copy h2{font-size:clamp(3.3rem,6vw,6rem);line-height:.95;margin:20px 0}.story-copy p{font-size:1.08rem;color:#55514b}
.order-process{padding:120px 5vw}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.steps article{border-top:2px solid var(--ink);padding-top:25px}.steps b{font:700 3rem Oswald;color:var(--orange)}.steps h3{font-size:1.5rem}.steps p{color:var(--muted)}
.contact{padding:120px 6vw;background:var(--orange);color:white;text-align:center}.contact h2{font-size:clamp(4rem,9vw,9rem);line-height:.86;margin:25px 0 55px}.contact>div{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.contact a{border:1px solid white;border-radius:999px;padding:13px 22px;font-weight:900}.contact a:first-child{background:white;color:#111}
footer{padding:55px 5vw 100px;background:#0d0d0c;color:white;display:flex;justify-content:space-between;align-items:flex-start}footer p{opacity:.5}
.mobile-cta{display:none}
dialog{border:0;padding:0;max-width:none}dialog::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(7px)}#product-dialog{width:min(1180px,96vw);max-height:94vh;border-radius:18px;overflow:auto;background:#f4f1ea}.dialog-close{position:fixed;z-index:8;top:4vh;left:3vw;width:46px;height:46px;border-radius:50%;border:0;background:#111;color:white;font-size:1.8rem}.dialog-layout{display:grid;grid-template-columns:1.1fr .9fr;min-height:700px}.dialog-gallery{background:#111}.main-photo{height:590px;object-fit:cover;cursor:zoom-in}.thumbs{display:flex;gap:7px;padding:8px;overflow-x:auto}.thumbs img{width:85px;height:72px;object-fit:cover;opacity:.58;cursor:pointer}.thumbs img.active{opacity:1;outline:2px solid white}.dialog-copy{padding:65px 42px}.dialog-copy h2{font:700 4.4rem/1 Oswald;margin:8px 0}.dialog-description{color:var(--muted)}.full-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:28px 0}.full-specs div{background:#e8e4dc;padding:12px;border-radius:10px}.full-specs span{display:block;font-size:.72rem;color:var(--muted)}.checkout{display:grid;gap:10px}.checkout label{display:grid;gap:5px;font-size:.8rem;font-weight:700}.checkout input,.checkout select,.checkout textarea{padding:12px;border:1px solid var(--line);border-radius:9px;background:white}.shipping{display:grid;grid-template-columns:1fr 1.4fr;gap:8px}.checkout-submit{border:0;background:var(--orange);color:white;border-radius:999px;padding:14px;font-weight:900}.checkout small{color:var(--muted);text-align:center}
.payment-screen{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.payment-summary,.bit-panel{padding:60px 45px}.payment-summary h2{font-size:3.4rem;line-height:1}.order-no{font-family:monospace;color:var(--orange);font-size:1.1rem}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:25px 0}.summary-grid div{background:white;padding:13px;border-radius:10px}.summary-grid span{display:block;font-size:.72rem;color:var(--muted)}.notice{background:#fff0e8;border-right:4px solid var(--orange);padding:13px;margin:20px 0}.wa-button,.bit-button{display:block;text-align:center;border-radius:999px;padding:14px;font-weight:900}.wa-button{background:#1f9d56;color:white}.bit-panel{background:#111;color:white}.bit-panel h3{font-size:2.3rem}.bit-panel code{display:block;text-align:center;border:1px dashed #777;padding:10px;margin:15px 0}.bit-button{background:#32dce9;color:#111}.bit-panel img{max-width:300px;margin:22px auto;border-radius:12px}.bit-panel p:last-child{font-size:.75rem;opacity:.55}
#lightbox{width:100vw;height:100vh;background:#050505;overflow:hidden}#lightbox img{height:100%;object-fit:contain}.lightbox-close,.lightbox-prev,.lightbox-next{position:fixed;z-index:3;border:0;background:rgba(255,255,255,.12);color:white}.lightbox-close{top:20px;left:20px;width:45px;height:45px;border-radius:50%;font-size:1.7rem}.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%);width:46px;height:70px;font-size:2.5rem}.lightbox-prev{left:15px}.lightbox-next{right:15px}
.reveal{opacity:0;transform:translateY(35px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.header nav{display:none;position:absolute;top:78px;right:0;left:0;background:#111;padding:25px;flex-direction:column}.header nav.open{display:flex}.menu{display:block}.manifesto-grid,.ready,.detail,.story{grid-template-columns:1fr}.product-row,.product-row:nth-child(even){grid-template-columns:1fr}.product-row:nth-child(even) .product-image{order:0}.product-image{height:600px}.steps{grid-template-columns:1fr 1fr}.dialog-layout,.payment-screen{grid-template-columns:1fr}.field-grid{grid-template-columns:1fr 1fr}.field-grid img:first-child{grid-row:span 1}.field-grid img:nth-child(4){grid-column:span 1}}
@media(max-width:620px){.header{height:66px}.hero{min-height:720px}.hero-content{padding:120px 20px 35px}.hero h1{font-size:5.2rem}.hero-bottom{align-items:flex-start;gap:20px;flex-direction:column}.hero-bottom span{font-size:.95rem}.sound-toggle{top:82px;left:15px}.manifesto{padding:90px 22px}.manifesto h2{font-size:3rem}.manifesto-grid{grid-template-columns:1fr;gap:25px}.collection-intro{height:70vh}.collection-overlay{right:22px;left:22px}.products{padding:0 0 80px}.product-image{height:480px}.product-copy{padding:50px 22px}.quick-specs{grid-template-columns:1fr 1fr 1fr}.product-copy h3{font-size:4rem}.ready-media img{min-height:450px}.ready-copy,.detail-copy{padding:75px 22px}.compare{padding:80px 15px}.mount{height:80vh}.mount-copy{right:22px;left:22px}.mount-copy h2{font-size:4rem}.detail img{height:520px}.field{padding:80px 12px}.field-grid{grid-template-columns:1fr;grid-template-rows:none}.field-grid img{height:360px}.story-copy{padding:80px 22px}.story-mark{display:none}.steps{grid-template-columns:1fr}.order-process{padding:80px 22px}.contact{padding:90px 20px}.contact h2{font-size:4rem}footer{padding:50px 22px 110px;flex-direction:column;gap:20px}.mobile-cta{display:block;position:fixed;z-index:35;bottom:10px;left:10px;right:10px}.mobile-cta a{display:block;background:var(--orange);color:white;text-align:center;padding:14px;border-radius:999px;font-weight:900;box-shadow:0 15px 40px rgba(0,0,0,.3)}#product-dialog{width:100vw;max-height:100vh;height:100vh;border-radius:0}.dialog-close{top:12px;left:12px}.dialog-layout{display:block}.main-photo{height:42vh}.dialog-copy{padding:32px 20px 90px}.dialog-copy h2{font-size:3.2rem}.shipping{grid-template-columns:1fr}.payment-summary,.bit-panel{padding:45px 20px}.summary-grid{grid-template-columns:1fr 1fr}}


/* Store release: accessories, inventory, checkout, footer */
.accessories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.accessory-shop-card{background:#11110f;color:#fff;display:flex;flex-direction:column;min-width:0}
.accessory-shop-image{height:430px;position:relative;overflow:hidden;background:#e5e1d9}
.accessory-shop-image img{height:100%;object-fit:cover}
.accessory-shop-image span{position:absolute;top:18px;right:18px;background:rgba(0,0,0,.75);padding:7px 11px;border-radius:999px;font-size:.72rem}
.accessory-shop-copy{padding:30px;display:flex;flex-direction:column;flex:1}
.accessory-shop-copy h3{font:700 clamp(2.3rem,4vw,4rem)/.95 Oswald;margin:7px 0}
.accessory-shop-copy>p{color:rgba(255,255,255,.65)}
.accessory-shop-copy ul{list-style:none;padding:0;margin:15px 0 25px}
.accessory-shop-copy li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.accessory-shop-copy li:before{content:"✓";color:#ff9e72;margin-left:8px}
.accessory-shop-copy button{margin-top:auto;border:0;border-radius:999px;padding:13px;background:var(--orange);color:white;font-weight:900;cursor:pointer}
button:disabled{cursor:not-allowed!important;opacity:.52}
.price-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.stock-status{font-size:.72rem;font-weight:900;border-radius:999px;padding:6px 10px}
.in-stock{background:#dcebdd;color:#24572b}.out-stock{background:#f0d7d4;color:#79251d}
.sold-out img{filter:grayscale(.55);opacity:.72}
.live-summary{background:#e8e4dc;border-radius:12px;padding:15px;margin-top:5px}
.live-summary h4{margin:0 0 10px}
.live-summary>div,.checkout-final-lines>div{display:flex;justify-content:space-between;gap:15px;padding:8px 0}
.live-summary .summary-total,.checkout-final-lines .summary-total{border-top:1px solid var(--line);margin-top:5px;padding-top:13px;font-size:1.08rem}
.legal-check{display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:8px;font-size:.75rem!important;color:var(--muted)}
.legal-check input{margin-top:4px}.legal-check a{text-decoration:underline;margin:0 3px}
.shipping{grid-template-columns:1fr 1.5fr 1fr}
.sold-out-panel{background:#e8e4dc;padding:20px;border-radius:12px;display:grid;gap:10px}
.sold-out-panel a{text-decoration:underline}
.site-footer{padding:70px 5vw 30px;background:#0d0d0c;color:white;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:45px;position:relative}
.footer-brand,.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-brand p{color:rgba(255,255,255,.5);max-width:300px}
.footer-brand>a,.footer-column a{color:rgba(255,255,255,.65)}
.footer-column strong{margin-bottom:8px}
.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.14);padding-top:22px;margin-top:25px;color:rgba(255,255,255,.45);font-size:.82rem}
@media(max-width:900px){.accessories-grid{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr 1fr}.shipping{grid-template-columns:1fr}}
@media(max-width:620px){.accessories-grid{grid-template-columns:1fr}.accessory-shop-image{height:390px}.accessory-shop-copy{padding:25px 22px}.site-footer{grid-template-columns:1fr;padding:55px 22px 110px}.footer-bottom{grid-column:1}.price-line{align-items:flex-start}}


/* Cart system */
.header-actions{display:flex;align-items:center;gap:12px}
.cart-button{border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.18);color:#fff;border-radius:999px;padding:9px 14px;font-weight:800;cursor:pointer}
.cart-button span,.mobile-cart-open span{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--orange);color:#fff;margin-right:5px;font-size:.75rem}
.cart-drawer{position:fixed;z-index:100;top:0;bottom:0;left:0;width:min(470px,94vw);background:#f5f2eb;transform:translateX(-105%);transition:.35s ease;display:flex;flex-direction:column;box-shadow:30px 0 90px rgba(0,0,0,.28)}
.cart-drawer.open{transform:translateX(0)}.cart-backdrop{position:fixed;z-index:99;inset:0;background:rgba(0,0,0,.65);opacity:0;visibility:hidden;transition:.3s}.cart-backdrop.open{opacity:1;visibility:visible}
body.cart-open{overflow:hidden}.cart-header{padding:28px 24px 20px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line)}.cart-header h2{font-size:2.3rem;margin:4px 0}.cart-close{border:0;background:#111;color:white;border-radius:50%;width:42px;height:42px;font-size:1.6rem}
.cart-items{overflow:auto;padding:8px 20px;flex:1}.cart-item{display:grid;grid-template-columns:86px 1fr auto;gap:13px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item img{width:86px;height:86px;object-fit:cover;background:#ddd}.cart-item-copy{display:flex;flex-direction:column;gap:4px}.cart-item-copy>span{color:var(--muted);font-size:.82rem}.cart-qty{display:flex;align-items:center;gap:10px;margin-top:8px}.cart-qty button{width:28px;height:28px;border:1px solid var(--line);background:white;border-radius:50%}.cart-item-side{text-align:left;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.cart-remove{border:0;background:none;text-decoration:underline;color:var(--muted);font-size:.75rem}
.cart-empty{padding:50px 24px;text-align:center}.cart-empty a{text-decoration:underline}.cart-footer{padding:20px 24px 28px;border-top:1px solid var(--line);background:white}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.1rem}.cart-footer p{font-size:.75rem;color:var(--muted)}.cart-footer button{width:100%;border:0;background:var(--orange);color:white;border-radius:999px;padding:14px;font-weight:900}
.mobile-cta button{display:block;width:100%;border:0;background:var(--orange);color:white;text-align:center;padding:14px;border-radius:999px;font-weight:900;box-shadow:0 15px 40px rgba(0,0,0,.3)}
.accessory-actions-row{display:grid;grid-template-columns:auto 1fr;gap:8px;margin-top:auto}.accessory-actions-row button{margin:0}.accessory-view{background:transparent!important;border:1px solid rgba(255,255,255,.5)!important}.add-cart{background:var(--orange)!important;color:white!important}
.dialog-cart-action{display:grid;grid-template-columns:120px 1fr;gap:10px;margin-top:25px}.dialog-cart-action label{display:grid;gap:5px;font-size:.78rem;font-weight:800}.dialog-cart-action select{padding:12px;border:1px solid var(--line);border-radius:999px;background:white}.dialog-cart-action button{border:0;border-radius:999px;background:var(--orange);color:white;font-weight:900}
#cart-checkout-dialog{width:min(1050px,96vw);max-height:94vh;border-radius:18px;background:#f4f1ea;overflow:auto}
.cart-checkout-layout{display:grid;grid-template-columns:1.05fr .95fr;min-height:670px}.cart-checkout-form{padding:60px 45px}.cart-checkout-form h2{font-size:3rem;margin:7px 0 25px}.checkout-order-summary{background:#111;color:white;padding:60px 40px}.checkout-order-summary h3{font-size:2rem;margin-top:0}.checkout-lines>div,.checkout-summary-bottom>div{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.13)}.checkout-summary-bottom{margin-top:25px}.checkout-summary-bottom .summary-total{font-size:1.15rem;border-top:1px solid rgba(255,255,255,.45);margin-top:10px}
@media(max-width:900px){.cart-checkout-layout{grid-template-columns:1fr}.checkout-order-summary{order:-1;padding:38px 25px}.cart-checkout-form{padding:40px 25px}}
@media(max-width:620px){.header-actions{gap:4px}.cart-button{padding:7px 10px}.cart-item{grid-template-columns:72px 1fr}.cart-item img{width:72px;height:72px}.cart-item-side{grid-column:2;flex-direction:row;align-items:center}.dialog-cart-action{grid-template-columns:1fr}#cart-checkout-dialog{width:100vw;height:100vh;max-height:100vh;border-radius:0}}


/* FINAL V-Mount hero fix */
.mount {
  position: relative;
  overflow: hidden;
  min-height: 760px;
}
.mount > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mount::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.48) 43%, rgba(0,0,0,.12) 75%),
    linear-gradient(0deg, rgba(0,0,0,.34), rgba(0,0,0,.08));
}
.mount-copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  transform: none;
  display: flex;
  align-items: center;
  padding: 90px 6vw;
}
.mount-copy-inner {
  width: min(650px, 100%);
}
.mount-copy h2 {
  margin: 18px 0 26px;
}
.mount-text {
  max-width: 570px;
}
.mount-text p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 1.08rem;
}
.mount-text span {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.68);
  font-size: .84rem;
}
.mount-accessory-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  color: white;
  font-weight: 900;
  text-decoration: none;
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(4px);
}
.mount-accessory-link::after {
  content: "←";
  margin-right: 10px;
}
.mount-accessory-link:hover {
  background: white;
  color: #111;
}

@media (max-width: 620px) {
  .mount {
    min-height: 760px;
    height: auto;
  }
  .mount > img {
    object-position: center center;
  }
  .mount::after {
    background:
      linear-gradient(0deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.44) 65%, rgba(0,0,0,.18) 100%);
  }
  .mount-copy {
    position: relative;
    min-height: 760px;
    padding: 95px 22px 70px;
    align-items: flex-end;
  }
  .mount-copy-inner {
    width: 100%;
    background: rgba(0,0,0,.26);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: 22px 18px;
    backdrop-filter: blur(5px);
  }
  .mount-copy h2 {
    font-size: 3.8rem;
    margin: 12px 0 20px;
  }
  .mount-text p {
    font-size: 1rem;
  }
  .mount-text span {
    margin-top: 12px;
  }
  .mount-accessory-link {
    width: 100%;
    justify-content: center;
    margin-top: 18px;
  }
}


/* FINAL micro-spacing adjustments */
.accessories .section-head h2 {
  margin-top: 24px;
  margin-bottom: 28px;
}

#ranger .product-copy h3 {
  transform: translateY(-8px);
  margin-bottom: 6px;
}

@media (max-width: 620px) {
  .accessories .section-head h2 {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  #ranger .product-copy h3 {
    transform: translateY(-10px);
    margin-bottom: 2px;
  }
}


/* Final Ranger title alignment */
#ranger .product-copy {
  justify-content: flex-start;
  padding-top: 115px;
}

#ranger .product-copy h3 {
  transform: translateY(-24px);
  margin-top: 0;
  margin-bottom: -8px;
}

@media (max-width: 620px) {
  #ranger .product-copy {
    padding-top: 62px;
  }

  #ranger .product-copy h3 {
    transform: translateY(-18px);
    margin-bottom: -4px;
  }
}


/* Launch v1 additions */
.noscript{background:#8b251b;color:#fff;padding:12px 20px;text-align:center;font-weight:800}
.storage-notice{position:fixed;z-index:130;right:18px;bottom:18px;width:min(430px,calc(100vw - 36px));background:#111;color:#fff;padding:18px;border-radius:15px;box-shadow:0 20px 70px rgba(0,0,0,.35)}
.storage-notice p{margin:0 0 14px;color:rgba(255,255,255,.76);font-size:.87rem}.storage-notice strong{color:#fff}
.storage-notice button{border:0;background:var(--orange);color:#fff;border-radius:999px;padding:9px 17px;font-weight:900;margin-left:8px}
.storage-notice a{font-size:.8rem;text-decoration:underline;color:#ddd}
.success-check{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#1f9d56;color:white;font-size:2rem;font-weight:900;margin-bottom:22px}
.email-confirmation{background:#e1eee3;padding:11px 13px;border-radius:10px}
.order-steps{display:grid;gap:8px;margin:22px 0}
.order-steps>div{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;color:var(--muted)}
.order-steps b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;border:1px solid var(--line)}
.order-steps .done{color:#24572b;font-weight:800}.order-steps .done b{background:#dcebdd;border-color:#aac8ae}
.form-error{background:#f4dcd8;color:#76251e;border-right:4px solid #b93d31;padding:12px;border-radius:9px;font-size:.84rem}
.checkout-submit:disabled{opacity:.62;cursor:wait}

/* V2 live inventory */
.low-stock{background:#fff0cf;color:#714e00}
.stock-warning{color:#9a2e24;font-weight:800}
.cart-stock-error{background:#fff0ed;padding-left:8px;padding-right:8px}
.admin-link{margin-right:12px;color:rgba(255,255,255,.45);font-size:.72rem}

.stock-unverified{background:#ece8df;color:#5f5a50}


/* Launch price presentation */
.launch-price{display:grid;gap:4px}
.launch-price-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.regular-price,.compare-regular{text-decoration:line-through;color:var(--muted);font-size:.92rem;font-weight:600}
.sale-price{font-size:clamp(1.55rem,2.5vw,2.25rem);line-height:1;color:var(--ink)}
.launch-badge{display:inline-flex;align-items:center;background:var(--orange);color:#fff;border-radius:999px;padding:5px 9px;font-size:.68rem;font-weight:900;letter-spacing:.02em}
.compare-regular{display:block;margin-bottom:3px}
.compare-sale{display:block;font-size:1.05rem}
.price-line{align-items:center;flex-wrap:wrap}
@media(max-width:600px){
  .launch-price-top{gap:6px}
  .launch-badge{font-size:.62rem}
}

.accessory-shop-card .sale-price {
  color: #fff;
}

.accessory-order-copy .sale-price {
  color: #111;
}

/* Coupon validation — checkout phase 3A */
.checkout-coupon{margin-top:26px;padding:18px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:rgba(255,255,255,.06)}
.checkout-coupon>label{display:block;margin-bottom:9px;font-size:.82rem;font-weight:900}
.checkout-coupon-controls{display:grid;grid-template-columns:1fr auto;gap:8px}
.checkout-coupon-controls input{min-width:0;padding:12px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#fff;color:#111;text-transform:uppercase;font:inherit}
.checkout-coupon-controls button{border:0;border-radius:999px;padding:0 20px;background:var(--orange);color:#fff;font-weight:900;cursor:pointer}
.checkout-coupon-controls button:disabled{opacity:.65;cursor:wait}
.checkout-coupon-message{min-height:1.35em;margin:9px 2px 0;font-size:.78rem}
.checkout-coupon-message.success{color:#9ee6b5}.checkout-coupon-message.error{color:#ffb4aa}
.checkout-discount-row{color:#9ee6b5}
@media(max-width:620px){.checkout-coupon-controls{grid-template-columns:1fr}.checkout-coupon-controls button{padding:12px 18px}}

/* Pickup-only products */
.pickup-only-note{margin:14px 0 0!important;padding:11px 14px;border-right:4px solid var(--orange);border-radius:8px;background:rgba(224,92,38,.09);color:#7a2d10!important;font-size:.92rem!important;font-weight:800}
.pickup-only-checkout{display:grid;gap:4px;margin:-4px 0 14px;padding:13px 15px;border:1px solid #e7b79f;border-radius:12px;background:#fff4ee;color:#6d2a0f}
.pickup-only-checkout strong{font-size:.92rem}.pickup-only-checkout span{font-size:.82rem;line-height:1.5}


/* Morning payment return feedback */
.payment-return-banner{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:10000;max-width:min(92vw,760px);padding:14px 20px;border-radius:14px;font-weight:700;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.18);background:#fff;color:#111;border:1px solid #d8d3c8}
.payment-return-banner.success{border-color:#2f7d45;background:#edf8f0}
.payment-return-banner.failure{border-color:#a83d2e;background:#fff0ed}
@media(max-width:640px){.payment-return-banner{top:10px;width:calc(100vw - 24px);padding:12px 14px;font-size:14px}}


/* Clickable payment-method cards */
.payment-methods{margin:4px 0 8px;padding:0;border:0;min-width:0}
.payment-methods legend{margin-bottom:9px;font-size:.8rem;font-weight:900}
.payment-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.payment-method-card{position:relative;display:block!important;cursor:pointer}
.payment-method-card input{position:absolute;opacity:0;pointer-events:none}
.payment-method-content{min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px 8px;border:1px solid var(--line);border-radius:13px;background:#fff;text-align:center;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s}
.payment-method-card:hover .payment-method-content{transform:translateY(-1px);border-color:#9d978c}
.payment-method-card input:checked+.payment-method-content{border:2px solid var(--orange);padding:11px 7px;background:#fff8f3;box-shadow:0 0 0 3px rgba(198,78,32,.12)}
.payment-method-card input:focus-visible+.payment-method-content{outline:3px solid rgba(17,17,17,.25);outline-offset:2px}
.payment-method-content strong{font-size:.88rem}
.payment-method-content small{font-size:.68rem;line-height:1.25;color:var(--muted)}
.payment-method-icon{height:28px;display:flex;align-items:center;justify-content:center;margin-bottom:2px;font-weight:900;line-height:1;color:#111}
.payment-brand{display:block;max-width:100%;height:auto;object-fit:contain}
.payment-card-logos{gap:9px;height:32px}
.payment-card-divider{width:1px;height:24px;background:#ddd}
.payment-brand-visa{width:56px;max-height:27px}
.payment-brand-mastercard{width:45px;max-height:29px}
.payment-brand-bit{width:40px;height:40px;max-height:40px;border-radius:9px;object-fit:contain}
.payment-brand-apple{width:84px;max-height:30px}
.payment-brand-google{width:92px;max-height:30px}
@media(max-width:420px){.payment-method-grid{grid-template-columns:1fr 1fr}.payment-method-content{min-height:98px;padding:10px 6px}.payment-method-card input:checked+.payment-method-content{padding:9px 5px}}


/* Contextual carry-bag upsell */
#upsell-dialog{width:min(720px,calc(100vw - 28px));max-height:calc(100vh - 28px);padding:0;border:0;border-radius:22px;overflow:auto;background:#f6f3ed;color:var(--ink);box-shadow:0 30px 100px rgba(0,0,0,.35)}
#upsell-dialog::backdrop{background:rgba(9,9,9,.68);backdrop-filter:blur(5px)}
#upsell-dialog .dialog-close{position:sticky;top:12px;float:left;margin:12px 0 -52px 12px;z-index:3;background:#fff;border:1px solid var(--line);box-shadow:0 5px 18px rgba(0,0,0,.12)}
.upsell-shell{padding:34px}
.upsell-success{display:flex;align-items:center;gap:12px;margin-left:45px;padding:13px 16px;border:1px solid #b9d8c0;border-radius:14px;background:#edf8f0;color:#205f32}
.upsell-success>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:#2f7d45;color:#fff;font-weight:900}
.upsell-success div{display:grid;gap:2px}.upsell-success strong{font-size:.95rem}.upsell-success small{color:#50755a}
.upsell-heading{padding:28px 2px 20px}.upsell-heading h2{margin:5px 0 10px;font-size:clamp(1.75rem,4vw,2.65rem);line-height:1.05}.upsell-heading>p:last-child{max-width:580px;margin:0;color:var(--muted);line-height:1.65}
.upsell-product{display:grid;grid-template-columns:minmax(180px,42%) 1fr;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}
.upsell-product-image{min-height:260px;background:#e9e5dc}.upsell-product-image img{width:100%;height:100%;object-fit:cover}
.upsell-product-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:25px}.upsell-product-copy>span{color:var(--orange);font-size:.74rem;font-weight:900}.upsell-product-copy h3{margin:6px 0 12px;font-size:1.45rem}.upsell-price{margin-bottom:8px}.upsell-price .sale-price{font-size:1.7rem}.upsell-price .launch-price-top{justify-content:flex-start}.upsell-product-copy .stock-status{margin-bottom:18px}
.upsell-add{width:100%;border:0;border-radius:999px;padding:13px 18px;background:var(--orange);color:#fff;font:inherit;font-weight:900;cursor:pointer;transition:transform .18s,opacity .18s}.upsell-add:hover{transform:translateY(-1px)}.upsell-add:disabled{background:#2f7d45;cursor:default;transform:none}
.upsell-added{margin:9px 0 0;color:#2f7d45;font-size:.78rem;font-weight:900}
.upsell-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.upsell-actions button{border-radius:999px;padding:13px 18px;font:inherit;font-weight:900;cursor:pointer}.upsell-continue{border:1px solid var(--line);background:transparent;color:var(--ink)}.upsell-checkout{border:1px solid #111;background:#111;color:#fff}
@media(max-width:620px){#upsell-dialog{width:calc(100vw - 18px);max-height:calc(100vh - 18px);border-radius:18px}.upsell-shell{padding:24px 18px 20px}.upsell-success{margin-left:40px;padding:11px 12px}.upsell-success small{display:none}.upsell-heading{padding:23px 1px 16px}.upsell-product{grid-template-columns:1fr}.upsell-product-image{min-height:210px;max-height:240px}.upsell-product-copy{padding:20px}.upsell-actions{grid-template-columns:1fr}.upsell-checkout{grid-row:1}.upsell-continue{grid-row:2}}
