@font-face {
  font-family: "Owners XNarrow Fallback";
  src: url("fonts/OwnersXNarrow-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --canvas: #141414;
  --surface: #1b1b1b;
  --paper: #f5f5f5;
  --white: #ffffff;
  --muted: #b7b3aa;
  --charcoal: #574e4f;
  --action: #d95b2d;
  --error: #d9342d;
  --brick: #a8261e;
  --rule-dark: rgba(255, 255, 255, 0.18);
  --rule-light: rgba(20, 20, 20, 0.28);
  --font-heading: "Owners XNarrow Fallback", "Arial Narrow", Impact, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-wordmark-button: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-utility: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --type-section: clamp(2.75rem, 12vw, 4.5rem);
  --track-display: -0.015em;
  --track-utility: -0.04em;
  --track-utility-reading: 0.02em;
  --on-charcoal-copy: rgba(255, 255, 255, 0.76);
  --on-charcoal-label: rgba(255, 255, 255, 0.70);
  --rule-on-charcoal: rgba(255, 255, 255, 0.24);
  --section-mobile: 3.5rem;
  --section-story-desktop: 6rem;
  --section-receipt-desktop: 4rem;
  --ease: cubic-bezier(0.2, 0, 0, 1);
  --shell: 70rem;
  --wide: 90rem;
  --radius: 2px;
}

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

html {
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
ol,
ul,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li,
dd {
  text-wrap: pretty;
}

[hidden] {
  display: none !important;
}

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

.shell {
  width: min(calc(100% - 2.5rem), var(--shell));
  margin-inline: auto;
}

.utility {
  font-family: var(--font-utility);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--track-utility);
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  min-height: 2.75rem;
  padding: 0.72rem 1rem;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--canvas);
  font-family: var(--font-utility);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: transform;
  transition-duration: 160ms;
  transition-timing-function: var(--ease);
}

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

:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--action);
  scroll-margin-block: 5rem;
}

.site-header {
  min-height: 3rem;
  border-bottom: 1px solid var(--rule-dark);
}

.header-row {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mark-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--white);
  line-height: 1;
}

.mark-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  fill: currentColor;
}

