/* ============================================
   KINSHIN — next.css
   Scope: /next — Drop 002 "Stitched" teaser
   Palette inherits from theme.css (:root vars)
   ============================================ */

.next-page { padding-top: 100px; min-height: 100vh; }

/* ── Hero Band ── */
.next-hero {
  background: var(--ink);
  padding: 120px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.next-hero__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.next-hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 8px;
}
/* Override eyebrow color for dark hero background */
.next-hero .eyebrow-mono { color: var(--gold); opacity: 0.6; }
.next-hero .eyebrow-line { background: var(--gold); opacity: 0.25; }

.next-hero__title {
  font-size: clamp(64px, 10vw, 120px);
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--bg-warm);
  line-height: 1;
  margin: 0;
}
.next-hero__meta {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.6;
}
.next-hero__sub {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: rgba(244, 237, 224, 0.55);
  line-height: 1.75;
  max-width: 560px;
}
.next-hero__vein { margin-top: 8px; }
.next-hero__vein svg { height: 80px; }

/* ── Product Cards ── */
.next-products {
  padding: 100px 80px;
  background: var(--bg);
}
.next-products__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 64px;
}
.next-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--ink-stroke);
  max-width: 1200px;
  margin: 0 auto;
}
.next-card {
  background: var(--bg-warm);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.next-card__kanji {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 300;
  color: var(--gold);
  opacity: 0.12;
  line-height: 1;
  margin-bottom: 16px;
  user-select: none;
}
.next-card__index {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.5;
  margin-bottom: 16px;
}
.next-card__name {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--ink);
  margin-bottom: 20px;
  line-height: 1.2;
}
.next-card__scripture {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  color: var(--ash);
  line-height: 1.75;
  margin-bottom: 6px;
  padding-left: 16px;
  border-left: 2px solid rgba(201, 162, 39, 0.2);
}
.next-card__ref {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.55;
  padding-left: 18px;
  margin-bottom: 24px;
}
.next-card__concept {
  font-size: 15px;
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 32px;
  flex: 1;
}
.next-card__tag {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 162, 39, 0.25);
  padding: 8px 16px;
  align-self: flex-start;
  opacity: 0.65;
}

/* ── Lookbook Band ── */
.next-lookbook {
  padding: 100px 80px;
  background: var(--bg-warm);
}
.next-lookbook__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 64px;
}
.next-lookbook__grid {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
}
.next-lookbook__frame {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  border-bottom: 1px solid var(--ink-stroke);
}
.next-lookbook__frame:last-child { border-bottom: none; }
.next-lookbook__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.next-lookbook__frame--portrait .next-lookbook__img {
  max-height: 680px;
  object-position: center top;
}
.next-lookbook__frame--landscape .next-lookbook__img {
  max-height: 520px;
  object-position: center;
}
.next-lookbook__caption {
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  color: var(--ash);
  line-height: 1.7;
  margin-top: 24px;
  padding-left: 20px;
  border-left: 2px solid rgba(201, 162, 39, 0.2);
  max-width: 540px;
}

