.ranulph-page {
  --ran-ink: #163831;
  --ran-ink-soft: #38675e;
  --ran-forest: #183b35;
  --ran-forest-deep: #12312b;
  --ran-mist: #f2f5f0;
  --ran-sage: #dde8e1;
  --ran-wash: #edf3ee;
  --ran-line: rgba(22, 56, 49, 0.12);
  --ran-lime: #80c480;
  --ran-signal: #a4cc38;
  --ran-violet: #5d537a;
  --ran-path-fill: #f2f5f0;
  --ran-path-line: #c9d8d1;
  --ran-diagnostic-fill: #deedbe;
  --ran-diagnostic-line: #a4cc38;
  --ran-harmoniser-fill: #d6cae6;
  --ran-harmoniser-line: #5d537a;
  --ran-triage-fill: #c3ddd0;
  --ran-triage-line: #2f6155;
}

.ranulph-page .eyebrow,
.ranulph-page .text-link {
  color: var(--ran-ink-soft);
}

.ranulph-page .content > .section-grid,
.ranulph-page .content > .ranulph-card-grid,
.ranulph-page .content > .contact-band {
  width: 100%;
  margin-inline: 0;
}

.ranulph-hero {
  padding-block: clamp(3rem, 7vw, 5rem);
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 22%, rgb(128 196 128 / 0.2), transparent 20%),
    radial-gradient(circle at 82% 78%, rgb(164 204 56 / 0.14), transparent 25%),
    linear-gradient(180deg, #214942 0%, #183b35 55%, #14342e 100%);
}

.ranulph-hero .content {
  width: min(92rem, calc(100% - 4rem));
}

.ranulph-hero-layout {
  display: grid;
  gap: clamp(3rem, 6vw, 8rem);
  align-items: center;
}

.ranulph-hero-copy {
  max-width: 34rem;
}

.ranulph-page h1 {
  max-width: 8ch;
}

.ranulph-page .button {
  border-color: var(--ran-forest);
  background: var(--ran-forest);
}

.ranulph-hero .button {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ran-forest);
  box-shadow: 0 1rem 2rem rgb(0 0 0 / 0.18);
}

.ranulph-hero .eyebrow,
.ranulph-hero .text-link,
.ranulph-hero .hero-intro {
  color: rgb(244 248 244 / 0.92);
}

.ranulph-hero .eyebrow {
  color: #b8dcb3;
}

.ranulph-page .hero-actions .text-link {
  color: #dcefd7;
}

.ranulph-wordmark,
.ranulph-section-mark {
  width: min(15rem, 100%);
  height: auto;
}

.ranulph-wordmark {
  margin-bottom: 1.5rem;
}

.ranulph-note {
  margin: 1rem 0 0;
  font-size: 0.95rem;
}

.ranulph-hero-visual {
  display: grid;
  align-items: center;
  justify-items: end;
  overflow: visible;
  width: 100%;
}

