/* Longtech — B2B showcase, gold-forward art direction */

:root {
  --bg: #faf7f2;
  --bg-soft: #f3eee8;
  --surface: #ffffff;
  --text: #141210;
  --muted: #5e5852;
  --border: #e4dcd3;
  --ink: #141210;
  --gold: #c9a43a;
  --gold-mid: #a8842e;
  --gold-soft: rgba(201, 164, 58, 0.14);
  --gold-glow: rgba(201, 164, 58, 0.35);
  --silver-tier: #8a9096;
  --bronze-tier: #a67c52;
  --kids-tier: #5b9bd5;
  --accent: #1a4d6d;
  --accent-soft: #e8f1f6;
  --radius: 8px;
  --radius-sm: 6px;
  --shadow: 0 4px 24px rgba(20, 18, 16, 0.06);
  --shadow-lg: 0 20px 50px rgba(20, 18, 16, 0.12);
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

html { scroll-behavior: smooth; }

.market-bar { background: #15191d; color: rgba(255,255,255,.82); font-size: 12px; }
.market-bar__inner { max-width: 1200px; margin: 0 auto; min-height: 34px; padding: .35rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: .75rem; }
.market-bar__controls { display: flex; align-items: center; gap: .5rem; }
.market-control select, .language-control select { border: 1px solid rgba(255,255,255,.28); background: transparent; color: inherit; border-radius: 4px; font: inherit; padding: .25rem .45rem; cursor: pointer; }
.market-control select option, .language-control select option { color: #141210; }
.market-control select:hover, .language-control select:hover { border-color: var(--gold); }

a {
  color: var(--gold-mid);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--ink);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Header */
.site-header {
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  /* Opaque so scrolling content never shows through (fixes logo white edge with blend modes) */
  background: var(--bg);
  box-shadow: 0 1px 0 rgba(201, 164, 58, 0.12);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-start {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.85rem;
  flex-wrap: wrap;
  min-width: 0;
}

.header-cart { display: inline-flex; align-items: center; gap: .35rem; border: 1px solid var(--border); background: #fff; color: var(--ink); padding: .45rem .65rem; border-radius: 999px; font: 600 12px/1 inherit; cursor: pointer; flex-shrink: 0; }
.header-cart b { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 4px; border-radius: 999px; background: var(--gold); color: var(--ink); }

.header-nav {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.nav-primary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-logo-img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}

.header-logo-img:hover {
  text-decoration: none;
  opacity: 0.92;
}

/* Opaque plate + isolation: blend only against --bg, not the page behind the sticky bar */
.header-logo-img__plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg);
  border-radius: 12px;
  padding: 4px 10px;
  isolation: isolate;
}

/* White JPG: blend into plate (same color as header) */
.header-logo-img img {
  height: 76px;
  width: auto;
  max-width: min(300px, 58vw);
  object-fit: contain;
  mix-blend-mode: darken;
  position: relative;
  z-index: 0;
}

.nav-primary a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 0.4rem 0.2rem;
  position: relative;
}

.nav-primary a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-mid));
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.nav-primary a:hover::after,
.nav-primary a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-primary a:hover {
  text-decoration: none;
  color: var(--gold-mid);
}

