:root {
  --ink: #0b2630;
  --ink-soft: #40545a;
  --paper: #f7faf6;
  --white: #fff;
  --mint: #dcefe7;
  --sea: #6ab49c;
  --sea-dark: #1f705e;
  --sun: #ffbf35;
  --line: rgba(11, 38, 48, .14);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; padding: .8rem 1rem; background: var(--ink); color: white; z-index: 100; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); z-index: 50; transition: height .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(247,250,246,.88); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-105%); pointer-events: none; }
.site-header:focus-within { transform: translateY(0); pointer-events: auto; }
.brand { display: flex; align-items: center; gap: .7rem; font-size: 1.55rem; line-height: 1; font-weight: 700; text-decoration: none; letter-spacing: -.04em; }
.brand-logo { width: 36px; height: 41px; border-radius: 9px; object-fit: cover; box-shadow: 0 4px 12px rgba(11,38,48,.16); }
.brand-mark { position: relative; display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 11px; background: var(--ink); transform: rotate(-4deg); }
.brand-mark::before { content: ""; width: 14px; height: 19px; border-radius: 50% 50% 45% 45%; background: var(--sun); transform: rotate(14deg); }
.brand-mark::after { content: ""; position: absolute; width: 8px; height: 11px; border-radius: 100% 0; background: var(--sea); right: 6px; top: 5px; transform: rotate(18deg); }
.brand-mark span { position: absolute; width: 2px; height: 12px; background: var(--ink); bottom: 8px; }
.desktop-nav { display: flex; gap: clamp(1.5rem, 3.3vw, 3.4rem); }
.desktop-nav a { text-decoration: none; font-size: .92rem; color: #233d45; }
.desktop-nav a:hover { color: var(--sea-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 52px; padding: .8rem 1.7rem; border-radius: 100px; background: var(--sun); color: var(--ink); font-weight: 700; text-decoration: none; box-shadow: 0 10px 24px rgba(255,191,53,.22); transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(255,191,53,.34); }
.button-small { min-height: 45px; padding: .6rem 1.35rem; font-size: .9rem; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: 53% 47%; padding: 115px 0 42px clamp(1.25rem, 6vw, 6.5rem); overflow: hidden; background: radial-gradient(circle at 30% 20%, white 0 13%, transparent 42%), var(--paper); }
.hero-copy { align-self: center; padding-right: clamp(2rem, 7vw, 8rem); z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: .8rem; text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .2em; color: var(--sea-dark); }
.eyebrow::after { content: ""; width: 45px; height: 1px; background: currentColor; opacity: .65; }
h1,h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero-title { margin: 1.5rem 0 1.7rem; font-size: clamp(4rem, 7.3vw, 7.8rem); }
.title-line { display: block; overflow: hidden; padding: .05em 0; }
.title-line > span { display: block; transform: translateY(105%); animation: lineIn 1s cubic-bezier(.2,.8,.2,1) forwards; }
.title-line:nth-child(2) > span { animation-delay: .13s; }
@keyframes lineIn { to { transform: translateY(0); } }
.hero-intro { max-width: 620px; margin: 0; font-size: clamp(1.08rem, 1.45vw, 1.35rem); line-height: 1.55; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.2rem; }
.text-link { display: flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 600; }
.play { display: grid; place-items: center; width: 38px; aspect-ratio: 1; padding-left: 2px; border: 1px solid var(--sea-dark); color: var(--sea-dark); border-radius: 50%; font-size: .7rem; }
.built-by { display: flex; align-items: center; gap: .9rem; margin-top: 2.7rem; color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.avatars { display: flex; }
.avatars i { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid var(--paper); border-radius: 50%; background: var(--ink); color: white; font-style: normal; font-size: .7rem; }
.avatars i + i { margin-left: -9px; background: var(--sea-dark); }
.hero-visual { position: relative; min-height: 710px; border-radius: 38% 0 0 48%; overflow: hidden; isolation: isolate; }
.hero-photo, .story-photo { background-image: linear-gradient(100deg, rgba(11,38,48,.04), rgba(11,38,48,.01)), url("assets/livi-reference.jpg"); background-size: 1780px auto; background-repeat: no-repeat; }
.hero-photo { position: absolute; inset: 0; background-position: 75% 3%; filter: saturate(.88) contrast(.95); transform: scale(1.08); animation: heroSettle 1.8s ease-out forwards; }
@keyframes heroSettle { to { transform: scale(1); } }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,250,246,.6), transparent 28%), linear-gradient(0deg, rgba(11,38,48,.12), transparent 40%); }
.sun-disc { position: absolute; width: 170px; aspect-ratio: 1; border-radius: 50%; background: var(--sun); right: -45px; top: 55px; z-index: 1; opacity: .92; }
.phone { position: relative; padding: 9px; border-radius: 44px; background: #101416; border: 2px solid #343b3d; box-shadow: 0 35px 80px rgba(4,24,32,.35), inset 0 0 0 2px #6b7173; }
.phone-notch { position: absolute; width: 36%; height: 25px; border-radius: 0 0 16px 16px; background: #101416; left: 32%; top: 7px; z-index: 4; }
.phone-screen { height: 100%; border-radius: 34px; overflow: hidden; background: #f5f6fa; color: var(--ink); }
.app-screenshot { display: block; width: 100%; height: 100%; object-fit: contain; background: #f5f6fa; }
.hero-phone { position: absolute; width: 272px; height: 590px; left: 12%; top: 14%; z-index: 3; transform: translateY(60px) rotate(3deg); animation: phoneIn 1.2s .35s cubic-bezier(.15,.8,.2,1) forwards; }
@keyframes phoneIn { to { transform: translateY(0) rotate(-2deg); } }
.app-top { display: flex; justify-content: space-between; padding: 38px 18px 12px; font-size: 1.2rem; }
.mini-brand { display: flex; align-items: center; gap: .4rem; font-weight: 700; }
.mini-brand b { width: 20px; height: 20px; border-radius: 6px; background: var(--ink); box-shadow: inset 0 -7px var(--sun); }
.app-greeting { display: flex; flex-direction: column; padding: 8px 18px 14px; }
.app-greeting small { color: #718084; font-size: .58rem; }
.app-greeting strong { font-family: var(--serif); font-size: 1.65rem; font-weight: 500; margin: 4px 0 1px; }
.app-greeting span { font-size: .6rem; }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 4px 14px; }
.app-grid div { display: flex; flex-direction: column; align-items: flex-start; min-height: 83px; padding: 11px; border-radius: 11px; background: #edf5f1; }
.app-grid i { color: var(--sea-dark); font-style: normal; font-size: 1.1rem; }
.app-grid b { margin-top: 4px; font-size: .65rem; }
.app-grid small { color: #68777a; font-size: .5rem; }
.today-card { display: flex; flex-direction: column; margin: 10px 14px; padding: 12px; border-radius: 12px; background: var(--ink); color: white; }
.today-card span { color: var(--sun); font-size: .5rem; text-transform: uppercase; letter-spacing: .12em; }
.today-card b { font-size: .7rem; margin-top: 3px; }.today-card small { color: #b9c5c8; font-size: .5rem; }.today-card em { align-self: flex-end; font-style: normal; font-size: .55rem; }
.app-tabs { position: absolute; bottom: 11px; left: 11px; right: 11px; height: 55px; display: flex; justify-content: space-around; align-items: center; background: white; border-radius: 0 0 30px 30px; box-shadow: 0 -1px 10px rgba(0,0,0,.07); font-size: .8rem; }
.app-tabs > * { display: flex; flex-direction: column; align-items: center; gap: 1px; }.app-tabs small { font-size: .43rem; font-weight: 400; }.app-tabs .plus { width: 30px; height: 30px; justify-content: center; border-radius: 50%; background: var(--sun); font-size: 1.2rem; }
.scribble { position: absolute; right: 4%; bottom: 5%; z-index: 4; color: white; font-family: var(--serif); font-size: 1.45rem; font-style: italic; line-height: 1.1; transform: rotate(-5deg); text-shadow: 0 2px 20px rgba(0,0,0,.3); }.scribble span { margin-left: 1.5rem; }
.scroll-cue { position: absolute; right: calc(47% + clamp(1.5rem, 3vw, 3rem)); bottom: 26px; left: auto; display: flex; align-items: center; gap: .7rem; white-space: nowrap; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; text-decoration: none; color: var(--ink-soft); }.scroll-cue span { width: 1px; height: 34px; background: var(--sea-dark); animation: pulse 1.8s infinite; }@keyframes pulse { 50% { transform: scaleY(.5); transform-origin: top; } }

.section { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 6.5rem); }
.section-heading { max-width: 760px; }.section-heading h2, .walkthrough-intro h2, .committee-copy h2, .story-copy h2, .principles h2, .download-copy h2 { margin-top: 1.3rem; font-size: clamp(3.2rem, 6vw, 6rem); }
.truth-section { background: #eaf4ef; }
.truth-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 4rem; background: rgba(11,38,48,.16); }
.truth-card { min-height: 390px; padding: clamp(1.7rem, 3vw, 3rem); background: #eaf4ef; transition: background-color .25s ease, box-shadow .25s ease; }
.truth-card:hover { background: #f5faf7; box-shadow: 0 16px 42px rgba(11,38,48,.1); }
.truth-card-link { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; outline-offset: 6px; }
.truth-card h3 { margin: 1.45rem 0 .8rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; }.truth-card p { margin: 0; max-width: 360px; line-height: 1.7; color: var(--ink-soft); }
.learn-more { display: inline-flex; align-items: center; gap: .5rem; margin-top: auto; padding-top: 1.2rem; color: var(--sea-dark); font-size: .83rem; font-weight: 700; }
.learn-more > span { display: inline-block; transition: transform .2s ease; }
.truth-card-link:hover .learn-more > span, .truth-card-link:focus-visible .learn-more > span { transform: translateX(4px); }
.problem-card { background: var(--ink); color: white; }.problem-card p { color: #bdcbce; }.problem-card:hover { background: #123741; }.problem-card .learn-more { color: var(--sun); }
.technical-illustration { display: block; width: min(100%, 250px); height: 112px; overflow: visible; }
.technical-illustration path, .technical-illustration rect, .technical-illustration circle { vector-effect: non-scaling-stroke; }
.ill-building { fill: rgba(106,180,156,.12); stroke: var(--sea-dark); stroke-width: 2; stroke-linejoin: round; }
.ill-ground, .ill-line, .ill-connection { fill: none; stroke: rgba(11,38,48,.32); stroke-width: 2; stroke-linecap: round; }
.ill-card, .ill-window { fill: #fff; stroke: rgba(11,38,48,.3); stroke-width: 1.5; }
.ill-line, .ill-window-line { fill: none; stroke: rgba(11,38,48,.3); stroke-width: 2; stroke-linecap: round; }
.ill-check { fill: var(--mint); stroke: var(--sea-dark); stroke-width: 1.5; }
.ill-checkmark { fill: none; stroke: var(--sea-dark); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ill-node, .ill-shared-node { fill: var(--sun); }
.ill-person { fill: var(--mint); stroke: var(--sea-dark); stroke-width: 2; }
.ill-person-body { fill: none; stroke: var(--sea-dark); stroke-width: 2; stroke-linecap: round; }
.ill-connection { stroke-dasharray: 3 4; }
.ill-flow { fill: none; stroke: var(--sea); stroke-width: 2; stroke-dasharray: 4 4; stroke-linecap: round; }
.ill-hub { fill: rgba(106,180,156,.15); stroke: #8fd0ba; stroke-width: 1.5; }
.ill-hub-roof { fill: none; stroke: var(--sun); stroke-width: 2; stroke-linejoin: round; }
.problem-card .ill-building { fill: rgba(143,208,186,.12); stroke: #8fd0ba; }
.problem-card .ill-ground, .problem-card .ill-line, .problem-card .ill-window-line { stroke: rgba(255,255,255,.45); }
.problem-card .ill-card, .problem-card .ill-window { fill: #123741; stroke: rgba(255,255,255,.5); }
.problem-card .ill-check { fill: #123741; stroke: #8fd0ba; }
.problem-card .ill-checkmark { stroke: #8fd0ba; }
.problem-card .ill-person { fill: #123741; stroke: #8fd0ba; }
.problem-card .ill-person-body, .problem-card .ill-connection { stroke: #8fd0ba; }
.problem-card .ill-hub { fill: rgba(143,208,186,.12); stroke: #8fd0ba; }
.truth-card:hover .node-one, .truth-card-link:focus-visible .node-one { animation: nodePulse 1.4s ease-in-out infinite; }
.truth-card:hover .node-two, .truth-card-link:focus-visible .node-two { animation: nodePulse 1.4s .35s ease-in-out infinite; }
.truth-card:hover .ill-connection, .truth-card-link:focus-visible .ill-connection,
.truth-card:hover .ill-flow, .truth-card-link:focus-visible .ill-flow { animation: signalFlow 1.2s linear infinite; }
@keyframes nodePulse { 50% { transform: scale(1.45); transform-origin: center; } }
@keyframes signalFlow { to { stroke-dashoffset: -16; } }
.truth-statement { margin: 3rem 0 0; font-family: var(--serif); font-size: clamp(2rem,3.6vw,3.8rem); text-align: center; }

.how-section { background: var(--ink); color: white; }
.walkthrough-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8vw; align-items: end; padding-bottom: 5rem; }
.walkthrough-intro .eyebrow { grid-column: 1 / -1; color: #8fd0ba; }.walkthrough-intro h2 { margin-top: 1.5rem; }.walkthrough-intro > p:last-child { max-width: 520px; margin: 0 0 .5rem; color: #bdcbce; font-size: 1.1rem; line-height: 1.7; }
.walkthrough { max-width: 1320px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; position: relative; padding: 0 clamp(1.25rem, 6vw, 6.5rem) 12vh; }
.walk-copy { padding-bottom: 25vh; }
.walk-step { min-height: 68vh; display: flex; flex-direction: column; justify-content: center; max-width: 470px; opacity: .22; transform: translateX(-15px); transition: opacity .45s, transform .45s; }
.walk-step.is-active { opacity: 1; transform: translateX(0); }.walk-step > span { color: var(--sun); font-size: .75rem; letter-spacing: .18em; }.walk-step h3 { margin: 1rem 0; font-family: var(--serif); font-size: clamp(2.7rem,4vw,4.8rem); font-weight: 500; line-height: 1; }.walk-step p { color: #b8c8cc; font-size: 1.05rem; line-height: 1.7; }
.walk-device-wrap { position: sticky; top: 13vh; align-self: start; height: 74vh; display: grid; place-items: center; }
.walk-phone { width: 282px; height: 610px; z-index: 3; box-shadow: 0 50px 100px rgba(0,0,0,.45); }.walk-screen { position: relative; background: #f8faf7; }
.screen-view { position: absolute; inset: 0; padding: 0; opacity: 0; transform: translateY(16px) scale(.98); transition: .5s ease; pointer-events: none; }.screen-view.is-active { opacity: 1; transform: none; pointer-events: auto; }
.screen-nav { display: flex; justify-content: space-between; align-items: center; min-height: 35px; margin-bottom: 17px; font-size: .72rem; }.screen-nav button { border: 0; background: none; font-size: 1rem; }.screen-label { font-size: .48rem; letter-spacing: .15em; color: #7a898b; }
.inspection-photo { display: flex; align-items: flex-end; height: 225px; margin-top: 10px; padding: 12px; border-radius: 15px; background: linear-gradient(0deg,rgba(11,38,48,.6),transparent), url("assets/livi-reference.jpg") 80% 8% / 950px auto; color: white; font-size: .65rem; }
.quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 10px; }.quick-actions button { min-height: 53px; border: 0; border-radius: 10px; background: var(--sun); color: var(--ink); font: 600 .58rem var(--sans); }.quick-actions button + button { background: #dcefe7; }
.mini-list { margin-top: 12px; padding: 12px; border-radius: 12px; background: white; box-shadow: 0 8px 25px rgba(11,38,48,.07); display: flex; flex-direction: column; font-size: .62rem; }.mini-list span { margin: 3px 0 8px; color: #748184; font-size: .52rem; }.mini-list i { height: 4px; border-radius: 5px; background: #dfe7e4; }.mini-list em { display: block; width: 75%; height: 100%; background: var(--sea); border-radius: 5px; }
.form-photo { display: grid; place-items: center; height: 160px; border-radius: 14px; background: linear-gradient(135deg,#cfe4db,#eff5f0); color: var(--sea-dark); font-size: .65rem; }.form-photo b { font-size: 1.6rem; }.screen-view label { display: flex; flex-direction: column; gap: 5px; margin-top: 12px; font-size: .52rem; color: #667679; }.screen-view label span { padding: 10px; border-radius: 8px; border: 1px solid #d6dfdc; color: var(--ink); font-size: .6rem; }.priority-row { display: flex; gap: 5px; margin: 12px 0; }.priority-row span { flex: 1; padding: 8px 2px; text-align: center; border-radius: 10px; background: #edf1ef; font-size: .5rem; }.priority-row .selected { background: #fff0c8; color: #84600a; }.app-primary { width: 100%; padding: 12px; border: 0; border-radius: 11px; background: var(--ink); color: white; font-weight: 700; }
.status-tabs { display: flex; justify-content: space-between; padding: 4px; border-radius: 10px; background: #e8efec; font-size: .55rem; }.status-tabs > * { padding: 7px; }.status-tabs b { border-radius: 7px; background: white; }
.task-row { display: flex; align-items: center; gap: 8px; padding: 14px 2px; border-bottom: 1px solid #e2e7e5; }.task-row > i { width: 9px; height: 9px; border-radius: 50%; }.task-row .amber { background: var(--sun); }.task-row .green { background: var(--sea); }.task-row .navy { background: var(--ink); }.task-row > span { display: flex; flex-direction: column; flex: 1; font-size: .6rem; }.task-row small { color: #7b888a; font-size: .48rem; margin-top: 3px; }.task-row em { padding: 5px 6px; border-radius: 6px; background: #e8efec; font-size: .45rem; font-style: normal; }
.report-ring { width: 172px; aspect-ratio: 1; margin: 20px auto; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: radial-gradient(circle, #f8faf7 55%, transparent 56%), conic-gradient(var(--sea) 0 84%, #dbe5e1 84%); }.report-ring b { font: 500 2.8rem var(--serif); }.report-ring span { font-size: .48rem; color: #6d7d80; }.report-stats { display: grid; grid-template-columns: repeat(3,1fr); text-align: center; background: white; border-radius: 10px; padding: 11px 4px; }.report-stats div { display: flex; flex-direction: column; border-right: 1px solid #e0e7e4; }.report-stats div:last-child { border: 0; }.report-stats b { font: 500 1.3rem var(--serif); }.report-stats small { font-size: .4rem; color: #718083; }.report-line { display: flex; align-items: flex-end; gap: 8px; height: 95px; margin: 15px 4px 0; border-bottom: 1px solid #ccd6d2; }.report-line span { flex: 1; height: 40%; background: #b5dccf; border-radius: 4px 4px 0 0; }.report-line span:nth-child(2){height:70%}.report-line span:nth-child(3){height:55%}.report-line span:nth-child(4){height:90%;background:var(--sea)}.report-line span:nth-child(5){height:78%}.report-note { font-size: .48rem; color: #718083; text-align: center; }
.walk-orbit { position: absolute; border: 1px solid rgba(143,208,186,.18); border-radius: 50%; }.orbit-one { width: 520px; aspect-ratio: 1; }.orbit-two { width: 670px; aspect-ratio: 1; }.step-progress { position: absolute; right: 1.2rem; height: 210px; width: 2px; background: rgba(255,255,255,.15); }.step-progress span { display: block; width: 100%; height: 33.333%; background: var(--sun); transition: height .4s; }

.committee-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; background: #f5f8f4; }.committee-copy h2 { max-width: 600px; }.committee-headline-link { color: inherit; text-decoration-color: var(--sea); text-decoration-thickness: .055em; text-underline-offset: .09em; white-space: nowrap; }.committee-headline-link:hover, .committee-headline-link:focus-visible { color: var(--sea-dark); }.committee-copy > p:not(.eyebrow) { max-width: 620px; color: var(--ink-soft); line-height: 1.75; font-size: 1.02rem; }.committee-copy h2 + p { margin-top: 2rem; }
.handover-visual { padding: 1rem 1.4rem 0; border-radius: 22px; background: white; box-shadow: 0 28px 80px rgba(11,38,48,.12); transform: rotate(1.3deg); }.building-name, .handover-row { display: flex; align-items: center; gap: 12px; }.building-name { padding: 1rem .3rem 1.4rem; border-bottom: 1px solid var(--line); }.building-name > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: white; background: var(--ink); font: 500 1.4rem var(--serif); }.building-name p, .handover-row p { display: flex; flex-direction: column; flex: 1; margin: 0; }.building-name small, .handover-row small { color: #738184; margin-top: 2px; }.building-name i { padding: 5px 9px; border-radius: 10px; background: var(--mint); color: var(--sea-dark); font-size: .68rem; font-style: normal; }.handover-row { min-height: 88px; border-bottom: 1px solid var(--line); }.handover-row > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #edf2ef; font-size: .7rem; }.handover-row > span.done { background: var(--mint); color: var(--sea-dark); }.handover-row b { font-size: .84rem; }.handover-row small, .handover-row time { font-size: .7rem; }.handover-row time { color: #869295; }.handover-note { display: flex; justify-content: space-between; padding: 1.4rem .4rem; color: var(--sea-dark); font: 500 1.2rem var(--serif); }

.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 800px; background: #eaf4ef; }.story-photo { position: relative; min-height: 650px; background-position: 72% 76%; background-size: 1650px auto; filter: saturate(.85); }.story-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(11,38,48,.15),transparent); }.story-badge { position: absolute; display: grid; place-items: center; right: -65px; top: 14%; width: 130px; aspect-ratio: 1; z-index: 2; border-radius: 50%; background: var(--sun); color: var(--ink); text-align: center; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 700; transform: rotate(7deg); }.story-copy { align-self: center; padding: clamp(4rem, 8vw, 9rem); }.story-copy h2 { max-width: 680px; }.story-copy > p:not(.eyebrow) { max-width: 650px; line-height: 1.72; color: var(--ink-soft); }.story-copy h2 + p { margin-top: 2.3rem; }.story-copy blockquote { margin: 2.2rem 0; padding-left: 1.4rem; border-left: 3px solid var(--sun); font: 500 clamp(1.5rem,2.1vw,2.2rem)/1.25 var(--serif); }

.principles { background: #fff; }.principles-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; align-items: end; }.principles-heading p { max-width: 520px; margin: 0 0 .5rem; line-height: 1.7; color: var(--ink-soft); }.principle-list { margin-top: 4rem; border-top: 1px solid var(--line); }.principle-list article { display: grid; grid-template-columns: 110px 1fr 1fr; align-items: center; gap: 2rem; min-height: 150px; border-bottom: 1px solid var(--line); }.principle-list h3 { font: 500 2rem var(--serif); }.principle-list p { color: var(--ink-soft); line-height: 1.6; }

.download-section { position: relative; min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; padding: 8rem clamp(1.25rem, 8vw, 9rem); overflow: hidden; background: var(--ink); color: white; }.download-glow { position: absolute; width: 760px; aspect-ratio: 1; right: -10%; top: -10%; border-radius: 50%; background: radial-gradient(circle,var(--sea) 0,rgba(106,180,156,.18) 42%,transparent 68%); }.download-copy { align-self: center; z-index: 2; }.download-copy .eyebrow { color: #8fd0ba; }.download-copy h2 { margin: 1.4rem 0; font-size: clamp(4rem,7vw,7rem); }.download-copy > p { color: #bdc9cb; font-size: 1.1rem; }.download-actions { display: flex; gap: .7rem; margin-top: 2.4rem; }.store-button { display: flex; align-items: center; gap: .7rem; min-width: 172px; padding: .65rem 1rem; border-radius: 12px; background: white; color: var(--ink); text-decoration: none; }.store-button > span { font-size: 1.35rem; }.store-button small { display: flex; flex-direction: column; font-size: .48rem; }.store-button b { font-size: 1rem; line-height: 1.1; }.beta-note { display: block; margin-top: 1.5rem; color: #87999d; }.download-phone { position: relative; display: grid; place-items: center; z-index: 1; }.tilted-phone { width: 273px; height: 590px; transform: rotate(8deg) translateY(45px); }.mini-final { padding: 45px 20px; }.mini-final h3 { margin: 90px 0 30px; font: 500 2.2rem/1 var(--serif); }.mini-final > div { padding: 15px 10px; border-bottom: 1px solid #dde4e1; font-size: .67rem; }
footer { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem,6vw,6.5rem); background: #071c23; color: white; }.footer-brand .brand-mark { background: white; }.footer-brand .brand-mark span { background: white; }.footer-brand .brand-mark::before { background: var(--sun); }.footer p { color: #99aaae; font-size: .8rem; }.footer-brand + p { max-width: 250px; }.footer-brand ~ div { display: flex; gap: 1.5rem; }.footer-brand ~ div a { color: #b8c5c7; text-decoration: none; font-size: .75rem; }footer > small { color: #6d8185; font-size: .65rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.75,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; padding-right: 1.25rem; padding-bottom: 0; }.hero-copy { min-height: 620px; align-content: center; }.hero-visual { min-height: 670px; margin-left: -1.25rem; border-radius: 80px 80px 0 0; }.hero-photo { background-position: 70% 2%; }.scroll-cue { display:none; }
  .truth-grid { grid-template-columns: 1fr; }.truth-card { min-height: auto; }.truth-card h3 { margin-top: 2rem; }
  .walkthrough-intro { grid-template-columns: 1fr; }.walkthrough-intro > p:last-child { margin-top: 2rem; }
  .committee-section { grid-template-columns: 1fr; }.handover-visual { max-width: 720px; }
  .story-section { grid-template-columns: 1fr; }.story-photo { min-height: 640px; }.story-badge { right: 8%; top: auto; bottom: -50px; }.story-copy { padding-top: 7rem; }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .site-header { height: 70px; }.desktop-nav { display: none; }.site-header .button-small { min-height: 40px; padding: .55rem 1rem; }
  .hero { padding-top: 90px; }.hero-copy { min-height: 630px; padding-right: 0; }.hero-title { font-size: clamp(3.7rem,16vw,5.3rem); }.hero-intro { font-size: 1rem; }.hero-actions { align-items: stretch; flex-direction: column; max-width: 300px; }.text-link { justify-content: center; }.built-by { margin-top: 2rem; }.hero-visual { min-height: 590px; }.hero-phone { width: 230px; height: 498px; left: 12%; top: 9%; }.scribble { display:none; }.hero-photo { background-size: 1440px auto; background-position: 73% 3%; }
  .section { padding-top: 5.7rem; padding-bottom: 5.7rem; }.section-heading h2, .walkthrough-intro h2, .committee-copy h2, .story-copy h2, .principles h2, .download-copy h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .walkthrough { display:grid; grid-template-columns:minmax(0,1fr); padding-bottom:5rem; } .walk-copy, .walk-device-wrap { grid-area:1/1; } .walk-copy { position:relative; z-index:2; }.walk-device-wrap { top:76px; height:435px; min-height:0; z-index:4; pointer-events:none; }.walk-phone { width:190px; height:411px; }.walk-copy { padding-bottom: 0; }.walk-step { min-height:100svh; max-width:none; justify-content:flex-end; padding:500px 0 7vh; transform:translate3d(0,10px,0); }.walk-step:nth-child(even) { margin-left:0; } .walk-step.is-active { transform:none; }.walk-step h3 { font-size: 2.3rem; }.walk-step p { font-size: .9rem; }.orbit-one { width:300px; }.orbit-two { width:380px; }.step-progress { right: 0; }.screen-view { padding:0; }.inspection-photo { height: 165px; }.quick-actions button { min-height: 40px; }.app-primary { padding: 8px; }.form-photo { height: 105px; }.report-ring { width: 125px; }.report-stats { padding: 7px 2px; }.report-line { height: 68px; }
  .committee-section { gap: 3rem; }.handover-visual { padding: .6rem .8rem 0; }.building-name i { display:none; }.handover-row time { display:none; }
  .story-photo { min-height: 500px; background-size: 1300px auto; background-position: 73% 76%; }.story-copy { padding: 7rem 1.25rem 5rem; }.story-badge { width: 110px; }
  .principles-heading { grid-template-columns: 1fr; }.principles-heading p { margin-top: 1.5rem; }.principle-list article { grid-template-columns: 76px 1fr; gap: 1rem; padding: 1.4rem 0; }.principle-list article .value-illustration { width: 76px; height: 54px; }.principle-list article h3 { margin: 0; font-size: 1.7rem; }.principle-list article p { grid-column: 2; margin: 0; }
  .download-section { grid-template-columns: 1fr; padding: 6rem 1.25rem 0; }.download-actions { flex-direction: column; max-width: 220px; }.download-phone { min-height: 520px; }.tilted-phone { width:231px; height:500px; }.mini-final h3 { margin-top: 60px; }
  footer { grid-template-columns: 1fr; padding-top: 3rem; padding-bottom: 3rem; }.footer-brand ~ div { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  .site-header { transition: none; }
  .site-header.is-hidden { transform: none; pointer-events: auto; }
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.title-line > span, .hero-phone { transform: none; }.reveal { opacity:1; transform:none; }
}

/* Clean photographic asset used instead of the flattened design reference. */
.hero-photo, .story-photo { background-image: linear-gradient(100deg, rgba(11,38,48,.04), rgba(11,38,48,.01)), url("assets/hero-building.png"); background-size: cover; }
.hero-photo { background-position: 62% center; }
.story-photo { background-position: 38% center; }
.inspection-photo { background-image: linear-gradient(0deg,rgba(11,38,48,.6),transparent), url("assets/hero-building.png"); background-position: 68% center; background-size: cover; }
@media (max-width: 1020px) and (min-width: 721px) {
  .hero-copy { min-height: 520px; }
  .hero-photo { background-position: 62% center; }
}
@media (max-width: 720px) {
  .hero-photo { background-size: cover; background-position: 62% center; }
  .story-photo { background-size: cover; background-position: 46% center; }
}


/* Mobile motion and scroll performance */
@media (max-width: 720px) {
  html { scroll-padding-top: 76px; }
  button, a { touch-action: manipulation; }
  .site-header { transition: background-color .2s ease, box-shadow .2s ease; }
  .site-header.is-scrolled { background: rgba(247,250,246,.98); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .title-line > span { animation-duration: .7s; }
  .hero-photo { animation-duration: 1s; }
  .hero-phone { animation-duration: .8s; }
  .button:hover { transform: none; }
  .reveal { transform: translate3d(0,18px,0); transition: opacity .5s ease, transform .5s cubic-bezier(.2,.75,.2,1); }
  .walk-device-wrap { top:76px; height:435px; min-height:0; contain:layout paint; }
  .walk-phone { box-shadow: 0 24px 55px rgba(0,0,0,.36); contain: layout paint; }
  .walk-step { transition: opacity .28s ease, transform .28s ease; }
  .screen-view { transform: translate3d(0,10px,0) scale(.99); transition: opacity .3s ease, transform .3s ease; will-change: opacity, transform; }
  .step-progress span { transition-duration: .25s; }
  .truth-section, .committee-section, .story-section, .principles, .download-section, footer { content-visibility: auto; contain-intrinsic-size: auto 800px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .trust-card .value-node, .trust-card .value-signal, .principle-list article .value-node, .principle-list article .value-signal { animation: none !important; }
  .title-line > span, .hero-phone { transform: none; }
  .reveal { opacity: 1; transform: none; }
}


/* Privacy policy */
.legal-page { background: #f7faf6; }
.legal-page .site-header { background: rgba(247,250,246,.96); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.legal-main { padding: 9rem clamp(1.25rem,6vw,6.5rem) 8rem; }
.legal-hero { max-width: 920px; margin: 0 auto; padding: 4rem 0 4.5rem; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin-top: 1.3rem; font-size: clamp(3.6rem,8vw,7.5rem); }
.legal-updated { margin: 1.5rem 0 0; color: var(--ink-soft); font-size: .92rem; }
.legal-content { max-width: 920px; margin: 0 auto; }
.legal-content > p { max-width: 790px; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.8; }
.legal-content .legal-intro { margin-top: 4rem; color: var(--ink); font-size: 1.2rem; }
.legal-content section { padding-top: 3.2rem; }
.legal-content h2 { margin: 0 0 1.2rem; font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1.1; }
.legal-content section p, .legal-content li { color: var(--ink-soft); line-height: 1.8; }
.legal-content ul { margin: 1.25rem 0; padding-left: 1.4rem; }
.legal-content li { margin: .45rem 0; padding-left: .45rem; }
.legal-content li::marker { color: var(--sea-dark); }
.legal-content address { padding: 1.4rem 1.5rem; border-left: 3px solid var(--sun); background: white; color: var(--ink-soft); font-style: normal; line-height: 1.8; }
.legal-content address strong { color: var(--ink); }

@media (max-width: 720px) {
  .legal-main { padding: 6rem 1.25rem 5rem; }
  .legal-hero { padding: 3rem 0; }
  .legal-hero h1 { font-size: clamp(3rem,15vw,4.8rem); }
  .legal-content .legal-intro { margin-top: 3rem; font-size: 1.08rem; }
  .legal-content section { padding-top: 2.5rem; }
}


/* Building and engineering experience */
.trust-section { background: white; }
.trust-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: end; }
.trust-heading h2 { margin-top: 1.3rem; font-size: clamp(3.2rem,6vw,6rem); }
.trust-heading > p { max-width: 560px; margin: 0 0 .5rem; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.75; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 4.5rem; background: var(--line); }
.trust-card { min-height: 330px; padding: clamp(1.7rem,3vw,3rem); background: #f7faf6; }
.trust-card h3 { margin: 1.2rem 0 1rem; font: 500 clamp(1.8rem,2.5vw,2.7rem)/1.05 var(--serif); }
.trust-card p { margin: 0; color: var(--ink-soft); line-height: 1.7; }
.trust-card-accent { background: var(--ink); color: white; }
.trust-card-accent p { color: #bdcbce; }
.value-illustration { display: block; width: 140px; height: 84px; overflow: visible; }
.value-ground, .value-orbit, .value-phone-line { fill: none; stroke: rgba(11,38,48,.28); stroke-width: 1.5; stroke-linecap: round; }
.value-building, .value-phone { fill: rgba(106,180,156,.12); stroke: var(--sea-dark); stroke-width: 1.6; stroke-linejoin: round; }
.value-node { fill: var(--sun); transform-box: fill-box; transform-origin: center; }
.value-signal, .value-check { fill: none; stroke: var(--sea-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 5 4; }
.value-shield { fill: rgba(106,180,156,.12); stroke: var(--sea-dark); stroke-width: 2; stroke-linejoin: round; }
.value-lock { fill: none; stroke: var(--sea-dark); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.value-ring { fill: rgba(106,180,156,.12); stroke: var(--sea-dark); stroke-width: 1.7; }
.value-start { fill: var(--sea-dark); }
.value-balance { fill: none; stroke: var(--sea-dark); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trust-card-accent .value-ground, .trust-card-accent .value-orbit, .trust-card-accent .value-phone-line { stroke: rgba(255,255,255,.42); }
.trust-card-accent .value-building, .trust-card-accent .value-shield { fill: rgba(143,208,186,.12); stroke: #8fd0ba; }
.trust-card-accent .value-lock, .trust-card-accent .value-check, .trust-card-accent .value-signal { stroke: #8fd0ba; }
.value-node { animation: nodePulse 1.8s ease-in-out infinite; }
.value-signal { animation: signalFlow 1.2s linear infinite; }
.trust-statement { max-width: 950px; margin: 4rem auto 0; font: 500 clamp(2.2rem,4.2vw,4.5rem)/1.08 var(--serif); text-align: center; }

@media (max-width: 1020px) {
  .trust-heading { grid-template-columns: 1fr; }
  .trust-heading > p { margin-top: 2rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { min-height: auto; }
  .trust-card h3 { margin-top: 2.2rem; }
}

@media (max-width: 720px) {
  .trust-section { content-visibility: auto; contain-intrinsic-size: auto 1100px; }
  .trust-heading h2 { font-size: clamp(3rem,14vw,4.4rem); }
  .trust-grid { margin-top: 3.5rem; }
  .trust-statement { margin-top: 3rem; }
}


/* TestFlight beta signup */
.beta-signup { max-width: 570px; margin-top: 2rem; }
.beta-signup > p { color: #d0dadb; font-size: 1rem; line-height: 1.7; }
.beta-link { margin-top: .7rem; }

.beta-url { display: inline-block; margin-top: .85rem; color: var(--sun); font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: .22em; overflow-wrap: anywhere; }
.beta-url:hover { color: white; }

.story-link { display: inline-flex; margin-top: 1rem; color: var(--sea-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .25em; }
.story-link span { font-size: 1.2em; }

.story-main .legal-hero h1 { max-width: 1000px; font-size: clamp(3.2rem,7vw,6.8rem); }
.story-byline { margin: 1.5rem 0 0; color: var(--ink-soft); }
.story-content { padding-top: 3.5rem; }
.story-content > p, .story-content li { max-width: 790px; }
.story-content .story-lead { color: var(--ink); font: 500 clamp(1.8rem,3vw,2.5rem)/1.25 var(--serif); }
.story-content h2 { margin: 4.5rem 0 1.3rem; font-size: clamp(2.3rem,4vw,3.6rem); }
.story-content blockquote { max-width: 790px; margin: 2rem 0; padding-left: 1.5rem; border-left: 3px solid var(--sun); color: var(--ink); font: 500 clamp(1.7rem,3vw,2.5rem)/1.3 var(--serif); }
.story-content .story-signoff { margin-top: 3rem; color: var(--ink); font: 500 clamp(2rem,3.5vw,3.2rem)/1.15 var(--serif); }
.story-cta { margin-top: .5rem; }
@media (max-width: 720px) {
  .story-main .legal-hero h1 { font-size: clamp(2.8rem,13vw,4.4rem); }
  .story-content { padding-top: 2.5rem; }
  .story-content h2 { margin-top: 3.5rem; }
}

@media (min-width: 1021px) {
  .truth-section .section-heading { max-width: none; }
  .truth-section .section-heading h2 { font-size: clamp(2.5rem,4vw,4.4rem); white-space: nowrap; }
}

.audience-main .legal-hero h1 { max-width: 1050px; font-size: clamp(3.2rem,7vw,6rem); }
.audience-lead { max-width: 780px; margin: 1.5rem 0 0; color: var(--ink-soft); font-size: 1.15rem; line-height: 1.75; }
.audience-content { padding-top: 3rem; }
.audience-content h2 { margin-top: 3rem; }
.audience-cta { margin-top: 2rem; }
.audience-back { margin-top: 2rem; }
.audience-back a { color: var(--sea-dark); }

@media (max-width: 1020px) {
  .technical-illustration { width: 220px; }
}

@media (max-width: 720px) {
  .truth-card { min-height: 350px; }
  .technical-illustration { width: 190px; height: 100px; }
  .audience-main .legal-hero h1 { font-size: clamp(2.8rem,13vw,4.4rem); }
  .audience-lead { font-size: 1.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  .truth-card:hover .node-one, .truth-card-link:focus-visible .node-one,
  .truth-card:hover .node-two, .truth-card-link:focus-visible .node-two,
  .truth-card:hover .ill-connection, .truth-card-link:focus-visible .ill-connection,
  .truth-card:hover .ill-flow, .truth-card-link:focus-visible .ill-flow { animation: none; }
  .learn-more > span { transition: none; }
}

.principle-list article { grid-template-columns: 110px 1fr 1fr; min-height: 150px; }
.principle-list article .value-illustration { width: 110px; }
@media (max-width: 720px) {
  .principle-list article { grid-template-columns: 76px 1fr; }
  .principle-list article .value-illustration { width: 76px; height: 54px; }
.principle-list article h3 { margin: 0; font-size: 1.7rem; }
}

.technical-illustration .node-one { animation: nodePulse 1.4s ease-in-out infinite; }
.technical-illustration .node-two { animation: nodePulse 1.4s .35s ease-in-out infinite; }
.illustration-committee .ill-shared-node:first-of-type { animation: nodePulse 1.6s ease-in-out infinite; }
.illustration-committee .ill-shared-node:last-of-type { animation: nodePulse 1.6s .45s ease-in-out infinite; }
.technical-illustration .ill-connection, .technical-illustration .ill-flow { animation: signalFlow 1.2s linear infinite; }
@media (prefers-reduced-motion: reduce) {
  .technical-illustration .ill-node, .technical-illustration .ill-shared-node,
  .technical-illustration .ill-connection, .technical-illustration .ill-flow { animation: none; }
}

.truth-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.truth-card h3 { font-size: clamp(1.55rem, 1.7vw, 2rem); }
@media (max-width: 1020px) {
  .truth-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .truth-card h3 { font-size: clamp(1.7rem, 3vw, 2rem); }
}
@media (max-width: 720px) {
  .truth-grid { grid-template-columns: 1fr; }
  .truth-card h3 { font-size: 2rem; }
}

.value-checklist { fill: #fff; stroke: rgba(11,38,48,.28); stroke-width: 1.5; }
.value-checkline { fill: none; stroke: rgba(11,38,48,.2); stroke-width: 1.5; stroke-linecap: round; }
.value-checkmark { fill: none; stroke: var(--sea-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 12; stroke-dashoffset: 12; }
.check-one { animation: checkLoop 2.4s ease-in-out infinite; }
.check-two { animation: checkLoop 2.4s ease-in-out .35s infinite; }
.check-three { animation: checkLoop 2.4s ease-in-out .7s infinite; }
.value-code-window { fill: #fff; stroke: rgba(11,38,48,.3); stroke-width: 1.5; }
.value-code-bar { fill: none; stroke: rgba(11,38,48,.2); stroke-width: 1.5; }
.value-code-dot { fill: var(--sea); }
.value-code-line, .value-code-caret { fill: none; stroke: var(--sea-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 48; stroke-dashoffset: 48; }
.value-code-line.code-line-two { stroke: #7b8f94; }
.value-code-caret { stroke: var(--sun); stroke-dasharray: none; stroke-dashoffset: 0; }
.value-bill { fill: #fff; stroke: var(--sea-dark); stroke-width: 1.6; stroke-dasharray: 3 2; }
.value-bill-detail { fill: none; stroke: rgba(11,38,48,.35); stroke-width: 1.5; stroke-linecap: round; }
.value-bill-mark { fill: none; stroke: var(--sea-dark); stroke-width: 1.5; stroke-linecap: round; }
.value-code-line { animation: codeLoop 3.4s steps(14,end) infinite; }
.code-line-two { animation-delay: .38s; }
.code-line-three { animation-delay: .76s; }
.value-code-caret { animation: caretBlink .65s steps(1,end) infinite; }
.bill-right { transform-box: fill-box; transform-origin: left center; animation: tearBill 2.6s ease-in-out infinite; }
.value-tear-line { fill: none; stroke: var(--sea-dark); stroke-width: 1.2; stroke-dasharray: 2 2; stroke-linecap: round; animation: tearFlicker 2.6s ease-in-out infinite; }
.value-ring { transform-box: fill-box; transform-origin: center; animation: startPulse 2s ease-in-out infinite; }
@keyframes checkLoop { 0%,15%,100% { stroke-dashoffset: 12; } 30%,76% { stroke-dashoffset: 0; } }
@keyframes codeLoop { 0%,8%,68%,100% { stroke-dashoffset: 48; } 30%,58% { stroke-dashoffset: 0; } }
@keyframes caretBlink { 50% { opacity: 0; } }
@keyframes tearBill { 0%,25%,100% { transform: translateX(0) rotate(0); } 50%,78% { transform: translateX(7px) rotate(2deg); } }
@keyframes tearFlicker { 0%,25%,100% { opacity: .2; } 45%,80% { opacity: 1; } }
@keyframes startPulse { 50% { transform: scale(1.06); } }
@media (prefers-reduced-motion: reduce) {
  .value-node, .value-signal, .value-checkmark, .value-code-line, .value-code-caret, .bill-right, .value-tear-line, .value-ring { animation: none !important; stroke-dashoffset: 0; transform: none; }
}
