/**
 * Readability refinement for theme version 0.1.5.
 *
 * The original editorial scale used sub-1.0 line heights on display type.
 * Newsreader's ascenders and descenders need more vertical room, particularly
 * when headings wrap, so this layer reduces the scale and restores leading.
 */

.hero-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(3.4rem, 5.5vw, 6.25rem);
  line-height: 1.07;
  letter-spacing: -.035em;
}

.statement p {
  max-width: 17ch;
  font-size: clamp(2.5rem, 4.7vw, 5.1rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.section-lead h2 {
  font-size: clamp(2.6rem, 3.9vw, 4.4rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.band-heading h2 {
  font-size: clamp(2.8rem, 4.2vw, 4.9rem);
  line-height: 1.09;
  letter-spacing: -.03em;
}

.adviser-copy h2 {
  font-size: clamp(2.8rem, 4.1vw, 4.75rem);
  line-height: 1.1;
  letter-spacing: -.028em;
}

.profile-copy h2,
.insights-heading h2,
.about-story h2,
.worrells-note h2 {
  font-size: clamp(2.7rem, 3.8vw, 4.45rem);
  line-height: 1.1;
  letter-spacing: -.028em;
}

.credentials h2,
.warning-signs h2 {
  font-size: clamp(2.8rem, 4vw, 4.75rem);
  line-height: 1.1;
  letter-spacing: -.028em;
}

.discussion-map > h2 {
  font-size: clamp(2.8rem, 4.3vw, 5rem);
  line-height: 1.09;
  letter-spacing: -.03em;
}

.contact-close h2 {
  font-size: clamp(3.1rem, 5.2vw, 5.8rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.page-placeholder h1,
.interior-title h1,
.not-found h1 {
  font-size: clamp(3.2rem, 5.7vw, 6.2rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.first-conversation h2 {
  font-size: clamp(2.7rem, 4vw, 4.55rem);
  line-height: 1.11;
  letter-spacing: -.025em;
}

.capability-list h2 {
  font-size: clamp(2rem, 2.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.adviser-promise blockquote p {
  font-size: clamp(2.2rem, 3.5vw, 4rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.article-index h2 {
  font-size: clamp(2.2rem, 3.3vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.article-hero h1 {
  font-size: clamp(3.4rem, 5.8vw, 6.6rem);
  line-height: 1.07;
  letter-spacing: -.035em;
}

.article-body > .lead {
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  line-height: 1.3;
}

.article-body h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.article-body blockquote p {
  font-size: clamp(2.2rem, 3.7vw, 4rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.article-end h2 {
  font-size: clamp(2.7rem, 4vw, 4.6rem);
  line-height: 1.1;
  letter-spacing: -.028em;
}

.form-success h2 {
  font-size: clamp(2.3rem, 3.3vw, 3.8rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}

@media (max-width: 680px) {
  .hero-copy h1 {
    font-size: clamp(2.85rem, 12.2vw, 4rem);
    line-height: 1.08;
  }

  .statement p {
    font-size: clamp(2.3rem, 9.8vw, 3.35rem);
    line-height: 1.13;
  }

  .adviser-copy h2 {
    font-size: clamp(2.35rem, 9.8vw, 3.3rem);
    line-height: 1.11;
  }

  .interior-title h1,
  .article-hero h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
    line-height: 1.09;
  }

  .contact-close h2,
  .not-found h1 {
    font-size: clamp(2.75rem, 11.5vw, 3.9rem);
    line-height: 1.09;
  }
}

/**
 * Reading-flow refinement.
 *
 * Display headings use a broader measure and a slightly smaller scale so
 * phrases read as coherent units rather than isolated two-word fragments.
 */

.hero-visual {
  grid-column: 1 / span 5;
}

.hero-copy {
  grid-column: 6 / -1;
  padding-left: clamp(0rem, 1vw, 1rem);
}

.hero-copy h1,
.statement p,
.section-lead h2,
.band-heading h2,
.adviser-copy h2,
.profile-copy h2,
.insights-heading h2,
.featured-insight h3,
.contact-close h2,
.page-placeholder h1,
.interior-title h1,
.about-story h2,
.credentials h2,
.worrells-note h2,
.capability-list h2,
.first-conversation h2,
.warning-signs h2,
.discussion-map > h2,
.adviser-promise blockquote p,
.article-index h2,
.article-hero h1,
.article-body h2,
.article-body blockquote p,
.article-end h2,
.form-success h2,
.not-found h1 {
  text-wrap: balance;
}

.hero-copy h1 {
  max-width: 24ch;
  font-size: clamp(3rem, 4vw, 4.8rem);
  line-height: 1.09;
  letter-spacing: -.03em;
}

.statement p {
  max-width: 26ch;
  font-size: clamp(2.35rem, 4vw, 4.5rem);
  line-height: 1.13;
}

.section-lead {
  grid-column: 1 / span 5;
}

.section-lead h2 {
  max-width: 20ch;
  font-size: clamp(2.25rem, 2.7vw, 3.1rem);
}

.band-heading {
  grid-template-columns: 1.35fr 1fr;
}

.band-heading h2 {
  max-width: 24ch;
  font-size: clamp(2.5rem, 3.6vw, 4.2rem);
}

.adviser-copy h2 {
  max-width: 24ch;
  font-size: clamp(2.35rem, 3.1vw, 3.6rem);
}

.profile-copy h2,
.insights-heading h2,
.about-story h2,
.worrells-note h2 {
  max-width: 28ch;
  font-size: clamp(2rem, 2.2vw, 3rem);
}

.insights-heading {
  grid-column: 1 / span 5;
}

.featured-insight h3 {
  max-width: 16ch;
  font-size: clamp(2rem, 2.6vw, 3rem);
  line-height: 1.12;
}

.credentials h2,
.warning-signs h2 {
  max-width: 24ch;
  font-size: clamp(2rem, 2.35vw, 3rem);
}

.discussion-map > h2 {
  max-width: 24ch;
  font-size: clamp(2.4rem, 3.4vw, 3.9rem);
}

.contact-close h2 {
  max-width: 24ch;
  font-size: clamp(2.7rem, 4vw, 4.7rem);
}

.page-placeholder h1,
.interior-title h1,
.not-found h1 {
  max-width: 22ch;
  font-size: clamp(2.5rem, 2.9vw, 3.7rem);
}

.first-conversation h2 {
  max-width: 22ch;
  font-size: clamp(2.3rem, 3vw, 3.4rem);
}

.capability-list h2 {
  max-width: 18ch;
  font-size: clamp(1.9rem, 2.3vw, 2.65rem);
}

.adviser-promise blockquote p {
  max-width: 22ch;
  font-size: clamp(2rem, 3vw, 3.45rem);
}

.article-index h2 {
  max-width: 28ch;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
}

.principles .section-lead {
  grid-column: 2 / span 5;
}

.warning-signs > div {
  grid-column: 1 / span 5;
}

.article-hero h1 {
  max-width: 22ch;
  font-size: clamp(2.8rem, 3.8vw, 4.8rem);
}

.article-body h2 {
  font-size: clamp(2rem, 2.8vw, 3rem);
}

.article-body blockquote p {
  max-width: 24ch;
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.article-end h2 {
  max-width: 18ch;
  font-size: clamp(2.4rem, 3.2vw, 3.7rem);
}

.form-success h2 {
  max-width: 18ch;
  font-size: clamp(2.2rem, 3vw, 3.4rem);
}

@media (max-width: 980px) {
  .hero-visual,
  .hero-copy,
  .section-lead,
  .insights-heading,
  .principles .section-lead,
  .warning-signs > div {
    grid-column: 1;
  }

  .band-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero-copy h1,
  .statement p,
  .section-lead h2,
  .band-heading h2,
  .adviser-copy h2,
  .profile-copy h2,
  .insights-heading h2,
  .featured-insight h3,
  .contact-close h2,
  .page-placeholder h1,
  .interior-title h1,
  .about-story h2,
  .credentials h2,
  .worrells-note h2,
  .first-conversation h2,
  .warning-signs h2,
  .discussion-map > h2,
  .article-hero h1,
  .article-end h2,
  .not-found h1 {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 9.5vw, 3rem);
  }

  .statement p {
    font-size: clamp(2.05rem, 7.9vw, 2.65rem);
  }

  .adviser-copy h2 {
    font-size: clamp(2.15rem, 8.5vw, 2.75rem);
  }

  .interior-title h1,
  .article-hero h1 {
    font-size: clamp(2.35rem, 9.3vw, 3.1rem);
  }

  .contact-close h2,
  .not-found h1 {
    font-size: clamp(2.35rem, 9.2vw, 3.1rem);
  }
}

/* Commissioned portrait. This deliberately overrides the temporary graphic panel. */
.portrait-panel {
  margin: 0;
  background: #d9d3c8;
}

.portrait-panel::before,
.portrait-panel::after {
  content: none;
  display: none;
}

.portrait-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 42%;
}

@media (max-width: 720px) {
  .portrait-photo {
    object-position: 50% 34%;
  }
}

/**
 * Version 0.1.8 content and spacing refinements.
 */

.expertise-desc {
  font-size: clamp(.88rem, .95vw, 1rem);
  line-height: 1.55;
}

.adviser-image {
  grid-column: 1 / span 4;
  min-height: 36rem;
  margin: 0;
  overflow: hidden;
  background: #d9d3c8;
}

.adviser-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.profile-copy h2 {
  margin-bottom: clamp(1.5rem, 2.2vw, 2.25rem);
}

.about-story p + p {
  margin-top: 1.5rem;
}

.case-example {
  grid-column: 2 / -1;
  margin-top: 1rem;
  border-top: 1px solid var(--stone);
}

.case-example summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  cursor: pointer;
  list-style: none;
  font-size: .78rem;
  font-weight: 700;
}

.case-example summary::-webkit-details-marker {
  display: none;
}

.case-toggle {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
}

.case-toggle::before,
.case-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform .2s ease;
}

.case-toggle::after {
  transform: rotate(90deg);
}

.case-example[open] .case-toggle::after {
  transform: rotate(0deg);
}

.case-example-copy {
  max-width: 52rem;
  padding: .35rem 0 1.5rem;
}

.capability-list .case-example-copy p {
  font-size: 1rem;
  line-height: 1.65;
}

.capability-list .case-example-copy .case-note {
  margin-top: .85rem;
  font-size: .7rem;
  line-height: 1.55;
}

/* Draw arrows as monochrome SVG strokes so iOS never substitutes emoji artwork. */
.arrow-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: .92rem;
  height: .92rem;
  color: currentColor;
  vertical-align: -.12em;
}

.arrow-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.text-link .arrow-icon {
  margin-left: .45rem;
}

.row-arrow {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 1100px) {
  .contact-close h2 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(2.8rem, 4.25vw, 4.9rem);
  }
}

@media (max-width: 980px) {
  .adviser-image {
    grid-column: 1;
    min-height: 27rem;
  }
}

@media (max-width: 680px) {
  .adviser-image {
    min-height: 24rem;
  }

  .case-example,
  .capability-list article > .case-example {
    grid-column: 2;
  }
}
