/* ── RESET & TOKENS ─────────────────────────────────────── */
:root {
  --lv-brown:   #19110b;
  --lv-cream:   #f7f5f0;
  --lv-light:   #f2efea;
  --lv-line:    #ddd9d3;
  --lv-muted:   #6b6560;
  --lv-accent:  #19110b;
  --header-h:   88px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Louis Vuitton Web", "Louis Vuitton Web Fallback",
               "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: var(--lv-brown);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; width: 100%; }
a   { color: inherit; text-decoration: none; }
button { cursor: pointer; font: inherit; }

/* ── HEADER ─────────────────────────────────────────────── */
.lv-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--lv-line);
}

.lv-header__inner {
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lv-logo {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lv-brown);
  text-decoration: none;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: none;
  color: var(--lv-brown);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 10px;
}
.icon-btn:hover { opacity: .65; }

.lv-header__side {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 220px;
}
.lv-header__side--right { justify-content: flex-end; }

/* ── PRODUCT LAYOUT ─────────────────────────────────────── */
.lv-product {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  min-height: calc(100vh - var(--header-h));
  border-bottom: 1px solid var(--lv-line);
}

/* ── GALLERY ─────────────────────────────────────────────── */
.lv-gallery {
  position: sticky;
  top: var(--header-h);
  height: calc(100vh - var(--header-h));
  display: flex;
  background: var(--lv-cream);
  border-right: 1px solid var(--lv-line);
  overflow: hidden;
}

.lv-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 10px;
  overflow-y: auto;
  width: 72px;
  flex-shrink: 0;
  scrollbar-width: none;
}
.lv-gallery__thumbs::-webkit-scrollbar { display: none; }

.thumb {
  border: 1.5px solid transparent;
  border-radius: 4px;
  background: none;
  padding: 2px;
  overflow: hidden;
  transition: border-color 150ms ease;
}
.thumb img { aspect-ratio: 1/1; object-fit: cover; border-radius: 2px; }
.thumb:hover,
.thumb.active { border-color: var(--lv-brown); }

.lv-gallery__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
}
.lv-gallery__main img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  transition: opacity 220ms ease;
}

/* ── INFO PANEL ─────────────────────────────────────────── */
.lv-info {
  overflow-y: auto;
  padding: 0;
}

.lv-info__inner {
  padding: 52px 72px 64px;
  max-width: 560px;
}

.lv-sku {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--lv-muted);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.lv-preorder {
  font-size: 12px;
  color: var(--lv-muted);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.lv-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.05;
  margin-bottom: 10px;
}

.lv-tagline {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lv-muted);
  margin-bottom: 14px;
}

.lv-price {
  font-size: 18px;
  margin-bottom: 28px;
}

.lv-btn-cart {
  width: 100%;
  background: var(--lv-brown);
  color: #fff;
  border: 1.5px solid var(--lv-brown);
  border-radius: 2px;
  padding: 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.lv-btn-cart:hover {
  background: #fff;
  color: var(--lv-brown);
}

.lv-underlink {
  display: block;
  width: fit-content;
  margin: 14px auto 6px;
  font-size: 12px;
  color: var(--lv-brown);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lv-delivery {
  text-align: center;
  font-size: 12px;
  color: var(--lv-muted);
  margin-bottom: 28px;
}

.lv-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #3c3830;
  border-top: 1px solid var(--lv-line);
  padding-top: 20px;
  margin-bottom: 0;
}

/* ── ACCORDION ───────────────────────────────────────────── */
.lv-accordion {
  margin-top: 0;
}

.lv-accordion details {
  border-bottom: 1px solid var(--lv-line);
}

.lv-accordion summary {
  list-style: none;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lv-accordion summary::-webkit-details-marker { display: none; }
.lv-accordion summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 300;
  transition: transform 200ms ease;
}
.lv-accordion details[open] summary::after { content: "−"; }

.lv-accordion__body {
  padding: 0 0 18px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--lv-muted);
}
.lv-accordion__body ul { padding-left: 18px; }
.lv-accordion__body li { margin-bottom: 6px; }

/* ── CONTRACT BOX ────────────────────────────────────────── */
.lv-ca {
  margin-top: 22px;
  border: 1px solid var(--lv-line);
  border-radius: 6px;
  padding: 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  background: var(--lv-light);
}

