@font-face {
  font-family: Inter;
  src: url('/fonts/inter-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Shared PACKIT foundations. Category color belongs to artwork, not controls. */
:root {
  --ink: #111214;
  --paper: #fff;
  --graphite: #35383e;
  --muted: #666b73;
  --line: #e7e9ed;
  --soft: #f0f1f2;
  --silver: #bcc0c5;
  --gutter: clamp(24px, 4vw, 72px);
  --radius: 24px;
  --sans: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  --material: url('/materials/memory.webp');
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); letter-spacing: -.02em; }
h1,h2,h3,h4,p { margin: 0; }
h1,h2,h3,h4 { font-weight: 400; line-height: 1.1; letter-spacing: -.045em; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button,a,summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible,a:focus-visible,summary:focus-visible { outline: 2px solid var(--graphite); outline-offset: 5px; }
img { display: block; max-width: 100%; }
.icon { display: inline-block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
::selection { background: #dee0e3; }
.small-label,.eyebrow { font-size: 12px; letter-spacing: .065em; text-transform: uppercase; }
.eyebrow { color: var(--muted); margin-bottom: 24px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 50; padding: 12px; background: var(--ink); color: white; }
.skip-link:focus { top: 8px; }
.material { position: relative; isolation: isolate; overflow: hidden; color: white; background: #102653; }
.material::before { content: ''; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: linear-gradient(160deg,transparent 18%,#10265315 42%,#0a173bd6 100%),var(--material) center 58%/cover; }
.category-idea::before { filter: hue-rotate(151deg) saturate(.83); background-position: center,75% 33%; }
.category-personal::before { filter: hue-rotate(282deg) saturate(.55); background-position: center,15% 80%; }

/* Page shell and editorial hero. */
.site-header { height: 96px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 0 var(--gutter); border-bottom: 1px solid var(--line); }
.brand { width: 147px; justify-self: center; }
.brand img { width: 147px; height: 52px; object-fit: contain; }
.header-discover { display: flex; align-items: center; gap: 12px; width: fit-content; min-height: 44px; }
.menu-glyph { display: inline-flex; width: 19px; flex-direction: column; gap: 5px; }
.menu-glyph i { height: 1px; background: currentColor; width: 100%; }
.header-availability { justify-self: end; display: flex; align-items: center; gap: 18px; min-height: 44px; }
.header-availability>span { font-size: 20px; }
.section-nav { display: flex; justify-content: center; gap: 30px; padding: 12px var(--gutter); color: var(--muted); }
.section-nav a { display: flex; align-items: center; min-height: 32px; }
.section-nav a:hover { color: var(--ink); }
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; }
.hero-copy { padding: 48px var(--gutter) 32px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy-inner { padding: 20px 0 65px; max-width: 550px; }
h1 { font-size: clamp(56px,5.7vw,88px); margin-bottom: 30px; }
.hero-description { font-size: 17px; max-width: 440px; color: var(--muted); line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 30px; font-size: 14px; padding: 14px 23px; background: var(--ink); color: white; border-radius: 30px; margin-top: 30px; }
.text-link>span { font-size: 20px; transition: transform .2s; }
.text-link:hover>span { transform: translate(2px,-2px); }
.release-note { font-size: 12px; color: var(--muted); margin-top: 17px; }
.hero-footnote { position: absolute; bottom: 25px; left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; color: var(--muted); }
.hero-stage { background: white; min-height: 700px; position: relative; overflow: hidden; isolation: isolate; }
.stage-label,.stage-footer { position: absolute; left: 27px; right: 27px; color: var(--muted); }
.stage-label { top: 25px; }
.stage-footer { bottom: 24px; display: flex; justify-content: space-between; align-items: center; }
.phone-pair { position: absolute; width: 600px; height: 660px; top: 50%; left: 50%; transform: translate(-50%,-49%) scale(.94); }

/* Reusable iPhone, memory card, orb, waveform, and reading controls. */
.phone { width: 272px; height: 562px; border-radius: 43px; background: white; padding: 6px; border: 1px solid #d6d9df; box-shadow: 0 20px 48px -18px #11121425,inset 0 0 0 2px #fff; position: relative; font-family: var(--sans); letter-spacing: -.02em; flex-shrink: 0; }
.phone-screen { height: 100%; width: 100%; background: white; border-radius: 37px; overflow: hidden; position: relative; color: var(--ink); }
.hero-recorder { position: absolute; left: 65px; top: 30px; transform: rotate(-8deg); z-index: 1; }
.hero-library { position: absolute; left: 265px; top: 88px; transform: rotate(7deg); z-index: 2; }
.status-bar { height: 45px; position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; font-size: 10px; }
.status-bar b { font-weight: 600; }
.island { background: #050505; position: absolute; left: 50%; transform: translateX(-50%); width: 74px; height: 21px; border-radius: 20px; top: 8px; }
.phone-signal { display: flex; align-items: center; gap: 5px; font-size: 7px; letter-spacing: -2px; }
.phone-signal i { height: 7px; width: 15px; background: currentColor; border-radius: 2px; border: 1px solid currentColor; box-shadow: inset -2px 0 0 white; }
.app-header { padding: 6px 15px 7px; display: flex; align-items: center; gap: 15px; }
.app-wordmark { width: 90px; height: 32px; object-fit: contain; margin-right: auto; }
.search-icon { width: 12px; height: 12px; border: 1.4px solid currentColor; border-radius: 50%; position: relative; }
.search-icon::after { content: ''; position: absolute; width: 5px; height: 1px; background: currentColor; right: -4px; bottom: -2px; transform: rotate(45deg); }
.avatar { font-size: 10px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--soft); }
.app-filters { display: flex; gap: 4px; white-space: nowrap; padding: 0 14px 8px; font-size: 9px; }
.app-filters>span { padding: 4px 10px; border: 1px solid var(--line); border-radius: 24px; }
.app-filters .selected { background: var(--ink); color: white; border-color: var(--ink); }
.app-section-title { padding: 0 16px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.app-section-title b { font-size: 14px; font-weight: 500; }
.app-section-title>span { font-size: 9px; color: var(--muted); }
.app-dates { display: flex; justify-content: space-between; padding: 0 16px 7px; }
.app-dates>span { font-size: 6px; color: var(--muted); display: flex; flex-direction: column; text-align: center; gap: 3px; width: 34px; padding: 3px 0; }
.app-dates b { font-size: 11px; color: var(--ink); font-weight: 500; }
.app-dates .selected { background: var(--soft); border-radius: 11px; }
.memory-card { margin: 0 14px 8px; border-radius: 16px; padding: 9px 13px; min-height: 87px; }
.memory-category { font-size: 7px; letter-spacing: .025em; display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.memory-category>span { font-size: 12px; line-height: 8px; }
.memory-card>strong { font-size: 14px; font-weight: 400; line-height: 1.16; letter-spacing: -.035em; display: block; }
.memory-meta { display: flex; justify-content: space-between; font-size: 7px; margin-top: 6px; }
.app-bottom { position: absolute; bottom: 17px; width: 100%; display: flex; justify-content: center; gap: 9px; padding-top: 12px; background: linear-gradient(transparent,white 30%); }
.create-button { display: flex; gap: 7px; align-items: center; background: var(--ink); color: white; border-radius: 30px; padding: 10px 18px; font-size: 10px; }
.create-button .icon { width: 13px; height: 13px; }
.mic-button { background: var(--ink); color: white; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; }
.mic-button svg { width: 17px; height: 17px; }
.home-indicator { width: 84px; height: 3px; border-radius: 3px; background: var(--ink); position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); }
.recorder-top { padding: 10px 18px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.recorder-top>span:last-child { border: 1px solid var(--line); border-radius: 50%; width: 25px; height: 25px; display: grid; place-items: center; font-size: 17px; }
.recording-label { font-size: 8px; letter-spacing: .06em; padding: 16px 18px 8px; display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--graphite); }
.recording-label i,.motion-record-label i { height: 5px; width: 5px; border-radius: 50%; background: var(--graphite); }
.voice-orb { width: 148px; height: 148px; display: grid; place-items: center; position: relative; isolation: isolate; overflow: hidden; border-radius: 50%; margin: 16px auto 22px; color: white; }
.voice-orb::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 25% 18%,#ffffff60,transparent 42%),var(--material) center/cover; filter: grayscale(1); box-shadow: inset -12px -15px 24px #0004,inset 4px 5px 14px #fff3; border-radius: inherit; }
.voice-orb .waveform { width: 112px; height: 55px; margin: 0; gap: 2px; }
.voice-orb.small { width: 110px; height: 110px; margin: 10px auto 16px; }
.voice-orb.small .waveform { width: 80px; }
.recorder-title { font-size: 24px; line-height: 1.15; font-weight: 400; letter-spacing: -.045em; text-align: center; }
.recording-time { font-variant-numeric: tabular-nums; color: var(--ink); font-size: 34px; letter-spacing: -.04em; text-align: center; margin-top: 13px; }
.waveform { display: flex; align-items: center; justify-content: center; gap: 3px; height: 100px; margin: 22px 17px; color: currentColor; }
.waveform i { display: block; flex: 1; max-width: 3px; height: var(--height,24px); background: currentColor; border-radius: 2px; transform-origin: center; animation: wave var(--duration,1s) ease-in-out infinite alternate; animation-delay: var(--delay,0s); }
.waveform:empty::after { content: ''; width: 100%; height: 1px; background: currentColor; opacity: .45; }
@keyframes wave { from { transform: scaleY(.3); } to { transform: scaleY(1); } }
.recording-controls { display: flex; justify-content: center; gap: 26px; margin-top: 15px; }
.recording-controls>span { height: 40px; width: 40px; border-radius: 50%; display: grid; place-items: center; }
.pause-disc { background: var(--ink); color: white; }
.stop-disc { background: white; border: 1px solid var(--line); color: var(--ink); }
.recording-controls .icon { height: 17px; width: 17px; }
.recording-controls-label { display: flex; justify-content: center; gap: 47px; font-size: 8px; margin-top: 7px; }
.recorder-caption { display: block; text-align: center; font-size: 7px; color: var(--muted); margin-top: 15px; }
.reading-tabs { display: flex; align-items: center; justify-content: space-between; padding: 4px; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 3px 14px #11121408; background: white; font-size: 7px; }
.reading-tabs>span,.reading-tabs>b { padding: 8px; display: flex; align-items: center; gap: 4px; color: var(--muted); font-weight: 400; }
.reading-tabs>b { color: var(--ink); background: var(--soft); border-radius: 22px; }
.reading-tabs .icon { width: 12px; height: 12px; }
.reading-tabs.compact { width: 152px; margin: 0 auto; }
.reading-tabs.compact>span,.reading-tabs.compact>b { padding: 8px 13px; }
.ask-composer { border: 1px solid var(--line); border-radius: 25px; padding: 5px 6px 5px 12px; display: flex; justify-content: space-between; align-items: center; gap: 6px; color: var(--muted); font-size: 9px; margin: 19px 0 15px; }
.ask-composer>span { border-radius: 50%; color: white; background: var(--ink); width: 26px; height: 26px; display: grid; place-items: center; }
.ask-composer .icon { width: 14px; height: 14px; }

/* Three feature windows use the same material and geometry as memory cards. */
.collection { padding: 30px var(--gutter) 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 45px 0 32px; }
.section-heading h2 { font-size: clamp(30px,3vw,44px); }
.section-heading>span { color: var(--muted); }
.collection-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.collection-visual { height: 440px; border-radius: var(--radius); }
.visual-index { position: absolute; left: 24px; top: 23px; z-index: 2; color: white; }
.capture-excerpt,.summary-excerpt { width: 270px; height: 358px; background: white; color: var(--ink); border-radius: 24px 24px 0 0; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); padding: 21px; box-shadow: 0 15px 35px #0002; }
.mini-brand { display: flex; justify-content: space-between; font-size: 11px; }
.capture-excerpt .recording-label { padding: 18px 0 3px; }
.excerpt-title { text-align: center; font-size: 17px; letter-spacing: -.035em; }
.excerpt-time { font-size: 30px; font-variant-numeric: tabular-nums; text-align: center; margin-top: 8px; }
.excerpt-controls { display: flex; justify-content: center; gap: 22px; margin-top: 11px; }
.excerpt-controls>span { display: grid; place-items: center; width: 36px; height: 36px; background: var(--ink); color: white; border-radius: 50%; font-size: 14px; }
.excerpt-controls>span:last-child { background: white; color: var(--ink); border: 1px solid var(--line); }
.summary-excerpt { height: 370px; }
.reading-top { display: flex; justify-content: space-between; align-items: center; font-size: 18px; margin-bottom: 17px; }
.reading-top>span { font-size: 10px; font-weight: 500; }
.reading-meta { font-size: 7px; color: var(--muted); letter-spacing: .025em; }
.summary-excerpt h4 { font-size: 20px; margin: 9px 0 15px; }
.reading-rule { height: 1px; background: var(--line); margin-bottom: 13px; }
.reading-label { font-size: 10px; font-weight: 500; display: block; margin: 13px 0 5px; }
.summary-excerpt p { font-size: 11px; line-height: 1.5; color: var(--muted); }
.reading-action { display: flex; gap: 7px; font-size: 9px; margin-bottom: 14px; }
.summary-excerpt .reading-tabs { position: absolute; bottom: 10px; left: 15px; right: 15px; }
.recall-composition { position: absolute; width: 290px; height: 350px; bottom: 0; left: 50%; transform: translateX(-50%); }
.recall-card-back,.recall-card-mid { position: absolute; width: 240px; height: 108px; border-radius: 17px; padding: 16px; font-size: 7px; }
.recall-card-back { top: 0; left: 31px; transform: rotate(8deg); }
.recall-card-mid { top: 35px; left: 9px; transform: rotate(-5deg); }
.recall-card-back strong,.recall-card-mid strong { display: block; font-size: 17px; font-weight: 400; margin-top: 7px; }
.ask-excerpt { position: absolute; left: 7px; right: 7px; bottom: 0; background: white; color: var(--ink); padding: 21px; border-radius: 22px 22px 0 0; box-shadow: 0 8px 22px #0002; }
.ask-excerpt-title { font-size: 11px; display: flex; justify-content: space-between; }
.sample-question { margin: 19px 0 17px 28px; padding: 9px 11px; border-radius: 14px 14px 4px 14px; background: var(--soft); font-size: 10px; }
.ask-excerpt p { font-size: 13px; line-height: 1.5; }
.answer-source { display: block; font-size: 8px; color: var(--muted); margin-top: 11px; }
.collection-caption { padding: 26px 0 53px; }
.collection-caption>.small-label { color: var(--muted); }
.collection-caption h3 { font-size: 26px; margin: 10px 0 14px; }
.collection-caption p { color: var(--muted); font-size: 16px; max-width: 410px; }

/* Optional three-stage motion. Copy and FAQ stay present without JavaScript. */
.workflow { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.motion-stage { min-height: 700px; position: relative; background: white; border-right: 1px solid var(--line); }
.motion-top,.motion-bottom { position: absolute; left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--muted); }
.motion-top { top: 31px; }
.motion-bottom { bottom: 26px; }
.motion-panels { position: absolute; inset: 115px 12% 85px; }
.motion-panel { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(14px); transition: transform .55s ease,opacity .55s ease,visibility .55s; }
.motion-panel.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
.motion-record-label { font-size: 11px; letter-spacing: .055em; display: flex; align-items: center; gap: 8px; color: var(--muted); }
.motion-quote { font-size: clamp(30px,3vw,46px); line-height: 1.25; letter-spacing: -.04em; margin-top: 48px; }
.large-wave { margin: 35px 0 20px; height: 95px; color: var(--graphite); }
.motion-time { font-size: 13px; color: var(--graphite); display: flex; justify-content: space-between; }
.motion-time>span { color: var(--muted); }
.transcript-line { padding-top: 24px; }
.transcript-line>span { font-size: 12px; color: var(--graphite); display: flex; align-items: center; gap: 12px; }
.transcript-line time { color: var(--muted); font-size: 11px; }
.transcript-line p { font-size: 18px; line-height: 1.55; margin-top: 9px; }
mark { color: var(--ink); background: var(--soft); }
.motion-memory { margin-top: 26px; padding: 26px; border-radius: var(--radius); border: 1px solid var(--line); background: white; }
.motion-memory>.small-label { color: var(--muted); font-size: 11px; }
.motion-memory h3 { font-size: 30px; margin: 16px 0 22px; }
.motion-memory-rule { height: 1px; background: var(--line); }
.result-row { display: flex; align-items: baseline; gap: 17px; margin-top: 21px; }
.result-row>span { color: var(--muted); font-size: 11px; }
.result-row b { font-size: 13px; font-weight: 500; }
.result-row p { font-size: 15px; color: var(--muted); margin-top: 5px; }
.motion-toggle { border: 0; background: transparent; padding: 8px 0; font-size: 11px; min-height: 36px; display: inline-flex; gap: 6px; align-items: center; }
.motion-paused .waveform i,.motion-offscreen .waveform i { animation-play-state: paused; }
.workflow-copy { padding: 76px 12%; }
.workflow h2,.iphone-section h2 { font-size: clamp(36px,3.5vw,54px); }
.workflow-intro { font-size: 16px; color: var(--muted); margin-top: 24px; }
.workflow-steps { margin-top: 32px; }
.workflow-step { width: 100%; display: flex; align-items: flex-start; gap: 17px; padding: 21px 0; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; }
.step-number { font-size: 12px; color: var(--muted); padding-top: 2px; }
.workflow-step>span:nth-child(2) { flex: 1; }
.workflow-step strong { font-size: 17px; font-weight: 400; display: block; }
.workflow-step>span:nth-child(2)>span { display: block; font-size: 13px; color: var(--muted); margin-top: 7px; }
.step-arrow { opacity: 0; }
.workflow-step.is-active .step-arrow { opacity: 1; }
.workflow-step.is-active .step-number { color: var(--ink); }
.demo-note { font-size: 12px; color: var(--muted); margin-top: 18px; }

/* Native controls, privacy, and indexable answers. */
.iphone-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; border-bottom: 1px solid var(--line); }
.iphone-brand { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; }
.iphone-brand img { width: 205px; height: 205px; }
.iphone-brand>span { color: var(--muted); }
.iphone-copy { padding: 76px 12%; }
.iphone-copy>p:not(.eyebrow):not(.device-note) { font-size: 16px; color: var(--muted); margin-top: 24px; }
.iphone-specs { display: flex; flex-wrap: wrap; gap: 26px; font-size: 13px; margin-top: 29px; }
.iphone-specs>span:last-child { background: var(--soft); padding: 4px 12px; border-radius: 20px; }
.iphone-specs>span:first-child { padding: 4px 0; }
.device-note { margin-top: 18px; color: var(--muted); font-size: 12px; }
.faq-section { display: grid; grid-template-columns: 1fr 1fr; padding: 75px var(--gutter); gap: 40px; }
.faq-heading h2 { font-size: 44px; }
.faq-heading>p:last-child { color: var(--muted); margin-top: 21px; font-size: 16px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 23px 0; font-size: 16px; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary>span { height: 10px; width: 10px; position: relative; flex-shrink: 0; }
.faq-list summary>span::before,.faq-list summary>span::after { content: ''; position: absolute; background: var(--graphite); left: 0; top: 4px; width: 10px; height: 1px; }
.faq-list summary>span::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary>span::after { transform: rotate(0); }
.faq-list details>p { padding: 0 30px 24px 0; font-size: 15px; line-height: 1.65; color: var(--muted); }
.closing { margin: 0 var(--gutter); padding: 65px 0 50px; border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 12px; }
.closing img { width: min(480px,70vw); height: auto; }
.closing>.small-label { color: var(--muted); }
.site-footer { padding: 30px var(--gutter); display: flex; justify-content: space-between; gap: 24px; font-size: 12px; color: var(--muted); border-top: 1px solid var(--line); }
.not-found { padding: 12vh var(--gutter); max-width: 800px; margin: 0 auto; min-height: 75vh; }
.not-found>p { max-width: 430px; }

/* Responsive layout changes. The scaled UI figures remain decorative examples. */
@media(min-width:1600px) { .hero,.hero-stage { min-height: 780px; } .phone-pair { transform: translate(-50%,-49%) scale(1.08); } }
@media(max-width:1150px) {
  .hero,.hero-stage { min-height: 630px; }
  .phone-pair { transform: translate(-50%,-49%) scale(.78); }
  .hero-copy-inner { padding-bottom: 45px; }
  .hero-description { font-size: 16px; }
  .collection-grid { gap: 18px; }
  .collection-visual { height: 385px; }
  .capture-excerpt,.summary-excerpt { transform: translateX(-50%) scale(.84); transform-origin: bottom; }
  .recall-composition { transform: translateX(-50%) scale(.8); transform-origin: bottom; }
  .collection-caption h3 { font-size: 23px; }
  .workflow-copy,.iphone-copy { padding: 55px 9%; }
  .motion-panels { inset: 100px 8% 80px; }
  .motion-memory { padding: 23px; }
  .motion-memory h3 { font-size: 26px; }
  .transcript-line p { font-size: 16px; }
}
@media(max-width:900px) and (min-width:761px) {
  .hero h1 { font-size: 54px; }
  .phone-pair { transform: translate(-50%,-49%) scale(.67); }
  .collection-visual { height: 345px; }
  .capture-excerpt,.summary-excerpt,.recall-composition { transform: translateX(-50%) scale(.69); }
  .workflow-copy,.iphone-copy { padding-left: 8%; padding-right: 8%; }
  .motion-top,.motion-bottom { font-size: 10px; }
}
@media(max-width:760px) {
  :root { --gutter: 24px; }
  .site-header { height: 78px; }
  .brand,.brand img { width: 118px; }
  .brand img { height: 43px; }
  .header-discover,.header-availability { font-size: 10px; gap: 7px; }
  .menu-glyph { width: 16px; }
  .section-nav { font-size: 10px; gap: 17px; justify-content: space-between; flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px var(--gutter) 26px; min-height: 0; }
  .hero-copy-inner { padding: 0; max-width: 540px; }
  .hero h1 { font-size: clamp(54px,11vw,76px); margin-bottom: 24px; }
  .eyebrow { margin-bottom: 21px; }
  .hero-description { font-size: 16px; max-width: 510px; }
  .hero-footnote { display: none; }
  .hero-stage { min-height: 570px; }
  .phone-pair { transform: translate(-50%,-49%) scale(.8); }
  .stage-label,.stage-footer { font-size: 10px; left: var(--gutter); right: var(--gutter); }
  .stage-label { top: 20px; }
  .collection { padding-top: 10px; }
  .section-heading { padding-top: 35px; align-items: flex-start; gap: 18px; }
  .section-heading h2 { max-width: 250px; font-size: 32px; }
  .section-heading>span { font-size: 10px; max-width: 90px; text-align: right; }
  .collection-grid { grid-template-columns: 1fr; gap: 0; }
  .collection-visual { height: 400px; }
  .capture-excerpt,.summary-excerpt,.recall-composition { transform: translateX(-50%) scale(.94); }
  .collection-caption { padding: 23px 0 40px; }
  .collection-caption h3 { font-size: 28px; }
  .collection-caption p { max-width: 520px; }
  .workflow,.iphone-section,.faq-section { grid-template-columns: 1fr; }
  .workflow-copy { grid-row: 1; padding: 48px var(--gutter) 35px; }
  .workflow h2,.iphone-section h2 { font-size: 42px; }
  .workflow-intro { max-width: 540px; }
  .workflow-step { gap: 15px; }
  .workflow-step>span:nth-child(2)>span { max-width: 420px; }
  .motion-stage { min-height: 630px; border-right: 0; border-top: 1px solid var(--line); }
  .motion-panels { inset: 95px 8% 85px; max-width: 500px; margin: 0 auto; }
  .motion-quote { font-size: 36px; }
  .motion-top,.motion-bottom { font-size: 10px; }
  .transcript-line p { font-size: 18px; }
  .iphone-brand { padding: 45px 0 20px; gap: 11px; }
  .iphone-brand img { width: 150px; height: 150px; }
  .iphone-copy { padding: 26px var(--gutter) 49px; }
  .iphone-copy>p:not(.eyebrow):not(.device-note) { max-width: 540px; }
  .faq-section { padding: 45px var(--gutter); gap: 22px; }
  .faq-heading h2 { font-size: 38px; }
  .faq-heading>p:last-child { display: none; }
  .faq-list summary { font-size: 16px; }
  .faq-list details>p { padding-right: 10px; }
  .closing { padding: 36px 0 28px; gap: 7px; }
  .closing>.small-label { font-size: 10px; }
  .site-footer { flex-wrap: wrap; }
  .site-footer>span:nth-child(2) { display: none; }
}
@media(max-width:380px) {
  :root { --gutter: 20px; }
  .brand,.brand img { width: 106px; }
  .hero h1 { font-size: 52px; }
  .hero-stage { min-height: 505px; }
  .phone-pair { transform: translate(-50%,-49%) scale(.67); }
  .collection-visual { height: 365px; }
  .capture-excerpt,.summary-excerpt,.recall-composition { transform: translateX(-50%) scale(.81); }
  .section-heading h2 { font-size: 28px; }
  .workflow h2,.iphone-section h2 { font-size: 36px; }
  .motion-quote { font-size: 31px; }
  .motion-memory { padding: 19px; }
  .motion-memory h3 { font-size: 24px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
}
