@font-face {
  font-family: "Mohr";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Mohr-Light.otf") format("opentype");
}

@font-face {
  font-family: "Mohr";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Mohr-LightIt.otf") format("opentype");
}

@font-face {
  font-family: "Mohr";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Mohr-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Mohr";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Mohr-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "Mohr";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Mohr-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Mohr";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Mohr-BoldIt.otf") format("opentype");
}

:root {
  --ink: #21201c;
  --ink-soft: #292824;
  --paper: #f7f7f5;
  --white: #ffffff;
  --gold: #fcec97;
  --gold-dark: #cb9929;
  --graphite: #5d5d5d;
  --line: #9c9c9c;
  --muted: #5d5d5d;
  --shadow: 0 18px 48px rgba(29, 28, 23, 0.18);
  --container: 1200px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Mohr", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  overflow-x: clip;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary,
select {
  cursor: pointer;
}

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

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  font-size: 64px;
  margin-bottom: 28px;
  max-width: 970px;
}

.hero-question-extension {
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 18px;
  max-width: none;
}

h2 {
  font-size: 54px;
  margin-bottom: 28px;
}

h3 {
  font-size: 26px;
  margin-bottom: 14px;
}

p {
  margin-bottom: 22px;
}

.container {
  margin-inline: auto;
  max-width: var(--container);
  padding-inline: 32px;
  width: 100%;
}

.narrow {
  margin-left: calc((100% - min(100%, var(--container))) / 2);
  max-width: 880px;
}

.skip-link {
  background: var(--gold);
  color: var(--ink);
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  height: 92px;
  justify-content: space-between;
  left: 0;
  padding: 14px max(32px, calc((100vw - var(--container)) / 2 + 32px));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  height: auto;
  width: 250px;
}

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

.site-nav > a:not(.button) {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.site-nav > a:not(.button):hover {
  color: var(--gold-dark);
}

.button {
  align-items: center;
  background: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 4px;
  color: var(--ink);
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 56px;
  padding: 15px 24px;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  background: var(--white);
  border-color: var(--white);
  transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
.site-nav a:focus-visible,
.site-footer a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold-dark);
  outline-offset: 4px;
}

.button-small {
  min-height: 46px;
  padding: 11px 18px;
}

.button-dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.hero {
  align-items: end;
  color: var(--white);
  display: grid;
  min-height: 88svh;
  overflow: hidden;
  padding-block: 160px 76px;
  position: relative;
}

.hero-media,
.hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background: rgba(13, 15, 13, 0.64);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: #876414;
}

.hero-lead {
  font-size: 24px;
  max-width: 760px;
}

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

.text-link {
  color: var(--white);
  font-weight: 600;
  text-underline-offset: 5px;
}

.section {
  padding-block: 112px;
}

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

.section-white {
  background: var(--white);
}

