/** Shopify CDN: Minification failed

Line 1154:120 Unterminated string token
Line 1475:0 Expected ")" to go with "("

**/
/* ============================================================
   Irish Gown Company – Shopify Theme CSS
   Font: Montserrat | Accent: #1B9A63 | Dark: #111
   ============================================================ */

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: #0f0f0f;
  color: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ── UTILITIES ─────────────────────────────────────────────── */

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-header { text-align: center; margin-bottom: 56px; }

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1B9A63;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.05;
  margin-bottom: 16px;
}

.section-title-left {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.05;
  margin-bottom: 24px;
}

.section-desc {
  font-size: 1rem;
  color: #555;
  max-width: 560px;
  margin: 0 auto;
}

/* ── BUTTONS ───────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-green { background: #1B9A63; color: #fff; }
.btn-green:hover { background: #157a4f; }

.btn-black { background: #111; color: #fff; }
.btn-black:hover { background: #333; }

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

.btn-full { width: 100%; justify-content: center; }

/* ── HEADER ────────────────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: box-shadow 0.2s;
}

.site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-logo img { width: 38px; height: 38px; object-fit: contain; }

.header-logo-text {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #111;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.header-nav a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444;
  transition: color 0.15s;
}
.header-nav a:hover { color: #1B9A63; }

.header-cta { margin-left: 16px; }

.header-contact {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 24px;
  background: #1B9A63;
  transition: all 0.2s;
}
.header-contact:hover { background: #157a4f; color: #fff; }

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #111;
  transition: all 0.2s;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  padding: 16px 24px 24px;
  border-top: 1px solid #eee;
  gap: 4px;
}
.mobile-nav a {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-nav-cta {
  margin-top: 12px;
  background: #111;
  color: #fff !important;
  text-align: center;
  padding: 14px !important;
  border: none !important;
}

.mobile-nav--open { display: flex; }

/* ── HERO ──────────────────────────────────────────────────── */

.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0a0a0a !important;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(27,154,99,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(27,154,99,0.06) 0%, transparent 60%),
    #0f0f0f;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}

.hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #1B9A63;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3px;
  color: #fff;
  margin-bottom: 20px;
}

