@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&family=Heebo:wght@400;500;600;700&display=swap');

/* ===== מקלחונים זה אנחנו — clean, airy RTL shop ===== */
:root {
  --bg: #ffffff;
  --bg-soft: oklch(0.985 0.003 220);
  --bg-soft-2: oklch(0.965 0.005 220);
  --ink: oklch(0.26 0.012 240);
  --ink-soft: oklch(0.48 0.012 240);
  --muted: oklch(0.62 0.01 240);
  --line: oklch(0.92 0.005 230);
  --line-soft: oklch(0.95 0.004 230);
  --accent: oklch(0.56 0.075 220);
  --accent-deep: oklch(0.46 0.08 222);
  --accent-soft: oklch(0.95 0.022 220);
  --accent-tint: oklch(0.975 0.012 220);
  --wa: #25d366;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px oklch(0.5 0.02 240 / 0.04), 0 2px 8px oklch(0.5 0.02 240 / 0.05);
  --shadow-md: 0 4px 14px oklch(0.45 0.03 240 / 0.07), 0 12px 34px oklch(0.45 0.03 240 / 0.07);
  --shadow-lg: 0 18px 50px oklch(0.4 0.04 240 / 0.16);
  --maxw: 1240px;
  --font: "Assistant", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "Heebo", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent-soft); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: .14em;
  color: var(--accent); text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--accent); display: inline-block; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 600; font-size: 15px; line-height: 1;
  padding: 13px 22px; border-radius: 999px;
  transition: transform .18s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 6px 18px oklch(0.56 0.075 220 / 0.28); }
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-1px); box-shadow: 0 10px 24px oklch(0.56 0.075 220 / 0.34); }
.btn-ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.btn-soft { background: var(--accent-tint); color: var(--accent-deep); border: 1.5px solid var(--accent-soft); }
.btn-soft:hover { background: var(--accent-soft); }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-block { width: 100%; }

/* ===== Header ===== */
.header {
  position: sticky; top: 0; z-index: 50;
  background: oklch(1 0 0 / 0.82); backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 76px; }
.logo { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 21px; letter-spacing: -.01em; }
.logo-mark {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  background: linear-gradient(150deg, var(--accent), var(--accent-deep));
  display: grid; place-items: center; box-shadow: 0 4px 12px oklch(0.56 0.075 220 / 0.3);
}
.logo-mark svg { width: 21px; height: 21px; }
.logo small { display: block; font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: .04em; margin-top: 1px; }
.nav { display: flex; align-items: center; gap: 4px; margin-inline-start: auto; }
.nav a {
  font-size: 15px; font-weight: 600; color: var(--ink-soft);
  padding: 9px 14px; border-radius: 9px; transition: color .15s, background .15s;
}
.nav a:hover { color: var(--ink); background: var(--bg-soft-2); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; color: var(--ink); }
.phone-link svg { width: 17px; height: 17px; color: var(--accent); }
.menu-toggle { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1.5px solid var(--line); align-items: center; justify-content: center; }

