:root {
  --bg: #f4f0e9;
  --surface: #fffdf9;
  --ink: #171615;
  --muted: #6e6a65;
  --line: rgba(23, 22, 21, 0.12);
  --accent: #ff6b2c;
  --accent-dark: #db4f16;
  --dark: #181716;
  --dark-2: #242220;
  --radius: 28px;
  --shadow: 0 25px 70px rgba(35, 29, 24, 0.12);
  --container: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 116px 0; }
.section-pad-sm { padding: 70px 0; }
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 999;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line); background: rgba(244, 240, 233, .94); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand strong { display: block; font-size: 15px; letter-spacing: .14em; }
.brand small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .08em; margin-top: 2px; }
.brand-mark { width: 35px; height: 35px; background: var(--dark); border-radius: 10px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; padding: 8px 7px; gap: 3px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.brand-mark i { display: block; background: var(--accent); border-radius: 3px 3px 1px 1px; }
.brand-mark i:nth-child(1) { height: 56%; opacity: .62; }
.brand-mark i:nth-child(2) { height: 100%; }
.brand-mark i:nth-child(3) { height: 76%; opacity: .82; }
.desktop-nav { display: flex; gap: 28px; font-size: 14px; }
.desktop-nav a { color: #4e4a46; position: relative; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-6px; height:1px; background:var(--accent); transition:right .25s ease; }
.desktop-nav a:hover::after { right:0; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--dark);
  color: white;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: #292725; box-shadow: 0 12px 28px rgba(24,23,22,.16); }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-dark); box-shadow: 0 14px 30px rgba(255,107,44,.28); }
.button-light { background: #fff; color: var(--dark); }
.button-light:hover { background: #f5f0ea; }
.button-full { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border:1px solid var(--line); background:transparent; padding: 0; }
.menu-toggle span { width: 18px; height:1.5px; background:var(--ink); display:block; margin:5px auto; transition:.2s; }
.mobile-menu { position:fixed; inset:84px 0 0; background:var(--bg); padding:36px 20px; flex-direction:column; gap:22px; font-size:26px; }
.mobile-menu[hidden] { display:none; }
.mobile-menu:not([hidden]) { display:flex; }
.mobile-menu .button { font-size:15px; margin-top:10px; }

.hero { padding-top: 66px; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 76px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; color: var(--muted); }
.eyebrow span { width: 24px; height: 2px; background: var(--accent); border-radius: 2px; }
.hero h1 { font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.055em; margin: 24px 0; max-width: 760px; font-weight: 760; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 600px; font-size: 18px; color: var(--muted); margin: 0; }
.hero-actions { display:flex; align-items:center; gap:24px; margin-top:36px; }
.text-link { display:inline-flex; align-items:center; gap:12px; font-weight:750; font-size:14px; }
.text-link span { color:var(--accent); font-size:18px; }
.hero-points { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); margin-top:54px; }
.hero-points div { padding:18px 16px 0 0; display:flex; gap:12px; align-items:center; }
.hero-points div + div { padding-left:16px; border-left:1px solid var(--line); }
.hero-points strong { font-size:12px; color:var(--accent); }
.hero-points span { font-size:12px; font-weight:700; color:#47423e; }
.hero-visual { position:relative; }
.hero-card-badge { position:absolute; z-index:4; right:24px; top:24px; background:rgba(255,255,255,.78); backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,.65); padding:9px 14px; border-radius:999px; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.room-scene { position:relative; min-height:600px; overflow:hidden; border-radius:36px; background:linear-gradient(140deg,#d8cbbc 0%,#efe7dd 55%,#c6b4a1 100%); box-shadow:var(--shadow); isolation:isolate; }
.hero-photo-scene { background:#d9c8b6; }
.hero-photo {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:0;
  transform:scale(1.045);
  filter:saturate(.96) contrast(1.015);
  transition:opacity 1s cubic-bezier(.2,.65,.3,1), transform 1.35s cubic-bezier(.2,.65,.3,1);
}
.hero-visual.visible .hero-photo { opacity:1; transform:scale(1); }
.hero-photo-shade {
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(20,15,10,.02),rgba(20,15,10,.09));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}
.sun-glow { position:absolute; width:470px; height:470px; border-radius:50%; top:-180px; right:-160px; background:rgba(255,237,190,.9); filter:blur(34px); }
.window-frame { position:absolute; left:11%; right:10%; top:8%; height:61%; border:16px solid #2b2927; border-bottom-width:24px; border-radius:4px; display:grid; grid-template-columns:1fr 1fr; gap:12px; background:#76a0ae; box-shadow:0 30px 60px rgba(35,28,22,.25); }
.view { position:absolute; inset:0; overflow:hidden; background:linear-gradient(#8ec4d0 0 60%,#d9b687 60%); }
.building { position:absolute; bottom:0; background:#8d745e; opacity:.55; box-shadow:inset 0 12px rgba(255,255,255,.12); }
.b1 { width:30%; height:44%; left:5%; }
.b2 { width:35%; height:57%; left:37%; }
.b3 { width:25%; height:36%; right:0; }
.blind { position:relative; z-index:2; margin:0; overflow:hidden; }
.blind-roll { position:absolute; z-index:3; left:-6px; right:-6px; top:-2px; height:21px; background:#b9aa97; border-radius:0 0 10px 10px; box-shadow:0 4px 10px rgba(0,0,0,.15); }
.zebra { position:absolute; inset:12px 0 0; background:repeating-linear-gradient(to bottom,rgba(237,230,217,.92) 0 40px,rgba(237,230,217,.35) 40px 78px); backdrop-filter:blur(1px); }
.blind-right .zebra { transform:translateY(-22px); }
.sofa { position:absolute; z-index:3; left:9%; bottom:10%; width:58%; height:24%; border-radius:34px 34px 18px 18px; background:#e3ddd3; box-shadow:0 24px 38px rgba(59,48,39,.24); }
.sofa::before { content:""; position:absolute; left:4%; right:4%; top:42%; height:3px; background:rgba(111,99,86,.13); }
.sofa i { position:absolute; top:12%; width:28%; height:43%; border-radius:16px; background:#cec2b3; box-shadow:inset -6px -8px 15px rgba(90,73,58,.08); }
.sofa i:nth-child(1) { left:8%; transform:rotate(-3deg); }
.sofa i:nth-child(2) { left:36%; background:#c78a60; transform:rotate(3deg); }
.sofa i:nth-child(3) { right:8%; transform:rotate(-1deg); }
.side-table { position:absolute; z-index:4; width:98px; height:98px; right:9%; bottom:8%; border-radius:50%; background:#3a3632; box-shadow:0 24px 34px rgba(33,29,25,.3); }
.side-table::after { content:""; position:absolute; width:8px; height:85px; left:45px; top:70px; background:#3a3632; }
.side-table span { position:absolute; width:36px; height:50px; border-radius:16px 16px 8px 8px; left:30px; top:-36px; background:#ede2cf; box-shadow:inset -7px -7px 12px rgba(0,0,0,.08); }
.floor-shadow { position:absolute; left:3%; right:3%; bottom:-10%; height:33%; border-radius:50%; background:rgba(108,83,61,.22); filter:blur(28px); }
.hero-card-footer { margin-top:18px; display:flex; justify-content:space-between; padding:0 12px; color:var(--muted); font-size:12px; font-weight:650; }

.trust-strip { border-block:1px solid var(--line); overflow:hidden; background:rgba(255,255,255,.35); }
.marquee { overflow:hidden; }
.marquee-track { display:flex; width:max-content; align-items:center; gap:28px; padding:18px 0; animation:marquee 24s linear infinite; text-transform:uppercase; letter-spacing:.18em; font-size:11px; font-weight:800; color:#645e58; }
.marquee-track i { width:4px; height:4px; border-radius:50%; background:var(--accent); }
@keyframes marquee { to { transform:translateX(-50%); } }

.section-head { display:flex; align-items:end; justify-content:space-between; gap:50px; margin-bottom:54px; }
.section-head h2, .process h2, .calc-copy h2, .faq h2, .final-cta h2 { font-size:clamp(38px,4vw,60px); line-height:1.02; letter-spacing:-.045em; margin:18px 0 0; max-width:760px; }
.section-head > p { max-width:410px; color:var(--muted); margin:0; }
.catalog-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:28px; }
.product-tabs { display:flex; flex-direction:column; gap:10px; }
.product-tab { text-align:left; display:grid; grid-template-columns:44px 1fr; grid-template-rows:auto auto; column-gap:12px; padding:22px; border-radius:18px; border:1px solid transparent; background:transparent; cursor:pointer; transition:.25s ease; }
.product-tab span { grid-row:1 / 3; font-size:11px; color:var(--accent); padding-top:3px; }
.product-tab strong { font-size:18px; }
.product-tab small { color:var(--muted); margin-top:5px; }
.product-tab.active { background:var(--surface); border-color:var(--line); box-shadow:0 14px 35px rgba(54,45,38,.06); transform:translateX(6px); }
.product-stage { background:var(--dark); border-radius:32px; padding:18px; color:white; box-shadow:var(--shadow); }
.product-window { height:520px; overflow:hidden; border-radius:22px; position:relative; isolation:isolate; background:#191817; box-shadow:inset 0 0 0 1px rgba(255,255,255,.08); touch-action:pan-y; }
.product-photo-backdrop,.product-photo { position:absolute; inset:0; width:100%; height:100%; transition:opacity .35s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.product-photo-backdrop { z-index:0; object-fit:cover; filter:blur(24px) saturate(.75) brightness(.58); transform:scale(1.09); opacity:.82; }
.product-photo { z-index:1; object-fit:contain; padding:0; filter:drop-shadow(0 14px 30px rgba(0,0,0,.24)); }
.product-photo.is-changing,.product-photo-backdrop.is-changing { opacity:0; transform:scale(1.035); }
.product-photo-overlay { position:absolute; z-index:2; inset:0; pointer-events:none; background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 30%,transparent 68%,rgba(0,0,0,.5)); }
.product-work-badge { position:absolute; z-index:3; top:18px; left:18px; padding:9px 12px; border-radius:999px; background:rgba(22,20,18,.68); border:1px solid rgba(255,255,255,.16); backdrop-filter:blur(12px); color:#fff; text-transform:uppercase; letter-spacing:.12em; font-size:9px; font-weight:800; }
.product-arrow { position:absolute; z-index:3; top:50%; width:46px; height:46px; border:1px solid rgba(255,255,255,.2); border-radius:50%; background:rgba(22,20,18,.62); color:#fff; backdrop-filter:blur(12px); cursor:pointer; display:grid; place-items:center; transform:translateY(-50%); transition:.2s ease; }
.product-arrow:hover { background:rgba(22,20,18,.86); transform:translateY(-50%) scale(1.06); }
.product-arrow span { font-size:20px; line-height:1; }
.product-arrow-prev { left:18px; }
.product-arrow-next { right:18px; }
.product-dots { position:absolute; z-index:3; left:50%; bottom:17px; transform:translateX(-50%); display:flex; gap:7px; padding:8px 10px; border-radius:999px; background:rgba(22,20,18,.5); backdrop-filter:blur(12px); }
.product-dot { width:7px; height:7px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.42); cursor:pointer; transition:.22s ease; }
.product-dot.active { width:23px; border-radius:999px; background:#fff; }
.product-info { display:flex; justify-content:space-between; align-items:flex-start; gap:28px; padding:25px 10px 8px; }
.product-label { display:block; color:#a8a29b; text-transform:uppercase; letter-spacing:.14em; font-size:9px; font-weight:800; }
.product-info h3 { font-size:28px; margin:7px 0 6px; }
.product-info p { color:#bbb5ae; max-width:570px; margin:0; font-size:14px; }
.product-gallery-meta { min-width:160px; text-align:right; padding-top:3px; }
.product-gallery-meta span { display:block; font-size:24px; font-weight:750; letter-spacing:-.04em; }
.product-gallery-meta small { display:block; color:#8f8983; margin-top:5px; font-size:11px; }


.benefits { background:var(--surface); border-block:1px solid var(--line); }
.benefits-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.benefit-card { padding:34px; border:1px solid var(--line); border-radius:24px; background:#fff; }
.benefit-card h3 { margin:24px 0 10px; font-size:21px; }
.benefit-card p { color:var(--muted); margin:0; }
.benefit-icon { width:56px; height:56px; border-radius:17px; background:#f7efe7; position:relative; }
.measure-icon i { position:absolute; width:30px; height:20px; left:13px; top:18px; border:2px solid var(--accent); border-radius:4px; }
.measure-icon i::before,.measure-icon i::after { content:""; position:absolute; top:7px; width:7px; height:2px; background:var(--accent); }
.measure-icon i::before { left:5px; }.measure-icon i::after{ right:5px; }
.measure-icon span { position:absolute; width:12px; height:12px; border:2px solid #8a7b6f; border-radius:50%; right:7px; bottom:7px; }
.palette-icon i { position:absolute; border-radius:50%; }
.palette-icon i:nth-child(1){width:22px;height:22px;background:var(--accent);left:10px;top:18px}.palette-icon i:nth-child(2){width:20px;height:20px;background:#d5b79c;left:25px;top:10px}.palette-icon i:nth-child(3){width:18px;height:18px;background:#2e2a27;left:28px;top:29px}
.install-icon i { position:absolute; left:13px; top:13px; width:30px; height:30px; border:2px solid #8a7b6f; border-radius:4px; }
.install-icon i::before { content:""; position:absolute; left:4px; right:4px; top:8px; height:7px; background:var(--accent); }
.install-icon span { position:absolute; width:16px; height:3px; background:#8a7b6f; transform:rotate(-45deg); right:4px; bottom:10px; }

.works-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:18px; }
.work-card { grid-column:span 4; border-radius:24px; overflow:hidden; background:var(--surface); position:relative; min-height:370px; margin:0; box-shadow:0 15px 42px rgba(42,34,28,.07); }
.work-card-large { grid-column:span 7; min-height:500px; }
.work-card-side { grid-column:span 5; min-height:500px; }
.work-card-wide { grid-column:span 8; }
.work-card img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.work-card:hover img { transform:scale(1.035); }
.work-card figcaption { position:absolute; left:16px; right:16px; bottom:16px; display:flex; justify-content:space-between; gap:18px; align-items:center; padding:15px 17px; border-radius:16px; background:rgba(255,253,249,.88); backdrop-filter:blur(12px); }
.work-card figcaption strong { font-size:14px; }
.work-card figcaption span { font-size:11px; color:var(--muted); text-align:right; }

.process { background:var(--dark); color:white; }
.process-shell { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; }
.eyebrow-light { color:#aaa39c; }
.process-copy > p { color:#aaa39c; max-width:500px; font-size:17px; }
.process-copy .button { margin-top:24px; }
.process-list { list-style:none; margin:0; padding:0; }
.process-list li { display:grid; grid-template-columns:60px 1fr; gap:20px; padding:24px 0; border-bottom:1px solid rgba(255,255,255,.13); }
.process-list li:first-child { border-top:1px solid rgba(255,255,255,.13); }
.process-list > li > span { color:var(--accent); font-size:12px; font-weight:800; }
.process-list strong { font-size:19px; }
.process-list p { margin:7px 0 0; color:#a9a39d; }

.calc-shell { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }
.calc-copy > p { color:var(--muted); font-size:17px; }
.calc-note { margin-top:28px; display:flex; align-items:flex-start; gap:12px; color:#6d655e; font-size:13px; }
.calc-note span { flex:0 0 auto; width:22px; height:22px; border-radius:50%; display:grid; place-items:center; background:#f1e3d7; color:var(--accent); font-weight:800; }
.calc-form { background:var(--surface); border:1px solid var(--line); padding:28px; border-radius:28px; box-shadow:var(--shadow); }
.calc-form label { display:block; }
.calc-form label > span { display:block; font-size:11px; font-weight:800; letter-spacing:.05em; margin-bottom:8px; color:#55504b; }
.calc-form input,.calc-form select { width:100%; height:54px; border:1px solid var(--line); border-radius:14px; background:#fff; padding:0 16px; outline:none; transition:.2s; color:var(--ink); }
.calc-form input:focus,.calc-form select:focus { border-color:var(--accent); box-shadow:0 0 0 3px rgba(255,107,44,.11); }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:16px; }
.calc-form .button { margin-top:20px; }

.faq-grid { display:grid; grid-template-columns:.65fr 1.35fr; gap:90px; }
.faq-intro > p { color:var(--muted); max-width:380px; }
.faq-intro .text-link { margin-top:16px; }
.accordion details { border-bottom:1px solid var(--line); }
.accordion details:first-child { border-top:1px solid var(--line); }
.accordion summary { list-style:none; cursor:pointer; padding:24px 42px 24px 0; position:relative; font-size:18px; font-weight:750; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary span::before,.accordion summary span::after { content:""; position:absolute; right:4px; top:50%; width:18px; height:2px; background:var(--accent); transition:.2s; }
.accordion summary span::after { transform:rotate(90deg); }
.accordion details[open] summary span::after { transform:rotate(0); }
.accordion details p { color:var(--muted); margin:-8px 0 24px; max-width:700px; }

.final-cta { background:var(--accent); color:white; }
.final-cta-inner { display:flex; justify-content:space-between; align-items:center; gap:60px; }
.final-kicker { display:block; text-transform:uppercase; letter-spacing:.17em; font-size:10px; font-weight:800; opacity:.85; }
.final-cta h2 { margin-top:10px; max-width:780px; }

.site-footer { background:#11100f; color:white; padding:72px 0 22px; }
.footer-grid { display:grid; grid-template-columns:1.6fr .6fr .6fr; gap:70px; }
.brand-footer { margin-bottom:20px; }
.brand-footer .brand-mark { background:#2a2724; }
.site-footer p { color:#8f8881; max-width:420px; }
.footer-grid > div:not(:first-child) { display:flex; flex-direction:column; gap:10px; }
.footer-grid > div:not(:first-child) strong { margin-bottom:7px; color:#fff; }
.footer-grid a,.footer-grid span { color:#918a83; font-size:14px; }
.footer-grid a:hover { color:white; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.09); margin-top:50px; padding-top:20px; display:flex; justify-content:space-between; color:#77716c; font-size:11px; }

.floating-whatsapp { position:fixed; z-index:45; right:22px; bottom:22px; height:58px; padding:0 20px 0 14px; display:flex; align-items:center; gap:10px; border-radius:999px; background:#20b35b; color:white; box-shadow:0 18px 38px rgba(23,122,62,.3); font-weight:800; font-size:13px; transition:.2s; }
.floating-whatsapp:hover { transform:translateY(-3px) scale(1.02); }
.floating-whatsapp svg { width:30px; height:30px; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.reveal-delay { transition-delay:.12s; }.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}

@media (max-width: 980px) {
  .desktop-nav,.header-inner > .button-small { display:none; }
  .menu-toggle { display:block; }
  .hero-grid,.catalog-layout,.process-shell,.calc-shell,.faq-grid { grid-template-columns:1fr; }
  .hero-grid { gap:54px; }
  .hero-copy { text-align:left; }
  .room-scene { min-height:560px; }
  .catalog-layout { gap:24px; }
  .product-tabs { display:grid; grid-template-columns:1fr 1fr; }
  .product-tab.active { transform:none; }
  .section-head { align-items:flex-start; flex-direction:column; }
  .benefits-grid { grid-template-columns:1fr; }
  .work-card,.work-card-large,.work-card-wide { grid-column:span 6; min-height:390px; }
  .process-shell,.calc-shell,.faq-grid { gap:54px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > div:first-child { grid-column:1 / -1; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); --radius:22px; }
  .section-pad { padding:82px 0; }
  .section-pad-sm { padding:54px 0; }
  .header-inner { min-height:72px; }
  .mobile-menu { inset:72px 0 0; }
  .hero { padding-top:42px; }
  .hero h1 { font-size:clamp(44px,13vw,64px); }
  .hero-lead { font-size:16px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-actions .text-link { justify-content:center; }
  .hero-points { grid-template-columns:1fr; }
  .hero-points div,.hero-points div + div { padding:13px 0; border-left:0; border-bottom:1px solid var(--line); }
  .room-scene { min-height:430px; border-radius:26px; }
  .window-frame { left:7%; right:7%; top:8%; height:58%; border-width:10px; border-bottom-width:16px; gap:7px; }
  .sofa { width:67%; left:5%; height:22%; }
  .side-table { transform:scale(.72); transform-origin:bottom right; }
  .hero-card-footer { flex-wrap:wrap; gap:8px; }
  .section-head h2,.process h2,.calc-copy h2,.faq h2,.final-cta h2 { font-size:38px; }
  .product-tabs { grid-template-columns:1fr; }
  .product-window { height:430px; }
  .product-info { flex-direction:column; }
  .product-gallery-meta { min-width:0; text-align:left; }
  .product-arrow { width:42px; height:42px; }
  .works-grid { grid-template-columns:1fr; }
  .work-card,.work-card-large,.work-card-wide { grid-column:auto; min-height:340px; }
  .work-card figcaption { align-items:flex-start; flex-direction:column; gap:4px; }
  .work-card figcaption span { text-align:left; }
  .field-row { grid-template-columns:1fr; }
  .calc-form { padding:20px; }
  .final-cta-inner { flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > div:first-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; gap:8px; }
  .floating-whatsapp { width:56px; height:56px; padding:0; justify-content:center; }
  .floating-whatsapp span { display:none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}


/* --------------------------------------------------------------------------
   Responsive refinements: desktop, tablet and mobile
   -------------------------------------------------------------------------- */
html {
  scroll-padding-top: 104px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body { min-width: 320px; }
main, section, header, footer { min-width: 0; }
img, svg, video { max-width: 100%; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }

/* Keep long content from creating horizontal scrolling. */
.hero-copy,
.section-head > *,
.product-stage,
.product-info > *,
.process-shell > *,
.calc-shell > *,
.faq-grid > *,
.footer-grid > * { min-width: 0; }
.hero h1,
.section-head h2,
.process h2,
.calc-copy h2,
.faq h2,
.final-cta h2,
.product-info p,
.accordion summary,
.accordion p { overflow-wrap: anywhere; }

/* More reliable mobile navigation and larger touch targets. */
.menu-toggle {
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 62;
}
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-menu {
  z-index: 60;
  overflow-y: auto;
  overscroll-behavior: contain;
  min-height: calc(100dvh - 84px);
  max-height: calc(100dvh - 84px);
  padding: 34px max(20px, env(safe-area-inset-right)) calc(34px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
  border-top: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(35, 29, 24, .12);
}
.mobile-menu > a:not(.button) {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.mobile-menu .button { width: 100%; }

/* Prevent iOS from zooming form fields and improve usability. */
.calc-form input,
.calc-form select { font-size: 16px; }
.accordion summary { min-height: 58px; }

/* Floating action button respects phone safe areas. */
.floating-whatsapp {
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
}

@media (min-width: 1500px) {
  :root { --container: min(1280px, calc(100vw - 72px)); }
  .hero-grid { grid-template-columns: .92fr 1.08fr; gap: 92px; }
  .room-scene { min-height: 640px; }
  .product-window { height: 560px; }
}

@media (max-width: 1200px) {
  :root { --container: min(1100px, calc(100vw - 40px)); }
  .header-inner { gap: 22px; }
  .desktop-nav { gap: 20px; }
  .hero-grid { gap: 46px; }
  .hero h1 { font-size: clamp(50px, 5.8vw, 72px); }
  .process-shell, .calc-shell, .faq-grid { gap: 60px; }
}

/* Switch to the tablet header before navigation becomes cramped. */
@media (max-width: 1080px) {
  .desktop-nav,
  .header-inner > .button-small { display: none; }
  .menu-toggle { display: flex; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 88px; }
  .hero-visual { width: min(100%, 760px); margin-inline: auto; }
  .hero-copy { max-width: 820px; }
  .room-scene { min-height: clamp(500px, 67vw, 590px); }
  .section-head { margin-bottom: 42px; gap: 20px; }
  .section-head > p { max-width: 680px; }
  .product-stage { width: 100%; }
  .product-window { height: clamp(470px, 68vw, 600px); }
  .benefit-card { padding: 30px; }
  .process-copy,
  .calc-copy,
  .faq-intro { max-width: 720px; }
  .final-cta-inner { align-items: flex-end; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 36px, 760px); }
  .section-pad { padding: 88px 0; }
  .section-pad-sm { padding: 58px 0; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(48px, 8.2vw, 66px); }
  .hero-points { margin-top: 42px; }
  .product-tabs { grid-template-columns: 1fr 1fr; }
  .product-tab { padding: 18px; grid-template-columns: 34px 1fr; }
  .product-tab strong { font-size: 17px; }
  .product-window { height: clamp(430px, 75vw, 570px); }
  .work-card,
  .work-card-large,
  .work-card-wide { min-height: 360px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .final-cta-inner { align-items: flex-start; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 80px; }
  .mobile-menu {
    min-height: calc(100dvh - 72px);
    max-height: calc(100dvh - 72px);
  }
  .header-inner { gap: 12px; }
  .brand { gap: 10px; }
  .brand-mark { width: 33px; height: 33px; }
  .hero-grid { gap: 42px; }
  .hero-copy { text-align: left; }
  .hero h1 { margin: 20px 0; line-height: 1.01; }
  .hero-actions .button { width: 100%; }
  .hero-card-badge { top: 14px; right: 14px; }
  .hero-card-footer { justify-content: flex-start; }
  .section-head { margin-bottom: 34px; }
  .section-head .text-link { align-self: flex-start; }
  .product-stage { border-radius: 24px; padding: 12px; }
  .product-window { height: auto; aspect-ratio: 4 / 5; border-radius: 17px; }
  .product-photo { object-position: center; }
  .product-work-badge { top: 12px; left: 12px; }
  .product-arrow-prev { left: 10px; }
  .product-arrow-next { right: 10px; }
  .product-dots { bottom: 11px; }
  .product-info { padding: 20px 6px 6px; gap: 18px; }
  .benefit-card { padding: 26px; }
  .process-list li { padding: 21px 0; gap: 14px; }
  .process-list strong { font-size: 18px; }
  .calc-form { border-radius: 22px; }
  .accordion summary { font-size: 17px; padding-block: 20px; }
  .final-cta .button { width: 100%; }
}

@media (max-width: 520px) {
  :root { --container: calc(100% - 24px); }
  .section-pad { padding: 72px 0; }
  .section-pad-sm { padding: 48px 0; }
  .header-inner { min-height: 68px; }
  .mobile-menu {
    inset: 68px 0 0;
    min-height: calc(100dvh - 68px);
    max-height: calc(100dvh - 68px);
    font-size: 23px;
    gap: 13px;
  }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 9px; }
  .menu-toggle { width: 42px; height: 42px; flex-basis: 42px; }
  .hero { padding-top: 34px; }
  .hero h1 { font-size: clamp(39px, 11.8vw, 52px); letter-spacing: -.048em; }
  .hero-lead { font-size: 16px; }
  .hero-points span { font-size: 13px; }
  .room-scene { min-height: 390px; }
  .hero-card-footer { padding-inline: 2px; font-size: 11px; }
  .section-head h2,
  .process h2,
  .calc-copy h2,
  .faq h2,
  .final-cta h2 { font-size: clamp(34px, 10.4vw, 42px); }
  .product-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; margin-inline: -12px; padding: 0 12px 8px; scrollbar-width: none; }
  .product-tabs::-webkit-scrollbar { display: none; }
  .product-tab {
    flex: 0 0 min(82vw, 310px);
    scroll-snap-align: start;
    padding: 17px;
  }
  .product-tab.active { transform: none; }
  .product-window { aspect-ratio: 4 / 5.15; }
  .product-info h3 { font-size: 25px; }
  .product-gallery-meta span { font-size: 21px; }
  .work-card,
  .work-card-large,
  .work-card-wide { min-height: 310px; border-radius: 20px; }
  .work-card figcaption { left: 10px; right: 10px; bottom: 10px; padding: 13px 14px; }
  .process-list li { grid-template-columns: 38px 1fr; }
  .calc-form { padding: 17px; }
  .calc-form input,
  .calc-form select { height: 52px; }
  .footer-grid { gap: 34px; }
  .site-footer { padding-top: 58px; }
}

@media (max-width: 380px) {
  .brand small { display: none; }
  .hero h1 { font-size: 39px; }
  .button { padding-inline: 18px; }
  .room-scene { min-height: 355px; }
  .window-frame { left: 5%; right: 5%; }
  .side-table { display: none; }
  .product-tab { flex-basis: 88vw; }
  .product-arrow { width: 40px; height: 40px; }
  .work-card,
  .work-card-large,
  .work-card-wide { min-height: 285px; }
}

/* Short landscape phones and small tablets: menu stays usable. */
@media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .mobile-menu { padding-top: 18px; gap: 8px; font-size: 20px; }
  .mobile-menu > a:not(.button) { min-height: 40px; }
  .mobile-menu .button { min-height: 46px; margin-top: 4px; }
}

/* Avoid hover-only movement on touchscreens. */
@media (hover: none) {
  .button:hover,
  .floating-whatsapp:hover,
  .work-card:hover img,
  .product-arrow:hover { transform: none; box-shadow: inherit; }
}


/* Hero full-background update */
.hero.hero-full {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  min-height: min(860px, calc(100vh - 86px));
  display: flex;
  align-items: stretch;
  isolation: isolate;
}
.hero-bg-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250,246,241,.92) 0%, rgba(250,246,241,.84) 24%, rgba(250,246,241,.54) 48%, rgba(250,246,241,.18) 68%, rgba(250,246,241,.05) 100%),
    linear-gradient(180deg, rgba(250,246,241,.18) 0%, rgba(250,246,241,.06) 100%);
}
.hero-overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(250,246,241,0) 0%, rgba(250,246,241,.55) 50%, rgba(250,246,241,.92) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero.hero-full .hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  animation: heroPhotoIn 1.2s ease both;
}
.hero-grid-full {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
}
.hero.hero-full .hero-copy {
  max-width: 720px;
  padding: 28px 0 24px;
}
.hero.hero-full .hero-lead { max-width: 560px; }
.hero.hero-full .hero-points {
  background: rgba(255,250,245,.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(34,31,29,.08);
  border-radius: 24px;
  padding: 10px 18px;
  max-width: 820px;
}
.hero.hero-full .hero-points div { padding-block: 14px; }
.hero.hero-full .hero-actions { margin-top: 34px; }
@keyframes heroPhotoIn {
  from { transform: scale(1.06); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@media (max-width: 980px) {
  .hero.hero-full {
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 42px;
  }
  .hero-grid-full {
    align-items: flex-start;
  }
  .hero-bg-media::after {
    background:
      linear-gradient(180deg, rgba(250,246,241,.80) 0%, rgba(250,246,241,.74) 34%, rgba(250,246,241,.48) 64%, rgba(250,246,241,.30) 100%),
      linear-gradient(90deg, rgba(250,246,241,.25) 0%, rgba(250,246,241,.08) 100%);
  }
  .hero.hero-full .hero-copy {
    max-width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 680px) {
  .hero.hero-full {
    min-height: auto;
    padding-top: 22px;
  }
  .hero.hero-full .hero-copy {
    padding-top: 0;
  }
  .hero.hero-full .hero-points {
    padding: 8px 16px;
    background: rgba(255,250,245,.74);
  }
}


/* Improved mobile menu toggle */
.menu-toggle {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  border-radius: 16px;
  border: 1px solid rgba(31, 27, 24, .10);
  background: rgba(255, 250, 244, .84);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(34, 28, 24, .10);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.menu-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(34, 28, 24, .14);
}
.menu-toggle:active { transform: translateY(0); }
.menu-toggle:focus-visible {
  outline: none;
  border-color: rgba(255,107,44,.35);
  box-shadow: 0 0 0 4px rgba(255,107,44,.13), 0 12px 30px rgba(34, 28, 24, .12);
}
.menu-toggle span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: var(--ink);
  transform: translateX(-50%);
  transition: top .24s ease, transform .24s ease, opacity .18s ease, background .18s ease;
}
.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 23px; width: 14px; }
.menu-toggle span:nth-child(3) { top: 30px; }
.menu-toggle[aria-expanded="true"] {
  background: rgba(255, 248, 242, .94);
  border-color: rgba(255,107,44,.18);
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 23px; transform: translateX(-50%) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 23px; transform: translateX(-50%) rotate(-45deg); }
@media (max-width: 520px) {
  .menu-toggle { width: 46px; height: 46px; flex-basis: 46px; border-radius: 15px; }
}


/* Styled hero title and offer emphasis */
.hero-lead strong {
  color: var(--accent);
  font-weight: 850;
  letter-spacing: .015em;
}

/* Larger hero advantage blocks on desktop only */
@media (min-width: 981px) {
  .hero.hero-full .hero-points {
    width: 930px;
    max-width: calc(100vw - 96px);
    min-height: 92px;
    margin-top: 64px;
    padding: 12px 24px;
    border-radius: 28px;
    box-shadow: 0 18px 46px rgba(45, 36, 29, .10);
  }

  .hero.hero-full .hero-points div {
    min-height: 66px;
    padding: 18px 28px;
    gap: 15px;
  }

  .hero.hero-full .hero-points div:first-child {
    padding-left: 4px;
  }

  .hero.hero-full .hero-points strong {
    font-size: 14px;
  }

  .hero.hero-full .hero-points span {
    font-size: 14px;
    line-height: 1.35;
  }
}


/* Larger marquee strip on desktop */
@media (min-width: 981px) {
  .marquee-track {
    gap: 44px;
    padding: 26px 0;
    font-size: 15px;
    letter-spacing: .20em;
    font-weight: 800;
  }
  .marquee-track i {
    width: 6px;
    height: 6px;
  }
}


/* Why us */
.why-us {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,107,44,.18), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(255,255,255,.08), transparent 28%),
    var(--dark);
  color: #fff;
}
.why-us::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -210px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018);
  pointer-events: none;
}
.why-us-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 76px;
  align-items: start;
}
.why-us-intro {
  position: sticky;
  top: 126px;
}
.why-us-intro h2 {
  margin: 18px 0 20px;
  max-width: 520px;
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
}
.why-us-intro > p {
  max-width: 480px;
  margin: 0;
  color: #aaa39c;
  font-size: 17px;
}
.why-us-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding: 16px 22px 16px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(14px);
}
.why-us-guarantee > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: var(--accent);
  color: #fff;
  font-size: 32px;
  font-weight: 850;
  letter-spacing: -.05em;
}
.why-us-guarantee strong,
.why-us-guarantee small { display: block; }
.why-us-guarantee strong { font-size: 17px; }
.why-us-guarantee small { margin-top: 3px; color: #918a83; }
.why-us-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.why-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 26px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(14px);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}
.why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,44,.38);
  background: rgba(255,255,255,.075);
}
.why-card-featured {
  background: linear-gradient(145deg, rgba(255,107,44,.98), rgba(225,72,19,.88));
  border-color: transparent;
}
.why-card-featured:hover { background: linear-gradient(145deg, #ff7339, #e44813); }
.why-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.why-card-top > span {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.why-card-top i {
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.10);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
}
.why-card-featured .why-card-top > span { color: rgba(255,255,255,.76); }
.why-card-featured .why-card-top i { background: rgba(20,17,15,.18); }
.why-card h3 {
  margin: 52px 0 12px;
  font-size: 25px;
  line-height: 1.06;
  letter-spacing: -.035em;
}
.why-card p {
  margin: 0;
  color: #aaa39c;
  font-size: 14px;
}
.why-card-featured p { color: rgba(255,255,255,.80); }
.why-card-assortment {
  grid-column: 1 / -1;
  min-height: 220px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,107,44,.18), transparent 34%),
    rgba(255,255,255,.065);
}
.why-card-assortment h3 { max-width: 560px; }
.why-card-assortment p { max-width: 680px; }
.why-card-wide {
  grid-column: 1 / -1;
  min-height: auto;
  flex-direction: row;
  align-items: end;
  gap: 34px;
  padding: 30px;
  background: rgba(255,255,255,.09);
}
.why-card-wide h3 {
  max-width: 600px;
  margin-top: 30px;
  font-size: 31px;
}
.text-link-light { flex: 0 0 auto; color: #fff; }
.text-link-light:hover { color: #fff; }

@media (max-width: 1080px) {
  .why-us-shell { grid-template-columns: 1fr; gap: 48px; }
  .why-us-intro { position: static; }
  .why-us-intro > p { max-width: 680px; }
}
@media (max-width: 680px) {
  .why-us-grid { grid-template-columns: 1fr; }
  .why-card { min-height: 220px; padding: 24px; }
  .why-card-assortment { grid-column: auto; }
  .why-card-wide {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .why-card-wide h3 { font-size: 26px; }
  .why-card h3 { margin-top: 42px; }
  .why-us-guarantee { width: 100%; }
}


/* Slightly larger warranty badge */
.why-us-guarantee {
  gap: 20px;
  padding: 20px 30px 20px 20px;
  border-radius: 26px;
  min-width: 350px;
}
.why-us-guarantee > span {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  font-size: 39px;
}
.why-us-guarantee strong {
  font-size: 21px;
  line-height: 1.15;
}
.why-us-guarantee small {
  margin-top: 6px;
  font-size: 14px;
}
@media (max-width: 680px) {
  .why-us-guarantee {
    min-width: 0;
    padding: 17px 20px 17px 17px;
  }
  .why-us-guarantee > span {
    width: 62px;
    height: 62px;
    font-size: 35px;
  }
  .why-us-guarantee strong { font-size: 19px; }
  .why-us-guarantee small { font-size: 13px; }
}



/* Collection block mobile redesign */
@media (max-width: 680px) {
  .catalog-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .product-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    margin: 0 -2px;
    padding: 2px 2px 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .product-tabs::-webkit-scrollbar { display: none; }
  .product-tab {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.88);
    box-shadow: 0 8px 18px rgba(45, 39, 34, .05);
    scroll-snap-align: start;
    grid-template-columns: none;
    grid-template-rows: none;
  }
  .product-tab span {
    grid-row: auto;
    padding-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 107, 42, .10);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
    flex: 0 0 auto;
  }
  .product-tab strong {
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
  }
  .product-tab small { display: none; }
  .product-tab.active {
    transform: none;
    border-color: rgba(255, 107, 42, .28);
    background: linear-gradient(180deg, #fff 0%, #fff8f4 100%);
    box-shadow: 0 10px 22px rgba(255, 107, 42, .10);
  }
  .product-stage {
    border-radius: 24px;
    padding: 12px;
  }
  .product-window {
    aspect-ratio: 4 / 4.9;
    border-radius: 18px;
  }
  .product-work-badge {
    top: 12px;
    left: 12px;
    padding: 8px 11px;
    font-size: 8px;
  }
  .product-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 56px;
    transform: none;
    background: rgba(18, 17, 16, .68);
  }
  .product-arrow:hover { transform: none; }
  .product-arrow-prev { left: 12px; }
  .product-arrow-next { right: 12px; }
  .product-dots {
    bottom: 12px;
    padding: 8px 10px;
  }
  .product-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 4px 4px;
  }
  .product-label {
    margin-bottom: 4px;
    font-size: 9px;
  }
  .product-info h3 {
    font-size: 24px;
    margin: 0 0 8px;
  }
  .product-info p {
    font-size: 14px;
    line-height: 1.55;
  }
  .product-gallery-meta {
    min-width: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 0;
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 12px;
  }
  .product-gallery-meta span { font-size: 20px; }
  .product-gallery-meta small { margin-top: 0; }
}

@media (max-width: 520px) {
  .product-tabs {
    margin-inline: 0;
    padding: 0 0 6px;
    gap: 8px;
  }
  .product-tab {
    padding: 11px 14px;
  }
  .product-tab span {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
  .product-tab strong {
    font-size: 14px;
  }
  .product-window {
    aspect-ratio: 4 / 5.1;
  }
  .product-arrow {
    width: 38px;
    height: 38px;
    bottom: 54px;
  }
  .product-info h3 { font-size: 22px; }
  .product-gallery-meta span { font-size: 18px; }
}


/* Client video reviews */
.reviews {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,107,44,.20), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(255,255,255,.07), transparent 30%),
    #171614;
}
.reviews::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -260px;
  top: -280px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(255,255,255,.018), 0 0 0 170px rgba(255,255,255,.012);
  pointer-events: none;
}
.reviews .container { position: relative; z-index: 1; }
.reviews-head { align-items: end; }
.reviews-head h2 { color: #fff; max-width: 820px; }
.reviews-head > p {
  max-width: 460px;
  margin: 0;
  color: #aaa39c;
  font-size: 16px;
  line-height: 1.65;
}
.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(310px, .72fr);
  gap: 22px;
  align-items: stretch;
}
.review-player-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 30px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}
.review-player-top,
.review-player-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.review-player-top { padding: 4px 4px 18px; }
.review-player-top span {
  display: block;
  margin-bottom: 7px;
  color: #8f8881;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.review-player-top h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.review-player-top > strong {
  flex: 0 0 auto;
  min-width: 84px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: .08em;
}
.review-video-shell {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 23px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,107,44,.15), transparent 44%),
    #090909;
}
.review-video-shell video {
  display: block;
  width: auto;
  max-width: 100%;
  height: min(68vh, 640px);
  min-height: 520px;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #050505;
}
.review-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(20,18,16,.70);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateY(-50%);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.review-arrow:hover {
  transform: translateY(-50%) scale(1.06);
  background: var(--accent);
  border-color: transparent;
}
.review-arrow-prev { left: 18px; }
.review-arrow-next { right: 18px; }
.review-player-bottom {
  align-items: flex-start;
  padding: 18px 4px 2px;
}
.review-player-bottom p {
  max-width: 520px;
  margin: 0;
  color: #e4dfda;
  font-size: 15px;
}
.review-player-bottom > span {
  max-width: 280px;
  color: #837d77;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
.review-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.review-tab {
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: 82px minmax(0,1fr) 40px;
  align-items: center;
  gap: 16px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.045);
  color: #fff;
  text-align: left;
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.review-tab:hover {
  transform: translateX(-4px);
  border-color: rgba(255,107,44,.34);
  background: rgba(255,255,255,.07);
}
.review-tab.active {
  border-color: rgba(255,107,44,.56);
  background: linear-gradient(135deg, rgba(255,107,44,.23), rgba(255,255,255,.065));
  box-shadow: inset 3px 0 0 var(--accent);
}
.review-tab img {
  width: 82px;
  height: 86px;
  display: block;
  object-fit: cover;
  border-radius: 15px;
  background: #0b0b0b;
}
.review-tab small,
.review-tab strong { display: block; }
.review-tab small {
  margin-bottom: 7px;
  color: #8f8881;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.review-tab strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.16;
  letter-spacing: -.02em;
}
.review-tab i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-style: normal;
  font-size: 11px;
}
.review-tab.active i { background: var(--accent); }

@media (max-width: 980px) {
  .reviews-layout { grid-template-columns: 1fr; }
  .review-list {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
    overflow-x: auto;
    padding: 2px 2px 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .review-list::-webkit-scrollbar { display: none; }
  .review-tab {
    min-width: 220px;
    min-height: 98px;
    grid-template-columns: 70px minmax(0,1fr) 34px;
    scroll-snap-align: start;
  }
  .review-tab:hover { transform: translateY(-2px); }
  .review-tab img { width: 70px; height: 72px; }
}

@media (max-width: 680px) {
  .reviews-head {
    align-items: flex-start;
    gap: 20px;
  }
  .reviews-head > p { font-size: 15px; }
  .review-player-card {
    padding: 12px;
    border-radius: 24px;
  }
  .review-player-top {
    padding: 7px 5px 13px;
    gap: 12px;
  }
  .review-player-top h3 { font-size: 21px; }
  .review-player-top > strong {
    min-width: 72px;
    padding: 9px 10px;
    font-size: 11px;
  }
  .review-video-shell {
    min-height: 0;
    border-radius: 18px;
  }
  .review-video-shell video {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 72vh;
    aspect-ratio: 9 / 16;
  }
  .review-arrow {
    width: 40px;
    height: 40px;
    top: 46%;
  }
  .review-arrow-prev { left: 10px; }
  .review-arrow-next { right: 10px; }
  .review-player-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 14px 5px 5px;
  }
  .review-player-bottom p { font-size: 14px; }
  .review-player-bottom > span {
    max-width: none;
    font-size: 11px;
    text-align: left;
  }
  .review-list {
    margin-inline: -2px;
    gap: 9px;
  }
  .review-tab {
    min-width: 205px;
    min-height: 90px;
    grid-template-columns: 62px minmax(0,1fr) 31px;
    gap: 11px;
    padding: 10px;
    border-radius: 18px;
  }
  .review-tab img { width: 62px; height: 68px; border-radius: 12px; }
  .review-tab strong { font-size: 14px; }
  .review-tab i { width: 31px; height: 31px; font-size: 9px; }
}
