/*══════════════════════════════════════════════════════════════
  CHLOREN CSS AUTHORITY FILE (Phase 3 Unified)
  ══════════════════════════════════════════════════════════════
  ══════════════════════════════════════════════════════════════*/

/* 1. CSS CUSTOM PROPERTIES (GLOBAL) */
:root {
  --chl-cream: #F5F0E8;
  --chl-cream-dark: #EDE5D8;
  --chl-sand: #E8E0D4;
  --chl-espresso: #2C1810;
  --chl-espresso-light: #5C4A3A;
  --chl-terracotta: #C67B5C;
  --chl-terracotta-hover: #B06A4E;
  --chl-terracotta-light: rgba(198,123,92,0.1);
  --chl-white: #FFFFFF;
  --chl-warm-shadow: rgba(44,24,16,0.06);
  --chl-warm-border: rgba(44,24,16,0.08);
  --chl-font: 'Plus Jakarta Sans', -apple-system, sans-serif;

  /* Non-prefixed aliases for backward compat with inline style="" in templates */
  --cream: #F5F0E8;
  --espresso: #2C1810;
  --espresso-light: #5C4A3A;
  --terracotta: #C67B5C;
  --terracotta-hover: #B06A4E;
  --white: #FFFFFF;
  --warm-border: rgba(44,24,16,0.08);
  --warm-shadow: rgba(44,24,16,0.06);

  /* Override Astra global colors to warm palette */
  --ast-global-color-0: #C67B5C;
  --ast-global-color-1: #C67B5C;
  --ast-global-color-2: #2C1810;
  --ast-global-color-3: #5C4A3A;
  --ast-global-color-4: #EDE5D8;
  --ast-global-color-5: #FFFFFF;
  --ast-global-color-6: #E8E0D4;
  --ast-global-color-7: #5C4A3A;
  --ast-global-color-8: #2C1810;
}
n/* Override any runtime-generated inline CSS variables */
:root {
  --chl-primary: #C67B5C !important;
  --chl-primary-dark: #B06A4E !important;
  --chl-primary-light: #EDE5D8 !important;
  --chl-bg-dark: #2C1810 !important;
  --chl-bg-section: #F5F0E8 !important;
}


/* 2. BASE BODY STYLES (global.css) */
body.chloren-site-wide {
  font-family: var(--chl-font);
  background: var(--chl-cream);
  color: var(--chl-espresso);
}
body.chloren-site-wide a { color: var(--chl-terracotta); }
body.chloren-site-wide a:hover { color: var(--chl-terracotta-hover); }
body.chloren-site-wide h1, body.chloren-site-wide h2,
body.chloren-site-wide h3, body.chloren-site-wide h4,
body.chloren-site-wide h5, body.chloren-site-wide h6 {
  color: var(--chl-espresso);
}

/* 3. ASTRA HEADER OVERRIDES (global.css + subpage.css) */
body.chloren-site-wide .site-header,
body.chloren-site-wide .ast-header,
body.chloren-site-wide .ast-desktop-header,
body.chloren-site-wide .ast-mobile-header,
body.chloren-site-wide .main-header-bar,
body.chloren-site-wide .ast-above-header,
body.chloren-site-wide .ast-below-header,
body.chloren-site-wide .ast-primary-header-bar {
  background: rgba(245, 240, 232, 0.95) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid var(--chl-warm-border) !important;
}
body.chloren-site-wide .main-header-bar a,
body.chloren-site-wide .ast-header a,
body.chloren-site-wide .site-header a {
  color: var(--chl-espresso-light) !important;
  font-family: var(--chl-font) !important;
}
body.chloren-site-wide .main-header-bar a:hover,
body.chloren-site-wide .ast-header a:hover {
  color: var(--chl-terracotta) !important;
}

/* Fixed header with rounded bar (subpage.css) */
body.chloren-site-wide .main-header-bar-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100 !important;
}
body.chloren-site-wide .main-header-bar {
  max-width: 90% !important;
  margin: 20px auto !important;
  border-radius: 100px !important;
  background: rgba(245, 240, 232, 0.9) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border: 1px solid var(--chl-warm-border) !important;
  box-shadow: none !important;
  padding: 4px 24px !important;
}
body.chloren-site-wide .ast-primary-header-bar,
body.chloren-site-wide .ast-header-break-point .main-header-bar {
  border-bottom-color: var(--chl-warm-border) !important;
}
body.chloren-site-wide .main-navigation a {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
}
body.chloren-site-wide .main-navigation .current-menu-item > a,
body.chloren-site-wide .main-navigation a:hover {
  color: var(--chl-terracotta) !important;
}
body.chloren-site-wide .ast-woo-header-cart-info-wrap,
body.chloren-site-wide .ast-site-header-cart {
  display: none !important;
}

/* 4. ASTRA FOOTER OVERRIDES (global.css + subpage.css) */
body.chloren-site-wide .site-footer,
body.chloren-site-wide footer.site-footer,
body.chloren-site-wide .ast-footer,
body.chloren-site-wide .ast-primary-footer {
  background: var(--chl-espresso) !important;
  color: rgba(255,255,255,0.7) !important;
  border-top: none !important;
}
body.chloren-site-wide .site-footer {
  padding: 48px 24px !important;
  text-align: center !important;
}
body.chloren-site-wide .site-footer a {
  color: rgba(255,255,255,0.7) !important;
}
body.chloren-site-wide .site-footer a:hover {
  color: var(--chl-terracotta) !important;
}
body.chloren-site-wide .site-footer .widget-title {
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.4) !important;
}

