@font-face {
  font-family: "Big Shoulders Display Local";
  src: url("/fonts/big-shoulders-display-latin-wght-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Archivo Local";
  src: url("/fonts/archivo-latin-wght-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

.approved-preview {
  color-scheme: dark;
  --bg: #090b0a;
  --surface: #111411;
  --surface-2: #1a1d19;
  --ink: #f3f0e8;
  --muted: #b7b2a7;
  --line: #353932;
  --accent: #ff3b44;
  --accent-strong: #ff6970;
  --accent-soft: #3a1216;
  --green: #8ac5a6;
  --green-soft: #183328;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --display: "Big Shoulders Display Local", "Arial Narrow", Impact, sans-serif;
  --body: "Archivo Local", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-width: 320px;
  min-height: 100vh;
  overflow: clip;
  background:
    radial-gradient(circle at 82% 3%, rgba(255, 59, 68, 0.1), transparent 28rem),
    var(--bg);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
  isolation: isolate;
}

.approved-preview,
.approved-preview *,
.approved-preview *::before,
.approved-preview *::after {
  box-sizing: border-box;
}

.approved-preview a {
  color: inherit;
  text-decoration: none;
}

.approved-preview button,
.approved-preview input,
.approved-preview select,
.approved-preview textarea {
  color: inherit;
  font: inherit;
}

.approved-preview button,
.approved-preview select,
.approved-preview summary {
  cursor: pointer;
}

.approved-preview :where(button, a, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.approved-preview img {
  display: block;
  max-width: 100%;
}

.approved-preview :where(h1, h2, h3, p) {
  margin-top: 0;
}

.approved-preview :where(h1, h2, h3) {
  line-height: 1.02;
}

.approved-preview :where(h1, h2, .display, .award-title, .story-title, .minute-title) {
  font-family: var(--display);
  font-stretch: condensed;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.approved-preview ::selection {
  background: var(--accent);
  color: #0a0c0b;
}

.approved-preview::after {
  position: fixed;
  inset: 0;
  z-index: 500;
  opacity: 0.045;
  background-image:
    radial-gradient(circle at 20% 30%, #fff 0 0.6px, transparent 0.8px),
    radial-gradient(circle at 70% 60%, #fff 0 0.5px, transparent 0.8px);
  background-position: 0 0, 7px 11px;
  background-size: 15px 17px, 19px 23px;
  content: "";
  pointer-events: none;
}

.approved-preview .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.approved-preview .skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--accent);
  color: #0a0c0b;
  border-radius: 2px;
}

.approved-preview .skip-link:focus {
  top: 1rem;
}

.approved-preview .wrap {
  width: min(1380px, calc(100% - 3rem));
  margin-inline: auto;
}

.approved-preview .editorial-section {
  position: relative;
  padding: clamp(5.5rem, 10vw, 10rem) 0;
  overflow: clip;
}

.approved-preview .section-tight {
  padding: 3rem 0;
}

.approved-preview .muted {
  color: var(--muted);
}

.approved-preview .small {
  font-size: 0.82rem;
}

.approved-preview .kicker {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.approved-preview .stack {
  display: grid;
  gap: 1rem;
}

.approved-preview .cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.approved-preview .btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 2px;
  background: var(--accent);
  color: #0a0c0b;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.approved-preview .btn:hover {
  transform: translateY(-2px);
}

.approved-preview .btn-ghost {
  border-color: #5a5d56;
  background: transparent;
  color: var(--ink);
}

.approved-preview .btn-small {
  min-height: 44px;
  padding: 0.55rem 0.8rem;
  font-size: 0.72rem;
}

.approved-preview .text-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--accent-strong);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.approved-preview button.text-link:disabled {
  cursor: wait;
  opacity: 0.72;
}

.approved-preview .pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.58rem;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.approved-preview .pill::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.approved-preview .pill-green {
  background: var(--green-soft);
  color: var(--green);
}

.approved-preview .card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.approved-preview .card-pad {
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.approved-preview .signal-bar {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #353932;
  background: var(--accent);
  color: #0b0c0b;
  padding: 0.35rem 1rem;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

.approved-preview .public-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(243, 240, 232, 0.14);
  background: rgba(9, 11, 10, 0.82);
  backdrop-filter: blur(14px);
}

.approved-preview .public-header-inner {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.approved-preview .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.approved-preview .brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 2px;
  background: var(--accent);
  box-shadow: 6px 6px 0 rgba(255, 59, 68, 0.18);
  color: #17120b;
  font-family: var(--body);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.approved-preview .public-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.approved-preview .public-nav a:not(.btn) {
  padding-block: 0.5rem;
  color: #c7c3b9;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approved-preview .public-nav a[aria-current="page"] {
  color: var(--ink);
  box-shadow: inset 0 -2px var(--accent);
  text-decoration: none;
}

.approved-preview .menu-button {
  display: none;
  min-width: 48px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--surface);
  padding: 0.55rem 0.7rem;
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
}

.approved-preview .scroll-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
}

.approved-preview .house-lights {
  position: fixed;
  inset: 0;
  z-index: 450;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050605;
  pointer-events: none;
  animation: approved-house-open 260ms 60ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.approved-preview .house-lights.is-skipped {
  display: none;
}

.approved-preview .house-lights span {
  font-family: var(--display);
  color: var(--accent);
  font-size: clamp(4rem, 17vw, 14rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.8;
  text-transform: uppercase;
  animation: approved-house-word 220ms ease-out forwards;
}

@keyframes approved-house-open {
  0%,
  62% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(50% 0 50% 0);
    visibility: hidden;
  }
}

@keyframes approved-house-word {
  from {
    letter-spacing: 0.09em;
    opacity: 0;
    transform: scale(0.94);
  }
}

.approved-preview .award-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 108px);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(2.5rem, 4.2vw, 4.5rem) 0 6.5rem;
}

.approved-preview .award-hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: #090b0a;
}

.approved-preview .award-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.04);
}

