:root {
  color-scheme: dark;
  --ink: #101214;
  --ink-soft: #171a1c;
  --paper: #e9dfcd;
  --paper-dark: #d2c2a9;
  --text-soft: #bcb8b0;
  --amber: #d5ad70;
  --red: #a64a3d;
  --rule: rgba(233, 223, 205, 0.22);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --content: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 5px;
}

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  min-height: 66px;
  padding: 0 max(5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(233, 223, 205, .12);
  background: rgba(12, 14, 15, .38);
  backdrop-filter: blur(7px);
}
.brand { display: flex; align-items: baseline; gap: 22px; white-space: nowrap; }
.brand-name { font: 500 23px/1 var(--serif); letter-spacing: -.03em; }
.brand-tagline {
  color: #bdb5a6;
  font: 9px var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3.3vw, 48px); }
.site-nav a, .footer-nav a {
  color: #ddd8ce;
  font: 10px var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.site-nav a:hover, .footer-nav a:hover { color: var(--amber); }
.site-nav .nav-cta {
  padding: 13px 17px;
  border: 1px solid rgba(233, 223, 205, .72);
  color: var(--paper);
  white-space: nowrap;
}
.nav-cta span { margin-left: 10px; color: var(--amber); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(175px, .62fr) minmax(220px, .9fr);
  align-items: center;
  gap: clamp(12px, 2.2vw, 34px);
  width: 100%;
  height: clamp(520px, 56vw, 770px);
  min-height: 520px;
  padding: 95px max(5vw, 28px) 74px;
  overflow: hidden;
  background: #111416;
}
.hero-photo, .hero-overlay { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center 79%; filter: saturate(.68) brightness(.66); }
.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 11, 12, .88), rgba(9, 11, 12, .62) 35%, rgba(9, 11, 12, .28) 65%, rgba(9, 11, 12, .53)),
    linear-gradient(0deg, rgba(9, 11, 12, .66), transparent 35%);
}
.hero-copy { position: relative; z-index: 2; max-width: 485px; padding-bottom: 7px; }
.eyebrow {
  margin: 0 0 19px;
  color: var(--amber);
  font: 9px var(--mono);
  letter-spacing: .19em;
  line-height: 1.5;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0 0 20px;
  color: #f0e8db;
  font: 500 clamp(42px, 5.7vw, 73px)/.99 var(--serif);
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.hero-lede { max-width: 420px; margin: 0 0 27px; color: #e0d9cd; font-size: clamp(15px, 1.35vw, 19px); line-height: 1.55; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 20px;
  font: 500 10px var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-paper { min-width: 190px; background: var(--paper); color: #191a1b; }
.button-paper:hover { background: #f5eddf; }
.button-paper span { color: var(--red); font-size: 17px; }
.hero-signoff { margin: 22px 0 0; color: #c6c0b5; font: 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.hero-phone { position: relative; z-index: 2; width: clamp(172px, 20vw, 254px); justify-self: center; margin: 15px 0 0; transform: rotate(-2deg); }
.device-frame {
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgba(238, 230, 214, .36);
  border-radius: 35px;
  background: linear-gradient(140deg, #4b4e4d, #090a0b 22%, #242726 82%, #080909);
  box-shadow: 0 23px 58px rgba(0, 0, 0, .58), inset 0 0 0 1px rgba(255, 255, 255, .12);
}
.device-frame img { width: 100%; height: auto; border-radius: 27px; }
.hero-phone figcaption { margin-top: 11px; color: #dfd0b4; font: 8px var(--mono); letter-spacing: .18em; text-align: center; }
.hero-phone figcaption span { color: var(--red); }
.evidence-board { position: relative; z-index: 1; align-self: center; width: min(100%, 360px); min-height: 360px; margin: 18px 0 0; }
.evidence-photo {
  position: absolute;
  width: 70%;
  margin: 0;
  padding: 7px 7px 22px;
  background: #d9ceb9;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .43);
}
.evidence-photo img { width: 100%; height: 134px; object-fit: cover; filter: saturate(.62) sepia(.08); }
.evidence-photo figcaption { margin-top: 8px; color: #282724; font: 7px var(--mono); letter-spacing: .13em; }
.evidence-photo-one { top: 14px; left: 5%; transform: rotate(-5deg); }
.evidence-photo-two { top: 125px; right: 1%; transform: rotate(4deg); }
.evidence-slip {
  position: absolute;
  top: 235px;
  left: 0;
  display: grid;
  gap: 9px;
  padding: 12px 16px;
  transform: rotate(-7deg);
  background: #dfd1b9;
  color: #242422;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
  text-align: center;
  text-transform: uppercase;
}
.evidence-slip span { padding: 4px 8px; border: 2px solid var(--red); color: var(--red); font: 600 15px var(--sans); letter-spacing: .11em; }
.evidence-slip small { font: 8px var(--mono); letter-spacing: .12em; }
.board-pin { position: absolute; z-index: 3; top: 6px; left: 49%; width: 11px; height: 11px; border: 2px solid #d6c5a5; border-radius: 50%; background: var(--red); box-shadow: 0 2px 7px #000; }
.hero-index {
  position: absolute;
  right: max(5vw, 28px);
  bottom: 20px;
  left: max(5vw, 28px);
  display: flex;
  justify-content: space-between;
  color: #c6b89e;
  font: 8px var(--mono);
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero-index span:last-child span { color: var(--amber); font-size: 12px; }

.section-wrap { width: min(100% - 64px, var(--content)); margin: 0 auto; }
.how { padding-top: 87px; padding-bottom: 76px; }
.section-heading { max-width: 670px; margin: 0 auto 46px; text-align: center; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2, .case-heading h2, .closing h2 {
  margin: 0;
  color: #eee6d9;
  font: 500 clamp(38px, 5vw, 67px)/1.1 var(--serif);
  letter-spacing: -.04em;
}
.section-heading > p:last-child { max-width: 560px; margin: 13px auto 0; color: #cbc5ba; font-size: 14px; line-height: 1.65; }
.phone-gallery { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; max-width: 890px; margin: 0 auto; align-items: start; }
.gallery-phone { position: relative; z-index: 1; width: min(100%, 224px); margin: 0 auto; text-align: center; }
.gallery-phone-raised { transform: translateY(-24px); }
.gallery-phone .device-frame { padding: 5px; border-radius: 29px; }
.gallery-phone .device-frame img { border-radius: 22px; }
.gallery-phone figcaption { margin: 14px 0 0; color: #e7ddca; font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.gallery-phone figcaption span { margin-right: 10px; color: var(--amber); }
.gallery-phone > p { margin: 8px 0 0; color: #aaa59c; font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.clue-lines { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.clue-lines path { fill: none; stroke: var(--red); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.clue-lines circle { fill: var(--red); }
.paper-note {
  position: absolute;
  z-index: 2;
  width: 99px;
  margin: 0;
  padding: 10px 7px;
  background: #e3d4bc;
  color: #242320;
  box-shadow: 0 5px 13px rgba(0, 0, 0, .23);
  font: italic 13px/1.3 var(--serif);
  text-align: center;
}
.note-jordan { top: 12%; left: -7%; transform: rotate(-7deg); }
.note-story { bottom: 12%; left: -6%; transform: rotate(5deg); }
.note-cafe { top: 11%; right: -6%; transform: rotate(5deg); }
.note-clue { right: -6%; bottom: 11%; transform: rotate(-4deg); }
.cross-note { display: flex; align-items: center; justify-content: center; gap: 13px; margin: 30px auto 0; color: #aaa49a; font: 8px var(--mono); letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.cross-note span { width: 44px; height: 1px; background: var(--red); }

.cases { position: relative; overflow: hidden; background: var(--paper); color: #191a1a; }
.cases::before { position: absolute; inset: 0; background: radial-gradient(ellipse at 11% 19%, rgba(136, 106, 70, .12), transparent 34%), radial-gradient(ellipse at 92% 92%, rgba(135, 105, 68, .1), transparent 38%); content: ""; pointer-events: none; }
.cases::after { position: absolute; inset: 0; z-index: 0; background: repeating-linear-gradient(0deg, rgba(71, 54, 35, .025) 0 1px, transparent 1px 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 5px); content: ""; opacity: .38; pointer-events: none; }
.cases-inner { position: relative; width: min(100% - 64px, var(--content)); margin: 0 auto; padding: 71px 0 52px; }
.case-heading { max-width: 690px; margin: 0 auto 36px; text-align: center; }
.case-heading .eyebrow { margin-bottom: 12px; color: #946847; }
.case-heading h2 { color: #211f1d; font-size: clamp(38px, 4.8vw, 61px); }
.case-heading > p:last-child { margin: 10px auto 0; color: #5f5a52; font-size: 13px; line-height: 1.6; }
.case-shelf { display: grid; grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr)); gap: clamp(11px, 1.7vw, 22px); align-items: stretch; }
.case-file { position: relative; min-width: 0; box-shadow: 0 15px 30px rgba(46, 38, 27, .18), 0 3px 6px rgba(46, 38, 27, .12); transition: transform .22s ease, box-shadow .22s ease; }
.case-file:hover { transform: translateY(-5px) rotate(0deg); box-shadow: 0 22px 34px rgba(46, 38, 27, .23), 0 4px 8px rgba(46, 38, 27, .12); }
.case-file-open { z-index: 1; align-self: stretch; padding: 8px; border: 1px solid rgba(104, 82, 55, .4); background: linear-gradient(135deg, rgba(255,255,255,.28), transparent 42%), repeating-linear-gradient(0deg, rgba(81,64,43,.025) 0 1px, transparent 1px 4px), #d9c9af; transform: rotate(-1deg); }
.case-file-open::before { position: absolute; z-index: 4; inset: 3px; border: 1px solid rgba(255, 249, 232, .43); content: ""; pointer-events: none; }
.folder-tab { position: absolute; top: -13px; right: 18px; z-index: -1; min-width: 42%; padding: 4px 7px 5px; border: 1px solid rgba(104, 82, 55, .38); border-bottom: 0; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #e2d3bb, #cbb898); box-shadow: 0 -2px 5px rgba(255,255,255,.2) inset; color: #71604b; font: 6px var(--mono); letter-spacing: .13em; text-align: center; }
.case-cover { position: relative; overflow: hidden; aspect-ratio: 1.8; border: 1px solid rgba(255,255,255,.35); background: #1b2122; box-shadow: inset 0 1px 8px rgba(0,0,0,.3); }
.case-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center 78%; filter: saturate(.66) sepia(.1); }
.case-cover::after { position: absolute; inset: 0; border: 1px solid rgba(20, 18, 15, .16); box-shadow: inset 0 0 24px rgba(20, 18, 15, .16); content: ""; pointer-events: none; }
.free-stamp { position: absolute; top: 8px; right: 7px; padding: 5px 8px; transform: rotate(8deg); border: 2px solid var(--red); color: var(--red); font: 600 10px var(--mono); text-transform: uppercase; }
.case-paper { padding: 10px 11px 12px; border-top: 1px dashed rgba(102, 80, 55, .25); background: repeating-linear-gradient(0deg, rgba(88,67,42,.02) 0 1px, transparent 1px 4px), linear-gradient(135deg, #f0e6d5, #e4d6bf); box-shadow: inset 0 1px 0 rgba(255,255,255,.58); }
.case-number { margin: 0; color: #806a50; font: 8px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.case-paper h3 { margin: 4px 0 4px; color: #201f1d; font: 500 20px/1.15 var(--serif); }
.case-description { min-height: 36px; margin: 0; color: #5a554d; font: 9px/1.45 var(--sans); }
.case-action { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; padding: 9px 10px; background: #17191a; color: #efe6d7; font: 8px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.case-action span { color: var(--amber); font-size: 13px; }
.sealed-file {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 9px 22px;
  overflow: hidden;
  border: 1px solid rgba(76, 62, 45, .35);
  background: repeating-linear-gradient(0deg, rgba(81,64,43,.028) 0 1px, transparent 1px 4px), linear-gradient(145deg, #e5d3b7 0%, #d5c1a1 57%, #cdb795 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), inset 0 -3px 8px rgba(91,70,43,.1), 0 3px 0 rgba(126,101,68,.17);
  text-align: center;
}
.sealed-file::before { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 49%; clip-path: polygon(0 0, 100% 0, 50% 100%); background: linear-gradient(160deg, #efe2cd 0%, #ddc8a8 52%, #cfb995 100%); filter: drop-shadow(0 3px 2px rgba(84, 64, 41, .2)); content: ""; }
.sealed-file::after { position: absolute; inset: 0; z-index: 0; background: linear-gradient(34deg, transparent calc(50% - .5px), rgba(103, 78, 48, .25) 50%, transparent calc(50% + .5px)), linear-gradient(-34deg, transparent calc(50% - .5px), rgba(103, 78, 48, .2) 50%, transparent calc(50% + .5px)), linear-gradient(0deg, rgba(255,255,255,.13), transparent 50%); content: ""; }
.file-tab { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 4px 6px; transform: rotate(-2deg); border: 1px solid rgba(105, 79, 48, .23); background: rgba(194, 169, 132, .76); box-shadow: 0 1px 2px rgba(94, 69, 42, .12); color: #6d573a; font: 6px var(--mono); letter-spacing: .13em; }
.sealed-file .seal { position: absolute; top: 40%; z-index: 3; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(96, 34, 28, .8); border-radius: 50%; background: radial-gradient(circle at 32% 26%, #cc7665 0, #a64a3d 37%, #742e29 76%, #5a2824 100%); box-shadow: 0 3px 4px rgba(48, 34, 25, .34), inset 0 1px 2px rgba(255, 226, 206, .55), inset 0 -2px 3px rgba(55, 18, 16, .35); color: #e7c3a9; font: 600 10px var(--serif); text-shadow: 0 1px 1px rgba(52, 18, 15, .8); }
.sealed-file .seal::after { content: "S"; }
.sealed-file .case-number, .sealed-file h3, .sealed-file > p:last-child { position: relative; z-index: 2; }
.sealed-file .case-number { margin-top: auto; }
.sealed-file h3 { margin: 7px 0 8px; color: #292521; font: 500 clamp(13px, 1.3vw, 17px)/1.2 var(--serif); text-transform: uppercase; }
.sealed-file > p:last-child { margin: 0; color: #736a5d; font: 7px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.bundle-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; padding-top: 18px; border-top: 1px solid rgba(34, 32, 29, .25); color: #514a41; font: 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.bundle-line > span { display: inline-flex; align-items: center; gap: 11px; }
.bundle-line i { display: inline-block; width: 54px; height: 1px; background: var(--red); }
.bundle-line strong { color: #27231f; font-size: 12px; font-weight: 500; }
.bundle-line strong span { color: #9a6e48; }
.bundle-note { margin: 8px 0 0; color: #766e63; font-size: 10px; text-align: right; }

.play { padding-top: 77px; padding-bottom: 82px; }
.section-heading-light { margin-bottom: 37px; }
.section-heading-light h2 { font-size: clamp(39px, 4.8vw, 63px); }
.section-heading-light > p:last-child { color: #aaa69e; }
.feature-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.feature { min-height: 190px; padding: 24px 23px 20px; text-align: center; }
.feature + .feature { border-left: 1px solid var(--rule); }
.feature svg { width: 27px; height: 27px; margin: 0 auto 14px; fill: none; stroke: #e0d9cd; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2; }
.feature h3 { margin: 0 0 9px; color: #e9e0d2; font: 500 14px var(--serif); }
.feature p { max-width: 230px; margin: 0 auto; color: #aaa69e; font-size: 10px; line-height: 1.6; }

.closing { position: relative; isolation: isolate; display: flex; min-height: 360px; align-items: center; overflow: hidden; padding: 52px max(8vw, 35px); }
.closing > img, .closing-overlay { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.closing > img { object-fit: cover; object-position: center 83%; filter: saturate(.72) brightness(.54); }
.closing-overlay { z-index: -1; background: linear-gradient(90deg, rgba(8,10,11,.94), rgba(8,10,11,.78) 42%, rgba(8,10,11,.13)), linear-gradient(0deg, rgba(8,10,11,.42), transparent 48%); }
.closing-copy { position: relative; z-index: 1; max-width: 540px; }
.closing-copy .eyebrow { margin-bottom: 13px; }
.closing h2 { font-size: clamp(53px, 7vw, 83px); text-transform: uppercase; }
.closing-copy > p:not(.eyebrow) { margin: 12px 0 20px; color: #d1c9bb; font-size: 14px; }
.store-badge { display: inline-flex; min-width: 178px; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid rgba(233,223,205,.72); border-radius: 5px; color: #eee8de; }
.store-badge svg { width: 21px; height: 25px; fill: currentColor; }
.store-badge span { display: grid; gap: 1px; }
.store-badge small { color: #c4bdb1; font-size: 7px; }
.store-badge strong { font: 500 14px var(--sans); letter-spacing: .02em; }
.store-badge em { margin-left: auto; color: var(--amber); font: 7px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.closing-stamp { position: absolute; right: 8vw; bottom: 44px; z-index: 1; transform: rotate(-5deg); color: #dfcfb1; font: 8px/1.8 var(--mono); letter-spacing: .15em; text-align: center; text-transform: uppercase; }

.site-footer { position: relative; display: flex; min-height: 71px; align-items: center; justify-content: space-between; gap: 22px; padding: 15px max(5vw, 24px); background: #0b0d0e; color: #a8a49b; }
.footer-brand { display: flex; align-items: baseline; gap: 15px; color: #e5ddcf; font: 500 18px var(--serif); white-space: nowrap; }
.footer-brand span { color: #aaa397; font: 7px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.footer-nav, .site-footer > nav, .footer-links { display: flex; align-items: center; gap: 24px; }
.site-footer > nav a, .footer-links a { color: #aaa69e; font-size: 8px; }
.footer-faq { position: relative; color: #dfd5c5; }
.footer-faq > summary { display: flex; align-items: center; gap: 8px; cursor: pointer; list-style: none; font: 8px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.footer-faq > summary::-webkit-details-marker, .faq-content summary::-webkit-details-marker { display: none; }
.footer-faq > summary span { color: var(--amber); font-size: 13px; }
.faq-content { position: absolute; right: -25px; bottom: calc(100% + 20px); z-index: 8; width: min(390px, calc(100vw - 32px)); padding: 19px 21px; border: 1px solid rgba(233,223,205,.24); background: #171a1b; box-shadow: 0 18px 40px rgba(0,0,0,.45); }
.faq-content details { padding: 12px 0; border-bottom: 1px solid var(--rule); }
.faq-content details:last-child { border: 0; }
.faq-content summary { color: #e9dfcd; cursor: pointer; font: 11px var(--sans); }
.faq-content p { margin: 8px 0 0; color: #aaa69e; font-size: 10px; line-height: 1.6; }

@media (max-width: 980px) {
  .brand { gap: 13px; }
  .brand-tagline { font-size: 8px; }
  .site-nav { gap: 20px; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(150px, .58fr) minmax(170px, .78fr); padding-right: 4vw; padding-left: 4vw; }
  .hero h1 { font-size: clamp(42px, 5.7vw, 68px); }
  .evidence-board { min-height: 310px; }
  .evidence-photo img { height: 108px; }
  .evidence-slip { top: 206px; }
  .paper-note { width: 82px; font-size: 11px; }
  .phone-gallery { gap: 36px; }
  .case-shelf { gap: 10px; }
  .sealed-file { min-height: 210px; }
  .feature { padding-right: 15px; padding-left: 15px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 68px; }
  .site-header { min-height: 62px; padding: 0 20px; }
  .brand { gap: 10px; }
  .brand-name { font-size: 20px; }
  .brand-tagline { max-width: 85px; font-size: 6px; line-height: 1.5; }
  .menu-toggle { display: flex; width: 40px; height: 40px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid rgba(233,223,205,.35); background: rgba(16,18,20,.46); color: var(--paper); cursor: pointer; }
  .menu-toggle span { width: 16px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 61px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 8px 20px 16px; border-bottom: 1px solid var(--rule); background: rgba(12,14,15,.97); }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav a { padding: 14px 4px; border-bottom: 1px solid rgba(233,223,205,.1); }
  .site-nav .nav-cta { align-self: flex-start; margin-top: 12px; padding: 12px 15px; border: 1px solid rgba(233,223,205,.55); }
  .hero { height: auto; min-height: 855px; display: flex; flex-direction: column; align-items: stretch; gap: 25px; padding: 123px 25px 69px; }
  .hero-photo { object-position: center 77%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(9,11,12,.87), rgba(9,11,12,.58)), linear-gradient(0deg, rgba(9,11,12,.83), transparent 63%); }
  .hero-copy { max-width: 510px; padding: 0; }
  .hero h1 { font-size: clamp(46px, 12vw, 64px); }
  .hero-lede { max-width: 340px; font-size: 15px; }
  .hero-signoff { margin-top: 18px; font-size: 7px; }
  .hero-phone { width: min(190px, 48vw); align-self: center; margin: 0 0 12px; transform: rotate(-2deg); }
  .hero-phone .device-frame { border-radius: 28px; padding: 5px; }
  .hero-phone .device-frame img { border-radius: 22px; }
  .evidence-board { position: absolute; right: 11px; bottom: 46px; width: 155px; min-height: 175px; margin: 0; opacity: .95; }
  .evidence-photo { width: 72%; padding: 4px 4px 12px; }
  .evidence-photo img { height: 60px; }
  .evidence-photo figcaption { margin-top: 4px; font-size: 5px; }
  .evidence-photo-one { top: 5px; left: 0; }
  .evidence-photo-two { top: 57px; right: 0; }
  .evidence-slip { top: 112px; left: 0; gap: 4px; padding: 6px 8px; }
  .evidence-slip span { padding: 2px 4px; border-width: 1px; font-size: 8px; }
  .evidence-slip small { font-size: 5px; }
  .board-pin { top: 2px; width: 7px; height: 7px; }
  .hero-index { right: 22px; bottom: 16px; left: 22px; font-size: 6px; }
  .section-wrap { width: min(100% - 40px, var(--content)); }
  .how { padding-top: 66px; padding-bottom: 61px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: clamp(37px, 10vw, 48px); }
  .section-heading > p:last-child { font-size: 12px; }
  .phone-gallery { gap: 18px; margin: 0 -20px; padding: 13px 20px 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(213,173,112,.5) transparent; }
  .gallery-phone { flex: 0 0 min(65vw, 245px); scroll-snap-align: center; }
  .gallery-phone-raised { transform: none; }
  .gallery-phone .device-frame { border-radius: 25px; }
  .gallery-phone .device-frame img { border-radius: 19px; }
  .gallery-phone figcaption { margin-top: 10px; }
  .gallery-phone > p { font-size: 7px; }
  .clue-lines, .paper-note { display: none; }
  .cross-note { gap: 9px; margin-top: 17px; font-size: 6px; line-height: 1.6; }
  .cross-note span { flex: 0 0 21px; }
  .cases-inner { width: min(100% - 36px, var(--content)); padding: 57px 0 42px; }
  .case-heading { margin-bottom: 27px; }
  .case-heading h2 { font-size: clamp(35px, 9vw, 47px); }
  .case-heading > p:last-child { max-width: 340px; font-size: 11px; }
  .case-shelf { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; }
  .case-file-open { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; padding: 7px; }
  .case-cover { min-height: 100%; aspect-ratio: auto; }
  .case-cover img { position: absolute; inset: 0; }
  .case-paper { display: flex; flex-direction: column; justify-content: center; padding: 11px; }
  .case-paper h3 { font-size: 18px; }
  .case-description { min-height: 0; font-size: 8px; }
  .case-action { margin-top: 10px; padding: 8px; font-size: 7px; }
  .sealed-file { min-height: 167px; padding: 15px 6px 14px; }
  .sealed-file::before { height: 45%; }
  .sealed-file::after { height: auto; }
  .sealed-file .seal { top: 34%; width: 23px; height: 23px; }
  .sealed-file h3 { max-width: 130px; font-size: 12px; }
  .sealed-file > p:last-child { font-size: 6px; }
  .bundle-line { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 19px; font-size: 7px; }
  .bundle-line strong { font-size: 10px; }
  .bundle-note { max-width: 300px; margin-left: auto; font-size: 8px; line-height: 1.5; text-align: right; }
  .play { padding-top: 63px; padding-bottom: 60px; }
  .section-heading-light { margin-bottom: 27px; }
  .feature-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature { min-height: 160px; padding: 20px 11px 15px; }
  .feature:nth-child(3) { border-left: 0; border-top: 1px solid var(--rule); }
  .feature:nth-child(4) { border-top: 1px solid var(--rule); }
  .feature svg { width: 23px; height: 23px; margin-bottom: 11px; }
  .feature h3 { font-size: 12px; }
  .feature p { font-size: 8px; }
  .closing { min-height: 430px; padding: 50px 25px; }
  .closing > img { object-position: 72% 82%; }
  .closing h2 { font-size: clamp(50px, 13vw, 68px); }
  .closing-copy .eyebrow { max-width: 245px; }
  .closing-copy > p:not(.eyebrow) { max-width: 240px; font-size: 12px; }
  .closing-stamp { right: 25px; bottom: 20px; font-size: 6px; }
  .site-footer { display: grid; grid-template-columns: 1fr auto; gap: 17px 12px; padding: 20px; }
  .footer-brand { grid-column: 1; font-size: 17px; }
  .footer-brand span { display: none; }
  .site-footer > nav { grid-column: 1 / -1; justify-content: space-between; gap: 10px; padding: 13px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .site-footer > nav a, .footer-links a { font-size: 7px; }
  .footer-links { grid-column: 1; }
  .footer-faq { grid-column: 2; grid-row: 3; justify-self: end; }
  .faq-content { right: -3px; bottom: calc(100% + 17px); }
}

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