
  :root {
    color-scheme: light;
    --petrol: #0B3B4C;
    --blue: #0077A0;
    --deep: #005F80;
    --sky: #6CC3DD;
    --ink: #1D1D1F;
    --muted: #6E6E73;
    --soft: #F5F5F7;
    --line: #E8E8ED;
    --on-dark: #F5F5F7;
    --on-dark-muted: #A1A1A6;
  }
  * { box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; }
  body { margin: 0; background: #FFFFFF; color: var(--ink); font-family: "Geist", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.47; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  a { color: var(--blue); text-decoration: none; }
  a:hover { color: var(--deep); text-decoration: underline; }
  h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -0.015em; text-wrap: balance; }
  p { margin: 0; }
  sup { font-size: 0.55em; vertical-align: super; line-height: 0; }
  img { max-width: 100%; }
  button { font: inherit; }
  a:focus-visible, button:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
  .on-dark a:focus-visible, .on-dark button:focus-visible { outline-color: var(--sky); }

  .wrap { width: min(1024px, 100% - 48px); margin-inline: auto; }
  .wide { width: min(1280px, 100% - 48px); margin-inline: auto; }
  .center { text-align: center; }
  .sec { color: var(--muted); }
  .eyebrow { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
  .on-dark .eyebrow { color: var(--on-dark-muted); }
  .pill { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--blue); color: #FFFFFF; font-weight: 500; font-size: 17px; padding: 12px 24px; border-radius: 980px; min-height: 44px; }
  .pill:hover { background: var(--deep); color: #FFFFFF; text-decoration: none; }
  .micro { font-size: 13px; color: var(--muted); line-height: 1.45; }
  .more { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue); }
  .band-title { font-size: clamp(34px, 5.2vw, 56px); line-height: 1.07; margin-top: 16px; letter-spacing: -0.028em; }
  .band-lede { margin: 22px auto 0; font-size: clamp(17px, 2vw, 21px); max-width: 700px; color: var(--muted); }

  /* Navigation */
  .nav { background: rgba(11, 59, 76, 0.97); color: var(--on-dark); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 52px; }
  .nav-logo { color: var(--on-dark); display: flex; align-items: center; }
  .nav-logo:hover { color: var(--on-dark); }
  .nav-links { display: flex; gap: 32px; font-size: 13px; }
  .nav-links a { color: var(--on-dark); opacity: 0.8; }
  .nav-links a[aria-current="page"] { opacity: 1; }
  .nav-cta { padding: 7px 16px; font-size: 13px; min-height: 0; }
  @media (max-width: 860px) {
    .nav-inner { flex-wrap: wrap; padding: 10px 0 0; }
    .nav-links { order: 3; width: 100%; overflow-x: auto; gap: 24px; padding: 8px 0 10px; white-space: nowrap; scrollbar-width: none; }
    .nav-links::-webkit-scrollbar { display: none; }
  }
  @media (max-width: 420px) {
    .nav-logo svg { width: 92px; height: 18px; }
    .nav-cta { font-size: 12px; padding: 7px 12px; }
  }

  /* Hero: approved accumulation vs conversion handoff, petrol colours */
  .hero { padding: 72px 0 60px; }
  .hero-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.15em; color: var(--blue); }
  .hero h1 { font-size: clamp(34px, 7vw, 56px); line-height: 1.04; font-weight: 500; letter-spacing: -0.055em; margin-top: 12px; color: #202527; }
  .hero-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; margin-top: 30px; }
  .hero-card { border-radius: 20px; padding: 26px 28px 20px; display: flex; flex-direction: column; overflow: hidden; min-width: 0; }
  .hero-kicker { font-size: 11px; line-height: 1.4; letter-spacing: 0.14em; font-weight: 500; }
  .hero-add { background: #F3F3F0; opacity: 0.8; }
  .hero-add .hero-kicker { color: #596367; }
  .re-rows { display: flex; flex-direction: column; margin-top: 10px; flex-grow: 1; }
  .re-row { display: grid; grid-template-columns: minmax(0, 1fr) 147px; align-items: center; min-height: 81px; gap: 6px; }
  .re-row + .re-row { border-top: 1px solid #DFE3E3; }
  .re-title { font-size: 25px; line-height: 1.12; letter-spacing: -0.04em; font-weight: 500; color: #596367; position: relative; z-index: 5; }
  .re-objects { width: 123px; height: 77px; position: relative; isolation: isolate; }
  .re-add-cue { position: absolute; right: -3px; top: 0; z-index: 9; font-size: 21px; line-height: 1; color: #667578; opacity: 0; pointer-events: none; }
  .re-obj { position: absolute; border: 1px solid #D8DDDD; background: #FFFFFF; border-radius: 5px; color: #667578; box-shadow: 0 3px 7px rgba(20, 44, 55, 0.07); font-size: 11px; line-height: 1; }
  .re-obj svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
  .re-site { width: 57px; height: 59px; padding: 8px 8px 6px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
  .re-site svg { width: 23px; height: 23px; stroke-width: 1.25; }
  .re-ad { width: 88px; height: 62px; overflow: hidden; }
  .re-chrome { height: 12px; border-bottom: 1px solid #D8DDDD; display: flex; align-items: center; gap: 3px; padding: 0 5px; }
  .re-chrome b { width: 2px; height: 2px; border-radius: 50%; background: #667578; }
  .re-adbody { display: grid; grid-template-columns: 25px 1fr; gap: 6px; padding: 7px 6px; align-items: start; }
  .re-adbody svg { width: 24px; height: 24px; stroke-width: 1.1; }
  .re-adbody span { display: block; }
  .re-bar { display: block; height: 2px; width: 100%; background: #D8DDDD; margin-top: 5px; }
  .re-bar:last-child { width: 62%; }
  .re-bar-strong { height: 3px; background: #667578; opacity: 0.45; }
  .re-doc { width: 69px; height: 62px; padding: 9px 8px; }
  .re-doc > span { display: block; margin-bottom: 7px; }
  .re-cal { width: 75px; height: 62px; padding: 7px 8px; }
  .re-cal > span { display: block; padding-bottom: 5px; border-bottom: 1px solid #D8DDDD; }
  .re-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; margin-top: 6px; }
  .re-days b { width: 3px; height: 3px; background: #D8DDDD; border-radius: 1px; }
  .hero-add-caption { font-size: 12px; line-height: 1.4; padding-top: 14px; margin-top: auto; border-top: 1px solid #DFE3E3; color: #686F72; }
  .hero-convert { background: var(--petrol); color: #F4F8F7; }
  .hero-convert .hero-kicker { color: var(--sky); }
  .hero-convert h2 { font-size: 35px; font-weight: 500; line-height: 1.04; letter-spacing: -0.04em; margin: 15px 0 8px; white-space: nowrap; color: #F4F8F7; }
  @media (max-width: 1000px) { .hero-convert h2 { white-space: normal; } }
  .funnel-stage { height: 284px; margin-top: auto; }
  .funnel-svg { display: block; width: 100%; height: 284px; overflow: visible; }
  .funnel-fill { fill: var(--sky); opacity: 0.07; }
  .funnel-wall { fill: none; stroke: var(--sky); stroke-width: 1.5; stroke-linejoin: round; }
  .funnel-mouth { fill: none; stroke: var(--sky); stroke-width: 1; opacity: 0.35; }
  .funnel-divider { fill: none; stroke: var(--sky); stroke-width: 1; opacity: 0.16; }
  .patient-dot { fill: #F4F8F7; }
  .patient-dot[data-position="passed"] { fill: var(--sky); }
  .funnel-caption { font-size: 11px; line-height: 1.3; color: var(--sky); text-align: center; margin-top: 2px; }
  .motion-row { display: flex; justify-content: flex-end; padding: 6px 4px 0; min-height: 33px; }
  .replay { font-size: 11px; line-height: 1; color: #686F72; background: none; border: 0; display: inline-flex; align-items: center; gap: 5px; cursor: pointer; padding: 5px; }
  .replay:disabled { cursor: default; opacity: 0.7; }
  .replay svg { width: 12px; height: 12px; }
  .hero-bottom { text-align: center; padding-top: 9px; }
  .hero-proof { font-size: 15px; font-weight: 500; line-height: 1.5; letter-spacing: -0.02em; color: #202527; }
  .hero-positioning { font-size: 14px; line-height: 1.6; color: #686F72; margin: 8px auto 19px; max-width: 625px; }
  .hero-cta { gap: 15px; font-size: 14px; padding: 13px 21px; border-radius: 30px; }
  .hero-support { font-size: 11px; color: #686F72; line-height: 1.55; max-width: 430px; margin: 10px auto 0; }
  .scroll-cue { display: inline-flex; align-items: center; gap: 8px; margin-top: 48px; font-size: 12px; color: #86868B; }
  @media (max-width: 760px) {
    .re-objects { transform: scale(0.9); transform-origin: right center; }
  }
  @media (max-width: 640px) {
    .hero { padding: 48px 0 44px; }
    .hero-cards { grid-template-columns: minmax(0, 1fr); gap: 14px; }
    .hero-card { padding: 23px 22px 20px; }
    .re-row { grid-template-columns: minmax(0, 1fr) 128px; }
    .re-objects { transform: none; }
    .re-title { font-size: 22px; }
    .hero-convert h2 { white-space: normal; font-size: 32px; }
  }
  @media (pointer: coarse) {
    .motion-row { min-height: 44px; padding-top: 0; }
    .replay { min-height: 44px; padding: 8px; }
  }

  /* Recruitment is one part of enrollment */
  .band-soft { background: var(--soft); padding: clamp(72px, 10vw, 112px) 0; }
  .leaks { background: #FFFFFF; border-radius: 24px; padding: 44px; margin-top: 64px; display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 56px; align-items: start; }
  .leaks-copy { position: sticky; top: 40px; display: flex; flex-direction: column; gap: 28px; min-height: 420px; justify-content: space-between; }
  .leaks-copy h3 { font-size: 36px; line-height: 1.12; letter-spacing: -0.025em; }
  .leaks-copy p { font-size: 21px; line-height: 1.6; color: var(--ink); }
  .dotbox { position: relative; height: 420px; border-radius: 16px; background: var(--soft); overflow: hidden; }
  .dotfield { position: absolute; inset: 24px; background-image: radial-gradient(circle, #C7C7CC 2.4px, transparent 2.9px); background-size: 20px 20px; }
  .live-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(0, 119, 160, 0.18); }
  .reasons { display: flex; flex-direction: column; padding: 8px 8px 0; }
  .reason { display: flex; align-items: center; gap: 16px; padding: 18px 0; font-size: 21px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); }
  .reason .ind { flex: none; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--blue); background: var(--blue); box-shadow: 0 0 0 4px rgba(0, 119, 160, 0.18); }
  @media (max-width: 900px) {
    .leaks { grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 28px; margin-top: 44px; }
    .leaks-copy { position: static; min-height: 0; gap: 20px; }
    .leaks-copy h3 { font-size: 30px; }
    .leaks-copy p { font-size: 18px; }
    .dotbox { height: 300px; }
    .reason { font-size: 18px; }
  }

  /* The missing strategy */
  .band-petrol { background: var(--petrol); color: var(--on-dark); }
  .strategy { padding: clamp(72px, 11vw, 128px) 0; text-align: center; }
  .strategy .band-title { max-width: 880px; margin-inline: auto; }
  .big-number { font-size: clamp(96px, 17vw, 200px); font-weight: 700; line-height: 1; letter-spacing: -0.05em; margin-top: 56px; }
  .strategy-proof { margin: 24px auto 0; font-size: clamp(17px, 2vw, 21px); color: var(--on-dark-muted); max-width: 760px; }
  .strategy-proof a { color: var(--on-dark); }
  .strategy-question { margin: 40px auto 0; font-size: clamp(22px, 2.6vw, 28px); font-weight: 600; letter-spacing: -0.02em; max-width: 760px; text-wrap: balance; }

  /* Our delivery record */
  .record { padding: clamp(72px, 10vw, 112px) 0; }
  .tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
  .tile { background: var(--soft); border-radius: 24px; padding: 40px; }
  .tile-num { font-size: clamp(48px, 5vw, 64px); font-weight: 700; line-height: 1; letter-spacing: -0.04em; }
  .tile-num span { display: block; font-size: 17px; font-weight: 600; letter-spacing: 0; color: var(--muted); margin-bottom: 8px; }
  .tile-label { margin-top: 12px; font-size: 17px; color: var(--muted); }
  .principals { margin-top: 20px; border-radius: 24px; overflow: hidden; background: var(--petrol); color: var(--on-dark); }
  .principals img { width: 100%; aspect-ratio: 2 / 1; height: auto; object-fit: cover; object-position: center 30%; display: block; }
  .principals-body { padding: 48px 60px 56px; display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 48px; align-items: start; }
  .principals-body h3 { font-size: 34px; letter-spacing: -0.025em; }
  .principals-body p { font-size: 17px; color: #D2D2D7; line-height: 1.55; max-width: 68ch; }
  .facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
  .facts .tile { padding: 36px; }
  .facts p { font-size: 19px; font-weight: 500; line-height: 1.4; letter-spacing: -0.01em; }
  .record-close { font-size: clamp(26px, 3.4vw, 36px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.15; max-width: 840px; margin: 72px auto 0; text-align: center; text-wrap: balance; }
  @media (max-width: 860px) {
    .tiles, .facts { grid-template-columns: minmax(0, 1fr); gap: 14px; }
    .tile { padding: 32px; }
    .principals img { aspect-ratio: 4 / 3; }
    .principals-body { grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 32px 28px 36px; }
    .principals-body h3 { font-size: 28px; }
    .record-close { margin-top: 48px; }
  }

  /* Methodology: approved handoff section, accent unified to petrol blue */
    #renable-method-outputs {
      color-scheme: light;
      --rm-bg: #ffffff;
      --rm-surface: #ffffff;
      --rm-ink: #1d1d1f;
      --rm-muted: #6e6e73;
      --rm-line: #dcdde1;
      --rm-soft: #f5f5f7;
      --rm-accent: #0077A0;
      --rm-tint: #E6F2F6;
      --rm-shadow: #182a3b08;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
      color: var(--rm-ink); background: var(--rm-bg); font-size: 14px; line-height: 1.5;
      -webkit-font-smoothing: antialiased; width: 100%;
    }
    #renable-method-outputs * { box-sizing: border-box; }
    #renable-method-outputs .rm-heading, #renable-method-outputs h2, #renable-method-outputs h3,
    #renable-method-outputs p { margin: 0; }
    #renable-method-outputs .rm-main { padding: 66px 36px 52px; max-width: 1240px; margin: auto; }
    #renable-method-outputs .rm-intro { text-align: center; max-width: 760px; margin: auto; }
    #renable-method-outputs .rm-eyebrow { font-size: 11px; letter-spacing: 1.8px; font-weight: 600; color: var(--rm-muted); }
    #renable-method-outputs .rm-heading { font-size: clamp(34px, 4.8vw, 52px); line-height: 1.07; font-weight: 600; letter-spacing: -2px; margin: 17px 0 21px; }
    #renable-method-outputs .rm-intro-copy { max-width: 600px; margin: auto; color: var(--rm-muted); font-size: 16px; line-height: 1.6; }
    #renable-method-outputs .rm-disciplines { margin-top: 46px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
    #renable-method-outputs .rm-discipline { min-width: 0; position: relative; padding: 25px 21px 0; background: var(--rm-surface); border: 1px solid #e8e8ec; border-radius: 22px; display: flex; flex-direction: column; box-shadow: 0 2px 10px var(--rm-shadow); }
    #renable-method-outputs .rm-small-rule { width: 24px; height: 3px; background: var(--rm-accent); border-radius: 2px; margin-bottom: 21px; }
    #renable-method-outputs .rm-discipline h3 { font-size: 21px; line-height: 1.14; letter-spacing: -.7px; font-weight: 600; min-height: 49px; }
    #renable-method-outputs .rm-description { font-size: 13px; line-height: 1.55; color: var(--rm-muted); margin-top: 11px; min-height: 64px; }
    #renable-method-outputs .rm-output { position: relative; background: var(--rm-soft); margin: 24px -7px 0; border-radius: 12px; height: 192px; padding: 15px 12px; overflow: hidden; }
    #renable-method-outputs .rm-output-head { display: flex; align-items: center; justify-content: space-between; gap: 4px; color: var(--rm-muted); font-size: 11px; font-weight: 500; line-height: 1.2; }
    #renable-method-outputs .rm-output-head i, #renable-method-outputs .rm-output-head svg { width: 13px; height: 13px; }
    #renable-method-outputs .rm-model-chart { height: 141px; width: 100%; display: block; margin-top: 5px; overflow: visible; }
    #renable-method-outputs .rm-model-chart text { font-family: inherit; font-size: 11px; fill: var(--rm-muted); }
    #renable-method-outputs .rm-model-chart .rm-grid { stroke: var(--rm-line); stroke-width: .7; fill: none; }
    #renable-method-outputs .rm-model-chart .rm-scenario { fill: none; stroke: var(--rm-accent); stroke-width: 1.7; }
    #renable-method-outputs .rm-model-chart .rm-envelope { fill: var(--rm-tint); }
    #renable-method-outputs .rm-decision { display: flex; flex-direction: column; align-items: center; padding-top: 14px; }
    #renable-method-outputs .rm-decision-node { border: 1px solid var(--rm-line); border-radius: 6px; background: var(--rm-surface); padding: 7px 9px; font-size: 11px; line-height: 1.3; text-align: center; }
    #renable-method-outputs .rm-decision-node.rm-core { border-color: transparent; color: var(--rm-accent); background: var(--rm-tint); font-weight: 500; }
    #renable-method-outputs .rm-stem { width: 1px; height: 14px; background: var(--rm-line); }
    #renable-method-outputs .rm-branches { display: grid; grid-template-columns: 1fr 1fr; width: 100%; column-gap: 7px; padding-top: 12px; position: relative; }
    #renable-method-outputs .rm-branches:before { content: ""; position: absolute; left: 24%; right: 24%; top: 0; border-top: 1px solid var(--rm-line); }
    #renable-method-outputs .rm-branches .rm-decision-node { position: relative; padding: 7px 4px; }
    #renable-method-outputs .rm-branches .rm-decision-node:before { content: ""; width: 1px; height: 12px; position: absolute; top: -13px; left: 50%; background: var(--rm-line); }
    #renable-method-outputs .rm-decision-note { color: var(--rm-muted); font-size: 11px; margin-top: 13px; text-align: center; }
    #renable-method-outputs .rm-playbook { margin-top: 13px; display: grid; gap: 7px; }
    #renable-method-outputs .rm-playbook-row { display: grid; grid-template-columns: 17px 1fr; align-items: center; gap: 5px; background: var(--rm-surface); border-radius: 6px; padding: 6px; font-size: 11px; line-height: 1.1; }
    #renable-method-outputs .rm-playbook-row span { display: block; color: var(--rm-muted); margin-top: 3px; }
    #renable-method-outputs .rm-check { color: var(--rm-accent); width: 17px; height: 17px; }
    #renable-method-outputs .rm-check svg { width: 15px; height: 15px; }
    #renable-method-outputs .rm-tower { margin-top: 14px; background: var(--rm-surface); border-radius: 7px; padding: 0 10px; }
    #renable-method-outputs .rm-tower-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 6px; padding: 7px 0; border-bottom: 1px solid var(--rm-line); font-size: 11px; line-height: 1.15; }
    #renable-method-outputs .rm-tower-row:last-child { border-bottom: 0; }
    #renable-method-outputs .rm-tower-status { font-size: 11px; color: var(--rm-accent); }
    #renable-method-outputs .rm-tower-row small { color: var(--rm-muted); font-size: 11px; display: block; margin-top: 4px; }
    #renable-method-outputs .rm-learn-link { font-size: 13px; line-height: 1.5; font-weight: 500; padding: 22px 0 24px; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--rm-accent); text-align: left; text-decoration: none; width: 100%; }
    #renable-method-outputs .rm-learn-link:hover span { text-decoration: underline; text-underline-offset: 3px; }
    #renable-method-outputs .rm-learn-link svg { width: 15px; height: 15px; flex-shrink: 0; transition: transform .2s; }
    #renable-method-outputs .rm-learn-link:hover svg { transform: translateX(3px); }
    #renable-method-outputs .rm-connectors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; height: 36px; margin: 0; position: relative; }
    #renable-method-outputs .rm-connectors span { display: block; width: 1px; height: 22px; justify-self: center; background: var(--rm-line); }
    #renable-method-outputs .rm-connectors:before { content: ""; position: absolute; left: calc((100% - 48px) / 8); right: calc((100% - 48px) / 8); top: 22px; height: 1px; background: var(--rm-line); }
    #renable-method-outputs .rm-connectors:after { content: ""; position: absolute; left: 50%; top: 22px; height: 14px; width: 1px; background: var(--rm-line); }
    #renable-method-outputs .rm-shared { border-radius: 15px; background: var(--rm-soft); padding: 21px 24px; text-align: center; }
    #renable-method-outputs .rm-shared-title { font-size: 19px; letter-spacing: -.4px; font-weight: 500; }
    #renable-method-outputs .rm-shared p { color: var(--rm-muted); font-size: 13px; margin-top: 4px; }
    #renable-method-outputs .rm-closing { text-align: center; max-width: 700px; margin: 40px auto 0; font-size: 24px; line-height: 1.32; font-weight: 500; letter-spacing: -.7px; }
    @media (max-width: 940px) {
      #renable-method-outputs .rm-main { padding: 48px 26px 38px; }
      #renable-method-outputs .rm-disciplines { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 34px; }
      #renable-method-outputs .rm-description { min-height: 42px; }
      #renable-method-outputs .rm-output { margin-top: 19px; }
      #renable-method-outputs .rm-connectors { display: none; }
      #renable-method-outputs .rm-shared { margin-top: 20px; }
    }
    @media (max-width: 490px) {
      #renable-method-outputs .rm-main { padding: 38px 20px 30px; }
      #renable-method-outputs .rm-heading { font-size: 36px; letter-spacing: -1.4px; }
      #renable-method-outputs .rm-intro-copy { font-size: 15px; }
      #renable-method-outputs .rm-disciplines { grid-template-columns: 1fr; }
      #renable-method-outputs .rm-discipline { padding: 24px 25px 0; }
      #renable-method-outputs .rm-discipline h3 { min-height: auto; font-size: 24px; }
      #renable-method-outputs .rm-discipline h3 br { display: none; }
      #renable-method-outputs .rm-description { min-height: 0; font-size: 14px; }
      #renable-method-outputs .rm-output { margin: 22px 0 0; }
      #renable-method-outputs .rm-closing { font-size: 22px; }
    }
    @media (prefers-reduced-motion: reduce) {
      #renable-method-outputs * { transition: none !important; }
    }
    


  /* Enrollment Engineering, applied: case study carousel */
  .cases-band { padding: clamp(72px, 10vw, 112px) 0 clamp(64px, 9vw, 96px); overflow: hidden; }
  .cases-band .band-lede { color: var(--on-dark-muted); margin-top: 18px; }
  .cases-viewport { position: relative; margin-top: 56px; }
  .cases-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-inline: max(24px, calc((100% - 1280px) / 2)); scroll-padding-inline: max(24px, calc((100% - 1280px) / 2)); scrollbar-width: none; overscroll-behavior-x: contain; }
  .cases-track::-webkit-scrollbar { display: none; }
  .case { flex: none; width: min(560px, 84vw); height: 720px; border-radius: 24px; overflow: hidden; position: relative; background: var(--petrol); color: var(--on-dark); scroll-snap-align: start; }
  .case img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
  .case-fade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.72) 62%, rgba(0, 0, 0, 0.95) 100%); }
  .case-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 36px 36px; display: flex; flex-direction: column; gap: 14px; }
  .case-body .eyebrow { color: var(--on-dark-muted); }
  .case-title { height: 108px; display: flex; align-items: flex-end; }
  .case-title h3 { font-size: 30px; line-height: 1.15; letter-spacing: -0.02em; }
  .case-result { height: 66px; font-size: 15px; font-weight: 600; color: var(--on-dark); line-height: 1.45; }
  .case-open { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, 0.55); background: transparent; color: var(--on-dark); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; transition: background-color 0.2s, border-color 0.2s; }
  .case-open:hover { background: rgba(255, 255, 255, 0.14); border-color: #FFFFFF; }
  .cases-next { position: absolute; right: 56px; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, 0.14); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--on-dark); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; transition: background-color 0.2s; }
  .cases-next:hover { background: rgba(255, 255, 255, 0.24); }
  .cases-progress { margin-top: 40px; height: 3px; background: rgba(255, 255, 255, 0.14); border-radius: 2px; position: relative; overflow: hidden; }
  .cases-progress span { position: absolute; top: 0; left: 0; height: 3px; width: 33.3%; background: var(--on-dark); border-radius: 2px; }
  @media (max-width: 640px) {
    .case { height: 580px; }
    .case-body { padding: 0 22px 24px; gap: 12px; }
    .case-title { height: 112px; }
    .case-title h3 { font-size: 23px; }
    .case-result { height: 88px; font-size: 14px; }
    .cases-next { right: 12px; top: 22%; }
    .cases-viewport { margin-top: 40px; }
  }
  .case-dialog { width: min(640px, 100% - 32px); max-height: min(86vh, 900px); border: 0; border-radius: 24px; padding: 0; color: var(--ink); background: #FFFFFF; box-shadow: 0 30px 80px rgba(11, 59, 76, 0.35); }
  .case-dialog::backdrop { background: rgba(11, 59, 76, 0.62); }
  .case-dialog-inner { padding: 40px; display: flex; flex-direction: column; gap: 16px; }
  .case-dialog h3 { font-size: clamp(24px, 3vw, 30px); line-height: 1.15; letter-spacing: -0.02em; padding-right: 48px; }
  .case-dialog p { font-size: 17px; line-height: 1.6; color: #3A3A3C; max-width: 62ch; }
  .case-dialog .case-dialog-result { font-weight: 600; color: var(--ink); padding-top: 16px; border-top: 1px solid var(--line); }
  .case-close { position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #D2D2D7; background: #FFFFFF; color: var(--ink); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
  .case-close:hover { background: var(--soft); }
  @media (max-width: 640px) { .case-dialog-inner { padding: 28px 24px; } .case-close { top: 16px; right: 16px; } }

  /* Services */
  .services { padding: clamp(72px, 10vw, 112px) 0; }
  .svc-groups { margin-top: 48px; display: flex; flex-direction: column; gap: 96px; }
  .svc-group { display: flex; flex-direction: column; gap: 40px; }
  .svc-group > .eyebrow { color: var(--ink); }
  .svc-items { display: flex; flex-direction: column; gap: 96px; }
  .svc { display: grid; grid-template-columns: minmax(0, 1fr) 560px; gap: 72px; align-items: center; }
  .svc-copy { display: flex; flex-direction: column; gap: 22px; }
  .svc-copy h3 { font-size: clamp(26px, 3vw, 34px); letter-spacing: -0.025em; }
  .svc-copy > p:first-of-type { font-size: clamp(17px, 1.8vw, 19px); color: #3A3A3C; line-height: 1.5; max-width: 62ch; }
  .svc-rule { height: 1px; background: #D2D2D7; }
  .svc-outcome { font-size: 16px; color: var(--muted); }
  .svc-link { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; border: 1.5px solid var(--blue); color: var(--blue); font-weight: 500; font-size: 15px; padding: 10px 20px; border-radius: 980px; min-height: 44px; transition: background-color 0.2s, color 0.2s; }
  .svc-link:hover { background: var(--blue); color: #FFFFFF; text-decoration: none; }
  .panel { width: 100%; max-width: 560px; height: 420px; border-radius: 24px; background: var(--soft); position: relative; overflow: hidden; }
  .panel .dotfield { inset: 24px; }
  .report { position: absolute; left: 48px; top: 40px; width: 320px; max-width: calc(100% - 64px); background: #FFFFFF; border-radius: 16px; padding: 22px 24px 24px; box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14), 0 2px 6px rgba(0, 0, 0, 0.06); font-size: 12px; line-height: 1.45; color: var(--ink); }
  .report-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 8px; }
  .report-title { font-size: 14px; font-weight: 600; line-height: 1.3; letter-spacing: -0.01em; margin-bottom: 14px; }
  .report-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 6px 0; border-top: 1px solid var(--line); font-size: 11px; }
  .report-line { padding: 7px 0; border-top: 1px solid var(--line); }
  .report-step { display: flex; align-items: center; gap: 10px; padding: 5px 0; }
  .report-steps-inline { display: flex; align-items: center; gap: 6px 8px; flex-wrap: wrap; margin-top: 8px; }
  .step-dot { flex: none; width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid #C7C7CC; background: #FFFFFF; }
  .step-dot.on { border-color: var(--blue); background: var(--blue); }
  .chip { display: inline-flex; align-items: center; padding: 3px 9px; border-radius: 999px; border: 1px solid #D2D2D7; font-size: 11px; font-weight: 500; }
  .report-note { margin-top: 12px; font-size: 10px; color: #86868B; }
  .report-chart { display: block; width: 100%; height: auto; }
  @media (max-width: 1040px) {
    .svc { grid-template-columns: minmax(0, 1fr); gap: 36px; }
    .svc-items, .svc-groups { gap: 72px; }
  }
  @media (max-width: 560px) {
    .panel { height: auto; padding: 28px 20px; }
    .report { position: relative; left: auto; top: auto; width: auto; max-width: none; }
  }

  /* Closing call to action */
  .closing { padding: clamp(80px, 11vw, 128px) 0; text-align: center; }
  .closing h2 { font-size: clamp(40px, 7vw, 80px); line-height: 1.05; margin-top: 16px; letter-spacing: -0.03em; }
  .closing-body { margin: 28px auto 0; font-size: clamp(17px, 1.8vw, 19px); color: #D2D2D7; line-height: 1.5; max-width: 760px; }
  .closing-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 40px; }
  .closing-actions .micro { max-width: 460px; color: var(--on-dark-muted); }

  /* Footer */
  .footer { background: var(--soft); }
  .footer-top { padding: 28px 0; display: flex; justify-content: flex-end; font-size: 12px; color: var(--muted); border-bottom: 1px solid #D2D2D7; }
  .footer-sources { padding: 20px 0 40px; display: flex; flex-direction: column; gap: 10px; font-size: 12px; color: #86868B; line-height: 1.5; max-width: 900px; }
  @media (max-width: 640px) { .footer-top { justify-content: flex-start; } }

  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
  }


/* Renable refinement. Content order and approved hero motion remain unchanged. */
:root {
  --petrol: #0b3b4c;
  --ink: #182c34;
  --muted: #626f75;
  --soft: #f3f6f6;
  --line: #dce5e7;
  --on-dark-muted: #b5cbd2;
  --radius: 18px;
}
body { color: var(--ink); }
.wide { width: min(1200px, 100% - 64px); }
.wrap { width: min(1040px, 100% - 64px); }
.eyebrow, .hero-eyebrow { font-weight: 600; letter-spacing: .12em; }
.band-title { font-size: clamp(34px, 4.3vw, 54px); line-height: 1.1; letter-spacing: -.045em; font-weight: 500; }
.band-lede { font-size: 19px; line-height: 1.6; }
.pill, .svc-link { transition: background-color .18s, box-shadow .18s; }
.pill:hover { box-shadow: 0 4px 18px #0077a01f; }
.more { letter-spacing: .02em; }
.nav { background: var(--petrol); border-bottom: 1px solid #ffffff14; }
.nav-inner { min-height: 72px; width: min(1200px, 100% - 64px); }
.nav-logo svg { width: 116px; height: 23px; }
.nav-links { gap: 26px; font-size: 13px; }
.nav-links a { opacity: 1; color: #d0dfe4; padding-block: 12px; }
.nav-links a[aria-current="page"] { color: white; }
.nav-cta { min-height: 40px; padding: 10px 17px; }
.nav-toggle { display: none; width: 40px; height: 40px; padding: 10px; background: transparent; color: white; border: 1px solid #ffffff40; border-radius: 9px; flex: none; cursor: pointer; }
.nav-toggle span { display: block; width: 18px; height: 1px; background: currentColor; margin: 5px 0; transition: transform .18s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.hero { padding: 64px 0 48px; }
.hero h1 { font-size: clamp(38px, 5.1vw, 64px); font-weight: 500; letter-spacing: -.055em; line-height: 1.06; margin-top: 16px; }
.hero-cards { margin-top: 38px; gap: 20px; }
.hero-card { border-radius: var(--radius); padding: 28px 30px 24px; border: 1px solid transparent; }
.hero-add { background: #f1f4f3; border-color: #e4eae9; }
.hero-kicker { font-size: 12px; font-weight: 600; }
.hero-kicker:before { content: ''; display: inline-block; width: 7px; height: 7px; background: currentColor; margin-right: 9px; vertical-align: 1px; }
.hero-add .hero-kicker:before { background: none; border: 1px solid currentColor; }
.hero-convert { background: var(--petrol); position: relative; }
.hero-convert h2 { margin-top: 18px; font-size: 34px; letter-spacing: -.045em; }
.re-title { font-size: 24px; letter-spacing: -.035em; }
.re-row { min-height: 85px; }
.funnel-stage { position: relative; margin-block: auto 0; height: 318px; padding-block: 17px; }
.funnel-context { display: flex; justify-content: center; align-items: center; gap: 7px; position: absolute; width: 100%; font-size: 11px; letter-spacing: .02em; color: #c9e1e8; pointer-events: none; }
.funnel-context--entering { top: 2px; }
.funnel-context--enrolled { bottom: 1px; color: var(--sky); }
.funnel-context--enrolled:before { content: ''; width: 5px; height: 5px; background: var(--sky); }
.funnel-caption { font-size: 10px; color: #adc6ce; margin-top: 9px; }
.hero-add-caption { font-size: 12px; }
.hero-bottom { padding-top: 15px; }
.hero-proof { font-size: 16px; color: var(--ink); }
.hero-positioning { font-size: 16px; max-width: 650px; margin-top: 12px; margin-bottom: 23px; }
.hero-cta { font-size: 15px; padding: 14px 24px; }
.hero-support { font-size: 12px; max-width: 450px; }
.scroll-cue { margin-top: 34px; }
.band-soft, .record, .services, .cases-band { padding-block: 88px; }
.band-soft > .wrap.center { text-align: left; display: grid; grid-template-columns: 1.5fr 1fr; column-gap: 64px; width: min(1200px, 100% - 64px); }
.band-soft > .wrap > .eyebrow { grid-column: 1 / -1; color: var(--blue); }
.band-soft .band-title { font-size: clamp(32px, 3.5vw, 44px); }
.band-soft .band-lede { margin: 20px 0 0; align-self: end; font-size: 18px; }
.leaks { margin-top: 44px; padding: 40px; gap: 56px; border-radius: var(--radius); grid-template-columns: 1fr 1.13fr; border: 1px solid var(--line); }
.leaks-copy { position: static; min-height: 0; gap: 24px; }
.leaks-copy h3 { font-size: 31px; font-weight: 500; letter-spacing: -.04em; }
.leaks-copy p { font-size: 17px; line-height: 1.65; color: #44585f; }
.dotbox { height: 348px; background: #f5f8f8; border-radius: 10px; border: 1px solid var(--line); }
.dotbox:after { content: ''; position: absolute; inset: 18px; border: 1px solid #0077a045; pointer-events: none; }
.dotfield { background-image: radial-gradient(circle, #c2cfd2 1.65px, transparent 2px); }
.live-dot { width: 7px; height: 7px; box-shadow: 0 0 0 4px #0077a015; }
.reason { align-items: flex-start; font-size: 16px; line-height: 1.5; font-weight: 400; padding-bottom: 0; }
.reason .ind { margin-top: 6px; width: 7px; height: 7px; box-shadow: 0 0 0 4px #0077a015; }
.strategy { padding: 72px 0; text-align: left; }
.strategy > .wrap { display: grid; grid-template-columns: 1.22fr 1fr; column-gap: 76px; width: min(1200px, 100% - 64px); }
.strategy .eyebrow { grid-column: 1 / -1; margin-bottom: 16px; }
.strategy .band-title { grid-column: 1; grid-row: 2 / 4; font-size: clamp(32px, 3.5vw, 44px); margin: 0; max-width: 550px; }
.big-number { grid-column: 2; margin: 0; font-size: 104px; font-weight: 500; letter-spacing: -.065em; color: var(--sky); }
.strategy-proof { grid-column: 2; font-size: 16px; line-height: 1.65; margin-top: 14px; }
.strategy-question { grid-column: 1 / -1; font-size: 24px; font-weight: 500; max-width: none; width: 100%; margin-top: 40px; padding-top: 28px; border-top: 1px solid #ffffff26; }
.record > .wrap.center, .services > .wrap.center { width: min(1200px, 100% - 64px); text-align: left; }
.record .eyebrow, .services > .wrap .eyebrow { color: var(--blue); }
.tiles { gap: 0; margin-top: 30px; border-block: 1px solid var(--line); padding-block: 30px; }
.tiles > .tile { border-radius: 0; background: white; padding: 0 40px; text-align: left; display: flex; flex-direction: column; justify-content: flex-end; }
.tiles > .tile:first-child { padding-left: 0; }
.tiles > .tile + .tile { border-left: 1px solid var(--line); }
.tile-num { font-size: 62px; font-weight: 500; letter-spacing: -.06em; color: var(--petrol); }
.tile-num span { font-size: 13px; font-weight: 400; color: var(--muted); margin-bottom: 4px; letter-spacing: 0; }
.tile-label { margin-top: 10px; font-size: 16px; }
.principals { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--radius); margin-top: 40px; }
.principals img { height: 100%; min-height: 440px; aspect-ratio: auto; object-position: 48% center; }
.principals-body { display: flex; flex-direction: column; justify-content: center; gap: 22px; padding: 40px; }
.principals-body h3 { font-size: 32px; font-weight: 500; line-height: 1.15; letter-spacing: -.035em; max-width: 310px; }
.principals-body p { font-size: 16px; line-height: 1.65; color: #c4d8df; }
.facts { gap: 0; margin-top: 28px; border-block: 1px solid var(--line); padding-block: 28px; }
.facts .tile { padding: 0 28px; background: transparent; border-radius: 0; }
.facts .tile:first-child { padding-left: 0; }
.facts .tile + .tile { border-left: 1px solid var(--line); }
.facts .tile p { font-size: 16px; line-height: 1.6; color: #44585f; }
.record-close { font-size: 30px; line-height: 1.3; font-weight: 500; margin-top: 50px; max-width: 760px; letter-spacing: -.035em; }
#renable-method-outputs { font-family: inherit; --rm-ink: var(--ink); --rm-muted: var(--muted); --rm-line: var(--line); --rm-soft: #f3f7f8; --rm-bg: #f7f9f9; background: var(--rm-bg); }
#renable-method-outputs .rm-main { width: min(1200px, 100% - 64px); max-width: none; padding: 80px 0 72px; }
#renable-method-outputs .rm-heading { font-size: clamp(36px, 4.3vw, 54px); letter-spacing: -.045em; line-height: 1.1; font-weight: 500; }
#renable-method-outputs .rm-eyebrow { color: var(--blue); font-size: 12px; letter-spacing: .12em; }
#renable-method-outputs .rm-intro-copy { font-size: 17px; }
#renable-method-outputs .rm-disciplines { gap: 16px; margin-top: 42px; }
#renable-method-outputs .rm-discipline { border: 1px solid var(--line); border-radius: 14px; padding: 25px 22px 0; box-shadow: none; transition: border-color .18s, box-shadow .18s; }
#renable-method-outputs .rm-discipline:hover { border-color: #91bac7; box-shadow: 0 5px 22px #0b3b4c06; }
#renable-method-outputs .rm-small-rule { width: 9px; height: 9px; border-radius: 0; margin-bottom: 22px; }
#renable-method-outputs .rm-discipline h3 { font-size: 23px; line-height: 1.2; letter-spacing: -.035em; min-height: 56px; }
#renable-method-outputs .rm-description { font-size: 15px; line-height: 1.55; min-height: 94px; margin-top: 10px; }
#renable-method-outputs .rm-output { margin: 22px -8px 0; border-radius: 8px; height: 198px; padding: 15px 11px; border: 1px solid #e4ecee; }
#renable-method-outputs .rm-output-head { font-size: 11px; color: #526971; }
#renable-method-outputs .rm-learn-link { font-size: 14px; min-height: 90px; padding: 22px 0; }
#renable-method-outputs .rm-connectors { gap: 16px; }
#renable-method-outputs .rm-shared { background: #e9f1f3; border: 1px solid var(--line); border-radius: 10px; }
#renable-method-outputs .rm-shared p { font-size: 15px; }
#renable-method-outputs .rm-closing { margin-top: 36px; font-size: 26px; line-height: 1.35; max-width: 790px; letter-spacing: -.035em; }
.cases-band > .wrap.center { width: min(1200px, 100% - 64px); text-align: left; display: grid; grid-template-columns: 1.35fr 1fr; gap: 0 70px; }
.cases-band .eyebrow { grid-column: 1 / -1; }
.cases-band .band-title { font-size: clamp(34px, 3.7vw, 48px); }
.cases-band .band-lede { align-self: end; font-size: 17px; line-height: 1.6; margin: 22px 0 0; }
.cases-viewport { margin-top: 40px; padding-top: 0; }
.cases-track { padding-inline: max(32px, calc((100% - 1200px) / 2)); scroll-padding-inline: max(32px, calc((100% - 1200px) / 2)); gap: 20px; align-items: stretch; }
.case { width: min(480px, 84vw); height: auto; border-radius: var(--radius); background: #fff; color: var(--ink); display: flex; flex-direction: column; }
.case img { position: static; height: 230px; flex: none; object-position: center 25%; }
.case-fade { display: none; }
.case-body { position: relative; padding: 28px 30px 28px; gap: 17px; flex: 1; }
.case-body .eyebrow { color: #496871; font-size: 10px; letter-spacing: .075em; min-height: 30px; }
.case-title { height: auto; min-height: 108px; align-items: flex-start; }
.case-title h3 { font-size: 28px; line-height: 1.14; font-weight: 500; letter-spacing: -.04em; }
.case-result { height: auto; min-height: 118px; margin-top: auto; font-size: 16px; font-weight: 500; color: var(--petrol); line-height: 1.55; padding: 19px 0 0; border-top: 1px solid var(--line); }
.case-open { align-self: flex-end; border-color: var(--line); color: var(--petrol); background: #f0f5f6; border-radius: 10px; }
.case-open:hover { background: #e0eef2; border-color: #b1d1db; }
.cases-next { right: max(32px, calc((100% - 1200px) / 2)); top: 126px; transform: none; color: var(--petrol); background: white; box-shadow: 0 2px 15px #0b3b4c26; }
.cases-next:hover { background: #eaf4f7; }
.cases-progress { margin-top: 30px; background: #ffffff26; height: 2px; }
.cases-progress span { background: var(--sky); height: 2px; }
.svc-groups { gap: 72px; margin-top: 28px; }
.svc-group { gap: 32px; }
.svc-group > .eyebrow { padding-top: 22px; border-top: 1px solid var(--line); color: #536c75; }
.svc-items { gap: 72px; }
.svc { grid-template-columns: 1fr 1.05fr; gap: 64px; }
.svc-copy { gap: 19px; }
.svc-copy h3 { font-size: 34px; line-height: 1.12; font-weight: 500; letter-spacing: -.04em; max-width: 410px; }
.svc-copy > p:first-of-type { font-size: 17px; line-height: 1.65; color: #44585f; }
.svc-rule { background: var(--line); }
.svc-outcome { font-size: 15px; line-height: 1.6; }
.svc-link { border-width: 1px; font-size: 14px; }
.service-visual { width: 100%; min-width: 0; background: #f1f6f7; border: 1px solid #dce7ea; border-radius: var(--radius); padding: 28px; min-height: 398px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.visual-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--petrol); font-size: 15px; font-weight: 500; }
.visual-head:after { content: ''; width: 9px; height: 9px; flex: none; background: var(--blue); }
.visual-sub { color: #637980; font-size: 12px; margin-top: 5px; }
.visual-note { font-size: 11px; color: #667c84; margin-top: auto; padding-top: 20px; }
.service-diagram { width: 100%; height: auto; display: block; margin: 22px 0 0; overflow: visible; }
.service-diagram text { font-family: inherit; fill: #566f79; font-size: 12px; }
.service-diagram .v-strong { fill: var(--petrol); font-weight: 500; }
.service-diagram .v-small { font-size: 10px; }
.service-diagram .v-grid { stroke: #d9e5e9; stroke-width: 1; fill: none; }
.service-diagram .v-path { stroke: var(--blue); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.service-diagram .v-dot { fill: var(--blue); }
.visual-legend { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 14px; font-size: 11px; color: #637980; }
.visual-legend span { display: inline-flex; align-items: center; gap: 6px; }
.visual-legend i { width: 15px; height: 2px; background: #0077a0; }
.visual-legend .legend-light { opacity: .4; }
.visual-legend .legend-mid { opacity: .65; }
.visual-strategy { background: var(--petrol); border-color: var(--petrol); }
.visual-strategy .visual-head, .visual-strategy .service-diagram .v-strong { color: #f4fafb; fill: #f4fafb; }
.visual-strategy .visual-head:after { background: var(--sky); }
.visual-strategy .visual-sub, .visual-strategy .visual-note { color: #adc9d3; }
.visual-strategy .service-diagram text { fill: #b5d1dc; }
.visual-strategy .service-diagram .v-path { stroke: #6cc3dd; }
.action-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.action-strip > div { padding: 12px 10px; background: white; border: 1px solid #d9e5e9; border-radius: 7px; }
.action-strip small { display: block; font-size: 10px; color: #6b7e85; margin-bottom: 5px; }
.action-strip span { display: block; font-size: 12px; color: var(--petrol); font-weight: 500; }
.visual-rescue { background: #f5f7f5; }
.closing { padding: 80px 0; position: relative; overflow: hidden; }
.closing:before, .closing:after { content: ''; position: absolute; width: 230px; height: 230px; border: 1px solid #6cc3dd24; left: -170px; top: 95px; pointer-events: none; }
.closing:after { left: auto; right: -170px; top: auto; bottom: 95px; }
.closing h2 { font-size: clamp(40px, 5vw, 64px); font-weight: 500; letter-spacing: -.05em; }
.closing-body { font-size: 18px; line-height: 1.65; max-width: 780px; color: #c1d7df; }
.closing-actions { margin-top: 30px; }
.footer { background: #f3f6f6; }
.footer-top { justify-content: flex-start; border-color: var(--line); }
.footer-sources { color: #626f75; max-width: 1040px; }
@media (min-width: 941px) and (max-width: 1100px) {
  #renable-method-outputs .rm-discipline { padding-inline: 16px; }
  #renable-method-outputs .rm-discipline h3 { font-size: 21px; min-height: 52px; }
  #renable-method-outputs .rm-description { min-height: 117px; }
  #renable-method-outputs .rm-output { padding-inline: 9px; }
}
@media (max-width: 960px) {
  .nav-inner { min-height: 66px; flex-wrap: wrap; padding-block: 12px; column-gap: 12px; }
  .nav-logo { margin-right: auto; }
  .nav-toggle { display: block; order: 2; }
  .nav-cta { order: 1; }
  .nav-links { order: 3; display: flex; flex-direction: column; gap: 0; width: 100%; overflow: visible; padding: 12px 0 4px; border-top: 1px solid #ffffff26; margin-top: 4px; white-space: normal; font-size: 15px; }
  .nav-links[hidden] { display: none; }
  .nav-links a { display: block; padding: 13px 0; }
  .hero-convert h2 { white-space: normal; font-size: 31px; }
  .hero-card { padding-inline: 24px; }
  .re-row { grid-template-columns: 1fr 115px; min-height: 92px; }
  .re-objects { transform: scale(.84); transform-origin: left center; }
  .re-title { font-size: 21px; }
  .band-soft > .wrap.center, .cases-band > .wrap.center { column-gap: 36px; grid-template-columns: 1.25fr 1fr; }
  .band-soft .band-lede, .cases-band .band-lede { font-size: 16px; }
  .leaks { gap: 28px; padding: 28px; grid-template-columns: 1fr 1fr; }
  .leaks-copy h3 { font-size: 27px; }
  .leaks-copy p { font-size: 16px; }
  .dotbox { height: 350px; }
  .strategy > .wrap { column-gap: 40px; }
  .big-number { font-size: 90px; }
  .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tiles > .tile { padding-inline: 28px; }
  .tile-num { font-size: 54px; }
  .principals { grid-template-columns: .9fr 1.1fr; }
  .principals-body { padding: 30px; }
  .principals-body p { font-size: 15px; }
  .principals-body h3 { font-size: 28px; }
  .facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .facts .tile { padding-inline: 20px; }
  .facts .tile p { font-size: 15px; }
  .svc { grid-template-columns: 1fr 1fr; gap: 32px; }
  .svc-copy h3 { font-size: 30px; }
  .svc-copy > p:first-of-type { font-size: 16px; }
  .service-visual { padding: 22px; min-height: 350px; }
  .visual-head { font-size: 14px; }
  .action-strip { gap: 5px; }
  .action-strip > div { padding: 10px 6px; }
  .action-strip span { font-size: 10px; }
}
@media (max-width: 940px) {
  #renable-method-outputs .rm-discipline h3 { min-height: 0; }
  #renable-method-outputs .rm-description { min-height: 70px; }
  #renable-method-outputs .rm-output { margin-top: 18px; }
}
@media (max-width: 720px) {
  .wide, .wrap, .nav-inner, .band-soft > .wrap.center, .strategy > .wrap, .record > .wrap.center, .services > .wrap.center, .cases-band > .wrap.center, #renable-method-outputs .rm-main { width: calc(100% - 40px); }
  .band-soft, .record, .services, .cases-band { padding-block: 60px; }
  .hero { padding-top: 42px; }
  .hero-cards { gap: 16px; margin-top: 30px; grid-template-columns: 1fr; }
  .hero-card { padding: 24px; }
  .hero h1 { font-size: clamp(37px, 7vw, 50px); }
  .hero-convert h2 { font-size: 31px; }
  .re-row { grid-template-columns: 1fr 132px; min-height: 78px; }
  .re-objects { transform: none; }
  .re-title { font-size: 22px; }
  .hero-convert .funnel-stage { margin-top: 8px; }
  .hero-proof { font-size: 15px; }
  .hero-positioning { font-size: 15px; }
  .hero-support { font-size: 11px; }
  .band-soft > .wrap.center, .cases-band > .wrap.center { display: block; }
  .band-soft .band-title, .cases-band .band-title { font-size: 35px; }
  .band-soft .band-lede, .cases-band .band-lede { font-size: 17px; margin-top: 20px; }
  .leaks { grid-template-columns: 1fr; padding: 24px; margin-top: 30px; }
  .leaks-copy { gap: 20px; }
  .leaks-copy h3 { font-size: 28px; }
  .dotbox { height: 290px; }
  .strategy { padding-block: 56px; }
  .strategy > .wrap { display: block; }
  .strategy .band-title { font-size: 35px; }
  .big-number { font-size: 94px; margin-top: 30px; }
  .strategy-proof { margin-top: 14px; }
  .strategy-question { font-size: 22px; margin-top: 28px; padding-top: 24px; }
  .principals { grid-template-columns: 1fr; margin-top: 28px; }
  .principals img { min-height: 0; height: auto; aspect-ratio: 1.5; object-position: center; }
  .principals-body { padding: 28px; }
  .principals-body p { font-size: 16px; }
  .facts { display: flex; flex-direction: column; padding-block: 0; gap: 0; }
  .facts .tile { padding: 21px 0; }
  .facts .tile + .tile { border-left: 0; border-top: 1px solid var(--line); }
  .facts .tile p { font-size: 16px; }
  .record-close { font-size: 27px; margin-top: 34px; }
  #renable-method-outputs .rm-main { padding-block: 60px; }
  #renable-method-outputs .rm-closing { font-size: 24px; }
  .cases-track { padding-inline: 20px; scroll-padding-inline: 20px; gap: 20px; }
  .case { width: min(420px, 86vw); }
  .case img { height: 190px; }
  .case-body { padding: 24px; gap: 14px; }
  .case-title { min-height: 110px; }
  .case-title h3 { font-size: 27px; }
  .case-result { min-height: 135px; font-size: 15px; }
  .cases-next { top: 90px; right: 20px; }
  .svc { grid-template-columns: 1fr; gap: 28px; }
  .svc-items, .svc-groups { gap: 52px; }
  .svc-copy h3 { font-size: 32px; }
  .svc-copy > p:first-of-type { font-size: 17px; }
  .service-visual { min-height: 0; padding: 25px; }
  .visual-head { font-size: 15px; }
  .service-diagram { margin-top: 24px; }
  .action-strip span { font-size: 12px; }
  .visual-note { padding-top: 24px; font-size: 10px; }
  .closing { padding-block: 60px; }
  .closing-body { font-size: 17px; }
  .closing:before, .closing:after { display: none; }
}
@media (max-width: 490px) {
  .nav-inner { width: calc(100% - 32px); column-gap: 8px; }
  .nav-logo svg { width: 80px; height: 18px; }
  .nav-cta { font-size: 10px; padding: 10px 11px; min-height: 38px; white-space: nowrap; }
  .nav-toggle { width: 36px; height: 38px; padding: 8px; }
  .hero-card { padding-inline: 22px; }
  .re-title { font-size: 21px; }
  .re-row { grid-template-columns: 1fr 119px; }
  .re-objects { transform: scale(.9); transform-origin: left center; }
  .tiles { display: flex; flex-direction: column; padding: 0; margin-top: 24px; }
  .tiles > .tile, .tiles > .tile:first-child { padding: 22px 0; display: grid; grid-template-columns: 145px 1fr; align-items: center; gap: 18px; }
  .tiles > .tile + .tile { border-left: 0; border-top: 1px solid var(--line); }
  .tile-num { font-size: 48px; }
  .tile-num span { font-size: 11px; margin-bottom: 4px; }
  .tile-label { margin-top: 0; font-size: 15px; }
  #renable-method-outputs .rm-heading { font-size: 36px; }
  #renable-method-outputs .rm-intro-copy { font-size: 16px; }
  #renable-method-outputs .rm-discipline { padding: 25px 24px 0; }
  #renable-method-outputs .rm-discipline h3 { font-size: 24px; }
  #renable-method-outputs .rm-description { min-height: 0; font-size: 16px; }
  #renable-method-outputs .rm-output { margin: 22px 0 0; }
  #renable-method-outputs .rm-closing { font-size: 23px; }
  #renable-method-outputs .rm-shared { padding: 22px 18px; }
  #renable-method-outputs .rm-shared-title { font-size: 18px; }
  .service-visual { padding: 22px 20px; }
  .action-strip { gap: 6px; }
  .action-strip > div { padding: 11px 7px; }
  .action-strip span { font-size: 10px; }
  .closing h2 { font-size: 43px; }
}
@media (prefers-reduced-motion: reduce) { .nav-toggle span { transition: none; } }