.approved-preview .award-hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.approved-preview .award-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, #090b0a 0%, rgba(9, 11, 10, 0.96) 29%, rgba(9, 11, 10, 0.68) 55%, rgba(9, 11, 10, 0.3) 100%),
    linear-gradient(0deg, rgba(9, 11, 10, 0.94), transparent 48%);
  content: "";
}

.approved-preview .award-hero::after {
  position: absolute;
  z-index: -1;
  inset: 10% auto -20% 63%;
  width: 1px;
  background: linear-gradient(transparent, rgba(255, 59, 68, 0.6), transparent);
  box-shadow: -80px 0 rgba(255, 59, 68, 0.12), 80px 0 rgba(255, 59, 68, 0.12);
  content: "";
  transform: rotate(11deg);
}

.approved-preview .award-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.68fr);
  gap: clamp(2rem, 6vw, 6.8rem);
  align-items: center;
}

.approved-preview .scene-label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.approved-preview .scene-label::before {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
}

.approved-preview .award-title {
  max-width: 850px;
  margin: 0;
  font-size: clamp(4.75rem, 10.5vw, 10rem);
  font-weight: 880;
  letter-spacing: -0.055em;
  line-height: 0.76;
}

.approved-preview .award-title span {
  display: block;
}

.approved-preview .award-title .outline {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(243, 240, 232, 0.78);
}

.approved-preview .award-title .accent {
  color: var(--accent);
}

.approved-preview .award-subhead {
  display: grid;
  grid-template-columns: 72px minmax(0, 560px);
  gap: 1rem;
  align-items: start;
  margin: 1.8rem 0 0;
  color: #cbc6bb;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.approved-preview .award-subhead::before {
  height: 2px;
  margin-top: 0.75rem;
  background: var(--accent);
  content: "";
}

.approved-preview .verified-strip {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  border-block: 1px solid var(--line);
}

.approved-preview .verified-strip span {
  padding: 0.7rem 1.05rem 0.7rem 0;
  margin-right: 1.05rem;
  color: #d7d2c7;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approved-preview .verified-strip span + span {
  border-left: 1px solid var(--line);
  padding-left: 1.05rem;
}

.approved-preview .check-shell {
  position: relative;
  min-height: 510px;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #4d5048;
  border-radius: 4px;
  background: rgba(17, 20, 17, 0.88);
  box-shadow: 24px 24px 0 rgba(255, 59, 68, 0.1);
  backdrop-filter: blur(14px);
}

