/* page-thread — proxling.com on launch day, told as one text thread. 23 September 2026.
 * The page's world: paper, violet ink, riso blue, fluorescent pink as offsets only.
 * The product UI is drawn by the same printer: blue frames with a pink layer
 * a few pixels out of register.
 * Contrast (WCAG): violet #5B3A8E on paper 7.7:1, on tint #ECE5F4 7.0:1, on strip
 * #EFE6D6 7.0:1; blue #3255A4 on paper 6.3:1; paper on blue 6.3:1; paper on night
 * violet #583E90 7.4:1. */

/* Display type: soft, optical-size Fraunces (roman and italic) for headings; the
 * local 600/800 cuts below stay for the wordmark and small display text. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT@0,9..144,500..700,100;1,9..144,500..700,100&display=swap');

@font-face { font-family: 'Fraunces'; src: url('./fonts/fraunces-latin-800-normal.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('./fonts/fraunces-latin-600-normal.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Instrument Sans'; src: url('./fonts/instrument-sans-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Instrument Sans'; src: url('./fonts/instrument-sans-latin-600-normal.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Instrument Sans'; src: url('./fonts/instrument-sans-latin-700-normal.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root {
  --paper: #F7F1E6;
  --paper-2: #EFE6D6;
  --card: #FFFBF4;
  --tint: #ECE5F4;
  --violet: #5B3A8E;
  --blue: #3255A4;
  --pink: #FF48B0;
  --night: #583E90;
  --rule: rgba(50, 85, 164, 0.26);
  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --text: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --gutter: clamp(16px, 4vw, 64px);
  --max: 1480px;
  --measure: 34rem;
  --off: 3px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 24px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; background: var(--paper); color: var(--violet); font: 400 1.0625rem/1.55 var(--text); overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p, ol, ul, dl, dd, figure, blockquote { margin: 0; }
ol, ul { padding: 0; }
a { color: var(--blue); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--pink); }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.on-dark :focus-visible { outline-color: var(--paper); }
.skip-link { position: absolute; left: var(--gutter); top: -80px; z-index: 50; background: var(--blue); color: var(--paper); padding: 12px 18px; border-radius: 999px; font-weight: 600; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }

/* ---- type ---- */
h1, h2, .display { font-family: var(--display); font-weight: 800; color: var(--blue); letter-spacing: -0.024em; line-height: 0.98; text-wrap: balance; }
h1 { font-size: clamp(3rem, 7vw, 7.5rem); }
h2 { font-size: clamp(2.4rem, 5vw, 5.2rem); }
h3 { font-family: var(--display); font-weight: 800; color: var(--blue); font-size: clamp(1.55rem, 2.3vw, 2.25rem); line-height: 1.02; letter-spacing: -0.012em; text-wrap: balance; }
h4 { font: 700 0.8125rem/1.3 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
.riso { text-shadow: var(--off) var(--off) 0 rgba(255, 72, 176, .92); }
.kicker { font: 600 0.8125rem/1.3 var(--text); letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); display: flex; align-items: center; gap: 10px; margin-bottom: clamp(14px, 1.6vw, 22px); }
.kicker::before { content: ''; flex: none; width: 26px; height: 3px; background: var(--pink); box-shadow: 0 3px 0 var(--blue); }
.lede { font-size: clamp(1.15rem, 1.45vw, 1.375rem); line-height: 1.45; max-width: var(--measure); }
.body { max-width: var(--measure); }
h1 + .lede, h2 + .lede, h2 + .body, h2 + p { margin-top: clamp(18px, 2vw, 28px); }
.small { font-size: .875rem; }
.second { font: 600 clamp(1.35rem, 2vw, 2rem)/1.1 var(--display); color: var(--violet); letter-spacing: -0.01em; }
.mono { font-variant-numeric: tabular-nums; }

/* ---- the concept strip: same on all three sites, scrolls away ---- */
.concept { background: var(--paper-2); color: var(--violet); font: 400 .8125rem/1.4 var(--text); text-align: center; padding: 8px var(--gutter); border-bottom: 1px solid var(--rule); }
.concept b { font-weight: 700; }

/* ---- the one button: blue, its pink layer out of register ---- */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 26px; border: 0; border-radius: 999px; background: var(--blue); color: var(--paper); font: 600 1.0625rem/1 var(--text); text-decoration: none; cursor: pointer; box-shadow: var(--off) var(--off) 0 var(--pink); transition: box-shadow .18s ease, transform .18s ease; white-space: nowrap; }
.button:hover { text-decoration: none; box-shadow: 1px 1px 0 var(--pink); transform: translate(1px, 1px); }
.button:active { box-shadow: 0 0 0 var(--pink); transform: translate(var(--off), var(--off)); }
.button svg { width: 20px; height: 20px; flex: none; }
.button.big { min-height: 64px; padding: 18px 34px; font-size: 1.25rem; }
.button.ghost { background: var(--card); color: var(--blue); box-shadow: inset 0 0 0 2px var(--blue), var(--off) var(--off) 0 var(--pink); }
.on-dark .button.ghost { background: transparent; color: var(--paper); box-shadow: inset 0 0 0 2px var(--paper), var(--off) var(--off) 0 var(--pink); }
.text-link { font-weight: 600; color: var(--blue); display: inline-flex; gap: 8px; align-items: center; min-height: 44px; }
.text-link svg { width: 18px; height: 18px; }

