:root {
  --ink: #151714;
  --ink-soft: #222622;
  --paper: #f1f0e9;
  --paper-deep: #e6e5dc;
  --muted: #8d9286;
  --line: rgba(21, 23, 20, .16);
  --line-dark: rgba(241, 240, 233, .16);
  --green: #8af06e;
  --green-deep: #1f7b3f;
  --amber: #ffb45e;
  --amber-deep: #9b5422;
  --max: 1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --mono: 'SFMono-Regular', 'Roboto Mono', Menlo, Consolas, monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.section-dark { background: var(--ink); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 64px), var(--max)); margin: 0 auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; top: -50px; left: 20px; z-index: 20; background: var(--green); color: var(--ink); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { top: 20px; }

.site-header { position: relative; z-index: 10; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: baseline; gap: 8px; letter-spacing: -.04em; }
.wordmark-mark { font-family: var(--mono); font-size: 25px; font-weight: 800; letter-spacing: -.16em; color: var(--green-deep); }
.wordmark-name { font-size: 15px; font-weight: 700; letter-spacing: -.04em; }
.site-nav { display: flex; align-items: center; gap: 36px; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.site-nav > a { transition: color .2s ease; }
.site-nav > a:hover, .site-nav > a:focus { color: var(--green-deep); }
.nav-contact { display: inline-flex; gap: 10px; align-items: center; background: var(--ink); color: var(--paper); padding: 13px 16px; }
.nav-contact:hover, .nav-contact:focus { color: var(--green); }
.menu-toggle { display: none; border: 0; background: transparent; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.menu-icon, .menu-icon:before { display: block; width: 18px; height: 1px; background: currentColor; }
.menu-icon { position: relative; margin-left: 8px; }
.menu-icon:before { content: ''; position: absolute; top: -6px; }

.eyebrow { margin: 0 0 19px; color: var(--muted); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--green-deep); }
.eyebrow-amber .eyebrow-dot { background: var(--amber-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 600; }
h1, h2 { letter-spacing: -.07em; line-height: .96; }
h1 em, h2 span { color: var(--green-deep); font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
h2 { margin-bottom: 23px; font-size: clamp(42px, 6vw, 76px); }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { font-size: 16px; line-height: .7; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid var(--ink); padding: 15px 17px; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button-primary:hover, .button-primary:focus { background: var(--green-deep); }
.button-dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button-dark:hover, .button-dark:focus { color: var(--amber); }

.hero { overflow: hidden; padding-top: 100px; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(48px, 9vw, 135px); }
.hero-copy h1 { max-width: 600px; margin: 0 0 30px; font-size: clamp(65px, 9.4vw, 130px); }
.hero-copy h1 em { display: inline-block; }
.hero-lede { max-width: 480px; margin-bottom: 35px; color: #565d54; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.hero-art { position: relative; padding: 21px 23px 0; }
.hero-art:before { content: ''; position: absolute; right: -90px; top: -96px; z-index: -1; width: 370px; height: 370px; border: 1px solid rgba(31, 123, 63, .22); border-radius: 50%; }
.hero-art:after { content: ''; position: absolute; right: -38px; top: 13px; z-index: -1; width: 135px; height: 135px; background: var(--green); opacity: .16; }
.terminal-window { position: relative; background: #0d100e; border: 1px solid #424840; padding: 12px; box-shadow: 18px 18px 0 var(--green); transform: rotate(2.3deg); }
.terminal-topbar { height: 25px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #303630; padding: 0 6px; color: #657064; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.terminal-topbar span { width: 7px; height: 7px; border-radius: 50%; background: #556050; }
.terminal-topbar b { margin-left: auto; font-weight: 400; }
.terminal-screen { min-height: 370px; padding: 34px clamp(23px, 4vw, 51px); background: radial-gradient(circle at 60% 40%, rgba(46, 100, 37, .12), transparent 48%), #050805; color: #40c64c; font-family: var(--mono); font-size: clamp(11px, 1.3vw, 15px); letter-spacing: .04em; line-height: 1.65; text-shadow: 0 0 9px rgba(66, 230, 72, .45); }
.terminal-label { margin-bottom: 41px; color: #5b725c; font-size: 9px; letter-spacing: .15em; text-shadow: none; }
.terminal-title { margin-bottom: 23px; color: #90f175; font-size: clamp(28px, 4vw, 53px); letter-spacing: .08em; }
.terminal-line { max-width: 460px; }
.terminal-gap { height: 44px; }
.terminal-prompt { color: #9cef77; }
.terminal-cursor { margin-right: 10px; color: #ffb45e; }
.blink { animation: blink 1.1s steps(2, start) infinite; }
.art-caption { display: flex; justify-content: space-between; margin: 26px -1px 0; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
@keyframes blink { 50% { opacity: 0; } }

.section-dark { background: var(--ink); color: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 62px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(50px, 7vw, 94px); }
.section-heading h2 span { color: var(--green); }
.section-intro { max-width: 330px; margin: 0 0 6px; color: #a0a69b; font-size: 15px; }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.app-card { min-height: 510px; display: flex; flex-direction: column; padding: 29px 31px 31px; background: #202520; border: 1px solid #3b423a; overflow: hidden; }
.app-card-green { background: linear-gradient(140deg, #202820, #19201a); }
.app-card-amber { background: linear-gradient(140deg, #29221b, #1f201c); border-color: #574b3b; }
.app-card-top { display: flex; justify-content: space-between; color: #8d948a; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; }
.status-pill > span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.status-soon > span { background: var(--amber); }
.app-index { color: #687066; }
.app-identity { display: flex; align-items: center; gap: 21px; margin-top: 59px; }
.app-identity .eyebrow { margin-bottom: 9px; color: #989f94; }
.app-identity h3 { margin: 0; color: var(--paper); font-size: 45px; letter-spacing: -.08em; line-height: .9; }
.app-icon { width: 88px; height: 88px; flex: 0 0 88px; display: grid; place-items: center; overflow: hidden; border-radius: 23%; }
.app-icon-green { background: #000; box-shadow: 0 0 0 1px #27382b, 0 0 40px rgba(111, 236, 99, .16); }
.app-icon-green img { width: 100%; height: 100%; object-fit: cover; }
.app-icon-amber { background: #f6eadb; box-shadow: 0 0 0 1px #815d3b; }
.app-icon-amber img { width: 100%; height: 100%; object-fit: cover; }
.app-summary { max-width: 470px; margin: 41px 0 27px; color: #c4c9c0; font-family: var(--serif); font-size: 24px; letter-spacing: -.04em; line-height: 1.17; }
.app-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.app-tags span { padding: 6px 9px; border: 1px solid #4b5349; color: #969f94; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.app-card-amber .app-tags span { border-color: #685743; }
.card-link { display: flex; justify-content: space-between; align-items: center; margin-top: 31px; padding-top: 20px; border-top: 1px solid #414941; color: var(--green); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.app-card-amber .card-link { color: var(--amber); border-color: #5b4c3c; }
.card-link span { font-size: 20px; font-weight: 400; }

.studio-section { background: var(--paper); }
.studio-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; align-items: center; }
.studio-stamp { position: relative; width: min(320px, 100%); aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px solid var(--ink); border-radius: 50%; transform: rotate(-8deg); }
.studio-stamp:before, .studio-stamp:after { content: ''; position: absolute; inset: 14px; border: 1px dashed var(--line); border-radius: 50%; }
.studio-stamp:after { inset: 31px; border-style: solid; border-color: var(--green-deep); opacity: .65; }
.studio-stamp span { position: relative; z-index: 1; color: var(--green-deep); font-family: var(--mono); font-size: 70px; font-weight: 800; line-height: .8; letter-spacing: -.16em; }
.studio-stamp small { position: relative; z-index: 1; margin-top: 17px; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.5; text-align: center; }
.studio-stamp i { position: absolute; right: 40px; bottom: 44px; z-index: 2; color: var(--amber-deep); font-size: 20px; font-style: normal; }
.studio-copy { max-width: 610px; }
.studio-copy h2 { font-size: clamp(46px, 6vw, 80px); }
.studio-copy p:not(.eyebrow) { max-width: 575px; color: #5d625a; font-size: 17px; }
.studio-copy .text-link { margin-top: 17px; }
.archive-strip { padding: 20px 0; background: var(--green); color: var(--ink); }
.archive-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; }
.archive-kicker, .archive-note { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.archive-inner p { margin: 0; font-family: var(--serif); font-size: 25px; letter-spacing: -.04em; text-align: center; }
.archive-inner p span { margin: 0 15px; font-family: var(--mono); font-size: 16px; }
.archive-note { text-align: right; }

.app-page .site-header { background: var(--paper); }
.product-hero { overflow: hidden; padding: 78px 0 100px; }
.product-hero-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 10%; align-items: center; }
.back-link { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 62px; color: var(--muted); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.back-link:hover, .back-link:focus { color: var(--green-deep); }
.product-copy h1 { margin: 0 0 27px; font-size: clamp(75px, 10vw, 140px); }
.product-lede { max-width: 560px; margin-bottom: 21px; font-family: var(--serif); font-size: clamp(25px, 3.1vw, 40px); letter-spacing: -.05em; line-height: 1.08; }
.product-body { max-width: 530px; margin-bottom: 34px; color: #60665c; font-size: 16px; }
.app-store-button { display: inline-flex; min-width: 203px; align-items: center; gap: 12px; padding: 11px 14px; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); transition: transform .2s ease, background .2s ease; }
.app-store-button:hover, .app-store-button:focus { background: var(--green-deep); transform: translateY(-2px); }
.store-icon { font-family: Arial, sans-serif; font-size: 29px; line-height: 1; }
.app-store-button small, .app-store-button strong { display: block; line-height: 1.1; }
.app-store-button small { font-size: 9px; letter-spacing: .04em; }
.app-store-button strong { font-size: 20px; letter-spacing: -.04em; }
.button-arrow { margin-left: auto; color: var(--green); font-size: 18px; }
.product-facts { display: flex; flex-wrap: wrap; gap: 14px 25px; margin-top: 41px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.product-facts span { display: flex; flex-direction: column; gap: 5px; }
.product-facts b { color: var(--ink); font-size: 11px; letter-spacing: .01em; }
.product-icon-stage { position: relative; min-height: 430px; display: grid; place-items: center; }
.product-icon-stage:before { content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: var(--green); opacity: .13; }
.product-icon-stage img { position: relative; width: min(330px, 78%); border-radius: 22%; box-shadow: 0 24px 50px rgba(21, 23, 20, .23); transform: rotate(7deg); }
.product-icon-glow { position: absolute; inset: 4% 15%; border: 1px dashed rgba(31, 123, 63, .45); border-radius: 50%; transform: rotate(-12deg); }
.stage-label { position: absolute; right: 0; bottom: 25px; color: var(--green-deep); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; text-align: right; }
.screenshot-section { overflow: hidden; }
.compact-heading { margin-bottom: 51px; }
.screenshot-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; align-items: start; }
.screenshot-main, .screenshot-side img, .screenshot-row img { border: 1px solid #3e493e; background: #0a0d0a; }
.screenshot-main { position: relative; padding: 24px; }
.screenshot-main img { width: 100%; }
.image-number { position: absolute; right: 27px; bottom: 14px; color: var(--green); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.screenshot-side { display: grid; gap: 18px; }
.screenshot-side img { padding: 15px; }
.screenshot-side p { margin: 3px 0 0; color: #91998d; font-family: var(--serif); font-size: 19px; line-height: 1.2; }
.screenshot-row { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; align-items: center; margin-top: 18px; }
.screenshot-row img { padding: 15px; }
.screenshot-row .ipad-shot { padding: 22px; }
.screenshot-row span { padding-left: 22px; color: var(--green); font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.details-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; }
.details-intro h2 { font-size: clamp(48px, 6vw, 80px); }
.details-intro > p:not(.eyebrow) { max-width: 420px; color: #636a60; font-family: var(--serif); font-size: 21px; line-height: 1.25; }
.feature-list { border-top: 1px solid var(--line); }
.feature-item { display: grid; grid-template-columns: 53px 1fr; gap: 8px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.feature-item > span { color: var(--green-deep); font-family: var(--mono); font-size: 10px; font-weight: 700; }
.feature-item h3 { margin: 0 0 7px; font-size: 22px; letter-spacing: -.04em; }
.feature-item p { max-width: 480px; margin: 0; color: #6b7167; font-size: 14px; }
.section-paper { background: var(--paper-deep); }
.history-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.history-title h2 { font-size: clamp(48px, 6vw, 80px); }
.timeline { border-top: 1px solid var(--line); }
.timeline > div { display: grid; grid-template-columns: 82px 1fr; gap: 10px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.timeline b { color: var(--green-deep); font-family: var(--mono); font-size: 12px; }
.timeline p { max-width: 460px; margin: 0; font-family: var(--serif); font-size: 20px; line-height: 1.2; }
.product-end { background: var(--paper); }
.product-end-inner { display: flex; align-items: center; gap: 29px; padding: 37px 43px; background: var(--ink); color: var(--paper); }
.end-icon { width: 62px; height: 62px; border-radius: 21%; }
.product-end h2 { margin: 0; font-size: clamp(33px, 4vw, 56px); }
.product-end h2 span { color: var(--green); }
.product-end .eyebrow { margin-bottom: 8px; }
.product-end .button { margin-left: auto; border-color: var(--green); color: var(--green); }
.product-end .button:hover, .product-end .button:focus { background: var(--green); color: var(--ink); }

.angina-page h1, .angina-page h2 span { color: var(--amber-deep); }
.angina-page .product-copy h1 { color: var(--ink); }
.angina-hero { background: #f1e9df; }
.angina-page .product-facts b { color: var(--amber-deep); }
.sign-stage { position: relative; min-height: 450px; }
.sign-card { position: absolute; display: grid; place-items: center; width: 235px; height: 235px; border: 1px solid #987b5b; background: #f7efe6; box-shadow: 13px 13px 0 rgba(155, 84, 34, .19); }
.sign-card img { width: 80%; height: 80%; object-fit: contain; }
.sign-card-back { top: 53px; left: 10%; transform: rotate(-13deg); opacity: .68; }
.sign-card-mid { top: 20px; right: 7%; transform: rotate(10deg); opacity: .82; }
.sign-card-front { top: 129px; left: 23%; z-index: 2; transform: rotate(-4deg); }
.sign-stage .stage-label { right: 5px; bottom: 15px; color: var(--amber-deep); }
.angina-content { background: #1d1b18; }
.angina-page .section-heading h2 span { color: var(--amber); }
.angina-page .section-intro { color: #a9a097; }
.angina-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.angina-feature { min-height: 335px; padding: 25px 25px 27px; border: 1px solid #51463a; background: #28241f; }
.feature-number { display: block; margin-bottom: 25px; color: var(--amber); font-family: var(--mono); font-size: 11px; }
.mini-sign { width: 80px; height: 80px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; background: #f7efe6; }
.mini-sign img { width: 65%; height: 65%; object-fit: contain; }
.angina-feature h3 { margin-bottom: 10px; color: var(--paper); font-size: 25px; letter-spacing: -.05em; }
.angina-feature p { max-width: 270px; margin: 0; color: #aaa29a; font-size: 14px; }
.angina-note { background: #f1e9df; }
.angina-note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }
.angina-note h2 { font-size: clamp(52px, 7vw, 91px); }
.angina-note h2 span { color: var(--amber-deep); }
.note-copy { max-width: 470px; padding-top: 48px; }
.note-copy p { color: #665f57; font-family: var(--serif); font-size: 23px; line-height: 1.22; }
.note-copy p:nth-of-type(2) { margin-top: 34px; margin-bottom: 13px; font-family: var(--sans); font-size: 14px; }
.angina-page .text-link:hover, .angina-page .text-link:focus { color: var(--amber-deep); }

.site-footer { padding: 42px 0; background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; }
.footer-wordmark .wordmark-mark { color: var(--green); }
.footer-note { margin: 13px 0 0; color: #858d82; font-family: var(--serif); font-size: 16px; }
.footer-meta { display: flex; justify-self: end; align-items: center; gap: 25px; color: #858d82; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-meta a { color: var(--green); }
.footer-meta a:hover, .footer-meta a:focus { color: var(--paper); }
.footer-referral { display: flex; justify-content: center; }
.footer-referral img { display: block; width: 190px; height: auto; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .23s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .container { width: min(calc(100% - 40px), var(--max)); }
  .section-pad { padding: 78px 0; }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: inline-flex; align-items: center; cursor: pointer; }
  .site-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 13px 0; }
  .nav-contact { padding: 13px; }
  .hero { padding-top: 65px; }
  .hero-grid, .product-hero-grid { grid-template-columns: 1fr; gap: 62px; }
  .hero-copy h1 { font-size: clamp(61px, 16vw, 100px); }
  .hero-art { max-width: 620px; margin: 0 auto; padding-left: 13px; padding-right: 13px; }
  .terminal-screen { min-height: 300px; padding: 27px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .section-heading h2 { font-size: clamp(49px, 13vw, 80px); }
  .section-intro { max-width: 480px; }
  .app-grid, .studio-grid, .details-grid, .history-grid, .angina-note-grid { grid-template-columns: 1fr; gap: 55px; }
  .app-card { min-height: 460px; }
  .studio-stamp { width: min(270px, 80%); margin: 0 auto; }
  .studio-copy h2, .details-intro h2, .history-title h2 { font-size: clamp(47px, 12vw, 75px); }
  .archive-inner { grid-template-columns: 1fr 1fr; }
  .archive-note { display: none; }
  .archive-inner p { text-align: right; }
  .product-hero { padding-top: 52px; }
  .back-link { margin-bottom: 45px; }
  .product-copy h1 { font-size: clamp(75px, 20vw, 120px); }
  .product-icon-stage { min-height: 340px; }
  .product-icon-stage:before { width: 280px; height: 280px; }
  .product-icon-stage img { width: 250px; }
  .screenshot-layout { grid-template-columns: 1fr; }
  .screenshot-row { grid-template-columns: 1fr 1fr; }
  .screenshot-row span { padding-left: 0; }
  .product-end-inner { flex-wrap: wrap; padding: 27px; }
  .product-end .button { margin-left: 0; width: 100%; }
  .sign-stage { min-height: 390px; max-width: 500px; margin: 0 auto; width: 100%; }
  .sign-card { width: 190px; height: 190px; }
  .sign-card-front { top: 124px; left: 25%; }
  .sign-card-mid { right: 4%; }
  .angina-features { grid-template-columns: 1fr; }
  .angina-feature { min-height: auto; }
  .note-copy { padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-meta { justify-self: start; align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (max-width: 430px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .app-identity { margin-top: 45px; }
  .app-identity h3 { font-size: 38px; }
  .app-icon { width: 70px; height: 70px; flex-basis: 70px; }
  .app-summary { font-size: 22px; }
  .archive-inner { grid-template-columns: 1fr; }
  .archive-inner p { text-align: left; }
  .screenshot-row { grid-template-columns: 1fr; }
  .sign-card { width: 155px; height: 155px; }
  .sign-card-back { left: 2%; }
  .sign-card-mid { right: 0; }
  .sign-card-front { top: 130px; left: 21%; }
  .sign-stage .stage-label { right: 0; bottom: 0; }
}

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