/* Page-specific composition for the Take 3 Approach page. */

.approach-main {
  overflow: clip;
}

.approach-main > section {
  overflow: visible;
  overscroll-behavior-y: auto;
}

.approach-main > .approach-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.55fr);
  width: 100%;
  height: calc(100vh - var(--site-head-height));
  height: calc(100svh - var(--site-head-height));
  min-height: 0;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
}

.approach-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5.5vh, 5rem) var(--gutter);
}

.approach-hero h1 {
  max-width: 11.5ch;
  margin-bottom: clamp(1.4rem, 3.6vh, 3.5rem);
  font: 900 clamp(3.8rem, min(9vw, 13.5vh), 10.2rem)/0.78 var(--head);
  letter-spacing: -0.078em;
}

.approach-hero h1 span {
  display: block;
  margin-left: clamp(1rem, 7vw, 8rem);
  color: var(--orange);
}

.approach-hero-copy > p {
  max-width: 39rem;
  margin: 0 0 clamp(1.2rem, 2.5vh, 2rem) clamp(0rem, 8vw, 9rem);
  font-size: clamp(1.08rem, 0.97rem + 0.47vw, 1.62rem);
  line-height: 1.38;
}

.approach-hero-copy > a {
  align-self: flex-start;
  margin-left: clamp(0rem, 8vw, 9rem);
  padding-bottom: 0.28rem;
  border-bottom: 0.25rem solid var(--orange);
  font: 800 0.78rem/1.2 var(--utility);
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.approach-hero-copy > a:hover {
  color: var(--orange);
  border-bottom-color: var(--ink);
}

.approach-counterpoint {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.6rem, 3.5vw, 4rem);
  color: var(--white);
  background: var(--ink);
}

.approach-counterpoint p {
  max-width: 11ch;
  margin: auto 0;
  font: 900 clamp(2.25rem, min(5vw, 8vh), 5.8rem)/0.9 var(--head);
  letter-spacing: -0.06em;
}

.counterpoint-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.counterpoint-line i {
  height: 0.65rem;
  background: var(--orange);
}

.approach-section {
  min-height: 100vh;
  min-height: 100svh;
  border-bottom: 2px solid var(--ink);
}

.approach-section > .section-shell {
  min-height: 100vh;
  min-height: 100svh;
}

.fit-section {
  color: var(--white);
  background: var(--ink);
  border-bottom: 0.65rem solid var(--orange);
  scroll-margin-top: 0;
}

.fit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.55fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.fit-section h2 {
  max-width: 12ch;
  margin: 0 0 1.8rem;
  font: 900 clamp(3rem, 6.5vw, 7.3rem)/0.88 var(--head);
  letter-spacing: -0.06em;
}

.fit-section blockquote {
  margin: 0;
  padding: clamp(1.6rem, 3vw, 3rem) 0 clamp(1.6rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem);
  border-left: 0.55rem solid var(--orange);
}

.fit-section blockquote p {
  font-size: clamp(1.2rem, 1.02rem + 0.55vw, 1.62rem);
  line-height: 1.4;
}

.fit-section blockquote footer,
.method-quote footer,
.concrete-quotes footer,
.completion-copy blockquote footer,
.advisory-callout footer {
  color: var(--orange);
  font: 800 0.73rem/1.35 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.friction-band {
  min-height: 0 !important;
  border-bottom: 2px solid var(--ink);
  background: var(--paper-deep);
}

.friction-band > .section-shell {
  min-height: 0 !important;
  padding-top: clamp(3.25rem, 7vw, 6.5rem);
  padding-bottom: clamp(3.25rem, 7vw, 6.5rem);
}

.friction-band-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: start;
}

.friction-band h2 {
  max-width: 11ch;
  margin: 0;
  font: 900 clamp(2.65rem, 5.4vw, 5.7rem)/0.9 var(--head);
  letter-spacing: -0.06em;
}

.friction-band-copy {
  max-width: 43rem;
}

.friction-band-copy p {
  font-size: clamp(1.12rem, 1.02rem + 0.36vw, 1.45rem);
  line-height: 1.45;
}

.friction-band-copy p:last-child {
  margin-bottom: 0;
}

