
:root {
  --paper: #f8f6f1;
  --paper-bright: #fcfbf8;
  --ink: #0b2923;
  --plum: #4e183f;
  --gold: #ad8750;
  --gold-bright: #c49b57;
  --line: rgba(20, 35, 31, 0.16);
  --serif: "Cormorant Garamond", "Bodoni MT", Didot, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: #101714;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  height: 108px;
  padding: 0 2.55vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:
    radial-gradient(circle at 50% 0%, rgba(173, 135, 80, 0.045), transparent 45%),
    var(--paper-bright);
}

.brand {
  display: flex;
  align-items: center;
  gap: 25px;
}

.brand-mark {
  width: 71px;
  height: 72px;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 67% 18%, rgba(8, 80, 64, 0.9), transparent 46%),
    linear-gradient(145deg, #052f29 6%, #18493e 42%, #5e1d4b 83%, #3b1635);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.035);
}

.mark-arm {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 31px;
  height: 3px;
  border-radius: 10px;
  transform-origin: 0 50%;
}

.mark-nw {
  background: #fff;
  transform: rotate(225deg);
}

.mark-ne {
  background: #fff;
  transform: rotate(315deg);
}

.mark-sw {
  background: #d0ae6d;
  transform: rotate(135deg);
}

.mark-se {
  background: #d0ae6d;
  transform: rotate(45deg);
}

