:root {
  --forest: #1d3b34;
  --forest-deep: #102820;
  --brand-blue: #2c57a7;
  --slate: #3c5a6b;
  --charcoal: #222629;
  --moss: #6a8f71;
  --mist: #e7ebe8;
  --paper: #fbfbf8;
  --white: #ffffff;
  --line: rgba(29, 59, 52, 0.18);
  --shadow: 0 22px 70px rgba(16, 40, 32, 0.14);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --banner-title-size: clamp(2.15rem, 3.2vw, 3.75rem);
  --banner-subtitle-size: 1rem;
  --desktop-header-height: 110px;
  --desktop-strip-height: 143px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: var(--desktop-header-height);
  padding: 6px clamp(22px, 4vw, 64px);
  background: var(--mist);
  border-bottom: 1px solid rgba(29, 59, 52, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  width: clamp(230px, 20vw, 310px);
  height: 96px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.primary-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(16px, 1.8vw, 34px);
  color: var(--charcoal);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.primary-nav a {
  position: relative;
  padding: 10px 0;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--moss);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid var(--moss);
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.header-cta {
  min-height: 34px;
  padding: 0 14px;
  border-color: var(--moss);
  border-radius: 3px;
  background: var(--moss);
  box-shadow:
    0 5px 14px rgba(16, 40, 32, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: #789b7e;
  background: #789b7e;
  box-shadow:
    0 7px 18px rgba(16, 40, 32, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  border-color: var(--moss);
  background: var(--moss);
  color: var(--white);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.62);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--forest);
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--desktop-header-height) - var(--desktop-strip-height) - 48px);
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-media::after {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(13, 34, 28, 0.9) 0%, rgba(13, 34, 28, 0.64) 42%, rgba(13, 34, 28, 0.18) 100%),
    url("assets/hero-mountain-clean-v3.jpg") center / cover no-repeat;
}

.hero-media::after {
  content: "";
  background: linear-gradient(0deg, rgba(11, 28, 23, 0.45), transparent 38%);
}

.hero-watermark {
  position: absolute;
  right: clamp(-26px, -1.5vw, -10px);
  bottom: clamp(82px, 12vh, 108px);
  z-index: -1;
  width: min(752px, 57.6vw);
  aspect-ratio: 2.6 / 1;
  background: url("assets/cascadia-mark-watermark-mono.png") center / contain no-repeat;
  opacity: 0.42;
}

.hero-content {
  width: min(820px, calc(100% - 44px));
  padding: clamp(54px, 8vh, 78px) 0 46px;
  margin-left: clamp(22px, 4vw, 64px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--moss);
  font-size: 0.975rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: var(--banner-title-size);
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  margin-bottom: 18px;
}

h2 {
  margin-bottom: 24px;
  color: var(--forest);
}

h3 {
  color: var(--forest);
  font-size: 1.04rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero p:not(.eyebrow) {
  max-width: 790px;
  margin-bottom: 34px;
  font-family: var(--sans);
  font-size: 1.5rem;
  line-height: 1.5;
}

.section-heading h2,
.story-panel h2,
.partners-band h2,
.connect-copy h2 {
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-actions .button {
  min-height: 56px;
  padding: 0 30px;
  font-size: 0.9rem;
}

.pillar-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  min-height: var(--desktop-strip-height);
  padding: 12px clamp(18px, 3vw, 54px);
  background: var(--mist);
  box-shadow: var(--shadow);
}

.pillar {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 119px;
  padding: 20px clamp(10px, 1vw, 16px) 12px;
  border-right: 1px solid var(--line);
}

.pillar:last-child {
  border-right: 0;
}

.pillar svg {
  width: 42px;
  height: 42px;
  align-self: start;
  margin-top: 5px;
  color: var(--brand-blue);
  stroke-width: 1.65;
}

.pillar strong {
  display: block;
  margin-bottom: 6px;
  color: var(--charcoal);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
}

.pillar small {
  display: block;
  max-width: 240px;
  color: rgba(34, 38, 41, 0.78);
  font-size: 0.78rem;
  line-height: 1.35;
}

.story-split {
  background: var(--forest);
  scroll-margin-top: var(--desktop-header-height);
}

.story-panel {
  position: relative;
  min-height: 460px;
  padding: clamp(42px, 4vw, 56px) clamp(26px, 8vw, 132px);
  isolation: isolate;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  background: var(--forest);
}

.story-panel::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: url("assets/story-contour-pattern.png") center / cover no-repeat;
  filter: invert(1);
  mix-blend-mode: screen;
  opacity: 0.14;
}

.story-panel > * {
  position: relative;
  z-index: 1;
}

.story-panel h2 {
  color: var(--white);
  max-width: 720px;
  font-size: var(--banner-title-size);
  line-height: 1.05;
}

