/* ── The Outside-In — product page ────────────────────────────
   Dark sibling of /stand-back. Borrows that page's vignette, hairline
   ladder and footer nav; everything below is this page's own art
   direction. No new colours, typefaces or spacing values — all tokens. */

/* Ladder rungs here carry no CTA, so the body is the last child and
   its trailing space is dead. */
.oi-page .sb-rung-body:last-child {
  margin-bottom: 0;
}

/* ── Type hierarchy ────────────────────────────────────────────
   Two voices on this page: the statements, which are the argument,
   and the section headings, which are only labels for it. They were
   too close in size to read as different things. */
.oi-page .sb-lead {
  font-size: clamp(36px, 7.4vw, 108px);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.oi-page .sb-ways-title {
  font-size: clamp(20px, 2.4vw, 32px);
  letter-spacing: -0.01em;
  margin-bottom: var(--space-md);
}

/* A label sits close to what it labels — the section's own margin is
   already doing the separating. */
.oi-page .sb-ways-title + .sb-copy {
  margin-top: 0;
}

.oi-page .sb-ways-title .sb-accent {
  color: var(--color-orange);
}

/* ── Hero ──────────────────────────────────────────────────────
   Type only. The first two lines sit hard left, the answer arrives
   from the far right — the distance is the layout. */
.oi-hero {
  justify-content: flex-start;
  text-align: left;
}

.oi-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.oi-hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(38px, 10vw, 170px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: var(--color-white);
}

.oi-hero-line {
  display: block;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.oi-hero-line.visible {
  opacity: 1;
  transform: translateY(0);
}

/* The reply, from the other side of the page */
.oi-hero-line--far {
  text-align: right;
  color: var(--color-orange);
}

.oi-hero-sub {
  opacity: 0;
  max-width: 36ch;
  margin-top: var(--space-md);
  padding-top: var(--space-sm);
  border-top: 1px solid var(--sb-hairline);
  transition: opacity 1s var(--ease-out) 0.5s;
}

.oi-hero-sub.visible {
  opacity: 1;
}

/* The product named for the first time */
.oi-hero-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 2.9vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-white);
}

/* The one orange mark in the name — the same move as the logotype */
.oi-name-hyphen {
  color: var(--color-orange);
}

.oi-hero-desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.5;
  color: var(--color-white);
  opacity: 0.65;
  margin-top: 0.6em;
}

/* ── Why there's no call — full-bleed orange variant ───────────
   The page's single colour event, landing on its hardest argument. */
.oi-nocall--field {
  background-color: var(--color-orange);
}

.oi-nocall--field .sb-lead,
.oi-nocall--field .sb-copy p {
  color: var(--color-black);
}

.oi-nocall--field .sb-copy p {
  opacity: 0.78;
}

.oi-nocall--field .sb-accent {
  color: var(--color-white);
}

/* ── How it works — step numbers at display scale ─────────────── */
.oi-step-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(52px, 7vw, 116px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
  margin-bottom: var(--space-xs);
}

/* ── What I can see, what I can't ─────────────────────────────
   Runs on the page's own ladder — same two columns, same hairlines,
   same alignment as every other pair on the page. */
.oi-honesty-list {
  list-style: none;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.5;
  color: var(--color-white);
  opacity: 0.7;
}

.oi-honesty-list li + li {
  margin-top: 0.9em;
}

.oi-honesty-note {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.6;
  color: var(--color-white);
  opacity: 0.72;
  max-width: 58ch;
  margin-top: var(--space-lg);
}

/* ── Price and the one button ─────────────────────────────────── */
.oi-close {
  background-color: var(--color-black);
  padding: var(--space-lg) var(--pad-h) var(--space-xl);
  text-align: center;
}

.oi-close-inner {
  max-width: 900px;
  margin: 0 auto;
}

.oi-price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(62px, 13vw, 168px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--color-white);
}

.oi-price-sub {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.5;
  color: var(--color-white);
  opacity: 0.65;
  margin-top: var(--space-xs);
}

.oi-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  background-color: var(--color-orange);
  text-decoration: none;
  padding: 18px 36px;
  border-radius: 2px;
  margin-top: var(--space-md);
  transition: background-color 0.2s ease, transform 0.25s var(--ease-out);
}

.oi-cta-btn:hover {
  background-color: var(--color-orange-hover);
  transform: translateY(-2px);
}

.oi-close-note {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-white);
  opacity: 0.45;
  margin-top: var(--space-sm);
}

.oi-close-note a {
  color: inherit;
}
