.results-page {
  background:
    radial-gradient(circle at 13% 8%, rgba(230, 211, 163, 0.08), transparent 25rem),
    radial-gradient(circle at 88% 8%, rgba(191, 164, 106, 0.12), transparent 32rem),
    linear-gradient(180deg, #020202 0%, var(--black-rich) 45%, #030303 100%);
}

.results-page .brand-tagline {
  display: inline;
}

.results-main {
  position: relative;
  overflow: hidden;
}

.results-main::before,
.results-main::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(230, 211, 163, 0.13);
  border-radius: 50%;
}

.results-main::before {
  top: -4rem;
  right: -7rem;
  width: min(52rem, 70vw);
  aspect-ratio: 1.55 / 1;
  transform: rotate(-22deg);
}

.results-main::after {
  top: 17rem;
  right: -11rem;
  width: min(48rem, 70vw);
  aspect-ratio: 1.55 / 1;
  opacity: 0.7;
  transform: rotate(-21deg);
}

.results-hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(3.6rem, 5.6vw, 5rem) clamp(1.3rem, 2.5vw, 2rem);
}

.results-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 70% 28%, rgba(230, 211, 163, 0.1), transparent 28rem),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.78));
}

.results-hero-grid {
  display: grid;
  grid-template-columns: minmax(28rem, 0.82fr) minmax(33rem, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
}

.results-hero-copy {
  max-width: 43rem;
}

.results-hero h1,
.results-cta-band h2 {
  margin: 0;
  color: var(--ivory);
  font-family: "Cormorant Garamond", "Bodoni 72", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.results-hero h1 {
  margin-top: 0.8rem;
  font-size: clamp(3.1rem, 5.65vw, 5.7rem);
  line-height: 0.93;
}

.results-subtitle {
  max-width: 37rem;
  margin: 1rem 0 0;
  color: rgba(239, 231, 216, 0.88);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.62;
}

.honest-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  width: min(100%, 28.5rem);
  margin-top: 1.25rem;
  border: 1px solid rgba(230, 211, 163, 0.36);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 20%, rgba(230, 211, 163, 0.08), transparent 9rem),
    rgba(17, 16, 14, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 1.05rem 1.2rem;
}

.honest-note svg {
  width: 2.9rem;
  height: 2.9rem;
  color: var(--champagne);
  fill: currentColor;
  opacity: 0.9;
}

.honest-note p {
  margin: 0;
  color: var(--champagne);
  font-family: "Cormorant Garamond", "Bodoni 72", Georgia, serif;
  font-size: clamp(1.16rem, 1.9vw, 1.5rem);
  line-height: 1.28;
}

.results-arc {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(230, 211, 163, 0.2);
  border-radius: 50%;
}

.results-arc-one {
  right: -8rem;
  top: -4.7rem;
  width: min(54rem, 66vw);
  aspect-ratio: 1.55 / 1;
  transform: rotate(-22deg);
}

.results-arc-two {
  right: -5rem;
  top: 2.5rem;
  width: min(45rem, 58vw);
  aspect-ratio: 1.55 / 1;
  opacity: 0.72;
  transform: rotate(-22deg);
}

.evidence-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 0.75rem;
  min-width: 0;
  border: 1px solid rgba(230, 211, 163, 0.58);
  border-radius: 10px;
  background:
    radial-gradient(circle at 55% 0%, rgba(230, 211, 163, 0.08), transparent 22rem),
    linear-gradient(145deg, rgba(20, 18, 15, 0.88), rgba(5, 5, 5, 0.95));
  box-shadow:
    0 0 0 1px rgba(230, 211, 163, 0.05),
    0 30px 90px rgba(0, 0, 0, 0.5),
    0 0 50px rgba(191, 164, 106, 0.1);
  padding: clamp(0.85rem, 1.4vw, 1.1rem);
}

.journey-panel,
.chart-panel,
.recording-row,
.feedback-panel,
.improvement-panel {
  border: 1px solid rgba(230, 211, 163, 0.18);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.visual-label {
  margin: 0;
  color: var(--champagne);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.journey-panel {
  padding: 0.95rem;
}

.journey-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 0;
  margin: 1.25rem 0 0.72rem;
}

.journey-line::before {
  position: absolute;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(230, 211, 163, 0.82), transparent),
    repeating-linear-gradient(90deg, rgba(230, 211, 163, 0.4) 0 4px, transparent 4px 14px);
}

.journey-line span {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 1.45rem;
  height: 1.45rem;
  border: 1px solid var(--champagne);
  border-radius: 50%;
  background: var(--black-rich);
}