/* ===== Hero ===== */
.hero { padding: 70px 0 64px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(38px, 5vw, 62px); line-height: 1.04; font-weight: 800; letter-spacing: -.02em; margin: 20px 0 0; }
.hero h1 .accent { color: var(--accent); }
.hero p.lead { font-size: 19px; color: var(--ink-soft); margin: 22px 0 32px; max-width: 30em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats { display: flex; gap: 36px; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero-stat .num { font-size: 30px; font-weight: 800; letter-spacing: -.02em; }
.hero-stat .num span { color: var(--accent); }
.hero-stat .lbl { font-size: 13.5px; color: var(--muted); font-weight: 600; margin-top: 2px; }
.hero-visual { position: relative; }
.hero-visual .ph { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-visual img.hero-img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-badge {
  position: absolute; bottom: 22px; inset-inline-start: -18px;
  background: #fff; border-radius: 16px; padding: 14px 18px;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 12px;
}
.hero-badge .ico { width: 40px; height: 40px; border-radius: 11px; background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; flex: none; }
.hero-badge .ico svg { width: 21px; height: 21px; }
.hero-badge .t { font-weight: 800; font-size: 15px; }
.hero-badge .s { font-size: 12.5px; color: var(--muted); font-weight: 600; }

/* ===== Trust strip ===== */
.trust { border-block: 1px solid var(--line-soft); background: var(--bg-soft); }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 26px 24px; }
.trust-item:not(:last-child) { border-inline-end: 1px solid var(--line-soft); }
.trust-item .ico { width: 44px; height: 44px; border-radius: 12px; background: #fff; border: 1px solid var(--line); color: var(--accent); display: grid; place-items: center; flex: none; box-shadow: var(--shadow-sm); }
.trust-item .ico svg { width: 22px; height: 22px; }
.trust-item .t { font-weight: 700; font-size: 15.5px; }
.trust-item .s { font-size: 13px; color: var(--muted); font-weight: 500; }

/* ===== Section heading ===== */
.section { padding: 84px 0; }
.section-head { max-width: 640px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 42px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; margin: 14px 0 0; }
.section-head p { font-size: 17.5px; color: var(--ink-soft); margin-top: 14px; }

/* ===== Catalog: filters ===== */
.catalog-layout { display: grid; grid-template-columns: 256px 1fr; gap: 40px; align-items: start; }
.filters { position: sticky; top: 96px; }
.filters-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.filters-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.filters-head h3 { font-size: 16px; font-weight: 800; }
.filters-clear { font-size: 13px; font-weight: 700; color: var(--accent); }
.filters-clear:disabled { color: var(--muted); opacity: .5; cursor: default; }
.filter-group { padding: 18px 0; border-top: 1px solid var(--line); }
.filter-group:first-of-type { border-top: none; }
.filter-group > .glabel { font-size: 13px; font-weight: 700; color: var(--muted); letter-spacing: .03em; margin-bottom: 12px; display: block; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-size: 13.5px; font-weight: 600; padding: 7px 13px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--line); color: var(--ink-soft);
  transition: all .15s ease;
}
.chip:hover { border-color: var(--accent); color: var(--accent); }
.chip.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.opt-row { display: flex; flex-direction: column; gap: 2px; }
.opt {
  display: flex; align-items: center; gap: 11px; padding: 8px 9px; border-radius: 9px;
  font-size: 14.5px; font-weight: 600; color: var(--ink-soft); transition: background .15s;
}
.opt:hover { background: #fff; color: var(--ink); }
.opt .box { width: 19px; height: 19px; border-radius: 6px; border: 1.5px solid var(--line); display: grid; place-items: center; flex: none; transition: all .15s; }
.opt .box svg { width: 12px; height: 12px; color: #fff; opacity: 0; }
.opt.on { color: var(--ink); }
.opt.on .box { background: var(--accent); border-color: var(--accent); }
.opt.on .box svg { opacity: 1; }
.opt .count { margin-inline-start: auto; font-size: 12.5px; color: var(--muted); font-weight: 600; }

/* ===== Catalog: results ===== */
.results-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; gap: 16px; flex-wrap: wrap; }
.results-count { font-size: 15px; color: var(--ink-soft); font-weight: 600; }
.results-count b { color: var(--ink); }
.sort-select { display: flex; align-items: center; gap: 9px; }
.sort-select label { font-size: 14px; color: var(--muted); font-weight: 600; }
.sort-select select {
  font-family: inherit; font-size: 14px; font-weight: 600; color: var(--ink);
  padding: 9px 14px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff;
  cursor: pointer;
}
.mobile-filter-btn { display: none; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .2s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card-media { position: relative; cursor: zoom-in; aspect-ratio: 4/3.4; overflow: hidden; }
.card-media .ph { width: 100%; height: 100%; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card-media img { transform: scale(1.04); }
.card-tag {
  position: absolute; top: 12px; inset-inline-start: 12px;
  background: oklch(1 0 0 / 0.9); backdrop-filter: blur(6px);
  font-size: 12px; font-weight: 700; padding: 6px 11px; border-radius: 999px; color: var(--ink);
}
.card-tag.sale { background: var(--accent); color: #fff; }
.card-zoom {
  position: absolute; top: 12px; inset-inline-end: 12px; width: 36px; height: 36px;
  border-radius: 10px; background: oklch(1 0 0 / 0.9); backdrop-filter: blur(6px);
  display: grid; place-items: center; color: var(--ink); opacity: 0; transform: translateY(-4px);
  transition: opacity .2s, transform .2s;
}
.card:hover .card-zoom { opacity: 1; transform: translateY(0); }
.card-zoom svg { width: 17px; height: 17px; }
.card-body { padding: 18px 19px 20px; display: flex; flex-direction: column; flex: 1; }
.card-cat { font-size: 12.5px; font-weight: 700; color: var(--accent); letter-spacing: .03em; }
.card-name { font-size: 18.5px; font-weight: 800; letter-spacing: -.01em; margin: 5px 0 0; }
.card-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 16px; }
.card-meta span { font-size: 12px; font-weight: 600; color: var(--ink-soft); background: var(--bg-soft-2); padding: 4px 9px; border-radius: 7px; }
.card-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; }
.card-price .from { font-size: 12px; color: var(--muted); font-weight: 600; }
.card-price .val { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.card-price .val .cur { font-size: 15px; font-weight: 700; }
.card-price .was { font-size: 13px; color: var(--muted); text-decoration: line-through; font-weight: 600; margin-inline-start: 6px; }

.no-results { grid-column: 1/-1; text-align: center; padding: 70px 20px; color: var(--muted); }
.no-results svg { width: 46px; height: 46px; color: var(--line); margin-bottom: 14px; }
.no-results h4 { font-size: 19px; font-weight: 800; color: var(--ink); }

/* ===== Image placeholder ===== */
.ph { position: relative; background: var(--bg-soft-2); overflow: hidden; display: grid; place-items: center; }
.ph svg.stripes { position: absolute; inset: 0; width: 100%; height: 100%; }
.ph .ph-label {
  position: relative; font-family: var(--mono); font-size: 12px; font-weight: 600;
  color: oklch(0.6 0.01 240); letter-spacing: .02em; background: oklch(1 0 0 / 0.7);
  padding: 5px 11px; border-radius: 999px; backdrop-filter: blur(2px);
}

/* ===== Quote / contact ===== */
.quote { background: var(--bg-soft); border-top: 1px solid var(--line-soft); }
.quote-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.quote-list { list-style: none; margin-top: 26px; display: flex; flex-direction: column; gap: 15px; }
.quote-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: var(--ink-soft); }
.quote-list .tick { width: 24px; height: 24px; border-radius: 8px; background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; flex: none; margin-top: 1px; }
.quote-list .tick svg { width: 14px; height: 14px; }
.quote-list b { color: var(--ink); font-weight: 700; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-md); }
.contact-card h3 { font-size: 23px; font-weight: 800; letter-spacing: -.01em; }
.contact-card .sub { font-size: 14.5px; color: var(--muted); margin: 5px 0 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 15px; color: var(--ink);
  padding: 12px 14px; border-radius: 11px; border: 1.5px solid var(--line); background: var(--bg-soft);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); background: #fff;
  box-shadow: 0 0 0 4px var(--accent-tint);
}
.field textarea { resize: vertical; min-height: 88px; }
.field.invalid input, .field.invalid select { border-color: oklch(0.58 0.16 25); }
.field .err { font-size: 12.5px; color: oklch(0.55 0.17 25); font-weight: 600; margin-top: 5px; }
.form-actions { display: flex; gap: 12px; margin-top: 6px; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; text-align: center; }
.form-success { text-align: center; padding: 26px 10px; }
.form-success .big { width: 64px; height: 64px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success .big svg { width: 32px; height: 32px; }
.form-success h3 { font-size: 24px; font-weight: 800; }
.form-success p { color: var(--ink-soft); margin: 8px auto 0; max-width: 26em; }

/* ===== Footer ===== */
.footer { background: oklch(0.22 0.012 240); color: oklch(0.82 0.01 240); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer .logo { color: #fff; }
.footer .logo small { color: oklch(0.6 0.01 240); }
.footer-col h4 { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 16px; letter-spacing: .02em; }
.footer-col a, .footer-col p { display: block; font-size: 14.5px; color: oklch(0.72 0.01 240); margin-bottom: 10px; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-about p { font-size: 14.5px; line-height: 1.7; margin: 16px 0 20px; max-width: 30em; color: oklch(0.72 0.01 240); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; border: 1px solid oklch(0.35 0.01 240); display: grid; place-items: center; color: oklch(0.82 0.01 240); }
.footer-social a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid oklch(0.32 0.01 240); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: oklch(0.6 0.01 240); flex-wrap: wrap; gap: 12px; }

/* ===== Floating actions ===== */
.fab-stack { position: fixed; bottom: 24px; inset-inline-start: 24px; z-index: 60; display: flex; flex-direction: column; gap: 12px; }
.fab { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow-md); transition: transform .18s; position: relative; }
.fab:hover { transform: scale(1.07); }
.fab svg { width: 28px; height: 28px; }
.fab-wa { background: var(--wa); color: #fff; }
.fab-phone { background: #fff; color: var(--accent); border: 1px solid var(--line); }
.fab-tip { position: absolute; inset-inline-start: 70px; top: 50%; transform: translateY(-50%); background: var(--ink); color: #fff; font-size: 13px; font-weight: 600; padding: 7px 12px; border-radius: 9px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .18s; }
.fab:hover .fab-tip { opacity: 1; }
.fab-tip::before { content: ""; position: absolute; inset-inline-end: 100%; top: 50%; transform: translateY(-50%); border: 6px solid transparent; border-inline-end-color: var(--ink); }

/* ===== Lightbox / gallery modal ===== */
.lb-overlay { position: fixed; inset: 0; z-index: 100; background: oklch(0.2 0.012 240 / 0.62); backdrop-filter: blur(6px); display: grid; place-items: center; padding: 28px; animation: fade .2s ease; }
@keyframes fade { from { opacity: 0; } }
.lb {
  background: #fff; border-radius: var(--radius-lg); width: min(960px, 100%); max-height: 90vh;
  overflow: hidden; display: grid; grid-template-columns: 1.25fr 1fr; box-shadow: var(--shadow-lg);
  animation: pop .26s cubic-bezier(.2,.9,.3,1);
}
@keyframes pop { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.lb-gallery { background: var(--bg-soft); padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.lb-main { position: relative; flex: 1; border-radius: var(--radius); overflow: hidden; background: var(--bg-soft-2); cursor: zoom-in; min-height: 300px; }
.lb-main .ph { width: 100%; height: 100%; }
.lb-main.zoomed { cursor: zoom-out; }
.lb-main .zoom-hint { position: absolute; bottom: 12px; inset-inline-end: 12px; background: oklch(1 0 0 / 0.85); font-size: 12px; font-weight: 600; padding: 6px 11px; border-radius: 999px; display: flex; align-items: center; gap: 6px; color: var(--ink-soft); }
.lb-main .zoom-hint svg { width: 14px; height: 14px; }
.lb-thumbs { display: none; gap: 10px; }
.lb-thumb { flex: 1; aspect-ratio: 1; border-radius: 10px; overflow: hidden; border: 2px solid transparent; cursor: pointer; transition: border-color .15s; }
.lb-thumb.active { border-color: var(--accent); }
.lb-thumb .ph { width: 100%; height: 100%; }
.lb-info { padding: 30px; overflow-y: auto; display: flex; flex-direction: column; }
.lb-info .cat { font-size: 13px; font-weight: 700; color: var(--accent); letter-spacing: .03em; }
.lb-info h3 { font-size: 27px; font-weight: 800; letter-spacing: -.02em; margin: 6px 0 0; }
.lb-info .desc { font-size: 15px; color: var(--ink-soft); line-height: 1.65; margin: 14px 0 0; }
.lb-specs { list-style: none; margin: 22px 0; border-top: 1px solid var(--line); }
.lb-specs li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.lb-specs li span { color: var(--muted); font-weight: 600; }
.lb-specs li b { font-weight: 700; }
.lb-price { display: flex; align-items: baseline; gap: 10px; margin: 4px 0 18px; }
.lb-price .from { font-size: 13px; color: var(--muted); font-weight: 600; }
.lb-price .val { font-size: 30px; font-weight: 800; letter-spacing: -.02em; }
.lb-price .was { font-size: 16px; color: var(--muted); text-decoration: line-through; }
.lb-actions { display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.lb-close { position: absolute; top: 16px; inset-inline-end: 16px; width: 40px; height: 40px; border-radius: 50%; background: oklch(1 0 0 / 0.92); display: grid; place-items: center; box-shadow: var(--shadow-sm); z-index: 4; transition: transform .15s; }
.lb-close:hover { transform: rotate(90deg); }
.lb-close svg { width: 19px; height: 19px; }

body.modal-open { overflow: hidden; }

/* ===== Mobile drawer ===== */
.drawer-overlay { position: fixed; inset: 0; z-index: 80; background: oklch(0.2 0.012 240 / 0.5); animation: fade .2s; }
.drawer { position: fixed; inset-block: 0; inset-inline-end: 0; width: min(330px, 86vw); background: #fff; z-index: 81; padding: 24px; overflow-y: auto; box-shadow: var(--shadow-lg); animation: slidein .26s ease; }
@keyframes slidein { from { transform: translateX(-100%); } }
.drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.drawer-head .x { width: 40px; height: 40px; border-radius: 10px; border: 1.5px solid var(--line); display: grid; place-items: center; }

/* ===== Reveal animation ===== */
.btn-wa { background: #25d366; color: #fff; border-color: #25d366; }
.btn-wa:hover { background: #1fb457; border-color: #1fb457; }
.reno-cta { background: var(--accent); color: #fff; border-radius: var(--r-lg, 22px); padding: clamp(28px,4vw,52px); text-align: center; }
.reno-cta h2 { color: #fff; font-size: clamp(24px,3vw,34px); font-weight: 800; letter-spacing: -.02em; margin: 0 0 10px; }
.reno-cta p { color: rgba(255,255,255,.88); max-width: 540px; margin: 0 auto 22px; }
.reno-cta .cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.reno-cta .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.reno-cta .btn-ghost:hover { background: rgba(255,255,255,.12); }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; font-size: 17px; }
/* renovations: image banner + project gallery (placeholders — swap SVG for <img>) */
.reno-banner { border-radius: var(--r-lg, 22px); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow, 0 18px 40px -24px rgba(0,0,0,.25)); }
.reno-banner svg { display: block; width: 100%; height: auto; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.shot { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 3; background: var(--bg-soft); }
.shot svg { display: block; width: 100%; height: 100%; transition: transform .5s cubic-bezier(.2,.7,.3,1); }
.shot:hover svg { transform: scale(1.05); }
.shot .shot-cap { position: absolute; inset-inline: 0; bottom: 0; padding: 26px 16px 12px; color: #fff; font-weight: 700; font-size: 15px; background: linear-gradient(to top, rgba(15,30,40,.78), rgba(15,30,40,0)); }
.shot .shot-tag { position: absolute; top: 10px; inset-inline-start: 10px; background: rgba(255,255,255,.92); color: var(--accent); font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 999px; }
@media (max-width: 880px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; } }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.3,1); animation: revealFallback 0s linear 1.6s forwards; }
.reveal.in { opacity: 1; transform: none; animation: none; }
@keyframes revealFallback { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-visual { order: -1; }
  .quote-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-about { grid-column: 1/-1; }
  .lb { grid-template-columns: 1fr; max-height: 92vh; overflow-y: auto; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-inline-end: none; }
  .trust-item:nth-child(odd) { border-inline-end: 1px solid var(--line-soft); }
  .trust-item { border-bottom: 1px solid var(--line-soft); }
}
@media (max-width: 800px) {
  .wrap { padding: 0 20px; }
  .nav, .header-cta .phone-link, .header-cta .btn { display: none; }
  .header-cta .btn-primary { display: inline-flex; }
  .menu-toggle { display: inline-flex; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { display: none; }
  .mobile-filter-btn { display: inline-flex; }
  .section { padding: 60px 0; }
  .hero { padding: 44px 0 50px; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .product-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-item { border-inline-end: none !important; }
  .hero-badge { inset-inline-start: 12px; }
}

/* =========================================================
   ===== ADDITIONS FOR INNER PAGES (about / blog / post / contact)
   ========================================================= */

/* ===== Active nav state ===== */
.nav a.is-active { color: var(--accent); background: var(--accent-tint); }

/* ===== Page hero (inner page header) ===== */
.page-hero { background: var(--bg-soft); border-bottom: 1px solid var(--line-soft); padding: 56px 0 50px; }
.page-hero .wrap { max-width: var(--maxw); }
.page-hero h1 { font-size: clamp(30px, 4vw, 48px); font-weight: 800; letter-spacing: -.02em; line-height: 1.08; margin: 16px 0 0; }
.page-hero p { font-size: 18px; color: var(--ink-soft); margin-top: 14px; max-width: 44em; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--muted); }
.breadcrumb a { color: var(--muted); transition: color .15s; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span.sep { opacity: .5; }
.breadcrumb b { color: var(--ink-soft); font-weight: 700; }

/* ===== Category page extras ===== */
.cat-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.cat-tag { font-size: 14px; font-weight: 600; padding: 9px 16px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line); color: var(--ink-soft); transition: all .15s; }
.cat-tag:hover { border-color: var(--accent); color: var(--accent); }
.cat-tag.active { background: var(--accent); border-color: var(--accent); color: #fff; }

/* ===== About page ===== */
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-story .ph { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/3.2; }
.about-story p { font-size: 16.5px; color: var(--ink-soft); line-height: 1.75; margin-top: 16px; }
.about-story p + p { margin-top: 14px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 26px; transition: transform .22s, box-shadow .22s, border-color .2s; }
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.value-card .ico { width: 50px; height: 50px; border-radius: 13px; background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; margin-bottom: 18px; }
.value-card .ico svg { width: 26px; height: 26px; }
.value-card h3 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; }
.value-card p { font-size: 15px; color: var(--ink-soft); line-height: 1.65; margin-top: 10px; }

.stats-band { background: oklch(0.22 0.012 240); color: #fff; border-radius: var(--radius-lg); padding: 46px 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stats-band .stat { text-align: center; }
.stats-band .stat .num { font-size: 40px; font-weight: 800; letter-spacing: -.02em; }
.stats-band .stat .num span { color: var(--accent); }
.stats-band .stat .lbl { font-size: 14.5px; color: oklch(0.74 0.01 240); font-weight: 600; margin-top: 4px; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.team-card { text-align: center; }
.team-card .ph { aspect-ratio: 1; border-radius: var(--radius-lg); margin-bottom: 14px; box-shadow: var(--shadow-sm); }
.team-card h4 { font-size: 17px; font-weight: 800; }
.team-card .role { font-size: 13.5px; color: var(--accent); font-weight: 700; margin-top: 2px; }

/* ===== Blog listing ===== */
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 44px; align-items: start; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .22s, box-shadow .22s, border-color .2s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.post-card .post-media { aspect-ratio: 16/9; position: relative; }
.post-card .post-media .ph { width: 100%; height: 100%; }
.post-card .post-cat { position: absolute; top: 12px; inset-inline-start: 12px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; }
.post-card .post-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card .post-meta { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--muted); font-weight: 600; }
.post-card .post-meta svg { width: 14px; height: 14px; }
.post-card h3 { font-size: 20px; font-weight: 800; letter-spacing: -.01em; line-height: 1.25; margin: 11px 0 0; }
.post-card h3 a { transition: color .15s; }
.post-card h3 a:hover { color: var(--accent); }
.post-card .excerpt { font-size: 14.5px; color: var(--ink-soft); line-height: 1.65; margin: 10px 0 16px; }
.post-card .read-more { margin-top: auto; font-size: 14px; font-weight: 700; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
.post-card .read-more svg { width: 15px; height: 15px; transition: transform .18s; }
.post-card:hover .read-more svg { transform: translateX(-4px); }

.post-card.featured { grid-column: 1 / -1; flex-direction: row; }
.post-card.featured .post-media { aspect-ratio: auto; width: 46%; flex: none; }
.post-card.featured .post-body { padding: 32px 34px; justify-content: center; }
.post-card.featured h3 { font-size: 27px; }
.post-card.featured .excerpt { font-size: 16px; }

/* ===== Blog sidebar ===== */
.blog-sidebar { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 22px; }
.side-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.side-card h4 { font-size: 16px; font-weight: 800; margin-bottom: 14px; }
.side-search { display: flex; gap: 8px; }
.side-search input { flex: 1; font-family: inherit; font-size: 14.5px; padding: 11px 13px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; }
.side-search input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-tint); }
.side-search button { width: 44px; border-radius: 10px; background: var(--accent); color: #fff; display: grid; place-items: center; flex: none; }
.side-search button svg { width: 18px; height: 18px; }
.cat-list { list-style: none; display: flex; flex-direction: column; }
.cat-list li a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; font-weight: 600; color: var(--ink-soft); transition: color .15s; }
.cat-list li:last-child a { border-bottom: none; }
.cat-list li a:hover { color: var(--accent); }
.cat-list .count { font-size: 12.5px; color: var(--muted); background: #fff; border: 1px solid var(--line); padding: 2px 9px; border-radius: 999px; }
.recent-post { display: unset; gap: unset; padding: 11px 0; border-bottom: 1px solid var(--line); }
.recent-post:last-child { border-bottom: none; }
.recent-post .ph { width: 64px; height: 56px; border-radius: 9px; flex: none; }
.recent-post .rp-body .rp-title { font-size: 14px; font-weight: 700; line-height: 1.35; transition: color .15s; }
.recent-post:hover .rp-title { color: var(--accent); }
.recent-post .rp-date { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 4px; }

/* ===== Pagination ===== */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.pagination a, .pagination span { min-width: 42px; height: 42px; padding: 0 12px; border-radius: 11px; border: 1.5px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-size: 14.5px; font-weight: 700; color: var(--ink-soft); transition: all .15s; }
.pagination a:hover { border-color: var(--accent); color: var(--accent); }
.pagination .current { background: var(--accent); border-color: var(--accent); color: #fff; }

/* ===== Single post ===== */
.post-layout { display: grid; grid-template-columns: 1fr 300px; gap: 44px; align-items: start; }
.article { max-width: 100%; }
.article .post-meta { display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--muted); font-weight: 600; flex-wrap: wrap; }
.article .post-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--line); }
.article .post-meta .author { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); }
.article .post-meta .author .ph { width: 32px; height: 32px; border-radius: 50%; }
.article-cover { width: 100%; aspect-ratio: 16/8; border-radius: var(--radius-lg); margin: 28px 0; box-shadow: var(--shadow-md); }
.article-cover .ph { width: 100%; height: 100%; border-radius: var(--radius-lg); }
.prose { font-size: 17px; line-height: 1.8; color: var(--ink-soft); }
.prose > * + * { margin-top: 20px; }
.prose h2 { font-size: 27px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); margin-top: 40px; line-height: 1.2; }
.prose h3 { font-size: 21px; font-weight: 800; color: var(--ink); margin-top: 30px; }
.prose p { margin-top: 18px; }
.prose ul, .prose ol { padding-inline-start: 22px; }
.prose li { margin-top: 9px; }
.prose li::marker { color: var(--accent); }
.prose blockquote { border-inline-start: 4px solid var(--accent); background: var(--accent-tint); padding: 18px 24px; border-radius: 0 12px 12px 0; font-size: 18px; font-weight: 600; color: var(--ink); margin: 28px 0; }
.prose img, .prose .ph { border-radius: var(--radius); margin: 28px 0; }
.prose a { color: var(--accent); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: var(--ink); font-weight: 700; }
.article-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.article-tags .tag { font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; background: var(--bg-soft-2); color: var(--ink-soft); }
.article-share { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.article-share span { font-size: 14px; font-weight: 700; color: var(--ink-soft); }
.article-share a { width: 40px; height: 40px; border-radius: 11px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink-soft); transition: all .15s; }
.article-share a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.article-share svg { width: 18px; height: 18px; }

.author-box { display: flex; gap: 18px; align-items: center; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; margin-top: 36px; }
.author-box .ph { width: 76px; height: 76px; border-radius: 50%; flex: none; }
.author-box h4 { font-size: 18px; font-weight: 800; }
.author-box .role { font-size: 13.5px; color: var(--accent); font-weight: 700; margin: 2px 0 8px; }
.author-box p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

.related { margin-top: 56px; }
.related h3 { font-size: 22px; font-weight: 800; letter-spacing: -.01em; margin-bottom: 22px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ===== Contact page ===== */
.contact-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.info-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: border-color .2s, box-shadow .2s; }
.info-card:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); }
.info-card .ico { width: 48px; height: 48px; border-radius: 13px; background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; flex: none; }
.info-card .ico svg { width: 24px; height: 24px; }
.info-card .t { font-size: 13px; font-weight: 700; color: var(--muted); }
.info-card .v { font-size: 17px; font-weight: 800; color: var(--ink); margin-top: 3px; }
.info-card .v a { transition: color .15s; }
.info-card .v a:hover { color: var(--accent); }
.info-card .s { font-size: 13.5px; color: var(--ink-soft); margin-top: 3px; }
.map-embed { margin-top: 8px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/7; }
.map-embed .ph { width: 100%; height: 100%; }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ===== Responsive additions ===== */
@media (max-width: 980px) {
  .about-story { grid-template-columns: 1fr; gap: 34px; }
  .about-story .ph { order: -1; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .stats-band { grid-template-columns: 1fr 1fr; gap: 26px; padding: 36px 28px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .blog-layout, .post-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
  .blog-sidebar .side-card { flex: 1; min-width: 240px; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
  .post-card.featured { flex-direction: column; }
  .post-card.featured .post-media { width: 100%; aspect-ratio: 16/9; }
  .values-grid, .team-grid, .related-grid { grid-template-columns: 1fr; }
  .stats-band { grid-template-columns: 1fr 1fr; }
  .blog-sidebar { flex-direction: column; }
}

/* ===== Lightbox zoom stage (JS build) ===== */
.lb-stage { width: 100%; height: 100%; transition: transform .25s ease; }
.lb-main.zoomed .lb-stage { transition: none; }
.lb-stage .ph { width: 100%; height: 100%; }

/* ===== Misc affordances ===== */
[data-product] { cursor: pointer; }
.card-foot .btn-soft { pointer-events: none; }

/* ===== Default icon sizing inside buttons (fixes oversized inline SVGs) ===== */
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-sm svg { width: 16px; height: 16px; }
