:root {
  --ink: #171918;
  --dark: #111413;
  --paper: #f6f3ec;
  --brass: #b69b62;
  --muted: #62655e;
  --line: #d6d3ca;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img,
video {
  display: block;
  max-width: 100%;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #9a762d;
  outline-offset: 6px;
}
p,
h1,
h2,
h3,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  line-height: 1.13;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(56px, 4.75vw, 74px);
}
h2 {
  font-size: clamp(38px, 4vw, 62px);
}
h3 {
  font-size: 40px;
}
em {
  font-weight: 400;
}
button[hidden],
[hidden] {
  display: none !important;
}
.section-shell {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 64px;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  line-height: 1.7;
}
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 25px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    color 0.2s;
  line-height: 1.4;
}
.brass {
  background: var(--brass);
  color: #111413;
}
.brass:hover {
  background: #cfb77e;
}
.ink {
  background: var(--ink);
  color: var(--paper);
}
.ink:hover {
  background: #353b35;
}
.outline {
  border-color: #8a8b82;
}
.outline:hover {
  background: #eae6dc;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  background: white;
  color: black;
  padding: 12px;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  padding: 26px 4.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  background: var(--dark);
  color: var(--paper);
  border-bottom: 1px solid #ffffff17;
}
.wordmark {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.wordmark-dot {
  color: var(--brass);
}
.site-header nav {
  display: flex;
  gap: 35px;
  align-items: center;
  font-size: 14px;
}
.site-header nav > a:not(.nav-start) {
  color: #d6d7cf;
}
.site-header nav > a:not(.nav-start):hover {
  color: var(--brass);
}
/* The header's one purchase path — solid brass so it reads as a button. */
.nav-start {
  background: var(--brass);
  color: #111413;
  font-weight: 500;
  padding: 11px 19px;
  display: flex;
  gap: 20px;
  transition: background 0.2s;
}
.nav-start:hover {
  background: #cfb77e;
}
.hero {
  background: var(--dark);
  color: var(--paper);
  padding: 64px 4.5% 0;
  display: grid;
  grid-template-columns: 0.92fr 1.15fr;
  column-gap: 4%;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding-left: max(0px, calc((100vw - 1440px) / 2));
}
.hero-copy .eyebrow {
  color: #c1b28b;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 23px;
}
.small-rule {
  width: 29px;
  height: 1px;
  background: var(--brass);
}
.hero h1 em {
  color: #d7c39c;
}
.hero-description {
  font-size: 15px;
  color: #cbcec6;
  line-height: 1.85;
  margin-top: 27px;
  max-width: 380px;
}
.hero .button {
  margin-top: 31px;
}
.hero-note {
  color: #a5aa9f;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 31px;
}
.hero-film {
  min-width: 0;
  padding-top: 40px;
}
.hero-film-frame {
  position: relative;
  aspect-ratio: 16/9;
  background: #252a24;
  overflow: hidden;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* The whole frame opens the film; the cue sits bottom-left (the pause
   toggle owns bottom-right) so it never reads as "this video is paused". */
.hero-film-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 12px;
}
.sound-cue {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px 8px 11px;
  border: 1px solid #ffffffb3;
  background: #11141399;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}
.sound-cue-icon {
  font-size: 10px;
}
.hero-film-link:hover .sound-cue {
  background: var(--brass);
  border-color: var(--brass);
  color: #111413;
}
.play-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid #ffffffe0;
  border-radius: 50%;
  background: #11141355;
  color: white;
  font-size: 17px;
  padding-left: 3px;
  backdrop-filter: blur(4px);
  transition:
    transform 0.2s,
    background 0.2s;
}
.hero-film-link:hover .play-circle,
.option-video:hover .play-circle,
.profile-film:hover .play-circle {
  transform: scale(1.09);
  background: #11141399;
}
.motion-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  background: #111413dd;
  color: white;
  border: 1px solid #ffffff70;
  font-size: 10px;
  z-index: 2;
}
.film-caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 23px;
}
.film-caption .eyebrow {
  color: #b9a777;
  font-size: 9px;
}
.film-caption p {
  font-family: var(--serif);
  font-size: 23px;
  margin-top: 5px;
}
/* Text links: underline instead of a border so the invisible block padding
   can grow the tap target (~44px) without pushing the rule off the text. */
