:root {
  --green: #063f2b;
  --black: #000000;
  --grey: #f4f4f4;
  --white: #ffffff;
  --max: 1200px;
  --gutter: clamp(24px, 6vw, 88px);
  --section-space: clamp(76px, 10vw, 132px);
  --body-size: clamp(1rem, 0.35vw + 0.94rem, 1.12rem);
  --lead-size: clamp(1.08rem, 0.55vw + 0.98rem, 1.28rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--body-size);
  line-height: 1.68;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px var(--gutter);
  background: var(--white);
  border-bottom: 1px solid var(--grey);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}

.brand img {
  width: auto;
  height: 64px;
  object-fit: contain;
  object-position: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  font-size: 0.96rem;
}

.site-nav a {
  position: relative;
  text-decoration: none;
  color: var(--black);
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--grey);
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 6px auto;
  background: var(--black);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 0;
  align-items: stretch;
  max-width: none;
  min-height: calc(100vh - 205px);
  margin: 0;
  padding: 0;
}

.hero-copy {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: calc(100vh - 205px);
  padding: clamp(46px, 7vw, 88px) var(--gutter) clamp(42px, 6vw, 74px);
}

.hero-copy::before {
  position: absolute;
  top: -30px;
  left: 0;
  width: 96px;
  height: 3px;
  content: "";
  background: var(--green);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--black);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  max-width: min(860px, 100%);
  font-size: clamp(3.1rem, 5.6vw, 5.8rem);
}

h2 {
  font-size: clamp(2.15rem, 3.6vw, 3.45rem);
}

h3 {
  font-size: clamp(1.35rem, 1.2vw, 1.65rem);
}

.hero-copy p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.story p,
.policy-copy p {
  max-width: 680px;
  color: var(--black);
  font-size: var(--lead-size);
}

.hero-copy p:not(.eyebrow) {
  max-width: min(620px, 100%);
  margin: 22px 0 0;
  font-size: var(--lead-size);
}

.fee-note {
  color: var(--green) !important;
  font-weight: 700;
}

.fee-note-light {
  color: var(--white) !important;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 22px;
  padding: 0 28px;
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.button:hover {
  background: var(--white);
  color: var(--green);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 28px;
}

.hero-actions .button {
  margin-top: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.text-link::after {
  content: "";
  width: 28px;
  height: 1px;
  margin-left: 12px;
  background: currentColor;
  transition: width 180ms ease;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link:hover::after {
  width: 42px;
}

.hero-trust {
  display: grid;
  gap: 10px;
  max-width: 500px;
  margin-top: clamp(38px, 5vw, 60px);
  padding-top: 24px;
  border-top: 1px solid var(--grey);
}

.hero-trust span {
  color: var(--black);
  font-size: 1rem;
}

.credibility-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--green);
  color: var(--white);
}

.credibility-band div {
  display: grid;
  align-content: center;
  min-height: clamp(210px, 28vh, 320px);
  padding: clamp(34px, 5vw, 60px) var(--gutter);
  background: var(--green);
}

.credibility-band span {
  display: block;
  margin-bottom: 18px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
}

.credibility-band p {
  max-width: 640px;
  margin: 0;
  color: var(--white);
  font-size: var(--lead-size);
}

.hero-panel {
  display: grid;
  gap: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  background: var(--white);
  border: 0;
}

.hero-image-card,
.hero-stats div {
  border: 0;
}

.hero-image-card {
  position: relative;
  min-height: 0;
  background: var(--green);
  overflow: hidden;
}

.hero-image-card > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: grayscale(100%);
}

.hero-image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(82%, 390px);
  padding: clamp(24px, 4vw, 36px);
  background: var(--green);
  color: var(--white);
}

.hero-image-caption span {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-image-caption p {
  max-width: 310px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--green);
}

.hero-stats div {
  padding: clamp(14px, 2vw, 22px);
  background: var(--white);
}

.hero-panel span {
  display: block;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.8vw, 2.75rem);
  line-height: 1;
}

.hero-panel p {
  max-width: 260px;
  margin: 8px 0 0;
  line-height: 1.32;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
  margin: 0 auto;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
}

