:root {
  --paper: #f6f4ed;
  --ink: #111111;
  --red: #e30613;
  --rule: 1px solid var(--ink);
  --display: "Roboto Condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.5;
  border-top: 3px solid var(--red);
}

::selection {
  color: var(--paper);
  background: var(--red);
}

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

a:hover {
  color: var(--red);
}

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

p,
h1,
h2,
h3,
blockquote {
  margin-top: 0;
}

address {
  font-style: normal;
}

.site-shell {
  width: min(100% - 64px, 1480px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-180%);
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.masthead {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  border-bottom: var(--rule);
}

.brand {
  grid-column: 1 / 4;
  display: inline-flex;
  gap: 0.4rem;
  width: fit-content;
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand strong {
  color: var(--red);
}

.masthead-meta {
  grid-column: 7 / 13;
  display: flex;
  justify-content: flex-end;
  gap: clamp(1rem, 5vw, 5rem);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: var(--rule);
}

.hero-number {
  grid-column: 1 / 4;
  overflow: hidden;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(10rem, 22vw, 23rem);
  font-weight: 700;
  line-height: 0.76;
  letter-spacing: -0.09em;
  padding-top: clamp(2.5rem, 6vw, 6rem);
}

.hero-copy {
  grid-column: 4 / 13;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(2.5rem, 5vw, 5rem) 0 clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 4rem);
  border-left: var(--rule);
}

.eyebrow,
.detail-label,
.policy-index {
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 2rem;
}

.hero h1,
.policy-hero h1 {
  margin: 0;
  max-width: 1060px;
  font-family: var(--display);
  font-size: clamp(4.3rem, 10.3vw, 10.2rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero-bottom {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) minmax(230px, 0.7fr);
  gap: 2rem;
  align-items: end;
  padding-top: 4rem;
}

.dek {
  max-width: 670px;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.5vw, 1.32rem);
  line-height: 1.45;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 1rem 1.25rem;
  color: var(--paper);
  background: var(--red);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:hover {
  color: var(--paper);
  background: var(--ink);
}

.cta span {
  font-size: 1.3rem;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: var(--rule);
}

.service {
  min-height: 300px;
  padding: 2rem clamp(1rem, 2.2vw, 2rem) 2.5rem 0;
}

.service + .service {
  padding-left: clamp(1rem, 2.2vw, 2rem);
  border-left: var(--rule);
}

.service-index {
  color: var(--red);
  font-family: var(--display);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

.service h3 {
  margin-bottom: 1.1rem;
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.service p:last-child {
  max-width: 290px;
  margin-bottom: 0;
  font-size: 0.92rem;
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: var(--rule);
}

.fact {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem clamp(1rem, 3vw, 3rem) 2rem 0;
}

.fact + .fact {
  padding-left: clamp(1rem, 3vw, 3rem);
  border-left: var(--rule);
}

.fact strong {
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 9rem);
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.fact span {
  max-width: 230px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.method {
  display: grid;
  grid-template-columns: 5fr 7fr;
  border-bottom: var(--rule);
}

.method-copy {
  padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 5vw, 5rem) clamp(4rem, 8vw, 8rem) 0;
}

.method-copy h2,
.contact h2 {
  max-width: 700px;
  margin-bottom: 2rem;
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.method-copy > p:last-child {
  max-width: 650px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.method-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: var(--rule);
}

.method-list li {
  min-height: 150px;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: start;
  padding: 2rem;
  border-bottom: var(--rule);
}

.method-list li:last-child {
  border-bottom: 0;
}

.method-list li > span {
  color: var(--red);
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.method-list strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--display);
  font-size: 1.5rem;
  text-transform: uppercase;
}

.method-list p {
  margin: 0;
  font-size: 0.9rem;
}

.testimonial {
  padding-block: clamp(5rem, 10vw, 10rem);
  border-bottom: var(--rule);
}

.testimonial blockquote {
  max-width: 1130px;
  margin: 0 0 0 16.666%;
  padding-left: clamp(1.5rem, 4vw, 4rem);
  border-left: 9px solid var(--red);
}

.testimonial blockquote p {
  margin-bottom: 2.5rem;
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.testimonial footer {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: 7fr 5fr;
  border-bottom: var(--rule);
}

.contact-heading {
  padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 5vw, 5rem) clamp(4rem, 8vw, 8rem) 0;
}

.contact-heading h2 {
  margin-bottom: 0;
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: var(--rule);
}

.contact-details > div {
  min-height: 190px;
  padding: 2rem;
  border-bottom: var(--rule);
}

.contact-details > div:nth-child(odd) {
  border-right: var(--rule);
}

.contact-details > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.detail-label {
  display: block;
  margin-bottom: 1.7rem;
  color: var(--red);
}

.contact-details p {
  margin: 0;
}

.site-footer {
  min-height: 145px;
  display: grid;
  grid-template-columns: 4fr 5fr 3fr;
  align-items: center;
  gap: 2rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-brand {
  font-family: var(--display);
  font-size: 1rem;
}

.social-links,
.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal {
  justify-content: flex-end;
}

.policy {
  border-bottom: var(--rule);
}

.policy-hero {
  min-height: 550px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: var(--rule);
}

.policy-hero .hero-number {
  grid-column: 1 / 4;
}

.policy-hero > div:last-child {
  grid-column: 4 / 13;
  padding: clamp(3rem, 6vw, 6rem) 0 3rem clamp(1.5rem, 4vw, 4rem);
  border-left: var(--rule);
}

.policy-date {
  margin-top: 3rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.policy-layout {
  display: grid;
  grid-template-columns: 4fr 8fr;
}

.policy-summary {
  padding: 4rem clamp(2rem, 5vw, 5rem) 4rem 0;
}

.policy-summary p {
  max-width: 390px;
  font-size: 1.2rem;
}

.text-link {
  display: inline-block;
  margin-top: 2rem;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-content {
  border-left: var(--rule);
}

.policy-content section {
  position: relative;
  padding: 3rem 3rem 3rem 7rem;
  border-bottom: var(--rule);
}

.policy-content section:last-child {
  border-bottom: 0;
}

.policy-index {
  position: absolute;
  top: 3.25rem;
  left: 2rem;
  color: var(--red);
}

.policy-content h2 {
  margin-bottom: 1rem;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.policy-content p {
  max-width: 790px;
  margin-bottom: 0;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .site-shell {
    width: min(100% - 32px, 1480px);
  }

  .masthead-meta {
    grid-column: 5 / 13;
  }

  .hero {
    min-height: auto;
  }

  .hero-number,
  .policy-hero .hero-number {
    grid-column: 1 / 5;
  }

  .hero-copy,
  .policy-hero > div:last-child {
    grid-column: 5 / 13;
  }

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

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

  .service:nth-child(3) {
    border-left: 0;
  }

  .service:nth-child(n + 3) {
    border-top: var(--rule);
  }

  .method,
  .contact,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .method-copy,
  .contact-heading,
  .policy-summary {
    padding-right: 0;
  }

  .method-list,
  .contact-details,
  .policy-content {
    border-top: var(--rule);
    border-left: 0;
  }

  .testimonial blockquote {
    margin-left: 0;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding-block: 2.5rem;
  }

  .footer-legal {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 24px, 1480px);
  }

  .masthead {
    min-height: 100px;
  }

  .brand {
    grid-column: 1 / 6;
  }

  .masthead-meta {
    grid-column: 6 / 13;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    letter-spacing: 0.1em;
  }

  .hero,
  .policy-hero {
    display: block;
  }

  .hero-number,
  .policy-hero .hero-number {
    height: 210px;
    padding-top: 2.2rem;
    font-size: 14rem;
    line-height: 0.75;
  }

  .hero-copy,
  .policy-hero > div:last-child {
    padding: 2.5rem 0 3rem;
    border-top: var(--rule);
    border-left: 0;
  }

  .hero h1,
  .policy-hero h1 {
    font-size: clamp(3.8rem, 19vw, 6rem);
  }

  .hero-bottom {
    padding-top: 3rem;
  }

  .cta {
    width: 100%;
  }

  .services,
  .facts {
    grid-template-columns: 1fr;
  }

  .service {
    min-height: auto;
    padding: 2rem 0 2.5rem;
  }

  .service + .service,
  .service:nth-child(3) {
    padding-left: 0;
    border-top: var(--rule);
    border-left: 0;
  }

  .fact {
    min-height: 220px;
    padding: 2rem 0;
  }

  .fact + .fact {
    padding-left: 0;
    border-top: var(--rule);
    border-left: 0;
  }

  .method-list li {
    grid-template-columns: 75px 1fr;
    padding: 1.8rem 0;
  }

  .method-list li > span {
    font-size: 2.2rem;
  }

  .testimonial blockquote {
    border-left-width: 6px;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-details > div,
  .contact-details > div:nth-child(odd),
  .contact-details > div:nth-last-child(-n + 2) {
    min-height: 150px;
    padding: 2rem 0;
    border-right: 0;
    border-bottom: var(--rule);
  }

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

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

  .social-links,
  .footer-legal {
    grid-column: auto;
    flex-wrap: wrap;
  }

  .policy-hero {
    min-height: auto;
  }

  .policy-content section {
    padding: 5rem 0 3rem;
  }

  .policy-index {
    top: 2rem;
    left: 0;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

@media print {
  body {
    background: #ffffff;
  }

  .cta,
  .social-links,
  .skip-link {
    display: none;
  }

  .site-shell {
    width: 100%;
  }
}
