/* Editorial storefront direction. Elica is a reference for pacing and composition. */
.topline { display: none; }
.site-header { top: 0; transition: transform .55s cubic-bezier(.22,1,.36,1), height .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease); }
.site-header.is-scrolled { top: 0; background: rgba(8,8,8,.7); border-color: rgba(255,255,255,.12); color: #fff; box-shadow: 0 10px 35px rgba(0,0,0,.1); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translate3d(0,-101%,0); box-shadow: none; }
.site-header.is-hidden:focus-within, body.menu-open .site-header.is-hidden { transform: translate3d(0,0,0); }
.site-header.is-scrolled .desktop-nav a, .site-header.is-scrolled .icon-button, .site-header.is-scrolled .language-switch, .site-header.is-scrolled .header-whatsapp { color: #fff; }
.site-header.is-scrolled .language-switch { border-color: rgba(255,255,255,.5); }
.site-header.is-scrolled .language-switch:hover { background: rgba(255,255,255,.12); }
.site-header.is-scrolled .menu-trigger span { background: #fff; }
.header-inner { gap: 26px; }
.desktop-nav { margin-left: clamp(18px, 4vw, 64px); margin-right: auto; }
.header-whatsapp { min-height: 40px; padding: 0 2px; border: 0 !important; background: transparent !important; font-weight: 500; }
.header-whatsapp:hover { opacity: .72; transform: none; }
.site-header.is-scrolled .header-whatsapp { color: #fff; }
.site-header:not(.is-scrolled) .header-whatsapp { color: #fff; }
.brand-mark, .site-header .brand-mark, .site-header.is-scrolled .brand-mark, .site-header:not(.is-scrolled) .brand-mark, .site-footer .brand-mark {
  width: 43px; height: 43px; border-radius: 0; background: transparent; box-shadow: none; color: var(--ink);
}
.site-header:not(.is-scrolled) .brand-mark, .site-footer .brand-mark { color: #fff; }
.site-header.is-scrolled .brand-mark { color: #fff; }
.brand-mark svg circle { fill: none; stroke: currentColor; stroke-width: 9; }
.brand-mark svg path, .site-header:not(.is-scrolled) .brand-mark svg path, .site-footer .brand-mark svg path { stroke: currentColor; stroke-width: 12; }
.brand-mark svg circle { stroke-dasharray: 654; stroke-dashoffset: 0; }
.site-header .brand-mark svg circle { animation: logo-circle-draw 1.4s .12s cubic-bezier(.22,1,.36,1) both; }
.brand:hover .brand-mark svg circle, .brand:focus-visible .brand-mark svg circle { animation: logo-circle-redraw .85s cubic-bezier(.22,1,.36,1) both; }
.brand-mark i { display: none; }
.brand-type strong { font-size: 21px; font-weight: 700; letter-spacing: -.065em; text-transform: lowercase; }
.brand-type small { margin-top: 4px; font-size: 8px; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; }

@keyframes logo-circle-draw { from { stroke-dashoffset: 654; } to { stroke-dashoffset: 0; } }
@keyframes logo-circle-redraw { from { stroke-dashoffset: 654; } to { stroke-dashoffset: 0; } }

.hero { height: 100svh; min-height: 650px; }
.hero-image { filter: brightness(.67) saturate(.7) contrast(1.03); object-position: 57% center; }
.hero-wash { background: linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.38) 51%,rgba(0,0,0,.04) 87%),linear-gradient(0deg,rgba(0,0,0,.27),transparent 46%); }
.hero-copy { width: min(620px, 60%); padding-top: 118px; }
.hero h1 { max-width: 650px; font-size: clamp(68px, 6.2vw, 96px); line-height: 1.02; letter-spacing: -.067em; }
.hero-description { max-width: 440px; font-size: clamp(15px,1.2vw,18px); line-height: 1.55; }
.hero-actions .button-light { min-height: 47px; padding-inline: 18px; font-size: 12px; }
.hero-side-note { display: none; }
.assurance { display: none; }

.categories-section { padding-block: clamp(104px, 10vw, 160px); background: #fff; }
.categories-section .container { display: grid; grid-template-columns: minmax(215px,290px) minmax(0,1fr); column-gap: clamp(48px,6vw,100px); align-items: start; }
.categories-heading { display: block; margin: 0; }
.categories-heading .eyebrow { margin-bottom: 33px; }
.categories-heading h2 { max-width: 290px; font-size: clamp(31px,2.8vw,43px); line-height: 1.08; letter-spacing: -.06em; }
.categories-heading > p { max-width: 260px; margin-top: 26px; font-size: 14px; }
.category-grid { display: flex; grid-column: 2; gap: 22px; width: 100%; overflow-x: auto; overflow-y: hidden; padding-bottom: 7px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.category-grid::-webkit-scrollbar { display: none; }
.category-card, .category-card.category-wash { display: block; flex: 0 0 clamp(225px,21vw,295px); width: clamp(225px,21vw,295px); height: auto; min-height: 0; aspect-ratio: auto; overflow: visible; padding: 0; border: 0; background: linear-gradient(to bottom,#f1f1f1 0 250px,transparent 250px); box-shadow: none; scroll-snap-align: start; transition: none; }
.category-card:hover { transform: none; box-shadow: none; }
.category-card::after { display: none; }
.category-card img, .category-wash img, .category-cold img, .category-screen img, html[dir="rtl"] .category-card img, html[dir="rtl"] .category-wash img { position: static; width: 100%; height: 250px; object-fit: contain; mix-blend-mode: multiply; }
.category-card:hover img { transform: scale(1.035); }
.category-number, .round-arrow { display: none; }
.category-bottom { display: block; padding-top: 18px; }
.category-copy { display: block; }
.category-bottom strong, .category-copy strong { display: block; max-width: none; font-size: 23px; font-weight: 600; letter-spacing: -.045em; line-height: 1.18; }
.category-copy small { display: block; margin-top: 5px; color: #777; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.category-controls { grid-column: 2; display: flex; justify-content: space-between; align-items: center; margin-top: 23px; color: #777; font-size: 11px; }
.category-controls > div { display: flex; gap: 8px; }
.category-controls button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #bbb; border-radius: 50%; background: #fff; color: #111; transition: color .25s, background .25s, border-color .25s; }
.category-controls button:hover, .category-controls button:focus-visible { background: #111; border-color: #111; color: #fff; }
.category-controls button:first-child svg { transform: rotate(180deg); }
html[dir="rtl"] .category-controls button:first-child svg { transform: none; }
html[dir="rtl"] .category-controls button:last-child svg { transform: rotate(180deg); }

.feature-spotlight { display: grid; grid-template-columns: minmax(0,1.23fr) minmax(0,1fr); min-height: min(750px,75vw); background: #ededed; }
.feature-visual { min-width: 0; overflow: hidden; display: grid; place-items: center; background: #e9e9e9; }
.feature-visual img { width: 100%; height: 100%; max-height: 750px; object-fit: contain; mix-blend-mode: multiply; transform: scale(1.02); transition: transform 1.3s var(--ease); }
.feature-visual.is-visible img { transform: scale(1); }
.feature-copy { align-self: center; max-width: 590px; padding: 90px clamp(40px,7vw,118px) 90px clamp(40px,5vw,88px); }
.feature-copy .eyebrow { margin-bottom: 28px; }
.feature-copy h2 { margin-bottom: 26px; font-size: clamp(48px,4.8vw,76px); font-weight: 600; line-height: 1.04; letter-spacing: -.065em; }
.feature-copy > p:not(.eyebrow) { margin-bottom: 10px; color: #666; font-size: 15px; }
.feature-copy > strong { display: block; margin-bottom: 32px; font-size: 25px; font-weight: 600; letter-spacing: -.045em; }
.feature-copy .button { min-height: 50px; }
.feature-copy > small { display: block; max-width: 350px; margin-top: 24px; color: #666; font-size: 11px; line-height: 1.6; }
html[dir="rtl"] .feature-copy { text-align: right; }
html[dir="rtl"] .feature-copy > strong { direction: ltr; text-align: right; }

.selection-section { padding-top: clamp(105px,10vw,160px); }
.selection-heading h2 { font-size: clamp(46px,5vw,68px); }
.filter-chip { min-height: 36px; padding-inline: 13px; font-weight: 500; }
.product-meta h3 { font-size: 23px; }
.footer-grid > div:not(:first-child) a:hover { text-decoration: none; }

@media (max-width: 850px) {
  .categories-section .container { display: block; }
  .categories-heading { max-width: 540px; margin-bottom: 42px; }
  .categories-heading h2 { max-width: none; font-size: clamp(34px,5vw,46px); }
  .categories-heading > p { max-width: 440px; }
  .category-grid { width: calc(100% + 36px); margin-right: -18px; }
  .category-controls { margin-top: 12px; }
  .feature-spotlight { grid-template-columns: 1fr 1fr; min-height: 600px; }
  .feature-copy { padding: 60px 34px; }
  .feature-copy h2 { font-size: clamp(42px,5vw,61px); }
}
@media (max-width: 600px) {
  .site-header, .site-header.is-scrolled { height: 67px; }
  .brand-mark, .site-header .brand-mark, .site-header.is-scrolled .brand-mark { width: 38px; height: 38px; }
  .brand-type strong { font-size: 18px; }
  .brand-type small { font-size: 7px; letter-spacing: .22em; }
  .hero { height: 100svh; min-height: 630px; }
  .hero-image { object-position: 62% center; }
  .hero-wash { background: linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.52) 44%,rgba(0,0,0,.10) 82%); }
  .hero-copy { padding-top: 0; padding-bottom: 112px; }
  .hero h1 { font-size: clamp(52px,12vw,67px); line-height: 1.04; }
  .hero-description { max-width: 330px; font-size: 14px; }
  .hero-scroll { bottom: 88px; }
  .categories-section { padding-block: 90px 98px; }
  .categories-heading { margin-bottom: 35px; }
  .categories-heading .eyebrow { margin-bottom: 22px; }
  .categories-heading h2 { font-size: clamp(34px,9vw,43px); }
  .categories-heading > p { margin-top: 17px; font-size: 13px; }
  .category-grid { gap: 15px; width: calc(100% + 18px); margin-right: -18px; scroll-padding-inline: 0 18px; }
  .category-card, .category-card.category-wash { flex-basis: min(70vw,280px); width: min(70vw,280px); height: auto; min-height: 0; background: linear-gradient(to bottom,#f1f1f1 0 224px,transparent 224px); }
  .category-card img, .category-wash img, .category-cold img, .category-screen img, html[dir="rtl"] .category-card img, html[dir="rtl"] .category-wash img { height: 224px; }
  .category-bottom { padding-top: 14px; }
  .category-copy strong { font-size: 21px; }
  .category-controls { margin-top: 24px; }
  .feature-spotlight { grid-template-columns: 1fr; }
  .feature-visual { height: 360px; }
  .feature-visual img { max-height: 360px; }
  .feature-copy { padding: 55px 25px 65px; }
  .feature-copy h2 { font-size: clamp(45px,11vw,60px); }
  .selection-section { padding-top: 90px; }
  .selection-heading h2 { font-size: clamp(43px,10vw,58px); }
}
@media (prefers-reduced-motion: reduce) {
  .site-header .brand-mark svg circle, .brand:hover .brand-mark svg circle, .brand:focus-visible .brand-mark svg circle { animation: none; stroke-dashoffset: 0; }
  .category-grid { scroll-behavior: auto; }
  .feature-visual img { transform: none; }
}