/* ---- header ---- */
.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(100%, 1720px); margin-inline: auto; padding: 16px var(--gutter); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font: 800 1.85rem/1 var(--display); color: var(--blue); text-decoration: none; letter-spacing: -0.02em; min-height: 44px; }
.wordmark img { width: 34px; height: 34px; border-radius: 9px; }
.site-nav { display: flex; align-items: center; gap: clamp(2px, .6vw, 10px); }
.site-nav a:not(.button) { color: var(--blue); font-weight: 600; text-decoration: none; padding: 11px 13px; border-radius: 999px; }
.site-nav a:not(.button):hover, .site-nav a:not(.button)[aria-current='page'] { text-decoration: underline; text-decoration-color: var(--pink); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.site-nav .button { min-height: 46px; padding: 12px 20px; font-size: 1rem; margin-left: 6px; }
.menu-toggle { display: none; }
#mobile-nav { display: none; }
@media (max-width: 1020px) {
  .site-nav { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 18px; border: 2px solid var(--blue); border-radius: 999px; background: var(--card); color: var(--blue); font: 600 1rem/1 var(--text); cursor: pointer; box-shadow: 2px 2px 0 var(--pink); }
  .menu-toggle svg { width: 18px; height: 18px; }
  #mobile-nav { display: block; position: absolute; top: calc(100% - 4px); left: var(--gutter); right: var(--gutter); background: var(--card); border: 2px solid var(--blue); border-radius: 18px; box-shadow: 5px 5px 0 var(--pink); padding: 10px; }
  #mobile-nav[hidden] { display: none; }
  #mobile-nav a { display: block; padding: 14px 16px; font-weight: 600; color: var(--blue); text-decoration: none; border-radius: 10px; }
  #mobile-nav a + a { border-top: 1px solid var(--rule); }
  #mobile-nav a.nav-cta { margin-top: 6px; background: var(--blue); color: var(--paper); text-align: center; border-radius: 999px; }
}

/* =====================================================================
 * PRODUCT UI — drawn in the page's inks
 * ===================================================================== */

/* ---- the phone ---- */
.phone { --pw: 340px; position: relative; width: var(--pw); aspect-ratio: 1 / 2.02; flex: none; border-radius: calc(var(--pw) * .15); background: var(--blue); padding: calc(var(--pw) * .03); box-shadow: 8px 8px 0 var(--pink); }
.phone::after { content: ''; position: absolute; right: -4px; top: 22%; width: 4px; height: 9%; border-radius: 0 3px 3px 0; background: var(--blue); }
.screen { position: relative; height: 100%; border-radius: calc(var(--pw) * .125); background: var(--card); overflow: hidden; display: flex; flex-direction: column; }
.statusbar { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px 4px 26px; font: 700 .8125rem/1 var(--text); color: var(--violet); flex: none; }
.statusbar .island { width: 30%; height: 22px; border-radius: 99px; background: var(--blue); }
.statusbar .icons { display: flex; gap: 5px; align-items: center; }
.statusbar .bars { display: flex; gap: 2px; align-items: flex-end; height: 11px; }
.statusbar .bars i { display: block; width: 3px; background: var(--violet); border-radius: 1px; }
.statusbar .bars i:nth-child(1) { height: 4px; } .statusbar .bars i:nth-child(2) { height: 6px; } .statusbar .bars i:nth-child(3) { height: 8px; } .statusbar .bars i:nth-child(4) { height: 11px; }
.statusbar .batt { width: 22px; height: 11px; border: 1.5px solid var(--violet); border-radius: 3px; padding: 1px; }
.statusbar .batt::before { content: ''; display: block; height: 100%; width: 70%; background: var(--violet); border-radius: 1px; }
.contact { display: grid; justify-items: center; gap: 3px; padding: 6px 12px 10px; border-bottom: 1px solid var(--rule); flex: none; }
.contact .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--paper-2); border: 1.5px solid var(--blue); display: grid; place-items: center; overflow: hidden; }
.contact .avatar img { width: 30px; height: 30px; border-radius: 7px; }
.contact b { font: 700 .875rem/1.1 var(--text); color: var(--blue); }
.contact span { font-size: .6875rem; line-height: 1.1; color: var(--violet); }
.thread { flex: 1; min-height: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 7px; padding: 12px 12px 10px; overflow: hidden; -webkit-mask-image: linear-gradient(transparent 0, #000 44px); mask-image: linear-gradient(transparent 0, #000 44px); }
.day { align-self: center; font: 700 .6875rem/1.2 var(--text); letter-spacing: .06em; color: var(--violet); padding: 6px 0 2px; text-align: center; }
.day b { font-weight: 700; }
.quiet { align-self: center; display: flex; align-items: center; gap: 8px; margin: 4px 0; padding: 7px 12px; border: 1.5px dashed var(--blue); border-radius: 99px; font: 600 .6875rem/1.25 var(--text); color: var(--blue); text-align: center; }
.quiet img { width: 16px; height: 20px; object-fit: contain; }
.msg { max-width: 85%; padding: 9px 12px 7px; border-radius: 18px; font-size: .875rem; line-height: 1.38; overflow-wrap: anywhere; }
.msg p + p { margin-top: .55em; }
.msg .t { display: block; margin-top: 3px; font-size: .6875rem; font-weight: 600; }
.msg.in { align-self: flex-start; background: var(--tint); color: var(--violet); border-bottom-left-radius: 5px; }
.msg.out { align-self: flex-end; background: var(--blue); color: var(--paper); border-bottom-right-radius: 5px; box-shadow: 2px 2px 0 var(--pink); }
.msg.out .t { text-align: right; }
.msg a { color: var(--blue); font-weight: 600; }
.msg .kw { font-weight: 700; letter-spacing: .02em; }
.msg.photo { padding: 5px; background: var(--blue); }
.msg.photo .pics { display: flex; gap: 4px; }
.msg.photo .t { padding: 0 6px 3px; }
.pic { display: block; width: 70px; height: 92px; border-radius: 12px; background: #FFFEFA repeating-linear-gradient(transparent 0 9px, rgba(91, 58, 142, .28) 9px 11px) 10px 26px / 50px 54px no-repeat; position: relative; }
.pic::before { content: ''; position: absolute; left: 10px; top: 12px; width: 30px; height: 6px; border-radius: 2px; background: var(--blue); }
.pic + .pic { background-size: 50px 32px; }
.typing { align-self: flex-start; display: none; gap: 4px; padding: 12px 14px; border-radius: 18px; border-bottom-left-radius: 5px; background: var(--tint); }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); }
/* link preview: the card, folded, in the thread */
.lp { display: block; margin: 7px 0 3px; background: var(--card); border: 1.5px solid var(--blue); border-radius: 12px; overflow: hidden; text-decoration: none; color: var(--violet); box-shadow: 3px 3px 0 var(--pink); }
button.lp { width: 100%; text-align: left; padding: 0; cursor: pointer; font: inherit; }
.lp .lp-top { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 8px 10px 7px; border-bottom: 1.5px dashed rgba(50, 85, 164, .5); }
.lp .lp-body { display: block; padding: 8px 10px 9px; }
.lp .lp-title { display: block; font: 800 .9375rem/1.12 var(--display); color: var(--blue); }
.lp .lp-url { display: block; margin-top: 5px; font-size: .6875rem; font-weight: 600; color: var(--violet); }
.replies { display: flex; flex-wrap: wrap; gap: 6px; padding: 8px 12px 4px; border-top: 1px solid var(--rule); flex: none; }
.replies button { min-height: 36px; padding: 6px 13px; border: 1.5px solid var(--blue); border-radius: 99px; background: var(--card); color: var(--blue); font: 700 .8125rem/1 var(--text); cursor: pointer; box-shadow: 2px 2px 0 var(--pink); }
.replies button:hover { background: var(--tint); }
.replies button[disabled] { opacity: .55; box-shadow: none; cursor: default; }
.replies .replies-label { width: 100%; font-size: .6875rem; font-weight: 600; }
.replies button.again { border-style: dashed; box-shadow: none; font-weight: 600; }
.screen .later { display: none; }
/* The pinned phone reads from the top, like an opened thread, and keeps the newest text in view. */
.thread.stepping { justify-content: flex-start; padding-top: 16px; -webkit-mask-image: none; mask-image: none; }
.thread.stepping.overflowing { -webkit-mask-image: linear-gradient(transparent 0, #000 44px); mask-image: linear-gradient(transparent 0, #000 44px); }
.delivered { display: none; align-self: flex-end; margin-top: -3px; font-size: .6875rem; font-weight: 600; }
.thread.stepping .delivered:not(.later) { display: block; }
.thread.stepping .typing.later-hide:not(.later) { display: flex; margin-top: 6px; }
.composer { display: flex; gap: 8px; align-items: center; padding: 6px 12px 16px; flex: none; }
.composer span { flex: 1; min-height: 34px; border: 1.5px solid var(--rule); border-radius: 99px; padding: 8px 14px; font-size: .8125rem; color: var(--violet); }
.composer i { width: 32px; height: 32px; border-radius: 50%; background: var(--blue); box-shadow: 2px 2px 0 var(--pink); }
.composer i::before { content: ''; display: block; width: 10px; height: 10px; margin: 13px auto 0; border-left: 2.5px solid var(--paper); border-top: 2.5px solid var(--paper); transform: rotate(45deg); }

/* playing: messages arrive one at a time (script adds .is-playing, then .shown) */
.is-playing .msg:not(.shown), .is-playing .day:not(.shown), .is-playing .quiet:not(.shown) { display: none; }
.is-playing .typing.shown { display: flex; }
@media (prefers-reduced-motion: no-preference) {
  .msg.shown, .day.shown, .quiet.shown { animation: arrive .42s cubic-bezier(.2, .8, .2, 1) both; }
  .typing i { animation: dot 1s ease-in-out infinite; }
  .typing i:nth-child(2) { animation-delay: .15s; } .typing i:nth-child(3) { animation-delay: .3s; }
  @keyframes arrive { from { opacity: 0; transform: translateY(10px) scale(.97); } to { opacity: 1; transform: none; } }
  @keyframes dot { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
}

/* ---- the seven states: chips, and the page's poses ---- */
.state { display: inline-flex; align-items: center; gap: 7px; min-height: 28px; padding: 3px 11px 3px 4px; border: 1.5px solid var(--blue); border-radius: 99px; background: var(--card); color: var(--blue); font: 700 .75rem/1 var(--text); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.state img { width: 18px; height: 22px; object-fit: contain; }
.state .dot { width: 12px; height: 12px; margin: 0 3px 0 4px; border-radius: 50%; border: 2px solid var(--blue); }
.state.needs { border-width: 2px; box-shadow: 2px 2px 0 var(--pink); }
.state.done .dot { background: var(--blue); }
.state.watching .dot { box-shadow: 0 0 0 2px var(--card), 0 0 0 3.5px var(--blue); width: 8px; height: 8px; margin-inline: 6px; }
.state.couldnot { border-style: dashed; color: var(--violet); border-color: var(--violet); }
.state.lite { background: transparent; }

/* ---- surfaces: cards drawn on paper with a pink offset ---- */
.surface { position: relative; background: var(--card); border: 2px solid var(--blue); border-radius: 14px; box-shadow: 7px 7px 0 var(--pink); color: var(--violet); }
.surface-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 14px; padding: 14px 18px; border-bottom: 1.5px solid var(--rule); font-size: .8125rem; font-weight: 600; }
.surface-head .code { font: 700 .8125rem/1 var(--text); letter-spacing: .06em; color: var(--blue); }
.surface-body { padding: 18px; }

/* the brief it heard */
.brief dl { display: grid; }
.brief dl div { display: grid; grid-template-columns: 9.5rem minmax(0, 1fr); gap: 14px; padding: 10px 0; border-top: 1px solid var(--rule); font-size: .9375rem; }
.brief dl div:first-child { border-top: 0; padding-top: 0; }
.brief dt { font-weight: 700; color: var(--blue); }
.brief q { quotes: '“' '”'; font-weight: 600; }

/* the parcel tracker: a time on every job */
.tracker .promise { font: 800 clamp(1.7rem, 2.8vw, 2.6rem)/1 var(--display); color: var(--blue); letter-spacing: -0.015em; }
.tracker .promise small { display: block; margin-bottom: 8px; font: 700 .75rem/1 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--violet); }
.track { list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 84px; position: relative; }
.track li { position: relative; padding-top: 22px; font-size: .8125rem; line-height: 1.3; padding-right: 6px; }
.track li::before { content: ''; position: absolute; left: 0; right: 0; top: 6px; height: 4px; background: var(--rule); }
.track li::after { content: ''; position: absolute; left: 0; top: 0; width: 16px; height: 16px; border-radius: 50%; background: var(--card); border: 2.5px solid var(--blue); box-sizing: border-box; }
.track li.done::before { background: var(--blue); box-shadow: 0 2px 0 var(--pink); }
.track li.done::after { background: var(--blue); }
.track li.now::before { background: linear-gradient(90deg, var(--blue) 40%, var(--rule) 40%); }
.track li.now::after { background: var(--pink); border-color: var(--blue); }
.track li b { display: block; color: var(--blue); font-weight: 700; }
.track li .walker { position: absolute; left: -18px; top: -72px; width: 56px; height: 72px; object-fit: contain; }
.tracker .before { display: block; margin-top: 22px; padding-top: 16px; border-top: 2px solid var(--pink); font-size: .9375rem; }
.tracker .before b { color: var(--blue); }

/* fourteen doors */
.doors { list-style: none; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 18px 10px; }
.door { display: grid; justify-items: center; align-content: start; gap: 7px; text-align: center; font-size: .75rem; line-height: 1.2; }
.door .leaf { position: relative; width: 100%; max-width: 64px; aspect-ratio: 5 / 8; border: 2px solid var(--blue); border-radius: 32px 32px 3px 3px; background: var(--card); transition: background .35s ease, box-shadow .35s ease; }
.door .leaf::before { content: ''; position: absolute; left: 22%; right: 22%; top: 22%; bottom: 12%; border: 1.5px solid var(--rule); border-radius: 14px 14px 2px 2px; }
.door .leaf::after { content: ''; position: absolute; right: 16%; top: 56%; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.door .name { font-weight: 600; color: var(--violet); min-height: 2.4em; }
.door .ans { font: 700 .6875rem/1.15 var(--text); letter-spacing: .04em; text-transform: uppercase; padding: 3px 6px; border-radius: 4px; border: 1.5px solid var(--blue); color: var(--blue); background: var(--card); transition: opacity .3s ease, transform .3s ease; }
.door.yes .leaf { background: var(--blue); box-shadow: 4px 4px 0 var(--pink); }
.door.yes .leaf::before { border-color: rgba(247, 241, 230, .5); }
.door.yes .leaf::after { background: var(--pink); }
.door.yes .ans { background: var(--blue); color: var(--paper); box-shadow: 2px 2px 0 var(--pink); }
.door.priv .ans { border-color: var(--violet); color: var(--violet); }
.door.none .leaf { border-style: dashed; }
.door.none .ans { border-style: dashed; border-color: var(--violet); color: var(--violet); }
.doors.is-waiting .door:not(.answered) .ans { opacity: 0; transform: scale(1.3) rotate(-6deg); }
.doors.is-waiting .door:not(.answered) .leaf { background: var(--card); box-shadow: none; }
.doors.is-waiting .door.knock .leaf { box-shadow: 0 0 0 4px rgba(255, 72, 176, .35); }
.tally { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px; padding-top: 14px; border-top: 1.5px solid var(--rule); font-size: .9375rem; }
.tally b { color: var(--blue); }

/* a call, noted */
.call .hold { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1.5px solid var(--rule); font-weight: 600; color: var(--blue); }
.call .hold .eq { display: flex; gap: 3px; align-items: center; height: 18px; }
.call .hold .eq i { width: 3px; border-radius: 2px; background: var(--pink); }
.call .hold .eq i:nth-child(odd) { height: 8px; } .call .hold .eq i:nth-child(even) { height: 16px; } .call .hold .eq i:nth-child(3n) { height: 12px; }
.call .hold span:last-child { margin-left: auto; font: 600 1.05rem/1 var(--display); color: var(--violet); }
.script { list-style: none; display: grid; gap: 12px; }
.script li { display: grid; grid-template-columns: 6.2rem minmax(0, 1fr); gap: 12px; font-size: .9375rem; }
.script li b { color: var(--blue); font-weight: 700; font-size: .8125rem; letter-spacing: .04em; padding-top: 2px; }
.script li.first span { padding: 8px 10px; background: var(--tint); border-radius: 10px; }
.noted { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 16px; padding-top: 14px; border-top: 2px solid var(--pink); font-size: .875rem; font-weight: 600; }

/* the notification over the palm house */
.lockscreen { position: relative; border-radius: 26px; overflow: hidden; border: 2px solid var(--blue); box-shadow: 7px 7px 0 var(--pink); aspect-ratio: 16 / 10; background: var(--paper-2); }
.lockscreen > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.notif { position: absolute; left: 6%; right: 6%; top: 8%; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 4px 12px; padding: 13px 14px; border-radius: 18px; background: var(--card); border: 1.5px solid var(--blue); box-shadow: 4px 4px 0 var(--pink); font-size: .875rem; line-height: 1.35; }
.notif img { grid-row: span 2; width: 36px; height: 36px; border-radius: 8px; }
.notif .from { display: flex; justify-content: space-between; font-weight: 700; color: var(--blue); }
.notif .from span { font-weight: 600; color: var(--violet); font-size: .75rem; }
.gate { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 10px 14px 10px 10px; border: 2px solid var(--blue); border-radius: 8px; background: var(--card); font-size: .875rem; font-weight: 600; }
.gate .tick { width: 22px; height: 22px; border-radius: 4px; background: var(--blue); box-shadow: 2px 2px 0 var(--pink); position: relative; flex: none; }
.gate .tick::after { content: ''; position: absolute; left: 7px; top: 3px; width: 6px; height: 11px; border: solid var(--paper); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }

/* ---- the tent card: the result object everywhere ---- */
.tent { position: relative; background: var(--card); border: 2px solid var(--blue); border-radius: 10px; box-shadow: 8px 8px 0 var(--pink); color: var(--violet); }
.tent-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 12px; padding: 14px 22px 16px; border-bottom: 1.5px dashed rgba(50, 85, 164, .5); font-size: .8125rem; font-weight: 600; }
.tent-top .code { font-weight: 700; letter-spacing: .06em; color: var(--blue); }
.tent-main { padding: 22px 22px 6px; }
.tent .headline { font: 800 clamp(1.6rem, 2.4vw, 2.3rem)/1.02 var(--display); color: var(--blue); letter-spacing: -0.015em; }
.tent .answer { margin-top: 14px; font-size: 1.0625rem; line-height: 1.5; }
.tent .answer + .small { margin-top: 12px; }
.hl { background: linear-gradient(transparent 62%, rgba(255, 72, 176, .38) 62%, rgba(255, 72, 176, .38) 94%, transparent 94%); -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 18px 0 0; border: 1.5px solid var(--blue); border-radius: 8px; }
.facts div { padding: 10px 12px; }
.facts div + div { border-left: 1px solid var(--rule); }
.facts dt { font: 700 .6875rem/1.2 var(--text); letter-spacing: .1em; text-transform: uppercase; color: var(--blue); }
.facts dd { margin-top: 4px; font-size: .9375rem; font-weight: 600; line-height: 1.3; }
.next { margin: 18px 22px 0; padding: 14px 16px; border-radius: 8px; background: var(--tint); }
.next h4, .next .next-title { margin-bottom: 6px; font: 700 0.8125rem/1.3 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
.next p { font-size: .9375rem; }
.next .keys { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.key { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 10px; border: 1.5px solid var(--blue); border-radius: 6px; background: var(--card); color: var(--blue); font: 700 .8125rem/1 var(--text); letter-spacing: .04em; box-shadow: 0 2px 0 var(--blue); }
.tent-sec { margin: 0 22px; padding: 18px 0; border-top: 1px solid var(--rule); }
.tent-sec:first-of-type { border-top: 0; }
.tent-sec h4 { margin-bottom: 12px; }
.trail { list-style: none; position: relative; display: grid; gap: 14px; }
.trail::before { content: ''; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: var(--blue); }
.trail li { position: relative; display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 14px; font-size: .9375rem; line-height: 1.4; }
.trail li::before { content: ''; position: relative; z-index: 1; width: 16px; height: 16px; margin-top: 2px; border-radius: 50%; border: 2px solid var(--blue); background: var(--card); box-sizing: border-box; }
.trail li.t-call::before { background: var(--blue); }
.trail li.t-gate::before { border-radius: 3px; background: var(--pink); }
.trail li.t-person::before { background: var(--pink); border-color: var(--pink); box-shadow: 0 0 0 2px var(--blue); }
.trail li.t-approval::before { border-radius: 3px; }
.trail time { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .04em; color: var(--blue); }
.trail b { display: block; font-weight: 700; color: var(--violet); }
.trail q { display: block; margin-top: 4px; padding-left: 10px; border-left: 3px solid var(--pink); quotes: none; }
.didnot { list-style: none; display: grid; gap: 6px; font-size: .9375rem; }
.didnot li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.didnot li::before { content: ''; width: 14px; height: 14px; margin-top: 4px; border: 2px solid var(--violet); border-radius: 50%; background: linear-gradient(135deg, transparent 44%, var(--violet) 44%, var(--violet) 56%, transparent 56%); }
.who { list-style: none; display: grid; gap: 8px; font-size: .9375rem; }
.who li { display: flex; gap: 10px; align-items: center; }
.who img { width: 28px; height: 28px; border-radius: 7px; }
.who .person-dot { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--blue); background: var(--card); display: grid; place-items: center; font: 800 .8rem/1 var(--display); color: var(--blue); flex: none; }
.tent-foot { padding: 4px 22px 20px; }

/* ---- the browser window, for the desk and the table ---- */
.browser { background: var(--card); border: 2px solid var(--blue); border-radius: 14px; box-shadow: 8px 8px 0 var(--pink); overflow: hidden; }
.browser-bar { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-bottom: 2px solid var(--blue); background: var(--paper-2); }
.browser-bar .lights { display: flex; gap: 6px; }
.browser-bar .lights i { width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid var(--blue); }
.browser-bar .lights i:first-child { background: var(--pink); }
.browser-bar .url { flex: 1; min-width: 0; padding: 6px 14px; border-radius: 99px; background: var(--card); border: 1.5px solid var(--rule); font-size: .8125rem; font-weight: 600; color: var(--violet); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.browser-bar .url b { color: var(--blue); }

/* the desk, small */
.desk-app { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 16px; }
.desk-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px 0; }
.desk-top h3 { font: 800 1.35rem/1 var(--display); letter-spacing: -0.01em; }
.people { display: flex; gap: 6px; }
.people span { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font: 800 .875rem/1 var(--display); border: 2px solid var(--blue); color: var(--blue); background: var(--card); }
.people span:first-child { background: var(--blue); color: var(--paper); box-shadow: 2px 2px 0 var(--pink); }
.lane h4 { margin: 0 0 10px; display: flex; align-items: center; justify-content: space-between; font: 700 .75rem/1 var(--text); letter-spacing: .1em; text-transform: uppercase; color: var(--blue); padding-bottom: 8px; border-bottom: 2px solid var(--blue); }
.lane h4 span { font-weight: 600; color: var(--violet); letter-spacing: 0; }
.lane ul { list-style: none; display: grid; gap: 8px; }
.job { padding: 10px 11px; border: 1.5px solid var(--blue); border-radius: 8px; background: var(--card); font-size: .8125rem; line-height: 1.3; }
.job b { display: block; font-size: .875rem; color: var(--blue); margin: 6px 0 3px; }
.job .when { font-weight: 600; }
.job.fresh { box-shadow: 3px 3px 0 var(--pink); border-width: 2px; }
.lane.needs .job { background: #FFF6FB; }

/* the letter, drawn */
.letter { position: relative; background: #FFFEFA; border: 1px solid rgba(91, 58, 142, .3); padding: 26px 26px 30px; box-shadow: 0 1px 0 rgba(91, 58, 142, .2), 10px 12px 0 -2px var(--paper-2), 10px 12px 0 0 rgba(50, 85, 164, .25); font: 400 .8125rem/1.55 Georgia, 'Times New Roman', serif; color: #4a3a6e; transform: rotate(-1.5deg); }
.letter .lh { display: flex; justify-content: space-between; gap: 10px; font: 700 .75rem/1.3 var(--text); color: var(--blue); letter-spacing: .04em; padding-bottom: 10px; border-bottom: 2px solid var(--blue); margin-bottom: 14px; }
.letter .ref { font: 600 .75rem/1.4 var(--text); margin-bottom: 12px; }
.letter p + p { margin-top: .8em; }
.letter .lt { margin: 0 0 8px; font: 700 .9375rem/1.2 Georgia, serif; }
.letter { margin: 0; }
.letter mark { color: inherit; background: none; transition: background-size .6s ease; background-image: linear-gradient(rgba(255, 72, 176, .42), rgba(255, 72, 176, .42)); background-repeat: no-repeat; background-size: 100% 70%; background-position: 0 90%; }
.letter mark.unlit { background-size: 0 70%; }

/* ---- plates ---- */
.plate { overflow: hidden; border-radius: 6px; }
.plate img { width: 100%; }
.pose img, img.pose { object-fit: contain; }

/* =====================================================================
 * HOME
 * ===================================================================== */

/* ---- hero: the line, the phone, the palm house ---- */
/* The plate bleeds under the header to the top and right edges; its left edge
 * dissolves in a riso dot screen. The phone is set into the plate's rainy glass,
 * left of the page and the reader. */
.concept { position: relative; z-index: 21; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 40%) minmax(0, 1fr); align-items: center; min-height: calc(100svh - 118px); padding-left: max(var(--gutter), calc((100vw - 1720px) / 2 + var(--gutter))); }
.hero-copy { padding: 24px clamp(20px, 2.4vw, 40px) 56px 0; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(3rem, min(4.7vw, 9.4vh), 5.2rem); }
.hero-scene { position: absolute; top: -80px; right: 0; bottom: 0; width: 60%; }
.scene-art img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 62%; }
.riso-edge-left, .hero-scene .scene-art { display: block; height: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 88px, #000 88px), radial-gradient(circle, #000 1.7px, transparent 2.3px), linear-gradient(90deg, transparent 0, #000 96px);
  mask-image: linear-gradient(90deg, transparent 88px, #000 88px), radial-gradient(circle, #000 1.7px, transparent 2.3px), linear-gradient(90deg, transparent 0, #000 96px);
  -webkit-mask-size: auto, 6px 6px, auto; mask-size: auto, 6px 6px, auto;
  -webkit-mask-composite: source-over, source-in; mask-composite: add, intersect; }
.hero-scene .hero-phone { position: absolute; z-index: 3; left: clamp(20px, 4%, 72px); bottom: 5%; }
.hero-phone .phone { --pw: clamp(270px, min(24vw, 40vh), 360px); }
.site-nav a:not(.button) { background: rgba(247, 241, 230, .92); }
.hero .lede { margin-top: clamp(20px, 2.6vh, 30px); max-width: 30rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: clamp(22px, 3vh, 34px); }
.nots { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: clamp(22px, 3vh, 34px); font-size: .9375rem; font-weight: 600; }
.nots li { display: flex; align-items: center; gap: 8px; }
.nots li::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 2px 2px 0 var(--pink); }
/* Below 1180: the copy on paper, then the scene full width, its top edge in dots. */
@media (max-width: 1180px) {
  .hero { grid-template-columns: minmax(0, 1fr); min-height: 0; padding-left: 0; }
  .hero-copy { padding: 20px var(--gutter) 40px; }
  .hero h1 { font-size: clamp(3rem, 9vw, 6rem); max-width: 12ch; }
  .hero-scene { position: relative; top: auto; width: 100%; height: clamp(520px, 78vw, 680px); }
  .hero-scene .scene-art {
    -webkit-mask-image: linear-gradient(180deg, transparent 72px, #000 72px), radial-gradient(circle, #000 1.7px, transparent 2.3px), linear-gradient(180deg, transparent 0, #000 80px);
    mask-image: linear-gradient(180deg, transparent 72px, #000 72px), radial-gradient(circle, #000 1.7px, transparent 2.3px), linear-gradient(180deg, transparent 0, #000 80px); }
  .hero-scene .hero-phone { left: max(var(--gutter), 3%); bottom: 4%; }
  .hero-phone .phone { --pw: clamp(240px, calc((clamp(520px, 78vw, 680px) * .88) / 2.02), 320px); }
}
/* Phones: the phone first, its foot resting in the tall plate's empty glass dome. */
@media (max-width: 700px) {
  .hero-copy { padding: 10px var(--gutter) 28px; }
  .hero h1 { font-size: clamp(2.85rem, 13.4vw, 4.4rem); }
  .hero-scene { height: auto; display: flex; flex-direction: column; }
  .hero-scene .hero-phone { position: relative; left: auto; bottom: auto; order: 1; align-self: center; margin-bottom: -170px; }
  .hero-phone .phone { --pw: min(290px, 76vw); }
  .hero-scene .scene-art { order: 2; height: auto; }
  .scene-art img { height: auto; aspect-ratio: 3 / 4; object-position: 50% 100%; }
}

/* ---- section heads ---- */
.section { padding-block: clamp(52px, 6.6vw, 104px); }
.head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(20px, 4vw, 64px); align-items: end; margin-bottom: clamp(28px, 3.6vw, 56px); }
.head .lede { justify-self: end; }
@media (max-width: 900px) { .head { grid-template-columns: 1fr; } .head .lede { justify-self: start; } }

/* ---- the spine: one job, stage by stage, beside the thread ---- */
.spine { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(40px, 5vw, 96px); align-items: start; }
.spine-phone { position: sticky; top: max(16px, calc(50vh - 360px)); }
.spine-phone .phone { --pw: 350px; }
.spine-phone .caption { margin-top: 20px; font-size: .875rem; font-weight: 600; text-align: center; max-width: 350px; }
.stages { list-style: none; position: relative; }
.stages::before { content: ''; position: absolute; left: 43px; top: 40px; bottom: 60px; width: 4px; background: var(--blue); box-shadow: 3px 0 0 var(--pink); }
.stage { position: relative; display: grid; grid-template-columns: 90px minmax(0, 1fr); column-gap: clamp(20px, 2.4vw, 40px); padding-bottom: clamp(56px, 6vw, 92px); }
.stage:last-child { padding-bottom: 0; }
.marker { position: relative; z-index: 1; width: 90px; height: 90px; border-radius: 50%; border: 3px solid var(--blue); background: var(--card); display: grid; place-items: center; overflow: hidden; transition: box-shadow .3s ease, background .3s ease; }
.marker img { width: 58px; height: 70px; object-fit: contain; margin-top: 10px; }
.stage.is-here .marker { box-shadow: 4px 4px 0 var(--pink); background: var(--tint); }
.stage-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; min-height: 90px; align-content: center; }
.stage-meta time { font: 700 .875rem/1 var(--text); letter-spacing: .06em; color: var(--blue); }
.stage-meta .step { font: 800 1rem/1 var(--display); color: var(--violet); }
.stage-copy { grid-column: 2; }
.stage-copy h3 { font-size: clamp(1.9rem, 3.2vw, 3.2rem); max-width: 16ch; }
.stage-copy > p { margin-top: 14px; max-width: 36rem; }
.stage-surface { grid-column: 2; margin-top: clamp(24px, 3vw, 40px); max-width: 720px; }
.stage-thread { display: none; }
.split2 { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 24px; align-items: end; }
.split2 .plate { border-radius: 10px; }
.onhold-plate img { border-radius: 0; mix-blend-mode: multiply; }
.crescent { margin-bottom: 22px; }
.crescent img { border-radius: 10px; aspect-ratio: 16 / 7; object-fit: cover; object-position: 50% 78%; }
@media (max-width: 1100px) {
  .spine { grid-template-columns: minmax(0, 1fr); }
  .spine-phone { display: none; }
  .stage-thread { display: flex; flex-direction: column; gap: 7px; grid-column: 2; margin-top: 22px; max-width: 420px; padding: 14px; border-radius: 22px; background: var(--card); border: 2px solid var(--blue); box-shadow: 5px 5px 0 var(--pink); }
  .stage-thread .replies { padding: 0; margin-top: 0; border-top: 0; }
}
@media (max-width: 700px) {
  .stages::before { display: none; }
  .stage { padding-bottom: 72px; }
  .stage { grid-template-columns: 54px minmax(0, 1fr); column-gap: 14px; }
  .marker { width: 54px; height: 54px; border-width: 2.5px; }
  .marker img { width: 36px; height: 44px; margin-top: 6px; }
  .stage-meta { min-height: 54px; }
  .stage-copy, .stage-surface, .stage-thread { grid-column: 1 / -1; }
  .stage-copy { margin-top: 14px; }
  .split2 { grid-template-columns: 1fr; }
  .doors { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px 8px; }
  .script li { grid-template-columns: 1fr; gap: 4px; }
  .brief dl div { grid-template-columns: 1fr; gap: 2px; }
  .facts { grid-template-columns: 1fr; }
  .facts div + div { border-left: 0; border-top: 1px solid var(--rule); }
  .track { grid-template-columns: repeat(5, minmax(0, 1fr)); font-size: .75rem; }
  .track li { font-size: .6875rem; }
  .tent-main, .tent-top, .tent-foot { padding-inline: 16px; }
  .tent-sec, .next { margin-inline: 16px; }
}

/* the card: the link preview unfolds into the whole card */
.card-stage .tent { transform-origin: 50% 0; }
@media (prefers-reduced-motion: no-preference) {
  .js .card-stage .tent.is-folded { transform: perspective(1400px) rotateX(-70deg); opacity: 0; }
  .js .card-stage .tent { transition: transform .9s cubic-bezier(.2, .8, .2, 1), opacity .45s ease; }
}

/* ---- and it keeps the post ---- */
.post { background: var(--paper-2); }
.post-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 88px); align-items: center; }
.post-flow { display: grid; grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1.05fr); align-items: center; gap: 10px; }
.post-flow .arrow { justify-self: center; width: 44px; height: 44px; border-radius: 50%; background: var(--blue); box-shadow: 3px 3px 0 var(--pink); display: grid; place-items: center; }
.post-flow .arrow svg { width: 22px; height: 22px; color: var(--paper); }
.post-card .tent-main { padding-bottom: 18px; }
.post-card .next { margin-bottom: 20px; }
.post-copy .lede + .body { margin-top: 1em; }
.post-plate { margin-top: 28px; max-width: 520px; }
.post-plate img { border-radius: 10px; }
.desk-wrap { margin-top: clamp(48px, 6vw, 96px); }
.desk-wrap .caption { margin-top: 18px; font-size: .9375rem; max-width: 44rem; }
.tiny-thread { display: flex; flex-direction: column; gap: 7px; margin-top: 26px; max-width: 380px; }
@media (max-width: 1000px) { .post-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .post-flow { grid-template-columns: 1fr; gap: 18px; }
  .post-flow .arrow { transform: rotate(90deg); }
  .desk-app { grid-template-columns: 1fr; }
}

/* ---- nothing to install: the blue band ---- */
.band { background: var(--blue); color: var(--paper); }
.band h2, .band h3 { color: var(--paper); }
.band h2 { text-shadow: var(--off) var(--off) 0 var(--pink); }
.band .kicker { color: var(--paper); }
.band .kicker::before { box-shadow: 0 3px 0 var(--paper); }
.band a { color: var(--paper); }
.nothing { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: clamp(40px, 5vw, 72px); border-top: 2px solid var(--paper); }
.nothing > div { padding: 24px clamp(16px, 2vw, 32px) 8px 0; }
.nothing > div + div { padding-left: clamp(16px, 2vw, 32px); border-left: 1px solid rgba(247, 241, 230, .4); }
.nothing .not { font: 600 1.05rem/1.2 var(--text); text-decoration: line-through; text-decoration-color: var(--pink); text-decoration-thickness: 3px; }
.nothing h3 { margin: 10px 0 10px; }
.keyboard { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(40px, 5vw, 64px); align-items: center; }
.keyboard .key { background: var(--paper); border-color: var(--paper); box-shadow: 0 3px 0 var(--pink); min-height: 40px; padding: 6px 14px; font-size: .9375rem; }
.keyboard p { width: 100%; margin-top: 8px; max-width: 44rem; }
@media (max-width: 800px) { .nothing { grid-template-columns: 1fr; } .nothing > div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(247, 241, 230, .4); } }

/* ---- at worst, a person steps in ---- */
.person-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.person-plate { position: relative; }
.person-plate .plate img { border-radius: 10px; }
.signed { position: relative; margin: -120px 0 0 auto; width: min(92%, 440px); }
.signed .tent-main { padding-bottom: 16px; }
.signed .sig { display: flex; align-items: center; gap: 12px; margin: 0 22px; padding: 14px 0 18px; border-top: 2px solid var(--pink); font-weight: 600; }
.signed .sig .person-dot { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--blue); display: grid; place-items: center; font: 800 1.1rem/1 var(--display); color: var(--blue); background: var(--tint); flex: none; }
.cases { list-style: none; display: grid; gap: 0; margin-top: 28px; border-top: 3px solid var(--blue); }
.cases li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 16px; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.cases .when { font: 800 1.2rem/1.15 var(--display); color: var(--blue); }
.cases .what { grid-column: 1; font-size: .9375rem; }
.cases .terms { grid-column: 2; grid-row: 1 / span 2; align-self: start; font: 700 .6875rem/1 var(--text); letter-spacing: .08em; text-transform: uppercase; color: var(--violet); border: 1.5px solid var(--violet); border-radius: 999px; padding: 6px 10px 5px; white-space: nowrap; }
.cases .terms.paid { color: var(--blue); border-color: var(--blue); box-shadow: 2px 2px 0 var(--pink); }
.person-thread { display: flex; flex-direction: column; gap: 7px; margin-top: 28px; max-width: 420px; }
@media (max-width: 1000px) { .person-grid { grid-template-columns: 1fr; } .signed { margin-top: -60px; } }
@media (max-width: 520px) { .cases li { grid-template-columns: 1fr; } .cases .terms { grid-column: 1; grid-row: auto; justify-self: start; } }

