/* ── CATALOG CSS ── SunStorm Construction Product Catalog ── */

/* ── NAV CART ICON ── */
.nav-cart-btn {
  position: relative; display: none; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--border); color: var(--charcoal);
  text-decoration: none; transition: all 0.2s; flex-shrink: 0;
}
.nav-cart-btn:hover { border-color: var(--orange); color: var(--orange); }
.nav-cart-btn.active-cart { border-color: var(--orange); color: var(--orange); background: rgba(232,123,46,0.06); }
.cart-badge {
  position: absolute; top: -4px; right: -4px;
  background: var(--orange); color: white;
  font-size: 10px; font-weight: 700;
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: "Outfit", sans-serif;
}

/* ── BREADCRUMB ── */
.breadcrumb {
  padding-top: calc(var(--nav-h) + 18px); padding-bottom: 18px;
  padding-left: 48px; padding-right: 48px;
  background: var(--light); border-bottom: 1px solid var(--border);
}
.breadcrumb-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--mid);
}
.breadcrumb-inner a { color: var(--mid); text-decoration: none; transition: color 0.2s; }
.breadcrumb-inner a:hover { color: var(--orange); }
.breadcrumb-sep { opacity: 0.4; }
.breadcrumb-current { color: var(--charcoal); font-weight: 500; }

/* ── CATALOG HUB HERO ── */
.hero {
  padding-top: var(--nav-h);
  background: var(--charcoal);
  position: relative; overflow: hidden; min-height: 580px;
  display: flex; align-items: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('../images/impact-windows-doors-fort-lauderdale-luxury-home-hero.jpg') center/cover no-repeat;
  opacity: 0.35;
}
.hero-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(28,28,28,0.95) 0%, rgba(28,28,28,0.7) 60%, rgba(28,28,28,0.4) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto; padding: 80px 48px 72px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.hero-content { display: flex; flex-direction: column; gap: 24px; }
.hero-title { color: white; max-width: 600px; }
.hero-desc { font-size: 17px; color: rgba(255,255,255,0.62); max-width: 520px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.hero-stats {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 2px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; overflow: hidden; align-self: center;
}
.stat-item {
  padding: 28px 24px; display: flex; flex-direction: column; gap: 4px;
  background: rgba(255,255,255,0.03); transition: background 0.2s;
}
.stat-item:hover { background: rgba(255,255,255,0.06); }
.stat-num { font-family: "Playfair Display", serif; font-size: 36px; color: white; line-height: 1; }
.stat-num span { color: var(--orange); }
.stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.45); margin-top: 2px; }

/* ── TRUST BAR ── */
.catalog-trust-bar { background: var(--orange); padding: 0 48px; }
.catalog-trust-bar-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 0; overflow-x: auto; scrollbar-width: none;
}
.catalog-trust-bar-inner::-webkit-scrollbar { display: none; }
.catalog-trust-item {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 28px; white-space: nowrap;
  color: white; font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  border-right: 1px solid rgba(255,255,255,0.25);
}
.catalog-trust-item:last-child { border-right: none; }
.catalog-trust-item svg { flex-shrink: 0; opacity: 0.85; }


/* ── BUTTONS ── */
.btn-orange {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--orange); color: white;
  padding: 13px 28px; border-radius: 100px;
  font-size: 15px; font-weight: 600; font-family: "Outfit", sans-serif;
  text-decoration: none; transition: all 0.25s; white-space: nowrap;
}
.btn-orange:hover { background: var(--orange-dark); box-shadow: 0 6px 20px rgba(232,123,46,0.4); transform: translateY(-1px); }
.btn-ghost-dark {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: rgba(255,255,255,0.85);
  padding: 13px 28px; border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,0.35);
  font-size: 15px; font-weight: 600; font-family: "Outfit", sans-serif;
  text-decoration: none; transition: all 0.25s; white-space: nowrap;
}
.btn-ghost-dark:hover { border-color: rgba(255,255,255,0.8); color: white; background: rgba(255,255,255,0.08); }

