/* ===========================================================
   SUMMIT AIS — /receipts  (2026-08-18)
   The proof vault. Extends style.css — tokens, nav, .btn, .wrap,
   .sec-head, .tgrid/.tvid and .stat-strip all come from there.
   Device language: evidence / case file / raw tape.
   =========================================================== */

/* ---- page chrome ---------------------------------------------------- */
.rc-crumb { padding-top: 26px; }
.rc-crumb .trail {
  font-family: var(--mono); font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark-faint);
  display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
}
.rc-crumb .trail a { color: var(--on-dark-dim); }
.rc-crumb .trail a:hover { color: var(--accent); }
.rc-crumb .trail .sep { color: var(--on-dark-faint); }

.rc-hero { padding-top: 30px; }
.rc-hero h1 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(34px, 8vw, 62px); line-height: 1.02; letter-spacing: -0.035em;
  max-width: 15ch;
}
.rc-hero h1 .g { color: var(--accent); }
.rc-hero .lede {
  margin-top: 20px; max-width: 60ch;
  font-size: clamp(16px, 2.5vw, 19px); line-height: 1.6; color: var(--on-dark-dim);
}
.rc-hero .lede strong { color: var(--on-dark); font-weight: 700; }

/* honesty note — the page's spine */
.rc-note {
  margin-top: 26px; max-width: 640px;
  border-left: 2px solid var(--accent);
  background: rgba(103,175,68,0.07);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  font-size: 14.5px; line-height: 1.6; color: var(--on-dark-dim);
}
.rc-note strong { color: var(--on-dark); }

/* 4-up stat strip on this page (style.css base is 3-up, which orphans the 4th) */
.rc-hero .stat-strip { grid-template-columns: repeat(2, 1fr); margin-left: 0; }@media (min-width: 820px){ .rc-hero .stat-strip { grid-template-columns: repeat(4, 1fr); }}

/* ---- section headings ----------------------------------------------- */
.rc-band-head { max-width: 820px; margin: 0 0 34px; }
.rc-band-head h2 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(26px, 5vw, 38px); line-height: 1.06; letter-spacing: -0.03em;
}
.rc-band-head h2 .g { color: var(--accent); }
.s-cream .rc-band-head h2 .g { color: var(--accent-deep); }
.rc-band-head p { margin-top: 14px; font-size: clamp(15px, 2.3vw, 17px); color: var(--on-dark-dim); max-width: 62ch; }
.s-cream .rc-band-head p { color: var(--on-cream-dim); }

/* ---- raw call clips (16:9 evidence cards) --------------------------- */
.rc-tape { display: grid; grid-template-columns: 1fr; gap: 20px; }@media (min-width: 700px){ .rc-tape { grid-template-columns: repeat(2, 1fr); }}@media (min-width: 1000px){ .rc-tape { grid-template-columns: repeat(3, 1fr); }}

.rc-clip {
  background: #0a0f0c; border: 1px solid var(--line-dark);
  border-radius: 14px; overflow: hidden; display: flex; flex-direction: column;
}
.s-cream .rc-clip { background: #fff; border-color: rgba(11,15,13,0.1); box-shadow: 0 20px 44px -30px rgba(0,0,0,0.45); }

.rc-clip-vid { position: relative; aspect-ratio: 16 / 9; background: #060907; cursor: pointer; }
.rc-clip-vid video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rc-clip-vid::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(11,15,13,0.15), transparent 45%);
  transition: opacity .25s;
}
.rc-clip.playing .rc-clip-vid::after { opacity: 0; }