.hero-title-green { color: #1B9A63; }

.hero-sub {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 24px;
}

.hero-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── TRUST STRIP ───────────────────────────────────────────── */

.trust-strip {
  background: #111;
  padding: 24px 0;
}

.trust-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.trust-item svg { color: #1B9A63; flex-shrink: 0; }

/* ── RANGE BANNER VIDEO ────────────────────────────────────── */

.range-banner {
  position: relative;
  height: 70vh;
  min-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.range-banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.range-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.range-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 0 24px;
}

.range-banner-content .section-eyebrow { color: #1B9A63; }

.range-banner-title {
  font-size: clamp(3rem, 10vw, 7rem);
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1;
  color: #fff;
  margin-bottom: 16px;
}

.range-banner-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

/* ── GOWN RANGE ────────────────────────────────────────────── */

.gown-range { padding: 100px 0; background: #111; }

.gown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.gown-card {
  display: block;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gown-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}

.gown-card-img {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.gown-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s ease;
}
.gown-card:hover .gown-card-img img { transform: scale(1.04); }

.gown-card-swatch {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.gown-card-hover {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.gown-card:hover .gown-card-hover { opacity: 1; }
.gown-card-hover span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gown-card-info { padding: 20px; }
.gown-card-info h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #fff;
}
.gown-card-info p { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 8px; }
.gown-price { color: #1B9A63 !important; font-weight: 700 !important; }

.range-cta { text-align: center; }

/* ── WHY CHOOSE US ─────────────────────────────────────────── */

.why-us { padding: 100px 0; background: #111; }

.why-us-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-us-photo {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.why-us-photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}
.why-us-photo::after {
  content: '';
  position: absolute;
  left: -16px;
  bottom: -16px;
  width: 60%;
  height: 60%;
  border: 3px solid #1B9A63;
  z-index: -1;
}

.why-us-features { display: flex; flex-direction: column; gap: 24px; }

.why-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.why-feature-icon {
  width: 36px;
  height: 36px;
  background: #1B9A63;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.why-feature h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}
.why-feature p { font-size: 13px; color: rgba(255,255,255,0.5); }

/* ── HOW IT WORKS ──────────────────────────────────────────── */

.how-it-works { padding: 100px 0; background: #0f0f0f; color: #fff; }
.how-it-works .section-eyebrow { color: #1B9A63; }
.how-it-works .section-title { color: #fff; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}

.step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 40px 32px;
  position: relative;
}

.step-number {
  font-size: 4rem;
  font-weight: 900;
  color: rgba(27,154,99,0.25);
  line-height: 1;
  margin-bottom: 16px;
}

.step h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.step p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; }

/* ── CONTACT ───────────────────────────────────────────────── */

.contact-section { padding: 100px 0; background: #111; }

.contact-form-wrap {
  max-width: 680px;
  margin: 0 auto;
  background: #1a1a1a;
  padding: 48px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group { margin-bottom: 20px; }

.form-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  border: 1px solid #333;
  outline: none;
  transition: border-color 0.15s;
  background: #111;
  color: #fff;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #1B9A63;
  background: #1a1a1a;
}
.form-group textarea { resize: vertical; }

.form-note {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 12px;
}
.form-note a { color: #666; text-decoration: underline; }
.form-note a:hover { color: #1B9A63; }

.form-success {
  text-align: center;
  padding: 48px 0;
}
.form-success-icon {
  width: 64px;
  height: 64px;
  background: #1B9A63;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.form-success h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
.form-success p { color: #666; }

.form-errors {
  background: #fee;
  border: 1px solid #fcc;
  padding: 12px 16px;
  font-size: 13px;
  color: #c00;
  margin-bottom: 20px;
}

/* ── FOOTER ────────────────────────────────────────────────── */

.site-footer { background: #0a0a0a; color: rgba(255,255,255,0.7); padding: 64px 0 0; }

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 48px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}

.footer-brand img { margin-bottom: 16px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 260px; }

.footer-links h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.footer-links { display: flex; flex-direction: column; }
.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  padding: 6px 0;
  transition: color 0.15s;
}
.footer-links a:hover { color: #1B9A63; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

/* ── PAGE HERO ─────────────────────────────────────────────── */

.page-hero {
  padding: 80px 24px;
  text-align: center;
}
.page-hero--dark {
  background: #111;
  color: #fff;
}
.page-hero--dark .section-eyebrow { color: #1B9A63; }
.page-hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 16px;
}
.page-hero-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  max-width: 520px;
  margin: 0 auto;
}

/* ── PACKAGES ──────────────────────────────────────────────── */

.packages-section { padding: 100px 0; background: #0f0f0f; }

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1020px;
  margin: 0 auto;
  background: #2a2a2a;
}

.pkg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #1a1a1a;
}

.pkg-card--featured {
  background: #000;
}

.pkg-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.pkg-badge span {
  display: inline-block;
  background: #1B9A63;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  white-space: nowrap;
}

.pkg-top {
  padding: 36px 32px 28px;
  border-bottom: 1px solid #2a2a2a;
}
.pkg-card--featured .pkg-top { border-bottom-color: rgba(255,255,255,0.08); }

.pkg-name {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 14px;
}
.pkg-card--featured .pkg-name { color: #1B9A63; }

.pkg-qty {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 12px;
}
.pkg-num {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.pkg-unit {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  padding-bottom: 10px;
}

.pkg-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
}

.pkg-body {
  padding: 28px 32px 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pkg-features {
  list-style: none;
  margin-bottom: 28px;
  flex-grow: 1;
}
.pkg-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.pkg-features li:last-child { border-bottom: none; }
.pkg-check {
  color: #1B9A63;
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
}

.pkg-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background 0.15s;
}
.pkg-btn--dark { background: #fff; color: #000; }
.pkg-btn--dark:hover { background: #1B9A63; color: #fff; }
.pkg-btn--green { background: #1B9A63; color: #fff; }
.pkg-btn--green:hover { background: #157a4f; }

@media (max-width: 900px) {
  .packages-grid { grid-template-columns: 1fr; max-width: 480px; }
  .pkg-badge { top: -14px; }
  .pkg-card--featured { margin-top: 20px; }
}

/* ── COLLECTION PAGE ───────────────────────────────────────── */

.collection-page { padding: 80px 0; background: #111; min-height: 60vh; }

/* ── PRODUCT PAGE ──────────────────────────────────────────── */

.product-back-bar {
  background: #1a1a1a;
  padding: 14px 0;
  border-bottom: 1px solid #2a2a2a;
}
.back-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  transition: color 0.15s;
}
.back-link:hover { color: #1B9A63; }

.product-page { padding: 64px 0 100px; background: #0f0f0f; }

.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.product-image-wrap {
  position: relative;
  overflow: hidden;
}
.product-image-wrap img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center top;
}
.product-image-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-color-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
}

.product-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.product-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 36px;
}

.variant-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
}

.variant-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}

.variant-card {
  border: 2px solid #e5e5e5;
  padding: 18px;
  cursor: pointer;
  transition: border-color 0.15s;
  display: block;
}
.variant-card:hover { border-color: #999; }
.variant-card--selected { border-color: #111 !important; }

.variant-card-inner {}
.variant-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.variant-price { font-size: 1.2rem; font-weight: 800; }
.variant-name-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #f3f3f3;
  padding: 3px 8px;
}
.variant-unit { font-size: 11px; color: #888; margin-bottom: 4px; }
.variant-desc { font-size: 12px; color: #555; margin-bottom: 4px; }
.variant-saving { font-size: 11px; color: #1B9A63; font-weight: 700; }

.product-note {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 14px;
}

/* ── RESPONSIVE ────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .gown-grid { grid-template-columns: repeat(2, 1fr); }
  .why-us-inner { grid-template-columns: 1fr; gap: 48px; }
  .why-us-photo img { height: 400px; }
  .product-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .header-nav, .header-cta { display: none; }
  .mobile-menu-toggle { display: flex; }

  .hero { min-height: 70vh; }
  .hero-title { letter-spacing: -2px; }

  .steps-grid { grid-template-columns: 1fr; }

  .trust-strip-inner { gap: 20px; }
  .trust-item { font-size: 11px; }

  .gown-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .gown-card-img { height: 240px; }

  .contact-form-wrap { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }

  .footer-inner { grid-template-columns: 1fr; gap: 32px; }

  .variant-grid { grid-template-columns: 1fr; }
  .product-image-wrap img { height: 400px; }
}

@media (max-width: 480px) {
  .gown-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { text-align: center; justify-content: center; }
}

/* ── PREVIEW WEBSITE PARITY ─────────────────────────────────── */
/* Keep the Shopify storefront visually aligned with the Replit preview. */

body { background: #fff; color: #111; }

.section-inner { max-width: 1280px; padding: 0 24px; }
.section-eyebrow { color: #1B9A63; }
.section-title { color: #111; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .95; }
.section-desc { color: #6b7280; font-size: 1rem; }

.site-header { background: #fff; border-bottom: 1px solid #e5e7eb; }
.header-inner { max-width: 1280px; height: 72px; padding: 0 24px; justify-content: space-between; }
.header-logo { gap: 12px; }
.header-logo img { width: 48px; height: 48px; }
.header-logo-text { color: #111827; font-size: 20px; font-weight: 700; letter-spacing: -.4px; text-transform: uppercase; }
.header-nav { margin-left: auto; margin-right: auto; gap: 32px; }
.header-nav a { color: #374151; font-size: 14px; font-weight: 600; letter-spacing: .5px; }
.header-contact { padding: 11px 24px; font-size: 14px; letter-spacing: 1.5px; }

.hero { min-height: 88vh; background: #000 !important; isolation: isolate; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=1600&q=80") center / cover no-repeat;
  opacity: .45;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5) 52%, rgba(0, 0, 0, .2));
  z-index: -1;
}
.hero-bg { display: none; }
.hero-content { max-width: 1280px; width: 100%; padding: 80px 24px; }
.hero-eyebrow { margin-bottom: 16px; letter-spacing: 3px; font-size: 14px; }
.hero-title { font-size: clamp(4rem, 10vw, 9rem); line-height: .9; letter-spacing: -3px; margin-bottom: 24px; }
.hero-sub { font-size: 16px; letter-spacing: 3px; margin-bottom: 8px; color: rgba(255,255,255,.7); }
.hero-desc { font-size: 17px; max-width: 560px; margin: 16px 0 40px; color: rgba(255,255,255,.6); }
.hero-actions { gap: 16px; }
.hero-actions .btn { padding: 16px 40px; font-size: 14px; }
.btn-outline { border: 1px solid rgba(255,255,255,.4); }

.range-banner { height: 70vh; min-height: 480px; }
.range-banner-content { max-width: 640px; }
.range-banner-title { font-size: clamp(2.8rem, 8vw, 6rem); margin-bottom: 24px; }
.range-banner-desc { font-size: 15px; max-width: 460px; margin-bottom: 32px; }
.range-banner .btn { padding: 16px 40px; font-size: 14px; }

.how-it-works { padding: 80px 0; background: #fff; color: #111; }
.how-it-works .section-title { color: #111827; }
.how-it-works .section-header { margin-bottom: 56px; }
.steps-grid { gap: 2px; background: #e5e7eb; }
.step { background: #fff; border: 0; padding: 40px 48px; }
.step-number { color: #111; font-size: 6rem; line-height: 1; margin-bottom: 24px; }
.step h3 { color: #111827; font-size: 24px; letter-spacing: -.5px; margin-bottom: 12px; }
.step p { color: #6b7280; font-size: 14px; line-height: 1.7; }

.contact-section { padding: 80px 0; background: #f9fafb; color: #111; }
.contact-section .section-header { margin-bottom: 40px; }
.contact-section .section-title { color: #111827; font-size: clamp(2rem, 5vw, 3.5rem); }
.contact-form-wrap { max-width: 768px; background: transparent; padding: 0; border: 0; box-shadow: none; }
.form-group label { color: #6b7280; }
.form-group input,
.form-group textarea,
.form-group select { background: #fff; color: #111827; border-color: #e5e7eb; padding: 12px 16px; }
.form-group input:focus,
.form-group textarea:focus { border-color: #111; background: #fff; }
.contact-form-wrap .btn-black { background: #111; padding: 16px; }
.contact-form-wrap .btn-black:hover { background: #1B9A63; }
.form-note { color: #9ca3af; }

.site-footer { background: #000; padding: 0; color: #fff; }
.footer-trust { background: #1B9A63; padding: 16px 24px; text-align: center; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.footer-inner { max-width: 1280px; padding: 56px 24px; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; }
.footer-brand-row { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; font-size: 20px; font-weight: 900; letter-spacing: -.5px; text-transform: uppercase; }
.footer-brand-row img { width: 40px; height: 40px; filter: brightness(0) invert(1); }
.footer-description { max-width: 280px; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.4); }
.footer-links h4 { color: rgba(255,255,255,.4); margin-bottom: 20px; }
.footer-links a,
.footer-links span { color: rgba(255,255,255,.6); padding: 6px 0; font-size: 14px; }
.footer-bottom { max-width: 1280px; padding: 20px 24px; color: rgba(255,255,255,.3); }

.page-hero--dark { background: #000; }
.collection-page { background: #fff; padding: 64px 0 96px; }
.collection-page .gown-card { background: transparent; border: 0; }
.collection-page .gown-card-img { height: 380px; background: #111; }
.collection-page .gown-card-img img { object-position: center top; }
.collection-page .gown-card-info { padding: 16px 0 0; }
.collection-page .gown-card-info h3 { color: #111827; }
.collection-page .gown-card-info p { color: #9ca3af; }
.collection-page .gown-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 380px;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .header-inner { height: 64px; }
  .header-logo img { width: 40px; height: 40px; }
  .header-logo-text { font-size: 16px; }
  .mobile-nav { padding: 16px 24px 24px; }
  .mobile-nav-cta { background: #1B9A63; }
  .hero { min-height: 76vh; }
  .hero-content { padding: 72px 24px; }
  .hero-sub { font-size: 12px; letter-spacing: 2px; }
  .hero-desc { font-size: 15px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .step { padding: 36px 32px; }
  .footer-inner { grid-template-columns: 1fr; padding: 48px 24px; }
}

/* ── WHITE PAGE LAYOUT ──────────────────────────────────────── */
.hero {
  background: #fff !important;
  color: #111827;
}
.hero::before { opacity: .12; }
.hero::after {
  background: linear-gradient(90deg, rgba(255,255,255,.78), rgba(255,255,255,.38) 52%, rgba(255,255,255,.05));
}
.hero-title { color: #111827; }
.hero-sub { color: #374151; }
.hero-desc { color: #4b5563; }
.hero::before {
  display: block;
  opacity: .68;
  background-image: url("https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=1600&q=80);
}
.hero-bg { display: none; }
.hero-actions .btn-outline { color: #111827; border-color: #111827; }
.hero-actions .btn-outline:hover { color: #111827; background: rgba(17,24,39,.06); }

.range-banner {
  background: #fff;
  color: #111827;
}
.range-banner-video { opacity: .68; }
.range-banner-overlay { background: rgba(255,255,255,.45); }
.range-banner-title { color: #111827; }
.range-banner-desc { color: #4b5563; }

.how-it-works,
.contact-section,
.collection-page,
.product-page { background: #fff; }

.site-footer {
  background: #fff;
  color: #111827;
  border-top: 1px solid #e5e7eb;
}
.footer-description { color: #6b7280; }
.footer-links h4 { color: #6b7280; }
.footer-links a,
.footer-links span { color: #4b5563; }
.footer-links a:hover { color: #1B9A63; }
.footer-bottom { border-top-color: #e5e7eb; color: #9ca3af; }
.footer-bottom a { color: #6b7280; }

.page-hero--dark {
  background: #fff;
  color: #111827;
  border-bottom: 1px solid #e5e7eb;
}
.page-hero--dark .page-hero-title { color: #111827; }
.page-hero--dark .page-hero-desc { color: #6b7280; }

.product-back-bar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.back-link { color: #6b7280; }
.product-title { color: #111827; }
.product-desc { color: #6b7280; }
.product-note { color: #6b7280; }
.variant-card { background: #fff; border-color: #e5e7eb; }
.variant-card--selected { border-color: #1B9A63 !important; background: #f0fdf4; }
.variant-price { color: #111827; }
.variant-desc { color: #6b7280; }
.variant-name-badge { background: #f3f4f6; color: #374151; }
.product-details .btn-black { background: #1B9A63; color: #fff; }
.product-details .btn-black:hover { background: #157a4f; }
.order-customization {
  margin: 0 0 28px;
  padding: 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}
.customization-label {
  display: block;
  margin: 0 0 8px;
  color: #374151;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.customization-label span {
  color: #9ca3af;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.logo-upload-input {
  display: block;
  width: 100%;
  margin: 0 0 6px;
  color: #4b5563;
  font-size: 13px;
}
.logo-upload-input::file-selector-button {
  margin-right: 10px;
  padding: 9px 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.customization-help {
  margin: 0 0 18px;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.5;
}
.order-notes {
  display: block;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 13px;
  resize: vertical;
}
.order-notes:focus {
  outline: 2px solid rgba(27,154,99,.22);
  border-color: #1B9A63;
}

@media (max-width: 768px) {
  .hero::after { background: rgba(255,255,255,.58); }
}

.pkg-price {
  color: #1B9A63;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 12px;
}

.packages-section {
  background: #fff;
  color: #111827;
  padding: 80px 0;
}
.packages-section .section-title { color: #111827; }
.packages-section .section-desc { color: #6b7280; }
.packages-grid {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1152px;
  background: #e5e7eb;
}
.pkg-card,
.pkg-card--featured { background: #fff; }
.pkg-card--featured { background: #f9fafb; }
.pkg-top { border-bottom-color: #e5e7eb; }
.pkg-card--featured .pkg-top { border-bottom-color: #e5e7eb; }
.pkg-name,
.pkg-card--featured .pkg-name { color: #1B9A63; }
.pkg-num { color: #111827; }
.pkg-unit { color: #9ca3af; }
.pkg-desc { color: #6b7280; }
.pkg-features li { color: #4b5563; border-bottom-color: #f3f4f6; }
.pkg-btn--dark { background: #111827; color: #fff; }
.pkg-btn--dark:hover { background: #1B9A63; }
.pkg-btn--green { background: #1B9A63; color: #fff; }

@media (max-width: 1100px) {
  .packages-grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; }
}

.section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
}
.section-divider span {
  height: 1px;
  flex: 1;
  background: #e5e7eb;
}
.section-divider strong {
  display: block;
  width: 64px;
  height: 6px;
  background: #1B9A63;
}

/* ── PRODUCT PAGE — UPDATED ELEMENTS ───────────────────────── */

.product-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
  background: #f3f4f6;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 32px;
}
.product-price-main {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111827;
  letter-spacing: -1px;
}
.product-price-note {
  font-size: 13px;
  color: #9ca3af;
  font-weight: 500;
}

/* Logo upload section */
.logo-section {
  margin: 0 0 24px;
}
.logo-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #374151;
  margin-bottom: 10px;
}
.logo-drop-zone {
  border: 2px dashed #d1d5db;
  padding: 28px 20px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  margin-bottom: 10px;
}
.logo-drop-zone:hover {
  border-color: #1B9A63;
  background: #f0fdf4;
}
.logo-drop-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  pointer-events: none;
}
.logo-drop-label {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  margin: 0;
}
.logo-drop-sub {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}
.logo-email-note {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.5;
  margin: 0;
}
.logo-email-note a {
  color: #1B9A63;
  font-weight: 600;
}

/* Notes section */
.notes-section {
  margin: 0 0 28px;
}
.notes-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #374151;
  margin-bottom: 8px;
}
.notes-label span {
  color: #9ca3af;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

/* Status message */
.product-status-msg {
  padding: 12px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  font-size: 13px;
  margin-bottom: 16px;
}

/* Buy button */
.product-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 24px;
  background: #1B9A63;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 14px;
}
.product-buy-btn:hover { background: #157a4f; }
.product-buy-btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .product-image-placeholder { height: 360px; }
}
