:root {
  --page-ink: #171b1a;
  --page-muted: #65706b;
  --page-paper: #fff;
  --page-soft: #f4f2ed;
  --page-line: #dedbd2;
  --page-orange: #d4662c;
  --page-orange-dark: #a94418;
  --page-green: #152921;
  --page-width: 1240px;
}

html { overflow-x: clip; }

.brulea-strategic-page {
  margin: 0;
  overflow-x: clip;
  color: var(--page-ink);
  background: var(--page-paper);
  font-family: "Hanken Grotesk", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.brulea-strategic-page * { box-sizing: border-box; }
.brulea-strategic-page img { display: block; max-width: 100%; }
.brulea-strategic-page a { color: inherit; }
.cms-page__article { overflow: clip; }
.cms-page__wrap { width: min(calc(100% - 40px), var(--page-width)); margin-inline: auto; }

.cms-page__hero {
  position: relative;
  min-height: 690px;
  border-bottom: 1px solid var(--page-line);
  background:
    radial-gradient(circle at 78% 38%, rgba(212, 102, 44, .12), transparent 28%),
    linear-gradient(135deg, #fff 0 62%, #f4f1eb 100%);
}

.cms-page__hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--page-orange);
  content: "";
}

.cms-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  min-height: 690px;
  padding-block: clamp(70px, 8vw, 120px);
}

.cms-page__hero-grid:not(:has(.cms-page__hero-visual)) {
  grid-template-columns: minmax(0, 1fr);
}

.cms-page__hero-grid:not(:has(.cms-page__hero-visual)) .cms-page__hero-copy {
  max-width: 900px;
}

.cms-page__hero-copy { position: relative; z-index: 2; }
.cms-page__eyebrow,
.cms-page__item-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--page-orange-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cms-page__eyebrow::before {
  width: 30px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--page-orange);
  content: "";
}

.cms-page__hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(48px, 6.3vw, 88px);
  font-weight: 830;
  letter-spacing: -.055em;
  line-height: .96;
  text-wrap: balance;
}

.cms-page__lead {
  max-width: 62ch;
  margin: 28px 0 0;
  color: #303735;
  font-size: clamp(18px, 1.65vw, 23px);
  font-weight: 570;
  line-height: 1.5;
}

.cms-page__hero-note {
  max-width: 600px;
  margin-top: 34px;
  padding: 20px 22px;
  border: 1px solid rgba(21, 41, 33, .13);
  border-left: 4px solid var(--page-orange);
  border-radius: 3px 16px 16px 3px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 20px 55px rgba(30, 36, 33, .06);
  backdrop-filter: blur(8px);
}

.cms-page__hero-note strong { display: block; margin-bottom: 6px; font-size: 16px; }
.cms-page__hero-note p { margin: 0; color: var(--page-muted); font-size: 14px; line-height: 1.55; }
.cms-page__hero-visual { position: relative; margin: 0; align-self: end; }
.cms-page__hero-visual::before {
  position: absolute;
  inset: 14% 8% 5%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(212, 102, 44, .13);
  filter: blur(40px);
  content: "";
}
.cms-page__hero-visual img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 32px 28px rgba(22, 29, 26, .12)); }
.cms-page__hero-visual figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.cms-page__section { padding-block: clamp(72px, 8vw, 118px); }
.cms-page__section:nth-child(odd) { background: var(--page-soft); }
.cms-page__section h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(35px, 4.4vw, 62px);
  font-weight: 810;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
}
.cms-page__section > .cms-page__wrap > p:not(.cms-page__eyebrow),
.cms-page__section-copy > p:not(.cms-page__eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--page-muted);
  font-size: 18px;
  line-height: 1.65;
}

