:root {
  --ink: #17201d;
  --ink-soft: #40504a;
  --cream: #f5f5ef;
  --paper: #fbfbf7;
  --lime: #b9f49c;
  --lime-deep: #7fce68;
  --blue: #9bd4f5;
  --peach: #f5c9a8;
  --line: rgba(23, 32, 29, .13);
  --white-line: rgba(255, 255, 255, .13);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(24, 39, 33, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 132px 0; position: relative; }
.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; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; background: #fff; border-radius: 9px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 18px 0; transition: padding .3s ease; }
.nav-shell { width: min(1240px, calc(100% - 32px)); margin: auto; padding: 12px 14px 12px 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid transparent; border-radius: 20px; transition: background .3s, border-color .3s, box-shadow .3s, backdrop-filter .3s; }
.site-header.scrolled .nav-shell { background: rgba(248, 248, 243, .78); border-color: rgba(255, 255, 255, .65); box-shadow: 0 12px 45px rgba(23, 32, 29, .09); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; letter-spacing: -.03em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); }
.brand-mark > span { width: 14px; height: 14px; border: 2px solid var(--lime); border-top-color: transparent; border-radius: 50%; transform: rotate(35deg); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 550; }
.site-nav > a:not(.nav-cta) { color: #43504b; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: #111; }
.nav-cta { padding: 11px 17px; color: #fff; background: var(--ink); border-radius: 12px; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { min-height: 860px; padding: 148px 0 36px; position: relative; overflow: hidden; background: radial-gradient(circle at 65% 10%, rgba(255,255,255,.95), transparent 30%), linear-gradient(135deg, #f3f1e8 0%, #f7f7f2 48%, #e9f2e6 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(23,32,29,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,32,29,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 440px; height: 440px; right: -130px; top: -100px; background: rgba(172, 237, 150, .42); }
.hero-glow-two { width: 380px; height: 380px; left: 42%; bottom: -240px; background: rgba(150, 208, 243, .35); }
.hero-content { display: grid; grid-template-columns: .92fr 1.08fr; gap: 36px; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 28px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #56635e; }
.eyebrow > span { width: 24px; height: 1px; display: inline-block; background: currentColor; }
.eyebrow-dark { color: #65716d; }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; max-width: 660px; font-size: clamp(54px, 6vw, 88px); line-height: .98; letter-spacing: -.067em; font-weight: 590; }
h1 em, h2 em { color: #729d69; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero-lede { margin: 30px 0 0; max-width: 570px; color: #56615d; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.65; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.button { min-height: 51px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border-radius: 14px; font-size: 14px; font-weight: 650; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 14px 34px rgba(23,32,29,.19); }
.button-primary:hover { background: #26332e; }
.button-quiet { border: 1px solid rgba(23,32,29,.14); background: rgba(255,255,255,.45); backdrop-filter: blur(10px); }

.hero-visual { height: 610px; position: relative; perspective: 1400px; }
.orbit { position: absolute; border: 1px solid rgba(66, 100, 87, .16); border-radius: 50%; }
.orbit-one { width: 550px; height: 550px; top: 26px; left: 16px; }
.orbit-two { width: 410px; height: 410px; top: 96px; left: 86px; border-style: dashed; }
.phone { position: absolute; width: 242px; height: 492px; padding: 12px 14px; overflow: hidden; border: 7px solid #1d2623; border-radius: 39px; box-shadow: 0 42px 70px rgba(23,32,29,.24), inset 0 0 0 1px rgba(255,255,255,.5); }
.phone::before { content: ""; width: 72px; height: 19px; position: absolute; z-index: 3; top: 7px; left: 50%; transform: translateX(-50%); background: #1d2623; border-radius: 0 0 13px 13px; }
.phone-customer { z-index: 2; left: 48px; top: 74px; transform: rotate(-6deg); background: #f8f7f1; }
.phone-washer { z-index: 1; right: 20px; top: 22px; transform: rotate(7deg); color: #f7f8f5; background: linear-gradient(160deg, #28352f, #111916); }
.phone-top { height: 29px; display: flex; justify-content: space-between; align-items: flex-start; font-size: 7px; font-weight: 800; }
.phone-top i { display: block; }.phone-top b { letter-spacing: 1px; }
.app-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin: 8px 2px 14px; }
.app-head div { display: flex; flex-direction: column; gap: 3px; }
.app-head small, .status-row small { color: #82908a; font-size: 8px; }
.app-head strong { max-width: 130px; font-size: 13px; line-height: 1.2; }
.mini-avatar { width: 27px; height: 27px; display: grid; place-items: center; color: white; background: #738e80; border-radius: 50%; font-size: 10px; }
.service-card { padding: 12px; border-radius: 17px; background: #e7efd9; }
.service-art { height: 126px; position: relative; overflow: hidden; margin-bottom: 13px; border-radius: 12px; background: radial-gradient(circle at 70% 20%, #d2f6bc, transparent 35%), linear-gradient(145deg, #9bc7e0, #bed8c4); }
.washer-art { width: 83px; height: 94px; position: absolute; left: 23px; bottom: -6px; border-radius: 10px; background: #f3f0e5; box-shadow: 0 9px 25px rgba(42,71,60,.18); }
.washer-art::before { content: ""; position: absolute; inset: 22px 10px 8px; border: 7px solid #a7b4ad; border-radius: 50%; background: radial-gradient(circle at 35% 33%, #d7f3e0, #689aa0); }
.washer-art i { position: absolute; width: 7px; height: 7px; right: 9px; top: 8px; border-radius: 50%; background: #8acb76; }
.bubble { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.35); }
.b1 { width: 18px; height: 18px; top: 18px; right: 36px; }.b2 { width: 9px; height: 9px; top: 39px; right: 25px; }.b3 { width: 29px; height: 29px; bottom: 16px; right: 32px; }
.service-card > small { color: #65805d; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.service-card > strong { display: block; margin: 3px 0 9px; font-size: 13px; }
.mock-button { padding: 9px 12px; display: block; color: white; background: #26362f; border-radius: 8px; font-size: 8px; text-align: center; font-weight: 700; }
.status-row { display: flex; gap: 10px; align-items: center; margin: 14px 3px; padding: 11px; border: 1px solid #e1e4dd; border-radius: 12px; background: white; }
.status-icon { width: 25px; height: 25px; display: grid; place-items: center; color: #427341; background: #dff4d3; border-radius: 50%; font-size: 10px; }
.status-row div { display: flex; flex-direction: column; gap: 2px; }.status-row strong { font-size: 8px; }
.washer-app-head { display: flex; justify-content: space-between; align-items: center; margin: 9px 1px 18px; }
.washer-app-head small { color: #b8f79e; font-size: 7px; letter-spacing: .12em; font-weight: 800; }
.available-dot { padding: 4px 7px; color: #bff4aa; background: rgba(185,244,156,.1); border: 1px solid rgba(185,244,156,.2); border-radius: 10px; font-size: 7px; }
.phone-washer h2 { margin: 0 1px 18px; font-size: 22px; line-height: 1.02; letter-spacing: -.04em; }
.local-card { padding: 13px 11px; display: flex; gap: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; }
.pin { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; color: #152019; background: var(--lime); border-radius: 50%; }
.local-card div { display: flex; flex-direction: column; }.local-card small { color: #91a299; font-size: 6px; letter-spacing: .08em; }.local-card strong { margin-top: 2px; font-size: 11px; }.local-card p { margin: 4px 0 0; color: #a8b3ad; font-size: 7px; line-height: 1.4; }
.request-card { margin-top: 12px; padding: 13px; color: var(--ink); background: #eef1ea; border-radius: 15px; }
.request-top { display: flex; justify-content: space-between; font-size: 8px; }.request-top b { color: #638459; }
.request-lines { margin: 12px 0; display: flex; flex-direction: column; gap: 7px; }.request-lines i { height: 6px; display: block; background: #d7ddd5; border-radius: 5px; }.request-lines i:nth-child(2) { width: 82%; }.request-lines i:nth-child(3) { width: 61%; }
.mock-button.dark { background: #17231e; }
.floating-note { position: absolute; z-index: 4; padding: 11px 14px 11px 11px; display: flex; gap: 9px; align-items: center; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 17px 35px rgba(31,48,41,.13); backdrop-filter: blur(15px); }
.floating-note > span { width: 30px; height: 30px; display: grid; place-items: center; background: #dff2d5; border-radius: 9px; }
.floating-note div { display: flex; flex-direction: column; gap: 2px; }.floating-note b { font-size: 10px; }.floating-note small { color: #718079; font-size: 7px; }
.note-one { top: 105px; right: -5px; }.note-two { left: 18px; bottom: 75px; }
.hero-foot { min-height: 54px; margin-top: 12px; padding-top: 26px; position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; gap: 22px; color: #707b76; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.hero-foot i { width: 3px; height: 3px; border-radius: 50%; background: #8ba584; }

.ecosystem { background: var(--paper); }
.section-intro { max-width: 800px; margin-bottom: 62px; display: grid; grid-template-columns: 1fr .7fr; column-gap: 70px; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2, .problem-heading h2, .approach-copy h2, .audience-copy h2, .community-heading h2, .apps-copy h2 { margin: 0; font-size: clamp(44px, 5vw, 67px); line-height: 1.02; letter-spacing: -.055em; font-weight: 570; }
.section-intro > p:last-child { align-self: end; margin: 0 0 4px; color: var(--ink-soft); line-height: 1.75; }
.ecosystem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ecosystem-card { min-height: 580px; padding: 30px; position: relative; overflow: hidden; border-radius: var(--radius); }
.customer-card { background: linear-gradient(145deg, #e2f3d7, #cce5c0); }
.washer-card { color: #f7f8f5; background: linear-gradient(145deg, #27352f, #101814); }
.card-number { position: absolute; right: 28px; top: 25px; color: rgba(23,32,29,.35); font-family: Georgia, serif; font-size: 14px; }
.washer-card .card-number { color: rgba(255,255,255,.4); }
.card-copy { max-width: 390px; position: relative; z-index: 2; }
.card-label { margin: 0 0 16px; color: #608454; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.washer-card .card-label { color: var(--lime); }
.card-copy h3 { margin: 0 0 14px; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.05em; font-weight: 570; }
.card-copy > p:not(.card-label) { margin: 0; color: #52655b; line-height: 1.65; }
.washer-card .card-copy > p:not(.card-label) { color: #aebbb5; }
.card-copy a { display: inline-flex; gap: 20px; margin-top: 21px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.card-visual { height: 265px; position: absolute; inset: auto 0 0; overflow: hidden; }
.fabric { position: absolute; left: 50%; border-radius: 50% 50% 14px 14px; transform: translateX(-50%) rotate(-4deg); box-shadow: 0 -10px 35px rgba(46,84,57,.1); }
.fabric-one { width: 80%; height: 150px; bottom: -52px; background: #f4d9bd; }.fabric-two { width: 69%; height: 150px; bottom: -4px; transform: translateX(-50%) rotate(4deg); background: #94bdd1; }.fabric-three { width: 55%; height: 140px; bottom: 54px; transform: translateX(-50%) rotate(-7deg); background: #f9f6eb; }
.care-pill { padding: 10px 13px; position: absolute; z-index: 3; left: 50%; bottom: 68px; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; white-space: nowrap; color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.75); border-radius: 30px; box-shadow: 0 12px 30px rgba(24,44,34,.13); backdrop-filter: blur(12px); font-size: 10px; font-weight: 700; }
.care-pill span { width: 21px; height: 21px; display: grid; place-items: center; color: #3c6337; background: #d8f2ca; border-radius: 50%; }
.home-shape { width: 190px; height: 150px; position: absolute; left: 50%; bottom: 35px; transform: translateX(-50%); background: linear-gradient(140deg, #b9f49c, #8cd2b9); clip-path: polygon(50% 0, 100% 39%, 91% 39%, 91% 100%, 9% 100%, 9% 39%, 0 39%); }
.home-shape > span { width: 78px; height: 78px; position: absolute; left: 56px; top: 58px; background: #25332d; border: 9px solid rgba(255,255,255,.36); border-radius: 50%; box-shadow: inset 0 0 0 10px #13201b; }
.local-lines { position: absolute; inset: 30px 0 0; }
.local-lines i { position: absolute; border: 1px solid rgba(185,244,156,.18); border-radius: 50%; }.local-lines i:nth-child(1) { width: 380px; height: 180px; left: 50%; transform: translateX(-50%); }.local-lines i:nth-child(2) { width: 480px; height: 240px; left: 50%; top: -35px; transform: translateX(-50%); }.local-lines i:nth-child(3) { width: 580px; height: 300px; left: 50%; top: -68px; transform: translateX(-50%); }

.problem-section { padding-bottom: 82px; overflow: hidden; background: #f3f0e8; }
.problem-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; }
.problem-copy { padding-top: 41px; }
.problem-copy p { color: #65706c; line-height: 1.75; }
.problem-copy .big-copy, .audience-copy .big-copy { margin-top: 0; color: #293530; font-size: 21px; line-height: 1.6; }
.marquee { margin-top: 110px; padding: 24px 0; width: 100%; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: rotate(-2deg) scale(1.03); background: #e9f0e3; }
.marquee div { width: max-content; display: flex; align-items: center; gap: 34px; color: #34423c; font-size: clamp(35px, 5vw, 68px); font-weight: 600; letter-spacing: -.04em; animation: drift 25s linear infinite; }
.marquee i { color: #7fa975; font-family: Georgia, serif; font-size: .45em; }
@keyframes drift { to { transform: translateX(-50%); } }

.approach-section { overflow: hidden; color: white; background: #15201c; }
.approach-section::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; }
.approach-glow { position: absolute; width: 650px; height: 650px; top: -300px; left: -250px; background: rgba(115, 189, 105, .15); border-radius: 50%; filter: blur(40px); }
.approach-grid { min-height: 580px; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 50px; position: relative; }
.approach-copy > p:not(.eyebrow) { max-width: 515px; color: #aeb9b4; line-height: 1.75; }
.approach-copy h2 { margin-bottom: 28px; }.approach-copy h2 em { color: var(--lime); }
.network-visual { min-height: 550px; position: relative; }
.network-visual svg { width: 100%; height: 100%; overflow: visible; }
.network-line { fill: none; stroke: url(#lineGradient); stroke-width: 1.3; stroke-dasharray: 5 7; opacity: .58; }
.pulse-circle { fill: rgba(185,244,156,.03); stroke: rgba(185,244,156,.25); stroke-width: 1; }
.node circle { fill: #23322c; stroke: rgba(185,244,156,.42); }.node path { fill: none; stroke: #b9f49c; stroke-width: 2; stroke-linejoin: round; }
.center-node circle { fill: #b9f49c; filter: url(#glow); }.center-node path { stroke: #18231e; }
.network-label { padding: 11px 14px; position: absolute; display: flex; flex-direction: column; gap: 3px; background: rgba(31,45,39,.74); border: 1px solid rgba(255,255,255,.12); border-radius: 11px; backdrop-filter: blur(10px); }
.network-label b { font-size: 11px; }.network-label span { color: #92a19a; font-size: 8px; }.label-center { left: 47%; top: 61%; }.label-edge { right: 1%; top: 17%; }

.audience-section { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.audience-visual { min-height: 650px; position: relative; overflow: hidden; border-radius: var(--radius); }
.customer-audience { background: linear-gradient(145deg, #cbe0e8, #e9dec5); }
.scene-window { position: absolute; width: 70%; height: 56%; left: 15%; top: 10%; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; border: 11px solid rgba(255,255,255,.82); border-bottom-width: 17px; box-shadow: 0 17px 45px rgba(43,66,68,.12); }
.scene-window span { background: linear-gradient(#9ecade, #d5ebdf 64%, #a9c691 65%); }
.scene-sun { width: 58px; height: 58px; position: absolute; left: 27%; top: 20%; border-radius: 50%; background: #fff4b6; box-shadow: 0 0 45px #fff8c8; }
.laundry-stack { position: absolute; z-index: 2; left: 17%; bottom: 10%; width: 68%; height: 240px; }
.laundry-stack i { position: absolute; width: 100%; height: 115px; left: 0; bottom: 0; border-radius: 45% 55% 16px 16px; background: #f0a985; box-shadow: 0 -8px 25px rgba(65,64,51,.09); }.laundry-stack i:nth-child(2) { width: 92%; left: 4%; bottom: 55px; background: #eef0df; transform: rotate(-4deg); }.laundry-stack i:nth-child(3) { width: 77%; left: 11%; bottom: 112px; background: #89aeb2; transform: rotate(4deg); }
.scene-basket { position: absolute; z-index: 1; width: 82%; height: 180px; left: 9%; bottom: -60px; border-radius: 30px; background: repeating-linear-gradient(90deg, #8d7259 0 10px, #bba489 10px 20px); clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%); opacity: .8; }
.visual-caption { padding: 15px 18px; position: absolute; z-index: 3; left: 22px; bottom: 22px; display: flex; gap: 13px; align-items: center; background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 14px 35px rgba(32,47,41,.12); backdrop-filter: blur(15px); }
.visual-caption > span { color: #76926c; font-family: Georgia, serif; font-size: 12px; }.visual-caption p { margin: 0; color: #6b7772; font-size: 10px; line-height: 1.5; }.visual-caption b { color: var(--ink); font-size: 12px; }
.audience-copy h2 { margin-bottom: 25px; }
.feature-list { margin: 35px 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 19px 0; display: grid; grid-template-columns: 34px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.feature-list li > span { padding-top: 3px; color: #78906f; font-family: Georgia, serif; font-size: 11px; }.feature-list b { font-size: 15px; }.feature-list p { margin: 5px 0 0; color: #65726c; font-size: 13px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 30px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 750; }
.washer-audience-section { padding-top: 30px; }
.audience-grid-reverse { grid-template-columns: 1fr 1fr; }
.washer-audience-visual { background: linear-gradient(150deg, #25362f, #111a16); }
.washer-scene-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 54px 54px; }
.machine { width: 67%; height: 67%; position: absolute; left: 16.5%; top: 12%; padding: 30px; border-radius: 18px; background: linear-gradient(135deg, #f4f1e9, #cfd7d0); box-shadow: 0 35px 70px rgba(0,0,0,.35); }
.machine-panel { height: 45px; display: flex; gap: 8px; justify-content: flex-end; }.machine-panel i { width: 10px; height: 10px; border-radius: 50%; background: #8f9b95; }.machine-panel i:last-child { background: var(--lime-deep); }
.machine-door { width: min(260px, 84%); aspect-ratio: 1; margin: 8px auto; display: grid; place-items: center; border: 20px solid #83928b; border-radius: 50%; background: #24332e; box-shadow: inset 0 0 0 4px rgba(255,255,255,.25); }
.machine-door span { width: 77%; height: 58%; display: block; border-radius: 48% 52% 43% 57%; background: linear-gradient(145deg, #8eb5b8, #e5c4a6); transform: rotate(21deg); filter: blur(1px); }
.plant { position: absolute; right: -8px; bottom: 0; width: 130px; height: 260px; }.plant b { width: 55px; height: 80px; position: absolute; bottom: 0; left: 35px; background: #b77d58; clip-path: polygon(10% 0,90% 0,75% 100%,25% 100%); }.plant i { width: 78px; height: 35px; position: absolute; left: 25px; bottom: 110px; border-radius: 100% 0 100% 0; background: #729e6b; transform: rotate(35deg); }.plant i:nth-child(2) { left: -9px; bottom: 145px; transform: rotate(150deg); }.plant i:nth-child(3) { bottom: 185px; transform: rotate(70deg); }

.community-section { background: #eceee6; }
.community-heading { margin-bottom: 58px; display: flex; justify-content: space-between; align-items: end; }.community-heading .eyebrow { position: absolute; top: 132px; }.community-heading h2 { margin-top: 40px; }
.community-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.community-card { min-height: 350px; padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(23,32,29,.1); border-radius: 22px; background: rgba(255,255,255,.42); transition: transform .3s, background .3s; }
.community-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.7); }
.community-card > b { position: absolute; right: 25px; top: 25px; color: #84918b; font-family: Georgia, serif; font-size: 12px; font-weight: 400; }
.community-icon { width: 52px; height: 52px; position: absolute; left: 27px; top: 27px; display: grid; place-items: center; background: #d8ebcd; border-radius: 16px; font-size: 23px; }
.community-card h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.035em; }.community-card p { margin: 0; color: #61706a; line-height: 1.65; }
.statement-card { min-height: 260px; grid-column: 1 / -1; display: grid; place-items: center; color: white; background: linear-gradient(125deg, #1b2923, #30443b); }
.statement-card:hover { background: linear-gradient(125deg, #1b2923, #30443b); }
.statement-card p { max-width: 900px; color: white; font-size: clamp(32px, 4.4vw, 58px); line-height: 1.1; letter-spacing: -.05em; text-align: center; }.statement-card em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }

.apps-section { overflow: hidden; color: white; background: #111a16; }
.apps-glow { width: 700px; height: 700px; position: absolute; right: -200px; top: -320px; background: rgba(146, 213, 124, .12); filter: blur(50px); border-radius: 50%; }
.apps-inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10%; align-items: center; position: relative; }
.apps-copy h2 em { color: var(--lime); }.apps-copy > p:last-child { max-width: 430px; color: #9caaa4; line-height: 1.75; }
.app-links { display: grid; gap: 14px; }
.app-link-card { padding: 22px; display: grid; grid-template-columns: 70px 1fr auto; gap: 20px; align-items: center; border: 1px solid var(--white-line); border-radius: 20px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.app-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 18px; }.customer-icon { background: #d7efca; }.customer-icon .brand-mark { transform: scale(1.25); }.washer-icon { color: #142019; background: linear-gradient(145deg, var(--lime), #88d6be); font-size: 29px; font-weight: 800; letter-spacing: -.15em; }.washer-icon span { color: rgba(20,32,25,.55); }
.app-link-card > div:nth-child(2) small { color: #8e9d96; font-size: 8px; font-weight: 800; letter-spacing: .14em; }.app-link-card h3 { margin: 4px 0; font-size: 24px; letter-spacing: -.04em; }.app-link-card p { margin: 0; color: #9aa8a2; font-size: 12px; }
.store-placeholder { padding: 9px 13px; display: flex; align-items: center; gap: 8px; color: #29342f; background: #f7f7f2; border-radius: 10px; opacity: .85; }.store-placeholder > i { font-style: normal; font-size: 20px; }.store-placeholder > span { display: flex; flex-direction: column; font-size: 12px; font-weight: 700; }.store-placeholder small { font-size: 6px; letter-spacing: .08em; }

.site-footer { padding: 74px 0 30px; color: #c1cac6; background: #0c120f; }
.footer-top { min-height: 180px; display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.1); }.footer-brand { color: white; font-size: 22px; }.footer-brand .brand-mark { background: var(--lime); }.footer-brand .brand-mark > span { border-color: #15201b; border-top-color: transparent; }.footer-top p { margin: 0; color: #7f8d87; line-height: 1.6; text-align: right; }
.footer-bottom { padding-top: 27px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; color: #69756f; font-size: 11px; }.footer-bottom nav { display: flex; gap: 25px; }.footer-bottom nav span { cursor: default; }.footer-bottom > a { justify-self: end; color: #a6b1ac; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .section { padding: 100px 0; }
  .hero { padding-top: 130px; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(620px, 100%); margin: -15px auto 0; }
  .section-intro { grid-template-columns: 1fr; }.section-intro > p:last-child { max-width: 600px; margin-top: 26px; }
  .problem-grid, .approach-grid, .audience-grid, .audience-grid-reverse, .apps-inner { grid-template-columns: 1fr; }
  .problem-grid { gap: 35px; }.problem-copy { padding-top: 0; }
  .approach-grid { gap: 25px; }.network-visual { max-width: 670px; margin: auto; }
  .audience-grid { gap: 60px; }.audience-copy { max-width: 700px; }.washer-audience-section .audience-copy { order: 2; }.washer-audience-section .audience-visual { order: 1; }
  .audience-visual { min-height: 590px; }.community-heading .eyebrow { top: 100px; }
  .apps-inner { gap: 50px; }.apps-copy { max-width: 600px; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 600px); }
  .site-header { padding-top: 9px; }
  .nav-shell { width: calc(100% - 18px); background: rgba(248,248,243,.82); border-color: rgba(255,255,255,.7); backdrop-filter: blur(18px); }
  .menu-toggle { width: 38px; height: 38px; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 9px; }
  .menu-toggle > span:not(.sr-only) { width: 100%; height: 1px; display: block; background: var(--ink); transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 120px 32px 50px; display: flex; flex-direction: column; align-items: flex-start; gap: 25px; visibility: hidden; opacity: 0; background: rgba(245,245,239,.98); font-size: 28px; transition: opacity .25s, visibility .25s; }
  .site-nav.open { visibility: visible; opacity: 1; }.site-nav .nav-cta { margin-top: 10px; font-size: 16px; }
  .hero { min-height: 0; padding-top: 135px; }
  h1 { font-size: clamp(49px, 14.7vw, 70px); }.hero-lede { font-size: 17px; }.hero-actions { align-items: stretch; }.button-primary { flex: 1 0 100%; }.button-quiet { flex: 1; }
  .hero-visual { height: 510px; margin-top: 18px; transform: scale(.86); transform-origin: top center; }.phone { width: 218px; height: 448px; }.phone-customer { left: 0; }.phone-washer { right: -5px; }.orbit-one { width: 470px; height: 470px; left: -28px; }.orbit-two { left: 24px; }.note-one { right: -16px; }.note-two { left: -18px; bottom: 18px; }
  .hero-foot { margin-top: -35px; flex-wrap: wrap; gap: 10px 15px; font-size: 9px; }
  .section { padding: 82px 0; }.section-intro { margin-bottom: 40px; }
  .section-intro h2, .problem-heading h2, .approach-copy h2, .audience-copy h2, .community-heading h2, .apps-copy h2 { font-size: clamp(42px, 12vw, 57px); }
  .ecosystem-grid { grid-template-columns: 1fr; }.ecosystem-card { min-height: 540px; padding: 24px; }.card-copy > p:not(.card-label) { max-width: 92%; }
  .marquee { margin-top: 70px; }
  .network-visual { min-height: 400px; }.label-center { left: 38%; }.label-edge { right: -2%; top: 13%; }
  .audience-visual { min-height: 500px; }.machine { width: 76%; left: 12%; }.plant { transform: scale(.8); transform-origin: bottom right; }
  .community-heading .eyebrow { top: 82px; }.community-grid { grid-template-columns: 1fr; }.community-card { min-height: 290px; }.statement-card { grid-column: auto; min-height: 350px; }.statement-card p { font-size: 39px; }
  .app-link-card { grid-template-columns: 58px 1fr; padding: 18px; }.app-icon { width: 58px; height: 58px; border-radius: 15px; }.store-placeholder { grid-column: 1 / -1; justify-self: start; margin-left: 78px; }
  .footer-top { min-height: 170px; flex-direction: column; gap: 30px; }.footer-top p { text-align: left; }.footer-bottom { grid-template-columns: 1fr auto; }.footer-bottom nav { grid-column: 1 / -1; grid-row: 1; flex-wrap: wrap; }.footer-bottom > a { grid-column: 2; }
}

@media (max-width: 430px) {
  .hero-visual { width: 116%; margin-left: -8%; transform: scale(.76); }.hero-foot { margin-top: -95px; }
  .button { padding-inline: 15px; }.button-quiet { font-size: 12px; }
  .ecosystem-card { min-height: 510px; }.card-copy h3 { font-size: 37px; }.card-visual { height: 230px; }
  .audience-visual { min-height: 430px; }.scene-window { width: 78%; left: 11%; }.laundry-stack { height: 190px; }.machine { top: 9%; height: 71%; padding: 22px; }.machine-door { border-width: 14px; }.visual-caption { left: 13px; bottom: 13px; }
  .network-visual { margin-inline: -35px; }.network-label { display: none; }
  .app-link-card { gap: 14px; }.store-placeholder { margin-left: 72px; }
  .footer-bottom { display: flex; flex-wrap: wrap; }.footer-bottom nav { order: -1; }
}
