/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .static {
    position: static;
  }

  .isolate {
    isolation: isolate;
  }

  .contents {
    display: contents;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .resize {
    resize: both;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .\[xml\:lang\] {
    xml: lang;
  }
}

:root {
  --ink: #071d32;
  --navy: #0b2742;
  --teal: #0d8d8a;
  --aqua: #43d5cb;
  --coral: #ff775f;
  --mist: #eef8f7;
  --cream: #f7f5ef;
  --line: #071d3224;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

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

body {
  color: var(--ink);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
  font-family: Avenir Next, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body[data-menu-open] {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

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

.skip-link {
  z-index: 999;
  color: #fff;
  background: var(--ink);
  border-radius: 99px;
  padding: 10px 16px;
  transition: transform .18s;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
}

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

.site-header {
  z-index: 50;
  color: #fff;
  position: absolute;
  inset: 0 0 auto;
}

.site-header[data-scrolled] {
  color: var(--ink);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffeb;
  position: fixed;
  box-shadow: 0 12px 40px #061c3114;
}

.site-header[data-scrolled] .announcement {
  display: none;
}

.announcement {
  letter-spacing: .11em;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff26;
  font-size: 11px;
  font-weight: 700;
}

.announcement__inner {
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  display: flex;
}

.announcement a {
  color: var(--aqua);
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 86px;
  display: flex;
}

.brand {
  align-items: center;
  display: inline-flex;
}

.brand--header {
  width: 214px;
  height: 47px;
  position: relative;
}

.site-header[data-scrolled] .brand--header {
  height: 40px;
}

.brand__switcher {
  display: block;
  position: absolute;
  inset: 0;
}

.brand__lockup {
  object-fit: contain;
  width: 198px;
  height: auto;
  display: block;
}

.brand--header .brand__lockup {
  width: 100%;
  transition: opacity .28s, transform .42s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  inset: 0;
}

.brand__lockup--light {
  opacity: 1;
  transform: translateY(0);
}

.brand__lockup--color {
  opacity: 0;
  transform: translateY(4px);
}

.site-header[data-scrolled] .brand__lockup--light {
  opacity: 0;
  transform: translateY(-4px);
}

.site-header[data-scrolled] .brand__lockup--color {
  opacity: 1;
  transform: translateY(0);
}

.brand--footer .brand__lockup {
  width: 220px;
}

.primary-nav {
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.primary-nav > a:not(.nav-cta) {
  position: relative;
}

.primary-nav > a:not(.nav-cta):after {
  content: "";
  transform-origin: 100%;
  background: currentColor;
  height: 1px;
  transition: transform .22s;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.primary-nav > a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.nav-cta {
  color: var(--ink);
  background: var(--aqua);
  border-radius: 99px;
  padding: 11px 17px;
  transition: transform .18s, background .18s;
}

.nav-cta:hover {
  background: #70e6de;
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
}

.hero {
  color: #fff;
  background: var(--ink);
  min-height: 860px;
  position: relative;
  overflow: hidden;
}

.hero__media, .hero__veil, .hero__grid {
  position: absolute;
  inset: 0;
}

.hero__media img {
  object-fit: cover;
  object-position: 52% center;
  width: 100%;
  height: 100%;
}

.hero__veil {
  background: linear-gradient(90deg, #041324f5 0%, #051c32e0 35%, #051c3240 70%, #051c321f 100%), linear-gradient(0deg, #041324b8, #0000 45%);
}

.hero__grid {
  opacity: .12;
  background-image: linear-gradient(#ffffff40 1px, #0000 1px), linear-gradient(90deg, #ffffff40 1px, #0000 1px);
  background-size: 90px 90px;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 75%);
  mask-image: linear-gradient(90deg, #000, #0000 75%);
}

.hero__inner {
  align-items: center;
  min-height: 720px;
  padding-top: 105px;
  display: flex;
  position: relative;
}

.hero__content {
  width: min(670px, 58%);
}

.eyebrow {
  color: var(--aqua);
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.eyebrow > span {
  background: currentColor;
  width: 28px;
  height: 1px;
}

.eyebrow--dark {
  color: var(--teal);
}

.hero h1, .section-heading h2, .testimonial h2, .cta h2 {
  letter-spacing: -.065em;
  margin: 0;
  font-size: clamp(54px, 6.5vw, 92px);
  font-weight: 500;
  line-height: .97;
}

.hero h1 em, .section-heading h2 em, .testimonial h2 em, .cta h2 em {
  color: var(--aqua);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
}

.hero__lead {
  color: #ffffffc7;
  max-width: 580px;
  margin: 30px 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero__actions, .cta__actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.button {
  letter-spacing: .025em;
  border: 1px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s, background .2s, border-color .2s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-3px);
}

.button--primary {
  color: var(--ink);
  background: var(--aqua);
}

.button--primary:hover {
  background: #7be9e2;
}

.button--ghost {
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff0f;
  border-color: #ffffff59;
}

.play {
  width: 25px;
  height: 25px;
  color: var(--ink);
  background: #fff;
  border-radius: 50%;
  place-items: center;
  padding-left: 2px;
  font-size: 8px;
  display: grid;
}

.hero__note {
  color: #ffffff8c;
  margin: 22px 0 0;
  font-size: 12px;
}

.hero-equipment {
  z-index: 3;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #05192dc2;
  border: 1px solid #ffffff38;
  border-radius: 3px 28px 3px 3px;
  width: 230px;
  position: absolute;
  bottom: 34px;
  right: 0;
  overflow: hidden;
  box-shadow: 0 28px 70px #00000047;
}

.hero-equipment:after {
  z-index: 2;
  content: "";
  background: linear-gradient(90deg, transparent, var(--aqua), transparent);
  height: 1px;
  box-shadow: 0 0 16px var(--aqua);
  opacity: .7;
  animation: 4.8s ease-in-out infinite equipment-scan;
  position: absolute;
  left: 0;
  right: 0;
}

.hero-equipment__label {
  border-bottom: 1px solid #ffffff21;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
}

.hero-equipment__label > span:last-child {
  color: #ffffff8c;
  letter-spacing: .06em;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 9px;
  display: flex;
}

.hero-equipment__label strong {
  color: #fff;
  letter-spacing: .12em;
  font-size: 10px;
}

.hero-equipment picture, .hero-equipment img {
  width: 100%;
  display: block;
}

.hero-equipment img {
  object-fit: cover;
  filter: saturate(.75) contrast(1.06);
  height: 124px;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .4s;
}

.hero-equipment:hover img {
  filter: saturate() contrast(1.02);
  transform: scale(1.055);
}

.hero-equipment__code {
  z-index: 3;
  color: var(--aqua);
  letter-spacing: .12em;
  background: #05192dc7;
  padding: 4px 7px;
  font-size: 8px;
  font-weight: 800;
  position: absolute;
  bottom: 8px;
  right: 12px;
}

@keyframes equipment-scan {
  0%, 12% {
    opacity: 0;
    top: 62px;
  }

  25% {
    opacity: .7;
  }

  72% {
    opacity: .65;
    top: calc(100% - 18px);
  }

  88%, 100% {
    opacity: 0;
    top: calc(100% - 18px);
  }
}

.hero__stats {
  z-index: 2;
  border-top: 1px solid #ffffff29;
  grid-template-columns: repeat(3, 1fr) 1.1fr;
  align-items: stretch;
  min-height: 138px;
  display: grid;
  position: relative;
}

.hero-stat {
  border-right: 1px solid #ffffff29;
  flex-direction: column;
  justify-content: center;
  padding: 22px 34px;
  display: flex;
}

.hero-stat:first-child {
  padding-left: 0;
}

.hero-stat strong {
  letter-spacing: -.04em;
  font-size: 28px;
  font-weight: 500;
}

.hero-stat > span {
  color: #fff9;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.hero-stat--status {
  border-right: 0;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.status-dot {
  background: var(--aqua);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 7px #43d5cb21;
}

.trust-strip {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.trust-strip__inner {
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 80px;
  min-height: 150px;
  display: grid;
}

.trust-strip__inner > p {
  color: #071d32b3;
  margin: 0;
  font-size: 17px;
}

.trust-logos {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.trust-logos > span {
  border-left: 1px solid var(--line);
  flex-direction: column;
  padding-left: 18px;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), border-color .35s;
  display: flex;
}

.trust-logos > span:hover {
  border-color: var(--aqua);
  transform: translateY(-5px);
}

.trust-logos strong {
  color: var(--teal);
  letter-spacing: -.04em;
  font-size: 25px;
}

.trust-logos small {
  color: #071d328c;
  font-size: 10px;
}

.section {
  padding: 130px 0;
  position: relative;
}

.technology {
  background: radial-gradient(circle at 92% 14%, #43d5cb17, #0000 24%), #fff;
  overflow: hidden;
}

.technology:before {
  content: "";
  pointer-events: none;
  border: 1px solid #0d8d8a1c;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  animation: 9s ease-in-out infinite orbit-breathe;
  position: absolute;
  top: 8%;
  right: -230px;
  box-shadow: 0 0 0 58px #0d8d8a06, 0 0 0 118px #0d8d8a05;
}

.technology, .process, .testimonial, .hpv, .faq, .cta, .footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  display: grid;
}

.section-heading h2, .testimonial h2, .cta h2 {
  color: var(--ink);
  font-size: clamp(43px, 5vw, 68px);
}

.section-heading > p:not(.eyebrow) {
  color: #071d32a6;
  max-width: 650px;
  margin: 26px 0 0;
  font-size: 17px;
}

.section-heading strong {
  color: var(--ink);
}

.text-link {
  color: var(--teal);
  border-bottom: 1px solid;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}

.text-link span {
  transition: transform .2s;
}

.text-link:hover span {
  transform: translateX(5px);
}

.precision-card {
  color: #fff;
  background: radial-gradient(circle at 80% 20%, #43d5cb3b, #0000 26%), linear-gradient(145deg, #0d3454, #06192d 68%);
  border-radius: 4px 80px 4px 4px;
  min-height: 590px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 90px #061e3333;
}

.precision-card__halo {
  border: 1px solid #43d5cb40;
  border-radius: 50%;
  width: 380px;
  height: 380px;
  position: absolute;
  bottom: -100px;
  right: -150px;
  box-shadow: 0 0 0 45px #43d5cb0a, 0 0 0 90px #43d5cb08;
}

.precision-card__topline, .precision-card__footer {
  z-index: 2;
  color: #ffffff9e;
  letter-spacing: .14em;
  border-bottom: 1px solid #ffffff21;
  justify-content: space-between;
  padding: 24px 28px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  position: relative;
}

.dna-visual {
  width: 135px;
  height: 275px;
  position: absolute;
  top: 98px;
  right: 32px;
  transform: rotate(8deg);
}

.dna-visual:before, .dna-visual:after {
  content: "";
  border: 2px solid var(--aqua);
  border-top-color: #0000;
  border-bottom-color: #0000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.dna-visual:after {
  opacity: .45;
  transform: rotate(180deg);
}

.dna-visual span {
  z-index: 2;
  background: #ffffff8c;
  width: 60%;
  height: 1px;
  position: absolute;
  left: 20%;
}

.dna-visual span:first-child {
  top: 15%;
  transform: rotate(25deg);
}

.dna-visual span:nth-child(2) {
  top: 28%;
  transform: rotate(-18deg);
}

.dna-visual span:nth-child(3) {
  top: 41%;
  transform: rotate(20deg);
}

.dna-visual span:nth-child(4) {
  top: 55%;
  transform: rotate(-20deg);
}

.dna-visual span:nth-child(5) {
  top: 69%;
  transform: rotate(18deg);
}

.dna-visual span:nth-child(6) {
  top: 83%;
  transform: rotate(-24deg);
}

.precision-card__content {
  z-index: 2;
  max-width: 350px;
  padding: 170px 34px 70px;
  position: relative;
}

.card-kicker {
  color: var(--aqua);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
}

.big-number {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}

.precision-card__content > p:last-child {
  color: #ffffffad;
  margin-top: 24px;
  font-size: 14px;
}

.precision-card__footer {
  border-top: 1px solid #ffffff21;
  border-bottom: 0;
  align-items: center;
  position: absolute;
  inset: auto 0 0;
}

.precision-card__footer strong {
  color: var(--aqua);
  letter-spacing: 0;
  font-size: 15px;
}

.equipment-feature {
  color: #fff;
  background: var(--ink);
  isolation: isolate;
  border-radius: 4px 78px 4px 4px;
  min-height: 590px;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 90px #061e3338;
}

.equipment-feature:before, .equipment-shot:before, .process-card__media:before {
  z-index: 2;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, #0000 35%, #43d5cb1f 50%, #0000 65%);
  transition: transform .9s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
}

.equipment-feature:hover:before, .equipment-shot:hover:before, .process-card:hover .process-card__media:before {
  transform: translateX(120%);
}

.equipment-feature picture, .equipment-feature img {
  width: 100%;
  height: 100%;
  display: block;
}

.equipment-feature img {
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.72) contrast(1.05);
  transition: transform .9s cubic-bezier(.22, 1, .36, 1), filter .5s;
  position: absolute;
  inset: 0;
  transform: scale(1.02);
}

.equipment-feature:hover img {
  filter: saturate(.98) contrast(1.03);
  transform: scale(1.075);
}

.equipment-feature__wash {
  z-index: 1;
  background: linear-gradient(0deg, #041424f2, #0414241f 64%), linear-gradient(90deg, #061f3461, #0000 65%);
  position: absolute;
  inset: 0;
}

.equipment-feature figcaption {
  z-index: 3;
  position: absolute;
  bottom: 38px;
  left: 34px;
  right: 34px;
}

.equipment-feature figcaption:before {
  content: "";
  background: linear-gradient(90deg, var(--aqua), transparent);
  transform-origin: 0;
  width: 58px;
  height: 2px;
  margin-bottom: 17px;
  animation: 3.4s ease-in-out infinite signal-line;
  display: block;
}

.equipment-feature figcaption strong {
  letter-spacing: -.055em;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
  display: block;
}

.equipment-feature figcaption p {
  color: #ffffffad;
  max-width: 330px;
  margin: 15px 0 0;
  font-size: 13px;
}

.equipment-feature__metric {
  z-index: 3;
  color: #fff9;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #05192dbd;
  border: 1px solid #fff3;
  border-radius: 3px 24px 3px 3px;
  flex-direction: column;
  padding: 15px 18px;
  font-size: 9px;
  display: flex;
  position: absolute;
  top: 26px;
  right: 26px;
}

.equipment-feature__metric strong {
  color: var(--aqua);
  letter-spacing: -.04em;
  font-size: 23px;
}

.equipment-gallery {
  grid-template-columns: 1.35fr .9fr .9fr;
  gap: 14px;
  margin-top: 90px;
  display: grid;
}

.equipment-shot {
  color: #fff;
  background: var(--ink);
  isolation: isolate;
  min-height: 330px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.equipment-shot--wide {
  border-radius: 42px 3px 3px;
}

.equipment-shot:last-child {
  border-radius: 3px 42px 3px 3px;
}

.equipment-shot picture, .equipment-shot img {
  width: 100%;
  height: 100%;
  display: block;
}

.equipment-shot img {
  object-fit: cover;
  filter: saturate(.68) contrast(1.05);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .45s;
  position: absolute;
  inset: 0;
}

.equipment-shot:hover img {
  filter: saturate() contrast(1.02);
  transform: scale(1.07);
}

.equipment-shot:after {
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, #041424f0, #0000 65%);
  position: absolute;
  inset: 0;
}

.equipment-shot figcaption:after {
  content: "";
  background: var(--aqua);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 6px #43d5cb1f, 0 0 22px var(--aqua);
  border-radius: 50%;
  animation: 2.2s ease-out infinite status-pulse;
  position: absolute;
  bottom: 2px;
  right: 0;
}

.equipment-shot figcaption {
  z-index: 3;
  grid-template-columns: 34px 1fr;
  align-items: end;
  column-gap: 10px;
  display: grid;
  position: absolute;
  bottom: 22px;
  left: 24px;
  right: 24px;
}

.equipment-shot figcaption > span {
  color: var(--aqua);
  letter-spacing: .1em;
  grid-row: 1 / 3;
  font-size: 10px;
  font-weight: 800;
}

.equipment-shot figcaption strong {
  font-size: 16px;
}

.equipment-shot figcaption small {
  color: #fff9;
  font-size: 10px;
}

.process {
  background: var(--mist);
  overflow: hidden;
}

.process:before {
  content: "";
  border: 1px solid #0d8d8a1f;
  border-radius: 50%;
  width: 700px;
  height: 700px;
  position: absolute;
  top: -320px;
  left: -300px;
  box-shadow: 0 0 0 80px #0d8d8a06, 0 0 0 160px #0d8d8a05;
}

.section-heading--center {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
  position: relative;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--center > p:not(.eyebrow) {
  margin-inline: auto;
}

.process-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 70px;
  display: grid;
  position: relative;
}

.process-grid:before {
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, transparent, var(--aqua) 18%, var(--teal) 82%, transparent);
  opacity: .65;
  transform-origin: 0;
  height: 2px;
  transition: transform 1.4s cubic-bezier(.22, 1, .36, 1) .25s;
  display: block;
  position: absolute;
  top: 82px;
  left: 16%;
  right: 16%;
  transform: scaleX(0);
}

.process-grid[data-visible]:before {
  transform: scaleX(1);
}

.process-card {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffffc7;
  border: 1px solid #0d8d8a1f;
  border-radius: 4px 36px 4px 4px;
  min-height: 430px;
  padding: 0;
  transition: transform .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
}

.process-card:after {
  content: "";
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  background: linear-gradient(135deg, #43d5cb8c, #0000 32% 72%, #0d8d8a40) border-box;
  border: 1px solid #0000;
  transition: opacity .35s;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-origin: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px #073a491a;
}

.process-card:hover:after {
  opacity: 1;
}

.process-card__number {
  z-index: 3;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: .16em;
  background: #05192dc7;
  border: 1px solid #fff3;
  border-radius: 50%;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  position: absolute;
  top: 16px;
  left: 16px;
}

.process-card__media {
  background: var(--ink);
  height: 215px;
  position: relative;
  overflow: hidden;
}

.process-card__media:after {
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, #05192d59, #0000 62%);
  position: absolute;
  inset: 0;
}

.process-card__media picture, .process-card__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.process-card__media img {
  object-fit: cover;
  filter: saturate(.75) contrast(1.04);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .4s;
}

.process-card:hover .process-card__media img {
  filter: saturate() contrast(1.02);
  transform: scale(1.065);
}

.process-card__body {
  padding: 27px 28px 30px;
}

.sample-feature {
  color: #fff;
  background: var(--ink);
  isolation: isolate;
  border-radius: 4px 64px 4px 4px;
  min-height: 500px;
  margin-top: 82px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 90px #061e332e;
}

.sample-feature__media, .sample-feature__media img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.sample-feature__media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.04);
  transition: transform 1s cubic-bezier(.22, 1, .36, 1), filter .5s;
  transform: scale(1.015);
}

.sample-feature:hover .sample-feature__media img {
  filter: saturate() contrast(1.02);
  transform: scale(1.055);
}

.sample-feature__veil {
  z-index: 1;
  background: linear-gradient(90deg, #041424f5 0%, #041424d6 34%, #0414241f 68%), linear-gradient(0deg, #04142480, #0000 58%);
  position: absolute;
  inset: 0;
}

.sample-feature__content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: min(510px, 52%);
  min-height: 500px;
  padding: 54px;
  display: flex;
  position: relative;
}

.sample-feature h3 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(37px, 4.5vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

.sample-feature h3 em {
  color: var(--aqua);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
  display: block;
}

.sample-feature__content > p:not(.eyebrow) {
  color: #ffffffb3;
  max-width: 440px;
  margin: 24px 0 30px;
  font-size: 15px;
}

.sample-feature .button {
  align-self: flex-start;
}

.sample-feature__badge {
  z-index: 3;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #05192db8;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  position: absolute;
  bottom: 22px;
  right: 24px;
}

.process-icon {
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 26px 0 32px;
  display: grid;
  box-shadow: 0 0 0 12px #0d8d8a14;
}

.process-icon span {
  border: 2px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

.process-icon span:after {
  content: "";
  background: currentColor;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: -4px;
  right: -7px;
  transform: rotate(45deg);
}

.process-card h3, .fact-card h3 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: 22px;
}

.process-card p, .fact-card p {
  color: #071d3299;
  margin: 14px 0 0;
  font-size: 14px;
}

.testimonial {
  color: #fff;
  background: radial-gradient(circle at 86% 0%, #43d5cb26, transparent 28%), var(--ink);
  position: relative;
  overflow: hidden;
}

.testimonial:before, .testimonial:after {
  content: "";
  pointer-events: none;
  border: 1px solid #43d5cb24;
  border-radius: 50%;
  position: absolute;
}

.testimonial:before {
  width: 520px;
  height: 520px;
  animation: 10s ease-in-out infinite reverse orbit-breathe;
  top: -330px;
  left: 42%;
  box-shadow: 0 0 0 70px #43d5cb06;
}

.testimonial:after {
  background: var(--aqua);
  width: 14px;
  height: 14px;
  animation: 2.6s ease-out infinite status-pulse;
  bottom: 18%;
  right: 8%;
  box-shadow: 0 0 34px #43d5cbd9;
}

.testimonial__grid {
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  display: grid;
}

.testimonial h2 {
  color: #fff;
}

.testimonial__intro > p:last-child {
  color: #fff9;
  margin: 28px 0 0;
}

.quote-card {
  color: var(--ink);
  background: var(--cream);
  border-radius: 4px 60px 4px 4px;
  margin: 0;
  padding: clamp(34px, 5vw, 65px);
  transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .5s;
  position: relative;
  box-shadow: 0 28px 80px #00000029;
}

.quote-card:hover {
  transform: translateY(-9px) rotate(-.45deg);
  box-shadow: 0 38px 100px #0000003b;
}

.quote-card:before {
  content: "“";
  color: var(--aqua);
  opacity: .6;
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  top: 24px;
  left: 32px;
}

.quote-card blockquote {
  margin: 25px 0 38px;
  font-family: Georgia, Times New Roman, serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.4;
  position: relative;
}

.quote-card figcaption {
  align-items: center;
  gap: 16px;
  display: flex;
}

.quote-card figcaption > span:last-child {
  flex-direction: column;
  display: flex;
}

.quote-card small {
  color: #071d3285;
}

.avatar {
  color: #fff;
  background: linear-gradient(145deg, var(--teal), var(--navy));
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
}

.hpv {
  background: #fff;
}

.hpv__heading {
  grid-template-columns: .9fr 1.1fr;
  column-gap: 80px;
  display: grid;
}

.hpv__heading .eyebrow {
  grid-column: 1 / -1;
}

.hpv__heading > p:last-child {
  align-self: end;
  margin: 0;
  padding-bottom: 8px;
}

.facts-grid {
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 70px;
  display: grid;
}

.fact-card {
  isolation: isolate;
  background: #fff;
  min-height: 390px;
  padding: 36px 30px;
  transition: background .35s, color .35s, transform .35s cubic-bezier(.22, 1, .36, 1);
  position: relative;
  overflow: hidden;
}

.fact-card:before {
  z-index: -1;
  content: "";
  background: #43d5cb2e;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  bottom: -160px;
  right: -150px;
  transform: scale(.35);
}

.fact-card:hover {
  color: #fff;
  background: var(--teal);
  transform: translateY(-7px);
}

.fact-card:hover:before {
  transform: scale(2.8);
}

.fact-card:hover p, .fact-card:hover .fact-card__index {
  color: #ffffffb8;
}

.fact-card__index {
  color: var(--teal);
  letter-spacing: .14em;
  margin-bottom: 100px;
  font-size: 11px;
  font-weight: 800;
  display: block;
}

.fact-card__arrow {
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), background .35s;
  display: grid;
  position: absolute;
  bottom: 24px;
  right: 28px;
}

.fact-card:hover .fact-card__arrow {
  background: #ffffff24;
  transform: rotate(45deg) scale(1.08);
}

.faq {
  background: radial-gradient(circle at 8% 82%, #43d5cb1f, transparent 22%), var(--cream);
  overflow: hidden;
}

.faq__grid {
  grid-template-columns: .65fr 1.35fr;
  gap: clamp(50px, 8vw, 130px);
  display: grid;
}

.faq__help {
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  display: flex;
}

.faq__help > span {
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 44px;
  height: 44px;
  font-family: Georgia, serif;
  font-size: 22px;
  animation: 3s ease-out infinite help-pulse;
  display: grid;
  box-shadow: 0 0 #0d8d8a40;
}

.faq__help p {
  color: #071d329e;
  margin: 0;
  font-size: 13px;
}

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

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 82px;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
  transition: padding .28s, color .28s, background .28s;
  display: flex;
}

.faq-item summary:hover {
  color: var(--teal);
  background: #ffffff8a;
  padding-inline: 16px;
}

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

.faq-item summary i {
  border: 1px solid #071d324d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  position: relative;
}

.faq-item summary i:before, .faq-item summary i:after {
  content: "";
  background: currentColor;
  width: 10px;
  height: 1px;
  transition: transform .18s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-item summary i:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] summary {
  color: var(--teal);
}

.faq-item[open] summary i:after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  grid-template-rows: 1fr;
  display: grid;
}

.faq-answer p {
  color: #071d329e;
  max-width: 650px;
  margin: -4px 0 28px;
}

.faq-item[open] .faq-answer p {
  animation: .42s cubic-bezier(.22, 1, .36, 1) both answer-in;
}

.cta {
  color: #fff;
  background: var(--teal);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.cta:before {
  content: "";
  opacity: .16;
  background-image: linear-gradient(#ffffff59 1px, #0000 1px), linear-gradient(90deg, #ffffff59 1px, #0000 1px);
  background-size: 80px 80px;
  animation: 18s linear infinite grid-drift;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle, #000, #0000 70%);
  mask-image: radial-gradient(circle, #000, #0000 70%);
}

.cta__inner {
  z-index: 2;
  text-align: center;
  position: relative;
}

.cta .eyebrow {
  color: #fff;
  justify-content: center;
}

.cta h2 {
  color: #fff;
}

.cta h2 em {
  color: var(--ink);
}

.cta__inner > p:not(.eyebrow) {
  color: #ffffffc7;
  margin: 26px auto 34px;
  font-size: 18px;
}

.cta__actions {
  justify-content: center;
}

.button--light {
  color: var(--ink);
  background: #fff;
}

.button--outline {
  color: #fff;
  border-color: #ffffff80;
}

.cta__orb {
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  position: absolute;
}

.cta__orb--one {
  width: 280px;
  height: 280px;
  animation: 7s ease-in-out infinite orb-float;
  top: -100px;
  left: -70px;
}

.cta__orb--two {
  width: 450px;
  height: 450px;
  animation: 9s ease-in-out 1s infinite reverse orb-float;
  bottom: -280px;
  right: -180px;
}

@keyframes orbit-breathe {
  0%, 100% {
    opacity: .6;
    transform: scale(.94) rotate(0);
  }

  50% {
    opacity: 1;
    transform: scale(1.06) rotate(8deg);
  }
}

@keyframes signal-line {
  0%, 100% {
    opacity: .55;
    transform: scaleX(.45);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes status-pulse {
  0% {
    box-shadow: 0 0 #43d5cb80;
  }

  75%, 100% {
    box-shadow: 0 0 0 13px #43d5cb00;
  }
}

@keyframes help-pulse {
  0%, 100% {
    box-shadow: 0 0 #0d8d8a38;
  }

  50% {
    box-shadow: 0 0 0 12px #0d8d8a00;
  }
}

@keyframes answer-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes grid-drift {
  to {
    background-position: 80px 80px;
  }
}

@keyframes orb-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -22px, 0) scale(1.06);
  }
}

.footer {
  color: #ffffffb3;
  background: #061728;
  padding: 75px 0 24px;
}

.footer__grid {
  grid-template-columns: 1.1fr .6fr 1fr;
  gap: 80px;
  display: grid;
}

.brand--footer {
  color: #fff;
  display: inline-flex;
}

.footer__statement {
  max-width: 340px;
  margin-top: 28px;
  font-size: 14px;
}

.footer h2 {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 4px 0 20px;
  font-size: 13px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li, .footer address, .footer p {
  margin: 0 0 9px;
  font-size: 13px;
  font-style: normal;
}

.footer a:hover {
  color: var(--aqua);
}

.footer__bottom {
  color: #ffffff94;
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 22px;
  display: flex;
}

[data-reveal] {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
  transform: translateY(28px);
}

[data-reveal="from-left"] {
  transform: translate3d(-44px, 14px, 0);
}

[data-reveal="from-right"] {
  transform: translate3d(44px, 14px, 0);
}

[data-reveal="scale"] {
  transform: translateY(22px) scale(.94);
}

[data-reveal="card"] {
  transform-origin: bottom;
  transform: translateY(42px) rotateX(5deg);
}

[data-reveal="connect"] {
  transform: translateY(20px);
}

[data-reveal][data-visible] {
  opacity: 1;
  will-change: auto;
  transform: translateY(0);
}

.process-card:nth-child(2), .fact-card:nth-child(2), .equipment-shot:nth-child(2) {
  transition-delay: 90ms;
}

.process-card:nth-child(3), .fact-card:nth-child(3), .equipment-shot:nth-child(3) {
  transition-delay: .18s;
}

@media (max-width: 960px) {
  :root {
    --shell: min(100% - 32px, 760px);
  }

  .announcement {
    display: none;
  }

  .site-header {
    position: absolute;
  }

  .nav-wrap {
    min-height: 76px;
  }

  .menu-toggle {
    z-index: 3;
    color: currentColor;
    background: none;
    border: 1px solid #ffffff4d;
    border-radius: 50%;
    place-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    position: relative;
  }

  .site-header[data-scrolled] .menu-toggle {
    border-color: var(--line);
  }

  body[data-menu-open] .site-header[data-scrolled] {
    color: #fff;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: none;
  }

  body[data-menu-open] .site-header[data-scrolled] .brand__lockup--light {
    opacity: 1;
    transform: translateY(0);
  }

  body[data-menu-open] .site-header[data-scrolled] .brand__lockup--color {
    opacity: 0;
    transform: translateY(4px);
  }

  body[data-menu-open] .site-header[data-scrolled] .menu-toggle {
    border-color: #ffffff59;
  }

  .menu-toggle span:not(.sr-only) {
    background: currentColor;
    width: 18px;
    height: 1px;
    transition: transform .18s;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .primary-nav {
    z-index: 2;
    overscroll-behavior: contain;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    background: #05192dfa;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    padding: 90px max(24px, 50vw - 380px);
    transition: opacity .22s, visibility .22s, transform .22s;
    display: flex;
    position: fixed;
    inset: 0;
    overflow-y: auto;
    transform: translateY(-12px);
  }

  .primary-nav[data-open] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav > a:not(.nav-cta) {
    letter-spacing: -.04em;
    font-size: clamp(25px, 6vw, 40px);
    font-weight: 500;
  }

  .hero {
    min-height: 820px;
  }

  .hero__inner {
    min-height: 660px;
  }

  .hero__content {
    width: min(620px, 82%);
  }

  .hero__stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-stat--status {
    display: none;
  }

  .trust-strip__inner, .split-grid, .testimonial__grid, .hpv__heading, .faq__grid {
    grid-template-columns: 1fr;
  }

  .trust-strip__inner {
    gap: 25px;
    padding: 36px 0;
  }

  .section {
    padding: 95px 0;
  }

  .split-grid, .testimonial__grid, .faq__grid {
    gap: 60px;
  }

  .precision-card, .equipment-feature {
    width: min(100%, 580px);
    margin-inline: auto;
  }

  .equipment-gallery {
    grid-template-columns: 1.2fr 1fr;
  }

  .sample-feature__content {
    width: min(540px, 64%);
    padding: 42px;
  }

  .equipment-shot:last-child {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  .hpv__heading {
    gap: 25px;
  }

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

  .fact-card {
    min-height: 290px;
  }

  .fact-card__index {
    margin-bottom: 55px;
  }

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

  .footer__grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .brand--header {
    width: 176px;
    height: 39px;
  }

  .brand__lockup {
    width: 165px;
  }

  .hero {
    min-height: 780px;
  }

  .hero__media img {
    object-position: 68% center;
  }

  .hero__veil {
    background: linear-gradient(90deg, #041324f2, #0413248c), linear-gradient(0deg, #041324eb, #0000 70%);
  }

  .hero__inner {
    align-items: flex-end;
    min-height: 620px;
    padding: 120px 0 55px;
  }

  .hero__content {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(49px, 15.5vw, 70px);
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions, .cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__note {
    display: none;
  }

  .hero__stats {
    min-height: 130px;
  }

  .hero-stat {
    padding: 18px 8px;
  }

  .hero-stat:first-child {
    padding-left: 0;
  }

  .hero-stat strong {
    font-size: 22px;
  }

  .hero-stat > span {
    font-size: 8px;
    line-height: 1.4;
  }

  .trust-logos {
    gap: 8px;
  }

  .trust-logos > span {
    padding-left: 9px;
  }

  .trust-logos strong {
    font-size: 19px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading h2, .testimonial h2, .cta h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .split-grid {
    flex-direction: column;
    display: flex;
  }

  .precision-card, .equipment-feature {
    border-radius: 4px 50px 4px 4px;
    min-height: 540px;
  }

  .dna-visual {
    opacity: .55;
    right: 10px;
  }

  .precision-card__content {
    padding: 150px 24px 80px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .equipment-gallery {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .equipment-shot, .equipment-shot:last-child {
    border-radius: 3px 34px 3px 3px;
    grid-column: auto;
    min-height: 280px;
  }

  .process-grid:before {
    display: none;
  }

  .process-card {
    min-height: auto;
  }

  .sample-feature {
    border-radius: 4px 40px 4px 4px;
    min-height: 610px;
    margin-top: 54px;
  }

  .sample-feature__media img {
    object-position: 63% center;
  }

  .sample-feature__veil {
    background: linear-gradient(0deg, #041424f7 0%, #041424c2 48%, #04142414 82%);
  }

  .sample-feature__content {
    justify-content: flex-end;
    width: 100%;
    min-height: 610px;
    padding: 32px 24px 82px;
  }

  .sample-feature__badge {
    bottom: 20px;
    left: 24px;
    right: auto;
  }

  .quote-card {
    border-radius: 4px 38px 4px 4px;
  }

  .quote-card blockquote {
    font-size: 23px;
  }

  .facts-grid {
    margin-top: 48px;
  }

  .faq-item summary {
    min-height: 76px;
    font-size: 15px;
  }

  .cta {
    padding: 85px 0;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer__grid > div:first-child {
    grid-column: auto;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 1100px) {
  .hero-equipment {
    display: none;
  }
}

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

  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header, .hero__grid, .hero__actions, .cta, .footer {
    display: none;
  }

  .hero {
    min-height: auto;
    color: var(--ink);
    background: #fff;
  }

  .hero__media, .hero__veil {
    display: none;
  }
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}