.rc-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 52px; height: 52px; border-radius: 50%; background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 38px rgba(0,0,0,0.55); transition: transform .18s ease, opacity .2s;
}
.rc-play svg { width: 19px; height: 19px; fill: #06210f; margin-left: 3px; }
.rc-clip-vid:hover .rc-play { transform: translate(-50%,-50%) scale(1.07); }
.rc-clip.playing .rc-play { opacity: 0; pointer-events: none; }

.rc-dur {
  position: absolute; right: 10px; bottom: 10px;
  font-family: var(--mono); font-size: 10.5px; font-weight: 600;
  background: rgba(6,9,7,0.82); color: var(--on-dark);
  padding: 3px 7px; border-radius: 5px; letter-spacing: 0.04em;
}
.rc-clip.playing .rc-dur { opacity: 0; }

.rc-clip-body { padding: 16px 17px 17px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.rc-clip-body .said {
  font-family: var(--body); font-weight: 500; font-size: 15px; line-height: 1.5;
  color: var(--on-dark);
}
.s-cream .rc-clip-body .said { color: var(--on-cream); }
.rc-clip-body .said::before { content: '\201C'; }
.rc-clip-body .said::after { content: '\201D'; }

.rc-clip-meta {
  margin-top: auto; display: flex; align-items: center; justify-content: space-between;
  gap: 10px; padding-top: 11px; border-top: 1px solid var(--line-dark);
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.09em; text-transform: uppercase;
}
.s-cream .rc-clip-meta { border-top-color: rgba(11,15,13,0.1); }
.rc-clip-meta .who { color: var(--accent); font-weight: 600; }
.s-cream .rc-clip-meta .who { color: var(--accent-deep); }
.rc-clip-meta .src { color: var(--on-dark-faint); text-align: right; }
.s-cream .rc-clip-meta .src { color: var(--on-cream-dim); opacity: .75; }

/* ---- operator case files -------------------------------------------- */
.rc-ops { display: flex; flex-direction: column; gap: 26px; }

.rc-op {
  background: var(--paper); color: var(--on-cream);
  border: 1px solid rgba(11,15,13,0.07); border-radius: 14px;
  overflow: hidden; box-shadow: 0 28px 56px -34px rgba(0,0,0,0.5);
  scroll-margin-top: 80px;
}
.rc-op-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 14px; padding: 22px 22px 0;
}
.rc-op-id .nm {
  font-family: var(--display); font-weight: 800; font-size: clamp(23px, 4.6vw, 30px);
  letter-spacing: -0.025em; line-height: 1;
}
.rc-op-id .tr {
  margin-top: 7px; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-cream-dim);
}
.rc-stamp {
  flex: none; font-family: var(--mono); font-size: 9.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; text-align: center; line-height: 1.35;
  color: var(--accent-deep); border: 1.5px solid var(--accent-deep);
  border-radius: 6px; padding: 6px 9px; transform: rotate(-3deg); opacity: .85;
}

.rc-op-nums { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px 22px 0; }
.rc-op-num {
  background: rgba(9,59,44,0.06); border: 1px solid rgba(9,59,44,0.12);
  border-radius: 9px; padding: 10px 13px;
}
.rc-op-num .v {
  font-family: var(--display); font-weight: 800; font-size: clamp(17px, 3.4vw, 21px);
  color: var(--forest); letter-spacing: -0.02em; line-height: 1;
}
.rc-op-num .v .ar { color: var(--accent-deep); }
.rc-op-num .l {
  margin-top: 5px; font-family: var(--mono); font-size: 9.5px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--on-cream-dim);
}

/* media row: their testimonial video + swipeable carousel */
.rc-op-media { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 20px 22px 0; }@media (min-width: 860px){ .rc-op-media { grid-template-columns: 190px 1fr; align-items: start; }}

.rc-op-vid {
  position: relative; aspect-ratio: 9 / 16; border-radius: 12px; overflow: hidden;
  background: #0a0f0c; cursor: pointer; max-width: 240px; width: 100%; margin: 0 auto;
  border: 1px solid rgba(11,15,13,0.1);
}
.rc-op-vid video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rc-op-vid::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(11,15,13,0.75)); transition: opacity .25s;
}
.rc-op-vid.playing::after { opacity: 0; }
.rc-op-vid .cap {
  position: absolute; left: 12px; right: 12px; bottom: 11px; z-index: 2;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--on-dark); transition: opacity .25s;
}
.rc-op-vid.playing .cap { opacity: 0; }

/* carousel */
.rc-car { min-width: 0; }
.rc-car-track {
  display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 12px; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: rgba(9,59,44,0.3) transparent;
}
.rc-car-track::-webkit-scrollbar { height: 6px; }
.rc-car-track::-webkit-scrollbar-thumb { background: rgba(9,59,44,0.25); border-radius: 3px; }
.rc-car-track img {
  flex: none; width: 190px; height: auto; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: 10px; scroll-snap-align: start;
  border: 1px solid rgba(11,15,13,0.08); background: var(--cream);
}@media (min-width: 560px){ .rc-car-track img { width: 216px; }}
.rc-car-hint {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--on-cream-dim); opacity: .8;
}