/* ── Email Capture Band ── */
.next-capture {
  background: var(--ink);
  padding: 120px 80px;
  text-align: center;
}
.next-capture__inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.next-capture__vein { margin-bottom: 8px; }
.next-capture__vein svg { height: 60px; }
.next-capture__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bg-warm);
  line-height: 1.15;
}
.next-capture__sub {
  font-size: 17px;
  font-weight: 300;
  color: rgba(244, 237, 224, 0.5);
  line-height: 1.7;
}
.next-capture__form { width: 100%; }
.next-capture__fields {
  display: flex;
  gap: 0;
  margin-bottom: 12px;
}
.next-capture__input {
  flex: 1;
  background: rgba(244, 237, 224, 0.06);
  border: 1px solid rgba(244, 237, 224, 0.18);
  border-right: none;
  color: var(--bg-warm);
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.2s;
}
.next-capture__input::placeholder {
  color: rgba(244, 237, 224, 0.25);
}
.next-capture__input:focus {
  border-color: rgba(201, 162, 39, 0.45);
}
.next-capture__btn {
  background: var(--gold);
  color: var(--ink);
  border: 1px solid var(--gold);
  padding: 16px 28px;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.next-capture__btn:hover:not(:disabled) {
  background: transparent;
  color: var(--gold);
}
.next-capture__btn:disabled { opacity: 0.55; cursor: default; }
.next-capture__legal {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 1px;
  color: rgba(244, 237, 224, 0.2);
  line-height: 1.6;
  margin-top: 4px;
}
.next-capture__msg {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 12px;
  min-height: 1.4em;
}
.next-capture__msg--ok { color: var(--gold); opacity: 0.8; }
.next-capture__msg--err { color: #e07070; opacity: 0.9; }
/* Subtle social-proof counter — only shown once count exceeds threshold */
.next-capture__count {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.45;
  margin-top: 28px;
}

/* ── Pre-order Banner ── */
.next-preorder-banner {
  background: var(--gold);
  color: var(--ink);
  text-align: center;
  padding: 12px 24px;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 90;
}
.next-preorder-banner__text strong { font-weight: 700; }

/* ── Card pre-order actions ── */
.next-card__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 20px;
}
.next-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}
.next-card__preorder-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid var(--gold);
  text-align: center;
  transition: background 0.2s, color 0.2s;
}
.next-card__preorder-btn:hover {
  background: transparent;
  color: var(--gold);
}
.next-card__notify-link {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ash);
  text-decoration: none;
  text-align: center;
  opacity: 0.55;
  transition: opacity 0.2s;
}
.next-card__notify-link:hover { opacity: 0.85; }

/* ── Drop 002 PDP ── */
.next-pdp__mockup {
  background: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  padding: 40px;
  gap: 20px;
}
.next-pdp__kanji-hero {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(120px, 18vw, 200px);
  font-weight: 300;
  color: var(--gold);
  opacity: 0.18;
  line-height: 1;
  user-select: none;
}
.next-pdp__mockup-label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.next-pdp__mockup-label .eyebrow-mono { color: var(--gold); opacity: 0.5; }
.next-pdp__mockup-label .eyebrow-line { background: var(--gold); opacity: 0.2; }

/* Pre-order notice box */
.next-pdp__preorder-notice {
  border: 1px solid rgba(201, 162, 39, 0.3);
  padding: 16px 20px;
  margin-bottom: 20px;
  background: rgba(201, 162, 39, 0.04);
}
.next-pdp__preorder-label {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.next-pdp__preorder-copy {
  font-size: 14px;
  font-weight: 300;
  color: var(--ash);
  line-height: 1.7;
}
.next-pdp__preorder-copy strong { color: var(--ink); font-weight: 500; }

.next-pdp__one-size {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ash);
  margin-bottom: 16px;
  opacity: 0.6;
}
.next-pdp__fulfillment-note p {
  font-size: 13px;
  color: var(--ash);
  opacity: 0.65;
}

/* Primary pre-order buy button variant */
.buy-btn--preorder {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.buy-btn--preorder:hover:not(:disabled) {
  background: transparent;
  color: var(--gold);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .next-hero { padding: 80px 30px; }
  .next-products { padding: 60px 30px; }
  .next-products__grid { grid-template-columns: 1fr; }
  .next-card { padding: 40px 28px; }
  .next-lookbook { padding: 60px 30px; }
  .next-lookbook__frame { padding: 32px 0; }
  .next-capture { padding: 80px 30px; }
}
@media (max-width: 600px) {
  .next-hero__title { letter-spacing: 4px; }
  .next-capture__fields { flex-direction: column; }
  .next-capture__input { border-right: 1px solid rgba(244, 237, 224, 0.18); border-bottom: none; }
  .next-card__kanji { font-size: 56px; }
}