.approved-preview .check-shell::before {
  position: absolute;
  right: 18px;
  top: -13px;
  padding: 0.3rem 0.6rem;
  background: var(--accent);
  color: #0a0c0b;
  content: "45 SEC";
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.approved-preview .check-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.approved-preview .check-head strong {
  font-family: var(--display);
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.approved-preview .check-meter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  width: 80px;
}

.approved-preview .check-meter span {
  height: 3px;
  background: #393c36;
}

.approved-preview .check-meter span.is-on {
  background: var(--accent);
}

.approved-preview .check-question {
  min-height: 112px;
  margin: 2rem 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 760;
  line-height: 0.95;
  text-transform: uppercase;
}

.approved-preview .check-options {
  display: grid;
  gap: 0.55rem;
}

.approved-preview .check-option {
  display: grid;
  min-height: 52px;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid #44473f;
  border-radius: 2px;
  background: transparent;
  padding: 0.65rem;
  color: #ece8de;
  text-align: left;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.approved-preview .check-option:hover {
  background: var(--accent);
  color: #0a0c0b;
  transform: translateX(5px);
}

.approved-preview .check-option-index {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 0.66rem;
  font-weight: 850;
}

.approved-preview .check-option-arrow {
  font-size: 1.2rem;
}

.approved-preview .route-card {
  display: grid;
  gap: 1rem;
  min-height: 420px;
  align-content: space-between;
}

.approved-preview .route-card h2 {
  margin: 0;
  color: var(--accent);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.82;
}

.approved-preview .route-list {
  display: grid;
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.approved-preview .route-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.76rem;
}

.approved-preview .route-list strong {
  color: var(--accent);
}

.approved-preview .kinetic-ticker {
  overflow: hidden;
  border-block: 1px solid #4a4d46;
  background: var(--accent);
  color: #090b0a;
}

.approved-preview .kinetic-ticker-track {
  display: flex;
  width: max-content;
  animation: approved-ticker-run 4.8s linear 1 forwards;
}

.approved-preview .kinetic-ticker span {
  padding: 0.75rem 1.4rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.approved-preview .kinetic-ticker span::after {
  margin-left: 1.4rem;
  content: "✦";
  font-size: 0.5em;
  vertical-align: middle;
}

@keyframes approved-ticker-run {
  to {
    transform: translateX(-50%);
  }
}

.approved-preview .story-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
}

.approved-preview .story-title {
  max-width: 980px;
  margin: 0;
  font-size: clamp(4.2rem, 10vw, 9.5rem);
  letter-spacing: -0.055em;
  line-height: 0.78;
}

.approved-preview .story-title .outline {
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(243, 240, 232, 0.72);
}

.approved-preview .story-copy {
  max-width: 560px;
  padding-bottom: 0.75rem;
  color: #c8c3b8;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.55;
}

.approved-preview .method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(3rem, 7vw, 6rem);
  border: 1px solid #41443e;
}

.approved-preview .method-stage {
  position: relative;
  min-height: 360px;
  padding: clamp(1.2rem, 2.7vw, 2.25rem);
  overflow: hidden;
  background: rgba(17, 20, 17, 0.64);
  transition: background 220ms ease, color 220ms ease;
}

.approved-preview .method-stage + .method-stage {
  border-left: 1px solid #41443e;
}

.approved-preview .method-stage:hover {
  background: var(--accent);
  color: #0a0c0b;
}

.approved-preview .method-stage-number {
  position: absolute;
  right: -0.02em;
  bottom: -0.14em;
  color: rgba(255, 59, 68, 0.08);
  font-family: var(--display);
  font-size: clamp(9rem, 17vw, 17rem);
  font-weight: 900;
  line-height: 0.75;
  transition: color 220ms ease, transform 220ms ease;
}

.approved-preview .method-stage:hover .method-stage-number {
  color: rgba(10, 12, 11, 0.1);
  transform: translateY(-0.03em);
}

.approved-preview .method-stage h3 {
  position: relative;
  margin: 5.5rem 0 0.8rem;
  font-family: var(--display);
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.approved-preview .method-stage p {
  position: relative;
  max-width: 250px;
  color: var(--muted);
  font-size: 0.82rem;
}

.approved-preview .method-stage:hover p,
.approved-preview .method-stage:hover .scene-label {
  color: #151714;
}

.approved-preview .program-stage {
  border-block: 1px solid #41443e;
  background: #0d0f0d;
}

.approved-preview .program-stage-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(4.5rem, 8vw, 8rem) 0 2rem;
}

.approved-preview .program-stage-head h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(4rem, 8.5vw, 8rem);
  line-height: 0.8;
}