.friction-band-copy .strong {
  font-weight: 700;
}

.method-stage {
  color: var(--white);
  background: var(--ink);
  border-bottom: 0.65rem solid var(--orange);
}

.method-stage-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.method-quote {
  display: flex;
  min-height: min(65vh, 39rem);
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: clamp(2rem, 4vw, 4rem);
  color: var(--ink);
  background: var(--orange);
}

.method-quote p {
  margin-bottom: 3rem;
  font: 500 clamp(1.5rem, 2.75vw, 3.25rem)/1.13 var(--body);
  letter-spacing: -0.025em;
}

.method-quote footer {
  color: var(--ink);
}

.method-copy {
  position: relative;
  padding-bottom: clamp(2.5rem, 6vh, 5rem);
}

.method-copy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.7rem;
  background: var(--orange);
  content: "";
}

.method-copy h2 {
  max-width: 11ch;
  margin-bottom: clamp(1.8rem, 4vh, 3.5rem);
  font: 900 clamp(3rem, 5.8vw, 6.6rem)/0.84 var(--head);
  letter-spacing: -0.065em;
}

.method-copy > p {
  max-width: 33rem;
  margin: 0;
  color: #d3ccbf;
  font-size: clamp(1.13rem, 1rem + 0.4vw, 1.48rem);
  line-height: 1.45;
}

.concrete-stage {
  background: var(--white);
}

.concrete-layout {
  display: grid;
  grid-template-rows: auto auto;
  gap: clamp(2.5rem, 6vh, 5.5rem);
  align-content: center;
}

.concrete-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(19rem, 0.8fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.concrete-heading h2 {
  max-width: 14ch;
  margin: 0;
  font: 900 clamp(2.8rem, 5.6vw, 6.4rem)/0.87 var(--head);
  letter-spacing: -0.06em;
}

.concrete-heading .section-intro {
  margin-bottom: 0;
}

.concrete-quotes {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr) minmax(0, 1fr);
  border: 2px solid var(--ink);
}

.concrete-quotes blockquote {
  display: flex;
  min-height: clamp(14rem, 29vh, 22rem);
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: clamp(1.45rem, 2.8vw, 2.8rem);
}

.concrete-quotes blockquote + blockquote {
  border-left: 2px solid var(--ink);
}

.concrete-quotes blockquote:nth-child(1) {
  background: var(--orange);
}

.concrete-quotes blockquote:nth-child(2) {
  color: var(--white);
  background: var(--ink);
}

.concrete-quotes blockquote:nth-child(3) {
  background: var(--paper-deep);
}

.concrete-quotes p {
  margin-bottom: 2rem;
  font-size: clamp(1.17rem, 1rem + 0.55vw, 1.65rem);
  line-height: 1.32;
}

.concrete-quotes blockquote:nth-child(1) footer,
.concrete-quotes blockquote:nth-child(3) footer {
  color: var(--ink);
}

.completion-stage {
  background: var(--paper);
}

.completion-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: center;
}

.completion-layout > h2 {
  max-width: 11ch;
  margin: 0;
  font: 900 clamp(2.8rem, 5.8vw, 6.5rem)/0.9 var(--head);
  letter-spacing: -0.06em;
}

.completion-copy {
  max-width: 43rem;
}

.completion-copy > p {
  font-size: clamp(1.15rem, 1.03rem + 0.4vw, 1.5rem);
  line-height: 1.45;
}

.completion-copy blockquote {
  margin: 0;
  padding: clamp(1.6rem, 3vw, 2.8rem) 0;
  border-top: 2px solid var(--ink);
}

.completion-copy blockquote:last-child {
  border-bottom: 2px solid var(--ink);
}

.completion-copy blockquote p {
  margin-bottom: 1rem;
  font-size: clamp(1.18rem, 1rem + 0.55vw, 1.7rem);
  line-height: 1.34;
}

.support-levels {
  background: var(--paper-deep);
}

.support-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: stretch;
}

.support-intro h2 {
  max-width: 10ch;
  margin: 0;
  font: 900 clamp(2.8rem, 5.6vw, 6.2rem)/0.88 var(--head);
  letter-spacing: -0.06em;
}