/* 5. CONTENT AREA (global.css) */
body.chloren-site-wide .site-content { background: var(--chl-cream); }
body.chloren-site-wide .ast-container { background: transparent; }
body.chloren-site-wide .entry-content {
  padding: 60px 24px 80px;
  max-width: 1200px;
  margin: 0 auto;
}
body.chloren-landing-active #primary, body.chl-pages-active #primary {
  width: 100% !important; max-width: 100% !important;
}

/* 6. WooCommerce OVERRIDES (global.css) */
body.chloren-site-wide .woocommerce .button,
body.chloren-site-wide .woocommerce a.button {
  background: var(--chl-terracotta) !important;
  color: var(--chl-white) !important;
  border-radius: 100px !important;
  font-family: var(--chl-font) !important;
}

/* 7. 404 PAGE (global.css) */
body.error404.chloren-site-wide .page-content {
  text-align: center;
  padding: 120px 24px;
}

/* 8. UNIFIED CONTENT CONTAINER (global.css) */
.chloren-v2 .container,
.chl-services-page .container,
.chl-portfolio-page .container,
.chl-section .container,
.chl-subpage-content .container {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 24px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.chl-pages-page-hero {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 24px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
body.chloren-site-wide .entry-content figure.wp-block-image,
body.chloren-site-wide .entry-content .wp-block-image {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
body.chloren-site-wide .entry-content .wp-block-image img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.chl-services-page, .chl-portfolio-page { width: 100% !important; }
.chl-portfolio-page > *:not(.container):not(.chl-pages-page-hero) {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
}

/* 9. FULL-WIDTH LAYOUT - SITE-WIDE (subpage.css) */
body.chloren-site-wide .site {
  overflow-x: hidden;
  max-width: 100% !important;
}
body.chloren-site-wide .site-content { padding-top: 100px !important; }
body.chloren-site-wide .ast-container,
body.chloren-site-wide .site-content .ast-container {
  max-width: 100% !important;
  padding: 0 24px !important;
}
body.chloren-site-wide #primary,
body.chloren-site-wide .content-area,
body.chloren-site-wide .ast-article-single {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.chloren-site-wide .site-main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.chloren-site-wide .ast-left-sidebar,
body.chloren-site-wide .ast-right-sidebar { display: none !important; }
body.chloren-site-wide .entry-header,
body.chloren-site-wide .ast-breadcrumbs-wrapper { display: none !important; }
body.chloren-site-wide.ast-separate-container #primary,
body.chloren-site-wide.ast-separate-container .ast-article-single {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
body.chloren-site-wide.ast-right-sidebar #primary {
  padding-right: 0 !important;
  border: none !important;
}

/* 10. ADMIN BAR OFFSETS (subpage.css) */
body.chloren-site-wide.admin-bar .site-content { padding-top: 132px !important; }
body.chloren-site-wide .ast-title-bar-wrap { display: none !important; }

/* 11. LANDING PAGE OVERRIDES (landing.css) */
body.chloren-landing-active .site-header,
body.chloren-landing-active .ast-header,
body.chloren-landing-active .ast-desktop-header,
body.chloren-landing-active .ast-mobile-header,
body.chloren-landing-active .main-header-bar,
body.chloren-landing-active .ast-above-header,
body.chloren-landing-active .ast-below-header,
body.chloren-landing-active .site-footer,
body.chloren-landing-active .ast-footer,
body.chloren-landing-active footer.site-footer,
body.chloren-landing-active .ast-primary-footer,
body.chloren-landing-active .ast-breadcrumbs-wrapper,
body.chloren-landing-active .entry-header,
body.chloren-landing-active .ast-left-sidebar,
body.chloren-landing-active .ast-right-sidebar {
  display: none !important;
}
body.chloren-landing-active .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
body.chloren-landing-active .site-content {
  padding: 0 !important;
  margin: 0 !important;
}
body.chloren-landing-active .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}
body.chloren-landing-active #page {
  max-width: 100% !important;
  overflow: hidden !important;
}
body.chloren-landing-active .site {
  background: transparent !important;
  overflow: hidden !important;
  max-width: 100% !important;
}
body.chloren-landing-active .chloren-v2 {
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}
body.chloren-landing-active #primary { width: 100% !important; max-width: 100% !important; }
body.chloren-landing-active .site-main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

/* 11b. LANDING PAGE SECTIONS — Hero, Projects, Services, Materials, Process, CTA, Footer */
.chloren-v2 * { margin: 0; padding: 0; box-sizing: border-box; }
.chloren-v2 {
  font-family: var(--chl-font);
  background: var(--chl-cream);
  color: var(--chl-espresso);
  overflow-x: hidden;
}
.chloren-v2 a { text-decoration: none; }
.chloren-v2 nav {
  position: fixed; top: 20px; left: 50%; transform: translateX(-50%);
  z-index: 100; display: flex; align-items: center; gap: 32px;
  padding: 12px 28px;
  background: rgba(245, 240, 232, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--chl-warm-border);
  border-radius: 100px; transition: all 0.4s;
}
.chloren-v2 nav.scrolled { background: rgba(245, 240, 232, 0.97); box-shadow: 0 4px 24px var(--chl-warm-shadow); }
.chloren-v2 .logo { font-weight: 700; font-size: 20px; letter-spacing: 2px; color: var(--chl-espresso); }
.chloren-v2 .logo span { color: var(--chl-terracotta); }
.chloren-v2 .nav-links { display: flex; gap: 24px; list-style: none; }
.chloren-v2 .nav-links a { color: var(--chl-espresso-light); font-size: 13px; font-weight: 500; letter-spacing: 0.5px; transition: color 0.3s; }
.chloren-v2 .nav-links a:hover { color: var(--chl-espresso); }
.chloren-v2 .nav-cta { padding: 8px 20px; background: var(--chl-terracotta); color: var(--chl-white) !important; border-radius: 100px; font-weight: 600; font-size: 13px; transition: all 0.3s; }
.chloren-v2 .nav-cta:hover { background: var(--chl-terracotta-hover); transform: scale(1.05); }
.chloren-v2 .hamburger { display: none; }
.chloren-v2 .hero {
  min-height: 100dvh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 120px 24px 80px; position: relative; overflow: hidden;
}
.chloren-v2 .hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, rgba(245,240,232,0.92) 0%, rgba(245,240,232,0.6) 50%, rgba(237,229,216,0.3) 100%), url("/wp-content/uploads/chloren_prototype/living_room_hires.webp") center/cover no-repeat;
}
.chloren-v2 .hero-content { position: relative; z-index: 1; max-width: 900px; }
.chloren-v2 .hero-badge {
  display: inline-block; padding: 6px 16px;
  border: 1px solid var(--chl-terracotta); border-radius: 100px;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--chl-terracotta); margin-bottom: 24px;
  background: var(--chl-terracotta-light);
}
.chloren-v2 .hero h1 {
  font-size: clamp(42px, 7vw, 88px); font-weight: 700;
  line-height: 1.05; letter-spacing: -2px;
  margin-bottom: 24px; color: var(--chl-espresso);
}
.chloren-v2 .hero h1 .hl { color: var(--chl-terracotta); }
.chloren-v2 .hero p {
  font-size: clamp(16px, 2vw, 20px); color: var(--chl-espresso-light);
  line-height: 1.7; max-width: 640px; margin: 0 auto 40px; font-weight: 300;
}
.chloren-v2 .hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.chloren-v2 .btn-p {
  padding: 16px 36px; background: var(--chl-terracotta); color: var(--chl-white);
  border: none; border-radius: 100px; font-size: 14px; font-weight: 600;
  cursor: pointer; transition: all 0.3s;
  display: inline-flex; align-items: center; gap: 8px;
}
.chloren-v2 .btn-p:hover {
  background: var(--chl-terracotta-hover); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(198,123,92,0.3);
}
.chloren-v2 .btn-s {
  padding: 16px 36px; background: transparent; color: var(--chl-espresso);
  border: 1px solid var(--chl-warm-border); border-radius: 100px;
  font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s;
}
.chloren-v2 .btn-s:hover { border-color: var(--chl-terracotta); color: var(--chl-terracotta); }
.chloren-v2 .hero-stats { display: flex; gap: 48px; margin-top: 64px; justify-content: center; flex-wrap: wrap; }
.chloren-v2 .hero-stat { text-align: center; }
.chloren-v2 .hero-stat .n { font-size: 32px; font-weight: 700; color: var(--chl-espresso); }
.chloren-v2 .hero-stat .l {
  font-size: 12px; color: var(--chl-espresso-light);
  letter-spacing: 1px; text-transform: uppercase; margin-top: 4px;
}
.chloren-v2 section { padding: 100px 0; }
.chloren-v2 .sec-hdr { text-align: center; margin-bottom: 60px; }
.chloren-v2 .sec-label {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--chl-terracotta); margin-bottom: 12px; font-weight: 600;
}
.chloren-v2 .sec-title {
  font-size: clamp(28px, 4vw, 48px); font-weight: 700;
  letter-spacing: -1px; margin-bottom: 16px; color: var(--chl-espresso);
}
.chloren-v2 .sec-sub {
  font-size: 16px; color: var(--chl-espresso-light);
  max-width: 560px; line-height: 1.6; font-weight: 300;
}
.chloren-v2 .sec-hdr .sec-sub { margin: 0 auto; }
.chloren-v2 .section-light { background: var(--chl-cream); }
.chloren-v2 .section-white { background: var(--chl-white); }
.chloren-v2 .proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.chloren-v2 .proj-card {
  border-radius: 16px; overflow: hidden; cursor: pointer;
  background: var(--chl-white);
  box-shadow: 0 2px 16px var(--chl-warm-shadow);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.chloren-v2 .proj-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(44,24,16,0.1); }
