/*
Theme Name: Carpenter Services Dubai
Theme URI: https://carpenterservicesdubai.com
Author: Dubai CraftMaster
Description: A high-end, call and WhatsApp focused landing page theme for carpentry services in Dubai.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL v2 or later
Text Domain: carpenter-services-dubai
Tags: one-column, custom-colors, custom-menu, featured-images, translation-ready, business, portfolio
*/

/* Design Tokens — Light */
:root {
  --background: hsl(40 20% 97%);
  --foreground: hsl(30 10% 12%);
  --card: hsl(40 25% 98%);
  --card-foreground: hsl(30 10% 12%);
  --popover: hsl(40 25% 98%);
  --popover-foreground: hsl(30 10% 12%);
  --primary: hsl(30 30% 22%);
  --primary-foreground: hsl(40 20% 97%);
  --secondary: hsl(35 18% 91%);
  --secondary-foreground: hsl(30 10% 12%);
  --muted: hsl(35 15% 93%);
  --muted-foreground: hsl(30 8% 46%);
  --accent: hsl(30 45% 38%);
  --accent-foreground: hsl(40 20% 97%);
  --destructive: hsl(0 84.2% 60.2%);
  --destructive-foreground: hsl(0 0% 98%);
  --border: hsl(35 15% 88%);
  --input: hsl(35 15% 85%);
  --ring: hsl(30 45% 38%);
  --radius: 0.5rem;
  --font-heading: 'Bodoni Moda', Didot, 'Bodoni 72', Georgia, serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Bodoni Moda', Didot, 'Bodoni 72', Georgia, serif;
}

/* Design Tokens — Dark */
.dark {
  --background: hsl(30 10% 8%);
  --foreground: hsl(40 15% 92%);
  --card: hsl(30 10% 11%);
  --card-foreground: hsl(40 15% 92%);
  --popover: hsl(30 10% 11%);
  --popover-foreground: hsl(40 15% 92%);
  --primary: hsl(35 25% 80%);
  --primary-foreground: hsl(30 10% 8%);
  --secondary: hsl(30 8% 18%);
  --secondary-foreground: hsl(40 15% 92%);
  --muted: hsl(30 8% 16%);
  --muted-foreground: hsl(35 10% 55%);
  --accent: hsl(30 50% 52%);
  --accent-foreground: hsl(30 10% 8%);
  --border: hsl(30 8% 20%);
  --input: hsl(30 8% 22%);
  --ring: hsl(30 50% 52%);
}

/* Base */
* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

html { scroll-behavior: smooth; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--muted); }
::-webkit-scrollbar-thumb { background: hsl(var(--accent) / 0.4); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: hsl(var(--accent) / 0.6); }

/* Container */
.csd-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) { .csd-container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .csd-container { padding: 0 2rem; } }

/* Section spacing */
.csd-section { padding: 4rem 0; }
@media (min-width: 768px) { .csd-section { padding: 6rem 0; } }

/* Utility */
.text-accent { color: var(--accent); }
.text-muted { color: var(--muted-foreground); }
.text-center { text-align: center; }
.bg-card { background: var(--card); }
.bg-muted { background: var(--muted); }
.bg-primary { background: var(--primary); }
.bg-background { background: var(--background); }
.rounded-sm { border-radius: calc(var(--radius) - 4px); }
.rounded-full { border-radius: 9999px; }
.border-border { border-color: var(--border); }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.font-heading { font-family: var(--font-heading); }
.font-body { font-family: var(--font-body); }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }

/* Eyebrow label */
.csd-eyebrow {
  display: inline-block;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: var(--font-body);
}

.csd-section-title {
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--foreground);
  letter-spacing: -0.025em;
  margin-top: 0.75rem;
}
@media (min-width: 768px) { .csd-section-title { font-size: 2.25rem; } }

.csd-section-subtitle {
  margin-top: 1rem;
  color: var(--muted-foreground);
  font-size: 0.875rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
@media (min-width: 768px) { .csd-section-subtitle { font-size: 1rem; } }

.csd-text-center { text-align: center; }
.csd-mb-12 { margin-bottom: 3rem; }
@media (min-width: 768px) { .csd-mb-12 { margin-bottom: 4rem; } }

/* Buttons */
.csd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0 1.75rem;
  height: 3rem;
  border-radius: calc(var(--radius) - 4px);
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  white-space: nowrap;
}
.csd-btn-primary {
  background: var(--accent);
  color: var(--accent-foreground);
}
.csd-btn-primary:hover { background: hsl(30 45% 33%); }
.csd-btn-call { background: #1267d6; color: #fff; box-shadow: 0 8px 18px rgba(18, 103, 214, 0.24); }
.csd-btn-call:hover { background: #0e56b5; transform: translateY(-1px); }
.csd-btn-whatsapp { background: #25d366; color: #171717; box-shadow: 0 8px 18px rgba(37, 211, 102, 0.22); }
.csd-btn-whatsapp:hover { background: #1fbd59; transform: translateY(-1px); }
.csd-btn-outline {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--foreground);
}
.csd-btn-outline:hover { background: var(--muted); }
.csd-btn-sm { height: 2.25rem; padding: 0 1.25rem; font-size: 0.875rem; }
.csd-btn-lg { height: 2.75rem; padding: 0 2rem; }

/* Grid helpers */
.csd-grid { display: grid; gap: 1.25rem; }
.csd-grid-2 { grid-template-columns: 1fr; }
.csd-grid-3 { grid-template-columns: 1fr; }
.csd-grid-4 { grid-template-columns: 1fr; }
.csd-grid-5 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) {
  .csd-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .csd-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .csd-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .csd-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .csd-grid-4 { grid-template-columns: repeat(4, 1fr); }
  .csd-grid-5 { grid-template-columns: repeat(5, 1fr); }
}

/* Announcement Bar */
.csd-announcement {
  background: var(--primary);
  color: var(--primary-foreground);
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 0.75rem;
  font-family: var(--font-body);
  letter-spacing: 0.025em;
}
.csd-announcement-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.csd-announcement span { display: inline-flex; align-items: center; gap: 0.375rem; }
.csd-announcement .sep { opacity: 0.4; }
.csd-announcement .hide-sm { display: none; }
@media (min-width: 640px) { .csd-announcement .hide-sm { display: inline; } }
.csd-announcement .hide-md { display: none; }
@media (min-width: 768px) { .csd-announcement .hide-md { display: inline-flex; } }
.csd-announcement svg { width: 0.875rem; height: 0.875rem; }

/* Header */
.csd-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--background);
  transition: all 0.3s;
}
.csd-header.scrolled {
  background: hsl(40 20% 97% / 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  border-bottom: 1px solid hsl(35 15% 88% / 0.5);
}
.dark .csd-header.scrolled { background: hsl(30 10% 8% / 0.95); }
.csd-header-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}
@media (min-width: 768px) { .csd-header-inner { height: 5rem; padding: 0 1.5rem; } }
@media (min-width: 1024px) { .csd-header-inner { padding: 0 2rem; } }

.csd-logo { display: flex; align-items: center; gap: 0.625rem; }
.csd-logo-mark {
  width: 2.25rem; height: 2.25rem;
  background: var(--accent);
  border-radius: calc(var(--radius) - 4px);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-foreground);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.125rem;
}
.csd-logo-text { line-height: 1; }
.csd-logo-text .name { font-family: var(--font-heading); font-size: 1.125rem; font-weight: 600; color: var(--foreground); letter-spacing: -0.025em; }
@media (min-width: 768px) { .csd-logo-text .name { font-size: 1.25rem; } }
.csd-logo-text .tag { display: block; font-size: 0.625rem; color: var(--muted-foreground); letter-spacing: 0.2em; text-transform: uppercase; font-family: var(--font-body); margin-top: 2px; }
@media (min-width: 768px) { .csd-logo-text .tag { font-size: 0.75rem; } }

.csd-nav { display: none; align-items: center; gap: 0.25rem; }
@media (min-width: 1024px) { .csd-nav { display: flex; } }
.csd-nav a {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted-foreground);
  transition: color 0.2s;
}
.csd-nav a:hover { color: var(--foreground); }