/* ---- price ---- */
.prices { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); }
.price { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 24px 22px 22px; background: var(--card); border: 2px solid var(--blue); border-radius: 12px; }
.price.lead { box-shadow: 7px 7px 0 var(--pink); }
.price .what { font: 700 .75rem/1.2 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
.price .amount { font: 800 clamp(2.6rem, 4vw, 3.6rem)/1 var(--display); color: var(--blue); letter-spacing: -0.02em; }
.price .amount small { font: 600 1rem/1 var(--text); letter-spacing: 0; color: var(--violet); }
.price p { font-size: .9375rem; }
.price img { position: absolute; right: 14px; top: -54px; width: 58px; height: 72px; object-fit: contain; }
.placeholder-note { margin-top: 18px; font-size: .8125rem; }
@media (max-width: 1000px) { .prices { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .prices { grid-template-columns: 1fr; } .price img { top: 14px; } }

/* ---- the last word: the night porter ---- */
.night { background: var(--night); color: var(--paper); }
.night h2, .night h3 { color: var(--paper); }
.night .kicker { color: var(--paper); }
.night .kicker::before { box-shadow: 0 3px 0 var(--paper); }
.finale { padding-top: clamp(72px, 9vw, 140px); }
.finale-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(32px, 5vw, 80px); align-items: end; position: relative; z-index: 2; }
.finale h2 { font-size: clamp(2.8rem, 7vw, 7.6rem); text-shadow: var(--off) var(--off) 0 var(--pink); }
.finale .lede { margin-top: 22px; }
.finale .hero-actions .text-link { color: var(--paper); }
.finale-plate { margin-top: clamp(-120px, -7vw, -30px); }
.finale-plate img { width: 100%; }
.finale .steps { list-style: none; counter-reset: s; display: grid; gap: 12px; }
.finale .steps li { counter-increment: s; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: baseline; font-size: 1rem; }
.finale .steps li::before { content: counter(s); display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--paper); font: 800 .9rem/1 var(--display); box-shadow: 2px 2px 0 var(--pink); }
.finale-short { padding-bottom: clamp(56px, 7vw, 110px); }
.finale-pose { max-height: 260px; width: auto; justify-self: center; }
@media (max-width: 900px) { .finale-grid { grid-template-columns: 1fr; } .finale-plate { margin-top: 32px; } .finale-pose { max-height: 150px; justify-self: start; } }