.cms-page__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}
.cms-page__card {
  min-height: 250px;
  padding: 27px;
  border: 1px solid var(--page-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 44px rgba(25, 32, 28, .035);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.cms-page__card:hover { transform: translateY(-4px); border-color: rgba(212, 102, 44, .4); box-shadow: 0 24px 58px rgba(25, 32, 28, .08); }
.cms-page__item-kicker { margin-bottom: 24px; }
.cms-page__card h3,
.cms-page__resource h3 { margin: 0; font-size: 22px; font-weight: 790; letter-spacing: -.025em; line-height: 1.12; }
.cms-page__card p,
.cms-page__resource p { margin: 14px 0 0; color: var(--page-muted); font-size: 15px; line-height: 1.62; }

.cms-page__section--links { background: var(--page-paper) !important; }
.cms-page__split { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(48px, 7vw, 110px); align-items: start; }
.cms-page__section-copy { position: sticky; top: 150px; }
.cms-page__resources { border-top: 1px solid var(--page-line); }
.cms-page__resource { padding: 28px 0; border-bottom: 1px solid var(--page-line); }
.cms-page__resource p:last-child { margin-top: 20px; }
.cms-page__resource a,
.cms-page__section--cta a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--page-line);
  border-radius: 999px;
  color: var(--page-ink);
  background: #fff;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.cms-page__resource a:hover { color: #fff; border-color: var(--page-green); background: var(--page-green); }

.cms-page__section--cta {
  color: #f7f4ed;
  background: var(--page-green) !important;
}
.cms-page__section--cta .cms-page__eyebrow { color: #f0a27c; }
.cms-page__section--cta h2 { max-width: 900px; }
.cms-page__section--cta p { color: #bbc7c2 !important; }
.cms-page__section--cta p:has(a) { display: inline-flex; margin: 30px 10px 0 0 !important; }
.cms-page__section--cta a { min-height: 54px; padding-inline: 24px; border-color: rgba(255,255,255,.28); color: #fff; background: transparent; }
.cms-page__section--cta p:nth-last-child(2) a { border-color: var(--page-orange); background: var(--page-orange); }
.cms-page__section--cta a:hover { border-color: #fff; color: var(--page-green); background: #fff; }

.cms-page__section--closing { background: var(--page-soft) !important; }
.cms-page__section--closing h2 { max-width: 780px; }
.cms-page__section--closing p:has(a) { display: inline-flex; margin: 30px 10px 0 0 !important; }
.cms-page__section--closing a {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--page-line);
  border-radius: 999px;
  color: var(--page-ink);
  background: #fff;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}
.cms-page__section--closing h2 + p + p a { border-color: var(--page-orange); color: #fff; background: var(--page-orange); }
.cms-page__section--closing a:hover { border-color: var(--page-green); color: #fff; background: var(--page-green); }

@media (max-width: 980px) {
  .cms-page__hero { min-height: 0; }
  .cms-page__hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); min-height: 0; padding-block: 72px 48px; }
  .cms-page__hero h1 { font-size: clamp(46px, 7vw, 70px); }
  .cms-page__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cms-page__split { grid-template-columns: 1fr; }
  .cms-page__section-copy { position: static; }
}

@media (max-width: 700px) {
  .cms-page__wrap { width: min(calc(100% - 32px), var(--page-width)); }
  .cms-page__hero-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 58px 30px; }
  .cms-page__hero h1 { max-width: 10ch; font-size: clamp(42px, 13vw, 60px); }
  .cms-page__lead { font-size: 18px; }
  .cms-page__hero-note { margin-top: 26px; }
  .cms-page__hero-visual { width: min(100%, 520px); justify-self: center; }
  .cms-page__section { padding-block: 66px; }
  .cms-page__section h2 { font-size: clamp(34px, 10vw, 46px); }
  .cms-page__cards { grid-template-columns: 1fr; margin-top: 34px; }
  .cms-page__card { min-height: 0; }
  .cms-page__section--cta p:has(a) { display: flex; margin-right: 0 !important; }
  .cms-page__section--cta a { width: 100%; justify-content: center; }
  .cms-page__section--closing p:has(a) { display: flex; margin-right: 0 !important; }
  .cms-page__section--closing a { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .cms-page__card,
  .cms-page__resource a,
  .cms-page__section--cta a { transition: none; }
}
