:root {
  --ink: #17201b;
  --paper: #f4f0e6;
  --sand: #d7c6a4;
  --rust: #a94f32;
  --moss: #53624c;
  --line: #9e9a8b;
  --night: #142019;
  --white: #fffdf7;
  --max: 1480px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.55 Arial,
    Helvetica,
    sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #f0a04b;
  outline-offset: 3px;
}
.mast {
  position: relative;
  z-index: 20;
  min-height: 86px;
  background: var(--night);
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid #657065;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 250px;
}
.logo-frame {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
  display: grid;
  place-items: center;
}
.brand b {
  font-size: 17px;
  letter-spacing: 0.18em;
}
.brand small {
  display: block;
  color: #c7d2b8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-top: 2px;
}
.wide-nav {
  margin-left: auto;
  display: flex;
  align-self: stretch;
}
.wide-nav a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-left: 1px solid #425047;
}
.wide-nav a:hover {
  background: #26372c;
}
.mobile-nav {
  display: none;
  margin-left: auto;
}
.hero {
  height: min(760px, calc(100vh - 86px));
  min-height: 600px;
  position: relative;
  background: #2c302a;
  overflow: hidden;
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(11, 18, 13, 0.83) 0,
    rgba(11, 18, 13, 0.63) 38%,
    rgba(11, 18, 13, 0.06) 72%
  );
}
.hero-copy {
  position: absolute;
  z-index: 2;
  left: max(34px, calc((100vw - var(--max)) / 2));
  bottom: 11%;
  width: min(760px, 58vw);
  color: white;
}
.hero-copy > small,
.mission small,
.route-map > header small,
.evidence-photo small,
.brief > header small,
.field-cover small,
.guide-index > header small,
.trust-page > header small,
.contact-page > header small,
.privacy-page > header small,
.not-found small {
  font-weight: 800;
  letter-spacing: 0.22em;
  font-size: 11px;
}
.hero h1 {
  font:
    800 clamp(48px, 6.1vw, 98px)/0.92 Arial,
    sans-serif;
  letter-spacing: -0.06em;
  margin: 18px 0 24px;
  max-width: 820px;
}
.hero-copy > p {
  font-size: 21px;
  max-width: 650px;
  margin: 0 0 28px;
}
.hero-copy > div {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rust);
  color: white;
  border: 1px solid var(--rust);
  min-height: 52px;
  padding: 0 22px;
  font-weight: 800;
}
.button.light {
  background: var(--white);
  color: var(--night);
  border-color: var(--white);
}
.text-link {
  font-weight: 800;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}