.nav-primary a[aria-current="page"] {
  font-weight: 600;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(78vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(clamp(3rem, 8vw, 5rem) - 30px) max(0.75rem, calc(1.5rem - 50px)) calc(4rem - 30px);
  background-color: #1a1510;
  /* Lighter scrim so the photo stays visible (copy sits on .hero__inner with blur + shadows) */
  background-image:
    linear-gradient(180deg, rgba(10, 8, 6, 0.34) 0%, rgba(12, 10, 8, 0.38) 45%, rgba(14, 11, 9, 0.44) 100%),
    url("../assets/images/optimized/bg1.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.hero__glow {
  position: absolute;
  inset: -25% -10% -15%;
  /* Keep warmth at the top; fade before the copy so it doesn’t stack on the card */
  background: radial-gradient(ellipse 65% 50% at 50% 0%, var(--gold-glow) 0%, transparent 55%);
  pointer-events: none;
  opacity: 0.22;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: overlay;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.75rem);
  transform: translateY(-20px);
  /* Very light tint + blur — higher transparency so the photo reads through */
  background: linear-gradient(
    155deg,
    rgba(12, 10, 8, 0.06) 0%,
    rgba(8, 6, 5, 0.04) 45%,
    rgba(12, 10, 8, 0.07) 100%
  );
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 18px 44px rgba(0, 0, 0, 0.22);
}

.hero__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f8ecd8;
  margin: 0 0 1.25rem;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(201, 164, 58, 0.4);
  border-radius: 999px;
  background: rgba(201, 164, 58, 0.05);
}

.hero__title {
  font-size: clamp(1.85rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1.25rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 2px 16px rgba(0, 0, 0, 0.75),
    0 8px 40px rgba(0, 0, 0, 0.55);
}

.hero__subtitle {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 400;
  margin: 0 0 2rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.98);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 3px 20px rgba(0, 0, 0, 0.65);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.hero .btn--gold {
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.2) inset,
    0 6px 24px rgba(0, 0, 0, 0.35);
}

.hero .btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  text-shadow: none;
}

