@font-face {
  font-family: "Geist Mono";
  src: url("/assets/geist-mono-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/assets/geist-mono-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #fcfcfc;
  --ink: #030303;
  --line: #e6e6e6;
  --panel: #f5f5f5;
  --blue: #0055ff;
  --gutter: clamp(1rem, 3.25vw, 3rem);
  --section-space: clamp(3.5rem, 7.5vw, 7.5rem);
  --gap: clamp(2.5rem, 4.2vw, 5rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 300 1rem/1.4 "Geist Mono", monospace; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 700; text-transform: uppercase; }
h1 { font-size: clamp(2rem, 1vw + 2.8rem, 4rem); line-height: .98; }
h2 { font-size: clamp(1.75rem, .75vw + 2.1rem, 3rem); line-height: 1.1; hyphens: auto; overflow-wrap: anywhere; }
h3 { font-size: clamp(1rem, .25vw + .95rem, 1.25rem); line-height: 1.2; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
[hidden] { display: none !important; }
.sr-only, .honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 1rem; left: 1rem; padding: 1rem; background: var(--paper); z-index: 100; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.section { border-bottom: 1px solid var(--line); padding-inline: var(--gutter); }
.container { max-width: 82.5rem; margin-inline: auto; border-inline: 1px solid var(--line); padding: var(--section-space) var(--gutter); }
.section-stack { display: flex; flex-direction: column; gap: var(--gap); }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 1.75rem; max-width: 70%; }
.eyebrow { display: inline-flex; align-items: center; gap: .75rem; border: 1px solid var(--line); padding: .6rem 1rem; font-size: .9375rem; }
.navbar { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: var(--paper); }
.nav-inner { max-width: 82.5rem; min-height: 4.625rem; margin-inline: auto; padding: .875rem var(--gutter); border-inline: 1px solid var(--line); display: flex; gap: 2rem; align-items: center; justify-content: space-between; }
.brand { flex-shrink: 0; }
.brand img { width: auto; height: 1.5rem; }
.navigation { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 2rem; }
.nav-links { display: flex; gap: 2rem; margin-inline: auto; align-items: center; }
.nav-links a { padding-block: .625rem; }
.nav-actions, .button-group { display: flex; gap: 1.5rem; }
.button { display: inline-flex; justify-content: center; align-items: center; text-align: center; min-height: 2.75rem; padding: .625rem 1rem; border: 0; border-radius: 0; color: var(--paper); background: var(--ink); line-height: 1.35; transition: background-color .2s; }
.button:hover { background: var(--blue); color: #fff; }
.button-light { background: var(--panel); color: var(--ink); }
.button-light:hover { color: var(--ink); background: #e6e6e6; }
.button:disabled { cursor: wait; opacity: .65; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: var(--gap); padding-top: clamp(3rem, 5vw, 5rem); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 2.5rem; }
.hero-copy h1 { font-size: clamp(2.25rem, 3.7vw, 3.5rem); text-wrap: balance; }
.text-stack { display: flex; flex-direction: column; gap: 1.25rem; }
.hero-image { width: 100%; max-height: 45rem; object-fit: cover; object-position: top; }
.product-figure { display: flex; flex-direction: column; gap: 2rem; }
.product-figure img { width: 100%; }
figcaption { color: #575757; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card { background: var(--panel); min-height: 25rem; padding: clamp(1.25rem, 2vw, 2rem); display: flex; flex-direction: column; justify-content: space-between; gap: 3rem; }
.card h3 { margin-bottom: .5rem; }
.wide-image { width: calc((100% - 1.25rem) * 2 / 3); }
.wide-image img { width: 100%; }
.process-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: var(--gap); align-items: start; }
.steps { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: var(--section-space); position: relative; }
.steps::before { content: ""; position: absolute; top: 2rem; bottom: 2rem; left: 2rem; width: 1px; background: var(--line); }
.steps li { position: relative; display: flex; align-items: center; gap: 1.5rem; }
.step-number { width: 4rem; height: 4rem; flex: 0 0 4rem; display: grid; place-items: center; background: var(--ink); color: var(--paper); }
.steps h3 { font-size: clamp(1.125rem, .5vw + 1.15rem, 1.75rem); margin-bottom: .5rem; }
.process-image { width: 100%; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--gap); }
.contact-copy { display: flex; flex-direction: column; justify-content: space-between; gap: 3rem; }
.contact-copy .section-heading { max-width: 100%; }
.contact-copy h2 { overflow-wrap: anywhere; }
.contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-details p { display: flex; flex-wrap: wrap; column-gap: 1rem; row-gap: .5rem; }
.contact-details a, .footer-menu a { overflow-wrap: anywhere; }
.contact-form { background: var(--panel); padding: clamp(1.25rem, 2vw, 2rem); display: flex; flex-direction: column; gap: 2rem; position: relative; }
.field { display: flex; flex-direction: column; gap: .75rem; }
.asterisk { color: #2455d6; }
input:not([type="checkbox"]), textarea { width: 100%; min-width: 0; border: 1px solid #c9c9c9; border-radius: 0; padding: .75rem; background: var(--paper); color: var(--ink); }
textarea { min-height: 15rem; resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 1rem; cursor: pointer; }
.consent span { min-width: 0; hyphens: auto; overflow-wrap: anywhere; }
.consent input { width: 1.75rem; height: 1.75rem; flex: 0 0 1.75rem; margin: 0; accent-color: var(--blue); cursor: pointer; }
.submit-button { width: 100%; min-height: 3.25rem; }
.form-status { padding: 1rem; border-left: 3px solid var(--blue); background: var(--paper); }
.form-status[data-error="true"] { border-color: #b42222; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr) minmax(0, 1fr); gap: var(--gap); }
.footer-about { max-width: 24rem; display: flex; flex-direction: column; gap: 2rem; }
.footer-menu { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; }
.footer-menu h2 { font-size: 1rem; margin-bottom: .75rem; }
.footer-menu a { padding-block: .15rem; }
.copyright { padding-block: 1.75rem; }
.footer-wordmark img { width: 100%; }
.result-page { min-height: 70vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2rem; }
.result-page h1 { max-width: 16ch; }
@media (max-width: 70rem) {
  .navigation { gap: 1.25rem; }
  .nav-links { gap: 1.25rem; }
  .nav-actions { gap: .75rem; }
  .nav-inner { gap: 1.5rem; }
}
@media (max-width: 62rem) {
  h1 { font-size: clamp(2.25rem, 5.5vw, 3.6rem); }
  .hero { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 44rem; }
  .hero-image { max-height: none; max-width: 38rem; justify-self: center; }
  .section-heading { max-width: 100%; }
  .process-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .process-image { max-width: 38rem; }
  .steps { gap: 3.5rem; }
  .wide-image { width: 100%; }
  .footer-grid { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1.3fr); gap: 2rem; }
  .nav-inner { flex-wrap: wrap; }
  .navigation { flex-basis: 100%; flex-direction: column; align-items: stretch; padding-bottom: 1rem; }
  .nav-links { flex-wrap: wrap; justify-content: center; }
  .nav-actions { justify-content: center; }
  .js .menu-toggle { display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; padding: .75rem; background: transparent; border: 1px solid var(--line); }
  .menu-icon, .menu-icon::before, .menu-icon::after { height: 2px; width: 1.5rem; background: var(--ink); position: relative; display: block; }
  .menu-icon::before, .menu-icon::after { content: ""; position: absolute; }
  .menu-icon::before { top: -.45rem; }
  .menu-icon::after { top: .45rem; }
  .js .navigation { display: none; }
  .js .navigation.is-open { display: flex; max-height: calc(100dvh - 6rem); overflow-y: auto; }
  .navigation.is-open .nav-links { flex-direction: column; gap: .5rem; }
}
@media (max-width: 45rem) {
  .container { padding-inline: clamp(1rem, 3vw, 1.75rem); }
  h2 { font-size: clamp(1.65rem, 5.4vw, 2.5rem); }
  .hero { padding-top: 3rem; }
  .cards { grid-template-columns: minmax(0, 1fr); }
  .card { min-height: 16rem; }
  .steps li { align-items: flex-start; gap: 1rem; }
  .step-number { width: 3rem; height: 3rem; flex-basis: 3rem; }
  .steps::before { left: 1.5rem; }
  .steps h3 { font-size: 1.125rem; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .footer-menu a { padding-block: .4rem; }
  .contact-details p { flex-direction: column; }
  .contact-form { padding: 1rem; }
  .consent { gap: .75rem; }
}
@media (max-width: 30rem) {
  h1, .hero-copy h1 { font-size: clamp(1.85rem, 8.2vw, 2.5rem); line-height: 1.05; }
  .button-group { flex-direction: column; width: 100%; gap: .75rem; }
  .button-group .button { min-height: 3rem; }
  .nav-actions { flex-wrap: wrap; }
  .nav-actions .button { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.video-section { display: flex; flex-direction: column; gap: 2rem; }
.video-heading { display: flex; flex-direction: column; gap: 1rem; }
.presentation-video { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #081323; border: 1px solid var(--line); }