.csd-header-actions { display: flex; align-items: center; gap: 0.5rem; }
@media (min-width: 768px) { .csd-header-actions { gap: 0.75rem; } }
.csd-theme-toggle { padding: 0.5rem; border-radius: 0.375rem; background: none; border: none; cursor: pointer; color: var(--muted-foreground); transition: background 0.2s; }
.csd-theme-toggle:hover { background: var(--muted); }
.csd-theme-toggle svg { width: 1rem; height: 1rem; }
.csd-phone-link { display: none; align-items: center; gap: 0.5rem; font-size: 0.875rem; font-weight: 500; color: var(--foreground); transition: color 0.2s; }
.csd-phone-link:hover { color: var(--accent); }
@media (min-width: 768px) { .csd-phone-link { display: flex; } }
.csd-phone-link svg { width: 1rem; height: 1rem; }
.csd-quote-btn { display: none; }
@media (min-width: 640px) { .csd-quote-btn { display: inline-flex; } }
.csd-menu-toggle { display: block; padding: 0.5rem; border-radius: 0.375rem; background: none; border: none; cursor: pointer; color: var(--foreground); }
.csd-menu-toggle svg { width: 1.25rem; height: 1.25rem; }
@media (min-width: 1024px) { .csd-menu-toggle { display: none; } }

/* Mobile nav */
.csd-mobile-nav { display: none; background: var(--background); border-top: 1px solid var(--border); }
.csd-mobile-nav.open { display: block; }
.csd-mobile-nav nav { padding: 1rem; }
.csd-mobile-nav a {
  display: block;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted-foreground);
  border-radius: 0.375rem;
  transition: all 0.2s;
}
.csd-mobile-nav a:hover { color: var(--foreground); background: var(--muted); }
.csd-mobile-nav .csd-mobile-phone { display: flex; align-items: center; gap: 0.5rem; color: var(--accent); }
.csd-mobile-nav .csd-mobile-phone svg { width: 1rem; height: 1rem; }

/* Hero */
.csd-hero { position: relative; overflow: hidden; background: var(--background); }
.csd-hero-inner { max-width: 80rem; margin: 0 auto; padding: 3rem 1rem; }
@media (min-width: 768px) { .csd-hero-inner { padding: 5rem 1.5rem; } }
@media (min-width: 1024px) { .csd-hero-inner { padding: 6rem 2rem; } }
.csd-hero-grid { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .csd-hero-grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }

.csd-hero h1 {
  font-size: 2.25rem; font-weight: 700; color: var(--foreground);
  line-height: 1.1; letter-spacing: -0.025em;
}
@media (min-width: 640px) { .csd-hero h1 { font-size: 3rem; } }
@media (min-width: 1024px) { .csd-hero h1 { font-size: 3.75rem; } }
.csd-hero h1 .accent { color: var(--accent); }

.csd-hero h2.lead {
  margin-top: 1.25rem;
  font-size: 1rem; color: var(--muted-foreground); font-weight: 400;
  max-width: 32rem; line-height: 1.7; font-family: var(--font-body);
}
@media (min-width: 768px) { .csd-hero h2.lead { font-size: 1.125rem; } }

.csd-hero-actions { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.75rem; }
.csd-hero-actions .csd-btn { min-height: 3.5rem; height: auto; padding: 0.8rem 1.25rem; font-size: 1rem; flex: 1; }
@media (min-width: 640px) { .csd-hero-actions { flex-direction: row; } }

.csd-hero-cta-title { margin-top: 1.5rem; max-width: 34rem; font-family: var(--font-body); font-size: 1rem; line-height: 1.5; }

.csd-hero-image-wrap { position: relative; }
.csd-hero-image {
  border-radius: 0.5rem; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
.csd-hero-image img { width: 100%; height: 320px; object-fit: cover; }
@media (min-width: 640px) { .csd-hero-image img { height: 400px; } }
@media (min-width: 1024px) { .csd-hero-image img { height: 480px; } }
.csd-hero-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.3), transparent); }

.csd-hero-floating-card {
  position: absolute; bottom: -1rem; left: -1rem;
  background: var(--card); border: 1px solid var(--border);
  border-radius: calc(var(--radius) - 4px); padding: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); max-width: 200px;
}
@media (min-width: 768px) { .csd-hero-floating-card { left: 1.5rem; } }
.csd-hero-floating-card .stars { display: flex; gap: 0.25rem; margin-bottom: 0.25rem; }
.csd-hero-floating-card .stars svg { width: 0.75rem; height: 0.75rem; fill: var(--accent); color: var(--accent); }
.csd-hero-floating-card p { font-size: 0.75rem; color: var(--muted-foreground); line-height: 1.4; margin: 0; }
.csd-hero-floating-card .author { font-size: 0.625rem; color: hsl(30 8% 46% / 0.6); margin-top: 0.25rem; font-weight: 500; }

/* Metrics Strip */
.csd-metrics { background: var(--primary); color: var(--primary-foreground); padding: 2.5rem 0; }
@media (min-width: 768px) { .csd-metrics { padding: 3.5rem 0; } }
.csd-metrics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
@media (min-width: 768px) { .csd-metrics-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.csd-metric { text-align: center; }
.csd-metric .value { font-family: var(--font-heading); font-size: 1.875rem; font-weight: 700; letter-spacing: -0.025em; }
@media (min-width: 768px) { .csd-metric .value { font-size: 2.25rem; } }
.csd-metric .label { font-size: 0.75rem; color: hsl(40 20% 97% / 0.7); margin-top: 0.25rem; font-family: var(--font-body); }
@media (min-width: 768px) { .csd-metric .label { font-size: 0.875rem; } }

/* Services */
.csd-service-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: calc(var(--radius) - 4px); padding: 1.5rem;
  transition: all 0.3s;
}
.csd-service-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); border-color: hsl(30 45% 38% / 0.3); }
.csd-service-icon {
  width: 2.5rem; height: 2.5rem; background: hsl(30 45% 38% / 0.1);
  border-radius: calc(var(--radius) - 4px);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem; transition: background 0.2s;
}
.csd-service-card:hover .csd-service-icon { background: hsl(30 45% 38% / 0.2); }
.csd-service-icon svg { width: 1.25rem; height: 1.25rem; color: var(--accent); }
.csd-service-card h3 { font-size: 1rem; font-weight: 600; color: var(--foreground); margin-bottom: 0.5rem; }
.csd-service-card p { font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.7; margin: 0; }

/* Price Estimator */
.csd-estimator { max-width: 56rem; margin: 0 auto; }
.csd-estimator-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: calc(var(--radius) - 4px); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
  overflow: hidden;
}
.csd-estimator-steps { display: flex; border-bottom: 1px solid var(--border); }
.csd-estimator-mobile-progress { display: none; }
.csd-estimator-step {
  flex: 1; text-align: center; padding: 0.75rem;
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.025em;
  color: var(--muted-foreground); transition: background 0.2s;
}
.csd-estimator-step.active { background: hsl(30 45% 38% / 0.1); color: var(--accent); }
.csd-estimator-body { padding: 1.25rem; }
@media (min-width: 640px) { .csd-estimator-body { padding: 2rem; } }
.csd-estimator-body h3 { font-size: 1.125rem; font-weight: 600; color: var(--foreground); margin-bottom: 0.25rem; }
.csd-estimator-body > .sub { font-size: 0.875rem; color: var(--muted-foreground); margin-bottom: 1.25rem; }

.csd-estimator-options { display: grid; gap: 0.75rem; }
.csd-estimator-options.cols-2 { grid-template-columns: 1fr; }
.csd-estimator-options.cols-3 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .csd-estimator-options.cols-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 640px) { .csd-estimator-options.cols-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .csd-estimator-options.cols-3 { grid-template-columns: repeat(3, 1fr); } }