/* ---- footer ---- */
.site-footer { padding: clamp(40px, 5vw, 72px) 0 32px; }
.footer-line { font: 800 clamp(2rem, 4.2vw, 4.2rem)/0.98 var(--display); letter-spacing: -0.02em; color: var(--paper); max-width: 14ch; }
.footer-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 24px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(247, 241, 230, .35); }
.footer-row nav { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.footer-row a { color: var(--paper); font-weight: 600; display: inline-block; padding: 10px 0; }
.footer-row small { font-size: .875rem; }

/* =====================================================================
 * INNER PAGES
 * ===================================================================== */
.page-top { padding-top: clamp(32px, 5vw, 80px); }
.page-top h1 { font-size: clamp(2.9rem, 6.6vw, 6.8rem); max-width: 15ch; }
.page-top .lede { margin-top: 22px; }
.page-top-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(24px, 4vw, 72px); align-items: end; }
.page-top-grid .pose { justify-self: center; }
.page-top-grid.even { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
@media (max-width: 800px) { .page-top-grid.even { grid-template-columns: 1fr; } .poster-pose { display: none; } }
.page-top-grid .pose img { max-height: 300px; width: auto; }
@media (max-width: 800px) { .page-top-grid { grid-template-columns: 1fr; } .page-top-grid .pose img { max-height: 170px; } .page-top-grid .pose { justify-self: start; } }

/* how it works: the seven states */
.states-grid { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); gap: 18px; }
.state-card { display: grid; grid-template-rows: auto auto 1fr; gap: 10px; padding: 20px; background: var(--card); border: 2px solid var(--blue); border-radius: 12px; min-height: 100%; }
.state-card.you { box-shadow: 6px 6px 0 var(--pink); }
.state-card .top { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; min-height: 96px; }
.state-card .top img { width: 72px; height: 92px; object-fit: contain; }
.state-card .top .glyph { width: 72px; height: 92px; display: grid; place-items: center; }
.state-card .top .glyph i { width: 42px; height: 42px; border-radius: 50%; border: 3px solid var(--blue); box-shadow: 0 0 0 5px var(--card), 0 0 0 8px var(--blue), 5px 5px 0 8px var(--pink); }
.state-card h3 { font-size: 1.6rem; }
.state-card p { font-size: .9375rem; }
.state-card .acts { font-size: .8125rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--blue); }
.explorer { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 4vw, 72px); align-items: start; }
.explorer-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.explorer-tabs button { cursor: pointer; }
.explorer-tabs button[aria-pressed='true'] { background: var(--blue); color: var(--paper); box-shadow: 3px 3px 0 var(--pink); }
.explorer-tabs button[aria-pressed='true'] .dot { border-color: var(--paper); }
.explorer-panel { margin-top: 26px; }
.explorer-panel h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.explorer-panel p { margin-top: 12px; max-width: 34rem; }
.explorer-panel dl { margin-top: 18px; display: grid; gap: 0; max-width: 34rem; border-top: 2px solid var(--blue); }
.explorer-panel dl div { display: grid; grid-template-columns: 9rem minmax(0, 1fr); gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--rule); font-size: .9375rem; }
.explorer-panel dt { font-weight: 700; color: var(--blue); }
.explorer-figure { display: grid; justify-items: center; gap: 18px; }
.explorer-figure img { max-height: 320px; width: auto; }
@media (max-width: 800px) { .explorer { grid-template-columns: 1fr; } .explorer-figure img { max-height: 180px; } .explorer-figure { justify-items: start; } }
.ladder { list-style: none; display: grid; gap: 0; counter-reset: r; }
.ladder li { counter-increment: r; display: grid; grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1.2fr); gap: 16px 28px; padding: 20px 0; border-top: 2px solid var(--blue); align-items: start; }
.ladder li::before { content: counter(r); display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 2.5px solid var(--blue); font: 800 1.4rem/1 var(--display); color: var(--blue); background: var(--card); }
.ladder li.final::before { background: var(--blue); color: var(--paper); box-shadow: 3px 3px 0 var(--pink); }
.ladder h3 { font-size: 1.5rem; }
.ladder p { font-size: .9375rem; }
.ladder .dent { padding: 10px 14px; background: var(--card); border: 1.5px solid var(--rule); border-radius: 8px; }
.ladder .dent b { color: var(--blue); }
@media (max-width: 800px) { .ladder li { grid-template-columns: 52px minmax(0, 1fr); } .ladder li .dent { grid-column: 2; } }
.gates { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gates li { padding: 18px; border: 2px solid var(--blue); border-radius: 10px; background: var(--card); display: grid; gap: 10px; align-content: start; font-size: .9375rem; }
.gates li .gate { margin: 0; padding: 0; border: 0; background: none; font-size: 1rem; color: var(--blue); }
@media (max-width: 1000px) { .gates { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gates { grid-template-columns: 1fr; } }
.promises-table { width: 100%; border-collapse: collapse; background: var(--card); border: 2px solid var(--blue); border-radius: 12px; overflow: hidden; font-size: .9375rem; }
.promises-table th, .promises-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--rule); vertical-align: top; }
.promises-table thead th { font: 700 .75rem/1.2 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); border-bottom: 2px solid var(--blue); }
.promises-table tbody th { font-weight: 700; color: var(--blue); }
.promises-table td b { font-family: var(--display); font-weight: 800; color: var(--blue); font-size: 1.05rem; }
.table-scroll { overflow-x: auto; border-radius: 12px; }
.texts { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 48px); margin-top: clamp(36px, 4vw, 64px); }
.band .texts ul { border-top-color: var(--paper); }
.band .texts li { border-bottom-color: rgba(247, 241, 230, .3); }
.band .texts .yes li::before { background: var(--paper); box-shadow: 2px 2px 0 var(--pink); }
.band .texts .no li::before { border-color: var(--paper); }
.band b { color: inherit; }
.person-plate .plate img { mix-blend-mode: multiply; }
.texts h3 { margin-bottom: 16px; }
.texts ul { list-style: none; display: grid; gap: 0; border-top: 2px solid var(--blue); }
.texts li { padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: .9375rem; display: grid; grid-template-columns: 22px 1fr; gap: 10px; }
.texts .yes li::before { content: ''; width: 12px; height: 12px; margin-top: 5px; border-radius: 50%; background: var(--blue); box-shadow: 2px 2px 0 var(--pink); }
.texts .no li::before { content: ''; width: 12px; height: 12px; margin-top: 5px; border-radius: 50%; border: 2px solid var(--violet); }
.rules-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; font-size: .9375rem; }
.rules-row b { color: var(--blue); }
@media (max-width: 800px) { .texts { grid-template-columns: 1fr; } }
.two-col { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 4vw, 72px); align-items: start; }
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; } }
.divider { border: 0; border-top: 3px solid var(--blue); box-shadow: 0 3px 0 var(--pink); margin: 0; }