.mark-word {
  font-family: var(--font-wordmark-button);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.header-utility {
  display: grid;
  justify-items: end;
  gap: 0.125rem;
  color: var(--muted);
  text-align: right;
}

.header-utility-separator {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(78svh - 3rem);
  padding: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--rule-dark);
  background:
    radial-gradient(circle at 12% 30%, rgba(217, 91, 45, 0.2), transparent 30%),
    radial-gradient(circle at 58% 78%, rgba(168, 38, 30, 0.18), transparent 38%),
    linear-gradient(125deg, #141414 0%, #141414 58%, #271717 100%);
}

.hero-grid {
  display: grid;
  gap: 0.375rem;
}

.hero-copy {
  min-width: 0;
}

h1 {
  max-width: 55rem;
  font-family: var(--font-heading);
  font-size: clamp(2.45rem, 11.7vw, 3rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

.hero-deck {
  max-width: 37rem;
  margin-top: 0.625rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.4;
}

.hero-deck em {
  font-style: italic;
}

.capture-column {
  min-width: 0;
  position: relative;
  padding-top: 0.375rem;
}

.unavailable-panel h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 8.5vw, 2.625rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.capture-form {
  margin-top: 0;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.field-group {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.375rem;
}

.field-group label {
  font-family: var(--font-utility);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: var(--track-utility);
  text-transform: uppercase;
}

.field-group input,
.field-group button {
  width: 100%;
  min-height: 3.25rem;
  border-radius: var(--radius);
}

.field-group input {
  border: 1px solid var(--paper);
  padding: 0.72rem 0.875rem;
  background: var(--canvas);
  color: var(--paper);
  caret-color: var(--action);
  font-size: 1.0625rem;
}

.field-group input:focus {
  border-color: var(--paper);
}

.field-group input::placeholder {
  color: #9d998f;
}

.field-group input[aria-invalid="true"] {
  border-color: var(--error);
}

.capture-form[data-state="failure"] .field-group input {
  border-color: var(--error);
}

.capture-form[data-state="invalid"] .field-group input:focus-visible,
.capture-form[data-state="failure"] .field-group input:focus-visible {
  outline-color: var(--paper);
  box-shadow: 0 0 0 5px var(--error);
}

.field-group input:disabled {
  border-color: var(--charcoal);
  color: var(--muted);
  cursor: not-allowed;
}

.field-group button,
.primary-link {
  border: 0;
  background-color: var(--brick);
  color: var(--white);
  font-family: var(--font-wordmark-button);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition-property: background-color, transform;
  transition-duration: 160ms;
  transition-timing-function: var(--ease);
}

.field-group button {
  padding: 0.85rem 1rem;
  cursor: pointer;
}

.field-group button:not(:disabled):hover,
.primary-link:hover {
  background-color: var(--action);
}

.field-group button:not(:disabled):active,
.primary-link:active {
  transform: translateY(1px);
}

.field-group button:disabled {
  background: var(--charcoal);
  color: var(--paper);
  cursor: not-allowed;
}

.capture-form[data-state="pending"] #submit-cta {
  position: relative;
  color: transparent;
}

.capture-form[data-state="pending"] #submit-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 3px;
  transform: translate(-50%, -50%);
  background: var(--paper);
  box-shadow: -0.5rem 0 0 var(--paper), 0.5rem 0 0 var(--paper);
  animation: lox-pending 900ms var(--ease) infinite;
}

@keyframes lox-pending {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

.form-status {
  min-height: 1.125rem;
  margin-top: 0.125rem;
  color: var(--paper);
  font-size: 0.8125rem;
  line-height: 1.32;
}

.capture-form[data-state="invalid"] .form-status,
.capture-form[data-state="failure"] .form-status {
  min-height: 2.5rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--error);
  border-radius: var(--radius);
  background: #2a1817;
  color: var(--paper);
  font-weight: 700;
}

.consent-placeholder {
  margin-top: 0.375rem;
  color: var(--muted);
  font-family: var(--font-utility);
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: var(--track-utility-reading);
}

.capture-value {
  margin-top: 0.625rem;
  color: var(--paper);
}

.unavailable-panel {
  min-height: 12rem;
  margin-top: 0.75rem;
  padding: 1rem 0;
  border-top: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}

.unavailable-panel .utility {
  margin-bottom: 0.625rem;
  color: var(--muted);
}

.unavailable-panel p:last-child {
  margin-top: 0.75rem;
  color: var(--muted);
}

.product-refund-note > span {
  display: block;
}

.product-refund-note a {
  width: max-content;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  color: inherit;
  text-underline-offset: 0.2em;
}

.noscript-message {
  margin-top: 0.5rem;
  color: var(--paper);
  font-size: 0.8125rem;
}

.stat-band {
  padding-block: var(--section-mobile);
  border-bottom: 1px solid var(--rule-on-charcoal);
  background: var(--charcoal);
  color: var(--white);
}

.protocol-map-header {
  max-width: 62rem;
}

.protocol-map-header .utility {
  color: var(--on-charcoal-label);
}

.results h2,
.protocol-map-header h2,
.dht h2,
.offer h2 {
  margin-top: 0.75rem;
  font-family: var(--font-heading);
  font-size: var(--type-section);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: var(--track-display);
  text-transform: uppercase;
}

.protocol-map-header > p:last-child {
  max-width: 40rem;
  margin-top: 0.875rem;
  color: var(--on-charcoal-copy);
  font-size: 1rem;
  line-height: 1.4;
}

.deliverables-grid {
  margin-top: 2rem;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 2px solid var(--white);
  list-style: none;
}

.deliverables-grid li {
  min-width: 0;
  padding: 1.125rem 0 1.25rem;
  display: grid;
  grid-template-columns: minmax(7.25rem, 0.85fr) minmax(0, 1.7fr);
  grid-template-areas:
    "label label"
    "value copy";
  column-gap: 1rem;
  row-gap: 0.625rem;
  align-items: start;
  border-bottom: 1px solid var(--rule-on-charcoal);
}

.deliverables-grid .utility {
  grid-area: label;
  color: var(--on-charcoal-label);
}

.deliverable-copy {
  grid-area: copy;
  max-width: 21rem;
  color: var(--on-charcoal-copy);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.deliverable-value {
  grid-area: value;
  font-family: var(--font-heading);
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.results {
  padding-block: var(--section-mobile);
  border-bottom: 1px solid var(--rule-dark);
  background: var(--canvas);
}

.results-header {
  max-width: 46rem;
}

.results-gallery {
  margin-top: 2.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 0.75rem;
  align-items: start;
}

.result-figure {
  --result-mat: 0.5rem;
  min-width: 0;
  margin: 0;
}

.result-media {
  position: relative;
  padding: var(--result-mat);
  background: var(--white);
}

.result-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 7;
  object-fit: cover;
  display: block;
}

.result-badge {
  position: absolute;
  z-index: 1;
  top: calc(var(--result-mat) + 0.5rem);
  left: calc(var(--result-mat) + 0.5rem);
  padding: 0.4rem 0.55rem;
  font-family: var(--font-utility);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: var(--track-utility);
  text-transform: uppercase;
}

.result-badge-before {
  background: var(--paper);
  color: var(--canvas);
}

.result-badge-after {
  background: var(--brick);
  color: var(--white);
}

.result-figure figcaption {
  padding: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.4;
}

.results-qualifier {
  margin-top: 2rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--rule-dark);
  color: var(--muted);
  font-family: var(--font-utility);
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: var(--track-utility-reading);
}

.section-kicker {
  color: var(--muted);
}

.section-lead {
  max-width: 42rem;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.4;
}

.section-lead em {
  font-style: italic;
}

.dht {
  padding-block: var(--section-mobile);
  border-top: 1px solid var(--rule-dark);
}

.dht h2 span {
  display: block;
}

.compare {
  margin-top: 2.75rem;
  display: grid;
  gap: 2rem;
}

.compare-side h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 6.5vw, 2.1rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.compare-against {
  padding: 1.5rem 0 1.75rem;
  border-top: 2px solid var(--rule-dark);
}

.compare-against h3 {
  color: var(--muted);
}

.compare-loxstar {
  padding: 1.5rem 1.5rem 1.75rem;
  border-top: 2px solid var(--paper);
  background: var(--paper);
  color: var(--canvas);
}

.compare-side ul {
  margin-top: 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.compare-side li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.compare-against li {
  color: var(--muted);
}

.compare-mark {
  position: absolute;
  left: 0;
  top: 0.31em;
  width: 0.75rem;
  height: 0.75rem;
}

.compare-against .compare-mark {
  color: var(--muted);
}

.compare-loxstar .compare-mark {
  color: var(--brick);
}

.final-conversion {
  padding-block: var(--section-mobile);
  border-top: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
  background: var(--brick);
}

.final-grid {
  display: grid;
  gap: 1.5rem;
}

.final-lead {
  color: var(--paper);
}

.final-conversion h2 {
  margin-top: 0.5rem;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 11vw, 4rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.primary-link {
  min-height: 3.25rem;
  padding: 0.95rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  border-radius: var(--radius);
}

.final-conversion .primary-link {
  background: var(--paper);
  color: var(--canvas);
}

.final-conversion .primary-link:hover {
  background: var(--white);
  color: var(--brick);
}

.offer-grid {
  display: grid;
  gap: 3.25rem;
}

.offer-copy {
  min-width: 0;
}

.offer-product {
  width: min(100%, 22rem);
  margin-inline: auto;
  display: grid;
  gap: 1.375rem;
  justify-items: stretch;
  align-content: start;
}

.offer-product-visual {
  width: min(100%, 14rem);
  margin: 0;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  justify-self: center;
  overflow: visible;
}

.offer-product-image {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.22);
  transform-origin: center;
}

.secondary-link {
  min-height: 2.75rem;
  padding: 0.75rem 0;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  border-bottom: 1px solid var(--paper);
  font-family: var(--font-utility);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: var(--track-utility);
  text-decoration: none;
  text-transform: uppercase;
  transition-property: color, border-color;
  transition-duration: 160ms;
  transition-timing-function: var(--ease);
}

.secondary-link:hover {
  border-color: var(--action);
  color: var(--action);
}

.offer {
  background: var(--paper);
  color: var(--canvas);
}

.offer h2 span {
  display: block;
}

.offer .section-lead {
  max-width: 41rem;
  color: var(--charcoal);
}

.offer .section-kicker {
  color: var(--brick);
}

.offer-jobs {
  margin-top: 2.5rem;
  padding: 0;
  border-top: 2px solid var(--canvas);
  list-style: none;
}

.offer-jobs li {
  min-height: 3.625rem;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: minmax(5.5rem, 0.72fr) minmax(0, 1.78fr);
  gap: 1rem;
  align-items: baseline;
  border-bottom: 1px solid var(--rule-light);
  font-size: 1rem;
  line-height: 1.35;
}

.offer-jobs span {
  color: var(--brick);
  font-family: var(--font-utility);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.offer-jobs b {
  font-weight: 600;
}

.offer-proof {
  min-width: 0;
  padding: 1.25rem 0 1.375rem;
  border-top: 2px solid var(--canvas);
  border-bottom: 1px solid var(--rule-light);
}

.offer-proof-kicker {
  color: var(--brick);
}

.offer-proof-statement {
  margin-top: 0.875rem;
  display: grid;
  gap: 0.75rem;
}

.offer-proof-statement strong {
  font-family: var(--font-heading);
  font-size: clamp(4.75rem, 25vw, 6.25rem);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.offer-proof-statement span {
  max-width: 20rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  text-wrap: balance;
}

@media (max-width: 47.9375rem) {
  .offer {
    padding-block: var(--section-mobile);
  }

  .offer-product-visual {
    width: min(100%, 17.08rem);
  }

  .offer-product-image {
    transform: none;
  }

  .offer-grid {
    gap: 2rem;
  }

  .offer-jobs {
    margin-top: 1.5rem;
  }

  .offer-jobs li {
    min-height: 3rem;
    padding-block: 0.75rem;
  }

  .offer-product {
    gap: 1rem;
  }

  .offer-proof {
    padding-block: 1rem;
  }

}

.offer .secondary-link {
  width: 100%;
  min-height: 3.5rem;
  padding: 1rem 1.25rem;
  gap: 0.5rem;
  justify-content: center;
  border: 1px solid var(--canvas);
  border-radius: var(--radius);
  background: var(--canvas);
  color: var(--paper);
  font-size: 0.8125rem;
  transition-property: background-color, border-color, color, transform;
}

.offer .secondary-link:hover {
  border-color: var(--brick);
  background: var(--brick);
  color: var(--white);
}

.offer .secondary-link:active {
  transform: translateY(1px);
}

.external-arrow {
  width: 0.75rem;
  height: 0.75rem;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: square;
  stroke-linejoin: miter;
  transform: translate(1px, -1px);
}

.offer a:focus-visible {
  outline-color: var(--canvas);
}

.product-refund-note {
  display: grid;
  gap: 0.125rem;
  color: var(--charcoal);
  font-family: var(--font-utility);
  font-size: 0.75rem;
  line-height: 1.4;
}

.product-discount {
  padding: 0.875rem 0;
  display: grid;
  gap: 0.5rem;
  border-bottom: 1px solid var(--rule-light);
}

.product-discount .utility {
  color: var(--brick);
}

.product-code-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-code-row code {
  color: var(--canvas);
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.015em;
}

.product-code-row button {
  min-width: 5.25rem;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--canvas);
  border-radius: var(--radius);
  background: transparent;
  color: var(--canvas);
  cursor: pointer;
  font-family: var(--font-utility);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: background-color, color, transform;
  transition-duration: 140ms;
  transition-timing-function: var(--ease);
}

.product-code-row button:hover {
  background: var(--canvas);
  color: var(--paper);
}

.product-code-row button:active {
  transform: scale(0.96);
}

.site-footer {
  padding: var(--section-mobile) 0 max(2rem, env(safe-area-inset-bottom));
  border-top: 1px solid var(--rule-dark);
  color: var(--muted);
}

.study-footnote {
  max-width: 68rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--rule-dark);
  color: var(--muted);
  font-family: var(--font-utility);
  font-size: 0.75rem;
  line-height: 1.45;
  letter-spacing: var(--track-utility-reading);
}

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

.footer-grid > p:first-child {
  max-width: 46rem;
  font-size: 0.8125rem;
}

.footer-policies,
.copyright {
  font-family: var(--font-utility);
  font-size: 0.75rem;
}

.footer-policies a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  text-underline-offset: 0.2em;
  transition-property: color;
  transition-duration: 160ms;
  transition-timing-function: var(--ease);
}

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

@media (min-width: 48rem) {
  .shell {
    width: min(calc(100% - 4rem), var(--shell));
  }

  .site-header,
  .header-row {
    min-height: 4rem;
  }

  .header-utility {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
  }

  .header-utility-separator {
    display: inline;
  }

  .hero {
    min-height: calc(78svh - 4rem);
    padding: 2rem 0 3rem;
    align-items: center;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 5fr) minmax(19rem, 3fr);
    gap: 3rem;
    align-items: center;
  }

  h1 {
    font-size: clamp(3rem, 6.5vw, 6rem);
  }

  .hero-deck {
    margin-top: 1.25rem;
    font-size: 1.1875rem;
    line-height: 1.4;
  }

  .capture-column {
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(20, 20, 20, 0.94);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.22);
  }

  .field-group input,
  .field-group button {
    min-height: 3.375rem;
    font-size: 1.125rem;
  }

  .stat-band {
    padding-block: var(--section-receipt-desktop);
  }

  .protocol-map-header > p:last-child {
    font-size: 1.25rem;
  }

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

  .deliverables-grid li {
    padding: 1.25rem 1.5rem 1.5rem;
    display: block;
  }

  .deliverables-grid li:nth-child(even) {
    padding-left: 1.5rem;
    border-left: 1px solid var(--rule-on-charcoal);
  }

  .deliverable-value {
    margin-top: 0.75rem;
    font-size: 5.25rem;
  }

  .deliverable-copy {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
  }

  .results,
  .final-conversion,
  .dht,
  .offer {
    padding-block: var(--section-story-desktop);
  }

  .result-figure {
    --result-mat: 1rem;
  }

  .compare {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: stretch;
  }

  .compare-side h3 {
    min-height: 1.84em;
  }

  .final-grid {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 15rem);
    gap: 2rem;
    align-items: end;
  }

  .final-conversion h2 {
    max-width: 46rem;
  }

  .primary-link {
    justify-self: stretch;
  }

  .offer-grid {
    grid-template-columns: minmax(0, 7fr) minmax(17rem, 4fr);
    gap: clamp(3rem, 6vw, 5.25rem);
    align-items: start;
  }

  .offer h2 {
    max-width: none;
    font-size: clamp(3.75rem, 8vw, 4.5rem);
  }

  .offer-jobs li {
    grid-template-columns: minmax(7.5rem, 0.72fr) minmax(0, 1.78fr);
    gap: 1.5rem;
  }

  .offer-product {
    width: 100%;
    margin-inline: 0;
    gap: 1.5rem;
  }

  .offer-product-visual {
    width: min(100%, 19rem);
  }

  .offer-proof-statement strong {
    font-size: clamp(5rem, 7vw, 6.5rem);
  }

  .footer-grid {
    grid-template-columns: minmax(0, 7fr) 3fr auto;
    gap: 2rem;
    align-items: end;
  }
}

