@font-face { font-family: "Outfit"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/urbanist-400.woff2") format("woff2"); }
@font-face { font-family: "Outfit"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/urbanist-600.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("assets/fonts/inter-latin.woff2") format("woff2-variations"); }

:root {
  --ink: #050708;
  --ink-soft: #0c1115;
  --white: #f6fbff;
  --muted: #aebac2;
  --cyan: #0cc7e1;
  --cyan-bright: #80e7fb;
  --brand-deep: #06272d;
  --line: rgba(255, 255, 255, 0.16);
  --glass-bg: rgba(10, 20, 27, 0.38);
  --glass-bg-light: rgba(255, 255, 255, 0.12);
  --glass-border: rgba(255, 255, 255, 0.27);
  --glass-shadow: 0 24px 70px rgba(0, 8, 15, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  --radius: 28px;
  --shell: min(1220px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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: 100; top: 12px; left: 12px; padding: 10px 16px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; top: 18px; left: 50%; display: grid; grid-template-columns: 112px 1fr 142px; align-items: center; width: min(1040px, calc(100vw - 40px)); height: 70px; padding: 7px 8px 7px 20px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; background: rgba(12,18,22,.38); -webkit-backdrop-filter: blur(28px) saturate(150%); backdrop-filter: blur(28px) saturate(150%); box-shadow: inset 0 1px 0 rgba(255,255,255,.42), inset 0 -1px 0 rgba(255,255,255,.06), 0 20px 55px rgba(0,0,0,.2); transform: translateX(-50%); transition: background .35s, border-color .35s, height .35s, top .35s, width .35s; }
.site-header.scrolled { top: 10px; width: min(980px, calc(100vw - 32px)); height: 64px; background: rgba(8,14,18,.72); border-color: rgba(255,255,255,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 18px 46px rgba(0,0,0,.23); }
.brand { display: flex; align-items: center; justify-content: flex-start; min-width: 0; height: 100%; }
.brand img { width: 72px; height: 50px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; gap: 4px; justify-self: center; padding: 0; border: 0; border-radius: 0; background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; box-shadow: none; }
.site-nav a { position: relative; padding: 10px 15px; border: 1px solid transparent; border-radius: 999px; color: rgba(255,255,255,.78); font-size: 13px; letter-spacing: .01em; transition: color .22s, background .22s, border-color .22s, box-shadow .22s; }
.site-nav a::after { display: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; border-color: rgba(255,255,255,.25); background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.055)); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 8px 18px rgba(0,0,0,.12); }
.header-cta { justify-self: end; min-width: 130px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(255,255,255,.09); color: white; -webkit-backdrop-filter: blur(18px) saturate(145%); backdrop-filter: blur(18px) saturate(145%); box-shadow: inset 0 1px 0 rgba(255,255,255,.32), inset 0 -1px 0 rgba(255,255,255,.04), 0 12px 30px rgba(0,0,0,.16); text-align: center; font-size: 12px; font-weight: 700; transition: background .25s, border-color .25s, transform .25s; }
.header-cta span { margin-left: 9px; color: var(--cyan-bright); font-size: 16px; }
.header-cta:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.62); transform: translateY(-2px); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: 130px 6vw 42px; isolation: isolate; overflow: hidden; }
.hero-media, .hero-media img, .hero-vignette { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -2; background: black; }
.hero-media img { object-fit: cover; object-position: 62% 50%; transform: scale(1.025); animation: hero-breathe 14s ease-in-out infinite alternate; }
.hero-vignette { background: linear-gradient(90deg, rgba(2,5,7,.96) 0%, rgba(2,5,7,.72) 38%, rgba(2,5,7,.18) 66%, rgba(2,5,7,.58) 100%), linear-gradient(0deg, rgba(2,5,7,.86), transparent 48%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .26; mix-blend-mode: screen; }
.hero-glow-one { width: 320px; height: 320px; background: var(--cyan); top: 8%; right: 9%; }
.hero-glow-two { width: 220px; height: 220px; background: var(--cyan); bottom: 2%; left: 36%; }
@keyframes hero-breathe { to { transform: scale(1.07) translate3d(-1%, -.5%, 0); } }
.hero-copy { width: min(700px, 66vw); }
.eyebrow, .section-kicker { margin: 0 0 19px; color: var(--cyan-bright); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--cyan); }
.hero h1, h2 { margin: 0; font-family: Outfit, Inter, sans-serif; font-weight: 400; letter-spacing: -.065em; line-height: .89; }
.hero h1 { font-size: clamp(68px, 8vw, 126px); }
.hero h1 em, h2 em { color: var(--cyan); font-family: Outfit, Inter, sans-serif; font-style: normal; font-weight: 600; }
.hero-lede { max-width: 520px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 26px; }
.hero-store-buttons { display: flex; gap: 9px; margin-top: 14px; }
.hero-store-buttons > a { display: flex; align-items: center; gap: 8px; min-width: 144px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 11px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(5,13,18,.26)); -webkit-backdrop-filter: blur(18px) saturate(165%); backdrop-filter: blur(18px) saturate(165%); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 10px 26px rgba(0,0,0,.14); transition: transform .2s, border-color .2s; }
.hero-store-buttons > a:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.6); }
.hero-store-buttons svg { width: 23px; height: 23px; flex: 0 0 auto; fill: white; }
.hero-store-buttons .google-play-mark { width: 23px; height: 26px; flex: 0 0 auto; object-fit: contain; }
.hero-store-buttons span { display: grid; font-size: 14px; line-height: 1; }
.hero-store-buttons small { margin-bottom: 3px; color: rgba(255,255,255,.65); font-size: 7px; letter-spacing: .03em; }
.app-legal { margin: 17px 0 0; color: rgba(255,255,255,.54); font-size: 10px; line-height: 1.5; }
.app-legal a { color: rgba(255,255,255,.84); text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 3px; }
.hero-legal { margin-top: 7px; }
.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 58px; padding: 0 25px; border: 1px solid rgba(255,255,255,.54); border-radius: 999px; font-size: 14px; font-weight: 700; }
.button::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 24% -35%, rgba(255,255,255,.74), transparent 43%), linear-gradient(120deg, rgba(255,255,255,.17), transparent 55%); pointer-events: none; }
.button-primary { color: white; background: rgba(255,255,255,.11); -webkit-backdrop-filter: blur(22px) saturate(150%); backdrop-filter: blur(22px) saturate(150%); box-shadow: 0 18px 55px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.42), inset 0 -1px 0 rgba(255,255,255,.05); transition: transform .25s, background .25s, box-shadow .25s; }
.button-primary::before { background: radial-gradient(circle at 22% -45%, rgba(255,255,255,.5), transparent 42%); }
.button-primary:hover { transform: translateY(-3px); background: rgba(255,255,255,.18); }
.button-primary span { font-size: 18px; }
.text-link { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.82); font-size: 14px; }
.play-icon { display: grid; place-items: center; width: 38px; height: 38px; padding-left: 2px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--cyan); background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035)); -webkit-backdrop-filter: blur(14px) saturate(170%); backdrop-filter: blur(14px) saturate(170%); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 24px rgba(0,0,0,.18); font-size: 9px; }
.hero-meta { position: absolute; right: 5vw; bottom: 40px; display: grid; gap: 20px; min-width: 184px; padding: 22px 23px; border: 1px solid var(--glass-border); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(5,13,18,.25)); -webkit-backdrop-filter: blur(24px) saturate(180%); backdrop-filter: blur(24px) saturate(180%); box-shadow: var(--glass-shadow); }
.hero-meta div { display: grid; gap: 3px; }
.hero-meta strong { font-size: 16px; font-weight: 600; }
.hero-meta span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.manifesto { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px 80px; padding: 150px 0 170px; }
.manifesto .section-kicker { grid-column: 1 / -1; }
h2 { font-size: clamp(56px, 7.3vw, 110px); }
.manifesto-copy { align-self: end; max-width: 480px; padding-bottom: 8px; }
.manifesto-copy p, .services-heading > p, .app-copy > p, .areas-copy > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.arrow-link { display: inline-flex; align-items: center; gap: 40px; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.36); font-size: 14px; }
.arrow-link span { color: var(--cyan); font-size: 20px; }

