/* ==========================================================================
   STANDBY — HOMEPAGE (loads with elite.css on index.html).
   Editorial dark register: an atmospheric "open line" hero, a floating copilot
   mockup, chromatic product-surface cards, testimonials, resources, CTA.
   ========================================================================== */

/* ---------- hero ---------- */
.hero { position: relative; padding-top: clamp(8rem, 6rem + 8vw, 11rem); padding-bottom: clamp(3rem, 2rem + 4vw, 5rem); text-align: center; overflow: hidden; }
.hero__sky { position: absolute; inset: 0; z-index: -1; background: var(--horizon); -webkit-mask-image: linear-gradient(180deg, #000 58%, transparent); mask-image: linear-gradient(180deg, #000 58%, transparent); opacity: 0.9; }
.hero__sky::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 40% at 50% 100%, rgba(120, 180, 230, 0.22), transparent 70%); }
.hero__pill { margin-bottom: 30px; }
.hero__title { font-family: var(--serif); font-weight: 300; font-size: var(--t-display); line-height: 0.92; color: var(--bone); letter-spacing: -0.018em; }
.hero__title em { font-style: italic; }
.hero__sub { font-family: var(--sans); font-weight: 300; font-size: var(--t-sub); color: var(--frost); margin: 26px auto 0; max-width: 33em; line-height: 1.5; }
.hero__cta { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 36px; flex-wrap: wrap; }

