/* Golden Ticket — page d'accueil (inspirée maquette cliente) */

.home-announce {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 80px 24px 60px;
  background: linear-gradient(180deg, #0a0a0a 0%, #141414 100%);
  color: #fbf6ec;
}

.home-announce-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251, 246, 236, 0.55);
  margin-bottom: 16px;
}

.home-announce h1 {
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 12px;
}

.home-announce h1 em {
  color: #e4c441;
  font-style: italic;
}

.home-announce-sub {
  color: rgba(251, 246, 236, 0.65);
  max-width: 560px;
  margin: 0 auto 28px;
}

.home-gallery {
  position: relative;
  max-width: 720px;
  margin: 32px auto 0;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.home-gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.home-gallery-slide.active {
  opacity: 1;
}

.home-gallery-slide img,
.home-gallery-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.home-gallery-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.home-gallery-dots button.active {
  background: #fff;
  width: 22px;
}

.home-hero {
  padding: 64px 24px;
}

.home-hero-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.home-hero h2 {
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 16px 0;
}

.home-hero .lead {
  color: #6b6455;
  font-size: 1.1rem;
  margin-bottom: 24px;
}

.home-stats-band {
  background: #111;
  color: #fff;
}

.home-stats-band .inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 42px 24px;
  text-align: center;
}

.home-stats-band b {
  display: block;
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-size: 2rem;
  color: #e4c441;
}

.home-stats-band span {
  font-size: 0.9rem;
  color: #cfc7b4;
}

@media (max-width: 820px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Tunnel d'achat (style Winuwatch · Golden Ticket) ── */

.tunnel-body {
  background: #fff;
}

.tunnel-site-header {
  border-bottom: 1px solid #e7e5e4;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
}

.tunnel-site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.tunnel-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.tunnel-brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.45);
}

.tunnel-brand-text {
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #a67c00, #c9a227);
  padding: 8px 14px;
  border-radius: 4px;
}

.tunnel-site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.875rem;
  color: #44403c;
}

.tunnel-site-nav a,
.tunnel-site-nav button {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  padding: 0;
}

.tunnel-site-nav a:hover,
.tunnel-site-nav button:hover {
  color: #a67c00;
}

.tunnel-main {
  min-height: 60vh;
}

.tunnel-page-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 48px;
}

.tunnel-loading {
  text-align: center;
  padding: 80px 20px;
  color: #78716c;
}

.tunnel-countdown-bar {
  background: #0a0a0a;
  color: #fff;
  padding: 16px 20px;
  text-align: center;
  margin: 0 -20px 28px;
  width: calc(100% + 40px);
}

.tunnel-countdown-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.tunnel-countdown-inner b {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-right: 4px;
}

.tunnel-countdown-inner .sep {
  opacity: 0.35;
}

.tunnel-countdown-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 8px;
  font-style: italic;
}

.tunnel-draw-note {
  color: #78716c;
  margin: 4px 0 20px;
  text-align: left;
}

.tunnel-steps-wrap {
  margin-bottom: 36px;
}

.tunnel-step-labels {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.tunnel-step-label {
  color: #a8a29e;
  flex: 1;
  min-width: 120px;
}

.tunnel-step-label.active {
  color: #111;
  font-weight: 700;
}

.tunnel-step-label.done {
  color: #a67c00;
}

.tunnel-step-track {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
}

.tunnel-step-line {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 2px;
  background: #d6d3d1;
  transform: translateY(-50%);
  z-index: 0;
}

.tunnel-step-dot {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d6d3d1;
}

.tunnel-step-dot.active,
.tunnel-step-dot.done {
  background: #c9a227;
  border-color: #c9a227;
}

.tunnel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.tunnel-gallery {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
}

.tunnel-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tunnel-thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #f5f5f4;
}

.tunnel-thumb.active {
  border-color: #c9a227;
}

.tunnel-thumb img,
.tunnel-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tunnel-main-visual,
.tunnel-main-media,
.tunnel-quiz-media {
  width: 100%;
  object-fit: cover;
  display: block;
  background: #f5f5f4;
}

.tunnel-main-visual .tunnel-main-media {
  border-radius: 8px;
  aspect-ratio: 1;
}

.tunnel-media-placeholder {
  aspect-ratio: 1;
  border-radius: 8px;
  background: #e7e5e4;
}

.tunnel-product-panel {
  padding-top: 8px;
}

.tunnel-eyebrow {
  font-size: 0.85rem;
  color: #78716c;
  margin-bottom: 6px;
}

.tunnel-product-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.tunnel-stat-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}

.tunnel-stat strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.tunnel-stat strong.gold {
  color: #a67c00;
}

.tunnel-stat span {
  font-size: 0.8rem;
  color: #78716c;
}