.ranulph-hero-panel {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.ranulph-hero-diagram {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin-inline: 0;
  filter: drop-shadow(0 1.25rem 2.25rem rgb(0 0 0 / 0.2));
}

.ranulph-need,
.ranulph-framework,
.ranulph-limits {
  background: #edf4ef;
}

.ranulph-questions,
.ranulph-use,
.ranulph-contact {
  background: #fbfcfa;
}

.ranulph-method {
  color: var(--ran-mist);
  background:
    radial-gradient(
      circle at 18% 24%,
      rgb(128 196 128 / 0.12),
      transparent 20%
    ),
    linear-gradient(180deg, #1d453d 0%, #153730 100%);
}

.ranulph-need,
.ranulph-questions,
.ranulph-framework,
.ranulph-method,
.ranulph-use,
.ranulph-limits,
.ranulph-contact {
  padding-block: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--ran-line);
}

.ranulph-contact {
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
}

.ranulph-heading-block {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.ranulph-heading-block .eyebrow {
  margin-bottom: 0;
}

.ranulph-section-head {
  align-items: start;
  margin-bottom: 1.5rem;
}

.ranulph-section-head .section-copy {
  align-self: start;
  padding-top: 0;
}

.ranulph-section-head .section-copy p {
  color: #48504d;
  font-size: 1.04rem;
  line-height: 1.55;
}

.ranulph-method .eyebrow,
.ranulph-method .ranulph-subheading {
  color: #b8dcb3;
}

.ranulph-method .section-copy p {
  color: rgb(242 245 240 / 0.9);
}

.ranulph-card-grid {
  margin-top: 0;
}

.ranulph-subheading {
  margin: 1.25rem 0 0.5rem;
  color: #6b6a77;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ranulph-subheading--stacked {
  margin-top: 2rem;
}

.ranulph-flow-block {
  margin-top: 1rem;
  padding: 1rem 0 0;
}

.ranulph-feature-card,
.ranulph-question-card,
.ranulph-method-card,
.ranulph-use-card {
  padding: 1.2rem;
}

.ranulph-feature-card,
.ranulph-use-card {
  border-top: 0.28rem solid var(--ran-forest);
}

.ranulph-feature-card--lime {
  border-top-color: var(--ran-signal);
}

.ranulph-feature-card--violet {
  border-top-color: var(--ran-violet);
}

.ranulph-framework .ranulph-feature-card {
  background: var(--ran-path-fill);
}

.ranulph-framework .ranulph-feature-card--lime {
  background: var(--ran-diagnostic-fill);
}

.ranulph-framework .ranulph-feature-card--violet {
  background: var(--ran-harmoniser-fill);
}

.ranulph-use .ranulph-use-card:first-child {
  background: var(--ran-path-fill);
}

.ranulph-use .ranulph-use-card--forest {
  background: var(--ran-diagnostic-fill);
}

.ranulph-use .ranulph-use-card--violet {
  background: var(--ran-harmoniser-fill);
}

.ranulph-question-card,
.ranulph-method-card {
  border-top: 0.32rem solid var(--ran-path-line);
  background: var(--ran-path-fill);
}

.ranulph-method-card span {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--ran-ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ranulph-question-card--diagnostic,
.ranulph-method-card--questions {
  border-top-color: var(--ran-diagnostic-line);
  background: var(--ran-diagnostic-fill);
}

.ranulph-question-card--harmoniser,
.ranulph-method-card--harmoniser {
  border-top-color: var(--ran-harmoniser-line);
  background: var(--ran-harmoniser-fill);
}

.ranulph-question-card--triage,
.ranulph-method-card--support,
.ranulph-use-card--violet {
  border-top-color: var(--ran-triage-line);
  background: var(--ran-triage-fill);
}

.ranulph-use-card--forest {
  border-top-color: var(--ran-forest);
}

.ranulph-contact-copy {
  max-width: 48rem;
}

.ranulph-contact-copy h2 {
  margin-bottom: 1.5rem;
}

.ranulph-contact-band {
  border-top-color: var(--ran-forest);
  margin-block: 0;
  padding-block: clamp(1.5rem, 4vw, 2.25rem);
  border-inline: 1px solid rgb(255 255 255 / 0.08);
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
  background: linear-gradient(180deg, #214942 0%, #183b35 100%);
  color: var(--ran-mist);
}

.ranulph-contact-band .ranulph-note,
.ranulph-contact-band p,
.ranulph-contact-band .text-link {
  color: rgb(242 245 240 / 0.9);
}

.ranulph-contact-band .button-row {
  align-items: start;
}

.ranulph-contact-band .button {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ran-forest);
}

.ranulph-contact-actions {
  display: grid;
  gap: 1rem;
  align-content: start;
  justify-items: start;
}

.ranulph-contact-actions .text-link {
  min-height: 0;
}

@media (min-width: 48rem) {
  .ranulph-hero-layout {
    grid-template-columns: minmax(20rem, 32rem) minmax(44rem, 1fr);
  }

  .ranulph-section-head .section-copy {
    padding-top: 3rem;
  }

  .ranulph-questions .ranulph-card-grid,
  .ranulph-method .ranulph-card-grid {
    margin-left: 0;
  }

  .ranulph-contact-band {
    grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.8fr);
  }
}

@media (max-width: 62rem) {
  .ranulph-hero .content {
    width: min(var(--content), calc(100% - 2rem));
  }

  .ranulph-hero-panel {
    width: min(44rem, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 47.99rem) {
  .ranulph-page .button {
    width: 100%;
  }

  .ranulph-hero {
    padding-block: 2.5rem;
  }

  .ranulph-hero-diagram {
    width: min(100%, 42rem);
  }

  .ranulph-section-head .section-copy {
    padding-top: 0;
  }

  .ranulph-contact-band .button-row {
    width: 100%;
  }

  .ranulph-contact-band .text-link {
    min-height: 0;
  }
}