.rc-op-foot {
  margin-top: 20px; padding: 16px 22px; border-top: 1px solid rgba(11,15,13,0.08);
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  background: rgba(9,59,44,0.03);
}
.rc-op-foot .quote {
  font-family: var(--body); font-style: italic; font-size: 14.5px; line-height: 1.5;
  color: var(--on-cream); flex: 1 1 240px; min-width: 0;
}
.rc-deep {
  flex: none; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-deep);
  border: 1px solid rgba(76,138,48,0.45); border-radius: 9px; padding: 10px 14px;
  transition: background .16s ease, color .16s ease;
}
.rc-deep:hover { background: var(--accent-deep); color: var(--paper); }
.rc-deep .arw { transition: transform .18s ease; }
.rc-deep:hover .arw { transform: translateX(3px); }
.rc-thread-head .t {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--on-dark-dim);
}

/* ---- voice notes ----------------------------------------------------- */
.rc-voice { display: grid; grid-template-columns: 1fr; gap: 14px; }@media (min-width: 760px){ .rc-voice { grid-template-columns: repeat(2, 1fr); }}

.rc-vn {
  background: #0d1411; border: 1px solid var(--line-dark); border-radius: 14px;
  padding: 16px 17px; display: flex; flex-direction: column; gap: 12px;
}
.rc-vn-top { display: flex; align-items: center; gap: 12px; }
.rc-vn-btn {
  flex: none; width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--accent); display: flex; align-items: center; justify-content: center;
  transition: transform .16s ease, background .16s ease;
}
.rc-vn-btn:hover { transform: scale(1.06); background: #74c24d; }
.rc-vn-btn svg { width: 16px; height: 16px; fill: #06210f; }
.rc-vn-btn .ic-pause { display: none; }
.rc-vn.playing .rc-vn-btn .ic-play { display: none; }
.rc-vn.playing .rc-vn-btn .ic-pause { display: block; }

.rc-wave { flex: 1; min-width: 0; display: flex; align-items: center; gap: 2.5px; height: 30px; }
.rc-wave i {
  display: block; flex: 1; min-width: 2px; border-radius: 2px;
  background: rgba(245,242,234,0.22); transition: background .12s linear;
}
.rc-wave i.on { background: var(--accent); }
.rc-vn-time {
  flex: none; font-family: var(--mono); font-size: 11px; color: var(--on-dark-dim);
  min-width: 38px; text-align: right;
}
.rc-vn .said { font-size: 14.5px; line-height: 1.5; color: var(--on-dark-dim); }
.rc-vn .said::before { content: '\201C'; }
.rc-vn .said::after { content: '\201D'; }
.rc-vn-meta {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--accent);
}

/* ---- polished testimonial grid tweak (reuses .tgrid/.tvid) ----------- */
@media (min-width: 640px) { .rc-tgrid { grid-template-columns: repeat(2, 1fr); } }@media (min-width: 900px){ .rc-tgrid { grid-template-columns: repeat(3, 1fr); }}

/* ---- sticky book-audit bar ------------------------------------------- */
.rc-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(9,59,44,0.93);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(103,175,68,0.35);
  transform: translateY(115%); transition: transform .32s cubic-bezier(.22,.61,.36,1);
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.rc-sticky.show { transform: translateY(0); }
.rc-sticky .pitch {
  display: none; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-dark-dim);
}@media (min-width: 720px){ .rc-sticky .pitch { display: block; }}
.rc-sticky .btn { padding: 14px 24px; font-size: 16px; white-space: nowrap; }@media (max-width: 719px){ .rc-sticky .btn { width: 100%; max-width: 420px; justify-content: center; display: flex; }}

/* keep the last section clear of the sticky bar */
.rc-tailpad { height: 78px; }@media (prefers-reduced-motion: reduce){
  .rc-sticky { transition: none; }
  .rc-play, .rc-vn-btn, .rc-deep .arw { transition: none; }}

/* ===========================================================
   REVISION PASS — 2026-08-18 (Frost's walkthrough, rec 63)
   =========================================================== */

/* ---- operator media: video+carousel / video only / carousel only ---- */
.rc-op-media.solo-car { grid-template-columns: 1fr; }
.rc-op-media.solo-vid { grid-template-columns: 1fr; }
.rc-op-media.solo-vid .rc-op-vid { max-width: 260px; }@media (min-width: 860px){
  .rc-op-media.solo-car { grid-template-columns: 1fr; }
  .rc-op-media.solo-vid { grid-template-columns: 260px 1fr; }}