.intro-strip p {
  margin: 0;
  padding: clamp(18px, 2vw, 24px) clamp(16px, 3vw, 30px);
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.7vw, 1.4rem);
  text-align: center;
}

.intro-strip p + p {
  border-left: 1px solid var(--grey);
}

.audience-section {
  display: grid;
  gap: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.audience-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: stretch;
  min-height: 430px;
  background: var(--grey);
}

.audience-card > img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  filter: grayscale(100%);
}

.audience-card > div {
  display: grid;
  align-content: center;
  padding: var(--section-space) var(--gutter);
}

.audience-card h2 {
  max-width: 620px;
  margin-bottom: 22px;
}

.audience-card p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 0 24px;
  font-size: var(--lead-size);
}

.audience-card .text-link {
  width: fit-content;
}

.audience-card-dark {
  background: var(--green);
  color: var(--white);
}

.audience-card-dark h2,
.audience-card-dark .eyebrow,
.audience-card-dark .text-link {
  color: var(--white);
}

.candidate-mini {
  min-height: 320px;
}

.section,
.page-hero,
.split-section,
.contact-layout,
.policy-copy {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--section-space) var(--gutter);
}

.section,
.split-section,
.contact-layout,
.policy-copy {
  min-height: clamp(560px, 78vh, 860px);
}

.section {
  display: grid;
  align-content: center;
}

.why-section {
  border-top: 1px solid var(--grey);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
  width: 100%;
  margin-bottom: clamp(44px, 6vw, 66px);
}

.section-intro {
  max-width: 760px;
  margin: calc(clamp(44px, 6vw, 66px) * -0.45) 0 clamp(34px, 5vw, 56px);
  font-size: var(--lead-size);
}

.three-grid,
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feature-card,
.industry-card {
  min-height: 220px;
  padding: clamp(30px, 4vw, 42px);
  background: var(--grey);
  border: 1px solid var(--grey);
}

.feature-card p,
.service-row p,
.contact-details p,
.industry-card p {
  color: var(--black);
}

.feature-card h3,
.preview-card h3 {
  margin-bottom: 12px;
}

.services-preview {
  max-width: none;
  padding-bottom: clamp(28px, 5vw, 48px);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.services-preview .section-heading {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--green);
  border: 1px solid var(--green);
  max-width: none;
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
}

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

.preview-card {
  display: grid;
  align-content: start;
  min-height: 310px;
  padding: clamp(28px, 4vw, 40px);
  background: var(--white);
  color: var(--black);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.preview-card span {
  display: block;
  margin-bottom: clamp(46px, 6vw, 76px);
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.preview-card p {
  margin: 0;
}

.preview-card:hover {
  background: var(--green);
  color: var(--white);
  transform: translateY(-4px);
}

.preview-card:hover h3,
.preview-card:hover span {
  color: var(--white);
}

.page-hero {
  padding-top: clamp(72px, 9vw, 118px);
  padding-bottom: clamp(38px, 6vw, 74px);
}

.page-hero h1 {
  max-width: 100%;
  font-size: clamp(2.7rem, 7vw, 6.2rem);
  overflow-wrap: normal;
  word-break: normal;
}

.privacy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: end;
  background: var(--grey);
}

.privacy-hero > *,
.privacy-summary,
.policy-copy,
.policy-intro,
.policy-card,
.policy-contact > * {
  min-width: 0;
}

.privacy-hero p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 24px;
  overflow-wrap: anywhere;
}

.privacy-summary {
  padding: clamp(28px, 4vw, 42px);
  background: var(--green);
  color: var(--white);
}

.privacy-summary span,
.privacy-summary strong {
  display: block;
  color: var(--white);
}

.privacy-summary span {
  margin-bottom: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.privacy-summary strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  font-weight: 500;
  line-height: 1.12;
}

.privacy-hero .privacy-summary p {
  margin: 22px 0 0;
  color: var(--white);
  overflow-wrap: anywhere;
}

.image-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 0;
  align-items: stretch;
  max-width: none;
  padding: 0;
  background: var(--grey);
}

.image-page-hero > div {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: clamp(430px, 58vh, 650px);
  padding: var(--section-space) var(--gutter);
}