.approved-preview .program-rail {
  border-top: 1px solid #41443e;
}

.approved-preview .program-row {
  display: grid;
  grid-template-columns: 64px minmax(160px, 0.55fr) minmax(230px, 0.85fr) minmax(260px, 1fr) auto;
  gap: clamp(0.9rem, 2.2vw, 2.2rem);
  align-items: center;
  min-height: 190px;
  padding-block: 1rem;
  border-bottom: 1px solid #41443e;
  color: inherit;
  transition: background 180ms ease, padding 180ms ease;
}

.approved-preview .program-row:hover {
  padding-inline: 1rem;
  background: #171a16;
}

.approved-preview .program-index {
  color: var(--accent);
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 850;
}

.approved-preview .program-row h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.approved-preview .program-row p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.approved-preview .program-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #44483f;
  background: #181b17;
}

.approved-preview .program-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.04);
  transition: filter 220ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.approved-preview .program-row:hover .program-photo img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.035);
}

.approved-preview .row-arrow {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid #51554c;
  font-size: 1.45rem;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.approved-preview .program-row:hover .row-arrow {
  background: var(--accent);
  color: #0a0c0b;
  transform: rotate(-45deg);
}

.approved-preview .origin-stage {
  background: #f0ede4;
  color: #111310;
}

.approved-preview .origin-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: center;
}

.approved-preview .origin-photo-wrap {
  position: relative;
  margin: 0;
  padding: 0 0 clamp(1rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem);
}

.approved-preview .origin-photo-wrap::before {
  position: absolute;
  inset: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem) 0 0;
  border: 2px solid #111310;
  content: "";
}

.approved-preview .origin-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.04);
}

.approved-preview .origin-picture {
  position: relative;
  display: block;
}

.approved-preview .origin-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 240px;
  padding: 0.85rem 1rem;
  background: var(--accent);
  color: #0a0c0b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.approved-preview .origin-stage .scene-label,
.approved-preview .origin-stage .kicker {
  color: #b5121b;
}

.approved-preview .faq-stage .scene-label {
  color: #8b1017;
}

.approved-preview .social-stage .muted {
  color: #4f534b;
}

.approved-preview .origin-stage .story-title .outline {
  -webkit-text-stroke-color: rgba(17, 19, 16, 0.52);
}

.approved-preview .origin-stage .story-copy,
.approved-preview .origin-stage .muted {
  color: #54574f;
}

.approved-preview .origin-stage .text-link,
.approved-preview .faq-stage .text-link,
.approved-preview .social-stage .text-link {
  color: #8b1017;
}

.approved-preview :where(.origin-stage, .faq-stage, .social-stage) :where(a, button, summary):focus-visible {
  outline-color: #8b1017;
}

.approved-preview .proof-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 5vw, 4rem);
  border-block: 1px solid rgba(17, 19, 16, 0.28);
}

.approved-preview .proof-fact {
  min-height: 140px;
  padding: 1.35rem 1.35rem 1.35rem 0;
}

.approved-preview .proof-fact + .proof-fact {
  border-left: 1px solid rgba(17, 19, 16, 0.28);
  padding-left: 1.35rem;
}

.approved-preview .proof-fact strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.approved-preview .photo-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 0.7rem;
}

.approved-preview .photo-mosaic figure {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  background: #171817;
}

.approved-preview .photo-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.approved-preview .photo-mosaic figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5rem 1rem 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.86));
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.approved-preview .client-proof-stage {
  border-block: 1px solid #41443e;
  background: #111410;
  color: #f3f0e8;
}

.approved-preview .client-proof-head {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.approved-preview .client-proof-head h2 {
  max-width: 980px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 8.5rem);
  letter-spacing: -0.035em;
  line-height: 0.78;
  text-transform: uppercase;
}

.approved-preview .placeholder-note {
  max-width: 620px;
  margin: 1rem 0 0;
  padding: 0.7rem 0.8rem;
  border-left: 3px solid var(--accent);
  background: rgba(255, 59, 68, 0.08);
  color: #bdb8ad;
  font-size: 0.84rem;
  font-weight: 720;
  letter-spacing: 0.025em;
  line-height: 1.55;
}

.approved-preview .result-score-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid #464a42;
}