.story-panel p {
  max-width: 1120px;
  font-family: var(--sans);
  font-size: var(--banner-subtitle-size);
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.text-link svg {
  width: 18px;
  height: 18px;
}

.section {
  padding: clamp(72px, 9vw, 130px) clamp(22px, 7vw, 110px);
}

.practice {
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(64px, 7vw, 98px);
  scroll-margin-top: var(--desktop-header-height);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  max-width: 1240px;
  margin: 0 auto 52px;
}

.section-heading.compact {
  display: block;
  max-width: 840px;
  margin-left: 0;
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 10px;
  color: rgba(34, 38, 41, 0.76);
  font-family: var(--sans);
  font-size: var(--banner-subtitle-size);
  line-height: 1.6;
}

.practice > h2,
.services-intro,
.practice-kicker {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.practice > h2 {
  margin-bottom: 10px;
  font-size: var(--banner-title-size);
}

.services-intro {
  margin-bottom: 30px;
  color: rgba(34, 38, 41, 0.72);
  font-family: var(--sans);
  font-size: var(--banner-subtitle-size);
  line-height: 1.6;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.practice-kicker {
  max-width: 1240px;
  margin: 0 auto 22px;
}

.diagnostic-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 2fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  max-width: 1240px;
  padding: clamp(28px, 4vw, 46px);
  margin: 0 auto;
  border-radius: 22px;
  background: var(--forest);
  box-shadow: 0 18px 48px rgba(16, 40, 32, 0.14);
  color: rgba(255, 255, 255, 0.86);
}

.diagnostic-heading svg,
.service-card svg {
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
  color: var(--moss);
  stroke-width: 1.55;
}

.diagnostic-heading h3 {
  margin-bottom: 10px;
  color: var(--white);
}

.diagnostic-heading p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.diagnostic-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 34px;
  padding-left: 20px;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
}

.follow-on-label {
  max-width: 1240px;
  padding-bottom: 12px;
  margin: 34px auto 18px;
  border-bottom: 1px solid var(--line);
  color: var(--moss);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-card {
  min-height: 430px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16, 40, 32, 0.07);
}

.service-card h3 {
  margin-bottom: 18px;
  color: var(--forest);
  font-size: 1rem;
  line-height: 1.3;
}

.service-card ul {
  padding-left: 19px;
  margin: 0;
  color: rgba(34, 38, 41, 0.76);
  font-size: 0.88rem;
  line-height: 1.48;
}

.service-card li + li {
  margin-top: 10px;
}

.service-card li::marker,
.diagnostic-card li::marker {
  color: var(--moss);
}

.services-cta {
  max-width: 920px;
  margin: clamp(52px, 6vw, 78px) auto 0;
  text-align: center;
}

.services-cta h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.services-cta p {
  margin-bottom: 24px;
  color: rgba(34, 38, 41, 0.72);
  font-size: 1rem;
  line-height: 1.6;
}

.services-cta .button {
  gap: 10px;
  border-radius: 999px;
}

.services-cta .button svg {
  width: 17px;
  height: 17px;
}

.partners-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(340px, 1fr);
  gap: 44px;
  align-items: center;
  padding: clamp(70px, 9vw, 112px) clamp(22px, 7vw, 110px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(16, 40, 32, 0.96), rgba(29, 59, 52, 0.88)),
    url("assets/charcoal-texture.jpeg") center / cover;
}

.partners-band h2 {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--banner-title-size);
  line-height: 1.05;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.partner-list span {
  padding: 14px 18px;
  border: 1px solid rgba(231, 235, 232, 0.34);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.partner-list p {
  flex-basis: 100%;
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--sans);
  font-size: var(--banner-subtitle-size);
  font-style: normal;
  line-height: 1.6;
}