.image-page-hero > img {
  width: 100%;
  height: 100%;
  min-height: clamp(430px, 58vh, 650px);
  object-fit: cover;
  filter: grayscale(100%);
}

.services-hero p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 24px;
}

.services-hero h1 {
  max-width: 820px;
  font-size: clamp(2.9rem, 5.5vw, 5.8rem);
}

.split-section,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: start;
  padding-top: 30px;
}

.about-story-section {
  align-items: start;
  background: var(--white);
}

.founder-card {
  min-width: 0;
  background: var(--green);
  border: 1px solid var(--green);
  color: var(--white);
  padding: clamp(24px, 4vw, 36px);
}

.founder-photo {
  width: min(100%, 260px);
  aspect-ratio: 1;
  margin-bottom: 28px;
  border: 1px solid var(--white);
  object-fit: cover;
  object-position: center;
}

.founder-name {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.1;
}

.founder-title,
.founder-focus {
  margin: 10px 0 0;
}

.founder-title {
  font-weight: 700;
}

.founder-focus {
  color: var(--white);
  overflow-wrap: anywhere;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.detail-list div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
}

.detail-list dt {
  color: var(--white);
  font-weight: 700;
}

.detail-list dd {
  margin: 0;
}

.detail-list a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.story p:first-child {
  margin-top: 0;
}

.story {
  display: grid;
  align-content: start;
  gap: clamp(24px, 4vw, 36px);
}

.story h2 {
  max-width: 820px;
}

.story-kicker {
  margin: 0;
  color: var(--green) !important;
  font-size: 0.88rem !important;
  font-weight: 700;
  text-transform: uppercase;
}

.story-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 38px);
}

.story-copy p {
  margin: 0;
  font-size: var(--body-size) !important;
}

.story-copy p:first-child {
  grid-row: span 2;
  padding: clamp(26px, 4vw, 38px);
  background: var(--grey);
  border-left: 4px solid var(--green);
  font-size: var(--lead-size) !important;
}

.story-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--green);
  border: 1px solid var(--green);
}

.story-proof-grid div {
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
}

.story-proof-grid span {
  display: block;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  line-height: 1;
}

.story-proof-grid p {
  margin: 10px 0 0;
  color: var(--black);
  font-size: 0.98rem !important;
}

.strong-line {
  color: var(--green) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem) !important;
  line-height: 1.15;
}

.service-list {
  display: grid;
  gap: 1px;
  background: var(--green);
  border: 1px solid var(--grey);
}

.service-detail {
  min-height: auto;
  padding-top: clamp(54px, 7vw, 84px);
  padding-bottom: clamp(58px, 7vw, 92px);
  scroll-margin-top: 100px;
}

.service-detail + .service-detail {
  padding-top: clamp(34px, 5vw, 58px);
}

.service-heading {
  align-items: end;
}

.service-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: var(--lead-size);
}

.services-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--green);
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
}

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

.services-overview a {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: clamp(260px, 36vh, 380px);
  padding: clamp(30px, 5vw, 52px);
  background: var(--white);
  color: var(--black);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.services-overview span {
  display: block;
  margin-bottom: clamp(40px, 6vw, 72px);
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1;
}

.services-overview h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
}

.services-overview p {
  max-width: 420px;
  margin: 0;
  overflow-wrap: anywhere;
}

.services-overview a:hover {
  background: var(--green);
  color: var(--white);
}

.services-overview a:hover h2,
.services-overview a:hover span {
  color: var(--white);
}

.flip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--white);
  border: 1px solid var(--white);
}

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

.flip-card {
  min-height: clamp(330px, 42vh, 430px);
  perspective: 1200px;
  outline: 0;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(330px, 42vh, 430px);
  transform-style: preserve-3d;
  transition: transform 560ms ease;
}

.flip-card:hover .flip-inner,
.flip-card:focus-within .flip-inner,
.flip-card:focus .flip-inner {
  transform: rotateY(180deg);
}

.flip-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  min-height: clamp(330px, 42vh, 430px);
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--white);
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-front {
  background: var(--black);
  color: var(--white);
}