.section-paper {
  background: var(--graphite);
  color: var(--white);
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-graphite {
  background: var(--ink-soft);
  color: var(--white);
}

.section-paper .eyebrow-dark {
  color: var(--gold);
}

.section-paper .check-list li {
  border-color: rgba(255, 255, 255, 0.24);
}

.section-paper .check-list li::before {
  color: var(--gold);
}

.split {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.split-balanced {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.section-copy {
  max-width: 590px;
}

.section-copy > :last-child {
  margin-bottom: 0;
}

.lead {
  font-size: 23px;
  line-height: 1.42;
}

.statement {
  border-top: 2px solid var(--ink);
  font-size: 22px;
  font-weight: 700;
  margin-top: 34px;
  padding-top: 24px;
}

.statement-light {
  border-color: rgba(255, 255, 255, 0.55);
}

.media-frame {
  border-radius: 4px;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
}

.media-frame img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.media-tall {
  aspect-ratio: 5 / 4;
}

.media-square {
  aspect-ratio: 1;
}

.media-wide {
  aspect-ratio: 16 / 10;
}

.heading-row {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  margin-bottom: 62px;
}

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

.heading-intro {
  font-size: 21px;
  margin-bottom: 4px;
}

.heading-row-dark .heading-intro {
  color: var(--muted);
}

.image-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 78px;
}

.image-strip figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
}

.image-strip img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.applications {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.applications article {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 24px;
}

.application-number,
.method-grid span,
.timeline span {
  color: var(--gold);
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 28px;
}

.applications p,
.method-grid p,
.timeline p,
.feature-grid p {
  margin-bottom: 0;
}

.cta-band {
  background: var(--gold);
  color: var(--ink);
  padding-block: 42px;
}

.cta-band-inner {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.cta-band p {
  font-size: 25px;
  margin-bottom: 0;
  max-width: 760px;
}

.mid-cta {
  background: var(--white);
  padding-block: 52px;
}

.mid-cta-inner {
  display: flex;
  justify-content: center;
}

.button-mid {
  flex-direction: column;
  font-size: 27px;
  min-height: 142px;
  padding: 24px 34px;
  width: min(100%, 780px);
}

.button-mid small {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
}

.button-mid:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.check-list,
.plain-list {
  list-style: none;
  margin-bottom: 34px;
  padding: 0;
}

.check-list li,
.plain-list li {
  border-bottom: 1px solid rgba(32, 35, 32, 0.2);
  font-weight: 600;
  padding: 14px 0 14px 30px;
  position: relative;
}

.check-list li::before,
.plain-list li::before {
  color: var(--gold-dark);
  content: "+";
  font-size: 22px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 10px;
}

.section-graphite .plain-list li {
  border-color: rgba(255, 255, 255, 0.22);
}

.section-graphite .plain-list li::before {
  color: var(--gold);
}

.method-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 62px;
}

.method-grid article {
  background: var(--paper);
  border-top: 5px solid var(--gold);
  min-height: 260px;
  padding: 32px;
}

.method-grid span {
  color: var(--gold-dark);
}

.feature-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  min-height: 240px;
  padding: 36px;
}

.feature-grid article > span {
  color: #876414;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 42px;
  text-transform: uppercase;
}

.timeline {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 60px;
}

.timeline article {
  border-top: 2px solid var(--ink);
  padding-top: 26px;
}

.timeline span {
  color: var(--gold-dark);
  font-size: 28px;
}

.form-section {
  background: var(--ink);
  color: var(--white);
}

.form-heading {
  max-width: 900px;
  text-align: center;
}

.form-heading p:last-child {
  font-size: 21px;
  margin-inline: auto;
  max-width: 760px;
}

.contact-form {
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  margin: 54px auto 0;
  max-width: 1000px;
  padding: 48px;
}

.form-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.field input,
.field select,
.field textarea {
  background: var(--paper);
  border: 1px solid #a9aca7;
  border-radius: 4px;
  color: var(--ink);
  font-size: 18px;
  min-height: 56px;
  padding: 13px 15px;
  width: 100%;
}

.field textarea {
  min-height: 160px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold-dark);
}

.field input:user-invalid,
.field select:user-invalid,
.field textarea:user-invalid {
  border-color: #a22b2b;
}

.form-submit {
  border-color: var(--gold);
  margin-top: 30px;
  width: 100%;
}

.form-submit:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-note,
.form-status {
  font-size: 15px;
  margin: 16px auto 0;
  text-align: center;
}

.form-status {
  color: #9b2323;
  font-weight: 700;
  min-height: 24px;
}

.faq-layout {
  display: grid;
  gap: 80px;
  grid-template-columns: 0.5fr 1fr;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.faq-list summary {
  font-size: 22px;
  font-weight: 700;
  list-style: none;
  padding: 26px 52px 26px 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-size: 32px;
  font-weight: 300;
  position: absolute;
  right: 6px;
  top: 18px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  color: var(--muted);
  max-width: 780px;
  padding: 0 48px 24px 0;
}

.closing {
  align-items: center;
  color: var(--white);
  display: grid;
  min-height: 620px;
  overflow: hidden;
  padding-block: 90px;
  position: relative;
}

.closing > img,
.closing-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.closing > img {
  object-fit: cover;
  object-position: center;
}

.closing-shade {
  background: rgba(14, 16, 14, 0.7);
}

.closing-content {
  max-width: 960px;
  position: relative;
  z-index: 1;
}

.site-footer {
  background: #1d1c17;
  color: var(--white);
  padding-block: 72px 28px;
}

.footer-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1.4fr repeat(3, 0.75fr);
}

