@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&display=swap');

:root {
  color-scheme: light;
  --paper: oklch(0.96 0.02 78);
  --white: oklch(0.995 0.005 78);
  --ink: oklch(0.18 0.03 340);
  --muted: oklch(0.47 0.03 340);
  --line: oklch(0.84 0.03 70);
  --accent: oklch(0.72 0.19 48);
  --accent-dark: oklch(0.46 0.14 42);
  --signal: oklch(0.91 0.09 87);
  --display: "Bricolage Grotesque", "Avenir Next", sans-serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 500 1rem/1.55 var(--body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip { position: fixed; left: 1rem; top: -4rem; z-index: 99; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: relative; z-index: 10; padding: 24px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 800 1.05rem/1 var(--display); letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 8px 20px color-mix(in oklch, var(--accent) 24%, transparent); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); text-decoration: none; font-size: .9rem; }
.nav-links > a:hover { color: var(--ink); }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 2px solid var(--ink); border-radius: 10px; background: var(--ink); color: var(--white); text-decoration: none; font: 700 .95rem/1 var(--display); box-shadow: 5px 5px 0 var(--accent); transition: transform .18s var(--ease), box-shadow .18s var(--ease); }
.button:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--accent); }
.button.secondary { background: transparent; color: var(--ink); box-shadow: none; }
.button[aria-disabled="true"] { cursor: default; opacity: .72; box-shadow: 5px 5px 0 var(--line); }
.button[aria-disabled="true"]:hover { transform: none; box-shadow: 5px 5px 0 var(--line); }
.hero { min-height: 740px; padding: clamp(70px, 10vw, 130px) 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--accent-dark); font: 800 .76rem/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 4px; background: var(--accent); }
h1,h2,h3 { font-family: var(--display); text-wrap: balance; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.65rem, 7.5vw, 7.3rem); line-height: .88; letter-spacing: -.075em; }
.hero h1 em { position: relative; color: var(--accent); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 3%; right: -2%; bottom: -.02em; height: .09em; background: var(--signal); z-index: -1; transform: rotate(-1deg); }
.lede { max-width: 580px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.availability { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.availability strong { color: var(--ink); }
.stage { position: relative; min-height: 580px; }
.stage::before { content: ""; position: absolute; width: 77%; height: 78%; left: 6%; top: 8%; background: var(--signal); transform: rotate(-4deg); border: 2px solid var(--ink); }
.mac-shot { position: absolute; width: min(620px, 98%); right: -9%; top: 7%; border: 2px solid var(--ink); box-shadow: 18px 20px 0 color-mix(in oklch, var(--accent) 78%, transparent); transform: rotate(2.2deg); }
.picker-shot { position: absolute; width: 210px; left: -3%; bottom: 0; border: 2px solid var(--ink); border-radius: 16px; box-shadow: 10px 12px 0 var(--ink); transform: rotate(-5deg); }
.sticker { position: absolute; right: 3%; bottom: 4%; width: 132px; height: 132px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--white); font: 800 .78rem/1.1 var(--display); text-align: center; text-transform: uppercase; transform: rotate(10deg); }
.action-rail { overflow: hidden; border-block: 2px solid var(--ink); background: var(--accent); color: var(--ink); }
.action-rail-track { width: min(1180px, calc(100% - 40px)); margin-inline: auto; display: flex; justify-content: space-between; gap: 26px; padding: 14px 0; font: 800 .82rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.action-rail-track span + span::before { content: "/"; margin-right: 26px; opacity: .55; }
.section { padding: clamp(90px, 12vw, 160px) 0; }
.section-head { display: grid; grid-template-columns: .5fr 1fr; gap: 40px; align-items: start; margin-bottom: 64px; }
.section-number { font: 800 1rem/1 var(--mono); color: var(--accent); }
h2 { max-width: 850px; margin: 0; font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: .94; letter-spacing: -.06em; }
.proof-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; }
.proof-card { border-top: 2px solid var(--ink); padding-top: 20px; }
.proof-card h3 { margin: 0 0 12px; font-size: clamp(1.5rem,3vw,2.5rem); line-height: 1; letter-spacing: -.04em; }
.proof-card p { max-width: 48ch; color: var(--muted); }
.proof-image { margin-top: 26px; border: 2px solid var(--ink); background: var(--white); overflow: hidden; }
.proof-image img { width: 100%; height: 100%; object-fit: cover; }
.proof-image.phone { max-height: 680px; }
.proof-image.phone img { object-position: top; }
.loop { background: var(--ink); color: var(--white); }
.loop .section-number, .loop .eyebrow { color: var(--accent); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid color-mix(in oklch,var(--white) 35%,transparent); }
.step { padding: 32px 30px 32px 0; border-right: 1px solid color-mix(in oklch,var(--white) 35%,transparent); }
.step + .step { padding-left: 30px; }
.step:last-child { border-right: 0; }
.step b { display: block; margin-bottom: 64px; color: var(--accent); font: 800 1rem/1 var(--mono); }
.step h3 { margin: 0; font-size: 2rem; letter-spacing: -.04em; }
.step p { color: color-mix(in oklch,var(--white) 68%,transparent); }
.privacy { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,9vw,130px); align-items: start; }
.privacy-mark { aspect-ratio: 1; display: grid; place-items: center; background: var(--signal); border: 2px solid var(--ink); box-shadow: 14px 14px 0 var(--accent); transform: rotate(-3deg); }
.privacy-mark span { font: 800 clamp(3rem,9vw,7.5rem)/.8 var(--display); letter-spacing: -.08em; transform: rotate(3deg); }
.privacy-copy h2 { font-size: clamp(2.7rem,5vw,4.8rem); }
.privacy-copy > p { max-width: 60ch; color: var(--muted); font-size: 1.1rem; }
.facts { list-style: none; padding: 0; margin: 38px 0 0; }
.facts li { display: grid; grid-template-columns: 24px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid var(--line); }
.facts li::before { content: "✓"; color: var(--accent); font-weight: 900; }
.cta { margin: 0 0 40px; padding: clamp(50px, 8vw, 90px); background: var(--accent); color: var(--white); border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.cta h2 { font-size: clamp(3rem,7vw,6.5rem); }
.cta .button { background: var(--signal); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); white-space: nowrap; }
.site-footer { padding: 34px 0 55px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: .88rem; text-underline-offset: 4px; }
.legal-page { max-width: 760px; margin: 0 auto; padding: 80px 20px 120px; }
.legal-page .brand { margin-bottom: 70px; }
.legal-page h1 { font-size: clamp(3rem,8vw,6rem); }
.legal-page h2 { margin: 55px 0 12px; font-size: 1.65rem; letter-spacing: -.04em; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page strong { color: var(--ink); }
.legal-page a { color: var(--accent-dark); text-underline-offset: 3px; }
.meta { font: 700 .78rem/1 var(--mono); color: var(--accent-dark) !important; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 860px) {
  .hero { padding-top: 60px; }
  .hero-grid, .section-head, .proof-grid, .privacy, .cta { grid-template-columns: 1fr; }
  .stage { min-height: 510px; margin-top: 20px; }
  .mac-shot { right: 0; }
  .section-head { gap: 18px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 28px 0; border-right: 0; border-bottom: 1px solid color-mix(in oklch,var(--white) 35%,transparent); }
  .step b { margin-bottom: 24px; }
  .privacy-mark { max-width: 420px; }
  .cta { align-items: start; }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-links > a:not(.button) { display: none; }
  .nav .button { display: none; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.2rem); }
  .hero { min-height: 0; padding-bottom: 56px; }
  .hero-grid { gap: 34px; }
  .actions { display: grid; grid-template-columns: 1fr 1fr; }
  .actions .button { width: 100%; padding-inline: 12px; }
  .availability { line-height: 1.5; }
  .stage { min-height: 0; margin-top: 12px; padding: 9px 0 0; }
  .stage::before { width: calc(100% - 18px); height: calc(100% - 9px); left: 9px; top: 9px; transform: rotate(-1.5deg); }
  .mac-shot { position: relative; width: calc(100% - 18px); right: auto; top: auto; margin-inline: auto; transform: rotate(1deg); box-shadow: 9px 10px 0 var(--accent); }
  .picker-shot { display: none; }
  .sticker { right: 0; bottom: -20px; width: 90px; height: 90px; font-size: .58rem; transform: rotate(7deg); }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .action-rail-track { width: min(100% - 28px, 1180px); display: grid; grid-template-columns: 1fr 1fr; row-gap: 14px; }
  .action-rail-track span + span::before { content: none; }
}
@media (max-width: 360px) {
  .actions { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
