:root {
  --ink: #282a36;
  --ink-soft: #44475a;
  --paper: #f8f8f2;
  --paper-deep: #ecece4;
  --green: #50fa7b;
  --green-dark: #168a45;
  --orange: #ffb86c;
  --purple: #bd93f9;
  --pink: #ff79c6;
  --comment: #6272a4;
  --white: #ffffff;
  --danger: #ff5555;
  --shadow: 0 24px 70px rgba(40, 42, 54, 0.16);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
  --display: Georgia, "Times New Roman", serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.05;
}

h1,
h2 {
  font-family: var(--display);
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(3.6rem, 8vw, 7.6rem);
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4.9rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

:focus-visible {
  outline: 4px solid var(--purple);
  outline-offset: 4px;
}

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

.narrow-shell {
  max-width: 820px;
}

.section {
  padding: clamp(76px, 10vw, 140px) 0;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--green);
  border-radius: 10px;
  font-weight: 800;
  transform: translateY(-150%);
}

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

.eyebrow,
.form-step,
.price-kicker,
.legal-number {
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--green);
  border-radius: 999px;
  box-shadow: 5px 5px 0 var(--ink);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.button:hover {
  background: var(--orange);
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(3px, 3px);
}

.button:active {
  box-shadow: 0 0 0 var(--ink);
  transform: translate(5px, 5px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.button-small {
  min-height: 44px;
  padding: 11px 18px;
  box-shadow: 3px 3px 0 var(--ink);
}

.button-large {
  min-height: 64px;
  padding: 18px 32px;
  font-size: 1.05rem;
}

.button-secondary {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--green);
  box-shadow: 5px 5px 0 var(--green);
}

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

.text-link {
  font-weight: 900;
  text-decoration-color: var(--green-dark);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.site-header {
  position: relative;
  z-index: 50;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid rgba(248, 248, 242, 0.16);
}

.header-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  flex: 0 0 48px;
}

.brand-mark svg > circle,
.brand-mark svg > path:first-of-type {
  fill: var(--green);
  stroke: var(--ink);
  stroke-width: 4px;
}

.brand-mark .brand-eye,
.brand-mark .brand-play {
  fill: var(--ink);
  stroke: none;
}

.brand-type {
  display: grid;
  line-height: 0.9;
}

.brand-type strong {
  font-family: var(--display);
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}

.brand-type small {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav > a:not(.button) {
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.main-nav > a:not(.button):hover {
  color: var(--green);
}

.main-nav .button {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 1px solid var(--ink-soft);
  background: transparent;
  border-radius: 12px;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--green);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 11vw, 150px) 0 clamp(88px, 10vw, 130px);
  color: var(--paper);
  background:
    radial-gradient(circle at 12% 20%, rgba(189, 147, 249, 0.18), transparent 33%),
    radial-gradient(circle at 88% 70%, rgba(80, 250, 123, 0.14), transparent 34%),
    var(--ink);
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -200px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(80, 250, 123, 0.25);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 65px rgba(80, 250, 123, 0.025), 0 0 0 130px rgba(80, 250, 123, 0.02);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

.hero .eyebrow {
  color: var(--green);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(248, 248, 242, 0.78);
  font-size: clamp(1.12rem, 2vw, 1.4rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 38px;
}

.hero .text-link {
  text-decoration-color: var(--green);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-list li {
  padding: 8px 13px;
  border: 1px solid rgba(248, 248, 242, 0.22);
  border-radius: 999px;
  color: rgba(248, 248, 242, 0.78);
  font-size: 0.78rem;
  font-weight: 750;
}

.memory-machine {
  position: relative;
  display: grid;
  min-height: 520px;
  align-items: center;
  padding: 72px 34px 34px;
  border: 1px solid rgba(248, 248, 242, 0.15);
  background: rgba(68, 71, 90, 0.5);
  border-radius: 30px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.2), var(--shadow);
  grid-template-columns: 1fr 68px 1fr;
}

.machine-label {
  position: absolute;
  top: 20px;
  left: 28px;
  color: var(--orange);
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 800;
}

.machine-label-digital {
  right: 28px;
  left: auto;
  color: var(--green);
}

.analog-stack {
  position: relative;
  min-height: 330px;
}

.photo {
  position: absolute;
  width: 175px;
  height: 210px;
  padding: 12px 12px 30px;
  background: #e8dfcf;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}

.photo-back {
  top: 18px;
  left: 3px;
  background: #b8a993;
  transform: rotate(-9deg);
}

.photo-back span {
  display: block;
  height: 100%;
  background: linear-gradient(145deg, #766d62, #a49a8b);
}

.photo-front {
  top: 0;
  right: 0;
  color: #594d3f;
  transform: rotate(5deg);
}

.photo-front small {
  display: block;
  padding-top: 8px;
  font-family: "Courier New", monospace;
  font-size: 0.64rem;
  font-weight: 800;
  text-align: center;
}

.photo-scene {
  position: relative;
  height: 158px;
  overflow: hidden;
  background: linear-gradient(#b5a88e 0 52%, #807967 52%);
  filter: sepia(0.72) saturate(0.62);
}

.sun {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: var(--orange);
  border-radius: 50%;
}

.hill {
  position: absolute;
  bottom: 40px;
  width: 130px;
  height: 70px;
  background: #677258;
  border-radius: 70% 70% 0 0;
}

.hill-one {
  left: -30px;
}

.hill-two {
  right: -40px;
  bottom: 32px;
  background: #4f5c49;
}

.people::before,
.people::after {
  position: absolute;
  bottom: 22px;
  width: 18px;
  height: 48px;
  background: #393a37;
  border-radius: 50% 50% 8px 8px;
  content: "";
}

.people::before {
  left: 58px;
}

.people::after {
  left: 81px;
  height: 39px;
}

.vhs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 5px;
  height: 112px;
  border: 3px solid #171820;
  background: #30323e;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
}

.vhs-label {
  position: absolute;
  top: 16px;
  right: 35px;
  left: 35px;
  padding: 5px;
  color: #433a31;
  background: #d8ceb9;
  font-family: "Courier New", monospace;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
}

.vhs i {
  position: absolute;
  bottom: 18px;
  width: 38px;
  height: 38px;
  border: 7px dotted #a6a49e;
  background: #111219;
  border-radius: 50%;
}

.vhs i:first-of-type {
  left: 35px;
}

.vhs i:last-of-type {
  right: 35px;
}

.scan-column {
  position: relative;
  z-index: 4;
  height: 390px;
  border-right: 1px solid rgba(80, 250, 123, 0.3);
  border-left: 1px solid rgba(80, 250, 123, 0.3);
  background: rgba(80, 250, 123, 0.04);
}

.scan-column strong {
  position: absolute;
  bottom: 12px;
  left: 50%;
  color: var(--green);
  font-family: "Courier New", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  transform: translateX(-50%) rotate(-90deg);
}

.scan-light {
  position: absolute;
  right: -9px;
  left: -9px;
  height: 5px;
  background: var(--green);
  box-shadow: 0 0 8px var(--green), 0 0 35px var(--green), 0 -55px 70px rgba(80, 250, 123, 0.22);
  animation: scan-memory 4.8s ease-in-out infinite alternate;
}

@keyframes scan-memory {
  0% { top: 8%; }
  100% { top: 88%; }
}

.digital-stack {
  display: grid;
  gap: 14px;
  padding-left: 22px;
}

.file-card {
  display: grid;
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(248, 248, 242, 0.15);
  background: rgba(40, 42, 54, 0.72);
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  animation: file-arrive 4.8s ease-in-out infinite alternate;
}

.file-card:nth-child(2) {
  animation-delay: -1.2s;
}

.file-card:nth-child(3) {
  animation-delay: -2.4s;
}

.file-card span {
  display: grid;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: var(--green);
  border-radius: 8px;
  font-family: "Courier New", monospace;
  font-size: 0.62rem;
  font-weight: 900;
}

.file-video span {
  background: var(--purple);
}

.file-card strong {
  overflow: hidden;
  color: var(--paper);
  font-size: 0.74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes file-arrive {
  0% { opacity: 0.58; transform: translateX(-6px); }
  100% { opacity: 1; transform: translateX(0); }
}

.statement-band {
  padding: 22px 0;
  border-bottom: 3px solid var(--ink);
  background: var(--green);
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(8, auto);
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.statement-grid span {
  font-family: var(--display);
  font-size: 2.1rem;
  font-weight: 900;
}

.statement-grid p {
  margin: 0;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 60px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.6fr);
}

.section-heading h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.section-heading > p {
  margin-bottom: 8px;
  color: var(--ink-soft);
}

.price-grid {
  display: grid;
  margin-top: 65px;
  gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}

.price-card {
  min-height: 500px;
  padding: clamp(30px, 4vw, 48px);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 var(--ink);
}

.price-card:nth-child(1) {
  grid-column: span 5;
}

.price-card:nth-child(2) {
  grid-column: span 7;
}

.price-card:nth-child(3) {
  min-height: 290px;
  grid-column: 5 / span 8;
}

.price-card-green {
  background: var(--green);
}

.price-card-dark {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 8px 8px 0 var(--purple);
}

.price-card-paper {
  background: var(--white);
}

.price-card-dark .price-kicker {
  color: var(--green);
}

.price {
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(4.7rem, 9vw, 8.2rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.76;
}

.price sup {
  font-family: var(--body);
  font-size: 0.28em;
  letter-spacing: 0;
  vertical-align: top;
}

.price span {
  display: inline-block;
  max-width: 110px;
  font-family: var(--body);
  font-size: 0.13em;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.price-card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.process {
  color: var(--paper);
  background: var(--ink);
}

.process-grid {
  display: grid;
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.process-intro {
  position: sticky;
  top: 40px;
}

.process .eyebrow,
.process .form-step {
  color: var(--green);
}

.process-intro > p:not(.eyebrow) {
  color: rgba(248, 248, 242, 0.72);
}

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

.steps li {
  display: grid;
  padding: 36px 0;
  border-top: 1px solid rgba(248, 248, 242, 0.18);
  grid-template-columns: 88px 1fr;
  gap: 25px;
}

.steps li:last-child {
  border-bottom: 1px solid rgba(248, 248, 242, 0.18);
}

.steps > li > span {
  color: var(--green);
  font-family: "Courier New", monospace;
  font-size: 0.86rem;
  font-weight: 900;
}

.steps h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.steps p {
  margin-bottom: 0;
  color: rgba(248, 248, 242, 0.68);
}

.formats {
  background: var(--paper-deep);
}

.formats h2 {
  max-width: 800px;
}

.format-grid {
  display: grid;
  margin-top: 55px;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.format-grid article {
  padding: 32px;
  border: 2px solid var(--ink);
  background: var(--paper);
  border-radius: 18px;
}

.format-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.format-status {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 24px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.format-status.yes {
  background: var(--green);
}

.format-status.no {
  background: var(--orange);
}

.policy-callout {
  padding-block: clamp(65px, 8vw, 100px);
  color: var(--paper);
  background: var(--ink-soft);
}

.policy-callout-inner {
  display: grid;
  align-items: start;
  gap: 48px;
  grid-template-columns: 150px minmax(0, 1fr);
}

.policy-mark {
  display: grid;
  width: 140px;
  height: 140px;
  border: 3px solid var(--ink);
  background: var(--danger);
  border-radius: 50%;
  box-shadow: 8px 8px 0 var(--ink);
  place-items: center;
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 900;
}

.policy-callout .eyebrow {
  color: var(--orange);
}

.policy-callout h2 {
  max-width: 850px;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
}

.policy-callout p:not(.eyebrow) {
  max-width: 900px;
  color: rgba(248, 248, 242, 0.78);
}

.policy-callout .text-link {
  text-decoration-color: var(--orange);
}

.faq-grid {
  display: grid;
  align-items: start;
  gap: 70px;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.faq-grid > div:first-child {
  position: sticky;
  top: 40px;
}

.faq-list details {
  border-top: 2px solid var(--ink);
}

.faq-list details:last-child {
  border-bottom: 2px solid var(--ink);
}

.faq-list summary {
  padding: 24px 48px 24px 0;
  font-size: 1.1rem;
  font-weight: 850;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  float: right;
  content: "+";
  color: var(--green-dark);
  font-size: 1.7rem;
  line-height: 0.8;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  padding: 0 40px 24px 0;
  color: var(--ink-soft);
}

.final-cta {
  padding: clamp(70px, 9vw, 120px) 0;
  border-top: 3px solid var(--ink);
  background: var(--orange);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.final-cta h2 {
  margin-bottom: 0;
}

.site-footer {
  padding: 70px 0 28px;
  color: var(--paper);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  gap: 65px;
  grid-template-columns: minmax(250px, 1.4fr) 0.6fr 0.8fr;
}

.brand-footer {
  margin-bottom: 22px;
}

.footer-grid > div:first-child > p {
  max-width: 480px;
  color: rgba(248, 248, 242, 0.62);
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: var(--green);
  font-family: var(--body);
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) a {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  color: rgba(248, 248, 242, 0.78);
  text-decoration: none;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  margin-top: 50px;
  border-top: 1px solid rgba(248, 248, 242, 0.16);
  color: rgba(248, 248, 242, 0.52);
  font-size: 0.75rem;
}

.footer-bottom p {
  margin: 0;
}

.page-hero {
  padding: clamp(70px, 10vw, 120px) 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 85% 20%, rgba(80, 250, 123, 0.14), transparent 28%),
    var(--ink);
}

.compact-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(3.3rem, 7vw, 6.4rem);
}

.compact-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(248, 248, 242, 0.74);
  font-size: 1.15rem;
}

.compact-hero .eyebrow {
  color: var(--green);
}

.order-section {
  background: var(--paper-deep);
}

.order-layout {
  display: grid;
  align-items: start;
  gap: clamp(45px, 7vw, 95px);
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr);
}

.order-form {
  display: grid;
  gap: 24px;
}

.form-section {
  min-width: 0;
  padding: clamp(26px, 4vw, 42px);
  border: 2px solid var(--ink);
  background: var(--paper);
  border-radius: 20px;
}

fieldset.form-section {
  margin: 0;
}

.form-section h2,
.form-section legend {
  width: 100%;
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.form-section legend .form-step {
  display: block;
  font-family: var(--body);
}

.field-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.field-wide {
  grid-column: 1 / -1;
}

.field {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.field input,
.quantity-card input {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 2px solid var(--ink-soft);
  color: var(--ink);
  background: var(--white);
  border-radius: 10px;
}

.field input[aria-invalid="true"],
.quantity-card input[aria-invalid="true"] {
  border-color: var(--danger);
}

.field-error {
  min-height: 1.25em;
  color: #b52626;
  font-size: 0.78rem;
  font-weight: 750;
}

.form-level-error {
  margin: 14px 0 0;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.quantity-grid,
.option-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.quantity-card {
  display: grid;
  min-width: 0;
  padding: 24px;
  border: 2px solid var(--ink-soft);
  background: var(--white);
  border-radius: 14px;
  gap: 9px;
}

.quantity-name {
  font-size: 1.08rem;
  font-weight: 900;
}

.quantity-price {
  min-height: 42px;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 850;
}

.quantity-card small,
.choice-card small {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
}

.option-grid-three {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.choice-card {
  position: relative;
  display: flex;
  min-height: 118px;
  align-items: flex-start;
  padding: 21px;
  border: 2px solid var(--ink-soft);
  background: var(--white);
  border-radius: 14px;
  gap: 13px;
  cursor: pointer;
}

.choice-card:has(input:checked) {
  border-color: var(--ink);
  background: rgba(80, 250, 123, 0.15);
  box-shadow: 4px 4px 0 var(--ink);
}

.choice-card.choice-danger:has(input:checked) {
  background: rgba(255, 85, 85, 0.13);
}

.choice-card input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--green-dark);
}

.choice-card span {
  display: grid;
  gap: 5px;
}

.check-row {
  display: grid;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid #cbcbbf;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  cursor: pointer;
}

.check-row input {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  accent-color: var(--green-dark);
}

.form-alert {
  padding: 17px 20px;
  border: 2px solid #8c1e1e;
  color: #741919;
  background: #ffe7e7;
  border-radius: 12px;
  font-weight: 750;
}

.checkout-button {
  width: 100%;
  border-radius: 14px;
}

.checkout-note {
  color: var(--ink-soft);
  font-size: 0.8rem;
  text-align: center;
}

.order-summary {
  position: sticky;
  top: 30px;
  padding: 32px;
  border: 3px solid var(--ink);
  background: var(--green);
  border-radius: 20px;
  box-shadow: 8px 8px 0 var(--ink);
}

.order-summary .eyebrow {
  color: var(--ink);
}

.order-summary h2 {
  margin-bottom: 28px;
  font-size: 2.2rem;
}

.summary-lines {
  display: grid;
  gap: 11px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(40, 42, 54, 0.28);
  font-size: 0.88rem;
}

.summary-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  font-weight: 900;
}

.summary-total strong {
  font-family: var(--display);
  font-size: 3.2rem;
  line-height: 0.8;
}

.summary-followup {
  padding-top: 23px;
  margin: 24px 0 0;
  border-top: 2px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.policy-effective {
  font-size: 0.82rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  align-items: start;
  gap: 90px;
  grid-template-columns: 230px minmax(0, 1fr);
}

.legal-nav {
  position: sticky;
  top: 30px;
  display: grid;
  border-top: 2px solid var(--ink);
}

.legal-nav a {
  padding: 11px 0;
  border-bottom: 1px solid #c5c5bb;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--green-dark);
}

.legal-copy {
  max-width: 800px;
}

.legal-copy > section {
  padding: 0 0 58px;
  margin-bottom: 58px;
  border-bottom: 2px solid var(--ink);
  scroll-margin-top: 30px;
}

.legal-copy h2 {
  margin-bottom: 25px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.legal-copy p {
  color: var(--ink-soft);
}

.legal-copy a {
  font-weight: 800;
}

.legal-number {
  color: var(--green-dark) !important;
}

.legal-warning {
  padding: 35px !important;
  border: 3px solid var(--ink) !important;
  background: #ffe0e0;
  border-radius: 18px;
  box-shadow: 7px 7px 0 var(--danger);
}

.standalone-legal > section:first-child {
  padding-top: 0;
}

.result-page {
  display: grid;
  min-height: 72vh;
  padding: 80px 0;
  background:
    radial-gradient(circle at 80% 25%, rgba(189, 147, 249, 0.2), transparent 30%),
    var(--ink);
  place-items: center;
}

.result-card {
  max-width: 760px;
  padding: clamp(36px, 7vw, 72px);
  border: 3px solid var(--ink);
  background: var(--paper);
  border-radius: 26px;
  box-shadow: 10px 10px 0 var(--green);
}

.result-mark {
  display: grid;
  width: 84px;
  height: 84px;
  margin-bottom: 34px;
  border: 3px solid var(--ink);
  background: var(--green);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--ink);
  place-items: center;
  font-size: 2.4rem;
  font-weight: 900;
}

.result-mark-question {
  background: var(--orange);
}

.result-card h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 5.5rem);
}

.result-next {
  padding: 26px;
  margin: 34px 0;
  background: var(--paper-deep);
  border-radius: 14px;
}

.result-next h2 {
  font-family: var(--body);
  font-size: 1rem;
  letter-spacing: 0;
}

.result-next ol {
  margin-bottom: 0;
}

@media (max-width: 1020px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 820px;
  }

  .memory-machine {
    width: min(680px, 100%);
    justify-self: center;
  }

  .price-card:nth-child(1),
  .price-card:nth-child(2) {
    grid-column: span 6;
  }

  .price-card:nth-child(3) {
    grid-column: 3 / span 8;
  }

  .order-layout {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static;
  }
}

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

  body {
    font-size: 16px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 74px;
    right: 14px;
    left: 14px;
    display: none;
    align-items: stretch;
    padding: 18px;
    border: 2px solid var(--green);
    background: var(--ink);
    border-radius: 16px;
    box-shadow: 8px 8px 0 rgba(80, 250, 123, 0.5);
    flex-direction: column;
    gap: 6px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav > a:not(.button) {
    padding: 12px;
  }

  .hero {
    padding-top: 72px;
  }

  .page-hero {
    padding-block: 58px;
  }

  .compact-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .memory-machine {
    min-height: 440px;
    padding-inline: 20px;
    grid-template-columns: 1fr 44px 1fr;
  }

  .analog-stack {
    min-height: 280px;
  }

  .photo {
    width: 130px;
    height: 160px;
    padding: 9px 9px 24px;
  }

  .photo-scene {
    height: 120px;
  }

  .photo-front small {
    font-size: 0.5rem;
  }

  .vhs {
    height: 90px;
  }

  .vhs-label {
    right: 24px;
    left: 24px;
  }

  .vhs i {
    bottom: 10px;
    width: 28px;
    height: 28px;
  }

  .vhs i:first-of-type {
    left: 23px;
  }

  .vhs i:last-of-type {
    right: 23px;
  }

  .scan-column {
    height: 330px;
  }

  .digital-stack {
    padding-left: 10px;
  }

  .file-card {
    padding: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .file-card span {
    height: 34px;
    font-size: 0.5rem;
  }

  .file-card strong {
    font-size: 0.6rem;
  }

  .statement-grid {
    grid-template-columns: repeat(4, auto);
    justify-content: start;
    column-gap: 10px;
    row-gap: 0;
  }

  .statement-grid span:nth-of-type(n + 3),
  .statement-grid p:nth-of-type(n + 3) {
    margin-top: 14px;
  }

  .section-heading,
  .process-grid,
  .faq-grid,
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-intro,
  .faq-grid > div:first-child,
  .legal-nav {
    position: static;
  }

  .price-card:nth-child(1),
  .price-card:nth-child(2),
  .price-card:nth-child(3) {
    min-height: 0;
    grid-column: 1 / -1;
  }

  .format-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .format-grid {
    gap: 14px;
  }

  .policy-callout-inner {
    grid-template-columns: 1fr;
  }

  .policy-mark {
    width: 100px;
    height: 100px;
    font-size: 2.1rem;
  }

  .final-cta-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .quantity-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .legal-nav {
    display: none;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: clamp(3.15rem, 17vw, 4.5rem);
  }

  .brand-type strong {
    font-size: 1.4rem;
  }

  .brand-mark {
    width: 42px;
    flex-basis: 42px;
  }

  .memory-machine {
    min-height: 400px;
    padding: 60px 12px 22px;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  }

  .machine-label {
    font-size: 1.8rem;
  }

  .analog-stack {
    min-height: 240px;
  }

  .photo {
    width: 100px;
    height: 128px;
  }

  .photo-scene {
    height: 94px;
  }

  .photo-back {
    left: 0;
  }

  .vhs {
    left: 0;
    height: 78px;
  }

  .vhs-label {
    top: 10px;
    right: 18px;
    left: 18px;
    font-size: 0.48rem;
  }

  .vhs i {
    width: 23px;
    height: 23px;
    border-width: 5px;
  }

  .vhs i:first-of-type {
    left: 17px;
  }

  .vhs i:last-of-type {
    right: 17px;
  }

  .scan-column {
    height: 280px;
  }

  .file-card {
    display: block;
  }

  .file-card span {
    width: 34px;
    margin-bottom: 6px;
  }

  .statement-grid {
    grid-template-columns: auto 1fr;
  }

  .statement-grid span:nth-of-type(n),
  .statement-grid p:nth-of-type(n) {
    margin-top: 0;
  }

  .steps li {
    grid-template-columns: 48px 1fr;
  }

  .form-section,
  .order-summary {
    padding: 22px;
  }

  .option-grid,
  .option-grid-three {
    grid-template-columns: 1fr;
  }
}

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

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

  .scan-light {
    top: 48%;
  }
}