/* ── MANUFACTURER CARDS ── */
.mfr-section { max-width: 1280px; margin: 0 auto; padding: 80px 48px; }
.mfr-section-header { margin-bottom: 48px; }
.mfr-section-title { margin-top: 8px; font-size: clamp(22px, 2.8vw, 44px); white-space: nowrap; }
.mfr-section-title em { color: var(--orange); font-style: italic; }
.mfr-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mfr-card {
  border: 1px solid var(--border); border-radius: 24px; overflow: hidden;
  background: white; transition: all 0.35s; display: flex; flex-direction: column;
}
.mfr-card:hover { border-color: var(--orange); box-shadow: 0 24px 60px rgba(0,0,0,0.09); transform: translateY(-4px); }
.mfr-card-header {
  padding: 36px 36px 28px; background: var(--light);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
}
.mfr-logo-block { display: flex; flex-direction: column; gap: 8px; }
.mfr-logo-name { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; color: var(--charcoal); }
.mfr-logo-tagline { font-size: 13px; color: var(--mid); font-weight: 400; }
.mfr-count-badge {
  background: var(--charcoal); color: white;
  padding: 6px 14px; border-radius: 100px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; flex-shrink: 0;
}
.mfr-card-body { padding: 28px 36px 32px; flex: 1; display: flex; flex-direction: column; }
.mfr-desc { font-size: 15px; color: var(--mid); line-height: 1.7; margin-bottom: 24px; }
.mfr-tiers { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.mfr-tier {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px; border-radius: 12px; border: 1px solid var(--border);
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none; color: inherit; cursor: pointer;
}
.mfr-tier:hover { border-color: var(--orange); background: #fdf9f5; }
.tier-badge {
  padding: 3px 12px; border-radius: 100px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; flex-shrink: 0; margin-top: 1px;
}
.tier-badge.multimax { background: rgba(74,143,191,0.12); color: var(--blue); border: 1.5px solid rgba(74,143,191,0.3); }
.tier-badge.elite { background: rgba(232,123,46,0.1); color: var(--orange); border: 1.5px solid rgba(232,123,46,0.3); }
.tier-badge.prestige { background: rgba(123,94,167,0.1); color: var(--purple); border: 1.5px solid rgba(123,94,167,0.3); }
.tier-text { display: flex; flex-direction: column; gap: 2px; }
.tier-name { font-size: 14px; font-weight: 600; color: var(--charcoal); }
.tier-desc { font-size: 13px; color: var(--mid); line-height: 1.5; }
.mfr-card-footer { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.mfr-cert-pill {
  padding: 5px 12px; border-radius: 100px; background: var(--light);
  font-size: 11px; font-weight: 600; color: var(--mid); letter-spacing: 0.03em;
}

/* ── COMING SOON MANUFACTURERS ── */
.coming-soon-box {
  margin-top: 20px; padding: 24px 32px;
  background: var(--light); border: 1px dashed var(--border); border-radius: 16px;
}
.coming-soon-header {
  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
  font-weight: 600; font-size: 15px; color: var(--charcoal);
}
.coming-soon-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.coming-soon-pill {
  display: flex; align-items: center; gap: 8px;
  background: white; border: 1px solid var(--border); border-radius: 100px; padding: 7px 16px;
}
.coming-soon-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.coming-soon-name { font-size: 13px; font-weight: 600; color: var(--charcoal); }
.coming-soon-note { font-size: 12px; color: var(--mid); margin-top: 12px; }

/* ── JUMP CARDS ── */
.jump-section { background: var(--light); padding: 80px 48px; }
.jump-inner { max-width: 1280px; margin: 0 auto; }
.jump-header { margin-bottom: 48px; }
.jump-header .section-title { font-size: clamp(20px, 2.4vw, 34px); white-space: nowrap; }
.jump-header .section-title em { color: var(--orange); font-style: italic; }
.jump-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.jump-card {
  background: white; border-radius: 20px; border: 1px solid var(--border);
  padding: 32px 28px; display: flex; flex-direction: column; gap: 16px;
  text-decoration: none; color: var(--charcoal); transition: all 0.35s;
}
.jump-card:hover { border-color: var(--orange); box-shadow: 0 16px 48px rgba(0,0,0,0.08); transform: translateY(-5px); }
.jump-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(232,123,46,0.1);
  display: flex; align-items: center; justify-content: center; transition: background 0.2s;
}
.jump-card:hover .jump-icon { background: var(--orange); }
.jump-card:hover .jump-icon svg { color: white; }
.jump-icon svg { color: var(--orange); transition: color 0.2s; }
.jump-label { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); }
.jump-title { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 500; line-height: 1.2; }
.jump-desc { font-size: 14px; color: var(--mid); line-height: 1.6; flex: 1; }
.jump-meta { display: flex; align-items: center; justify-content: space-between; }
.jump-count { font-size: 13px; font-weight: 600; color: var(--mid); }
.jump-arrow { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--orange); transition: gap 0.3s; }
.jump-card:hover .jump-arrow { gap: 10px; }