/* the feature ticker — a bold rolling line of what Standby does (replaces the old live bar) */
@keyframes live-blink { 50% { opacity: 0.3; } }
.ticker { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; margin: 40px auto 0; padding: 16px 32px; border-radius: var(--r-pill); background: rgba(46, 46, 46, 0.5); border: 1px solid var(--hairline-2); backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%); box-shadow: var(--shadow-card); }
.ticker__rail { position: relative; display: grid; overflow: hidden; line-height: 1.3; }
.ticker__item { grid-area: 1 / 1; justify-self: center; white-space: nowrap; font-family: var(--serif); font-weight: 300; font-size: var(--t-sub); color: var(--bone); opacity: 0; transform: translateY(115%); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.ticker__item.is-on { opacity: 1; transform: translateY(0); }
.ticker__item.is-out { opacity: 0; transform: translateY(-115%); }
@media (max-width: 560px) { .ticker { padding: 13px 18px; } .ticker__item { font-size: 1.05rem; white-space: normal; text-align: center; } }

/* ---------- floating copilot panel (the product mockup moment) ---------- */
.showcase { padding-top: clamp(2rem, 4vw, 4rem); }
.panel { width: min(940px, 100%); margin-inline: auto; border: 1px solid var(--hairline-2); border-radius: var(--r-card); background: linear-gradient(180deg, var(--graphite), var(--carbon)); box-shadow: var(--shadow-float); overflow: hidden; }
.panel__bar { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--hairline); }
.panel__dots { display: flex; gap: 7px; }
.panel__dots i { width: 11px; height: 11px; border-radius: 50%; background: var(--slate); }
.panel__name { font-family: var(--mono); font-size: 0.625rem; letter-spacing: var(--track-label); text-transform: uppercase; color: var(--mist); }
.panel__rec { margin-left: auto; font-family: var(--mono); font-size: 0.625rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); display: inline-flex; align-items: center; gap: 7px; }
.panel__rec .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.panel__body { display: grid; grid-template-columns: 1.4fr 1fr; }
@media (max-width: 720px) { .panel__body { grid-template-columns: 1fr; } }
.panel__convo { padding: 24px; display: flex; flex-direction: column; gap: 14px; border-right: 1px solid var(--hairline); min-height: 280px; }
@media (max-width: 720px) { .panel__convo { border-right: 0; border-bottom: 1px solid var(--hairline); } }
.cline { max-width: 88%; opacity: 0; transform: translateY(8px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.cline.show { opacity: 1; transform: none; }
.cline__who { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mist); }
.cline p { margin-top: 6px; padding: 12px 15px; border-radius: 14px; font-size: var(--t-sm); line-height: 1.5; }
.cline--them p { background: var(--graphite-2); color: var(--bone); border-bottom-left-radius: 5px; }
.cline--you { margin-left: auto; }
.cline--you .cline__who { text-align: right; }
.cline--you p { background: rgba(0, 179, 221, 0.16); color: #d6f3fb; border: 1px solid rgba(0, 179, 221, 0.3); border-bottom-right-radius: 5px; }
.ccaret { display: inline-block; width: 2px; height: 1em; vertical-align: -0.15em; background: var(--cyan); margin-left: 1px; animation: live-blink 0.9s steps(2, jump-none) infinite; }
.panel__side { padding: 24px; display: flex; flex-direction: column; gap: 18px; }
.cue { border: 1px solid rgba(0, 179, 221, 0.3); border-radius: 14px; padding: 14px 16px; background: rgba(0, 179, 221, 0.07); opacity: 0; transform: translateY(8px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.cue.show { opacity: 1; transform: none; }
.cue__tag { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cyan); }
.cue p { margin-top: 7px; font-size: var(--t-sm); color: var(--bone); line-height: 1.45; }
.gauge { margin-top: auto; }
.gauge__row { display: flex; align-items: baseline; justify-content: space-between; }
.gauge__label { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mist); }
.gauge__grade { font-family: var(--serif); font-weight: 300; font-size: 2rem; color: var(--bone); line-height: 1; }
.gauge__track { height: 6px; border-radius: 99px; background: rgba(255, 255, 255, 0.08); overflow: hidden; margin-top: 12px; }
.gauge__fill { height: 100%; width: 50%; border-radius: 99px; background: linear-gradient(90deg, var(--navy), var(--cyan)); transition: width 1.1s var(--ease); }
.gauge__n { font-family: var(--mono); font-size: var(--t-sm); color: var(--frost); margin-top: 8px; display: block; }

/* ---------- interactive coach: objection tabs, response options, scored gauge ---------- */
.panel__tabs { display: flex; gap: 6px; flex-wrap: wrap; padding: 12px 16px; border-bottom: 1px solid var(--hairline); }
.ptab { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mist); padding: 7px 12px; border-radius: var(--r-pill); border: 1px solid transparent; transition: color 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease); }
.ptab:hover { color: var(--frost); }
.ptab.is-on { color: var(--bone); background: rgba(245, 245, 247, 0.06); border-color: var(--hairline-2); }
.opts { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.opts__lead { font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mist); }
.opt { text-align: left; display: flex; flex-direction: column; gap: 4px; padding: 11px 13px; border-radius: 12px; border: 1px solid var(--hairline-2); background: rgba(245, 245, 247, 0.02); transition: border-color 0.25s var(--ease), background 0.25s var(--ease), transform 0.25s var(--ease); }
.opt:hover { border-color: rgba(0, 179, 221, 0.5); background: rgba(0, 179, 221, 0.06); transform: translateY(-1px); }
.opt__tag { font-family: var(--mono); font-size: 0.5rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mist); }
.opt__text { font-size: 0.86rem; color: var(--frost); line-height: 1.4; }
.opt.is-picked { border-color: var(--cyan); background: rgba(0, 179, 221, 0.1); }
.opt.is-picked .opt__text { color: var(--bone); }
.opt.is-picked .opt__tag { color: var(--cyan); }
/* gauge semantic bands — the choice's quality reads as colour (good = default cyan) */
.gauge--mid .gauge__fill { background: linear-gradient(90deg, #8a6a1f, #e6b052); }
.gauge--low .gauge__fill { background: linear-gradient(90deg, #7a2f2f, #e87a68); }
.gauge--mid .gauge__grade { color: #ecc277; }
.gauge--low .gauge__grade { color: #ef9384; }

/* ---------- shiny text (zero-dep CSS port of React-Bits ShinyText) ---------- */
.showcase__intro { text-align: center; margin: 0 auto clamp(18px, 3vw, 30px); }
.showcase__intro .shiny-text { font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; }
.shiny-text { --shine-base: var(--frost); --shine-hi: var(--paper); display: inline-block; background-image: linear-gradient(120deg, var(--shine-base) 0%, var(--shine-base) 38%, var(--shine-hi) 50%, var(--shine-base) 62%, var(--shine-base) 100%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: shiny-sweep 3.6s linear infinite; }
@keyframes shiny-sweep { 0% { background-position: 150% center; } 100% { background-position: -50% center; } }
@media (prefers-reduced-motion: reduce) { .shiny-text { animation: none; -webkit-text-fill-color: var(--shine-base); color: var(--shine-base); } }

/* ---------- feature surfaces (chromatic) ---------- */
.features__head { text-align: center; max-width: 640px; margin: 0 auto clamp(2.5rem, 4vw, 4rem); }
.surfaces { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 760px) { .surfaces { grid-template-columns: 1fr; } }
.surface { min-height: 360px; display: flex; flex-direction: column; }
.surface--wide { grid-column: span 2; min-height: 300px; }
@media (max-width: 760px) { .surface--wide { grid-column: span 1; } }

/* in-card depiction of the actual app UI — white-on-chromatic on an inset dark panel */
.surface__app { flex: 1; margin: 18px 0 22px; border-radius: 16px; background: rgba(7, 8, 11, 0.5); border: 1px solid rgba(255, 255, 255, 0.13); padding: 16px; display: flex; flex-direction: column; gap: 11px; justify-content: center; min-height: 0; }
.surface__app--row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; align-items: center; }
@media (max-width: 620px) { .surface__app--row { grid-template-columns: 1fr; } }
.sa-col { display: flex; flex-direction: column; gap: 10px; }
.sa-bub { font-size: 0.82rem; line-height: 1.4; padding: 9px 12px; border-radius: 11px; max-width: 94%; }
.sa-bub.them { background: rgba(255, 255, 255, 0.12); color: #fff; border-bottom-left-radius: 4px; }
.sa-bub.you { background: rgba(255, 255, 255, 0.22); color: #fff; margin-left: auto; border-bottom-right-radius: 4px; }
.sa-cue { border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 11px; padding: 11px 13px; font-size: 0.82rem; color: #fff; line-height: 1.4; background: rgba(255, 255, 255, 0.06); }
.sa-cue b { display: block; font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.85; margin-bottom: 5px; }
.sa-meter { display: flex; align-items: center; gap: 10px; }
.sa-meter .lbl { font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.72); white-space: nowrap; }
.sa-meter .t { flex: 1; height: 6px; border-radius: 99px; background: rgba(255, 255, 255, 0.2); overflow: hidden; }
.sa-meter .t i { display: block; height: 100%; background: #fff; border-radius: 99px; }
.sa-meter .v { font-family: var(--serif); font-weight: 300; font-size: 1.3rem; color: #fff; line-height: 1; }
.sa-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.sa-chip { font-size: 0.68rem; padding: 6px 11px; border-radius: 99px; border: 1px solid rgba(255, 255, 255, 0.26); color: #fff; }
.sa-chip.on { background: #fff; color: #14141c; border-color: transparent; font-weight: 500; }
.sa-ring { display: flex; align-items: center; gap: 16px; }
.sa-ring .n { font-family: var(--serif); font-weight: 300; font-size: 2.6rem; color: #fff; line-height: 0.9; }
.sa-ring .n small { font-size: 1rem; opacity: 0.85; }
.sa-rows { flex: 1; display: flex; flex-direction: column; gap: 9px; }
.sa-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 8px; font-size: 0.68rem; color: rgba(255, 255, 255, 0.88); }
.sa-row .b { grid-column: 1 / -1; height: 5px; border-radius: 99px; background: rgba(255, 255, 255, 0.2); overflow: hidden; }
.sa-row .b i { display: block; height: 100%; background: #fff; border-radius: 99px; }
.sa-stars { display: flex; align-items: center; gap: 10px; color: #fff; letter-spacing: 2px; font-size: 0.9rem; }
.sa-stars em { font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.8); font-style: normal; }

/* ---------- editorial split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 2.5rem; } }
.split__visual .panel { width: 100%; }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(2.5rem, 4vw, 4rem); }
@media (max-width: 860px) { .quotes { grid-template-columns: 1fr; } }
.quote { padding: 28px; }
.quote__stars { color: var(--bone); letter-spacing: 3px; font-size: 0.8rem; }
.quote__text { font-family: var(--serif); font-weight: 300; font-size: 1.3rem; line-height: 1.3; color: var(--bone); margin-top: 18px; letter-spacing: -0.01em; }
.quote__who { margin-top: 22px; font-size: var(--t-sm); color: var(--frost); }
.quote__who b { color: var(--bone); font-weight: 500; display: block; }

/* ---------- resources ---------- */
.res { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(2.5rem, 4vw, 4rem); }
@media (max-width: 860px) { .res { grid-template-columns: 1fr; } }
.res__card { overflow: hidden; display: flex; flex-direction: column; }
.res__img { aspect-ratio: 16 / 10; background: var(--graphite); position: relative; overflow: hidden; display: flex; align-items: center; padding: 22px; }
.res__img--a { background: radial-gradient(120% 120% at 30% 20%, #5a52cc, #1a1a3a); }
.res__img--b { background: radial-gradient(120% 120% at 30% 20%, #00a6cf, #0a3a4a); }
.res__img--c { background: radial-gradient(120% 120% at 30% 20%, #c66dc0, #3a1f3f); }
/* in-card depictions so a resource card is never an empty gradient */
.res__viz { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; gap: 12px; }
.rv-tag { font-family: var(--mono); font-size: 0.55rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.78); }
.rv-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.rv-chips span { font-size: 0.72rem; color: #fff; padding: 6px 11px; border-radius: 99px; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.22); }
.rv-flow { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.rv-flow span { font-size: 0.76rem; color: #fff; padding: 7px 12px; border-radius: 9px; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.22); }
.rv-flow i { color: rgba(255, 255, 255, 0.7); font-style: normal; }
.rv-redact { display: flex; flex-direction: column; gap: 8px; font-family: var(--mono); font-size: 0.72rem; color: rgba(255, 255, 255, 0.9); }
.rv-redact span { display: flex; justify-content: space-between; gap: 12px; padding: 8px 12px; border-radius: 8px; background: rgba(0, 0, 0, 0.28); }
.rv-redact b { letter-spacing: 0.12em; color: #fff; }
.res__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.res__cat { font-family: var(--mono); font-size: 0.6rem; letter-spacing: var(--track-label); text-transform: uppercase; color: var(--mist); }
.res__title { font-family: var(--serif); font-weight: 300; font-size: 1.3rem; color: var(--bone); margin-top: 12px; line-height: 1.15; }
.res__more { margin-top: auto; padding-top: 18px; font-family: var(--mono); font-size: var(--t-label); letter-spacing: var(--track-label); text-transform: uppercase; color: var(--frost); display: inline-flex; align-items: center; gap: 7px; }
.res__card:hover .res__more { color: var(--bone); }

/* ---------- secondary CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-feature); padding: clamp(3rem, 6vw, 5.5rem) var(--gutter); text-align: center; background: var(--horizon); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 80% at 50% 120%, rgba(120, 180, 230, 0.3), transparent 70%); }
.cta-band > * { position: relative; }
.cta-band h2 { font-family: var(--serif); font-weight: 300; font-size: var(--t-h1); color: var(--bone); letter-spacing: -0.014em; }
.cta-band p { font-size: var(--t-sub); color: var(--frost); margin: 20px auto 32px; max-width: 30em; }

/* ---------- newsletter ---------- */
.news { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-top: clamp(2rem, 4vw, 3.5rem); }
.news h3 { font-family: var(--serif); font-weight: 300; font-size: var(--t-h2); color: var(--bone); }
.news form { display: flex; gap: 10px; flex: 1; min-width: 280px; max-width: 460px; }
.news input { flex: 1; padding: 14px 18px; border-radius: var(--r-input); background: var(--carbon); border: 1px solid var(--hairline-2); color: var(--bone); font-size: var(--t-sm); }
.news input::placeholder { color: var(--mist); }
.news input:focus { outline: none; border-color: var(--frost); }

/* ==========================================================================
   ON THE LINE — live widget cards (listen + assist). Two product widgets in
   the chromatic-surface register: a recording waveform that scrubs PII, and a
   floating copilot bar handing the rep the exact line. Motion via elite.js.
   ========================================================================== */
.onair__head { text-align: center; max-width: 660px; margin: 0 auto clamp(2.5rem, 4vw, 4rem); }
.widgets { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 820px) { .widgets { grid-template-columns: 1fr; } }
.widget { min-height: 430px; }
@media (max-width: 820px) { .widget { min-height: 0; } }
.widget__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.widget__tag { font-family: var(--mono); font-size: 0.625rem; letter-spacing: var(--track-label); text-transform: uppercase; color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.widget__tag .dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 9px rgba(255, 255, 255, 0.9); animation: live-blink 1.6s steps(2, jump-none) infinite; }
.widget__rec { font-family: var(--mono); font-size: 0.625rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.78); }
.widget__rec b { color: #fff; font-weight: 500; font-variant-numeric: tabular-nums; }
.widget__title { font-family: var(--serif); font-weight: 300; font-size: var(--t-h3); color: #fff; margin-top: auto; line-height: 1.1; }
.widget__title em { font-style: italic; }

/* — waveform (bars injected + animated by elite.js) — */
.wave { display: flex; align-items: center; gap: 3px; height: 88px; margin: 26px 0 22px; }
.wave i { flex: 1 1 0; min-width: 2px; height: 100%; border-radius: 99px; background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.55)); transform: scaleY(0.2); transform-origin: center; }
.wave.run i { animation: wave-bar var(--dr, 1.1s) var(--ease) infinite; }
.wave.static i { transform: scaleY(var(--p, 0.5)); }
@keyframes wave-bar { 0%, 100% { transform: scaleY(0.18); } 50% { transform: scaleY(var(--p, 0.8)); } }

/* — PII scrub strip (the Standby differentiator vs a generic notetaker) — */
.redact { display: flex; flex-direction: column; gap: 7px; }
.redact span { display: flex; align-items: center; gap: 11px; font-family: var(--mono); font-size: 0.72rem; color: #fff; padding: 9px 13px; border-radius: 10px; background: rgba(7, 8, 11, 0.32); border: 1px solid rgba(255, 255, 255, 0.14); opacity: 0; transform: translateY(6px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.redact span.show { opacity: 1; transform: none; }
.redact em { font-style: normal; font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.66); width: 30px; flex: none; }
.redact .v { letter-spacing: 0.22em; color: rgba(255, 255, 255, 0.9); }
.redact b { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 0.56rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; padding: 4px 9px; border-radius: 99px; background: rgba(255, 255, 255, 0.18); }
.redact b::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 7px #fff; }

/* — floating copilot bar (the Cluely-style overlay, Standby register) — */
.widget--assist .overlay { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; padding: 6px 7px 6px 13px; border-radius: var(--r-pill); background: rgba(9, 10, 11, 0.46); border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(14px) saturate(150%); -webkit-backdrop-filter: blur(14px) saturate(150%); box-shadow: 0 22px 44px -22px rgba(0, 0, 0, 0.85); animation: float-bar 5.5s var(--ease) infinite; }
@keyframes float-bar { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.overlay__live { font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; display: inline-flex; align-items: center; gap: 7px; padding-right: 9px; border-right: 1px solid rgba(255, 255, 255, 0.18); }
.overlay__live .dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 8px #fff; animation: live-blink 1.6s steps(2, jump-none) infinite; }
.overlay__act { font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.78); padding: 6px 10px; border-radius: var(--r-pill); transition: background 0.3s var(--ease), color 0.3s var(--ease); }
.overlay__act.on { background: #fff; color: #1a1830; }
.overlay__stop { width: 22px; height: 22px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); position: relative; }
.overlay__stop::after { content: ""; position: absolute; inset: 0; margin: auto; width: 8px; height: 8px; border-radius: 2px; background: #fff; }
.assist__cue { margin: 24px 0 0; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 14px; padding: 16px; background: rgba(255, 255, 255, 0.06); }
.assist__obj { font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.86); }
.assist__say { margin-top: 10px; font-family: var(--serif); font-weight: 300; font-style: italic; font-size: 1.2rem; line-height: 1.32; color: #fff; min-height: 2.6em; }
.widget--assist .sa-meter { margin-top: 18px; }

/* ==========================================================================
   FAQ (homepage copy of the shared accordion — wired by elite.js [data-faq];
   styles inlined here because the homepage doesn't load pages.css).
   ========================================================================== */
.faq { margin: clamp(2.5rem, 4vw, 3.5rem) auto 0; max-width: 880px; border-top: 1px solid var(--hairline); }
.faq__item { border-bottom: 1px solid var(--hairline); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 26px 4px; text-align: left; font-family: var(--serif); font-weight: 300; font-size: var(--t-h3); color: var(--bone); }
.faq__q .ic { flex: none; width: 24px; height: 24px; position: relative; }
.faq__q .ic::before, .faq__q .ic::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: var(--frost); translate: -50% -50%; transition: transform 0.3s var(--ease); }
.faq__q .ic::after { transform: rotate(90deg); }
.faq__item.open .faq__q .ic::after { transform: rotate(0deg); }
.faq__item.open .faq__q { color: var(--paper); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq__item.open .faq__a { max-height: 460px; }
.faq__a p { padding: 0 4px 26px; font-size: var(--t-body); color: var(--frost); line-height: 1.7; max-width: 72ch; }
