@font-face { font-family: 'Barlow'; src: url('assets/fonts/Barlow-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Barlow Semi Condensed'; src: url('assets/fonts/BarlowSemiCondensed-Medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }
:root {
  --paper: #f3efe6; --ink: #292b25; --green: #30523b; --muted: #62665b;
  --body: 'Bahnschrift', 'Barlow', sans-serif;
  --heading: 'Bahnschrift SemiCondensed', 'Barlow Semi Condensed', sans-serif;
  font-family: var(--body); color: var(--ink); background: var(--paper);
  color-scheme: light; font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; }
a { color: inherit; text-underline-offset: 5px; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 3px solid #a14632; outline-offset: 6px; }
p { margin: 0 0 20px; line-height: 1.55; }
h1, h2, h3 { font-family: var(--heading); font-weight: 500; margin: 0; }
h1 { font-size: 38px; line-height: 1.14; letter-spacing: -.35px; }
h2 { font-size: 26px; line-height: 1.22; }
h3 { font-size: 21px; line-height: 1.28; }
.page, .header-inner, .footer { width: min(900px, calc(100% - 64px)); margin-inline: auto; }
.header-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: block; line-height: 0; flex-shrink: 0; }
.wordmark img { width: 255px; height: auto; display: block; }
nav { display: flex; align-items: center; gap: 24px; font-size: 16px; }
nav a { text-decoration: none; }
nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 7px; }
nav .download-button[aria-current="page"] { text-decoration: none; }
.nav-link { border: 0; background: none; padding: 12px 0; }
.nav-link:hover, nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.download-button, .solid-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 24px;
  background: #36583e; color: #faf8ee; border: 1px solid #29462f; border-radius: 9px;
  box-shadow: inset 0 1px 0 #ffffff25, 0 2px 0 #213e28;
  padding: 11px 17px; font-size: 16px; line-height: 1.25; text-decoration: none;
}
.download-button:hover, .solid-button:hover { background: #29472f; text-decoration: none; }
.download-button:active, .solid-button:active { transform: translateY(1px); box-shadow: inset 0 1px 3px #0003; }
.introduction { display: grid; grid-template-columns: 1fr 1.04fr; align-items: center; gap: 38px; padding: 28px 0 30px; }
.eyebrow { display: block; font-family: var(--heading); font-size: 15px; font-weight: 500; line-height: 1.45; letter-spacing: 0; color: var(--green); margin-bottom: 10px; }
.intro-title-line { display: block; }
.intro-copy { font-size: 17px; }
.intro-copy > p:first-child { margin-bottom: 14px; }
.instrument { margin: 0; }
.film-player { position: relative; aspect-ratio: 16 / 9; border-radius: 1.565% / 2.782%; box-shadow: 0 10px 24px #50483222; }
.film-player::after { content: ''; position: absolute; inset: 0; border: 1px solid #77706440; border-radius: inherit; pointer-events: none; }
.film-player video { display: block; width: 100%; height: 100%; border-radius: inherit; background: #171816; }
.film-player.awaiting-play video { visibility: hidden; }
.film-poster { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: hidden; border-radius: inherit; border: 0; padding: 0; background: none; }
.film-poster[hidden] { display: none; }
/* The supplied capture is untouched: crop its 6px top / 10px bottom surround
   in the presentation and follow the original enclosure's 40px corner radius. */
.film-poster img { position: absolute; top: -.417%; left: 0; width: 100%; height: auto; display: block; }
.play-symbol { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: clamp(46px, 5.4vw, 64px); height: clamp(46px, 5.4vw, 64px); border-radius: 50%; background: #294d37ed; border: 1px solid #ffffff80; box-shadow: 0 3px 12px #0004; }
.play-symbol svg { width: 40%; height: 40%; fill: #faf8ee; }
.film-poster:hover .play-symbol { background: #294d37; box-shadow: 0 4px 16px #0005; }
.film-poster:focus-visible { outline-offset: 6px; }
.film-error { font-size: 15px; padding-top: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; line-height: 1.5; color: var(--green); border: 0; background: none; padding: 0; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 6px; }
.story { display: grid; grid-template-columns: 1.22fr 1fr; column-gap: 68px; row-gap: 18px; padding: 50px 4px 38px; }
.story-title { grid-column: 1; }
.story-body { grid-column: 1; font-size: 17px; }
.story-body .text-link { margin-top: 4px; }
.recordings { grid-column: 2; grid-row: 1 / 3; padding-top: 3px; font-size: 16px; }
.recordings h3 { margin-bottom: 18px; }
.recordings p:last-child { margin-bottom: 0; }
.next { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 30px 4px 36px; text-align: center; }
.next h2 { margin-bottom: 9px; color: var(--green); font-family: var(--heading); font-size: 32px; letter-spacing: .025em; }
.next p { font-size: 15px; margin: 0; color: var(--muted); }
.next-links { display: flex; align-items: center; justify-content: center; gap: 24px; }
.how-intro { max-width: 900px; padding: 32px 0 26px; }
.how-intro h1 { margin-bottom: 18px; }
.how-intro > p:last-child { font-size: 18px; line-height: 1.55; margin: 0; }
.how-section { max-width: 900px; padding: 0; }
.how-section + .how-section { margin-top: 22px; }
.how-section h2 { display: flex; align-items: baseline; gap: 11px; margin-bottom: 10px; font-size: 25px; line-height: 1.24; }
.how-section > p { margin: 0; font-size: 17px; line-height: 1.58; }
.how-section .text-link { margin-top: 14px; }
.section-number { flex: 0 0 auto; color: var(--green); font: inherit; letter-spacing: inherit; font-variant-numeric: tabular-nums; }
.how-fragment { width: 36%; max-width: 330px; margin: 2px 0 12px; }
.how-section--right .how-fragment { float: right; margin-left: 24px; }
.how-section--left .how-fragment { float: left; margin-right: 24px; }
.how-fragment img { display: block; width: 100%; height: auto; border: 1px solid #77706435; border-radius: 12px; }
.how-section[aria-labelledby="keep-title"] .how-fragment { width: 30%; max-width: 280px; }
.how-ending { clear: both; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 0 28px; }
.how-ending p { margin: 0; color: var(--muted); font-size: 15px; }
.support-intro { padding: 32px 0 30px; max-width: 900px; }
.support-intro h1 { margin-bottom: 18px; }
.support-intro > p:last-child { max-width: 760px; margin: 0; font-size: 18px; }
.support-section { max-width: 680px; font-size: 17px; line-height: 1.58; }
.support-section + .support-section { margin-top: 30px; }
.support-section h2 { margin-bottom: 12px; }
.support-section p:last-child { margin-bottom: 0; }
.support-section a { color: var(--green); }
.support-contact p:last-child { color: var(--muted); }
.support-report ul { margin: -4px 0 0; padding-left: 23px; line-height: 1.55; }
.support-report li + li { margin-top: 7px; }
.support-diagnostics p:last-child { color: var(--muted); }
.support-ideas { padding-bottom: 32px; }
.support-ideas p { margin: 0; }
.privacy-intro { max-width: 760px; padding: 32px 0 30px; }
.privacy-intro h1 { margin-bottom: 18px; }
.privacy-intro > p:not(.eyebrow):not(.effective-date) { margin: 0; font-size: 18px; }
.privacy-intro .effective-date { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.privacy-section { max-width: 680px; font-size: 17px; line-height: 1.58; }
.privacy-section + .privacy-section { margin-top: 30px; }
.privacy-section h2 { margin-bottom: 12px; }
.privacy-section p:last-child { margin-bottom: 0; }
.privacy-section ul { margin: -4px 0 20px; padding-left: 23px; line-height: 1.55; }
.privacy-section li + li { margin-top: 7px; }
.privacy-section a { color: var(--green); }
.privacy-section:last-child { padding-bottom: 32px; }
.download-intro { max-width: 760px; padding: 32px 0 30px; }
.download-intro h1 { margin-bottom: 18px; }
.download-intro > p:last-child { margin: 0; font-size: 18px; }
.download-section { max-width: 680px; font-size: 17px; line-height: 1.58; }
.download-section + .download-section { margin-top: 30px; }
.download-section h2 { margin-bottom: 12px; }
.download-section p:last-child { margin-bottom: 0; }
.store-button { display: inline-flex; align-items: center; justify-content: center; margin-top: 4px; padding: 11px 17px; color: #faf8ee; background: #58705e; border: 1px solid #4c6251; border-radius: 9px; font-size: 16px; line-height: 1.25; cursor: default; }
.download-reading { padding-bottom: 32px; }
.download-reading a { color: var(--green); }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 22px 4px 28px; font-size: 14px; color: var(--muted); }
.footer p { margin: 0; }
.publisher { margin-left: 10px; }
.footer-links { display: flex; align-items: center; gap: 18px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: absolute; top: -100px; left: 15px; z-index: 20; padding: 10px; background: var(--paper); }
.skip:focus { top: 12px; }
@media (max-width: 1050px) {
  .wordmark img { width: 230px; } nav { gap: 20px; }
  .introduction { gap: 28px; }
  .story { column-gap: 46px; }
}
@media (max-width: 760px) {
  .page, .header-inner, .footer { width: calc(100% - 40px); }
  .header-inner { flex-wrap: wrap; gap: 18px; padding: 25px 0 10px; }
  .wordmark img { width: 230px; }
  nav { width: 100%; justify-content: space-between; gap: 12px; font-size: 16px; white-space: nowrap; }
  .download-button { font-size: 15px; padding: 10px 13px; gap: 12px; }
  .introduction { display: block; padding: 28px 0; }
  .eyebrow { font-size: 15px; margin-bottom: 9px; }
  h1 { font-size: 34px; }
  .intro-copy { margin-top: 18px; font-size: 17px; }
  .story { display: block; padding: 36px 0 24px; }
  .story-title h2 { font-size: 25px; margin-bottom: 17px; }
  .story-body { font-size: 17px; }
  .recordings { font-size: 16px; padding-top: 28px; }
  .recordings h3 { font-size: 22px; margin-bottom: 16px; }
  .next { align-items: center; padding: 26px 0 32px; gap: 19px; }
  .next h2 { font-size: 30px; } .next p { font-size: 15px; }
  .next-links { width: 100%; justify-content: center; gap: 22px; }
  .next-links .text-link { font-size: 16px; gap: 9px; }
  .solid-button { font-size: 16px; padding: 11px 16px; gap: 15px; }
  .footer { flex-direction: column; align-items: flex-start; gap: 14px; padding-top: 12px; }
  .how-intro { padding: 30px 0 24px; }
  .how-intro > p:last-child { font-size: 18px; }
  .how-section { padding: 0; }
  .how-section + .how-section { margin-top: 22px; }
  .how-section h2 { gap: 10px; font-size: 24px; margin-bottom: 10px; }
  .how-section > p { margin: 0; font-size: 17px; }
  .how-fragment { width: 35%; margin-bottom: 8px; }
  .how-section--right .how-fragment { margin-left: 13px; }
  .how-section--left .how-fragment { margin-right: 13px; }
  .how-ending { padding: 28px 0; }
  .support-intro { padding: 30px 0 26px; }
  .support-intro > p:last-child { font-size: 18px; }
  .support-section + .support-section { margin-top: 28px; }
  .privacy-intro { padding: 30px 0 26px; }
  .privacy-intro > p:not(.eyebrow):not(.effective-date) { font-size: 18px; }
  .privacy-section + .privacy-section { margin-top: 28px; }
  .download-intro { padding: 30px 0 26px; }
  .download-intro > p:last-child { font-size: 18px; }
  .download-section + .download-section { margin-top: 28px; }
}
@media (max-width: 540px) {
  .how-section .how-fragment,
  .how-section[aria-labelledby="keep-title"] .how-fragment { float: none; width: 60%; max-width: 220px; margin: 0 0 18px; }
  .how-section--right .how-fragment { margin-left: auto; }
  .footer-links { flex-wrap: wrap; gap: 10px 18px; }
}
@media (max-width: 360px) {
  nav { font-size: 14px; gap: 8px; } .download-button { font-size: 14px; gap: 8px; padding: 10px; }
  h1 { font-size: 32px; }
  .next-links .text-link { font-size: 15px; } .solid-button { font-size: 15px; padding: 10px 12px; }
  .how-ending { align-items: flex-start; flex-direction: column; }
}
