:root {
  --black: #090a09;
  --ink: #151513;
  --paper: #f1eee7;
  --white: #fffdf7;
  --red: #c8322f;
  --acid: #dcff4f;
  --line: rgba(18,18,16,.18);
  --muted: #706e68;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
button, select { font: inherit; }
a { color: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }

.offer-bar { min-height: 34px; padding: 8px 3vw; display: flex; align-items: center; justify-content: center; gap: 28px; color: var(--black); background: var(--acid); font-size: .63rem; font-weight: 900; letter-spacing: .1em; text-align: center; }
.offer-bar strong { color: var(--red); }

.site-header { position: sticky; top: 0; z-index: 30; height: 76px; padding: 0 3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); background: rgba(9,10,9,.96); border-bottom: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); }
.brand-mark { position: relative; width: 136px; height: 51px; overflow: hidden; display: block; }
.brand-mark img { position: absolute; width: 186px; height: auto; max-width: none; left: -27px; top: -31px; }
.main-nav { display: flex; align-items: center; gap: clamp(20px,3vw,48px); }
.main-nav a { color: #c9c6be; text-decoration: none; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--acid); }
.account-button { justify-self: end; min-width: 112px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 15px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.33); cursor: pointer; font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.account-button:hover, .account-button:focus-visible { color: var(--black); background: var(--acid); border-color: var(--acid); }
.account-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.account-button.is-signed-in .account-dot { background: var(--acid); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.06fr .94fr; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(74px,8vw,130px) 3vw 70px; position: relative; z-index: 2; }
.eyebrow, .micro, .step-label { margin: 0; font-size: .66rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { margin-bottom: 34px; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(4.3rem,8.3vw,8.2rem); line-height: .83; letter-spacing: -.073em; text-transform: uppercase; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 570px; margin: 34px 0; font-size: clamp(1rem,1.4vw,1.2rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.primary-action, .preorder-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-width: 255px; padding: 17px 19px; color: var(--white); background: var(--black); border: 0; text-decoration: none; cursor: pointer; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.primary-action:hover, .primary-action:focus-visible, .preorder-button:hover, .preorder-button:focus-visible { color: var(--black); background: var(--acid); outline: none; }
.delivery-chip { display: inline-flex; align-items: center; gap: 9px; color: #4e4c47; font-size: .73rem; font-weight: 800; }
.delivery-chip i { width: 9px; height: 9px; border-radius: 50%; background: #64a659; box-shadow: 0 0 0 4px rgba(100,166,89,.15); }
.hero-art { min-width: 0; position: relative; display: grid; grid-template-columns: 1fr 1fr; background: var(--black); }
.hero-art-panel { position: relative; overflow: hidden; }
.hero-art-panel img { position: absolute; height: 100%; max-width: none; top: 0; filter: saturate(.82) contrast(1.03); }
.culture-panel img { width: 112%; height: 100%; object-fit: cover; left: -6%; }
.attitude-panel img { width: 220%; height: 100%; object-fit: cover; left: -110%; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,9,.2), transparent 35%, rgba(9,10,9,.2)), linear-gradient(0deg, rgba(9,10,9,.75), transparent 35%); pointer-events: none; }
.hero-drop-label { position: absolute; right: 28px; bottom: 26px; z-index: 2; color: var(--white); font-size: .62rem; font-weight: 900; letter-spacing: .14em; line-height: 1.5; text-align: right; }

.drop-section { padding: 7vw 3vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3.2rem; }
.section-heading > div { display: flex; align-items: baseline; gap: 15px; }
.section-index { color: var(--red); font-weight: 900; }
.section-heading h2, .delivery-lead h2 { margin: 0; font-size: clamp(2.8rem,5.7vw,6.4rem); line-height: .87; letter-spacing: -.065em; text-transform: uppercase; }
.section-heading > p { max-width: 420px; margin: 0; color: #55534e; line-height: 1.55; }
.market-switcher { margin: -1rem 0 2rem; padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--white); background: var(--black); }
.market-switcher > span { padding-left: 5px; color: #96938b; font-size: .61rem; font-weight: 900; letter-spacing: .13em; }
.market-switcher > div { display: flex; gap: 8px; }
.market-button { padding: 11px 14px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.3); cursor: pointer; font-size: .68rem; font-weight: 900; letter-spacing: .05em; }
.market-button:hover, .market-button:focus-visible, .market-button.is-active { color: var(--black); background: var(--acid); border-color: var(--acid); }
.product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-left: 1px solid var(--line); }
.product-card { min-width: 0; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.product-image { aspect-ratio: .92; display: block; position: relative; overflow: hidden; background: #0a0a09; border-bottom: 1px solid var(--line); }
.product-image img { position: absolute; top: 0; display: block; max-width: none; }
.culture-image img { width: 100%; height: 100%; left: 0; object-fit: cover; object-position: 50% 0; }
.attitude-image img { width: 200%; height: auto; left: -100%; }
.product-image::after { content: ""; position: absolute; inset: auto 0 0; height: 22%; background: linear-gradient(transparent,rgba(0,0,0,.76)); }
.image-badge, .view-art { position: absolute; z-index: 2; color: #fff; font-size: .61rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.image-badge { top: 17px; left: 17px; padding: 8px 10px; background: rgba(0,0,0,.74); }
.view-art { right: 17px; bottom: 17px; padding: 9px 10px; background: rgba(0,0,0,.75); }
.product-image:hover .view-art, .product-image:focus-visible .view-art { color: var(--black); background: var(--acid); }
.product-body { min-height: 540px; padding: 30px; display: flex; flex-direction: column; }
.dark-product-body { color: var(--white); background: var(--black); }
.product-title-row { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.product-title-row .micro { color: var(--muted); margin-bottom: 9px; }
.dark-product-body .micro { color: #9b9890; }
.product-title-row h3 { margin: 0; font-size: clamp(1.9rem,3vw,3.2rem); letter-spacing: -.05em; }
.product-title-row strong { padding: 7px 9px; color: var(--black); background: var(--acid); white-space: nowrap; }
.welcome-price { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 12px; border-left: 3px solid var(--red); background: rgba(200,50,47,.08); }
.welcome-price span { color: var(--red); font-size: .61rem; font-weight: 900; letter-spacing: .09em; }
.welcome-price b { font-size: 1.08rem; white-space: nowrap; }
.dark-product-body .welcome-price { background: rgba(220,255,79,.08); border-left-color: var(--acid); }
.dark-product-body .welcome-price span { color: var(--acid); }
.product-story { max-width: 540px; margin: 27px 0 20px; color: #4f4d48; line-height: 1.55; }
.dark-product-body .product-story { color: #b4b0a7; }
.product-specs { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; margin: 0 0 24px; padding: 0; }
.product-specs li { padding: 7px 9px; border: 1px solid var(--line); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.dark-product-body .product-specs li { border-color: rgba(255,255,255,.19); }
.availability { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; font-size: .72rem; line-height: 1.4; font-weight: 700; }
.availability > span:first-child { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: #65a85b; }
.product-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: auto; margin-bottom: 13px; }
.product-options label { color: var(--muted); font-size: .61rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-options select { width: 100%; margin-top: 8px; padding: 13px 12px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 0; cursor: pointer; }
.dark-product-body .product-options select { color: var(--white); background: var(--black); border-color: rgba(255,255,255,.25); }
.preorder-button { width: 100%; }
.preorder-button span { white-space: nowrap; }
.light-button { color: var(--black); background: var(--white); }

.delivery-section { padding: 7vw 3vw; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; color: var(--white); background: var(--red); }
.delivery-lead .section-index { color: var(--acid); display: block; margin-bottom: 28px; }
.delivery-lead .micro { margin-bottom: 18px; }
.delivery-lead > p:last-child { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.process-list > li > span { color: var(--acid); font-size: .72rem; font-weight: 900; }
.process-list b { font-size: 1rem; text-transform: uppercase; letter-spacing: .05em; }
.process-list p { margin: 6px 0 0; color: rgba(255,255,255,.72); line-height: 1.45; }

.site-footer { min-height: 250px; padding: 42px 3vw; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; align-items: center; color: var(--white); background: var(--black); border-top: 1px solid rgba(255,255,255,.15); }
.footer-brand { width: 265px; aspect-ratio: 1.8; overflow: hidden; }
.footer-brand img { width: 100%; height: 100%; object-fit: cover; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.site-footer span { color: #77746d; font-size: .59rem; font-weight: 900; letter-spacing: .13em; }
.site-footer a { text-decoration: none; font-weight: 700; }
.site-footer a:hover { color: var(--acid); }
.site-footer > p { grid-column: 1 / -1; margin: 0; color: #77746d; font-size: .58rem; letter-spacing: .1em; }

.checkout-dialog { width: min(920px,calc(100vw - 30px)); max-height: min(790px,calc(100vh - 30px)); padding: 0; color: var(--ink); background: var(--paper); border: 0; overflow: auto; }
.checkout-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; top: 15px; right: 17px; z-index: 3; width: 40px; height: 40px; color: var(--white); background: var(--black); border: 1px solid rgba(255,255,255,.24); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.checkout-dialog[open] { display: grid; grid-template-columns: .8fr 1.2fr; }
.checkout-summary { padding: 55px 34px 35px; color: var(--white); background: var(--black); }
.checkout-summary .micro { color: var(--acid); }
.checkout-summary h2 { margin: 15px 0 40px; font-size: clamp(2.6rem,5vw,4.5rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.checkout-summary dl { margin: 0; }
.checkout-summary dl div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.checkout-summary dt { color: #98958d; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.checkout-summary dd { margin: 0; font-weight: 800; }
.checkout-summary .discount-row dt, .checkout-summary .discount-row dd { color: var(--acid); }
.checkout-summary .total-row { padding-top: 28px; border-bottom: 0; font-size: 1.35rem; }
.shipping-note { margin: 25px 0 0; color: #817e77; font-size: .68rem; line-height: 1.45; }
.checkout-action { padding: 55px 38px 35px; }
.step-label { color: var(--red); }
.checkout-action h3 { margin: 10px 0 8px; font-size: 1.55rem; letter-spacing: -.03em; }
.checkout-help { margin: 0 0 20px; color: var(--muted); font-size: .85rem; line-height: 1.5; }
.social-buttons { display: grid; gap: 10px; }
.social-button { width: 100%; padding: 13px 15px; display: grid; grid-template-columns: 28px 1fr 28px; align-items: center; color: var(--ink); background: #fff; border: 1px solid var(--line); cursor: pointer; font-size: .78rem; font-weight: 800; }
.social-button:hover, .social-button:focus-visible { border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.google-g { color: #4285f4; font-size: 1.05rem; font-weight: 900; }
.facebook-button { color: #fff; background: #1877f2; border-color: #1877f2; }
.facebook-f { font-family: Arial,sans-serif; font-size: 1.2rem; font-weight: 900; }
.status-message { min-height: 18px; margin: 10px 0 0; color: var(--red); font-size: .72rem; line-height: 1.4; }
.signed-in-card { grid-template-columns: 42px 1fr auto; align-items: center; gap: 11px; margin-bottom: 25px; padding: 12px; border: 1px solid var(--line); background: #fff; }
.signed-in-card:not([hidden]) { display: grid; }
.signed-in-card img { width: 42px; height: 42px; object-fit: cover; background: #ddd8cd; border-radius: 50%; }
.signed-in-card div { min-width: 0; display: flex; flex-direction: column; }
.signed-in-card span { color: var(--muted); font-size: .55rem; font-weight: 900; letter-spacing: .1em; }
.signed-in-card b, .signed-in-card small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.signed-in-card small { color: var(--muted); }
.signed-in-card button { color: var(--red); background: transparent; border: 0; cursor: pointer; font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.payment-stage { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); opacity: .48; }
.payment-stage.is-ready { opacity: 1; }
#paypal-button-container { margin-top: 16px; }
.paypal-preview-button { width: 100%; min-height: 51px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #003087; background: #ffc439; border: 0; cursor: not-allowed; }
.paypal-preview-button span { font-size: 1.25rem; font-weight: 900; font-style: italic; }
.paypal-preview-button small { color: #4b3d00; font-size: .63rem; font-weight: 800; }
.nepal-preview-button { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--black); background: var(--acid); border: 0; cursor: not-allowed; }
.nepal-preview-button span { font-weight: 900; letter-spacing: .07em; }
.nepal-preview-button small { font-size: .63rem; font-weight: 800; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 50; max-width: min(480px,calc(100vw - 30px)); padding: 13px 17px; transform: translate(-50%,30px); opacity: 0; pointer-events: none; color: var(--black); background: var(--acid); box-shadow: 0 9px 30px rgba(0,0,0,.25); font-size: .76rem; font-weight: 800; transition: .2s ease; }
.toast.show { transform: translate(-50%,0); opacity: 1; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; }
  .hero-art { min-height: 560px; }
  .product-body { min-height: 570px; }
}

@media (max-width: 760px) {
  .offer-bar { flex-direction: column; gap: 3px; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 18px; }
  .main-nav { display: none; }
  .hero-copy, .drop-section, .delivery-section { padding-left: 18px; padding-right: 18px; }
  .hero-copy { min-height: 560px; padding-top: 80px; }
  .hero h1 { font-size: clamp(3.8rem,17vw,6.2rem); }
  .hero-art { min-height: 460px; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading > p { max-width: none; }
  .market-switcher { align-items: stretch; flex-direction: column; }
  .market-switcher > div { display: grid; grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr; border-left: 0; }
  .product-card { border-left: 1px solid var(--line); }
  .product-body { min-height: 0; }
  .delivery-section { grid-template-columns: 1fr; gap: 60px; padding-top: 75px; padding-bottom: 75px; }
  .site-footer { grid-template-columns: 1fr; padding: 38px 18px; }
  .site-footer > p { grid-column: 1; }
  .checkout-dialog[open] { display: block; }
  .checkout-summary { padding: 45px 25px 30px; }
  .checkout-summary h2 { margin-bottom: 25px; }
  .checkout-action { padding: 32px 25px; }
}

@media (max-width: 480px) {
  .brand-mark { width: 120px; }
  .account-button { min-width: 94px; padding: 10px; }
  .hero-copy { min-height: 540px; }
  .hero-intro { margin: 27px 0; }
  .hero-actions { align-items: start; flex-direction: column; }
  .hero-art { min-height: 350px; }
  .product-image { aspect-ratio: .84; }
  .product-body { padding: 24px 15px; }
  .product-options { grid-template-columns: 1.2fr .8fr; }
  .preorder-button { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .toast { transition: none; } }