/* ── HOW IT WORKS ── */
.how-section { max-width: 1280px; margin: 0 auto; padding: 80px 48px; }
.how-header { margin-bottom: 56px; text-align: center; }
.how-header .section-title { font-size: clamp(22px, 2.6vw, 38px); white-space: nowrap; text-align: center; }
.how-header .section-title em { color: var(--orange); font-style: italic; }
.how-header .section-eyebrow { justify-content: center; }
.how-header .section-eyebrow::before { display: none; }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.how-step { display: flex; flex-direction: column; gap: 14px; }
.step-num { font-family: "Playfair Display", serif; font-size: 40px; font-weight: 700; color: rgba(232,123,46,0.18); line-height: 1; }
.step-title { font-size: 17px; font-weight: 600; color: var(--charcoal); }
.step-desc { font-size: 14px; color: var(--mid); line-height: 1.65; }

/* ── CATALOG PAGE HERO (residential/commercial) ── */
.page-hero { background: var(--charcoal); position: relative; overflow: hidden; }
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background: url('../images/impact-windows-waterfront-home-fort-lauderdale.jpg') center/cover no-repeat;
  opacity: 0.15;
}
.page-hero-inner {
  position: relative; z-index: 1; max-width: 1280px; margin: 0 auto;
  padding: 56px 48px 48px; display: flex; flex-direction: column; gap: 18px;
}
.page-hero-inner .section-eyebrow { color: rgba(255,255,255,0.5); }
.page-hero-inner .section-eyebrow::before { background: rgba(255,255,255,0.3); }
.page-hero-inner .section-title { color: white; max-width: 700px; }
.page-hero-inner p { font-size: 16px; color: rgba(255,255,255,0.58); max-width: 580px; line-height: 1.7; }
.hero-page-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.page-nav-pill {
  padding: 9px 20px; border-radius: 100px; font-size: 13px; font-weight: 600;
  text-decoration: none; transition: all 0.25s; white-space: nowrap;
}
.page-nav-pill.active { background: var(--orange); color: white; }
.page-nav-pill.ghost { border: 1.5px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.7); }
.page-nav-pill.ghost:hover { border-color: rgba(255,255,255,0.6); color: white; }

