:root {
  --forest: #102d26;
  --forest-deep: #091e19;
  --pine: #1d4a3d;
  --burgundy: #7d1f2d;
  --red: #a82e38;
  --gold: #c8a564;
  --gold-light: #e5cf9f;
  --ivory: #f6f1e8;
  --paper: #fffdf8;
  --ink: #17221e;
  --muted: #6f766f;
  --line: rgba(16, 45, 38, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1320px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.dialog-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: var(--shell); margin-inline: auto; }
.sr-only { 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; top: 12px; left: 12px; z-index: 100; background: white; padding: 10px 16px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 92px; width: min(1440px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; justify-self: start; }
.brand-mark { width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-family: var(--serif); font-size: 1.35rem; line-height: 1; flex: 0 0 auto; }
.brand strong { display: block; letter-spacing: .2em; font-size: 1.05rem; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: .7rem; letter-spacing: .07em; margin-top: 4px; }
.site-header nav { display: flex; align-items: center; gap: 32px; }
.site-header nav a { text-decoration: none; color: #35423d; font-size: .9rem; position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--ink); margin: 6px; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; background: var(--forest); color: white; text-decoration: none; border: 1px solid var(--forest); padding: 0 24px; letter-spacing: .04em; font-size: .9rem; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { background: var(--pine); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 19px; font-size: .83rem; }
.button-light { background: var(--ivory); border-color: var(--ivory); color: var(--forest-deep); width: 100%; }
.button-light:hover, .button-light:focus-visible { background: white; color: var(--forest-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; border-bottom: 1px solid currentColor; padding: 4px 0; font-size: .93rem; font-weight: 600; }
.text-link span { color: var(--gold); }
.eyebrow { margin: 0 0 19px; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--burgundy); }
.eyebrow span { display: inline-block; color: white; background: var(--burgundy); padding: 4px 7px; margin-right: 9px; letter-spacing: .1em; }
.eyebrow.light { color: var(--gold-light); }

.hero { min-height: 710px; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 7vw, 110px); align-items: center; padding: 70px 0 86px; }
.hero-copy { padding-left: clamp(0px, 2vw, 24px); }
.hero h1 { margin: 0; max-width: 690px; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6.8rem); line-height: .92; letter-spacing: -.055em; font-weight: 400; }
.hero h1 em { color: var(--burgundy); font-weight: 400; }
.hero-intro { max-width: 610px; margin: 30px 0 34px; color: #4d5a55; font-size: 1.1rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-meta { list-style: none; padding: 28px 0 0; margin: 44px 0 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 18px 30px; color: var(--muted); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta li:not(:last-child)::after { content: "·"; margin-left: 30px; color: var(--gold); }
.hero-gallery { position: relative; height: 570px; display: grid; grid-template-columns: 1.48fr .72fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.hero-gallery figure { margin: 0; overflow: hidden; background: var(--ivory); position: relative; }
.hero-gallery img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.hero-gallery figure:hover img { transform: scale(1.025); }
.hero-main { grid-row: 1 / 3; }
.hero-main figcaption { position: absolute; inset: auto 18px 18px 18px; background: rgba(255,253,248,.94); backdrop-filter: blur(8px); padding: 15px 17px; font-family: var(--serif); font-size: 1.05rem; }
.hero-main figcaption span { display: block; color: var(--burgundy); font-family: var(--sans); font-size: .64rem; text-transform: uppercase; letter-spacing: .17em; margin-bottom: 3px; }
.year-stamp { position: absolute; right: -19px; top: -39px; color: var(--gold); font-family: var(--serif); font-size: 5.5rem; font-style: italic; opacity: .55; pointer-events: none; }

.trust-strip { background: var(--forest); color: white; padding: 0 max(32px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip div { padding: 28px 28px 30px; border-left: 1px solid rgba(255,255,255,.14); }
.trust-strip div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.trust-strip span { color: rgba(255,255,255,.6); font-size: .74rem; margin-top: 3px; }

.intro { padding: 140px 0 110px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 170px); border-bottom: 1px solid var(--line); }
.section-heading h2, .custom-content h2, .process-intro h2, .markets h2, .inquiry-copy h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2.7rem, 4.4vw, 5.1rem); line-height: 1.02; letter-spacing: -.045em; }
.intro-body { padding-top: 34px; max-width: 620px; }
.intro-body p { color: var(--muted); }
.intro-body .lead { color: var(--ink); font-size: 1.25rem; line-height: 1.65; margin-top: 0; }

.theme-collections { padding: 105px 0 130px; }
.compact-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.compact-heading h2 { font-size: clamp(2.6rem, 4vw, 4.7rem); }
.compact-heading > p { color: var(--muted); margin: 0 0 5px; }
.theme-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 360px; }
.theme-card { color: white; padding: 26px; display: flex; min-height: 360px; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; isolation: isolate; }
.theme-card::before, .theme-card::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); z-index: -1; }
.theme-card::before { width: 260px; height: 260px; right: -115px; top: -65px; }
.theme-card::after { width: 155px; height: 155px; right: -62px; top: -12px; }
.theme-classic { background: #9d2933; }
.theme-luxury { background: #4b1722; }
.theme-nordic { background: #395245; }
.theme-winter { background: #314b5b; }
.theme-number { font-family: var(--serif); font-style: italic; color: var(--gold-light); font-size: 1.1rem; }
.theme-card p { margin: 0 0 5px; opacity: .65; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.theme-card h3 { font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 2.05rem); font-weight: 400; margin: 0; }

.catalog-section { background: #eef0ec; padding: 118px 0 100px; }
.catalog-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; }
.catalog-note { margin: 0 0 10px; color: var(--muted); max-width: 520px; }
.filter-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 46px; margin-bottom: 38px; }
.filter-button { border: 1px solid rgba(16,45,38,.22); border-radius: 100px; background: transparent; color: var(--forest); min-height: 42px; padding: 0 18px; cursor: pointer; font-size: .84rem; transition: .2s ease; }
.filter-button:hover, .filter-button:focus-visible, .filter-button.is-active { background: var(--forest); color: white; border-color: var(--forest); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { background: var(--paper); min-width: 0; transition: transform .25s ease, box-shadow .25s ease; }
.product-card[hidden] { display: none; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(14,39,32,.1); }
.product-card button { width: 100%; height: 100%; border: 0; background: transparent; padding: 0; text-align: left; cursor: pointer; color: inherit; display: flex; flex-direction: column; }
.product-image { aspect-ratio: 1; overflow: hidden; background: white; position: relative; }
.product-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; top: 14px; left: 14px; background: var(--burgundy); color: white; padding: 6px 9px; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-info { padding: 19px 19px 21px; display: flex; flex: 1; flex-direction: column; width: 100%; }
.product-meta { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .11em; }
.product-info h3 { font-family: var(--serif); font-weight: 400; font-size: 1.28rem; line-height: 1.25; margin: 5px 0 12px; }
.product-description { color: var(--muted); display: -webkit-box; font-size: .76rem; line-height: 1.55; margin: 0 0 16px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-spec { display: flex; justify-content: space-between; gap: 12px; font-size: .75rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 12px; }
.product-spec { margin-top: auto; }
.product-spec span:last-child { color: var(--forest); font-weight: 600; }
.catalog-foot { border-top: 1px solid rgba(16,45,38,.18); margin-top: 40px; padding-top: 25px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .84rem; }

.customization { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; padding: 140px 0; gap: clamp(60px, 9vw, 150px); align-items: center; }
.custom-visual { position: relative; padding: 0 58px 72px 0; }
.custom-visual > img { aspect-ratio: 1; object-fit: cover; }
.material-card { position: absolute; right: 0; bottom: 0; width: 68%; background: var(--burgundy); color: white; padding: 31px 34px; box-shadow: 0 18px 50px rgba(57,17,23,.18); }
.material-card span { display: block; color: var(--gold-light); text-transform: uppercase; letter-spacing: .17em; font-size: .64rem; margin-bottom: 9px; }
.material-card strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; line-height: 1.6; }
.custom-content > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; margin: 29px 0 35px; max-width: 590px; }
.option-list { border-top: 1px solid var(--line); }
.option-list details { border-bottom: 1px solid var(--line); }
.option-list summary { list-style: none; cursor: pointer; font-family: var(--serif); font-size: 1.22rem; padding: 19px 0; display: flex; justify-content: space-between; align-items: center; }
.option-list summary::-webkit-details-marker { display: none; }
.option-list summary span { color: var(--gold); font-family: var(--sans); font-weight: 300; transition: transform .2s ease; }
.option-list details[open] summary span { transform: rotate(45deg); }
.option-list details p { color: var(--muted); margin: -4px 44px 20px 0; font-size: .9rem; }

.process-section { background: var(--forest-deep); color: white; padding: 120px 0; position: relative; overflow: hidden; }
.process-section::after { content: "O"; position: absolute; right: -3vw; bottom: -22vw; font-family: var(--serif); color: rgba(255,255,255,.025); font-size: 48vw; line-height: 1; pointer-events: none; }
.process-intro { display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: end; position: relative; z-index: 1; }
.process-intro h2 { max-width: 720px; }
.process-intro > p { color: rgba(255,255,255,.58); margin: 0 0 8px; }
.process-grid { list-style: none; padding: 70px 0 0; margin: 68px 0 0; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(4, 1fr); gap: 46px; position: relative; z-index: 1; counter-reset: none; }
.process-grid li { padding-right: 20px; }
.process-grid span { color: var(--gold); font-family: var(--serif); font-style: italic; }
.process-grid h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; margin: 28px 0 10px; }
.process-grid p { color: rgba(255,255,255,.55); font-size: .86rem; margin: 0; }

.markets { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; padding: 140px 0; }
.markets-copy > p:not(.eyebrow) { color: var(--muted); max-width: 580px; margin: 30px 0; }
.market-tags { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.market-tags li { border: 1px solid var(--line); padding: 8px 13px; color: #46534e; font-size: .77rem; }
.markets-image { position: relative; padding-left: 12%; }
.markets-image img { aspect-ratio: 1.25; object-fit: cover; }
.markets-image span { position: absolute; left: 0; bottom: -35px; background: var(--ivory); padding: 23px 30px; font-family: var(--serif); font-size: 1.25rem; line-height: 1.35; border-left: 2px solid var(--gold); }

.inquiry-section { background: var(--burgundy); color: white; padding: 110px max(32px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 11vw, 170px); }
.inquiry-copy h2 { max-width: 550px; }
.inquiry-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); max-width: 520px; }
.inquiry-copy ul { list-style: none; padding: 0; margin: 35px 0 0; }
.inquiry-copy li { border-top: 1px solid rgba(255,255,255,.15); padding: 13px 0; font-size: .84rem; color: rgba(255,255,255,.78); }
.inquiry-copy li::before { content: "—"; color: var(--gold-light); margin-right: 12px; }
.contact-stack { border-top: 1px solid rgba(255,255,255,.17); margin-top: 34px; }
.contact-stack a, .contact-stack button { align-items: center; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.17); color: white; cursor: pointer; display: flex; justify-content: space-between; min-height: 66px; padding: 10px 0; text-align: left; text-decoration: none; width: 100%; }
.contact-stack span { color: rgba(255,255,255,.58); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-stack strong { font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.contact-stack a:hover strong, .contact-stack a:focus-visible strong, .contact-stack button:hover strong, .contact-stack button:focus-visible strong { color: var(--gold-light); }
.inquiry-form { background: rgba(255,255,255,.07); padding: 36px; border: 1px solid rgba(255,255,255,.14); align-self: start; }
.inquiry-form label { display: block; font-size: .71rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.67); margin-bottom: 20px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; display: block; margin-top: 7px; color: white; background: rgba(0,0,0,.12); border: 1px solid rgba(255,255,255,.19); border-radius: 0; padding: 12px 14px; min-height: 50px; outline: none; text-transform: none; letter-spacing: 0; }
.inquiry-form select option { color: var(--ink); background: white; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: rgba(255,255,255,.4); }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 2px rgba(229,207,159,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-helper { color: rgba(255,255,255,.5); font-size: .7rem; text-align: center; margin: 11px 0 0; }
.inquiry-result { margin-top: 18px; background: rgba(6,20,17,.4); padding: 16px; }
.inquiry-result > div { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.inquiry-result strong { font-size: .85rem; }
.inquiry-result button { border: 0; background: transparent; color: var(--gold-light); text-decoration: underline; cursor: pointer; }
.inquiry-result pre { white-space: pre-wrap; margin: 12px 0 0; color: rgba(255,255,255,.7); font-family: var(--sans); font-size: .75rem; line-height: 1.55; }
.inquiry-result .brief-actions { border-top: 1px solid rgba(255,255,255,.12); margin-top: 15px; padding-top: 13px; }
.brief-actions a { color: white; font-size: .75rem; font-weight: 700; text-decoration: none; }
.brief-actions a:hover, .brief-actions a:focus-visible { color: var(--gold-light); }

.site-footer { background: #071712; color: white; padding: 64px max(32px, calc((100vw - 1320px) / 2)) 34px; display: grid; grid-template-columns: 1fr auto auto; gap: 34px 70px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { letter-spacing: .18em; }
.footer-brand small { color: rgba(255,255,255,.48); font-size: .7rem; margin-top: 3px; }
.site-footer > p { color: rgba(255,255,255,.48); font-size: .7rem; letter-spacing: .08em; }
.footer-contact { display: grid; gap: 4px; }
.footer-contact a, .footer-contact span { color: rgba(255,255,255,.65); font-size: .72rem; text-decoration: none; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: var(--gold-light); }
.footer-links { display: flex; gap: 25px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: .78rem; text-decoration: none; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; margin: 8px 0 0; }

.product-dialog { width: min(940px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 32px)); border: 0; padding: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.product-dialog::backdrop { background: rgba(3,17,13,.76); backdrop-filter: blur(5px); }
.dialog-layout { display: grid; grid-template-columns: 1fr 1fr; }
.dialog-layout > img { height: 100%; min-height: 550px; object-fit: cover; background: white; }
.dialog-content { padding: 54px 48px 45px; }
.dialog-content h2 { font-family: var(--serif); font-size: 2.7rem; line-height: 1; letter-spacing: -.04em; font-weight: 400; margin: 0 0 34px; }
.dialog-description { color: var(--muted); font-size: .86rem; line-height: 1.6; margin: -18px 0 24px; }
.dialog-content dl { margin: 0; }
.dialog-content dl div { display: grid; grid-template-columns: 115px 1fr; gap: 18px; border-top: 1px solid var(--line); padding: 10px 0; font-size: .78rem; }
.dialog-content dt { color: var(--muted); }
.dialog-content dd { margin: 0; font-weight: 600; }
.price-note { color: var(--muted); font-size: .72rem; margin: 24px 0; }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 14px; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.9); border: 0; color: var(--ink); font-size: 1.5rem; cursor: pointer; }
.floating-whatsapp { align-items: center; background: #1f6a51; border: 1px solid rgba(255,255,255,.25); bottom: 22px; box-shadow: 0 12px 34px rgba(3,20,14,.24); color: white; display: flex; flex-direction: column; line-height: 1.1; min-width: 138px; padding: 12px 17px; position: fixed; right: 22px; text-decoration: none; z-index: 30; }
.floating-whatsapp span { color: #d5eee4; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.floating-whatsapp strong { font-family: var(--serif); font-size: .95rem; font-weight: 400; margin-top: 4px; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: var(--forest); transform: translateY(-2px); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 920px); }
  .site-header { width: calc(100% - 40px); grid-template-columns: 1fr auto; }
  .site-header nav { position: absolute; left: 0; right: 0; top: 91px; background: var(--paper); border-bottom: 1px solid var(--line); padding: 24px; display: none; flex-direction: column; align-items: flex-start; gap: 18px; box-shadow: 0 18px 30px rgba(16,45,38,.08); }
  .site-header nav.is-open { display: flex; }
  .menu-button { display: block; justify-self: end; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 800px; }
  .hero-gallery { height: 600px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.14); }
  .trust-strip div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); }
  .theme-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .customization { gap: 60px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .markets { gap: 60px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { height: 76px; width: calc(100% - 32px); }
  .site-header nav { top: 75px; }
  .hero { min-height: auto; padding: 55px 0 65px; gap: 55px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-meta li::after { display: none; }
  .hero-gallery { height: auto; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; aspect-ratio: 1.1; gap: 8px; }
  .year-stamp { right: -5px; top: -34px; font-size: 4rem; }
  .hero-main figcaption { inset: auto 10px 10px 10px; padding: 10px 11px; font-size: .86rem; }
  .trust-strip { grid-template-columns: 1fr; padding-inline: 16px; }
  .trust-strip div { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding: 21px 0; }
  .trust-strip div:last-child { border-right: 0; }
  .intro, .compact-heading, .catalog-heading, .customization, .process-intro, .markets, .inquiry-section { grid-template-columns: 1fr; }
  .intro { padding: 90px 0 75px; gap: 26px; }
  .intro-body { padding-top: 0; }
  .section-heading h2, .custom-content h2, .process-intro h2, .markets h2, .inquiry-copy h2 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .theme-collections { padding: 75px 0 88px; }
  .compact-heading { gap: 20px; margin-bottom: 36px; }
  .theme-grid { grid-template-columns: 1fr 1fr; }
  .theme-card { min-height: 245px; padding: 20px; }
  .catalog-section { padding: 80px 0 70px; }
  .catalog-heading { gap: 20px; }
  .filter-wrap { flex-wrap: nowrap; overflow-x: auto; margin-right: 0; width: 100%; padding-left: 16px; padding-right: 16px; scrollbar-width: none; }
  .filter-button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-info { padding: 14px; }
  .product-info h3 { font-size: 1.08rem; }
  .product-spec { display: block; }
  .product-spec span { display: block; }
  .catalog-foot { align-items: flex-start; flex-direction: column; gap: 15px; }
  .customization { padding: 90px 0; gap: 70px; }
  .custom-visual { padding: 0 35px 55px 0; }
  .material-card { width: 78%; padding: 22px; }
  .process-section { padding: 85px 0; }
  .process-intro { gap: 24px; }
  .process-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 42px; margin-top: 42px; }
  .process-grid h3 { margin: 12px 0 5px; }
  .markets { padding: 90px 0 120px; }
  .markets-image { padding-left: 30px; }
  .inquiry-section { padding: 85px 16px; gap: 45px; }
  .inquiry-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 24px; }
  .footer-contact { gap: 7px; }
  .copyright { grid-column: auto; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-layout > img { min-height: 0; aspect-ratio: 1.35; }
  .dialog-content { padding: 32px 24px; }
  .dialog-content h2 { font-size: 2.2rem; }
  .dialog-content dl div { grid-template-columns: 92px 1fr; }
  .contact-stack a, .contact-stack button { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  .floating-whatsapp { bottom: 12px; min-width: 112px; padding: 10px 12px; right: 12px; }
}

@media (max-width: 430px) {
  .brand small { display: none; }
  .theme-grid { grid-template-columns: 1fr; }
  .theme-card { min-height: 210px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-info h3 { font-size: 1.25rem; }
}

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