:root {
  color-scheme: light;
  --page-bg: #f6f3ee;
  --text: #111111;
  --muted: rgba(17, 17, 17, 0.58);
  --line: rgba(17, 17, 17, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

.approach-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(196, 227, 255, 0.2), transparent 33%),
    radial-gradient(circle at bottom right, rgba(252, 223, 232, 0.16), transparent 30%),
    var(--page-bg);
}

.approach-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.4rem 1.5rem 0;
}

.approach-header__brand,
.approach-header__contact {
  text-decoration: none;
}

.approach-header__logo {
  width: auto;
  height: 2.5rem;
  max-width: min(38vw, 10rem);
}

.approach-header__contact {
  color: inherit;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  -webkit-tap-highlight-color: transparent;
}

.approach-header__contact:visited,
.approach-header__contact:hover,
.approach-header__contact:active,
.approach-header__contact:focus-visible {
  color: inherit;
}

.approach-main {
  padding: 0 1.5rem 2rem;
}

.approach-intro__band {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.75rem;
  padding: 1rem 1.5rem;
}

.approach-intro__band span {
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  font-style: italic;
  font-weight: 500;
}

.approach-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 56rem);
  gap: 2rem;
  min-height: 70vh;
  padding: 7.5rem 0 2rem;
}

.approach-intro__content h1 {
  margin: 0;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.approach-intro__content p {
  margin: 1.4rem 0 0;
  max-width: 38rem;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.22rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.approach-journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 56rem);
  gap: 2rem;
  padding: 1rem 0 2rem;
}

.approach-block {
  grid-column: 2;
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 1.8rem;
}

.approach-block__label {
  margin: 0 0 0.8rem;
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 1.55vw, 1.52rem);
  font-style: italic;
  font-weight: 500;
}

.approach-block p {
  margin: 0;
  max-width: 44rem;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.08rem, 1.65vw, 1.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.approach-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 56rem);
  gap: 2rem;
  padding: 2rem 0 2.5rem;
}

.approach-cta__link,
.approach-cta__back {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.approach-cta__link:visited,
.approach-cta__link:hover,
.approach-cta__link:active,
.approach-cta__link:focus-visible,
.approach-cta__back:visited,
.approach-cta__back:hover,
.approach-cta__back:active,
.approach-cta__back:focus-visible {
  color: inherit;
}

.approach-cta__link {
  grid-column: 2;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.25rem;
  border: 1px solid rgba(17, 17, 17, 0.18);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.04);
  font-family: "Barlow Semi Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.approach-cta__back {
  grid-column: 2;
  justify-self: end;
  margin-top: -2.4rem;
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  font-style: italic;
  font-weight: 500;
}

.approach-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1.6rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line);
  font-family: "Barlow Semi Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.1rem, 1.45vw, 1.42rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-transform: lowercase;
}

.approach-footer__col--contact {
  justify-self: end;
}

.approach-footer__label {
  margin: 0 0 0.2rem;
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 1.45vw, 1.34rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.approach-footer a {
  color: inherit;
  text-decoration: none;
}

.approach-footer a:visited,
.approach-footer a:hover,
.approach-footer a:active,
.approach-footer a:focus-visible {
  color: inherit;
}

.approach-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .approach-intro__grid,
  .approach-journey,
  .approach-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .approach-intro__grid {
    min-height: auto;
    padding-top: 6rem;
  }

  .approach-block,
  .approach-cta__link,
  .approach-cta__back {
    grid-column: 1;
  }

  .approach-cta__back {
    justify-self: start;
    margin-top: 0.6rem;
  }

  .approach-footer {
    grid-template-columns: 1fr;
  }

  .approach-footer__col--contact {
    justify-self: start;
  }
}
