@font-face {
  font-family: "ARMRA";
  src: url("assets/armra-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ARMRA";
  src: url("assets/armra-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "ARMRA Display";
  src: url("assets/armra-display-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "ARMRA Mono";
  src: url("assets/armra-mono-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #080808;
  --paper: #f4f2ed;
  --white: #ffffff;
  --lime: #e8ff86;
  --blue: #bddcf7;
  --orange: #ff9e69;
  --muted: #61615c;
  --line: rgba(8, 8, 8, 0.2);
  --frame: min(1280px, calc(100% - 64px));
  --reading: min(1120px, calc(100% - 64px));
  --radius: 0;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "ARMRA", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a, summary { font: inherit; }
button { color: inherit; }

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

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

.eyebrow,
.reason-label,
.selector-label {
  margin: 0;
  font-family: "ARMRA Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--ink);
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #2a2a2a; }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.full { width: 100%; }

.site-top {
  position: sticky;
  z-index: 50;
  top: 0;
}

.announcement {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  padding: 6px 16px;
  font-family: "ARMRA Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.announcement span { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }

.brand-bar {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.brand-row {
  min-height: 63px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.wordmark img { width: 174px; height: auto; }
.top-proof,
.brand-link {
  font-family: "ARMRA Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-link { justify-self: end; text-underline-offset: 4px; }

.hero {
  border-bottom: 1px solid var(--line);
  background: var(--lime);
}

.hero-grid {
  min-height: 716px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 76px max(44px, calc((100vw - 1280px) / 2));
}

.offer-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  border: 1px solid var(--ink);
  background: var(--white);
  padding: 8px 10px;
  font-family: "ARMRA Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero .eyebrow { margin-bottom: 18px; }

h1,
h2,
h3 {
  font-family: "ARMRA Display", "Arial Black", sans-serif;
  text-wrap: balance;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(58px, 5.8vw, 88px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.hero-dek {
  max-width: 660px;
  margin: 25px 0 29px;
  font-size: 17px;
  line-height: 1.55;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 15px 0 0;
  font-size: 11px;
  line-height: 1.4;
}

.stars { letter-spacing: -0.12em; }

.hero-media {
  position: relative;
  min-height: 716px;
  overflow: hidden;
  margin: 0;
  background: var(--blue);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 716px;
  object-fit: cover;
  object-position: center 34%;
}

.hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(8, 8, 8, 0.82);
  color: var(--white);
  padding: 12px 14px;
  font-family: "ARMRA Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

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

.proof-row {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.proof-row span {
  flex: 0 0 auto;
  font-family: "ARMRA Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.reason { border-bottom: 1px solid var(--line); background: var(--paper); }
.reason-blue { background: var(--blue); }
.reason-lime { background: var(--lime); }
.reason-proof { background: var(--white); }

.reason-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.reason:nth-child(even) .reason-copy { order: 2; }

.reason-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 76px max(52px, calc((100vw - 1280px) / 2));
}

.reason-label { margin-bottom: 22px; }

.reason h2 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(46px, 4.55vw, 69px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.93;
}

.reason-copy > p:not(.reason-label) {
  max-width: 590px;
  margin: 24px 0 0;
  color: #3f403d;
  font-size: 16px;
  line-height: 1.65;
}

.reason-copy > p + p { margin-top: 13px !important; }

.reason-media {
  min-height: 650px;
  overflow: hidden;
  margin: 0;
  background: var(--white);
}

.reason-media img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.reason-media.contain {
  display: grid;
  place-items: center;
  padding: 8%;
}

.reason-media.contain img {
  width: min(92%, 650px);
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.clinical-art { background: #f2efe9; }
.matrix-art { background: #eef6d3; }
.proof-art { background: var(--white); }

.signal {
  width: min(100%, 590px);
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 29px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}

.signal strong {
  flex: 0 0 auto;
  font-family: "ARMRA Display", sans-serif;
  font-size: 30px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.signal span {
  font-family: "ARMRA Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

blockquote {
  max-width: 590px;
  margin: 27px 0 0;
  border-left: 5px solid var(--lime);
  padding: 2px 0 2px 18px;
  font-size: 19px;
  line-height: 1.4;
}

blockquote cite {
  display: block;
  margin-top: 9px;
  font-family: "ARMRA Mono", monospace;
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mid-cta { margin-top: 28px; }

.offer {
  background: var(--ink);
  color: var(--white);
  padding: 104px 0 112px;
}

.offer-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 64px;
  margin-bottom: 42px;
}

.offer-head .eyebrow { margin-bottom: 18px; }

.offer h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(53px, 5.6vw, 82px);
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.offer-head > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.offer-layout {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: start;
  gap: 22px;
}

.gallery,
.buy-card {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--white);
  color: var(--ink);
}

.gallery-stage {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f4f2ed;
  padding: 4%;
}

.gallery-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-top: 1px solid var(--line);
  background: var(--line);
}

.gallery-thumbs button {
  min-height: 88px;
  border: 0;
  background: var(--white);
  padding: 7px;
  cursor: pointer;
}

.gallery-thumbs button.active { box-shadow: inset 0 -4px 0 var(--lime); }
.gallery-thumbs img { width: 100%; height: 72px; object-fit: contain; }

.gallery-action {
  border-top: 1px solid var(--line);
  padding: 14px 18px;
}

.gallery-action button {
  min-height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.buy-card { padding: 38px; }

.buy-rating {
  margin: 0 0 13px;
  font-family: "ARMRA Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.buy-card h3 {
  max-width: 540px;
  margin: 0;
  font-size: 44px;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.buy-dek {
  margin: 15px 0 23px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.offer-callout {
  margin-bottom: 23px;
  border: 1px solid var(--ink);
  background: var(--lime);
  padding: 15px;
}

.offer-callout > span {
  display: block;
  margin-bottom: 5px;
  font-family: "ARMRA Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.offer-callout strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.offer-callout p { margin: 5px 0 0; font-size: 11px; line-height: 1.45; }
.selector-label { display: block; margin-bottom: 9px; }

.plan-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.plan-selector button {
  min-height: 67px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 10px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}

.plan-selector button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.plan-selector small { display: block; margin-top: 4px; font-size: 9px; font-weight: 400; }

.price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 25px 0 18px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.price-row strong {
  flex: 0 0 auto;
  font-family: "ARMRA Display", sans-serif;
  font-size: 45px;
  letter-spacing: -0.055em;
  line-height: 1;
}

.price-row span {
  max-width: 280px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
  text-align: right;
}

.offer-proof {
  margin: 12px 0 0;
  color: var(--muted);
  font-family: "ARMRA Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.faq { border-bottom: 1px solid var(--line); background: var(--paper); padding: 90px 0 102px; }

.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 80px;
}

.faq .eyebrow { margin-bottom: 18px; }

.faq h2 {
  max-width: 470px;
  margin: 0;
  font-size: clamp(48px, 4.7vw, 70px);
  letter-spacing: -0.052em;
  line-height: 0.93;
}

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

summary {
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; flex: 0 0 auto; font-size: 24px; font-weight: 400; }
details[open] summary::after { content: "−"; }

details p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  padding: 0 0 22px;
  font-size: 13px;
  line-height: 1.65;
}

footer { background: var(--white); padding: 38px 0 90px; }

.footer-grid {
  display: grid;
  grid-template-columns: 170px 1fr 220px;
  align-items: start;
  gap: 42px;
}

.footer-grid img { width: 142px; height: auto; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.footer-note { font-family: "ARMRA Mono", monospace; text-transform: uppercase; }

.desktop-rail {
  position: fixed;
  z-index: 35;
  right: 18px;
  bottom: 18px;
  width: 272px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(8, 8, 8, 0.94);
  color: var(--white);
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(11px);
}

.desktop-rail.visible { opacity: 1; pointer-events: auto; transform: none; }
.desktop-rail strong { display: block; font-size: 21px; line-height: 1.1; }
.desktop-rail span { display: block; margin: 7px 0 12px; color: rgba(255, 255, 255, 0.68); font-size: 10px; line-height: 1.4; }
.desktop-rail .button { width: 100%; min-height: 43px; padding: 10px; font-size: 10px; }
.mobile-buy { display: none; }

dialog {
  width: min(690px, calc(100% - 32px));
  max-height: 88vh;
  border: 0;
  background: var(--white);
  color: var(--ink);
  padding: 0;
}

dialog::backdrop { background: rgba(0, 0, 0, 0.68); }

.dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 14px 18px;
}

.dialog-head h2 { margin: 0; font-size: 25px; letter-spacing: -0.03em; }

.dialog-head button {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}

.dialog-body { padding: 20px; }
.dialog-body img { width: 100%; max-height: 68vh; object-fit: contain; }

@media (max-width: 980px) {
  :root {
    --frame: min(100% - 32px, 760px);
    --reading: min(100% - 32px, 760px);
  }

  .brand-row { grid-template-columns: 1fr auto; }
  .top-proof { display: none; }
  .wordmark { justify-self: start; }

  .hero-grid {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .hero-copy { padding: 43px 16px 46px; }
  .offer-chip { margin-bottom: 24px; }
  h1 { max-width: 720px; font-size: clamp(49px, 11.5vw, 72px); }
  .hero-dek { margin: 20px 0 24px; font-size: 15px; }
  .hero-copy .button { width: 100%; }
  .hero-media { min-height: 0; height: min(66vw, 500px); }
  .hero-media img { height: 100%; min-height: 0; object-position: center 40%; }

  .proof-row { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .proof-row::-webkit-scrollbar { display: none; }

  .reason-grid { min-height: 0; grid-template-columns: 1fr; }
  .reason:nth-child(even) .reason-copy { order: initial; }
  .reason-copy { padding: 54px 16px 58px; }
  .reason h2 { font-size: clamp(44px, 9.4vw, 62px); }
  .reason-copy > p:not(.reason-label) { font-size: 15px; }
  .reason-media, .reason-media img { min-height: 0; height: min(78vw, 590px); }
  .reason-media.contain { min-height: 430px; height: auto; padding: 7%; }
  .reason-media.contain img { width: min(88%, 590px); height: auto; }

  .offer { padding: 74px 0 90px; }
  .offer-head, .offer-layout, .faq-grid { grid-template-columns: 1fr; }
  .offer-head { gap: 20px; }
  .offer-layout { gap: 15px; }
  .buy-card { padding: 29px 22px; }
  .faq-grid { gap: 42px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .desktop-rail { display: none; }

  .mobile-buy {
    position: fixed;
    z-index: 60;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(8, 8, 8, 0.95);
    color: var(--white);
    padding: 9px 10px 9px 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(11px);
  }

  .mobile-buy.visible { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-buy strong { display: block; font-size: 12px; }
  .mobile-buy span { display: block; margin-top: 2px; color: rgba(255, 255, 255, 0.64); font-size: 9px; }
  .mobile-buy .button { min-height: 44px; flex: 0 0 auto; padding: 10px 14px; font-size: 10px; }
}

@media (max-width: 600px) {
  .announcement { justify-content: flex-start; overflow-x: auto; font-size: 9px; }
  .brand-row { min-height: 58px; }
  .wordmark img { width: 147px; }
  .brand-link { font-size: 9px; }
  .hero-copy { padding-top: 35px; }
  .hero-dek { line-height: 1.5; }
  .hero-media { height: min(92vw, 420px); }
  .hero-media figcaption { right: 10px; bottom: 10px; left: 10px; }
  .proof-row { min-height: 45px; gap: 28px; }
  .reason-copy { padding-top: 47px; padding-bottom: 51px; }
  .reason h2 { font-size: 45px; }
  .signal { align-items: flex-start; gap: 8px; }
  .signal strong { font-size: 27px; }
  .signal span { padding-top: 3px; line-height: 1.35; }
  blockquote { font-size: 17px; }
  .reason-media, .reason-media img { height: min(92vw, 455px); }
  .reason-media.contain { min-height: 340px; }
  .offer h2 { font-size: 51px; }
  .gallery-thumbs button { min-height: 69px; }
  .gallery-thumbs img { height: 57px; }
  .buy-card h3 { font-size: 38px; }
  .plan-selector { grid-template-columns: 1fr; }
  .plan-selector button { min-height: 56px; }
  .price-row { align-items: flex-start; }
  .price-row strong { font-size: 40px; }
  .price-row span { max-width: 185px; }
  .faq { padding: 70px 0 86px; }
  .faq h2 { font-size: 48px; }
  footer { padding-bottom: 102px; }
}

@media (max-width: 360px) {
  h1 { font-size: 45px; }
  .reason h2 { font-size: 40px; }
  .offer h2 { font-size: 46px; }
  .signal { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