/* checked: the Kestlebury table */
.checked-browser { margin-top: clamp(32px, 4vw, 56px); }
.checked-app { padding: clamp(18px, 3vw, 40px); }
.checked-app h2 { font-size: clamp(2.2rem, 4.6vw, 4.6rem); max-width: 16ch; }
.checked-app .dateline { margin-top: 16px; font-weight: 600; }
.tallies { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 26px; border-block: 3px solid var(--blue); }
.tallies div { padding: 16px 16px 18px 0; }
.tallies div + div { padding-left: 16px; border-left: 1px solid var(--rule); }
.tallies b { display: block; font: 800 clamp(2.2rem, 4.4vw, 4rem)/1 var(--display); color: var(--blue); }
.tallies span { font: 600 .8125rem/1.3 var(--text); letter-spacing: .08em; text-transform: uppercase; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; align-items: center; }
.filters button { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 6px 14px; border: 1.5px solid var(--blue); border-radius: 99px; background: var(--card); color: var(--blue); font: 600 .875rem/1 var(--text); cursor: pointer; }
.filters button[aria-pressed='true'] { background: var(--blue); color: var(--paper); box-shadow: 3px 3px 0 var(--pink); }
.filters button .n { font-weight: 700; }
.filters .search { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; }
.filters label { font-weight: 600; font-size: .875rem; }
.filters input { min-height: 40px; padding: 6px 14px; border: 1.5px solid var(--blue); border-radius: 99px; background: #fff; color: var(--violet); font: 400 .9375rem/1 var(--text); width: 12rem; }
.filters input::placeholder { color: #75619F; }
.count { margin-top: 14px; font-size: .9375rem; font-weight: 600; }
.ctable-wrap { margin-top: 12px; overflow: auto; max-height: min(720px, 78vh); border: 2px solid var(--blue); border-radius: 10px; }
table.ctable { width: 100%; border-collapse: collapse; font-size: .9375rem; min-width: 780px; background: var(--card); }
table.ctable th { text-align: left; font: 700 .75rem/1.2 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); padding: 12px 16px; border-bottom: 2px solid var(--blue); background: var(--paper-2); position: sticky; top: 0; }
table.ctable td { padding: 12px 16px; border-bottom: 1px solid var(--rule); vertical-align: top; }
table.ctable tr:last-child td { border-bottom: 0; }
table.ctable td:first-child { font-weight: 700; color: var(--blue); }
table.ctable td small { display: block; font-weight: 400; color: var(--violet); font-size: .8125rem; }
table.ctable tr[hidden] { display: none; }
.upd { display: inline-block; margin-top: 4px; font: 700 .6875rem/1.2 var(--text); letter-spacing: .04em; color: var(--blue); padding: 2px 6px; border: 1.5px solid var(--blue); border-radius: 4px; box-shadow: 2px 2px 0 var(--pink); }
.achip { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; white-space: nowrap; }
.achip::before { content: ''; flex: none; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--blue); }
.achip.yes::before { background: var(--blue); box-shadow: 2px 2px 0 var(--pink); }
.achip.list::before { background: linear-gradient(90deg, var(--blue) 50%, transparent 50%); }
.achip.children::before { border-style: dotted; }
.achip.private::before { border-radius: 2px; background: var(--violet); border-color: var(--violet); }
.achip.none::before { border-color: var(--violet); border-style: dashed; }
.method { list-style: none; counter-reset: m; display: grid; }
.method li { counter-increment: m; display: grid; grid-template-columns: 3rem 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--rule); }
.method li::before { content: counter(m); font: 800 1.6rem/1 var(--display); color: var(--blue); }
.method li b { color: var(--blue); }
.keep { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 32px; align-items: center; padding: clamp(24px, 3.4vw, 48px); background: var(--card); border: 2px solid var(--blue); border-radius: 14px; box-shadow: 8px 8px 0 var(--pink); }
.keep h2 { font-size: clamp(2rem, 3.6vw, 3.4rem); }
.keep p { margin-top: 12px; max-width: 38rem; }
.keep .actions { display: grid; gap: 12px; justify-items: start; }
.corrections { list-style: none; display: grid; gap: 12px; }
.corrections li { padding: 14px 16px; border-left: 4px solid var(--pink); background: var(--card); border-radius: 0 8px 8px 0; font-size: .9375rem; }
.corrections b { color: var(--blue); }
@media (max-width: 900px) {
  .keep { grid-template-columns: 1fr; }
  .tallies { grid-template-columns: 1fr 1fr; }
  .tallies div:nth-child(3) { padding-left: 0; border-left: 0; }
  .tallies div:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .filters .search { margin-left: 0; width: 100%; }
  .filters input { flex: 1; width: auto; }
}

/* pricing */
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 32px); align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; gap: 14px; padding: clamp(22px, 2.4vw, 32px); background: var(--card); border: 2px solid var(--blue); border-radius: 14px; }
.plan.lead { box-shadow: 8px 8px 0 var(--pink); }
.plan .pose { position: absolute; right: 18px; top: -70px; width: 70px; height: 90px; object-fit: contain; }
.plan h2 { font-size: clamp(1.9rem, 2.8vw, 2.6rem); }
.plan .amount { font: 800 clamp(3rem, 5vw, 4.6rem)/1 var(--display); color: var(--blue); letter-spacing: -0.02em; }
.plan .amount small { font: 600 1rem/1.2 var(--text); color: var(--violet); letter-spacing: 0; display: block; margin-top: 6px; }
.plan ul { list-style: none; display: grid; gap: 8px; font-size: .9375rem; margin-top: 4px; }
.plan li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.plan li::before { content: ''; width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--blue); box-shadow: 2px 2px 0 var(--pink); }
.plan .button { margin-top: auto; align-self: flex-start; }
.extras { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.4vw, 32px); }
.extra { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px 24px; align-items: start; padding: clamp(20px, 2.4vw, 28px); border: 2px solid var(--blue); border-radius: 14px; background: var(--card); }
.extra .amount { font: 800 clamp(2.4rem, 3.6vw, 3.4rem)/1 var(--display); color: var(--blue); }
.extra .amount small { display: block; font: 600 .875rem/1.2 var(--text); color: var(--violet); margin-top: 6px; }
.extra h3 { font-size: 1.5rem; margin-bottom: 8px; }
.extra p { font-size: .9375rem; }
table.compare { width: 100%; border-collapse: collapse; font-size: .9375rem; background: var(--card); min-width: 620px; }
table.compare caption { text-align: left; padding: 0 0 14px; font: 800 1.6rem/1.1 var(--display); color: var(--blue); }
table.compare th, table.compare td { padding: 13px 16px; border-bottom: 1px solid var(--rule); text-align: left; vertical-align: top; }
table.compare thead th { font: 700 .75rem/1.2 var(--text); letter-spacing: .1em; text-transform: uppercase; color: var(--blue); border-bottom: 2px solid var(--blue); background: var(--paper-2); }
table.compare tbody th { font-weight: 600; color: var(--violet); }
.yes-mark { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--blue); }
.yes-mark::before { content: ''; width: 12px; height: 12px; border-radius: 50%; background: var(--blue); box-shadow: 2px 2px 0 var(--pink); }
.faq details { border-top: 2px solid var(--blue); }
.faq details:last-child { border-bottom: 2px solid var(--blue); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 28px; gap: 16px; align-items: center; padding: 18px 0; font: 800 clamp(1.2rem, 1.7vw, 1.5rem)/1.15 var(--display); color: var(--blue); min-height: 44px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; width: 22px; height: 22px; justify-self: end; border-radius: 50%; background: radial-gradient(circle, var(--paper) 0 3px, transparent 3.5px), var(--blue); box-shadow: 2px 2px 0 var(--pink); }
.faq details[open] summary::after { background: var(--pink); box-shadow: 2px 2px 0 var(--blue); }
.faq details p { padding: 0 3rem 22px 0; max-width: 42rem; }
@media (max-width: 1000px) { .plans { grid-template-columns: 1fr; max-width: 560px; } .plan .pose { top: 18px; } .extras { grid-template-columns: 1fr; } }