@media (min-width: 70rem) {
  .deliverables-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .deliverables-grid li {
    padding-inline: 1.5rem;
  }

  .deliverables-grid li:first-child {
    border-left: 0;
  }

  .deliverables-grid li + li {
    border-left: 1px solid var(--rule-on-charcoal);
  }
}

@media (min-width: 64rem) {

  .results-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem 0.75rem;
  }

  .result-figure {
    --result-mat: 1.25rem;
  }

}

@media (min-width: 64rem) and (max-height: 50rem) {
  .hero {
    min-height: calc(100svh - 4rem);
    padding-block: 1.25rem 2rem;
  }

  h1 {
    font-size: clamp(4.2rem, 6.2vw, 5.4rem);
  }
}

@media (min-width: 100rem) {
  .shell {
    width: min(calc(100% - 8rem), var(--shell));
  }
}

@media (max-width: 22.4375rem) {
  .hero {
    padding-top: 1rem;
  }

  h1 {
    font-size: 2.45rem;
  }

  .hero-deck {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
  }

  .capture-column {
    padding-top: 0.25rem;
  }

  .field-group {
    margin-top: 0.5rem;
  }

  .field-group { gap: 0.25rem; }

  .field-group input,
  .field-group button {
    min-height: 3rem;
  }
}

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