@font-face {
  font-family: "Bangers";
  src: url("assets/bangers.woff2") format("woff2");
  font-display: swap;
}

:root {
  --ink: #0b0b0b;
  --paper: #f7f7f3;
  --muted: #898989;
  --line: #2a2a2a;
  --acid: #d8ff55;
  --accent: #758cff;
  color-scheme: dark;
  font-family: "Public Sans", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; background: var(--ink); }
body { margin: 0; background: var(--ink); color: white; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--acid); color: #111; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.hero { min-height: 78svh; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.wordmark { width: 100%; overflow: hidden; padding-top: 18px; pointer-events: none; }
.wordmark-track { display: flex; width: max-content; transform: translateX(-6%); animation: drift 24s linear infinite; will-change: transform; }
.wordmark span { flex: none; font-family: "Bangers", Impact, sans-serif; font-size: clamp(100px, 12vw, 170px); line-height: 1.02; white-space: nowrap; letter-spacing: -.01em; }
.hero-inner { width: min(820px, calc(100% - 40px)); margin: clamp(8px, 1vh, 16px) auto 0; padding-bottom: 42px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.app-icon { width: 76px; height: 76px; margin-bottom: 18px; border: 1px solid #5e5e5e; border-radius: 21px; box-shadow: 0 16px 50px #000; }
.eyebrow { margin: 0 0 15px; color: var(--acid); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.03; letter-spacing: -.045em; font-weight: 500; text-wrap: balance; }
.hero-copy { max-width: 700px; margin: 16px 0 22px; color: var(--muted); font-size: clamp(18px, 1.65vw, 23px); line-height: 1.4; text-wrap: balance; }
.store-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.store-actions a { border-radius: 10px; transition: transform .2s ease, filter .2s ease; }
.store-actions a:hover { transform: translateY(-3px); filter: brightness(1.12); }
.store-actions img { height: 50px; width: auto; }
.rating-pill { margin-top: 18px; padding: 10px 15px; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 9px; border: 1px solid #333; border-radius: 99px; color: #b8b8b8; font-size: 13px; }
.rating-pill strong { color: white; }
.rating-pill .stars { color: var(--acid); letter-spacing: 1px; }
.rating-pill i { width: 1px; height: 16px; background: #444; }
.scroll-cue { margin-top: 22px; display: flex; gap: 13px; align-items: center; color: #777; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #333; border-radius: 50%; color: white; animation: bob 2s ease-in-out infinite; }

.showcase { position: relative; min-height: 1080svh; background: #090909; border-bottom: 1px solid var(--line); }
.showcase-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; }
.stage-glow, .visual-aura { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.stage-glow { width: 46vw; height: 46vw; left: 50%; top: 50%; transform: translate(-50%, -50%); background: color-mix(in srgb, var(--accent) 22%, transparent); opacity: .55; transition: background .8s ease; }
.visual-wrap { position: absolute; z-index: 3; left: 50%; top: 50%; width: min(40vw, 520px, 56.5svh); aspect-ratio: 1080 / 1490; transform: translate(-50%, -50%); }
.visual-aura { inset: 14% -12%; background: color-mix(in srgb, var(--accent) 38%, transparent); opacity: .6; transition: background .9s ease; }
.visual-viewport { position: relative; width: 100%; height: 100%; overflow: visible; container-type: inline-size; }
.visual-slide { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transform: translateY(34px) scale(.975); transition: opacity .62s ease, transform .9s cubic-bezier(.22,1,.36,1); pointer-events: none; }
.visual-slide.is-active { opacity: 1; transform: translateY(0) scale(1); }
.scene-phone { position: absolute; left: 9.54%; top: 2.01%; width: 82.87%; height: auto; max-width: none; opacity: 0; transform: translateY(60px) scale(.97); filter: drop-shadow(0 35px 38px #0009); transition: opacity .68s ease, transform .88s cubic-bezier(.22,1,.36,1); }
.scene-phone--first { left: 4.07%; }
.scene-phone--messages { left: 1.32%; }
.figma-tradesman { position: absolute; z-index: 2; left: 5.67%; top: 34.56%; width: 145.83%; height: auto; max-width: none; opacity: 0; transform: translate(13%, 6%) scale(.98); transition: opacity .7s .16s ease, transform 1s .16s cubic-bezier(.22,1,.36,1); }
.visual-slide.is-active .scene-phone, .visual-slide--hero.is-active .figma-tradesman { opacity: 1; transform: translate(0) scale(1); }

.figma-float { position: absolute; z-index: 3; height: auto; max-width: none; opacity: 0; filter: drop-shadow(0 14px 22px #0004); transition: opacity .45s ease, transform .72s cubic-bezier(.22,1,.36,1); }
.lead-layer { left: 67.5%; top: 20.4%; width: 27%; transform: translate3d(70px,var(--parallax,0px),0) scale(.92); transition-delay: .14s; }
.summary-layer { left: .7%; top: 41.9%; width: 98.6%; transform: translate3d(0,calc(55px + var(--parallax,0px)),0) scale(.96); transition-delay: .25s; }
.suggestion-layer { left: 4%; top: 36.6%; width: 92%; transform: translate3d(55px,var(--parallax,0px),0) scale(.96); transition-delay: .22s; }
.setup-layer { left: 3%; top: 33.4%; width: 94%; transform: translate3d(-55px,var(--parallax,0px),0) scale(.96); transition-delay: .2s; }
.visual-slide.is-active .figma-float { opacity: 1; transform: translate3d(0,var(--parallax,0px),0) scale(1); }

.booking-layers { position: absolute; z-index: 3; left: 1%; top: 23.6%; width: 98%; opacity: 0; filter: drop-shadow(0 16px 24px #0003); transform: translate3d(0,calc(55px + var(--parallax,0px)),0) scale(.96); transition: opacity .45s .16s ease, transform .72s .16s cubic-bezier(.22,1,.36,1); }
.booking-layers img { display: block; width: 100%; height: auto; }
.visual-slide.is-active .booking-layers { opacity: 1; transform: translate3d(0,var(--parallax,0px),0) scale(1); }

.message-layers { position: absolute; z-index: 3; inset: 0; }
.message-layers img { position: absolute; height: auto; max-width: none; opacity: 0; filter: drop-shadow(0 12px 18px #0004); transition: opacity .36s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.message-layers img:nth-child(1) { left: 37.8%; top: 35.6%; width: 56.9%; transform: translate3d(48px,var(--parallax,0px),0); transition-delay: .16s; }
.message-layers img:nth-child(2) { left: 47%; top: 52.3%; width: 44.6%; transform: translate3d(-48px,var(--parallax,0px),0); transition-delay: .32s; }
.message-layers img:nth-child(3) { left: 37.8%; top: 62.4%; width: 56.9%; transform: translate3d(48px,var(--parallax,0px),0); transition-delay: .48s; }
.visual-slide.is-active .message-layers img { opacity: 1; transform: translate3d(0,var(--parallax,0px),0); }

.integration-cloud { position: absolute; left: 7.9%; top: 8%; width: 84.3%; display: flex; flex-wrap: wrap; justify-content: center; gap: 3.2cqw 4.4cqw; }
.integration-cloud > * { height: 12.2cqw; width: auto; max-width: 47%; border-radius: 3.45cqw; opacity: 0; transform: translateY(35px) scale(.9) rotate(var(--tilt, 0deg)); transition: opacity .36s ease, transform .62s cubic-bezier(.22,1,.36,1); }
.integration-cloud > :nth-child(3n+1) { --tilt: -2deg; }.integration-cloud > :nth-child(3n+2) { --tilt: 2deg; }
.integration-cloud > :nth-child(1) { transition-delay: .08s; }.integration-cloud > :nth-child(2) { transition-delay: .13s; }.integration-cloud > :nth-child(3) { transition-delay: .18s; }.integration-cloud > :nth-child(4) { transition-delay: .23s; }.integration-cloud > :nth-child(5) { transition-delay: .28s; }.integration-cloud > :nth-child(6) { transition-delay: .33s; }.integration-cloud > :nth-child(7) { transition-delay: .38s; }.integration-cloud > :nth-child(8) { transition-delay: .43s; }.integration-cloud > :nth-child(9) { transition-delay: .48s; }.integration-cloud > :nth-child(10) { transition-delay: .53s; }.integration-cloud > :nth-child(11) { transition-delay: .58s; }
.more-integrations { box-sizing: border-box; display: grid; place-items: center; min-width: 39cqw; padding: 0 4cqw; border: .55cqw solid #d9ff58; color: #fff; font-size: 5.6cqw; font-weight: 500; line-height: 1; letter-spacing: -.03em; white-space: nowrap; }
.visual-slide.is-active .integration-cloud > * { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
.feature-copy { position: absolute; z-index: 4; top: 50%; width: min(29vw, 370px); opacity: 0; transform: translateY(calc(-50% + 35px)); transition: opacity .45s ease, transform .7s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.feature-copy--left { right: calc(50% + min(23vw, 300px)); text-align: right; }
.feature-copy--right { left: calc(50% + min(23vw, 300px)); }
.feature-copy.is-active { opacity: 1; transform: translateY(-50%); pointer-events: auto; }
.feature-number { display: inline-block; margin-bottom: 28px; color: #565656; font-family: ui-monospace, monospace; font-size: 12px; }
.feature-copy h2 { margin: 0 0 18px; font-size: clamp(30px, 3.4vw, 52px); line-height: 1.02; font-weight: 500; letter-spacing: -.04em; text-wrap: balance; }
.feature-copy > p:last-child { margin: 0; color: #888; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.55; }
.step-counter { position: absolute; z-index: 6; left: 50%; bottom: 3vh; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: #666; font: 11px ui-monospace, monospace; }
.step-counter span:first-child { color: white; }
.step-counter i { width: 48px; height: 1px; background: #444; }
.scene-rail { position: absolute; inset: 0; z-index: -1; }
.scene { height: 135svh; }
.mobile-scenes { display: none; }
.mobile-fallback { display: none; }

.outcomes { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: clamp(110px, 14vw, 190px) 0; }
.outcomes > h2, .faq > h2 { max-width: 800px; margin: 0 0 70px; font-size: clamp(42px, 6vw, 84px); line-height: .98; font-weight: 500; letter-spacing: -.055em; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.outcome-grid article { min-height: 330px; padding: 26px 30px 30px 0; border-right: 1px solid var(--line); }
.outcome-grid article + article { padding-left: 30px; }
.outcome-grid article:last-child { border-right: 0; }
.outcome-grid span { color: #555; font: 12px ui-monospace, monospace; }
.outcome-grid h3 { margin: 80px 0 15px; font-size: 28px; font-weight: 500; letter-spacing: -.025em; }
.outcome-grid p { color: #858585; line-height: 1.6; }

.callout { min-height: 60svh; padding: clamp(60px, 8vw, 120px); display: flex; align-items: center; justify-content: space-between; gap: 50px; background: var(--paper); color: #111; }
.callout .eyebrow { color: #596d00; }
.callout h2 { margin: 0; font: clamp(74px, 10vw, 156px)/.88 "Bangers", Impact, sans-serif; max-width: 680px; }
.callout p:last-child { max-width: 520px; color: #5e5e5e; font-size: 20px; }
.callout > a { min-width: min(100%, 410px); padding: 30px; display: grid; grid-template-columns: 1fr auto; gap: 10px; border: 1px solid #c9c9c4; border-radius: 24px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.callout > a:hover { transform: translateY(-5px); box-shadow: 0 25px 55px #0002; }
.callout a small { grid-column: 1; color: #777; letter-spacing: .15em; }
.callout a strong { grid-column: 1; font-size: clamp(23px, 3vw, 38px); }
.callout a span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 28px; }

.faq { width: min(980px, calc(100% - 48px)); margin: 0 auto; padding: clamp(100px, 12vw, 180px) 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 30px 54px 30px 0; list-style: none; position: relative; cursor: pointer; font-size: clamp(20px, 2.3vw, 30px); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; font-size: 26px; color: #777; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { max-width: 740px; margin: -10px 0 30px; color: #888; font-size: 18px; line-height: 1.55; }

.final-cta { min-height: 76svh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; border-top: 1px solid var(--line); }
.wordmark--footer { width: 100%; margin-bottom: 50px; padding: 0; opacity: .14; }
.wordmark--footer span { font-size: clamp(90px, 14vw, 190px); }
.final-cta h2 { max-width: 860px; margin: 0 24px 38px; font-size: clamp(40px, 6vw, 82px); line-height: 1; font-weight: 500; letter-spacing: -.05em; }
.directory-badges { padding: 30px clamp(20px, 4vw, 64px) 38px; border-top: 1px solid var(--line); text-align: center; }
.directory-badges > p { margin: 0 0 22px; color: #5f5f5f; font: 11px ui-monospace, monospace; letter-spacing: .16em; text-transform: uppercase; }
.directory-badges__list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 24px; }
.directory-badges__list a { min-height: 58px; padding: 10px 14px; display: grid; place-items: center; border: 1px solid #1c1c1c; border-radius: 12px; background: #0a0a0a; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.directory-badges__list a:hover { border-color: #3a3a3a; background: #101010; transform: translateY(-2px); }
.directory-badges__list img { display: block; max-width: min(260px, 68vw); max-height: 44px; width: auto; height: auto; object-fit: contain; }
footer { min-height: 180px; padding: 42px clamp(24px, 4vw, 64px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border-top: 1px solid var(--line); color: #777; }
footer img { border-radius: 16px; }
footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
footer a:hover { color: white; }

@keyframes drift { to { transform: translateX(calc(-6% - 12.5%)); } }
@keyframes bob { 50% { transform: translateY(5px); } }

@media (max-width: 900px) {
  .feature-copy { width: 30vw; }
  .feature-copy--left { right: calc(50% + 23vw); }
  .feature-copy--right { left: calc(50% + 23vw); }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article, .outcome-grid article + article { min-height: auto; padding: 28px 0 50px; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-grid h3 { margin-top: 34px; }
  .callout { flex-direction: column; align-items: stretch; }
}

@media (max-width: 700px), (pointer: coarse) and (max-width: 1100px) {
  html { scroll-snap-type: y proximity; }
  html.has-mobile-observer { scroll-snap-type: none; }
  .hero { min-height: auto; }
  .wordmark-track { transform: translateX(-10%); }
  .wordmark span { font-size: 104px; }
  .hero-inner { margin-top: 18px; padding-bottom: 48px; }
  .app-icon { width: 72px; height: 72px; border-radius: 20px; }
  .hero h1 { font-size: 46px; }
  .hero-copy { font-size: 18px; }
  .store-actions img { height: 46px; }
  .rating-pill { max-width: 320px; border-radius: 20px; }
  .showcase { min-height: auto; padding: 32px 0 80px; }
  .showcase-stage, .scene-rail { display: none; }
  .mobile-scenes { display: grid; overflow: clip; }
  .mobile-fallback { display: grid; gap: 56px; }
  .mobile-fallback article { display: grid; justify-items: center; }
  .mobile-fallback img { width: 94vw; height: auto; aspect-ratio: 9 / 16; object-fit: cover; }
  .mobile-scene { min-height: max(100svh, calc(129.7vw + 180px)); position: relative; display: grid; align-content: center; justify-items: center; text-align: center; scroll-snap-align: center; scroll-snap-stop: always; }
  .mobile-scene::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 62%; width: min(105vw, 760px); aspect-ratio: 1; border-radius: 50%; background: color-mix(in srgb, var(--scene-accent) 28%, transparent); filter: blur(72px); opacity: .55; transform: translate(-50%, -50%); }
  .mobile-scene-copy { position: relative; z-index: 3; width: 92vw; margin-bottom: 8px; opacity: 0; transform: translateY(28px); will-change: opacity, transform; transition: opacity .28s cubic-bezier(.23,1,.32,1), transform .42s cubic-bezier(.23,1,.32,1); }
  .mobile-scene-copy .eyebrow { margin-bottom: 9px; font-size: 10px; }
  .mobile-scene-copy h2 { margin: 0; font-size: clamp(34px, 8.5vw, 68px); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
  .mobile-scene-copy > p:last-child { margin: 12px auto 0; color: #9a9a9a; font-size: clamp(15px, 4vw, 25px); line-height: 1.35; }
  .mobile-composition { position: relative; z-index: 2; width: 94vw; aspect-ratio: 1080 / 1490; container-type: inline-size; }
  .mobile-visual { position: absolute; inset: 0; }
  .mobile-visual .scene-phone { left: 4%; width: 92%; }
  .mobile-visual .scene-phone--messages { left: -4%; }
  .mobile-visual .figma-tradesman { left: 8%; top: auto; bottom: -25%; width: 136%; transform-origin: center bottom; -webkit-mask-image: linear-gradient(#000 0 97%, transparent); mask-image: linear-gradient(#000 0 97%, transparent); }
  .mobile-visual .lead-layer { left: 67%; top: 18.5%; width: 30%; }
  .mobile-visual .summary-layer { left: -2%; top: 41.9%; width: 104%; }
  .mobile-visual .booking-layers { left: -2%; top: 23.6%; width: 104%; }
  .mobile-visual .suggestion-layer { left: 0; top: 36.6%; width: 100%; }
  .mobile-visual .setup-layer { left: -2%; top: 33.4%; width: 104%; }
  .mobile-visual .message-layers img:nth-child(1) { left: 35%; top: 34%; width: 61%; }
  .mobile-visual .message-layers img:nth-child(2) { left: 44%; top: 57%; width: 50%; }
  .mobile-visual .message-layers img:nth-child(3) { left: 35%; top: 70%; width: 61%; }
  .mobile-visual .integration-cloud { left: 4%; top: 5%; width: 92%; }
  .mobile-scene.is-active .mobile-scene-copy { opacity: 1; transform: none; }
  .outcomes { width: calc(100% - 40px); }
  .outcomes > h2, .faq > h2 { margin-bottom: 46px; }
  .callout { min-height: auto; padding: 80px 20px; }
  .callout h2 { font-size: 78px; }
  .callout > a { min-width: 0; padding: 22px; }
  .faq { width: calc(100% - 40px); }
  .final-cta { min-height: 65svh; }
  .directory-badges { padding-block: 28px 34px; }
  .directory-badges__list { gap: 12px; }
  .directory-badges__list a { width: min(100%, 320px); }
  footer { grid-template-columns: auto 1fr; }
  footer nav { grid-column: 1 / -1; justify-content: flex-start; }
}

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