:root {
  color-scheme: light;
  --ink: #0f172a;
  --ink-soft: #1e293b;
  --text: #334155;
  --muted: #526277;
  --line: #dbe3ed;
  --surface: #ffffff;
  --surface-soft: #f3f6fa;
  --surface-warm: #fff7ed;
  --orange: #c2410c;
  --orange-bright: #ff4f24;
  --blue: #1d4ed8;
  --blue-soft: #dbeafe;
  --green: #166534;
  --radius-sm: 0.65rem;
  --radius: 1.15rem;
  --radius-lg: 1.75rem;
  --shadow: 0 1.15rem 3.5rem rgba(15, 23, 42, 0.12);
  --content: 74rem;
  --font: "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: var(--blue);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.08em;
}

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

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

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

:focus-visible {
  outline: 0.2rem solid #f97316;
  outline-offset: 0.2rem;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  padding: 0.75rem 1rem;
  font-weight: 800;
  box-shadow: var(--shadow);
}

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

.container {
  width: min(calc(100% - 2rem), var(--content));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2rem), 49rem);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.97);
  color: #fff;
  backdrop-filter: blur(1rem);
}

.header-inner {
  min-height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.brand-mark {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border-radius: 0.35rem;
  background: var(--orange-bright);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.menu-button {
  display: none;
  min-width: 2.9rem;
  min-height: 2.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-sm);
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 1.35rem;
  height: 0.13rem;
  margin-inline: auto;
  background: currentColor;
  content: "";
}

.menu-lines::before { transform: translateY(-0.43rem); }
.menu-lines::after { transform: translateY(0.3rem); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.main-nav a {
  border-radius: 999px;
  color: #e2e8f0;
  padding: 0.55rem 0.72rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.main-nav .nav-cta {
  margin-left: 0.25rem;
  background: var(--orange-bright);
  color: #fff;
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta[aria-current="page"] {
  background: #ff6a47;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(51rem, calc(100svh - 4.7rem));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.hero-video,
.hero-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 16, 35, 0.96) 0%, rgba(7, 16, 35, 0.84) 48%, rgba(7, 16, 35, 0.55) 100%),
    linear-gradient(0deg, rgba(7, 16, 35, 0.7), transparent 50%);
}

.hero-content {
  max-width: 57rem;
  padding-block: clamp(5rem, 12vw, 9rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow,
.section.dark .eyebrow {
  color: var(--orange-bright);
}

.hero h1,
.page-hero h1,
.error-page h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 7vw, 5.75rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
  hyphens: manual;
  overflow-wrap: normal;
  word-break: normal;
}

.hero h1 span {
  color: var(--orange-bright);
}

.hero-lead {
  max-width: 48rem;
  margin: 1.6rem 0 0;
  color: #e2e8f0;
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  line-height: 1.5;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button-row.centered { justify-content: center; }

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  padding: 0.72rem 1.2rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  white-space: normal;
}

.button:hover {
  background: #9a3412;
  color: #fff;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.09);
}

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

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

.button.ink:hover { background: var(--ink-soft); }

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 2.7rem 0 0;
  padding: 0;
  list-style: none;
  color: #cbd5e1;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-facts li::before {
  color: var(--orange-bright);
  content: "✓";
  margin-right: 0.42rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 5%, rgba(255, 79, 36, 0.27), transparent 27rem),
    linear-gradient(135deg, #0f172a, #172554);
  color: #fff;
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.page-hero::after {
  position: absolute;
  right: -8rem;
  bottom: -9rem;
  width: 24rem;
  height: 24rem;
  border: 4rem solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.page-hero h1 {
  max-width: 60rem;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.page-hero .lead {
  max-width: 52rem;
  margin: 1.3rem 0 0;
  color: #dbe5f2;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.breadcrumbs {
  margin-bottom: 1.4rem;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.breadcrumbs a { color: #fff; }
.breadcrumbs span { margin-inline: 0.4rem; }

.section {
  padding-block: clamp(4.25rem, 8vw, 7rem);
}

.section.compact { padding-block: clamp(3rem, 5vw, 4.5rem); }
.section.soft { background: var(--surface-soft); }
.section.dark { background: var(--ink); color: #cbd5e1; }
.section.warm { background: var(--surface-warm); }

.section-head {
  max-width: 50rem;
  margin-bottom: 2.25rem;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

h2,
h3,
h4 {
  color: var(--ink);
  line-height: 1.15;
  text-wrap: balance;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  letter-spacing: -0.035em;
}

h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  letter-spacing: -0.02em;
}

h4 { font-size: 1.05rem; }

.section.dark h2,
.section.dark h3 { color: #fff; }

.section-intro {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.section.dark .section-intro { color: #cbd5e1; }

.grid {
  display: grid;
  gap: 1.25rem;
}

.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow: 0 0.25rem 1rem rgba(15, 23, 42, 0.035);
}

.card.accent {
  border-top: 0.3rem solid var(--orange-bright);
}

.card p:last-child,
.card ul:last-child { margin-bottom: 0; }

.card-link {
  position: relative;
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card-link:hover {
  transform: translateY(-0.3rem);
  border-color: #fdba74;
  color: inherit;
  box-shadow: var(--shadow);
}

.card-link .arrow {
  margin-top: auto;
  color: var(--orange);
  font-weight: 850;
}

.icon-tile {
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 0.9rem;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
}

.tag-list,
.check-list,
.plain-list {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  padding: 0.35rem 0.7rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 750;
}

.check-list li,
.plain-list li {
  position: relative;
  margin: 0.58rem 0;
  padding-left: 1.65rem;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 900;
}

.plain-list li::before {
  position: absolute;
  left: 0.3rem;
  color: var(--orange);
  content: "•";
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.split.reverse > :first-child { order: 2; }

.placeholder-visual {
  position: relative;
  min-height: 24rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #94a3b8;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(29, 78, 216, 0.08), rgba(255, 79, 36, 0.11)),
    repeating-linear-gradient(135deg, transparent 0 1.4rem, rgba(15, 23, 42, 0.035) 1.4rem 1.48rem);
  color: var(--ink);
  padding: 2rem;
  text-align: center;
}

.placeholder-visual::before,
.placeholder-visual::after {
  position: absolute;
  border: 1px solid rgba(15, 23, 42, 0.15);
  border-radius: 50%;
  content: "";
}

.placeholder-visual::before {
  width: 13rem;
  height: 13rem;
  top: -4rem;
  right: -3rem;
}

.placeholder-visual::after {
  width: 7rem;
  height: 7rem;
  bottom: -2rem;
  left: -2rem;
}

.placeholder-inner {
  position: relative;
  z-index: 1;
  max-width: 22rem;
  min-width: 0;
}

.placeholder-symbol {
  width: max-content;
  min-width: 5rem;
  max-width: 100%;
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 0.65rem 1.5rem rgba(15, 23, 42, 0.16);
  color: #fff;
  padding: 0.75rem 1.1rem;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1;
  white-space: nowrap;
}

.placeholder-visual strong {
  display: block;
  color: var(--ink);
  font-size: 1.25rem;
  overflow-wrap: anywhere;
}

.placeholder-visual small {
  display: block;
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.proof-card .placeholder-visual { min-height: 16rem; margin-bottom: 1.2rem; }
.proof-status { color: var(--orange); font-size: 0.85rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }

.product-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #0b1220;
  box-shadow: var(--shadow);
}

.product-visual a {
  display: block;
  background: #0b1220;
}

.product-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.product-visual figcaption {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #dbe5f2;
  padding: 0.85rem 1rem;
  font-size: 0.86rem;
  line-height: 1.5;
}

.proof-card .product-visual {
  margin-bottom: 1.2rem;
  border-radius: var(--radius-md);
  box-shadow: none;
}

.process {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.process-step {
  counter-increment: step;
  position: relative;
  border-top: 1px solid var(--line);
  padding-top: 3.2rem;
}

.process-step::before {
  position: absolute;
  top: -1.35rem;
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  content: counter(step, decimal-leading-zero);
  font-size: 0.8rem;
  font-weight: 900;
}

.stat-band {
  background: var(--ink);
  color: #fff;
  padding-block: 1.5rem;
}

.stat-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stat-list li {
  border-left: 2px solid var(--orange-bright);
  padding-left: 1rem;
}

.stat-list strong { display: block; font-size: 1.15rem; }
.stat-list span { color: #cbd5e1; font-size: 0.88rem; }

.notice {
  border-left: 0.3rem solid var(--orange);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--surface-warm);
  padding: 1rem 1.2rem;
}

.notice.info {
  border-left-color: var(--blue);
  background: #eff6ff;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 0 1.1rem;
}

summary {
  cursor: pointer;
  color: var(--ink);
  padding: 1.1rem 2rem 1.1rem 0;
  font-weight: 850;
}

details p { margin-top: 0; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.contact-panel {
  min-width: 0;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: #dbe5f2;
  padding: clamp(1.6rem, 4vw, 2.5rem);
}

.contact-layout > *,
.grid > *,
.split > * {
  min-width: 0;
}

.contact-panel a,
.legal a {
  overflow-wrap: anywhere;
}

.contact-panel h2,
.contact-panel h3 { color: #fff; }
.contact-panel a { color: #fff; }

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

.form-field {
  display: grid;
  gap: 0.35rem;
}

.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-weight: 800; }
.form-field small { color: var(--muted); }

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #94a3b8;
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  padding: 0.7rem 0.8rem;
}

.form-field textarea {
  min-height: 10rem;
  resize: vertical;
}

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

.form-consent {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.6rem;
  margin: 0;
  font-weight: 750;
}

.form-status.is-success { color: var(--green); }
.form-status.is-error { color: #b91c1c; }

.legal {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.legal h2 {
  margin-top: 2.6rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.legal h3 {
  margin-top: 1.8rem;
  font-size: 1.2rem;
}

.legal address { font-style: normal; }
.legal table { width: 100%; border-collapse: collapse; }
.legal th,
.legal td { border-bottom: 1px solid var(--line); padding: 0.8rem; text-align: left; vertical-align: top; }

.cta-strip {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--orange), #ea580c);
  color: #fff;
  padding: clamp(2rem, 5vw, 4rem);
}

.cta-strip h2 { max-width: 46rem; color: #fff; }
.cta-strip p { max-width: 46rem; color: #ffedd5; font-size: 1.08rem; }
.cta-strip .button { background: #fff; color: var(--ink); }
.cta-strip .button:hover { background: var(--ink); color: #fff; }

.site-footer {
  background: #070e1e;
  color: #aebbd0;
  padding-block: 3.8rem 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 0.75fr));
  gap: 2rem;
}

.site-footer h2,
.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer a { color: #dbe5f2; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 0.4rem 0; }
.footer-copy { max-width: 28rem; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.2rem;
  font-size: 0.88rem;
}

.error-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #cbd5e1;
  text-align: center;
}

.error-code {
  color: var(--orange-bright);
  font-size: clamp(5rem, 18vw, 12rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.error-page h1 { margin-top: 1rem; font-size: clamp(2rem, 5vw, 3.5rem); }

.shop-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: var(--surface-warm);
  color: var(--orange);
  padding: 0.5rem 0.8rem;
  font-weight: 850;
}

.shop-status::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

@media (max-width: 68rem) {
  .menu-button { display: grid; place-items: center; }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: #0f172a;
    padding: 0.75rem 1rem 1rem;
    box-shadow: var(--shadow);
  }

  .main-nav[data-open] { display: flex; }
  .no-js .main-nav { position: static; display: flex; width: 100%; }
  .no-js .menu-button { display: none; }
  .no-js .header-inner { flex-wrap: wrap; padding-block: 0.7rem; }
  .main-nav a { border-radius: var(--radius-sm); padding: 0.8rem 1rem; }
  .main-nav .nav-cta { margin: 0.3rem 0 0; text-align: center; }
  .grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 3rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 50rem) {
  .hero { min-height: 44rem; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7, 16, 35, 0.96), rgba(7, 16, 35, 0.75)); }
  .grid.two,
  .grid.three,
  .split,
  .contact-layout { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: initial; }
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .placeholder-visual { min-height: 19rem; }
}

@media (max-width: 35rem) {
  .container,
  .narrow { width: min(calc(100% - 1.25rem), var(--content)); }
  .brand { font-size: 1.05rem; }
  .hero h1 { font-size: clamp(2.5rem, 15vw, 4rem); }
  .page-hero h1 { font-size: clamp(2.05rem, 12vw, 2.4rem); }
  .hero-actions .button,
  .button-row .button { width: 100%; }
  .grid.four,
  .process,
  .stat-list,
  .footer-grid,
  .contact-form { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .form-field.full,
  .form-consent,
  .form-status { grid-column: auto; }
  .legal table,
  .legal tbody,
  .legal tr,
  .legal th,
  .legal td { display: block; }
  .legal th { border-bottom: 0; padding-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
  .hero-video { display: none; }
}

@media print {
  .site-header,
  .site-footer,
  .cta-strip,
  .button { display: none !important; }
  body { color: #000; }
  .page-hero { background: #fff; color: #000; padding-block: 2rem; }
  .page-hero h1,
  .page-hero .lead { color: #000; }
  a { color: #000; }
}
