/* A little human world: paper, objects, and room for the character to breathe. */
:root {
  --bg: #fbfaf7;
  --ink: #30332f;
  --muted: #72756f;
  --line: #e8e6df;
  --accent: #3b5142;
  --green: #edf1e4;
  --purple: #f0eaf6;
  --apricot: #fcf0e3;
  --blue: #eaf1f8;
}

.topbar { background: var(--bg); border-bottom-color: #ebe9e2; }
.navlink { color: #60665e; }
.navlink:hover, .navlink.active { background: #eeeee7; }
.prototype-pill { color: #858780; background: #f3f2ed; border-color: #e9e7e0; }
.step-caption, .phase-label, .eyebrow, .owner-note,
.marketing-copy > p, .service-copy p.subtle, .section-heading p,
.closing-cta p, .onboarding-main > p, .onboarding-main > .subtle,
.onboarding-main .hint, .flow-heading > p.subtle, .flow-heading > p.hint {
  color: #696e65;
}
.preview-footer, .marketing-footer { border-color: var(--line); color: #81857c; }
.preview-footer a, .preview-footer button,
.marketing-footer a, .marketing-footer button { color: #747a6e; }
.swatches button { border-color: var(--bg); }
.single-field-form input { border-color: #dedfd5; }
.journey-progress > span { background: #e8e6df; }
.journey-progress > span.current { background: #7d8d70; }
.journey-progress > span.done { background: #b6c2a8; }

/* The illustration tells the story. No product window or floating labels. */
.human-world-hero {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.13fr);
  gap: 28px;
  min-height: 550px;
  padding: 45px 0 76px;
}
.human-world-hero .marketing-copy { position: relative; z-index: 1; }
.human-world-hero .marketing-copy h1 {
  font-size: clamp(45px, 4.35vw, 61px);
  line-height: 1.06;
  letter-spacing: -2.7px;
  max-width: 560px;
  margin: 0 0 25px;
}
.human-world-hero h1 > span { color: #7b668e; }
.human-world-hero .marketing-copy > p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 397px;
  margin-bottom: 28px;
}
.human-world-hero .marketing-actions { gap: 10px; }
.human-world-hero .marketing-actions .button { padding: 14px 20px; }
.human-world-hero .compatibility { margin-top: 28px; gap: 8px 13px; color: #868981; }
.human-world-hero .compatibility strong,
.human-world-hero .compatibility b { color: #636c5e; }
.hero-illustration { min-width: 0; width: calc(100% + 36px); margin-left: -9px; position: relative; }
.scene-image { display: block; width: 100%; height: auto; object-fit: contain; }
.hero-illustration > .scene-image { max-height: 530px; object-position: center; }
.hero-illustration img, .world-intro-illustration img,
.welcome-arrival img, .story-preview-art img,
.moving-in-art img, .success-desk img { mix-blend-mode: multiply; }

.world-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 75px;
  padding: 52px 40px 68px;
  border-top: 1px solid var(--line);
}
.world-intro-copy h2 { font-size: 35px; line-height: 1.15; letter-spacing: -1.2px; max-width: 420px; margin-bottom: 18px; }
.world-intro-copy p { font-size: 15px; line-height: 1.75; color: #6f746a; max-width: 375px; margin-bottom: 0; }
.world-intro-illustration { min-width: 0; }
.world-intro-illustration img { display: block; width: 100%; height: auto; max-height: 360px; object-fit: contain; }

/* Four different objects, four different colours, one generous rhythm. */
.service-stories { gap: 80px; padding-top: 17px; padding-bottom: 32px; }
.service-story { gap: 82px; }
.service-story { --story-bg: #edf2e4; --story-detail: #c4d4ae; --story-ink: #667b52; }
.service-story[data-kind="phone"] { --story-bg: #f0e9f6; --story-detail: #d1bee7; --story-ink: #7d6997; }
.service-story[data-kind="card"] { --story-bg: #fcf0e1; --story-detail: #efc49d; --story-ink: #a0754d; }
.service-story[data-kind="wallet"] { --story-bg: #e8f0f8; --story-detail: #b8cfe7; --story-ink: #6382a1; }
.service-visual { height: 338px; border: 0; border-radius: 37px; }
.service-visual::before { width: 226px; height: 226px; top: 47px; background: #ffffff66; }
.service-visual::after { width: 10px; height: 10px; top: 47px; left: 47px; opacity: .64; }
.service-copy h3 { font-size: clamp(30px, 3vw, 38px); font-weight: 500; line-height: 1.16; letter-spacing: -1.2px; margin-bottom: 17px; }
.service-copy p.subtle { font-size: 15px; line-height: 1.8; margin-bottom: 0; }
.service-copy .eyebrow { color: var(--story-ink); }
.service-copy .service-detail { margin-top: 18px; }
.service-visual .service-art::after { bottom: 55px; opacity: .68; }
.service-copy > :last-child { margin-bottom: 0; }

.world-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 42px 36px;
  margin: 5px 0 65px;
  border: 1px solid #e9e4ee;
  border-radius: 28px;
  background: #f3eef7;
}
.world-control > div { min-width: 0; }
.world-control h2 { font-size: 28px; line-height: 1.2; letter-spacing: -.8px; margin-bottom: 8px; }
.world-control p { color: #74707b; margin: 0; max-width: 500px; font-size: 14px; line-height: 1.65; }
.world-control-icon, .world-control > svg {
  flex: none; display: grid; place-items: center;
  width: 62px; height: 62px; padding: 15px;
  border: 1px solid #e0d5eb; border-radius: 21px;
  color: #8d75a5; background: #e7dcf0;
  box-shadow: inset 0 2px 2px #ffffffb0, 2px 4px 0 #d6c6e4;
  transform: rotate(-7deg);
}
.world-control-icon svg { width: 28px; height: 28px; stroke-width: 1.5; }
.closing-cta { padding-top: 7px; padding-bottom: 64px; }
.closing-cta h2 { font-size: 36px; letter-spacing: -1.3px; margin-bottom: 23px; }

/* The next step feels like moving in, with the form remaining the main action. */
.welcome-intro { margin: 4px auto 25px; max-width: 650px; padding-top: 5px; }
.welcome-arrival { width: min(365px, 100%); margin: 0 auto 18px; }
.welcome-arrival > img { display: block; width: 100%; max-height: 275px; height: auto; object-fit: contain; }
.welcome-intro h1 { font-size: 43px; line-height: 1.12; letter-spacing: -1.7px; margin: 10px auto 16px; }
.welcome-intro > p { max-width: 390px; margin-bottom: 23px; font-size: 15px; line-height: 1.7; color: #6e7468; }
.onboarding-grid:has(.story-aside) { grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: 54px; min-height: 467px; padding: 24px 6px 38px; }
.story-aside { max-width: none; position: relative; }
.story-preview { padding: 0 0 13px; text-align: center; position: relative; background: transparent; border: 0; box-shadow: none; }
.story-preview-art { width: 100%; margin: 0 auto 6px; }
.story-preview-art > img { display: block; width: 100%; height: auto; max-height: 345px; object-fit: contain; }
.story-name-tag {
  display: inline-flex; align-items: center; gap: 11px;
  max-width: calc(100% - 34px); padding: 11px 18px 11px 11px;
  border: 1px solid #e9e6de; background: #fffefa;
  border-radius: 15px; text-align: left;
  box-shadow: 0 4px 10px #635c4406;
}
.story-name-tag .workspace-emblem {
  width: 35px; height: 35px; padding: 8px; gap: 3px; border-radius: 11px;
  margin: 0; flex: none; transform: rotate(-6deg);
  background: var(--space-color, var(--face, #dce9c1));
  box-shadow: inset 0 1px 2px #ffffffbd, 1px 2px 0 #6e725315;
}
.story-name-tag .workspace-emblem > span { border-radius: 2px; }
.story-name-tag .workspace-emblem > span:last-child { border-radius: 50%; }
.story-name-tag .workspace-preview-name { font-size: 17px; line-height: 1.3; letter-spacing: -.35px; margin: 0; overflow-wrap: anywhere; }
.story-owner { color: #7f8077; font-size: 11px; margin: 12px auto 0; max-width: 280px; overflow-wrap: anywhere; }
.story-preview > .story-owner:last-child { margin-bottom: 0; }
.agent-story .story-preview-art { margin-bottom: 3px; }
.agent-story .story-preview > h2 { margin: 8px auto 0; font-size: 25px; letter-spacing: -.7px; overflow-wrap: anywhere; max-width: 310px; }
.agent-story .story-preview > p { font-size: 12px; color: #7b8074; line-height: 1.6; margin: 8px auto 0; max-width: 310px; overflow-wrap: anywhere; }
.agent-story .story-preview > p:empty { display: none; }
.story-aside[data-stage="verify"] .story-preview-art > img { max-height: 310px; }
.story-verify-art { display: grid; place-items: center; width: 100%; height: 315px; }
.story-verify-art .service-art { width: 100%; height: 100%; }
.story-verify-art .service-art > .ae-envelope { scale: 1.9; }
.story-verify-art .service-art::after { width: 169px; height: 16px; bottom: 48px; background: #6d764918; filter: blur(11px); }
.workspace-confirmation { display: flex; align-items: center; gap: 9px; margin: 0 0 28px; color: #656d5f; font-size: 12px; line-height: 1.6; }
.workspace-confirmation > span:last-child { min-width: 0; overflow-wrap: anywhere; }
.workspace-confirmation .hint { margin: 0 0 0 3px; font-size: 11px; color: #828679; }
.confirmation-check { display: grid; place-items: center; flex: none; width: 21px; height: 21px; border-radius: 50%; background: #e7eedb; color: #5d7845; font-size: 11px; }
.agent-desk-name {
  display: inline-block; position: relative; min-width: 151px; max-width: calc(100% - 42px);
  padding: 12px 25px 11px; margin: 4px auto 7px;
  border: 1px solid #e3d8bb; border-bottom: 4px solid #d5c4a0; border-radius: 8px;
  background: linear-gradient(155deg, #faf1dc, #f0e4c8);
  box-shadow: inset 0 1px 1px #ffffffef, 2px 5px 10px #7968430b;
  transform: rotate(-3deg); text-align: center;
}
.agent-desk-name h2 { font-size: 19px; line-height: 1.3; letter-spacing: -.45px; color: #625744; margin: 0; overflow-wrap: anywhere; }
.agent-desk-name p { font-size: 11px; line-height: 1.5; color: #897b62; margin: 3px 0 0; max-width: 250px; overflow-wrap: anywhere; }
.agent-desk-name p:empty { display: none; }

.empty-workspace.moving-in-state {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center; gap: 50px;
  padding: 20px 65px 34px 32px;
  background: transparent; border-color: var(--line);
  border-radius: 27px; min-height: 355px; text-align: left;
}
.moving-in-art { min-width: 0; max-width: 405px; }
.moving-in-art > img { display: block; width: 100%; height: auto; max-height: 315px; object-fit: contain; }
.moving-in-state .empty-intro { margin: 0; max-width: 380px; }
.moving-in-state .empty-intro h2 { font-size: 32px; line-height: 1.16; letter-spacing: -1.1px; overflow-wrap: anywhere; margin-bottom: 16px; }
.moving-in-state .empty-intro p { font-size: 14px; line-height: 1.7; margin-bottom: 25px; }
.moving-in-state .empty-intro .actions { justify-content: flex-start; }
.milestone-card:has(.success-desk) { background: transparent; border: 0; padding-top: 0; margin-top: 0; }
.success-desk { max-width: 360px; margin: 0 auto 14px; }
.success-desk > img { display: block; width: 100%; height: auto; max-height: 265px; object-fit: contain; }
.milestone-card:has(.success-desk) h1 { margin-top: 2px; }

@media (max-width: 1050px) {
  .human-world-hero { min-height: 490px; gap: 18px; padding: 36px 0 58px; }
  .human-world-hero .marketing-copy h1 { font-size: 49px; letter-spacing: -2.1px; }
  .human-world-hero .marketing-copy > p { font-size: 15px; max-width: 345px; }
  .hero-illustration { width: calc(100% + 14px); margin-left: -2px; }
  .human-world-hero .marketing-actions .button { padding: 12px 16px; font-size: 12px; }
  .world-intro { padding-left: 15px; padding-right: 15px; gap: 38px; }
  .world-intro-copy h2 { font-size: 31px; }
  .service-story { gap: 49px; }
  .service-visual { height: 313px; }
  .service-copy h3 { font-size: 32px; }
  .onboarding-grid:has(.story-aside) { gap: 33px; }
  .empty-workspace.moving-in-state { gap: 32px; padding: 24px 40px 30px 20px; }
}

@media (max-width: 760px) {
  .human-world-hero { grid-template-columns: 1fr; gap: 14px; padding: 29px 0 46px; min-height: auto; }
  .human-world-hero .marketing-copy h1 { font-size: clamp(39px, 7.6vw, 53px); max-width: 600px; margin: 0 auto 21px; }
  .human-world-hero .marketing-copy > p { max-width: 410px; margin: 0 auto 24px; }
  .human-world-hero .compatibility { margin-top: 20px; }
  .hero-illustration { width: min(530px, 100%); margin: 1px auto 0; }
  .hero-illustration > .scene-image { max-height: 360px; }
  .world-intro { gap: 20px; padding: 30px 0 44px; }
  .world-intro-copy h2 { font-size: 28px; }
  .world-intro-copy p { font-size: 13px; }
  .service-stories { gap: 51px; padding-bottom: 15px; }
  .service-story { gap: 28px; }
  .service-visual { height: 275px; border-radius: 27px; }
  .service-visual::before { width: 190px; height: 190px; top: 38px; }
  .service-copy h3 { font-size: 28px; }
  .service-copy p.subtle { font-size: 13px; }
  .world-control { margin-bottom: 46px; gap: 23px; padding: 31px 26px; }
  .world-control h2 { font-size: 25px; }
  .world-control p { font-size: 13px; }
  .closing-cta h2 { font-size: 30px; }
  .onboarding-grid:has(.story-aside) { grid-template-columns: 1fr; min-height: auto; padding: 17px 0 29px; gap: 24px; }
  .onboarding-grid:has(.story-aside) .onboarding-main { position: relative; z-index: 1; }
  .story-aside { max-width: 360px; }
  .story-preview-art > img, .story-aside[data-stage="verify"] .story-preview-art > img { max-height: 245px; }
  .story-verify-art { height: 245px; }
  .story-verify-art .service-art > .ae-envelope { scale: 1.6; }
  .story-verify-art .service-art::after { width: 143px; bottom: 26px; }
  .story-name-tag { padding: 9px 14px 9px 9px; }
  .story-name-tag .workspace-preview-name { font-size: 15px; }
  .story-name-tag .workspace-emblem { width: 31px; height: 31px; padding: 7px; }
  .welcome-arrival { width: 310px; }
  .welcome-arrival > img { max-height: 235px; }
  .welcome-intro h1 { font-size: 37px; }
  .empty-workspace.moving-in-state { padding: 22px; gap: 25px; }
  .moving-in-state .empty-intro h2 { font-size: 28px; }
  .moving-in-state .empty-intro p { font-size: 13px; }
}

@media (max-width: 550px) {
  .human-world-hero { padding-top: 19px; }
  .human-world-hero .marketing-copy h1 { font-size: 40px; letter-spacing: -1.7px; line-height: 1.08; }
  .human-world-hero .marketing-copy > p { font-size: 14px; line-height: 1.7; max-width: 320px; }
  .hero-illustration > .scene-image { max-height: 285px; }
  .world-intro { grid-template-columns: 1fr; gap: 6px; text-align: center; }
  .world-intro-illustration { max-width: 295px; margin: 0 auto; }
  .world-intro-illustration img { max-height: 245px; }
  .world-intro-copy { max-width: 320px; margin: 0 auto; }
  .world-intro-copy h2 { font-size: 29px; }
  .world-intro-copy p { font-size: 14px; }
  .service-stories { gap: 50px; }
  .service-story, .service-story:nth-child(even) { gap: 22px; }
  .service-visual { height: 275px; }
  .service-visual::before { width: 212px; height: 212px; top: 28px; }
  .service-visual .service-art::after { bottom: 38px; }
  .service-copy h3 { font-size: 30px; }
  .service-copy p.subtle { font-size: 14px; line-height: 1.75; }
  .world-control { padding: 26px 22px; gap: 20px; align-items: flex-start; border-radius: 23px; }
  .world-control-icon, .world-control > svg { width: 43px; height: 43px; padding: 10px; border-radius: 14px; }
  .world-control-icon svg { width: 21px; height: 21px; }
  .world-control h2 { font-size: 23px; }
  .world-control p { font-size: 12px; }
  .closing-cta { padding-bottom: 40px; }
  .closing-cta h2 { font-size: 29px; max-width: 320px; margin: 0 auto 22px; }
  .welcome-intro { padding-top: 0; }
  .welcome-arrival { width: min(290px, 100%); margin-bottom: 11px; }
  .welcome-intro h1 { font-size: 34px; letter-spacing: -1.35px; }
  .welcome-intro > p { font-size: 14px; max-width: 300px; }
  .onboarding-grid:has(.story-aside) { gap: 19px; }
  .story-preview-art > img, .story-aside[data-stage="verify"] .story-preview-art > img { max-height: 205px; }
  .story-verify-art { height: 218px; }
  .story-verify-art .service-art > .ae-envelope { scale: 1.4; }
  .story-verify-art .service-art::after { width: 124px; bottom: 23px; }
  .agent-desk-name { min-width: 139px; padding: 10px 22px 9px; }
  .agent-desk-name h2 { font-size: 17px; }
  .story-preview { padding-bottom: 5px; }
  .agent-story .story-preview > h2 { font-size: 22px; }
  .empty-workspace.moving-in-state { grid-template-columns: 1fr; gap: 3px; text-align: center; padding: 12px 23px 32px; }
  .moving-in-art { max-width: 285px; margin: 0 auto; }
  .moving-in-art > img { max-height: 222px; }
  .moving-in-state .empty-intro { margin: 0 auto; }
  .moving-in-state .empty-intro h2 { font-size: 27px; margin-bottom: 13px; }
  .moving-in-state .empty-intro .actions { justify-content: center; }
  .success-desk { max-width: 300px; margin-bottom: 10px; }
  .success-desk > img { max-height: 230px; }
}

/* Keep the welcome action clear, and blend the illustration perimeter into paper. */
.welcome-intro > p.subtle { margin: 0 auto 25px; max-width: 450px; }
.scene-image {
  -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent), linear-gradient(to bottom, transparent, #000 3%, #000 97%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent), linear-gradient(to bottom, transparent, #000 3%, #000 97%, transparent);
  mask-composite: intersect;
}