.journey-line span.active {
  width: 2.25rem;
  height: 2.25rem;
  background:
    radial-gradient(circle, rgba(230, 211, 163, 0.25), rgba(20, 18, 15, 0.95));
  box-shadow: 0 0 24px rgba(230, 211, 163, 0.22);
}

.journey-line span.active::before {
  position: absolute;
  inset: 0.58rem;
  content: "";
  background: var(--champagne);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.journey-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
}

.journey-labels span {
  color: rgba(239, 231, 216, 0.82);
  font-size: 0.72rem;
  line-height: 1.18;
  text-align: center;
}

.chart-panel {
  padding: 0.95rem 0.95rem 0.8rem;
}

.progress-chart {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}

.chart-grid {
  fill: none;
  stroke: rgba(230, 211, 163, 0.12);
  stroke-width: 1;
}

.chart-fill {
  fill: url("#resultsChartFill");
}

.chart-line {
  fill: none;
  stroke: var(--champagne);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.chart-dots {
  fill: var(--champagne);
}

.week-labels {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}

.week-labels span {
  color: rgba(239, 231, 216, 0.72);
  font-size: 0.58rem;
  text-align: center;
}

.recording-stack {
  display: grid;
  gap: 0.5rem;
}

.recording-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.72rem 0.82rem;
}

.play-dot {
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
  border: 1px solid var(--champagne);
  border-radius: 50%;
}

.play-dot::after {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.28rem solid transparent;
  border-bottom: 0.28rem solid transparent;
  border-left: 0.43rem solid var(--champagne);
  transform: translate(-50%, -50%);
}

.recording-row time {
  color: rgba(239, 231, 216, 0.76);
  font-size: 0.72rem;
}

.waveform {
  display: flex;
  align-items: center;
  gap: 0.13rem;
  min-width: 0;
  height: 1.15rem;
  margin-top: 0.28rem;
  overflow: hidden;
}

.waveform span {
  width: 2px;
  height: 38%;
  flex: 0 0 2px;
  border-radius: 99px;
  background: rgba(230, 211, 163, 0.62);
}

.waveform span:nth-child(3n) {
  height: 76%;
}

.waveform span:nth-child(4n) {
  height: 52%;
}

.waveform span:nth-child(5n) {
  height: 92%;
}

.waveform-after span {
  background: rgba(230, 211, 163, 0.78);
}

.feedback-panel {
  padding: 0.9rem;
}

.feedback-content {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.7rem;
}

.coach-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(230, 211, 163, 0.42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 211, 163, 0.19), rgba(20, 18, 15, 0.88));
  color: var(--champagne);
  font-family: "Cormorant Garamond", "Bodoni 72", Georgia, serif;
  font-size: 1.35rem;
}

.feedback-content p {
  margin: 0;
  color: rgba(239, 231, 216, 0.84);
  font-size: 0.78rem;
  line-height: 1.38;
}

.feedback-content p span {
  display: block;
  margin-top: 0.35rem;
  color: var(--champagne);
}

.feedback-content svg {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--champagne-dark);
  stroke-width: 1.4;
}

.improvement-panel {
  grid-column: 1 / -1;
  padding: 0.9rem 1rem;
}

.improvement-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.7rem;
}

.improvement-grid span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
  color: rgba(239, 231, 216, 0.83);
  font-size: 0.72rem;
  line-height: 1.25;
}

.improvement-grid svg {
  width: 1.55rem;
  height: 1.55rem;
  color: var(--champagne-dark);
  stroke-width: 1.35;
}

.track-section,
.proof-section,
.transformation-section,
.stories-section,
.results-final {
  padding-block: clamp(1.1rem, 2.4vw, 1.9rem);
}

.section-rule-title {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.section-rule-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 211, 163, 0.4));
}

.section-rule-title span:last-child {
  background: linear-gradient(90deg, rgba(230, 211, 163, 0.4), transparent);
}

.section-rule-title h2 {
  margin: 0;
  color: var(--champagne);
  font-size: clamp(0.82rem, 1.3vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
}

.tracking-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
}

.tracking-card,
.proof-card,
.story-card {
  border: 1px solid rgba(230, 211, 163, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 211, 163, 0.05), transparent 10rem),
    linear-gradient(145deg, rgba(20, 18, 15, 0.78), rgba(5, 5, 5, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.tracking-card {
  display: grid;
  place-items: center;
  min-height: 7.4rem;
  padding: 1rem 0.85rem;
  text-align: center;
}

.tracking-card svg {
  width: 2.45rem;
  height: 2.45rem;
  margin-bottom: 0.7rem;
  color: var(--champagne-dark);
  stroke-width: 1.35;
}

.tracking-card h3 {
  margin: 0;
  color: var(--soft-white);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.24;
}

.proof-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1.3rem, 2vw, 2.2rem);
}