/* ── FILTER BAR ── */
.filter-bar {
  background: white; border-bottom: 1px solid var(--border);
  position: sticky; top: var(--nav-h); z-index: 100; box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.filter-bar-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 48px;
  display: flex; align-items: center; gap: 0; overflow-x: auto; scrollbar-width: none;
}
.filter-bar-inner::-webkit-scrollbar { display: none; }
.filter-tab {
  padding: 18px 20px; font-size: 13px; font-weight: 600; color: var(--mid);
  text-decoration: none; white-space: nowrap;
  border-bottom: 2px solid transparent; cursor: pointer; background: none;
  border-top: none; border-left: none; border-right: none;
  font-family: "Outfit", sans-serif; letter-spacing: 0.02em;
  transition: color 0.2s, border-color 0.2s;
}
.filter-tab:hover { color: var(--charcoal); }
.filter-tab.active { color: var(--orange); border-bottom-color: var(--orange); }
.filter-count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; border-radius: 100px;
  background: var(--light); font-size: 10px; font-weight: 700; color: var(--mid);
  margin-left: 5px; padding: 0 4px; transition: background 0.2s, color 0.2s;
}
.filter-tab.active .filter-count { background: rgba(232,123,46,0.15); color: var(--orange); }
.filter-search {
  margin-left: auto; padding: 8px 14px 8px 36px;
  border: 1.5px solid var(--border); border-radius: 100px;
  font-size: 13px; font-family: "Outfit", sans-serif; outline: none;
  color: var(--charcoal);
  background: var(--light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B6B6B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 12px center;
  flex-shrink: 0; width: 180px; transition: all 0.2s;
}
.filter-search:focus { border-color: var(--orange); background-color: white; box-shadow: 0 0 0 3px rgba(232,123,46,0.1); width: 220px; }

/* ── CATALOG LAYOUT ── */
.catalog-section { max-width: 1280px; margin: 0 auto; padding: 56px 48px 72px; }
.section-group-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 28px; flex-wrap: wrap; gap: 16px;
}
.section-group-title {
  font-family: "Playfair Display", serif; font-size: clamp(20px,2vw,26px);
  font-weight: 500; color: var(--charcoal);
}
.section-group-title span { font-size: 13px; font-family: "Outfit", sans-serif; font-weight: 400; color: var(--mid); margin-left: 10px; }
.mfr-badge {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px;
  border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
}
.mfr-badge.mr-glass { border: 1.5px solid rgba(232,123,46,0.35); color: var(--orange); background: rgba(232,123,46,0.06); }
.mfr-badge.es-window { border: 1.5px solid rgba(28,28,28,0.25); color: var(--charcoal); background: rgba(28,28,28,0.04); }

/* ── ES LINE SUB-HEADERS ── */
.es-subsection { margin-bottom: 60px; }
.es-subsection:last-child { margin-bottom: 0; }
.es-line-header { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; flex-wrap: wrap; }
.es-line-badge {
  display: inline-flex; align-items: center; padding: 5px 16px;
  border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}
.es-line-badge.multimax { border: 2px solid var(--blue); color: var(--blue); background: rgba(74,143,191,0.07); }
.es-line-badge.elite { border: 2px solid var(--orange); color: var(--orange); background: rgba(232,123,46,0.07); }
.es-line-badge.prestige { border: 2px solid var(--purple); color: var(--purple); background: rgba(123,94,167,0.07); }
.es-line-desc { font-size: 14px; color: var(--mid); max-width: 540px; line-height: 1.55; }
.es-subsection-title {
  font-family: "Playfair Display", serif; font-size: 19px; font-weight: 500;
  color: var(--charcoal); margin-bottom: 20px; display: flex; align-items: center; gap: 12px;
}
.es-subsection-title::after { content: ""; flex: 1; height: 1px; background: var(--border); }

/* ── PRODUCTS GRID ── */
.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

/* ── PRODUCT CARD ── */
.product-card {
  border: 1px solid var(--border); border-radius: 20px; overflow: hidden;
  transition: all 0.35s; background: white; display: flex; flex-direction: column;
}
.product-card:hover { border-color: var(--orange); transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,0.09); }
.product-card.hidden { display: none; }

.product-img {
  height: 240px; overflow: hidden; position: relative; background: #f7f5f2;
  display: flex; align-items: center; justify-content: center;
}
.product-img img { width: 100%; height: 100%; object-fit: contain; padding: 20px; transition: transform 0.5s; }
.product-card:hover .product-img img { transform: scale(1.05); }