.support-intro > div {
  display: flex;
  max-width: 43rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding-left: clamp(1.5rem, 3vw, 3rem);
  border-left: 2px solid var(--ink);
}

.support-intro p {
  margin: 0;
  font-size: clamp(1.08rem, 1rem + 0.28vw, 1.35rem);
  line-height: 1.45;
}

.support-intro .strong {
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.advisory-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  margin: clamp(2rem, 4vh, 3.5rem) 0 0;
  padding: clamp(1.7rem, 3.2vw, 3.4rem);
  color: var(--ink);
  background: var(--orange);
}

.advisory-callout p {
  max-width: 27ch;
  margin: 0;
  font: 500 clamp(1.65rem, 3.1vw, 3.8rem)/1.06 var(--body);
  letter-spacing: -0.03em;
}

.advisory-callout footer {
  color: var(--ink);
}

.support-levels .delivery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vh, 3.5rem);
  border-top: 2px solid var(--ink);
}

.support-levels .delivery-item {
  display: block;
  padding: clamp(1.7rem, 3vw, 3.3rem) clamp(1.1rem, 2.3vw, 2.5rem);
  border: 0;
  border-right: 1px solid var(--line);
}

.support-levels .delivery-item:first-child {
  padding-left: 0;
}

.support-levels .delivery-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.support-levels .delivery-item h3 {
  min-height: 2em;
  margin-bottom: 1.2rem;
  font: 900 clamp(1.65rem, 2.9vw, 3.4rem)/0.94 var(--head);
  letter-spacing: -0.045em;
}

.support-levels .delivery-item p {
  margin: 0;
  font-size: clamp(0.95rem, 0.9rem + 0.16vw, 1.08rem);
  line-height: 1.48;
}

.approach-proof > .section-shell {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
}

.approach-close > .section-shell {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  align-content: normal;
}

