.theme-lacoste-pack {
  --bg: #f4f6f8;
  --bg-elevated: #ffffff;
  --surface: #ffffff;
  --text: #1b2530;
  --text-muted: #556575;
  --accent: #0e8f52;
  --accent-dim: rgba(14, 143, 82, 0.12);
  --accent-hover: #11a960;
  --accent-text: #ffffff;
  --border: rgba(15, 34, 52, 0.12);
  --radius: 12px;
  --font-display: "Montserrat", system-ui, sans-serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --shadow: 0 18px 40px rgba(20, 34, 48, 0.12);
}

.theme-lacoste-pack.layout-focus {
  background: linear-gradient(180deg, #f4f6f8 0%, #edf2f6 100%);
  font-family: var(--font-body);
}

.theme-lacoste-pack header.site-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: var(--border);
  backdrop-filter: blur(8px);
}

.theme-lacoste-pack .logo,
.theme-lacoste-pack .hero-copy h1,
.theme-lacoste-pack .section-title {
  font-family: var(--font-display);
}

.theme-lacoste-pack .logo {
  font-size: 1.12rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.theme-lacoste-pack .hero.hero--focus {
  padding-top: 2rem;
}

.theme-lacoste-pack .hero-grid {
  align-items: center;
}

.theme-lacoste-pack .hero-copy h1 {
  font-size: clamp(2.15rem, 4.8vw, 3.35rem);
  line-height: 1.03;
  letter-spacing: 0.01em;
}

.theme-lacoste-pack .lead,
.theme-lacoste-pack .section-sub,
.theme-lacoste-pack .price-note {
  color: var(--text-muted);
}

.theme-lacoste-pack .lead {
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
  line-height: 1.45;
}

.theme-lacoste-pack .hero-prehead {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.theme-lacoste-pack .price-row .price,
.theme-lacoste-pack .stat-value {
  color: var(--accent);
}

.theme-lacoste-pack .btn-primary,
.theme-lacoste-pack .cta-mini {
  background: linear-gradient(135deg, var(--accent), var(--accent-hover));
  color: var(--accent-text) !important;
  border-radius: 999px;
  text-decoration: none !important;
}

.theme-lacoste-pack .btn-ghost {
  border-radius: 999px;
}

.theme-lacoste-pack .hero-visual--media img,
.theme-lacoste-pack .media-still img {
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.theme-lacoste-pack .packs-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.65);
}

.theme-lacoste-pack .packs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 0.9rem;
}

@media (min-width: 700px) {
  .theme-lacoste-pack .packs-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.theme-lacoste-pack .pack-card,
.theme-lacoste-pack .benefit-card,
.theme-lacoste-pack .spec-icon-card,
.theme-lacoste-pack .t-card,
.theme-lacoste-pack details,
.theme-lacoste-pack .guarantee {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.theme-lacoste-pack .pack-card--featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(14, 143, 82, 0.2);
}

.theme-lacoste-pack .pack-name {
  font-size: 1.2rem;
  font-weight: 700;
}

.theme-lacoste-pack .pack-badge {
  background: var(--accent);
  color: #fff;
}

.theme-lacoste-pack .pack-qty-stepper {
  background: rgba(14, 143, 82, 0.06);
}

.theme-lacoste-pack .pack-color-selector {
  margin: 0.55rem 0 0.45rem;
}

.theme-lacoste-pack .pack-color-label {
  margin: 0 0 0.4rem;
  font-size: 0.86rem;
  color: var(--text-muted);
}

.theme-lacoste-pack .pack-color-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
}

.theme-lacoste-pack .pack-color-option {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 0.8rem;
  padding: 0.34rem 0.52rem;
  cursor: pointer;
}

.theme-lacoste-pack .pack-color-option.is-selected {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(14, 143, 82, 0.12);
}

.theme-lacoste-pack .pack-color-dot {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  flex: 0 0 auto;
}

.theme-lacoste-pack .pack-color-name {
  line-height: 1;
  font-weight: 600;
}

.theme-lacoste-pack .pack-stepper-btn:hover {
  background: var(--accent);
  color: #fff;
}

.theme-lacoste-pack .top-offer-bar {
  background: rgba(14, 143, 82, 0.1);
  border-bottom-color: rgba(14, 143, 82, 0.2);
  color: #0b6e40;
  font-weight: 700;
}

.theme-lacoste-pack .stats-strip {
  background: #fff;
  border: 1px solid var(--border);
}

.theme-lacoste-pack .sticky-cta {
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.95);
}

.theme-lacoste-pack .order-pack-colors {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.65rem 0.7rem 0.2rem;
  margin-bottom: 0.8rem;
  background: rgba(14, 143, 82, 0.04);
}

.theme-lacoste-pack .order-pack-colors legend {
  font-weight: 700;
  font-size: 0.9rem;
  color: #215c40;
  padding: 0 0.35rem;
}

@media (max-width: 899px) {
  .theme-lacoste-pack .hero-copy h1 {
    font-size: clamp(1.85rem, 8.5vw, 2.35rem);
    line-height: 1.05;
  }

  .theme-lacoste-pack .pack-color-options {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

body.theme-lacoste-pack.thank-you-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.theme-lacoste-pack .thank-you-shell {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 2rem;
}