.footer-brand img {
  margin-bottom: 24px;
  width: 260px;
}

.footer-brand p {
  color: #c7cbc7;
  max-width: 390px;
}

.site-footer h2 {
  color: var(--gold);
  font-size: 16px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.site-footer p,
.site-footer address {
  color: #d5d8d5;
  font-size: 16px;
  font-style: normal;
  line-height: 1.65;
}

.site-footer a {
  text-underline-offset: 4px;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 54px;
  padding-top: 24px;
}

.footer-bottom p {
  font-size: 14px;
  margin: 0;
}

@media (max-width: 980px) {
  h1 {
    font-size: 52px;
  }

  .hero-question-extension {
    font-size: 30px;
    white-space: normal;
  }

  h2 {
    font-size: 46px;
  }

  .site-nav > a:not(.button) {
    display: none;
  }

  .split,
  .split-balanced {
    gap: 48px;
  }

  .heading-row,
  .faq-layout {
    gap: 46px;
    grid-template-columns: 1fr;
  }

  .heading-intro {
    max-width: 760px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 981px) {
  .hero-question-extension {
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 39px;
    line-height: 1.08;
    margin-bottom: 22px;
  }

  .hero-question-extension {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 14px;
  }

  h2 {
    font-size: 38px;
    line-height: 1.08;
    margin-bottom: 22px;
  }

  h3 {
    font-size: 23px;
  }

  .container {
    padding-inline: 20px;
  }

  .site-header {
    height: 78px;
    padding: 12px 20px;
  }

  .brand img {
    width: 176px;
  }

  .site-nav {
    gap: 0;
  }

  .site-nav .button {
    font-size: 14px;
    min-height: 42px;
    padding: 9px 12px;
  }

  .hero {
    min-height: 88svh;
    padding-block: 120px 54px;
  }

  .hero-media {
    object-position: 58% center;
  }

  .hero-shade {
    background: rgba(13, 15, 13, 0.69);
  }

  .hero-lead {
    font-size: 20px;
    line-height: 1.4;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    align-self: center;
  }

  .section {
    padding-block: 72px;
  }

  .split,
  .split-balanced {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .split-reverse-mobile .section-copy {
    order: 2;
  }

  .split-reverse-mobile .media-frame {
    order: 1;
  }

  .section-copy {
    max-width: none;
  }

  .lead,
  .statement {
    font-size: 20px;
  }

  .heading-row {
    margin-bottom: 38px;
  }

  .heading-intro {
    font-size: 19px;
  }

  .image-strip {
    grid-template-columns: 1fr;
    margin-bottom: 54px;
  }

  .image-strip figure {
    aspect-ratio: 16 / 9;
  }

  .applications,
  .method-grid,
  .timeline,
  .feature-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .applications,
  .method-grid,
  .timeline {
    gap: 36px;
  }

  .method-grid {
    margin-top: 42px;
  }

  .method-grid article,
  .feature-grid article {
    min-height: 0;
    padding: 28px;
  }

  .cta-band {
    padding-block: 34px;
  }

  .cta-band-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .cta-band p {
    font-size: 22px;
  }

  .mid-cta {
    padding-block: 34px;
  }

  .button-mid {
    font-size: 22px;
    min-height: 132px;
    padding: 22px 18px;
  }

  .button-mid small {
    font-size: 17px;
  }

  .form-heading {
    text-align: left;
  }

  .contact-form {
    margin-top: 38px;
    padding: 26px 20px;
  }

  .field-full {
    grid-column: auto;
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }

  .faq-list summary {
    font-size: 20px;
  }

  .closing {
    min-height: 560px;
    padding-block: 70px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 410px) {
  h1 {
    font-size: 35px;
  }

  .hero {
    padding-block: 104px 32px;
  }

  .hero-question-extension {
    font-size: 22px;
  }

  h2 {
    font-size: 34px;
  }

  .site-header {
    justify-content: center;
  }

  .brand img {
    width: 170px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    padding-top: 112px;
  }
}

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

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