.brand-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.wordmark {
  display: flex;
  align-items: baseline;
  font-family: var(--serif);
  font-size: clamp(42px, 3.7vw, 54px);
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.wordmark-re {
  color: #5b1d48;
}

.wordmark-solved {
  color: #0a2823;
}

.brand-subtitle {
  margin-top: 5px;
  color: #a47b43;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(25px, 3.05vw, 48px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

nav a:not(.contact-nav) {
  padding: 17px 0 13px;
}

.client-nav {
  border-bottom: 2px solid var(--plum);
}

.contact-nav {
  padding: 14px 26px;
  background: linear-gradient(110deg, #3f1236, #5a1649);
  color: white;
}

.hero {
  min-height: 500px;
  display: grid;
  grid-template-columns: 46.5% 53.5%;
  border-bottom: 1px solid var(--line);
  background: var(--paper-bright);
}

.hero-copy {
  padding: 94px 6vw 82px 9.45vw;
}

.hero-copy h1 {
  margin: 0;
  color: #092a24;
  font-family: var(--serif);
  font-size: clamp(45px, 3.75vw, 61px);
  font-weight: 400;
  letter-spacing: -0.032em;
  line-height: 0.99;
}

.hero-copy h1 em {
  display: block;
  margin-top: 5px;
  font-weight: 400;
}

.short-rule {
  display: block;
  width: 79px;
  height: 2px;
  margin: 26px 0 21px;
  background: var(--gold);
}

.hero-copy p {
  max-width: 475px;
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
}

.standard-panel {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  color: white;
  background-color: #05211e;
  background-image: url("/emerald-reference-clean-v2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.standard-inner {
  position: relative;
  z-index: 1;
  padding: 100px 8.3vw 82px 9.1vw;
}

.standard-kicker,
.contact-kicker {
  display: flex;
  align-items: center;
  gap: 21px;
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  white-space: nowrap;
}

.standard-kicker i,
.contact-kicker i {
  width: 140px;
  height: 2px;
  background: var(--gold-bright);
}

.standard-kicker::after {
  content: "";
  position: absolute;
  top: 124px;
  left: 9.1vw;
  width: 49px;
  height: 2px;
  background: #c87d56;
}

.standard-panel h2 {
  margin: 20px 0 16px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(27px, 2.15vw, 35px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.standard-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.approach {
  min-height: 400px;
  display: grid;
  grid-template-columns: 28% 20.6% 20.8% 30.6%;
  padding-left: 7.85vw;
  background: var(--paper-bright);
}

.approach-intro,
.approach-step {
  padding: 74px 33px 68px;
  border-left: 1px solid var(--line);
}

.approach-intro {
  padding-left: 29px;
}

.section-index {
  margin-bottom: 12px;
  color: #9e7444;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.approach-intro h2,
.who-intro h2,
.contact-panel h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.038em;
}

.approach-intro h2 {
  max-width: 330px;
  font-size: 35px;
  line-height: 1.01;
}

.approach-intro p {
  max-width: 337px;
  margin: 11px 0 0;
  color: var(--plum);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.48;
}

.approach-step {
  padding-top: 71px;
}

.step-number {
  color: #a77d4a;
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
}

.approach-step h3 {
  margin: 10px 0 10px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -0.015em;
}

.approach-step p {
  max-width: 260px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.principle-band {
  min-height: 250px;
  display: grid;
  grid-template-columns: 55.8% 44.2%;
  color: white;
  background:
    radial-gradient(circle at 8% 110%, rgba(46, 51, 67, 0.46), transparent 43%),
    radial-gradient(circle at 96% 14%, rgba(95, 20, 76, 0.55), transparent 42%),
    linear-gradient(106deg, #201a28, #241b2b 56%, #34162d);
}

.principle-quote {
  display: grid;
  grid-template-columns: 3px 1fr;
  gap: 30px;
  align-items: center;
  padding: 54px 53px 48px 7.1vw;
}

.principle-quote > span {
  width: 3px;
  height: 125px;
  background: var(--gold-bright);
}

.principle-quote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(23px, 1.85vw, 30px);
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.principle-copy {
  margin: 38px 0;
  padding: 0 8.5vw 0 33px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.principle-copy h2 {
  margin: 0 0 9px;
  color: #c49b57;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.principle-copy h2 em {
  display: block;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.principle-copy p {
  max-width: 520px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.lower-grid {
  min-height: 350px;
  display: grid;
  grid-template-columns: 29.5% 32.1% 13.4% 25%;
  background: var(--paper-bright);
}

.who-intro,
.sector-list,
.client-access,
.contact-panel {
  min-width: 0;
}

.who-intro {
  padding: 52px 38px 46px 3.8vw;
}

.who-intro .section-index {
  margin-bottom: 13px;
}

.who-intro h2 {
  max-width: 340px;
  font-size: 28px;
  line-height: 1.02;
}

.who-intro p {
  max-width: 375px;
  margin: 10px 0 0;
  font-size: 10.7px;
  line-height: 1.58;
}

.sector-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 65px 33px 52px;
  border-left: 1px solid var(--line);
}

.sector {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  white-space: nowrap;
}

.sector:nth-child(even) {
  padding-left: 35px;
}

.sector:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.sector-icon {
  width: 28px;
  height: 28px;
  position: relative;
  flex: 0 0 28px;
  color: #aa824d;
}

.sector-icon::before,
.sector-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.sector-icon-people::before {
  inset: 5px 2px 2px;
  background: repeating-linear-gradient(90deg, transparent 0 3px, currentColor 3px 5px, transparent 5px 8px);
  clip-path: polygon(0 100%, 8% 38%, 24% 29%, 30% 0, 40% 29%, 50% 38%, 60% 29%, 66% 0, 76% 29%, 92% 38%, 100% 100%);
}

.sector-icon-home::before {
  left: 4px;
  top: 8px;
  width: 20px;
  height: 15px;
  border: 1.5px solid;
  border-top: 0;
}

.sector-icon-home::after {
  left: 4px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-top: 1.5px solid;
  border-left: 1.5px solid;
  transform: rotate(45deg) scale(.72);
}

.sector-icon-box::before {
  inset: 6px 3px 3px;
  border: 1.5px solid;
}

.sector-icon-box::after {
  left: 10px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-left: 1.5px solid;
  border-top: 1.5px solid;
  transform: rotate(45deg);
}

.sector-icon-person::before {
  left: 9px;
  top: 1px;
  width: 9px;
  height: 9px;
  border: 1.5px solid;
  border-radius: 50%;
}

.sector-icon-person::after {
  left: 5px;
  bottom: 2px;
  width: 18px;
  height: 11px;
  border: 1.5px solid;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
}

.sector-icon-truck::before {
  left: 1px;
  top: 7px;
  width: 18px;
  height: 14px;
  border: 1.5px solid;
}

.sector-icon-truck::after {
  right: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  border: 1.5px solid;
  border-left: 0;
  box-shadow: -16px 9px 0 -2px var(--paper-bright), -16px 9px 0 -0.5px currentColor, 0 9px 0 -2px var(--paper-bright), 0 9px 0 -0.5px currentColor;
}

.sector-icon-building::before {
  inset: 2px 4px;
  border: 1.5px solid;
  background: repeating-linear-gradient(90deg, transparent 0 4px, currentColor 4px 5px), repeating-linear-gradient(0deg, transparent 0 5px, currentColor 5px 6px);
}

.client-access {
  padding: 55px 25px 45px;
  border-left: 1px solid var(--line);
}

.client-title {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #532043;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lock-icon {
  width: 13px;
  height: 13px;
  position: relative;
  border: 1.5px solid #532043;
}

.lock-icon::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -7px;
  width: 7px;
  height: 7px;
  border: 1.5px solid #532043;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.client-rule {
  height: 1px;
  margin: 14px 0 17px;
  background: var(--line);
}

.client-access p {
  margin: 0;
  font-size: 10.7px;
  line-height: 1.65;
}

.client-access a,
.contact-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5a2148;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.client-access a {
  margin-top: 24px;
}

.client-access a span,
.contact-panel a span {
  font-size: 18px;
  font-weight: 400;
}

.contact-panel {
  padding: 52px 7.15vw 45px 33px;
  color: white;
  background:
    radial-gradient(circle at 100% 0%, rgba(128, 37, 99, 0.65), transparent 52%),
    linear-gradient(120deg, #3b1636, #57184a);
}

.contact-kicker {
  font-size: 11px;
}

.contact-kicker i {
  width: 72px;
  height: 1.5px;
}

.contact-panel h2 {
  margin-top: 17px;
  color: white;
  font-size: 27px;
  line-height: 1.02;
}

.contact-panel p {
  margin: 13px 0 0;
  font-size: 10.8px;
  line-height: 1.46;
}

.contact-panel a {
  margin-top: 13px;
  color: #c7a15f;
}

@media (max-width: 1180px) {
  .site-header {
    padding: 0 24px;
  }

  nav {
    gap: 20px;
  }

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

  .hero-copy {
    padding: 60px 6vw 58px;
  }

  .standard-panel {
    min-height: 340px;
  }

  .standard-inner {
    padding: 58px 6vw 52px;
  }

  .standard-kicker::after {
    left: 6vw;
    top: 82px;
  }

  .approach {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 4vw;
  }

  .approach-intro {
    grid-column: auto;
    border-left: 1px solid var(--line);
    border-bottom: 0;
  }

  .approach-intro,
  .approach-step {
    padding: 34px 26px 32px;
  }

  .approach-step {
    padding-top: 34px;
  }

  .approach-step p {
    max-width: none;
  }

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

  .principle-quote {
    padding: 42px 4.5vw 34px;
  }

  .principle-copy {
    margin: 0 4.5vw 36px;
    padding: 0 4vw 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.42);
  }

  .desktop-only {
    display: none;
  }

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

  .client-access,
  .contact-panel {
    min-height: 220px;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 90px;
  }

  .brand-mark {
    width: 52px;
    height: 53px;
  }

  .mark-arm {
    width: 23px;
  }

  .brand {
    gap: 14px;
  }

  .brand-subtitle {
    font-size: 8px;
  }

  nav a:not(.client-nav):not(.contact-nav) {
    display: none;
  }

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

  .hero-copy {
    padding: 62px 9vw;
  }

  .standard-inner {
    padding: 55px 9vw;
  }

  .standard-kicker::after {
    left: 9vw;
    top: 79px;
  }

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

  .approach-intro,
  .approach-step {
    grid-column: auto;
    padding: 34px 9vw;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .approach-step p {
    max-width: 620px;
  }

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

  .principle-quote {
    padding: 45px 9vw;
  }

  .principle-copy {
    margin: 0 9vw 45px;
    padding: 30px 0 0;
    border-top: 1px solid rgba(255,255,255,.35);
    border-left: 0;
  }

  .desktop-only {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 78px;
    padding: 0 16px;
  }

  .brand-mark {
    width: 42px;
    height: 43px;
  }

  .mark-arm {
    width: 19px;
    height: 2px;
  }

  .wordmark {
    font-size: 30px;
  }

  .brand-subtitle {
    font-size: 6px;
  }

  nav {
    gap: 0;
  }

  .client-nav {
    display: none;
  }

  .contact-nav {
    padding: 11px 13px;
    font-size: 10px;
  }

  .hero-copy h1 {
    font-size: 43px;
  }

  .standard-panel h2 {
    font-size: 29px;
  }

  .standard-kicker {
    font-size: 10px;
  }

  .standard-kicker i {
    width: 70px;
  }

  .principle-quote {
    grid-template-columns: 2px 1fr;
    gap: 18px;
  }

  .principle-quote p {
    font-size: 23px;
  }

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

  .who-intro,
  .sector-list,
  .client-access,
  .contact-panel {
    padding: 34px 9vw;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .sector-list {
    grid-template-columns: 1fr;
  }

  .sector:nth-child(even) {
    padding-left: 0;
  }

  .sector:nth-last-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .who-intro p {
    font-size: 13px;
  }

  .client-access p,
  .contact-panel p {
    font-size: 13px;
  }
}

.site-footer {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 3.8vw;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: #707873;
  font-size: 10px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-links a {
  color: var(--plum);
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.contacted-hero {
  min-height: 455px;
  display: grid;
  grid-template-columns: 46.5% 53.5%;
  border-bottom: 1px solid var(--line);
  background: var(--paper-bright);
}

.contacted-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 6vw 72px 9.45vw;
}

.contacted-eyebrow {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contacted-hero h1 {
  max-width: 490px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(42px, 3.65vw, 58px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.99;
}

.contacted-hero-copy > p {
  max-width: 470px;
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

.contacted-promise {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 72px 8.3vw 72px 9.1vw;
  color: white;
  background-color: #05211e;
  background-image: url("/emerald-reference-clean-v2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.contacted-promise blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 30px;
  border-left: 2px solid var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(30px, 2.65vw, 43px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.contacted-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper-bright);
}

.contacted-overview > div {
  padding: 64px 7vw;
}

.contacted-overview > div + div {
  border-left: 1px solid var(--line);
}

.contacted-overview h2,
.contacted-resources h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.contacted-overview p {
  max-width: 570px;
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.contacted-assurance {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 25px !important;
  line-height: 1.2 !important;
}

.contacted-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 7vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.contacted-process article {
  min-height: 260px;
  padding: 52px 4vw;
  border-left: 1px solid var(--line);
}

.contacted-process article:last-child {
  border-right: 1px solid var(--line);
}

.contacted-process .step-number {
  font-size: 28px;
}

.contacted-process h3 {
  margin: 14px 0 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.contacted-process p {
  max-width: 355px;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.contacted-resources {
  display: grid;
  grid-template-columns: 58% 42%;
  color: white;
  background:
    radial-gradient(circle at 100% 0%, rgba(128, 37, 99, 0.58), transparent 50%),
    linear-gradient(112deg, #211a29, #321a31 58%, #511842);
}

.contacted-resources-main,
.contacted-resources-side {
  padding: 62px 7vw;
}

.contacted-resources h2 {
  color: white;
}

.contacted-resources p {
  max-width: 650px;
  margin: 18px 0 0;
  font-size: 13.5px;
  line-height: 1.68;
}

.contacted-resources-side {
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.contacted-resources-side strong {
  display: block;
  color: var(--gold-bright);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contacted-resources-side a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.contacted-resources-side a span {
  font-size: 18px;
  font-weight: 400;
}

.contacted-principles {
  display: grid;
  grid-template-columns: 38% 62%;
  border-bottom: 1px solid var(--line);
  background: var(--paper-bright);
}

.contacted-principles-heading,
.contacted-principles-copy {
  padding: 64px 7vw;
}

.contacted-principles-heading h2 {
  max-width: 420px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.038em;
  line-height: 1.02;
}

.contacted-principles-copy {
  border-left: 1px solid var(--line);
}

.contacted-principles-copy p {
  max-width: 760px;
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
}

.contacted-principles-copy p + p {
  margin-top: 18px;
}

.contacted-principles-copy em {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 1.08em;
  font-weight: 500;
}

@media (max-width: 900px) {
  .contacted-hero {
    grid-template-columns: 1fr;
  }

  .contacted-hero-copy,
  .contacted-promise {
    min-height: 330px;
    padding: 56px 9vw;
  }

  .contacted-overview {
    grid-template-columns: 1fr;
  }

  .contacted-overview > div {
    padding: 48px 9vw;
  }

  .contacted-overview > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .contacted-process {
    grid-template-columns: 1fr;
    padding: 0 9vw;
  }

  .contacted-process article,
  .contacted-process article:last-child {
    min-height: 0;
    padding: 38px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .contacted-process article:last-child {
    border-bottom: 0;
  }

  .contacted-resources {
    grid-template-columns: 1fr;
  }

  .contacted-resources-main,
  .contacted-resources-side {
    padding: 48px 9vw;
  }

  .contacted-resources-side {
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .contacted-hero-copy,
  .contacted-promise {
    min-height: 0;
    padding: 44px 9vw;
  }

  .contacted-hero h1 {
    font-size: 42px;
  }

  .contacted-promise blockquote {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  .contacted-principles {
    grid-template-columns: 1fr;
  }

  .contacted-principles-heading,
  .contacted-principles-copy {
    padding: 48px 9vw;
  }

  .contacted-principles-copy {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .contacted-principles-heading,
  .contacted-principles-copy {
    padding: 40px 9vw;
  }

  .contacted-principles-heading h2 {
    font-size: 34px;
  }
}
