@font-face {
  font-family: "Archivo Black";
  src: url("assets/fonts/ArchivoBlack-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --carbon: #17181a;
  --bone: #f2eee6;
  --paper: #fbfaf6;
  --orange: #ff4d00;
  --orange-dark: #e64500;
  --orange-on-light: #c13a00;
  --galvanized: #9ba0a6;
  --muted: #5e5b53;
  --line: #d8d3c8;
  --shell: min(1180px, calc(100% - 48px));
  --display: "Archivo Black", Arial Black, sans-serif;
  --body: "Barlow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--carbon);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--orange);
  color: var(--carbon);
  font-weight: 700;
  transform: translateY(-150%);
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(23, 24, 26, 0.16);
  background: rgba(242, 238, 230, 0.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
}

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

.brand-type strong {
  font-family: var(--display);
  font-size: 21px;
}

.brand-type small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav > a:not(.button) {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav > a:hover::after,
.site-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border: 2px solid var(--orange);
  background: var(--orange);
  color: var(--carbon);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
}

.button-small {
  min-height: 42px;
  padding: 12px 16px;
  font-size: 12px;
}

.button-dark {
  border-color: var(--carbon);
  background: var(--carbon);
  color: var(--bone);
}

.button-dark:hover,
.button-dark:focus-visible {
  border-color: var(--bone);
  background: var(--bone);
  color: var(--carbon);
}

.menu-button {
  display: none;
  min-width: 48px;
  min-height: 48px;
  border: 0;
  background: transparent;
  color: var(--carbon);
  font: 700 12px/1 var(--body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-button i,
.menu-button i::before,
.menu-button i::after {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.menu-button i {
  position: relative;
  margin-left: 10px;
}

.menu-button i::before,
.menu-button i::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-button i::before {
  top: -7px;
}

.menu-button i::after {
  top: 7px;
}

.hero {
  padding-top: clamp(64px, 8vw, 110px);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  padding-bottom: clamp(70px, 9vw, 120px);
}

.eyebrow {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 4px;
  margin-right: 12px;
  background: var(--orange);
  vertical-align: 3px;
}

.eyebrow.light {
  color: var(--bone);
}

.hero h1,
.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(54px, 8.8vw, 124px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--orange-on-light);
}

.hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.45;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.text-link span {
  color: var(--orange-on-light);
  font-size: 22px;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.hero-panel {
  position: relative;
  min-height: 480px;
  padding: 24px;
  background: var(--carbon);
  color: var(--bone);
}

.hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background: var(--bone);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.panel-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-right: 65px;
  color: var(--galvanized);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-services {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.hero-services li {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 23px 0;
  border-top: 1px solid #36383d;
}

.hero-services li:last-child {
  border-bottom: 1px solid #36383d;
}

.hero-services span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
}

.hero-services strong {
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.hero-services small {
  grid-column: 2;
  margin-top: 7px;
  color: var(--galvanized);
  font-size: 13px;
}

.panel-bottom {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: var(--galvanized);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-ticker {
  width: max-content;
  padding: 18px 0;
  border-top: 2px solid var(--carbon);
  border-bottom: 2px solid var(--carbon);
  color: var(--carbon);
  font-family: var(--display);
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-2%);
}

.service-ticker b {
  padding: 0 14px;
  color: var(--orange);
}

.section {
  padding: clamp(84px, 10vw, 140px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  column-gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.split-heading h2,
.about-copy h2,
.cta-inner h2,
.page-section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-transform: uppercase;
}

.section-heading > p:last-child,
.split-heading > p,
.about-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--carbon);
  border-left: 1px solid var(--carbon);
}

.service-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid var(--carbon);
  border-bottom: 1px solid var(--carbon);
  background: var(--paper);
}

.service-card.dark-card {
  background: var(--carbon);
  color: var(--bone);
}

.card-number {
  color: var(--orange-on-light);
  font-size: 12px;
  font-weight: 700;
}

.service-card h3 {
  max-width: 260px;
  margin: 56px 0 18px;
  font-family: var(--display);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.service-card p {
  margin: 0 0 30px;
  color: var(--muted);
}

.dark-card p {
  color: var(--galvanized);
}

.dark-card .card-number {
  color: var(--orange);
}

.service-card a {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.service-card a span {
  color: var(--orange-on-light);
  font-size: 18px;
}

.dark-card a span {
  color: var(--orange);
}

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

.split-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 80px;
  align-items: end;
}

.split-heading > p {
  color: var(--galvanized);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid #3b3d42;
  border-left: 1px solid #3b3d42;
}

.process-grid article {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid #3b3d42;
  border-bottom: 1px solid #3b3d42;
}

.process-grid span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
}

.process-grid h3 {
  margin: 72px 0 14px;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

.process-grid p {
  margin: 0;
  color: var(--galvanized);
  font-size: 16px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(48px, 9vw, 130px);
  align-items: center;
}

.about-statement {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--carbon);
}

.big-ag {
  color: var(--bone);
  font-family: var(--display);
  font-size: clamp(120px, 18vw, 250px);
  letter-spacing: -0.08em;
  line-height: 1;
  transform: translateX(-4%);
}

.orange-block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 84px;
  background: var(--orange);
}

.about-copy h2 {
  margin-bottom: 28px;
}

.about-copy > p {
  margin-bottom: 28px;
}

.cta-section {
  padding: clamp(70px, 8vw, 110px) 0;
  background: var(--orange);
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px 60px;
  align-items: end;
}

.cta-inner .eyebrow {
  grid-column: 1 / -1;
}

.cta-inner .eyebrow::before {
  background: var(--carbon);
}

.site-footer {
  padding: 70px 0 24px;
  background: var(--carbon);
  color: var(--bone);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 1fr 1fr;
  gap: 50px;
}

.footer-brand img {
  width: 42px;
  height: 42px;
}

.footer-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.footer-brand strong {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-brand small {
  margin-top: 5px;
  color: var(--galvanized);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid > div > p {
  margin: 22px 0 0;
  color: var(--galvanized);
  font-size: 14px;
}

.footer-grid h2 {
  margin: 0 0 18px;
  color: var(--galvanized);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-grid > div > a,
.footer-grid > div > span {
  display: block;
  margin: 0 0 10px;
  color: var(--bone);
  font-size: 14px;
  text-decoration-color: #55585f;
  text-underline-offset: 4px;
}

.footer-grid > div > a:hover {
  color: var(--orange);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 58px;
  padding-top: 20px;
  border-top: 1px solid #36383d;
  color: var(--galvanized);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero {
  padding: clamp(72px, 9vw, 125px) 0 clamp(62px, 8vw, 105px);
  border-bottom: 2px solid var(--carbon);
}

.page-hero h1 {
  max-width: 1040px;
  font-size: clamp(50px, 8vw, 108px);
  overflow-wrap: anywhere;
}

.page-hero .page-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(19px, 2.2vw, 24px);
}

.page-section {
  padding: clamp(75px, 9vw, 120px) 0;
}

.page-section + .page-section {
  border-top: 1px solid var(--line);
}

.page-section h2 {
  max-width: 820px;
  margin-bottom: 30px;
  overflow-wrap: anywhere;
}

.service-detail {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 50px;
  padding: 64px 0;
  border-top: 1px solid var(--carbon);
}

.service-detail:last-child {
  border-bottom: 1px solid var(--carbon);
}

.detail-index {
  color: var(--orange-on-light);
  font-family: var(--display);
  font-size: 16px;
}

.service-detail h2 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.service-detail p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 30px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
  font-weight: 600;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--carbon);
  border-left: 1px solid var(--carbon);
}

.principles-grid article {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--carbon);
  border-bottom: 1px solid var(--carbon);
}

.principles-grid span {
  color: var(--orange-on-light);
  font-size: 12px;
  font-weight: 700;
}

.principles-grid h3 {
  margin: 60px 0 12px;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.principles-grid p {
  margin: 0;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(50px, 9vw, 120px);
  align-items: start;
}

.contact-layout > * {
  min-width: 0;
}

.contact-card {
  padding: clamp(30px, 5vw, 54px);
  background: var(--carbon);
  color: var(--bone);
}

.contact-card .eyebrow {
  color: var(--bone);
}

.contact-card h2 {
  margin-bottom: 24px;
}

.contact-card p {
  color: var(--galvanized);
}

.contact-email {
  display: inline-block;
  margin-top: 24px;
  color: var(--orange);
  font-size: clamp(18px, 2.3vw, 27px);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-underline-offset: 6px;
}

.contact-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: contact;
}

.contact-checklist li {
  position: relative;
  padding: 22px 0 22px 56px;
  border-top: 1px solid var(--line);
  counter-increment: contact;
}

.contact-checklist li:last-child {
  border-bottom: 1px solid var(--line);
}

.contact-checklist li::before {
  content: "0" counter(contact);
  position: absolute;
  left: 0;
  top: 22px;
  color: var(--orange-on-light);
  font-size: 12px;
  font-weight: 700;
}

.contact-checklist strong {
  display: block;
  font-size: 18px;
}

.contact-checklist span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.policy-shell {
  max-width: 850px;
}

.policy-shell h2 {
  margin: 50px 0 14px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.policy-shell h2:first-child {
  margin-top: 0;
}

.policy-shell p,
.policy-shell li {
  color: var(--muted);
}

.policy-shell ul {
  padding-left: 22px;
}

.policy-meta {
  margin: 0 0 36px;
  padding: 16px 18px;
  border-left: 4px solid var(--orange);
  background: var(--paper);
  color: var(--muted);
}

.not-found {
  min-height: calc(100vh - 360px);
  display: flex;
  align-items: center;
  padding: 90px 0;
}

.not-found-code {
  color: var(--orange-on-light);
  font-family: var(--display);
  font-size: clamp(90px, 18vw, 230px);
  line-height: 0.8;
}

.not-found h1 {
  margin: 30px 0 20px;
  font-family: var(--display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.not-found p {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 19px;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

@media (max-width: 960px) {
  .site-nav {
    gap: 18px;
  }

  .site-nav > a:not(.button) {
    font-size: 12px;
  }

  .hero-grid,
  .about-grid,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-panel {
    min-height: 440px;
  }

  .section-heading,
  .split-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .section-heading h2 {
    margin-bottom: 4px;
  }

  .service-grid,
  .process-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 300px;
  }

  .process-grid article {
    min-height: 240px;
  }

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

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 32px, 1180px);
  }

  .header-inner {
    min-height: 68px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: fixed;
    inset: 68px 0 auto;
    min-height: calc(100vh - 68px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 26px 16px 40px;
    background: var(--bone);
    border-top: 1px solid var(--line);
  }

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

  .site-nav > a:not(.button) {
    padding: 20px 4px;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 27px;
    font-weight: 400;
  }

  .site-nav .button {
    margin-top: 28px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-grid {
    gap: 48px;
    padding-bottom: 70px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(47px, 14.6vw, 78px);
    line-height: 0.91;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 19px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .button-row .button {
    width: 100%;
  }

  .button-row .text-link {
    align-self: flex-start;
  }

  .hero-panel {
    min-height: 420px;
    padding: 20px;
  }

  .panel-top {
    flex-direction: column;
    gap: 4px;
  }

  .hero-services {
    margin-top: 46px;
  }

  .section {
    padding: 78px 0;
  }

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

  .section-heading h2,
  .split-heading h2,
  .about-copy h2,
  .cta-inner h2,
  .page-section h2 {
    font-size: clamp(35px, 10vw, 48px);
  }

  .section-heading > p:last-child,
  .split-heading > p,
  .about-copy > p {
    font-size: 17px;
  }

  .service-card {
    min-height: 280px;
    padding: 24px;
  }

  .service-card h3 {
    margin-top: 44px;
  }

  .process-grid {
    margin-top: 45px;
  }

  .process-grid article {
    min-height: 220px;
    padding: 24px;
  }

  .process-grid h3 {
    margin-top: 48px;
  }

  .about-statement {
    min-height: 330px;
  }

  .cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cta-inner .eyebrow {
    grid-column: 1;
  }

  .cta-inner .button {
    width: 100%;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .page-hero {
    padding: 64px 0;
  }

  .service-detail {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 48px 0;
  }

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

  .principles-grid article {
    min-height: 220px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
