:root {
  color-scheme: light;
  --ink: #171615;
  --muted: #68635e;
  --line: #ded8d0;
  --soft: #f6f3ef;
  --paper: #ffffff;
  --graphite: #2b2927;
  --bronze: #9c7650;
  --bronze-dark: #755438;
  --sage: #78806f;
  --shadow: 0 18px 48px rgba(28, 24, 20, .11);
  --shadow-soft: 0 22px 56px rgba(35, 29, 23, .09);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --focus-ring: 0 0 0 4px rgba(156, 118, 80, .18);
  --max: 1220px;
  --radius: 4px;
  --button-radius: 2px;
  --panel-radius: 4px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

/* Legal documents and the local consent manager intentionally reuse the site type system. */
.legal-page { padding-top: 48px; }
.legal-layout { display: grid; grid-template-columns: minmax(190px, .28fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.legal-toc { position: sticky; top: 100px; display: grid; gap: 8px; padding: 20px; border: 1px solid var(--line); background: #fff; }
.legal-toc a { color: var(--muted); font-size: 14px; }
.legal-document { width: 100%; min-width: 0; max-width: 860px; }
.legal-document h1 { color: var(--ink); font-size: clamp(38px, 5vw, 64px); }
.legal-meta, .legal-draft { color: var(--muted); }
.legal-draft { padding: 12px 14px; border: 1px solid #d6a78d; background: #fff5ef; }
.legal-section { padding: 32px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.legal-section h2 { font-size: clamp(25px, 3vw, 34px); }
.legal-cookie-table { width: 100%; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.legal-cookie-table table { min-width: 720px; }
.privacy-layer { grid-column: 1 / -1; margin: 0; padding: 12px 14px; border-left: 3px solid var(--bronze); color: var(--muted); font-size: 12px; }
.privacy-layer a { text-decoration: underline; }
.external-media-placeholder { min-height: 360px; display: grid; place-content: center; gap: 16px; padding: 28px; text-align: center; background: var(--soft); }
.external-media-placeholder iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }
.consent-panel { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(25,22,19,.42); }
.consent-banner { place-items: end center; pointer-events: none; background: transparent; }
.consent-card { position: relative; width: min(720px, 100%); max-height: min(82vh, 760px); overflow: auto; padding: clamp(22px, 4vw, 34px); border: 1px solid var(--line); background: #fff; box-shadow: 0 20px 70px rgba(25,22,19,.2); pointer-events: auto; }
.consent-card h2 { padding-right: 34px; font-size: clamp(26px, 4vw, 38px); }
.consent-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border: 1px solid var(--line); background: #fff; font-size: 25px; }
.consent-options { display: grid; gap: 10px; margin: 22px 0; }
.consent-options label { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); }
.consent-options small { margin-left: auto; color: var(--muted); }
.consent-providers { color: var(--muted); font-size: 13px; }
.consent-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.consent-actions button, .external-media-placeholder button { min-height: 48px; padding: 10px 14px; border: 1px solid #332d28; background: #fff; color: #332d28; font-weight: 600; }
.consent-actions button:first-child, .consent-actions button:last-child { background: #332d28; color: #fff; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.footer-legal-links button { padding: 0; border: 0; background: transparent; color: inherit; text-decoration: underline; }

@media (max-width: 720px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
  .consent-actions { grid-template-columns: 1fr; }
  .consent-card { max-height: 88vh; }
}

@media (prefers-reduced-motion: reduce) {
  .consent-panel, .consent-card { scroll-behavior: auto; transition: none; }
}

@media print {
  .site-header, .footer, .legal-toc, .consent-panel { display: none !important; }
  .legal-layout { display: block; }
  .legal-document { max-width: none; color: #000; }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; background: #e7e0d7; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid rgba(156, 118, 80, .46); outline-offset: 3px; }
.skip-link { position: absolute; left: 10px; top: -60px; background: var(--ink); color: #fff; padding: 10px 14px; z-index: 100; }
.skip-link:focus { top: 10px; }
.site-shell { min-height: 100vh; }
.site-header { position: sticky; top: 0; z-index: 80; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(18px, 2vw, 32px); min-height: 82px; padding: 0 clamp(20px, 3vw, 72px); background: #fff; border-bottom: 1px solid rgba(222,216,208,.72); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 54px; height: 54px; object-fit: contain; background: #fff; flex: 0 0 auto; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1; }
.brand-locale { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 30px); height: 100%; }
.nav-link, .nav-trigger { position: relative; border: 0; background: transparent; padding: 29px 0 27px; color: #4d4945; font-size: 17px; line-height: 1; white-space: nowrap; }
.nav-link:hover, .nav-trigger:hover, .nav-link.active, .nav-trigger.active { color: var(--bronze-dark); }
.nav-link.active::after, .nav-trigger.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--bronze); }
.nav-item { position: relative; }
.dropdown-panel { position: absolute; left: 0; top: 100%; width: 760px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .18s ease; }
.nav-item:hover .dropdown-panel, .nav-item:focus-within .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-card { background: #fff; padding: 18px; min-height: 128px; display: flex; flex-direction: column; justify-content: space-between; }
.dropdown-card strong { font-size: 15px; }
.dropdown-card span { color: var(--muted); font-size: 13px; margin-top: 8px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: clamp(10px, 1.4vw, 20px); min-width: max-content; }
.lang-switch { position: relative; z-index: 120; display: inline-flex; align-items: center; height: 42px; }
.lang-current { display: inline-flex; align-items: center; gap: 7px; min-width: 50px; height: 40px; padding: 0 10px; border: 1px solid transparent; border-radius: 12px; background: #fff; color: #b1a8a0; line-height: 1; transition: background .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease); }
.lang-current:hover, .lang-switch.open .lang-current, .lang-current:focus-visible { background: #fbfaf8; border-color: rgba(156, 118, 80, .24); box-shadow: 0 10px 24px rgba(35, 29, 23, .08); }
.flag-icon { width: 24px; height: 18px; object-fit: cover; border-radius: 3px; background: #f2eee8; box-shadow: 0 0 0 1px rgba(29, 24, 20, .10); flex: 0 0 auto; }
.lang-arrow { width: 7px; height: 7px; border-right: 1px solid #b1a8a0; border-bottom: 1px solid #b1a8a0; transform: translateY(-2px) rotate(45deg); transition: transform .2s var(--ease); }
.lang-switch.open .lang-arrow { transform: translateY(2px) rotate(225deg); }
.lang-menu { position: absolute; right: 0; top: calc(100% + 8px); z-index: 140; width: 284px; max-width: calc(100vw - 20px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; padding: 8px; background: rgba(255,255,255,.98); border: 1px solid rgba(222,216,208,.9); border-radius: 14px; box-shadow: 0 18px 42px rgba(28, 24, 20, .14); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .18s var(--ease), visibility .18s var(--ease), transform .18s var(--ease); }
.lang-switch.open .lang-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.lang-option { display: flex; align-items: center; gap: 10px; min-height: 40px; padding: 8px 10px; border-radius: 10px; color: var(--muted); font-size: 14px; line-height: 1.15; white-space: nowrap; transition: background .18s var(--ease), color .18s var(--ease); }
.lang-option span { overflow: hidden; text-overflow: ellipsis; }
.lang-option:hover, .lang-option:focus-visible { color: var(--ink); background: var(--soft); outline: 0; }
.lang-option.active { color: var(--bronze-dark); background: rgba(156, 118, 80, .11); }
.header-phone { color: #6c625c; font-size: 18px; line-height: 1; white-space: nowrap; }
.icon-link { width: 38px; height: 38px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); background: #fff; }
.whatsapp-link { width: 34px; height: 34px; display: grid; place-items: center; color: #05c247; transition: transform .18s ease, color .18s ease; }
.whatsapp-link:hover { color: #00a93d; transform: translateY(-1px); }
.whatsapp-link svg { width: 32px; height: 32px; display: block; fill: currentColor; background: transparent; }
.btn { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 15px 30px; border: 1px solid #332d28; border-radius: var(--button-radius); background: #332d28; color: #fffdf9; font-size: 14px; font-weight: 600; line-height: 1.15; letter-spacing: 0; text-align: center; transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), opacity .2s var(--ease); box-shadow: none; }
.btn::before, .btn::after { display: none; }
.btn:hover { background: #201d1a; border-color: #201d1a; box-shadow: none; }
.btn:active { background: #171513; box-shadow: none; }
.btn:focus-visible { outline: 0; box-shadow: var(--focus-ring); }
.btn:disabled, .btn[disabled], .btn.disabled { cursor: not-allowed; opacity: .48; transform: none; box-shadow: none; pointer-events: none; }
.btn.secondary, .btn.ghost { color: #463d36; background: #fff; border-color: #d8d1c8; box-shadow: none; }
.btn.secondary:hover, .btn.ghost:hover { border-color: #9c7650; background: #f8f6f3; color: #332d28; box-shadow: none; }
.btn.secondary:focus-visible, .btn.ghost:focus-visible { border-color: rgba(156,118,80,.58); box-shadow: var(--focus-ring); }
.btn.bronze { border-color: #332d28; background: #332d28; box-shadow: none; }
.btn.bronze:hover { background: #201d1a; border-color: #201d1a; box-shadow: none; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; align-items: center; justify-content: center; }
.menu-toggle span { width: 18px; height: 1px; background: var(--ink); position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; width: 18px; height: 1px; background: var(--ink); }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }
.hero { min-height: 76svh; display: flex; align-items: flex-end; color: #fff; background-size: cover; background-position: center; position: relative; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(0deg, rgba(0,0,0,.42), transparent); }
.hero-content { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: 120px 0 74px; position: relative; z-index: 1; }
.eyebrow { text-transform: uppercase; color: rgba(255,255,255,.78); font-size: 12px; margin: 0 0 14px; }
h1, h2, h3 { overflow-wrap: normal; word-break: normal; hyphens: manual; }
p, li, a, span, strong { overflow-wrap: break-word; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(42px, 7vw, 86px); line-height: .96; max-width: 920px; margin: 0; }
.hero p.lead { max-width: 660px; font-size: clamp(18px, 2vw, 23px); margin: 24px 0 0; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero-content > * { opacity: 0; transform: translateY(18px); filter: blur(6px); transition: opacity .68s var(--ease), transform .68s var(--ease), filter .68s var(--ease); }
.hero.is-visible .hero-content > * { opacity: 1; transform: none; filter: blur(0); }
.hero.is-visible .hero-content > :nth-child(1) { transition-delay: .08s; }
.hero.is-visible .hero-content > :nth-child(2) { transition-delay: .18s; }
.hero.is-visible .hero-content > :nth-child(3) { transition-delay: .30s; }
.hero.is-visible .hero-content > :nth-child(4) { transition-delay: .42s; }
.section { padding: clamp(58px, 8vw, 104px) clamp(18px, 4vw, 54px); }
.section.soft { background: var(--soft); }
.section.dark { background: var(--graphite); color: #fff; }
.inner { width: min(var(--max), 100%); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 26px; margin-bottom: 28px; }
.kicker { margin: 0 0 10px; color: var(--bronze-dark); font-size: 12px; text-transform: uppercase; }
.section.dark .kicker { color: #d0b190; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.4vw, 46px); font-weight: 400; line-height: 1.08; margin: 0; max-width: 780px; }
.section-intro { color: var(--muted); max-width: 720px; margin: 14px 0 0; }
.section.dark .section-intro { color: rgba(255,255,255,.72); }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.category-card, .product-card, .stock-card { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); overflow: hidden; transition: border-color .22s var(--ease), opacity .52s var(--ease); }
.category-card:hover, .product-card:hover, .stock-card:hover { border-color: rgba(156, 118, 80, .34); box-shadow: none; }
.section .category-card, .section .product-card, .section .project-card, .section .content-cell, .section .material-grid > div, .section .lead-form > * { opacity: 0; transform: translateY(18px); transition-delay: 0ms; transition-property: opacity, transform, box-shadow, border-color, background; transition-duration: .52s; transition-timing-function: var(--ease); }
.section.is-visible .category-card, .section.is-visible .product-card, .section.is-visible .project-card, .section.is-visible .content-cell, .section.is-visible .material-grid > div, .section.is-visible .lead-form > * { opacity: 1; transform: none; transition-delay: calc(var(--stagger, 0) * 80ms); }
.section.is-visible .category-card:nth-child(2), .section.is-visible .product-card:nth-child(2), .section.is-visible .project-card:nth-child(2), .section.is-visible .content-cell:nth-child(2), .section.is-visible .lead-form > :nth-child(2) { --stagger: 1; }
.section.is-visible .category-card:nth-child(3), .section.is-visible .product-card:nth-child(3), .section.is-visible .project-card:nth-child(3), .section.is-visible .content-cell:nth-child(3), .section.is-visible .lead-form > :nth-child(3) { --stagger: 2; }
.section.is-visible .category-card:nth-child(4), .section.is-visible .product-card:nth-child(4), .section.is-visible .project-card:nth-child(4), .section.is-visible .content-cell:nth-child(4), .section.is-visible .lead-form > :nth-child(4) { --stagger: 3; }
.section.is-visible .category-card:nth-child(5), .section.is-visible .product-card:nth-child(5), .section.is-visible .project-card:nth-child(5), .section.is-visible .content-cell:nth-child(5), .section.is-visible .lead-form > :nth-child(5) { --stagger: 4; }
.section.is-visible .category-card:nth-child(6), .section.is-visible .product-card:nth-child(6), .section.is-visible .project-card:nth-child(6), .section.is-visible .content-cell:nth-child(6), .section.is-visible .lead-form > :nth-child(6) { --stagger: 5; }
.section.is-visible .category-card:nth-child(7), .section.is-visible .product-card:nth-child(7), .section.is-visible .project-card:nth-child(7), .section.is-visible .lead-form > :nth-child(7) { --stagger: 6; }
.section.is-visible .category-card:nth-child(8), .section.is-visible .product-card:nth-child(8), .section.is-visible .project-card:nth-child(8), .section.is-visible .lead-form > :nth-child(8) { --stagger: 7; }
.section.is-visible .lead-form > :nth-child(9) { --stagger: 8; }
.section.is-visible .lead-form > :nth-child(10) { --stagger: 9; }
.category-card { display: flex; flex-direction: column; min-height: 100%; }
.card-image-link { display: block; overflow: hidden; background: #fff; }
.category-card img, .product-card img, .stock-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .55s var(--ease), filter .55s var(--ease); }
.category-card:hover img, .product-card:hover img, .stock-card:hover img { transform: scale(1.035); filter: saturate(.96) contrast(1.03); }
.product-card .card-image-link, .stock-card .card-image-link { display: grid; place-items: center; background: #fff; }
.product-card .card-image-link img, .stock-card .card-image-link img { object-fit: contain; padding: 10px; box-sizing: border-box; }
.product-card:hover .card-image-link img, .stock-card:hover .card-image-link img { transform: scale(1.015); }
.category-card-body, .product-card-body, .stock-card-body { padding: 20px; }
.category-card h3, .product-card h3, .stock-card h3 { margin: 0 0 8px; font-size: 20px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.category-card p, .product-card p, .stock-card p { margin: 0; color: var(--muted); font-size: 14px; }
.card-link { display: inline-flex; align-items: center; width: max-content; margin-top: 18px; color: var(--bronze-dark); font-size: 14px; font-weight: 600; border-bottom: 1px solid rgba(156,118,80,.28); transition: color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.card-link::after { content: "→"; margin-left: 8px; transition: transform .2s var(--ease); }
.card-link:hover { color: var(--ink); border-color: rgba(35,29,23,.58); }
.card-link:hover::after { transform: translateX(4px); }
.card-link:active { transform: translateY(1px); }
.card-link:focus-visible { outline: 0; border-color: rgba(156,118,80,.62); box-shadow: 0 0 0 4px rgba(156,118,80,.14); border-radius: 6px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.project-grid.compact { gap: 18px; }
.project-card { display: flex; flex-direction: column; min-height: 100%; overflow: hidden; border: 1px solid rgba(222,216,208,.9); border-radius: var(--panel-radius); background: #fff; transition: border-color .22s var(--ease), opacity .38s var(--ease); }
.project-card[hidden] { display: none; }
.project-card:hover { border-color: rgba(156,118,80,.36); box-shadow: none; }
.project-card-image { display: block; overflow: hidden; background: #e7e0d7; }
.project-card-image img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; transition: transform .55s var(--ease), filter .55s var(--ease); }
.project-card:hover .project-card-image img { transform: scale(1.035); filter: saturate(.96) contrast(1.03); }
.project-card-body { display: grid; gap: 12px; padding: 22px; }
.project-card-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--bronze-dark); font-size: 12px; text-transform: uppercase; }
.project-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; line-height: 1.12; }
.project-card p { margin: 0; color: var(--muted); font-size: 14px; }
.project-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.project-tags span { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 9px; border: 1px solid rgba(156,118,80,.18); border-radius: 999px; background: rgba(156,118,80,.06); color: #665b52; font-size: 12px; }
.project-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 24px; }
.project-filters button { min-height: 42px; padding: 10px 15px; border: 1px solid rgba(156,118,80,.24); border-radius: 999px; background: #fff; color: #5f5750; font-size: 14px; transition: color .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease); }
.project-filters button:hover, .project-filters button.active { color: var(--bronze-dark); background: rgba(156,118,80,.11); border-color: rgba(156,118,80,.46); transform: translateY(-1px); }
.projects-hero img { aspect-ratio: 4 / 3; box-shadow: var(--shadow-soft); }
.project-detail-hero { padding-top: clamp(42px, 5vw, 76px); }
.project-detail-layout { grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr); }
.project-gallery-main { width: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; text-align: left; }
.project-gallery-main img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--panel-radius); box-shadow: var(--shadow-soft); }
.project-gallery-thumbs { margin-top: 12px; grid-template-columns: repeat(4, 1fr); }
.project-aside h1 { margin: 0; font-size: clamp(38px, 4.4vw, 64px); line-height: 1.02; }
.project-aside > p { margin: 0; color: var(--muted); font-size: 17px; }
.project-facts { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--panel-radius); background: var(--line); }
.project-facts .kicker { margin: 0; padding: 16px 18px 12px; background: #fff; }
.project-facts div { display: grid; gap: 5px; padding: 15px 18px; background: #fff; }
.project-facts span { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.project-facts strong { font-weight: 500; }
.project-story { display: grid; gap: 28px; }
.project-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.project-story-grid article { padding: 24px; border: 1px solid rgba(222,216,208,.86); border-radius: var(--panel-radius); background: #fff; box-shadow: 0 16px 36px rgba(35,29,23,.05); }
.project-story-grid h3 { margin: 0 0 16px; font-size: 21px; }
.project-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.project-list li { color: var(--muted); border-top: 1px solid rgba(222,216,208,.86); padding-top: 10px; }
.project-bottom-cta .hero-actions { justify-content: flex-end; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 16px 0; color: var(--muted); font-size: 14px; }
.badge { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 9px; border: 1px solid var(--line); color: var(--ink); background: #fff; font-size: 12px; text-transform: uppercase; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 18px; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.feature-list li { border-top: 1px solid var(--line); padding-top: 12px; color: var(--muted); }
.process { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 18px); background: transparent; border: 0; }
.process::before { content: ""; position: absolute; left: 34px; right: 34px; top: 31px; height: 1px; background: linear-gradient(90deg, rgba(156,118,80,.18), rgba(156,118,80,.52), rgba(156,118,80,.18)); }
.process-step { position: relative; display: grid; gap: 18px; min-height: 100%; opacity: 0; transform: translateY(18px); transition: opacity .58s var(--ease), transform .58s var(--ease); transition-delay: calc(var(--stagger, 0) * 90ms); }
.section.is-visible .process-step { opacity: 1; transform: none; }
.process-step span { position: relative; z-index: 1; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(156,118,80,.28); border-radius: 50%; color: var(--bronze-dark); background: #fff; box-shadow: 0 12px 28px rgba(35, 29, 23, .07); font-family: Georgia, serif; font-size: 22px; }
.process-step div { min-height: 178px; padding: 22px; border: 1px solid rgba(222,216,208,.82); border-radius: var(--panel-radius); background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(35, 29, 23, .055); transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); }
.process-step:hover div { transform: translateY(-3px); border-color: rgba(156,118,80,.36); box-shadow: 0 24px 52px rgba(35, 29, 23, .085); }
.process-step h3 { margin: 0 0 10px; font-size: 18px; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }
.materials-quality { background: linear-gradient(180deg, #fbfaf7 0%, #f4efe8 100%); }
.materials-quality .section-head { margin-bottom: 26px; }
.materials-quality .kicker { color: var(--bronze-dark); }
.material-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; background: transparent; border: 0; }
.material-grid div { min-height: 132px; padding: 22px; border: 1px solid rgba(222,216,208,.84); border-radius: 16px; background: rgba(255,255,255,.82); box-shadow: 0 16px 34px rgba(35, 29, 23, .045); transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease); }
.material-grid div:hover { transform: translateY(-2px); border-color: rgba(156,118,80,.30); background: #fff; box-shadow: 0 20px 42px rgba(35, 29, 23, .07); }
.material-grid strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 17px; line-height: 1.25; }
.material-grid span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.form-band { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr); gap: 34px; align-items: start; }
.lead-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: clamp(22px, 3vw, 32px); border: 1px solid rgba(156, 118, 80, .24); background: linear-gradient(180deg, #fff, #fbfaf8); border-radius: var(--panel-radius); box-shadow: 0 18px 46px rgba(35, 29, 23, .06); }
.request-helper { max-width: 520px; margin: 18px 0 22px; padding: 14px 16px; border: 1px solid rgba(156, 118, 80, .18); border-radius: 16px; background: rgba(255,255,255,.66); color: var(--muted); font-size: 15px; line-height: 1.55; }
.home-request .form-band { align-items: center; gap: clamp(26px, 4vw, 52px); }
.home-request .lead-form { gap: 14px; padding: clamp(20px, 2.5vw, 28px); border-color: rgba(222,216,208,.78); background: rgba(255,255,255,.86); box-shadow: 0 14px 34px rgba(35, 29, 23, .045); }
.lead-form label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid rgba(222,216,208,.96); min-height: 50px; padding: 12px 14px; background: rgba(255,255,255,.94); color: var(--ink); border-radius: 12px; transition: border-color .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease); }
.home-request .lead-form input, .home-request .lead-form select, .home-request .lead-form textarea { min-height: 48px; background: #fff; border-color: rgba(222,216,208,.82); }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 0; border-color: var(--bronze); background: #fff; box-shadow: 0 0 0 4px rgba(156, 118, 80, .12); }
.lead-form textarea { min-height: 120px; resize: vertical; }
.lead-form textarea[name="size"] { min-height: 136px; line-height: 1.55; }
.home-request .lead-form textarea { min-height: 104px; }
.home-request .lead-form textarea[name="size"] { min-height: 112px; }
.lead-form .wide { grid-column: 1 / -1; }
.field-hint { color: #9a9188; font-size: 12px; }
.field-check { display: inline-flex; align-items: center; gap: 8px; margin-top: 2px; color: var(--muted); font-size: 12px; }
.field-check input { width: 16px; height: 16px; min-height: 0; padding: 0; accent-color: var(--bronze); }
.file-field { position: relative; cursor: pointer; }
.file-field input[type="file"] { position: absolute; inset: auto; width: 1px; height: 1px; opacity: 0; }
.file-field strong { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 16px; border: 1px dashed rgba(156, 118, 80, .55); border-radius: 12px; color: var(--bronze-dark); background: rgba(156, 118, 80, .06); font-size: 13px; font-weight: 600; transition: border-color .22s var(--ease), background .22s var(--ease), color .22s var(--ease); }
.file-field:hover strong { border-color: var(--bronze); background: rgba(156, 118, 80, .1); color: var(--ink); }
.file-field em { min-height: 18px; color: var(--sage); font-style: normal; font-size: 12px; }
.size-field { display: grid; gap: 9px; margin: 0; padding: 0; border: 0; color: var(--muted); font-size: 13px; }
.size-field legend { padding: 0; margin: 0 0 1px; color: var(--muted); }
.size-inputs { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto; gap: 10px; align-items: end; }
.size-inputs label { gap: 7px; }
.size-separator, .size-unit { display: grid; place-items: center; min-height: 50px; color: var(--bronze-dark); font-family: Georgia, serif; font-size: 20px; }
.size-unit { min-width: 32px; font-family: inherit; font-size: 14px; color: var(--muted); }
.size-preview { display: inline-flex; align-items: center; min-height: 30px; width: max-content; max-width: 100%; padding: 5px 10px; border-radius: 999px; background: rgba(156, 118, 80, .08); color: var(--bronze-dark); font-size: 12px; }
.honeypot { position: fixed; left: 0; top: 0; width: 1px; height: 1px; opacity: 0; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
.form-note, .success-note, .error-note { grid-column: 1 / -1; color: var(--muted); font-size: 13px; margin: 0; }
.success-note { color: #47624d; display: none; padding: 12px 14px; border: 1px solid rgba(71,98,77,.18); border-radius: 12px; background: rgba(71,98,77,.07); }
.error-note { color: #9b3c2f; display: none; }
.catalog-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 28px; align-items: start; }
.filters { position: sticky; top: 96px; display: grid; gap: 16px; padding: 22px; border: 1px solid rgba(156, 118, 80, .2); background: linear-gradient(180deg, #fff, #fbfaf8); border-radius: var(--panel-radius); box-shadow: 0 16px 38px rgba(35, 29, 23, .06); transition: box-shadow .3s var(--ease), transform .3s var(--ease); }
.filters:hover { box-shadow: 0 20px 48px rgba(35, 29, 23, .085); }
.filters h3 { margin: 0; font-size: 18px; }
.filters label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
.filters select, .filters input { min-height: 44px; border: 1px solid rgba(222,216,208,.96); border-radius: 12px; padding: 10px 12px; background: #fff; color: var(--ink); transition: border-color .22s var(--ease), box-shadow .22s var(--ease); }
.filters select:focus, .filters input:focus { outline: 0; border-color: var(--bronze); box-shadow: 0 0 0 4px rgba(156, 118, 80, .1); }
.filters label.is-active-filter { color: var(--bronze-dark); }
.filters select.is-active-filter, .filters input.is-active-filter { border-color: rgba(156,118,80,.58); background: #fffaf4; box-shadow: 0 0 0 3px rgba(156,118,80,.08); }
.filters input[type="range"] { padding: 0; border: 0; min-height: 28px; accent-color: var(--bronze); background: transparent; -webkit-appearance: none; appearance: none; }
.filters input[type="range"]::-webkit-slider-runnable-track { height: 4px; border-radius: 999px; background: linear-gradient(90deg, rgba(156,118,80,.72), rgba(222,216,208,.9)); }
.filters input[type="range"]::-webkit-slider-thumb { width: 16px; height: 16px; margin-top: -6px; border: 2px solid #fff; border-radius: 50%; background: var(--bronze); box-shadow: 0 4px 10px rgba(117,84,56,.22); -webkit-appearance: none; appearance: none; }
.filters input[type="range"]::-moz-range-track { height: 4px; border-radius: 999px; background: rgba(222,216,208,.9); }
.filters input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 2px solid #fff; border-radius: 50%; background: var(--bronze); box-shadow: 0 4px 10px rgba(117,84,56,.22); }
.filters [data-price-label] { color: var(--bronze-dark); font-weight: 600; }
.filter-actions { display: grid; gap: 9px; margin-top: 2px; }
.filter-actions .btn { width: 100%; min-height: 46px; padding: 13px 18px; }
.catalog-topbar { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 18px; }
.catalog-count { color: var(--muted); font-size: 14px; }
.page-hero { background: var(--soft); padding: clamp(56px, 7vw, 92px) clamp(18px, 4vw, 54px); border-bottom: 1px solid var(--line); }
.page-hero .inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 500px); gap: clamp(26px, 4vw, 48px); align-items: center; }
.page-hero h1 { color: var(--ink); font-size: clamp(38px, 5vw, 68px); }
.page-hero p { color: var(--muted); max-width: 720px; }
.page-hero img { width: 100%; max-height: 620px; object-fit: cover; border-radius: var(--radius); }
.catalog-hero { padding-top: clamp(36px, 5vw, 62px); padding-bottom: clamp(36px, 5vw, 62px); }
.catalog-hero .inner { grid-template-columns: minmax(0, 1fr) auto; }
.catalog-hero h1 { font-size: clamp(34px, 4vw, 52px); }
.catalog-hero .btn { align-self: end; }
.catalog-mini-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.5vw, 18px); margin-top: clamp(28px, 4vw, 44px); }
.catalog-mini-card { position: relative; display: grid; gap: 9px; color: #6f6963; font-size: 15px; font-weight: 400; text-align: center; transition: color .22s var(--ease), transform .22s var(--ease); }
.catalog-mini-card::after { content: ""; position: absolute; left: 18%; right: 18%; bottom: -10px; height: 2px; background: var(--bronze); opacity: 0; transform: scaleX(.45); transition: opacity .24s var(--ease), transform .24s var(--ease); }
.catalog-mini-image { display: grid; place-items: center; min-height: 124px; border: 0; border-radius: 0; background: #fff; overflow: visible; transition: transform .22s var(--ease); }
.catalog-mini-image img { width: 100%; height: 124px; object-fit: contain; padding: 10px; background: #fff; filter: none; transition: transform .22s var(--ease); }
.catalog-mini-card:hover, .catalog-mini-card.active { color: var(--bronze-dark); transform: none; }
.catalog-mini-card:hover::after, .catalog-mini-card.active::after { opacity: 1; transform: scaleX(1); }
.catalog-mini-card:hover .catalog-mini-image, .catalog-mini-card.active .catalog-mini-image { background: #fff; box-shadow: none; }
.catalog-mini-card:hover img, .catalog-mini-card.active img { filter: none; transform: scale(1.008); }
.catalog-section { padding-top: clamp(46px, 6vw, 76px); }
.page-hero .breadcrumbs + h1 { margin-top: 0; }
.breadcrumbs { color: var(--muted); font-size: 13px; margin-bottom: 24px; }
.page-hero .breadcrumbs { margin-bottom: 22px; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 460px); gap: clamp(30px, 5vw, 64px); align-items: start; }
.product-detail > div, .product-aside { min-width: 0; }
.gallery { display: grid; gap: 14px; }
.gallery-main { overflow: hidden; border: 0; border-radius: var(--radius); padding: 0; background: #fff; text-align: left; cursor: zoom-in; }
.gallery-main img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; object-position: center center; border-radius: var(--radius); background: #fff; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-thumbs button { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; padding: 0; background: #fff; transition: border-color .22s var(--ease), transform .22s var(--ease), box-shadow .22s var(--ease); }
.gallery-thumbs button:hover, .gallery-thumbs button.active { border-color: rgba(156,118,80,.64); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(35,29,23,.08); }
.gallery-thumbs img { display: block; aspect-ratio: 4 / 3; object-fit: contain; object-position: center center; width: 100%; padding: 6px; box-sizing: border-box; background: #fff; }
.product-aside { position: sticky; top: 96px; display: grid; gap: 18px; }
.price-line { font-size: 22px; font-family: Georgia, serif; }
.disclaimer { color: var(--muted); font-size: 14px; }
.product-hero-section { padding-top: clamp(42px, 5vw, 76px); }
.bed-product-detail { grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); }
.bed-gallery-main img { aspect-ratio: 16 / 10; background: #fff; object-position: center center; box-shadow: var(--shadow-soft); }
.bed-gallery .gallery-thumbs { grid-template-columns: repeat(6, 1fr); }
.bed-product-aside h1 { font-size: clamp(40px, 4.6vw, 66px); line-height: 1.02; margin: 0; }
.bed-product-aside > p { color: var(--muted); font-size: 17px; margin: 0; }
.bed-facts { display: grid; gap: 1px; margin-top: 8px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--panel-radius); background: var(--line); }
.bed-facts .kicker { grid-column: 1 / -1; margin: 0; padding: 16px 18px 12px; background: #fff; color: var(--bronze-dark); }
.bed-facts div { display: grid; gap: 5px; padding: 15px 18px; background: #fff; }
.bed-facts span { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.bed-facts strong { font-weight: 500; }
.cutaway-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.08fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.cutaway-view { position: relative; overflow: hidden; border-radius: 22px; background: #f5f0ea; box-shadow: var(--shadow-soft); }
.cutaway-view img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #f5f0ea; transition: filter .25s var(--ease); }
.cutaway-view:has(.cutaway-point.active) img { filter: saturate(.96) contrast(1.02); }
.cutaway-point { position: absolute; left: var(--x); top: var(--y); width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; background: rgba(23,22,21,.68); color: #fff; transform: translate(-50%, -50%); box-shadow: 0 14px 28px rgba(23,22,21,.2); transition: transform .22s var(--ease), background .22s var(--ease), box-shadow .22s var(--ease); }
.cutaway-point::before { content: ""; position: absolute; inset: -10px; border: 1px solid rgba(156,118,80,.46); border-radius: inherit; opacity: 0; transform: scale(.72); transition: opacity .22s var(--ease), transform .22s var(--ease); }
.cutaway-point span { position: relative; z-index: 1; font-size: 13px; font-weight: 600; }
.cutaway-point:hover, .cutaway-point.active { background: var(--bronze); transform: translate(-50%, -50%) scale(1.08); box-shadow: 0 16px 32px rgba(117,84,56,.26); }
.cutaway-point:hover::before, .cutaway-point.active::before { opacity: 1; transform: scale(1); }
.cutaway-notes { display: grid; gap: 10px; margin-top: 24px; }
.cutaway-note { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; align-items: start; width: 100%; padding: 14px; border: 1px solid rgba(222,216,208,.9); border-radius: 16px; background: #fff; color: var(--ink); text-align: left; transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease), background .22s var(--ease); }
.cutaway-note span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(156,118,80,.1); color: var(--bronze-dark); font-size: 12px; font-weight: 600; }
.cutaway-note strong { display: block; margin-bottom: 4px; font-size: 16px; }
.cutaway-note em { display: block; color: var(--muted); font-style: normal; font-size: 13px; line-height: 1.5; }
.cutaway-note:hover, .cutaway-note.active { border-color: rgba(156,118,80,.48); background: #fffdfb; box-shadow: 0 15px 34px rgba(35,29,23,.07); transform: translateY(-2px); }
.bed-spec-grid { border-radius: var(--panel-radius); overflow: hidden; }
.bed-options-section { align-items: start; }
.bed-options-section .feature-list { margin-top: 18px; }
.bed-final-cta .split { align-items: center; }
.bed-final-cta h2 { color: #fff; max-width: 640px; }
.bed-final-cta .section-intro { color: rgba(255,255,255,.7); }
.bed-final-cta .hero-actions { justify-content: flex-end; }
.image-lightbox { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: clamp(18px, 4vw, 54px); background: rgba(18,16,14,.78); backdrop-filter: blur(12px); cursor: zoom-out; animation: lightboxFade .2s var(--ease-out); }
.image-lightbox img { max-width: min(1180px, 100%); max-height: 88svh; object-fit: contain; object-position: center center; border-radius: var(--radius); background: #f3efea; box-shadow: 0 18px 48px rgba(0,0,0,.22); animation: lightboxImage .22s var(--ease-out); }
.image-lightbox button { position: fixed; z-index: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; line-height: 1; cursor: pointer; transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.image-lightbox button:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.48); transform: translateY(-1px); }
.image-lightbox button:focus-visible { outline: 0; box-shadow: 0 0 0 4px rgba(255,255,255,.18); border-color: rgba(255,255,255,.62); }
.image-lightbox .lightbox-close { right: clamp(18px, 3vw, 40px); top: clamp(16px, 3vw, 36px); width: 44px; height: 44px; font-size: 26px; }
.image-lightbox .lightbox-nav { top: 50%; width: 54px; height: 54px; transform: translateY(-50%); font-size: 38px; }
.image-lightbox .lightbox-nav:hover { transform: translateY(-50%) translateY(-1px); }
.image-lightbox .lightbox-prev { left: clamp(12px, 3vw, 42px); }
.image-lightbox .lightbox-next { right: clamp(12px, 3vw, 42px); }
@keyframes lightboxFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lightboxImage { from { opacity: 0; transform: translateY(8px) scale(.985); } to { opacity: 1; transform: none; } }
.option-chips, .fabric-swatches { display: flex; flex-wrap: wrap; gap: 9px; }
.option-chip { border: 1px solid var(--line); background: #fff; padding: 10px 12px; font-size: 13px; }
.option-chip.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.swatch { width: 42px; height: 42px; border: 1px solid rgba(0,0,0,.18); }
.info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.info-grid div { background: #fff; padding: 18px; min-height: 112px; }
.info-grid strong { display: block; margin-bottom: 7px; }
.info-grid span { color: var(--muted); font-size: 14px; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { border: 1px solid var(--line); padding: 12px; text-align: left; font-size: 14px; }
th { background: var(--soft); font-weight: 600; }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; background: transparent; border: 0; }
.content-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.content-cell { border: 1px solid rgba(222,216,208,.86); border-radius: var(--panel-radius); background: #fff; padding: 28px; min-height: 160px; transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease), opacity .52s var(--ease); }
.content-cell:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(35, 29, 23, .08); background: #fffdfb; }
.content-cell h3 { margin: 0 0 10px; font-size: 20px; }
.content-cell p { margin: 0; color: var(--muted); }
.horeca-cards { gap: 12px; background: transparent; border: 0; }
.horeca-card { border: 1px solid rgba(222,216,208,.86); border-radius: var(--panel-radius); }
.horeca-card span { display: inline-flex; margin-bottom: 18px; color: var(--bronze-dark); font-family: Georgia, serif; font-size: 24px; }
.horeca-note { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; padding: 20px 24px; border: 1px solid rgba(156,118,80,.22); border-radius: var(--panel-radius); background: #fff; }
.horeca-note p { margin: 0; color: var(--muted); }
.horeca-project { grid-template-columns: minmax(0, .82fr) minmax(380px, .78fr); gap: clamp(28px, 4vw, 56px); }
.horeca-project .section-head { grid-template-columns: 1fr; align-items: start; gap: 22px; margin-bottom: 0; }
.horeca-project h2 { max-width: 520px; font-size: clamp(30px, 3.1vw, 44px); line-height: 1.1; }
.horeca-project .section-intro { max-width: 520px; font-size: 16px; }
.horeca-project img { border-radius: var(--panel-radius); box-shadow: var(--shadow-soft); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(340px, 1fr); gap: 32px; }
.premium-contact { align-items: stretch; }
.contact-panel { display: grid; align-content: start; padding: clamp(24px, 3vw, 34px); border: 1px solid rgba(156, 118, 80, .22); border-radius: var(--panel-radius); background: linear-gradient(180deg, #fff, #fbfaf8); box-shadow: 0 18px 46px rgba(35, 29, 23, .06); }
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-list a, .contact-list span { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); padding-top: 12px; color: var(--muted); }
.contact-list strong { max-width: 62%; color: var(--ink); text-align: right; font-weight: 500; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.map-card { height: clamp(420px, 38vw, 500px); border: 1px solid rgba(156, 118, 80, .22); border-radius: 20px; overflow: hidden; background: var(--soft); box-shadow: var(--shadow-soft); }
.map-card iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Premium storefront refresh */
body { background: #fbfaf7; }
.site-header { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(222,216,208,.58); }
.nav-link, .nav-trigger { font-size: 16px; color: #57504a; }
.storefront-hero { min-height: calc(100svh - 82px); background-color: #ebe6de; background-repeat: no-repeat; background-size: cover, min(980px, 58vw) auto; background-position: center, right 6vw center; }
.storefront-hero::after { inset: 0; height: auto; background: linear-gradient(90deg, rgba(18,16,14,.32), rgba(18,16,14,.08) 48%, rgba(18,16,14,0)); }
.storefront-hero .hero-content { max-width: 720px; margin-left: max(18px, calc((100vw - var(--max)) / 2)); margin-right: auto; padding-top: clamp(128px, 15vw, 190px); padding-bottom: clamp(54px, 8vw, 92px); }
.storefront-hero h1 { max-width: 700px; letter-spacing: 0; text-wrap: balance; }
.storefront-hero .lead { max-width: 560px; color: rgba(255,255,255,.84); }
.storefront-hero.hero-height-small { min-height: 560px; }
.storefront-hero.hero-height-medium { min-height: 72svh; }
.storefront-hero.hero-height-large { min-height: calc(100svh - 82px); }
.storefront-hero.hero-height-fullscreen { min-height: 100svh; }
.storefront-hero .eyebrow,
.storefront-hero .lead,
.storefront-hero .hero-note,
.storefront-hero .hero-meta span { color: currentColor; }
.storefront-hero .eyebrow { opacity: .78; }
.storefront-hero .lead { opacity: .86; }
.storefront-hero .hero-note { opacity: .84; }
.storefront-hero .hero-meta span { opacity: .76; }
.hero-note { display: inline-flex; width: fit-content; margin: 22px 0 0; padding: 9px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.12); color: rgba(255,255,255,.82); font-size: 13px; backdrop-filter: blur(12px); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; max-width: 560px; }
.hero-meta span { display: inline-flex; align-items: center; min-height: 34px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.10); color: rgba(255,255,255,.76); font-size: 13px; }
.storefront-hero.hero-managed {
  min-height: max(var(--hero-min-height), var(--hero-height));
  max-height: var(--hero-max-height);
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  justify-content: var(--hero-justify);
  align-items: var(--hero-align);
  overflow: hidden;
  background: #201c19;
  background-image: none !important;
  color: var(--hero-text-color);
}
.storefront-hero.hero-managed::after { display: none; }
.hero-managed .hero-media,
.hero-managed .hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-managed .hero-media { z-index: 0; display: grid; place-items: center; overflow: hidden; background: #ebe6de; }
.hero-managed .hero-media img,
.hero-managed .hero-media video {
  width: var(--hero-media-width);
  height: var(--hero-media-height);
  min-width: 100%;
  min-height: 100%;
  object-fit: var(--hero-media-fit);
  object-position: var(--hero-media-position);
  transform: var(--hero-media-transform);
  filter: var(--hero-filter);
}
.hero-managed .hero-video-fallback { display: none; }
.hero-managed .hero-overlay { z-index: 1; mix-blend-mode: multiply; }
.hero-managed .hero-content {
  width: min(100%, var(--hero-text-max));
  max-width: var(--hero-text-max);
  margin: 0;
  padding: var(--hero-pad-top) var(--hero-pad-right) var(--hero-pad-bottom) var(--hero-pad-left);
  color: var(--hero-text-color);
  opacity: var(--hero-text-opacity);
  text-align: var(--hero-text-align);
  transform: translate(var(--hero-custom-x), var(--hero-custom-y));
  text-shadow: var(--hero-text-shadow);
}
.hero-managed h1 {
  max-width: none;
  color: currentColor;
  font-family: var(--hero-font-family);
  font-weight: var(--hero-font-weight);
  font-size: var(--hero-title-size);
  line-height: var(--hero-line-height);
  letter-spacing: var(--hero-letter-spacing);
}
.hero-managed .lead,
.hero-managed .hero-description {
  max-width: none;
  color: currentColor;
  opacity: .9;
  font-size: var(--hero-subtitle-size);
  line-height: 1.35;
}
.hero-managed .hero-description { margin-top: 16px; font-size: var(--hero-description-size); opacity: .82; }
.hero-managed .hero-actions { justify-content: inherit; }
.hero-managed .hero-cta {
  border-color: var(--hero-btn-border);
  border-radius: var(--hero-btn-radius);
  background: var(--hero-btn-bg);
  color: var(--hero-btn-color);
  font-size: var(--hero-button-size);
}
.hero-managed .hero-cta:hover {
  background: var(--hero-btn-hover-bg);
  color: var(--hero-btn-hover-color);
}
.storefront-hero.hero-simple {
  min-height: 82svh;
  max-height: none;
  padding: 0;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  background: #2f2924;
  color: var(--hero-text-color);
}
.storefront-hero.hero-simple.hero-height-small { min-height: 560px; }
.storefront-hero.hero-simple.hero-height-medium { min-height: 72svh; }
.storefront-hero.hero-simple.hero-height-large { min-height: 82svh; }
.storefront-hero.hero-simple.hero-height-fullscreen { min-height: 100svh; }
.storefront-hero.hero-simple .hero-media,
.storefront-hero.hero-simple .hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.storefront-hero.hero-simple .hero-media {
  z-index: 0;
  display: block;
  overflow: hidden;
  background: #2f2924;
}
.storefront-hero.hero-simple .hero-media img,
.storefront-hero.hero-simple .hero-media video {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: none;
}
.storefront-hero.hero-simple .hero-responsive-media .hero-video-poster,
.storefront-hero.hero-simple .hero-responsive-media .hero-responsive-video {
  position: absolute;
  inset: 0;
}
.storefront-hero.hero-simple .hero-responsive-media .hero-video-poster {
  z-index: 0;
}
.storefront-hero.hero-simple .hero-responsive-media .hero-responsive-video {
  z-index: 1;
  opacity: 0;
  transition: opacity 180ms ease;
}
.storefront-hero.hero-simple .hero-responsive-media.hero-video-ready .hero-responsive-video {
  opacity: 1;
}
.storefront-hero.hero-simple .hero-overlay {
  z-index: 1;
  background: #000;
  opacity: var(--hero-overlay-opacity);
  mix-blend-mode: normal;
}
.storefront-hero.hero-simple .hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 36px));
  max-width: 720px;
  margin-left: max(18px, calc((100vw - var(--max)) / 2));
  margin-right: auto;
  padding: clamp(96px, 10vw, 138px) 0 clamp(42px, 6vw, 72px);
  color: var(--hero-text-color);
  opacity: 1;
  text-align: left;
  transform: none;
  text-shadow: 0 16px 34px rgba(0,0,0,.24);
}
.storefront-hero.hero-simple h1 {
  max-width: 680px;
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 1.02;
  letter-spacing: 0;
}
.storefront-hero.hero-simple .lead {
  max-width: 580px;
  margin-top: 20px;
  color: currentColor;
  opacity: .86;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.42;
}
.storefront-hero.hero-simple .hero-actions {
  justify-content: flex-start;
}
.storefront-hero.hero-simple .hero-cta {
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.14);
  color: currentColor;
  backdrop-filter: blur(10px);
}
.storefront-hero.hero-simple .hero-cta:hover {
  background: rgba(255,255,255,.24);
  color: currentColor;
}
.storefront-categories { padding: clamp(28px, 3vw, 46px) clamp(14px, 2.4vw, 36px) clamp(34px, 4vw, 58px); background: #fff; }
.storefront-featured { padding-top: clamp(34px, 4vw, 62px); padding-left: clamp(18px, 3vw, 48px); padding-right: clamp(18px, 3vw, 48px); }
.storefront-categories .inner { width: min(1560px, 100%); }
.storefront-featured .inner { width: min(1680px, 100%); }
.storefront-featured .section-head { display: block; margin-bottom: clamp(22px, 2.4vw, 34px); text-align: center; }
.storefront-featured .section-head h2 { margin-inline: auto; }
.storefront-featured-action { display: flex; justify-content: center; margin-top: clamp(24px, 2.4vw, 36px); }
.storefront-featured-action .card-link { margin-top: 0; }
.storefront-category-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: clamp(8px, .75vw, 14px); }
.storefront-category-card { background: transparent; border-color: transparent; border-radius: 0; box-shadow: none; }
.storefront-category-card:hover { border-color: transparent; box-shadow: none; }
.category-square-card { position: relative; display: grid; gap: 5px; min-width: 0; overflow: visible; color: var(--ink); text-decoration: none; }
.storefront-category-card .category-card-media { display: grid; place-items: center; width: 100%; min-width: 0; aspect-ratio: 4 / 3; min-height: 0; overflow: visible; background: #fff; }
.storefront-category-card img { width: 100%; max-width: 100%; height: 100%; min-width: 0; object-fit: contain; padding: 0; background: #fff; transition: transform .28s var(--ease); }
.storefront-category-card:hover img { transform: scale(1.008); filter: none; }
.category-card-title { position: static; display: flex; align-items: flex-start; justify-content: center; min-height: 0; padding: 0 4px; border: 0; border-radius: 0; background: transparent; color: #625b55; box-shadow: none; backdrop-filter: none; font-size: clamp(14px, .95vw, 16px); font-weight: 500; text-align: center; line-height: 1.12; }
.category-index { display: inline-flex; margin-bottom: 12px; color: var(--bronze-dark); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.storefront-benefits .section-head { margin-bottom: 0; }
.benefit-stack { display: grid; gap: 12px; }
.benefit-stack article { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; padding: 20px; border: 1px solid rgba(222,216,208,.84); border-radius: var(--panel-radius); background: #fffdfa; box-shadow: 0 14px 34px rgba(35,29,23,.05); }
.benefit-stack span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(156,118,80,.10); color: var(--bronze-dark); font-family: Georgia, serif; }
.benefit-stack h3 { margin: 0 0 6px; font-size: 19px; }
.benefit-stack p { margin: 0; color: var(--muted); font-size: 14px; }
.product-card { background: #fff; border-color: rgba(35,29,23,.09); box-shadow: none; }
.product-card:hover { border-color: rgba(156,118,80,.28); box-shadow: none; }
.storefront-featured .product-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(20px, 2vw, 30px); }
.storefront-featured .product-grid > .product-card { flex: 0 1 calc(33.333% - 20px); width: 100%; max-width: 480px; min-width: 280px; }
.product-card-media { position: relative; background: #fff; }
.product-card .card-image-link, .stock-card .card-image-link { min-height: clamp(250px, 27vw, 360px); background: #fff; }
.product-card .card-image-link img, .stock-card .card-image-link img { aspect-ratio: 5 / 4; object-fit: contain; padding: clamp(14px, 2vw, 24px); background: transparent; }
.product-badges { position: absolute; left: 14px; top: 14px; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; max-width: calc(100% - 28px); pointer-events: none; }
.product-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.88); color: #584d44; font-size: 11px; font-weight: 600; text-transform: uppercase; box-shadow: 0 8px 20px rgba(35,29,23,.08); backdrop-filter: blur(10px); }
.product-badge.hit, .product-badge.sale { color: #7a563a; }
.product-card-body { display: grid; gap: 10px; padding: 21px; }
.product-card-kicker { display: flex; justify-content: space-between; gap: 12px; color: var(--bronze-dark); font-size: 11px; text-transform: uppercase; }
.product-card h3 { margin-bottom: 0; font-size: 22px; line-height: 1.12; }
.product-card p { min-height: 44px; }
.product-meta { margin: 4px 0 2px; font-size: 15px; }
.product-meta span:first-child { color: var(--ink); font-family: Georgia, serif; font-size: 18px; }
.product-card .card-actions { margin-top: 8px; }
.home-product-card { display: grid; grid-template-rows: auto 1fr; color: var(--ink); text-decoration: none; }
.home-product-card .card-image-link { min-height: clamp(300px, 28vw, 430px); }
.home-product-card .card-image-link img { aspect-ratio: 4 / 3; padding: clamp(14px, 1.8vw, 28px); }
.home-product-card .product-card-body { align-content: start; gap: 7px; padding: 18px 20px 22px; }
.home-product-card h3 { font-size: 21px; }
.home-product-card .product-meta { margin: 0; }
.home-product-card .card-link { width: max-content; color: var(--bronze-dark); font-size: 14px; font-weight: 600; border-bottom: 1px solid rgba(156,118,80,.34); transition: color .25s var(--ease), border-color .25s var(--ease); }
.home-product-card:hover .card-link { color: var(--ink); border-color: rgba(35,29,23,.58); }
.storefront-bespoke img, .storefront-contract img { border-radius: var(--panel-radius); background: #f5f1ec; box-shadow: var(--shadow-soft); }
.storefront-bespoke img { object-fit: contain; padding: clamp(18px, 3vw, 42px); }
.storefront-catalog-hero { background: #fff; }
.storefront-catalog-hero h1 { max-width: 800px; text-wrap: balance; }
.storefront-catalog-hero {
  padding-top: clamp(24px, 3vw, 42px);
  padding-bottom: clamp(20px, 3vw, 38px);
}
.storefront-catalog-hero > .inner:first-child {
  display: block;
  visibility: visible;
}
.storefront-catalog-hero > .inner:first-child > .btn {
  display: none;
}
.storefront-catalog-hero .breadcrumbs {
  margin-bottom: 12px;
}
.storefront-catalog-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(32px, 3.2vw, 48px);
}
.storefront-catalog-hero p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 16px;
}
.catalog-mini-card { color: #6f6963; }
.catalog-mini-image { min-height: 140px; border-radius: 0; background: #fff; }
.catalog-mini-image img { height: 140px; padding: 16px; background: #fff; filter: none; }
.catalog-mini-card:hover img, .catalog-mini-card.active img { filter: none; }
.catalog-category-nav {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 14px);
  margin-top: clamp(22px, 3vw, 34px);
}
.catalog-category-nav .catalog-mini-card {
  min-width: 0;
  gap: 5px;
  text-decoration: none;
}
.catalog-category-nav .catalog-mini-card > span:last-child {
  display: block;
  min-height: 0;
  color: #6b655f;
  font-size: clamp(13px, .9vw, 15px);
  font-weight: 500;
  line-height: 1.18;
}
.catalog-category-nav .catalog-mini-card:hover > span:last-child,
.catalog-category-nav .catalog-mini-card.active > span:last-child {
  color: var(--bronze-dark);
}
.catalog-category-nav .catalog-mini-image {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  background: #fff;
}
.catalog-category-nav .catalog-mini-image img {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  object-fit: contain;
  filter: none;
}
.catalog-mini-all-image {
  background: #fff;
}
.catalog-mini-all-image span {
  color: var(--bronze-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 34px);
}
.storefront-catalog-section { background: #fff; }
.catalog-section {
  padding-top: clamp(26px, 3.2vw, 46px);
}
.catalog-layout {
  grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}
.filters { position: sticky; top: 106px; border-radius: var(--panel-radius); background: #fffdfa; box-shadow: 0 16px 38px rgba(35,29,23,.06); }
.filters h3 {
  font-size: 17px;
}
.catalog-topbar {
  min-height: 38px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(222,216,208,.72);
}
.catalog-results {
  min-width: 0;
}
.catalog-section .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 18px);
}
.catalog-layout.catalog-layout--showcase {
  display: block;
  width: min(1180px, 100%);
  max-width: 1180px;
}
.catalog-results--showcase {
  min-width: 0;
}
.catalog-section .catalog-product-grid--showcase {
  --catalog-showcase-gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--catalog-showcase-gap);
}
.catalog-section .catalog-product-grid--showcase > .product-card {
  flex: 0 0 calc(33.333% - 16px);
  max-width: 360px;
}
@media (max-width: 1199px) {
  .catalog-section .catalog-product-grid--showcase {
    --catalog-showcase-gap: 20px;
  }
  .catalog-section .catalog-product-grid--showcase > .product-card {
    flex-basis: calc(50% - 10px);
    max-width: 360px;
  }
}
@media (max-width: 640px) {
  .catalog-section .catalog-product-grid--showcase {
    --catalog-showcase-gap: 18px;
  }
  .catalog-section .catalog-product-grid--showcase > .product-card {
    flex-basis: 100%;
    max-width: 380px;
  }
}
.catalog-section .product-card {
  color: var(--ink);
  text-decoration: none;
}
.catalog-section .product-card .card-image-link {
  min-height: clamp(300px, 24vw, 430px);
  background: #fff;
}
.catalog-section .product-card .card-image-link img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: clamp(14px, 1.8vw, 28px);
}
.catalog-section .product-card-body {
  gap: 7px;
  padding: 18px 20px 22px;
}
.catalog-section .product-card h3 {
  font-size: clamp(18px, 1.35vw, 22px);
}
.catalog-section .product-card p {
  display: none;
}
.catalog-section .product-card .card-actions {
  display: flex;
  margin-top: 4px;
}
.catalog-section .product-card .card-actions .btn:not(.ghost) {
  display: none;
}
.catalog-section .product-card .card-actions .btn.ghost {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bronze-dark);
  box-shadow: none;
  justify-content: flex-start;
}
.catalog-section .product-card .card-actions .btn.ghost:hover {
  transform: none;
  color: var(--ink);
}
.catalog-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
}
.catalog-product-card .product-card-body,
.catalog-product-card .product-meta {
  display: block;
}
@media (min-width: 1740px) {
  .catalog-section .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.gallery-main { border-radius: var(--panel-radius); background: #fff; box-shadow: none; }
.gallery-main img { aspect-ratio: 16 / 11; padding: clamp(14px, 2.5vw, 30px); background: #fff; border-radius: var(--panel-radius); }
.gallery-thumbs button { border-radius: var(--radius); background: #fff; }
.gallery-thumbs img { background: #fff; }
.product-aside { padding: clamp(24px, 3.1vw, 38px); border: 1px solid rgba(222,216,208,.9); border-radius: var(--panel-radius); background: #fff; box-shadow: none; }
.product-aside h1 { margin: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.02; letter-spacing: 0; text-wrap: balance; }
.product-aside > p { margin: 0; max-width: 38ch; color: #6f6963; font-size: 17px; line-height: 1.6; }
.product-buy-panel .badge { border-color: rgba(156,118,80,.32); background: rgba(156,118,80,.08); color: var(--bronze-dark); font-weight: 700; letter-spacing: .02em; }
.product-buy-panel .disclaimer { margin: -2px 0 2px; max-width: 44ch; color: #716b65; font-size: 14px; line-height: 1.65; }
.price-line { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 2.4vw, 34px); font-weight: 600; line-height: 1.1; }
.option-chip { border-radius: var(--radius); background: #fff; }
.swatch { border-radius: var(--radius); }
.product-commerce-detail {
  width: min(1600px, 100%);
  max-width: 1600px;
  grid-template-columns: minmax(0, 1.45fr) minmax(380px, .62fr);
  gap: clamp(30px, 3.2vw, 54px);
}
.product-commerce-detail > *,
.product-commerce-gallery,
.product-media-feature > *,
.product-buy-panel,
.product-actions,
.product-actions .btn {
  min-width: 0;
  max-width: 100%;
}
.product-commerce-gallery img,
.product-commerce-gallery video { max-width: 100%; }
.product-buy-panel h1,
.product-buy-panel p,
.product-actions .btn { overflow-wrap: anywhere; }
.product-commerce-gallery {
  width: 100%;
  max-width: none;
  overflow: visible;
}
.product-media-feature {
  display: grid;
  gap: 4px;
  max-width: 100%;
}
.product-media-feature--with-video,
.product-media-feature--with-supporting-image {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
.product-commerce-gallery .gallery-main {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: min(72vh, 760px);
  aspect-ratio: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.product-media-feature--with-video .gallery-main,
.product-media-feature--with-supporting-image .gallery-main {
  min-height: min(72vh, 760px);
  aspect-ratio: auto;
}
.product-commerce-gallery .gallery-main img {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  object-fit: contain;
}
.product-media-feature--with-video .gallery-main img {
  object-fit: cover;
}
.product-commerce-gallery .gallery-thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.product-commerce-gallery .gallery-thumbs button {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}
.product-commerce-gallery .gallery-thumbs img {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  border-radius: 0;
  object-fit: contain;
}
.product-video-card {
  min-width: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
}
.product-supporting-image {
  display: block;
  width: 100%;
  padding: 0;
  cursor: zoom-in;
}
.product-supporting-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(72vh, 760px);
  object-fit: contain;
  background: #fff;
}
.product-video-card video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(72vh, 760px);
  aspect-ratio: auto;
  object-fit: cover;
  background: #fff;
}
.product-buy-panel { gap: 18px; align-self: start; }
.product-status-row { display: flex; justify-content: space-between; gap: 12px; }
.product-option-block { display: grid; gap: 12px; padding-top: 6px; }
.product-option-header { display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
.product-size-options { display: grid; gap: 10px; }
.product-size-card { position: relative; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 14px; width: 100%; min-height: 58px; border: 1px solid rgba(222,216,208,.95); background: rgba(255,255,255,.94); padding: 14px 46px 14px 15px; text-align: left; color: var(--ink); cursor: pointer; transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease), background .22s var(--ease), color .22s var(--ease); }
.product-size-card span { font-size: 14px; font-weight: 600; line-height: 1.25; }
.product-size-card strong { color: #746d66; font-size: 13px; font-weight: 600; text-align: right; }
.product-size-card em { flex: 0 0 100%; color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.35; }
.product-size-card::after { content: ""; position: absolute; right: 14px; top: 50%; width: 18px; height: 18px; border: 1px solid rgba(156,118,80,.28); border-radius: 50%; background: #fff; transform: translateY(-50%); transition: background .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease); }
.product-size-card:hover { border-color: rgba(156,118,80,.48); background: #fff; color: var(--ink); box-shadow: none; }
.product-size-card.active { border-color: rgba(117,84,56,.86); background: rgba(156,118,80,.08); color: var(--ink); box-shadow: none; }
.product-size-card.active::after { content: "✓"; display: grid; place-items: center; border-color: rgba(117,84,56,.86); background: var(--bronze-dark); color: #fff; font-size: 12px; font-weight: 700; box-shadow: 0 6px 14px rgba(117,84,56,.22); }
.product-size-card.active strong { color: var(--bronze-dark); }
.product-size-card:focus-visible { outline: 0; border-color: var(--bronze); box-shadow: 0 0 0 4px rgba(156,118,80,.14), 0 14px 30px rgba(35,29,23,.08); }
.product-swatch-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.product-swatch-choice { position: relative; display: flex; align-items: center; gap: 11px; min-height: 54px; border: 1px solid rgba(222,216,208,.95); border-radius: var(--radius); background: #fff; padding: 11px 38px 11px 11px; color: var(--ink); text-align: left; cursor: pointer; transition: border-color .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease), color .22s var(--ease); }
.product-swatch-choice::after { content: ""; position: absolute; right: 12px; top: 50%; width: 16px; height: 16px; border: 1px solid rgba(156,118,80,.26); border-radius: 50%; background: #fff; transform: translateY(-50%); transition: background .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease); }
.product-swatch-choice:hover { border-color: rgba(156,118,80,.48); background: #fff; color: var(--ink); box-shadow: none; }
.product-swatch-choice.active { border-color: rgba(117,84,56,.86); background: rgba(156,118,80,.08); color: var(--ink); box-shadow: none; }
.product-swatch-choice.active::after { content: "✓"; display: grid; place-items: center; border-color: rgba(117,84,56,.86); background: var(--bronze-dark); color: #fff; font-size: 11px; font-weight: 700; box-shadow: 0 6px 14px rgba(117,84,56,.22); }
.product-swatch-choice:focus-visible { outline: 0; border-color: var(--bronze); box-shadow: 0 0 0 4px rgba(156,118,80,.14), 0 14px 30px rgba(35,29,23,.08); }
.swatch-dot { flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid rgba(0,0,0,.18); border-radius: var(--radius); box-shadow: inset 0 0 0 2px rgba(255,255,255,.52); }
.product-swatch-choice.active .swatch-dot { border-color: rgba(117,84,56,.6); box-shadow: inset 0 0 0 2px rgba(255,255,255,.58), 0 0 0 3px rgba(156,118,80,.14); }
.product-swatch-choice span:last-child { min-width: 0; color: #5f5953; font-size: 13px; font-weight: 600; line-height: 1.25; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.product-actions .btn { width: 100%; min-height: 56px; padding-left: 16px; padding-right: 16px; border-radius: var(--button-radius); }
.product-actions .btn.bronze { background: #332d28; border-color: #332d28; box-shadow: none; }
.product-actions .btn.bronze:hover, .product-actions .btn.bronze:focus-visible { background: #201d1a; border-color: #201d1a; box-shadow: var(--focus-ring); }
.product-actions .btn.ghost { border-color: #d8d1c8; background: #fff; color: #5d554f; box-shadow: none; }
.product-actions .btn.ghost:hover, .product-actions .btn.ghost:focus-visible { border-color: #9c7650; background: #f8f6f3; color: #332d28; box-shadow: var(--focus-ring); }
.product-service-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(222,216,208,.82); border-radius: var(--radius); background: rgba(222,216,208,.82); box-shadow: none; }
.product-service-strip div { display: grid; align-content: start; gap: 5px; min-height: 76px; padding: 15px 13px; background: rgba(255,255,255,.96); }
.product-service-strip span { color: var(--bronze-dark); font-size: 10px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.product-service-strip strong { color: #5e5750; font-size: 12px; font-weight: 600; line-height: 1.35; }
.product-accordions { display: grid; margin-top: 2px; border-top: 1px solid rgba(222,216,208,.82); }
.product-accordion { border-bottom: 1px solid rgba(222,216,208,.82); }
.product-accordion summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 0; color: var(--ink); font-size: 15px; font-weight: 600; cursor: pointer; transition: color .2s var(--ease), padding-left .2s var(--ease); }
.product-accordion summary::-webkit-details-marker { display: none; }
.product-accordion summary:hover { color: var(--bronze-dark); padding-left: 4px; }
.product-accordion summary:focus-visible { outline: 0; color: var(--bronze-dark); box-shadow: inset 4px 0 0 rgba(156,118,80,.34); padding-left: 10px; }
.product-accordion summary::after { content: "+"; display: grid; place-items: center; flex: 0 0 auto; width: 28px; height: 28px; border: 1px solid rgba(156,118,80,.18); border-radius: 50%; background: #fff; color: var(--bronze-dark); font-family: Arial, sans-serif; font-size: 17px; line-height: 1; transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.product-accordion[open] summary::after { content: "−"; }
.product-accordion[open] summary { color: var(--bronze-dark); }
.product-accordion[open] summary::after { border-color: rgba(156,118,80,.42); background: rgba(156,118,80,.10); transform: rotate(180deg); }
.product-accordion > div { display: grid; gap: 12px; padding: 0 0 18px; color: #6e6862; font-size: 14px; line-height: 1.65; }
.product-accordion[open] > div { animation: accordionReveal .2s var(--ease-out); }
@keyframes accordionReveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.product-data-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.product-data-list li { display: flex; justify-content: space-between; gap: 14px; padding: 11px 13px; border-bottom: 1px solid var(--line); }
.product-data-list li:last-child { border-bottom: 0; }
.product-data-list span { color: var(--ink); }
.product-data-list strong { color: var(--bronze-dark); font-weight: 500; text-align: right; }
.feature-list.compact { margin: 0; padding-left: 18px; }
.product-mini-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.product-mini-swatches span { width: 34px; height: 34px; border: 1px solid rgba(0,0,0,.12); border-radius: 9px; }
body.dimensions-drawer-open { overflow: hidden; }
.dimensions-trigger {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(222,216,208,.95);
  border-radius: var(--radius);
  background: #fff;
  padding: 13px 16px;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease), background .22s var(--ease);
}
.dimensions-trigger::after { content: "→"; color: var(--bronze-dark); font-size: 18px; line-height: 1; }
.dimensions-trigger:hover, .dimensions-trigger:focus-visible {
  border-color: rgba(156,118,80,.48);
  background: #fff;
  box-shadow: var(--focus-ring);
  outline: 0;
}
.dimensions-drawer-shell { position: fixed; inset: 0; z-index: 120; pointer-events: none; }
.dimensions-drawer-shell.open { pointer-events: auto; }
.dimensions-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(18,16,14,0);
  cursor: pointer;
  transition: background .28s var(--ease-out);
}
.dimensions-drawer-shell.open .dimensions-backdrop { background: rgba(18,16,14,.52); }
.dimensions-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(640px, 42vw);
  height: 100%;
  background: #fff;
  box-shadow: -28px 0 70px rgba(20,16,12,.18);
  transform: translateX(102%);
  transition: transform .3s var(--ease-out);
  overflow: hidden;
}
.dimensions-drawer-shell.open .dimensions-drawer { transform: translateX(0); }
.dimensions-close {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(156,118,80,.18);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.dimensions-close:hover, .dimensions-close:focus-visible { border-color: rgba(156,118,80,.42); background: #f8f3ee; transform: rotate(90deg); outline: 0; }
.dimensions-drawer-content {
  height: 100%;
  overflow-y: auto;
  padding: clamp(32px, 5vw, 58px);
  display: grid;
  align-content: start;
  gap: 20px;
}
.dimensions-drawer h2 { margin: 0; padding-right: 46px; font-size: clamp(32px, 3vw, 46px); line-height: 1.05; }
.dimensions-description, .dimensions-note { margin: 0; color: #6e6862; font-size: 15px; line-height: 1.65; }
.dimensions-note { border-left: 3px solid rgba(156,118,80,.34); padding-left: 14px; }
.dimensions-media-list { display: grid; gap: 14px; }
.dimensions-media { margin: 0; display: grid; gap: 8px; }
.dimensions-media img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(222,216,208,.72);
  border-radius: 16px;
  background: #fff;
}
.dimensions-media figcaption { color: var(--muted); font-size: 13px; line-height: 1.45; }
.dimensions-fields { display: grid; gap: 0; margin: 0; border-top: 1px solid rgba(222,216,208,.78); }
.dimensions-fields div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid rgba(222,216,208,.78); }
.dimensions-fields dt { color: #6e6862; font-size: 14px; }
.dimensions-fields dd { margin: 0; color: var(--ink); font-size: 16px; font-weight: 650; text-align: right; }
.admin-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr); gap: 28px; }
.admin-panel { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 20px; }
.admin-panel h3 { margin: 0 0 16px; }
.admin-products, .admin-leads { display: grid; gap: 10px; }
.admin-row { border: 1px solid var(--line); padding: 12px; display: grid; gap: 6px; }
.footer { background: radial-gradient(circle at 20% 0%, rgba(156,118,80,.22), transparent 30%), #151412; color: #fff; padding: 62px clamp(18px,4vw,54px) 34px; }
.footer-shell { width: min(var(--max), 100%); margin: 0 auto; }
.footer-main { display: grid; grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(0, .72fr)); gap: clamp(26px, 4vw, 54px); align-items: start; }
.footer-brand { color: #fff; }
.footer-brand .brand-mark { background: rgba(255,255,255,.96); border-radius: 8px; }
.footer-brand-block p { color: rgba(255,255,255,.68); max-width: 440px; margin: 22px 0 0; }
.footer-cta { margin-top: 24px; }
.footer-column strong { display: block; margin-bottom: 14px; color: rgba(255,255,255,.92); font-size: 13px; text-transform: uppercase; font-weight: 600; }
.footer a { color: rgba(255,255,255,.72); display: block; margin-top: 9px; font-size: 14px; transition: color .22s var(--ease), transform .22s var(--ease); }
.footer a:hover { color: #fff; transform: translateX(3px); }
.footer-contact a { overflow-wrap: anywhere; }
.footer-langs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.footer-langs a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-width: 52px; min-height: 34px; margin: 0; padding: 0 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: rgba(255,255,255,.72); }
.footer-langs .flag-icon { width: 20px; height: 15px; }
.footer-langs a[aria-current="page"], .footer-langs a:hover { border-color: rgba(208,177,144,.5); background: rgba(255,255,255,.06); color: #fff; transform: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 13px; }
.mobile-dock { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; grid-template-columns: repeat(3, 1fr); background: #fff; border-top: 1px solid var(--line); }
.mobile-dock a, .mobile-dock button { min-height: 56px; border: 0; border-right: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 13px; }
.mobile-dock a:last-child, .mobile-dock button:last-child { border-right: 0; background: var(--ink); color: #fff; }
.section, .hero, .page-hero, .footer { opacity: 0; transform: translateY(22px); transition: opacity .62s var(--ease), transform .62s var(--ease); }
.section.is-visible, .hero.is-visible, .page-hero.is-visible, .footer.is-visible { opacity: 1; transform: none; }
.horeca-showcase img, .horeca-hero img { object-position: center center; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; scroll-behavior: auto !important; }
  .section, .hero, .page-hero, .footer, .hero-content > *, .section .category-card, .section .product-card, .section .project-card, .section .content-cell, .section .material-grid > div, .section .lead-form > *, .process-step { opacity: 1; transform: none; filter: none; }
}
@media (max-width: 1240px) {
  .header-phone { display: none; }
  .catalog-section .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .catalog-category-nav {
    grid-template-columns: repeat(8, minmax(128px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }
  .catalog-category-nav .catalog-mini-card {
    scroll-snap-align: start;
  }
}
@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto 1fr; gap: 12px; }
  .menu-toggle { display: inline-flex; order: 2; }
  .brand { order: 1; }
  .header-actions { order: 3; }
  .main-nav { position: fixed; inset: 76px 0 auto 0; display: none; height: auto; background: #fff; border-bottom: 1px solid var(--line); padding: 10px 18px 22px; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; max-height: calc(100svh - 76px); overflow: auto; }
  .site-header.menu-open .main-nav { display: flex; }
  .nav-link, .nav-trigger { padding: 13px 0; text-align: left; }
  .dropdown-panel { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; box-shadow: none; grid-template-columns: repeat(2, 1fr); }
  .header-phone, .header-actions .btn { display: none; }
}
@media (max-width: 900px) {
  .category-grid, .product-grid, .project-grid, .content-grid, .project-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .form-band, .catalog-layout, .product-detail, .project-detail-layout, .cutaway-layout, .contact-grid, .admin-layout, .page-hero .inner { grid-template-columns: 1fr; }
  .catalog-mini-strip:not(.catalog-category-nav) { display: none; }
  .catalog-category-nav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(132px, 32vw);
    grid-template-columns: none;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
    overflow-x: auto;
  }
  .catalog-layout {
    gap: 18px;
  }
  .catalog-section .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-commerce-detail {
    width: min(100%, var(--max));
    max-width: var(--max);
    grid-template-columns: minmax(0, 1fr);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    gap: 24px;
  }
  .product-commerce-gallery {
    overflow: hidden;
  }
  .product-commerce-gallery .gallery-main,
  .product-media-feature--with-video .gallery-main,
  .product-media-feature--with-supporting-image .gallery-main {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .product-commerce-gallery .gallery-thumbs {
    gap: 10px;
    margin-top: 10px;
  }
  .product-media-feature--with-video,
  .product-media-feature--with-supporting-image {
    grid-template-columns: 1fr;
  }
  .product-supporting-image img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .product-video-card video {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .filters, .product-aside { position: static; }
  .dimensions-drawer { width: min(80vw, 620px); }
  .bed-gallery .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .cutaway-layout { align-items: start; }
  .process { grid-template-columns: 1fr; gap: 16px; }
  .process::before { left: 31px; right: auto; top: 30px; bottom: 30px; width: 1px; height: auto; background: linear-gradient(180deg, rgba(156,118,80,.18), rgba(156,118,80,.52), rgba(156,118,80,.18)); }
  .process-step { grid-template-columns: 62px minmax(0, 1fr); align-items: start; }
  .process-step div { min-height: auto; }
  .material-grid, .info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .map-card { height: 360px; }
  .storefront-hero { min-height: 82svh; background-size: cover, min(720px, 92vw) auto; background-position: center, right -8vw center; }
  .storefront-hero .hero-content { margin-left: auto; margin-right: auto; }
  .storefront-hero.hero-managed {
    min-height: max(var(--hero-min-height), var(--hero-height));
    background-image: none !important;
  }
  .storefront-hero.hero-managed .hero-content { margin: 0; }
  .storefront-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .storefront-featured .product-grid > .product-card { flex-basis: calc(50% - 12px); max-width: 520px; }
  .benefit-stack article { grid-template-columns: 44px minmax(0, 1fr); }
}
@media (max-width: 640px) {
  body { padding-bottom: 0; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 66px; padding: 0 10px; gap: 8px; }
  .brand, .brand > span, .header-actions { min-width: 0; }
  .brand { overflow: hidden; }
  .brand > span { overflow: hidden; }
  .brand-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-name { font-size: 18px; }
  .brand-locale { display: none; }
  .main-nav { inset: 66px 0 auto 0; }
  .lang-switch { height: 40px; }
  .lang-current { min-width: 46px; height: 38px; padding: 0 9px; }
  .lang-menu { right: -6px; width: min(284px, calc(100vw - 20px)); }
  .lang-option { min-height: 42px; font-size: 13px; }
  .icon-link { display: none; }
  .whatsapp-link { width: 32px; height: 32px; }
  .whatsapp-link svg { width: 30px; height: 30px; }
  .header-actions { gap: 6px; }
  .hero { min-height: 72svh; }
  .hero-content { padding: 92px 0 50px; }
  .storefront-hero { min-height: 88svh; background-size: cover, 132vw auto; background-position: center, center 86px; }
  .storefront-hero::after { background: linear-gradient(180deg, rgba(18,16,14,.08), rgba(18,16,14,.58) 48%, rgba(18,16,14,.68)); }
  .storefront-hero .hero-content { width: min(100% - 28px, var(--max)); padding-top: 260px; padding-bottom: 42px; }
  .storefront-hero.hero-managed {
    min-height: max(var(--hero-min-height), var(--hero-height));
    padding-left: 14px;
    padding-right: 14px;
    background-image: none !important;
  }
  .storefront-hero.hero-managed::after { display: none; }
  .storefront-hero.hero-managed .hero-content {
    width: min(100%, var(--hero-text-max));
    padding: var(--hero-pad-top) var(--hero-pad-right) var(--hero-pad-bottom) var(--hero-pad-left);
  }
  .storefront-hero.hero-simple .hero-content {
    width: min(100% - 28px, var(--max));
    margin-left: auto;
    margin-right: auto;
    padding: 112px 0 44px;
    text-shadow: 0 8px 22px rgba(0,0,0,.34);
  }
  .storefront-hero.hero-simple .hero-media img,
  .storefront-hero.hero-simple .hero-media video { filter: brightness(1.08) contrast(.98); }
  .storefront-hero.hero-simple .hero-overlay { opacity: calc(var(--hero-overlay-opacity) * .65); }
  .storefront-hero.hero-simple .hero-content > * { opacity: 1; transform: none; filter: none; transition: opacity .22s var(--ease), transform .22s var(--ease); }
  .storefront-hero.hero-simple h1 { font-size: clamp(40px, 11.5vw, 52px); line-height: 1.04; }
  .hero-video-mobile-off video { display: none; }
  .hero-video-mobile-off .hero-video-fallback { display: block; }
  .hero-note { font-size: 12px; }
  .hero-meta { gap: 8px; margin-top: 20px; }
  .hero-meta span { min-height: 32px; font-size: 12px; }
  .hero-actions, .card-actions { flex-direction: column; display: grid; grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; }
  .category-grid, .product-grid, .project-grid, .content-grid, .project-story-grid, .process, .material-grid, .info-grid, .footer-main { grid-template-columns: 1fr; }
  .storefront-category-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(136px, 42vw);
    grid-template-columns: none;
    gap: 12px;
    margin-left: -14px;
    margin-right: -14px;
    padding: 0 14px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .storefront-category-grid .storefront-category-card { scroll-snap-align: start; }
  .storefront-featured .product-grid > .product-card { flex-basis: 100%; min-width: 0; max-width: 430px; }
  .category-card-title { min-height: 0; padding: 0 4px; font-size: 14px; }
  .project-filters { flex-wrap: nowrap; margin-left: -18px; margin-right: -18px; padding: 0 18px 6px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .project-filters button { flex: 0 0 auto; scroll-snap-align: start; }
  .process::before { display: none; }
  .process-step { grid-template-columns: 1fr; gap: 12px; }
  .process-step span { width: 52px; height: 52px; font-size: 19px; }
  .lead-form { grid-template-columns: 1fr; padding: 18px; }
  .size-inputs { grid-template-columns: minmax(0, 1fr) auto; }
  .size-inputs label { grid-column: 1 / -1; }
  .size-separator { display: none; }
  .size-unit { grid-column: 1 / -1; grid-row: auto; justify-content: flex-start; min-height: auto; }
  .size-preview { width: 100%; justify-content: center; border-radius: 12px; }
  .horeca-note { align-items: stretch; flex-direction: column; padding: 18px; }
  .contact-panel { padding: 20px; }
  .contact-list a, .contact-list span { display: grid; gap: 6px; }
  .contact-list strong { max-width: none; text-align: left; }
  .contact-actions { display: grid; grid-template-columns: 1fr; }
  .map-card { height: 320px; }
  .catalog-topbar { align-items: stretch; flex-direction: column; }
  .page-hero { padding-top: 38px; }
  .storefront-catalog-hero {
    padding-top: 24px;
    padding-bottom: 18px;
  }
  .storefront-catalog-hero h1 {
    font-size: clamp(30px, 9vw, 42px);
  }
  .storefront-catalog-hero p {
    font-size: 14px;
  }
  .catalog-category-nav {
    grid-auto-columns: minmax(126px, 45vw);
  }
  .catalog-category-nav .catalog-mini-card > span:last-child {
    min-height: 34px;
    font-size: 13px;
  }
  .catalog-section .product-grid {
    grid-template-columns: 1fr;
  }
  .filters {
    padding: 18px;
  }
  .product-card .card-image-link, .stock-card .card-image-link { min-height: 224px; }
  .storefront-category-card .category-card-media { min-height: 0; }
  .gallery-main img { aspect-ratio: 4 / 3; padding: 12px; }
  .product-aside { padding: 20px; }
  .dimensions-drawer { width: 100vw; max-width: none; }
  .dimensions-drawer-content { padding: 28px 18px 36px; }
  .dimensions-media img { max-height: 58svh; border-radius: 12px; }
  .dimensions-fields div { grid-template-columns: 1fr; gap: 5px; }
  .dimensions-fields dd { text-align: left; }
  .dimensions-close { top: 12px; right: 12px; }
  .product-commerce-detail { gap: 22px; }
  .product-swatch-options, .product-actions, .product-service-strip { grid-template-columns: 1fr; }
  .product-size-card { align-items: flex-start; flex-direction: column; gap: 6px; }
  .product-size-card strong { text-align: left; }
  .product-service-strip div { padding: 12px 14px; }
  .gallery-thumbs { grid-template-columns: repeat(2, 1fr); }
  .project-gallery-main img { aspect-ratio: 4 / 3; }
  .project-gallery-thumbs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x mandatory; }
  .project-gallery-thumbs button { flex: 0 0 42%; scroll-snap-align: start; }
  .bed-product-aside h1 { font-size: 38px; }
  .bed-gallery-main img, .cutaway-view img { aspect-ratio: 4 / 3; }
  .bed-gallery .gallery-thumbs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x mandatory; }
  .bed-gallery .gallery-thumbs button { flex: 0 0 42%; scroll-snap-align: start; }
  .cutaway-point { width: 34px; height: 34px; }
  .cutaway-point span { font-size: 12px; }
  .cutaway-note { grid-template-columns: 36px minmax(0, 1fr); padding: 12px; }
  .cutaway-note span { width: 32px; height: 32px; }
  .bed-final-cta .hero-actions { justify-content: stretch; }
  .image-lightbox { padding: 14px; }
  .image-lightbox img { max-height: 82svh; border-radius: 12px; }
  .footer { padding-bottom: 28px; }
  .footer-bottom { flex-direction: column; margin-top: 32px; }
  .footer-cta { width: 100%; }
  .mobile-dock { display: none; }
}
/* Company: an editorial production page with real process and workshop context. */
.company-page {
  background: #fff;
}

.company-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(390px, .72fr);
  min-height: clamp(570px, calc(100svh - 82px), 760px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.company-hero figure,
.company-story figure {
  margin: 0;
  overflow: hidden;
}

.company-hero-media img,
.company-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-hero-copy {
  align-self: center;
  max-width: 650px;
  padding: clamp(56px, 6vw, 112px) clamp(36px, 5vw, 96px);
}

.company-hero-copy h1 {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: clamp(44px, 3.8vw, 64px);
  line-height: 1.01;
}

.company-hero-copy > p:last-child,
.company-story-copy > p:last-child,
.company-cta p {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.68;
}

.company-story {
  display: grid;
  grid-template-columns: minmax(380px, .72fr) minmax(0, 1.28fr);
  min-height: 620px;
  border-bottom: 1px solid var(--line);
  background: #f5f5f3;
}

.company-story-copy {
  align-self: center;
  max-width: 650px;
  padding: clamp(64px, 8vw, 132px) clamp(36px, 6vw, 116px);
}

.company-story-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.05;
}

.company-process-section {
  background: #fff;
}

.company-process-section .section-head,
.company-quality-section .section-head {
  max-width: 860px;
}

.company-process-section .process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
}

.company-process-section .process-step div {
  min-height: 194px;
  border-radius: 0;
  background: #fff;
}

.company-process-section .process-step span {
  border-radius: 0;
  box-shadow: none;
}

.company-quality-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f7f7f5;
}

.company-quality-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.company-quality-grid article {
  padding: 26px clamp(18px, 2.2vw, 34px) 30px 0;
  border-right: 1px solid var(--line);
}

.company-quality-grid article:not(:first-child) {
  padding-left: clamp(18px, 2.2vw, 34px);
}

.company-quality-grid article:last-child {
  border-right: 0;
}

.company-quality-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--bronze-dark);
  font-family: Georgia, serif;
}

.company-quality-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.company-quality-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.company-cta {
  background: #242220;
  color: #fff;
}

.company-cta .inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 42px;
}

.company-cta h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(38px, 4vw, 62px);
}

.company-cta p {
  color: rgba(255,255,255,.72);
}

.company-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.company-cta .btn {
  border-color: rgba(255,255,255,.68);
}

.company-cta .btn.ghost {
  color: #fff;
  background: transparent;
}

@media (max-width: 1100px) {
  .company-process-section .process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .company-hero,
  .company-story {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .company-hero-copy {
    order: -1;
    max-width: none;
    padding: 50px clamp(20px, 6vw, 42px);
  }

  .company-hero-copy h1 {
    font-size: clamp(42px, 10vw, 62px);
  }

  .company-hero-media {
    min-height: clamp(320px, 64vw, 540px);
  }

  .company-story-copy {
    max-width: none;
    padding: 56px clamp(20px, 6vw, 42px);
  }

  .company-story-media {
    min-height: clamp(320px, 64vw, 520px);
  }

  .company-quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-quality-grid article:nth-child(2) {
    border-right: 0;
  }

  .company-quality-grid article:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .company-cta .inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .company-process-section .process,
  .company-quality-grid {
    grid-template-columns: 1fr;
  }

  .company-quality-grid article,
  .company-quality-grid article:not(:first-child) {
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .company-quality-grid article:first-child {
    border-top: 0;
  }

  .company-quality-grid span {
    margin-bottom: 18px;
  }

  .company-cta-actions,
  .company-cta .btn {
    width: 100%;
  }
}
