html { overflow-x: clip; }
body.mobile-core-motion { overflow-x: clip; }
.agency-home { overflow-x: clip; }
.agency-home .hud { z-index: 100; }
.hybrid-original-caption { display: none; }

.hybrid-hero {
  position: relative;
  z-index: 1;
  min-height: 168svh;
  background:
    radial-gradient(720px 520px at 13% 38%, rgba(95, 130, 114, 0.15), transparent 68%),
    var(--paper);
}

.hybrid-hero-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  overflow: hidden;
  padding-top: 78px;
  transform-origin: 50% 0;
}

.hybrid-copy {
  align-self: center;
  padding: clamp(64px, 8vw, 130px) clamp(24px, 6vw, 92px);
}

.hybrid-eyebrow {
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hybrid-copy h1 {
  max-width: 9.5ch;
  margin-top: 20px;
  font-size: clamp(52px, 6.25vw, 98px);
  line-height: 1.01;
}

.hybrid-copy h1 em { display: block; margin-top: 8px; color: var(--gold); }

.hybrid-lede {
  max-width: 50ch;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.45vw, 21px);
}

.hybrid-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hybrid-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 21px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.hybrid-actions .hybrid-primary { border-color: var(--ink); background: var(--ink); color: var(--paper); }

.hybrid-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 0 0 0 30px;
  background: #a9aa9e;
  transform-origin: 50% 45%;
}
.hybrid-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(23, 35, 32, 0.18), transparent 48%);
  pointer-events: none;
}
.hybrid-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hybrid-image-shade,
.hybrid-image-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hybrid-image-shade {
  z-index: 2;
  background: rgba(15, 29, 23, 0.28);
  opacity: 0;
  will-change: opacity;
}
.hybrid-image-veil {
  z-index: 3;
  background: var(--paper);
  transform: scaleY(0);
  transform-origin: bottom;
  will-change: transform;
}
.hybrid-image figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(15, 29, 23, 0.86);
  color: var(--paper);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hybrid-film-edge {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold) 18%, var(--gold) 82%, transparent);
  box-shadow: 0 -16px 44px rgba(130, 104, 47, 0.24);
}

.hybrid-scroll-cue {
  position: absolute;
  left: clamp(24px, 6vw, 92px);
  bottom: 24px;
  z-index: 5;
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.agency-home #s-hero {
  position: relative;
  z-index: 6;
  margin-top: -18svh;
  overflow: clip;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -34px 90px rgba(23, 35, 32, 0.18);
}

.agency-home #s-truth {
  height: 280vh;
  padding: 0 clamp(20px, 4vw, 56px);
}

.agency-home #s-truth .truth-inner {
  position: sticky;
  top: 0;
  min-height: 100vh;
  align-content: center;
}

.agency-home #s-truth .t-line {
  will-change: transform, opacity;
}

body.no-motion #s-truth {
  height: auto;
  padding: clamp(120px, 20vh, 220px) clamp(20px, 4vw, 56px);
}

body.no-motion #s-truth .truth-inner {
  position: relative;
  top: auto;
  min-height: 0;
}

@media (max-width: 700px) {
  .hybrid-hero { min-height: auto; }
  .hybrid-hero-stage { position: relative; min-height: auto; grid-template-columns: 1fr; padding-top: 68px; }
  .hybrid-copy { padding: 72px 20px 48px; }
  .hybrid-copy h1 { max-width: 8ch; font-size: clamp(47px, 14.8vw, 66px); }
  .hybrid-lede { margin-top: 24px; font-size: 17px; }
  .hybrid-actions { flex-direction: column; align-items: stretch; }
  .hybrid-image { min-height: 62vw; border-radius: 18px 18px 0 0; }
  .hybrid-image figcaption { right: 14px; bottom: 14px; }
  .hybrid-scroll-cue { display: none; }
  .agency-home #s-hero { margin-top: 0; border-radius: 20px 20px 0 0; }
  .agency-home #s-truth { height: auto; padding: clamp(120px, 20vh, 220px) 20px; }
  .agency-home #s-truth .truth-inner { position: relative; top: auto; min-height: 0; }
}