.tunnel-stat-sep {
  width: 1px;
  height: 48px;
  background: #d6d3d1;
}

.tunnel-draw-date {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.qty-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.qty-btn {
  min-width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1.5px solid #d6d3d1;
  background: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}

.qty-btn.selected {
  background: #111;
  color: #fff;
  border-color: #111;
}

.tunnel-vip-label {
  font-size: 0.85rem;
  color: #78716c;
  margin-bottom: 10px;
}

.vip-pack-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.vip-pack {
  flex: 1;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 10px;
  border-radius: 8px;
  border: 1.5px solid #d6d3d1;
  background: #fff;
  cursor: pointer;
  text-align: center;
}

.vip-pack.selected {
  border-color: #111;
  background: #fafaf9;
}

.vip-pack-qty {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}

.vip-pack-off {
  font-size: 0.8rem;
  font-weight: 600;
}

.vip-pack-odds {
  font-size: 0.75rem;
  color: #78716c;
}

.tunnel-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #c9a227, #a67c00);
  color: #111;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: opacity 0.15s;
}

.tunnel-btn-primary:hover:not(:disabled) {
  opacity: 0.92;
}

.tunnel-btn-primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.tunnel-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 8px;
  border: 1.5px solid #d6d3d1;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}

.tunnel-back-link {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 0.85rem;
  color: #78716c;
}

.tunnel-quiz {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tunnel-quiz-title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 8px;
}

.tunnel-quiz-timer {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.tunnel-quiz-visual {
  max-width: 520px;
  margin: 0 auto 28px;
  overflow: hidden;
  border-radius: 8px;
}

.tunnel-quiz-media {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: blur(14px);
  transform: scale(1.08);
}

.question-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
}

.question-opt {
  flex: 1;
  min-width: 180px;
  max-width: 240px;
  padding: 18px 16px;
  border: none;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}

.question-opt.selected {
  background: linear-gradient(135deg, #e4c441, #c9a227);
  color: #111;
}

.tunnel-quiz-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.tunnel-quiz-actions .tunnel-btn-primary,
.tunnel-quiz-actions .tunnel-btn-ghost {
  min-width: 180px;
}

.tunnel-grid-checkout {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
}

.tunnel-billing-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tunnel-billing-head h2,
.tunnel-billing-head.solo {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tunnel-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tunnel-field-full {
  grid-column: 1 / -1;
}

.tunnel-field span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #44403c;
  margin-bottom: 6px;
}

.tunnel-field input,
.tunnel-field textarea {
  width: 100%;
  border: 1px solid #d6d3d1;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 0.95rem;
}

.tunnel-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.85rem;
  color: #57534e;
  margin: 20px 0;
}

.tunnel-error {
  color: #dc2626;
  font-size: 0.875rem;
  margin: 12px 0;
}

.tunnel-order-summary {
  background: #fafaf9;
  border: 1px solid #e7e5e4;
  border-radius: 8px;
  padding: 24px;
  position: sticky;
  top: 88px;
}

.tunnel-summary-heading {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.tunnel-summary-product {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}

.tunnel-summary-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #e7e5e4;
}

.tunnel-summary-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tunnel-summary-title {
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.35;
  margin-bottom: 8px;
}

.tunnel-summary-qty-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #78716c;
}

.tunnel-summary-discount {
  font-size: 0.85rem;
  color: #059669;
  margin-bottom: 8px;
}

.tunnel-summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 16px;
  border-top: 1px solid #e7e5e4;
  margin-top: 8px;
}

.tunnel-summary-total-row strong {
  font-size: 1.75rem;
  font-weight: 800;
}

.tunnel-summary-legal {
  font-size: 0.7rem;
  color: #78716c;
  line-height: 1.5;
  margin-top: 16px;
}

.tunnel-payment-panel {
  padding-top: 4px;
}

.tunnel-payment-method {
  border: 1px solid #d6d3d1;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 20px;
}

.tunnel-payment-method label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.tunnel-payment-note {
  font-size: 0.85rem;
  color: #78716c;
  margin-top: 10px;
}

.competition-card video {
  display: block;
}

@media (max-width: 900px) {
  .tunnel-countdown-bar {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .tunnel-grid,
  .tunnel-grid-checkout,
  .tunnel-grid-product {
    grid-template-columns: 1fr;
  }

  .tunnel-gallery {
    grid-template-columns: 1fr;
  }

  .tunnel-thumbs {
    flex-direction: row;
    order: 2;
  }

  .tunnel-main-visual {
    order: 1;
  }

  .tunnel-step-label {
    font-size: 0.72rem;
    min-width: 0;
  }

  .tunnel-order-summary {
    position: static;
  }

  .question-opt {
    min-width: 100%;
    max-width: none;
  }

  .tunnel-field-grid {
    grid-template-columns: 1fr;
  }
}

