.home-team-feature {
  padding-top: 0;
  padding-bottom: clamp(64px, 8vw, 96px);
}

.home-team-feature__header {
  max-width: 900px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.home-team-feature__header h2 {
  margin: 8px 0 18px;
  font-size: clamp(2.55rem, 5vw, 4.7rem);
  line-height: .96;
}

.home-team-feature__header .lead {
  max-width: 780px;
}

.home-team-feature__profiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.home-team-profile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 20, .13);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 21, 20, .1);
}

.home-team-profile__media {
  min-height: 0;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #0b352b;
}

.home-team-profile__media a,
.home-team-profile__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-team-profile__media a:focus-visible {
  outline: 4px solid #e8b84d;
  outline-offset: -6px;
}

.home-team-profile__media img {
  object-fit: cover;
  object-position: 51% 48%;
}

.home-team-profile[data-team-profile="james-cowan-jr"] .home-team-profile__media img {
  object-position: 54% 48%;
}

.home-team-profile[data-team-profile="zach-warren"] .home-team-profile__media img {
  object-position: 50% 46%;
}

.home-team-profile__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-self: stretch;
  padding: clamp(26px, 3vw, 38px);
}

.home-team-profile__body h3 {
  margin: 8px 0 4px;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1;
}

.home-team-profile__role {
  margin: 0 0 22px;
  color: var(--forest);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-team-profile__body > p:not(.eyebrow):not(.home-team-profile__role) {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: .99rem;
  line-height: 1.65;
}

.home-team-profile__quote {
  margin: 26px 0;
  border-left: 3px solid #e8b84d;
  padding: 4px 0 4px 20px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  line-height: 1.42;
}

.home-team-profile__quote cite {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: inherit;
  font-size: .82rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-team-profile__actions,
.ben-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.home-team-profile__actions {
  margin-top: auto;
  padding-top: 12px;
}

.ben-profile-page .ben-breadcrumb {
  width: min(var(--max), calc(100% - 32px));
  margin: 22px auto 0;
}

.ben-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  padding-top: clamp(34px, 6vw, 72px);
}

.ben-profile-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  line-height: .9;
}

.ben-profile-hero__role {
  margin: 0 0 22px;
  color: var(--forest);
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 850;
}

.ben-profile-hero__intro {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.ben-profile-hero figure {
  margin: 0;
}

.ben-profile-hero figure > a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 24px;
  background: #0b352b;
}

.ben-profile-hero figure > a:focus-visible {
  outline: 4px solid #e8b84d;
  outline-offset: 4px;
}

.ben-profile-hero figure > a > img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 51% 48%;
}

.ben-profile-hero figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .9rem;
}

.ben-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .34fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.ben-profile-story {
  display: grid;
  gap: 42px;
}

.ben-profile-story section h2,
.ben-profile-facts h2,
.ben-profile-related h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.ben-profile-story section p {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.76;
}

.ben-profile-pullquote {
  margin: 4px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 5vw, 48px) 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.35;
}

