:root {
  --ink: #171513;
  --muted: #6a635c;
  --line: #e5ddd4;
  --soft: #fbfaf8;
  --warm: #f3eee8;
  --accent: #9a7651;
  --green: #16a765;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #c49a6c; outline-offset: 3px; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.12; }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 3.5vw, 2.55rem); }
p { margin: 0 0 18px; }
.site-container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -80px; padding: 10px 16px; background: #fff; color: #111; box-shadow: 0 4px 20px rgba(0,0,0,.2); }
.skip-link:focus { top: 12px; }

.topbar { color: #fff; background: #151515; font-size: 12px; letter-spacing: .15px; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar a { display: inline-block; margin-right: 24px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(0,0,0,.08); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 7px 24px rgba(0,0,0,.08); }
.site-header__inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.site-brand { flex: 0 0 180px; }
.site-brand img, .site-brand .custom-logo { width: 176px; max-height: 56px; object-fit: contain; }
.primary-nav { flex: 1; }
.primary-menu { display: flex; align-items: stretch; justify-content: center; gap: 23px; padding: 0; margin: 0; list-style: none; }
.primary-menu > li { position: relative; }
.primary-menu > li > a { display: flex; align-items: center; min-height: 76px; border-bottom: 2px solid transparent; font-size: 13px; font-weight: 700; }
.primary-menu > li > a:hover, .primary-menu > li.current-menu-item > a { border-color: #111; }
.sub-menu { position: absolute; top: 100%; left: -15px; width: max-content; min-width: 225px; padding: 9px 0; margin: 0; list-style: none; background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 12px 30px rgba(0,0,0,.1); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.sub-menu a { display: block; padding: 9px 16px; color: #34302c; font-size: 13px; font-weight: 600; }
.sub-menu a:hover { color: var(--accent); background: #f8f4ef; }
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #111; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0 25px; border: 1px solid #171513; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--dark { color: #fff; background: #171513; }
.button--dark:hover { background: #332e2a; }
.button--outline { color: #171513; background: rgba(255,255,255,.22); }
.button--outline:hover { color: #fff; background: #171513; }
.header-quote { flex: 0 0 auto; min-height: 43px; padding-inline: 22px; }
.button-row { display: flex; gap: 13px; margin: 0 0 38px; }
.eyebrow, .section-heading > p { margin: 0 0 12px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }

.hero { position: relative; min-height: 595px; overflow: hidden; background: #e9dfd2; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,239,232,.76) 0%, rgba(245,239,232,.4) 38%, rgba(245,239,232,.04) 68%, rgba(245,239,232,.01) 100%); }
.hero__content { position: relative; z-index: 1; padding-top: 80px; padding-bottom: 60px; }
.hero h1 { max-width: 600px; margin: 0 0 20px; font-size: clamp(2.7rem, 5.6vw, 4rem); letter-spacing: -1px; }
.hero__lead { max-width: 440px; margin-bottom: 28px; color: #37322e; font-size: 18px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px 34px; }
.trust-item { display: flex; align-items: flex-start; gap: 11px; min-width: 175px; }
.trust-item > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(0,0,0,.28); border-radius: 50%; background: rgba(255,255,255,.35); font-weight: 900; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: 13px; }
.trust-item small { max-width: 150px; color: #6b6258; font-size: 11px; line-height: 1.4; }

.section { padding: 76px 0; }
.section--soft { background: var(--soft); }
.section--warm { background: var(--warm); }
.section-heading { margin: 0 auto 38px; text-align: center; }
.section-heading h2 { margin-bottom: 13px; }
.section-heading > span { display: block; width: 54px; height: 2px; margin: 0 auto; background: #111; }
.category-swiper, .product-swiper, .catalog-swiper { width: 100%; min-width: 0; overflow: visible; }
.category-grid.swiper-wrapper { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 14px; }
.mobile-swiper__button, .mobile-swiper__pagination { display: none; }
.category-card { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s; }
.category-card:hover { transform: translateY(-5px); box-shadow: 0 16px 35px rgba(0,0,0,.09); }
.category-card img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.category-card > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 14px; }
.category-card strong { font-size: 13px; line-height: 1.4; }
.category-card span { color: var(--accent); font-size: 18px; }

.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr); align-items: center; gap: 46px; }
.about-grid__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.about-grid__copy h2 { max-width: 560px; font-size: 34px; line-height: 1.16; }
.about-grid__copy > p:not(.eyebrow), .feature-grid > div > p, .cert-grid > div > p { color: var(--muted); }
.advantage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.advantage { min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 26px 18px; border: 1px solid var(--line); background: #fff; text-align: center; }
.advantage__icon { width: 70px; height: 70px; display: grid; place-items: center; flex: 0 0 auto; border: 2px solid #e7d7c7; border-radius: 50%; color: #c0a07d; background: #faf6f1; }
.advantage__icon img { width: 32px; height: 32px; display: block; }
.advantage h3 { max-width: 200px; margin: 14px 0 0; font-family: var(--sans); font-size: 16px; font-weight: 500; line-height: 1.35; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s; }
.product-card img { width: 100%; height: 230px; object-fit: cover; transition: transform .35s; }
.product-card:hover, .product-card:focus-within { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(0,0,0,.09); }
.product-card:hover img { transform: scale(1.025); }
.product-card__body { padding: 17px; }
.product-card h3 { margin: 0 0 6px; font-size: 16px; line-height: 1.35; }
.product-card p { min-height: 42px; margin-bottom: 13px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.tag { display: inline-block; padding: 5px 9px; color: #755a42; background: #faf7f2; border: 1px solid #ddd4cb; font-size: 11px; }

.feature-grid, .factory-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 48px; }
.feature-grid > img { width: 100%; height: 410px; object-fit: cover; }
.mini-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.mini-gallery img { width: 100%; height: 145px; object-fit: cover; }
.factory-grid > img { width: 100%; height: 375px; object-fit: cover; }
.check-list { padding: 0; margin: 0 0 25px; list-style: none; color: #5b554f; }
.check-list li { margin: 9px 0; }
.check-list li::before { content: "✓"; margin-right: 10px; color: #111; font-weight: 900; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.project-card { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s; }
.project-card:hover, .project-card:focus-within { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(0,0,0,.09); }
.project-card img { width: 100%; height: 225px; object-fit: cover; }
.project-card > div, .project-card > a > div { padding: 17px 18px 19px; }
.project-card h3 { margin: 0 0 5px; font-size: 16px; }
.project-card p { margin: 0; color: var(--muted); font-size: 12px; }
.certs { padding-block: 55px; }
.cert-grid { display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); align-items: center; gap: 19px; }
.cert-grid h2 { font-size: 30px; }
.cert-grid figure { margin: 0; text-align: center; }
.cert-grid figure img { width: 100%; height: 118px; padding: 8px; object-fit: contain; border: 1px solid var(--line); }
.cert-grid figcaption { margin-top: 9px; font-size: 12px; font-weight: 700; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; max-width: 960px; margin: auto; }
.faq details { padding: 0 20px; border: 1px solid var(--line); background: #fff; }
.faq summary { padding: 18px 0; cursor: pointer; font-weight: 700; }
.faq details p { padding: 0 0 18px; margin: 0; color: var(--muted); font-size: 14px; }

.inquiry { background: linear-gradient(135deg, #f4efe8, #fff); }
.inquiry-box { display: grid; grid-template-columns: .85fr 1.45fr; align-items: center; gap: 38px; padding: 38px; border: 1px solid var(--line); background: #fff; }
.whatsapp-link { display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; color: #105b39; background: #f2fff8; border: 1px solid #b9d7c7; font-size: 13px; font-weight: 800; line-height: 1.4; }
.whatsapp-link > span { color: #105b39; }
.whatsapp-link > svg { width: 24px; height: 24px; flex: 0 0 auto; fill: currentColor; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.inquiry-form label { display: block; }
.inquiry-form label > span { display: block; margin: 0 0 5px; color: #5c554e; font-size: 12px; font-weight: 700; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 12px 13px; color: #222; background: #faf8f5; border: 1px solid #ded7cf; border-radius: 0; }
.inquiry-form select { min-height: 44px; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, #5c554e 50%), linear-gradient(135deg, #5c554e 50%, transparent 50%); background-position: calc(100% - 19px) 50%, calc(100% - 14px) 50%; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; cursor: pointer; appearance: none; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 2px solid #b79774; outline-offset: 1px; }
.inquiry-form .form-message { grid-column: 1 / -1; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form button { grid-column: 1 / -1; justify-self: center; min-width: 190px; }
.inquiry-form button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.form-notice { padding: 12px 15px; margin-bottom: 14px; border: 1px solid; font-size: 14px; }
.form-notice--success { color: #14683e; background: #effbf5; border-color: #9ed6bb; }
.form-notice--error { color: #8c2727; background: #fff1f1; border-color: #e0aaaa; }

.home .about-grid__copy > .button,
.home .feature-grid > div > .button,
.home .factory-grid > div > .button,
.home .inquiry-box > div > .whatsapp-link { width: 100%; }
.home .inquiry-box > div > .whatsapp-link { justify-content: flex-start; text-align: left; }
.home .contact-information .section-heading + .direct-contact-grid { margin-top: 0; }

.site-footer { padding: 55px 0 25px; color: #fff; background: #171717; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; gap: 42px; }
.footer-logo { width: 170px; margin-bottom: 14px; filter: invert(1); }
.site-footer h2 { margin: 0 0 14px; font-family: var(--sans); font-size: 14px; font-weight: 700; }
.site-footer p, .site-footer li { color: #c9c9c9; font-size: 12px; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 7px 0; }
.site-footer a:hover { color: #fff; }
.copyright { margin-top: 35px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #999; text-align: center; font-size: 11px; }
.floating-contact { position: fixed; z-index: 120; right: 18px; bottom: 22px; display: flex; flex-direction: column; gap: 11px; }
.float-button { position: relative; width: 50px; height: 50px; display: grid; place-items: center; color: #fff; border-radius: 50%; box-shadow: 0 9px 24px rgba(0,0,0,.18); font-size: 20px; }
.float-button > svg { width: 22px; height: 22px; fill: currentColor; }
.float-label { display: none; }
.float-button--whatsapp { background: #25d366; }
.float-button--email { background: #22aebf; }
.float-tip { position: absolute; top: 50%; right: 61px; width: max-content; padding: 7px 10px; color: #fff; background: #111; border-radius: 5px; opacity: 0; visibility: hidden; transform: translate(7px,-50%); transition: .2s; font-size: 11px; line-height: 1.4; }
.float-button:hover .float-tip, .float-button:focus .float-tip { opacity: 1; visibility: visible; transform: translate(0,-50%); }

.content-area { min-height: 62vh; padding: 70px 0 90px; }
.narrow-content { max-width: 900px; }
.page-header { margin-bottom: 35px; }
.page-header h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.2rem); }
.entry-hero { margin-bottom: 35px; }
.entry-hero img { width: 100%; max-height: 600px; object-fit: cover; }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > .alignwide { max-width: var(--max); }
.entry-content > .alignfull { max-width: none; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.entry-card { border: 1px solid var(--line); }
.entry-card > a img { width: 100%; height: 230px; object-fit: cover; }
.entry-card > div { padding: 20px; }
.entry-card h2 { font-family: var(--serif); font-size: 23px; }
.entry-card p { color: var(--muted); font-size: 14px; }
.text-link { font-size: 13px; font-weight: 800; }
.error-page { padding-block: 50px; text-align: center; }
.error-page h1 { margin: 0 0 15px; font-size: clamp(3rem, 7vw, 5rem); }

/* Inner page system */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #766d65; font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--accent); }
.inner-page-hero { position: relative; min-height: 330px; display: flex; align-items: center; background: #e9dfd2; overflow: hidden; }
.inner-page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(245,239,232,.76) 0%, rgba(245,239,232,.4) 42%, rgba(245,239,232,.03) 72%), var(--inner-hero-image); background-position: center; background-size: cover; }
.inner-page-hero > .site-container { position: relative; z-index: 1; padding-block: 35px; }
.inner-page-hero h1 { max-width: 720px; margin: 0 0 14px; font-size: clamp(2.5rem, 4.2vw, 3.5rem); letter-spacing: -1px; }
.inner-page-hero__lead { max-width: 570px; margin: 0; color: #4c4640; font-size: 15px; line-height: 1.6; }
.inner-cta { padding: 65px 0; background: var(--warm); }
.inner-cta__box { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 45px; padding: 42px; background: #fff; border: 1px solid var(--line); }
.inner-cta__box h2 { max-width: 740px; font-size: 37px; }
.inner-cta__box p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.inner-cta__actions { display: flex; flex-direction: column; gap: 10px; }

.catalog-page { padding: 70px 0 90px; }
.catalog-layout { display: grid; grid-template-columns: 235px 1fr; align-items: start; gap: 50px; }
.catalog-results { min-width: 0; }
.catalog-sidebar { position: sticky; top: 105px; }
.catalog-sidebar > a { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.catalog-sidebar > a.is-current { color: var(--accent); font-weight: 800; }
.catalog-sidebar__note { margin-top: 28px; padding: 22px; background: var(--warm); }
.catalog-sidebar__note h3 { margin: 0 0 10px; font-size: 17px; }
.catalog-sidebar__note p { color: var(--muted); font-size: 13px; }
.catalog-results__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.catalog-results__header h2 { margin: 0; }
.catalog-results__header > p { color: var(--muted); font-size: 12px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.catalog-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-product-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.catalog-product-card__link-all { display: block; height: 100%; }
.catalog-product-card__image { display: block; overflow: hidden; background: #f4f1ed; }
.catalog-product-card__image img { width: 100%; height: 270px; object-fit: cover; transition: transform .35s; }
.catalog-product-card:hover .catalog-product-card__image img { transform: scale(1.025); }
.catalog-product-card__body { padding: 18px; }
.card-kicker { margin: 0 0 7px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.catalog-product-card h2 { margin: 0 0 7px; font-family: var(--sans); font-size: 17px; font-weight: 700; }
.card-spec { min-height: 20px; margin-bottom: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.catalog-product-card__link { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); }
.catalog-product-card__link svg { width: 16px; height: 16px; flex: 0 0 auto; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.catalog-product-card:hover .catalog-product-card__link svg, .catalog-product-card__link-all:focus-visible .catalog-product-card__link svg { transform: translateX(4px); }
.pagination { grid-column: 1 / -1; margin-top: 35px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--line); font-size: 12px; }
.page-numbers.current { color: #fff; background: #171513; border-color: #171513; }

.product-breadcrumb, .article-breadcrumb { padding-top: 28px; }
.product-breadcrumb .breadcrumbs, .article-breadcrumb .breadcrumbs { margin-bottom: 0; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr) minmax(220px, .7fr); gap: 34px; align-items: start; padding-top: 35px; }
.product-gallery { position: relative; }
.product-gallery__stage { position: relative; overflow: hidden; background: #f4f1ed; cursor: pointer; }
.product-gallery__main { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; background: #f4f1ed; }
.product-gallery__stage:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.product-gallery__lens { position: absolute; width: 50%; height: 50%; left: 50%; top: 50%; display: none; border: 1px solid rgba(255,255,255,.8); background: rgba(34,31,28,.28); box-shadow: 0 0 0 1px rgba(34,31,28,.18); transform: translate(-50%, -50%); pointer-events: none; }
.product-gallery__zoom-preview { position: absolute; z-index: 20; top: 0; left: calc(100% + 18px); width: 100%; aspect-ratio: 1 / 1.05; display: none; border: 1px solid var(--line); background-color: #f4f1ed; background-repeat: no-repeat; background-size: 200% 200%; box-shadow: 0 16px 42px rgba(32,27,22,.16); pointer-events: none; }
.product-gallery__stage.is-hovering .product-gallery__lens, .product-gallery__stage.is-hovering + .product-gallery__zoom-preview { display: block; }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; margin-top: 8px; }
.product-gallery__thumbs button { padding: 0; border: 2px solid transparent; background: none; cursor: pointer; }
.product-gallery__thumbs button.is-active { border-color: var(--accent); }
.product-gallery__thumbs img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; }
.product-share { display: flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--muted); font-size: 12px; }
.product-share a { width: 23px; height: 23px; display: grid; place-items: center; color: #fff; border-radius: 2px; font-size: 11px; font-weight: 800; line-height: 1; }
.product-share__facebook { background: #3976ca; }
.product-share__linkedin { background: #176da2; }
.product-share__email { background: var(--accent); }
.product-lightbox[hidden] { display: none; }
.product-lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 70px 5vw 40px; background: rgba(18,16,14,.86); }
.product-lightbox__image { max-width: min(92vw, 1400px); max-height: calc(100vh - 110px); width: auto; height: auto; object-fit: contain; box-shadow: 0 18px 70px rgba(0,0,0,.28); }
.product-lightbox__close { position: fixed; top: 18px; right: 24px; width: 44px; height: 44px; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.24); cursor: pointer; font: 300 32px/1 var(--sans); }
.product-lightbox__close:hover, .product-lightbox__close:focus-visible { color: #171513; background: #fff; }
body.product-lightbox-open { overflow: hidden; }
.product-summary { padding: 3px 0; }
.product-summary h1 { margin: 0 0 12px; font: clamp(1.75rem, 2.4vw, 2.2rem)/1.12 var(--serif); }
.product-summary__lead { color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-summary dl { margin: 24px 0 0; }
.product-summary dl > div { display: grid; grid-template-columns: 112px 1fr; padding: 6px 0; font-size: 13px; line-height: 1.45; }
.product-summary dt { color: #857b72; }
.product-summary dd { margin: 0; font-weight: 600; }
.product-summary__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 20px; }
.button--product { min-height: 38px; padding-inline: 20px; color: #fff; border-color: var(--accent); background: var(--accent); }
.button--product:hover { color: #fff; background: #806142; }
.product-whatsapp-link { color: var(--ink); font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--ink); }
.product-whatsapp-link span { color: var(--accent); }
.product-response-note { display: flex; align-items: center; gap: 5px; margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.product-response-note svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.product-sidebar { min-width: 0; border-left: 1px solid var(--line); padding-left: 26px; }
.product-sidebar__section + .product-sidebar__section { margin-top: 48px; }
.product-sidebar h2 { margin: 0 0 17px; font-family: var(--sans); font-size: 16px; font-weight: 800; }
.product-category-list, .product-contact-card ul { padding: 0; margin: 0; list-style: none; }
.product-category-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 3px 0; color: #3f3934; font-size: 12px; line-height: 1.3; }
.product-category-list a:hover { color: var(--accent); }
.product-category-list a span:last-child { font-size: 18px; font-weight: 300; line-height: 1; }
.product-contact-card li { display: grid; grid-template-columns: 21px minmax(0, 1fr); gap: 10px; align-items: start; margin: 13px 0; color: #4f4943; font-size: 11px; line-height: 1.55; }
.product-contact-card .contact-icon { width: 19px; height: 19px; background: var(--accent); }
.product-benefits { background: var(--warm); border-block: 1px solid var(--line); }
.product-benefits > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.product-benefits > div > div { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid var(--line); }
.product-benefits > div > div:last-child { border: 0; }
.product-benefits strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.product-benefits span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.product-information, .project-story { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.product-information .entry-content > *, .project-story .entry-content > * { max-width: none; }
.product-information .entry-content > ul { padding-inline-start: 24px; }
.product-review-gallery { display: grid; gap: 12px; margin-top: 38px; }
.product-review-gallery img { width: 100%; height: auto; background: #f4f1ed; }
.product-details-heading { margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.product-details-heading p { position: relative; width: fit-content; margin: 0; padding: 0 4px 13px 0; font: 500 27px/1.2 var(--serif); }
.product-details-heading p::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: var(--accent); }
.product-quality { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 55px; }
.product-quality img { width: 100%; height: 360px; object-fit: cover; }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.story-grid > div:last-child { color: var(--muted); font-size: 16px; line-height: 1.8; }
.metric-section { padding: 34px 0; border-block: 1px solid var(--line); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-grid > div { padding: 18px; text-align: center; border-right: 1px solid var(--line); }
.metric-grid > div:last-child { border: 0; }
.metric-grid strong, .metric-grid span { display: block; }
.metric-grid strong { font: 36px var(--serif); }
.metric-grid span { color: var(--muted); font-size: 11px; }
.editorial-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; }
.editorial-grid--reverse > img { order: 2; }
.editorial-grid > img { width: 100%; height: 420px; object-fit: cover; }
.editorial-grid > div > p:not(.eyebrow) { color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.values-grid article { min-height: 220px; padding: 28px 22px; border: 1px solid var(--line); }
.values-grid span, .process-grid article span, .response-grid span { color: var(--accent); font: 26px var(--serif); }
.values-grid h3, .process-grid h3, .response-grid h3 { font: 22px var(--serif); }
.values-grid p, .process-grid p, .response-grid p { color: var(--muted); font-size: 13px; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.process-grid article { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--line); }
.process-grid img { width: 100%; height: 250px; object-fit: cover; }
.process-grid article > div { padding: 25px; }

.about-capacity, .about-process, .about-packaging, .about-showroom { padding-block: 96px; }
.about-section-heading { margin-bottom: 50px; }
.about-section-heading h2, .about-showroom__copy h2 { font-size: clamp(2.3rem, 4vw, 3.375rem); letter-spacing: -.02em; }
.about-section-heading--split { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; }
.about-section-heading--split > p { max-width: 520px; padding-bottom: 7px; margin: 0; color: var(--muted); }
.about-section-heading--center { max-width: 720px; margin-inline: auto; text-align: center; }
.about-section-heading__lead { margin: 17px auto 0; color: var(--muted); }
.about-capacity { background: var(--soft); }
.about-capacity-collage { display: grid; grid-template-columns: 1.65fr .85fr; grid-template-rows: 305px 305px; gap: 18px; }
.about-capacity-collage figure, .about-packaging-grid figure { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.about-capacity-collage__main { grid-row: 1 / 3; }
.about-capacity-collage img, .about-packaging-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.about-capacity-collage figure:hover img, .about-packaging-grid figure:hover img { transform: scale(1.02); }
.about-capacity-collage figure::after, .about-packaging-grid figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,10,10,.78)); pointer-events: none; }
.about-capacity-collage figcaption, .about-packaging-grid figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-end; gap: 17px; padding: 24px; color: #fff; }
.about-capacity-collage figcaption > span, .about-packaging-grid figcaption > span { flex: 0 0 auto; color: #d7b58e; font: 25px/1 var(--serif); }
.about-capacity-collage figcaption strong, .about-capacity-collage figcaption small, .about-packaging-grid figcaption strong, .about-packaging-grid figcaption small { display: block; }
.about-capacity-collage figcaption strong, .about-packaging-grid figcaption strong { font: 20px/1.2 var(--serif); }
.about-capacity-collage figcaption small, .about-packaging-grid figcaption small { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.45; }
.about-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-process-card { position: relative; height: 370px; margin: 0; overflow: hidden; background: #eee; }
.about-process-card--wide { grid-column: span 2; }
.about-process-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.about-process-card:hover img { transform: scale(1.02); }
.about-process-card::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(20,19,17,.8)); pointer-events: none; }
.about-process-card figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-end; gap: 16px; padding: 24px; color: #fff; }
.about-process-card figcaption > span { flex: 0 0 auto; color: #d5b28b; font: 28px/1 var(--serif); }
.about-process-card figcaption small, .about-process-card figcaption strong { display: block; }
.about-process-card figcaption small { margin-bottom: 4px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 800; letter-spacing: 1.4px; line-height: 1.4; text-transform: uppercase; }
.about-process-card figcaption strong { font: 22px/1.2 var(--serif); }
.about-packaging { color: #fff; background: #1d1b19; }
.about-section-heading--light h2 { color: #fff; }
.about-section-heading--light .eyebrow { color: #d0ae88; }
.about-section-heading--light > p { color: rgba(255,255,255,.62); }
.about-packaging-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.about-packaging-grid figure { height: 460px; background: #333; }
.about-packaging-points { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-block: 1px solid rgba(255,255,255,.16); }
.about-packaging-points div { display: flex; align-items: center; gap: 16px; min-height: 86px; padding: 0 26px; border-right: 1px solid rgba(255,255,255,.16); }
.about-packaging-points div:last-child { border-right: 0; }
.about-packaging-points span { color: #d0ae88; font: 24px/1 var(--serif); }
.about-packaging-points strong { font-size: 12px; }
.about-showroom { background: var(--warm); }
.about-showroom__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 76px; }
.about-showroom__copy > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); }
.about-showroom__facts { display: grid; margin-top: 34px; border-top: 1px solid #d8cec4; }
.about-showroom__facts span { position: relative; padding: 12px 0 12px 20px; border-bottom: 1px solid #d8cec4; color: #4f4943; font-size: 12px; font-weight: 700; }
.about-showroom__facts span::before { content: ""; position: absolute; top: 50%; left: 0; width: 7px; height: 7px; border: 1px solid var(--accent); transform: translateY(-50%) rotate(45deg); }
.about-showroom-collage { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 14px; aspect-ratio: 2 / 1; }
.about-showroom-collage img { width: 100%; height: 100%; object-fit: cover; box-shadow: 0 14px 35px rgba(73,58,44,.12); }
.about-showroom-collage__main { grid-row: 1 / 3; }

.certificate-page-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.certificate-page-grid figure { margin: 0; padding: 16px; background: #fff; border: 1px solid var(--line); }
.certificate-page-grid figure img { width: 100%; height: 265px; object-fit: contain; }
.certificate-page-grid figcaption { padding-top: 14px; text-align: center; }
.certificate-page-grid strong, .certificate-page-grid span { display: block; }
.certificate-page-grid strong { font-size: 13px; }
.certificate-page-grid span { color: var(--muted); font-size: 11px; }
.collection-header { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 35px; }
.collection-header > p { color: var(--muted); }
.project-archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.project-archive-grid article { border: 1px solid var(--line); }
.project-archive-grid article img { width: 100%; height: 350px; object-fit: cover; }
.project-archive-grid article div { padding: 22px; }
.project-archive-grid h2 { margin: 0 0 7px; font-size: 27px; }
.project-archive-grid article div > p:not(.card-kicker) { color: var(--muted); font-size: 13px; }
.project-detail-hero { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 55px; padding-top: 35px; padding-bottom: 70px; }
.project-detail-hero h1 { margin: 0 0 18px; font-size: clamp(3rem, 5vw, 4.5rem); }
.project-detail-hero > div > p:not(.eyebrow) { color: var(--muted); }
.project-detail-hero img { width: 100%; height: 520px; object-fit: cover; }
.project-detail-hero dl { border-top: 1px solid var(--line); }
.project-detail-hero dl div { display: grid; grid-template-columns: 100px 1fr; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.project-detail-hero dt { color: var(--muted); }
.project-detail-hero dd { margin: 0; font-weight: 700; }

.faq-groups { max-width: 980px; }
.faq-groups > section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.faq-groups > section:first-child { padding-top: 0; }
.faq-groups details { border-top: 1px solid var(--line); }
.faq-groups summary { padding: 17px 0; cursor: pointer; font-weight: 700; }
.faq-groups details p { padding: 0 20px 18px 0; margin: 0; color: var(--muted); font-size: 14px; }
.contact-layout { display: flex; flex-direction: column; gap: 28px; }
.contact-information > p:not(.eyebrow) { color: var(--muted); }
.direct-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.direct-contact-grid > * { min-height: 160px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 20px; border: 1px solid var(--line); background: var(--soft); text-align: center; }
.direct-contact-grid p { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.contact-icon { width: 30px; height: 30px; display: block; flex: 0 0 auto; background: var(--accent); mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; }
.contact-icon--email { mask-image: url("../images/icons/contact-email.svg"); -webkit-mask-image: url("../images/icons/contact-email.svg"); }
.contact-icon--address { mask-image: url("../images/icons/contact-address.svg"); -webkit-mask-image: url("../images/icons/contact-address.svg"); }
.contact-icon--phone { mask-image: url("../images/icons/contact-phone.svg"); -webkit-mask-image: url("../images/icons/contact-phone.svg"); }
.contact-form-panel { padding: 32px; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(0,0,0,.06); }
.contact-page #inquiry-form { scroll-margin-top: 320px; }
.contact-form-panel .inquiry-form { margin-top: 25px; }
.response-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.response-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); }

.news-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.news-card { border: 1px solid var(--line); }
.news-card img { width: 100%; height: 260px; object-fit: cover; }
.news-card div { padding: 22px; }
.news-card h2 { margin: 0 0 10px; font-size: 25px; }
.news-card div > p:not(.card-kicker) { color: var(--muted); font-size: 13px; }
.article-page { padding-bottom: 85px; }
.article-header { max-width: 900px; padding-top: 55px; padding-bottom: 24px; text-align: center; }
.article-header h1 { margin: 0 0 18px; font-size: clamp(2.5rem, 3.5vw, 3rem); }
.article-meta { color: #8d8379; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.article-image { max-width: 1050px; }
.article-image img { width: 100%; max-height: 620px; object-fit: cover; }
.article-body { max-width: 800px; padding-top: 0; }
.article-image + .article-body { padding-top: 24px; }
.article-body > * { max-width: none; margin-top: 0; margin-bottom: 18px; }
.article-body p { color: #4d4741; line-height: 1.65; }

@media (max-width: 1080px) {
  .primary-menu { gap: 14px; }
  .primary-menu > li > a { font-size: 12px; }
  .site-brand { flex-basis: 150px; }
  .site-brand img, .site-brand .custom-logo { width: 150px; }
  .category-grid.swiper-wrapper { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 72px; }
  .topbar__inner { justify-content: center; }
  .topbar__inner > span { display: none; }
  .site-header__inner { min-height: 70px; }
  .site-brand { margin-right: auto; }
  .menu-toggle { display: block; }
  .header-quote { display: none; }
  .primary-nav { position: fixed; z-index: 90; inset: 104px 0 0; padding: 16px 20px 40px; background: #fff; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); overflow-y: auto; transition: .2s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .primary-menu { display: block; }
  .primary-menu > li > a { min-height: 49px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .sub-menu { position: static; width: auto; padding: 3px 0 7px 15px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .sub-menu a { padding-block: 7px; }
  .about-grid, .feature-grid, .factory-grid, .inquiry-box { grid-template-columns: 1fr; }
  .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-grid { grid-template-columns: repeat(4, 1fr); }
  .cert-grid > div { grid-column: 1 / -1; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .inner-cta__box, .story-grid, .editorial-grid, .product-quality, .collection-header { grid-template-columns: 1fr; }
  .product-detail-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); }
  .product-sidebar { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; border-top: 1px solid var(--line); border-left: 0; padding: 32px 0 0; }
  .product-sidebar__section + .product-sidebar__section { margin-top: 0; }
  .catalog-grid, .news-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .certificate-page-grid { grid-template-columns: repeat(3, 1fr); }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .about-capacity, .about-process, .about-packaging, .about-showroom { padding-block: 76px; }
  .about-section-heading--split, .about-showroom__grid { grid-template-columns: 1fr; gap: 36px; }
  .about-section-heading--split > p { max-width: 680px; padding-bottom: 0; }
  .about-capacity-collage { grid-template-columns: 1fr; grid-template-rows: 430px 280px 280px; }
  .about-capacity-collage__main { grid-row: auto; }
  .about-process-grid { grid-template-columns: 1fr 1fr; }
  .about-process-card--wide { grid-column: span 2; }
  .about-packaging-grid { grid-template-columns: 1fr; }
  .about-showroom__copy { max-width: 650px; }
}

@media (max-width: 640px) {
  .site-container { width: min(100% - 30px, var(--max)); }
  .topbar { display: none; }
  .primary-nav { inset-block-start: 70px; }
  .section { padding: 55px 0; }
  .hero { min-height: 630px; }
  .hero::after { background: linear-gradient(90deg, rgba(245,239,232,.8), rgba(245,239,232,.35)); }
  .hero__content { padding-top: 55px; }
  .hero h1 { font-size: 42px; }
  .hero__lead { font-size: 16px; }
  .button-row { width: 100%; align-items: stretch; flex-direction: row; gap: 10px; }
  .button-row .button { min-width: 0; flex: 1 1 0; padding-inline: 10px; white-space: nowrap; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .trust-item:last-child { grid-column: 1 / -1; }
  .category-swiper, .product-swiper, .catalog-swiper { position: relative; overflow: hidden; padding-bottom: 36px; }
  .category-grid.swiper-wrapper, .product-grid.swiper-wrapper, .catalog-grid.swiper-wrapper { display: flex; gap: 0; }
  .category-card.swiper-slide, .product-card.swiper-slide, .catalog-product-card.swiper-slide { width: 100%; height: auto; flex-shrink: 0; }
  .category-card.swiper-slide { position: relative; }
  .category-card > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 48px 18px 17px;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
  }
  .category-card strong { display: block; overflow: hidden; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; }
  .category-card > div > span { display: none; }
  .mobile-swiper__button {
    position: absolute;
    z-index: 2;
    top: calc((100% - 36px) / 2);
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 50%;
    color: #171513;
    background: rgba(255,255,255,.94);
    box-shadow: 0 5px 18px rgba(0,0,0,.14);
    cursor: pointer;
    transform: translateY(-50%);
  }
  .mobile-swiper__button img { width: 22px; height: 22px; }
  .mobile-swiper__prev { left: 10px; }
  .mobile-swiper__next { right: 10px; }
  .mobile-swiper__button.swiper-button-disabled { opacity: .35; cursor: default; }
  .mobile-swiper__pagination {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .mobile-swiper__pagination .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0; background: #cfc5bb; opacity: 1; }
  .mobile-swiper__pagination .swiper-pagination-bullet-active { background: var(--accent); }
  .product-grid, .project-grid, .faq-grid, .post-grid { grid-template-columns: 1fr; }
  .product-card img, .project-card img { height: 260px; }
  .about-grid { gap: 34px; }
  .advantage-grid { gap: 18px; }
  .feature-grid, .factory-grid { gap: 30px; }
  .feature-grid > img, .factory-grid > img { height: 300px; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
  .inquiry-box { width: min(100% - 20px, var(--max)); padding: 25px 20px; }
  .inquiry-form { grid-template-columns: 1fr; }
  .inquiry-form .form-message, .inquiry-form button { grid-column: 1; }
  .inquiry-form button { width: auto; justify-self: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  body { padding-bottom: 66px; }
  .floating-contact { right: 15px; bottom: 10px; left: 15px; display: flex; flex-direction: row; gap: 10px; }
  .float-button { width: auto; height: 48px; flex: 1 1 0; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 6px; box-shadow: 0 8px 25px rgba(0,0,0,.2); font-size: 13px; font-weight: 800; text-align: center; }
  .float-button > svg { width: 19px; height: 19px; }
  .float-label { display: inline; }
  .float-tip { display: none; }
  .inner-page-hero { min-height: 350px; }
  .inner-page-hero::before { background-image: linear-gradient(90deg, rgba(245,239,232,.8), rgba(245,239,232,.32)), var(--inner-hero-image); }
  .breadcrumbs { margin-bottom: 24px; }
  .inner-page-hero h1 { font-size: 36px; }
  .inner-page-hero__lead { font-size: 14px; }
  .inner-cta__box { padding: 26px 21px; }
  .inner-cta__box h2 { font-size: 31px; }
  .catalog-layout { grid-template-columns: 1fr; gap: 35px; }
  .catalog-sidebar { position: static; }
  .catalog-sidebar__note { display: none; }
  .catalog-results__header { align-items: flex-start; flex-direction: column; }
  .catalog-grid, .catalog-grid--three, .news-archive-grid, .project-archive-grid { grid-template-columns: 1fr; }
  .catalog-product-card__image img { height: 310px; }
  .product-detail-layout, .product-information, .project-story, .project-detail-hero { grid-template-columns: 1fr; gap: 32px; }
  .product-gallery__main { height: auto; }
  .product-lightbox { padding: 64px 15px 24px; }
  .product-lightbox__image { max-width: 100%; max-height: calc(100vh - 88px); }
  .project-detail-hero img { height: 390px; }
  .product-sidebar { grid-column: auto; grid-template-columns: 1fr; gap: 35px; }
  .product-summary h1 { font-size: 30px; line-height: 1.12; }
  .product-summary dl > div { grid-template-columns: 105px 1fr; }
  .product-benefits > div { grid-template-columns: 1fr 1fr; }
  .product-benefits > div > div { min-height: 110px; border-bottom: 1px solid var(--line); }
  .metric-grid, .certificate-page-grid, .response-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid > div:nth-child(2) { border-right: 0; }
  .editorial-grid--reverse > img { order: 0; }
  .editorial-grid > img { height: 300px; }
  .values-grid, .process-grid { grid-template-columns: 1fr; }
  .process-grid article { grid-template-columns: 1fr; }
  .process-grid img { height: 230px; }
  .about-capacity, .about-process, .about-packaging, .about-showroom { padding-block: 60px; }
  .about-section-heading { margin-bottom: 38px; }
  .about-section-heading h2, .about-showroom__copy h2 { font-size: 36px; }
  .about-section-heading--split, .about-showroom__grid { gap: 28px; }
  .about-capacity-collage { grid-template-rows: 340px 240px 240px; }
  .about-capacity-collage figcaption, .about-packaging-grid figcaption, .about-process-card figcaption { padding: 20px; }
  .about-process-grid, .about-packaging-points { grid-template-columns: 1fr; }
  .about-process-card, .about-process-card--wide { grid-column: auto; height: 320px; }
  .about-packaging-grid figure { height: 340px; }
  .about-packaging-points div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .about-packaging-points div:last-child { border-bottom: 0; }
  .about-showroom-collage { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; aspect-ratio: auto; }
  .about-showroom-collage img { height: auto; aspect-ratio: 4 / 3; }
  .about-showroom-collage__main { grid-column: 1 / 3; grid-row: auto; }
  .certificate-page-grid figure img { height: 220px; }
  .project-archive-grid article img { height: 260px; }
  .faq-groups > section { grid-template-columns: 1fr; gap: 15px; }
  .direct-contact-grid { grid-template-columns: 1fr; }
  .contact-page #inquiry-form { scroll-margin-top: 0; }
  .contact-form-panel { padding: 23px 18px; }
  .article-header { padding-top: 40px; }
}

@media (hover: none), (pointer: coarse) {
  .product-gallery__lens, .product-gallery__zoom-preview { display: none !important; }
}

@media (max-width: 560px) {
  .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .advantage { min-height: 130px; padding: 16px 8px; }
  .advantage__icon { width: 52px; height: 52px; border-width: 1px; }
  .advantage__icon img { width: 24px; height: 24px; }
  .advantage h3 { max-width: 140px; margin-top: 10px; font-size: 12px; line-height: 1.3; }
}

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