:root {
  --paper: #f7f5ef;
  --paper-deep: #eeece5;
  --ink: #132e38;
  --ink-soft: #51636a;
  --blue: #164e70;
  --blue-deep: #0e3346;
  --cobalt: #3367bd;
  --line: rgba(19, 46, 56, .16);
  --white: #fffefa;
  --sans: "DM Sans", "Trebuchet MS", sans-serif;
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open, body.dialog-open { overflow: hidden; }
button, input, textarea { font: inherit; }
[hidden] { display: none !important; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: #bed4ed; color: var(--ink); }
:focus-visible { outline: 2px solid var(--cobalt); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 16px; padding: 12px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
.scroll-progress { position: fixed; z-index: 1001; inset: 0 0 auto; height: 3px; background: #d4aa64; transform: scaleX(0); transform-origin: left; pointer-events: none; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.arrow-icon { display: inline-block; width: 17px; height: 17px; flex: none; vertical-align: middle; }
.container { width: min(100% - 72px, 1376px); margin-inline: auto; }
.section-pad { padding-block: clamp(84px, 9vw, 152px); }

.topline { height: 35px; display: flex; align-items: center; justify-content: center; gap: 42px; padding-inline: 22px; background: var(--blue-deep); color: #ecf1f0; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.topline-right { opacity: .76; }
.topline-right .arrow-icon { width: 12px; height: 12px; margin-left: 3px; }
.site-header { position: sticky; z-index: 60; top: 0; height: 84px; background: rgba(247, 245, 239, .96); border-bottom: 1px solid rgba(19,46,56,.08); transition: height .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-header.is-scrolled { height: 70px; box-shadow: 0 9px 32px rgba(23,43,51,.07); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.brand-mark { position: relative; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px 11px 11px 3px; background: var(--ink); color: var(--white); transform: rotate(-6deg); }
.brand-mark > span { margin-top: -5px; font-family: var(--serif); font-size: 28px; font-weight: 600; font-style: italic; line-height: 1; transform: rotate(6deg); }
.brand-mark i { position: absolute; right: -3px; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: #d4aa64; border: 2px solid var(--paper); }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-family: var(--serif); font-weight: 600; font-size: 24px; letter-spacing: -.065em; }
.brand-type small { margin-top: 2px; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(26px, 3.2vw, 52px); margin-left: auto; }
.desktop-nav a { position: relative; padding-block: 10px; color: #284650; font-size: 13px; font-weight: 600; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 5px; left: 0; width: 100%; height: 1px; background: currentColor; transform-origin: left; transform: scaleX(0); transition: transform .32s var(--ease); }
.desktop-nav a:hover { color: var(--cobalt); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); }
.icon-button svg { width: 20px; height: 20px; }
.header-whatsapp { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 43px; padding: 0 16px 0 19px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; transition: background .25s, transform .25s; }
.header-whatsapp:hover { background: var(--cobalt); transform: translateY(-2px); }
.header-whatsapp .arrow-icon { width: 16px; height: 16px; }
.menu-trigger, .mobile-menu { display: none; }

.hero { position: relative; height: min(760px, calc(100svh - 120px)); min-height: 610px; isolation: isolate; overflow: hidden; background: #bdb8a9; color: #fff; }
.hero-image, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -2; object-fit: cover; object-position: 50% 51%; transform: scale(1.035); animation: hero-image-in 1.5s var(--ease) both; }
.hero-wash { z-index: -1; background: linear-gradient(90deg, rgba(10,38,48,.78) 0%, rgba(12,45,55,.62) 25%, rgba(12,45,55,.15) 54%, transparent 85%), linear-gradient(0deg, rgba(5,28,39,.36), transparent 27%); }
.hero-layout { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.hero-copy { width: min(640px, 58%); padding-bottom: 4%; animation: rise-in 1.05s .16s var(--ease) both; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; color: var(--cobalt); font-size: 11px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow.light { color: #f7f6ee; }
.eyebrow-line { display: inline-block; flex: 0 0 25px; width: 25px; height: 1px; background: currentColor; opacity: .7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.057em; }
h1 em, h2 em { font-style: italic; font-weight: 500; }
.hero h1 { margin-bottom: 24px; font-size: clamp(66px, 7.7vw, 123px); line-height: .98; text-wrap: balance; }
.hero-description { width: min(460px, 100%); margin-bottom: 33px; color: rgba(255,255,255,.91); font-size: clamp(15px, 1.26vw, 18px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 29px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 55px; padding: 0 20px; border: 1px solid transparent; font-size: 13px; font-weight: 700; line-height: 1; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-3px); }
.button .arrow-icon { width: 18px; height: 18px; transition: transform .25s; }
.button:hover .arrow-icon { transform: translate(2px, -2px); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: #dce8ee; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--cobalt); }
.hero-text-link, .text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.hero-text-link .arrow-icon, .text-link .arrow-icon { width: 15px; height: 15px; transition: transform .25s; }
.hero-text-link:hover .arrow-icon, .text-link:hover .arrow-icon { transform: translate(3px,-2px); }
.hero-side-note { align-self: flex-end; display: flex; align-items: center; gap: 18px; margin-bottom: 45px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-side-note span:first-child { opacity: .65; }
.hero-scroll { position: absolute; bottom: 38px; left: max(36px, calc((100vw - 1376px)/2)); display: flex; align-items: center; gap: 17px; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.scroll-line { display: block; width: 63px; height: 1px; background: rgba(255,255,255,.7); }
@keyframes hero-image-in { from { opacity: .55; transform: scale(1.09); } to { opacity: 1; transform: scale(1.035); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

.motion-ready [data-reveal] { opacity: 0; filter: blur(6px); transform: translate3d(0, 24px, 0); transition: opacity .8s var(--ease), filter .8s var(--ease), transform .8s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); }
.motion-ready .category-card[data-reveal].is-visible:hover { transform: translateY(-7px); }

.assurance { background: #ebe9e1; border-bottom: 1px solid var(--line); }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.assurance-item { display: flex; align-items: center; gap: 15px; min-height: 104px; padding-left: clamp(10px, 3.2vw, 48px); }
.assurance-item:first-child { padding-left: 0; }
.assurance-item + .assurance-item { border-left: 1px solid var(--line); }
.assurance-icon { width: 39px; height: 39px; display: grid; place-items: center; flex: none; border: 1px solid rgba(22,78,112,.35); border-radius: 50%; color: var(--blue); }
.assurance-icon svg { width: 21px; height: 21px; }
.assurance-item strong, .assurance-item small { display: block; }
.assurance-item strong { font-size: 12px; margin-bottom: 4px; }
.assurance-item small { color: var(--ink-soft); font-size: 11px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 45px; }
.section-heading h2, .steps-top h2 { margin-bottom: 0; font-size: clamp(47px, 5.4vw, 78px); line-height: 1.055; }
.section-heading > p, .steps-top > p { max-width: 317px; margin-bottom: 7px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: .81; min-height: 410px; overflow: hidden; padding: 22px 19px 22px 23px; border: 1px solid var(--line); background: #e5e5dd; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.category-card:hover { transform: translateY(-7px); box-shadow: 0 25px 40px rgba(19,46,56,.13); }
.category-card img { position: absolute; z-index: 0; left: -5%; top: 10%; width: 110%; height: 73%; object-fit: contain; mix-blend-mode: multiply; transition: transform .7s var(--ease); }
.category-wash img { object-fit: cover; }
.category-card:hover img { transform: scale(1.055); }
.category-wash { background: #e6e5df; }
.category-cold { background: #e1e9e9; }
.category-cold img { top: 6%; height: 79%; }
.category-cook { background: #e9e5df; }
.category-screen { background: #e4e9e7; }
.category-screen img { top: 11%; }
.category-number, .category-bottom { position: relative; z-index: 1; }
.category-number { font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.category-bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.category-bottom strong { max-width: 190px; font-family: var(--serif); font-size: clamp(24px, 2vw, 33px); line-height: 1.12; font-weight: 500; letter-spacing: -.045em; }
.round-arrow { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border: 1px solid var(--ink); border-radius: 50%; transition: background .25s, color .25s, transform .25s; }
.round-arrow .arrow-icon { width: 16px; height: 16px; }
.category-card:hover .round-arrow { background: var(--ink); color: #fff; transform: rotate(45deg); }

.selection-section { background: var(--white); }
.selection-heading { margin-bottom: 38px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 15px 22px; border-top: 1px solid var(--line); }
.filter-list { display: flex; gap: 7px; flex-wrap: wrap; }
.filter-chip { min-height: 38px; padding: 0 16px; border: 1px solid transparent; border-radius: 30px; background: transparent; color: var(--ink-soft); font-size: 12px; font-weight: 700; transition: background .2s, color .2s, border-color .2s; }
.filter-chip:hover { border-color: var(--line); color: var(--ink); }
.filter-chip.is-active { background: var(--ink); color: #fff; }
.search-field { display: flex; align-items: center; gap: 8px; width: 220px; min-width: 160px; height: 39px; border-bottom: 1px solid rgba(19,46,56,.35); }
.search-field svg { width: 17px; height: 17px; flex: none; }
.search-field input { min-width: 0; width: 100%; border: none; outline: none; background: transparent; color: var(--ink); font-size: 12px; }
.search-field input::placeholder { color: #66777c; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.product-card { min-width: 0; }
.product-media { position: relative; width: 100%; aspect-ratio: .98; overflow: hidden; border: 0; background: #f0efeb; padding: 0; text-align: left; }
.product-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(19,46,56,.08); pointer-events: none; }
.product-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .6s var(--ease); }
.product-card-official .product-media img { object-fit: cover; }
.product-media:hover img { transform: scale(1.06); }
.product-label { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 8px; background: rgba(255,254,250,.91); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-media-arrow { position: absolute; z-index: 2; bottom: 12px; right: 12px; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--white); transition: color .25s, background .25s; }
.product-media:hover .product-media-arrow { color: #fff; background: var(--ink); }
.product-meta { padding-top: 14px; }
.product-meta small { color: var(--cobalt); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-meta h3 { margin: 7px 0 8px; font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2vw, 29px); letter-spacing: -.045em; line-height: 1.2; }
.product-meta p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.product-meta button { display: inline-flex; gap: 10px; align-items: center; margin-top: 15px; padding: 0 0 5px; border: none; border-bottom: 1px solid var(--ink); background: none; color: var(--ink); font-size: 11px; font-weight: 700; }
.product-meta button .arrow-icon { width: 15px; height: 15px; }
.product-empty { grid-column: 1/-1; padding: 70px 20px; background: var(--paper); text-align: center; }
.product-empty h3 { font-family: var(--serif); font-size: 32px; font-weight: 500; }
.catalog-note { display: flex; align-items: center; gap: 9px; margin: 44px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.catalog-note svg { width: 16px; height: 16px; flex: none; color: var(--cobalt); }

.service-section { position: relative; isolation: isolate; overflow: hidden; background: var(--blue-deep); color: #fff; }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(70px, 10vw, 160px); padding-block: clamp(93px, 10vw, 155px); }
.service-intro h2 { margin-bottom: 25px; font-size: clamp(50px, 5.3vw, 79px); line-height: 1.075; }
.service-intro > p:not(.eyebrow) { max-width: 470px; margin-bottom: 30px; color: #c5d2d3; font-size: 15px; line-height: 1.78; }
.text-link-light { color: #fff; }
.service-points { align-self: center; border-top: 1px solid rgba(255,255,255,.25); }
.service-points > div { display: grid; grid-template-columns: 44px 1fr; gap: 26px; padding: 28px 0 26px; border-bottom: 1px solid rgba(255,255,255,.25); }
.service-points > div > span { padding-top: 5px; color: #c1d8e3; font-family: var(--serif); font-size: 16px; }
.service-points h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 29px; font-weight: 500; letter-spacing: -.04em; }
.service-points p { max-width: 330px; margin-bottom: 0; color: #c5d2d3; font-size: 13px; line-height: 1.65; }
.service-asterisk { position: absolute; z-index: 0; right: -70px; bottom: -270px; color: rgba(255,255,255,.04); font-family: var(--serif); font-size: 650px; line-height: 1; }

.steps-section { background: var(--paper); }
.steps-top { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 47px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid article { min-height: 290px; padding: 28px 35px 32px 0; }
.steps-grid article + article { padding-left: 36px; border-left: 1px solid var(--line); }
.step-index { color: var(--cobalt); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.step-icon { height: 92px; display: flex; align-items: center; color: var(--blue); }
.step-icon svg { width: 53px; height: 53px; }
.steps-grid h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 30px; font-weight: 500; letter-spacing: -.045em; }
.steps-grid p { max-width: 310px; margin-bottom: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.contact-section { background: #2f648b; color: #fff; }
.contact-inner { min-height: 371px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 68px; }
.contact-section h2 { margin-bottom: 13px; font-size: clamp(58px, 6vw, 88px); line-height: 1; }
.contact-section p:not(.eyebrow) { margin-bottom: 0; color: #e3edf3; font-size: 14px; line-height: 1.7; }
.contact-cta { min-width: 225px; flex: none; }

.site-footer { background: var(--paper-deep); }
.footer-grid { display: grid; grid-template-columns: 2.3fr 1fr 1fr; gap: 35px; padding-block: 75px 90px; }
.footer-brand { margin-bottom: 22px; }
.footer-grid p { color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.footer-grid h3 { margin-bottom: 21px; color: var(--cobalt); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; width: fit-content; margin-bottom: 13px; font-size: 12px; font-weight: 600; }
.footer-grid > div:not(:first-child) a:hover { text-decoration: underline; }
.footer-grid > div:not(:first-child) a .arrow-icon { width: 12px; height: 12px; margin-left: 2px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 69px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 4px; color: var(--ink); font-weight: 700; }
.footer-bottom a .arrow-icon { width: 12px; height: 12px; }
.mobile-contact-bar { display: none; }

.product-dialog { width: min(860px, calc(100vw - 40px)); max-width: none; max-height: min(700px, calc(100svh - 32px)); overflow: auto; padding: 0; border: 0; background: var(--white); color: var(--ink); box-shadow: 0 26px 85px rgba(3,22,31,.28); }
.product-dialog::backdrop { background: rgba(7,27,38,.72); backdrop-filter: blur(5px); }
.product-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; animation: dialog-in .38s var(--ease) both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.dialog-close { position: absolute; z-index: 5; top: 15px; right: 15px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 27px; line-height: 1; }
.dialog-image { display: grid; place-items: center; min-height: 495px; background: #eeede7; }
.dialog-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.dialog-image.is-official img { object-fit: cover; }
.dialog-image.is-official.is-detail img { object-fit: contain; }
.dialog-image { position: relative; overflow: hidden; }
.gallery-nav { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 40px; height: 40px; padding: 0 0 5px; border: 1px solid rgba(19,46,56,.15); border-radius: 50%; background: rgba(255,254,250,.94); color: var(--ink); box-shadow: 0 4px 15px rgba(19,46,56,.13); font-family: Georgia, serif; font-size: 30px; line-height: 1; transform: translateY(-50%); }
.gallery-prev { left: 12px; }
.gallery-next { right: 12px; }
.gallery-count { position: absolute; right: 14px; bottom: 12px; padding: 5px 9px; background: rgba(255,254,250,.94); color: var(--ink); font-size: 11px; font-weight: 700; }
.dialog-content { padding: 63px 41px 39px; }
.dialog-content .eyebrow { margin-bottom: 38px; }
.dialog-category { color: var(--cobalt); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.dialog-content h2 { margin: 9px 0 17px; font-size: 45px; line-height: 1.06; }
.dialog-content > p:not(.eyebrow):not(.dialog-disclaimer) { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.dialog-detail { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 12px; }
.dialog-detail:first-of-type { margin-top: 29px; }
.dialog-detail strong { text-align: right; }
.dialog-disclaimer { margin: 18px 0 21px; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }
.dialog-content .button { width: 100%; }

@media (max-width: 1100px) {
  .container { width: min(100% - 48px, 1376px); }
  .desktop-nav { gap: 20px; }
  .category-card { min-height: 330px; padding: 18px; }
  .category-bottom strong { font-size: 24px; }
  .service-grid { gap: 50px; }
}
@media (max-width: 850px) {
  .desktop-nav, .header-whatsapp, .search-trigger { display: none; }
  .menu-trigger { display: flex; flex-direction: column; justify-content: center; gap: 5px; }
  .menu-trigger span { width: 23px; height: 1.5px; background: currentColor; transition: transform .25s; }
  .menu-trigger[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-trigger[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu:not([hidden]) { position: fixed; z-index: 59; top: 70px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: 30px 24px 40px; background: var(--paper); box-shadow: 0 28px 50px rgba(11,39,50,.18); animation: rise-in .3s var(--ease) both; }
  .mobile-menu a { display: flex; justify-content: space-between; align-items: center; padding: 18px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 30px; }
  .mobile-menu a span { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
  .category-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card { aspect-ratio: 1; min-height: 310px; }
  .service-grid { grid-template-columns: 1fr; gap: 52px; }
  .service-asterisk { display: none; }
  .steps-grid article { padding-right: 20px; }
  .steps-grid article + article { padding-left: 20px; }
}
@media (max-width: 600px) {
  .motion-ready [data-reveal] { filter: blur(3px); transform: translate3d(0, 16px, 0); transition-duration: .65s; }
  html { scroll-padding-top: 72px; }
  .container { width: calc(100% - 36px); }
  .topline { height: 30px; font-size: 9px; letter-spacing: .12em; }
  .topline-right { display: none; }
  .site-header, .site-header.is-scrolled { height: 66px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-type strong { font-size: 22px; }
  .hero { height: min(760px, calc(100svh - 96px)); min-height: 640px; }
  .hero-image { object-position: 63% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(9,39,51,.91) 0%, rgba(9,39,51,.75) 33%, rgba(9,39,51,.12) 78%), linear-gradient(90deg, rgba(9,39,51,.18), transparent 60%); }
  .hero-layout { align-items: flex-end; }
  .hero-copy { width: 100%; padding-bottom: 85px; }
  .hero .eyebrow { margin-bottom: 19px; font-size: 9px; }
  .hero h1 { font-size: clamp(61px, 14vw, 90px); margin-bottom: 18px; }
  .hero-description { max-width: 330px; margin-bottom: 24px; font-size: 13px; line-height: 1.65; }
  .hero-actions { gap: 19px; }
  .button { min-height: 51px; font-size: 12px; }
  .hero-text-link { font-size: 12px; }
  .hero-side-note { display: none; }
  .hero-scroll { left: 18px; bottom: 23px; font-size: 9px; }
  .assurance-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .assurance-grid::-webkit-scrollbar { display: none; }
  .assurance-item { flex: 0 0 76%; min-height: 87px; padding: 0 14px 0 0; scroll-snap-align: start; }
  .assurance-item + .assurance-item { padding-left: 14px; }
  .section-pad { padding-block: 76px; }
  .section-heading, .steps-top { display: block; margin-bottom: 30px; }
  .eyebrow { margin-bottom: 20px; font-size: 10px; }
  .section-heading h2, .steps-top h2 { font-size: clamp(47px, 10.5vw, 67px); }
  .section-heading > p, .steps-top > p { margin-top: 18px; margin-bottom: 0; font-size: 13px; }
  .category-grid { gap: 9px; }
  .category-card { min-height: 260px; aspect-ratio: .76; padding: 13px; }
  .category-number { font-size: 8px; }
  .category-card img { top: 17%; height: 58%; }
  .category-cold img { top: 9%; height: 68%; }
  .category-bottom strong { font-size: clamp(19px, 5vw, 25px); }
  .round-arrow { width: 27px; height: 27px; }
  .round-arrow .arrow-icon { width: 13px; height: 13px; }
  .selection-heading { margin-bottom: 25px; }
  .catalog-toolbar { display: block; padding-top: 15px; }
  .filter-list { flex-wrap: nowrap; gap: 5px; overflow-x: auto; margin: 0 -18px 17px; padding: 0 18px 5px; scrollbar-width: none; }
  .filter-list::-webkit-scrollbar { display: none; }
  .filter-chip { flex: none; min-height: 34px; padding-inline: 13px; font-size: 11px; }
  .search-field { width: 100%; height: 42px; }
  .product-grid { gap: 13px 9px; }
  .product-media { aspect-ratio: .88; }
  .product-label { top: 8px; left: 8px; font-size: 8px; }
  .product-meta { padding-top: 10px; }
  .product-meta small { font-size: 9px; }
  .product-meta h3 { margin-block: 5px; font-size: 21px; }
  .product-meta p { font-size: 11px; }
  .product-meta button { margin-top: 12px; font-size: 10px; }
  .catalog-note { align-items: start; margin-top: 30px; font-size: 10px; }
  .service-grid { padding-block: 81px 85px; }
  .service-intro h2 { font-size: clamp(48px, 10vw, 66px); }
  .service-intro > p:not(.eyebrow) { font-size: 13px; }
  .service-points > div { grid-template-columns: 30px 1fr; gap: 10px; padding: 22px 0; }
  .service-points h3 { font-size: 25px; }
  .service-points p { font-size: 12px; }
  .steps-grid { display: block; }
  .steps-grid article, .steps-grid article + article { min-height: auto; padding: 22px 0 24px; border-left: 0; }
  .steps-grid article + article { border-top: 1px solid var(--line); }
  .step-icon { height: 70px; }
  .step-icon svg { width: 44px; height: 44px; }
  .steps-grid h3 { font-size: 28px; }
  .contact-inner { display: block; min-height: auto; padding-block: 74px 78px; }
  .contact-section h2 { font-size: clamp(43px, 12vw, 66px); }
  .contact-section p:not(.eyebrow) { font-size: 13px; }
  .contact-cta { margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; padding-block: 68px 60px; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-bottom { flex-wrap: wrap; justify-content: space-between; gap: 8px; padding-block: 18px 90px; line-height: 1.5; }
  .footer-bottom span:nth-child(2) { order: 3; width: 100%; }
  .mobile-contact-bar { position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 65px; padding: 9px 18px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(247,245,239,.97); box-shadow: 0 -8px 25px rgba(11,39,50,.07); backdrop-filter: blur(12px); }
  .mobile-contact-bar > span { font-size: 12px; font-weight: 700; }
  .mobile-contact-bar small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: 10px; font-weight: 400; }
  .mobile-contact-bar a { min-width: 85px; display: flex; justify-content: space-between; gap: 10px; padding: 11px 12px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; }
  .mobile-contact-bar a .arrow-icon { width: 14px; height: 14px; }
  .product-dialog { width: calc(100vw - 20px); max-height: calc(100svh - 20px); }
  .product-dialog[open] { display: block; }
  .dialog-image { height: 265px; min-height: 0; }
  .dialog-content { padding: 30px 25px 26px; }
  .dialog-content .eyebrow { margin-bottom: 18px; }
  .dialog-content h2 { font-size: 38px; }
  .dialog-detail:first-of-type { margin-top: 16px; }
}
@media (max-width: 390px) {
  .hero h1 { font-size: 58px; }
  .category-card { min-height: 0; aspect-ratio: .66; }
  .category-bottom strong { font-size: 19px; }
  .round-arrow { display: none; }
}

/* Compact category navigation: large images, short labels, clear tap targets. */
.category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.category-card { min-width: 0; min-height: 0; height: clamp(315px, 28vw, 370px); aspect-ratio: auto; padding: 26px 28px; isolation: isolate; }
.category-card::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(247,245,239,.8), transparent 72%); pointer-events: none; }
.category-card img { left: auto; right: -3%; top: -8%; width: 64%; height: 120%; object-fit: contain; }
.category-wash img { right: -7%; top: -19%; width: 70%; height: 140%; object-fit: cover; }
.category-cold img, .category-screen img { top: -8%; height: 120%; }
.category-number { font-size: 11px; }
.category-bottom { justify-content: space-between; align-items: end; }
.category-copy { display: grid; gap: 8px; }
.category-copy strong { font-size: clamp(32px, 3.4vw, 49px); }
.category-copy small { color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.round-arrow { width: 39px; height: 39px; }

/* Product photos and order preview. */
.product-dialog { width: min(980px, calc(100vw - 40px)); max-height: min(780px, calc(100svh - 32px)); }
.product-dialog[open] { grid-template-columns: 1.08fr .92fr; }
.dialog-gallery { min-width: 0; display: flex; flex-direction: column; background: #f0efeb; }
.dialog-image { flex: 1; min-height: 400px; }
.gallery-thumbs { display: flex; gap: 5px; overflow-x: auto; padding: 11px; border-top: 1px solid var(--line); scrollbar-width: thin; }
.gallery-thumb { flex: 1 0 0; min-width: 70px; max-width: 98px; padding: 3px; border: 1px solid transparent; background: transparent; color: var(--ink-soft); font-size: 9px; font-weight: 700; line-height: 1.2; }
.gallery-thumb[aria-pressed="true"] { border-color: var(--ink); color: var(--ink); background: var(--white); }
.gallery-thumb img { width: 100%; height: 57px; object-fit: cover; background: #fff; }
.gallery-thumb span { display: block; padding: 5px 2px 3px; }
.dialog-content { padding: 61px 42px 40px; }
.dialog-question-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 19px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.dialog-question-link .arrow-icon { width: 14px; height: 14px; }

.order-dialog { width: min(920px, calc(100vw - 32px)); max-width: none; max-height: calc(100svh - 32px); overflow-y: auto; border: 0; padding: 38px 46px 42px; background: var(--white); color: var(--ink); box-shadow: 0 26px 85px rgba(3,22,31,.28); }
.order-dialog::backdrop { background: rgba(7,27,38,.72); backdrop-filter: blur(5px); }
.order-dialog[open] { animation: dialog-in .38s var(--ease) both; }
.order-header { padding-right: 30px; }
.order-header .eyebrow { margin-bottom: 18px; }
.order-header h2 { max-width: 680px; margin-bottom: 22px; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; }
.demo-banner { padding: 13px 15px; border-left: 3px solid #cda967; background: #f7f2e8; color: #48565c; font-size: 12px; line-height: 1.6; }
.demo-banner strong { color: var(--ink); }
.order-product { display: flex; align-items: center; gap: 18px; margin: 27px 0 15px; padding: 13px 16px; background: var(--paper); }
.order-product img { width: 92px; height: 75px; object-fit: cover; mix-blend-mode: multiply; }
.order-product div { display: flex; flex-direction: column; gap: 3px; }
.order-product small { color: var(--cobalt); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.order-product strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.order-product span { color: var(--ink-soft); font-size: 11px; }
.order-product span:first-of-type { color: var(--ink); font-weight: 700; }
.order-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.order-fieldset { display: flex; flex-direction: column; gap: 13px; min-width: 0; margin: 0; padding: 18px 0 20px; border: 0; border-top: 1px solid var(--line); }
.order-fieldset legend { width: 100%; padding-top: 17px; color: var(--cobalt); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.order-fieldset label, .order-notes { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }
.order-fieldset input:not([type="radio"]), .order-notes textarea { width: 100%; min-height: 43px; padding: 10px 12px; border: 1px solid rgba(19,46,56,.25); border-radius: 0; background: #fff; color: var(--ink); outline: none; font-size: 13px; font-weight: 400; }
.order-fieldset input:focus, .order-notes textarea:focus { border-color: var(--cobalt); }
.order-fieldset input::placeholder, .order-notes textarea::placeholder { color: #77838a; }
.order-fieldset > p { margin: 0; color: var(--ink-soft); font-size: 11px; font-weight: 400; line-height: 1.5; }
.payment-choice { display: flex !important; align-items: start; gap: 11px !important; padding: 11px; border: 1px solid var(--line); cursor: pointer; }
.payment-choice:has(input:checked) { border-color: var(--cobalt); background: #f0f5f8; }
.payment-choice input { margin: 3px 0 0; accent-color: var(--cobalt); }
.payment-choice span { display: grid; gap: 3px; }
.payment-choice strong { font-size: 12px; }
.payment-choice small { color: var(--ink-soft); font-size: 11px; font-weight: 400; line-height: 1.5; }
.order-notes { margin-top: 3px; }
.order-notes span { color: var(--ink-soft); font-weight: 400; }
.order-notes textarea { resize: vertical; }
.order-actions { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--line); }
.order-actions p { max-width: 230px; margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.order-result h3 { margin-bottom: 15px; font-family: var(--serif); font-size: 43px; font-weight: 500; }
.order-result dl { display: grid; grid-template-columns: 140px 1fr; gap: 0 18px; margin: 24px 0; border-top: 1px solid var(--line); }
.order-result dt, .order-result dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.5; }
.order-result dt { color: var(--ink-soft); }
.order-result dd { overflow-wrap: anywhere; font-weight: 700; }

/* Local FAQ assistant. It never claims to check live stock or receive orders. */
.assistant-launcher { position: fixed; z-index: 65; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 30px; background: var(--blue-deep); color: #fff; box-shadow: 0 12px 36px rgba(7,27,38,.22); font-size: 12px; font-weight: 700; transition: transform .25s var(--ease), background .25s; }
.assistant-launcher:hover { background: var(--blue); transform: translateY(-3px); }
.assistant-launcher[aria-expanded="true"] { opacity: 0; pointer-events: none; }
.assistant-launcher svg { width: 21px; height: 21px; }
.assistant-panel { position: fixed; z-index: 66; right: 24px; bottom: 84px; display: flex; flex-direction: column; width: min(380px, calc(100vw - 30px)); max-height: min(590px, calc(100svh - 112px)); border: 1px solid var(--line); background: var(--white); box-shadow: 0 24px 70px rgba(7,27,38,.24); }
.assistant-head { display: flex; align-items: start; justify-content: space-between; gap: 15px; padding: 22px 22px 18px; background: var(--blue-deep); color: #fff; }
.assistant-head small { display: block; margin-bottom: 9px; color: #bad1dc; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.assistant-head strong { font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.04em; }
.assistant-head button { flex: none; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; font-size: 22px; line-height: 1; }
.assistant-messages { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-height: 155px; overflow-y: auto; padding: 18px; background: #f5f4ee; }
.assistant-message { max-width: 93%; margin: 0; padding: 11px 13px; font-size: 12px; line-height: 1.55; }
.assistant-reply { border: 1px solid var(--line); background: #fff; }
.assistant-user { align-self: flex-end; background: var(--blue-deep); color: #fff; }
.assistant-suggestions { display: flex; flex-wrap: wrap; gap: 6px; padding: 10px 18px 0; }
.assistant-suggestions button { padding: 7px 9px; border: 1px solid var(--line); border-radius: 20px; background: transparent; color: var(--ink); font-size: 10px; }
.assistant-suggestions button:hover { border-color: var(--cobalt); }
.assistant-form { display: flex; gap: 8px; padding: 14px 18px; }
.assistant-form input { min-width: 0; flex: 1; padding: 10px 11px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 12px; }
.assistant-form button { display: grid; place-items: center; width: 38px; border: 0; background: var(--blue-deep); color: #fff; }
.assistant-form button svg { width: 18px; height: 18px; }
.assistant-whatsapp { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 18px; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 700; }

@media (max-width: 850px) {
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 245px; height: 245px; aspect-ratio: auto; }
  .category-copy strong { font-size: 34px; }
}
@media (max-width: 600px) {
  /* iOS Safari zooms the page when a focused form field uses text below 16px. */
  .order-fieldset input:not([type="radio"]),
  .order-notes textarea,
  .assistant-form input,
  .search-field input { font-size: 16px; }
  .order-fieldset input:not([type="radio"]),
  .assistant-form input,
  .search-field input { min-height: 46px; }
  .category-grid { grid-template-columns: 1fr; gap: 10px; }
  .category-card, .category-card.category-wash { min-height: 166px; height: 166px; aspect-ratio: auto; padding: 18px 20px; }
  .category-card.category-wash { height: 193px; }
  .category-card img { right: -3%; top: -20%; width: 57%; height: 145%; }
  .category-wash img { right: -5%; top: -32%; width: 64%; height: 170%; object-fit: cover; }
  .category-cold img, .category-screen img { top: -20%; height: 145%; }
  .category-card::after { background: linear-gradient(90deg, rgba(247,245,239,.9), rgba(247,245,239,.2) 60%, transparent); }
  .category-number { font-size: 9px; }
  .category-copy { gap: 4px; }
  .category-copy strong { font-size: 31px; }
  .category-copy small { font-size: 9px; }
  .round-arrow { display: grid; width: 30px; height: 30px; }
  .product-dialog { width: calc(100vw - 20px); max-height: calc(100svh - 20px); }
  .product-dialog[open] { display: block; }
  .dialog-image { height: 238px; min-height: 0; }
  .gallery-thumbs { padding: 7px; }
  .gallery-thumb { min-width: 65px; }
  .gallery-thumb img { height: 42px; }
  .dialog-content { padding: 25px 25px 29px; }
  .dialog-content h2 { font-size: 37px; }
  .order-dialog { width: calc(100vw - 16px); max-height: calc(100svh - 16px); padding: 26px 20px 30px; }
  .order-header h2 { font-size: 43px; }
  .order-form-grid { grid-template-columns: 1fr; }
  .order-product { gap: 11px; padding: 10px; }
  .order-product img { width: 73px; height: 70px; }
  .order-product strong { font-size: 18px; }
  .order-actions { display: block; }
  .order-actions p { margin-bottom: 14px; }
  .order-actions .button { width: 100%; }
  .order-result dl { grid-template-columns: 100px 1fr; }
  .assistant-launcher { right: 14px; bottom: calc(78px + env(safe-area-inset-bottom)); width: 48px; height: 48px; min-height: 0; justify-content: center; padding: 0; border-radius: 50%; }
  .assistant-launcher span { display: none; }
  .assistant-panel { right: 10px; left: 10px; bottom: calc(135px + env(safe-area-inset-bottom)); width: auto; max-height: min(550px, calc(100svh - 170px)); }
}
@media (max-width: 600px) and (max-height: 640px) {
  .assistant-panel { top: max(8px, env(safe-area-inset-top)); bottom: calc(76px + env(safe-area-inset-bottom)); max-height: none; }
  .assistant-messages { min-height: 0; flex: 1 1 auto; }
}
@media (pointer: coarse) and (min-width: 601px) {
  .order-fieldset input:not([type="radio"]), .order-notes textarea, .assistant-form input, .search-field input { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
