@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #101d22;
  --ink-soft: #1d2b2d;
  --paper: #f7f7ef;
  --paper-deep: #edeee5;
  --white: #ffffff;
  --mint: #a9e7c8;
  --mint-light: #c9f2d9;
  --green: #285740;
  --text: #172723;
  --muted: #5a645d;
  --rule: #d2d7ca;
  --dark-rule: #34463f;
  --font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1248px;
  --gutter: clamp(24px, 5.3vw, 80px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

button,
a,
svg {
  touch-action: manipulation;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

button,
a,
[tabindex] {
  outline-offset: 6px;
}

:focus-visible {
  outline: 2px solid currentColor;
}

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

h1,
h2,
h3,
p,
dl,
ol {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 500;
}

::selection {
  background: var(--mint);
  color: var(--ink);
}

[hidden] {
  display: none !important;
}

.shell {
  width: min(calc(100% - var(--gutter) * 2), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 12px;
  left: 16px;
  padding: 12px 20px;
  border: 2px solid var(--ink);
  background: var(--mint);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.masthead,
.site-header {
  background: var(--ink);
}

.site-header {
  position: relative;
  z-index: 2;
  color: var(--paper);
}

.header-inner {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--dark-rule);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--paper);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -1.1px;
  text-decoration: none;
}

.brand-mark {
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-period {
  color: var(--mint);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.1vw, 46px);
}

.nav-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #d3dbd3;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--mint);
}

.nav-contact {
  gap: 25px;
  color: var(--paper);
}

.nav-contact span {
  color: var(--mint);
  font-size: 19px;
}

.menu-toggle {
  display: none;
  min-height: 44px;
  align-items: center;
  gap: 16px;
  padding: 8px 0 8px 12px;
  border: 0;
  background: transparent;
  color: var(--paper);
  font-size: 13px;
  cursor: pointer;
}

.menu-icon {
  display: grid;
  width: 22px;
  gap: 6px;
}

.menu-icon span {
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: transform 160ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-icon span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 16px;
  padding-top: 78px;
  padding-bottom: 82px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero-eyebrow {
  gap: 13px;
  color: #bbc9bd;
  font-size: 10px;
  letter-spacing: 1px;
}

.eyebrow-line {
  width: 25px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--mint);
}

.hero h1 {
  margin-top: 29px;
  font-size: clamp(58px, 6.3vw, 90px);
  font-weight: 450;
  line-height: 1.065;
  letter-spacing: -4.8px;
}

.hero h1 > span {
  display: block;
}

.hero-accent {
  color: var(--mint);
}

.hero-description {
  max-width: 458px;
  margin-top: 30px;
  color: #bbc8c0;
  font-size: 15px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px 27px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 53px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button > span {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.button-primary {
  background: var(--mint);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--mint-light);
}


.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

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

.text-link > span {
  font-size: 19px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.text-link:hover > span {
  transform: translate(2px, -2px);
}

.hero-explore {
  color: #d8e1d8;
  font-size: 12px;
}

.hero-explore > span {
  color: var(--mint);
}

.hero-explore:hover > span {
  transform: translateY(3px);
}

.hero-visual {
  position: relative;
  align-self: stretch;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  margin-left: 4px;
  padding-top: 13px;
}

.drawing-header,
.drawing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #91a499;
  font-size: 9px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.drawing-header {
  margin: 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2d433b;
}

.drawing-cross {
  font-size: 20px;
  line-height: 1;
}

.signal-drawing {
  width: 100%;
  height: auto;
  margin-block: 1px -10px;
}

.drawing-footer {
  margin: 0 20px;
  padding-top: 15px;
  border-top: 1px solid #2d433b;
  font-size: 9px;
  letter-spacing: 0.4px;
  text-transform: none;
}

.drawing-symbol {
  color: var(--mint);
  font-size: 18px;
}

.hero-baseline {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--dark-rule);
}

.hero-baseline p {
  color: #94a79a;
  font-size: 10px;
  letter-spacing: 0.45px;
}

.hero-baseline p span {
  display: inline-block;
  margin-inline: 17px;
  color: #648171;
}

.hero-baseline > a {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--mint);
  font-size: 24px;
  text-decoration: none;
}

.hero-baseline > a:hover {
  color: var(--paper);
}

.section {
  padding-block: 112px;
}

.section-number {
  color: var(--green);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 65px;
}

h2 {
  margin-top: 23px;
  font-size: clamp(33px, 3.5vw, 48px);
  line-height: 1.18;
  letter-spacing: -2px;
}

.section-intro {
  max-width: 355px;
  justify-self: end;
  padding-bottom: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.expertise-section {
  background: var(--paper);
}

.expertise-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(64px, 11vw, 160px);
  padding-block: 49px 52px;
  border-top: 1px solid var(--rule);
}

.expertise-row:last-child {
  padding-bottom: 0;
}

.discipline-icon {
  display: flex;
  align-items: center;
  gap: 21px;
  color: var(--green);
}

.discipline-icon svg {
  flex: 0 0 auto;
}

.discipline-icon > span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.expertise-overview h3 {
  margin-top: 25px;
  font-size: 32px;
  line-height: 1.18;
  letter-spacing: -1.3px;
}

.expertise-overview > p {
  max-width: 394px;
  margin-top: 19px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.expertise-details {
  padding-top: 5px;
}

.expertise-details > div {
  display: grid;
  gap: 6px;
  padding-block: 18px 21px;
  border-bottom: 1px solid var(--rule);
}

.expertise-details > div:first-child {
  padding-top: 0;
}

.expertise-details > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.expertise-details dt {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.expertise-details dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}


.approach-section {
  border-block: 1px solid var(--rule);
  background: var(--paper-deep);
}

.approach-heading {
  grid-template-columns: 1.55fr 0.7fr;
  margin-bottom: 56px;
}

.approach-heading .section-intro {
  max-width: 305px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  list-style: none;
}

.process-list > li {
  position: relative;
  padding: 27px 34px 0;
  border-top: 1px solid #aebbaa;
}

.process-list > li:first-child {
  padding-left: 0;
}

.process-list > li:last-child {
  padding-right: 0;
}

.process-list > li + li {
  border-left: 1px solid var(--rule);
}

.process-list > li::before {
  position: absolute;
  top: -4px;
  left: 34px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.process-list > li:first-child::before {
  left: 0;
}

.process-number {
  display: inline-block;
  color: var(--green);
  font-size: 36px;
  font-weight: 350;
  line-height: 1;
  letter-spacing: -1.5px;
}

.process-number > span {
  margin-left: 5px;
  color: #9aa994;
  font-size: 27px;
  font-weight: 300;
}

.process-list h3 {
  margin-top: 35px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

.process-list p {
  max-width: 310px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.company-section {
  background: var(--paper);
}

.company-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(50px, 9vw, 128px);
}

.company-copy h2 {
  margin-bottom: 26px;
}

.company-copy > p:not(.eyebrow) {
  max-width: 412px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.company-copy > p + p {
  margin-top: 14px;
}

.company-link {
  gap: 34px;
  margin-top: 25px;
  color: var(--green);
}

.company-record {
  padding-top: 6px;
}

.record-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #9cae99;
  color: var(--muted);
  font-size: 10px;
}

.company-details > div {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 20px;
  padding-block: 15px;
  border-bottom: 1px solid var(--rule);
  font-size: 12px;
  line-height: 1.7;
}

.company-details dt {
  color: var(--muted);
}

.company-details dd {
  margin: 0;
  font-weight: 550;
}

.company-details address {
  font-style: normal;
  line-height: 1.85;
}

.address-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
}

.contact-section {
  padding-block: 104px 112px;
  background: var(--ink);
  color: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  align-items: end;
  gap: 90px;
}

.contact-section .eyebrow {
  color: #d5ded4;
}

.contact-section .section-number {
  color: var(--mint);
}

.contact-section h2 {
  max-width: 650px;
  font-size: clamp(36px, 3.7vw, 53px);
  line-height: 1.18;
  letter-spacing: -2.2px;
}

.contact-copy {
  min-width: 0;
  padding-bottom: 2px;
}

.contact-copy > p {
  max-width: 325px;
  color: #b8c7bd;
  font-size: 13px;
  line-height: 1.8;
}

.contact-link {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 23px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6b8874;
  color: var(--mint);
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.contact-link > span:first-child {
  overflow-wrap: anywhere;
}

.contact-arrow {
  font-size: 29px;
  line-height: 1;
  transition: transform 160ms ease;
}

.contact-link:hover {
  color: var(--paper);
}

.contact-link:hover .contact-arrow {
  transform: translate(3px, -3px);
}

.contact-copy > .contact-note {
  margin-top: 13px;
  color: #93a899;
  font-size: 10px;
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
}

.footer-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 48px;
  padding-block: 40px 42px;
  border-top: 1px solid var(--dark-rule);
}

.footer-inner .brand {
  gap: 10px;
  font-size: 20px;
  letter-spacing: -0.8px;
}

.footer-brand-block > p {
  margin-top: 17px;
  margin-left: 42px;
  color: #94a79a;
  font-size: 11px;
  line-height: 1.8;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 27px;
}

.footer-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #c2cec3;
  font-size: 11px;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 23px 27px;
  border-top: 1px solid #2c3d36;
  color: #93a899;
  font-size: 10px;
  line-height: 1.6;
}

.footer-bottom > p:last-child {
  letter-spacing: 0.3px;
}

.legal-page {
  background: var(--paper);
}


.legal-header {
  max-width: 810px;
  padding-block: 90px 48px;
}

.legal-header h1 {
  margin-top: 21px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.15;
  letter-spacing: -2.5px;
}

.legal-header > p:not(.eyebrow),
.legal-meta {
  margin-top: 19px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.legal-content {
  max-width: 810px;
  padding-bottom: 96px;
  font-size: 14px;
  line-height: 1.9;
}

.legal-content > section {
  padding-block: 29px;
  border-top: 1px solid var(--rule);
}

.legal-content h2 {
  margin: 0 0 17px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.65px;
}

.legal-content h3 {
  margin-top: 22px;
  font-size: 17px;
  font-weight: 650;
}

.legal-content p + p,
.legal-content ul,
.legal-content ol {
  margin-top: 13px;
}

.legal-content ul,
.legal-content ol {
  padding-left: 24px;
}

.legal-content li + li {
  margin-top: 7px;
}

.legal-content a {
  color: var(--green);
  overflow-wrap: anywhere;
}

.legal-content address {
  margin-block: 14px;
  font-style: normal;
}

@media (min-width: 1600px) {
  .hero-grid {
    padding-top: 95px;
    padding-bottom: 96px;
  }
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1.12fr 0.88fr;
    gap: 0;
    padding-top: 65px;
    padding-bottom: 68px;
  }

  .hero h1 {
    font-size: clamp(53px, 6.5vw, 72px);
    letter-spacing: -3.6px;
  }

  .hero-eyebrow {
    max-width: 325px;
    font-size: 9px;
  }

  .hero-description {
    max-width: 385px;
    font-size: 14px;
  }

  .hero-actions {
    gap: 13px 22px;
  }

  .hero-visual {
    margin-left: 0;
  }

  .drawing-header,
  .drawing-footer {
    margin-inline: 12px;
    font-size: 8px;
    letter-spacing: 0.2px;
  }

  .section {
    padding-block: 90px;
  }

  .section-heading {
    gap: 36px;
  }

  h2 {
    letter-spacing: -1.6px;
  }

  .expertise-row {
    gap: 65px;
  }

  .process-list > li {
    padding-inline: 24px;
  }

  .process-list > li::before {
    left: 24px;
  }

  .process-list h3 {
    font-size: 17px;
  }

  .company-grid {
    grid-template-columns: 1fr 1fr;
    gap: 52px;
  }

  .company-details > div {
    grid-template-columns: 98px 1fr;
    gap: 14px;
    font-size: 11px;
  }

  .contact-grid {
    grid-template-columns: 1.12fr 0.88fr;
    gap: 42px;
  }

  .contact-section h2 {
    font-size: 37px;
    letter-spacing: -1.8px;
  }

  .footer-nav {
    gap: 10px 20px;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 28px;
  }

  .header-inner {
    min-height: 88px;
    flex-wrap: wrap;
    gap: 0 16px;
    padding-block: 21px;
  }

  .brand {
    gap: 9px;
    font-size: 21px;
    letter-spacing: -0.8px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px 18px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--dark-rule);
  }

  .nav-link {
    font-size: 12px;
  }

  .nav-contact {
    gap: 12px;
  }

  .nav-enhanced .menu-toggle {
    display: inline-flex;
  }

  .nav-enhanced .site-nav {
    display: none;
  }

  .nav-enhanced.is-menu-open .site-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 24px;
    padding-top: 18px;
    margin-top: 19px;
  }

  .nav-enhanced .site-nav .nav-link {
    min-height: 47px;
    font-size: 14px;
  }

  .nav-enhanced .site-nav .nav-contact {
    justify-content: space-between;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 41px;
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .hero-eyebrow {
    max-width: none;
    font-size: 9px;
    letter-spacing: 0.65px;
  }

  .hero h1 {
    margin-top: 26px;
    font-size: clamp(54px, 9.8vw, 74px);
    line-height: 1.075;
    letter-spacing: -3.5px;
  }

  .hero h1 > span:nth-child(2),
  .hero h1 > span:nth-child(3) {
    display: inline;
  }

  .hero h1 > span:nth-child(2)::after {
    content: " ";
  }

  .hero-description {
    max-width: 500px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.85;
  }

  .hero-actions {
    gap: 14px 27px;
    margin-top: 28px;
  }

  .hero-visual {
    width: min(100%, 455px);
    justify-self: center;
    padding: 0;
  }

  .drawing-header,
  .drawing-footer {
    margin-inline: 10px;
    font-size: 8px;
    letter-spacing: 0.6px;
  }

  .signal-drawing {
    margin-block: -14px -21px;
  }

  .drawing-footer {
    padding-top: 13px;
  }

  .hero-baseline {
    min-height: 69px;
    gap: 10px;
  }

  .hero-baseline p {
    font-size: 9px;
    letter-spacing: 0;
  }

  .hero-baseline p span {
    margin-inline: 8px;
  }

  .section {
    padding-block: 73px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 40px;
  }

  .eyebrow {
    gap: 14px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .hero-eyebrow {
    gap: 11px;
    font-size: 9px;
    letter-spacing: 0.65px;
  }

  h2 {
    margin-top: 21px;
    font-size: clamp(32px, 5.8vw, 40px);
    line-height: 1.2;
    letter-spacing: -1.6px;
  }

  .section-intro {
    max-width: 455px;
    justify-self: start;
    font-size: 13px;
  }

  .expertise-row {
    grid-template-columns: 1fr;
    gap: 31px;
    padding-block: 34px 40px;
  }

  .expertise-overview h3 {
    margin-top: 21px;
    font-size: 29px;
  }


  .expertise-overview > p {
    max-width: 490px;
    margin-top: 16px;
    font-size: 13px;
  }

  .expertise-details {
    padding-top: 0;
    padding-left: 21px;
    border-left: 1px solid #9caf9c;
  }

  .expertise-details > div {
    gap: 7px;
    padding-block: 17px;
  }

  .expertise-details dt {
    font-size: 13px;
  }

  .expertise-details dd {
    max-width: 430px;
    font-size: 12px;
  }

  .expertise-overview > .scope-note {
    margin-top: 20px;
    font-size: 10px;
  }

  .approach-heading .section-intro {
    max-width: 440px;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-list > li,
  .process-list > li:first-child,
  .process-list > li:last-child {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 11px 17px;
    padding: 28px 0;
    border-top: 1px solid #c2cbbb;
  }

  .process-list > li + li {
    border-left: 0;
  }

  .process-list > li:last-child {
    padding-bottom: 0;
  }

  .process-list > li::before {
    content: none;
  }

  .process-number {
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 3px;
    font-size: 30px;
  }

  .process-number > span {
    margin-left: 0;
    font-size: 22px;
  }

  .process-list h3 {
    margin: 0;
    font-size: 18px;
  }

  .process-list p {
    max-width: 410px;
    margin: 0;
    font-size: 12px;
  }

  .company-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .company-copy > p:not(.eyebrow) {
    max-width: 485px;
    font-size: 13px;
  }

  .company-link {
    margin-top: 21px;
  }

  .company-record {
    padding-top: 0;
  }

  .record-heading {
    padding-bottom: 16px;
    font-size: 10px;
  }

  .company-details > div {
    grid-template-columns: 132px 1fr;
    gap: 20px;
    padding-block: 14px;
    font-size: 12px;
  }

  .address-note {
    font-size: 10px;
  }

  .contact-section {
    padding-block: 74px 64px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-section h2 {
    font-size: clamp(35px, 6.2vw, 45px);
    letter-spacing: -1.8px;
  }

  .contact-copy {
    max-width: 455px;
  }

  .contact-copy > p {
    max-width: 355px;
  }

  .contact-link {
    gap: 18px;
    margin-top: 20px;
    font-size: 21px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 28px;
    padding-block: 33px 28px;
  }

  .footer-brand-block > p {
    margin-top: 12px;
  }

  .footer-nav {
    width: 100%;
    gap: 0 25px;
  }

  .footer-nav a {
    font-size: 11px;
  }

  .footer-bottom {
    align-items: start;
    gap: 15px;
    padding-block: 23px;
    font-size: 9px;
  }

  .footer-bottom > p:last-child {
    text-align: right;
  }

  .legal-header {
    padding-block: 59px 34px;
  }

  .legal-header h1 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .legal-content {
    padding-bottom: 55px;
    font-size: 13px;
  }

  .legal-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  :root {
    --gutter: 23px;
  }

  .brand {
    gap: 8px;
    font-size: 20px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .header-inner {
    gap: 0 9px;
  }

  .menu-toggle {
    gap: 11px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: 52px;
    letter-spacing: -2.9px;
  }

  .hero h1 > span:nth-child(2),
  .hero h1 > span:nth-child(3) {
    display: block;
  }

  .hero-eyebrow {
    max-width: 295px;
    font-size: 8px;
    letter-spacing: 0.55px;
  }

  .eyebrow-line {
    width: 18px;
  }

  .hero-actions {
    align-items: start;
    flex-direction: column;
    gap: 13px;
  }

  .button {
    min-height: 52px;
    padding-inline: 19px;
    font-size: 12px;
  }

  .hero-baseline p {
    max-width: 236px;
    font-size: 8px;
  }

  .hero-baseline p span {
    margin-inline: 6px;
  }

  h2 {
    font-size: 32px;
    letter-spacing: -1.5px;
  }

  .company-details > div {
    grid-template-columns: 103px 1fr;
    gap: 15px;
    font-size: 11px;
  }

  .process-list > li,
  .process-list > li:first-child,
  .process-list > li:last-child {
    grid-template-columns: 53px 1fr;
    gap: 10px 15px;
  }

  .process-list h3 {
    font-size: 16px;
  }

  .contact-section h2 {
    font-size: 35px;
  }

  .contact-link {
    font-size: 18px;
  }

  .footer-nav {
    column-gap: 22px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 9px;
  }

  .footer-bottom > p:last-child {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