.proof-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  min-height: 7.5rem;
  padding: 1rem;
}

.proof-card:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: calc(-1 * clamp(1.3rem, 2vw, 2.2rem) + 0.28rem);
  content: "\2192";
  color: var(--champagne);
  font-size: 1.25rem;
  transform: translateY(-50%);
}

.proof-card svg {
  width: 2.35rem;
  height: 2.35rem;
  color: var(--champagne-dark);
  stroke-width: 1.35;
}

.proof-card h3,
.state-list h3 {
  margin: 0;
  color: var(--champagne);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.proof-card p {
  margin: 0.35rem 0 0;
  color: rgba(239, 231, 216, 0.78);
  font-size: 0.78rem;
  line-height: 1.4;
}

.transformation-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.2rem, 3.8vw, 3.2rem);
  min-height: clamp(10.5rem, 14vw, 13.2rem);
  overflow: hidden;
  border: 1px solid rgba(230, 211, 163, 0.42);
  border-radius: 9px;
  background:
    radial-gradient(circle at 50% 50%, rgba(230, 211, 163, 0.16), transparent 8rem),
    radial-gradient(ellipse at 22% 52%, rgba(230, 211, 163, 0.055), transparent 18rem),
    radial-gradient(ellipse at 78% 52%, rgba(230, 211, 163, 0.08), transparent 20rem),
    linear-gradient(90deg, rgba(20, 18, 15, 0.82), rgba(5, 5, 5, 0.96) 48%, rgba(20, 18, 15, 0.82));
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.42),
    0 0 52px rgba(191, 164, 106, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 50px rgba(230, 211, 163, 0.035);
  padding: clamp(1.05rem, 2vw, 1.45rem) clamp(1.1rem, 3vw, 2.05rem);
}

.transformation-band::before,
.transformation-band::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.transformation-band::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88), transparent 28%, transparent 72%, rgba(5, 5, 5, 0.78)),
    radial-gradient(ellipse at center, rgba(230, 211, 163, 0.1), transparent 27%);
}

.transformation-band::after {
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 211, 163, 0.18), rgba(230, 211, 163, 0.62), rgba(230, 211, 163, 0.18), transparent);
  box-shadow: 0 0 18px rgba(230, 211, 163, 0.22);
  transform: translateY(-50%);
}

.transformation-connector {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 30%;
  right: 30%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(230, 211, 163, 0.6), rgba(230, 211, 163, 0.86), rgba(230, 211, 163, 0.6), transparent);
  box-shadow:
    0 0 12px rgba(230, 211, 163, 0.45),
    0 0 34px rgba(191, 164, 106, 0.2);
}

.profile-shadow,
.transformation-lines {
  position: absolute;
  pointer-events: none;
}

.profile-shadow {
  z-index: 1;
  bottom: -2.3rem;
  width: min(15.5rem, 18vw);
  height: calc(100% + 2.8rem);
  color: rgba(0, 0, 0, 0.58);
  filter:
    drop-shadow(0 0 22px rgba(230, 211, 163, 0.045))
    drop-shadow(0 0 34px rgba(0, 0, 0, 0.36));
}

.profile-shadow path {
  fill: currentColor;
}

.profile-shadow-left {
  left: 27%;
}

.profile-shadow-right {
  right: 24%;
  transform: scaleX(-1);
}

.transformation-lines {
  z-index: 2;
  top: 50%;
  width: min(31rem, 38%);
  height: 95%;
  fill: none;
  stroke: rgba(230, 211, 163, 0.25);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.05;
  opacity: 0.62;
  transform: translateY(-50%);
}

.transformation-lines path {
  filter: drop-shadow(0 0 8px rgba(230, 211, 163, 0.13));
}

.transformation-lines-left {
  left: 17%;
  stroke: rgba(191, 164, 106, 0.18);
  opacity: 0.52;
}

.transformation-lines-left path:nth-child(2),
.transformation-lines-left path:nth-child(4) {
  stroke: rgba(230, 211, 163, 0.12);
}

.transformation-lines-right {
  right: 5%;
  stroke: rgba(230, 211, 163, 0.34);
  opacity: 0.72;
}