.founders {
  background: var(--mist);
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

.founder {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(29, 59, 52, 0.12);
  box-shadow: 0 18px 48px rgba(16, 40, 32, 0.08);
}

.founder-profile {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}

.founder-heading h3 {
  margin-bottom: 14px;
}

.founder-portrait {
  width: 150px;
  aspect-ratio: 1;
  border: 4px solid var(--moss);
  border-radius: 50%;
  overflow: hidden;
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-portrait--zoomed img {
  transform: scale(1.08);
}

.founder p {
  color: rgba(34, 38, 41, 0.76);
  font-size: 0.92rem;
  line-height: 1.55;
}

.founder .credentials {
  margin: 0;
  color: var(--moss);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.founders-kicker {
  max-width: 1240px;
  margin: 0 auto 28px;
}

.founder-bio {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}

.founder-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 4px;
  padding: 0 18px;
  border: 1px solid var(--moss);
  border-radius: 3px;
  background: var(--moss);
  color: var(--white);
  box-shadow: 0 7px 16px rgba(29, 59, 52, 0.14);
  cursor: pointer;
  font: 800 0.76rem / 1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: margin-top 520ms cubic-bezier(0.22, 1, 0.36, 1), transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  width: fit-content;
}

.founder-toggle:hover,
.founder-toggle:focus-visible {
  background: var(--forest);
  box-shadow: 0 9px 20px rgba(29, 59, 52, 0.2);
  transform: translateY(-1px);
}

.founder-toggle:focus-visible {
  outline: 3px solid rgba(106, 143, 113, 0.3);
  outline-offset: 3px;
}

.founder-more {
  margin-top: auto;
  padding-top: 4px;
}

.founder-more-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 560ms cubic-bezier(0.22, 1, 0.36, 1), opacity 300ms ease;
}

.founder-more-inner {
  min-height: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.founder-more.is-expanded .founder-more-content {
  grid-template-rows: 1fr;
  opacity: 1;
}

.founder-more.is-expanded .founder-more-inner {
  transform: translateY(0);
}

.founder-more.is-expanded .founder-toggle {
  margin-top: 18px;
}

.toggle-label--open {
  display: none;
}

.founder-more.is-expanded .toggle-label--closed {
  display: none;
}

.founder-more.is-expanded .toggle-label--open {
  display: inline;
}

@media (prefers-reduced-motion: reduce) {
  .founder-more-content,
  .founder-more-inner,
  .founder-toggle {
    transition-duration: 1ms;
  }
}

.connect {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 560px);
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(78px, 9vw, 130px) clamp(22px, 8vw, 140px);
  background: var(--paper);
}

.connect-copy p:not(.eyebrow) {
  max-width: 630px;
  color: rgba(34, 38, 41, 0.76);
  font-family: var(--sans);
  font-size: var(--banner-subtitle-size);
  line-height: 1.6;
}

.connect-copy a {
  color: var(--forest);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field-label {
  display: inline;
}

.required-label {
  color: rgba(29, 59, 52, 0.66);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(29, 59, 52, 0.18);
  background: var(--paper);
  color: var(--charcoal);
  font: 500 1rem / 1.45 var(--sans);
  padding: 13px 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(106, 143, 113, 0.42);
  border-color: var(--moss);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 28px clamp(22px, 5vw, 72px);
  isolation: isolate;
  overflow: hidden;
  background: var(--forest);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: url("assets/story-contour-pattern.png") center / cover no-repeat;
  filter: invert(1);
  mix-blend-mode: screen;
  opacity: 0.12;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.site-footer > img {
  width: 125px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.footer-social {
  display: flex;
  gap: 10px;
  justify-self: center;
}

.footer-social img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.linkedin-link {
  overflow: hidden;
  border: 0 !important;
  border-radius: 4px;
  background: #28618a;
}

.site-footer a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  border-color: var(--moss);
  background: rgba(255, 255, 255, 0.08);
}

.site-footer .linkedin-link:hover,
.site-footer .linkedin-link:focus-visible {
  background: #28618a;
}

.site-footer a svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .primary-nav,
  .header-cta {
    display: none;
  }

  .primary-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding-top: 10px;
  }

  .primary-nav.is-open a {
    padding: 14px 0;
    border-top: 1px solid var(--line);
  }

  .primary-nav.is-open + .header-cta {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-self: start;
    margin: 10px 0 4px;
  }

  .pillar-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .founder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pillar:nth-child(2) {
    border-right: 0;
  }

  .pillar:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .service-card {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  :root {
    --banner-title-size: clamp(2.2rem, 10vw, 3.45rem);
  }

  .site-header {
    min-height: 78px;
  }

  .brand {
    width: 220px;
    height: 66px;
  }

  .hero {
    min-height: 700px;
  }

  .hero-content {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 64px 0 260px;
  }

  h1 {
    max-width: 560px;
  }

  .hero-watermark {
    right: 50%;
    bottom: 42px;
    width: min(360px, 94vw);
    opacity: 0.3;
    transform: translateX(50%);
  }

  .hero p:not(.eyebrow) {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.85fr);
    gap: 10px;
  }

  .hero-actions .button {
    min-height: 46px;
    padding: 0 10px;
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .pillar-strip,
  .story-split,
  .section-heading,
  .partners-band,
  .connect {
    grid-template-columns: 1fr;
  }

  .story-panel {
    min-height: auto;
  }

  .diagnostic-card {
    grid-template-columns: 1fr;
  }

  .founder {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .founder-portrait {
    width: 132px;
  }

}

@media (max-width: 620px) {
  :root {
    --banner-title-size: clamp(2.22rem, 9.1vw, 2.65rem);
  }

  /* Keep intentional desktop line breaks from joining adjacent words on mobile. */
  h2 br {
    display: none;
  }

  .pillar-strip,
  .service-grid,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .diagnostic-card ul {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .pillar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pillar:last-child {
    border-bottom: 0;
  }

  .founder {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .founder-grid {
    grid-template-columns: 1fr;
  }

  .founder-portrait {
    width: 138px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-social {
    justify-self: start;
  }

  .back-to-top {
    position: absolute !important;
    right: 22px;
    bottom: 28px;
  }
}
