:root {
  --green: #4ba72d;
  --green-dark: #3d8c25;
  --lemon: #d7df00;
  --lemon-dark: #c4ca00;
  --ink: #333333;
  --body: #555555;
  --muted: #747474;
  --soft: #f7f7f7;
  --sage: #f3f7ea;
  --dark: #123f25;
  --deep-green: #0f3f2a;
  --white: #ffffff;
  --line: rgba(51, 51, 51, 0.12);
  --shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  --radius: 6px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "DM Sans", "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

p {
  margin: 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.7;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  font-size: clamp(38px, 5vw, 52px);
  line-height: 1.12;
  font-weight: 800;
}

h2 {
  font-size: clamp(30px, 4vw, 38px);
  line-height: 1.24;
  font-weight: 800;
}

h3 {
  font-size: 21px;
  line-height: 1.35;
  font-weight: 750;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 14px clamp(20px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.045);
  backdrop-filter: blur(18px);
}

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

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
}

.nav a {
  opacity: 0.78;
}

.nav a:hover,
.nav a.active {
  color: var(--green);
  opacity: 1;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  border: 0;
  border-radius: 4px;
  color: #123f25;
  background: var(--lemon);
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
button:hover {
  transform: translateY(-1px);
  background: var(--lemon-dark);
  box-shadow: 0 12px 24px rgba(215, 223, 0, 0.22);
}

.button.secondary {
  color: #123f25;
  background: var(--lemon);
}

.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(18, 63, 37, 0.95), rgba(32, 82, 56, 0.72)), var(--dark);
}

.hero::after,
.page-hero::after,
.placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(101, 197, 71, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 30%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 115px 28px 96px;
}

.hero-copy {
  max-width: 680px;
}

.hero h1,
.page-hero h1,
.dark-section h2,
.dark-section h3 {
  color: var(--white);
}