.hero .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.hero__scroll {
  position: absolute;
  bottom: calc(1.25rem + 20px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.35rem;
  line-height: 1;
  animation: bounce 2s ease-in-out infinite;
}

.hero__scroll:hover {
  color: var(--gold);
  text-decoration: none;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

/* Wave */
.wave-divider {
  color: var(--bg);
  line-height: 0;
  margin-top: -1px;
}

.wave-divider svg {
  display: block;
  width: 100%;
  height: 40px;
}

@media (min-width: 900px) {
  .wave-divider svg {
    height: 56px;
  }
}

/* Gallery strip — flush with page bg; white JPGs blend into --bg */
.gallery-strip {
  padding: 2.5rem 0 3.25rem;
  background: var(--bg);
}

.gallery-strip__header {
  max-width: 1200px;
  margin: 0 auto 1rem;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.gallery-strip__label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.gallery-strip__hint {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  opacity: 0.75;
}

.gallery-strip__track {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.35rem 1.5rem 1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(168, 132, 46, 0.45) rgba(228, 220, 211, 0.5);
}

.gallery-strip__track::-webkit-scrollbar {
  height: 5px;
}

.gallery-strip__track::-webkit-scrollbar-thumb {
  background: rgba(168, 132, 46, 0.45);
  border-radius: 4px;
}

.gallery-strip__track::-webkit-scrollbar-track {
  background: rgba(228, 220, 211, 0.4);
  border-radius: 4px;
}

.gallery-strip__item {
  flex: 0 0 min(260px, 82vw);
  scroll-snap-align: start;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--bg);
  isolation: isolate;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid rgba(201, 164, 58, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* Gallery cells 1–8: spear / key-lime / coconut / bold / simply-dilly / op / big-dilly / kids */
.gallery-strip__item:nth-child(1) {
  background: linear-gradient(145deg, #ebe6df 0%, #e8e8e8 100%);
  border-color: rgba(90, 85, 78, 0.28);
}

.gallery-strip__item:nth-child(2) {
  background: linear-gradient(145deg, #e8f0e4 0%, #e6efe4 100%);
  border-color: rgba(90, 120, 88, 0.22);
}

.gallery-strip__item:nth-child(3) {
  background: linear-gradient(145deg, #f0ebe4 0%, #e4d4b0 100%);
  border-color: rgba(140, 110, 70, 0.22);
}

.gallery-strip__item:nth-child(4) {
  background: linear-gradient(145deg, #f0e6e0 0%, #e6d4c8 100%);
  border-color: rgba(160, 90, 70, 0.22);
}

.gallery-strip__item:nth-child(5) {
  background: linear-gradient(145deg, #e8f0e8 0%, #e6e8dc 100%);
  border-color: rgba(90, 110, 95, 0.2);
}

.gallery-strip__item:nth-child(6) {
  background: linear-gradient(145deg, #e8ecf2 0%, #dfe6ef 100%);
  border-color: rgba(90, 105, 130, 0.22);
}

.gallery-strip__item:nth-child(7) {
  background: linear-gradient(145deg, #ebe6f0 0%, #e6e8dc 100%);
  border-color: rgba(110, 95, 130, 0.2);
}

.gallery-strip__item:nth-child(8) {
  background: linear-gradient(145deg, #e8f0f8 0%, #e6e8dc 100%);
  border-color: rgba(90, 120, 160, 0.2);
}

.gallery-strip__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: darken;
  transition: transform 0.45s ease, opacity 0.3s ease;
  vertical-align: middle;
}

.gallery-strip__item:hover {
  border-color: rgba(201, 164, 58, 0.35);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), 0 0 0 1px rgba(201, 164, 58, 0.15);
}

.gallery-strip__item:hover img {
  transform: scale(1.02);
  opacity: 0.98;
}

/* Story split — assets/images/bg/story-bg.jpg */
.story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  min-height: min(520px, 90vh);
  align-items: stretch;
}

.story-split__visual {
  position: relative;
  min-height: 280px;
  background: linear-gradient(160deg, #2a2420, #1a1612);
}

.story-split__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}

.story-split__visual-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  padding: 0.5rem 0.75rem;
  border-left: 3px solid var(--gold);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
}

.story-split__content {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 6vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  background: linear-gradient(165deg, #252018 0%, #1a1612 45%, #141210 100%);
  border-left: 1px solid rgba(201, 164, 58, 0.18);
  color: rgba(255, 255, 255, 0.9);
}

.story-split__content .section__title,
.story-split__content .section__kicker {
  text-align: left;
}

.story-split__content .section__kicker {
  color: rgba(201, 164, 58, 0.95);
  margin: 0 0 0;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(201, 164, 58, 0.22);
}

.story-split__content .section__title {
  color: #faf8f5;
}

.story-split__body {
  margin-top: 1.5rem;
  max-width: 58ch;
  text-align: left;
}

.story-split__body p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

/* Divider between every paragraph */
.story-split__body p + p {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.story-split__body p:first-of-type {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

/* Sections */
.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.story-split.section {
  max-width: none;
  margin: 0;
  padding: 0;
}

.section--soft {
  background: var(--bg-soft);
}

.section--pattern {
  position: relative;
  background-color: var(--surface);
  background-image: radial-gradient(circle at 1px 1px, rgba(201, 164, 58, 0.07) 1px, transparent 0);
  background-size: 24px 24px;
  border-block: 1px solid var(--border);
}

.section__intro {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section__intro--left {
  text-align: left;
  margin-left: 0;
  margin-bottom: 2rem;
}

.section__intro--on-dark .section__lead {
  color: rgba(255, 255, 255, 0.75);
}

.section__intro--on-dark .section__kicker {
  color: rgba(201, 164, 58, 0.9);
}

.section__kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.5rem;
  font-weight: 600;
}

.section__title {
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: 0;
  color: var(--ink);
}

.section__lead {
  font-size: 1.05rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}


.section--paddles {
  border-radius: 0;
}

/* Why grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .why-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.why-card {
  padding: 1.75rem;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.why-card__num {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold-mid);
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 1rem;
  background: var(--gold-soft);
  font-variant-numeric: tabular-nums;
}

.why-card h3 {
  font-size: 1.1rem;
  margin: 0 0 0.65rem;
  font-weight: 600;
}

.why-card p {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

/* Product showcase */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
}

@media (min-width: 1024px) {
  .showcase-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.showcase-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: var(--shadow);
}

.showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.showcase-card--platinum {
  border-top: 4px solid #8b9dc3;
}

.showcase-card--gold {
  border-top: 4px solid var(--gold);
}

.showcase-card--silver {
  border-top: 4px solid var(--silver-tier);
}

.showcase-card--bronze {
  border-top: 4px solid var(--bronze-tier);
}

.showcase-card--team {
  border-top: 4px solid #5c8f6e;
}

.showcase-card--kids {
  border-top: 4px solid var(--kids-tier);
}

.showcase-card__image {
  aspect-ratio: 1;
  background: linear-gradient(160deg, #f0ebe4 0%, #e4ddd4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  position: relative;
}

.showcase-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.5) 0%, transparent 45%);
  pointer-events: none;
}

.showcase-card__image img {
  position: relative;
  z-index: 1;
  max-height: 100%;
  width: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(20, 18, 16, 0.12));
}

.showcase-card__image img.showcase-card__img--wide {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.checkout-band { padding-top: 3.5rem; padding-bottom: 3.5rem; border-top: 1px solid var(--border); }
.checkout-band__inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.checkout-band__actions { display: flex; flex-wrap: wrap; gap: .75rem; flex-shrink: 0; }
.payment-methods { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: 1rem 0 .5rem; }
.payment-method { min-width: 58px; height: 32px; display: inline-flex; align-items: center; justify-content: center; gap: 3px; padding: .25rem .5rem; border: 1px solid var(--border); border-radius: 5px; background: #fff; color: #141210; font: 700 11px/1 Arial, sans-serif; cursor: pointer; box-shadow: 0 2px 8px rgba(20,18,16,.06); transition: transform .2s, border-color .2s, box-shadow .2s; }
.payment-method:hover, .payment-method:focus-visible { transform: translateY(-2px); border-color: var(--gold-mid); box-shadow: 0 5px 12px rgba(20,18,16,.12); outline: none; }
.payment-method--visa { color: #1434cb; font-size: 15px; font-style: italic; }
.payment-method--mastercard { position: relative; min-width: 88px; overflow: hidden; padding-left: 20px; }
.payment-method--mastercard i { position: absolute; width: 17px; height: 17px; border-radius: 50%; top: 7px; background: #eb001b; left: 8px; }
.payment-method--mastercard i:nth-child(2) { left: 18px; background: #f79e1b; mix-blend-mode: multiply; }
.payment-method--mastercard b { margin-left: 14px; font-size: 8px; text-transform: lowercase; }
.payment-method--jcb { color: #0b4ea2; font-style: italic; font-size: 15px; }
.payment-method--apple { font-size: 13px; }
.payment-method--apple strong { font-size: 18px; line-height: 1; }
.payment-method--paypal { color: #003087; font-size: 13px; font-style: italic; }
.payment-method--shop { color: #5a31f4; min-width: 76px; }
.payment-note { margin: 0; color: var(--muted); font-size: 12px; }
.btn--outline { border: 1px solid var(--gold-mid); color: var(--ink); background: transparent; }
.btn--outline:hover { background: var(--gold-soft); color: var(--ink); text-decoration: none; }
.form-status { min-height: 1.5em; margin: 0; color: var(--gold-mid); font-size: 14px; }

.showcase-card__body {
  padding: 1.35rem 1.5rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.showcase-card__audience {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.showcase-card__tier {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: 0;
}

.showcase-card__specs-title {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.65rem;
  font-weight: 600;
}

.showcase-card__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--text);
}

.showcase-card__specs li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.showcase-card__specs li:last-child {
  border-bottom: none;
}

.showcase-card__note {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}

.product-purchase {
  margin-top: auto;
  padding-top: 1.25rem;
  display: grid;
  gap: .45rem;
  border-top: 1px solid var(--border);
}

.product-price {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  color: var(--muted);
  font-size: 13px;
}

.product-price strong {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.product-purchase .btn { margin-top: .15rem; }
.product-purchase small { color: var(--muted); font-size: 11px; text-align: center; }

.checkout-dialog { width: min(720px, calc(100% - 2rem)); max-height: min(90vh, 820px); padding: 0; border: 0; border-radius: var(--radius); background: var(--surface); color: var(--text); box-shadow: 0 30px 90px rgba(0,0,0,.35); overflow: auto; }
.checkout-dialog::backdrop { background: rgba(10,8,6,.68); backdrop-filter: blur(4px); }
.checkout-flow { padding: clamp(1.25rem, 4vw, 2rem); }
.checkout-flow__header { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; border-bottom: 1px solid var(--border); padding-bottom: 1rem; }
.checkout-flow__header h2 { margin: .15rem 0 0; font-size: clamp(1.35rem, 4vw, 1.8rem); }
.checkout-flow__close { border: 1px solid var(--border); background: transparent; width: 36px; height: 36px; border-radius: 50%; font-size: 24px; line-height: 1; cursor: pointer; }
.checkout-progress { list-style: none; padding: 1.25rem 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: .5rem; }
.checkout-progress li { display: flex; align-items: center; gap: .45rem; color: var(--muted); font-size: 12px; border-bottom: 2px solid var(--border); padding-bottom: .65rem; }
.checkout-progress li span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--bg-soft); }
.checkout-progress li.is-active { color: var(--ink); border-color: var(--gold-mid); }
.checkout-progress li.is-active span { background: var(--gold); color: var(--ink); }
.checkout-step { min-height: 230px; }
.checkout-product { display: flex; align-items: center; gap: 1.25rem; padding: 1rem; background: var(--bg-soft); border-radius: var(--radius-sm); }
.checkout-product img { width: 90px; height: 118px; object-fit: contain; background: #eee8df; border-radius: 4px; }
.checkout-product__label { margin: 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.checkout-product h3 { margin: .2rem 0; }
.checkout-product__price { margin: 0; font-weight: 700; color: var(--gold-mid); }
.checkout-field { display: grid; gap: .35rem; font-size: 12px; font-weight: 600; color: var(--muted); }
.checkout-field input, .checkout-field select { width: 100%; min-height: 44px; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: .65rem .75rem; background: #fff; font: 400 15px/1.3 inherit; color: var(--ink); }
.checkout-field input:focus, .checkout-field select:focus { outline: none; border-color: var(--gold-mid); box-shadow: 0 0 0 3px var(--gold-soft); }
.checkout-field--quantity { width: 110px; margin-top: 1rem; }
.checkout-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.checkout-field--wide { grid-column: 1 / -1; }
.checkout-step__lead { margin-top: 0; color: var(--muted); }
.checkout-total, .checkout-review { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding: 1rem 0; border-top: 1px solid var(--border); font-weight: 600; }
.checkout-total strong, .checkout-review strong { font-size: 1.25rem; }
.checkout-privacy { color: var(--muted); font-size: 12px; margin: .9rem 0 0; }
.checkout-payment-options { display: grid; grid-template-columns: repeat(3,1fr); gap: .65rem; }
.checkout-payment-options label { position: relative; cursor: pointer; }
.checkout-payment-options input { position: absolute; opacity: 0; pointer-events: none; }
.checkout-payment-options .payment-method { width: 100%; height: 50px; }
.checkout-payment-options input:checked + .payment-method { border: 2px solid var(--gold-mid); box-shadow: 0 0 0 3px var(--gold-soft); transform: translateY(-2px); }
.checkout-flow__status { min-height: 1.4em; margin: .8rem 0 0; color: #a13d2d; font-size: 13px; }
.checkout-flow__actions { display: flex; justify-content: flex-end; gap: .75rem; border-top: 1px solid var(--border); margin-top: 1rem; padding-top: 1rem; }

@media (max-width: 600px) {
  .checkout-dialog { width: 100%; max-width: none; max-height: 94vh; margin: auto 0 0; border-radius: 14px 14px 0 0; }
  .checkout-fields { grid-template-columns: 1fr; }
  .checkout-field--wide { grid-column: auto; }
  .checkout-payment-options { grid-template-columns: repeat(2,1fr); }
  .checkout-progress li b { display: none; }
  .checkout-flow__actions { display: grid; grid-template-columns: 1fr; }
  .checkout-flow__actions .btn { width: 100%; }
}

.cart-overlay { position: fixed; inset: 0; z-index: 299; background: rgba(10,8,6,.58); opacity: 1; }
.cart-drawer { position: fixed; z-index: 300; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; display: grid; grid-template-rows: auto 1fr auto; background: var(--surface); color: var(--text); box-shadow: -20px 0 60px rgba(0,0,0,.22); transform: translateX(0); transition: transform .28s ease; }
.cart-drawer[aria-hidden="true"] { transform: translateX(105%); pointer-events: none; }
.cart-drawer__header { display: flex; justify-content: space-between; align-items: flex-start; padding: 1.35rem; border-bottom: 1px solid var(--border); }
.cart-drawer__header h2 { margin: .15rem 0 0; font-size: 1.5rem; }
.cart-drawer__close { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border); background: transparent; font-size: 24px; cursor: pointer; }
.cart-drawer__body { padding: 0 1.35rem; overflow-y: auto; }
.cart-empty { text-align: center; color: var(--muted); padding: 4rem 1rem; }
.cart-items { list-style: none; margin: 0; padding: 0; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; gap: .9rem; align-items: start; padding: 1.1rem 0; border-bottom: 1px solid var(--border); }
.cart-item > img { width: 74px; height: 96px; object-fit: contain; background: var(--bg-soft); border-radius: 5px; }
.cart-item h3 { margin: 0 0 .2rem; font-size: 14px; }
.cart-item p { margin: 0 0 .55rem; color: var(--muted); font-size: 13px; }
.cart-item > strong { font-size: 14px; white-space: nowrap; }
.cart-quantity { display: inline-flex; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.cart-quantity button { width: 30px; border: 0; background: var(--bg-soft); cursor: pointer; }
.cart-quantity input { width: 38px; min-height: 30px; padding: 0; text-align: center; border: 0; border-left: 1px solid var(--border); border-right: 1px solid var(--border); }
.cart-remove { display: block; padding: .35rem 0 0; border: 0; background: transparent; color: var(--muted); font-size: 11px; text-decoration: underline; cursor: pointer; }
.cart-drawer__footer { padding: 1.25rem 1.35rem 1.5rem; border-top: 1px solid var(--border); background: var(--surface); }
.cart-summary { display: flex; justify-content: space-between; align-items: center; font-weight: 700; }
.cart-summary strong { font-size: 1.25rem; }
.cart-tax { color: var(--muted); font-size: 12px; margin: .45rem 0 .8rem; }
.cart-wallets { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .9rem; }
.cart-wallets .payment-method { min-width: 49px; height: 27px; font-size: 9px; pointer-events: none; }
.cart-continue { display: block; width: 100%; margin-top: .75rem; border: 0; background: transparent; color: var(--muted); text-decoration: underline; cursor: pointer; }
.cart-status { min-height: 1.3em; color: #a13d2d; font-size: 12px; margin: .65rem 0 0; }
.cart-is-open { overflow: hidden; }

/* Process */
.section--process {
  max-width: none;
  margin: 0;
  padding: clamp(4rem, 10vw, 6rem) 1.5rem;
  position: relative;
  color: rgba(255, 255, 255, 0.92);
  background-color: #141210;
  background-image: linear-gradient(155deg, #0f0c0a 0%, #1c1814 50%, #120e0c 100%);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.section--process .section__title {
  color: #fff;
}

.process-steps {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.process-step {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  border: 1px solid rgba(201, 164, 58, 0.2);
  backdrop-filter: blur(10px);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.process-step:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(201, 164, 58, 0.35);
}

.process-step__num {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold), #e8c85c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.process-step h3 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  font-weight: 600;
  color: #fff;
}

.process-step p {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

/* Contact layout — assets/images/bg/contact-bg.jpg */
.section--contact {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  background: var(--surface);
}

.contact-layout__visual {
  position: relative;
  min-height: 320px;
  background: linear-gradient(145deg, #2c2620, #1a1612);
}

.contact-layout__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 100%;
}

.contact-layout__visual-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  background: linear-gradient(0deg, rgba(10, 8, 6, 0.85) 0%, transparent 55%);
}

.contact-layout__quote {
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  font-style: italic;
  max-width: 18ch;
}

.contact-layout__form-wrap {
  padding: clamp(2rem, 4vw, 3rem);
}

.contact-section {
  max-width: none;
  margin: 0;
  padding: 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border);
  font-size: 15px;
  font-family: inherit;
  border-radius: var(--radius-sm);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold-mid);
  box-shadow: 0 0 0 3px var(--gold-soft);
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-sm);
  font-family: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn--gold {
  background: linear-gradient(145deg, #d4b24a 0%, var(--gold-mid) 45%, #8f7328 100%);
  color: #141210;
  box-shadow: 0 4px 20px rgba(201, 164, 58, 0.35);
}

.btn--gold:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 164, 58, 0.45);
  color: #141210;
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn--ghost:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  transform: translateY(-2px);
}

.btn--block {
  width: 100%;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #0f0e0c 0%, #141210 100%);
  border-top: 1px solid rgba(201, 164, 58, 0.25);
  padding: 2.75rem 1.5rem 3rem;
  text-align: center;
  font-size: 14px;
  color: rgba(200, 192, 180, 0.75);
}

.site-footer__inner {
  max-width: 36rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.site-footer__tagline {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.45;
}

.site-footer__rule {
  width: min(12rem, 55vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 164, 58, 0.45), transparent);
}

.site-footer__address {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(200, 192, 180, 0.68);
  max-width: 34rem;
}

.site-footer__contact {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer__contact a {
  color: rgba(230, 215, 175, 0.95);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 164, 58, 0.45);
}

.site-footer__contact a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.site-footer__contact-num {
  font-variant-numeric: tabular-nums;
}

.site-footer__contact-sep {
  color: rgba(200, 192, 180, 0.45);
  padding: 0 0.1rem;
}

.site-footer strong {
  color: var(--gold);
  font-weight: 600;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .story-split {
    grid-template-columns: 1fr;
  }

  .story-split__content {
    max-width: none;
    padding: 2.5rem 1.5rem 3rem;
  }

  .section--process {
    background-attachment: scroll;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-layout__visual {
    min-height: 240px;
    max-height: 320px;
  }
}

@media (max-width: 768px) {
  .market-bar__inner { align-items: flex-start; flex-direction: column; }
  .header-start {
    width: 100%;
    gap: 0.4rem 0.65rem;
    justify-content: center;
  }

  .header-logo-img img {
    height: 64px;
    max-width: min(280px, 70vw);
  }

  .header-nav {
    flex: 1 1 100%;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .header-nav::-webkit-scrollbar { display: none; }

  .nav-primary {
    width: max-content;
    min-width: 100%;
    padding: 0 .5rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .nav-primary a { white-space: nowrap; }

  .hero { width: 100%; padding-left: .75rem; padding-right: .75rem; }
  .hero__inner { width: 100%; max-width: 100%; padding-left: 1rem; padding-right: 1rem; }
  .hero__title, .hero__subtitle { overflow-wrap: anywhere; }
  .hero__title { font-size: 1.75rem; }
  .hero__actions { width: 100%; }
  .hero__actions .btn { width: min(100%, 280px); padding-left: .9rem; padding-right: .9rem; }

  .hero__actions {
    flex-direction: column;
  }

  .btn--ghost {
    width: 100%;
    max-width: 280px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .checkout-band__inner { align-items: flex-start; flex-direction: column; }
  .checkout-band__actions { width: 100%; }
  .checkout-band__actions .btn { flex: 1 1 100%; text-align: center; }
}