.approved-preview .result-score {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.approved-preview .result-score + .result-score {
  border-left: 1px solid #464a42;
}

.approved-preview .result-score::after {
  position: absolute;
  right: -0.06em;
  bottom: -0.3em;
  color: rgba(255, 59, 68, 0.055);
  font-family: var(--display);
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  content: attr(data-index);
  pointer-events: none;
}

.approved-preview .result-score > * {
  position: relative;
  z-index: 1;
}

.approved-preview .result-metric {
  display: block;
  margin-bottom: 1rem;
  color: var(--accent);
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 880;
  letter-spacing: -0.055em;
  line-height: 0.75;
  text-transform: uppercase;
}

.approved-preview .result-score h3 {
  max-width: 340px;
  margin: 0 0 0.8rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.approved-preview .result-score p {
  max-width: 390px;
  color: #aaa69d;
  font-size: 0.84rem;
}

.approved-preview .result-client {
  display: grid;
  gap: 0.15rem;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #3e423b;
}

.approved-preview .result-client strong {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.approved-preview .result-client span {
  color: #89867f;
  font-size: 0.7rem;
}

.approved-preview .proof-feature {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: var(--accent);
  color: #0a0c0b;
}

.approved-preview .proof-feature blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.5vw, 5.4rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.approved-preview .proof-feature-meta {
  display: grid;
  gap: 0.35rem;
  align-content: center;
}

.approved-preview .proof-avatar {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 0.7rem;
  place-items: center;
  border: 2px solid #0a0c0b;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 900;
}

.approved-preview .minute-stage {
  background: var(--accent);
  color: #0a0c0b;
}

.approved-preview .minute-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
}

.approved-preview .minute-title {
  margin: 0;
  font-size: clamp(5rem, 13vw, 12rem);
  line-height: 0.72;
}

.approved-preview .minute-title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px #0a0c0b;
}

.approved-preview .minute-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 2px solid #0a0c0b;
  box-shadow: 16px 16px 0 rgba(10, 12, 11, 0.14);
}

.approved-preview .minute-card h3 {
  max-width: 720px;
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.approved-preview .minute-card p {
  max-width: 620px;
  color: #0a0c0b;
}

.approved-preview .minute-stage .text-link {
  color: #0a0c0b;
}

.approved-preview .minute-stage :where(a, button):focus-visible {
  outline-color: #0a0c0b;
}

.approved-preview .minute-card .btn {
  border-color: #0a0c0b;
  background: #0a0c0b;
  color: #ff3b44;
}

.approved-preview .resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.approved-preview .field-notes-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.approved-preview .field-note-media {
  width: calc(100% + clamp(2.2rem, 6vw, 3.2rem));
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: calc(clamp(1.1rem, 3vw, 1.6rem) * -1) calc(clamp(1.1rem, 3vw, 1.6rem) * -1) 1.2rem;
  object-fit: cover;
}

.approved-preview .field-notes-grid h3 {
  margin: 1rem 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.approved-preview .offer-stage {
  padding: clamp(5.5rem, 10vw, 10rem) 0;
  background:
    linear-gradient(110deg, rgba(255, 59, 68, 0.08), transparent 38%),
    #090b0a;
}

.approved-preview .offer-stage-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(420px, 0.85fr);
  gap: clamp(2rem, 9vw, 9rem);
  align-items: start;
}

.approved-preview .offer-stage h2 {
  margin: 0;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.78;
}

.approved-preview .offer-shell {
  min-height: 560px;
  padding: clamp(1.25rem, 3.5vw, 2.4rem);
  border: 1px solid #4a4e45;
  background: #111411;
  box-shadow: 22px 22px 0 rgba(255, 59, 68, 0.09);
}

.approved-preview .faq-stage {
  background: #f0ede4;
  color: #111310;
}

.approved-preview .faq-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(2rem, 8vw, 8rem);
}

.approved-preview .faq-stage .story-title .outline {
  -webkit-text-stroke-color: rgba(17, 19, 16, 0.52);
}

.approved-preview .faq-list {
  border-top: 1px solid rgba(17, 19, 16, 0.3);
}

.approved-preview .faq-list details {
  border-bottom: 1px solid rgba(17, 19, 16, 0.3);
}

.approved-preview .faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 760;
  line-height: 0.95;
  list-style: none;
  text-transform: uppercase;
}

.approved-preview .faq-list summary::-webkit-details-marker {
  display: none;
}

