/* V-Tech uPVC Windows landing page */

:root {
  --ink: #0f1620;
  --ink-2: #4b5667;
  --ink-3: #8593a6;
  --line: #e6e2d8;
  --line-2: #efece4;
  --paper: #faf6ee;
  --paper-2: #f4eee1;
  --white: #ffffff;
  --brand: #0e2c4e;        /* deep V-Tech navy */
  --brand-ink: #07172b;
  --brand-soft: #163a64;
  --accent: #e85a1a;       /* warm CTA orange */
  --accent-deep: #c14710;
  --accent-soft: #fde6d8;
  --gold: #b58a3b;
  --ok: #1f7a4d;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 2px rgba(15, 22, 32, 0.04), 0 1px 1px rgba(15,22,32,0.03);
  --shadow-md: 0 8px 24px -10px rgba(15, 22, 32, 0.18), 0 2px 6px rgba(15,22,32,0.05);
  --shadow-lg: 0 24px 60px -20px rgba(14, 44, 78, 0.35), 0 8px 20px -8px rgba(15,22,32,0.12);
  --container: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  font-feature-settings: "ss01", "cv11";
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
  color: var(--brand-ink);
}
p { margin: 0; text-wrap: pretty; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ Top bar ============ */
.topbar {
  background: var(--brand-ink);
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 24px; gap: 16px;
  max-width: var(--container); margin: 0 auto;
}
.topbar-left { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar-left .dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,0.18); display: inline-block; margin-right: 6px; vertical-align: middle; }
.topbar a:hover { color: white; }
.topbar-right { display: flex; gap: 14px; }
.topbar-right span { opacity: 0.55; }

/* ============ Header ============ */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px; gap: 16px;
  max-width: var(--container); margin: 0 auto;
}
.brand-mark { display: flex; align-items: center; gap: 12px; }
.brand-mark .name { font-family: "Fraunces", serif; font-weight: 700; font-size: 22px; letter-spacing: -0.01em; color: var(--brand-ink); }
.brand-mark .sub { font-size: 11px; color: var(--ink-2); letter-spacing: 0.04em; text-transform: uppercase; }
.header-nav { display: flex; gap: 28px; font-size: 14px; font-weight: 500; color: var(--ink); }
.header-nav a { position: relative; padding: 6px 0; }
.header-nav a:hover { color: var(--brand); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.call-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; color: var(--brand-ink); font-size: 14px;
}
.call-pill .icon { width: 32px; height: 32px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 46px; padding: 0 22px; border-radius: 999px;
  font-weight: 700; font-size: 14.5px; letter-spacing: 0.01em;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: white; box-shadow: 0 8px 18px -8px rgba(232,90,26,0.6); }
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-1px); box-shadow: 0 12px 22px -10px rgba(232,90,26,0.65); }
.btn-ghost { background: white; color: var(--brand-ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn-dark { background: var(--brand); color: white; }
.btn-dark:hover { background: var(--brand-ink); }
.btn-lg { height: 54px; padding: 0 28px; font-size: 15.5px; }
.btn-block { width: 100%; }

/* ============ Hero ============ */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 600px at 88% -10%, rgba(232,90,26,0.10), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(14,44,78,0.10), transparent 55%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 56px; align-items: center;
  padding: 56px 0 72px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brand); background: white; border: 1px solid var(--line);
  padding: 7px 14px; border-radius: 999px;
}
.hero-eyebrow b { color: var(--accent-deep); font-weight: 700; }
.hero h1 {
  font-size: clamp(38px, 5.2vw, 64px);
  line-height: 1.02; margin-top: 22px; letter-spacing: -0.02em;
}
.hero h1 em {
  font-style: italic; color: var(--brand);
  font-variation-settings: "opsz" 144;
  border-bottom: 4px solid var(--accent); padding-bottom: 2px;
}
.hero h1 .crossed { position: relative; color: var(--ink-3); font-style: normal; }
.hero h1 .crossed::after { content: ""; position: absolute; left: -2%; right: -2%; top: 55%; height: 3px; background: var(--ink-3); transform: rotate(-3deg); }
.hero-sub {
  margin-top: 22px; font-size: 18px; color: var(--ink-2);
  max-width: 540px; line-height: 1.55;
}
.hero-bullets {
  display: grid; gap: 12px; margin-top: 28px;
  grid-template-columns: 1fr 1fr; max-width: 560px;
}
.hero-bullet { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--ink); font-weight: 500; }
.hero-bullet .tick {
  width: 22px; height: 22px; border-radius: 50%; background: var(--brand);
  color: white; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px;
}
.hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust {
  margin-top: 28px; display: flex; align-items: center; gap: 16px; color: var(--ink-2); font-size: 13px;
}
.hero-trust .stars { color: var(--gold); letter-spacing: 2px; }