.flip-front img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.62;
}

.flip-front h3 {
  position: relative;
  color: var(--white);
  max-width: 260px;
}

.flip-back {
  align-content: center;
  background: var(--green);
  color: var(--white);
  transform: rotateY(180deg);
}

.flip-back h3 {
  margin-bottom: 16px;
  color: var(--white);
}

.flip-back p {
  margin: 0;
  font-size: var(--body-size);
}

.flip-card:focus-visible .flip-inner {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

.service-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: clamp(22px, 4vw, 34px);
  padding: clamp(32px, 5vw, 52px);
  background: var(--white);
}

.service-row span {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.service-row h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.service-row ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.fee-band {
  max-width: none;
  min-height: clamp(320px, 44vh, 520px);
  display: grid;
  align-content: center;
  padding: clamp(58px, 8vw, 96px) var(--gutter);
  background: var(--green);
  color: var(--white);
}

.fee-band h2,
.fee-band .eyebrow {
  color: var(--white);
}

.fee-band h2 {
  max-width: 1000px;
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.contingency-section {
  min-height: auto;
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(58px, 7vw, 92px);
  background: var(--white);
}

.contingency-card {
  display: grid;
  align-items: start;
  padding: clamp(34px, 5vw, 58px);
  background: var(--green);
  border: 1px solid var(--white);
  color: var(--white);
}

.contingency-card h2 {
  max-width: 900px;
  margin-bottom: 18px;
  color: var(--white);
}

.contingency-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: var(--lead-size);
}

.contingency-card .eyebrow {
  color: var(--white);
}

.service-row li::marker {
  color: var(--green);
}

.industry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.industry-card {
  min-height: 210px;
  padding: 0;
  overflow: hidden;
}

.industry-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(100%);
}

.industry-card .icon,
.industry-card h2,
.industry-card p {
  margin-left: clamp(24px, 3vw, 34px);
  margin-right: clamp(24px, 3vw, 34px);
}

.industry-card .icon {
  margin-top: clamp(24px, 3vw, 34px);
}

.industry-card h2 {
  margin-top: 28px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.industry-card p {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid var(--green);
}

.icon::before,
.icon::after {
  position: absolute;
  content: "";
  border-color: var(--green);
}

.icon-chip::before {
  inset: 11px;
  border: 1px solid var(--green);
}

.icon-gear {
  border-radius: 50%;
}

.icon-gear::before {
  inset: 15px;
  border: 1px solid var(--green);
  border-radius: 50%;
}

.icon-factory::before {
  left: 8px;
  right: 8px;
  bottom: 9px;
  height: 21px;
  border: 1px solid var(--green);
  border-top: 0;
}

.icon-factory::after {
  left: 8px;
  top: 12px;
  width: 28px;
  height: 14px;
  border-top: 1px solid var(--green);
  transform: skewY(-25deg);
}

.icon-briefcase::before {
  left: 9px;
  right: 9px;
  top: 18px;
  height: 20px;
  border: 1px solid var(--green);
}

.icon-briefcase::after {
  left: 18px;
  top: 11px;
  width: 14px;
  height: 8px;
  border: 1px solid var(--green);
  border-bottom: 0;
}

.contact-details,
.contact-form {
  padding: clamp(30px, 5vw, 46px);
  border: 1px solid var(--green);
}

.contact-details {
  background: var(--green);
  color: var(--white);
}

.contact-form {
  background: var(--grey);
}

.contact-details h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.contact-details p {
  color: var(--white);
}

.contact-details a {
  display: block;
  margin-top: 16px;
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.contact-form label span {
  font-weight: 400;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--white);
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.contact-form .button {
  width: fit-content;
  margin-top: 4px;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--green);
}

.contact-hero p:not(.eyebrow) {
  max-width: 700px;
  margin-top: 24px;
}

.employer-contact-section {
  align-items: stretch;
  grid-template-columns: minmax(380px, 0.95fr) minmax(520px, 1.05fr);
  gap: clamp(28px, 4vw, 58px);
  background: var(--green);
}

.employer-contact-section .contact-details {
  display: grid;
  align-content: center;
  border-color: var(--white);
}

.employer-contact-section .contact-details .eyebrow {
  color: var(--white);
}

.employer-contact-section .contact-details h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
}