.csd-estimator-option {
  padding: 1rem; border: 1px solid var(--border); border-radius: calc(var(--radius) - 4px);
  text-align: left; background: var(--card); cursor: pointer; transition: all 0.2s;
  font-family: var(--font-body);
}
.csd-estimator-option:hover { border-color: hsl(30 45% 38% / 0.4); box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.csd-estimator-option.selected { border-color: var(--accent); background: hsl(30 45% 38% / 0.05); box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.csd-estimator-option .emoji { font-size: 1.25rem; }
.csd-estimator-option .label { font-weight: 600; font-size: 0.875rem; color: var(--foreground); margin-top: 0.5rem; display: block; }
.csd-estimator-option .desc { font-size: 0.75rem; color: var(--muted-foreground); margin-top: 0.125rem; display: block; }
.csd-estimator-option .factor { font-size: 0.625rem; color: var(--muted-foreground); margin-top: 0.25rem; text-transform: uppercase; letter-spacing: 0.05em; display: block; }

.csd-estimator-back {
  margin-top: 1.25rem; font-size: 0.75rem; color: var(--muted-foreground);
  background: none; border: none; cursor: pointer; padding: 0;
}
.csd-estimator-back:hover { color: var(--foreground); }

.csd-estimator-result { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); display: none; }
.csd-estimator-result.show { display: block; }
.csd-estimator-result .head { display: flex; align-items: flex-start; gap: 0.75rem; }
.csd-estimator-result .icon-wrap { width: 2.5rem; height: 2.5rem; background: hsl(30 45% 38% / 0.1); border-radius: calc(var(--radius) - 4px); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.csd-estimator-result .icon-wrap svg { width: 1.25rem; height: 1.25rem; color: var(--accent); }
.csd-estimator-result h4 { font-size: 1rem; font-weight: 600; color: var(--foreground); }
.csd-estimator-result .price-range { margin-top: 0.5rem; display: flex; align-items: baseline; gap: 0.5rem; }
.csd-estimator-result .price-range .price { font-family: var(--font-heading); font-size: 1.875rem; font-weight: 700; color: var(--accent); }
@media (min-width: 768px) { .csd-estimator-result .price-range .price { font-size: 2.25rem; } }
.csd-estimator-result .price-range .sep { color: var(--muted-foreground); font-size: 0.875rem; }
.csd-estimator-result .tags { margin-top: 0.75rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.csd-estimator-result .tags span { background: var(--muted); padding: 0.25rem 0.5rem; border-radius: calc(var(--radius) - 4px); font-size: 0.75rem; color: var(--muted-foreground); }
.csd-estimator-result .disclaimer { margin-top: 1rem; display: flex; align-items: flex-start; gap: 0.375rem; font-size: 0.75rem; color: var(--muted-foreground); background: hsl(35 15% 93% / 0.5); padding: 0.75rem; border-radius: calc(var(--radius) - 4px); }
.csd-estimator-result .disclaimer svg { width: 0.875rem; height: 0.875rem; flex-shrink: 0; margin-top: 1px; }
.csd-estimator-result .actions { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .csd-estimator-result .actions { flex-direction: row; } }

/* Materials Gallery */
.csd-materials-tabs { display: flex; justify-content: center; margin-bottom: 2rem; }
.csd-materials-tab-group { display: inline-flex; background: var(--card); border: 1px solid var(--border); border-radius: calc(var(--radius) - 4px); padding: 0.25rem; }
.csd-materials-tab {
  display: flex; align-items: center; gap: 0.5rem; padding: 0.625rem 1.5rem;
  border-radius: calc(var(--radius) - 4px); font-size: 0.875rem; font-weight: 500;
  background: none; border: none; cursor: pointer; transition: all 0.2s;
  color: var(--muted-foreground);
}
.csd-materials-tab:hover { color: var(--foreground); }
.csd-materials-tab.active { background: var(--accent); color: var(--accent-foreground); box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.csd-materials-tab svg { width: 1rem; height: 1rem; }

.csd-materials-grid { display: grid; gap: 1.25rem; }
.csd-materials-grid.wood { grid-template-columns: 1fr; }
.csd-materials-grid.finish { grid-template-columns: 1fr; }
@media (min-width: 640px) { .csd-materials-grid.wood { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 640px) { .csd-materials-grid.finish { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .csd-materials-grid.wood { grid-template-columns: repeat(3, 1fr); } }

.csd-material-card {
  width: 100%; text-align: left; background: var(--card);
  border: 1px solid var(--border); border-radius: calc(var(--radius) - 4px);
  overflow: hidden; cursor: pointer; transition: all 0.3s;
  font-family: var(--font-body); padding: 0;
}
.csd-material-card:hover { box-shadow: 0 4px 6px rgba(0,0,0,0.1); border-color: hsl(30 45% 38% / 0.3); }
.csd-material-card.selected { border-color: var(--accent); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }
.csd-material-card .img-wrap { position: relative; height: 12rem; overflow: hidden; }
.csd-material-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.csd-material-card:hover .img-wrap img { transform: scale(1.05); }
.csd-material-card .hardness-badge { position: absolute; top: 0.75rem; right: 0.75rem; background: hsl(40 25% 98% / 0.9); backdrop-filter: blur(4px); border-radius: calc(var(--radius) - 4px); padding: 0.25rem 0.5rem; display: flex; gap: 0.125rem; }
.csd-material-card .hardness-badge svg { width: 0.625rem; height: 0.625rem; fill: var(--accent); color: var(--accent); }
.csd-material-card .sheen-badge { position: absolute; top: 0.75rem; right: 0.75rem; background: hsl(40 25% 98% / 0.9); backdrop-filter: blur(4px); border-radius: calc(var(--radius) - 4px); padding: 0.125rem 0.5rem; font-size: 0.625rem; font-weight: 500; color: var(--muted-foreground); }
.csd-material-card .body { padding: 1rem; }
.csd-material-card .top-row { display: flex; align-items: flex-start; justify-content: space-between; }
.csd-material-card h3 { font-size: 1rem; font-weight: 600; color: var(--foreground); }
.csd-material-card .latin { font-size: 0.625rem; color: var(--muted-foreground); font-style: italic; letter-spacing: 0.025em; margin-top: 0.125rem; }
.csd-material-card .info-icon { width: 1rem; height: 1rem; color: var(--muted-foreground); flex-shrink: 0; }
.csd-material-card.selected .info-icon { color: var(--accent); }
.csd-material-card .chips { display: flex; gap: 0.5rem; margin-top: 0.5rem; flex-wrap: wrap; }
.csd-material-card .chips span { font-size: 0.625rem; background: var(--muted); padding: 0.125rem 0.5rem; border-radius: calc(var(--radius) - 4px); color: var(--muted-foreground); }
.csd-material-card .detail { display: none; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.csd-material-card.selected .detail { display: block; }
.csd-material-card .detail p.desc { font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.7; margin: 0 0 0.75rem; }
.csd-material-card .detail .label { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-foreground); margin-bottom: 0.25rem; }
.csd-material-card .detail .value { font-size: 0.75rem; color: var(--foreground); font-weight: 500; margin-bottom: 0.75rem; }
.csd-material-card .detail .durability { display: flex; align-items: center; gap: 0.375rem; font-size: 0.75rem; }
.csd-material-card .detail .durability svg { width: 0.75rem; height: 0.75rem; color: var(--accent); }

.csd-materials-cta { margin-top: 2.5rem; text-align: center; }
.csd-materials-cta p { font-size: 0.875rem; color: var(--muted-foreground); margin-bottom: 0.75rem; }
.csd-materials-cta a { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; font-weight: 600; color: var(--accent); }
.csd-materials-cta a:hover { color: hsl(30 45% 33%); }
.csd-materials-cta svg { width: 1rem; height: 1rem; }

/* Why Choose Us */
.csd-reason { display: flex; gap: 1rem; }
.csd-reason-icon { flex-shrink: 0; width: 2.5rem; height: 2.5rem; background: hsl(30 45% 38% / 0.1); border-radius: calc(var(--radius) - 4px); display: flex; align-items: center; justify-content: center; margin-top: 0.125rem; }
.csd-reason-icon svg { width: 1.25rem; height: 1.25rem; color: var(--accent); }
.csd-reason h3 { font-size: 1rem; font-weight: 600; color: var(--foreground); margin-bottom: 0.375rem; }
.csd-reason p { font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.7; margin: 0; }

/* Portfolio */
.csd-portfolio-card { position: relative; border-radius: calc(var(--radius) - 4px); overflow: hidden; background: var(--card); border: 1px solid var(--border); transition: all 0.3s; }
.csd-portfolio-card:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); }
.csd-portfolio-card .img-wrap { position: relative; overflow: hidden; }
.csd-portfolio-card .img-wrap img { width: 100%; height: 14rem; object-fit: cover; transition: transform 0.5s; }
.csd-portfolio-card:hover .img-wrap img { transform: scale(1.05); }
.csd-portfolio-card .tag { position: absolute; top: 0.75rem; left: 0.75rem; background: hsl(30 30% 22% / 0.8); backdrop-filter: blur(4px); color: hsl(40 20% 97%); font-size: 0.625rem; font-weight: 500; letter-spacing: 0.025em; text-transform: uppercase; padding: 0.25rem 0.625rem; border-radius: calc(var(--radius) - 4px); }
.csd-portfolio-card .body { padding: 1rem; }
.csd-portfolio-card .body h3 { font-size: 0.875rem; font-weight: 600; color: var(--foreground); }
.csd-portfolio-card .body p { font-size: 0.75rem; color: var(--muted-foreground); margin-top: 0.25rem; }

/* Process */
.csd-process { position: relative; }
.csd-process-line { display: none; }
@media (min-width: 1024px) { .csd-process-line { display: block; position: absolute; top: 3rem; left: 10%; right: 10%; height: 1px; background: var(--border); } }
.csd-process-grid { display: grid; gap: 2rem; }
@media (min-width: 640px) { .csd-process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .csd-process-grid { grid-template-columns: repeat(5, 1fr); gap: 1rem; } }
.csd-process-step { text-align: center; position: relative; }
.csd-process-icon { position: relative; z-index: 10; width: 3.5rem; height: 3.5rem; background: var(--accent); color: var(--accent-foreground); border-radius: 9999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.csd-process-icon svg { width: 1.5rem; height: 1.5rem; }
.csd-process-step .step-num { font-size: 0.625rem; color: var(--accent); font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; font-family: var(--font-body); }
.csd-process-step h3 { font-size: 0.875rem; font-weight: 600; color: var(--foreground); margin-top: 0.25rem; margin-bottom: 0.5rem; }
.csd-process-step p { font-size: 0.75rem; color: var(--muted-foreground); line-height: 1.7; max-width: 220px; margin: 0 auto; }

/* Testimonials */
.csd-testimonial { background: var(--card); border: 1px solid var(--border); border-radius: calc(var(--radius) - 4px); padding: 1.25rem; transition: box-shadow 0.3s; }
.csd-testimonial:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }
.csd-testimonial .quote-icon { width: 1.5rem; height: 1.5rem; color: hsl(30 45% 38% / 0.3); margin-bottom: 0.75rem; }
.csd-testimonial .text { font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.7; margin-bottom: 1rem; }
.csd-testimonial .stars { display: flex; gap: 0.25rem; margin-bottom: 0.5rem; }
.csd-testimonial .stars svg { width: 0.75rem; height: 0.75rem; fill: var(--accent); color: var(--accent); }
.csd-testimonial .name { font-size: 0.875rem; font-weight: 600; color: var(--foreground); }
.csd-testimonial .location { font-size: 0.75rem; color: var(--muted-foreground); }

/* Service Areas */
.csd-areas { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
.csd-area-tag { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.375rem 0.75rem; background: var(--card); border: 1px solid var(--border); border-radius: calc(var(--radius) - 4px); font-size: 0.75rem; color: var(--muted-foreground); transition: all 0.2s; cursor: default; }
.csd-area-tag:hover { border-color: hsl(30 45% 38% / 0.4); color: var(--foreground); }
.csd-area-tag svg { width: 0.75rem; height: 0.75rem; color: var(--accent); }

/* FAQ */
.csd-faq { max-width: 48rem; margin: 0 auto; }
.csd-faq-item { border: 1px solid var(--border); border-radius: calc(var(--radius) - 4px); background: var(--card); margin-bottom: 0.5rem; overflow: hidden; }
.csd-faq-trigger { width: 100%; text-align: left; padding: 1rem 1.25rem; font-size: 0.875rem; font-weight: 700; color: var(--foreground); background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-heading); letter-spacing: -0.015em; }
.csd-faq-trigger:hover { text-decoration: none; }
.csd-faq-trigger .chevron { width: 1rem; height: 1rem; transition: transform 0.2s; flex-shrink: 0; }
.csd-faq-item.open .csd-faq-trigger .chevron { transform: rotate(180deg); }
.csd-faq-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.csd-faq-content-inner { padding: 0 1.25rem 1rem; font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.7; }

/* Contact */
.csd-contact { background: var(--primary); color: var(--primary-foreground); }
.csd-contact-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .csd-contact-grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.csd-contact-left h2 { font-size: 1.875rem; font-weight: 700; letter-spacing: -0.025em; margin-top: 0.75rem; line-height: 1.2; }
@media (min-width: 768px) { .csd-contact-left h2 { font-size: 2.25rem; } }
.csd-contact-left p.lead { margin-top: 1rem; color: hsl(40 20% 97% / 0.7); font-size: 0.875rem; line-height: 1.7; max-width: 28rem; }
@media (min-width: 768px) { .csd-contact-left p.lead { font-size: 1rem; } }
.csd-contact-info { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.csd-contact-info a { display: flex; align-items: center; gap: 0.75rem; }
.csd-contact-info .icon-box { width: 2.5rem; height: 2.5rem; background: hsl(30 45% 38% / 0.2); border-radius: calc(var(--radius) - 4px); display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.csd-contact-info a:hover .icon-box { background: hsl(30 45% 38% / 0.3); }
.csd-contact-info .icon-box svg { width: 1.25rem; height: 1.25rem; color: var(--accent); }
.csd-contact-info .label { font-size: 0.75rem; color: hsl(40 20% 97% / 0.5); font-family: var(--font-body); }
.csd-contact-info .value { font-size: 0.875rem; font-weight: 600; }
.csd-contact-hours { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid hsl(40 20% 97% / 0.1); }
.csd-contact-hours .label { font-size: 0.75rem; color: hsl(40 20% 97% / 0.4); font-family: var(--font-body); }
.csd-contact-hours p { font-size: 0.875rem; color: hsl(40 20% 97% / 0.7); margin-top: 0.25rem; }

.csd-direct-cta { max-width: 58rem; margin: 0 auto; padding: 2rem; text-align: center; background: hsl(40 20% 97% / 0.08); border: 1px solid hsl(40 20% 97% / 0.16); border-radius: 0.75rem; }
.csd-direct-cta h2 { margin-top: 0.75rem; font-size: clamp(2rem, 5vw, 3.25rem); }
.csd-direct-cta > p { max-width: 42rem; margin: 1rem auto 0; color: hsl(40 20% 97% / 0.75); }
.csd-direct-cta-actions { display: grid; gap: 0.75rem; margin: 2rem auto 0; max-width: 44rem; }
.csd-direct-cta-actions .csd-btn { min-height: 4.5rem; height: auto; padding: 0.75rem 1.25rem; font-size: 1.15rem; }
.csd-direct-cta-actions .csd-btn > svg { width: 1.25rem; height: 1.25rem; flex: 0 0 1.25rem; }
.csd-direct-cta-actions small { display: block; font-size: 0.72rem; font-weight: 500; line-height: 1.2; }
.csd-direct-cta .csd-direct-cta-hours { font-size: 0.8rem; color: hsl(40 20% 97% / 0.6); }
@media (min-width: 640px) { .csd-direct-cta { padding: 3rem; } .csd-direct-cta-actions { grid-template-columns: 1fr 1fr; } }

/* Footer */
.csd-footer { background: var(--primary); color: var(--primary-foreground); border-top: 1px solid hsl(40 20% 97% / 0.05); }
.csd-footer-inner { max-width: 80rem; margin: 0 auto; padding: 3rem 1rem; }
@media (min-width: 768px) { .csd-footer-inner { padding: 4rem 1.5rem; } }
@media (min-width: 1024px) { .csd-footer-inner { padding: 4rem 2rem; } }
.csd-footer-grid { display: grid; gap: 2rem; }
@media (min-width: 640px) { .csd-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .csd-footer-grid { grid-template-columns: repeat(4, 1fr); gap: 3rem; } }
.csd-footer-logo { display: flex; align-items: center; gap: .625rem; width: fit-content; margin-bottom: 1rem; color: inherit; }
.csd-footer-logo-mark { display: grid; place-items: center; width: 2rem; height: 2.45rem; }
.csd-footer-logo-mark img { display: block; width: auto; height: 2.2rem; max-width: 100%; }
.csd-footer-logo-text { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.csd-footer-logo-name { color: hsl(40 20% 97% / .96); font-family: Didot, 'Bodoni 72', 'Bodoni Moda', Georgia, serif; font-size: 1.04rem; font-weight: 400; letter-spacing: .2em; line-height: .9; }
.csd-footer-logo-tagline { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 5px; color: #d0ad83; font-family: 'Inter', system-ui, sans-serif; font-size: 4.6px; font-weight: 500; letter-spacing: .1em; line-height: 1; white-space: nowrap; }
.csd-footer-logo-tagline > span[aria-hidden="true"] { width: 7px; height: 1px; flex: 0 0 7px; background: #d0ad83; }
.csd-footer-brand p { font-size: 0.75rem; color: hsl(40 20% 97% / 0.5); line-height: 1.7; max-width: 20rem; }
.csd-footer h4 { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: hsl(40 20% 97% / 0.7); margin-bottom: 1rem; font-family: var(--font-body); }
.csd-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.csd-footer ul a { font-size: 0.875rem; color: hsl(40 20% 97% / 0.5); transition: color 0.2s; }
.csd-footer ul a:hover { color: var(--primary-foreground); }
.csd-footer-contact { display: flex; flex-direction: column; gap: 0.75rem; }
.csd-footer-contact a, .csd-footer-contact span { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: hsl(40 20% 97% / 0.5); }
.csd-footer-contact a:hover { color: var(--primary-foreground); }
.csd-footer-contact svg { width: 0.875rem; height: 0.875rem; flex-shrink: 0; }
.csd-footer-contact .hours { display: flex; align-items: flex-start; gap: 0.5rem; }
.csd-footer-bottom { border-top: 1px solid hsl(40 20% 97% / 0.1); margin-top: 2.5rem; padding-top: 1.5rem; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
@media (min-width: 640px) { .csd-footer-bottom { flex-direction: row; justify-content: space-between; } }
.csd-footer-bottom p { font-size: 0.75rem; color: hsl(40 20% 97% / 0.3); font-family: var(--font-body); margin: 0; }
.csd-footer-bottom .links { display: flex; gap: 1rem; }
.csd-footer-bottom .links a { font-size: 0.75rem; color: hsl(40 20% 97% / 0.3); }
.csd-footer-bottom .links a:hover { color: hsl(40 20% 97% / 0.6); }

/* WhatsApp FAB */
.csd-whatsapp-fab {
  position: fixed; bottom: 5rem; right: 1rem; z-index: 50;
  width: 3.5rem; height: 3.5rem; background: #22c55e; color: white;
  border-radius: 9999px; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); transition: all 0.3s;
}
.csd-whatsapp-fab:hover { background: #16a34a; box-shadow: 0 15px 20px -5px rgba(0,0,0,0.15); transform: scale(1.05); }
.csd-whatsapp-fab svg { width: 1.5rem; height: 1.5rem; }
@media (min-width: 640px) { .csd-whatsapp-fab { bottom: 1.5rem; right: 1.5rem; } }

/* Sticky Mobile CTA */
.csd-mobile-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; background: hsl(40 25% 98% / 0.96); backdrop-filter: blur(12px); border-top: 1px solid var(--border); padding: 0.625rem 0.75rem calc(0.625rem + env(safe-area-inset-bottom)); display: flex; gap: 0.5rem; }
@media (min-width: 640px) { .csd-mobile-cta { display: none; } }
.csd-mobile-cta a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.4rem; min-height: 3.25rem; border-radius: calc(var(--radius) - 4px); font-size: 0.9rem; font-weight: 700; }
.csd-mobile-cta a.call { background: #1267d6; color: #fff; }
.csd-mobile-cta a.whatsapp { background: #25d366; color: #171717; }
.csd-mobile-cta svg { width: 1rem; height: 1rem; }
@media (max-width: 639px) { body { padding-bottom: calc(4.5rem + env(safe-area-inset-bottom)); } .csd-whatsapp-fab { display: none; } }

/* Scroll reveal animation */
.csd-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.csd-reveal.visible { opacity: 1; transform: translateY(0); }

/* Dark mode adjustments */
.dark body { background: var(--background); color: var(--foreground); }
.dark .csd-header { background: var(--background); }
.dark .csd-header.scrolled { background: hsl(30 10% 8% / 0.95); }

/* Premium editorial redesign — 2026 */
:root {
  --background: #fafafa;
  --foreground: #171717;
  --card: #fafafa;
  --card-foreground: #171717;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f3f1ec;
  --secondary-foreground: #171717;
  --muted: #f3f1ec;
  --muted-foreground: #706a65;
  --accent: #8b5e3c;
  --accent-foreground: #fafafa;
  --border: rgba(26, 26, 26, 0.09);
  --ring: #8b5e3c;
  --radius: 12px;
  --font-heading: 'Bodoni Moda', Didot, 'Bodoni 72', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color-scheme: light;
}

.dark {
  --background: #171611;
  --foreground: #f4f0e7;
  --card: #201e18;
  --card-foreground: #f4f0e7;
  --primary: #f4f0e7;
  --primary-foreground: #171611;
  --secondary: #28251e;
  --secondary-foreground: #f4f0e7;
  --muted: #25231c;
  --muted-foreground: #b6afa1;
  --accent: #c9a67e;
  --accent-foreground: #171611;
  --border: rgba(244, 240, 231, 0.12);
  --ring: #c9a67e;
  color-scheme: dark;
}

body { background: #fafafa; color: #171717; font-size: 16px; line-height: 1.6; }
body::selection { background: rgba(139, 94, 60, 0.2); }
h1, h2, h3, h4, h5, h6 { color: #171717; font-family: var(--font-heading); font-weight: 700; letter-spacing: -0.03em; }
p { color: #706a65; }
.csd-container { max-width: 1280px; }
.csd-section { padding: 80px 0; }
@media (min-width: 1024px) { .csd-section { padding: 120px 0; } }
.bg-background { background: #fafafa; }
.bg-muted { background: #f3f1ec; }
.csd-section-title { font-size: clamp(2.5rem, 5vw, 3.75rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.04em; }
.csd-section-subtitle { margin-top: 18px; max-width: 640px; font-size: 1.08rem; line-height: 1.7; }
.csd-eyebrow { color: #8b5e3c; font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; }
.csd-mb-12 { margin-bottom: 56px; }
@media (min-width: 1024px) { .csd-mb-12 { margin-bottom: 72px; } }

/* Announcement and floating glass navigation */
.csd-announcement { background: #171717; color: #fafafa; padding: 10px 16px; font-size: 12px; font-weight: 500; letter-spacing: 0.09em; text-transform: uppercase; }
.csd-announcement svg { color: #c9a67e; }
.csd-header { z-index: 100; padding: 8px 12px 0; background: transparent; }
.csd-header-inner { max-width: 1280px; height: 72px; padding: 0 20px; border: 1px solid rgba(26, 26, 26, 0.06); border-radius: 16px; background: rgba(250, 250, 250, 0.88); backdrop-filter: blur(16px) saturate(130%); box-shadow: 0 4px 24px rgba(0,0,0,0.035); }
.csd-header.scrolled { background: transparent; border: 0; box-shadow: none; backdrop-filter: none; }
.csd-header.scrolled .csd-header-inner { background: rgba(250,250,250,.82); border-color: rgba(26,26,26,.1); box-shadow: 0 8px 32px rgba(0,0,0,.06); }
.csd-logo-mark { width: 30px; height: 36px; display: grid; place-items: center; overflow: visible; border-radius: 0; background: transparent; font-size: 0; transform: translateY(-1px); }
.csd-logo-monogram { width: auto; height: 30px; max-width: 100%; object-fit: contain; }
.csd-logo-monogram-dark { display: none; }
.dark .csd-logo-monogram-light { display: none; }
.dark .csd-logo-monogram-dark { display: block; }
.csd-logo-text { display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
.csd-logo-text .name { color: #252525; font-family: Didot, 'Bodoni 72', 'Bodoni Moda', Georgia, serif; font-size: 1.38rem; font-weight: 400; letter-spacing: .22em; line-height: .9; }
.csd-logo-tagline { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 7px; min-width: 0; }
.csd-logo-text .tag { margin: 0; color: #3a3a3a; font-family: 'Inter', system-ui, sans-serif; font-size: 6px; font-weight: 500; letter-spacing: .17em; line-height: 1; white-space: nowrap; }
.csd-logo-tagline-rule { width: clamp(7px, 2vw, 24px); height: 1px; flex: 0 0 clamp(7px, 2vw, 24px); background: #c5a579; }
.csd-nav { gap: 2px; }
.csd-nav a { min-height: 48px; display: inline-flex; align-items: center; padding: 0 10px; color: #706a65; font-size: 13px; }
.csd-nav a:hover { color: #8b5e3c; }
.csd-phone-link { min-height: 48px; font-size: 13px; }
.csd-theme-toggle { display: inline-grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(26,26,26,.08); border-radius: 10px; color: #171717; }
.csd-theme-toggle:hover { background: #f3f1ec; }
.csd-header .csd-quote-btn { min-height: 42px; height: 42px; padding: 0 18px; border: 1px solid rgba(26,26,26,.22); border-radius: 999px; background: transparent; color: #171717; box-shadow: none; }
.csd-header .csd-quote-btn:hover { background: #171717; color: #fafafa; transform: translateY(-1px); }
.csd-header .csd-quote-btn svg { width: 16px; height: 16px; }
.csd-menu-toggle { min-width: 48px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; }
@media (min-width: 1024px) { .csd-menu-toggle { display: none; } }
.csd-mobile-nav { margin: 8px 0 0; border: 1px solid rgba(26,26,26,.08); border-radius: 14px; background: rgba(250,250,250,.96); backdrop-filter: blur(16px); box-shadow: 0 12px 36px rgba(0,0,0,.08); overflow: hidden; }
.csd-mobile-nav a { min-height: 48px; display: flex; align-items: center; }

/* Hero */
.csd-hero { background: #fafafa; }
.csd-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 22%, rgba(139,94,60,.09), transparent 32%); }
.csd-hero-inner { max-width: 1280px; padding: 72px 24px 96px; }
.csd-hero-grid { gap: 72px; }
@media (min-width: 1024px) { .csd-hero-inner { padding: 96px 32px 112px; } .csd-hero-grid { grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); } }
.csd-hero-grid > div:first-child { min-width: 0; }
.csd-hero h1 { max-width: 680px; font-family: var(--font-heading); font-size: clamp(3rem, 5.5vw, 4.5rem); font-weight: 700; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.csd-hero-heading-line { display: inline; }
.csd-mobile-hero-break { display: none; }
.csd-hero h2.lead { max-width: 600px; margin-top: 24px; color: #5c5a58; font-size: 1.12rem; line-height: 1.6; }
.csd-hero-services { max-width: 540px; margin: 24px 0 0; color: #805e41; font-size: 10px; font-weight: 600; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.csd-hero-services span { margin: 0 6px; color: #c5a579; }
.csd-hero-support { max-width: 500px; margin: 24px 0 0; color: #706a65; font-size: 15px; line-height: 1.55; }
.csd-hero-trust-list { display: flex; flex-direction: column; gap: 11px; max-width: 540px; margin: 36px 0 0; padding: 0; list-style: none; }
.csd-hero-trust-list li { display: grid; grid-template-columns: 21px minmax(0, 1fr); align-items: center; gap: 11px; min-width: 0; }
.csd-hero-trust-icon { display: grid; place-items: center; width: 19px; height: 19px; border: 1px solid rgba(139,94,60,.42); border-radius: 50%; color: #8b5e3c; }
.csd-hero-trust-icon svg { width: 10px; height: 10px; }
.csd-hero-trust-list strong { color: #171717; font-family: var(--font-body); font-size: 13px; font-weight: 650; letter-spacing: -.01em; line-height: 1.45; }
.csd-hero-trust-list small { color: #706a65; font-size: 12px; font-weight: 400; line-height: 1.45; }
.csd-hero-cta-title { max-width: 440px; margin-top: 22px; padding-left: 11px; border-left: 2px solid #8b5e3c; color: #171717; font-family: var(--font-heading); font-size: 14px; font-weight: 700; line-height: 1.45; letter-spacing: -.02em; }
.csd-hero-actions { max-width: 600px; margin-top: 18px; gap: 12px; }
.csd-btn { min-height: 48px; border-radius: 999px; font-size: 14px; letter-spacing: -.01em; transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s ease, background .25s ease; }
.csd-hero-actions .csd-btn { min-height: 56px; padding: 0 24px; border-radius: 999px; font-size: 15px; }
.csd-hero-actions .csd-btn svg { width: 17px; height: 17px; flex: 0 0 17px; }
.csd-hero-actions .csd-btn-call { flex: .92; background: transparent; border: 1px solid rgba(26,26,26,.2); color: #252525; box-shadow: none; }
.csd-hero-actions .csd-btn-call:hover { background: #171717; color: #fafafa; box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.csd-hero-actions .csd-btn-whatsapp { flex: 1.08; }
.csd-btn-call { background: #171717; color: #fafafa; box-shadow: 0 8px 24px rgba(0,0,0,.11); }
.csd-btn-call:hover { background: #292929; transform: scale(1.02); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.csd-btn-whatsapp { background: #25d366; color: #171717; box-shadow: inset 0 -2px 0 rgba(0,0,0,.09), 0 8px 24px rgba(37,211,102,.16); }
.csd-btn-whatsapp:hover { background: #25d366; transform: scale(1.02); box-shadow: inset 0 -2px 0 rgba(0,0,0,.12), 0 12px 28px rgba(37,211,102,.22); }
.csd-hero-image-wrap { isolation: isolate; }
.csd-hero-image { border-radius: 12px; box-shadow: none; border: 1px solid rgba(26,26,26,.06); }
.csd-hero-image img { height: 560px; filter: sepia(.08) saturate(.88) contrast(1.03) brightness(.97); }
.csd-hero-image-overlay { background: linear-gradient(to top, rgba(26,18,12,.22), transparent 55%); }
.csd-hero-floating-card { left: 24px; bottom: -28px; max-width: 244px; padding: 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 12px; background: rgba(255,255,255,.78); backdrop-filter: blur(16px) saturate(140%); box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.csd-hero-floating-card .stars { gap: 3px; margin-bottom: 8px; }
.csd-hero-floating-card .stars svg { width: 12px; height: 12px; fill: #d9a928; color: #d9a928; }
.csd-hero-floating-card p { color: #333; font-size: 12px; line-height: 1.55; }
.csd-hero-floating-card .author { color: #777; font-size: 10px; }

/* Architectural statistics band */
.csd-metrics { padding: 56px 0; background: #171717; }
.csd-metrics-grid { gap: 32px; }
.csd-metric { position: relative; }
.csd-metric + .csd-metric::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: rgba(255,255,255,.1); }
.csd-metric .value { color: #fafafa; font-size: clamp(2.4rem,4vw,3.25rem); font-weight: 400; line-height: 1; }
.csd-metric .label { margin-top: 12px; color: rgba(250,250,250,.58); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

/* Editorial services */
#services { background: #f3f1ec; }
.csd-services-editorial { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.csd-service-card { position: relative; padding: 0; overflow: hidden; border: 1px solid rgba(26,26,26,.06); border-radius: 12px; background: #fafafa; box-shadow: 0 4px 24px rgba(0,0,0,.03); transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease, border-color .45s ease; }
.csd-service-card:hover { transform: translateY(-6px); border-color: rgba(139,94,60,.18); box-shadow: 0 18px 48px rgba(0,0,0,.07); }
.csd-service-media { height: 232px; overflow: hidden; background: #ddd6cc; }
.csd-service-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); transition: transform .7s cubic-bezier(.22,1,.36,1), filter .5s ease; }
.csd-service-card:hover .csd-service-media img { transform: scale(1.035); filter: saturate(.96) contrast(1.02); }
.csd-service-body { position: relative; min-height: 216px; padding: 28px; }
.csd-service-number { display: block; margin-bottom: 24px; color: #8b5e3c; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.csd-service-card h3 { max-width: 86%; margin: 0 0 12px; font-size: 1.65rem; font-weight: 700; line-height: 1.12; letter-spacing: -.03em; }
.csd-service-card p { font-size: 13px; line-height: 1.7; }
.csd-service-arrow { position: absolute; right: 28px; top: 27px; color: #8b5e3c; font-size: 22px; opacity: 0; transform: translateX(-8px); transition: opacity .3s ease, transform .3s ease; }
.csd-service-card:hover .csd-service-arrow { opacity: 1; transform: translateX(0); }
.csd-service-featured { grid-column: span 2; }
.csd-service-featured .csd-service-media { height: 360px; }
.csd-service-featured .csd-service-body { min-height: 190px; }
@media (max-width: 900px) { .csd-services-editorial { grid-template-columns: repeat(2,minmax(0,1fr)); } .csd-service-featured { grid-column: span 2; } }

/* Configurator */
#estimator { background: #fafafa; }
.csd-estimate-page { background: #fafafa; }
.csd-estimate-section { padding: 120px 0 144px; }
.csd-estimate-intro { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.csd-estimate-intro h1 { margin-top: 18px; color: #171717; font-size: clamp(2.6rem,5vw,4rem); font-weight: 700; line-height: 1.08; letter-spacing: -.04em; }
.csd-estimate-intro p { max-width: 580px; margin: 16px auto 0; color: #706a65; font-size: 16px; line-height: 1.65; }
.csd-estimator { max-width: 1000px; }
.csd-estimator-card { border: 1px solid rgba(26,26,26,.08); border-radius: 16px; background: #f3f1ec; box-shadow: 0 4px 24px rgba(0,0,0,.035); }
.csd-estimator-steps { gap: 6px; margin: 12px; padding: 6px; border: 0; border-radius: 999px; background: rgba(26,26,26,.055); }
.csd-estimator-step { min-height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 999px; color: #777; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.csd-estimator-step.active { background: #fafafa; color: #171717; box-shadow: 0 2px 10px rgba(0,0,0,.055); }
.csd-estimator-body { padding: 40px; }
.csd-estimator-body h3 { font-size: 2rem; font-weight: 700; line-height: 1.12; }
.csd-estimator-body > .sub { margin: 8px 0 28px; font-size: 14px; }
.csd-estimator-options { gap: 10px; padding: 6px; border-radius: 14px; background: rgba(26,26,26,.05); }
.csd-estimator-option { min-height: 92px; border-color: transparent; border-radius: 10px; background: transparent; }
.csd-estimator-option:hover { border-color: rgba(139,94,60,.22); background: rgba(250,250,250,.65); box-shadow: none; }
.csd-estimator-option.selected { border-color: rgba(139,94,60,.25); background: #fafafa; box-shadow: 0 2px 12px rgba(0,0,0,.05); }
.csd-estimator-option .emoji { display: none; }
.csd-estimator-option .label { margin-top: 0; font-size: 13px; }
.csd-estimator-option .desc { margin-top: 6px; line-height: 1.5; }
.csd-estimator-option .factor { margin-top: 8px; color: #8b5e3c; }
.csd-estimator-back { min-height: 48px; padding: 12px 0; }
.csd-estimator-result { margin-top: 32px; padding: 32px; border: 1px solid rgba(139,94,60,.16); border-radius: 14px; background: #fafafa; }
.csd-estimator-result .price-range .price { color: #171717; font-size: clamp(2rem,5vw,3.2rem); font-weight: 400; }
.csd-estimator-result .icon-wrap { border-radius: 50%; background: rgba(139,94,60,.1); }
.csd-estimator-result .actions .csd-btn-primary { background: #171717; border-radius: 999px; }

/* Materials as tactile horizontal gallery */
#materials { position: relative; overflow: hidden; background: #f3f1ec; isolation: isolate; }
#materials::before { content: ''; position: absolute; inset: -40px; z-index: -1; background: linear-gradient(rgba(243,241,236,.93),rgba(243,241,236,.93)), url('assets/images/signature-joinery.webp') center/cover; filter: blur(0); opacity: .25; transition: opacity .7s ease, filter .7s ease; }
#materials:has(.csd-material-card:hover)::before { opacity: .5; filter: blur(8px); }
.csd-materials-tab-group { padding: 5px; border-color: rgba(26,26,26,.08); border-radius: 999px; background: rgba(250,250,250,.72); backdrop-filter: blur(12px); }
.csd-materials-tab { min-height: 44px; border-radius: 999px; }
.csd-materials-tab.active { background: #171717; color: #fafafa; box-shadow: none; }
.csd-materials-grid { display: flex !important; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 2px 24px; }
.csd-materials-grid::-webkit-scrollbar { display: none; }
.csd-materials-grid[style*='display:none'], .csd-materials-grid[style*='display: none'] { display: none !important; }
.csd-material-card { flex: 0 0 min(360px,82vw); scroll-snap-align: start; border-color: rgba(26,26,26,.07); border-radius: 12px; background: rgba(250,250,250,.92); box-shadow: 0 4px 24px rgba(0,0,0,.025); }
.csd-material-card:hover { transform: translateY(-4px); border-color: rgba(139,94,60,.2); box-shadow: 0 16px 40px rgba(0,0,0,.06); }
.csd-material-card .img-wrap { height: 240px; }
.csd-material-card .body { padding: 24px; }
.csd-material-card h3 { font-size: 1.75rem; font-weight: 700; line-height: 1.15; }
.csd-material-card .chips span { padding: 5px 9px; border-radius: 999px; }
.csd-materials-cta a { min-height: 48px; color: #8b5e3c; }

/* Secondary components */
.csd-reason { padding: 28px; border: 1px solid rgba(26,26,26,.06); border-radius: 12px; background: rgba(250,250,250,.7); }
.csd-reason-icon { width: 44px; height: 44px; border-radius: 50%; background: rgba(139,94,60,.1); }
.csd-reason h3 { font-size: 1.35rem; font-weight: 700; line-height: 1.2; }
.csd-portfolio-card, .csd-testimonial { border-color: rgba(26,26,26,.06); border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,.025); }
.csd-portfolio-card:hover, .csd-testimonial:hover { box-shadow: 0 16px 44px rgba(0,0,0,.065); }
.csd-portfolio-card .img-wrap img { height: 280px; filter: saturate(.85); }
.csd-portfolio-card .body { padding: 22px; }
.csd-portfolio-card .body h3 { font-size: 1.35rem; font-weight: 700; line-height: 1.2; }
.csd-testimonial { padding: 28px; }
.csd-testimonial .text { font-size: 14px; }
.csd-testimonial .stars svg { fill: #d9a928; color: #d9a928; }
.csd-process-icon { background: #171717; box-shadow: none; }
.csd-process-step h3 { font-size: 1.2rem; font-weight: 700; line-height: 1.25; }
.csd-area-tag { min-height: 48px; padding: 10px 16px; border-radius: 999px; background: rgba(250,250,250,.72); }
.csd-faq { max-width: 880px; }
.csd-faq-item { margin-bottom: 10px; border-color: rgba(26,26,26,.07); border-radius: 12px; background: #fafafa; }
.csd-faq-trigger { position: relative; min-height: 64px; padding: 20px 56px 20px 22px; font-size: 15px; font-weight: 600; }
.csd-faq-trigger .chevron { display: none; }
.csd-faq-trigger::after { content: '+'; position: absolute; right: 22px; top: 50%; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(26,26,26,.12); border-radius: 50%; color: #8b5e3c; font-size: 20px; font-weight: 400; transform: translateY(-50%) rotate(0); transition: transform .4s cubic-bezier(.22,1,.36,1), background .3s ease; }
.csd-faq-item.open .csd-faq-trigger::after { transform: translateY(-50%) rotate(45deg); background: #f3f1ec; }
.csd-faq-content { transition: max-height .5s cubic-bezier(.22,1,.36,1); }
.csd-faq-content-inner { padding: 0 56px 24px 22px; }

/* Final CTA and footer */
.csd-contact { background: #171717; }
.csd-direct-cta { max-width: 980px; padding: 64px; border-color: rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.04); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.csd-direct-cta h2 { color: #fafafa; font-size: clamp(3rem,6vw,4.8rem); font-weight: 700; line-height: 1.05; letter-spacing: -.045em; }
.csd-direct-cta-actions .csd-btn { min-height: 64px; }
.csd-footer { background: #171717; }

/* Dark mode — aligned with the white monogram and warm-gold detail. */
.dark body, .dark .csd-hero, .dark #estimator, .dark .csd-estimate-page, .dark .bg-background { background: var(--background); color: var(--foreground); }
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .csd-estimate-intro h1 { color: var(--foreground); }
.dark p, .dark .csd-section-subtitle, .dark .csd-hero h2.lead { color: var(--muted-foreground); }
.dark .bg-muted, .dark #services, .dark #materials { background: var(--secondary); }
.dark .csd-header-inner { background: rgba(23,22,17,.92); border-color: rgba(244,240,231,.12); }
.dark .csd-header.scrolled .csd-header-inner { background: rgba(23,22,17,.88); border-color: rgba(244,240,231,.16); }
.dark .csd-logo-text .name, .dark .csd-menu-toggle, .dark .csd-theme-toggle { color: var(--foreground); }
.dark .csd-logo-text .tag { color: var(--muted-foreground); }
.dark .csd-theme-toggle { border-color: rgba(244,240,231,.14); }
.dark .csd-theme-toggle:hover { background: var(--secondary); }
.dark .csd-hero-support { color: var(--muted-foreground); }
.dark .csd-hero-services { color: #dfbf98; }
.dark .csd-hero-services span { color: #ad8864; }
.dark .csd-hero-trust-icon { border-color: rgba(208,173,131,.55); color: #d0ad83; }
.dark .csd-hero-trust-list strong { color: var(--foreground); }
.dark .csd-hero-trust-list small { color: var(--muted-foreground); }
.dark .csd-hero-actions .csd-btn-call { border-color: rgba(244,240,231,.28); color: var(--foreground); }
.dark .csd-hero-actions .csd-btn-call:hover { background: var(--foreground); color: #171717; }
.dark .csd-service-card, .dark .csd-material-card, .dark .csd-faq-item, .dark .csd-estimator-card { background: var(--card); border-color: var(--border); }
.dark .csd-service-card p, .dark .csd-material-card p, .dark .csd-faq-content, .dark .csd-estimator-body > .sub { color: var(--muted-foreground); }
.dark .csd-estimator-steps, .dark .csd-estimator-options { background: rgba(244,240,231,.07); }
.dark .csd-estimator-step.active, .dark .csd-estimator-option.selected, .dark .csd-estimator-result { background: var(--secondary); color: var(--foreground); }
.dark .csd-estimator-option .label, .dark .csd-estimator-result .price-range .price { color: var(--foreground); }
.dark .csd-contact, .dark .csd-footer, .dark .csd-metrics { background: #100f0c; }
.dark .csd-mobile-cta { background: rgba(23,22,17,.82); border-color: rgba(244,240,231,.12); }

/* Glass mobile conversion dock */
.csd-mobile-cta { z-index: 999; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(26,26,26,.08); background: rgba(250,250,250,.78); backdrop-filter: blur(18px) saturate(140%); box-shadow: 0 -8px 30px rgba(0,0,0,.06); }
.csd-mobile-cta a { min-height: 52px; border-radius: 999px; font-size: 14px; }
.csd-mobile-cta a.call { background: #171717; color: #fafafa; }
.csd-mobile-cta a.whatsapp { background: #25d366; color: #171717; box-shadow: inset 0 -2px 0 rgba(0,0,0,.1); }
.csd-mobile-cta a.whatsapp { font-size: 12px; letter-spacing: -.02em; }

/* Refined hero entrance */
@keyframes csd-hero-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .csd-hero h1,
  .csd-hero-services,
  .csd-hero-support,
  .csd-hero-trust-list li { opacity: 0; animation: csd-hero-enter .36s cubic-bezier(.22,1,.36,1) both; }
  .csd-hero h1 { animation-delay: 40ms; }
  .csd-hero-services { animation-delay: 130ms; }
  .csd-hero-support { animation-delay: 190ms; }
  .csd-hero-trust-list li:nth-child(1) { animation-delay: 230ms; }
  .csd-hero-trust-list li:nth-child(2) { animation-delay: 270ms; }
  .csd-hero-trust-list li:nth-child(3) { animation-delay: 310ms; }
  .csd-hero-trust-list li:nth-child(4) { animation-delay: 350ms; }
  .csd-hero-trust-list li:nth-child(5) { animation-delay: 390ms; }
}

/* Motion */
.csd-reveal { transform: translateY(20px); transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
.csd-magnetic { will-change: transform; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .csd-reveal, .csd-service-card, .csd-service-media img, .csd-btn, .csd-magnetic { transition: none !important; transform: none !important; } .csd-hero h1, .csd-hero-services, .csd-hero-support, .csd-hero-trust-list li { opacity: 1; animation: none !important; transform: none !important; } }

@media (max-width: 639px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .csd-announcement { display: none; }
  .csd-header { padding: 10px 14px 0; }
  .csd-header-inner { height: 58px; padding: 0 14px; border-radius: 14px; background: rgba(250,250,250,.92); }
  .csd-logo { gap: 9px; }
  .csd-logo-mark { width: 28px; height: 34px; border-radius: 0; font-size: 1.15rem; }
  .csd-logo-monogram { height: 28px; }
  .csd-logo-text .name { font-size: 1.06rem; letter-spacing: .22em; }
  .csd-logo-tagline { gap: 4px; margin-top: 5px; }
  .csd-logo-text .tag { font-size: 5px; letter-spacing: .1em; }
  .csd-logo-tagline-rule { width: 6px; flex-basis: 6px; }
  .csd-menu-toggle { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border-radius: 10px; }
  .csd-menu-toggle svg { width: 22px; height: 22px; }
  .csd-hero-inner { padding: 20px 20px calc(76px + env(safe-area-inset-bottom)); }
  .csd-hero-grid { gap: 40px; }
  .csd-hero h1 { max-width: 330px; font-size: clamp(2.5rem, 10.23vw, 2.625rem); font-weight: 400; line-height: 1.01; letter-spacing: -.02em; text-wrap: initial; }
  body.home .csd-hero h1 { max-width: 330px; }
  .csd-hero-heading-line { display: block; }
  .csd-mobile-hero-break { display: block; }
  .csd-hero-services { max-width: 344px; margin-top: 23px; font-size: 8.5px; letter-spacing: .105em; line-height: 1.55; }
  .csd-hero-services span { margin: 0 3px; }
  .csd-hero-support { max-width: 330px; margin-top: 23px; font-size: clamp(1.125rem, 4.42vw, 1.1875rem); line-height: 1.4; }
  .csd-hero-trust-list { max-width: 100%; margin-top: 26px; gap: 14px; }
  .csd-hero-trust-list li { grid-template-columns: 21px minmax(0, 1fr); gap: 8px; min-height: 22px; }
  .csd-hero-trust-icon { width: 19px; height: 19px; }
  .csd-hero-trust-list strong { font-size: clamp(1.0625rem, 4.42vw, 1.125rem); line-height: 1.32; }
  .csd-hero-trust-list small { font-size: clamp(1rem, 4.15vw, 1.0625rem); line-height: 1.32; }
  .csd-hero-actions { display: none; }
  .csd-hero-cta-title { display: none; }
  .csd-hero-image { aspect-ratio: 5/4; }
  .csd-hero-image img { width: 100%; height: 100%; object-position: 59% center; }
  .csd-hero-floating-card { left: 14px; right: 14px; bottom: -24px; max-width: none; }
  .csd-estimate-section { padding: 64px 0 96px; }
  .csd-estimate-intro { margin-bottom: 32px; text-align: left; }
  .csd-estimate-intro h1 { margin-top: 14px; font-size: 2.45rem; }
  .csd-estimate-intro p { margin-left: 0; font-size: 15px; }
  .csd-metrics { padding: 48px 0; }
  .csd-metrics-grid { gap: 32px 12px; }
  .csd-metric:nth-child(odd)::before { display: none; }
  .csd-metric .value { font-size: 2.5rem; }
  .csd-services-editorial { grid-template-columns: 1fr; gap: 16px; }
  .csd-service-featured { grid-column: span 1; }
  .csd-service-featured .csd-service-media, .csd-service-media { height: 240px; }
  .csd-service-body, .csd-service-featured .csd-service-body { min-height: 0; padding: 24px; }
  .csd-service-arrow { display: none; }
  .csd-estimator { width: 100%; max-width: 100%; min-width: 0; }
  .csd-estimator-card { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; }
  .csd-estimator-steps { display: none; }
  .csd-estimator-mobile-progress { display: block; margin: 14px 16px 0; padding: 12px 14px 14px; border: 1px solid rgba(139,94,60,.14); border-radius: 12px; background: #fafafa; }
  .csd-estimator-progress-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #777; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
  .csd-estimator-progress-track { height: 5px; margin-top: 10px; overflow: hidden; border-radius: 999px; background: rgba(26,26,26,.1); }
  .csd-estimator-progress-track .progress-fill { display: block; width: 25%; height: 100%; border-radius: inherit; background: #8b5e3c; transition: width .3s ease; }
  .csd-estimator-progress-name { margin-top: 9px; color: #171717; font-family: var(--font-heading); font-size: 1.25rem; line-height: 1.1; text-align: center; }
  .csd-estimator-body { min-width: 0; padding: 24px 16px; }
  .csd-estimator-options { min-width: 0; }
  .csd-estimator-option { width: 100%; min-width: 0; overflow-wrap: anywhere; }
  .csd-estimator-options.cols-2, .csd-estimator-options.cols-3 { grid-template-columns: 1fr; }
  .csd-estimator-result { padding: 22px 16px; }
  .csd-estimator-result .tags { min-width: 0; gap: 6px; }
  .csd-estimator-result .tags span { max-width: 100%; overflow-wrap: anywhere; }
  .csd-estimator-result .head { display: block; }
  .csd-estimator-result .icon-wrap { margin-bottom: 16px; }
  .csd-estimator-result .price-range { flex-wrap: wrap; }
  .csd-estimator-result .price-range .price { max-width: 100%; overflow-wrap: anywhere; }
  .csd-estimator-mobile-result { min-width: 0; }
  .csd-estimator-mobile-result h3 { margin-bottom: 10px; }
  .csd-estimator-mobile-result .mobile-price-range { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; color: #171717; font-family: var(--font-heading); font-size: clamp(1.65rem, 8vw, 2.35rem); line-height: 1.1; }
  .csd-estimator-mobile-result .mobile-price-range b { color: #8b5e3c; font-family: var(--font-body); font-size: 1rem; font-weight: 500; }
  .csd-estimator-mobile-result .mobile-result-details { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
  .csd-estimator-mobile-result .mobile-result-details span { max-width: 100%; padding: 5px 8px; border-radius: 7px; background: #f3f1ec; color: #706a65; font-size: 11px; line-height: 1.25; overflow-wrap: anywhere; }
  .csd-estimator-mobile-result .disclaimer { margin-top: 16px; padding: 11px; border-radius: 8px; background: rgba(243,241,236,.75); color: #777; font-size: 11px; line-height: 1.5; }
  .csd-estimator-mobile-result .actions { display: flex; flex-direction: column; gap: 9px; margin-top: 18px; }
  .csd-estimator-mobile-result .actions .csd-btn { width: 100%; min-height: 48px; }
  .csd-material-card { flex-basis: 84vw; }
  .csd-footer a { min-height: 48px; display: flex; align-items: center; }
  .csd-direct-cta { padding: 48px 20px; }
  .csd-direct-cta h2 { font-size: 3rem; }
}