/* start: the first text */
.onboard { display: grid; grid-template-columns: minmax(0, 6fr) auto; grid-template-areas: 'copy phone' 'second phone'; gap: clamp(28px, 4vw, 56px) clamp(32px, 6vw, 110px); align-items: start; }
.start-copy { grid-area: copy; }
.onboard .phone-col { grid-area: phone; }
.or-first { grid-area: second; padding: 22px 24px 18px; border: 2px dashed var(--blue); border-radius: 14px; max-width: 40rem; }
.or-first h2 { font-size: clamp(1.5rem, 2.2vw, 2rem); }
.or-first > p { margin-top: 8px; }
.primary-start { display: grid; justify-items: start; gap: 10px; margin-top: 28px; }
.try-title { font-size: clamp(1.4rem, 2vw, 1.8rem); margin-top: 36px; }
.try-title + p { margin-top: 6px; }
.happens { list-style: none; counter-reset: h; display: grid; gap: 10px; margin-top: 28px; max-width: 36rem; }
.happens li { counter-increment: h; position: relative; padding-left: 44px; min-height: 30px; padding-top: 2px; }
.happens li::before { content: counter(h); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--blue); color: var(--blue); font: 800 .9rem/1 var(--display); box-shadow: 2px 2px 0 var(--pink); }
.happens b { color: var(--blue); }
@media (max-width: 1000px) { .onboard { grid-template-areas: 'copy' 'phone' 'second'; } }
.onboard .phone { --pw: 350px; }
.steps-list { list-style: none; display: grid; gap: 0; margin-top: 32px; }
.steps-list > li { padding: 22px 0; border-top: 2px solid var(--blue); display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; }
.steps-list > li:last-child { border-bottom: 2px solid var(--blue); }
.steps-list > li[hidden] { display: none; }
.onboard .phone-col { position: sticky; top: 24px; display: grid; justify-items: center; gap: 14px; }
.onboard .caption { font-weight: 600; }
.steps-list .n { width: 40px; height: 40px; border-radius: 50%; border: 2.5px solid var(--blue); display: grid; place-items: center; font: 800 1.2rem/1 var(--display); color: var(--blue); background: var(--card); }
.steps-list li.is-done .n { background: var(--blue); color: var(--paper); box-shadow: 3px 3px 0 var(--pink); }
.steps-list h2 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
.steps-list p { margin-top: 8px; max-width: 34rem; }
.field { display: grid; gap: 6px; margin-top: 16px; max-width: 26rem; }
.field label { font-weight: 600; color: var(--blue); }
.field input { min-height: 54px; padding: 12px 16px; border: 2px solid var(--blue); border-radius: 12px; background: #fff; color: var(--violet); font: 400 1.125rem/1.2 var(--text); }
.field input::placeholder { color: #75619F; }
.field input[aria-invalid='true'] { border-width: 3px; border-color: var(--violet); }
.field .hint { font-size: .875rem; }
.field-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 16px; }
.suggest { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.suggest button { min-height: 40px; padding: 8px 14px; border: 1.5px solid var(--blue); border-radius: 99px; background: var(--card); color: var(--blue); font: 600 .9375rem/1.2 var(--text); cursor: pointer; text-align: left; }
.suggest button[aria-pressed='true'] { background: var(--blue); color: var(--paper); box-shadow: 3px 3px 0 var(--pink); }
.status-line { margin-top: 12px; min-height: 1.5em; font-weight: 600; }
.status-line:not(:empty) { padding: 10px 14px; border-left: 4px solid var(--pink); background: var(--tint); }
.or-text { margin-top: 28px; padding: 18px 20px; border: 2px dashed var(--blue); border-radius: 12px; max-width: 36rem; }
.or-text b { font-family: var(--display); font-weight: 800; color: var(--blue); font-size: 1.4rem; }
@media (max-width: 1000px) { .onboard { grid-template-columns: 1fr; } .onboard .phone-col { justify-self: center; position: static; } .onboard .phone { --pw: min(310px, 80vw); } }

/* about, privacy, 404 */
.about-hero { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(28px, 4vw, 72px); align-items: center; }
.about-hero .plate img { border-radius: 10px; }
.principles { list-style: none; counter-reset: p; }
.principles li { counter-increment: p; display: grid; grid-template-columns: 3.4rem 1fr; gap: 14px; align-items: baseline; padding: 18px 0; border-top: 2px solid var(--blue); font: 800 clamp(1.4rem, 2.2vw, 2.1rem)/1.08 var(--display); color: var(--blue); letter-spacing: -0.01em; }
.principles li:last-child { border-bottom: 2px solid var(--blue); }
.principles li::before { content: counter(p, decimal-leading-zero); font: 600 .9rem/1 var(--text); letter-spacing: .12em; color: var(--violet); }
.standing { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 3px solid var(--blue); }
.standing div { padding: 22px 22px 8px 0; }
.standing div + div { padding-left: 22px; border-left: 1px solid var(--rule); }
.standing dt { font: 600 .8125rem/1.3 var(--text); letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }
.standing dd { margin-top: 8px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: end; font: 800 clamp(1.3rem, 2vw, 1.9rem)/1.1 var(--display); color: var(--blue); }
.standing img { width: 74px; height: 96px; object-fit: contain; }
@media (max-width: 900px) {
  .about-hero, .standing { grid-template-columns: 1fr; }
  .standing div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--rule); }
}
.prose { max-width: 44rem; }
.prose h2 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); margin: 44px 0 12px; }
.prose p + p, .prose p + ul, .prose ul + p { margin-top: 1em; }
.prose ul { list-style: none; display: grid; gap: 8px; }
.prose li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.prose li::before { content: ''; width: 10px; height: 10px; margin-top: 8px; border-radius: 50%; background: var(--blue); box-shadow: 2px 2px 0 var(--pink); }
.classes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.classes div { padding: 16px; border: 2px solid var(--blue); border-radius: 10px; background: var(--card); font-size: .9375rem; }
.classes h3 { font-size: 1.3rem; margin-bottom: 6px; }
@media (max-width: 800px) { .classes { grid-template-columns: 1fr; } }
.privacy-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 16rem); gap: 48px; align-items: start; }
.privacy-layout .pose { position: sticky; top: 40px; margin-top: 60px; }
.privacy-layout .pose img { max-width: 180px; }
@media (max-width: 900px) { .privacy-layout { grid-template-columns: 1fr; } .privacy-layout .pose { display: none; } }
.stepped-out { min-height: 64svh; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 48px; align-items: center; padding-block: 40px 80px; }
.stepped-out h1 { font-size: clamp(3rem, 7.6vw, 8rem); }
.stepped-out p { margin-top: 20px; }
.stepped-out .hero-actions { margin-top: 30px; }
.stepped-out img { max-width: 280px; justify-self: center; }
.stepped-out .msg { max-width: 22rem; margin-top: 26px; }
@media (prefers-reduced-motion: no-preference) {
  .stepped-out img { animation: step-out 1.4s cubic-bezier(.3, .7, .3, 1) .3s both; }
  @keyframes step-out { from { transform: translateX(-40px); opacity: 0; } to { transform: none; opacity: 1; } }
}
@media (max-width: 700px) { .stepped-out { grid-template-columns: 1fr; } .stepped-out img { max-width: 160px; justify-self: start; order: -1; } }

/* ---- second pass: rebalanced blocks ---- */
.desk-intro { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(16px, 4vw, 64px); align-items: baseline; margin-bottom: 24px; }
.desk-intro p { max-width: 44rem; }
.person-grid { align-items: center; }
.cases-row { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(36px, 4vw, 56px); column-gap: 0; }
.cases-row li { grid-template-columns: 1fr; align-content: start; padding: 18px clamp(14px, 1.6vw, 24px); border-bottom: 0; }
.cases-row li:first-child { padding-left: 0; }
.cases-row li + li { border-left: 1px solid var(--rule); }
.cases-row .terms { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 4px; }
.trail-more { display: none; margin-top: 10px; font-size: .875rem; font-weight: 600; color: var(--blue); }
@media (max-width: 1000px) { .cases-row { grid-template-columns: 1fr 1fr; } .cases-row li:nth-child(3) { padding-left: 0; border-left: 0; } .cases-row li:nth-child(n+3) { border-top: 1px solid var(--rule); } }
@media (max-width: 760px) { .desk-intro { grid-template-columns: 1fr; } }

/* ---- phones: fewer surfaces per stage ---- */
@media (max-width: 600px) {
  .stage-copy h3 { font-size: 1.75rem; }
  .stage-copy > p { font-size: 1rem; margin-top: 10px; }
  .stage { padding-bottom: 48px; }
  .stage-surface { margin-top: 18px; }
  .stage-thread { margin-top: 16px; }
  .crescent, .onhold-plate { display: none; }
  .doors { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px 6px; }
  .door { position: relative; }
  .door .name, .door .ans { position: absolute; left: 0; top: 0; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .door.priv .leaf { border-color: var(--violet); background: repeating-linear-gradient(135deg, var(--card) 0 4px, var(--tint) 4px 8px); }
  .tally { margin-top: 14px; font-size: .875rem; }
  .script li:nth-child(3) { display: none; }
  .letter p:last-child { display: none; }
  .lane:nth-child(3), .lane .job:nth-child(2) { display: none; }
  .desk-app { gap: 10px; }
  .post-copy .lede { font-size: 1.05rem; }
  .cases-row { grid-template-columns: 1fr; }
  .cases-row li { padding: 12px 0; border-left: 0 !important; border-top: 1px solid var(--rule); }
  .cases-row .what { display: none; }
  .prices { grid-template-columns: 1fr 1fr; gap: 12px; }
  .price { padding: 16px 14px; }
  .price p:not(.what):not(.amount), .price img { display: none; }
  .price .amount { font-size: 2.2rem; }
  .keyboard p, .nothing > div > p:not(.not) { display: none; }
  .nothing > div { padding: 16px 0 8px; }
  .person-thread .day, .person-thread .msg:not(:last-child) { display: none; }
  .nots { display: none; }
  .scene-art img { aspect-ratio: 1 / 1; }
  .tracker .before, .call .noted, .post-card .small, .post-card .next > p:not(.keys):not(.next-title), .card-stage .next > p:not(.keys) { display: none; }
  .lane:nth-child(2) { display: none; }
  .card-stage .facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .card-stage .facts div + div { border-top: 0; border-left: 1px solid var(--rule); }
  .card-stage .facts div { padding: 8px; }
  .card-stage .facts dd { font-size: .8125rem; }
  .finale-plate { margin-top: 20px; }
}

/* =====================================================================
 * THIRD PASS — general-public polish: the idea in three steps, questions
 * answered, a way back to the number wherever you are on the page.
 * ===================================================================== */

/* ---- opener: the palm house is the page ----
 * The wide plate covers the first screen, sized in container units so it always
 * covers and the bubbles, placed in % of the art, stay on the people they belong
 * to. The art is pushed 12% past the right edge (only plants are lost there) so
 * the line has the rainy glass to itself. On phones the tall plate runs under the
 * copy, its empty glass dome behind the words. */
.opener { position: relative; height: max(620px, 100svh); margin-top: -78px; container-type: size; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--rule); }
.opener-art { --aw: max(106cqw, 150cqh); position: absolute; top: 50%; right: calc(var(--aw) * -0.06); width: var(--aw); aspect-ratio: 3 / 2; transform: translateY(-50%); }
.opener-art picture, .opener-art img { display: block; width: 100%; height: 100%; }
.opener::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, var(--paper) 0, rgba(247, 241, 230, .94) calc(var(--gutter) + min(40cqw, 560px)), rgba(247, 241, 230, 0) calc(var(--gutter) + min(52cqw, 760px))),
              linear-gradient(180deg, rgba(247, 241, 230, .75) 0, rgba(247, 241, 230, 0) 150px); }
.opener-copy { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 100px 0 48px max(var(--gutter), calc((100vw - 1720px) / 2 + var(--gutter))); width: calc(max(var(--gutter), calc((100vw - 1720px) / 2 + var(--gutter))) + min(44cqw, 640px)); }
.opener h1 { font-size: clamp(3rem, min(5.7cqw, 10.5cqh), 5.6rem); max-width: 11ch; }
.opener .lede { margin-top: clamp(16px, 2.4cqh, 28px); font-size: clamp(1.2rem, 1.7cqw, 1.6rem); max-width: 22ch; font-weight: 600; color: var(--violet); }

.opener-bubbles { position: absolute; inset: 0; z-index: 2; }
.ob { position: absolute; margin: 0; font-size: clamp(.875rem, 1.05cqw, 1.125rem); line-height: 1.3; }
/* top: a share of the art, but never above the header where the art overflows the opener */
.ob-ask { right: 18%; top: max(36%, calc(250px + (100% - 100cqh) / 2)); max-width: 19%; padding: .7em 1em; border-radius: 20px 20px 6px 20px; background: var(--blue); color: var(--paper); box-shadow: 3px 3px 0 var(--pink); }
.ob-answer { left: 52%; top: max(20%, calc(120px + (100% - 100cqh) / 2)); width: min(26%, 440px); display: grid; grid-template-columns: auto 1fr; gap: .75em; align-items: start; padding: .85em 1em; border-radius: 18px; background: rgba(255, 251, 244, .97); color: var(--violet); border: 2px solid var(--blue); box-shadow: 6px 6px 0 var(--pink); }
.ob-answer img { width: 2.4em; height: 2.4em; border-radius: .6em; }
.ob-answer b { display: flex; justify-content: space-between; gap: 8px; color: var(--blue); font-weight: 700; margin-bottom: 2px; }
.ob-answer i { font-style: normal; font-weight: 600; font-size: .8em; color: var(--violet); opacity: .8; }
@media (prefers-reduced-motion: no-preference) {
  .ob { animation: ob-in .55s cubic-bezier(.2, .8, .2, 1) both; }
  .ob-ask { animation-delay: .5s; }
  .ob-answer { animation-delay: 1.7s; }
  @keyframes ob-in { from { opacity: 0; transform: translateY(14px) scale(.96); } }
}

