@import url("https://fonts.googleapis.com/css2?family=Anton&family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --wash-navy: #071c31;
  --wash-navy-soft: #0c3454;
  --wash-blue: #00aee9;
  --wash-cyan: #39d7ff;
  --wash-ice: #dff7ff;
  --wash-paper: #f4f7f7;
  --wash-ink: #0a2b48;
  --wash-orange: #f36d2d;
  --wash-white: #fbfeff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--wash-paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--wash-paper); color: var(--wash-ink); font-family: Manrope, sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }

.wash-grain {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.wash-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 90;
  display: grid;
  grid-template-columns: auto 1px auto 1fr;
  align-items: center;
  gap: 18px;
  width: min(1210px, calc(100% - 34px));
  min-height: 66px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(7,28,49,.92);
  color: var(--wash-white);
  box-shadow: 0 16px 44px rgba(2,17,30,.25);
  backdrop-filter: blur(18px) saturate(135%);
  transform: translateX(-50%);
}
.wash-header__makerz img { width: 112px; filter: brightness(0) invert(1); }
.wash-header > i { width: 1px; height: 38px; background: rgba(255,255,255,.16); }
.wash-header__client { color: var(--wash-cyan); font: 400 1.34rem/.86 Anton, sans-serif; letter-spacing: .05em; }
.wash-header__client b { display: block; margin-top: 5px; color: rgba(255,255,255,.5); font: 500 .36rem/1 "DM Mono", monospace; letter-spacing: .14em; }
.wash-header nav { justify-self: end; display: flex; align-items: center; gap: 26px; }
.wash-header nav a { color: rgba(255,255,255,.66); font: 700 .56rem/1 Manrope, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.wash-header nav a:hover { color: var(--wash-cyan); }
.wash-header nav a:last-child { display: flex; align-items: center; gap: 10px; color: var(--wash-white); }

.wash-hero {
  position: relative;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: clamp(46px, 6vw, 98px);
  min-height: 100svh;
  padding: 132px max(26px, calc((100% - 1280px)/2)) 72px;
  overflow: hidden;
  background: var(--wash-navy);
  color: var(--wash-white);
}
.wash-hero::after { content: ""; position: absolute; left: -18vw; bottom: -50vw; width: 72vw; height: 72vw; border: 1px solid rgba(57,215,255,.14); border-radius: 50%; }
.wash-hero__orb { position: absolute; top: -16vw; right: -9vw; width: 50vw; height: 50vw; border-radius: 50%; background: linear-gradient(145deg, var(--wash-blue), #055b8a); box-shadow: inset 0 0 0 1px rgba(255,255,255,.13); }
.wash-hero__orb span { position: absolute; inset: 15%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.wash-hero__copy, .wash-hero__visual { position: relative; z-index: 2; }
.wash-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 27px; color: rgba(255,255,255,.57); font: 500 .61rem/1 "DM Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.wash-kicker span { width: 34px; height: 1px; background: var(--wash-cyan); }
.wash-hero h1, .wash-section-head h2, .wash-speed h2, .wash-auto h2, .wash-outro h2 {
  margin: 0;
  font: 400 clamp(72px, 8.2vw, 130px)/.81 Anton, sans-serif;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.wash-hero h1 em, .wash-section-head h2 em, .wash-speed h2 em, .wash-auto h2 em, .wash-outro h2 em { color: var(--wash-cyan); font-style: normal; }
.wash-hero__foot { display: flex; justify-content: space-between; align-items: center; gap: 26px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.wash-hero__foot p { max-width: 315px; margin: 0; color: rgba(255,255,255,.62); font: 600 .9rem/1.56 Manrope, sans-serif; }
.wash-hero__foot a, .wash-outro a { display: inline-flex; align-items: center; gap: 15px; min-height: 46px; padding: 7px 7px 7px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font: 800 .53rem/1 Manrope, sans-serif; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.wash-hero__foot a i, .wash-outro a i { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--wash-blue); color: var(--wash-white); }
.wash-hero__visual { min-height: min(72vh, 735px); }
.wash-hero__film { position: absolute; top: 10%; right: -1%; width: 86%; margin: 0; overflow: hidden; border: 7px solid rgba(255,255,255,.94); border-radius: 48% 52% 44% 56% / 54% 44% 56% 46%; box-shadow: 0 34px 75px rgba(2,17,30,.42); transform: rotate(2deg); }
.wash-hero__film img { aspect-ratio: 1.72/1; object-fit: cover; }
.wash-hero__app { position: absolute; left: -2%; bottom: 0; width: 37%; margin: 0; overflow: hidden; border: 6px solid var(--wash-white); border-radius: 120px 120px 16px 16px; box-shadow: 0 28px 62px rgba(2,17,30,.36); transform: rotate(-5deg); }
.wash-hero__app img { aspect-ratio: 4/5; object-fit: cover; }
.wash-hero__drop { position: absolute; right: 2%; bottom: 5%; width: 110px; height: 150px; border-radius: 55% 45% 58% 42% / 70% 70% 30% 30%; background: var(--wash-orange); transform: rotate(14deg); box-shadow: 0 20px 45px rgba(243,109,45,.25); }
.wash-hero__axis { position: absolute; top: 2%; left: 0; margin: 0; color: rgba(255,255,255,.48); font: 500 .45rem/1 "DM Mono", monospace; letter-spacing: .14em; }

.wash-ticker { overflow: hidden; background: var(--wash-cyan); color: var(--wash-navy); }
.wash-ticker div { display: flex; align-items: center; width: max-content; padding: 15px 0; animation: wash-ticker 20s linear infinite; }
.wash-ticker span { padding: 0 28px; font: 400 1rem/1 Anton, sans-serif; letter-spacing: .13em; }
.wash-ticker i { width: 8px; height: 8px; border-radius: 50%; background: var(--wash-orange); }
@keyframes wash-ticker { to { transform: translateX(-50%); } }

.wash-system { padding: clamp(100px, 11vw, 170px) max(26px, calc((100% - 1280px)/2)); overflow: hidden; background: var(--wash-paper); }
.wash-section-head { display: grid; grid-template-columns: 180px 1fr 270px; align-items: end; gap: 36px; margin-bottom: clamp(62px, 8vw, 115px); }
.wash-section-head > span, .wash-speed__copy > span, .wash-auto__intro > span, .wash-outro__copy > span { align-self: start; margin-top: 10px; color: var(--wash-blue); font: 500 .57rem/1 "DM Mono", monospace; letter-spacing: .13em; }
.wash-section-head h2 { color: var(--wash-navy); font-size: clamp(62px, 7.6vw, 116px); }
.wash-section-head > p { margin: 0 0 8px; color: rgba(10,43,72,.62); font: 600 .88rem/1.62 Manrope, sans-serif; }
.wash-system__story { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); align-items: start; }
.wash-step { min-width: 0; }
.wash-step--tap { margin-top: 78px; }
.wash-step figure { margin: 0; overflow: hidden; border-radius: 120px 120px 16px 16px; background: var(--wash-navy); box-shadow: 0 24px 58px rgba(7,28,49,.14); }
.wash-step figure img { aspect-ratio: 4/5; object-fit: cover; }
.wash-step > div { display: flex; justify-content: space-between; align-items: flex-end; gap: 14px; padding: 20px 4px 0; }
.wash-step > div span { color: var(--wash-blue); font: 500 .48rem/1 "DM Mono", monospace; letter-spacing: .11em; }
.wash-step h3 { margin: 0; color: var(--wash-navy); font: 400 clamp(31px, 3vw, 46px)/.88 Anton, sans-serif; letter-spacing: -.02em; text-align: right; }

.wash-speed { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(48px, 8vw, 125px); min-height: 100svh; padding: clamp(100px, 11vw, 170px) max(26px, calc((100% - 1280px)/2)); overflow: hidden; background: var(--wash-blue); color: var(--wash-white); }
.wash-speed__copy, .wash-speed__art { position: relative; z-index: 2; }
.wash-speed__copy > span { color: var(--wash-navy); }
.wash-speed h2 { margin-top: 28px; color: var(--wash-white); font-size: clamp(66px, 7.6vw, 116px); }
.wash-speed h2 em { color: var(--wash-navy); }
.wash-speed__copy > p { max-width: 420px; margin: 32px 0 0; color: rgba(7,28,49,.68); font: 700 1rem/1.65 Manrope, sans-serif; }
.wash-speed__art { margin: 0; overflow: hidden; border: 8px solid var(--wash-white); border-radius: 50% 50% 16px 16px; box-shadow: 0 35px 80px rgba(4,31,52,.26); transform: rotate(2deg); }
.wash-speed__art img { aspect-ratio: 1/1; object-fit: cover; }
.wash-speed__rings { position: absolute; right: -22vw; bottom: -32vw; width: 70vw; height: 70vw; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.wash-speed__rings span { position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }

.wash-world { padding: clamp(100px, 11vw, 170px) max(26px, calc((100% - 1280px)/2)); background: var(--wash-navy); color: var(--wash-white); }
.wash-section-head--light h2 { color: var(--wash-white); }
.wash-section-head--light > p { color: rgba(255,255,255,.56); }
.wash-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(18px, 2.2vw, 32px); align-items: start; }
.wash-card { margin: 0; overflow: hidden; border-radius: 17px; background: var(--wash-white); box-shadow: 0 24px 58px rgba(0,0,0,.2); }
.wash-card img { aspect-ratio: 1/1; object-fit: cover; }
.wash-card figcaption, .wash-auto figure figcaption { display: flex; justify-content: space-between; align-items: center; gap: 15px; min-height: 49px; padding: 12px 14px; background: var(--wash-white); color: var(--wash-navy); }
.wash-card figcaption span, .wash-card figcaption b, .wash-auto figure figcaption span, .wash-auto figure figcaption b { font: 600 .48rem/1 Manrope, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.wash-card figcaption b { color: var(--wash-blue); font-family: "DM Mono", monospace; }
.wash-card--one { grid-column: 1 / span 5; }
.wash-card--two { grid-column: 7 / span 3; margin-top: 85px; }
.wash-gallery__statement { grid-column: 10 / span 3; padding: 148px 0 30px; }
.wash-gallery__statement > span { color: var(--wash-cyan); font: 500 .55rem/1 "DM Mono", monospace; letter-spacing: .13em; }
.wash-gallery__statement h3 { margin: 24px 0 0; font: 400 clamp(50px, 5.3vw, 80px)/.83 Anton, sans-serif; letter-spacing: -.03em; }
.wash-gallery__statement h3 em { color: var(--wash-orange); font-style: normal; }
.wash-card--three { grid-column: 2 / span 4; margin-top: 26px; }
.wash-card--four { grid-column: 6 / span 3; margin-top: 118px; }
.wash-card--five { grid-column: 9 / span 4; margin-top: 32px; }

.wash-auto { padding: clamp(100px, 11vw, 170px) max(26px, calc((100% - 1280px)/2)); overflow: hidden; background: var(--wash-ice); }
.wash-auto__intro { display: grid; grid-template-columns: 180px 1fr 310px; align-items: end; gap: 36px; margin-bottom: clamp(60px, 8vw, 110px); }
.wash-auto h2 { color: var(--wash-navy); font-size: clamp(62px, 7.7vw, 118px); }
.wash-auto__intro > p { margin: 0 0 8px; color: rgba(10,43,72,.63); font: 600 .88rem/1.62 Manrope, sans-serif; }
.wash-auto__stage { position: relative; min-height: min(80vw, 980px); }
.wash-auto figure { position: absolute; margin: 0; overflow: hidden; border-radius: 17px; background: var(--wash-white); box-shadow: 0 28px 68px rgba(7,28,49,.17); }
.wash-auto figure img { aspect-ratio: 4/5; object-fit: cover; }
.wash-auto__lead { left: 4%; top: 0; width: 46%; transform: rotate(-2deg); }
.wash-auto__car { right: 2%; top: 6%; width: 36%; transform: rotate(3deg); }
.wash-auto__polish { right: 25%; bottom: 0; z-index: 2; width: 32%; border: 6px solid var(--wash-white); transform: rotate(-3deg); }
.wash-auto__badge { position: absolute; left: 0; bottom: 6%; z-index: 3; display: grid; place-items: center; width: 180px; height: 180px; border-radius: 50%; background: var(--wash-orange); color: var(--wash-white); font: 400 2.3rem/.84 Anton, sans-serif; text-align: center; transform: rotate(-8deg); box-shadow: 0 20px 45px rgba(243,109,45,.22); }

.wash-outro { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; min-height: 88svh; padding: 110px max(26px, calc((100% - 1180px)/2)); overflow: hidden; background: var(--wash-navy); color: var(--wash-white); }
.wash-outro > img { position: relative; z-index: 2; width: min(100%, 510px); padding: 45px; border-radius: 50%; background: var(--wash-white); box-shadow: 0 30px 80px rgba(1,14,25,.38); }
.wash-outro__bubble { position: absolute; left: -12vw; bottom: -28vw; width: 64vw; height: 64vw; border: 1px solid rgba(57,215,255,.15); border-radius: 50%; }
.wash-outro__bubble span { position: absolute; inset: 14%; border: 1px solid rgba(57,215,255,.1); border-radius: 50%; }
.wash-outro__copy { position: relative; z-index: 2; text-align: right; }
.wash-outro h2 { margin: 34px 0 45px; font-size: clamp(76px, 8.3vw, 128px); }
.wash-outro a { justify-content: flex-end; }

.wash-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; min-height: 90px; padding: 20px max(24px, calc((100% - 1280px)/2)); background: #031424; color: rgba(255,255,255,.52); border-top: 1px solid rgba(255,255,255,.1); }
.wash-footer > a:first-child img { width: 110px; filter: brightness(0) invert(1); }
.wash-footer p, .wash-footer > a:last-child { font: 500 .5rem/1 "DM Mono", monospace; letter-spacing: .1em; }
.wash-footer > a:last-child { justify-self: end; display: flex; align-items: center; gap: 10px; }

.wash-reveal { opacity: 0; transform: translateY(28px); transition: opacity 680ms ease, transform 680ms cubic-bezier(.22,1,.36,1); }
.wash-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .wash-header { grid-template-columns: auto 1px auto; }
  .wash-header nav { display: none; }
  .wash-hero { grid-template-columns: 1fr; gap: 35px; padding-top: 126px; }
  .wash-hero__visual { min-height: min(100vw, 740px); }
  .wash-section-head, .wash-auto__intro { grid-template-columns: 135px 1fr; }
  .wash-section-head > p, .wash-auto__intro > p { grid-column: 2; }
  .wash-speed { grid-template-columns: 1fr; }
  .wash-speed__copy { max-width: 760px; }
  .wash-speed__art { width: min(75%, 680px); justify-self: end; }
  .wash-auto__stage { min-height: min(108vw, 980px); }
  .wash-outro { grid-template-columns: 1fr; gap: 35px; }
  .wash-outro > img { width: 58%; }
}

@media (max-width: 620px) {
  .wash-header { top: 9px; width: calc(100% - 18px); min-height: 56px; padding: 7px 9px; gap: 10px; border-radius: 13px; }
  .wash-header__makerz img { width: 88px; }
  .wash-header > i { height: 31px; }
  .wash-header__client { font-size: 1.04rem; }
  .wash-header__client b { font-size: .3rem; }
  .wash-hero { min-height: auto; padding: 105px 18px 60px; }
  .wash-hero__orb { top: -12vw; right: -55vw; width: 126vw; height: 126vw; }
  .wash-kicker { margin-bottom: 20px; font-size: .5rem; }
  .wash-hero h1 { font-size: clamp(72px, 22vw, 102px); }
  .wash-hero__foot { align-items: flex-start; margin-top: 27px; }
  .wash-hero__foot p { max-width: 154px; font-size: .74rem; }
  .wash-hero__foot a { min-height: 41px; padding-left: 12px; font-size: .45rem; }
  .wash-hero__foot a i { width: 27px; height: 27px; }
  .wash-hero__visual { min-height: 124vw; }
  .wash-hero__film { top: 7%; right: -4%; width: 92%; border-width: 4px; }
  .wash-hero__app { left: -2%; bottom: 2%; width: 43%; border-width: 4px; border-radius: 78px 78px 12px 12px; }
  .wash-hero__drop { right: 0; bottom: 5%; width: 70px; height: 96px; }
  .wash-hero__axis { font-size: .36rem; }
  .wash-ticker div { padding: 12px 0; }
  .wash-ticker span { padding: 0 20px; font-size: .83rem; }
  .wash-system, .wash-world, .wash-auto, .wash-speed { padding: 78px 18px; }
  .wash-section-head, .wash-auto__intro { grid-template-columns: 1fr; gap: 17px; margin-bottom: 48px; }
  .wash-section-head > p, .wash-auto__intro > p { grid-column: auto; max-width: 290px; margin: 3px 0 0; }
  .wash-section-head h2, .wash-auto h2 { font-size: clamp(55px, 17vw, 78px); }
  .wash-system__story { display: flex; gap: 14px; margin-inline: -18px; padding: 0 18px 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .wash-system__story::-webkit-scrollbar { display: none; }
  .wash-step { flex: 0 0 82vw; scroll-snap-align: center; }
  .wash-step--tap { margin-top: 0; }
  .wash-step figure { border-radius: 88px 88px 13px 13px; }
  .wash-step h3 { font-size: 35px; }
  .wash-speed { min-height: auto; gap: 44px; }
  .wash-speed h2 { font-size: clamp(64px, 19vw, 88px); }
  .wash-speed__copy > p { margin-top: 24px; font-size: .84rem; }
  .wash-speed__art { width: 94%; border-width: 5px; }
  .wash-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .wash-card, .wash-card--one, .wash-card--two, .wash-card--three, .wash-card--four, .wash-card--five { grid-column: auto; margin-top: 0; border-radius: 11px; }
  .wash-card:nth-of-type(even) { margin-top: 56px; }
  .wash-card figcaption { min-height: 42px; padding: 10px 9px; }
  .wash-card figcaption span, .wash-card figcaption b { font-size: .39rem; }
  .wash-gallery__statement { grid-column: 1 / -1; padding: 55px 0 38px; }
  .wash-gallery__statement h3 { font-size: clamp(58px, 17vw, 78px); }
  .wash-auto__stage { min-height: 175vw; }
  .wash-auto__lead { left: 0; width: 71%; }
  .wash-auto__car { right: -1%; top: 18%; width: 57%; }
  .wash-auto__polish { right: 6%; bottom: 0; width: 54%; border-width: 4px; }
  .wash-auto__badge { left: -3%; bottom: 8%; width: 112px; height: 112px; font-size: 1.5rem; }
  .wash-auto figure figcaption { min-height: 40px; padding: 10px; }
  .wash-auto figure figcaption span, .wash-auto figure figcaption b { font-size: .38rem; }
  .wash-outro { min-height: auto; padding: 85px 18px; }
  .wash-outro > img { width: 74%; padding: 28px; }
  .wash-outro__copy { text-align: left; }
  .wash-outro h2 { margin: 26px 0 36px; font-size: clamp(76px, 24vw, 108px); }
  .wash-outro a { justify-content: flex-start; }
  .wash-footer { grid-template-columns: 1fr auto; min-height: 78px; padding: 18px; }
  .wash-footer p { display: none; }
  .wash-footer > a:first-child img { width: 90px; }
  .wash-footer > a:last-child { font-size: .43rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wash-ticker div { animation: none; }
  .wash-reveal { opacity: 1; transform: none; transition: none; }
}