/* ---- message wall: name + text bubbles drifting, no client grouping ---- */
.rc-wall { display: flex; flex-direction: column; gap: 14px; margin-top: 6px; }
.rcw-row {
  position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.rcw-track {
  display: flex; align-items: stretch; gap: 14px; width: max-content;
  animation: rcw-left 68s linear infinite; will-change: transform;
}
.rcw-row.rev .rcw-track { animation-name: rcw-right; }
.rcw-row:hover .rcw-track { animation-play-state: paused; }
@keyframes rcw-left  { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes rcw-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.rcw-bubble {
  flex: 0 0 auto; width: min(78vw, 310px);
  background: #16241d; border: 1px solid var(--line-dark);
  border-radius: 14px 14px 14px 5px; padding: 13px 15px 11px;
}
.rcw-who {
  display: flex; align-items: center; gap: 8px; margin-bottom: 9px;
  font-family: var(--mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent);
}
.rcw-av {
  width: 22px; height: 22px; border-radius: 50%; flex: none;
  background: var(--forest-2); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 800; font-size: 11px; letter-spacing: 0;
}
.rcw-reply {
  border-left: 2px solid var(--accent-deep); background: rgba(245,242,234,0.05);
  border-radius: 0 7px 7px 0; padding: 6px 9px; margin-bottom: 8px;
  font-size: 12px; font-style: italic; color: var(--on-dark-faint);
}
.rcw-text { font-size: 14.5px; line-height: 1.45; color: var(--on-dark); }
.rcw-time {
  margin-top: 7px; text-align: right;
  font-family: var(--mono); font-size: 9.5px; color: var(--on-dark-faint);
}@media (prefers-reduced-motion: reduce){
  .rcw-row { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .rcw-track { animation: none; }
  .rcw-track .rcw-bubble[data-dup] { display: none; }}

/* ---- audit-call breakdown ---- */
.rc-steps { list-style: none; display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 820px; }@media (min-width: 780px){ .rc-steps { grid-template-columns: repeat(2, 1fr); max-width: none; }}
.rc-steps li {
  display: flex; gap: 14px; align-items: flex-start;
  background: rgba(9,59,44,0.35); border: 1px solid var(--line-dark);
  border-radius: 14px; padding: 18px 18px 17px;
}
.rc-steps .n {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--accent); color: #06210f;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 800; font-size: 15px;
}
.rc-steps h4 { font-family: var(--display); font-weight: 700; font-size: 17px; line-height: 1.2; }
.rc-steps p { margin-top: 7px; font-size: 14.5px; line-height: 1.55; color: var(--on-dark-dim); }

/* ---- pillar breakdown videos ---- */
.rc-pillars { display: grid; grid-template-columns: 1fr; gap: 18px; }@media (min-width: 700px){ .rc-pillars { grid-template-columns: repeat(2, 1fr); }}@media (min-width: 1000px){ .rc-pillars { grid-template-columns: repeat(3, 1fr); }}
.rc-pillar {
  background: #fff; border: 1px solid rgba(11,15,13,0.1); border-radius: 14px;
  overflow: hidden; box-shadow: 0 20px 44px -30px rgba(0,0,0,0.45);
  display: flex; flex-direction: column;
}
.rc-pillar-frame { position: relative; aspect-ratio: 16 / 9; background: #000; }
.rc-pillar-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rc-pillar-body { padding: 15px 16px 17px; }
.rc-pillar-body h3 {
  font-family: var(--display); font-weight: 800; font-size: 17px;
  line-height: 1.2; color: var(--on-cream); letter-spacing: -0.01em;
}
.rc-pillar-body p {
  margin-top: 8px; font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--on-cream-dim);
}

/* ---- sticky CTA: on mobile it never leaves (Frost: "not like this little button
   where if I scroll down it goes away — just a floating button") ---- */
@media (max-width: 719px) {
  .rc-sticky { transform: translateY(0); }
  .rc-sticky.hide-final { transform: translateY(0); }
}

/* ---- closing book-a-call: just the button (Frost: "then just book a call below
   that. the last section on there is no good") ---- */
.rc-book { padding: 54px 0 58px; }
.rc-book .wrap { text-align: center; }

/* the interviewer's question shown above a clip that needs it (e.g. Owen's
   "80 to 100" only parses next to "how much have you made off of Meta?") */
.rc-clip-body .ctx {
  font-family: var(--mono); font-size: 11px; line-height: 1.45;
  letter-spacing: 0.03em; color: var(--on-dark-faint);
  padding-bottom: 9px; border-bottom: 1px dashed var(--line-dark);
}
.s-cream .rc-clip-body .ctx { color: var(--on-cream-dim); border-bottom-color: rgba(11,15,13,0.14); }

/* marquee rows pause on tap — :hover does nothing on a phone, so without this the
   text wall is an unstoppable 68s ticker on the device most people read it on */
.rcw-row.paused .rcw-track { animation-play-state: paused; }