.employer-contact-section .contact-details p {
  max-width: 520px;
  font-size: var(--lead-size);
}

.employer-contact-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  margin: clamp(28px, 4vw, 42px) 0;
  background: transparent;
  border: 1px solid var(--white);
}

.employer-contact-points span {
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 14px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
  text-align: center;
}

.employer-contact-section .contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 18px;
  border-color: var(--white);
  background: var(--white);
}

.employer-contact-section .contact-form label {
  gap: 10px;
}

.employer-contact-section .contact-form label:nth-last-of-type(2),
.employer-contact-section .contact-form label:nth-last-of-type(1),
.employer-contact-section .contact-form .button,
.employer-contact-section .contact-form .form-note {
  grid-column: 1 / -1;
}

.employer-contact-section .contact-form input,
.employer-contact-section .contact-form textarea {
  border-color: var(--grey);
  background: var(--grey);
}

.employer-contact-section .contact-form .button {
  width: fit-content;
  margin-top: 10px;
}

.candidate-contact-section {
  align-items: stretch;
  background: var(--green);
}

.candidate-contact-section .contact-details {
  display: grid;
  align-content: center;
  border-color: var(--white);
}

.candidate-contact-section .contact-details .eyebrow {
  color: var(--white);
}

.candidate-contact-section .contact-details h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
}

.candidate-contact-section .contact-details p {
  max-width: 520px;
  font-size: var(--lead-size);
}

.candidate-contact-points {
  display: grid;
  gap: 1px;
  margin: clamp(28px, 4vw, 42px) 0;
  background: var(--white);
  border: 1px solid var(--white);
}

.candidate-contact-points span {
  padding: 16px 18px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
}

.candidate-contact-section .contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 18px;
  border-color: var(--white);
  background: var(--white);
}

.candidate-contact-section .contact-form label {
  gap: 10px;
}

.candidate-contact-section .contact-form label:nth-last-of-type(2),
.candidate-contact-section .contact-form label:nth-last-of-type(1),
.candidate-contact-section .contact-form .button,
.candidate-contact-section .contact-form .form-note {
  grid-column: 1 / -1;
}

.candidate-contact-section .contact-form input,
.candidate-contact-section .contact-form textarea {
  border-color: var(--grey);
  background: var(--grey);
}

.candidate-contact-section .contact-form input[type="file"] {
  padding: 12px;
}

.candidate-contact-section .contact-form .button {
  width: fit-content;
  margin-top: 10px;
}

.policy-copy {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
  align-content: center;
  background: var(--white);
}

.policy-copy a {
  color: var(--green);
  font-weight: 700;
}

.policy-intro {
  max-width: 900px;
}

.policy-intro p {
  margin: 0;
  overflow-wrap: anywhere;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--green);
  border: 1px solid var(--green);
}

.policy-card {
  display: grid;
  align-content: start;
  min-height: 280px;
  padding: clamp(28px, 4vw, 42px);
  background: var(--grey);
}

.policy-card span {
  display: block;
  margin-bottom: clamp(34px, 5vw, 54px);
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.policy-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
}

.policy-card p {
  margin: 0;
  overflow-wrap: anywhere;
}

.policy-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 6vw, 72px);
  padding: clamp(34px, 5vw, 58px);
  background: var(--green);
  color: var(--white);
}

.policy-contact h2,
.policy-contact .eyebrow,
.policy-contact p,
.policy-contact a {
  color: var(--white);
}

.policy-contact p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  overflow-wrap: anywhere;
}

.policy-contact h2 {
  margin-bottom: 18px;
}

.policy-contact .button {
  margin-top: 0;
}

.policy-contact .button-light {
  color: var(--green);
}

.policy-contact .button-light:hover {
  color: var(--white);
}

.site-footer {
  padding: clamp(58px, 7vw, 88px) var(--gutter) 28px;
  background: var(--black);
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(150px, 0.7fr));
  gap: clamp(36px, 6vw, 76px);
  max-width: none;
  margin: 0 auto;
}

