:root {
  color-scheme: light;
  --paper: #edf5f2;
  --paper-raised: #f8fbf9;
  --ink: #102b2d;
  --muted: #4e696b;
  --line: rgba(16, 43, 45, .3);
  --cyan: #b8ecf1;
  --cyan-strong: #22b8d6;
  --pink: #d90b75;
  --note: #fff2a8;
  --shadow: rgba(16, 43, 45, .16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 500 1rem/1.55 Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 10; top: .5rem; left: .5rem; padding: .7rem 1rem; background: var(--ink); color: var(--paper-raised); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
a:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }

.site-header { position: relative; z-index: 3; display: flex; width: min(var(--max), calc(100% - 3rem)); min-height: 4.5rem; margin: auto; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand > span { display: grid; width: 2.4rem; aspect-ratio: 1; place-items: center; border: 2px solid var(--ink); background: var(--cyan-strong); box-shadow: .2rem .2rem 0 var(--pink); font-weight: 950; transform: rotate(-2deg); }
.brand strong { font-size: 1.08rem; letter-spacing: -.04em; }
.header-action { padding: .55rem .1rem .25rem; border-bottom: 2px solid var(--ink); font-size: .82rem; font-weight: 850; text-decoration: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 950; letter-spacing: -.065em; line-height: .92; }
h1 { max-width: 10ch; margin-bottom: 1.4rem; font-size: clamp(3.5rem, 7vw, 6.8rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4.9rem); }
h3 { margin-bottom: .8rem; font-size: clamp(1.7rem, 3vw, 3rem); }
.eyebrow, .story-state { color: var(--pink); font-size: .72rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }

.hero { display: grid; width: min(var(--max), calc(100% - 3rem)); min-height: calc(100dvh - 4.5rem); margin: auto; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; padding: 3rem 0 5rem; }
.hero-lead { max-width: 31rem; margin-bottom: 0; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .8rem 1.15rem; border: 2px solid var(--ink); font-weight: 900; text-decoration: none; transition: transform 180ms ease-out, box-shadow 180ms ease-out; }
.button.primary { background: var(--ink); color: var(--paper-raised); box-shadow: .35rem .35rem 0 var(--pink); }
.button:active { transform: scale(.98); }
.text-link { padding-block: .5rem .2rem; border-bottom: 2px solid var(--ink); font-weight: 850; text-decoration: none; }

.planning-collage { position: relative; min-height: 36rem; }
.planning-collage::before { position: absolute; inset: 12% -5% 3% 7%; content: ""; background: var(--cyan); clip-path: polygon(4% 4%, 98% 0, 94% 97%, 0 100%); }
.planning-collage img { position: absolute; z-index: 1; right: -13%; bottom: -3%; width: 115%; max-width: none; filter: drop-shadow(0 1.4rem 1.2rem var(--shadow)); }
.route-paper { position: absolute; z-index: 2; top: 4%; left: -3%; width: min(24rem, 72%); padding: 1.2rem; border: 2px solid var(--ink); background: var(--paper-raised); box-shadow: .5rem .5rem 0 var(--pink); transform: rotate(-2deg); }
.route-paper::before { position: absolute; top: -.8rem; left: 35%; width: 5.2rem; height: 1.6rem; content: ""; background: rgba(255, 224, 137, .78); clip-path: polygon(3% 7%, 98% 0, 95% 92%, 0 100%); }
.paper-label { display: block; margin-bottom: .5rem; color: var(--pink); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.route-paper > strong { display: block; max-width: 11ch; font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1; letter-spacing: -.05em; }
.route-paper dl { margin: 1rem 0 0; }
.route-paper dl div { display: grid; grid-template-columns: 5rem 1fr; gap: .5rem; padding-block: .35rem; border-top: 1px solid var(--line); }
.route-paper dt { color: var(--muted); font-size: .69rem; font-weight: 800; }
.route-paper dd { margin: 0; font-size: .74rem; font-weight: 900; }
.desk-note { position: absolute; z-index: 3; right: -2%; bottom: 7%; width: 13rem; padding: 1rem; background: var(--note); box-shadow: 0 1rem 2rem var(--shadow); font-size: .8rem; font-weight: 800; transform: rotate(2deg); }

.promise { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(2rem, 7vw, 7rem); width: min(var(--max), calc(100% - 3rem)); margin: auto; padding: clamp(5rem, 10vw, 9rem) 0; border-top: 2px solid var(--ink); }
.promise > div > p { max-width: 48rem; margin-bottom: 0; color: var(--muted); font-size: 1.12rem; }
.boundary { align-self: end; margin: 0; padding: 1.2rem; border: 2px solid var(--ink); background: var(--note); box-shadow: .45rem .45rem 0 var(--ink); font-size: .84rem; transform: rotate(1deg); }

.workflow { padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--paper-raised); }
.workflow header { max-width: 48rem; }
.workflow header p { max-width: 42rem; color: #b9cbca; }
.workflow ol { display: grid; margin: 4rem 0 0; padding: 0; grid-template-columns: 1.1fr .9fr; list-style: none; border-top: 1px solid rgba(248, 251, 249, .35); }
.workflow li { display: grid; grid-template-columns: minmax(12rem, .72fr) 1.28fr; gap: 1rem 2rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(248, 251, 249, .35); }
.workflow li:nth-child(even) { padding-left: clamp(0rem, 5vw, 4rem); }
.workflow li strong { font-size: 1.2rem; letter-spacing: -.03em; }
.workflow li span { color: #b9cbca; font-size: .88rem; }

.screens { width: min(var(--max), calc(100% - 3rem)); margin: auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.screens > header { max-width: 52rem; margin-bottom: 4rem; }
.screens > header p { max-width: 42rem; color: var(--muted); }
.screen-story { min-width: 0; }
.screen-story-primary { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.story-copy { position: sticky; top: 2rem; padding-top: 1rem; }
.story-copy > p:last-child { color: var(--muted); }
.browser-shot { position: relative; min-width: 0; margin: 0; border: 2px solid var(--ink); background: var(--paper-raised); box-shadow: .65rem .65rem 0 var(--cyan-strong); }
.browser-bar { display: flex; height: 2.6rem; align-items: center; gap: .4rem; padding: 0 .75rem; border-bottom: 1px solid var(--line); }
.browser-bar i { width: .6rem; aspect-ratio: 1; background: var(--pink); }
.browser-bar i:nth-child(2) { background: var(--cyan-strong); }
.browser-bar i:nth-child(3) { background: var(--muted); }
.browser-bar span { margin-left: auto; color: var(--muted); font-size: .68rem; font-style: normal; }
.shot-window { overflow: hidden; background: var(--cyan); }
.shot-window img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.shot-composer { height: clamp(24rem, 58vw, 43rem); }
.shot-tour { height: clamp(23rem, 47vw, 38rem); }
.tape { position: absolute; z-index: 2; width: 6.5rem; height: 1.65rem; background: rgba(255, 224, 137, .76); clip-path: polygon(2% 5%, 99% 0, 96% 92%, 0 100%); }
.tape-left { top: -1rem; left: 15%; transform: rotate(-2deg); }
.tape-right { top: -1rem; right: 12%; transform: rotate(2deg); }
.screen-pair { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(2rem, 5vw, 5rem); margin-top: clamp(6rem, 12vw, 11rem); align-items: start; }
.screen-pair .story-copy { position: static; max-width: 35rem; margin-bottom: 2rem; }
.companion-story { padding-top: 7rem; }
.phone-shot { position: relative; width: min(100%, 21rem); margin: 0 auto; padding: .65rem; border: 2px solid var(--ink); background: var(--ink); box-shadow: .65rem .65rem 0 var(--pink); }
.phone-shot img { width: 100%; height: 42rem; object-fit: cover; object-position: top; }
.tape-phone { top: -.95rem; left: 50%; transform: translateX(-50%) rotate(-1deg); }

.deliverables { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--cyan); }
.deliverables-copy p { max-width: 31rem; margin-bottom: 0; }
.deliverables ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.deliverables li { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--ink); }
.deliverables li span { color: var(--muted); }

.final-cta { width: min(58rem, calc(100% - 3rem)); margin: auto; padding: clamp(6rem, 13vw, 12rem) 0; text-align: center; }
.final-cta > p { color: var(--pink); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.final-cta h2 { max-width: 11ch; margin-inline: auto; }
.final-cta small { display: block; margin-top: 1.5rem; color: var(--muted); }
footer { display: flex; width: min(var(--max), calc(100% - 3rem)); margin: auto; justify-content: space-between; gap: 1rem; padding: 2rem 0 3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }

.reveal { animation: rise 520ms cubic-bezier(.2, .8, .2, 1) both; }
.planning-collage.reveal { animation-delay: 80ms; }
@keyframes rise { from { opacity: 0; transform: translateY(1rem); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { max-width: 48rem; }
  .planning-collage { min-height: 34rem; }
  .promise, .screen-story-primary, .deliverables { grid-template-columns: 1fr; }
  .story-copy { position: static; }
  .workflow ol { grid-template-columns: 1fr; }
  .workflow li:nth-child(even) { padding-left: 0; }
}

@media (max-width: 767px) {
  html { scroll-behavior: auto; }
  .site-header, .hero, .promise, .screens, footer { width: min(100% - 2rem, 42rem); }
  .site-header { min-height: 4rem; }
  .header-action { max-width: 10rem; text-align: right; }
  h1 { font-size: clamp(3.25rem, 16vw, 5.4rem); }
  h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .hero { min-height: auto; gap: 1rem; padding: 3.5rem 0 4rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; text-align: center; }
  .planning-collage { min-height: 27rem; }
  .planning-collage img { right: 0; bottom: -2%; width: 100%; }
  .route-paper { left: 0; width: 78%; }
  .desk-note { right: 0; bottom: 2%; width: 11rem; }
  .promise { gap: 3rem; }
  .workflow { padding-inline: 1rem; }
  .workflow li { grid-template-columns: 1fr; }
  .screen-pair { grid-template-columns: 1fr; }
  .companion-story { padding-top: 2rem; }
  .shot-composer, .shot-tour { height: 27rem; }
  .phone-shot img { height: 38rem; }
  .deliverables { padding-inline: 1rem; }
  .deliverables li { grid-template-columns: 1fr; gap: .25rem; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { animation: none; }
  .button { transition: none; }
}

@media print {
  .site-header, .hero-actions, .final-cta { display: none; }
  body { background: white; }
  .hero { min-height: auto; }
  .workflow { background: white; color: var(--ink); }
  .workflow header p, .workflow li span { color: var(--muted); }
}