.lv-ca__label {
  font-size: 11px;
  color: var(--lv-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

code {
  font-size: 13px;
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: 4px;
  padding: 8px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lv-ca__btn {
  border: 1px solid var(--lv-line);
  background: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: background 160ms ease;
}
.lv-ca__btn:hover { background: var(--lv-light); }

/* ── SOCIAL ROW IN INFO ──────────────────────────────────── */
.lv-social-row {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lv-social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--lv-line);
  border-radius: 2px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.lv-social-pill:hover {
  border-color: var(--lv-brown);
  box-shadow: 0 4px 12px rgba(25,17,11,0.08);
}
.lv-social-pill svg { width: 14px; height: 14px; fill: currentColor; flex-shrink: 0; }

/* ── TICKER ──────────────────────────────────────────────── */
.lv-ticker {
  overflow: hidden;
  background: var(--lv-brown);
  color: #fff;
  padding: 11px 0;
}

.lv-ticker__track {
  display: inline-flex;
  gap: 24px;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: ticker 32s linear infinite;
}
.lv-ticker__track span { opacity: .85; }

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── SECTIONS ────────────────────────────────────────────── */
.lv-section {
  padding: 72px 60px;
  border-bottom: 1px solid var(--lv-line);
  max-width: 1600px;
  margin: 0 auto;
}

.lv-section--light { background: var(--lv-light); max-width: 100%; }

.lv-section__head {
  margin-bottom: 36px;
}

.lv-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lv-muted);
  margin-bottom: 10px;
}

.lv-section h2 {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

/* ── SOCIAL PROOF ────────────────────────────────────────── */
.lv-proof {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.lv-proof__tweet {
  min-width: 0;
}

.lv-proof__tweet .twitter-tweet {
  margin: 0 !important;
  width: 100% !important;
}

.lv-proof__img {
  border-radius: 8px;
  border: 1px solid var(--lv-line);
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 520px;
}

.lv-proof__text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--lv-line);
  border-radius: 8px;
  background: var(--lv-cream);
  align-self: start;
}

.lv-proof__text p {
  font-size: 15px;
  line-height: 1.75;
  color: #3c3830;
}

.lv-btn-outline {
  align-self: flex-start;
  border: 1.5px solid var(--lv-brown);
  border-radius: 2px;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lv-brown);
  background: transparent;
  transition: background 180ms ease, color 180ms ease;
}
.lv-btn-outline:hover {
  background: var(--lv-brown);
  color: #fff;
}

/* ── CHARACTER BOARD ─────────────────────────────────────── */
.lv-characters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lv-characters--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lv-char {
  margin: 0;
  border: 1px solid var(--lv-line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--lv-cream);
  transition: transform 170ms ease, box-shadow 170ms ease;
}
.lv-char:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(25,17,11,0.1);
}

.lv-char img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.lv-char figcaption {
  padding: 12px 14px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lv-muted);
}

/* ── STATS ───────────────────────────────────────────────── */
.lv-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lv-stat {
  border: 1px solid var(--lv-line);
  border-radius: 6px;
  padding: 22px;
  background: #fff;
}

.lv-stat__label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lv-muted);
  margin-bottom: 10px;
}

.lv-stat__val {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.lv-stat__val--ca {
  font-size: 14px;
  word-break: break-all;
  line-height: 1.5;
}

/* ── LINK CARDS ──────────────────────────────────────────── */
.lv-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 760px;
}

.lv-link-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid var(--lv-line);
  border-radius: 6px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.lv-link-card:hover {
  border-color: var(--lv-brown);
  box-shadow: 0 6px 20px rgba(25,17,11,0.08);
}
.lv-link-card--soon { opacity: .55; pointer-events: none; }

.lv-link-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--lv-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lv-link-card__icon svg { width: 18px; height: 18px; fill: var(--lv-brown); }

.lv-link-card__name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.lv-link-card__sub { font-size: 12px; color: var(--lv-muted); }

.lv-link-card__arrow { width: 20px; height: 20px; margin-left: auto; flex-shrink: 0; color: var(--lv-muted); }

.lv-badge {
  margin-left: auto;
  border: 1px solid var(--lv-line);
  border-radius: 2px;
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lv-muted);
}

/* ── FAQ ─────────────────────────────────────────────────── */
.lv-faq {
  max-width: 760px;
  border-top: 1px solid var(--lv-line);
}

.lv-faq details {
  border-bottom: 1px solid var(--lv-line);
  padding: 16px 0;
}