.approved-preview .faq-list summary::after {
  content: "+";
  font-family: var(--body);
  font-weight: 400;
}

.approved-preview .faq-list details[open] summary::after {
  content: "−";
}

.approved-preview .faq-list details p {
  max-width: 740px;
  margin: -0.4rem 0 1.5rem;
  color: #55584f;
}

.approved-preview .social-stage {
  padding: 2.4rem 0 6.5rem;
  background: #f0ede4;
  color: #111310;
}

.approved-preview .social-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(17, 19, 16, 0.3);
}

.approved-preview .social-rail a {
  color: #111310;
}

.approved-preview .public-footer {
  padding: 3rem 0 6.5rem;
  border-top: 1px solid var(--line);
  background: #090b0a;
}

.approved-preview .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  gap: 2rem;
}

.approved-preview .footer-grid p {
  max-width: 420px;
}

.approved-preview .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.approved-preview .reveal.is-visible,
.approved-preview main[data-enhanced="false"] .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .approved-preview .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .approved-preview .method-stage:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #41443e;
  }

  .approved-preview .method-stage:nth-child(4) {
    border-top: 1px solid #41443e;
  }

  .approved-preview .program-row {
    grid-template-columns: 52px minmax(145px, 0.52fr) minmax(200px, 0.82fr) minmax(220px, 1fr) auto;
    gap: 1.1rem;
  }
}

@media (max-width: 860px) {
  .approved-preview .public-nav {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    display: none;
    width: 100vw;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: var(--bg);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
    pointer-events: auto;
  }

  .approved-preview .public-nav.is-open {
    display: flex;
  }

  .approved-preview .public-header:not([data-enhanced="true"]) .public-header-inner {
    flex-wrap: wrap;
  }

  .approved-preview .public-header:not([data-enhanced="true"]) {
    position: static;
  }

  .approved-preview .public-header:not([data-enhanced="true"]) .public-nav {
    position: static;
    display: flex;
    width: 100%;
    max-height: none;
    transform: none;
  }

  .approved-preview .public-header:not([data-enhanced="true"]) .menu-button {
    display: none;
  }

  .approved-preview .public-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    margin: 0;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    padding: 0.75rem 0;
  }

  .approved-preview .site-menu-button i {
    display: none;
  }

  .approved-preview .menu-button {
    display: block;
  }

  .approved-preview .award-grid,
  .approved-preview .story-intro,
  .approved-preview .origin-grid,
  .approved-preview .minute-grid,
  .approved-preview .offer-stage-grid,
  .approved-preview .faq-grid,
  .approved-preview .client-proof-head,
  .approved-preview .proof-feature {
    grid-template-columns: 1fr;
  }

  .approved-preview .award-hero {
    min-height: auto;
    padding-top: 4.5rem;
  }

  .approved-preview .award-hero-media img {
    object-position: 62% center;
  }

  .approved-preview .award-hero::before {
    background:
      linear-gradient(180deg, rgba(9, 11, 10, 0.42), rgba(9, 11, 10, 0.78) 44%, #090b0a 82%),
      linear-gradient(90deg, rgba(9, 11, 10, 0.95), rgba(9, 11, 10, 0.22));
  }

  .approved-preview .photo-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .approved-preview .photo-mosaic figure:first-child {
    grid-column: 1 / -1;
  }

  .approved-preview .result-score-grid {
    grid-template-columns: 1fr;
  }

  .approved-preview .result-score {
    min-height: 280px;
  }

  .approved-preview .result-score + .result-score {
    border-top: 1px solid #464a42;
    border-left: 0;
  }

  .approved-preview .check-shell {
    min-height: 0;
    box-shadow: 12px 12px 0 rgba(255, 59, 68, 0.1);
  }

  .approved-preview .resource-grid,
  .approved-preview .field-notes-grid {
    grid-template-columns: 1fr;
  }

  .approved-preview .program-stage-head {
    align-items: start;
    flex-direction: column;
  }

  .approved-preview .program-row {
    grid-template-columns: 52px 1fr auto;
    padding-block: 1.35rem;
  }

  .approved-preview .program-index {
    grid-column: 1;
    grid-row: 1;
  }

  .approved-preview .program-row h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .approved-preview .row-arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .approved-preview .program-photo {
    grid-column: 2 / -1;
    grid-row: 2;
    width: min(100%, 560px);
  }

  .approved-preview .program-row p {
    grid-column: 2 / -1;
    grid-row: 3;
  }
}