/* lead form card */
.lead-card {
  background: white; border-radius: 20px; padding: 28px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  position: relative;
}
.lead-card::before {
  content: ""; position: absolute; inset: -1px;
  border-radius: 21px; pointer-events: none;
  background: linear-gradient(135deg, rgba(232,90,26,0.0), rgba(232,90,26,0.18), rgba(14,44,78,0.0));
  -webkit-mask: linear-gradient(#000,#000) content-box, linear-gradient(#000,#000);
  -webkit-mask-composite: xor; mask-composite: exclude; padding: 1px;
}
.lead-card .ribbon {
  position: absolute; top: -14px; left: 24px;
  background: var(--accent); color: white;
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em;
  padding: 7px 14px; border-radius: 999px; text-transform: uppercase;
  box-shadow: 0 8px 18px -8px rgba(232,90,26,0.6);
}
.lead-card h3 {
  font-size: 24px; line-height: 1.15; margin-bottom: 6px;
}
.lead-card .lead-sub {
  font-size: 14px; color: var(--ink-2); margin-bottom: 20px;
}
.lead-card .price-strip {
  display: flex; align-items: center; gap: 10px;
  background: linear-gradient(180deg, #fff8f1, #ffeedd);
  border: 1px dashed rgba(232,90,26,0.4);
  border-radius: 10px; padding: 10px 12px; margin-bottom: 18px;
  font-size: 13px; color: var(--accent-deep); font-weight: 600;
}
.field { display: block; margin-bottom: 14px; }
.field label { display: block; font-size: 12px; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.06em; }
.field .req { color: var(--accent); }
.input, .select, .textarea {
  width: 100%; height: 46px; padding: 0 14px; border-radius: 10px;
  background: #fbf9f4; border: 1px solid var(--line);
  font-family: inherit; font-size: 15px; color: var(--ink);
  transition: border-color .15s ease, background .15s ease;
}
.textarea { padding: 12px 14px; height: auto; min-height: 80px; resize: vertical; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--brand); background: white; box-shadow: 0 0 0 4px rgba(14,44,78,0.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.color-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.color-chip {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 10px;
  border: 1.5px solid var(--line); background: #fbf9f4;
  font-size: 14px; font-weight: 600; color: var(--ink); cursor: pointer;
  transition: all .15s ease;
}
.color-chip:hover { border-color: var(--brand); }
.color-chip.active { border-color: var(--brand); background: #f4f8fd; box-shadow: 0 0 0 3px rgba(14,44,78,0.06); }
.color-swatch { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.08); flex-shrink: 0; }
.swatch-white { background: linear-gradient(135deg, #ffffff, #efece4); }
.swatch-wood { background: linear-gradient(135deg, #8a5a32, #4f3318); }
.swatch-grey { background: linear-gradient(135deg, #6f7782, #3a4250); }
.swatch-black { background: linear-gradient(135deg, #2a2a2a, #0a0a0a); }
.legal { font-size: 12px; color: var(--ink-3); line-height: 1.5; margin-top: 12px; text-align: center; }

/* hero side image */
.hero-side {
  position: relative;
  border-radius: 22px; overflow: hidden;
  background: linear-gradient(180deg, #0e2c4e, #07172b);
  aspect-ratio: 4/5; max-height: 660px;
  box-shadow: var(--shadow-lg);
}
.hero-window {
  position: absolute; inset: 12% 10% 18% 10%;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6px; padding: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,245,245,0.94));
  border-radius: 6px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(0,0,0,0.06);
}
.hero-window .pane {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.5) 100%),
    linear-gradient(180deg, #a8c8e6 0%, #6a9bc8 50%, #4a7ba8 100%);
  border-radius: 3px;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.15), inset 0 0 0 1px rgba(255,255,255,0.4);
  position: relative; overflow: hidden;
}
.hero-window .pane::before {
  content: ""; position: absolute; top: 10%; left: -20%; width: 30%; height: 80%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: rotate(20deg);
}
.hero-window .pane.tree::after {
  content: ""; position: absolute; bottom: 0; left: 10%; right: 10%; height: 35%;
  background:
    radial-gradient(ellipse at 30% 60%, rgba(34,84,52,0.7) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 40%, rgba(54,104,72,0.7) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 100%, rgba(24,64,42,0.5) 0%, transparent 60%);
  filter: blur(2px);
}
.hero-side-badge {
  position: absolute; left: 24px; bottom: 24px; right: 24px;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(6px);
  border-radius: 14px; padding: 14px 16px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-md);
}
.hero-side-badge .seal {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--brand); color: white;
  display: grid; place-items: center; font-family: "Fraunces"; font-weight: 700; font-size: 13px;
  flex-shrink: 0;
}
.hero-side-badge .label { font-size: 12px; color: var(--ink-2); }
.hero-side-badge .value { font-size: 14px; font-weight: 700; color: var(--brand-ink); margin-top: 2px; }
.hero-side-floater {
  position: absolute; top: 24px; right: 24px;
  background: white; border-radius: 12px; padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: var(--shadow-md);
}
.hero-side-floater .num { font-family: "Fraunces"; font-weight: 700; font-size: 22px; color: var(--brand); line-height: 1; }
.hero-side-floater .lab { font-size: 11px; color: var(--ink-2); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 2px; }

/* ============ Stats strip ============ */
.stats {
  background: var(--brand-ink); color: white;
}
.stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 36px 24px;
  max-width: var(--container); margin: 0 auto;
  gap: 24px;
}
.stat { text-align: left; padding-right: 24px; border-right: 1px solid rgba(255,255,255,0.1); }
.stat:last-child { border-right: none; }
.stat .num { font-family: "Fraunces"; font-weight: 700; font-size: clamp(36px, 5vw, 52px); color: white; letter-spacing: -0.02em; line-height: 1; }
.stat .num em { font-style: normal; color: var(--accent); }
.stat .lab { font-size: 13.5px; color: rgba(255,255,255,0.72); margin-top: 6px; }

/* ============ Section base ============ */
section { padding: 96px 0; }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head .eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-deep);
}
.section-head h2 {
  font-size: clamp(30px, 3.6vw, 46px); margin-top: 12px; line-height: 1.08;
}
.section-head h2 em { font-style: italic; color: var(--brand); }
.section-head p { font-size: 17px; color: var(--ink-2); margin-top: 16px; }

/* ============ Why uPVC / benefits ============ */
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.benefit {
  background: white; border-radius: 18px; padding: 28px;
  border: 1px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.benefit:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: transparent; }
.benefit .icon-square {
  width: 52px; height: 52px; border-radius: 12px;
  background: linear-gradient(135deg, #f4f8fd, #e7eef8);
  color: var(--brand); display: grid; place-items: center;
  margin-bottom: 18px;
}
.benefit h3 { font-size: 20px; margin-bottom: 8px; }
.benefit p { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
.benefit .num {
  font-family: "Fraunces"; font-size: 11px; color: var(--accent-deep);
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 14px;
}

/* ============ Products ============ */
.products-section { background: white; }
.product-tabs {
  display: flex; gap: 8px; justify-content: center;
  margin-bottom: 36px; flex-wrap: wrap;
}
.product-tab {
  padding: 10px 18px; border-radius: 999px;
  background: var(--paper); color: var(--ink); font-weight: 600; font-size: 14px;
  border: 1px solid var(--line);
  transition: all .15s ease;
}
.product-tab:hover { border-color: var(--brand); color: var(--brand); }
.product-tab.active { background: var(--brand); color: white; border-color: var(--brand); }
.product-tab .count { font-size: 11px; opacity: 0.6; margin-left: 6px; }
.product-tab.active .count { opacity: 0.8; }

.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.product-card {
  background: var(--paper); border-radius: 18px; overflow: hidden;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.product-img {
  aspect-ratio: 4/3;
  background: linear-gradient(180deg, #d8e4f0, #b9cee0);
  position: relative; overflow: hidden;
}
.product-img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.product-card:hover .product-img img { transform: scale(1.05); }
.product-img.img-fallback {
  background:
    repeating-linear-gradient(90deg, rgba(0,0,0,0.06) 0 1px, transparent 1px 40px),
    linear-gradient(180deg, #d8e4f0, #97b7d3);
}
.product-img.img-fallback::after {
  content: "uPVC Window"; position: absolute; inset: 0;
  display: grid; place-items: center; color: rgba(14,75,140,0.5);
  font-family: "Fraunces", serif; font-weight: 600; font-size: 18px; letter-spacing: 0.04em;
}
.product-img .badge {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,0.94); color: var(--brand-ink);
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
}
.product-info { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.product-info h3 { font-size: 19px; margin-bottom: 6px; }
.product-info p { font-size: 14px; color: var(--ink-2); flex: 1; }
.product-info .link {
  margin-top: 14px; display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: var(--accent-deep); letter-spacing: 0.02em;
}
.product-info .link:hover { gap: 10px; }

/* ============ Process steps ============ */
.process { background: var(--paper-2); }
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  position: relative;
}
.process-step {
  background: white; border-radius: 18px; padding: 28px 24px;
  border: 1px solid var(--line); position: relative;
}
.process-step .num-big {
  font-family: "Fraunces"; font-weight: 700; font-size: 64px;
  color: var(--brand); opacity: 0.12; line-height: 1; position: absolute; top: 14px; right: 18px;
}
.process-step .step-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--brand); color: white; display: grid; place-items: center;
  margin-bottom: 16px;
}
.process-step h4 { font-size: 18px; margin-bottom: 6px; }
.process-step p { font-size: 14px; color: var(--ink-2); }

/* ============ Colors / finishes ============ */
.finishes-section { background: white; }
.finish-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.finish-card {
  border-radius: 18px; aspect-ratio: 1/1;
  border: 1px solid var(--line);
  overflow: hidden; position: relative;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 18px; color: white;
}
.finish-card .lab {
  position: relative; z-index: 2;
  font-family: "Fraunces"; font-weight: 600; font-size: 18px;
}
.finish-card .desc {
  position: relative; z-index: 2;
  font-size: 12.5px; opacity: 0.9; margin-top: 2px;
}
.finish-card .finish-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.finish-card:hover .finish-img { transform: scale(1.06); }
.finish-card .finish-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.65));
}
.finish-card.finish-light { color: var(--brand-ink); }
.finish-card.finish-light .finish-overlay {
  background: linear-gradient(180deg, transparent 45%, rgba(255,255,255,0.85));
}
.finish-card::after { display: none; }
.finish-white, .finish-wood-1, .finish-wood-2, .finish-grey { background: linear-gradient(135deg, #d8e4f0, #97b7d3); }

/* ============ Gallery ============ */
.gallery-section { background: var(--paper); }
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-card {
  position: relative; overflow: hidden; border-radius: 18px;
  aspect-ratio: 4/3; cursor: pointer;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #d8e4f0, #97b7d3);
}
.gallery-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.gallery-card:hover img { transform: scale(1.06); }
.gallery-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.7));
}
.gallery-card .gallery-meta {
  position: absolute; left: 18px; right: 18px; bottom: 16px;
  z-index: 2; color: white;
}
.gallery-card .gallery-tag {
  display: inline-block;
  background: var(--accent); color: white;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
  margin-bottom: 8px;
}
.gallery-card .gallery-cap {
  font-family: "Fraunces", serif; font-weight: 600; font-size: 18px;
}
.finish-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.55));
}
.finish-white {
  background: linear-gradient(135deg, #fefefe, #d8d4c8);
  color: var(--brand-ink);
}
.finish-white::after { background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.08)); }
.finish-wood-1 {
  background:
    repeating-linear-gradient(90deg, rgba(60,30,10,0.08) 0 2px, transparent 2px 8px),
    linear-gradient(135deg, #a3704a, #5e3c20);
}
.finish-wood-2 {
  background:
    repeating-linear-gradient(90deg, rgba(40,20,8,0.12) 0 2px, transparent 2px 8px),
    linear-gradient(135deg, #6b4626, #2e1c0d);
}
.finish-grey {
  background: linear-gradient(135deg, #8a93a0, #3f4854);
}

/* ============ Clients ============ */
.clients { background: var(--paper); }
.clients-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.client-logo {
  aspect-ratio: 16/9;
  background: white; border-radius: 12px;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  padding: 14px 18px;
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: hidden;
  min-height: 100px;
}
.client-logo:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.client-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(0.4);
  opacity: 0.85;
  transition: filter .2s ease, opacity .2s ease;
}
.client-logo:hover img { filter: none; opacity: 1; }

/* ============ Reviews — Google Reviews style ============ */
.reviews { background: white; }

.reviews-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; margin-bottom: 40px; padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.reviews-rating {
  display: flex; align-items: center; gap: 16px;
}
.reviews-score {
  display: flex; align-items: baseline; gap: 12px;
}
.reviews-score .num {
  font-family: "Fraunces", serif; font-weight: 700; font-size: 36px;
  color: var(--brand-ink); line-height: 1;
}
.g-stars {
  color: #fbbc05;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1;
}
.reviews-meta { font-size: 13.5px; color: var(--ink-2); margin-top: 4px; }
.reviews-meta b { color: var(--brand-ink); font-weight: 700; }
.reviews-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; font-size: 14px; color: var(--brand);
  padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--line); background: white;
  transition: background .15s, border-color .15s;
}
.reviews-link:hover { background: #f4f8fd; border-color: var(--brand); }

.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.review {
  background: white;
  border: 1px solid #dadce0;
  border-radius: 8px;
  padding: 20px 22px 14px;
  display: flex; flex-direction: column;
  transition: box-shadow .15s ease, border-color .15s ease;
}
.review:hover { box-shadow: 0 1px 6px rgba(32,33,36,0.08); border-color: #c6c8cb; }

.review-head {
  display: flex; align-items: center; gap: 12px;
}
.review .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  color: white; font-weight: 600; font-size: 18px;
  font-family: "Manrope", system-ui, sans-serif;
  flex-shrink: 0;
}
.review-id { flex: 1; min-width: 0; }
.review .name {
  font-size: 14px; font-weight: 600; color: #202124;
  line-height: 1.2;
}
.review .sub {
  font-size: 12px; color: #5f6368;
  margin-top: 2px;
  display: flex; align-items: center; gap: 6px;
}
.review .local-guide { color: var(--brand); font-weight: 500; }
.review .dot-sep { opacity: 0.6; }
.review-g {
  display: grid; place-items: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #f8f9fa;
  flex-shrink: 0;
}

.review-stars-row {
  display: flex; align-items: center; gap: 10px;
  margin-top: 14px;
}
.review-stars-row .g-stars { font-size: 15px; letter-spacing: 1.5px; }
.review .when { font-size: 12px; color: #5f6368; }

.review .quote {
  font-size: 14.5px; line-height: 1.55;
  color: #3c4043;
  margin-top: 10px;
  font-family: "Manrope", system-ui, sans-serif;
  flex: 1;
  /* No quotation marks — Google-style plain text */
}
.review-foot {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f1f3f4;
}
.review .helpful {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500;
  color: #5f6368;
  padding: 6px 10px;
  border-radius: 999px;
  transition: background .15s;
}
.review .helpful:hover { background: #f1f3f4; color: var(--brand); }

/* ============ FAQ ============ */
.faq { background: var(--paper); }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: white; border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; transition: border-color .15s ease, box-shadow .15s ease;
}
.faq-item.open { border-color: var(--brand); box-shadow: var(--shadow-sm); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 24px; cursor: pointer; width: 100%; text-align: left;
  font-size: 16px; font-weight: 600; color: var(--brand-ink);
}
.faq-q .plus {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: var(--paper); color: var(--brand);
  display: grid; place-items: center; font-size: 18px; font-weight: 400;
  transition: transform .2s ease, background .2s ease;
}
.faq-item.open .plus { background: var(--accent); color: white; transform: rotate(45deg); }
.faq-a { padding: 0 24px 22px; color: var(--ink-2); font-size: 14.5px; line-height: 1.6; }

/* ============ Final CTA / contact ============ */
.final-cta {
  background:
    radial-gradient(800px 400px at 20% 0%, rgba(232,90,26,0.15), transparent 60%),
    linear-gradient(135deg, #0e2c4e, #07172b);
  color: white;
}
.final-cta h2 { color: white; }
.final-cta .section-head p { color: rgba(255,255,255,0.78); }

.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  max-width: 1100px; margin: 56px auto 0;
}
.contact-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px; padding: 32px;
  backdrop-filter: blur(6px);
}
.contact-card h3 { color: white; font-size: 22px; margin-bottom: 6px; }
.contact-card .label-line { font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px; }
.contact-line { display: flex; align-items: flex-start; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.contact-line:last-child { border-bottom: none; }
.contact-line .ic { width: 36px; height: 36px; border-radius: 10px; background: rgba(232,90,26,0.18); color: var(--accent); display: grid; place-items: center; flex-shrink: 0; }
.contact-line .lbl { font-size: 12px; color: rgba(255,255,255,0.55); }
.contact-line .val { font-size: 15px; color: white; font-weight: 500; margin-top: 2px; }
.contact-line .val a:hover { color: var(--accent); }

/* ============ Footer ============ */
.footer {
  background: var(--brand-ink); color: rgba(255,255,255,0.7);
  padding: 36px 0 24px; font-size: 13px;
}
.footer-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
}
.footer a:hover { color: white; }
.footer .social { display: flex; gap: 18px; }

/* ============ Floating CTA (mobile sticky call) ============ */
.float-cta {
  position: fixed; bottom: 16px; left: 16px; right: 16px;
  display: none; gap: 10px; z-index: 60;
}
.float-cta .btn { flex: 1; height: 52px; box-shadow: var(--shadow-lg); }

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 40px 0 56px; }
  .hero-side { max-width: 480px; margin: 0 auto; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .stat { border-right: none; padding-right: 0; }
  .stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.1); padding-right: 24px; }
  .why-grid, .products-grid, .process-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .clients-grid { grid-template-columns: repeat(4, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .finish-grid { grid-template-columns: repeat(2, 1fr); }
  .header-nav { display: none; }
}

@media (max-width: 640px) {
  section { padding: 52px 0; }
  .container { padding: 0 16px; }
  body { padding-bottom: 80px; }

  /* Typography */
  .brand-mark .name { font-size: 18px; }
  .hero-sub { font-size: 16px; }
  .gallery-cap { font-size: 15px; }

  /* Hero */
  .hero-grid { padding: 28px 0 40px; }
  .hero-bullets { grid-template-columns: 1fr; }
  .hero-side { aspect-ratio: 4/4.2; }

  /* Stats */
  .stats-inner { padding: 28px 16px; gap: 16px; }
  .stat .num { font-size: 36px; }

  /* Grids → single column */
  .why-grid, .products-grid, .process-grid, .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }

  /* Finishes: 1 column with landscape cards so labels don't wrap */
  .finish-grid { grid-template-columns: 1fr; }
  .finish-card { aspect-ratio: 16/7; }
  .finish-card .lab { font-size: 20px; }

  /* Hero eyebrow: single-line pill, clip overflow cleanly */
  .hero-eyebrow { font-size: 11px; letter-spacing: 0.05em; padding: 6px 12px; white-space: nowrap; overflow: hidden; max-width: 100%; }

  /* Hero & Final CTA actions: full-width buttons for easy tapping */
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }

  /* Section head spacing */
  .section-head { margin-bottom: 36px; }

  /* Lead form */
  .lead-card { padding: 20px; }
  .field-row { grid-template-columns: 1fr; }

  /* Contact */
  .contact-card { padding: 24px; }

  /* Topbar */
  .topbar-left { font-size: 12px; gap: 10px; }
  .topbar-right { display: none; }

  /* Header */
  .header-cta .call-pill .label-stack { display: none; }
  .hide-sm { display: none !important; }

  /* Floating CTA */
  .float-cta { display: flex; }

  /* Footer */
  .footer-inner { justify-content: center; text-align: center; }
}
