:root {
  --paper: #f7f1e5;
  --paper-light: #fffdf7;
  --paper-deep: #e8ddc8;
  --ink: #302d29;
  --muted: #6e685e;
  --sage: #719378;
  --sage-dark: #3f654b;
  --sage-pale: #dbe6d8;
  --brass: #b57a35;
  --brass-light: #e0b972;
  --rust: #a95743;
  --line: rgba(64, 54, 41, .16);
  --shadow: 0 28px 70px rgba(70, 47, 28, .16);
  --paper-shadow: 0 3px 0 rgba(67, 52, 36, .13), 0 18px 42px rgba(67, 52, 36, .14);
  --display: "Fraunces", Georgia, serif;
  --body: "DM Sans", sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: var(--body);
  background:
    radial-gradient(circle at 15% 8%, rgba(220, 230, 210, .72), transparent 28rem),
    radial-gradient(circle at 92% 22%, rgba(234, 203, 153, .46), transparent 28rem),
    var(--paper);
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed; inset: 0; z-index: -1; content: ""; opacity: .22; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
}
body.modal-open { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px;
  border-radius: 8px; color: #fff; background: var(--sage-dark); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.case-nav {
  position: sticky; top: 14px; z-index: 50; width: min(1180px, calc(100% - 32px)); min-height: 68px;
  margin: 14px auto 0; padding: 8px 10px 8px 12px; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px;
  border: 1px solid rgba(75, 60, 42, .15); border-radius: 18px;
  background: rgba(255, 253, 247, .86); box-shadow: 0 8px 24px rgba(75, 52, 28, .08);
  backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease;
}
.case-nav.is-scrolled { background: rgba(255,253,247,.95); box-shadow: 0 14px 34px rgba(75,52,28,.14); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: .96rem; letter-spacing: -.02em; cursor: pointer; }
.brand img { width: 46px; height: 46px; border: 1px solid rgba(63,101,75,.18); border-radius: 13px; box-shadow: 0 5px 12px rgba(61,83,63,.15); }
.brand b { font-family: var(--display); font-size: 1.06rem; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  min-height: 44px; padding: 12px 14px; border-radius: 10px; color: var(--muted);
  font-size: .88rem; font-weight: 700; cursor: pointer; transition: color .2s ease, background .2s ease;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--sage-dark); background: var(--sage-pale); outline: none; }