@media (max-width: 640px) {
  .approved-preview .wrap {
    width: min(100% - 1.25rem, 1380px);
  }

  .approved-preview .award-title {
    font-size: clamp(4.1rem, 22vw, 6.8rem);
  }

  .approved-preview .award-hero-media {
    bottom: auto;
    height: 720px;
  }

  .approved-preview .award-hero-media::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48%;
    background: linear-gradient(transparent, #090b0a);
    content: "";
  }

  .approved-preview .award-hero-media img {
    object-position: 62% 36%;
  }

  .approved-preview .award-subhead {
    grid-template-columns: 36px 1fr;
  }

  .approved-preview .verified-strip span {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid var(--line);
    padding-left: 0;
  }

  .approved-preview .verified-strip span + span {
    border-left: 0;
  }

  .approved-preview .check-question {
    min-height: 86px;
  }

  .approved-preview .method-grid,
  .approved-preview .proof-line {
    grid-template-columns: 1fr;
  }

  .approved-preview .method-stage {
    min-height: 290px;
  }

  .approved-preview .method-stage + .method-stage,
  .approved-preview .method-stage:nth-child(3),
  .approved-preview .method-stage:nth-child(4) {
    border-top: 1px solid #41443e;
    border-left: 0;
  }

  .approved-preview .program-row {
    grid-template-columns: 42px 1fr auto;
  }

  .approved-preview .program-row:hover {
    padding-inline: 0;
  }

  .approved-preview .program-row p,
  .approved-preview .program-photo {
    grid-column: 1 / -1;
    width: 100%;
  }

  .approved-preview .origin-photo-wrap {
    padding-left: 0.75rem;
  }

  .approved-preview .proof-fact + .proof-fact {
    border-top: 1px solid currentColor;
    border-left: 0;
    padding-left: 0;
  }

  .approved-preview .photo-mosaic {
    grid-template-columns: 1fr;
  }

  .approved-preview .photo-mosaic figure:first-child {
    grid-column: auto;
  }

  .approved-preview .photo-mosaic figure {
    min-height: 450px;
  }

  .approved-preview .offer-shell {
    min-height: 0;
    box-shadow: 10px 10px 0 rgba(255, 59, 68, 0.09);
  }

  .approved-preview .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .approved-preview *,
  .approved-preview *::before,
  .approved-preview *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .approved-preview .house-lights {
    display: none;
  }

  .approved-preview .kinetic-ticker-track {
    transform: none !important;
  }

  .approved-preview .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .approved-preview :where(.award-title .outline, .story-title .outline, .minute-title span) {
    color: CanvasText;
    -webkit-text-stroke: 0;
  }

  .approved-preview :where(.award-title .accent, .result-metric, .scene-label) {
    color: LinkText;
  }
}