.lv-faq summary {
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lv-faq summary::-webkit-details-marker { display: none; }
.lv-faq summary::after { content: "+"; font-weight: 300; font-size: 22px; }
.lv-faq details[open] summary::after { content: "−"; }

.lv-faq p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.72;
  color: var(--lv-muted);
}

/* ── FOOTER ──────────────────────────────────────────────── */
.lv-footer {
  background: var(--lv-brown);
  color: rgba(255,255,255,.75);
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lv-footer__brand {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #fff;
}

.lv-footer__tagline {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,.65);
}

.lv-footer__disclaimer {
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.7;
  max-width: 680px;
  color: rgba(255,255,255,.4);
}

/* ── RESPONSIVE — TABLET ─────────────────────────────────── */
@media (max-width: 1100px) {
  .lv-product {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .lv-gallery {
    position: relative;
    top: 0;
    height: 70vw;
    min-height: 320px;
    max-height: 580px;
    border-right: none;
    border-bottom: 1px solid var(--lv-line);
  }

  .lv-info__inner {
    padding: 36px 28px 48px;
    max-width: 100%;
  }

  .lv-proof {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .lv-proof__text { display: none; } /* hide on tablet — shows on desktop only */

  .lv-characters,
  .lv-characters--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lv-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lv-section {
    padding: 52px 32px;
  }

  .lv-header__side { min-width: 0; }
}

/* ── RESPONSIVE — MOBILE ─────────────────────────────────── */
@media (max-width: 640px) {
  :root { --header-h: 56px; }

  /* ── Header ── */
  .lv-header__inner {
    padding: 0 14px;
  }

  .lv-header__side {
    min-width: 0;
    gap: 2px;
  }

  .lv-logo {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .icon-btn span { display: none; }

  .icon-btn {
    padding: 8px;
  }

  /* ── Gallery ── */
  .lv-gallery {
    flex-direction: column;
    height: auto;
    border-bottom: 1px solid var(--lv-line);
  }

  .lv-gallery__main {
    width: 100%;
    height: 88vw;
    max-height: 480px;
    padding: 16px;
    order: 1;
  }

  .lv-gallery__thumbs {
    flex-direction: row;
    width: 100%;
    height: 68px;
    padding: 8px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 6px;
    order: 2;
    border-top: 1px solid var(--lv-line);
  }

  .lv-gallery__thumbs .thumb {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }

  .lv-gallery__thumbs .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ── Product Info ── */
  .lv-info__inner {
    padding: 20px 16px 40px;
  }

  .lv-title {
    font-size: 30px;
  }

  .lv-price {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .lv-btn-cart {
    padding: 15px;
    font-size: 12px;
  }

  /* ── Contract Box ── */
  .lv-ca {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lv-ca__label {
    grid-column: 1 / -1;
  }

  code {
    font-size: 11px;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    padding: 10px 10px;
  }

  .lv-ca__btn {
    width: 100%;
    padding: 11px;
    text-align: center;
  }

  /* ── Social pills ── */
  .lv-social-row {
    flex-direction: column;
    gap: 8px;
  }

  .lv-social-pill {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }

  /* ── Sections ── */
  .lv-section {
    padding: 40px 16px;
  }

  .lv-section h2 {
    font-size: clamp(24px, 7vw, 36px);
  }

  .lv-section__head {
    margin-bottom: 24px;
  }

  /* ── Social Proof ── */
  .lv-proof {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lv-proof__text {
    display: flex;
  }

  /* ── Characters ── */
  .lv-characters,
  .lv-characters--3 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .lv-char figcaption {
    font-size: 11px;
    padding: 10px 12px 12px;
  }

  /* ── Stats ── */
  .lv-stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .lv-stat {
    padding: 16px;
  }

  .lv-stat__val {
    font-size: 26px;
  }

  .lv-stat__val--ca {
    font-size: 12px;
    word-break: break-all;
    line-height: 1.5;
  }

  /* ── Links ── */
  .lv-link-card {
    padding: 16px 14px;
    gap: 12px;
  }

  .lv-link-card__icon {
    width: 36px;
    height: 36px;
  }

  .lv-link-card__name {
    font-size: 13px;
  }

  /* ── FAQ ── */
  .lv-faq summary {
    font-size: 14px;
  }

  /* ── Footer ── */
  .lv-footer {
    padding: 32px 16px;
  }

  .lv-footer__tagline {
    font-size: 11px;
    word-break: break-all;
    line-height: 1.6;
  }

  .lv-footer__brand {
    font-size: 18px;
  }
}