/* Line badge (top-left) */
.line-badge {
  position: absolute; top: 14px; left: 14px;
  padding: 4px 11px; border-radius: 100px; font-size: 10px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase; box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.line-badge.mr-glass { background: white; color: var(--charcoal); }
.line-badge.multimax { background: var(--blue); color: white; }
.line-badge.elite { background: var(--orange); color: white; }
.line-badge.prestige { background: var(--purple); color: white; }

/* Impact badge (top-right) */
.impact-badge {
  position: absolute; top: 14px; right: 14px; background: var(--orange);
  border-radius: 100px; padding: 4px 11px; font-size: 10px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: white; box-shadow: 0 2px 8px rgba(232,123,46,0.3);
}

/* Card body */
.product-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.product-series { font-family: "Playfair Display", serif; font-size: 12px; color: var(--orange); margin-bottom: 5px; letter-spacing: 0.05em; }
.product-name { font-size: 17px; font-weight: 600; margin-bottom: 8px; line-height: 1.25; display: flex; align-items: center; gap: 7px; }
.type-icon { flex-shrink: 0; opacity: 0.5; }
.product-desc { font-size: 13px; color: var(--mid); line-height: 1.65; margin-bottom: 14px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.product-specs { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
.spec-tag { padding: 4px 10px; border-radius: 100px; background: var(--light); font-size: 11px; font-weight: 500; color: var(--mid); }
.product-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 14px; margin-top: auto; gap: 8px; }
.product-mfr { font-size: 10px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--mid); flex-shrink: 0; }
.product-actions { display: flex; align-items: center; gap: 8px; }
.btn-view { font-size: 12px; font-weight: 600; color: var(--mid); text-decoration: none; transition: color 0.2s; white-space: nowrap; }
.btn-view:hover { color: var(--charcoal); }
.btn-quote, .btn-add-cart {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--orange); color: white; padding: 7px 14px; border-radius: 100px;
  font-size: 12px; font-weight: 600; text-decoration: none; transition: all 0.25s; white-space: nowrap;
}
.btn-quote:hover, .btn-add-cart:hover { background: var(--orange-dark); box-shadow: 0 4px 14px rgba(232,123,46,0.4); }
.btn-add-cart { border: none; cursor: pointer; font-family: "Outfit", sans-serif; }

/* Catalog divider */
.catalog-divider { border: none; border-top: 1px solid var(--border); margin: 0 48px; }

/* No results */
.no-results { text-align: center; padding: 80px 48px; display: none; grid-column: 1/-1; }
.no-results.show { display: block; }
.no-results-icon { font-size: 40px; margin-bottom: 12px; opacity: 0.3; }
.no-results h3 { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 500; margin-bottom: 8px; }
.no-results p { font-size: 15px; color: var(--mid); }

/* ── COMMERCIAL SPECIFIC ── */
.capability-band { background: var(--light); border-bottom: 1px solid var(--border); }
.capability-inner { max-width: 1280px; margin: 0 auto; padding: 40px 48px; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.cap-item { display: flex; flex-direction: column; gap: 6px; }
.cap-title { font-size: 14px; font-weight: 700; color: var(--charcoal); }
.cap-desc { font-size: 13px; color: var(--mid); line-height: 1.55; }

.intro-section { max-width: 1280px; margin: 0 auto; padding: 64px 48px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.intro-content { display: flex; flex-direction: column; gap: 20px; }
.intro-title { margin-top: 8px; }
.intro-desc { font-size: 16px; color: var(--mid); line-height: 1.75; }
.intro-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.intro-bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--mid); line-height: 1.55; }
.intro-bullets li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); flex-shrink: 0; margin-top: 6px; }
.intro-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); border-radius: 20px; overflow: hidden; }
.intro-stat { background: var(--light); padding: 28px 24px; display: flex; flex-direction: column; gap: 4px; }
.intro-stat-num { font-family: "Playfair Display", serif; font-size: 32px; color: var(--charcoal); line-height: 1; }
.intro-stat-num span { color: var(--orange); }
.intro-stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mid); margin-top: 2px; }

.spec-table { width: 100%; border-collapse: collapse; margin-bottom: 16px; font-size: 12px; }
.spec-table tr { border-bottom: 1px solid var(--border); }
.spec-table tr:last-child { border-bottom: none; }
.spec-table td { padding: 6px 4px; color: var(--mid); }
.spec-table td:first-child { font-weight: 600; color: var(--charcoal); width: 40%; padding-right: 8px; }
.type-badge-inline { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid); margin-bottom: 4px; }