/* Secure coaching and beta-results pages reuse the approved public art direction. */
.approved-preview .section {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.approved-preview .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--accent-strong);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.approved-preview .eyebrow::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.approved-preview .lede {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.approved-preview .spread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.approved-preview .card-flat {
  box-shadow: none;
}

.approved-preview .approved-page-title {
  max-width: 900px;
  margin: 0 0 1.25rem;
  font: 900 clamp(3.4rem, 7.4vw, 7rem)/0.82 var(--display);
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.approved-preview .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.8fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: start;
}

.approved-preview .coaching-next-card {
  margin-top: 1.5rem;
}

.approved-preview .offer-card {
  position: relative;
  border-top: 6px solid var(--accent);
}

.approved-preview .offer-card > h2 {
  margin: 0 0 1rem;
  font: 850 clamp(2.3rem, 4vw, 3.8rem)/0.88 var(--display);
  text-transform: uppercase;
}

.approved-preview .coaching-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.approved-preview .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.approved-preview .field {
  display: grid;
  min-width: 0;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.approved-preview :where(.field > span, .field legend) {
  font-size: 0.76rem;
  font-weight: 800;
}

.approved-preview :where(.field input:not([type="radio"]), .field select, .field textarea) {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #0b0e0c;
  padding: 0.68rem 0.75rem;
  color: var(--ink);
}

.approved-preview .field textarea {
  min-height: 112px;
  resize: vertical;
}

.approved-preview .offer-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin: 0 0 1rem;
}

.approved-preview .offer-progress span {
  height: 4px;
  background: #373a34;
}

.approved-preview .offer-progress span.is-on {
  background: var(--accent);
}

.approved-preview .offer-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.approved-preview .offer-step-head h3 {
  margin: 0;
  font: 850 clamp(2.3rem, 4vw, 3.7rem)/0.9 var(--display);
  text-transform: uppercase;
}

.approved-preview .choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.approved-preview .choice-card {
  position: relative;
  display: block;
  min-height: 92px;
  padding: 0.9rem;
  border: 1px solid #4a4e45;
  background: transparent;
  cursor: pointer;
}

.approved-preview .choice-card:has(input:checked) {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.approved-preview .choice-card:has(input:focus-visible) {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.approved-preview .choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.approved-preview .choice-card strong {
  display: block;
  margin-top: 1.55rem;
  font: 850 1.3rem/0.95 var(--display);
  text-transform: uppercase;
}

.approved-preview .check-option:disabled {
  cursor: wait;
  opacity: 0.72;
}

.approved-preview .check-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
}

.approved-preview .check-row input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.approved-preview .check-row a {
  color: var(--accent-strong);
  text-decoration: underline;
}

.approved-preview .form-privacy-note {
  margin: 0;
  color: var(--muted);
}

.approved-preview .form-privacy-note a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.approved-preview .pill-accent {
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.approved-preview .hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.approved-preview .form-error {
  min-height: 1.3em;
  color: #ff9a9f;
  font-size: 0.76rem;
  font-weight: 700;
}

.approved-preview .form-error a {
  color: inherit;
  text-decoration: underline;
}

.approved-preview .success-card {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid #7fb39c;
  background: var(--green-soft);
}

.approved-preview .success-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #07100c;
  font-size: 1.4rem;
  font-weight: 900;
}

.approved-preview .handoff-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.25rem 0;
  border: 1px solid #4a4e45;
}

.approved-preview .handoff-node {
  min-height: 120px;
  padding: 1rem;
}

.approved-preview .handoff-node + .handoff-node {
  border-left: 1px solid #4a4e45;
}

.approved-preview .handoff-node span {
  display: block;
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.approved-preview .handoff-node strong {
  display: block;
  margin-top: 1.5rem;
  font: 850 1.35rem/0.95 var(--display);
  text-transform: uppercase;
}

.approved-preview .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.approved-preview .results-proof-section {
  border-block: 1px solid #41443e;
  background: #111410;
  color: #f3f0e8;
}

.approved-preview .results-proof-section + .results-proof-section {
  border-top: 0;
}

.approved-preview .testimonial-card {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid #41453d;
  background: #171a16;
}

.approved-preview .testimonial-card blockquote {
  margin: 1.8rem 0;
  font: 780 clamp(2rem, 3.2vw, 3.3rem)/0.96 var(--display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.approved-preview .testimonial-card .result-client {
  margin-top: auto;
}

.approved-preview .quote-mark {
  color: var(--accent);
  font: 4rem/0.55 Georgia, serif;
}

.approved-preview .results-next-step {
  flex-wrap: wrap;
}

.approved-preview .results-next-step h2 {
  margin: 0;
  font: 850 clamp(2.4rem, 5vw, 4.4rem)/0.86 var(--display);
  text-transform: uppercase;
}

.approved-preview .share-toast {
  position: fixed;
  z-index: 80;
  right: 1rem;
  bottom: 1rem;
  max-width: min(360px, calc(100vw - 2rem));
  border: 1px solid #5d6158;
  background: #111410;
  padding: 0.85rem 1rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.approved-preview .share-toast.is-visible {
  opacity: 1;
  transform: none;
}

.approved-preview .public-footer .site-footer-links strong {
  color: #f3f0e8;
}

@media (max-width: 860px) {
  .approved-preview .hero-grid,
  .approved-preview .client-proof-head {
    grid-template-columns: 1fr;
  }

  .approved-preview .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .approved-preview .section {
    padding: 3.5rem 0;
  }

  .approved-preview .form-grid,
  .approved-preview .choice-grid,
  .approved-preview .handoff-flow {
    grid-template-columns: 1fr;
  }

  .approved-preview .handoff-node + .handoff-node {
    border-top: 1px solid #4a4e45;
    border-left: 0;
  }
}