@media (max-width: 900px) {
  body.mobile-core-motion #s-hero { height: 270svh; }
  body.mobile-core-motion #s-desk { height: 250svh; }
  body.mobile-core-motion #s-handoff { height: 230svh; }
  body.mobile-core-motion #s-month { height: 260svh; }

  body.mobile-core-motion #heroStage,
  body.mobile-core-motion #deskStage,
  body.mobile-core-motion #handoffStage,
  body.mobile-core-motion #monthStage {
    height: 100svh;
    min-height: 0;
    overflow: clip;
  }

  body.mobile-core-motion #heroStage { padding: 76px 0 24px; }
  body.mobile-core-motion #heroStage .hero-grid { gap: 20px; }
  body.mobile-core-motion #heroStage .hero-copy { align-self: center; }
  body.mobile-core-motion #heroStage #heroWord { font-size: clamp(42px, 12.5vw, 58px); }
  body.mobile-core-motion #heroStage .hero-sub { margin-top: 14px; }
  body.mobile-core-motion #heroStage .hero-ctas { margin-top: 18px; }
  body.mobile-core-motion #heroStage .phone { width: min(282px, 58vw); }
  body.mobile-core-motion #heroStage .cell img { opacity: 0; transform: scale(0.9); }
  body.mobile-core-motion #heroStage .cell img.was { display: block; opacity: 1; transform: none; }
  body.mobile-core-motion #heroStage .cell-empty { display: block; }
  body.mobile-core-motion #heroStage .ig-toast { bottom: 6px; display: flex; }

  body.mobile-core-motion #deskStage { gap: 14px; padding: 68px 14px 22px; }
  body.mobile-core-motion #deskStage .desk-head h2 { font-size: clamp(25px, 7vw, 34px); }
  body.mobile-core-motion #deskStage .composer { width: 100%; grid-template-columns: 0.72fr 1.28fr; }
  body.mobile-core-motion #deskStage .comp-media { min-height: 230px; }
  body.mobile-core-motion #deskStage .comp-side { padding: 16px; gap: 10px; }
  body.mobile-core-motion #deskStage .comp-text { min-height: 116px; padding: 12px 14px; font-size: 14px; }
  body.mobile-core-motion #deskStage .comp-tags { font-size: 11px; }
  body.mobile-core-motion #deskStage .comp-sched { font-size: 11px; padding-top: 10px; }
  body.mobile-core-motion #deskStage .posted-card {
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 22px;
    display: block;
    width: min(280px, 78vw);
    margin: 0;
  }

  body.mobile-core-motion #handoffStage { gap: 28px; padding: 72px 16px 28px; }
  body.mobile-core-motion #handoffStage .ho-head h2 { font-size: clamp(27px, 8vw, 38px); }
  body.mobile-core-motion #handoffStage .pipeline { margin-top: 74px; }
  body.mobile-core-motion #handoffStage .pipe-line { display: block; top: 7px; }
  body.mobile-core-motion #handoffStage .stations { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; }
  body.mobile-core-motion #handoffStage .station { padding: 30px 0 0; text-align: center; opacity: 0.3; }
  body.mobile-core-motion #handoffStage .station .st-dot { top: 0; left: 50%; transform: translateX(-50%); }
  body.mobile-core-motion #handoffStage .station h3 { font-size: clamp(11px, 3vw, 15px); }
  body.mobile-core-motion #handoffStage .station p { display: none; }
  body.mobile-core-motion #handoffStage .task-card { top: -66px; display: flex; gap: 6px; max-width: 84vw; padding: 12px 14px; font-size: 10px; }
  body.mobile-core-motion #handoffStage .thread-line { font-size: 14px; }

  body.mobile-core-motion #monthStage { padding: 66px 14px 22px; }
  body.mobile-core-motion #monthStage .month-grid { grid-template-columns: 1fr; gap: 12px; }
  body.mobile-core-motion #monthStage .month-you h2 { margin-bottom: 10px; font-size: clamp(25px, 7vw, 34px); }
  body.mobile-core-motion #monthStage .you-list { gap: 5px; }
  body.mobile-core-motion #monthStage .you-list li { padding: 8px 11px; font-size: 12px; }
  body.mobile-core-motion #monthStage .month-tally { margin-top: 10px; font-size: 21px; }
  body.mobile-core-motion #monthStage .toasts { gap: 5px; }
  body.mobile-core-motion #monthStage .toast { gap: 9px; padding: 7px 9px; font-size: 11.5px; }
  body.mobile-core-motion #monthStage .toast-thumb { width: 34px; height: 34px; }
  body.mobile-core-motion #monthStage .toast-meta { font-size: 10.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .hybrid-hero { min-height: auto; }
  .hybrid-hero-stage { position: relative; min-height: 100svh; }
  .agency-home #s-hero { margin-top: 0; border-radius: 0; box-shadow: none; }
  .agency-home #s-truth { height: auto; padding: clamp(120px, 20vh, 220px) clamp(20px, 4vw, 56px); }
  .agency-home #s-truth .truth-inner { position: relative; top: auto; min-height: 0; }
  body.mobile-core-motion #s-hero,
  body.mobile-core-motion #s-desk,
  body.mobile-core-motion #s-handoff,
  body.mobile-core-motion #s-month { height: auto; }
}
