/* ======================================================================
   REPOSITIONING — problem, buildings, blueprint interview, pricing CTA
   (appended to style.css at build; kept separate for clarity)
   ====================================================================== */
.hero-micro { flex-basis: 100%; font-size: .8rem; color: rgba(255,255,255,.62); margin-top: .2rem; }

/* problem: disconnected pieces vs. connected infrastructure */
.problem { padding: var(--sec) 0 calc(var(--sec) * .7); }
.problem-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; margin-top: 3rem; align-items: stretch; }
.pieces { display: flex; flex-wrap: wrap; gap: 12px; align-content: flex-start; padding: 1.4rem; border-radius: var(--r); border: 1px dashed rgba(15,37,32,.2); }
.piece { display: inline-block; padding: .7rem 1rem; border-radius: 12px; background: #fff; border: 1px solid var(--line-l); font-weight: 600; font-size: .92rem; color: var(--ink-soft); box-shadow: 0 10px 24px -18px rgba(2,32,27,.4); }
.piece:nth-child(2n) { transform: rotate(-1.4deg); } .piece:nth-child(3n) { transform: rotate(1.2deg); } .piece:nth-child(5n) { transform: rotate(-2deg) translateY(4px); }
.connected { border-radius: var(--r); background: var(--abyss); color: #fff; padding: 2rem; display: flex; flex-direction: column; gap: .8rem; justify-content: center; box-shadow: 0 40px 80px -40px rgba(2,32,27,.6); }
.connected .k { display: inline-flex; align-items: center; gap: .5rem; font-size: .68rem; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; color: var(--mint-2); }
.connected h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 2.6vw, 2.3rem); line-height: 1.08; letter-spacing: -0.02em; }
.connected p { color: rgba(255,255,255,.7); font-size: .98rem; }
.connected .btn { align-self: flex-start; margin-top: .4rem; }
@media (max-width: 900px) { .problem-grid { grid-template-columns: 1fr; } }