.film-caption > a,
figcaption > a {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  padding-block: 12px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: color 0.2s;
}
.film-caption > a {
  text-decoration-color: #a79774;
}
.film-caption > a:hover {
  color: var(--brass);
}
.sample-note {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 12px;
}
.hero .sample-note {
  color: #a5aa9f;
}
.hero-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff20;
  margin-top: 55px;
  padding: 22px 0;
  color: #9da296;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.hero-bottom span:last-child {
  display: flex;
  gap: 25px;
}
.experience {
  padding-top: 110px;
}
.section-heading {
  text-align: center;
}
.section-heading .eyebrow {
  color: #847247;
  margin-bottom: 23px;
}
.section-heading > p:last-child {
  font-size: 15px;
  color: var(--muted);
  margin-top: 25px;
  line-height: 1.9;
}
.deliverables {
  display: grid;
  grid-template-columns: 0.78fr 1.15fr;
  align-items: center;
  gap: 54px;
  margin-top: 65px;
}
.paper-preview {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #e7e3d9;
  box-shadow: 0 15px 35px #31351e0e;
  transform: rotate(-2deg);
  transition: transform 0.3s;
}
.paper-preview:hover {
  transform: rotate(0);
}
.paper-preview img {
  width: 100%;
  height: auto;
}
/* Tappable QR on the resume image. Centre and size are measured from
   resume-preview.png (1082x1400): QR modules span x 902-982, y 99-179.
   If that image is regenerated, re-measure these three numbers. */
.qr-hotspot {
  position: absolute;
  left: 87.06%;
  top: 9.93%;
  width: calc(7.39% + 10px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 2px solid var(--brass);
  border-radius: 4px;
  animation: qr-pulse 2.4s ease-out infinite;
  transition: background 0.2s;
}
/* The ring hugs the QR; this invisible layer makes the tap target ~44px+. */
.qr-hotspot::after {
  content: "";
  position: absolute;
  inset: -12px;
}
.qr-hotspot:hover {
  background: #b69b6233;
  animation-play-state: paused;
}
@keyframes qr-pulse {
  0% {
    box-shadow: 0 0 0 0 #b69b628c;
  }
  70%,
  100% {
    box-shadow: 0 0 0 12px #b69b6200;
  }
}
.qr-hint {
  margin-top: 6px;
  font-size: 13px;
  color: #847247;
}
.sample-browser {
  border: 1px solid #dedbd2;
  box-shadow: 0 18px 45px #31351e10;
  background: #fff;
}
.browser-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e9e7e1;
  padding: 10px 14px;
  color: #797d72;
  font-size: 9px;
  letter-spacing: 0.03em;
}
.browser-dots {
  letter-spacing: 4px;
  font-size: 7px;
  color: #a7aa9e;
}
.profile-preview {
  padding: 20px;
}
.profile-mini-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.mini-wordmark {
  font-family: var(--serif);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
}
.profile-mini-nav > a {
  font-size: 11px;
  font-weight: 500;
  background: #b69b62;
  /* Ink on brass (~6.9:1); white on brass was 2.7:1 and failed AA. */
  color: #111413;
  padding: 7px 11px;
}
.profile-film {
  display: block;
  position: relative;
}
.profile-film img {
  width: 100%;
  height: auto;
}
/* The mock page's film links to the sample page, so it gets a page cue
   rather than a play button that would promise inline playback. */