.nav-cta, .primary-btn {
  border: 0; color: #fff; background: var(--sage-dark); cursor: pointer;
  box-shadow: 0 4px 0 #294934, 0 10px 20px rgba(47,82,57,.2);
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.nav-cta {
  min-height: 46px; padding: 0 17px; justify-self: end; display: inline-flex; align-items: center;
  gap: 8px; border-radius: 12px; font-size: .88rem; font-weight: 700;
}
.nav-cta svg { width: 17px; }
.nav-cta:hover, .primary-btn:hover { background: #4d7559; box-shadow: 0 4px 0 #294934, 0 14px 24px rgba(47,82,57,.27); transform: translateY(-1px); }
.nav-cta:active, .primary-btn:active { transform: translateY(2px); box-shadow: 0 2px 0 #294934; }
.nav-cta:focus-visible, .primary-btn:focus-visible, .store-btn:focus-visible, .menu-toggle:focus-visible, .modal-close:focus-visible { outline: 3px solid var(--brass-light); outline-offset: 3px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper-light); cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; margin: 5px auto; display: block; border-radius: 2px; background: var(--ink); 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); }

.hero {
  width: min(1180px, calc(100% - 40px)); min-height: calc(100svh - 96px); margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 0 100px; display: grid; grid-template-columns: .9fr 1.1fr;
  align-items: center; gap: clamp(50px, 7vw, 100px);
}
.eyebrow { margin: 0 0 18px; color: var(--rust); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy .eyebrow { width: fit-content; padding: 8px 11px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(169,87,67,.18); border-radius: 7px; background: rgba(255,253,247,.6); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(113,147,120,.16); }
.hero h1, .section-intro h2, .cabinet-copy h2, .case-window h2, .download h2, .modal h2 {
  margin: 0; font-family: var(--display); font-weight: 700; line-height: 1.02; letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(3.4rem, 6.3vw, 6.2rem); }
.hero h1 em { color: var(--sage-dark); font-weight: 600; }
.hero-lead { max-width: 590px; margin: 26px 0 0; color: var(--muted); font-size: clamp(1.04rem,1.6vw,1.18rem); line-height: 1.72; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.primary-btn { min-height: 54px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 13px; font-weight: 700; }
.primary-btn svg { width: 20px; }
.text-link { padding: 11px 0; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--ink); font-size: .9rem; font-weight: 700; cursor: pointer; }
.text-link svg { width: 16px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateY(3px); }
.hero-facts { margin: 52px 0 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.hero-facts div { padding-left: 15px; border-left: 1px solid var(--line); }
.hero-facts dt { font-family: var(--display); font-size: 1.55rem; font-weight: 700; }
.hero-facts dd { margin: 3px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.3; }

.hero-file { position: relative; padding-top: 37px; transform: rotate(1.4deg); }
.file-tab {
  position: absolute; top: 0; left: 7%; width: 45%; height: 58px; padding: 14px 20px;
  border: 1px solid rgba(75,57,36,.18); border-bottom: 0; border-radius: 14px 14px 0 0;
  color: var(--sage-dark); background: #ded5bd; font-size: .69rem; font-weight: 700; letter-spacing: .11em;
}
.file-paper {
  position: relative; min-height: 630px; padding: clamp(24px,4vw,46px); overflow: hidden;
  border: 1px solid rgba(75,57,36,.17); border-radius: 14px 22px 22px 22px;
  background: repeating-linear-gradient(0deg,transparent 0 27px,rgba(76,102,80,.055) 27px 28px), var(--paper-light);
  box-shadow: var(--paper-shadow);
}
.file-paper::after { position: absolute; top: 0; right: 0; width: 0; height: 0; content: ""; border-top: 70px solid var(--paper-deep); border-left: 70px solid transparent; filter: drop-shadow(-3px 3px 3px rgba(70,48,28,.08)); }
.paper-heading { padding-bottom: 10px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--rust); font-size: .62rem; font-weight: 700; letter-spacing: .1em; }
.file-paper h2 { max-width: 78%; margin: 20px 0 7px; font-family: var(--display); font-size: clamp(1.8rem,3vw,2.5rem); line-height: 1.05; }
.file-paper > p { max-width: 74%; margin: 0; color: var(--muted); font-size: .82rem; font-style: italic; line-height: 1.5; }
.file-stamp { position: absolute; top: 103px; right: 32px; padding: 6px 8px; border: 2px solid rgba(169,87,67,.5); color: rgba(169,87,67,.65); font-family: var(--display); font-size: 1rem; font-weight: 700; letter-spacing: .12em; transform: rotate(9deg); }
.phone-proof { position: absolute; right: 6%; bottom: 20px; width: 40%; padding: 8px; border: 2px solid rgba(48,45,41,.2); border-radius: 30px; background: #33312e; box-shadow: 0 25px 45px rgba(54,39,24,.25); transform: rotate(3deg); }
.phone-proof img { width: 100%; height: auto; aspect-ratio: 471 / 1024; object-fit: contain; border-radius: 22px; }
.case-note { position: absolute; left: 7%; bottom: 42px; width: 45%; padding: 17px; display: grid; grid-template-columns: auto 1fr; gap: 3px 10px; border: 1px solid rgba(75,57,36,.15); background: #eee5be; box-shadow: 4px 5px 12px rgba(70,48,28,.12); transform: rotate(-2.5deg); }
.case-note svg { grid-row: 1/3; width: 21px; color: var(--sage-dark); }
.case-note span { color: var(--rust); font-size: .6rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.case-note strong { font-family: var(--display); font-size: .85rem; line-height: 1.25; }
.brass-fastener { position: absolute; width: 26px; height: 26px; border: 2px solid #8e5d27; border-radius: 50%; background: radial-gradient(circle at 36% 30%,#f1ce88,var(--brass) 66%,#75461b); box-shadow: 0 3px 5px rgba(57,37,17,.3); }
.brass-fastener::after { position: absolute; top: 11px; left: 4px; width: 15px; height: 2px; content: ""; background: rgba(85,49,17,.7); transform: rotate(-18deg); }
.fastener-one { top: 59px; right: -10px; }
.fastener-two { bottom: 45px; left: -10px; }

.features { padding: 110px 0 0; background: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,253,247,.88) 8%,rgba(255,253,247,.88) 92%,rgba(255,255,255,0)); }
.section-intro { width: min(760px,calc(100% - 40px)); margin: 0 auto 62px; text-align: center; }
.section-intro h2, .cabinet-copy h2, .case-window h2, .download h2 { font-size: clamp(2.6rem,5vw,4.8rem); }
.section-intro > p:last-child, .cabinet-copy > p, .case-window-copy > p, .download-copy > p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.workflow { position: relative; width: min(1180px,calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 20px; background: var(--paper-light); box-shadow: var(--paper-shadow); }
.workflow::before { position: absolute; top: 69px; right: 12.5%; left: 12.5%; height: 1px; content: ""; background: repeating-linear-gradient(90deg,var(--brass) 0 7px,transparent 7px 14px); }
.workflow article { position: relative; z-index: 1; min-height: 300px; padding: 32px 27px; border-right: 1px solid var(--line); }
.workflow article:last-child { border: 0; }
.step-number { position: absolute; top: 19px; right: 20px; color: rgba(48,45,41,.18); font-family: var(--display); font-size: 1.4rem; }
.step-icon { width: 74px; height: 74px; margin-bottom: 30px; display: grid; place-items: center; border: 1px solid rgba(82,106,85,.2); border-radius: 50%; color: var(--sage-dark); background: var(--sage-pale); box-shadow: 0 0 0 9px var(--paper-light); }
.step-icon svg { width: 28px; height: 28px; stroke-width: 1.7; }
.workflow h3 { margin: 0 0 11px; font-family: var(--display); font-size: 1.35rem; line-height: 1.1; }
.workflow p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.65; }

.archive-showcase { width: min(1180px,calc(100% - 40px)); min-height: 780px; margin: 150px auto 80px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px,8vw,110px); }
.cabinet-copy > p { max-width: 540px; margin: 22px 0 0; }
.benefit-list { margin: 36px 0 0; padding: 0; display: grid; gap: 22px; list-style: none; }
.benefit-list li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; }
.benefit-list li > svg { width: 31px; height: 31px; padding: 7px; border-radius: 50%; color: #fff; background: var(--sage); stroke-width: 3; }
.benefit-list span, .benefit-list small { display: block; }
.benefit-list strong { font-family: var(--display); font-size: 1.05rem; }
.benefit-list small { margin-top: 4px; color: var(--muted); font-size: .82rem; }
.evidence-stack { position: relative; min-height: 720px; perspective: 1200px; }
.evidence-card { position: absolute; top: 50%; left: 50%; width: min(275px,45%); margin: 0; padding: 10px 10px 38px; border: 1px solid rgba(64,54,41,.2); border-radius: 10px; background: var(--paper-light); box-shadow: var(--shadow); transform-origin: 50% 100%; transition: transform .35s var(--ease),box-shadow .35s ease; }
.evidence-card img { width: 100%; height: auto; aspect-ratio: 471 / 1024; object-fit: contain; border-radius: 6px; }
.evidence-card figcaption { position: absolute; right: 8px; bottom: 9px; left: 8px; color: var(--muted); font-family: var(--display); font-size: .76rem; text-align: center; }
.evidence-card--back { z-index: 1; transform: translate(-93%,-48%) rotate(-10deg); }
.evidence-card--mid { z-index: 2; transform: translate(-12%,-54%) rotate(9deg); }
.evidence-card--front { z-index: 3; transform: translate(-50%,-45%) rotate(-1deg); }
.evidence-stack:hover .evidence-card--back { transform: translate(-108%,-49%) rotate(-13deg); }
.evidence-stack:hover .evidence-card--mid { transform: translate(7%,-56%) rotate(12deg); }
.evidence-stack:hover .evidence-card--front { transform: translate(-50%,-48%) rotate(-1deg); box-shadow: 0 34px 80px rgba(70,47,28,.23); }

.case-window { width: min(1180px,calc(100% - 40px)); margin: 0 auto 120px; padding: clamp(28px,6vw,70px); display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: clamp(36px,7vw,90px); overflow: hidden; border: 1px solid rgba(70,53,34,.15); border-radius: 28px; background: linear-gradient(90deg,rgba(255,253,247,.98) 0 54%,rgba(219,230,216,.93) 54%); box-shadow: var(--paper-shadow); }
.case-window-copy > p { max-width: 560px; margin: 22px 0 0; }
.tool-pills { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.tool-pills span { padding: 9px 12px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-light); font-size: .74rem; font-weight: 700; box-shadow: 0 3px 0 rgba(67,52,36,.1); }
.tool-pills svg { width: 15px; color: var(--sage-dark); }
.case-window figure { width: min(310px,100%); margin: 0 auto; padding: 9px; border: 2px solid rgba(48,45,41,.2); border-radius: 34px; background: #373632; box-shadow: 0 30px 50px rgba(58,45,31,.25); transform: rotate(2deg); }
.case-window figure img { width: 100%; height: auto; aspect-ratio: 471 / 1024; object-fit: contain; border-radius: 25px; }

.download { padding: 60px 20px 100px; background: repeating-linear-gradient(90deg,rgba(89,51,23,.035) 0 2px,transparent 2px 38px),linear-gradient(180deg,rgba(168,113,67,.08),rgba(168,113,67,.22)); }
.download-folder { position: relative; width: min(1060px,100%); margin: 0 auto; padding: clamp(38px,7vw,78px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; border: 1px solid rgba(67,52,36,.18); border-radius: 0 24px 24px 24px; background: #f5eddb; box-shadow: var(--paper-shadow); }
.download-folder::before { position: absolute; bottom: 100%; left: -1px; width: 230px; height: 34px; content: ""; border: 1px solid rgba(67,52,36,.18); border-bottom: 0; border-radius: 13px 13px 0 0; background: #f5eddb; }
.download-copy > p { max-width: 610px; margin: 22px 0 0; }
.store-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 12px; }
.store-btn { min-width: 174px; min-height: 58px; padding: 9px 17px; display: inline-flex; align-items: center; gap: 11px; border: 0; border-radius: 12px; color: #fff; background: #292a27; box-shadow: 0 4px 0 #11120f,0 10px 20px rgba(34,31,26,.17); cursor: pointer; transition: filter .2s ease,transform .2s ease; }
.store-btn:hover { filter: brightness(1.13); transform: translateY(-1px); }
.store-btn svg { width: 23px; flex: 0 0 auto; }
.store-btn span, .store-btn small { display: block; text-align: left; }
.store-btn span { font-family: var(--display); font-size: 1rem; line-height: 1; }
.store-btn small { margin-bottom: 4px; font-family: var(--body); font-size: .6rem; opacity: .72; }
.app-seal { position: relative; width: 220px; }
.app-seal img { width: 100%; border: 8px solid var(--paper-light); border-radius: 44px; box-shadow: var(--shadow); transform: rotate(4deg); }
.seal-note { position: absolute; right: -28px; bottom: -25px; width: 90px; height: 90px; display: grid; place-items: center; border: 2px solid var(--rust); border-radius: 50%; color: var(--rust); background: #f5eddb; font-family: var(--display); font-size: .66rem; font-weight: 700; line-height: 1.3; text-align: center; transform: rotate(-10deg); }

.footer { padding: 42px max(20px,calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px 40px; color: rgba(255,255,255,.9); background: #2e3d32; }
.brand--footer img { border-color: rgba(255,255,255,.2); box-shadow: none; }
.footer > p { margin: 0; color: rgba(255,255,255,.6); font-family: var(--display); font-style: italic; }
.footer nav { grid-row: 1/3; grid-column: 2; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.footer nav a { min-height: 42px; padding: 10px 12px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; font-size: .75rem; font-weight: 700; cursor: pointer; transition: background .2s ease; }
.footer nav a:hover, .footer nav a:focus-visible { background: rgba(255,255,255,.1); outline: none; }
.footer small { color: rgba(255,255,255,.48); }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(38,33,27,.56); backdrop-filter: blur(6px); cursor: pointer; }
.modal-panel { position: relative; z-index: 1; width: min(430px,100%); padding: 38px; border: 1px solid rgba(67,52,36,.2); border-radius: 18px; background: var(--paper-light); box-shadow: 0 32px 90px rgba(31,25,19,.35); text-align: center; animation: file-in .28s var(--ease); }
.modal-panel::before { position: absolute; inset: 8px; content: ""; border: 1px dashed rgba(67,52,36,.16); border-radius: 12px; pointer-events: none; }
.modal-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--paper-deep); cursor: pointer; }
.modal-close svg { width: 19px; }
.modal-icon { width: 64px; height: 64px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--sage); box-shadow: 0 5px 0 var(--sage-dark); }
.modal-icon svg { width: 27px; }
.modal h2 { font-size: 2.5rem; }
.modal-panel > p:not(.eyebrow) { margin: 15px 0 27px; color: var(--muted); line-height: 1.6; }
@keyframes file-in { from { opacity: 0; transform: translateY(16px) rotate(-1deg); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .case-nav { grid-template-columns: 1fr auto; }
  .nav-links { position: absolute; top: calc(100% + 8px); right: 0; left: 0; padding: 10px; display: none; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-light); box-shadow: var(--paper-shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { text-align: center; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .hero { grid-template-columns: 1fr; padding-top: 76px; }
  .hero-copy { max-width: 720px; text-align: center; justify-self: center; }
  .hero-copy .eyebrow, .hero-actions { margin-inline: auto; justify-content: center; }
  .hero-file { width: min(650px,100%); justify-self: center; }
  .workflow { grid-template-columns: repeat(2,1fr); }
  .workflow::before { display: none; }
  .workflow article:nth-child(2) { border-right: 0; }
  .workflow article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .archive-showcase { grid-template-columns: 1fr; margin-top: 110px; }
  .cabinet-copy { max-width: 680px; margin: 0 auto; text-align: center; }
  .cabinet-copy > p { margin-inline: auto; }
  .benefit-list { max-width: 540px; margin-inline: auto; text-align: left; }
  .evidence-stack { width: min(700px,100%); margin: 0 auto; }
  .case-window { grid-template-columns: 1fr 300px; background: var(--paper-light); }
}

@media (max-width: 680px) {
  .case-nav { top: 8px; width: auto; max-width: none; margin: 8px 10px 0; grid-template-columns: minmax(0,1fr) auto; border-radius: 15px; }
  .brand span { font-size: 0; }
  .brand span b { font-size: .92rem; }
  .hero { width: auto; min-width: 0; margin-inline: 14px; padding: 58px 0 78px; gap: 50px; }
  .hero-copy { width: 100%; min-width: 0; overflow: hidden; }
  .hero h1 { max-width: 100%; font-size: clamp(2.6rem,11.2vw,3.15rem); overflow-wrap: anywhere; }
  .hero-lead { padding-inline: 2px; font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-facts { width: 100%; min-width: 0; margin-top: 40px; }
  .hero-facts dd { font-size: .65rem; }
  .hero-file { padding-top: 30px; transform: none; }
  .file-tab { width: 58%; height: 45px; padding: 10px 13px; }
  .file-paper { min-height: 520px; padding: 22px; border-radius: 11px 16px 16px 16px; }
  .paper-heading { padding-right: 35px; }
  .file-paper h2 { max-width: 73%; margin-top: 16px; font-size: 1.55rem; }
  .file-paper > p { max-width: 72%; font-size: .7rem; }
  .file-stamp { top: 105px; right: 18px; font-size: .72rem; }
  .phone-proof { right: 5%; bottom: 18px; width: 48%; padding: 6px; border-radius: 22px; }
  .phone-proof img { border-radius: 16px; }
  .case-note { left: 5%; bottom: 28px; width: 46%; padding: 12px; }
  .case-note strong { font-size: .72rem; }
  .features { padding-top: 82px; }
  .section-intro { margin-bottom: 42px; }
  .workflow { grid-template-columns: 1fr; }
  .workflow article { min-height: 0; padding: 27px; display: grid; grid-template-columns: 58px 1fr; gap: 5px 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .step-icon { grid-row: 1/3; width: 56px; height: 56px; margin: 0; box-shadow: none; }
  .step-icon svg { width: 23px; }
  .workflow h3 { align-self: end; }
  .workflow p { grid-column: 2; }
  .archive-showcase { min-height: 0; margin: 100px auto 50px; }
  .evidence-stack { min-height: 520px; }
  .evidence-card { width: min(210px,51%); padding: 7px 7px 31px; }
  .case-window { grid-template-columns: 1fr; margin-bottom: 90px; text-align: center; background: linear-gradient(180deg,var(--paper-light) 0 57%,var(--sage-pale) 57%); }
  .case-window-copy > p { margin-inline: auto; }
  .tool-pills { justify-content: center; }
  .case-window figure { width: 250px; margin: 0 auto; }
  .download { padding: 85px 14px 75px; }
  .download-folder { grid-template-columns: 1fr; gap: 38px; text-align: center; }
  .download-folder::before { width: 55%; }
  .download-copy > p { margin-inline: auto; }
  .store-actions { justify-content: center; }
  .app-seal { width: 180px; margin: 0 auto; }
  .footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer nav { grid-row: auto; grid-column: auto; justify-content: center; }
}

@media (max-width: 420px) {
  .primary-btn { width: 100%; }
  .hero-facts { gap: 5px; }
  .hero-facts div { padding-left: 8px; }
  .hero-facts dt { font-size: 1.25rem; }
  .file-paper { min-height: 470px; }
  .file-paper h2 { font-size: 1.3rem; }
  .file-paper > p { display: none; }
  .case-note { bottom: 22px; }
  .section-intro h2, .cabinet-copy h2, .case-window h2, .download h2 { font-size: 2.35rem; }
  .evidence-stack { min-height: 430px; }
  .evidence-card { width: 50%; }
  .store-btn { width: 100%; justify-content: center; }
  .modal-panel { padding: 34px 24px; }
}

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