:root {
  --paper: #f2efe8;
  --ink: #171815;
  --green: #198b5a;
  --lime: #aeb98b;
  --orange: #e46a3b;
  --line: #c8c4b9;
  --white: #fffdf8;
  --spine: 270px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure,
blockquote {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.spine {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--spine);
  background: var(--ink);
  color: #fff;
  padding: 25px 22px;
  display: flex;
  flex-direction: column;
  z-index: 40;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand > span {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
}
.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.brand > b {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.15;
}
.brand small {
  display: block;
  color: var(--lime);
  font-size: 8px;
  margin-top: 7px;
}
.desktop-menu {
  margin: 64px 0 25px;
}
.menu {
  display: none;
}
.menu summary {
  display: none;
}
.desktop-menu,
.menu nav {
  display: grid;
  border-top: 1px solid #ffffff38;
}
.desktop-menu a,
.menu a {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #ffffff38;
  text-decoration: none;
  font-size: 13px;
}
.desktop-menu em,
.menu em {
  color: var(--lime);
  font-style: normal;
  font-size: 10px;
}
.desktop-menu a:hover span,
.menu a:hover span {
  color: var(--lime);
}
.spine-note {
  margin-top: auto;
  border-left: 3px solid var(--lime);
  padding-left: 14px;
}
.spine-note small {
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #bbb;
}
.spine-note b {
  display: block;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.3;
}
.spine-cta {
  margin-top: 25px;
  background: var(--lime);
  color: var(--ink);
  padding: 14px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
.page {
  margin-left: var(--spine);
  min-height: 100vh;
}
.home,
.workbook,
.archive,
.trust,
.contact,
.privacy {
  max-width: 1500px;
  margin: auto;
}
.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(520px, 1.18fr);
  min-height: 620px;
  border-bottom: 1px solid var(--ink);
}
.hero-copy {
  padding: 80px 55px 55px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hero-copy > small,
.receipt-list header small,
.cost-sheet header small,
.image-note small,
.route-index > header small,
.request > header small,
.work-cover small,
.archive > header small,
.trust > header small,
.contact > header small,
.privacy > header small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.hero h1 {
  font-size: clamp(54px, 5.4vw, 78px);
  margin: 48px 0 28px;
}
.hero-copy > p {
  font-size: 20px;
  max-width: 620px;
}
.hero-copy > div {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-copy a {
  padding: 13px 17px;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-weight: 800;
}
.hero-copy a:first-child {
  background: var(--ink);
  color: #fff;
}
.hero figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ddd;
}
.hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero figcaption,
.image-note figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 75%;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  font-size: 10px;
}
.receipt-list {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-bottom: 1px solid var(--ink);
}
.receipt-list > header {
  grid-row: 1 / span 4;
  padding: 55px 35px;
  border-right: 1px solid var(--ink);
}
.receipt-list > header h2 {
  font-size: 38px;
  margin-top: 30px;
}
.receipt-list > a {
  grid-column: 2;
  display: grid;
  grid-template-columns: 60px 110px minmax(220px, 1fr) minmax(220px, 0.8fr) 35px;
  gap: 20px;
  align-items: center;
  padding: 25px 28px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  min-width: 0;
}
.receipt-list > a:last-child {
  border-bottom: 0;
}
.receipt-list em {
  font-style: normal;
  font-size: 30px;
  color: var(--orange);
  font-weight: 800;
}
.receipt-list small {
  font-size: 9px;
  letter-spacing: 0.15em;
}
.receipt-list h3 {
  font-size: 24px;
  margin: 0;
}
.receipt-list p {
  margin: 0;
  font-size: 14px;
}
.receipt-list b {
  font-size: 22px;
}
.cost-sheet {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.75fr;
  gap: 45px;
  padding: 80px 55px;
  background: var(--ink);
  color: #fff;
}
.cost-sheet h2 {
  font-size: 50px;
  margin: 30px 0 0;
}
.cost-sheet ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ffffff44;
}
.cost-sheet li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff44;
  font-size: 13px;
}
.cost-sheet li b {
  color: var(--lime);
}
.cost-sheet > p {
  font-size: 17px;
}
.cost-sheet > a {
  align-self: end;
  color: var(--lime);
  font-weight: 800;
}
.image-note {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  border-bottom: 1px solid var(--ink);
}
.image-note figure {
  margin: 0;
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
.image-note img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-note > div {
  padding: 80px 55px;
  display: flex;
  flex-direction: column;
}
.image-note blockquote {
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin: 70px 0;
}
.image-note a {
  margin-top: auto;
  font-weight: 800;
}
.route-index {
  padding: 90px 55px;
}
.route-index > header {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: end;
  margin-bottom: 55px;
}
.route-index > header h2 {
  font-size: 55px;
  margin: 0;
}
.route-index > section {
  display: grid;
  grid-template-columns: 170px 1fr;
  border-top: 2px solid var(--ink);
}
.route-index > section > h3 {
  font-size: 20px;
  padding: 25px 0;
}
.route-index > section > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid var(--ink);
}
.route-index > section a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-weight: 700;
  min-width: 0;
}
.request {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 50px;
  padding: 90px 55px;
  background: var(--lime);
}
.request > header h2 {
  font-size: 54px;
  margin: 35px 0;
}
.rfq {
  display: grid;
  gap: 14px;
  align-content: start;
}
.rfq fieldset {
  border: 1px solid var(--ink);
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.rfq legend {
  padding: 0 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.rfq label {
  display: grid;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
}
.rfq input,
.rfq select,
.rfq textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--ink);
  background: var(--white);
  padding: 12px;
  font: inherit;
  border-radius: 0;
}
.rfq textarea {
  min-height: 105px;
  resize: vertical;
}
.rfq .wide {
  grid-column: 1/-1;
}
.rfq .consent {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}
.rfq .consent input {
  width: auto;
  margin-top: 4px;
}
.rfq button {
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  font-weight: 800;
}
.form-note,
.form-status {
  margin: 0;
  font-size: 11px;
}
.crumb {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 22px 35px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.crumb a {
  text-decoration: none;
}
.work-cover {
  display: grid;
  grid-template-columns: 1fr 280px;
  border-bottom: 1px solid var(--ink);
}
.work-cover > div {
  padding: 70px 55px;
}
.work-cover h1 {
  font-size: clamp(52px, 6vw, 88px);
  max-width: 950px;
  margin: 45px 0 30px;
}
.work-cover p {
  font-size: 20px;
  max-width: 820px;
}
.work-cover > aside {
  background: var(--lime);
  padding: 45px 30px;
  display: grid;
  align-content: center;
  gap: 0;
}
.work-cover > aside > b {
  font-size: 12px;
  margin-bottom: 20px;
}
.work-cover > aside span {
  padding: 10px 0;
  border-top: 1px solid var(--ink);
  font-size: 12px;
}
.work-layout {
  display: grid;
  grid-template-columns: minmax(0, 900px) 260px;
  justify-content: center;
  gap: 70px;
  padding: 80px 35px;
}
.standfirst {
  font-size: 25px;
  font-weight: 700;
  padding: 0 0 35px;
  border-bottom: 6px solid var(--orange);
}
.work-row {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}
.work-row header {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 15px;
}
.work-row em {
  font-style: normal;
  color: var(--orange);
  font-size: 12px;
}
.work-row h2 {
  font-size: 30px;
}
.work-row p {
  font-size: 16px;
}
.record {
  padding: 18px;
  background: var(--white);
  border-left: 3px solid var(--green);
  font-size: 13px !important;
}
.sheet {
  position: sticky;
  top: 25px;
  height: max-content;
  border: 1px solid var(--ink);
  background: var(--white);
  display: grid;
}
.sheet > b {
  background: var(--ink);
  color: #fff;
  padding: 14px;
}
.sheet a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  padding: 11px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-size: 11px;
}
.sheet em {
  font-style: normal;
  color: var(--green);
}
.sheet p {
  padding: 15px;
  margin: 0;
  font-size: 11px;
}
.decision,
.sources,
.faq {
  padding: 45px 0;
  border-bottom: 1px solid var(--ink);
}
.decision h2,
.sources h2,
.faq h2 {
  font-size: 38px;
}
.decision ul {
  columns: 2;
  padding-left: 20px;
}
.decision li {
  margin: 8px 0;
}
.sources {
  background: var(--white);
  padding: 35px;
}
.sources a {
  font-weight: 700;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 15px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 800;
}
.faq details p {
  margin: 14px 0 0;
}
.next-notes {
  display: grid;
  grid-template-columns: 180px repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.next-notes > * {
  padding: 25px;
  border-right: 1px solid var(--ink);
}
.next-notes span {
  font-size: 11px;
  font-weight: 800;
}
.next-notes a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  text-decoration: none;
  font-weight: 700;
}
.archive > header,
.trust > header,
.contact > header,
.privacy > header {
  padding: 75px 55px;
  border-bottom: 1px solid var(--ink);
}
.archive > header h1,
.trust > header h1,
.contact > header h1,
.privacy > header h1 {
  font-size: clamp(55px, 7vw, 96px);
  margin: 45px 0 30px;
  max-width: 1000px;
}
.archive > header p,
.trust > header p,
.contact > header p,
.privacy > header p {
  font-size: 21px;
  max-width: 750px;
}
.archive > section {
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid var(--ink);
}
.archive > section > h2 {
  padding: 35px;
  font-size: 22px;
}
.archive > section > div {
  border-left: 1px solid var(--ink);
}
.archive > section a {
  display: grid;
  grid-template-columns: 55px 1fr 30px;
  gap: 15px;
  align-items: start;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.archive > section a:last-child {
  border-bottom: 0;
}
.archive > section em {
  font-style: normal;
  color: var(--orange);
  font-size: 24px;
  font-weight: 800;
}
.archive > section span {
  display: grid;
  gap: 8px;
}
.archive > section small {
  font-size: 12px;
}
.trust > section,
.contact > section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  padding: 70px 55px;
  align-items: start;
}
.trust article h2,
.contact section h2 {
  font-size: 32px;
  margin-top: 38px;
}
.trust article h2:first-child,
.contact section h2:first-child {
  margin-top: 0;
}
.trust > section > aside {
  background: var(--ink);
  color: #fff;
  padding: 40px;
}
.contact .rfq {
  background: var(--lime);
  padding: 25px;
}
.trust-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
}
.trust-links a {
  padding: 25px;
  border-right: 1px solid var(--ink);
  text-decoration: none;
  font-weight: 800;
}
.privacy > article {
  max-width: 850px;
  padding: 70px 55px;
  margin: auto;
}
.privacy article h2 {
  font-size: 32px;
  margin-top: 45px;
}
.not-found {
  padding: 12vh 7vw;
  min-height: 70vh;
}
.not-found h1 {
  font-size: clamp(55px, 8vw, 110px);
  max-width: 900px;
  margin: 45px 0;
}
.not-found a {
  display: inline-block;
  padding: 13px 17px;
  border: 1px solid var(--ink);
  margin-right: 8px;
  text-decoration: none;
  font-weight: 800;
}
footer {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1.5fr;
  gap: 45px;
  padding: 55px;
  background: var(--ink);
  color: #fff;
}
.foot-mark {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.foot-mark img {
  width: 58px;
  height: 58px;
  min-width: 58px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
}
.foot-mark p {
  font-size: 12px;
}
.foot-mark b {
  color: var(--lime);
}
footer nav {
  display: grid;
  align-content: start;
}
footer nav a {
  font-size: 11px;
  padding: 5px 0;
  text-decoration: none;
}
.entities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.entities p {
  font-size: 10px;
}
.copyright {
  grid-column: 1/-1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #ffffff33;
  font-size: 10px;
}
.contact-dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 50;
  box-shadow: 0 5px 25px #0004;
}
.contact-dock a {
  padding: 13px 18px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.contact-dock .wa {
  background: var(--green);
  color: #fff;
}
.contact-dock .mail {
  background: var(--white);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid #ffcc45;
  outline-offset: 3px;
}
@media (max-width: 1100px) and (min-width: 821px) {
  :root {
    --spine: 220px;
  }
  .spine {
    padding: 20px 15px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    padding: 55px 35px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .receipt-list {
    grid-template-columns: 200px 1fr;
  }
  .receipt-list > a {
    grid-template-columns: 45px 80px 1fr 30px;
  }
  .receipt-list > a p {
    display: none;
  }
  .work-layout {
    grid-template-columns: minmax(0, 720px) 220px;
    gap: 35px;
  }
  .work-row {
    grid-template-columns: 190px 1fr;
  }
  .route-index > section > div {
    grid-template-columns: 1fr;
  }
  .cost-sheet {
    grid-template-columns: 1fr 1fr;
  }
  .cost-sheet > p,
  .cost-sheet > a {
    grid-column: 2;
  }
  .next-notes {
    grid-template-columns: 140px 1fr;
  }
  .next-notes a:nth-of-type(n + 2) {
    display: none;
  }
}
@media (max-width: 820px) {
  :root {
    --spine: 0;
  }
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }
  body {
    padding-bottom: 54px;
  }
  .spine {
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 8px 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .brand > span {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .brand img {
    width: 43px;
    height: 43px;
  }
  .brand > b {
    font-size: 10px;
  }
  .brand small {
    font-size: 7px;
  }
  .desktop-menu {
    display: none;
  }
  .menu {
    display: block;
    margin: 0 0 0 auto;
  }
  .menu summary {
    display: block;
    background: var(--lime);
    color: var(--ink);
    padding: 10px 12px;
    list-style: none;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
  }
  .menu summary::-webkit-details-marker {
    display: none;
  }
  .menu nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--ink);
    padding: 15px;
    max-height: 75vh;
    overflow: auto;
  }
  .menu[open] nav {
    display: grid;
  }
  .menu a {
    grid-template-columns: 34px 1fr;
  }
  .spine-note,
  .spine-cta {
    display: none;
  }
  .page {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
  .hero {
    display: block;
    min-height: 0;
  }
  .hero-copy {
    padding: 50px 20px 42px;
  }
  .hero h1 {
    font-size: clamp(42px, 13vw, 62px);
    overflow-wrap: anywhere;
    margin: 36px 0 24px;
  }
  .hero-copy > p {
    font-size: 18px;
  }
  .hero-copy > div {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 35px;
  }
  .hero-copy a {
    text-align: center;
  }
  .hero figure {
    height: 330px;
  }
  .receipt-list {
    display: block;
  }
  .receipt-list > header {
    padding: 45px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }
  .receipt-list > header h2 {
    font-size: 36px;
  }
  .receipt-list > a {
    grid-template-columns: 42px minmax(0, 1fr) 25px;
    gap: 12px;
    padding: 22px 18px;
  }
  .receipt-list > a small,
  .receipt-list > a p {
    grid-column: 2;
  }
  .receipt-list h3 {
    font-size: 22px;
    overflow-wrap: anywhere;
  }
  .receipt-list > a b {
    grid-column: 3;
    grid-row: 1/4;
  }
  .cost-sheet {
    display: block;
    padding: 55px 20px;
  }
  .cost-sheet h2 {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .cost-sheet ol {
    margin-bottom: 30px;
  }
  .cost-sheet > a {
    display: block;
    margin-top: 25px;
  }
  .image-note {
    display: block;
  }
  .image-note figure {
    min-height: 330px;
  }
  .image-note > div {
    padding: 55px 20px;
  }
  .image-note blockquote {
    font-size: 38px;
    margin: 45px 0;
  }
  .route-index {
    padding: 60px 18px;
  }
  .route-index > header {
    display: block;
  }
  .route-index > header h2 {
    font-size: 42px;
    margin-top: 25px;
  }
  .route-index > section {
    display: block;
  }
  .route-index > section > h3 {
    padding: 22px 0 10px;
  }
  .route-index > section > div {
    display: block;
    border-left: 0;
  }
  .route-index > section a {
    border-right: 0;
    padding: 18px 0;
  }
  .request {
    display: block;
    padding: 55px 18px;
  }
  .request > header h2 {
    font-size: 42px;
  }
  .rfq fieldset {
    grid-template-columns: 1fr;
  }
  .rfq .wide {
    grid-column: auto;
  }
  .crumb {
    padding: 17px 18px;
    overflow: auto;
    white-space: nowrap;
  }
  .work-cover {
    display: block;
  }
  .work-cover > div {
    padding: 55px 20px;
  }
  .work-cover h1 {
    font-size: clamp(40px, 12vw, 58px);
    overflow-wrap: anywhere;
    margin: 35px 0 25px;
  }
  .work-cover p {
    font-size: 18px;
  }
  .work-cover > aside {
    padding: 30px 20px;
  }
  .work-layout {
    display: block;
    padding: 50px 18px;
  }
  .standfirst {
    font-size: 21px;
  }
  .work-row {
    display: block;
    padding: 35px 0;
  }
  .work-row header {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
  }
  .work-row h2 {
    font-size: 28px;
    overflow-wrap: anywhere;
  }
  .sheet {
    position: static;
    margin-top: 40px;
  }
  .decision ul {
    columns: 1;
  }
  .decision h2,
  .sources h2,
  .faq h2 {
    font-size: 32px;
  }
  .sources {
    padding: 25px 18px;
  }
  .next-notes {
    display: block;
  }
  .next-notes > * {
    display: block;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
    padding: 20px;
  }
  .archive > header,
  .trust > header,
  .contact > header,
  .privacy > header {
    padding: 55px 20px;
  }
  .archive > header h1,
  .trust > header h1,
  .contact > header h1,
  .privacy > header h1 {
    font-size: clamp(42px, 12vw, 60px);
    overflow-wrap: anywhere;
    margin: 35px 0 25px;
  }
  .archive > section {
    display: block;
  }
  .archive > section > h2 {
    padding: 28px 18px 12px;
  }
  .archive > section > div {
    border-left: 0;
  }
  .archive > section a {
    grid-template-columns: 45px minmax(0, 1fr) 25px;
    padding: 22px 18px;
  }
  .archive > section b,
  .archive > section small {
    overflow-wrap: anywhere;
  }
  .trust > section,
  .contact > section {
    display: block;
    padding: 50px 18px;
  }
  .trust > section > aside,
  .contact .rfq {
    margin-top: 35px;
  }
  .trust-links {
    display: block;
  }
  .trust-links a {
    display: block;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }
  .privacy > article {
    padding: 50px 20px;
  }
  .not-found {
    padding: 70px 20px;
  }
  .not-found h1 {
    font-size: 48px;
    overflow-wrap: anywhere;
  }
  footer {
    display: block;
    padding: 45px 20px;
  }
  .foot-mark,
  footer nav,
  .entities {
    margin-bottom: 30px;
  }
  .entities {
    grid-template-columns: 1fr;
  }
  .contact-dock {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    box-shadow: 0 -5px 18px #0002;
  }
  .contact-dock a {
    padding: 15px 8px;
    font-size: 13px;
  }
  .contact-dock .mail {
    background: var(--ink);
    color: #fff;
    border-left: 1px solid #ffffff55;
  }
}