.image-note {
  position: absolute;
  right: 20px;
  bottom: 14px;
  z-index: 2;
  background: rgba(20, 32, 25, 0.88);
  color: white;
  padding: 7px 10px;
  margin: 0;
  font-size: 11px;
}
.route-strip {
  max-width: var(--max);
  margin: -1px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
}
.route-strip a {
  min-width: 0;
  min-height: 210px;
  padding: 25px 20px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 44px 1fr;
  align-content: start;
  gap: 8px 10px;
}
.route-strip em {
  font: 800 31px/1 Arial;
  color: var(--rust);
  font-style: normal;
  grid-row: 1/4;
}
.route-strip small {
  font-size: 10px;
  letter-spacing: 0.17em;
  font-weight: 800;
}
.route-strip b {
  font-size: 20px;
  line-height: 1.12;
}
.route-strip span {
  font-size: 13px;
  color: #3f4741;
}
.route-strip a:hover {
  background: var(--sand);
}
.mission {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 110px 35px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  gap: 70px;
}
.mission h2 {
  font: 800 clamp(42px, 5vw, 74px)/0.95 Arial;
  margin: 16px 0;
}
.mission > div:last-child {
  font-size: 20px;
  max-width: 700px;
}
.mission a {
  color: var(--rust);
  font-weight: 800;
  border-bottom: 1px solid;
}
.route-map {
  background: var(--night);
  color: var(--white);
  padding: 100px max(24px, calc((100vw - var(--max)) / 2));
}
.route-map > header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  border-bottom: 1px solid #6d756e;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.route-map > header small {
  grid-column: 1/-1;
  color: #b8c5a6;
}
.route-map > header h2 {
  font: 800 clamp(38px, 4.4vw, 66px)/1;
  margin: 14px 0 0;
  max-width: 740px;
}
.route-map > header a {
  font-weight: 800;
  color: #d7c6a4;
}
.map-zone {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 1px solid #6d756e;
}
.map-zone > header {
  padding: 36px 32px 36px 0;
}
.map-zone h2 {
  font-size: 26px;
  line-height: 1.15;
  margin: 10px 0;
}
.map-zone > header small {
  color: #d19a7b;
  letter-spacing: 0.18em;
}
.map-zone > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid #6d756e;
}
.map-zone > div a {
  min-width: 0;
  padding: 38px 25px;
  border-right: 1px solid #6d756e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.map-zone > div a:hover {
  background: #25342b;
}
.map-zone > div span {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.22;
}
.map-zone > div i {
  font-size: 12px;
  font-style: normal;
  color: #cdd5c1;
}
.evidence-photo {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  border-left: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
}
.evidence-photo > div {
  padding: 70px 50px;
}
.evidence-photo h2 {
  font: 800 clamp(34px, 4vw, 58px)/1;
  margin: 16px 0;
}
.evidence-photo p {
  font-size: 18px;
}
.evidence-photo a {
  display: inline-block;
  margin-top: 15px;
  font-weight: 800;
  border-bottom: 1px solid;
}
.evidence-photo img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}
.brief {
  background: #aeb99c;
  padding: 100px max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 55px;
  align-items: start;
}
.brief > header {
  position: sticky;
  top: 30px;
}
.brief > header h2 {
  font: 800 clamp(38px, 4.5vw, 66px)/1;
  margin: 16px 0;
}
.brief > header p {
  font-size: 18px;
  max-width: 440px;
}
.rfq {
  background: var(--white);
  border: 1px solid var(--ink);
  padding: 35px;
  align-self: start;
}
.form-stage {
  display: grid;
  grid-template-columns: 55px 1fr;
  border-bottom: 1px solid var(--line);
  padding: 0 0 26px;
  margin: 0 0 26px;
}
.form-stage > span {
  font: 800 28px/1 Arial;
  color: var(--rust);
}
.rfq fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.rfq legend {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 18px;
}
.rfq label {
  font-size: 12px;
  font-weight: 800;
}
.rfq input,
.rfq select,
.rfq textarea {
  width: 100%;
  border: 1px solid #6e7068;
  background: #fff;
  padding: 12px;
  margin-top: 6px;
  min-height: 46px;
  border-radius: 0;
}
.rfq textarea {
  height: 110px;
  resize: vertical;
}
.rfq .span {
  grid-column: 1/-1;
}
.rfq .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}
.rfq .consent input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
}
.rfq .consent a {
  text-decoration: underline;
}
.rfq button {
  width: 100%;
  height: 58px;
  background: var(--night);
  color: white;
  border: 0;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.form-note,
.form-status {
  font-size: 12px;
}
.form-status {
  color: #9d2f20;
  font-weight: 800;
}
.crumb {
  max-width: var(--max);
  margin: auto;
  padding: 20px 28px;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 12px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.crumb a {
  text-decoration: underline;
}
.field-page {
  background: var(--paper);
}
.field-cover {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  border: 1px solid var(--line);
  border-top: 0;
}
.field-cover > div {
  padding: 65px 55px;
}
.field-cover h1 {
  font: 800 clamp(46px, 5.3vw, 82px)/0.95 Arial;
  letter-spacing: -0.055em;
  margin: 18px 0 28px;
}
.field-cover p {
  font-size: 19px;
  max-width: 700px;
}
.field-cover figure {
  margin: 0;
  position: relative;
  min-height: 590px;
  background: #333;
}
.field-cover figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.field-cover figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(20, 32, 25, 0.9);
  color: white;
  padding: 9px 12px;
  font-size: 11px;
}
.field-grid {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.checkpoint-nav {
  position: sticky;
  top: 0;
  align-self: start;
  padding: 42px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.checkpoint-nav > b {
  font-size: 11px;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
}
.checkpoint-nav a {
  display: grid;
  grid-template-columns: 32px 1fr;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
}
.checkpoint-nav em {
  font-style: normal;
  color: var(--rust);
}
.field-copy {
  border-left: 1px solid var(--line);
  min-width: 0;
}
.field-copy > .lead {
  font-size: 21px;
  max-width: 900px;
  padding: 50px;
  margin: 0;
}
.checkpoint {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-top: 1px solid var(--line);
  scroll-margin-top: 20px;
}
.checkpoint > header {
  padding: 42px 32px;
}
.checkpoint > header em {
  font: 800 40px/1 Arial;
  color: var(--rust);
  font-style: normal;
}
.checkpoint > header small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.2em;
  margin: 12px 0;
}
.checkpoint h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
}
.checkpoint > div {
  border-left: 1px solid var(--line);
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 38px;
  align-items: start;
}
.checkpoint > div > p {
  font-size: 18px;
  margin: 0;
}
.checkpoint aside {
  background: #ddd3bc;
  padding: 18px;
  border-left: 4px solid var(--rust);
}
.checkpoint aside b {
  font-size: 10px;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 8px;
}
.checkpoint aside span {
  font-size: 13px;
}
.field-prompt {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px dashed var(--line);
  font-size: 14px;
  color: #364139;
}
.source-box,
.close-file,
.questions {
  border-top: 1px solid var(--line);
  padding: 55px;
}
.source-box h2,
.close-file h2,
.questions h2 {
  font-size: 34px;
  line-height: 1.1;
}
.source-box a {
  text-decoration: underline;
}
.close-file {
  background: #d8c5a0;
}
.close-file li {
  padding: 8px 0;
}
.questions details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.questions summary {
  font-weight: 800;
  cursor: pointer;
}
.questions details p {
  max-width: 780px;
}
.next-field {
  max-width: var(--max);
  margin: auto;
  background: var(--night);
  color: white;
  display: grid;
  grid-template-columns: 210px repeat(3, 1fr);
}
.next-field > span,
.next-field a {
  padding: 28px;
  border-right: 1px solid #4c5b50;
}
.next-field > span {
  font-size: 10px;
  letter-spacing: 0.17em;
  color: #bdc9ae;
}
.next-field a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-weight: 800;
}
.guide-index > header,
.trust-page > header,
.contact-page > header,
.privacy-page > header {
  max-width: var(--max);
  margin: auto;
  padding: 90px 55px;
  border: 1px solid var(--line);
  border-top: 0;
}
.guide-index > header h1,
.trust-page > header h1,
.contact-page > header h1,
.privacy-page > header h1,
.not-found h1 {
  font: 800 clamp(50px, 6vw, 92px)/0.92 Arial;
  letter-spacing: -0.06em;
  margin: 20px 0;
}
.guide-index > header p,
.trust-page > header p,
.contact-page > header p,
.privacy-page > header p {
  font-size: 20px;
  max-width: 780px;
}
.index-map {
  max-width: var(--max);
  margin: auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.index-map > section {
  display: grid;
  grid-template-columns: 310px 1fr;
  border-bottom: 1px solid var(--line);
}
.index-map > section > header {
  padding: 38px;
}
.index-map > section > header em {
  font: 800 38px/1 Arial;
  color: var(--rust);
  font-style: normal;
}
.index-map > section > header small {
  display: block;
  letter-spacing: 0.18em;
  margin: 14px 0 5px;
}
.index-map > section > header h2 {
  font-size: 27px;
  margin: 0;
}
.index-map > section > div {
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.index-map a {
  min-width: 0;
  padding: 30px;
  display: grid;
  grid-template-columns: 38px 1fr 20px;
  gap: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.index-map a > em {
  font-style: normal;
  color: var(--rust);
  font-weight: 800;
}
.index-map a span {
  min-width: 0;
}
.index-map a b {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}
.index-map a small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}
.index-map a i {
  font-style: normal;
}
.trust-columns,
.contact-layout {
  max-width: var(--max);
  margin: auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 620px;
  align-items: start;
}
.trust-columns > article,
.contact-layout > article {
  padding: 60px;
}
.trust-columns > article h2,
.contact-layout > article h2 {
  font-size: 30px;
  margin-top: 42px;
}
.trust-columns > article h2:first-child,
.contact-layout > article h2:first-child {
  margin-top: 0;
}
.trust-columns > article p,
.contact-layout > article p {
  font-size: 17px;
}
.trust-columns > aside {
  background: var(--night);
  color: white;
  padding: 50px;
  align-self: start;
}
.trust-columns > aside a {
  display: inline-block;
  margin-top: 20px;
  color: #d7c6a4;
  font-weight: 800;
}
.contact-layout > .rfq {
  width: calc(100% - 100px);
  margin: 60px auto 70px;
  align-self: start;
  box-sizing: border-box;
}
.contact-layout > .rfq .form-stage {
  grid-template-columns: 42px minmax(0, 1fr);
}
.contact-layout > .rfq fieldset,
.contact-layout > .rfq label {
  min-width: 0;
}
.contact-layout > .rfq .field-label {
  display: block;
  min-height: 30px;
  line-height: 15px;
}
.contact-layout article nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.contact-layout article nav a {
  font-weight: 800;
}
.privacy-page > article {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 30px;
}
.privacy-page > article h2 {
  font-size: 29px;
  margin-top: 40px;
}
.not-found {
  max-width: var(--max);
  margin: auto;
  min-height: 650px;
  padding: 120px 50px;
}
.not-found p {
  font-size: 20px;
}
.not-found .text-link {
  margin-left: 20px;
}
footer {
  background: var(--night);
  color: white;
  padding: 70px max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 80px;
}
.footer-route {
  display: flex;
  gap: 18px;
  align-items: center;
}
.footer-route img {
  background: white;
  border-radius: 50%;
  padding: 3px;
}
.footer-route b {
  letter-spacing: 0.12em;
}
.footer-route p {
  margin: 4px 0;
  color: #c5ccc3;
}
footer > nav {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
  font-weight: 800;
}
.entities {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-top: 1px solid #4f5d53;
  padding-top: 30px;
}
.entities p {
  font-size: 12px;
  color: #c5ccc3;
}
.fine {
  grid-column: 1/-1;
  font-size: 11px;
  color: #9eaaa0;
}
.contact-dock {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 18px;
  display: flex;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.contact-dock a {
  min-width: 112px;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--rust);
  color: white;
  font-weight: 800;
  border: 1px solid var(--night);
}
.contact-dock a:last-child {
  background: var(--white);
  color: var(--night);
  border-left: 0;
}
@media (max-width: 1050px) {
  .wide-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav summary {
    list-style: none;
    cursor: pointer;
    background: #aeb99c;
    color: var(--night);
    padding: 13px 17px;
    font-weight: 800;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav nav {
    position: absolute;
    right: 0;
    top: 86px;
    width: min(360px, 100vw);
    background: var(--night);
    padding: 16px;
    display: grid;
  }
  .mobile-nav nav a {
    padding: 14px;
    border-bottom: 1px solid #4b5a50;
  }
  .hero-copy {
    width: min(700px, 80vw);
  }
  .route-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .map-zone {
    grid-template-columns: 230px 1fr;
  }
  .map-zone > div {
    grid-template-columns: 1fr;
  }
  .map-zone > div a {
    border-bottom: 1px solid #6d756e;
  }
  .field-cover {
    grid-template-columns: 1fr;
  }
  .field-cover figure {
    min-height: 460px;
  }
  .field-grid {
    grid-template-columns: 230px 1fr;
  }
  .checkpoint {
    grid-template-columns: 210px 1fr;
  }
  .checkpoint > div {
    grid-template-columns: 1fr;
  }
  .next-field {
    grid-template-columns: 1fr 1fr;
  }
  .next-field > span {
    grid-column: 1/-1;
  }
  .index-map > section {
    grid-template-columns: 240px 1fr;
  }
  .index-map > section > div {
    grid-template-columns: 1fr;
  }
  .brief {
    grid-template-columns: 1fr;
  }
  .brief > header {
    position: static;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-layout > .rfq {
    width: calc(100% - 110px);
    margin: 0 auto 70px;
  }
  .trust-columns {
    grid-template-columns: 1fr;
  }
  .trust-columns > aside {
    margin: 0 55px 60px;
  }
}
@media (max-width: 700px) {
  body {
    padding-bottom: 64px;
  }
  .mast {
    min-height: 70px;
    padding: 8px 14px;
  }
  .brand {
    min-width: 0;
  }
  .logo-frame {
    width: 46px;
    height: 46px;
  }
  .brand b {
    font-size: 13px;
  }
  .brand small {
    font-size: 8px;
  }
  .mobile-nav summary {
    padding: 11px 13px;
    font-size: 12px;
  }
  .mobile-nav nav {
    top: 70px;
  }
  .hero {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .hero > img {
    height: 42vh;
    min-height: 330px;
    order: 1;
  }
  .hero:after {
    display: none;
  }
  .hero-copy {
    position: static;
    order: 2;
    width: auto;
    color: var(--ink);
    background: var(--paper);
    padding: 38px 20px;
  }
  .hero h1 {
    font-size: 49px;
    line-height: 0.94;
    margin: 16px 0 22px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .hero-copy > div {
    align-items: stretch;
    flex-direction: column;
  }
  .hero .button.light {
    background: var(--night);
    color: white;
    border-color: var(--night);
  }
  .hero .text-link {
    text-align: center;
    border: 1px solid var(--ink);
    padding: 14px;
  }
  .image-note {
    top: calc(42vh - 31px);
    bottom: auto;
    right: 0;
    font-size: 9px;
  }
  .route-strip {
    grid-template-columns: 1fr;
  }
  .route-strip a {
    min-height: 0;
    padding: 22px;
  }
  .mission {
    grid-template-columns: 1fr;
    padding: 70px 20px;
    gap: 25px;
  }
  .mission h2 {
    font-size: 44px;
  }
  .mission > div:last-child {
    font-size: 17px;
  }
  .route-map {
    padding: 70px 20px;
  }
  .route-map > header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .route-map > header h2 {
    font-size: 42px;
  }
  .map-zone {
    grid-template-columns: 1fr;
  }
  .map-zone > header {
    padding: 28px 0 15px;
  }
  .map-zone > div {
    border-left: 0;
  }
  .map-zone > div a {
    padding: 25px 0;
    border-right: 0;
    gap: 22px;
  }
  .evidence-photo {
    grid-template-columns: 1fr;
    border: 0;
  }
  .evidence-photo > div {
    padding: 60px 20px;
  }
  .evidence-photo img {
    min-height: 330px;
    max-height: 430px;
  }
  .brief {
    padding: 70px 20px;
  }
  .brief > header h2 {
    font-size: 44px;
  }
  .rfq {
    padding: 22px 16px;
  }
  .form-stage {
    grid-template-columns: 38px 1fr;
  }
  .form-stage > span {
    font-size: 21px;
  }
  .rfq fieldset {
    grid-template-columns: 1fr;
  }
  .rfq .span {
    grid-column: auto;
  }
  .crumb {
    padding: 14px 16px;
  }
  .field-cover {
    border-left: 0;
    border-right: 0;
  }
  .field-cover > div {
    padding: 45px 20px;
  }
  .field-cover h1 {
    font-size: 49px;
  }
  .field-cover p {
    font-size: 17px;
  }
  .field-cover figure {
    min-height: 320px;
  }
  .field-grid {
    grid-template-columns: 1fr;
    border: 0;
  }
  .checkpoint-nav {
    position: static;
    padding: 28px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .checkpoint-nav > b {
    grid-column: 1/-1;
  }
  .checkpoint-nav a {
    padding-right: 12px;
  }
  .field-copy {
    border-left: 0;
  }
  .field-copy > .lead {
    padding: 38px 20px;
    font-size: 18px;
  }
  .checkpoint {
    grid-template-columns: 1fr;
  }
  .checkpoint > header {
    padding: 32px 20px 18px;
  }
  .checkpoint > div {
    border-left: 0;
    padding: 0 20px 35px;
    gap: 20px;
  }
  .checkpoint > div > p {
    font-size: 16px;
  }
  .source-box,
  .close-file,
  .questions {
    padding: 45px 20px;
  }
  .next-field {
    grid-template-columns: 1fr;
  }
  .next-field > span {
    grid-column: auto;
  }
  .guide-index > header,
  .trust-page > header,
  .contact-page > header,
  .privacy-page > header {
    padding: 60px 20px;
    border-left: 0;
    border-right: 0;
  }
  .guide-index > header h1,
  .trust-page > header h1,
  .contact-page > header h1,
  .privacy-page > header h1,
  .not-found h1 {
    font-size: 50px;
  }
  .index-map {
    border: 0;
  }
  .index-map > section {
    grid-template-columns: 1fr;
  }
  .index-map > section > header {
    padding: 30px 20px 15px;
  }
  .index-map > section > div {
    border-left: 0;
  }
  .index-map a {
    padding: 24px 20px;
    border-right: 0;
  }
  .trust-columns,
  .contact-layout {
    display: block;
    border: 0;
  }
  .trust-columns > article,
  .contact-layout > article {
    padding: 45px 20px;
  }
  .trust-columns > aside {
    margin: 0;
    padding: 40px 20px;
  }
  .contact-layout > .rfq {
    width: auto;
    margin: 0 20px 60px;
  }
  .contact-layout > .rfq .field-label {
    min-height: 0;
  }
  .privacy-page > article {
    padding: 45px 20px;
  }
  .not-found {
    padding: 80px 20px;
  }
  .not-found .text-link {
    display: block;
    margin: 25px 0 0;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 55px 20px;
    gap: 35px;
  }
  footer > nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .entities {
    grid-template-columns: 1fr;
  }
  .contact-dock {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .contact-dock a {
    width: 50%;
    height: 64px;
    border-color: #08100b;
  }
  .contact-dock a:last-child {
    border-left: 0;
  }
  .footer-route {
    align-items: flex-start;
  }
}