/* Phones: the tall plate, its dome behind the words. */
@media (max-width: 760px) {
  .opener { height: auto; margin-top: 0; container-type: inline-size; display: flex; flex-direction: column; border-bottom: 0; }
  .opener::before { display: none; }
  .opener-copy { order: 1; height: auto; width: auto; padding: 6px var(--gutter) 0; }
  .opener h1 { font-size: clamp(2.8rem, 13cqw, 4.4rem); }
  .opener .lede { font-size: 1.2rem; }
  .opener-art { --aw: 100cqw; order: 2; position: relative; top: auto; right: auto; transform: none; width: 100%; aspect-ratio: 2 / 3; margin-top: -40cqw; z-index: 0; }
  .opener-art::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 58%; z-index: 1; background: linear-gradient(180deg, var(--paper) 0, var(--paper) 50%, rgba(247, 241, 230, 0) 100%); }
  .opener-copy { z-index: 2; }
  .ob { font-size: .9375rem; }
  .ob-ask { right: 5%; top: 44%; max-width: 62%; }
  .ob-answer { left: 5%; right: 5%; top: auto; bottom: 4%; width: auto; }
}

/* ---- type: editorial (chosen 24 Sep over riso-offset and grotesk) ----
 * Soft Fraunces at 640 (only the variable face matches it, so the local static
 * cuts never stand in), no pink offset on headings, one italic pink accent. */
:root { --accent-ink: #D6247F; }
:is(h1, h2, h3, .riso) { text-shadow: none !important; }
:is(h1, h2, h3) { font-weight: 640; font-variation-settings: 'SOFT' 100, 'opsz' 144; letter-spacing: -0.016em; }
h1 { line-height: .98; }
/* Every other piece of display text follows the headings (small numerals in
 * circles keep the local 800 cut). */
:is(.tent .headline, .lp .lp-title, .tracker .promise, .desk-top h3, .cases .when, .price .amount, .footer-line, .promises-table td b, .tallies b, .plan .amount, .extra .amount, table.compare caption, .faq summary, .faq-list summary, .or-text b, .principles li, .standing dd, .second) { font-weight: 640; font-variation-settings: 'SOFT' 100, 'opsz' 144; letter-spacing: -0.01em; }
.accent { font-style: italic; color: var(--accent-ink); font-weight: 560; }
.on-dark .accent { color: #FF8FCF; }
.opener .lede { font-weight: 400; }
/* The hero's second line: one question in display type whose example rotates,
 * then a single plain sentence. */
.opener .need { margin-top: clamp(18px, 2.6cqh, 30px); font: 640 clamp(1.5rem, min(2.3cqw, 4.4cqh), 2.3rem)/1.15 var(--display); font-variation-settings: 'SOFT' 100, 'opsz' 144; letter-spacing: -0.01em; color: var(--blue); }
.opener .need + .lede { margin-top: 12px; font-size: clamp(1.1rem, 1.4cqw, 1.3rem); max-width: 30ch; }
.rotor { display: inline-block; }
.rotor-word { display: inline-block; padding-right: .06em; font-style: italic; font-weight: 560; color: var(--accent-ink); }
@media (prefers-reduced-motion: no-preference) {
  .rotor-word.out { animation: rotor-out .32s ease-in both; }
  .rotor-word.in { animation: rotor-in .42s cubic-bezier(.2, .8, .2, 1) both; }
  @keyframes rotor-out { to { transform: translateY(-.35em); opacity: 0; } }
  @keyframes rotor-in { from { transform: translateY(.35em); opacity: 0; } }
}
@media (max-width: 760px) { .opener .need { font-size: 1.55rem; } }

/* ---- the card's proof, folded away until asked for ---- */
.proof > summary { list-style: none; cursor: pointer; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.proof > summary::-webkit-details-marker { display: none; }
.proof > summary h4 { margin: 0; }
.proof > summary span { font-size: .875rem; font-weight: 600; color: var(--blue); text-decoration: underline; text-decoration-color: var(--pink); text-underline-offset: 4px; }
.proof[open] > summary span { visibility: hidden; }
.proof[open] > summary { margin-bottom: 14px; }
.didnot-line { margin-top: 14px; font-size: .9375rem; font-weight: 600; }
.tent.held { max-width: 560px; }
.tent.held .tent-main { padding-bottom: 22px; }
.prices.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.prices.three .price .amount + p { margin-top: 2px; }
.extras.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.extras.three .extra { grid-template-columns: 1fr; gap: 12px; }
.extras.three .extra .amount { font-size: clamp(2rem, 3vw, 2.8rem); }
@media (max-width: 900px) { .extras.three { grid-template-columns: 1fr; } }
/* The three kinds of work, and what the month includes of each. */
.kinds { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: clamp(28px, 3vw, 44px); border-top: 2px solid var(--blue); }
.kinds > div { display: grid; grid-template-rows: auto 1fr auto; gap: 6px; padding: 18px clamp(14px, 2vw, 28px) 4px; }
.kinds > div:first-child { padding-left: 0; }
.kinds > div + div { border-left: 1px solid var(--rule); }
.kinds dt { font: 640 1.35rem/1.1 var(--display); font-variation-settings: 'SOFT' 100, 'opsz' 144; color: var(--blue); }
.kinds dd { margin: 0; font-size: .9375rem; }
.kinds .k-terms { justify-self: start; margin-top: 6px; font: 700 .75rem/1 var(--text); letter-spacing: .08em; text-transform: uppercase; color: var(--blue); border: 1.5px solid var(--blue); border-radius: 999px; padding: 6px 10px 5px; box-shadow: 2px 2px 0 var(--pink); }
@media (max-width: 760px) { .kinds { grid-template-columns: 1fr; } .kinds > div { padding: 14px 0; } .kinds > div + div { border-left: 0; border-top: 1px solid var(--rule); } }
/* Card labels are plain words now, not reference codes. */
.tent-top .code, .surface-head .code { letter-spacing: 0; font-size: .9375rem; }
.held-note { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--rule); font-size: .9375rem; font-weight: 600; }
/* A softer marker: a wash under the lower half of the line, not a pink rule through it. */
.hl { background: linear-gradient(transparent 52%, rgba(255, 72, 176, .2) 52%, rgba(255, 72, 176, .2) 96%, transparent 96%); }
@media (max-width: 1000px) { .prices.three { grid-template-columns: 1fr; max-width: 560px; } }
@media (max-width: 600px) { .prices.three .price p { display: block; } .prices.three .price img { display: block; top: 14px; } }
/* Below the sticky phone's width the replies play in the stage itself, so the outcome card would give the ending away. */
@media (max-width: 1100px) { .tent.held { display: none; } }

/* ---- reading progress: a pink rule, out of register ---- */
.progress { position: fixed; inset: 0 0 auto 0; height: 4px; z-index: 60; pointer-events: none; }
.progress i { display: block; height: 3px; background: var(--pink); box-shadow: 0 1px 0 var(--blue); transform-origin: 0 50%; transform: scaleX(var(--p, 0)); }

/* ---- hero additions ---- */
.hero .kicker { margin-bottom: clamp(12px, 1.8vh, 22px); }
.hero-actions .text-link svg, .asks .text-link svg, .head-side .text-link svg { width: 18px; height: 18px; }
@media (prefers-reduced-motion: no-preference) {
  .hero-actions .text-link:hover svg, .asks .text-link:hover svg, .head-side .text-link:hover svg { transform: translateY(3px); }
  .text-link svg { transition: transform .2s ease; }
}

/* ---- in short: three steps ---- */
.short { background: var(--paper-2); border-block: 1px solid var(--rule); }
.short-steps { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 36px); counter-reset: none; }
.short-steps li { position: relative; display: flex; flex-direction: column; gap: 10px; padding: clamp(22px, 2.4vw, 32px); padding-top: clamp(26px, 2.6vw, 34px); background: var(--card); border: 2px solid var(--blue); border-radius: 16px; box-shadow: 7px 7px 0 var(--pink); }
.short-steps img { position: absolute; right: 18px; top: -46px; width: 64px; height: 84px; object-fit: contain; }
.short-steps .n { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: var(--paper); font: 800 1.2rem/1 var(--display); box-shadow: 3px 3px 0 var(--pink); margin-bottom: 4px; }
.short-steps h3 { font-size: clamp(1.45rem, 2vw, 1.9rem); }
.short-steps p { max-width: 30rem; }
.short-steps .eg { margin-top: auto; padding-top: 12px; display: flex; }
.short-steps .bubble { display: inline-block; max-width: 92%; padding: 9px 14px; border-radius: 18px 18px 5px 18px; background: var(--blue); color: var(--paper); font-size: .9375rem; line-height: 1.35; box-shadow: 2px 2px 0 var(--pink); margin-left: auto; }
.short-steps .bubble.in { margin-left: 0; background: var(--tint); color: var(--violet); box-shadow: none; border-radius: 18px 18px 18px 5px; }
.short-steps .quiet-eg { display: inline-flex; padding: 8px 14px; border: 1.5px dashed var(--blue); border-radius: 99px; font: 600 .8125rem/1.2 var(--text); color: var(--blue); margin-inline: auto; }
/* The calls you keep putting off: pick one, see the reply and what kind of job it is. */
.asks { margin-top: clamp(48px, 5vw, 80px); display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 64px); align-items: center; }
.asks-title { font-size: clamp(1.7rem, 2.6vw, 2.5rem); }
.asks-sub { margin-top: 8px; font-size: 1rem; }
.ask-list { display: grid; gap: 10px; margin-top: 20px; max-width: 520px; }
.ask-list button { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 13px 18px; border-radius: 14px; background: var(--card); border: 1.5px solid var(--blue); color: var(--blue); font: 640 1.125rem/1.2 var(--display); font-variation-settings: 'SOFT' 100, 'opsz' 144; text-align: left; cursor: pointer; transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.ask-list button::after { content: '→'; font: 600 1rem/1 var(--text); opacity: .5; }
.ask-list button:hover { transform: translateX(3px); }
.ask-list button[aria-pressed="true"] { background: var(--blue); color: var(--paper); box-shadow: 4px 4px 0 var(--pink); }
.ask-list button[aria-pressed="true"]::after { opacity: 1; }
.ask-demo { display: flex; flex-direction: column; gap: 10px; min-height: 250px; justify-content: center; padding: clamp(20px, 2.4vw, 32px); border-radius: 26px; background: var(--card); border: 2px solid var(--blue); box-shadow: 7px 7px 0 var(--pink); }
.ask-demo .msg { max-width: 88%; font-size: 1rem; }
.ask-demo .typing { align-self: flex-start; }
.ask-kind { align-self: flex-start; margin-top: 6px; font: 700 .75rem/1 var(--text); letter-spacing: .08em; text-transform: uppercase; color: var(--blue); border: 1.5px solid var(--blue); border-radius: 999px; padding: 6px 10px 5px; }
.asks-more { margin-top: 28px; }
@media (max-width: 900px) { .asks { grid-template-columns: 1fr; } .ask-demo { min-height: 0; } }

/* Two phones after the same morning: a call log that ate it, or one thread. */
.versus-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: clamp(16px, 2.4vw, 40px); align-items: stretch; max-width: 1180px; margin-inline: auto; }
.vs-screen { display: flex; flex-direction: column; border-radius: 30px; overflow: hidden; }
.vs-old { background: var(--paper-2); border: 2px solid rgba(91, 58, 142, .35); color: var(--violet); transform: rotate(-1.2deg); }
.vs-new { background: var(--card); border: 2.5px solid var(--blue); box-shadow: 9px 9px 0 var(--pink); transform: rotate(.8deg); }
.vs-bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 22px 12px; border-bottom: 1px solid var(--rule); font: 700 .8125rem/1 var(--text); letter-spacing: .04em; }
.vs-bar span:first-child { display: flex; align-items: center; gap: 8px; font: 640 1.35rem/1 var(--display); font-variation-settings: 'SOFT' 100, 'opsz' 144; letter-spacing: -0.01em; color: var(--blue); }
.vs-old .vs-bar span:first-child { color: var(--violet); }
.vs-bar img { width: 24px; height: 24px; border-radius: 7px; }
.calls { list-style: none; flex: 1; padding: 4px 22px; }
.calls li { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; column-gap: 10px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid rgba(91, 58, 142, .14); }
.calls li::before { content: '↗'; grid-row: span 2; font: 700 .9rem/1 var(--text); color: rgba(91, 58, 142, .55); }
.calls li.miss::before { content: '✕'; color: var(--accent-ink); }
.calls li.held::before { content: '♪'; color: var(--accent-ink); }
.calls b { font-weight: 600; font-size: .9375rem; }
.calls span { grid-column: 2; font-size: .8125rem; opacity: .8; }
.calls .held span, .calls .miss span { color: var(--accent-ink); opacity: 1; font-weight: 600; }
.calls time { grid-column: 3; grid-row: 1; font-size: .75rem; opacity: .7; font-variant-numeric: tabular-nums; }
.calls .more { border-bottom: 0; opacity: .7; }
.calls .more::before { content: '⋯'; }
.vs-thread { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 18px 20px; }
.vs-thread .msg { max-width: 86%; font-size: .9375rem; }
.vs-quiet { align-self: center; margin: 4px 0; padding: 7px 14px; border: 1.5px dashed var(--blue); border-radius: 99px; font: 600 .75rem/1.25 var(--text); color: var(--blue); text-align: center; }
.vs-screen figcaption { padding: 16px 22px 18px; border-top: 1px solid var(--rule); font-size: .9375rem; line-height: 1.4; }
.vs-screen figcaption b { font: 640 1.3rem/1 var(--display); font-variation-settings: 'SOFT' 100, 'opsz' 144; color: var(--blue); }
.vs-old figcaption b { color: var(--violet); }
.vs-new figcaption { background: var(--tint); }
.vs-or { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.vs-or img { width: 72px; height: auto; }
.vs-or span { font: italic 560 2rem/1 var(--display); font-variation-settings: 'SOFT' 100, 'opsz' 144; color: var(--accent-ink); }
@media (max-width: 900px) {
  .versus-grid { grid-template-columns: 1fr; max-width: 480px; }
  .vs-or { flex-direction: row; }
  .vs-or img { width: 48px; }
  .vs-old, .vs-new { transform: none; }
}

/* What you get back: the answer card beside its promises. */
#try .asks { margin-top: 0; }
.answer-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.answer-grid .tent { padding-bottom: 22px; }
.answer-side { display: grid; gap: 22px; }
.answer-side .never { margin: 0; max-width: none; }
.never h3 { margin-bottom: 10px; font: 700 .8125rem/1.3 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); font-variation-settings: normal; }
.proof-h { font: 700 .8125rem/1.3 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); font-variation-settings: normal; }
.results-mini { display: grid; gap: 8px; padding: 20px 22px; border-radius: 14px; background: var(--blue); color: var(--paper); text-decoration: none; box-shadow: 6px 6px 0 var(--pink); transition: transform .18s ease, box-shadow .18s ease; }
.results-mini:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--pink); }
.rm-k { font: 700 .6875rem/1 var(--text); letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.rm-h { font: 640 1.35rem/1.15 var(--display); font-variation-settings: 'SOFT' 100, 'opsz' 144; }
.rm-n { font-size: .875rem; }
.rm-n b { font: 640 1.6rem/1 var(--display); margin-left: 6px; }
.rm-n b:first-child { margin-left: 0; }
.rm-n b.hot { color: #FF8FCF; }
.rm-go { font-weight: 700; font-size: .9375rem; text-decoration: underline; text-decoration-color: var(--pink); text-underline-offset: 4px; }
@media (max-width: 900px) { .answer-grid { grid-template-columns: 1fr; } }

/* What it never does. */
.never { margin-top: 22px; max-width: 560px; padding: 18px 22px; border-radius: 14px; border: 2px solid var(--blue); background: var(--card); }
.never h4 { margin-bottom: 10px; }
.never ul { list-style: none; display: grid; gap: 7px; }
.never li { display: grid; grid-template-columns: 22px 1fr; gap: 8px; align-items: baseline; font-size: .9375rem; }
.never li::before { content: '✕'; font-weight: 700; color: var(--accent-ink); }
/* Below 1100 the held card is hidden and the replies play in the stage, so the box follows them. */
@media (max-width: 1100px) { .never { margin-top: 0; } .stage[data-stage="4"] .stage-surface { order: 3; margin-top: 18px; } }

/* Results: the terrace behind a card of numbers. */
.results { position: relative; overflow: hidden; background: var(--paper-2); }
.results-art { position: absolute; inset: 0; }
.results-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.results .wrap { position: relative; padding-block: clamp(56px, 8vw, 120px); }
.results-card { max-width: 540px; padding: clamp(24px, 3vw, 40px); background: rgba(255, 251, 244, .97); border: 2px solid var(--blue); border-radius: 18px; box-shadow: 8px 8px 0 var(--pink); }
.results-card h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.results-tally { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 18px; }
.results-tally > div { border-top: 3px solid var(--blue); padding-top: 8px; }
.results-tally dt { font: 640 clamp(2.4rem, 4vw, 3.6rem)/1 var(--display); font-variation-settings: 'SOFT' 100, 'opsz' 144; color: var(--blue); }
.results-tally .hot dt { color: var(--accent-ink); }
.results-tally .hot { border-top-color: var(--pink); }
.results-tally dd { margin: 4px 0 0; font: 700 .75rem/1.2 var(--text); letter-spacing: .08em; text-transform: uppercase; }
.results-card > p:not(.kicker) { font-size: .9375rem; }
.results-card .button { margin-top: 20px; }
@media (max-width: 700px) { .results-art { position: relative; } .results-art img { aspect-ratio: 3 / 2; height: auto; } .results .wrap { padding-block: 0 48px; margin-top: -60px; } }

/* Paperwork, three ways. */
.paper-cards { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 36px); }
.paper-cards > li { display: flex; flex-direction: column; gap: 10px; }
.paper-cards h3 { margin-top: 12px; font-size: clamp(1.4rem, 2vw, 1.8rem); }
.paper-cards > li > p { font-size: .9375rem; }
.pv { position: relative; height: 250px; padding: 18px; border-radius: 16px; background: var(--card); border: 2px solid var(--blue); overflow: hidden; }
.pv-doc { width: 82%; padding: 14px; background: #fff; border: 1px solid var(--rule); box-shadow: 0 2px 0 var(--rule); transform: rotate(-2deg); font: 400 .75rem/1.45 Georgia, serif; color: #3b3350; }
.pv-lh { display: flex; justify-content: space-between; font: 700 .6875rem/1.2 var(--text); color: var(--blue); padding-bottom: 6px; border-bottom: 1.5px solid var(--blue); margin-bottom: 8px; }
.pv-t { font-weight: 700; margin-bottom: 4px; }
.pv-doc mark { background: rgba(255, 72, 176, .28); color: inherit; padding: 0 2px; }
.pv-tag { position: absolute; right: 14px; bottom: 14px; width: 62%; display: grid; gap: 4px; padding: 12px; border-radius: 12px; background: var(--card); border: 2px solid var(--blue); box-shadow: 4px 4px 0 var(--pink); font-size: .75rem; }
.pv-tag b { font: 640 1rem/1.15 var(--display); font-variation-settings: 'SOFT' 100, 'opsz' 144; color: var(--blue); }
.pv-tag .state { justify-self: start; }
.pv-from { font: 700 .75rem/1.2 var(--text); color: var(--blue); margin-bottom: 10px; }
.pv-school ul { list-style: none; display: grid; gap: 8px; }
.pv-school li { display: grid; gap: 2px; padding: 10px 12px; border-radius: 10px; border: 1.5px solid var(--rule); background: var(--paper); font-size: .75rem; }
.pv-school li:first-child { border-color: var(--blue); box-shadow: 3px 3px 0 var(--pink); background: var(--card); }
.pv-school li b { color: var(--blue); font-size: .875rem; }
.pv-share { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; background: var(--tint); }
.pv-phone { display: flex; flex-direction: column; gap: 8px; padding: 12px 10px; border-radius: 20px; background: var(--card); border: 2px solid var(--blue); }
.pv-who { align-self: center; font: 700 .75rem/1 var(--text); color: var(--blue); }
.pv-phone .msg { max-width: 100%; font-size: .75rem; }
@media (max-width: 900px) { .paper-cards { grid-template-columns: 1fr; max-width: 520px; } }

/* The close: copy and steps on the left, the night porter framed on the right,
 * never wider than half the page so the 1536px plate isn't stretched. */
.finale .steps li b { font-weight: 700; }
.finale .steps { gap: 16px; margin-top: clamp(28px, 3vw, 40px); }
.finale { padding-bottom: clamp(64px, 8vw, 120px); }
.finale-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); align-items: center; }
.finale-grid .finale-plate { margin: 0; border-radius: 22px; overflow: hidden; border: 2px solid rgba(247, 241, 230, .5); box-shadow: 10px 10px 0 var(--pink); }
.finale-grid .finale-plate img { width: 100%; height: auto; display: block; }
@media (max-width: 900px) { .finale-grid { grid-template-columns: 1fr; } .finale-grid .finale-plate { margin-top: 12px; } }
@media (max-width: 900px) {
  .short-steps { grid-template-columns: 1fr; gap: 56px; max-width: 560px; }
  .short-steps li { padding-right: 96px; }
  .short-steps img { top: 18px; }
}