/* ── CART MODAL ── */
.cart-modal-overlay {
  position: fixed; inset: 0; background: rgba(28,28,28,0.55);
  backdrop-filter: blur(4px); z-index: 9000;
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity 0.25s;
}
.cart-modal-overlay.open { opacity: 1; pointer-events: all; }
.cart-modal-box {
  background: white; border-radius: 20px; padding: 36px;
  width: 100%; max-width: 460px; position: relative;
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
  transform: translateY(16px); transition: transform 0.25s;
}
.cart-modal-overlay.open .cart-modal-box { transform: translateY(0); }
.cart-modal-close {
  position: absolute; top: 16px; right: 16px; background: var(--light); border: none;
  border-radius: 50%; width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--mid); transition: all 0.2s;
}
.cart-modal-close:hover { background: var(--border); color: var(--charcoal); }
.cart-modal-header { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.cart-modal-img-wrap {
  width: 90px; height: 90px; flex-shrink: 0; border-radius: 10px;
  background: #f7f5f2; border: 1px solid var(--border); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.cart-modal-product { flex: 1; }
.cart-modal-series { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.cart-modal-name { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 500; color: var(--charcoal); line-height: 1.2; }
.cart-modal-fields { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
.cart-field-row { display: flex; gap: 14px; }
.cart-field-row.two-col .cart-field { flex: 1; }
.cart-field { display: flex; flex-direction: column; gap: 6px; }
.cart-field label { font-size: 12px; font-weight: 600; color: var(--mid); text-transform: uppercase; letter-spacing: 0.06em; }
.cart-field input[type="number"], .cart-field input[type="text"] {
  width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 10px;
  font-size: 15px; font-family: "Outfit", sans-serif; color: var(--charcoal);
  outline: none; transition: border-color 0.2s; box-sizing: border-box;
}
.cart-field input:focus { border-color: var(--orange); }
.cart-field input[type="number"] { max-width: 100px; }
.cart-input-with-unit { position: relative; }
.cart-input-with-unit input { padding-right: 36px; }
.cart-input-unit { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 12px; font-weight: 600; color: var(--mid); pointer-events: none; }
.cart-modal-note { font-size: 12px; color: var(--mid); line-height: 1.5; margin: 0; }
.cart-modal-actions { display: flex; gap: 10px; }
.cart-modal-btn-secondary {
  flex: 1; padding: 12px 20px; border: 1.5px solid var(--border); border-radius: 100px;
  background: white; font-size: 14px; font-weight: 600; font-family: "Outfit", sans-serif;
  color: var(--charcoal); cursor: pointer; transition: all 0.2s;
}
.cart-modal-btn-secondary:hover { border-color: var(--charcoal); }
.cart-modal-btn-primary {
  flex: 1.4; padding: 12px 20px; border: none; border-radius: 100px;
  background: var(--orange); font-size: 14px; font-weight: 600; font-family: "Outfit", sans-serif;
  color: white; cursor: pointer; transition: all 0.2s;
}
.cart-modal-btn-primary:hover { background: var(--orange-dark); box-shadow: 0 4px 14px rgba(232,123,46,0.4); }

/* ── CHECKOUT PAGE ── */
.checkout-body { background: var(--light); }

.page-header { background: var(--charcoal); padding: 48px 48px 44px; position: relative; overflow: hidden; }
.page-header::after {
  content: ""; position: absolute; inset: 0;
  background: url('../images/impact-windows-waterfront-home-fort-lauderdale.jpg') center/cover no-repeat;
  opacity: 0.1;
}
.page-header-inner { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.page-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 10px; }
.page-eyebrow::before { content: ""; width: 24px; height: 2px; background: rgba(255,255,255,0.3); flex-shrink: 0; }
.page-header h1 { font-family: "Playfair Display", serif; font-size: clamp(24px,3vw,38px); font-weight: 500; color: white; line-height: 1.15; }
.page-header p { font-size: 15px; color: rgba(255,255,255,0.5); max-width: 520px; line-height: 1.65; }

.checkout-wrap { max-width: 1280px; margin: 0 auto; padding: 48px 48px 80px; display: grid; grid-template-columns: 1fr 420px; gap: 40px; align-items: start; }

.cart-panel {}
.panel-title { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 500; color: var(--charcoal); margin-bottom: 6px; }
.panel-subtitle { font-size: 14px; color: var(--mid); margin-bottom: 24px; }
.cart-actions-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.btn-clear-cart { font-size: 13px; font-weight: 600; color: var(--mid); background: none; border: 1px solid var(--border); border-radius: 100px; padding: 7px 16px; cursor: pointer; transition: all 0.2s; font-family: "Outfit", sans-serif; }
.btn-clear-cart:hover { border-color: #c0392b; color: #c0392b; }
.btn-continue { font-size: 13px; font-weight: 600; color: var(--mid); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
.btn-continue:hover { color: var(--charcoal); }
.btn-continue svg { opacity: 0.5; }

.cart-items { display: flex; flex-direction: column; gap: 12px; }
.cart-item { background: white; border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; display: flex; align-items: flex-start; gap: 18px; transition: border-color 0.2s; }
.cart-item:hover { border-color: var(--orange); }
.cart-item-icon { width: 64px; height: 64px; border-radius: 12px; background: var(--light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--mid); overflow: hidden; border: 1px solid var(--border); }
.cart-item-icon img { width: 100%; height: 100%; object-fit: contain; padding: 8px; box-sizing: border-box; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-series { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); margin-bottom: 3px; }
.cart-item-name { font-size: 16px; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; line-height: 1.2; }
.cart-item-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cart-size-pill { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; border-radius: 100px; background: var(--light); border: 1px solid var(--border); font-size: 12px; font-weight: 500; color: var(--mid); }
.cart-size-pill svg { opacity: 0.5; }
.cart-item-controls { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.qty-input { width: 64px; padding: 8px 10px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 15px; font-family: "Outfit", sans-serif; color: var(--charcoal); outline: none; text-align: center; transition: border-color 0.2s; }
.qty-input:focus { border-color: var(--orange); }
.qty-label { font-size: 11px; font-weight: 600; color: var(--mid); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.qty-wrap { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.btn-remove { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border); background: white; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--mid); transition: all 0.2s; flex-shrink: 0; }
.btn-remove:hover { border-color: #c0392b; color: #c0392b; background: #fff5f5; }

.cart-empty { background: white; border: 1px solid var(--border); border-radius: 20px; padding: 64px 32px; text-align: center; display: none; }
.cart-empty.show { display: block; }
.cart-empty-icon { font-size: 48px; margin-bottom: 16px; opacity: 0.25; }
.cart-empty h3 { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 500; color: var(--charcoal); margin-bottom: 10px; }
.cart-empty p { font-size: 15px; color: var(--mid); margin-bottom: 24px; line-height: 1.6; }
.btn-shop-now { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: white; padding: 12px 24px; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.25s; }
.btn-shop-now:hover { background: var(--orange-dark); box-shadow: 0 4px 14px rgba(232,123,46,0.4); transform: translateY(-1px); }

.cart-summary { background: white; border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; margin-top: 12px; display: flex; align-items: center; justify-content: space-between; }
.cart-summary-label { font-size: 14px; color: var(--mid); }
.cart-summary-count { font-size: 18px; font-weight: 700; color: var(--charcoal); }
.cart-summary-count span { color: var(--orange); }
.cart-summary-note { font-size: 12px; color: var(--mid); margin-top: 2px; }

.form-panel { background: white; border: 1px solid var(--border); border-radius: 20px; padding: 32px; position: sticky; top: calc(var(--nav-h) + 24px); }
.form-panel-title { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 500; color: var(--charcoal); margin-bottom: 4px; }
.form-panel-sub { font-size: 14px; color: var(--mid); margin-bottom: 28px; line-height: 1.5; }
.form-divider { border: none; border-top: 1px solid var(--border); margin: 24px 0; }
.form-grid { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 12px; font-weight: 600; color: var(--mid); text-transform: uppercase; letter-spacing: 0.06em; }
.form-field label .req { color: var(--orange); margin-left: 2px; }
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 10px;
  font-size: 15px; font-family: "Outfit", sans-serif; color: var(--charcoal);
  outline: none; transition: border-color 0.2s; background: white;
}
.form-field input:focus, .form-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(232,123,46,0.1); }
.form-field textarea { resize: vertical; min-height: 130px; line-height: 1.55; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #bbb; }

.btn-submit {
  width: 100%; padding: 14px 24px; border: none; border-radius: 100px;
  background: var(--orange); font-size: 15px; font-weight: 700; font-family: "Outfit", sans-serif;
  color: white; cursor: pointer; transition: all 0.25s; margin-top: 8px;
}
.btn-submit:hover { background: var(--orange-dark); box-shadow: 0 6px 20px rgba(232,123,46,0.4); transform: translateY(-1px); }
.btn-submit:active { transform: translateY(0); }
.btn-submit:disabled { background: var(--mid); cursor: not-allowed; transform: none; box-shadow: none; }
.form-note { font-size: 12px; color: var(--mid); text-align: center; margin-top: 12px; line-height: 1.55; }
.form-note a { color: var(--orange); text-decoration: none; }
.form-error { background: #fff3f3; border: 1px solid #ffcdd2; color: #c62828; font-size: 13px; padding: 10px 14px; border-radius: 8px; margin-bottom: 12px; }

.success-state { display: none; text-align: center; padding: 32px 16px; }
.success-state.show { display: block; }
.success-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(46,196,104,0.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: #2ec468; }
.success-state h3 { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 500; color: var(--charcoal); margin-bottom: 10px; }
.success-state p { font-size: 15px; color: var(--mid); line-height: 1.65; margin-bottom: 24px; }
.success-state a { display: inline-flex; align-items: center; gap: 8px; padding: 11px 24px; border-radius: 100px; border: 1.5px solid var(--border); font-size: 14px; font-weight: 600; color: var(--mid); text-decoration: none; transition: all 0.2s; }
.success-state a:hover { border-color: var(--charcoal); color: var(--charcoal); }

/* CTA band variants for catalog */
.cta-white { background: white; color: var(--charcoal); padding: 14px 28px; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.25s; white-space: nowrap; }
.cta-white:hover { box-shadow: 0 8px 28px rgba(255,255,255,0.25); transform: translateY(-1px); }
.cta-ghost { display: flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 100px; border: 1.5px solid rgba(255,255,255,0.25); color: white; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.25s; white-space: nowrap; }
.cta-ghost:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.06); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-stats { display: grid; grid-template-columns: repeat(2,1fr); max-width: 400px; }
  .mfr-section, .jump-section, .how-section { padding-left: 24px; padding-right: 24px; }
  .catalog-trust-bar { padding: 0 24px; }
  .mfr-cards { grid-template-columns: 1fr; }
  .jump-grid { grid-template-columns: 1fr 1fr; }
  .how-steps { grid-template-columns: repeat(2,1fr); }
  .breadcrumb { padding-left: 24px; padding-right: 24px; }
  .page-hero-inner, .catalog-section { padding-left: 24px; padding-right: 24px; }
  .filter-bar-inner { padding: 0 24px; }
  .filter-search { display: none; }
  .catalog-divider { margin: 0 24px; }
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .capability-inner { padding: 32px 24px; grid-template-columns: repeat(2,1fr); }
  .intro-section { padding-left: 24px; padding-right: 24px; }
  .intro-grid { grid-template-columns: 1fr; }
  .checkout-wrap { padding: 32px 24px 60px; grid-template-columns: 1fr; gap: 32px; }
  .form-panel { position: static; }
  .page-header { padding: 40px 24px 36px; }
}
@media (max-width: 640px) {
  .hero-inner { padding: 56px 24px 48px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 28px; }
  .jump-grid { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr; }
  .mfr-card-header { flex-direction: column; gap: 12px; }
  .products-grid { grid-template-columns: 1fr; }
  .catalog-section { padding-top: 36px; padding-bottom: 48px; }
  .capability-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cart-item { flex-wrap: wrap; }
  .cart-item-controls { width: 100%; justify-content: flex-end; margin-top: 8px; }
}
@media print {
  .filter-bar, .cart-modal-overlay { display: none; }
  .product-card { break-inside: avoid; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