/* buildings: six departments */
.buildings { padding: calc(var(--sec) * .6) 0 var(--sec); }
.bld-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 3rem; }
.bld { border-radius: 25px; background: var(--card-2); padding: 26px 26px 28px; display: flex; flex-direction: column; min-height: 280px; transition: transform .5s var(--ease), background .4s, box-shadow .5s var(--ease); }
.bld:hover { transform: translateY(-6px); background: #fff; box-shadow: 0 40px 80px -46px rgba(2,32,27,.4); }
.bld-ico { width: 48px; height: 40px; fill: var(--field); margin-bottom: 1.1rem; }
.bld-ico .lit rect { fill: var(--accent); animation: win 5s infinite; }
.bld-ico .lit rect:nth-child(2) { animation-delay: -1.6s; } .bld-ico .lit rect:nth-child(3) { animation-delay: -3.1s; } .bld-ico .lit rect:nth-child(4) { animation-delay: -4.2s; }
.bld .n { font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--accent-ink); }
.bld h3 { font-family: var(--serif); font-weight: 400; font-size: 1.55rem; line-height: 1.08; letter-spacing: -0.015em; color: var(--ink-h); margin-top: .5rem; text-wrap: balance; }
.bld p { margin-top: .7rem; color: var(--ink-soft); font-size: .93rem; }
.bld.custom { background: var(--abyss); color: #fff; }
.bld.custom:hover { background: var(--field-deep); }
.bld.custom h3 { color: #fff; } .bld.custom p { color: rgba(255,255,255,.7); } .bld.custom .n { color: var(--mint-2); }
.bld.custom .bld-ico { fill: #0F4A40; }
@media (max-width: 960px) { .bld-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .bld-grid { grid-template-columns: 1fr; } .bld { min-height: 0; } }

/* the line: station buttons */
.station .card .btn { margin-top: 1rem; }

/* blueprint interview */
.bp { padding: var(--sec) 0; overflow: hidden; }
.bp-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; align-items: start; }
.bp-intro h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.6rem, 5.4vw, 4.8rem); line-height: 1; letter-spacing: -0.025em; margin-top: .9rem; }
.bp-intro h2 em { font-style: italic; color: var(--mint-2); }
.bp-intro p { margin-top: 1.2rem; color: rgba(255,255,255,.72); font-size: 1.05rem; max-width: 30rem; }
.bp-points { list-style: none; margin-top: 1.4rem; display: grid; gap: .5rem; font-size: .95rem; color: rgba(255,255,255,.85); }
.bp-points li { display: flex; gap: .7rem; align-items: flex-start; }
.bp-points li::before { content: ''; flex: none; margin-top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.bp-panel { border-radius: 30px; padding: 26px 28px 28px; background: var(--glass); border: 1px solid var(--line-d); box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 40px 100px -50px rgba(0,0,0,.8); backdrop-filter: blur(10px); min-height: 460px; display: flex; flex-direction: column; }
.bp-top { display: flex; justify-content: space-between; align-items: center; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.bp-live { display: inline-flex; align-items: center; gap: .5rem; color: var(--mint-2); }
.bp-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); animation: pulse 2.4s infinite; }
.bp-bar { height: 4px; border-radius: 4px; background: rgba(255,255,255,.1); margin: 1rem 0 1.4rem; overflow: hidden; }
.bp-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--mint-2)); transition: width .6s var(--ease); }
.bp-body { display: flex; flex-direction: column; gap: 1rem; flex: 1; }
.bp-q { font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.9rem); line-height: 1.15; letter-spacing: -0.01em; color: #fff; }
.bp-sub { font-size: .88rem; color: rgba(255,255,255,.55); margin-top: -.5rem; }
.bp-opts { display: flex; flex-wrap: wrap; gap: 10px; }
.opt { padding: .65rem 1rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); color: #fff; font-weight: 600; font-size: .9rem; transition: background .25s, border-color .25s, transform .25s; }
.opt:hover { background: rgba(255,255,255,.1); transform: translateY(-1px); }
.opt.on { background: var(--accent); border-color: var(--accent); color: var(--abyss); }
.opt:focus-visible, .bp-in:focus-visible, .bp-act:focus-visible { outline: 2px solid var(--mint-2); outline-offset: 2px; }
.bp-in { width: 100%; padding: .9rem 1rem; border-radius: 14px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); color: #fff; font: inherit; font-size: .98rem; resize: vertical; min-height: 84px; }
.bp-in::placeholder { color: rgba(255,255,255,.4); }
input.bp-in { min-height: 0; }
.bp-row { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; margin-top: auto; padding-top: .6rem; }
.bp-act { display: inline-flex; align-items: center; gap: .5rem; padding: .85rem 1.3rem; border-radius: 12px; background: var(--accent); color: var(--abyss); font-weight: 700; font-size: .95rem; transition: transform .3s var(--ease), opacity .2s; }
.bp-act:hover { transform: translateY(-2px); }
.bp-act[disabled] { opacity: .4; cursor: not-allowed; transform: none; }
.bp-back { color: rgba(255,255,255,.6); font-size: .9rem; font-weight: 600; }
.bp-back:hover { color: #fff; }
.bp-hint { font-size: .78rem; color: rgba(255,255,255,.45); margin-left: auto; }
/* result */
.bp-res-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
.bp-res-head .k { font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--mint-2); }
.bp-city { border-radius: 18px; overflow: hidden; background: var(--void); border: 1px solid var(--line-d); }
.bp-city svg { display: block; width: 100%; height: auto; }
.bp-city .b { fill: #0B2E29; transition: fill .6s; }
.bp-city .b.lit { fill: #0F4A40; }
.bp-city .b.first { fill: #7FF6DC; }
.bp-city .w { fill: var(--mint-2); opacity: .12; transition: opacity .6s; }
.bp-city .w.on { opacity: 1; }
.bp-city text { font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: 1.6px; fill: #9DB5AD; }
.bp-city text.first { fill: #DFFFF6; }
.bp-first { border-radius: 18px; padding: 1.1rem 1.2rem; background: rgba(0,212,170,.1); border: 1px solid rgba(0,212,170,.25); }
.bp-first .k { font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--mint-2); }
.bp-first h4 { font-family: var(--serif); font-weight: 400; font-size: 1.6rem; line-height: 1.1; margin-top: .3rem; color: #fff; letter-spacing: -0.01em; }
.bp-first p { font-size: .92rem; color: rgba(255,255,255,.75); margin-top: .5rem; }
.bp-first p b { color: #fff; font-weight: 600; }
.bp-next { font-size: .86rem; color: rgba(255,255,255,.6); }
.bp-next b { color: #fff; font-weight: 600; }
.bp-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bp-form .full { grid-column: 1 / -1; }
.bp-form .hp, .bp-send .hp { position: absolute; left: -9999px; }
.bp-msg { font-size: .88rem; color: var(--mint-2); }
.bp-msg.err { color: #FFB4B4; }
@media (max-width: 900px) { .bp-grid { grid-template-columns: 1fr; } .bp-panel { min-height: 0; } .bp-form { grid-template-columns: 1fr; } }

/* pricing CTA row */
.ways-cta { margin-top: 2rem; display: flex; gap: .8rem; flex-wrap: wrap; justify-content: center; }
.ways { padding-top: var(--sec); }

/* long problem→outcome headline: two clean lines on desktop, wraps on mobile */
.hero-copy h1.h1-long { font-size: clamp(2.1rem, 4.5vw, 4.7rem); max-width: none; line-height: 1.0; letter-spacing: -0.025em; }
.hero-copy h1.h1-long .l span { white-space: nowrap; }
@media (max-width: 1100px) { .hero-copy h1.h1-long { font-size: clamp(2rem, 6.4vw, 3.6rem); } .hero-copy h1.h1-long .l span { white-space: normal; } }

/* capture mode: the scene alone, full frame, for rendering the film */
html.capture .nav, html.capture .grain, html.capture .hero-copy, html.capture .hud, html.capture .wall, html.capture .film-state, html.capture .stage-veil-t, html.capture .stage-veil-b, html.capture main > section:not(.hero), html.capture footer { display: none !important; }
html.capture .hero { height: 100vh; }
html.capture .film { transform: none !important; border-radius: 0 !important; }
html.capture body > :not(main) { display: none !important; }

/* ---------- the build site: districts, crew, build log ---------- */
.hero { height: 380vh; }
@media (max-width: 860px) { .hero { height: 300vh; } }
.wall-label { font-size: .64rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); padding: 0 6px 2px; }
.ticket .st { font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; padding: .3rem .55rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); transition: background .4s, color .4s, border-color .4s; }
.ticket.building .st, .ticket.working .st { background: rgba(0,212,170,.16); border-color: rgba(0,212,170,.4); color: var(--mint-2); }
.ticket.live .st { background: var(--accent); border-color: var(--accent); color: var(--abyss); }
.ticket.district, .ticket.agent { min-height: 0; opacity: .55; transition: opacity .5s, border-color .5s, box-shadow .5s, transform .5s var(--ease); }
.ticket.district h4, .ticket.agent h4 { font-size: clamp(1.2rem, 1.5vw, 1.5rem); }
.ticket.building, .ticket.working { opacity: 1; border-color: rgba(0,212,170,.35); box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 0 0 1px rgba(0,212,170,.12), 0 20px 60px -30px rgba(0,212,170,.5); }
.ticket.live { opacity: 1; border-color: rgba(127,246,220,.55); }
.ticket .t-tools { font-size: .72rem; color: rgba(255,255,255,.45); letter-spacing: .02em; }
.ticket .crew-in { display: flex; flex-wrap: wrap; gap: .35rem; min-height: 1.6rem; }
.ticket .crew-in b { display: inline-flex; align-items: center; gap: .3rem; padding: .25rem .55rem; border-radius: 999px; background: rgba(127,246,220,.14); color: var(--mint-2); font-size: .7rem; font-weight: 700; letter-spacing: .06em; animation: crewIn .5s var(--ease) both; }
.ticket .crew-in b::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
@keyframes crewIn { from { opacity: 0; transform: translateY(6px) scale(.96); } to { opacity: 1; transform: none; } }
.ticket.agent.working .dot { background: var(--mint-2); }
.ticket.agent.working h4::after { content: ''; display: inline-block; width: .5em; height: .5em; margin-left: .4em; border-radius: 50%; background: var(--accent); vertical-align: middle; animation: blink 1s steps(2) infinite; }
.build-log { width: 100%; margin-top: 3vh; border-radius: 22px; padding: 16px 20px 14px; background: var(--glass); border: 1px solid var(--line-d); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); font-variant-numeric: tabular-nums; }
.build-log .bl-head { display: flex; justify-content: space-between; font-size: .66rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
.build-log .bl-head .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-right: .45rem; animation: blink 1.1s steps(2) infinite; vertical-align: 1px; }
.build-log ol { list-style: none; display: grid; gap: .3rem; font-size: .84rem; color: rgba(255,255,255,.8); min-height: 5.6rem; }
.build-log li { display: grid; grid-template-columns: 3.2rem 1fr; gap: .6rem; animation: crewIn .45s var(--ease) both; }
.build-log li .t { color: var(--mint-2); font-weight: 700; font-size: .74rem; letter-spacing: .06em; padding-top: .1rem; }
.build-log li b { color: #fff; font-weight: 600; }
.build-log li.done { color: var(--mint-2); }
@media (max-width: 860px) { .build-log { display: none; } .wall-label { display: none; } .wall-track .ticket.district, .wall-track .ticket.agent { width: 70vw; } }

/* foundations: pain panel label, the three layers */
.pieces { position: relative; padding-top: 2.6rem; }
.pieces-label { position: absolute; left: 1.4rem; top: 1rem; font-size: .66rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-faint); }
.piece:nth-child(2n) { transform: rotate(-1.2deg); } .piece:nth-child(3n) { transform: rotate(1deg); } .piece:nth-child(5n) { transform: rotate(-1.8deg) translateY(3px); }
.piece::before { content: '·'; margin-right: .45rem; color: #C98A2E; font-weight: 800; }
.connected .layers { list-style: none; counter-reset: layer; display: grid; gap: .7rem; margin: .2rem 0 .4rem; }
.connected .layers li { counter-increment: layer; display: grid; grid-template-columns: 2rem 1fr; gap: .2rem .6rem; align-items: baseline; }
.connected .layers li::before { content: '0' counter(layer); font-size: .68rem; font-weight: 800; letter-spacing: .16em; color: var(--mint-2); }
.connected .layers li b { font-family: var(--serif); font-weight: 400; font-size: 1.3rem; letter-spacing: -0.01em; color: #fff; }
.connected .layers li span { grid-column: 2; font-size: .92rem; color: rgba(255,255,255,.66); }
.connected .key { font-family: var(--serif); font-size: 1.15rem; color: var(--mint-2); border-top: 1px solid rgba(255,255,255,.12); padding-top: .9rem; margin-top: .2rem; }

/* monitor chrome (wordmark + rec light) only appears once the film has shrunk */
.hud .hud-mark, .hud .rec { opacity: 0; }

/* readability over the blueprint phase of the film */
.film .dim { position: absolute; inset: 0; pointer-events: none; opacity: 1; transition: opacity .4s linear; background: linear-gradient(90deg, rgba(1,13,11,.82) 0%, rgba(1,13,11,.62) 45%, rgba(1,13,11,.38) 100%); }
.hero-copy h1, .hero-row p { text-shadow: 0 2px 24px rgba(1,13,11,.75), 0 0 2px rgba(1,13,11,.6); }
.hero-copy .kicker { text-shadow: 0 1px 12px rgba(1,13,11,.8); }

/* ======================================================================
   FOUNDATIONS v2 — wide, centred, the Blueprint sheet as the product
   ====================================================================== */
.found { padding: var(--sec) 0 0; overflow: visible; }
.found-head { text-align: center; max-width: 52rem; margin: 0 auto; }
.found-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.3rem, 5vw, 4.4rem); line-height: 1.04; letter-spacing: -0.025em; color: var(--ink-h); margin-top: 1rem; text-wrap: balance; }
.found-stage { position: relative; display: grid; grid-template-columns: 1fr minmax(320px, 520px) 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; margin-top: clamp(2.5rem, 6vw, 5rem); min-height: 560px; padding-bottom: 3.5rem; }
.found-side h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 2.2vw, 2rem); letter-spacing: -0.015em; color: var(--ink-h); line-height: 1.1; }
.found-side p { margin-top: .8rem; color: var(--ink-soft); font-size: .98rem; max-width: 24rem; }
.found-side .btn { margin-top: 1.4rem; }
.found-side.right { list-style: none; display: grid; gap: 1rem; align-content: center; font-size: .96rem; color: var(--ink-soft); }
.found-side.right li { display: flex; gap: .8rem; align-items: flex-start; }
.found-side.right li i { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--card-2); position: relative; margin-top: .05rem; }
.found-side.right li i::after { content: ''; position: absolute; left: 7px; top: 9px; width: 10px; height: 6px; border-left: 2px solid var(--accent-ink); border-bottom: 2px solid var(--accent-ink); transform: rotate(-45deg); }
.found-side.right b { color: var(--ink-h); font-weight: 600; }

/* the sheet: a floating Blueprint that tilts with the pointer */
.sheet-wrap { position: relative; perspective: 1400px; }
.sheet { position: relative; z-index: 2; border-radius: 26px; background: var(--abyss); color: #fff; padding: 18px 18px 16px; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 60px 120px -50px rgba(2,32,27,.7), inset 0 1px 0 rgba(255,255,255,.08); transform: rotateX(8deg) rotateY(-14deg) rotateZ(-4deg); transform-style: preserve-3d; will-change: transform; }
.sheet-shadow { position: absolute; left: 8%; right: 8%; bottom: -26px; height: 60px; border-radius: 50%; background: radial-gradient(closest-side, rgba(2,32,27,.35), transparent); filter: blur(10px); z-index: 1; }
.sheet-top, .sheet-foot { display: flex; justify-content: space-between; align-items: center; font-size: .66rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.sheet-top span:first-child { display: inline-flex; align-items: center; gap: .5rem; color: var(--mint-2); }
.sheet-city { display: block; width: 100%; height: auto; margin: 12px 0; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); }
.sheet-city .b rect { fill: #0B2E29; }
.sheet-city .b rect.lit { fill: #0F4A40; }
.sheet-city .b rect.first { fill: #7FF6DC; }
.sheet-city .b rect.w { fill: #7FF6DC; opacity: .14; }
.sheet-city .b rect.w.on { opacity: 1; animation: win 4s infinite; }
.sheet-body { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; }
.sheet .k { display: block; font-size: .62rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--mint-2); margin-bottom: .3rem; }
.sheet-first { border-radius: 14px; padding: 12px 14px; background: rgba(0,212,170,.1); border: 1px solid rgba(0,212,170,.25); }
.sheet-first b { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; letter-spacing: -0.01em; }
.sheet-first p { font-size: .78rem; color: rgba(255,255,255,.72); margin-top: .3rem; line-height: 1.4; }
.sheet-agents { border-radius: 14px; padding: 12px 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); display: flex; flex-wrap: wrap; gap: .35rem; align-content: flex-start; }
.sheet-agents .k { width: 100%; }
.sheet .chip { display: inline-flex; align-items: center; gap: .35rem; padding: .3rem .55rem; border-radius: 999px; background: rgba(127,246,220,.14); color: var(--mint-2); font-size: .68rem; font-weight: 700; letter-spacing: .04em; }
.sheet .chip::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: blink 1.2s steps(2) infinite; }
.sheet-foot { margin-top: 12px; }
.sheet-foot .st { padding: .3rem .6rem; border-radius: 999px; background: var(--accent); color: var(--abyss); }

/* the three cards overlap the stage, Teya-style */
.found-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: -34px; position: relative; z-index: 3; padding-bottom: var(--sec); }
.fcard { border-radius: 22px; background: #fff; border: 1px solid var(--line-l); padding: 26px 26px 22px; display: flex; flex-direction: column; box-shadow: 0 30px 70px -50px rgba(2,32,27,.4); }
.fcard .n { font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-faint); }
.fcard h3 { font-family: var(--serif); font-weight: 400; font-size: 1.7rem; line-height: 1.08; letter-spacing: -0.015em; color: var(--ink-h); margin-top: .6rem; text-wrap: balance; }
.fcard p { margin-top: .6rem; color: var(--ink-soft); font-size: .93rem; }
.fc-ui { margin-top: 1.4rem; padding: 6px 14px; }
.fc-row { display: flex; justify-content: space-between; align-items: center; padding: .6rem 0; border-top: 1px solid var(--line-l); font-size: .9rem; color: var(--ink); }
.fc-row:first-child { border-top: 0; }
.fc-row b { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .26rem .55rem; border-radius: 6px; }
.fc-row b.ok, .fc-row b.live { background: var(--mint); color: var(--accent-ink); }
.fc-row b.pend { background: #FFF3E0; color: #9A5B00; }
.fc-flow { display: flex; align-items: center; justify-content: space-between; gap: .4rem; padding: 18px 16px; font-size: .84rem; font-weight: 600; }
.fc-flow span { padding: .45rem .7rem; border-radius: 10px; background: rgba(255,255,255,.08); white-space: nowrap; }
.fc-flow span:last-child { background: var(--accent); color: var(--abyss); }
.fc-flow i { flex: 1; height: 2px; background: linear-gradient(90deg, rgba(127,246,220,.2), var(--mint-2)); position: relative; overflow: hidden; border-radius: 2px; }
.fc-flow i::after { content: ''; position: absolute; top: -2px; left: -30%; width: 30%; height: 6px; background: #fff; border-radius: 3px; filter: blur(2px); animation: flow 1.6s linear infinite; }
.fc-flow i:nth-child(4)::after { animation-delay: .5s; } .fc-flow i:nth-child(6)::after { animation-delay: 1s; }
@keyframes flow { to { left: 100%; } }
@media (max-width: 1100px) { .found-stage { grid-template-columns: 1fr; gap: 2rem; text-align: center; min-height: 0; } .found-side p { margin-left: auto; margin-right: auto; } .found-side.right { text-align: left; max-width: 26rem; margin: 0 auto; } .sheet-wrap { max-width: 520px; margin: 0 auto; width: 100%; } .found-cards { grid-template-columns: 1fr; margin-top: 2rem; } }
@media (max-width: 640px) { .sheet { transform: none; } .sheet-body { grid-template-columns: 1fr; } }

/* ======================================================================
   BUILDING DETAIL — expand button + full-screen overlay
   ====================================================================== */
.bld { position: relative; }
.expand-btn { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line-l); color: var(--ink-h); transition: background .25s, color .25s, transform .3s var(--ease); z-index: 2; }
.expand-btn svg { width: 15px; height: 15px; }
.expand-btn:hover { background: var(--accent); border-color: var(--accent); color: var(--abyss); transform: scale(1.06); }
.expand-btn:focus-visible { outline: 2px solid var(--accent-ink); outline-offset: 2px; }
.bld.custom .expand-btn { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); color: #fff; }
.bld.custom .expand-btn:hover { background: var(--accent); color: var(--abyss); }

.expand { position: fixed; inset: 0; z-index: 120; background: var(--paper); color: var(--ink); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.expand[hidden] { display: none; }
.expand-in { max-width: 1160px; margin: 0 auto; padding: clamp(4rem, 8vw, 6.5rem) var(--pad) 6rem; opacity: 0; transform: translateY(18px); }
.expand.open .expand-in { animation: exIn .7s var(--ease) forwards; }
@keyframes exIn { to { opacity: 1; transform: none; } }
.expand-close { position: fixed; top: 22px; right: 22px; width: 46px; height: 46px; border-radius: 14px; background: #fff; border: 1px solid var(--line-l); box-shadow: 0 16px 40px -20px rgba(2,32,27,.4); z-index: 2; display: grid; place-items: center; }
.expand-close span { position: absolute; width: 16px; height: 1.8px; background: var(--ink-h); }
.expand-close span:first-child { transform: rotate(45deg); } .expand-close span:last-child { transform: rotate(-45deg); }
.expand-close:hover { background: var(--card); }
.expand-close:focus-visible { outline: 2px solid var(--accent-ink); outline-offset: 2px; }
.ex-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; min-height: 60vh; }
.ex-hero h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 4.6vw, 4.2rem); line-height: 1.02; letter-spacing: -0.025em; color: var(--ink-h); margin-top: 1rem; text-wrap: balance; }
.ex-hero .lead { margin-top: 1.3rem; font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: var(--ink-soft); max-width: 32rem; }
.ex-hero .row { margin-top: 1.6rem; display: flex; gap: .7rem; flex-wrap: wrap; }
.ex-hero ul { list-style: none; margin-top: 1.8rem; display: grid; gap: .5rem; font-size: .95rem; color: var(--ink-soft); }
.ex-hero li { display: flex; gap: .7rem; align-items: flex-start; }
.ex-hero li::before { content: ''; flex: none; margin-top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.ex-visual { display: grid; gap: 12px; }
.ex-visual .ui { padding: 8px 16px; }
.ex-blocks { margin-top: clamp(4rem, 8vw, 7rem); display: grid; gap: clamp(3rem, 6vw, 5rem); }
.ex-block { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.ex-block:nth-child(even) .ex-copy { order: 2; }
.ex-block .num { font-size: .78rem; font-weight: 700; letter-spacing: .12em; color: var(--ink-faint); }
.ex-block h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 3.2vw, 2.8rem); line-height: 1.06; letter-spacing: -0.02em; color: var(--ink-h); margin-top: .6rem; text-wrap: balance; }
.ex-block p { margin-top: .9rem; color: var(--ink-soft); font-size: 1.02rem; max-width: 30rem; }
.ex-block ul { list-style: none; margin-top: 1.1rem; display: grid; gap: .5rem; font-size: .93rem; color: var(--ink); }
.ex-block li { display: grid; grid-template-columns: 1.1rem 1fr; gap: .5rem; align-items: baseline; }
.ex-block li::before { content: '✓'; color: var(--accent-ink); font-weight: 700; }
.ex-block .agent { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.1rem; padding: .45rem .8rem; border-radius: 999px; background: var(--card-2); font-size: .78rem; font-weight: 700; letter-spacing: .06em; color: var(--ink-h); }
.ex-block .agent::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: blink 1.2s steps(2) infinite; }
.ex-panel { border-radius: 26px; padding: clamp(1.4rem, 3vw, 2.4rem); background: linear-gradient(160deg, var(--mint) 0%, var(--card) 60%, var(--paper) 100%); min-height: 320px; display: grid; place-items: center; }
.ex-panel .ui { width: 100%; max-width: 420px; padding: 8px 16px; }
.ex-panel .ui-dark { color: #fff; }
.ex-panel .ui-dark .fc-row { color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.1); }
.ex-panel .ui-dark .fc-row b.ok { background: rgba(0,212,170,.18); color: var(--mint-2); }
.ex-foot { margin-top: clamp(3rem, 6vw, 5rem); padding: clamp(2rem, 4vw, 3rem); border-radius: 28px; background: var(--abyss); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.ex-foot h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -0.02em; line-height: 1.1; max-width: 22ch; }
.ex-foot p { color: rgba(255,255,255,.7); margin-top: .4rem; font-size: .95rem; }
.ex-foot .row { display: flex; gap: .7rem; flex-wrap: wrap; }
html.expand-open { overflow: hidden; }
@media (max-width: 900px) { .ex-hero, .ex-block { grid-template-columns: 1fr; } .ex-block:nth-child(even) .ex-copy { order: 0; } .ex-hero { min-height: 0; } .expand-close { top: 14px; right: 14px; } }

/* ---------- Blueprint step 0: website → scope ---------- */
.bp-site { display: flex; gap: 10px; }
.bp-in.url { font-size: 1.15rem; padding: 1rem 1.1rem; letter-spacing: -0.01em; }
.bp-dom { color: var(--mint-2); font-style: italic; }
.bp-scan { display: grid; gap: .6rem; padding: .2rem 0 .4rem; }
.bp-scan .ln { display: flex; align-items: center; gap: .8rem; font-size: .95rem; color: rgba(255,255,255,.35); opacity: 0; transform: translateY(6px); transition: opacity .4s var(--ease), transform .4s var(--ease), color .3s; }
.bp-scan .ln.on { opacity: 1; transform: none; color: #fff; }
.bp-scan .ln.done { color: rgba(255,255,255,.6); }
.bp-scan .ln i { flex: none; width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--accent); border-top-color: transparent; animation: spin 1s linear infinite; }
.bp-scan .ln.done i { border-color: var(--accent); background: var(--accent); animation: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.bp-found { border-radius: 18px; border: 1px solid rgba(0,212,170,.28); background: rgba(0,212,170,.06); overflow: hidden; }
.bp-found .fh { display: flex; align-items: center; gap: .85rem; padding: .95rem 1.1rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.bp-found .fh img { width: 38px; height: 38px; border-radius: 10px; background: #fff; object-fit: contain; padding: 3px; }
.bp-found .fh div { display: flex; flex-direction: column; min-width: 0; }
.bp-found .fh b { color: #fff; font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em; }
.bp-found .fh span { color: rgba(255,255,255,.5); font-size: .82rem; }
.bp-found .fh em { margin-left: auto; font-style: normal; font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--abyss); background: var(--mint-2); padding: .3rem .55rem; border-radius: 999px; }
.bp-found .fr { display: grid; grid-template-columns: 92px 1fr; gap: .8rem; padding: .55rem 1.1rem; font-size: .9rem; border-top: 1px solid rgba(255,255,255,.05); }
.bp-found .fr .k { color: rgba(255,255,255,.45); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; padding-top: .2rem; }
.bp-found .fr .v { color: rgba(255,255,255,.9); line-height: 1.45; }
.bp-found .fr .v a { color: var(--mint-2); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 560px) { .bp-found .fr { grid-template-columns: 1fr; gap: .15rem; } }

/* ---------- hero: the website field is the CTA ---------- */
.site-cta { display: flex; align-items: center; gap: .4rem; width: min(560px, 100%); padding: .35rem .35rem .35rem 1.1rem; border-radius: 16px; background: #fff; color: var(--abyss); box-shadow: 0 18px 50px -18px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.08); transition: box-shadow .35s var(--ease), transform .35s var(--ease); }
.site-cta:focus-within { box-shadow: 0 18px 50px -18px rgba(0,212,170,.55), 0 0 0 2px var(--accent); transform: translateY(-1px); }
.site-cta .sc-label { flex: none; font-size: .64rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-ink); }
.site-cta input { flex: 1; min-width: 0; height: 46px; border: 0; background: transparent; font: inherit; font-size: 1.05rem; font-weight: 600; color: var(--abyss); outline: none; letter-spacing: -0.01em; }
.site-cta input::placeholder { color: rgba(27,58,51,.42); font-weight: 500; }
.site-cta .sc-go { flex: none; display: inline-flex; align-items: center; gap: .45rem; height: 46px; padding: 0 1.1rem; border-radius: 12px; background: var(--abyss); color: #fff; font-weight: 700; font-size: .92rem; white-space: nowrap; transition: background .25s, transform .3s var(--ease); }
.site-cta .sc-go.ready, .site-cta.sent .sc-go { background: var(--accent); color: var(--abyss); }
.site-cta .sc-go:hover { transform: translateX(2px); }
.site-cta.bad { animation: cs-shake .4s; box-shadow: 0 0 0 2px #FF8A8A, 0 18px 50px -18px rgba(0,0,0,.7); }
@keyframes cs-shake { 20%, 60% { transform: translateX(-5px); } 40%, 80% { transform: translateX(5px); } }
@media (max-width: 640px) { .site-cta { flex-wrap: wrap; padding: .5rem; } .site-cta .sc-label { display: none; } .site-cta input { width: 100%; padding: 0 .6rem; } .site-cta .sc-go { width: 100%; justify-content: center; } }

/* ---------- scope card v2: what you do, who you sell to, site audit, build first ---------- */
.bp-found .sec { padding: .85rem 1.1rem 1rem; border-top: 1px solid rgba(255,255,255,.07); }
.bp-found .sec .k { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--mint-2); margin-bottom: .4rem; }
.bp-found .sec p { font-size: .93rem; color: rgba(255,255,255,.88); line-height: 1.5; }
.bp-found .sec p.dim { color: rgba(255,255,255,.6); font-size: .86rem; margin-top: .35rem; }
.bp-found .chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: .5rem; }
.bp-found .chip { font-size: .78rem; font-weight: 600; padding: .3rem .6rem; border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.08); }
.bp-found .chip.mcc { background: rgba(0,212,170,.14); color: var(--mint-2); border-color: rgba(0,212,170,.3); font-variant-numeric: tabular-nums; }
.bp-found .au { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 14px; margin-top: .3rem; }
.bp-found .au div { display: flex; align-items: baseline; gap: .55rem; font-size: .84rem; color: rgba(255,255,255,.85); min-width: 0; }
.bp-found .au div::before { content: ''; flex: none; width: 8px; height: 8px; border-radius: 50%; background: #FF8A8A; transform: translateY(-1px); }
.bp-found .au div.ok::before { background: var(--accent); }
.bp-found .au div.warn::before { background: #FFC46B; }
.bp-found .au b { font-weight: 700; color: #fff; flex: none; }
.bp-found .au span { color: rgba(255,255,255,.6); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bp-found .first { border-radius: 14px; padding: .9rem 1rem; background: rgba(0,212,170,.1); border: 1px solid rgba(0,212,170,.25); margin-top: .2rem; }
.bp-found .first h5 { font-family: var(--serif); font-weight: 400; font-size: 1.45rem; line-height: 1.1; color: #fff; letter-spacing: -0.01em; }
.bp-found .first p { margin-top: .35rem; }
.bp-found .hook { font-family: var(--serif); font-style: italic; font-size: 1.12rem; color: var(--mint-2); line-height: 1.3; }
.bp-found ol.fix { margin: .2rem 0 0 1.1rem; display: grid; gap: .5rem; font-size: .88rem; color: rgba(255,255,255,.85); }
.bp-found ol.fix b { color: #fff; display: block; }
.bp-found ol.fix span { color: rgba(255,255,255,.62); }
.bp-send { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bp-send .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .bp-found .au { grid-template-columns: 1fr; } .bp-send { grid-template-columns: 1fr; } }

/* ==========================================================================
   HERO THEME "os": charcoal space, Core OS hub + five department nodes (test branch design/hero-os-grid)
   ========================================================================== */
html[data-hero-theme="os"] .film { background: #0B0F10; }
html[data-hero-theme="os"] .film-fallback { background: radial-gradient(45% 45% at 66% 58%, rgba(0,212,170,.22), transparent 70%), linear-gradient(180deg, #12181A, #0B0F10); }
html[data-hero-theme="os"] .film .veil { background: linear-gradient(to top, rgba(11,15,16,.82) 0%, rgba(11,15,16,.2) 30%, rgba(11,15,16,0) 48%), linear-gradient(to right, rgba(11,15,16,.55) 0%, rgba(11,15,16,0) 42%); }
html[data-hero-theme="os"] .film .vignette { background: radial-gradient(120% 90% at 60% 50%, transparent 60%, rgba(5,8,9,.45) 100%); }
html[data-hero-theme="os"] .film .dim { opacity: 0 !important; }
html[data-hero-theme="os"] .hud .hud-status, html[data-hero-theme="os"] .hud .hud-time { display: none; }

:root { --os-tf: translateX(9%) scale(.74); --os-origin: 100% 55%; }
.os-map { position: absolute; inset: 0; z-index: 3; pointer-events: none; transform: var(--os-tf); transform-origin: var(--os-origin); }
.os-tag { position: absolute; left: 0; top: 0; will-change: transform; }
.os-tag > * { position: relative; }
.os-tag .in-wrap { display: flex; flex-direction: column; align-items: center; gap: .35rem; white-space: nowrap; transform: translate(-50%, calc(-100% - 6px)) scale(calc(1 / .74)); transform-origin: 50% 100%; opacity: 0; filter: blur(4px); transition: opacity .7s var(--ease), filter .7s var(--ease), transform .7s var(--ease); }
.os-tag.in .in-wrap { opacity: 1; filter: none; transform: translate(-50%, calc(-100% - 18px)) scale(calc(1 / .74)); }
.os-tag .in-wrap::after { content: ''; width: 1px; height: 12px; background: linear-gradient(180deg, rgba(127,246,220,.8), rgba(127,246,220,0)); }
.os-tag.hub .in-wrap { transform: translate(-50%, 6px) scale(calc(1 / .74)); transform-origin: 50% 0; }
.os-tag.hub.in .in-wrap { transform: translate(-50%, 0) scale(calc(1 / .74)); }
.os-tag.hub .in-wrap::after { display: none; }
.os-tag b { font-size: clamp(.66rem, .82vw, .84rem); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #F2F7F5; text-shadow: 0 2px 14px rgba(0,0,0,.9); }
.os-tag .pill { display: inline-flex; align-items: center; gap: .45rem; padding: .26rem .6rem .26rem .5rem; border-radius: 999px; background: rgba(11,15,16,.66); border: 1px solid rgba(127,246,220,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 8px 24px -10px rgba(0,0,0,.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: clamp(.64rem, .78vw, .78rem); font-weight: 600; color: #7FF6DC; transition: border-color .4s, box-shadow .4s; }
.os-tag .pill i { width: 6px; height: 6px; border-radius: 50%; background: #00D4AA; box-shadow: 0 0 10px #00D4AA; animation: pulse 2.4s infinite; }
.os-tag .pill em { font-style: normal; display: inline-block; }
.os-tag.ping .pill { border-color: rgba(127,246,220,.8); box-shadow: 0 0 0 4px rgba(0,212,170,.12), 0 8px 24px -10px rgba(0,212,170,.6); }
.os-tag.hub b { font-size: clamp(.72rem, .9vw, .92rem); color: #7FF6DC; }
html[data-hero-theme="os"] .film { background: radial-gradient(70% 45% at 62% 0%, rgba(120,140,140,.16), transparent 70%), radial-gradient(50% 40% at 70% 60%, rgba(0,212,170,.06), transparent 70%), #0B0F10; }
html[data-hero-theme="os"] .film video { transform: var(--os-tf); transform-origin: var(--os-origin); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 30%), linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent 0%, #000 30%), linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%); mask-composite: intersect; }
html[data-hero-theme="os"] .hero-copy h1.h1-long { font-size: clamp(2.2rem, 4.1vw, 4.2rem); max-width: 10.5em; line-height: 1.02; }
html[data-hero-theme="os"] .hero-copy h1.h1-long .l span { white-space: normal; }
html[data-hero-theme="os"] .hero-row { max-width: min(560px, 40vw); }
@media (max-width: 1100px) { html[data-hero-theme="os"] .hero-row { max-width: none; } :root { --os-tf: translateY(-24%) scale(.62); --os-origin: 50% 50%; } html[data-hero-theme="os"] .film video { -webkit-mask-image: radial-gradient(closest-side at 50% 50%, #000 55%, transparent 100%); mask-image: radial-gradient(closest-side at 50% 50%, #000 55%, transparent 100%); } html[data-hero-theme="os"] .film .veil { background: linear-gradient(to top, rgba(11,15,16,.95) 0%, rgba(11,15,16,.7) 45%, rgba(11,15,16,0) 65%); } }
@media (max-width: 640px) { :root { --os-tf: translateY(-35.5%) scale(1.5); } html[data-hero-theme="os"] .film video { object-fit: contain; -webkit-mask-image: radial-gradient(ellipse 50% 13% at 50% 50%, #000 50%, transparent 100%); mask-image: radial-gradient(ellipse 50% 13% at 50% 50%, #000 50%, transparent 100%); } }
@media (max-width: 900px) { .os-tag .pill { display: none; } .os-tag b { font-size: .62rem; letter-spacing: .1em; } }
@media (max-width: 640px) { .os-map { display: none; } }
.os-tag.below .in-wrap { flex-direction: column-reverse; transform: translate(-50%, 6px) scale(calc(1 / .74)); transform-origin: 50% 0; }
.os-tag.below.in .in-wrap { transform: translate(-50%, 16px) scale(calc(1 / .74)); }
.os-tag.below .in-wrap::after { background: linear-gradient(0deg, rgba(127,246,220,.8), rgba(127,246,220,0)); }
@media (min-width: 1101px) { html[data-hero-theme="os"] .film-state { justify-content: flex-start; text-align: left; padding: 0 0 0 7%; } html[data-hero-theme="os"] .film-state p { max-width: 38%; } }

/* ==========================================================================
   HERO "os-live": the operating system rendered live (os-live.js)
   ========================================================================== */
html[data-hero="os-live"] #cityCanvas, html[data-hero="os-live"] #heroVideo, html[data-hero="os-live"] .os-map { display: none !important; }
#osCanvas { display: none; }
html[data-hero="os-live"] #osCanvas { display: block; }
html[data-hero="os-live"] .film .veil { background: linear-gradient(to top, rgba(5,9,10,.85) 0%, rgba(5,9,10,.15) 26%, rgba(5,9,10,0) 42%), linear-gradient(to right, rgba(5,9,10,.72) 0%, rgba(5,9,10,.35) 30%, rgba(5,9,10,0) 50%); }
html[data-hero="os-live"] .film .vignette { background: radial-gradient(130% 100% at 62% 48%, transparent 58%, rgba(2,4,5,.55) 100%); }

.ol-layer { position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; opacity: 0; transition: opacity 1.2s var(--ease); }
.ol-layer.ready { opacity: 1; }
.ol-tag, .ol-agent { position: absolute; left: 0; top: 0; will-change: transform; }
.ol-tag .ol-in { display: flex; flex-direction: column; align-items: center; gap: .28rem; transform: translate(-50%, -100%); white-space: nowrap; transition: transform .5s var(--ease); }
.ol-tag b { font-size: clamp(.64rem, .78vw, .8rem); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #F2FFFB; text-shadow: 0 2px 12px rgba(0,0,0,.95), 0 0 24px rgba(0,212,170,.25); }
.ol-tag .ol-sub { font-size: .66rem; font-weight: 600; letter-spacing: .06em; color: rgba(160,230,215,.7); margin-top: -.2rem; }
.ol-tag .ol-pill { display: inline-flex; align-items: center; gap: .42rem; padding: .24rem .6rem .24rem .48rem; border-radius: 999px; background: rgba(6,14,14,.72); border: 1px solid rgba(127,246,220,.26); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 28px -12px rgba(0,0,0,.9); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: clamp(.62rem, .74vw, .76rem); font-weight: 600; color: #7FF6DC; transition: border-color .35s, box-shadow .35s, background .35s; }
.ol-tag .ol-pill i { width: 6px; height: 6px; border-radius: 50%; background: #00D4AA; box-shadow: 0 0 10px #00D4AA; }
.ol-tag .ol-pill em { font-style: normal; transition: opacity .18s; }
.ol-tag.ping .ol-pill { border-color: rgba(160,255,232,.9); background: rgba(0,60,50,.72); box-shadow: 0 0 0 5px rgba(0,212,170,.14), 0 0 30px rgba(0,212,170,.45); }
.ol-tag.ping .ol-pill i { background: #DFFFF6; box-shadow: 0 0 14px #7FF6DC; }
.ol-tag.far .ol-pill, .ol-tag.far .ol-sub, .ol-tag.mid .ol-sub { display: none; }
.ol-tag.far b { font-size: clamp(.56rem, .66vw, .7rem); letter-spacing: .14em; }
.ol-tag.hub b { color: #7FF6DC; font-size: clamp(.7rem, .86vw, .9rem); letter-spacing: .2em; }
.ol-agent span { display: block; transform: translate(0, -50%); font-size: .66rem; font-weight: 600; color: rgba(220,255,246,.88); text-shadow: 0 1px 8px rgba(0,0,0,.95); opacity: 0; transition: opacity .5s var(--ease); white-space: nowrap; }
.ol-agent.on span { opacity: 1; }

.ol-caption { position: absolute; right: 3.5%; top: 17%; min-width: 15rem; padding: .95rem 1.1rem 1rem; border-radius: 16px; background: rgba(6,12,13,.62); border: 1px solid rgba(127,246,220,.16); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 30px 60px -30px rgba(0,0,0,.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-family: ui-monospace, 'SF Mono', 'Cascadia Mono', Consolas, monospace; opacity: 0; transform: translateY(8px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.ol-caption.in { opacity: 1; transform: none; }
.ol-caption .oc-head { display: flex; align-items: center; gap: .5rem; font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(160,230,215,.75); margin-bottom: .6rem; }
.ol-caption .oc-head i { width: 7px; height: 7px; border-radius: 50%; background: #00D4AA; box-shadow: 0 0 10px #00D4AA; animation: pulse 2.4s infinite; }
.ol-caption .oc-dir { font-size: .86rem; color: #7FF6DC; margin-bottom: .25rem; }
.ol-caption .oc-row { font-size: .8rem; line-height: 1.75; color: rgba(236,255,250,.9); opacity: 0; transform: translateX(-6px); }
.ol-caption.in .oc-row { animation: oc-in .5s var(--ease) forwards; animation-delay: var(--d); }
.ol-caption .oc-row.more { color: rgba(160,230,215,.55); }
@keyframes oc-in { to { opacity: 1; transform: none; } }
@media (max-width: 1100px) { .ol-caption { display: none; } }
.ol-tag, .ol-agent { transition: opacity .35s var(--ease); }
.ol-tag.clash, .ol-agent.clash { opacity: 0 !important; }
@media (max-width: 700px) {
  .ol-agent, .ol-tag .ol-sub { display: none; }
  .ol-tag .ol-pill { display: none; font-size: .7rem; padding: .26rem .6rem .26rem .48rem; }
  .ol-tag.lead .ol-pill { display: inline-flex; }
  .ol-tag b { font-size: .76rem; letter-spacing: .12em; }
  .ol-tag.far b { font-size: .64rem; }
  .ol-tag.hub b { font-size: .8rem; }
  .ol-tag.hub .ol-pill { display: none; }
}

/* ==========================================================================
   ORG CHART (#orgchart): Core OS → eight departments → their agents
   ========================================================================== */
.org { position: relative; overflow: hidden; background: #05090A; color: #fff; padding: var(--sec) 0 clamp(4rem, 7vw, 6rem); }
.org::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(50% 40% at 50% 30%, rgba(0,212,170,.12), transparent 70%), radial-gradient(circle at center, rgba(127,246,220,.08) 1px, transparent 1.4px) 0 0 / 22px 22px; -webkit-mask-image: radial-gradient(70% 70% at 50% 45%, #000 30%, transparent 100%); mask-image: radial-gradient(70% 70% at 50% 45%, #000 30%, transparent 100%); }
.org > * { position: relative; }
.org-head { text-align: center; max-width: 46rem; margin: 0 auto; }
.org-head .eyebrow { justify-content: center; color: var(--mint-2); }
.org-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.02; letter-spacing: -0.025em; margin-top: .9rem; text-wrap: balance; }
.org-head h2 em { font-style: italic; color: var(--mint-2); }
.org-head p { margin: 1.2rem auto 0; color: rgba(255,255,255,.68); font-size: 1.05rem; max-width: 36rem; }

.org-core { display: flex; align-items: center; gap: .85rem; width: max-content; margin: clamp(2.8rem, 5vw, 4rem) auto 0; padding: .85rem 1.25rem .85rem .9rem; border-radius: 16px; background: linear-gradient(180deg, rgba(20,34,34,.95), rgba(10,18,18,.95)); border: 1px solid rgba(127,246,220,.28); box-shadow: 0 0 0 6px rgba(0,212,170,.05), 0 20px 60px -20px rgba(0,212,170,.4); z-index: 2; }
.org-core .oc-ic { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(0,212,170,.12); border: 1px solid rgba(127,246,220,.3); color: #7FF6DC; }
.org-core .oc-txt { display: flex; flex-direction: column; }
.org-core b { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em; }
.org-core .oc-txt > span { display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; color: rgba(200,240,230,.7); }
.org-core .oc-txt > span i { width: 7px; height: 7px; border-radius: 50%; background: #00D4AA; box-shadow: 0 0 10px #00D4AA; animation: pulse 2.4s infinite; }

.org-stage { position: relative; margin-top: 0; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%); }
.org-stem { position: absolute; left: 50%; top: 0; width: 1px; height: 14px; background: linear-gradient(180deg, rgba(127,246,220,.55), rgba(127,246,220,.25)); }
.org-bus { position: absolute; left: 0; right: 0; top: 14px; height: 1px; background: repeating-linear-gradient(90deg, rgba(127,246,220,.35) 0 6px, transparent 6px 11px); overflow: hidden; }
.org-bus::after { content: ''; position: absolute; top: -1px; height: 3px; width: 22%; background: linear-gradient(90deg, transparent, rgba(127,246,220,.95), transparent); filter: blur(.5px); animation: org-bus 3.2s linear infinite; }
@keyframes org-bus { from { left: -22%; } to { left: 100%; } }
.org-track { display: flex; gap: 16px; width: max-content; padding: 44px 0 8px; animation: org-marquee 70s linear infinite; }
.org:not(.playing) .org-track, .org.still .org-track, .org-stage:hover .org-track { animation-play-state: paused; }
.org.still .org-stage { overflow-x: auto; }
@keyframes org-marquee { to { transform: translateX(calc(-50% - 8px)); } }

.org-col { position: relative; width: 238px; flex: none; }
.org-drop { position: absolute; left: 50%; top: -30px; width: 1px; height: 30px; background: repeating-linear-gradient(180deg, rgba(127,246,220,.4) 0 4px, transparent 4px 8px); overflow: hidden; }
.org-drop::after { content: ''; position: absolute; left: -1px; width: 3px; height: 14px; top: -14px; border-radius: 3px; background: #BFFFEE; box-shadow: 0 0 12px #7FF6DC; opacity: 0; }
.org-col.hot .org-drop::after { animation: org-drop .55s ease-in forwards; }
@keyframes org-drop { 0% { top: -14px; opacity: 1; } 100% { top: 30px; opacity: 1; } }

.org-dept { display: flex; align-items: center; gap: .75rem; padding: .95rem 1rem; border-radius: 16px; background: linear-gradient(180deg, rgba(24,32,33,.96), rgba(14,20,21,.96)); border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); transition: border-color .4s, box-shadow .4s; }
.org-col.hot .org-dept { border-color: rgba(127,246,220,.55); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 0 0 4px rgba(0,212,170,.08), 0 16px 50px -18px rgba(0,212,170,.55); }
.org-dept .od-ic { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); color: #CFFFF3; flex: none; }
.org-col.hot .od-ic { color: #7FF6DC; border-color: rgba(127,246,220,.4); }
.org-dept .od-txt { display: flex; flex-direction: column; min-width: 0; }
.org-dept b { font-size: 1rem; font-weight: 700; letter-spacing: -0.01em; }
.org-dept .od-txt > span { font-size: .78rem; color: rgba(255,255,255,.5); }

.org-agents { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 8px; position: relative; }
.org-agents::before { content: ''; position: absolute; left: 50%; top: -10px; width: 1px; height: 10px; background: rgba(127,246,220,.25); }
.org-agent { display: flex; align-items: center; gap: .6rem; padding: .62rem .8rem; border-radius: 12px; background: rgba(16,22,23,.9); border: 1px solid rgba(255,255,255,.07); font-size: .88rem; font-weight: 500; color: rgba(236,248,244,.9); transition: border-color .35s, background .35s, color .35s; }
.org-agent .oa-ic { display: grid; place-items: center; color: rgba(200,235,226,.65); transition: color .35s; }
.org-agent .oa-name { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.org-agent .oa-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.14); flex: none; transition: background .35s, box-shadow .35s; }
.org-agent.working { border-color: rgba(127,246,220,.45); background: rgba(0,60,50,.35); color: #fff; }
.org-agent.working .oa-ic { color: #7FF6DC; }
.org-agent.working .oa-dot { background: #00D4AA; box-shadow: 0 0 0 4px rgba(0,212,170,.15), 0 0 12px #00D4AA; }
.org-more { padding: .55rem .8rem; border-radius: 12px; border: 1px dashed rgba(255,255,255,.12); text-align: center; font-size: .8rem; color: rgba(255,255,255,.42); }
.org-note { text-align: center; margin-top: 2.2rem; font-size: .9rem; color: rgba(255,255,255,.45); }
@media (max-width: 640px) { .org-col { width: 206px; } .org-core { margin-top: 2.4rem; } }

/* ---------- mobile: Foundations cards never exceed the screen ---------- */
.found-cards > * { min-width: 0; }
@media (max-width: 480px) {
  .fcard { padding: 22px 18px 18px; }
  .fc-ui { padding: 6px 10px; }
  .fc-flow { flex-wrap: wrap; justify-content: center; row-gap: .5rem; padding: 14px 12px; }
}

/* ---------- short phones: give the live system room above the headline ---------- */
@media (max-width: 700px) { html[data-hero="os-live"] .hero-copy .kicker, html[data-hero="os-live"] .hero-micro { display: none; } }
@media (max-width: 700px) and (max-height: 800px) {
  html[data-hero="os-live"] .hero-copy { padding-bottom: 1.4rem; }
  html[data-hero="os-live"] .hero-copy h1.h1-long { font-size: 1.85rem; }
  html[data-hero="os-live"] .hero-row p { font-size: .9rem; line-height: 1.45; }
  html[data-hero="os-live"] .hero-row { gap: 1rem; }
}
/* the build-site edge fades must never dim the hero copy or the website field (short phones put it in the bottom 110px) */
.hero-copy { z-index: 7; }

/* ==========================================================================
   PHONES: hero shrinks into a monitor between two travelling ticket rows
   ========================================================================== */
@media (max-width: 860px) {
  .hero { height: 330vh; }
  .wall-in { gap: 14px; }
  .wall-col.side { height: 196px; width: 100vw; }
  .wall-col.mid { width: 74vw; gap: 10px; }
  .wall-col.mid .hole { border-radius: 18px; box-shadow: 0 0 0 1px rgba(127,246,220,.3), 0 0 0 7px rgba(255,255,255,.03), 0 30px 70px -26px rgba(0,212,170,.55); }
  .wall-track { gap: 12px; }
  .wall-track .ticket.district, .wall-track .ticket.agent { width: 66vw; }
  .wall .ticket h4 { font-size: 1.05rem; }
  .build-log { display: block; margin-top: 0; padding: 10px 14px 10px; border-radius: 16px; }
  .build-log .bl-head { font-size: .56rem; margin-bottom: .45rem; }
  .build-log ol { min-height: 2.9rem; font-size: .74rem; gap: .2rem; }
  .build-log li { grid-template-columns: 2.6rem 1fr; }
  .build-log li:nth-last-child(n+3) { display: none; }
  .film-state { display: none; }
  .hud .hud-mark, .hud .rec { display: none; }
}
@media (max-width: 860px) and (max-height: 720px) {
  .wall-col.side { height: 170px; }
  .wall-col.mid { width: 64vw; }
  .build-log li:nth-last-child(n+2) { display: none; }
  .build-log .bl-head span:last-child { display: none; }
  .build-log ol { min-height: 1.5rem; }
}

/* ==========================================================================
   PHONES: THE LINE as a pinned metro switchback (JS adds .m-journey; without JS the stacked list stays)
   ========================================================================== */
@media (max-width: 860px) {
  .line-sec.m-journey { height: 420vh; padding: 0; background: linear-gradient(180deg, var(--paper), #fff 50%, var(--paper)); }
  .line-sec.m-journey .line-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; padding: 0; }
  .line-sec.m-journey .line-head { position: absolute; left: var(--pad); right: var(--pad); top: 76px; max-width: none; }
  .line-sec.m-journey .line-head h2 { font-size: 2.3rem; margin-top: .6rem; }
  .line-sec.m-journey .line-head .price { margin-top: .5rem; font-size: .8rem; gap: .5rem; }
  .line-sec.m-journey .line-head .price b { font-size: 1.6rem; }
  .line-sec.m-journey .line-head p, .line-sec.m-journey .line-head .row { display: none; }
  .line-sec.m-journey .line-svg, .line-sec.m-journey .train { display: block; }
  .line-sec.m-journey .line-svg .track, .line-sec.m-journey .line-svg .track-ghost { stroke-width: 8; }
  .line-sec.m-journey .line-svg .stn { r: 8; }
  .line-sec.m-journey .line-svg .stn-label { font: 700 10px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; fill: var(--ink-faint); text-anchor: middle; transition: fill .4s; }
  .line-sec.m-journey .line-svg .stn-label.on { fill: var(--accent-ink); }
  .line-sec.m-journey .train { width: 64px; height: 18px; margin: -9px 0 0 -32px; }
  .line-sec.m-journey .station { display: block; left: var(--pad); right: var(--pad); width: auto; transform: translateX(40px); transition: opacity .5s var(--ease), transform .6s var(--ease); }
  .line-sec.m-journey .station.on { transform: none; }
  .line-sec.m-journey .station .card { padding: 18px 18px 16px; }
  .line-sec.m-journey .station h3 { font-size: 1.55rem; }
  .line-sec.m-journey .station p { font-size: .88rem; }
  .line-sec.m-journey .line-progress, .line-sec.m-journey .line-mobile { display: none; }
}
@media (max-width: 860px) and (max-height: 720px) {
  .line-sec.m-journey .line-head { top: 66px; }
  .line-sec.m-journey .line-head h2 { font-size: 1.95rem; }
  .line-sec.m-journey .station p { display: none; }
}

/* ==========================================================================
   THE BUILDINGS (interactive): big headline, pills, one building that explains itself one word at a time
   ========================================================================== */
.bx { background: var(--paper); padding: clamp(6rem, 13vw, 11rem) 0; }
.bx-head { text-align: center; max-width: 52rem; margin: 0 auto; }
.bx-head .eyebrow { justify-content: center; }
.bx-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 7.4vw, 6.6rem); line-height: .95; letter-spacing: -0.03em; color: var(--ink-h); margin-top: 1rem; text-wrap: balance; }
.bx-head h2 em { font-style: italic; }
.bx-head p { margin-top: 1.4rem; font-size: clamp(1.02rem, 1.4vw, 1.2rem); color: var(--ink-soft); }

.bx-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: clamp(2.6rem, 5vw, 4rem) auto 0; max-width: 60rem; }
.bx-pill { display: inline-flex; align-items: center; gap: .55rem; padding: .78rem 1.2rem; border-radius: 999px; background: #fff; border: 1px solid var(--line-l); font-weight: 600; font-size: .98rem; color: var(--ink-h); box-shadow: 0 14px 30px -24px rgba(2,32,27,.45); transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease); white-space: nowrap; }
.bx-pill i { width: 8px; height: 8px; border-radius: 50%; border: 2px solid var(--accent-ink); transition: background .3s, border-color .3s; }
.bx-pill:hover { transform: translateY(-2px); }
.bx-pill.on { background: var(--abyss); border-color: var(--abyss); color: #fff; }
.bx-pill.on i { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 10px var(--accent); }

.bx-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); max-width: 1080px; margin: 1.8rem auto 0; padding: clamp(1.6rem, 4vw, 3.4rem); border-radius: 32px; background: radial-gradient(80% 90% at 20% 100%, rgba(0,212,170,.2), transparent 60%), linear-gradient(160deg, #043D33 0%, #02201B 55%, #010D0B 100%); color: #fff; box-shadow: 0 60px 120px -60px rgba(2,32,27,.7); }
.bx-card::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at center, rgba(127,246,220,.09) 1px, transparent 1.4px) 0 0 / 20px 20px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 60%); mask-image: linear-gradient(90deg, #000, transparent 60%); }
.bx-card > * { position: relative; }
.bx-vis { display: grid; place-items: center; }
.bx-bld { width: 100%; max-width: 420px; height: auto; overflow: visible; }
.bx-bld .g { fill: rgba(127,246,220,.12); }
.bx-bld .t { fill: #06302A; stroke: rgba(127,246,220,.35); stroke-width: 1; }
.bx-bld .w { fill: rgba(127,246,220,.1); transition: fill .5s var(--ease); }
.bx-bld .w.on { fill: #7FF6DC; filter: drop-shadow(0 0 4px rgba(0,212,170,.9)); }
.bx-bld .beacon { fill: #00D4AA; animation: pulse 2s infinite; }
.bx-card.swap .bx-bld .t { animation: bx-rise .7s var(--ease) both; transform-origin: 50% 100%; transform-box: fill-box; }
@keyframes bx-rise { from { transform: scaleY(.2); opacity: 0; } to { transform: none; opacity: 1; } }

.bx-kicker { font-size: .7rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--mint-2); }
.bx-title { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.4vw, 2.9rem); line-height: 1.02; letter-spacing: -0.02em; margin-top: .5rem; }
.bx-title em { font-style: italic; color: var(--mint-2); }
.bx-card.swap .bx-title, .bx-card.swap .bx-kicker { animation: bx-in .6s var(--ease) both; }
@keyframes bx-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.bx-flow { margin-top: clamp(1.2rem, 2.6vw, 2rem); }
.bx-count { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .2em; color: rgba(255,255,255,.45); font-variant-numeric: tabular-nums; }
.bx-word { display: block; font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.4rem); line-height: 1; letter-spacing: -0.03em; color: #fff; margin-top: .2rem; min-height: 1.05em; }
.bx-word.in { animation: bx-word .55s var(--ease) both; }
@keyframes bx-word { from { opacity: 0; transform: translateY(18px); filter: blur(6px); } to { opacity: 1; transform: none; filter: none; } }
.bx-card.complete .bx-word { color: var(--mint-2); }
.bx-steps { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 1rem; }
.bx-step { position: relative; padding: .38rem .7rem; border-radius: 999px; font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); cursor: pointer; transition: color .3s, background .3s, border-color .3s; }
.bx-step.done { color: var(--mint-2); border-color: rgba(127,246,220,.25); }
.bx-step.on { color: var(--abyss); background: var(--accent); border-color: var(--accent); }
.bx-agents { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 1.2rem; }
.bx-agent { display: inline-flex; align-items: center; gap: .4rem; font-size: .76rem; color: rgba(255,255,255,.75); }
.bx-agent + .bx-agent::before { content: '·'; margin-right: .1rem; color: rgba(255,255,255,.3); }
.bx-agent i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); }
.bx-open { margin-top: clamp(1.2rem, 2.4vw, 1.8rem); }

@media (max-width: 860px) {
  .bx { padding: 5.5rem 0 5rem; }
  .bx-head h2 { font-size: clamp(2.7rem, 12.5vw, 4rem); }
  .bx-pills { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; margin: 2rem calc(var(--pad) * -1) 0; padding: 4px var(--pad) 10px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--pad), #000 calc(100% - var(--pad)), transparent); mask-image: linear-gradient(90deg, transparent 0, #000 var(--pad), #000 calc(100% - var(--pad)), transparent); }
  .bx-pills::-webkit-scrollbar { display: none; }
  .bx-pill { scroll-snap-align: center; padding: .66rem 1rem; font-size: .92rem; }
  .bx-card { grid-template-columns: 1fr; gap: 1rem; margin-top: 1rem; padding: 1.4rem 1.3rem 1.5rem; border-radius: 26px; }
  .bx-bld { max-width: 240px; }
  .bx-word { font-size: 3.1rem; }
  .bx-head p { text-wrap: balance; }
  .bx-steps { gap: 5px; }
  .bx-step { padding: .3rem .52rem; font-size: .7rem; }
  .bx-agent { font-size: .72rem; }
}

/* ---------- scope card: the business read ---------- */
.bp-found .chip.strong { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.18); }
.bp-found .sec p.dim b { color: rgba(255,255,255,.85); font-weight: 600; }
.bp-found ul.where { list-style: none; display: grid; gap: .45rem; margin-top: .2rem; }
.bp-found ul.where li { display: grid; grid-template-columns: minmax(7.5rem, auto) 1fr; gap: .7rem; align-items: baseline; font-size: .88rem; }
.bp-found ul.where li b { color: #fff; font-weight: 700; }
.bp-found ul.where li span { color: rgba(255,255,255,.62); line-height: 1.4; }
.bp-found ol.plays b em { font-style: normal; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--mint-2); margin-left: .35rem; vertical-align: 1px; }
@media (max-width: 560px) { .bp-found ul.where li { grid-template-columns: 1fr; gap: .1rem; } }

.bp-found .sec .k .researched { font-style: normal; font-weight: 600; letter-spacing: .06em; text-transform: none; color: rgba(255,255,255,.45); margin-left: .4rem; }
.bp-found .sec.srcs { padding-top: .6rem; padding-bottom: .7rem; }
.bp-found .sec.srcs .chip { font-size: .7rem; padding: .22rem .5rem; color: rgba(255,255,255,.6); }

.bp-found .sec.co p b { color: #fff; font-weight: 700; font-size: 1rem; }
.bp-privacy { font-size: .74rem; color: rgba(255,255,255,.42); line-height: 1.45; margin-top: .2rem; }
