:root {
  color-scheme: dark;
  --bg: #120d0a;
  --bg-2: #1b120d;
  --surface: rgba(255, 247, 236, 0.08);
  --surface-strong: rgba(255, 247, 236, 0.14);
  --text: #fff7ec;
  --muted: #d9c7b0;
  --brand: #d98c35;
  --brand-2: #a55325;
  --brand-dark: #2b1a12;
  --cream: #fff7ec;
  --line: rgba(255, 247, 236, 0.18);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius: 26px;
  --radius-sm: 14px;
  --max: 1200px;
}

[data-theme='light'] {
  color-scheme: light;
  --bg: #f9f2e8;
  --bg-2: #fffaf3;
  --surface: rgba(43, 26, 18, 0.06);
  --surface-strong: rgba(43, 26, 18, 0.1);
  --text: #201610;
  --muted: #5f4b3a;
  --brand: #b95f22;
  --brand-2: #7d3518;
  --brand-dark: #2b1a12;
  --cream: #fff7ec;
  --line: rgba(43, 26, 18, 0.14);
  --shadow: 0 28px 70px rgba(71, 44, 24, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(217, 140, 53, .16), transparent 34rem), var(--bg);
  color: var(--text);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 1rem; z-index: 1000; background: var(--cream); color: #1a100b; padding: .75rem 1rem; border-radius: 999px; }
.skip-link:focus { left: 1rem; }

.announcement { background: #2b1a12; color: #fff7ec; font-size: .86rem; }
.announcement__inner { display: flex; gap: 1rem; justify-content: center; align-items: center; flex-wrap: wrap; padding: .55rem 0; }
.announcement span:not(:last-child)::after, .announcement a::after { content: "•"; opacity: .45; margin-left: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: saturate(140%) blur(18px); background: color-mix(in srgb, var(--bg) 80%, transparent); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; min-width: max-content; }
.brand__mark { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, var(--brand), #f4c47a); color: #21140c; font-weight: 900; letter-spacing: -.04em; box-shadow: 0 12px 30px rgba(217, 140, 53, .25); }
.brand strong { display: block; letter-spacing: -.03em; font-size: 1.08rem; }
.brand small { display: block; color: var(--muted); margin-top: -.15rem; }
.nav__menu { display: flex; align-items: center; justify-content: center; gap: .2rem; }
.nav__menu a { padding: .7rem .85rem; border-radius: 999px; color: var(--muted); }
.nav__menu a:hover, .nav__menu a:focus-visible { color: var(--text); background: var(--surface); outline: none; }
.nav__actions { display: flex; align-items: center; gap: .6rem; }
.nav__toggle { display: none; }
.icon-btn, .quote-btn, .nav__toggle { border: 1px solid var(--line); background: var(--surface); border-radius: 999px; padding: .65rem .8rem; }
.quote-btn { display: inline-flex; gap: .45rem; align-items: center; color: var(--text); }
.quote-btn span { min-width: 1.45rem; height: 1.45rem; border-radius: 999px; display: grid; place-items: center; background: var(--brand); color: #21140c; font-weight: 900; font-size: .8rem; }

.hero { position: relative; min-height: clamp(660px, 88vh, 900px); display: grid; align-items: end; overflow: clip; isolation: isolate; }
.hero__media { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.02); transition: opacity 650ms ease, transform 900ms ease; z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(18, 13, 10, .94) 0%, rgba(18, 13, 10, .72) 38%, rgba(18, 13, 10, .1) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 36%); }
[data-theme='light'] .hero::after { background: linear-gradient(90deg, rgba(31, 18, 10, .88) 0%, rgba(31, 18, 10, .55) 45%, rgba(31, 18, 10, .04) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 36%); }
.hero__content { padding: 9rem 0 8rem; max-width: 780px; margin-left: max(calc((100% - var(--max))/2), 20px); margin-right: auto; }
.eyebrow { color: #f2b66e; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .78rem; margin: 0 0 .8rem; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.055em; margin: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); max-width: 12ch; }
h2 { font-size: clamp(2.2rem, 5vw, 4.4rem); max-width: 12ch; }
h3 { font-size: clamp(1.28rem, 2vw, 1.75rem); letter-spacing: -.035em; }
p { color: var(--muted); margin: 1rem 0 0; }
.hero p:not(.eyebrow) { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 58ch; color: #f2dfc6; }
.hero__cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; border: 1px solid transparent; border-radius: 999px; min-height: 46px; padding: .8rem 1.1rem; font-weight: 800; transition: transform 160ms ease, background 160ms ease, border 160ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(135deg, var(--brand), #f4c47a); color: #21140c; }
.btn--ghost { border-color: rgba(255,255,255,.38); color: #fff; background: rgba(255,255,255,.08); }
.btn--light { background: #fff7ec; color: #24150d; }
.btn--outline { border-color: var(--line); background: var(--surface); color: var(--text); }
.link-btn { border: 0; background: none; color: #f1b56c; padding: 0; font-weight: 800; }
.hero__controls { display: flex; gap: .45rem; margin-top: 2rem; }
.hero__controls button { width: 44px; height: 5px; border-radius: 99px; border: 0; background: rgba(255,255,255,.38); transition: width 200ms ease, background 200ms ease; }
.hero__controls button.active { width: 76px; background: #fff; }
.hero__panel { position: absolute; right: max(calc((100vw - var(--max))/2), 20px); bottom: 4rem; width: min(360px, calc(100% - 40px)); background: rgba(255, 247, 236, .1); border: 1px solid rgba(255, 247, 236, .22); backdrop-filter: blur(18px); padding: 1.2rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero__panel strong { display: block; font-size: 1.1rem; }
.hero__panel span { display: block; color: #f2dfc6; margin-top: .35rem; }

.trust-strip { border-block: 1px solid var(--line); background: color-mix(in srgb, var(--bg-2) 80%, transparent); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.trust-strip__grid div { padding: 1.25rem; border-inline: 1px solid var(--line); }
.trust-strip strong { display: block; font-size: 1.25rem; letter-spacing: -.03em; }
.trust-strip span { display: block; color: var(--muted); font-size: .95rem; }

.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section__header { text-align: center; margin-bottom: 2rem; }
.section__header h2 { margin-inline: auto; }
.section__header p { max-width: 720px; margin-inline: auto; }
.section__header--wide { display: flex; align-items: end; justify-content: space-between; gap: 2rem; text-align: left; }
.section__header--wide h2, .section__header--wide p { margin-inline: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.split--balanced { align-items: stretch; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.metric-grid div { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; min-height: 140px; display: grid; align-content: end; }
.metric-grid strong { font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; letter-spacing: -.06em; color: #f2b66e; }
.metric-grid span { color: var(--muted); }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.category-card { position: relative; overflow: hidden; min-height: 300px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); padding: 1.2rem; display: flex; flex-direction: column; justify-content: end; isolation: isolate; cursor: pointer; }
.category-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.08)), var(--image); background-size: cover; background-position: center; transition: transform 420ms ease; z-index: -1; }
.category-card:hover::before { transform: scale(1.07); }
.category-card strong { color: #fff; font-size: 1.4rem; letter-spacing: -.04em; }
.category-card span { color: #f0dfc8; }
.category-card em { position: absolute; top: 1rem; right: 1rem; font-style: normal; border-radius: 999px; padding: .35rem .7rem; background: rgba(255,255,255,.14); color: #fff; font-weight: 800; }

.catalog { background: color-mix(in srgb, var(--bg-2) 72%, transparent); border-block: 1px solid var(--line); }
.catalog__summary { min-width: 140px; height: 140px; border-radius: 50%; display: grid; place-items: center; align-content: center; background: linear-gradient(135deg, var(--brand-2), var(--brand)); color: #fff7ec; box-shadow: var(--shadow); }
.catalog__summary strong { font-size: 2.4rem; line-height: 1; }
.catalog__summary span { margin-top: -.15rem; color: #fff7ec; }
.catalog-shell { display: grid; grid-template-columns: 300px 1fr; gap: 1.3rem; align-items: start; }
.filters { position: sticky; top: 98px; border: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 88%, transparent); border-radius: var(--radius); padding: 1.1rem; box-shadow: var(--shadow); }
.filters__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: .7rem; }
.filters label, .quote-form label, .quote-cart-form label, .tool label { display: grid; gap: .35rem; color: var(--muted); margin-top: .8rem; font-weight: 700; font-size: .9rem; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: var(--surface); border-radius: 14px; padding: .8rem .9rem; color: var(--text); outline: none; }
select option { color: #1b120d; }
input:focus, select:focus, textarea:focus { border-color: #f1b56c; box-shadow: 0 0 0 4px rgba(217, 140, 53, .18); }
.filter-note { margin-top: 1rem; color: var(--muted); border: 1px dashed var(--line); border-radius: 14px; padding: .8rem; font-size: .88rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; min-height: 32px; }
.chip { border: 1px solid var(--line); background: var(--surface); border-radius: 999px; padding: .35rem .65rem; color: var(--muted); display: inline-flex; gap: .4rem; align-items: center; }
.chip button { border: 0; background: none; color: #f1b56c; padding: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.product-card { display: grid; grid-template-rows: 180px auto; border: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 88%, transparent); border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 50px rgba(0,0,0,.12); }
.product-card__image { position: relative; overflow: hidden; background: #2b1a12; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 380ms ease; }
.product-card:hover .product-card__image img { transform: scale(1.05); }
.product-card__badge { position: absolute; top: .8rem; left: .8rem; border-radius: 999px; background: rgba(0,0,0,.55); color: #fff; padding: .35rem .65rem; font-size: .78rem; font-weight: 800; }
.product-card__body { padding: 1rem; display: grid; gap: .8rem; }
.product-card small { color: #f1b56c; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card h3 { font-size: 1.12rem; }
.product-card p { margin: 0; font-size: .92rem; }
.spec-line { display: flex; flex-wrap: wrap; gap: .35rem; }
.spec-line span { border: 1px solid var(--line); background: var(--surface); border-radius: 999px; padding: .25rem .5rem; color: var(--muted); font-size: .78rem; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.card-actions button { min-height: 40px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); }
.card-actions .primary-action { background: var(--brand); color: #21140c; border-color: var(--brand); font-weight: 900; }
.load-row { display: flex; justify-content: center; padding: 2rem 0 0; }

.image-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: end; }
.image-stack img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; }
.image-stack img:first-child { transform: translateY(2rem); }
.info-list { display: grid; gap: .8rem; margin: 1.5rem 0; }
.info-list div { display: grid; grid-template-columns: 90px 1fr; gap: .8rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
dt { color: #f1b56c; font-weight: 900; }
dd { margin: 0; color: var(--muted); }
.map-card { margin-top: 3rem; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; min-height: 340px; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 360px; border: 0; display: block; filter: saturate(.9) contrast(1.05); }

.service-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-timeline article { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; background: var(--surface); }
.service-timeline span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--brand); color: #21140c; font-weight: 900; margin-bottom: 1rem; }
.service-timeline p { font-size: .95rem; }
.financing { padding-block: 4rem; }
.financing__card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-radius: calc(var(--radius) * 1.2); padding: clamp(1.5rem, 4vw, 3rem); background: linear-gradient(135deg, #7a371d, #d98c35); color: #fff; box-shadow: var(--shadow); }
.financing__card p, .financing__card .eyebrow { color: #fff3df; }

.inspiration-grid, .tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.tools-grid { grid-template-columns: repeat(2, 1fr); margin-top: 1rem; }
.guide-card, .tool { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; padding: 1rem; }
.guide-card img { aspect-ratio: 16/10; object-fit: cover; border-radius: calc(var(--radius) - 8px); margin-bottom: 1rem; }
.guide-card a { display: inline-flex; margin-top: 1rem; color: #f1b56c; font-weight: 900; }
.tool form { margin-top: 1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; align-items: end; }
.tool output { display: block; min-height: 50px; margin-top: 1rem; border-radius: 14px; padding: .8rem; background: var(--surface-strong); color: var(--muted); }

.testimonial-carousel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.testimonial { border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius); padding: 1.4rem; }
.testimonial blockquote { margin: 0; color: var(--text); font-size: 1.08rem; }
.testimonial cite { display: block; margin-top: 1rem; color: var(--muted); font-style: normal; }

.contact { background: color-mix(in srgb, var(--bg-2) 72%, transparent); border-top: 1px solid var(--line); }
.split--contact { align-items: start; }
.contact-cards { display: grid; gap: .8rem; margin-top: 1.5rem; }
.contact-cards a { border: 1px solid var(--line); border-radius: 18px; padding: 1rem; background: var(--surface); }
.contact-cards strong { display: block; }
.contact-cards span { color: var(--muted); }
.quote-form { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; background: color-mix(in srgb, var(--bg) 90%, transparent); box-shadow: var(--shadow); }
.check { grid-template-columns: auto 1fr !important; align-items: start; }
.check input { width: auto; margin-top: .25rem; }
.form-status { min-height: 1.5rem; color: #f1b56c; font-weight: 800; }
.footer { border-top: 1px solid var(--line); background: #100a07; color: #fff7ec; }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; padding: 3rem 0; }
.footer a { display: block; color: #e5cfb2; margin: .35rem 0; }
.footer p { color: #cbb49a; }
.footer h3 { font-size: 1rem; letter-spacing: 0; margin-bottom: .9rem; }
.brand--footer { margin-bottom: 1rem; }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); padding: 1rem 0 2rem; color: #cbb49a; font-size: .9rem; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 1rem; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(8px); }
.modal__panel { position: relative; width: min(1100px, 100%); max-height: min(90vh, 920px); overflow: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); box-shadow: var(--shadow); }
.modal__close { position: sticky; top: 1rem; float: right; z-index: 3; margin: 1rem; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface-strong); }
.modal-product { display: grid; grid-template-columns: minmax(280px, 44%) 1fr; gap: 1.4rem; padding: 1.4rem; }
.modal-product__image { border-radius: calc(var(--radius) - 6px); overflow: hidden; min-height: 520px; background: #2b1a12; }
.modal-product__image img { width: 100%; height: 100%; object-fit: cover; }
.modal-product__content { padding: 1rem 1rem 1rem 0; }
.modal-product h2 { font-size: clamp(2rem, 4vw, 3.4rem); max-width: 16ch; }
.modal-meta { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1rem 0; }
.modal-meta span { border: 1px solid var(--line); border-radius: 999px; padding: .35rem .65rem; color: var(--muted); }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; margin: 1.2rem 0; }
.spec-grid div { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: .8rem; }
.spec-grid strong { display: block; color: #f1b56c; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.feature-list { display: grid; gap: .45rem; padding-left: 1.2rem; color: var(--muted); }
.modal-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; margin-top: 1rem; }
.related-grid button { text-align: left; border: 1px solid var(--line); background: var(--surface); border-radius: 14px; padding: .8rem; color: var(--muted); }

.quote-drawer { position: fixed; inset: 0 0 0 auto; z-index: 90; width: min(430px, 100%); background: var(--bg); border-left: 1px solid var(--line); box-shadow: var(--shadow); transform: translateX(105%); transition: transform 260ms ease; padding: 1rem; overflow: auto; }
.quote-drawer.open { transform: translateX(0); }
.quote-drawer__header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
.quote-drawer__header button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); }
.quote-items { display: grid; gap: .7rem; margin: 1rem 0; }
.quote-item { border: 1px solid var(--line); border-radius: 16px; padding: .8rem; background: var(--surface); display: grid; gap: .3rem; }
.quote-item button { justify-self: start; border: 0; background: none; color: #f1b56c; padding: 0; font-weight: 800; }
.quote-cart-form { border-top: 1px solid var(--line); padding-top: 1rem; }
.compare-tray { position: fixed; z-index: 70; left: 50%; bottom: 1rem; transform: translateX(-50%); width: min(720px, calc(100% - 24px)); display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: blur(16px); border-radius: 999px; padding: .6rem .7rem .6rem 1rem; box-shadow: var(--shadow); }
.compare-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.compare-table th, .compare-table td { border: 1px solid var(--line); padding: .7rem; text-align: left; vertical-align: top; }
.compare-table th { background: var(--surface); color: #f1b56c; }
.chat-widget { position: fixed; right: 1rem; bottom: 1rem; z-index: 60; display: grid; justify-items: end; gap: .6rem; }
.chat-widget > button { border: 0; background: var(--brand); color: #21140c; border-radius: 999px; padding: .8rem 1rem; font-weight: 900; box-shadow: var(--shadow); }
.chat-panel { width: 280px; border: 1px solid var(--line); border-radius: 20px; background: var(--bg); padding: 1rem; box-shadow: var(--shadow); }
.chat-panel p { font-size: .92rem; }

@media (max-width: 1050px) {
  .nav__toggle { display: inline-flex; }
  .nav__menu { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 20px; background: var(--bg); padding: .7rem; box-shadow: var(--shadow); transform-origin: top; transform: scaleY(0); opacity: 0; pointer-events: none; transition: 180ms ease; }
  .nav__menu.open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .nav__menu a { border-radius: 12px; }
  .hero__panel { display: none; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid, .product-grid, .service-timeline, .inspiration-grid, .testimonial-carousel { grid-template-columns: repeat(2, 1fr); }
  .catalog-shell { grid-template-columns: 1fr; }
  .filters { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 740px) {
  .container { width: min(100% - 28px, var(--max)); }
  .announcement__inner { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .nav { min-height: 68px; }
  .brand small { display: none; }
  .brand__mark { width: 42px; height: 42px; }
  .hero { min-height: 720px; }
  .hero__content { padding: 7rem 0 5rem; margin-inline: 14px; }
  h1 { font-size: clamp(3rem, 14vw, 5rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .hero__cta, .modal-actions { flex-direction: column; align-items: stretch; }
  .trust-strip__grid, .split, .metric-grid, .category-grid, .product-grid, .service-timeline, .inspiration-grid, .tools-grid, .testimonial-carousel, .footer__grid { grid-template-columns: 1fr; }
  .section__header--wide { display: block; }
  .catalog__summary { margin-top: 1rem; width: 120px; height: 120px; }
  .tool form { grid-template-columns: 1fr; }
  .modal-product { grid-template-columns: 1fr; }
  .modal-product__image { min-height: 300px; }
  .modal-product__content { padding: 0; }
  .related-grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
  .compare-tray { border-radius: 20px; flex-direction: column; align-items: stretch; }
  .chat-widget { right: .7rem; bottom: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
.account-stats { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1rem 0; }
.account-stats div { border: 1px solid var(--line); border-radius: 16px; background: var(--surface); padding: 1rem; }
.account-stats strong { display: block; font-size: 2rem; line-height: 1; color: #f1b56c; }
.account-stats span { color: var(--muted); font-size: .9rem; }
.video-card { margin-top: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 1rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; align-items: center; }
.video-placeholder { min-height: 220px; border-radius: calc(var(--radius) - 8px); background: linear-gradient(135deg, rgba(0,0,0,.45), rgba(217,140,53,.35)), url('../images/hero-showroom-fireplace.webp') center/cover; display: grid; place-items: center; }
.video-placeholder span { width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,247,236,.92); color: #2b1a12; font-weight: 900; box-shadow: var(--shadow); }
@media (max-width:740px){.video-card{grid-template-columns:1fr}}