.page-cue {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 18px;
  border: 1px solid #ffffffe0;
  background: #11141366;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}
.profile-film:hover .page-cue {
  background: #111413b3;
}
.profile-film .play-circle,
.option-video .play-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -31px 0 0 -31px;
}
.profile-body {
  padding: 24px 4px 0;
}
.profile-body .eyebrow {
  font-size: 8px;
  color: #777f70;
}
.profile-body h3 {
  font-size: 35px;
  margin-top: 7px;
}
.profile-body > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 13px;
}
.profile-foot {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: var(--muted);
  margin-top: 25px;
  padding-top: 14px;
}
figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  font-size: 12px;
}
figcaption > div {
  font-family: var(--serif);
  font-size: 17px;
}
.artifact-number {
  font-family: var(--sans);
  font-size: 9px;
  color: #777e6d;
  margin-right: 13px;
}
figcaption > a {
  text-decoration-color: #a3a38f;
}
figcaption > a:hover {
  color: #847247;
}
.proof-note {
  margin-top: 35px;
  text-align: center;
  color: #777c70;
  font-size: 10px;
}
.included-line {
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 40px;
  margin-top: 48px;
  padding: 25px 0;
}
.included-line > span {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.3;
}
.included-line p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.comparison {
  padding-top: 110px;
}
.comparison-grid {
  display: grid;
  /* Symmetric columns: the asymmetric 0.85/1.15 emphasis made the two
     16:9 videos render at different heights and staggered every row
     below (owner flagged it twice). */
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  margin-top: 58px;
  align-items: stretch;
}
.option-video {
  display: block;
  position: relative;
  overflow: hidden;
  background: #deddd5;
  aspect-ratio: 16/9;
}
.option-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Silent loop layered over the poster; fades in only once it is playing. */
.option-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s;
}
.option-preview.is-playing {
  opacity: 1;
}
/* Both option cards share the 16:9 frame — the 1.4 variant staggered the row. */
.video-duration {
  position: absolute;
  bottom: 13px;
  left: 15px;
  font-size: 10px;
  color: white;
  background: #111413bb;
  padding: 5px 8px;
}
.option-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  border-top: 1px solid #9ea191;
  padding-top: 22px;
  margin-top: 24px;
}
.option-heading .eyebrow {
  font-size: 9px;
  color: #737966;
}
.option-heading h3 {
  font-size: 41px;
  margin-top: 9px;
}
.price {
  font-size: 33px;
  line-height: 1.2;
  font-family: var(--serif);
}
.price span {
  font: 10px var(--sans);
  display: block;
  margin-top: 8px;
  text-align: right;
  color: var(--muted);
}
.option-description {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 400px;
  margin-top: 21px;
}
.option-details {
  list-style: none;
  padding: 0;
  margin: 21px 0 25px;
  font-size: 11px;
  color: #555d4e;
  line-height: 2;
}
.option-details li:before {
  content: "—";
  margin-right: 9px;
  color: #8d7950;
}
.option .button {
  width: 100%;
  font-size: 15px;
  gap: 15px;
}
.button-price {
  display: flex;
  gap: 14px;
  white-space: nowrap;
}
.purchase-note {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}
.purchase-note span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
}
.process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  padding-top: 110px;
  padding-bottom: 80px;
}
.process .eyebrow,
.faq .eyebrow {
  color: #847247;
  margin-bottom: 21px;
}
.process h2,
.faq h2 {
  font-size: 43px;
}
.process-intro {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin-top: 25px;
}
.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-list li {
  display: flex;
  gap: 26px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.process-list li:first-child {
  padding-top: 0;
  border: 0;
}
.process-list li > span {
  font-size: 10px;
  color: #85754f;
  padding-top: 6px;
}
.process-list h3 {
  font-size: 24px;
  letter-spacing: -0.02em;
}
.process-list p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.8;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 75px;
  padding-top: 55px;
  padding-bottom: 70px;
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}
details:first-child {
  padding-top: 0;
}
summary {
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}
summary:after {
  content: "+";
  font-size: 22px;
  color: #807452;
  font-weight: 400;
}
details[open] summary:after {
  content: "−";
}
summary::-webkit-details-marker {
  display: none;
}
details p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 13px;
  padding-right: 22px;
}
details a {
  text-decoration: underline;
}
.closing {
  text-align: center;
  padding-block: 75px 95px;
}
.closing .eyebrow {
  color: #847247;
  margin-bottom: 24px;
}
.closing .button {
  margin-top: 34px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-block: 30px;
}
.site-footer .wordmark {
  font-size: 15px;
}
.site-footer > div {
  display: flex;
  gap: 25px;
  font-size: 11px;
}
.site-footer > p {
  color: var(--muted);
  font-size: 10px;
}
.film-dialog {
  background: #111413;
  color: #f6f3ec;
  border: 1px solid #5e6457;
  width: min(1100px, 94vw);
  max-width: none;
  padding: 22px;
  max-height: 94dvh;
  box-shadow: 0 30px 120px #0009;
}
.film-dialog::backdrop {
  background: #0b0e0dec;
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.dialog-heading h2 {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0;
}
.dialog-heading button {
  background: none;
  color: white;
  border: 1px solid #64695e;
  padding: 7px 13px;
  font-size: 12px;
}
.film-dialog video {
  width: 100%;
  max-height: 70dvh;
  background: #000;
}
.dialog-note {
  color: #a5aa9f;
  font-size: 10px;
  margin-top: 15px;
}
.film-dialog #film-error {
  padding: 12px;
  font-size: 13px;
}
.film-dialog #film-error a {
  text-decoration: underline;
}
.sample-page {
  max-width: 1020px;
  margin: 0 auto;
  padding: 70px 40px;
}
.sample-page h1 {
  font-size: 64px;
  margin-block: 20px;
}
.sample-page .sample-player {
  margin-block: 30px;
  background: #111413;
  width: 100%;
}
.sample-page .button {
  margin-top: 25px;
}
.sample-page .sample-note {
  margin-top: 25px;
}
.sample-back {
  font-size: 13px;
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .hero {
    padding-inline: max(5%, calc((100vw - 1440px) / 2));
  }
  .hero-copy {
    padding-left: 0;
  }
}
@media (max-width: 1050px) {
  .section-shell {
    padding-inline: 36px;
  }
  .hero {
    column-gap: 4%;
    padding-top: 60px;
    grid-template-columns: 1fr 1fr;
  }
  h1 {
    font-size: clamp(45px, 5.2vw, 62px);
  }
  .hero-film-frame {
    aspect-ratio: 16/9;
  }
  .hero-video {
    object-position: 48% 50%;
  }
  .film-caption {
    display: block;
  }
  .film-caption > a {
    display: inline-block;
    margin-top: 15px;
  }
  .deliverables {
    gap: 30px;
  }
  .comparison-grid {
    gap: 32px;
  }
  .option-heading h3 {
    font-size: 35px;
  }
  .process,
  .faq {
    gap: 42px;
  }
  .site-header nav {
    gap: 22px;
  }
  .wordmark {
    font-size: 17px;
  }
  .process h2,
  .faq h2 {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 18px;
  }
  .section-shell {
    padding-inline: 24px;
  }
  .site-header {
    padding: 21px 24px;
    gap: 15px;
  }
  .site-header .wordmark {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .site-header nav {
    gap: 15px;
    font-size: 13px;
  }
  .site-header nav > a:first-child {
    display: none;
  }
  .nav-start {
    padding: 7px 10px;
    gap: 8px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 48px 24px 0;
    align-items: stretch;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    margin-bottom: 22px;
    gap: 10px;
  }
  h1 {
    font-size: clamp(47px, 9.8vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.055em;
  }
  .hero-description {
    font-size: 13px;
    max-width: 320px;
    margin-top: 23px;
  }
  .hero .button {
    margin-top: 24px;
  }
  .hero-note {
    display: none;
  }
  .hero-film {
    padding-top: 38px;
  }
  .hero-film-frame {
    aspect-ratio: 16/9;
  }
  .hero-video {
    object-fit: cover;
  }
  .film-caption {
    display: flex;
    align-items: center;
    padding-top: 18px;
    gap: 12px;
  }
  .film-caption p {
    font-size: 19px;
  }
  .film-caption > a {
    font-size: 13px;
    margin: 0;
  }
  .film-caption .eyebrow {
    font-size: 8px;
  }
  .sample-note {
    font-size: 9px;
  }
  .hero-bottom {
    margin-top: 34px;
    padding: 18px 0;
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .hero-bottom > span:first-child {
    display: none;
  }
  .hero-bottom > span:last-child {
    width: 100%;
    justify-content: space-between;
  }
  .experience,
  .comparison {
    padding-top: 70px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 19px;
  }
  h2 {
    font-size: 36px;
    line-height: 1.17;
  }
  .section-heading > p:last-child {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 21px;
  }
  .desktop-break {
    display: none;
  }
  .deliverables {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-top: 40px;
  }
  .resume-artifact {
    width: 80%;
    max-width: 350px;
  }
  .paper-preview {
    transform: rotate(-2deg);
  }
  .page-artifact {
    width: 100%;
  }
  .profile-preview {
    padding: 14px;
  }
  .profile-mini-nav {
    margin-bottom: 14px;
  }
  .profile-body h3 {
    font-size: 29px;
  }
  .profile-body {
    padding: 20px 2px 0;
  }
  .profile-body > p:not(.eyebrow) {
    font-size: 12px;
  }
  .profile-foot {
    font-size: 8px;
  }
  .mini-wordmark {
    font-size: 8px;
  }
  .profile-mini-nav > a {
    font-size: 10px;
  }
  figcaption {
    margin-top: 17px;
    /* Let the larger link drop below the title instead of crushing it. */
    flex-wrap: wrap;
    row-gap: 0;
  }
  figcaption > div {
    font-size: 15px;
  }
  figcaption > a {
    font-size: 13px;
  }
  .proof-note {
    text-align: left;
    font-size: 9px;
    margin-top: 28px;
  }
  .included-line {
    display: block;
    margin-top: 30px;
    padding: 22px 0;
  }
  .included-line > span {
    font-size: 22px;
  }
  .included-line p {
    font-size: 12px;
    margin-top: 10px;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 35px;
  }
  .personal-option .option-video,
  .option-video {
    aspect-ratio: 16/9;
  }
  .option-heading h3 {
    font-size: 36px;
  }
  .option-description {
    font-size: 13px;
  }
  .option .button {
    font-size: 14px;
    padding-inline: 18px;
  }
  .option-heading {
    margin-top: 18px;
    padding-top: 18px;
  }
  .purchase-note {
    text-align: left;
    font-size: 11px;
    line-height: 1.8;
  }
  .purchase-note span {
    font-size: 10px;
  }
  .process,
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 65px;
    padding-bottom: 45px;
  }
  .process .eyebrow,
  .faq .eyebrow {
    font-size: 8px;
  }
  .process h2,
  .faq h2 {
    font-size: 36px;
  }
  .process-intro {
    font-size: 13px;
  }
  .process-list h3 {
    font-size: 25px;
  }
  .process-list p {
    font-size: 13px;
  }
  .faq {
    border-top: 0;
    padding-top: 30px;
  }
  summary {
    font-size: 13px;
  }
  .closing {
    padding-block: 45px 65px;
  }
  .closing h2 {
    font-size: 35px;
  }
  .closing .eyebrow {
    font-size: 9px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 25px;
  }
  .site-footer .wordmark {
    font-size: 13px;
  }
  .site-footer > div {
    gap: 19px;
    font-size: 10px;
  }
  .site-footer > p {
    width: 100%;
    font-size: 9px;
  }
  .film-dialog {
    padding: 14px;
  }
  .dialog-heading h2 {
    font-size: 12px;
  }
  .dialog-heading button {
    font-size: 11px;
  }
  .sample-page {
    padding: 45px 24px;
  }
  .sample-page h1 {
    font-size: 47px;
  }
}
/* Scroll reveal: landing.js adds .reveal-ready only when motion is allowed. */
.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) var(--reveal-delay, 0ms),
    transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) var(--reveal-delay, 0ms);
}
.reveal-ready .reveal.is-revealed {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .paper-preview {
    transform: none;
  }
}

@media (max-width: 380px) {
  .site-header .wordmark {
    font-size: 13px;
  }
  .site-header nav > a:not(.nav-start) {
    display: none;
  }
  .nav-start {
    white-space: nowrap;
  }
  h1 {
    font-size: 39px;
  }
  .film-caption {
    align-items: flex-start;
  }
  .film-caption p {
    font-size: 17px;
  }
}


/* Media frames locked to 16:9 — mixed-size sources crop instead of reflowing */
.profile-film img,
.hero-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* Option cards: flex columns with the CTA pinned to a shared baseline so
   differing text lengths can never stagger the buttons. */
.option {
  display: flex;
  flex-direction: column;
}
.option .button {
  margin-top: auto;
}
.option .sample-note {
  margin-top: 12px;
}
