:root {
  --ink: #101114;
  --ink-raised: #191b20;
  --paper: #f5f4f1;
  --white: #fff;
  --steel: #56616b;
  --line: #d8d7d2;
  --signal: #c8102e;
  --signal-dark: #9c0f26;
  --signal-on-ink: #ff526e;
  --shell: 1280px;
  --gutter: 24px;
  --shadow: 0 16px 50px rgba(16, 17, 20, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.58; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.02; }
h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); max-width: 15ch; margin-bottom: 28px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); max-width: 20ch; margin-bottom: 22px; }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.55rem); margin-bottom: 10px; }
p { margin-bottom: 18px; }
ul { padding-left: 22px; }
li + li { margin-top: 8px; }

.shell { width: min(var(--shell), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.section { padding: 84px 0; }
.section-lg { padding: 112px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-white { background: var(--white); }
.section-rule { border-top: 1px solid var(--line); }
.eyebrow, .footer-label, .data-label, .form-step { color: var(--steel); font-family: "Courier New", Courier, monospace; font-size: .73rem; font-weight: 700; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.section-dark .eyebrow, .section-dark .data-label { color: var(--signal-on-ink); }
.eyebrow::before { display: inline-block; width: 24px; height: 2px; margin: 0 9px 4px 0; background: var(--signal); content: ""; vertical-align: middle; }
.lead { color: var(--steel); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; max-width: 58ch; }
.section-dark .lead { color: #d1d2d4; }
.text-measure { max-width: 65ch; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid var(--signal-on-ink); outline-offset: 3px; }
.button:focus-visible, .button-link:focus-visible { outline-color: var(--ink); box-shadow: 0 0 0 3px var(--paper), 0 0 0 6px var(--signal-on-ink); }
.section-dark .button:focus-visible { outline-color: var(--white); box-shadow: 0 0 0 3px var(--ink), 0 0 0 6px var(--signal-on-ink); }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(16, 17, 20, .13); background: rgba(245, 244, 241, .97); backdrop-filter: blur(12px); }
.header-layout { display: flex; align-items: center; min-height: 76px; gap: 22px; }
.brand { display: block; flex: 0 0 151px; line-height: 0; text-decoration: none; }
.brand img { width: 151px; height: 65px; object-fit: contain; }
.desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 27px); }
.desktop-nav a { position: relative; color: #2f3337; font-size: .83rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--signal); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .16s ease-out; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.call-link { color: var(--ink); font-size: .8rem; font-weight: 700; line-height: 1.1; text-align: right; text-decoration: none; white-space: nowrap; }
.call-link span { display: block; color: var(--steel); font-weight: 500; margin-top: 4px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 19px; border: 1px solid transparent; border-radius: 2px; font-size: .86rem; font-weight: 700; line-height: 1.1; text-align: center; text-decoration: none; transition: background-color .16s ease-out, border-color .16s ease-out, color .16s ease-out, transform .16s ease-out; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--white); background: var(--signal); }
.button-primary:hover { background: var(--signal-dark); }
.button-secondary { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-secondary:hover { color: var(--white); background: var(--ink); }
.button-secondary-light { color: var(--white); border-color: var(--white); background: transparent; }
.button-secondary-light:hover { color: var(--ink); background: var(--white); }
.button-small { min-height: 40px; padding: 10px 14px; font-size: .77rem; }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: var(--white); }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .16s ease-out; }
.menu-button[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav .shell { display: grid; gap: 0; padding: 16px 0 24px; }
.mobile-nav a { padding: 13px 0; font-weight: 700; text-decoration: none; }
.mobile-nav .button { margin-top: 12px; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; filter: saturate(.78) brightness(.52); }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,17,20,.96) 0%, rgba(16,17,20,.78) 42%, rgba(16,17,20,.24) 74%, rgba(16,17,20,.38) 100%); content: ""; }
.hero-content { position: relative; z-index: 1; display: grid; min-height: min(760px, calc(100svh - 76px)); align-items: end; padding: 94px 0; }
.hero-copy { max-width: 720px; }
.hero .eyebrow { color: var(--signal-on-ink); }
.hero .lead { color: #ebebec; max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin: 34px 0 0; color: #cfd0d2; font-size: .85rem; }
.hero-note span { display: inline-block; width: 8px; height: 8px; margin: 0 8px 1px 0; background: var(--signal); border-radius: 50%; }

.grid-two { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(36px, 7vw, 104px); align-items: start; }
.grid-two.equal { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.data-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); }
.data-grid > div { min-height: 154px; padding: 24px; border: 1px solid var(--line); margin: -1px 0 0 -1px; }
.data-grid strong { display: block; margin-top: 10px; font-size: clamp(1.25rem, 2.4vw, 1.65rem); letter-spacing: -.035em; line-height: 1.15; }
.data-grid p { margin: 8px 0 0; color: var(--steel); font-size: .92rem; }
.process { counter-reset: steps; }
.process-card { position: relative; min-height: 260px; padding: 28px 24px; border-top: 4px solid var(--signal); background: var(--white); }
.process-card::before { display: block; margin-bottom: 55px; color: var(--steel); content: "0" counter(steps); counter-increment: steps; font-family: "Courier New", Courier, monospace; font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.process-card p { color: var(--steel); font-size: .95rem; }
.media-frame { position: relative; overflow: hidden; background: var(--ink); }
.media-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.media-frame .media-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 14px 16px; color: var(--white); background: linear-gradient(transparent, rgba(16,17,20,.85)); font-size: .77rem; }
.proof-card { padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.proof-card > div { padding: 24px; }
.proof-card p { color: var(--steel); }
.rule-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.rule-list li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); margin: 0; }
.rule-list b { color: var(--signal); font-family: "Courier New", Courier, monospace; font-size: .78rem; letter-spacing: .09em; }
.split-media { min-height: 100%; }
.split-media img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.video-panel { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); background: #08090b; }
.video-panel-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 5vw, 68px); }
.video-panel-copy p { color: #d1d2d4; }
.video-wrap { display: flex; align-items: center; justify-content: center; min-height: 460px; overflow: hidden; background: #060708; }
.video-wrap video { width: 100%; height: 100%; object-fit: cover; }
.video-description { margin-top: 14px; color: #cfd0d2; font-size: .82rem; }

.page-intro { padding: 112px 0 76px; border-bottom: 1px solid var(--line); background: var(--white); }
.page-intro h1 { max-width: 18ch; }
.page-intro .lead { max-width: 55ch; }
.card { padding: 28px; border: 1px solid var(--line); background: var(--white); }
.card-dark { color: var(--white); border-color: #30333a; background: var(--ink-raised); }
.card-dark p { color: #cfd0d2; }
.icon-line { display: block; width: 32px; height: 3px; margin-bottom: 42px; background: var(--signal); }
.stat-line { display: flex; align-items: baseline; gap: 10px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.stat-line strong { min-width: 56px; color: var(--signal); font-family: "Courier New", Courier, monospace; font-size: .86rem; }

.quote-section { position: relative; overflow: hidden; background: var(--paper); }
.quote-wrap { display: grid; grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 86px); }
.quote-aside { padding: 34px; color: var(--white); background: var(--ink); }
.quote-aside p { color: #d3d4d6; }
.quote-aside a { color: var(--white); font-size: 1.25rem; font-weight: 700; }
.form-shell { padding: clamp(24px, 4vw, 48px); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field-full { grid-column: 1 / -1; }
.form-field { display: grid; gap: 7px; }
.form-field label { color: #34383d; font-size: .83rem; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 13px; color: var(--ink); border: 1px solid #aeb2b5; border-radius: 2px; background: var(--white); }
.form-field textarea { min-height: 135px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--ink); outline: 3px solid rgba(255,82,110,.45); outline-offset: 1px; }
.form-help { color: var(--steel); font-size: .78rem; }
.form-error { color: #8a061e; font-size: .83rem; font-weight: 700; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.form-actions p { max-width: 52ch; margin: 0; color: var(--steel); font-size: .8rem; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; font-size: clamp(1.08rem, 2vw, 1.28rem); font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; color: var(--signal); content: "+"; font-family: "Courier New", Courier, monospace; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 70ch; padding: 0 0 22px; color: var(--steel); }

.site-footer { padding: 68px 0 28px; color: #d7d8d9; background: #08090b; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) repeat(2, minmax(180px, 1fr)); gap: 48px; }
.footer-logo { width: min(260px, 100%); height: auto; margin: -12px 0 12px; }
.site-footer p { max-width: 38ch; color: #aeb1b4; font-size: .9rem; }
.footer-label { color: var(--signal-on-ink) !important; }
.site-footer a { display: block; margin-bottom: 9px; color: var(--white); font-size: .92rem; text-decoration: none; }
.site-footer a:hover { color: var(--signal-on-ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 36px; margin-top: 50px; border-top: 1px solid #34373d; color: #aeb1b4; font-size: .77rem; }
.footer-bottom span:last-child { display: flex; flex-wrap: wrap; gap: 17px; }
.footer-bottom a { display: inline; margin: 0; color: #aeb1b4; font-size: inherit; }
.mobile-call { display: none; }

@media (max-width: 1199px) {
  .desktop-nav { display: none; }
  .header-layout { justify-content: space-between; }
  .menu-button { display: block; }
  .header-actions { margin-left: auto; }
}

@media (max-width: 899px) {
  :root { --gutter: 20px; }
  .section { padding: 68px 0; }
  .section-lg { padding: 84px 0; }
  .grid-two, .grid-two.equal, .quote-wrap, .video-panel { grid-template-columns: 1fr; }
  .grid-three { grid-template-columns: 1fr; gap: 14px; }
  .split-media img { min-height: 360px; }
  .video-wrap { min-height: 360px; order: -1; }
  .header-cta { display: none; }
  .hero-media::after { background: linear-gradient(90deg, rgba(16,17,20,.92), rgba(16,17,20,.58)); }
  .hero-content { min-height: 650px; padding: 64px 0 84px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 639px) {
  h1 { font-size: clamp(2.6rem, 12vw, 3.7rem); }
  .header-layout { min-height: 70px; gap: 12px; }
  .brand { flex-basis: 132px; }
  .brand img { width: 132px; height: 57px; }
  .call-link { font-size: .76rem; }
  .call-link span { display: none; }
  .menu-button { flex: 0 0 48px; }
  .header-actions { gap: 8px; }
  .hero-content { min-height: 620px; }
  .hero-actions .button { width: 100%; }
  .data-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { display: block; padding-bottom: 62px; }
  .footer-bottom span:last-child { margin-top: 14px; }
  .mobile-call { position: fixed; right: 12px; bottom: 12px; z-index: 25; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 17px; color: var(--white); background: var(--signal); box-shadow: 0 8px 24px rgba(16,17,20,.24); font-size: .84rem; font-weight: 700; text-decoration: none; }
}

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