.site-footer img {
  width: 170px;
  margin-bottom: 24px;
  background: var(--white);
}

.site-footer p {
  margin: 0;
}

.footer-brand p {
  max-width: 320px;
  margin-bottom: 24px;
  font-size: 1rem;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
}

.footer-cta:hover {
  background: var(--white);
  color: var(--green);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span,
.footer-bottom a {
  color: var(--white);
  font-size: 0.95rem;
  text-decoration: none;
}

.footer-column a:hover,
.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: none;
  margin: clamp(38px, 5vw, 58px) auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--green);
}

.footer-bottom p,
.footer-bottom a {
  font-size: 0.9rem;
}

.content-band {
  background: var(--grey);
  max-width: none;
}

.content-band > * {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 76px);
}

.text-columns p {
  margin: 0;
  font-size: var(--lead-size);
}

.tag-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--green);
  border: 1px solid var(--green);
}

.tag-grid span {
  display: grid;
  min-height: 96px;
  place-items: center;
  padding: 18px;
  background: var(--white);
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  text-align: center;
}

.candidate-work-section {
  background: var(--grey);
}

.candidate-work-heading {
  align-items: end;
}

.candidate-work-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: var(--lead-size);
}

.candidate-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--green);
  border: 1px solid var(--green);
}

.candidate-step {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: clamp(56px, 8vw, 96px);
  min-height: clamp(330px, 44vh, 460px);
  padding: clamp(30px, 4vw, 46px);
  background: var(--white);
  overflow: hidden;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.candidate-step::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  content: "";
  background: var(--green);
}

.candidate-step span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid var(--green);
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
  transition: border-color 180ms ease, color 180ms ease;
}

.candidate-step h3 {
  margin-bottom: 14px;
}

.candidate-step p {
  margin: 0;
}

.candidate-step:hover {
  background: var(--green);
  color: var(--white);
  transform: translateY(-4px);
}

.candidate-step:hover h3,
.candidate-step:hover span {
  color: var(--white);
}

.candidate-step:hover span {
  border-color: var(--white);
}

.candidate-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.candidate-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 7vw, 86px);
  min-height: clamp(360px, 52vh, 560px);
  background: var(--green);
  color: var(--white);
}

.candidate-lower h2 {
  margin-bottom: 18px;
  color: var(--white);
}

.candidate-lower p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: var(--lead-size);
}

.candidate-lower .eyebrow {
  color: var(--white);
}

.candidate-lower .button {
  margin-top: 0;
}

.dual-cta-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--section-space) var(--gutter);
  background: var(--green);
}

.dual-cta-card {
  display: grid;
  align-content: space-between;
  min-height: clamp(390px, 54vh, 560px);
  padding: clamp(34px, 5vw, 58px);
  background: var(--white);
  color: var(--black);
}

.dual-cta-card h2 {
  max-width: 720px;
  margin-bottom: 22px;
}

.dual-cta-card p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 0 22px;
  font-size: var(--lead-size);
}

.dual-cta-card .button {
  width: fit-content;
  margin-top: clamp(18px, 3vw, 28px);
}

.dual-cta-card-dark {
  border: 1px solid var(--white);
  background: var(--green);
  color: var(--white);
}

.dual-cta-card-dark h2,
.dual-cta-card-dark .eyebrow,
.dual-cta-card-dark p:not(.eyebrow) {
  color: var(--white);
}

.image-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 0;
  align-items: center;
}

.image-split > div {
  padding-right: clamp(34px, 7vw, 86px);
}

.image-split h2 {
  margin-bottom: 28px;
}

.image-split p:not(.eyebrow) {
  max-width: 580px;
  margin: 0 0 18px;
  font-size: var(--lead-size);
}

.image-split img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: grayscale(100%);
}

.image-split > div {
  max-width: 650px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--green);
  border: 1px solid var(--green);
}

.process-section {
  background: var(--grey);
}

.process-heading {
  align-items: end;
}

.process-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: var(--lead-size);
}

.process-step {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: clamp(48px, 7vw, 86px);
  min-height: clamp(320px, 42vh, 430px);
  padding: clamp(30px, 4vw, 46px);
  background: var(--white);
  color: var(--black);
  overflow: hidden;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.process-step::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: var(--green);
}