/* ---- spine head: a way to skip the story ---- */
.head-side { display: grid; gap: 14px; justify-self: end; max-width: var(--measure); }
.head-side .skip { justify-self: start; }
@media (max-width: 900px) { .head-side { justify-self: start; } }
.desk-intro b { color: var(--blue); }

/* ---- good questions ---- */
.faq-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 110px); align-items: start; }
.faq-head { position: sticky; top: 40px; }
.faq-head img { width: 120px; height: auto; margin-top: 32px; }
.faq-list { border-top: 3px solid var(--blue); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font: 800 clamp(1.2rem, 1.6vw, 1.5rem)/1.2 var(--display); color: var(--blue); letter-spacing: -0.01em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ''; flex: none; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--blue); box-shadow: 2px 2px 0 var(--pink);
  background: linear-gradient(var(--blue), var(--blue)) center / 14px 2.5px no-repeat, linear-gradient(var(--blue), var(--blue)) center / 2.5px 14px no-repeat; transition: transform .25s ease, background-color .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); background-color: var(--tint); }
.faq-list summary:hover { text-decoration: underline; text-decoration-color: var(--pink); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.faq-list details p { padding: 0 60px 24px 0; max-width: 40rem; }
@media (prefers-reduced-motion: no-preference) {
  .faq-list details[open] p { animation: faq-open .3s ease both; }
  @keyframes faq-open { from { opacity: 0; transform: translateY(-6px); } }
}
@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; }
  .faq-head { position: static; }
  .faq-head img { display: none; }
  .faq-list details p { padding-right: 0; }
}

/* ---- the number, never far away (phones and tablets) ---- */
.float-cta { display: none; }
@media (max-width: 1100px) {
  .float-cta { position: fixed; z-index: 40; left: 50%; bottom: max(14px, env(safe-area-inset-bottom)); display: grid; justify-items: center; gap: 2px; padding: 11px 26px 10px; border-radius: 999px; background: var(--blue); color: var(--paper); font: 700 1.0625rem/1.1 var(--text); text-decoration: none; box-shadow: 3px 3px 0 var(--pink), 0 10px 30px rgba(50, 40, 90, .25); white-space: nowrap;
    transform: translate(-50%, calc(100% + 30px)); transition: transform .35s cubic-bezier(.2, .8, .2, 1); }
  .float-cta span { font: 600 .75rem/1 var(--text); opacity: .85; letter-spacing: .02em; }
  .float-cta.is-shown { transform: translate(-50%, 0); }
}

/* ---- sections settle in as you reach them ---- */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1); }
  .js .reveal.is-in { opacity: 1; transform: none; }
}

/* ---- phones ---- */
@media (max-width: 600px) {
  .nots { display: flex; gap: 6px 16px; font-size: .875rem; margin-top: 18px; }
  .short-steps { gap: 20px; }
  .short-steps li { padding: 20px 88px 20px 20px; }
  .short-steps img { width: 54px; height: 70px; right: 14px; top: 16px; }
  .short-steps li > p:not(.eg) { font-size: 1rem; }
  .ask-list li:nth-child(n+5) { display: none; }
  .faq-list summary { padding: 18px 0; }
  .site-footer { padding-bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