.transformation-lines-right path:nth-child(2),
.transformation-lines-right path:nth-child(4) {
  stroke: rgba(191, 164, 106, 0.26);
}

.state-list {
  position: relative;
  z-index: 4;
  max-width: 18rem;
  padding: 0.2rem 0;
}

.before-state {
  justify-self: start;
}

.after-state {
  justify-self: end;
}

.state-list ul {
  display: grid;
  gap: 0.48rem;
  padding: 0;
  margin: 0.64rem 0 0;
  list-style: none;
}

.state-list li {
  position: relative;
  color: rgba(239, 231, 216, 0.84);
  font-size: clamp(0.82rem, 1vw, 0.93rem);
  line-height: 1.3;
  padding-left: 1.35rem;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.72);
}

.state-list li::before {
  position: absolute;
  left: 0;
  top: 0.09rem;
  display: grid;
  place-items: center;
  width: 0.88rem;
  height: 0.88rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--champagne);
  font-size: 0.58rem;
  line-height: 1;
}

.before-state li::before {
  content: "\00d7";
}

.after-state li::before {
  content: "\2713";
}

.center-mark {
  position: relative;
  z-index: 5;
  display: grid;
  place-items: center;
  width: clamp(5.35rem, 7.2vw, 6.6rem);
  height: clamp(5.35rem, 7.2vw, 6.6rem);
  border: 1px solid rgba(230, 211, 163, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(230, 211, 163, 0.23), rgba(191, 164, 106, 0.08) 43%, rgba(5, 5, 5, 0.92) 72%),
    linear-gradient(145deg, rgba(20, 18, 15, 0.94), rgba(5, 5, 5, 0.98));
  box-shadow:
    0 0 0 1px rgba(230, 211, 163, 0.08),
    0 0 22px rgba(230, 211, 163, 0.36),
    0 0 56px rgba(191, 164, 106, 0.22),
    inset 0 0 24px rgba(230, 211, 163, 0.09);
}

.center-mark::before,
.center-mark::after {
  position: absolute;
  content: "";
}

.center-mark::before {
  inset: -1.2rem;
  z-index: -1;
  border: 1px solid rgba(230, 211, 163, 0.24);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 211, 163, 0.22), transparent 62%);
  box-shadow: 0 0 46px rgba(230, 211, 163, 0.16);
}

.center-mark::after {
  inset: 0.55rem;
  border: 1px solid rgba(230, 211, 163, 0.23);
  border-radius: 50%;
  box-shadow: inset 0 0 18px rgba(230, 211, 163, 0.08);
}

.center-mark img {
  position: relative;
  z-index: 1;
  width: clamp(3.75rem, 5.5vw, 4.75rem);
  height: clamp(3.75rem, 5.5vw, 4.75rem);
  object-fit: contain;
  border-radius: 50%;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 14px rgba(230, 211, 163, 0.24));
}

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

.story-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  min-height: 7rem;
  padding: 1.1rem 1.2rem;
}

.story-card p {
  margin: 0;
  color: rgba(239, 231, 216, 0.8);
  font-size: 0.95rem;
  line-height: 1.45;
}

.profile-icon {
  position: relative;
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  border: 1px solid var(--champagne-dark);
  border-radius: 50%;
}

.profile-icon::before {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  content: "";
  border: 1px solid var(--champagne-dark);
  border-radius: 50%;
  transform: translateX(-50%);
}

.profile-icon::after {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  height: 1.15rem;
  content: "";
  border: 1px solid var(--champagne-dark);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.results-cta-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.1rem, 3vw, 2rem);
  border: 1px solid rgba(230, 211, 163, 0.55);
  border-radius: 9px;
  background:
    radial-gradient(circle at 0% 0%, rgba(230, 211, 163, 0.11), transparent 18rem),
    linear-gradient(135deg, rgba(20, 18, 15, 0.92), rgba(5, 5, 5, 0.94));
  box-shadow:
    0 0 50px rgba(191, 164, 106, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  padding: clamp(1.05rem, 2vw, 1.45rem) clamp(1rem, 3vw, 2rem);
}

.results-cta-band img {
  width: clamp(4.3rem, 7vw, 5.8rem);
  height: clamp(4.3rem, 7vw, 5.8rem);
  object-fit: contain;
}

.results-cta-band h2 {
  color: var(--champagne);
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  line-height: 1.04;
}

.results-cta-band p {
  max-width: 44rem;
  margin: 0.45rem 0 0;
  color: rgba(239, 231, 216, 0.83);
  font-size: clamp(0.94rem, 1.15vw, 1.05rem);
  line-height: 1.55;
}