.process-step span {
  display: block;
  width: 62px;
  height: 62px;
  padding-top: 13px;
  border: 1px solid var(--green);
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
  text-align: center;
  transition: border-color 180ms ease, color 180ms ease;
}

.process-step h3 {
  margin-bottom: 12px;
}

.process-step p {
  max-width: 320px;
  margin: 0;
}

.process-step:hover {
  background: var(--green);
  color: var(--white);
  transform: translateY(-4px);
}

.process-step:hover h3,
.process-step:hover span {
  color: var(--white);
}

.process-step:hover span {
  border-color: var(--white);
}

.industry-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.industry-strip a {
  display: grid;
  min-height: 130px;
  place-items: center;
  padding: 20px;
  border: 1px solid var(--green);
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  text-align: center;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.industry-strip a:hover {
  background: var(--green);
  color: var(--white);
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  max-width: none;
  margin: clamp(18px, 4vw, 34px) 0 0;
  padding: clamp(46px, 7vw, 76px) var(--gutter);
  background: var(--green);
  color: var(--white);
}

.cta-strip h2,
.cta-strip .eyebrow {
  color: var(--white);
}

.button-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--green);
  flex: 0 0 auto;
}

.button-light:hover {
  background: var(--green);
  color: var(--white);
}

.contact-note {
  padding-top: 0;
}

.contact-note p:not(.eyebrow) {
  max-width: 680px;
  font-size: var(--lead-size);
}

.contact-candidate-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(30px, 6vw, 72px);
  padding-top: clamp(96px, 10vw, 150px);
  min-height: clamp(340px, 46vh, 520px);
  background: var(--grey);
}

.contact-candidate-card h2 {
  max-width: 820px;
  margin-bottom: 18px;
}

.contact-candidate-card .button {
  margin-top: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .flip-inner {
    transform: none !important;
    transition: none;
  }

  .flip-face {
    position: relative;
  }

  .flip-back {
    transform: none;
  }
}

@media (min-width: 881px) and (max-width: 1320px) {
  :root {
    --gutter: clamp(44px, 5vw, 64px);
    --section-space: clamp(64px, 7vw, 92px);
    --lead-size: clamp(1rem, 0.35vw + 0.9rem, 1.12rem);
  }

  .site-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand img {
    height: 56px;
  }

  .hero,
  .hero-copy {
    min-height: calc(100vh - 150px);
  }

  h1 {
    font-size: clamp(3rem, 4.7vw, 4.7rem);
  }

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

  .page-hero h1 {
    font-size: clamp(3rem, 4.6vw, 4.75rem);
  }

  .services-hero h1 {
    max-width: 760px;
    font-size: clamp(2.85rem, 4vw, 4.1rem);
  }

  .image-page-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  }

  .image-page-hero > div,
  .image-page-hero > img {
    min-height: clamp(480px, 62vh, 620px);
  }

  .section,
  .split-section,
  .contact-layout,
  .policy-copy {
    min-height: clamp(500px, 70vh, 760px);
  }

  .section-heading {
    margin-bottom: clamp(34px, 4.5vw, 54px);
  }

  .flip-card,
  .flip-inner,
  .flip-face {
    min-height: clamp(285px, 36vh, 360px);
  }

  .process-step,
  .candidate-step {
    min-height: clamp(285px, 36vh, 360px);
  }

  .dual-cta-card {
    min-height: clamp(330px, 44vh, 460px);
  }

  .contact-layout {
    padding-top: var(--section-space);
  }
}

