/* Longtech high-contrast commerce theme — inspired by modern gaming storefront patterns */
:root {
  --bg: #f4f4f5;
  --bg-soft: #ececee;
  --surface: #ffffff;
  --text: #111216;
  --muted: #676a72;
  --border: #d8d9dc;
  --ink: #0d0e11;
  --gold: #ff003c;
  --gold-mid: #e90038;
  --gold-soft: rgba(255, 0, 60, .12);
  --gold-glow: rgba(255, 0, 60, .26);
  --accent: #ff003c;
  --accent-soft: rgba(255, 0, 60, .1);
  --radius: 0;
  --radius-sm: 0;
  --shadow: 0 12px 30px rgba(0,0,0,.08);
  --shadow-lg: 0 28px 80px rgba(0,0,0,.18);
  font-family: "Outfit", "Arial Narrow", Arial, sans-serif;
}

body { background: #fff; color: var(--text); }
a { color: inherit; }

.market-bar {
  background: linear-gradient(90deg, #17191e 0%, #22242b 52%, #17191e 100%);
  border-bottom: 1px solid rgba(255, 0, 60, .58);
  color: #d9dbe1;
  font-weight: 500;
}
.market-bar__inner { min-height: 38px; max-width: 1440px; padding: .35rem 5vw; }
.market-bar__controls { margin-left: auto; }
.market-control select,
.language-control select {
  border: 1px solid #4b4e57;
  border-radius: 0;
  background: #292c33;
  color: #f5f5f7;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
}
.market-control select:hover,
.language-control select:hover,
.market-control select:focus,
.language-control select:focus {
  border-color: #ff003c;
  background: #32353d;
  outline: none;
}
.market-control select option,
.language-control select option { background: #fff; color: #111216; }

.site-header { top: 0; background: #111216; border: 0; box-shadow: none; color: #fff; }
.header-inner { max-width: 1440px; min-height: 94px; padding: 0 5vw; justify-content: stretch; }
.header-start { width: 100%; display: grid; grid-template-columns: 110px minmax(0,1fr) auto; gap: 2rem; flex-wrap: nowrap; }
.header-logo-img__plate { width: 82px; height: 72px; padding: 0; background: transparent; border-radius: 0; overflow: hidden; }
.header-logo-img img { width: 82px; height: 82px; max-width: none; mix-blend-mode: normal; object-fit: contain; filter: hue-rotate(315deg) saturate(2) contrast(1.15); }
.header-nav { justify-content: center; }
.nav-primary { gap: .35rem 2rem; }
.nav-primary a { color: #fff; font-size: 14px; font-weight: 600; letter-spacing: .02em; white-space: nowrap; }
.nav-primary a::after { height: 2px; background: #ff003c; }
.nav-primary a:hover { color: #ff557a; }
.header-cart { border: 0; border-radius: 0; background: transparent; color: #fff; padding: .65rem; font-size: 13px; }
.header-cart b { background: #ff003c; color: #fff; }
.header-cart__icon { width: 24px; height: 24px; flex: 0 0 auto; }
.mobile-menu-toggle { display: none; }

.hero { min-height: min(74vh, 760px); justify-content: flex-start; text-align: left; padding: 5vw; background-color: #e9eef5; background-image: linear-gradient(90deg, rgba(240,244,249,.97) 0%, rgba(240,244,249,.88) 37%, rgba(240,244,249,.18) 67%, rgba(240,244,249,.05) 100%), url("../assets/images/optimized/bg1.webp"); background-position: center; color: #111216; }
.hero__glow, .hero::after { display: none; }
.hero__inner { max-width: 660px; margin: 0; padding: 0; transform: none; background: transparent; backdrop-filter: none; border: 0; border-radius: 0; box-shadow: none; }
.hero__eyebrow { margin-bottom: 1rem; padding: 0; border: 0; background: transparent; color: #ff003c; font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.hero__title { color: #0d0e11; font-size: clamp(2.4rem,5vw,4.8rem); line-height: .98; font-weight: 600; text-transform: uppercase; text-shadow: none; letter-spacing: -.035em; }
.hero__subtitle { max-width: 570px; margin-left: 0; color: #525761; font-size: clamp(1rem,1.6vw,1.25rem); text-shadow: none; }
.hero__actions { justify-content: flex-start; }
.btn { border-radius: 0; min-height: 46px; padding: .8rem 1.75rem; letter-spacing: .05em; }
.btn--gold, .hero .btn--gold { background: #ff003c; color: #fff; box-shadow: none; }
.btn--gold:hover, .hero .btn--gold:hover { background: #d90034; color: #fff; box-shadow: none; transform: none; }
.btn--ghost, .hero .btn--ghost { background: transparent; border: 1px solid #111216; color: #111216; }
.btn--ghost:hover, .hero .btn--ghost:hover { background: #111216; border-color: #111216; color: #fff; transform: none; }
.hero__scroll { color: #111216; }
.wave-divider { display: none; }

.gallery-strip { padding: 2.5rem 5vw 3rem; background: #101114; color: #fff; }
.gallery-strip__header { max-width: 1320px; margin: 0 auto 1.2rem; }
.gallery-strip__label { color: #fff; font-size: 13px; letter-spacing: .18em; }
.gallery-strip__hint { color: #92949a; }
.gallery-strip__track { max-width: 1320px; margin: 0 auto; gap: 1px; scrollbar-color: #ff003c #28292d; }
.gallery-strip__item { flex: 0 0 230px; height: 300px; border-radius: 0; background: #1b1c20 !important; box-shadow: none; }
.gallery-strip__item img { max-height: 94%; filter: drop-shadow(0 18px 18px rgba(0,0,0,.4)); }

.section { max-width: none; padding: clamp(4rem,8vw,7rem) 5vw; }
.section__intro { max-width: 900px; margin-bottom: 3rem; }
.section__kicker { color: #ff003c; font-weight: 700; letter-spacing: .2em; }
.section__title { font-size: clamp(2rem,4vw,4rem); line-height: 1.02; font-weight: 600; text-transform: uppercase; letter-spacing: -.025em; }
.section__lead { color: var(--muted); }

.story-split { grid-template-columns: 52% 48%; background: #fff; padding: 0; }
.story-split__visual { min-height: 760px; background: #17181b; }
.story-split__visual img { filter: saturate(.7) contrast(1.12); }
.story-split__visual::after { background: linear-gradient(0deg,rgba(0,0,0,.7),transparent 55%); }
.story-split__visual-caption { color: #fff; left: 5vw; bottom: 3rem; font-size: clamp(1.4rem,3vw,3.5rem); letter-spacing: .08em; }
.story-split__content { max-width: none; padding: clamp(4rem,7vw,7rem); background: #f4f4f5; display: flex; flex-direction: column; justify-content: center; }
.story-split__content .section__kicker { color: #ff003c; border-color: rgba(255,0,60,.24); text-align: center; align-self: center; width: fit-content; }
.story-split__body { color: #45474e; }
.story-split__body p,
.story-split__body p:first-of-type { color: #45474e; }
.story-split__body p + p { border-color: #d8d9dc; }

.section--pattern { background: #101114; color: #fff; background-image: linear-gradient(135deg,rgba(255,0,60,.05) 25%,transparent 25%), linear-gradient(315deg,rgba(255,0,60,.05) 25%,transparent 25%); background-size: 32px 32px; }
.section--pattern .section__title { color: #fff; }
.why-grid { max-width: 1320px; gap: 1px; }
.why-card { padding: 2rem; border: 1px solid #303136; border-radius: 0; background: #18191d; box-shadow: none; color: #fff; }
.why-card:hover { transform: none; border-color: #ff003c; box-shadow: inset 0 3px 0 #ff003c; }
.why-card__num { color: #ff003c; background: transparent; }
.why-card h3 { color: #fff; }
.why-card p { color: #a9abb1; }

.section--paddles { background: #07080a; color: #fff; }
.section--paddles .section__title { color: #fff; }
.section--paddles .section__lead { color: #9b9da4; }
.showcase-grid { max-width: 1320px; gap: 1.25rem; }
.showcase-card { border: 1px solid #303136; border-top: 1px solid #303136; border-radius: 0; background: #15161a; box-shadow: none; color: #fff; }
.showcase-card:hover { transform: translateY(-4px); border-color: #ff003c; box-shadow: 0 18px 38px rgba(0,0,0,.3); }
.showcase-card__image { aspect-ratio: 1.08; background: linear-gradient(145deg,#232429,#101114); padding: 1.25rem; border-bottom: 1px solid #303136; }
.showcase-card__image img { max-height: 95%; filter: drop-shadow(0 20px 24px rgba(0,0,0,.5)); }
.showcase-card__body { padding: 1.5rem; }
.showcase-card__audience, .showcase-card__specs-title, .showcase-card__note, .product-purchase small { color: #999ca4; }
.showcase-card__tier { color: #fff; font-size: 1.35rem; text-transform: uppercase; }
.showcase-card__specs { color: #e9e9eb; }
.showcase-card__specs li { border-color: #303136; }
.product-purchase { border-color: #303136; }
.product-price { color: #a6a8ae; }
.product-price strong { color: #fff; font-size: 1.45rem; }

.checkout-band { background: #f1f2f4; border: 0; }
.checkout-band__inner { max-width: 1320px; }
.payment-method { border-radius: 3px; }
.btn--outline { border-color: #111216; }

.section--process { background: #111216; background-image: radial-gradient(circle at 80% 10%,rgba(255,0,60,.18),transparent 30%); }
.section--process .section__kicker { color: #ff003c; }
.process-steps { max-width: 1320px; gap: 1px; }
.process-step { border-radius: 0; border: 1px solid #34353a; background: rgba(255,255,255,.025); backdrop-filter: none; }
.process-step:hover { border-color: #ff003c; background: rgba(255,0,60,.04); }
.process-step__num { color: #ff003c; background: none; -webkit-text-fill-color: currentColor; }

.section--contact { background: #f2f2f3; padding: 6rem 5vw; }
.contact-layout { max-width: 1200px; border: 0; border-radius: 0; box-shadow: none; }
.contact-layout__visual { background: #111216; }
.contact-layout__form-wrap { background: #fff; padding: clamp(2rem,5vw,4.5rem); }
.contact-form input, .contact-form textarea { border-radius: 0; background: #f8f8f9; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #ff003c; box-shadow: 0 0 0 2px rgba(255,0,60,.1); }

.site-footer { background: #090a0c; border-top: 3px solid #ff003c; color: #9a9da4; text-align: left; }
.site-footer__inner { max-width: 1200px; align-items: flex-start; margin: 0 auto; }
.site-footer strong, .site-footer__contact a { color: #fff; }
.site-footer__rule { width: 100%; background: #303136; }

.cart-overlay { background: rgba(0,0,0,.72); }
.cart-drawer { background: #111216; color: #fff; box-shadow: -24px 0 60px rgba(0,0,0,.45); }
.cart-drawer__header, .cart-drawer__footer, .cart-item { border-color: #303136; }
.cart-drawer__footer { background: #111216; }
.cart-drawer__close { border-color: #47484d; color: #fff; }
.cart-item > img { background: #222329; }
.cart-item h3, .cart-item > strong, .cart-summary strong { color: #fff; }
.cart-item p, .cart-tax, .cart-empty { color: #a1a3a9; }
.cart-quantity { border-color: #47484d; }
.cart-quantity button { background: #27282d; color: #fff; }
.cart-quantity input { background: #17181c; color: #fff; border-color: #47484d; }
.cart-wallets .payment-method { background: #fff; }
.cart-continue { color: #bbbcc1; }

@media (max-width: 900px) {
  .header-inner { min-height: 66px; padding: 0 1.25rem; }
  .header-start { position: relative; grid-template-columns: 46px minmax(0,1fr) 46px; gap: .8rem; }
  .mobile-menu-toggle { display: grid; width: 40px; height: 40px; padding: 10px 8px; border: 0; background: transparent; align-content: center; gap: 5px; cursor: pointer; }
  .mobile-menu-toggle span { display: block; height: 2px; background: #fff; }
  .header-logo-img { justify-content: center; min-width: 0; }
  .header-logo-img__plate, .header-logo-img img { width: 58px; height: 58px; }
  .header-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; background: #111216; border-top: 1px solid #303136; overflow: visible; }
  .site-header.menu-is-open .header-nav { display: block; }
  .nav-primary { display: grid; width: 100%; padding: .75rem 1.25rem 1.25rem; }
  .nav-primary li { border-bottom: 1px solid #303136; }
  .nav-primary a { display: block; padding: .85rem 0; }
  .header-cart { width: 46px; height: 46px; justify-content: center; padding: .5rem; position: relative; }
  .header-cart > span { display: none; }
  .header-cart b { position: absolute; top: 2px; right: 0; min-width: 17px; height: 17px; padding: 0 3px; font-size: 10px; }
  .hero { min-height: 750px; align-items: flex-start; justify-content: center; padding: 3rem 1.25rem; text-align: center; background-image: linear-gradient(180deg,rgba(240,244,249,.98) 0%,rgba(240,244,249,.92) 32%,rgba(240,244,249,.12) 55%,rgba(240,244,249,.04) 100%), url("../assets/images/optimized/bg1.webp"); background-position: center bottom; background-size: auto 100%; }
  .hero__inner { max-width: 540px; }
  .hero__title { font-size: clamp(2rem,9vw,3.2rem); }
  .hero__subtitle { margin-left: auto; margin-right: auto; }
  .hero__actions { justify-content: center; }
  .story-split { grid-template-columns: 1fr; }
  .story-split__visual { min-height: 480px; }
  .story-split__content { padding: 4rem 1.5rem; }
}

@media (max-width: 600px) {
  .market-bar__inner { padding: .35rem .75rem .45rem; align-items: stretch; gap: .35rem; }
  .market-bar__inner > [data-market-note] { font-size: 10px; line-height: 1.25; text-align: center; }
  .market-bar__controls { width: 100%; margin: 0; }
  .market-control, .language-control { flex: 1; }
  .market-control select, .language-control select { width: 100%; }
  .section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .section__title { font-size: 2.15rem; }
  .gallery-strip { padding-left: 1.25rem; padding-right: 1.25rem; }
  .gallery-strip__item { flex-basis: 210px; height: 275px; }
  .checkout-band__inner { display: grid; }
  .contact-layout { border: 1px solid #ddd; }
  .site-footer { padding-left: 1.25rem; padding-right: 1.25rem; }
}

/* Final responsive storefront pass: compact controls, safe hero copy and hard-edged commerce blocks. */
@media (max-width: 768px) {
  .hero {
    min-height: 760px;
    padding: 2.5rem 1rem 2rem;
    background-position: 53% bottom;
  }
  .hero__inner { width: 100%; max-width: 390px; padding: 0; }
  .hero__eyebrow { margin-bottom: .75rem; font-size: 11px; }
  .hero__title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.9rem, 8.6vw, 2.65rem);
    line-height: 1.04;
    letter-spacing: -.04em;
    overflow-wrap: normal;
    word-break: normal;
  }
  html[lang^="zh"] .hero__title,
  html[lang="ja"] .hero__title { font-size: clamp(2rem, 9vw, 2.55rem); line-height: 1.06; }
  .hero__subtitle { max-width: 350px; margin-top: 1rem; font-size: .96rem; line-height: 1.55; overflow-wrap: normal; }
  .hero__actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); width: 100%; max-width: 350px; margin: 1.8rem auto 0; gap: .65rem; }
  .hero__actions .btn,
  .hero__actions .btn--ghost { width: 100%; max-width: none; min-width: 0; padding: .75rem .55rem; font-size: 11px; overflow-wrap: anywhere; }
  .hero__scroll { display: none; }

  .section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .section__intro { margin-bottom: 2rem; }
  .section__title { overflow-wrap: anywhere; }
  .story-split__visual { min-height: 420px; }
  .showcase-grid { grid-template-columns: minmax(0,1fr); }
  .showcase-card__image { aspect-ratio: 1.15; }
  .showcase-card__body { padding: 1.35rem 1.2rem 1.5rem; }
  .checkout-band__actions { display: grid; grid-template-columns: 1fr; }
  .checkout-band__actions .btn { width: 100%; }
  .process-steps { grid-template-columns: minmax(0,1fr); }
}

@media (max-width: 420px) {
  .header-inner { padding-left: .75rem; padding-right: .75rem; }
  .header-start { grid-template-columns: 44px minmax(0,1fr) 44px; gap: .45rem; }
  .header-logo-img__plate, .header-logo-img img { width: 52px; height: 52px; }
  .mobile-menu-toggle, .header-cart { width: 44px; }
  .hero { min-height: 710px; }
  .hero__actions { max-width: 100%; }
  .payment-methods { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .payment-methods .payment-method { width: 100%; min-width: 0; }
  .cart-drawer__header, .cart-drawer__footer { padding-left: 1rem; padding-right: 1rem; }
  .cart-drawer__body { padding-left: 1rem; padding-right: 1rem; }
  .cart-item { grid-template-columns: 62px minmax(0,1fr); }
  .cart-item > img { width: 62px; height: 82px; }
  .cart-item > strong { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-card, .cart-drawer, .payment-method { transition: none; }
}