.results-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem;
}

.results-footer {
  padding: 2.4rem 0 2.8rem;
  color: rgba(167, 159, 144, 0.86);
}

.results-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-top: 1px solid rgba(230, 211, 163, 0.16);
  padding-top: 1.4rem;
}

.results-footer p {
  margin: 0;
  font-size: 0.86rem;
}

.results-footer .footer-brand {
  color: var(--champagne);
  font-family: "Cormorant Garamond", "Bodoni 72", Georgia, serif;
  font-size: 1.25rem;
}

.results-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.results-footer a {
  color: rgba(239, 231, 216, 0.72);
  text-decoration: none;
}

.results-footer a:hover,
.results-footer a:focus-visible {
  color: var(--champagne);
}

@media (max-width: 1180px) {
  .results-hero-grid {
    grid-template-columns: 1fr;
  }

  .results-hero-copy {
    max-width: 50rem;
  }

  .evidence-card {
    max-width: 54rem;
  }

  .tracking-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-card:not(:last-child)::after {
    display: none;
  }

  .results-cta-band {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .results-cta-actions {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .results-page .brand-tagline {
    display: none;
  }

  .results-hero {
    padding-block: 3rem 1.25rem;
  }

  .results-hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.15rem);
  }

  .results-subtitle {
    font-size: 1rem;
  }

  .evidence-card {
    grid-template-columns: 1fr;
  }

  .improvement-panel {
    grid-column: auto;
  }

  .improvement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tracking-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-flow,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .transformation-band {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 1.25rem;
    min-height: auto;
    padding: 1.15rem;
  }

  .transformation-band::after {
    top: 6.2rem;
    bottom: 6.2rem;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(230, 211, 163, 0.52), transparent);
    transform: translateX(-50%);
  }

  .transformation-connector {
    top: 28%;
    bottom: 26%;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(230, 211, 163, 0.76), transparent);
    transform: translateX(-50%);
  }

  .profile-shadow {
    width: min(14rem, 58vw);
    height: 14rem;
    opacity: 0.42;
  }

  .profile-shadow-left {
    top: 4.8rem;
    bottom: auto;
    left: 38%;
  }

  .profile-shadow-right {
    right: 34%;
    bottom: 3.8rem;
  }

  .transformation-lines {
    width: 82%;
    height: 12rem;
    opacity: 0.32;
  }

  .transformation-lines-left {
    top: 30%;
    left: -24%;
  }

  .transformation-lines-right {
    top: 68%;
    right: -30%;
  }

  .state-list {
    max-width: none;
    padding: 0.25rem 0.2rem;
  }

  .center-mark {
    justify-self: center;
    width: 5.5rem;
    height: 5.5rem;
  }

  .center-mark img {
    width: 3.8rem;
    height: 3.8rem;
  }

  .after-state {
    justify-self: start;
  }

  .results-cta-band {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .results-cta-band img {
    width: 3.7rem;
    height: 3.7rem;
  }

  .results-cta-actions {
    grid-column: auto;
    display: grid;
    justify-content: stretch;
  }

  .results-cta-actions .button {
    width: 100%;
  }

  .results-footer-grid {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 520px) {
  .results-hero {
    padding-block: 2.55rem 1rem;
  }

  .results-hero-grid {
    gap: 1.45rem;
  }

  .honest-note {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0.9rem;
  }

  .honest-note svg {
    width: 2rem;
    height: 2rem;
  }

  .evidence-card {
    padding: 0.7rem;
  }

  .journey-panel,
  .chart-panel,
  .feedback-panel,
  .improvement-panel {
    padding: 0.78rem;
  }

  .journey-labels span {
    font-size: 0.58rem;
  }

  .week-labels span {
    font-size: 0.5rem;
  }

  .feedback-content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .coach-mark {
    width: 2.45rem;
    height: 2.45rem;
  }

  .improvement-grid,
  .tracking-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .improvement-grid span {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .tracking-card {
    min-height: 6.7rem;
    padding: 0.85rem 0.55rem;
  }

  .tracking-card h3 {
    font-size: 0.82rem;
  }

  .section-rule-title {
    grid-template-columns: minmax(1rem, 1fr) auto minmax(1rem, 1fr);
    gap: 0.55rem;
  }

  .section-rule-title h2 {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
  }

  .proof-card {
    min-height: auto;
    padding: 0.9rem;
  }

  .story-card {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (max-width: 390px) {
  .results-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.55rem);
  }

  .recording-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .recording-row time {
    grid-column: 2;
  }
}