@media (max-width: 980px) {
  .approach-main > .approach-hero {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) minmax(7.5rem, 0.24fr);
    height: calc(100vh - var(--site-head-height));
    height: calc(100svh - var(--site-head-height));
  }

  .approach-hero-copy {
    padding-top: clamp(1.7rem, 4vh, 3.4rem);
    padding-bottom: clamp(1.7rem, 4vh, 3.4rem);
  }

  .approach-hero h1 {
    font-size: clamp(3.5rem, min(12vw, 11vh), 7.3rem);
  }

  .approach-counterpoint {
    flex-direction: row;
    align-items: end;
  }

  .approach-counterpoint p {
    margin: 0;
  }

  .counterpoint-line {
    width: 30%;
  }

  .fit-layout,
  .method-stage-layout,
  .completion-layout,
  .support-intro {
    grid-template-columns: 1fr;
  }

  .method-quote {
    min-height: 24rem;
  }

  .concrete-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

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

  .completion-layout,
  .support-intro {
    gap: 2.5rem;
  }

  .support-intro > div {
    max-width: 43rem;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .approach-main > .approach-hero {
    grid-template-rows: minmax(0, 1fr) minmax(7rem, 0.24fr);
  }

  .approach-hero-copy {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }

  .approach-hero h1 {
    margin-bottom: 1.1rem;
    font-size: clamp(3rem, min(15.5vw, 10.5vh), 5.4rem);
  }

  .approach-hero h1 span,
  .approach-hero-copy > p,
  .approach-hero-copy > a {
    margin-left: 0;
  }

  .approach-hero-copy > p {
    margin-bottom: 1rem;
    font-size: clamp(0.98rem, 3.8vw, 1.08rem);
    line-height: 1.35;
  }

  .approach-counterpoint {
    padding: 1.15rem 1.3rem;
  }

  .approach-counterpoint p {
    font-size: clamp(1.65rem, 7vw, 2.5rem);
  }

  .fit-section h2,
  .method-copy h2,
  .concrete-heading h2,
  .completion-layout > h2,
  .support-intro h2 {
    font-size: clamp(2.7rem, 13vw, 4.8rem);
  }

  .fit-section blockquote {
    padding-left: 1.25rem;
  }

  .friction-band-layout {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }

  .friction-band h2 {
    font-size: clamp(2.5rem, 12vw, 4.4rem);
  }

  .method-stage-layout {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .method-quote {
    min-height: 18rem;
  }

  .method-quote p {
    font-size: clamp(1.25rem, 5.2vw, 1.85rem);
  }

  .concrete-quotes {
    grid-template-columns: 1fr;
  }

  .concrete-quotes blockquote {
    min-height: 13rem;
  }

  .concrete-quotes blockquote + blockquote {
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .support-intro,
  .advisory-callout,
  .support-levels .delivery-list {
    grid-template-columns: 1fr;
  }

  .advisory-callout {
    gap: 1.4rem;
  }

  .support-levels .delivery-item,
  .support-levels .delivery-item:first-child,
  .support-levels .delivery-item:last-child {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .support-levels .delivery-item h3 {
    min-height: 0;
  }
}

@media (max-width: 700px) and (max-height: 650px) and (min-aspect-ratio: 4 / 3) {
  .approach-hero-copy {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .approach-hero h1 {
    margin-bottom: 0.45rem;
    font-size: clamp(2.25rem, 10vh, 3.2rem);
  }

  .approach-hero h1 span,
  .approach-hero-copy > p,
  .approach-hero-copy > a {
    margin-left: 0;
  }

  .approach-hero-copy > p {
    margin-bottom: 0.4rem;
    font-size: 0.72rem;
    line-height: 1.16;
  }

  .approach-hero-copy > a {
    font-size: 0.55rem;
  }

  .approach-counterpoint {
    padding: 0.65rem 1.3rem;
  }

  .approach-counterpoint p {
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) and (max-height: 340px) and (min-aspect-ratio: 4 / 3) {
  .approach-main > .approach-hero {
    grid-template-rows: minmax(0, 1fr);
  }

  .approach-counterpoint {
    display: none;
  }
}

@media (max-height: 650px) and (min-width: 701px) {
  .approach-main > .approach-hero {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
    grid-template-rows: 1fr;
  }

  .approach-hero h1 {
    margin-bottom: 1rem;
    font-size: clamp(3.4rem, 11vh, 5.6rem);
  }

  .approach-hero-copy > p {
    margin-bottom: 0.9rem;
    font-size: 1rem;
  }

  .approach-counterpoint {
    flex-direction: column;
    align-items: stretch;
  }

  .approach-counterpoint p {
    margin: auto 0;
    font-size: clamp(2rem, 7vh, 3.2rem);
  }

  .counterpoint-line {
    width: 100%;
  }
}

@media (min-width: 701px) and (max-width: 980px) and (max-height: 650px) {
  .approach-main > .approach-hero {
    grid-template-columns: minmax(0, 1.55fr) minmax(13rem, 0.65fr);
  }

  .approach-hero-copy {
    padding: clamp(0.65rem, 2vh, 1rem) var(--gutter);
  }

  .approach-hero h1 {
    margin-bottom: 0.5rem;
    font-size: clamp(2.35rem, 10vh, 3.5rem);
  }

  .approach-hero-copy > p,
  .approach-hero-copy > a {
    margin-left: clamp(0rem, 2.5vw, 1.2rem);
  }

  .approach-hero-copy > p {
    margin-bottom: 0.5rem;
    font-size: clamp(0.76rem, 2.4vh, 0.95rem);
    line-height: 1.2;
  }

  .approach-hero-copy > a {
    font-size: 0.58rem;
  }

  .approach-counterpoint {
    padding: 0.9rem;
  }

  .approach-counterpoint p {
    font-size: clamp(1.4rem, 6.5vh, 2rem);
  }
}

/* On laptops and tablets, let each content section end with its content.
   The opening composition remains screen-sized; the friction band keeps its
   deliberately narrow pacing at every size. */
@media (max-width: 1440px), (max-height: 900px) {
  .approach-main > section:not(.approach-hero),
  .approach-main > section:not(.approach-hero) > .section-shell,
  .approach-proof > .section-shell,
  .approach-close > .section-shell,
  .approach-close .contact-layout {
    height: auto;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .approach-page html,
  .approach-page {
    scroll-behavior: auto;
  }
}

@media print {
  .approach-main > .approach-hero,
  .approach-section,
  .approach-section > .section-shell,
  .approach-proof > .section-shell,
  .approach-close > .section-shell {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }
}