.chloren-v2 .proj-card .thumb { width: 100%; aspect-ratio: 4/3; overflow: hidden; }
.chloren-v2 .proj-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.chloren-v2 .proj-card:hover .thumb img { transform: scale(1.05); }
.chloren-v2 .proj-card .info { padding: 20px 24px 24px; }
.chloren-v2 .proj-card .info h3 { font-size: 17px; font-weight: 600; margin-bottom: 4px; color: var(--chl-espresso); }
.chloren-v2 .proj-card .info p { font-size: 13px; color: var(--chl-espresso-light); }
.chloren-v2 .proj-card .tags { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.chloren-v2 .proj-card .tags span {
  padding: 3px 10px; background: var(--chl-terracotta-light);
  border-radius: 100px; font-size: 11px; color: var(--chl-terracotta);
}
.chloren-v2 .proj-card.featured { grid-column: span 2; grid-row: span 1; }
.chloren-v2 .proj-card.featured .thumb { aspect-ratio: 16/9; }
.chloren-v2 .srv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.chloren-v2 .srv-card {
  padding: 40px 32px; border-radius: 16px;
  background: var(--chl-white);
  box-shadow: 0 2px 16px var(--chl-warm-shadow);
  border: 1px solid transparent;
  transition: all 0.4s; position: relative; overflow: hidden;
}
.chloren-v2 .srv-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(44,24,16,0.08); }
.chloren-v2 .srv-card .icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--chl-terracotta-light);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 20px;
}
.chloren-v2 .srv-card .tier {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--chl-terracotta); margin-bottom: 8px; font-weight: 600;
}
.chloren-v2 .srv-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 12px; color: var(--chl-espresso); }
.chloren-v2 .srv-card p { font-size: 14px; color: var(--chl-espresso-light); line-height: 1.7; }
.chloren-v2 .srv-card .price { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--chl-warm-border); }
.chloren-v2 .srv-card .price .amt { font-size: 28px; font-weight: 700; color: var(--chl-terracotta); }
.chloren-v2 .srv-card .price .note { font-size: 12px; color: var(--chl-espresso-light); }
.chloren-v2 .srv-card.popular { border-color: var(--chl-terracotta); }
.chloren-v2 .pop-badge {
  position: absolute; top: 16px; right: 16px;
  padding: 4px 12px; background: var(--chl-terracotta);
  color: var(--chl-white); border-radius: 100px;
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.chloren-v2 .mat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.chloren-v2 .mat-item {
  aspect-ratio: 1; border-radius: 12px; overflow: hidden;
  position: relative; cursor: pointer;
  background: var(--chl-sand);
  border: 1px solid var(--chl-warm-border);
  transition: all 0.4s;
}
.chloren-v2 .mat-item:hover { border-color: var(--chl-terracotta); transform: scale(1.02); }
.chloren-v2 .mat-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.chloren-v2 .mat-item .ml {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 12px;
  background: linear-gradient(transparent, rgba(245,240,232,0.95));
  font-size: 12px; font-weight: 500; color: var(--chl-espresso);
}
.chloren-v2 .step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.chloren-v2 .step {
  text-align: center; padding: 32px 20px; border-radius: 16px;
  background: var(--chl-white);
  box-shadow: 0 2px 12px var(--chl-warm-shadow);
}
.chloren-v2 .step .sn {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--chl-terracotta-light);
  border: 1px solid var(--chl-terracotta);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: var(--chl-terracotta);
  margin: 0 auto 16px;
}
.chloren-v2 .step h4 { font-size: 16px; font-weight: 600; margin-bottom: 8px; color: var(--chl-espresso); }
.chloren-v2 .step p { font-size: 13px; color: var(--chl-espresso-light); line-height: 1.6; }
.chloren-v2 .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.chloren-v2 .cta-sec { text-align: center; padding: 100px 0; background: var(--chl-espresso); position: relative; }
.chloren-v2 .cta-sec::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(198,123,92,0.08) 0%, transparent 70%);
}
.chloren-v2 .cta-sec .container { position: relative; z-index: 1; }
.chloren-v2 .cta-sec .sec-label { color: var(--chl-terracotta); }
.chloren-v2 .cta-sec h2 {
  font-size: clamp(28px, 4vw, 48px); font-weight: 700;
  margin-bottom: 16px; color: var(--chl-white);
}
.chloren-v2 .cta-sec p {
  color: rgba(255,255,255,0.6); max-width: 520px;
  margin: 0 auto 32px; font-size: 16px; line-height: 1.6; font-weight: 300;
}
.chloren-v2 footer { padding: 48px 0; background: var(--chl-espresso); border-top: 1px solid rgba(255,255,255,0.06); }
.chloren-v2 .ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.chloren-v2 .ft-col h5 {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-bottom: 16px;
}
.chloren-v2 .ft-col p, .chloren-v2 .ft-col a {
  font-size: 14px; color: rgba(255,255,255,0.7);
  line-height: 2; text-decoration: none; display: block;
}
.chloren-v2 .ft-col a:hover { color: var(--chl-terracotta); }
.chloren-v2 footer .logo { color: var(--chl-white); }
.chloren-v2 .reveal {
  opacity: 0; transform: translateY(60px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.chloren-v2 .reveal.visible { opacity: 1; transform: translateY(0); }
.chloren-v2 .reveal-d1 { transition-delay: 0.1s; }
.chloren-v2 .reveal-d2 { transition-delay: 0.2s; }
.chloren-v2 .reveal-d3 { transition-delay: 0.3s; }
.chloren-v2 .reveal-d4 { transition-delay: 0.4s; }
@media (max-width: 900px) {
  .chloren-v2 .hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
  .chloren-v2 .hamburger span { display: block; width: 22px; height: 2px; background: var(--chl-espresso); border-radius: 2px; transition: all 0.3s; }
  .chloren-v2 .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .chloren-v2 .hamburger.active span:nth-child(2) { opacity: 0; }
  .chloren-v2 .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  .chloren-v2 .nav-links.active { display: flex; flex-direction: column; position: fixed; top: 70px; left: 5%; right: 5%; background: rgba(245,240,232,0.98); border: 1px solid var(--chl-warm-border); border-radius: 16px; padding: 24px; gap: 16px; align-items: center; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: 0 8px 32px var(--chl-warm-shadow); z-index: 99; }
  .chloren-v2 .nav-links.active li { width: 100%; text-align: center; }
  .chloren-v2 .nav-links.active a { font-size: 15px; padding: 8px 0; display: block; }
  .chloren-v2 .nav-links.active .nav-cta { margin-top: 8px; }
  .chloren-v2 nav { top: 10px; padding: 10px 16px; gap: 16px; width: 90%; }
  .chloren-v2 .nav-links { display: none; }
  .chloren-v2 .srv-grid, .chloren-v2 .proj-grid { grid-template-columns: 1fr; }
  .chloren-v2 .proj-card.featured { grid-column: span 1; }
  .chloren-v2 .mat-grid { grid-template-columns: repeat(2, 1fr); }
  .chloren-v2 .step-grid { grid-template-columns: repeat(2, 1fr); }
  .chloren-v2 .testimonial-grid { grid-template-columns: 1fr; }
  .chloren-v2 .ft-grid { grid-template-columns: 1fr 1fr; }
}
/* 12. SUBPAGES (chl-pages-active) - NAV / FOOTER / LAYOUT (pages.css) */

/* 12a. Hide Astra chrome on subpages */
body.chl-pages-active .site-header,
body.chl-pages-active .ast-header,
body.chl-pages-active .ast-desktop-header,
body.chl-pages-active .ast-mobile-header,
body.chl-pages-active .main-header-bar,
body.chl-pages-active .ast-above-header,
body.chl-pages-active .ast-below-header,
body.chl-pages-active .site-footer,
body.chl-pages-active .ast-footer,
body.chl-pages-active footer.site-footer,
body.chl-pages-active .ast-primary-footer,
body.chl-pages-active .ast-breadcrumbs-wrapper,
body.chl-pages-active .entry-header,
body.chl-pages-active .ast-title-bar-wrap,
body.chl-pages-active .ast-left-sidebar,
body.chl-pages-active .ast-right-sidebar,
body.chl-pages-active #secondary {
  display: none !important;
}
body.chl-pages-active .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
body.chl-pages-active .site-content {
  margin: 0 !important;
  padding: 0 !important;
  background: var(--chl-cream) !important;
}
body.chl-pages-active .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}
body.chl-pages-active #page {
  max-width: 100% !important;
  overflow: hidden !important;
}
body.chl-pages-active .site-main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.chl-pages-active #primary,
body.chl-pages-active .content-area,
body.chl-pages-active .ast-article-single {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.chl-pages-active .chloren-v2 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* 12b. Subpage Navigation */
body.chl-pages-active .chl-subpage-nav {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: rgba(245, 240, 232, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(44, 24, 16, 0.08);
  border-radius: 100px;
  box-shadow: 0 2px 20px rgba(44, 24, 16, 0.08);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
body.chl-pages-active.admin-bar .chl-subpage-nav { top: 52px; }
body.chl-pages-active .chl-subpage-logo {
  padding: 8px 20px;
  color: var(--chl-espresso);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
  text-decoration: none;
}
body.chl-pages-active .chl-subpage-logo span { color: var(--chl-terracotta); }
body.chl-pages-active .chl-subpage-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
body.chl-pages-active .chl-subpage-link {
  padding: 8px 16px;
  border-radius: 100px;
  color: var(--chl-espresso-light);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.chl-pages-active .chl-subpage-link:hover,
body.chl-pages-active .chl-subpage-link.active {
  background: rgba(198, 123, 92, 0.12);
  color: var(--chl-terracotta);
}
body.chl-pages-active .chl-subpage-link.active { font-weight: 600; }
body.chl-pages-active .chl-subpage-cta {
  padding: 8px 20px;
  border-radius: 100px;
  background: var(--chl-terracotta);
  color: var(--chl-white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.3s ease;
}
body.chl-pages-active .chl-subpage-cta:hover {
  background: var(--chl-terracotta-hover);
  color: var(--chl-white);
}

/* 12c. Subpage Footer */
body.chl-pages-active .chl-subpage-footer {
  background: var(--chl-espresso);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 24px 40px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
body.chl-pages-active .chl-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
}
body.chl-pages-active .chl-footer-logo {
  margin-bottom: 16px;
  color: var(--chl-white);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
body.chl-pages-active .chl-footer-logo span { color: var(--chl-terracotta); }
body.chl-pages-active .chl-footer-text {
  max-width: 320px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.7;
}
body.chl-pages-active .chl-footer-social { display: flex; gap: 16px; }
body.chl-pages-active .chl-footer-social a,
body.chl-pages-active .chl-footer-links a,
body.chl-pages-active .chl-footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}
body.chl-pages-active .chl-footer-social a { color: rgba(255, 255, 255, 0.4); }
body.chl-pages-active .chl-footer-social a:hover,
body.chl-pages-active .chl-footer-links a:hover,
body.chl-pages-active .chl-footer-bottom a:hover { color: var(--chl-terracotta); }
body.chl-pages-active .chl-footer-title {
  margin: 0 0 16px;
  color: var(--chl-white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.chl-pages-active .chl-footer-links,
body.chl-pages-active .chl-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.chl-pages-active .chl-footer-links a,
body.chl-pages-active .chl-footer-contact span { font-size: 13px; }
body.chl-pages-active .chl-footer-contact span { color: rgba(255, 255, 255, 0.5); }
body.chl-pages-active .chl-footer-bottom {
  max-width: 1200px;
  margin: 60px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
body.chl-pages-active .chl-footer-legal { display: flex; gap: 24px; }
body.chl-pages-active .chl-footer-bottom a { color: rgba(255, 255, 255, 0.3); }

/* 13. PORTFOLIO FILTER BUTTONS (was inline <style> in page-portfolio.php) */
.fil-controls { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 48px; }
.fil-btn {
  padding: 10px 24px;
  border: 1px solid var(--chl-warm-border);
  border-radius: 100px;
  background: var(--chl-white);
  color: var(--chl-espresso-light);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.fil-btn:hover { border-color: var(--chl-terracotta); color: var(--chl-terracotta); }
.fil-btn.active { background: var(--chl-terracotta); color: var(--chl-white); border-color: var(--chl-terracotta); }
.proj-card { transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
.proj-card.hidden { display: none; }

/* 14. RESPONSIVE BREAKPOINTS (pages.css) */
@media (max-width: 900px) {
  body.chl-pages-active .chl-subpage-nav {
    width: calc(100% - 32px);
    justify-content: space-between;
    overflow-x: auto;
    border-radius: 28px;
  }
  body.chl-pages-active .chl-subpage-links { flex-shrink: 0; }
  body.chl-pages-active .chl-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  body.chl-pages-active .chl-subpage-nav { top: 12px; padding: 8px; }
  body.chl-pages-active.admin-bar .chl-subpage-nav { top: 58px; }
  body.chl-pages-active .chl-subpage-logo { padding: 8px 12px; font-size: 16px; }
  body.chl-pages-active .chl-subpage-link,
  body.chl-pages-active .chl-subpage-cta { padding: 8px 12px; font-size: 12px; }
  body.chl-pages-active .chl-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  body.chl-pages-active .chl-footer-bottom,
  body.chl-pages-active .chl-footer-legal { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* Hide Astra demo header button (Order Online → wpastra.com) */
body.chloren-site-wide .ast-header-button-1 {
  display: none !important;
}

/* 15. MIGRATED INLINE STYLES — reusable patterns extracted from templates */

/* Section wrappers */
.chl-sec { padding: 100px 0; }
.chl-sec-tall { padding: 140px 0 100px; background: var(--chl-cream); }
.chl-sec-top { padding: 100px 0 0; }
.chl-sec-bottom { padding: 0 0 100px; }
.chl-sec-cta { padding: 100px 0; text-align: center; }

/* Section header */
.chl-sec-hdr { text-align: center; margin-bottom: 60px; }
.chl-sec-hdr .chl-sec-sub { max-width: 600px; margin: 0 auto; }
.chl-sec-center { text-align: center; margin-top: 80px; }

/* Card patterns */
.chl-card { padding: 32px; text-align: left; }

/* Labels / Tier badges */
.chl-tier-label { font-weight: 600; font-size: 13px; color: var(--chl-espresso); }
.chl-tier-label.popular { color: var(--chl-terracotta); }
.chl-sec-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--chl-espresso-light); margin-bottom: 16px; }

/* Icon box */
.chl-icon-box { background: var(--chl-terracotta-light); width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 20px; }
.chl-icon-box.accent { background: rgba(198,123,92,0.15); }

/* Footer link rows */
.chl-ft-link { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 2; display: block; text-decoration: none; }
.chl-ft-link:hover { color: var(--chl-white); }

/* Section heading */
.chl-s-h2 { font-size: clamp(28px, 4vw, 48px); font-weight: 700; margin-bottom: 16px; }
.chl-s-desc { font-size: 18px; color: var(--chl-espresso-light); margin-bottom: 24px; }
.chl-s-number { font-size: 32px; color: var(--chl-terracotta); margin-bottom: 12px; line-height: 1; }
.chl-s-testi-text { font-size: 14px; color: var(--chl-espresso-light); line-height: 1.7; margin-bottom: 16px; font-style: italic; }

/* Misc */
.chl-mt-12 { margin-top: 12px; }
.chl-mb-24 { margin-bottom: 24px; }


/* ══════════════════════════════════════════════════════════════
   16. SUBPAGE COMPONENTS - Materials / FAQ / Services feat-list
   ══════════════════════════════════════════════════════════════ */

/* 16a. Materials Cards */
.chl-materials-page .mat-card {
  border-radius: 12px; overflow: hidden;
  background: var(--chl-white);
  box-shadow: 0 2px 12px var(--chl-warm-shadow);
  transition: all 0.4s; cursor: pointer;
}
.chl-materials-page .mat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(44,24,16,0.1);
}
.chl-materials-page .mat-card .thumb {
  width: 100%; aspect-ratio: 4/3; overflow: hidden;
}
.chl-materials-page .mat-card .thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s;
}
.chl-materials-page .mat-card:hover .thumb img { transform: scale(1.05); }
.chl-materials-page .mat-card .label {
  padding: 16px 20px;
  display: flex; justify-content: space-between; align-items: center;
}
.chl-materials-page .mat-card .label h4 {
  font-size: 15px; font-weight: 600; margin: 0;
  color: var(--chl-espresso);
}
.chl-materials-page .mat-card .label span {
  font-size: 12px; color: var(--chl-terracotta); font-weight: 500;
}

/* 16b. FAQ Accordion */
.chl-faq-list { max-width: 720px; margin: 0 auto; }
.chl-faq-item {
  border-bottom: 1px solid var(--chl-warm-border);
  padding: 0;
}
.chl-faq-q {
  width: 100%; display: flex; justify-content: space-between;
  align-items: center; padding: 20px 0; background: transparent;
  border: none; cursor: pointer;
  font-size: 16px; font-weight: 500; color: var(--chl-espresso);
  font-family: var(--chl-font); text-align: left;
  transition: color 0.3s;
}
.chl-faq-q:hover { color: var(--chl-terracotta); }
.chl-faq-q svg {
  width: 20px; height: 20px; transition: transform 0.3s;
  flex-shrink: 0; color: var(--chl-espresso-light);
}
.chl-faq-q.open svg { transform: rotate(45deg); color: var(--chl-terracotta); }
.chl-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.chl-faq-a.open {
  max-height: 300px; padding-bottom: 24px;
}
.chl-faq-a p {
  font-size: 15px; color: var(--chl-espresso-light);
  line-height: 1.7; margin: 0;
}

/* 16c. Services Feature List */
.feat-list { list-style: none; padding: 0; margin: 20px 0 0; }
.feat-list li {
  padding: 6px 0; font-size: 13px; color: var(--chl-espresso-light);
  display: flex; align-items: center; gap: 8px;
}
.feat-list li::before {
  content: "✓";
  color: var(--chl-terracotta); font-weight: 700; font-size: 14px;
}

/* ====== CHLOREN PLATFORM STYLES (merged) ====== */
/* ====== CHLOREN PLATFORM STYLES ====== */
/* Supplier Landing Page, Installation Showcase, Category Grid */

/* Container */
.chl-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Sections */
.chl-section {
  padding: 80px 0;
}
.chl-section-light {
  background: #F5F0E8;
}
.chl-section-dark {
  background: #2C1810;
  color: #fff;
}
.chl-section-cta {
  background: linear-gradient(135deg, #C67B5C 0%, #B06A4E 100%);
  color: #fff;
  text-align: center;
}
.chl-section-cta .chl-btn-primary {  background: #2C1810;  color: #fff;  box-shadow: 0 4px 12px rgba(44,24,16,0.2);}.chl-section-cta .chl-btn-primary:hover {  background: #3A2416;}

.chl-section-header {
  text-align: center;
  margin-bottom: 48px;
}
.chl-section-label {
  display: inline-block;
  background: rgba(198,123,92,0.12);
  color: #C67B5C;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.chl-section-dark .chl-section-label {
  background: rgba(255,255,255,0.1);
  color: #E8B89C;
}
.chl-section-header h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.chl-section-dark .chl-section-header h2 {
  color: #fff;
}

/* Badge */
.chl-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* === HERO === */
.chl-supplier-hero {
  background: linear-gradient(135deg, rgba(15,23,42,0.85) 0%, rgba(26,26,46,0.85) 50%, rgba(22,33,62,0.85) 100%), url(https://chloren.com/wp-content/uploads/chloren/chl_hero_00001_.png);background-size:cover;background-position:center;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.chl-supplier-hero h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
}
.chl-hl {
  color: #C67B5C;
}
.chl-supplier-hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
  max-width: 720px;
  margin: 0 auto 32px;
}
.chl-supplier-hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.chl-supplier-stats {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.chl-stat {
  text-align: center;
}
.chl-stat-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #C67B5C;
}
.chl-stat-label {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

/* Buttons */
.chl-btn-primary, .chl-btn-secondary, .chl-btn-outline {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.chl-btn-primary {
  background: #8A4E3A;
  color: #fff;
}
.chl-btn-primary:hover {
  background: #6B3A2A;
  color: #fff;
}
.chl-btn-secondary {
  background: rgba(255,255,255,0.18);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
}
.chl-btn-secondary:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
}
.chl-btn-outline {
  background: rgba(198,123,92,0.12);
  color: #8A4E3A;
  border: 2px solid #C67B5C;
}
.chl-btn-outline:hover {
  background: #C67B5C;
  color: #fff;
}

/* === PAIN POINTS === */
.chl-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.chl-pain-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.chl-pain-icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.chl-pain-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}
.chl-pain-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* === VALUE === */
.chl-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.chl-value-card {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.1);
}
.chl-value-icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.chl-value-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}
.chl-value-card p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* === FIT === */
.chl-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;
}
.chl-fit-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.chl-fit-icon {
  font-size: 24px;
}

/* === PROCESS TIMELINE === */
.chl-process-timeline {
  max-width: 700px;
  margin: 0 auto;
}
.chl-process-step {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  position: relative;
}
.chl-process-step::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 52px;
  bottom: -32px;
  width: 2px;
  background: rgba(255,255,255,0.2);
}
.chl-process-step:last-child::before {
  display: none;
}
.chl-step-num {
  width: 48px;
  height: 48px;
  background: #C67B5C;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
}
.chl-step-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}
.chl-step-content p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* === PRICING === */
.chl-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.chl-pricing-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: relative;
}
.chl-pricing-featured {
  border: 2px solid #C67B5C;
  transform: scale(1.03);
}
.chl-pricing-popular {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #C67B5C;
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.chl-pricing-tier {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.chl-pricing-price {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.chl-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.chl-pricing-features li {
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.chl-pricing-features li:last-child {
  border-bottom: none;
}
.chl-pricing-note {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-top: 24px;
}

/* === INSTALLATION FEATURES === */
.chl-install-intro {
  text-align: center;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  max-width: 600px;
  margin: 0 auto 40px;
}
.chl-install-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 700px;
  margin: 0 auto 40px;
}
.chl-install-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 20px;
}
.chl-install-feature-icon {
  font-size: 28px;
  flex-shrink: 0;
}
.chl-install-feature h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #fff;
}
.chl-install-feature p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
.chl-install-cta {
  text-align: center;
}

/* === FAQ === */
.chl-faq-list {
  max-width: 700px;
  margin: 0 auto;
}
.chl-faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 0 24px;
  overflow: hidden;
}
.chl-faq-item summary {
  padding: 18px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chl-faq-item summary::after {
  content: '+';
  font-size: 20px;
  color: #C67B5C;
  font-weight: 700;
}
.chl-faq-item[open] summary::after {
  content: '−';
}
.chl-faq-item p {
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* === FINAL CTA === */
.chl-cta-content h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 16px;
  color: #fff;
}
.chl-cta-content p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0 0 32px;
}
.chl-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.chl-cta-contact {
  font-size: 14px;
  opacity: 0.7;
}

/* === INSTALLATION SHOWCASE === */
.chl-installation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.chl-install-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.chl-install-badge {
  display: inline-block;
  background: #C67B5C;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 0 6px 0;
}
.chl-install-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.chl-install-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: 4px;
}
.chl-install-before, .chl-install-after {
  position: relative;
}
.chl-install-info {
  padding: 20px;
}
.chl-install-info h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
}
.chl-install-meta {
  font-size: 13px;
  color: #777;
  margin: 0 0 10px;
}
.chl-install-info p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 12px;
}
.chl-install-details {
  font-size: 13px;
}
.chl-install-details summary {
  cursor: pointer;
  color: #C67B5C;
  font-weight: 600;
  margin-bottom: 8px;
}
.chl-install-details ul {
  padding-left: 20px;
}
.chl-install-details li {
  padding: 4px 0;
  font-size: 13px;
  color: #555;
}

/* === CATEGORY GRID === */
.chl-category-grid-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.chl-category-group {
  margin-bottom: 48px;
}
.chl-category-group-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #C67B5C;
}
.chl-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.chl-category-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: all 0.2s;
  border: 1px solid #f0f0f0;
}
.chl-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-color: #C67B5C;
}
.chl-cat-icon {
  font-size: 36px;
  margin-bottom: 12px;
}
.chl-category-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}
.chl-category-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  margin: 0 0 12px;
}
.chl-cat-cta {
  font-size: 13px;
  font-weight: 600;
  color: #C67B5C;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .chl-supplier-hero h1 { font-size: 32px; }
  .chl-pain-grid,
  .chl-value-grid,
  .chl-pricing-grid,
  .chl-installation-grid,
  .chl-category-grid { grid-template-columns: 1fr; }
  .chl-fit-grid { grid-template-columns: 1fr; }
  .chl-install-features { grid-template-columns: 1fr; }
  .chl-supplier-stats { flex-direction: column; gap: 16px; }
  .chl-section-header h2 { font-size: 26px; }
  .chl-process-step { gap: 16px; }
  .chl-value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .chl-value-grid { grid-template-columns: 1fr; }
  .chl-supplier-hero-actions { flex-direction: column; }
}


/* === CHLOREN PLATFORM STYLES (merged) === */
/* Styles moved to chloren-authority.css */