.hero p {
  max-width: 640px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.hero .button {
  margin-top: 28px;
}

.section {
  padding: 84px 28px;
}

.section.alt {
  background: var(--soft);
}

.section.dark-section {
  background: var(--dark);
}

.container {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(34px, 6vw, 72px);
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-title.center {
  margin-inline: auto;
  text-align: center;
}

.section-title.with-action {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.section-title.with-action > div {
  max-width: 760px;
}

.section-title p,
.copy-stack p {
  margin-top: 18px;
}

.copy-stack a,
.card a,
.industry-card a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.accent {
  width: 60px;
  height: 3px;
  margin: 16px 0 0;
  background: var(--green);
}

.center .accent {
  margin-inline: auto;
}

.placeholder {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(75, 167, 45, 0.16), rgba(75, 167, 45, 0.03)),
    linear-gradient(135deg, #e9efe7, #ffffff);
  box-shadow: var(--shadow);
}

.photo-frame {
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--soft);
  margin: 0;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.hero.has-image {
  background-image:
    linear-gradient(90deg, rgba(18, 63, 37, 0.96), rgba(18, 63, 37, 0.7), rgba(18, 63, 37, 0.18)),
    url("assets/illustration-trust-technology-partner.webp");
  background-size: cover;
  background-position: center;
}

.page-image-hero {
  background-size: cover;
  background-position: center;
}

.about-image-hero {
  background-image:
    linear-gradient(90deg, rgba(18, 63, 37, 0.96), rgba(18, 63, 37, 0.72), rgba(18, 63, 37, 0.2)),
    url("assets/illustration-senior-team-advisory.webp");
}

.services-image-hero {
  background-image:
    linear-gradient(90deg, rgba(18, 63, 37, 0.96), rgba(18, 63, 37, 0.72), rgba(18, 63, 37, 0.2)),
    url("assets/illustration-senior-it-support.webp");
}

.industries-image-hero {
  background-image:
    linear-gradient(90deg, rgba(18, 63, 37, 0.96), rgba(18, 63, 37, 0.72), rgba(18, 63, 37, 0.2)),
    url("assets/illustration-financial-advisory-secure-workspace.webp");
}

.contact-image-hero {
  background-image:
    linear-gradient(90deg, rgba(18, 63, 37, 0.96), rgba(18, 63, 37, 0.72), rgba(18, 63, 37, 0.2)),
    url("assets/illustration-start-a-conversation.webp");
}

.book-image-hero {
  background-image:
    linear-gradient(90deg, rgba(18, 63, 37, 0.96), rgba(18, 63, 37, 0.72), rgba(18, 63, 37, 0.2)),
    url("assets/illustration-start-a-conversation.webp");
}

.privacy-image-hero {
  background-image:
    linear-gradient(90deg, rgba(18, 63, 37, 0.97), rgba(18, 63, 37, 0.78), rgba(18, 63, 37, 0.22)),
    url("assets/illustration-privacy-confidential-information.webp");
}

.placeholder.dark {
  background:
    linear-gradient(135deg, rgba(75, 167, 45, 0.35), rgba(26, 26, 26, 0.2)),
    linear-gradient(135deg, #17351f, #1a1a1a);
}

.placeholder span {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  font-size: 18px;
}

.placeholder:not(.dark) span {
  color: var(--green-dark);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

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

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

.card {
  min-height: 210px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card p {
  margin-top: 12px;
  font-size: 15px;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-weight: 800;
}

.icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
}

.step {
  padding: 34px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

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

.step h3 {
  color: var(--green);
}

.step p,
.dark-section p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-band {
  padding: 58px 28px;
  color: var(--deep-green);
  background: var(--sage);
  text-align: center;
}

.cta-band h2,
.cta-band p {
  color: var(--deep-green);
}

.cta-band p {
  margin: 10px 0 20px;
}

.cta-band .button,
.cta-band button {
  color: #123f25 !important;
  background: var(--lemon);
  -webkit-text-fill-color: #123f25;
}

.cta-band .button:hover,
.cta-band button:hover {
  color: #123f25 !important;
  background: var(--lemon-dark);
  -webkit-text-fill-color: #123f25;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 28px;
  background: linear-gradient(135deg, #f7f7f7, #edf6ea);
  text-align: center;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero p {
  max-width: 760px;
  margin: 14px auto 0;
  font-size: 17px;
}

.insights-hero {
  min-height: 460px;
}

.insights-hero h1 {
  max-width: 760px;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.14;
}

.insights-hero p {
  max-width: 680px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lemon);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 32px);
}

.blog-editorial-page {
  padding-top: clamp(56px, 8vw, 104px);
  background: var(--white);
}

.editorial-blog-header {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.38fr);
  align-items: center;
  gap: clamp(34px, 8vw, 110px);
}

.editorial-blog-header h1,
.editorial-blog-header h2 {
  max-width: 760px;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 1.04;
  letter-spacing: 0;
}

.editorial-blog-header > p {
  max-width: 430px;
  color: var(--dark);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.42;
}

.editorial-divider {
  height: 1px;
  margin: clamp(46px, 6vw, 70px) 0 clamp(42px, 5vw, 58px);
  background: var(--line);
}

.article-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.article-card a {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  color: inherit;
}

.article-card img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.article-card div {
  padding: 22px 0 0;
}

.article-card-meta {
  margin: -4px 0 8px !important;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.article-card h2 {
  margin-top: 8px;
  color: var(--dark);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.12;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-card p:last-child {
  margin-top: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-card a:hover h2 {
  color: var(--green-dark);
}

.article-card-cta {
  display: grid;
  align-items: center;
  min-height: 360px;
  color: var(--white);
  border-radius: 8px;
  background: var(--dark);
}

.article-card-cta div {
  padding: clamp(28px, 5vw, 46px);
}

.article-card-cta h2,
.article-card-cta p {
  color: var(--white);
}

.article-card-cta .eyebrow {
  color: var(--lemon);
}

.article-card-cta .button {
  margin-top: 22px;
}

.home-insights-section {
  padding-block: clamp(58px, 8vw, 92px);
  background: var(--white);
}

.insights-section-title {
  margin-bottom: 0;
}

.insights-section-title h2 {
  max-width: 760px;
  font-size: clamp(34px, 4.1vw, 54px);
}

.compact-button {
  padding: 13px 20px;
  white-space: nowrap;
}

.home-insights-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 28px);
}

.home-insights-grid .article-card {
  box-shadow: none;
}

.home-insights-grid .article-card img {
  aspect-ratio: 1.28 / 1;
}

.home-insights-grid .article-card div {
  padding: 20px 0 0;
}

.home-insights-grid .article-card .eyebrow {
  margin-bottom: 8px;
}

.home-insights-grid .article-card h2 {
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.12;
  -webkit-line-clamp: 2;
}

.home-insights-grid .article-card p:last-child {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.55;
  -webkit-line-clamp: 2;
}

.insights-link-row {
  margin-top: 34px;
}

.article-hero {
  padding: 56px 28px 50px;
  background: var(--sage);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 1.02fr);
  align-items: center;
  gap: clamp(34px, 6vw, 72px);
}

.article-hero h1 {
  max-width: 720px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
}

.article-summary {
  max-width: 660px;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.7;
}

.article-meta {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.article-info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.article-info-row span {
  padding: 7px 10px;
  border: 1px solid rgba(18, 63, 37, 0.14);
  border-radius: var(--radius);
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.article-hero-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--soft);
}

.article-hero-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.article-body {
  max-width: 780px;
  padding-top: 2px;
}

.article-body p,
.article-body li {
  font-size: 17px !important;
  line-height: 1.84 !important;
}

.article-body p {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

.article-body p + p {
  margin-top: 0 !important;
}

.article-body h2 {
  margin-top: 42px !important;
  margin-bottom: 16px !important;
  font-size: clamp(23px, 1.9vw, 28px) !important;
  line-height: 1.3 !important;
  font-weight: 760 !important;
}

.article-body h2 + p,
.article-body h3 + p {
  margin-top: 0 !important;
}

.article-body h3 {
  margin-top: 30px !important;
  margin-bottom: 12px !important;
  font-size: 19px !important;
  line-height: 1.4 !important;
  font-weight: 730 !important;
}

.article-body ul {
  display: grid;
  gap: 11px;
  margin: 8px 0 24px;
  padding-left: 22px;
  color: var(--body);
}

.article-body ul + p,
.article-body p + ul {
  margin-top: 6px !important;
}

.article-body a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.answer-box,
.source-summary,
.article-checklist,
.related-articles {
  margin: 30px 0;
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid rgba(75, 167, 45, 0.24);
  border-radius: var(--radius);
  background: var(--sage);
}

.answer-box p,
.source-summary p,
.article-checklist p,
.related-articles p {
  color: var(--deep-green);
}

.article-checklist h2,
.related-articles h2 {
  margin-top: 0 !important;
}

.article-checklist ul,
.related-articles ul {
  margin-bottom: 0;
}

.related-articles a {
  color: var(--deep-green);
}

.article-cta {
  margin: 52px 0;
  padding: clamp(28px, 5vw, 46px);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--dark);
}

.article-cta h2,
.article-cta p {
  color: var(--white);
}

.article-cta h2 {
  margin-top: 0;
}

.article-cta .button {
  margin-top: 24px;
}

.source-note {
  margin-top: 28px !important;
  color: var(--muted);
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.team-layout {
  display: grid;
  gap: 22px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.team-card {
  padding: 24px;
  text-align: center;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.avatar {
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #1f5e34);
  font-size: 32px;
  font-weight: 800;
}

.photo-avatar {
  overflow: hidden;
  padding: 0;
}

.photo-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-card .role {
  margin: 8px 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-card p:last-child {
  font-size: 14px;
}

.team-grid .team-card {
  min-height: auto;
  padding: 22px 16px;
}

.team-grid .avatar {
  width: 86px;
  height: 86px;
  margin-bottom: 14px;
  font-size: 24px;
}

.team-grid .team-card p:not(.role) {
  color: var(--body);
  font-size: 13px;
  line-height: 1.6;
}

.service-band {
  border-bottom: 1px solid var(--line);
}

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

.industry-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.industry-card .placeholder {
  min-height: 190px;
  border-radius: 0;
  box-shadow: none;
}

.industry-card .photo-frame {
  min-height: 190px;
  border-radius: 0;
  box-shadow: none;
}

.industry-card .photo-frame img {
  min-height: 190px;
}

.industry-card div:last-child {
  padding: 24px;
}

.contact-section {
  background: linear-gradient(180deg, var(--white), #f8faf5);
}

.book-intro-section {
  border-bottom: 1px solid var(--line);
}

.book-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: start;
  gap: clamp(34px, 6vw, 72px);
}

.book-note {
  padding: clamp(26px, 4vw, 38px);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.book-note ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--body);
  font-size: 16px;
  line-height: 1.65;
}

.book-step-grid .card {
  min-height: 240px;
}

.contact-layout {
  display: grid;
  justify-items: center;
}

.contact-form-panel {
  width: min(100%, 880px);
  padding: clamp(28px, 5vw, 48px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.full {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

.form-status {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 1px solid transparent;
}

.form-status h3 {
  margin-bottom: 6px;
}

.form-status p {
  margin: 0;
}

.form-status-success {
  color: var(--deep-green);
  background: var(--sage);
  border-color: rgba(75, 167, 45, 0.24);
}

.form-status-error {
  color: #6d4f00;
  background: #fff8d6;
  border-color: rgba(215, 223, 0, 0.5);
}

.contact-card {
  padding: 30px;
  background: var(--soft);
  border-radius: var(--radius);
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.contact-list a,
.contact-list span {
  color: var(--body);
  line-height: 1.55;
}

.policy {
  max-width: 880px;
}

.policy h2 {
  margin-top: 38px;
  font-size: 26px;
}

.policy p,
.policy ul {
  margin-top: 14px;
}

.policy li {
  color: var(--body);
  line-height: 1.7;
}

.site-footer {
  padding: 42px 28px 22px;
  color: #cccccc;
  background: var(--dark);
}

.footer-grid {
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  margin: 0 auto;
}

.site-footer img {
  width: 177px;
}

.site-footer p,
.site-footer a {
  color: #cccccc;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}

.copyright {
  width: min(100%, var(--max));
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

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

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .split,
  .split.reverse,
  .book-intro-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .card-grid.three,
  .card-grid.four,
  .steps,
  .industry-grid,
  .team-grid,
  .article-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .section-title.with-action {
    display: grid;
    align-items: start;
  }

  .editorial-blog-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .editorial-blog-header > p {
    max-width: 620px;
  }

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

  .step {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

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

}

@media (max-width: 760px) {
  .team-layout .team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 31px;
  }

  .site-header {
    grid-template-columns: 1fr;
    padding-inline: 18px;
    padding-block: 12px;
    gap: 10px;
    min-height: auto;
    overflow: hidden;
    justify-items: center;
  }

  .brand img {
    width: 168px;
  }

  .header-cta {
    display: none;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(3, auto);
    width: 100%;
    min-width: 0;
    justify-content: center;
    gap: 10px 20px;
    padding-bottom: 4px;
    font-size: 13px;
  }

  .section,
  .hero-inner,
  .page-hero {
    padding-inline: 20px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1,
  .hero p {
    max-width: 340px;
  }

  .article-hero {
    padding: 44px 20px 42px;
  }

  .article-hero h1 {
    font-size: 26px;
    line-height: 1.16;
  }

  .article-summary,
  .article-body p,
  .article-body li {
    font-size: 16px !important;
    line-height: 1.78 !important;
  }

  .article-body h2 {
    font-size: 22px !important;
    line-height: 1.32 !important;
  }

  .article-card div {
    padding-top: 18px;
  }

  .article-grid,
  .home-insights-grid {
    grid-template-columns: 1fr;
  }

  .editorial-blog-header h1,
  .editorial-blog-header h2 {
    font-size: 35px;
    line-height: 1.08;
  }

  .editorial-divider {
    margin: 34px 0;
  }

  form {
    grid-template-columns: 1fr;
  }

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

  .site-footer img {
    width: 177px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