.services { padding: 130px 0 150px; background: #f2f6f7; color: #071014; }
.services-heading { display: grid; grid-template-columns: 1.6fr .6fr; align-items: end; gap: 50px; margin-bottom: 70px; }
.services .section-kicker { color: #07899b; }
.services-heading h2 { font-size: clamp(58px, 7vw, 104px); }
.services-heading > p { color: #5c6971; margin: 0 0 8px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 360px; overflow: hidden; border: 0; border-radius: 18px; background: #071014; color: white; box-shadow: 0 18px 42px rgba(7,16,20,.14); transition: box-shadow .35s; }
.service-card:hover { box-shadow: 0 24px 58px rgba(7,16,20,.2); }
.service-card-wide { min-height: 360px; }
.service-card img, .service-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-card img { object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.service-card:hover img { transform: scale(1.045); }
.service-shade { background: linear-gradient(180deg, rgba(2,7,9,.08) 22%, rgba(2,7,9,.28) 48%, rgba(2,7,9,.95) 100%); }
.service-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px; }
.service-number { display: block; margin-bottom: 16px; color: var(--cyan); font: 600 12px/1 Outfit, sans-serif; letter-spacing: .16em; }
.service-content h3 { margin: 0 0 8px; font: 600 24px/1.08 Outfit, sans-serif; letter-spacing: -.025em; }
.service-content p { max-width: 40ch; margin: 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.5; }
.service-card-link { position: absolute; z-index: 3; inset: 0; border-radius: inherit; }
.service-card:has(.service-card-link:focus-visible) { outline: 2px solid var(--cyan); outline-offset: 4px; }

.app-showcase { position: relative; isolation: isolate; min-height: 900px; padding: 140px 0; overflow: hidden; background: #030405; }
.app-showcase::before { content: "WASH ME"; position: absolute; z-index: -1; inset: auto auto -9vw -2vw; color: rgba(255,255,255,.022); font-weight: 800; font-size: 22vw; line-height: 1; letter-spacing: -.08em; white-space: nowrap; }
.app-showcase::after { display: none; }
.app-beat { position: absolute; z-index: 0; top: 50%; right: 3%; width: min(610px, 48vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(12,199,225,.2) 0%, rgba(12,199,225,.09) 30%, rgba(12,199,225,.025) 52%, transparent 72%); filter: blur(28px); transform: translateY(-50%); animation: app-pulse 4.6s ease-in-out infinite; }
.app-beat::before, .app-beat::after { display: none; }
@keyframes app-pulse {
  0%, 100% { opacity: .34; transform: translateY(-50%) scale(.92); }
  50% { opacity: .68; transform: translateY(-50%) scale(1.04); }
}
.app-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 50px; }
.section-kicker.light { color: rgba(255,255,255,.7); }
.app-copy h2 { font-size: clamp(58px, 6.7vw, 98px); }
.app-copy > p { max-width: 520px; color: rgba(255,255,255,.76); }
.app-showcase .app-legal { max-width: 430px; font-size: 9px; line-height: 1.45; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.store-button { display: flex; align-items: center; gap: 11px; min-width: 178px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.42); border-radius: 14px; background: linear-gradient(145deg, rgba(3,10,16,.78), rgba(5,16,25,.58)); -webkit-backdrop-filter: blur(20px) saturate(170%); backdrop-filter: blur(20px) saturate(170%); box-shadow: inset 0 1px 0 rgba(255,255,255,.23), 0 16px 40px rgba(0,0,0,.22); transition: transform .2s, border-color .2s; }
.store-button:hover { transform: translateY(-2px); border-color: white; }
.store-button svg { width: 27px; height: 27px; fill: white; }
.store-button .google-play-mark { width: 27px; height: 30px; flex: 0 0 auto; object-fit: contain; }
.store-button span { display: grid; font-size: 18px; line-height: 1; }
.store-button small { margin-bottom: 4px; font-size: 9px; letter-spacing: .04em; }
.phone-stage { position: relative; display: grid; place-items: center; min-height: 650px; }
.phone-halo { display: none; }
.phone { position: relative; z-index: 2; width: 300px; height: 618px; padding: 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 48px; background: #071017; box-shadow: 0 38px 100px rgba(0,0,0,.44), inset 0 0 0 3px rgba(255,255,255,.1); transform: rotate(3deg); }
.phone-speaker { position: absolute; z-index: 4; top: 18px; left: 50%; width: 74px; height: 22px; border-radius: 16px; background: #030506; transform: translateX(-50%); }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 39px; background: #111; }
.phone-screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.03); transition: opacity .7s ease, transform 1s ease; }
.phone-screen img.active { opacity: 1; transform: scale(1); }
.app-pill { position: absolute; z-index: 4; isolation: isolate; overflow: hidden; display: flex; align-items: center; gap: 11px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.38); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(4,14,24,.48)); -webkit-backdrop-filter: blur(24px) saturate(190%); backdrop-filter: blur(24px) saturate(190%); box-shadow: 0 22px 55px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.42), inset 0 -1px 0 rgba(255,255,255,.08); }
.app-pill::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 18% 0%, rgba(255,255,255,.48), transparent 38%); pointer-events: none; }
.app-pill img, .app-pill i { width: 38px; height: 38px; border-radius: 10px; }
.app-pill i { display: grid; place-items: center; background: var(--cyan); color: #08232b; font-style: normal; }
.app-pill span { display: grid; gap: 3px; }
.app-pill strong { font-size: 12px; }
.app-pill small { color: rgba(255,255,255,.65); font-size: 9px; }
.app-pill-top { top: 100px; right: 7%; animation: float 4s ease-in-out infinite; }
.app-pill-bottom { bottom: 112px; left: 2%; animation: float 4s 1s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }
.slide-dots { position: absolute; z-index: 5; bottom: 34px; display: flex; gap: 1px; rotate: 3deg; transform-origin: center; }
.slide-dots button { position: relative; width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.slide-dots button::after { content: ""; position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.35); transform: translate(-50%, -50%); transition: width .2s, border-radius .2s, background .2s; }
.slide-dots button.active::after { width: 22px; border-radius: 5px; background: white; }

a:focus-visible, button:focus-visible { outline: 2px solid var(--cyan-bright); outline-offset: 4px; }

.how { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 160px 0; background: #f2f6f7; color: #071014; box-shadow: 0 0 0 100vmax #f2f6f7; clip-path: inset(0 -100vmax); }
.how .section-kicker { color: #07899b; }
.how-intro h2 { font-size: clamp(56px, 6.4vw, 94px); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(7,16,20,.14); }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; margin: 8px 0; padding: 28px 24px; border: 1px solid transparent; border-radius: 20px; transition: background .3s, border-color .3s, transform .3s, box-shadow .3s; }
.steps li:hover { border-color: rgba(7,16,20,.08); background: rgba(255,255,255,.72); box-shadow: 0 16px 38px rgba(7,16,20,.08); transform: translateX(6px); }
.steps > li > span { color: var(--cyan); font: 14px Outfit, sans-serif; }
.steps h3 { margin: 0 0 8px; font-size: 24px; font-weight: 400; }
.steps p { max-width: 390px; margin: 0; color: #5c6971; line-height: 1.6; }

.detail-break { position: relative; min-height: 75vh; display: grid; place-items: center; overflow: hidden; }
.detail-break > img, .detail-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.detail-break > img { object-fit: cover; }
.detail-overlay { background: linear-gradient(90deg, rgba(2,4,6,.86), rgba(2,4,6,.12)), linear-gradient(0deg, rgba(2,4,6,.56), transparent); }
.detail-copy { position: relative; width: var(--shell); }
.detail-copy p { max-width: 710px; margin: 0; font: 400 clamp(48px, 6vw, 88px)/.98 Outfit, sans-serif; letter-spacing: -.05em; }
.detail-copy strong { color: var(--cyan-bright); font-weight: 400; }

.areas { padding: 150px 0 115px; border-top: 1px solid rgba(255,255,255,.08); background: #050708; overflow: hidden; }
.areas-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 90px; align-items: end; }
.areas-copy .section-kicker { grid-column: 1 / -1; }
.areas-copy h2 { font-size: clamp(60px, 7vw, 106px); }
.areas-copy > p { max-width: 410px; color: rgba(255,255,255,.68); }
.area-marquee { display: flex; width: max-content; margin-top: 100px; border-block: 1px solid rgba(255,255,255,.2); animation: marquee 35s linear infinite; }
.area-marquee > div { display: flex; align-items: center; gap: 30px; padding: 25px 15px; white-space: nowrap; }
.area-marquee span { font: 600 34px Outfit, sans-serif; letter-spacing: -.035em; }
.area-marquee i { color: var(--cyan); font-style: normal; font-size: 13px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.final-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(49,179,222,.28), transparent 68%); }
.final-logo { position: absolute; width: min(760px, 70vw); opacity: .045; }
.final-copy { position: relative; }
.final-copy h2 { margin-bottom: 48px; font-size: clamp(58px, 7.5vw, 112px); }
.button-large { min-height: 66px; padding-inline: 32px; }

.site-footer { padding: 70px 40px 30px; border-top: 1px solid var(--line); background: #030405; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; max-width: 1300px; margin: auto; padding-bottom: 65px; }
.footer-brand { align-self: start; height: auto; }
.footer-brand img { width: 120px; margin-top: -8px; }
.footer-top p { margin: 0; color: var(--muted); line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(92px, auto)); align-items: start; gap: 18px 46px; justify-self: end; font-size: 14px; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; align-items: center; gap: 24px; max-width: 1300px; margin: auto; padding-top: 24px; border-top: 1px solid var(--line); color: #72808a; font-size: 11px; }
.footer-bottom a:hover { color: var(--cyan); }
.loro-credit { margin-left: auto; padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.035); }
.loro-credit strong { color: rgba(255,255,255,.84); font-weight: 600; }

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

@supports (content-visibility: auto) {
  .services, .app-showcase, .detail-break, .areas, .final-cta, .site-footer { content-visibility: auto; }
  .services { contain-intrinsic-size: 1300px; }
  .app-showcase { contain-intrinsic-size: 900px; }
  .detail-break, .areas, .final-cta { contain-intrinsic-size: 700px; }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-content h3 { font-size: 38px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 680px); }
  .site-header { top: 12px; left: 16px; grid-template-columns: 1fr auto; width: calc(100vw - 32px); height: 64px; padding: 6px 9px 6px 15px; transform: none; }
  .site-header.scrolled { top: 8px; left: 12px; width: calc(100vw - 24px); height: 60px; }
  .brand img { width: 68px; height: 46px; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.06); color: white; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; flex: 0 0 1px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% + 10px); left: 0; right: 0; display: grid; align-content: start; justify-content: stretch; justify-self: stretch; width: auto; gap: 2px; padding: 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 26px; background: linear-gradient(150deg, rgba(20,35,42,.92), rgba(4,10,13,.86)); -webkit-backdrop-filter: blur(30px) saturate(170%); backdrop-filter: blur(30px) saturate(170%); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 24px 60px rgba(0,0,0,.34); opacity: 0; pointer-events: none; transform: translateY(-8px) scale(.98); transform-origin: top center; transition: opacity .22s, transform .22s; counter-reset: mobile-nav; }
  .site-nav.open { width: auto; justify-self: stretch; opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a, .site-nav.open a { display: grid; grid-template-columns: 38px 1fr; align-items: baseline; justify-self: stretch; min-height: 52px; padding: 13px 15px; text-align: left; font: 500 24px/1.08 Outfit, sans-serif; letter-spacing: -.025em; counter-increment: mobile-nav; }
  .site-nav a::before { content: "0" counter(mobile-nav); color: rgba(255,255,255,.38); font: 500 10px/1 Inter, sans-serif; letter-spacing: .12em; }
  .hero { min-height: max(800px, 100svh); padding: 115px 20px 38px; }
  .hero-media img { object-position: 58% 50%; }
  .hero-vignette { background: linear-gradient(180deg, rgba(2,5,7,.25), rgba(2,5,7,.25) 25%, rgba(2,5,7,.96) 78%); }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(58px, 17vw, 86px); }
  .hero-lede { max-width: 430px; font-size: 16px; }
  .hero-actions { align-items: center; flex-direction: row; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
  .hero-store-buttons { flex-wrap: wrap; }
  .hero-meta { display: none; }
  .manifesto, .services-heading, .app-layout, .how, .areas-copy { grid-template-columns: 1fr; }
  .manifesto { padding-block: 100px; gap: 45px; }
  .manifesto .section-kicker, .areas-copy .section-kicker { grid-column: auto; }
  .services { padding-block: 95px; }
  .services-heading { gap: 28px; margin-bottom: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-wide { min-height: 360px; }
  .app-showcase { padding-block: 100px; }
  .app-layout { gap: 70px; }
  .phone-stage { min-height: 650px; }
  .app-pill-top { right: 0; }
  .app-pill-bottom { left: 0; }
  .how { gap: 60px; padding-block: 110px; }
  .detail-break { min-height: 650px; }
  .detail-break > img { object-position: 68% 50%; }
  .areas { padding-top: 110px; }
  .areas-copy { gap: 24px; }
  .area-marquee { margin-top: 70px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { justify-self: start; }
  .footer-bottom { flex-wrap: wrap; }
  .loro-credit { margin-left: 0; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100vw - 40px); }
  .site-header { left: 12px; width: calc(100vw - 24px); }
  .site-header.scrolled { left: 10px; width: calc(100vw - 20px); }
  .hero { min-height: max(780px, 100svh); padding: 108px 20px 34px; }
  .hero h1 { font-size: clamp(50px, 14.4vw, 56px); }
  h2, .services-heading h2, .app-copy h2, .how-intro h2, .areas-copy h2, .final-copy h2 { font-size: clamp(44px, 13.2vw, 52px); }
  .eyebrow { letter-spacing: .13em; }
  .hero-actions { gap: 12px; }
  .hero-store-buttons { gap: 8px; }
  .hero-store-buttons > a { min-width: 0; flex: 1 1 calc(50% - 4px); padding-inline: 11px; }
  .manifesto { padding-block: 86px 94px; gap: 34px; }
  .manifesto-copy p, .services-heading > p, .app-copy > p, .areas-copy > p { font-size: 16px; }
  .services { padding-block: 84px 92px; }
  .services-heading { gap: 22px; margin-bottom: 34px; }
  .service-grid { gap: 16px; }
  .service-card, .service-card-wide { min-height: 326px; border-radius: 16px; }
  .service-content { left: 0; right: 0; bottom: 0; padding: 22px; }
  .service-number { margin-bottom: 14px; }
  .service-content h3 { margin-bottom: 7px; font-size: 22px; }
  .service-content p { font-size: 13.5px; line-height: 1.45; }
  .app-showcase { min-height: auto; padding-block: 86px 78px; }
  .app-layout { gap: 44px; }
  .store-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .store-button { width: 100%; min-width: 0; gap: 8px; padding: 9px 10px; border-radius: 12px; }
  .store-button svg { width: 23px; height: 23px; }
  .store-button .google-play-mark { width: 23px; height: 26px; }
  .store-button span { font-size: 14px; }
  .store-button small { margin-bottom: 3px; font-size: 7px; }
  .phone { width: 254px; height: 524px; border-radius: 41px; }
  .phone-screen { border-radius: 32px; }
  .phone-stage { min-height: 550px; }
  .app-beat { right: -42%; width: 125vw; }
  .app-pill { scale: .82; }
  .app-pill-top { right: 4px; top: 92px; transform-origin: right center; }
  .app-pill-bottom { left: 4px; bottom: 84px; transform-origin: left center; }
  .how { gap: 42px; padding-block: 88px; }
  .steps li { grid-template-columns: 42px 1fr; gap: 12px; padding: 22px 12px; }
  .steps h3 { font-size: 22px; }
  .steps p { font-size: 15px; }
  .detail-break { min-height: 520px; }
  .detail-copy p { font-size: 41px; }
  .areas { padding-block: 88px 82px; }
  .area-marquee { margin-top: 54px; }
  .area-marquee > div { gap: 22px; padding-block: 20px; }
  .area-marquee span { font-size: 29px; }
  .final-cta { min-height: 610px; padding-inline: 20px; }
  .final-copy h2 { margin-bottom: 38px; }
  .site-footer { padding: 58px 20px 28px; }
  .footer-top { gap: 28px; padding-bottom: 45px; }
  .footer-bottom { align-items: flex-start; gap: 14px 20px; }
  .loro-credit { flex-basis: 100%; width: max-content; margin-top: 6px; }
}

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