:root {
  --green: #007b6b;
  --green-deep: #004f49;
  --green-dark: #063a37;
  --mint: #d9f2eb;
  --lime: #b9e643;
  --ink: #112724;
  --muted: #5e706c;
  --line: #dce5e2;
  --surface: #f4f8f6;
  --white: #fff;
  --shadow: 0 24px 60px rgba(5, 55, 50, .12);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; color: white; background: var(--green-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.utility-bar { color: rgba(255,255,255,.8); background: var(--green-dark); font-size: .8rem; letter-spacing: .02em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner > span { display: inline-flex; align-items: center; gap: 8px; }
.utility-inner svg { width: 15px; height: 15px; color: var(--lime); }
.utility-inner a:hover { color: white; }
.utility-sep { margin: 0 10px; color: var(--lime); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,229,226,.85); backdrop-filter: blur(14px); }
.header-inner { height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50% 50% 46% 54% / 58% 46% 54% 42%; font-weight: 800; font-size: 1.35rem; letter-spacing: -.08em; transform: rotate(-4deg); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: .95rem; letter-spacing: .12em; }
.brand-copy small { margin-top: 5px; color: var(--green); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 30px; }
.site-nav a { position: relative; font-size: .92rem; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.header-call { display: flex; align-items: center; gap: 10px; color: var(--green-deep); }
.header-call svg { width: 21px; height: 21px; }
.header-call span { display: grid; line-height: 1.1; font-weight: 750; font-size: .9rem; }
.header-call small { margin-bottom: 5px; color: var(--muted); font-weight: 500; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; cursor: pointer; }

.hero { overflow: hidden; background: linear-gradient(135deg, #f5faf8 0 58%, #e1f2ec 58% 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.hero-copy { padding: 76px 0 84px; }
.overline { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.overline > span { width: 30px; height: 2px; background: var(--lime); }
.overline-light { color: #d6eee9; }
.hero h1 { max-width: 710px; margin: 22px 0 24px; font-size: clamp(3.4rem, 6.3vw, 6.35rem); line-height: .94; letter-spacing: -.065em; }
.hero h1 em { color: var(--green); font-style: normal; font-weight: 350; }
.hero-copy > p { max-width: 620px; margin: 0 0 32px; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; font-size: .9rem; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 10px 25px rgba(0,123,107,.2); }
.button-primary:hover { background: var(--green-deep); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.75); }
.button-ghost:hover { border-color: var(--green); color: var(--green); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--green); }
.button svg, .text-link svg { width: 18px; height: 18px; }
.hero-proof { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: #536864; font-size: .82rem; font-weight: 600; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 17px; height: 17px; color: var(--green); stroke-width: 2.3; }
.hero-visual { position: relative; align-self: stretch; min-height: 590px; }
.hero-visual::before { content: ""; position: absolute; inset: 58px -90px 58px 12px; background: var(--green); border-radius: 220px 0 0 220px; }
.hero-visual img { position: absolute; right: -15px; bottom: 0; width: min(555px, 100%); height: calc(100% - 46px); object-fit: cover; object-position: center; border-radius: 200px 0 0 0; box-shadow: var(--shadow); }
.hero-line { position: absolute; top: 58px; right: -20px; width: 120px; height: 8px; background: var(--lime); }
.hero-badge { position: absolute; z-index: 2; left: -32px; bottom: 70px; display: grid; min-width: 210px; padding: 22px 24px; color: white; background: rgba(6,58,55,.92); border-left: 5px solid var(--lime); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-badge strong { font-size: .95rem; }
.hero-badge span { margin-top: 5px; color: rgba(255,255,255,.72); font-size: .78rem; }

.trust-strip { color: white; background: var(--green); }
.trust-strip .container { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; }
.trust-strip span { font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.trust-strip span:not(:first-child) { color: rgba(255,255,255,.65); }

.section { padding: 104px 0; }
.section-heading { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading h2, .showroom-copy h2, .feature-grid h2, .contact-band h2, .story-copy h2 { max-width: 710px; margin: 13px 0 0; font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.05; letter-spacing: -.045em; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: .88rem; font-weight: 800; }
.text-link:hover svg { transform: translateX(3px); }
.text-link svg { transition: transform .2s ease; }

.categories-section { background: var(--white); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { min-height: 230px; position: relative; display: grid; grid-template-rows: auto 1fr; padding: 26px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.category-card .category-index { color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.category-card > div { align-self: end; }
.category-card h3 { margin: 0 0 9px; font-size: 1.15rem; line-height: 1.2; }
.category-card p { max-width: 290px; margin: 0; color: var(--muted); font-size: .88rem; }
.category-card > svg { position: absolute; top: 25px; right: 24px; color: var(--green); transition: transform .25s ease; }
.category-card:hover { color: white; background: var(--green); }
.category-card:hover .category-index, .category-card:hover p, .category-card:hover > svg { color: white; }
.category-card:hover > svg { transform: translate(3px, -3px); }

.feature-band { color: white; background: var(--green-dark); }
.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.feature-grid h2 { max-width: 520px; }
.feature-steps { border-top: 1px solid rgba(255,255,255,.2); }
.feature-steps article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.feature-steps article > strong { color: var(--lime); font-size: .72rem; letter-spacing: .1em; }
.feature-steps h3 { margin: 0 0 6px; font-size: 1.08rem; }
.feature-steps p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }

.products-section { background: var(--surface); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { min-width: 0; background: white; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { display: block; aspect-ratio: 4 / 4.65; overflow: hidden; background: #e7f2ef; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-body { padding: 21px 21px 23px; }
.eyebrow { color: var(--green); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-body h3 { min-height: 52px; margin: 10px 0 9px; font-size: 1.1rem; line-height: 1.28; }
.product-body h3 a:hover { color: var(--green); }
.product-body p { min-height: 70px; margin: 0 0 18px; color: var(--muted); font-size: .83rem; line-height: 1.5; }

.showroom-section { background: white; }
.showroom-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.showroom-art { position: relative; max-width: 470px; }
.showroom-art::before { content: ""; position: absolute; inset: -22px 24px 22px -22px; z-index: 0; background: var(--mint); border-radius: var(--radius); }
.showroom-art img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); }
.showroom-art > span { position: absolute; z-index: 2; right: -32px; bottom: 34px; padding: 20px 24px; color: white; background: var(--green-dark); border-left: 5px solid var(--lime); font-size: .77rem; font-weight: 800; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.showroom-copy p { max-width: 680px; color: var(--muted); }
.showroom-copy .button { margin-top: 14px; }

.contact-band { padding: 76px 0; color: white; background: var(--green); }
.contact-band-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.contact-band h2 { max-width: 520px; margin-bottom: 16px; }
.contact-band p { max-width: 480px; margin: 0; color: rgba(255,255,255,.75); }
.contact-cards { display: grid; gap: 10px; }
.contact-cards > a { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 15px 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; transition: background .2s ease; }
.contact-cards > a:hover { background: rgba(255,255,255,.18); }
.contact-cards svg { width: 22px; height: 22px; color: var(--lime); justify-self: center; }
.contact-cards span { display: grid; }
.contact-cards small { color: rgba(255,255,255,.64); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-cards strong { margin-top: 3px; font-size: .95rem; }

.site-footer { padding: 74px 0 24px; color: rgba(255,255,255,.72); background: #092f2d; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr 1fr .65fr; gap: 60px; }
.site-footer .brand { color: white; }
.site-footer .brand-mark { background: var(--green); }
.site-footer .brand-copy small { color: var(--lime); }
.footer-brand p { max-width: 360px; margin: 25px 0 0; }
.site-footer h2 { margin: 0 0 20px; color: white; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer .footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer a:hover { color: white; }
.site-footer p { margin: 0 0 8px; }
.site-footer p strong { color: white; }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }

.page-hero { padding: 94px 0; background: linear-gradient(135deg, #eef7f4 0, #e4f0ed 100%); }
.page-hero.compact { padding: 76px 0; }
.page-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }
.page-hero h1 { max-width: 890px; margin: 18px 0 20px; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .96; letter-spacing: -.06em; }
.page-hero.compact h1 { max-width: 930px; font-size: clamp(2.7rem, 5vw, 4.75rem); }
.page-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.page-hero-number { display: flex; align-items: end; gap: 18px; color: var(--green); }
.page-hero-number strong { font-size: 6.5rem; line-height: .7; letter-spacing: -.08em; }
.page-hero-number span { padding-bottom: 3px; font-size: .72rem; font-weight: 800; line-height: 1.55; letter-spacing: .12em; text-transform: uppercase; }

.catalog-section { background: var(--surface); }
.catalog-toolbar { margin-bottom: 24px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.search-box { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 0 18px; background: var(--surface); border: 1px solid transparent; border-radius: 10px; }
.search-box:focus-within { border-color: var(--green); background: white; }
.search-box svg { color: var(--green); }
.search-box input { width: 100%; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; }
.filter-row { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 700; cursor: pointer; }
.filter-chip span { color: var(--muted); font-size: .68rem; }
.filter-chip:hover, .filter-chip.is-active { color: white; background: var(--green); border-color: var(--green); }
.filter-chip:hover span, .filter-chip.is-active span { color: white; }
.catalog-count { margin: 0 0 20px; color: var(--muted); font-size: .82rem; }
.catalog-grid { grid-template-columns: repeat(3, 1fr); }
.catalog-grid .product-card[hidden] { display: none; }
.empty-state { padding: 70px 20px; text-align: center; background: white; border: 1px solid var(--line); border-radius: 15px; }
.empty-state[hidden] { display: none; }
.empty-state h2 { margin: 0 0 8px; font-size: 1.7rem; }
.empty-state p { color: var(--muted); }

.product-detail { padding: 42px 0 90px; }
.breadcrumbs { margin-bottom: 34px; display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: .75rem; }
.breadcrumbs a:hover { color: var(--green); }
.product-detail-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 78px; align-items: center; }
.detail-image { overflow: hidden; background: #e5f1ed; border-radius: 26px; }
.detail-image img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; }
.detail-copy h1 { margin: 14px 0 20px; font-size: clamp(2.7rem, 5vw, 4.9rem); line-height: .98; letter-spacing: -.06em; }
.detail-lead { max-width: 650px; margin: 0 0 27px; color: var(--muted); font-size: 1.12rem; }
.feature-list { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 25px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.feature-list svg { color: var(--green); stroke-width: 2.3; }
.detail-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.product-note { margin: 22px 0 0; color: var(--muted); font-size: .75rem; }
.related-section { background: var(--surface); }
.related-grid { grid-template-columns: repeat(3, 1fr); }

.about-story { background: white; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; }
.story-copy h2 { margin-top: 0; }
.story-copy p { color: var(--muted); font-size: 1.02rem; }
.story-aside { align-self: start; padding: 34px; color: white; background: var(--green-dark); border-top: 8px solid var(--lime); border-radius: 0 0 var(--radius) var(--radius); }
.story-aside > span { color: var(--lime); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-aside h3 { margin: 17px 0 26px; font-size: 1.75rem; line-height: 1.25; }
.story-aside .text-link { color: white; }
.values { padding: 0 0 104px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values article > strong { color: var(--green); font-size: .72rem; letter-spacing: .1em; }
.values h2 { margin: 50px 0 8px; font-size: 1.25rem; }
.values p { margin: 0; color: var(--muted); font-size: .88rem; }

.contact-page { background: var(--surface); }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 68px; }
.contact-info { display: flex; flex-direction: column; gap: 10px; }
.contact-info article { display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: start; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.contact-info article > svg { margin: 4px auto 0; color: var(--green); }
.contact-info article > div { display: grid; gap: 4px; }
.contact-info article span:not(.at-sign) { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-info article a, .contact-info article strong { font-size: .9rem; font-weight: 700; }
.contact-info article a:hover { color: var(--green); }
.at-sign { width: 30px; height: 30px; display: grid; place-items: center; margin: 0 auto; color: var(--green); font-size: 1.3rem; font-weight: 700; }
.contact-form { padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.form-heading > span { color: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h2 { margin: 8px 0 5px; font-size: 2rem; line-height: 1.1; }
.form-heading p { margin: 0 0 25px; color: var(--muted); font-size: .86rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label:not(.consent) { display: grid; gap: 7px; margin-bottom: 14px; }
.contact-form label > span { font-size: .78rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--surface); border: 1px solid transparent; border-radius: 9px; outline: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { background: white; border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,123,107,.1); }
.contact-form textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 8px 0 18px; color: var(--muted); }
.consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--green); }
.consent span { font-size: .72rem !important; font-weight: 500 !important; }
.map-section { position: relative; min-height: 470px; }
.map-section iframe { width: 100%; height: 470px; display: block; border: 0; filter: saturate(.65) contrast(1.05); }
.map-card { position: absolute; top: 70px; left: max(20px, calc((100% - min(1180px, calc(100% - 40px))) / 2)); width: min(390px, calc(100% - 40px)); display: grid; padding: 26px; color: white; background: rgba(6,58,55,.94); border-left: 6px solid var(--lime); box-shadow: var(--shadow); }
.map-card > span:first-child { color: var(--lime); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.map-card > strong { margin: 12px 0 18px; font-size: 1.2rem; line-height: 1.4; }
.map-card .text-link { color: white; }

.not-found { min-height: 65vh; display: grid; place-items: center; padding: 90px 0; text-align: center; background: var(--surface); }
.not-found span { color: var(--green); font-size: 6rem; font-weight: 800; line-height: 1; }
.not-found h1 { margin: 20px 0 8px; font-size: 2.5rem; }
.not-found p { color: var(--muted); }
.not-found .button { margin: 12px 4px 0; }
.mobile-actions { display: none; }

@media (max-width: 1000px) {
  :root { --container: min(100% - 32px, 900px); }
  .site-nav { position: fixed; top: 120px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .site-nav a::after { display: none; }
  .menu-toggle { display: grid; justify-self: end; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-call { grid-column: 3; grid-row: 1; }
  .menu-toggle { grid-column: 2; grid-row: 1; }
  .hero-grid { min-height: 620px; gap: 36px; }
  .hero h1 { font-size: clamp(3.2rem, 7.5vw, 5.4rem); }
  .hero-visual::before { inset-left: 0; }
  .hero-badge { left: -10px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-body h3, .product-body p { min-height: 0; }
  .feature-grid, .showroom-grid, .contact-band-grid, .product-detail-grid, .story-grid, .contact-layout { gap: 48px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .utility-inner > div { display: none; }
  .utility-inner { justify-content: center; }
  .header-inner { height: 72px; gap: 10px; }
  .brand-copy strong { font-size: .82rem; }
  .brand-copy small { font-size: .55rem; }
  .brand-mark { width: 39px; height: 39px; }
  .header-call { display: none; }
  .site-nav { top: 116px; }
  .hero { background: #f2f8f6; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 58px 0 38px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-proof { display: grid; }
  .hero-visual { min-height: 470px; margin: 0 -16px; }
  .hero-visual::before { inset: 30px 0 0 26px; border-radius: 150px 0 0 0; }
  .hero-visual img { right: 0; width: calc(100% - 26px); height: calc(100% - 15px); border-radius: 140px 0 0 0; }
  .hero-line { top: 30px; right: 0; }
  .hero-badge { left: 16px; bottom: 26px; }
  .trust-strip .container { min-height: 56px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .section { padding: 74px 0; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .section-heading h2, .showroom-copy h2, .feature-grid h2, .contact-band h2, .story-copy h2 { font-size: 2.25rem; }
  .category-grid, .feature-grid, .showroom-grid, .contact-band-grid, .page-hero-grid, .product-detail-grid, .story-grid, .values-grid, .contact-layout { grid-template-columns: 1fr; }
  .category-card { min-height: 185px; }
  .feature-grid, .showroom-grid, .contact-band-grid, .product-detail-grid, .story-grid, .contact-layout { gap: 40px; }
  .product-grid, .catalog-grid, .related-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 4 / 4.2; }
  .showroom-art { max-width: calc(100% - 20px); }
  .showroom-art > span { right: -20px; }
  .contact-band { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero, .page-hero.compact { padding: 62px 0; }
  .page-hero h1, .page-hero.compact h1 { font-size: 3rem; }
  .page-hero-number { display: none; }
  .catalog-toolbar { padding: 14px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .filter-chip { flex: 0 0 auto; }
  .product-detail { padding-top: 28px; }
  .detail-copy h1 { font-size: 3rem; }
  .detail-image { order: 0; }
  .detail-copy { order: 1; }
  .values { padding-bottom: 74px; }
  .values h2 { margin-top: 30px; }
  .contact-form { padding: 24px 18px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .map-section { min-height: 570px; display: flex; flex-direction: column-reverse; }
  .map-section iframe { height: 360px; }
  .map-card { position: static; width: 100%; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 70; min-height: 62px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--green-dark); box-shadow: 0 -10px 30px rgba(0,0,0,.15); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .82rem; font-weight: 800; }
  .mobile-actions a:last-child { background: #1ca66a; }
}

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

/* WordPress integration */
.site-nav .nav-list { display: contents; margin: 0; padding: 0; list-style: none; }
.site-nav .current-menu-item > a::after, .site-nav .current_page_item > a::after { transform: scaleX(1); }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo-link img { width: auto; max-width: 230px; height: 54px; object-fit: contain; }
body.admin-bar .site-header { top: 32px; }
.product-description { max-width: 820px; margin: 72px auto 0; padding-top: 52px; border-top: 1px solid var(--line); }
.prose { font-size: 1.02rem; }
.prose h2, .prose h3 { margin: 1.7em 0 .55em; line-height: 1.18; letter-spacing: -.03em; }
.prose h2 { font-size: 2rem; }
.prose h3 { font-size: 1.4rem; }
.prose p, .prose li { color: var(--muted); }
.prose a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin: 0 0 20px; padding: 13px 15px; border-radius: 9px; font-size: .82rem; font-weight: 650; }
.form-notice.success { color: #075d3c; background: #e0f6ea; border: 1px solid #a7e1c0; }
.form-notice.warning { color: #795b00; background: #fff7d6; border: 1px solid #ead789; }
.form-notice.error { color: #8e2b2b; background: #fff0f0; border: 1px solid #efb7b7; }
.post-list { display: grid; gap: 18px; }
.post-list article { padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
.post-list h2 { margin: 0 0 7px; font-size: 1.45rem; }
.post-list p { margin: 0; color: var(--muted); }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