@media (max-width: 880px) {
  .site-header {
    align-items: center;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px 20px 22px;
    background: var(--white);
    border-bottom: 1px solid var(--grey);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 13px 0;
  }

  .hero,
  .split-section,
  .contact-layout,
  .section-heading,
  .image-page-hero,
  .privacy-hero,
  .fee-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    min-height: auto;
    padding-top: clamp(70px, 12vw, 96px);
    padding-bottom: clamp(54px, 10vw, 80px);
  }

  .hero-copy::before {
    top: -30px;
  }

  .hero-image-card,
  .hero-image-card > img {
    min-height: 460px;
  }

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

  .credibility-band div {
    min-height: auto;
  }

  .audience-card,
  .audience-card-dark,
  .image-split {
    grid-template-columns: 1fr;
  }

  .image-page-hero > div,
  .image-page-hero > img {
    min-height: auto;
  }

  .image-page-hero > img {
    min-height: 360px;
  }

  .audience-card-dark > div {
    order: 2;
  }

  .audience-card-dark > img {
    order: 1;
  }

  .three-grid,
  .industry-grid,
  .process-grid,
  .text-columns,
  .story-copy,
  .services-overview,
  .preview-grid,
  .two-card-grid,
  .flip-grid,
  .executive-grid,
  .tag-grid,
  .candidate-process,
  .candidate-info-grid,
  .industry-strip,
  .story-proof-grid,
  .policy-grid,
  .intro-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-copy p:first-child {
    grid-row: auto;
  }

  .intro-strip p:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--grey);
  }

  .intro-strip p:nth-child(4) {
    border-top: 1px solid var(--grey);
  }

  .cta-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .policy-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .dual-cta-section {
    grid-template-columns: 1fr;
  }

  .dual-cta-card {
    min-height: auto;
  }

  .candidate-lower {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .candidate-contact-section .contact-form {
    grid-template-columns: 1fr;
  }

  .employer-contact-section .contact-form,
  .employer-contact-points,
  .contact-candidate-card {
    grid-template-columns: 1fr;
  }

  .contact-candidate-card {
    align-items: start;
  }

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

@media (max-width: 560px) {
  :root {
    --gutter: 20px;
    --section-space: 68px;
  }

  .site-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand img {
    width: auto;
    height: 50px;
  }

  .brand {
    font-size: 1.55rem;
  }

  h1 {
    font-size: clamp(2.45rem, 10vw, 3rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .image-page-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.3rem, 9vw, 2.9rem);
  }

  .services-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.25rem, 8.5vw, 2.85rem);
  }

  .services-hero p:not(.eyebrow) {
    max-width: 31ch;
    overflow-wrap: anywhere;
  }

  .services-overview p {
    max-width: 31ch;
  }

  .founder-name {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .founder-focus {
    max-width: 24ch;
    word-break: break-word;
  }

  .hero-copy {
    padding-top: 66px;
  }

  .hero-copy .eyebrow {
    max-width: 32ch;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 32ch;
  }

  .hero-copy .fee-note {
    max-width: 28ch;
  }

  .hero-copy p:not(.eyebrow) {
    margin-top: 22px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 28px;
  }

  .hero-image-card,
  .hero-image-card > img {
    min-height: 340px;
  }

  .hero-image-caption {
    position: static;
    width: 100%;
  }

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

  .audience-card > img,
  .image-page-hero > img,
  .image-split img {
    min-height: 320px;
  }

  .image-split > div {
    padding-right: 0;
  }

  .three-grid,
  .industry-grid,
  .process-grid,
  .text-columns,
  .story-copy,
  .services-overview,
  .preview-grid,
  .two-card-grid,
  .flip-grid,
  .executive-grid,
  .tag-grid,
  .candidate-process,
  .candidate-info-grid,
  .industry-strip,
  .story-proof-grid,
  .policy-grid,
  .intro-strip,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .service-row ul {
    grid-template-columns: 1fr;
  }

  .intro-strip p + p {
    border-left: 0;
    border-top: 1px solid var(--grey);
  }

  .intro-strip p {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .credibility-band div {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .privacy-hero,
  .policy-copy {
    max-width: 100vw;
    overflow: hidden;
  }

  .privacy-summary,
  .policy-grid,
  .policy-card,
  .policy-contact {
    width: 100%;
    max-width: 100%;
  }

  .privacy-hero p:not(.eyebrow),
  .policy-intro p,
  .policy-card p,
  .policy-contact p:not(.eyebrow) {
    max-width: 100%;
  }

  .preview-card,
  .process-step,
  .feature-card,
  .industry-card {
    min-height: auto;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .footer-inner,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