.ben-profile-pullquote cite {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-family: inherit;
  font-size: .85rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ben-profile-facts {
  position: sticky;
  top: 100px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  background: rgba(255,255,255,.78);
}

.ben-profile-facts dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.ben-profile-facts dl div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.ben-profile-facts dt {
  color: var(--green-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ben-profile-facts dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 720;
  line-height: 1.45;
}

.ben-profile-related {
  border-radius: 24px;
  padding: clamp(30px, 5vw, 56px);
  background: var(--ink);
  color: #fff;
}

.ben-profile-related h2,
.ben-profile-related p {
  color: #fff;
}

.zach-profile-page .zach-breadcrumb {
  width: min(var(--max), calc(100% - 32px));
  margin: 22px auto 0;
}

.zach-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  padding-top: clamp(34px, 6vw, 72px);
}

.zach-profile-hero h1 {
  margin: 8px 0 10px;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: .88;
}
.zach-profile-hero h1 span { display: block; }

.zach-profile-hero__role { margin: 0 0 20px; color: var(--forest); font-weight: 850; }
.zach-profile-hero__intro { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.zach-profile-hero figure { margin: 0; }
.zach-profile-hero figure img { display: block; width: 100%; height: auto; border-radius: 24px; }
.zach-profile-hero figcaption { margin-top: 10px; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.zach-profile-hero blockquote,
.zach-profile-story blockquote,
.zach-mission-band blockquote { margin: 26px 0 0; border-left: 3px solid #e8b84d; padding-left: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.42; }
.zach-profile-hero cite,
.zach-profile-story cite,
.zach-mission-band cite { display: block; margin-top: 10px; font-family: inherit; font-size: .78rem; font-style: normal; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.zach-profile-facts { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(30px, 5vw, 64px); align-items: start; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.zach-profile-facts h2 { margin: 8px 0 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.zach-profile-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; margin: 0; }
.zach-profile-facts dl div { border-top: 1px solid var(--line); padding-top: 13px; }
.zach-profile-facts dt { color: var(--forest); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.zach-profile-facts dd { margin: 5px 0 0; font-weight: 720; line-height: 1.45; }

.zach-profile-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(36px, 7vw, 90px); }
.zach-profile-story article { padding-top: 26px; border-top: 1px solid var(--line); }
.zach-profile-story h2,
.zach-profile-future h2 { margin: 8px 0 15px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; }
.zach-profile-story p,
.zach-profile-future p { color: var(--muted); font-size: 1.05rem; line-height: 1.76; }
.zach-profile-story a { color: var(--forest); font-weight: 800; }
.zach-project-figure { margin: 22px 0 24px; }
.zach-project-figure img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; border-radius: 20px; }
.zach-project-figure figcaption { margin-top: 10px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.zach-project-figure figcaption a { white-space: normal; }

.zach-mission-band { background: var(--ink); color: #fff; }
.zach-mission-band .section { padding-top: clamp(58px, 8vw, 94px); padding-bottom: clamp(58px, 8vw, 94px); }
.zach-mission-band h2 { max-width: 930px; margin: 8px 0 18px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: .96; }
.zach-mission-band p { max-width: 780px; color: rgba(255,255,255,.76); font-size: 1.08rem; line-height: 1.7; }
.zach-mission-band blockquote { max-width: 800px; color: #fff; }
.zach-profile-future { border-radius: 24px; background: #f1eadc; }
.zach-profile-future > p { max-width: 800px; }
.zach-profile-page .zach-profile-future {
  margin-bottom: clamp(38px, 4vw, 48px);
  padding-bottom: clamp(38px, 5vw, 56px);
}

.ben-profile-related p {
  max-width: 720px;
  opacity: .82;
}

.team-support-section {
  padding-top: 0;
}

.team-support-section .section-header {
  margin-bottom: 28px;
}

.team-support-grid {
  width: min(100%, 560px);
  margin-inline: auto;
}

.team-card-tony .team-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-position: center 64%;
  transform: none;
}

.team-card-tony .team-photo {
  aspect-ratio: 4 / 3.35;
}

@media (min-width: 901px) {
  .home-team-feature__header {
    max-width: 1100px;
    margin-bottom: 30px;
  }

  .home-team-feature__header h2 {
    font-size: clamp(2.55rem, 4.25vw, 4.1rem);
  }

  .home-team-profile__media {
    aspect-ratio: 2 / 1;
  }

  .home-team-profile__body {
    padding: 28px 32px 32px;
  }

  .home-team-profile__body > p:not(.eyebrow):not(.home-team-profile__role) {
    margin-bottom: 12px;
    font-size: .9rem;
    line-height: 1.5;
  }

  .home-team-profile__body h3 {
    font-size: clamp(1.8rem, 2.2vw, 2.35rem);
  }

  .about-team-page .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-team-page .team-card {
    display: flex;
    flex-direction: column;
  }

  .about-team-page .team-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .about-team-page .team-card-body .text-link {
    margin-top: auto;
    padding-top: 16px;
  }
}

@media (max-width: 900px) {
  .home-team-profile,
  .ben-profile-hero,
  .ben-profile-layout {
    grid-template-columns: 1fr;
  }

  .home-team-profile__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ben-profile-facts {
    position: static;
  }

  .zach-profile-hero,
  .zach-profile-facts,
  .zach-profile-story,
  .about-team-page .team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .home-team-feature__header h2 {
    font-size: clamp(2.3rem, 12vw, 3.15rem);
  }

  .home-team-profile,
  .ben-profile-hero figure a,
  .ben-profile-related {
    border-radius: 17px;
  }

  .home-team-profile__media {
    aspect-ratio: 1 / 1;
  }

  .home-team-profile__media img,
  .ben-profile-hero figure img {
    object-position: 51% 48%;
  }

  .home-team-profile__body {
    padding: 28px 24px 34px;
  }

  .home-team-profile__actions,
  .ben-profile-actions {
    display: grid;
  }

  .home-team-profile__actions .button,
  .ben-profile-actions .button {
    width: 100%;
  }

  .ben-profile-page .ben-breadcrumb {
    width: min(var(--max), calc(100% - 22px));
  }

  .ben-profile-hero h1 {
    font-size: clamp(3rem, 18vw, 4.6rem);
  }

  .zach-profile-page .zach-breadcrumb { width: min(var(--max), calc(100% - 22px)); }
  .zach-profile-hero h1 { font-size: clamp(3rem, 18vw, 4.6rem); }
  .zach-profile-hero figure img,
  .zach-project-figure img,
  .zach-profile-future { border-radius: 17px; }
  .zach-profile-facts dl { grid-template-columns: 1fr; }
  .zach-profile-page .zach-profile-future { margin-bottom: clamp(26px, 7.5vw, 30px); padding-bottom: 34px; }
}

/* Integrated Team destination and compact homepage introduction. */
.home-team-intro {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.45fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
  padding-top: clamp(42px, 5vw, 58px);
  padding-bottom: clamp(44px, 5vw, 60px);
}

.home-team-intro__header {
  display: block;
  margin: 0;
}

.home-team-intro__header .eyebrow {
  margin: 0 0 10px;
}

.home-team-intro__header h2 {
  margin: 0;
  font-size: clamp(2.55rem, 3.65vw, 3.45rem);
  line-height: .96;
}

.home-team-intro__header p:not(.eyebrow) {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.62;
}

.home-team-intro__mobile-copy { display: none; }

.home-team-intro__people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 30px);
  width: 100%;
}

.home-team-person {
  display: block;
  border-radius: 14px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.home-team-person figure {
  aspect-ratio: 4 / 3;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--forest);
  transition: transform 180ms ease;
}

.home-team-person img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 47%;
  transition: transform 180ms ease;
}

.home-team-person--james img { object-position: 54% 48%; }
.home-team-person--zach img { object-position: 50% 46%; }

.home-team-person h3 {
  margin: 0 0 4px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.1;
  transition: color 180ms ease;
}

.home-team-person:hover figure,
.home-team-person:focus-visible figure {
  transform: translateY(-2px);
}

.home-team-person:hover img,
.home-team-person:focus-visible img {
  transform: scale(1.015);
}

.home-team-person:hover h3,
.home-team-person:focus-visible h3 {
  color: #805a12;
}

.home-team-person:focus-visible {
  outline: 3px solid var(--gold, #e8b84d);
  outline-offset: 6px;
}

.home-team-person p {
  margin: 0;
  color: var(--forest);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-team-intro__cta {
  display: inline-block;
  margin-top: 22px;
}

@media (prefers-reduced-motion: reduce) {
  .home-team-person figure,
  .home-team-person img,
  .home-team-person h3 { transition: none; }

  .home-team-person:hover figure,
  .home-team-person:focus-visible figure,
  .home-team-person:hover img,
  .home-team-person:focus-visible img { transform: none; }
}

.about-team-page main {
  overflow: hidden;
}

.team-destination-hero,
.about-team-page main > .section {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.team-destination-hero {
  padding: clamp(62px, 8vw, 98px) 0 clamp(72px, 9vw, 108px);
}

.team-destination-hero h1 {
  max-width: 920px;
  margin: 10px 0 22px;
  font-size: clamp(3.4rem, 7.3vw, 7rem);
  line-height: .88;
  letter-spacing: -.045em;
}

.team-destination-hero .page-lede {
  max-width: 770px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.5;
}

.team-destination-hero > p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.about-team-page main > .section {
  padding: clamp(72px, 8vw, 96px) 0;
}

.team-section-heading {
  max-width: 820px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.team-section-heading h2,
.team-workflow h2,
.team-final-cta h2 {
  margin: 8px 0 0;
  font-size: clamp(2.45rem, 4.6vw, 4.25rem);
  line-height: .96;
  letter-spacing: -.03em;
}

.team-core {
  border-top: 1px solid var(--line);
}

.team-core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 32px);
}

.team-editorial-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.team-editorial-card figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: var(--forest);
}

.team-editorial-card figure img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 47%;
}

.team-editorial-card--james figure img { object-position: 54% 48%; }
.team-editorial-card--zach figure img { object-position: 50% 46%; }

.team-editorial-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 2.7vw, 34px);
}

.team-editorial-card h3,
.team-support-feature h3 {
  margin: 0 0 5px;
  font-size: clamp(1.85rem, 2.7vw, 2.55rem);
  line-height: 1;
}

.team-editorial-card .team-role,
.team-support-feature .team-role {
  margin: 0 0 18px;
  color: var(--forest);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.team-editorial-card > div > p:not(.team-role),
.team-support-feature article > div > p:not(.team-role) {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.62;
}

.team-editorial-card .text-link {
  margin-top: auto;
  padding-top: 4px;
}

.team-support-feature {
  border-top: 1px solid var(--line);
}

.team-support-feature article {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  min-height: 460px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
}

.team-support-feature article figure {
  position: relative;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
}

.team-support-feature article figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 64%;
}

.team-support-feature article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}

.team-support-feature h3 { color: #fff; }
.team-support-feature .team-role { color: var(--gold); }
.team-support-feature article > div > p:not(.team-role) { color: rgba(255,255,255,.75); }

.team-workflow {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.team-workflow figure {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
}

.team-workflow figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-workflow > div > p:not(.eyebrow) {
  margin: 20px 0 24px;
  color: var(--muted);
  line-height: 1.68;
}

.team-workflow dl {
  display: grid;
  gap: 13px;
  margin: 0 0 25px;
}

.team-workflow dl div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.team-workflow dt {
  color: var(--forest);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.team-workflow dd {
  margin: 3px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.team-final-cta {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
  margin-bottom: clamp(58px, 8vw, 94px);
  border-radius: 24px;
  padding: clamp(34px, 5vw, 58px) !important;
  background: #f1eadc;
}

.team-final-cta > div:first-child { max-width: 720px; }
.team-final-cta > div:last-child { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 12px; }

@media (max-width: 900px) {
  .home-team-intro { grid-template-columns: 1fr; }
  .team-core-grid { grid-template-columns: 1fr; }
  .team-editorial-card { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); }
  .team-support-feature article,
  .team-workflow { grid-template-columns: 1fr; }
  .team-support-feature article figure { min-height: 0; aspect-ratio: 4 / 3; }
  .team-final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .home-team-intro { padding-top: 50px; padding-bottom: 58px; }
  .home-team-intro__header { gap: 12px; margin-bottom: 22px; }
  .home-team-intro__header h2 { font-size: clamp(2.35rem, 11.5vw, 3.25rem); }
  .home-team-intro__desktop-copy,
  .home-team-intro__people { display: none; }
  .home-team-intro__mobile-copy { display: block; }
  .home-team-intro__cta { margin-top: 18px; }

  .team-destination-hero,
  .about-team-page main > .section { width: min(100% - 22px, 1180px); }
  .team-destination-hero { padding: 52px 0 68px; }
  .team-destination-hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .team-destination-hero .page-lede { font-size: 1.15rem; }
  .about-team-page main > .section { padding: 62px 0; }
  .team-section-heading h2,
  .team-workflow h2,
  .team-final-cta h2 { font-size: clamp(2.25rem, 11vw, 3.15rem); }
  .team-editorial-card { display: flex; border-radius: 17px; }
  .team-editorial-card > div { padding: 26px 24px 30px; }
  .team-support-feature article { min-height: 0; border-radius: 17px; }
  .team-support-feature article > div { padding: 30px 24px 34px; }
  .team-workflow figure { border-radius: 17px; }
  .team-final-cta { margin-bottom: 52px; border-radius: 17px; padding: 30px 24px !important; }
  .team-final-cta > div:last-child { display: grid; width: 100%; }
  .team-final-cta .button { width: 100%; }
}
