:root {
  --paper: #f1f0e9;
  --paper-deep: #e6e5dc;
  --surface: #fbfaf5;
  --ink: #182531;
  --ink-soft: #243746;
  --muted: #6c7775;
  --rule: #cfd5ce;
  --teal: #55b8c5;
  --teal-soft: #d6edf0;
  --green: #8bc6a0;
  --display: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  --body: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  --rounded: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --utility: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { overflow: hidden; }
.site-header, .site-footer { width: min(1240px, calc(100% - 56px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 26px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { border-radius: 10px; }
.brand span { display: grid; gap: 3px; }
.brand strong { font-size: 14px; letter-spacing: .26em; }
.brand small { color: var(--muted); font-family: var(--utility); font-size: 8px; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 29px; color: var(--muted); font-size: 13px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); font-family: var(--rounded); }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--ink); color: var(--paper); }
.hero { min-height: 790px; align-items: center; padding: 80px 0 114px; }
.section-grid { width: min(1240px, calc(100% - 56px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 70px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 35px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--muted); font-family: var(--utility); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-rule { width: 29px; height: 1px; background: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 650; letter-spacing: -.055em; }
h1 { max-width: 650px; margin-bottom: 30px; font-size: clamp(63px, 7vw, 102px); line-height: .91; }
h1 em, h2 em { color: #4caeba; font-style: normal; }
.hero-lede { max-width: 500px; margin-bottom: 32px; color: #4f5d5d; font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; min-width: 194px; padding: 10px 18px 11px 14px; border-radius: 9px; background: var(--ink); color: #fff; font-family: var(--rounded); box-shadow: 0 10px 22px rgba(24,37,49,.12); transition: transform .2s ease, box-shadow .2s ease; }
.store-badge:hover, .store-badge:focus-visible { transform: translateY(-3px); box-shadow: 0 15px 28px rgba(24,37,49,.18); }
.store-badge span:last-child { display: grid; gap: 1px; }
.store-badge small { font-size: 9px; letter-spacing: .02em; }
.store-badge strong { font-size: 21px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.apple-mark { font-size: 31px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-family: var(--rounded); font-size: 13px; font-weight: 600; }
.text-link span { color: var(--teal); font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.hero-note { margin: 21px 0 0; color: var(--muted); font-family: var(--utility); font-size: 10px; letter-spacing: .02em; }
.hero-stage { position: relative; min-height: 570px; display: flex; align-items: center; justify-content: center; }
.stage-glow { position: absolute; width: 90%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(85,184,197,.25), rgba(85,184,197,0) 67%); filter: blur(4px); }
.app-window { position: relative; display: grid; grid-template-columns: 185px 1fr; width: min(100%, 610px); min-height: 470px; overflow: hidden; border: 7px solid #253642; border-radius: 26px; background: var(--surface); box-shadow: 0 34px 75px rgba(24,37,49,.24), 0 3px 0 rgba(255,255,255,.6) inset; transform: rotate(2.2deg); }
.window-sidebar { padding: 32px 17px; background: var(--ink); color: #e9f2ed; }
.window-brand { display: flex; align-items: center; gap: 7px; margin: 0 0 32px; font-size: 12px; font-weight: 700; letter-spacing: .23em; }
.mini-ring { width: 17px; height: 17px; display: inline-block; border: 4px solid var(--teal); border-right-color: transparent; border-radius: 50%; }
.window-label { margin: 0 0 10px; color: #8da49f; font-family: var(--utility); font-size: 8px; letter-spacing: .15em; }
.collections-label { margin-top: 27px; }
.window-nav { display: flex; align-items: center; gap: 10px; padding: 10px 10px; border-radius: 10px; color: #a8b8b4; font-size: 12px; }
.window-nav span { width: 14px; color: var(--teal); text-align: center; font-size: 15px; }
.window-nav.active { background: #244453; color: #f7faf6; }
.window-quiet { margin-top: 86px; padding: 14px 10px; border-top: 1px solid #2b404b; color: #9eafa9; font-family: var(--display); font-size: 16px; line-height: 1.15; }
.window-content { padding: 27px 23px 0; background: #f7f6ef; }
.window-topline, .journey-heading { display: flex; justify-content: space-between; align-items: center; }
.window-topline { color: #7d8986; font-family: var(--utility); font-size: 9px; letter-spacing: .06em; }
.gear { color: var(--teal); font-size: 19px; }
.track-list { margin-top: 19px; border: 1px solid #e1e3dc; border-radius: 15px; overflow: hidden; background: #fbfaf7; }
.track-row { display: grid; grid-template-columns: 37px 1fr auto 14px; gap: 10px; align-items: center; min-height: 57px; padding: 8px 10px; border-bottom: 1px solid #e3e4dd; }
.track-row:last-child { border-bottom: 0; }
.track-row > span:nth-child(2) { display: grid; gap: 3px; min-width: 0; }
.track-row b { overflow: hidden; font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.track-row small, .track-row time { color: #8a918e; font-size: 9px; }
.track-row i { color: var(--teal); font-size: 10px; font-style: normal; }
.cover, .mini-cover { display: inline-block; width: 37px; height: 37px; border-radius: 9px; background: #94aaa2; }
.cover-one { background: linear-gradient(145deg, #d2d9d4 0 49%, #ce6d4c 50%); }
.cover-two { background: conic-gradient(#e85e65, #30a59f, #dfbf59, #e85e65); }
.cover-three { background: linear-gradient(145deg, #5e291f, #d28a32 50%, #152327); }
.cover-four { background: linear-gradient(145deg, #37211e, #bd8b74 53%, #211b1b); }
.journey-heading { margin-top: 28px; }
.journey-heading span { display: grid; gap: 4px; }
.journey-heading b { font-family: var(--display); font-size: 20px; font-weight: 400; }
.journey-heading small { color: #929b98; font-size: 9px; }
.journey-heading a { color: var(--teal); font-size: 10px; font-weight: 700; }
.journey-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.journey-card { min-height: 108px; padding: 15px; border-radius: 13px; color: #eff6f3; background: var(--ink); }
.journey-card small { display: block; margin-bottom: 10px; color: var(--teal); font-family: var(--utility); font-size: 7px; letter-spacing: .1em; }
.journey-card.green small { color: var(--green); }
.journey-card b { display: block; margin-bottom: 13px; font-family: var(--display); font-size: 17px; font-weight: 400; }
.journey-card span { color: #9aa9a5; font-family: var(--utility); font-size: 8px; }
.mini-player { position: absolute; right: 19px; bottom: 15px; left: 208px; display: grid; grid-template-columns: 30px 1fr 19px 24px; gap: 9px; align-items: center; padding: 8px 11px; border: 1px solid #e2e3db; border-radius: 11px; background: rgba(255,255,252,.94); box-shadow: 0 9px 16px rgba(24,37,49,.07); }
.mini-cover { width: 30px; height: 30px; background: #2c475d; }
.mini-player > span:nth-child(2) { display: grid; gap: 2px; }
.mini-player b { font-size: 10px; }
.mini-player small { color: #8a918e; font-size: 8px; }
.mini-player button { padding: 0; border: 0; background: transparent; color: var(--teal); font-size: 10px; cursor: pointer; }
.stage-caption { position: absolute; right: 6%; bottom: -1px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-family: var(--utility); font-size: 9px; }
.caption-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.manifesto { grid-template-columns: .65fr 1fr; padding: 124px 0 150px; border-top: 1px solid var(--rule); }
.section-marker, .feature-kicker { color: var(--muted); font-family: var(--utility); font-size: 10px; letter-spacing: .14em; }
.section-marker { display: flex; align-items: center; gap: 12px; }
.section-marker span { width: 46px; height: 1px; background: var(--rule); }
.manifesto-copy { max-width: 720px; }
h2 { margin-bottom: 26px; font-size: clamp(50px, 6.1vw, 84px); line-height: .95; }
.manifesto-copy p, .how-intro > p, .audience-copy > p { max-width: 570px; color: #566260; font-size: 18px; line-height: 1.6; }
.manifesto-copy p:last-child { margin-bottom: 0; color: var(--ink); }
.feature-section { width: min(1240px, calc(100% - 56px)); margin: 0 auto; padding-bottom: 164px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding-bottom: 38px; border-bottom: 1px solid var(--rule); }
.section-heading h2 { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1px; background: var(--rule); }
.feature-card { min-height: 325px; padding: 28px 29px; background: var(--paper); }
.feature-card.featured { background: var(--ink); color: #edf5f0; }
.feature-card.featured p:not(.feature-kicker) { color: #b8c7c1; }
.feature-image { display: block; width: 100%; height: 145px; margin: -2px 0 22px; border: 1px solid #334855; border-radius: 10px; object-fit: cover; object-position: top center; }
.feature-card.has-image .feature-icon { margin-bottom: 28px; }
.feature-icon { display: block; margin-bottom: 72px; color: var(--teal); font-size: 28px; }
.feature-kicker { margin-bottom: 17px; font-size: 9px; }
.feature-card h3 { max-width: 250px; margin-bottom: 12px; font-family: var(--display); font-size: 28px; font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.feature-card p:not(.feature-kicker) { max-width: 290px; margin-bottom: 0; color: #66716f; font-size: 14px; line-height: 1.55; }
.detail-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; width: min(1240px, calc(100% - 56px)); margin: 0 auto; padding: 0 0 145px; }
.detail-intro h2 { margin-bottom: 26px; }
.detail-intro > p:not(.eyebrow) { max-width: 430px; color: #566260; font-size: 16px; line-height: 1.6; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.detail-card { padding: 20px; border: 1px solid var(--rule); border-radius: 16px; background: #f8f8f2; }
.journeys-detail { background: var(--ink); color: #eef5f0; }
.detail-card .feature-kicker { margin: 25px 0 15px; }
.journeys-detail .feature-kicker { color: #93aca4; }
.detail-card h3 { max-width: 250px; margin-bottom: 13px; font-family: var(--display); font-size: 30px; font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.detail-card > p:not(.feature-kicker) { color: #66716f; font-size: 14px; line-height: 1.58; }
.journeys-detail > p:not(.feature-kicker) { color: #b8c7c1; }
.detail-visual { position: relative; display: grid; min-height: 188px; align-content: end; overflow: hidden; padding: 19px; border-radius: 11px; }
.detail-visual::before { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid currentColor; border-radius: 50%; opacity: .18; }
.detail-visual span, .detail-visual small, .detail-visual b { position: relative; z-index: 1; display: block; }
.detail-visual span { margin-bottom: 9px; font-family: var(--utility); font-size: 8px; letter-spacing: .14em; }
.detail-visual b { margin-bottom: 5px; font-family: var(--display); font-size: 27px; font-weight: 600; letter-spacing: -.045em; }
.detail-visual small { color: currentColor; font-size: 11px; opacity: .72; }
.detail-visual i { position: absolute; top: 18px; right: 20px; color: currentColor; font-size: 27px; font-style: normal; }
.journey-visual { color: var(--teal); background: #223541; }
.journey-visual::before { right: -46px; bottom: -115px; }
.journey-visual b { color: #eef5f0; }
.audio-visual { color: #438e98; background: var(--teal-soft); }
.audio-visual::before { right: -40px; bottom: -118px; }
.audio-visual b { color: var(--ink); }
.detail-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }
.detail-tags span { padding: 6px 8px; border: 1px solid var(--rule); border-radius: 999px; color: #66716f; font-family: var(--utility); font-size: 8px; }
.journeys-detail .detail-tags span { border-color: #3b5360; color: #b8c7c1; }
.how-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; width: min(1240px, calc(100% - 56px)); margin: 0 auto; padding: 130px 0; border-top: 1px solid var(--rule); }
.how-intro h2 { margin-bottom: 28px; }
.steps { padding-top: 14px; }
.step { display: grid; grid-template-columns: 50px 1fr; gap: 23px; padding: 28px 0; border-bottom: 1px solid var(--rule); }
.step:first-child { border-top: 1px solid var(--rule); }
.step-number { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-family: var(--utility); font-size: 12px; }
.step h3 { margin-bottom: 7px; font-family: var(--display); font-size: 30px; font-weight: 600; }
.step p { max-width: 430px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.audience-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; width: min(1240px, calc(100% - 56px)); margin: 0 auto; padding: 75px 0 150px; }
.audience-art { position: relative; display: grid; min-height: 430px; place-items: center; overflow: hidden; border-radius: 18px; background: #dce2d9; }
.record { position: absolute; display: block; width: 320px; height: 320px; border: 1px solid rgba(24,37,49,.12); border-radius: 50%; background: repeating-radial-gradient(circle, #202d35 0 2px, #2b3940 3px 4px); box-shadow: 0 20px 40px rgba(24,37,49,.19); }
.record::after { content: ""; position: absolute; inset: 37%; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 17px rgba(24,37,49,.86) inset; }
.record-one { transform: translate(-105px, 69px) rotate(-17deg); }
.record-two { transform: translate(90px, -60px) rotate(13deg); }
.record-three { width: 220px; height: 220px; transform: translate(80px, 95px) rotate(34deg); }
.art-label { position: relative; z-index: 2; padding: 15px 17px; border: 1px solid rgba(255,255,255,.36); color: #f8fbf4; font-family: var(--utility); font-size: 11px; letter-spacing: .16em; line-height: 1.45; text-align: center; transform: rotate(-8deg); }
.audience-copy h2 { max-width: 520px; }
.quiet-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; color: #4e5c5a; font-size: 14px; }
.quiet-list span { display: inline-grid; width: 20px; height: 20px; margin-right: 8px; place-items: center; border-radius: 50%; background: var(--teal-soft); color: #438e98; font-size: 11px; }
.plans-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; width: min(1240px, calc(100% - 56px)); margin: 0 auto; padding: 0 0 145px; }
.plans-intro h2 { margin-bottom: 26px; }
.plans-intro > p:not(.eyebrow) { max-width: 430px; color: #566260; font-size: 16px; line-height: 1.6; }
.plans-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: stretch; }
.plan-card { display: flex; min-height: 100%; flex-direction: column; padding: 28px; border: 1px solid var(--rule); border-radius: 16px; background: #f8f8f2; }
.plan-pro { border-color: var(--ink); background: var(--ink); color: #eef5f0; }
.plan-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--rule); }
.plan-pro .plan-header { border-color: #334855; }
.plan-kicker { margin: 0 0 13px; color: var(--muted); font-family: var(--utility); font-size: 9px; letter-spacing: .14em; }
.plan-pro .plan-kicker { color: #93aca4; }
.plan-card h3 { max-width: 210px; margin: 0; font-family: var(--display); font-size: 28px; font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.plan-price { flex: 0 0 auto; color: #438e98; font-family: var(--rounded); font-size: 15px; font-weight: 650; text-align: right; }
.plan-pro .plan-price { color: var(--teal); }
.plan-summary { min-height: 74px; margin: 22px 0 23px; color: #66716f; font-size: 14px; line-height: 1.55; }
.plan-pro .plan-summary { color: #b8c7c1; }
.plan-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; color: #4e5c5a; font-size: 13px; line-height: 1.45; }
.plan-pro .plan-list { color: #d4dfda; }
.plan-list li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: start; }
.plan-list li span { display: inline-grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--teal-soft); color: #438e98; font-size: 11px; }
.plan-pro .plan-list li span { background: #29434c; color: var(--teal); }
.faq-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; width: min(1240px, calc(100% - 56px)); margin: 0 auto; padding: 0 0 145px; }
.faq-heading h2 { margin-bottom: 26px; }
.faq-heading > p:not(.eyebrow) { max-width: 430px; color: #566260; font-size: 16px; line-height: 1.6; }
.faq-list { border-top: 1px solid var(--rule); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(21px, 2.2vw, 29px); font-weight: 600; letter-spacing: -.035em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--teal); font-family: var(--body); font-size: 25px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 44px 24px 0; color: #66716f; font-size: 14px; line-height: 1.65; }
.download-section { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; min-height: 560px; padding: 85px max(28px, calc((100vw - 1240px) / 2)); background: var(--ink); color: #eef5f0; }
.eyebrow-light { color: #a5b8b1; }
.download-copy h2 { max-width: 700px; margin-bottom: 24px; }
.download-copy > p:not(.eyebrow):not(.download-note) { max-width: 520px; color: #b6c5c0; font-size: 17px; line-height: 1.6; }
.price-line { display: grid; gap: 5px; margin: 20px 0 4px; color: #eef5f0 !important; font-family: var(--rounded); font-size: 15px !important; line-height: 1.3 !important; }
.price-line strong { font-size: 20px; font-weight: 650; }
.price-line span { color: #8fa49d; font-family: var(--utility); font-size: 9px; }
.store-badge-light { margin-top: 12px; background: #eef5f0; color: var(--ink); }
.download-note { margin: 13px 0 0; color: #8fa49d; font-family: var(--utility); font-size: 9px; }
.download-mark { display: grid; justify-items: center; gap: 11px; padding: 52px 20px; border: 1px solid #334855; border-radius: 22px; background: #1c2d39; color: #eff6f1; text-align: center; }
.download-mark img { width: 112px; height: 112px; border-radius: 25px; box-shadow: 0 18px 30px rgba(0,0,0,.22); }
.download-mark span { font-size: 19px; font-weight: 700; letter-spacing: .28em; text-indent: .28em; }
.download-mark small { color: #8fa49d; font-family: var(--utility); font-size: 9px; letter-spacing: .15em; }
.site-footer { display: grid; grid-template-columns: minmax(170px, .7fr) minmax(360px, 1.6fr) auto; align-items: start; gap: 38px; padding: 28px 0 38px; }
.footer-brand { gap: 9px; }
.footer-brand img { border-radius: 8px; }
.footer-brand span { display: grid; gap: 4px; }
.footer-brand strong { font-size: 12px; letter-spacing: .23em; }
.footer-brand small { color: var(--muted); font-size: 11px; }
.footer-legal { max-width: 620px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.footer-legal p { margin: 0 0 8px; }
.footer-legal p:last-child { margin-bottom: 0; }
.footer-legal a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--teal); text-underline-offset: 3px; }
.footer-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 11px; }
.legal-page { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; width: min(1040px, calc(100% - 56px)); margin: 0 auto; padding: 95px 0 125px; }
.legal-intro { position: sticky; top: 30px; align-self: start; }
.legal-intro h1 { max-width: 520px; margin-bottom: 25px; font-size: clamp(54px, 6.5vw, 88px); }
.legal-date { color: var(--muted); font-family: var(--utility); font-size: 10px; letter-spacing: .03em; }
.legal-content { max-width: 700px; color: #566260; font-size: 16px; line-height: 1.7; }
.legal-content p { margin-bottom: 20px; }
.legal-content h2 { margin: 52px 0 16px; font-size: clamp(28px, 3vw, 40px); line-height: 1.05; }
.legal-content h2:first-of-type { margin-top: 8px; }
.legal-content ul { display: grid; gap: 8px; margin: 0 0 22px; padding-left: 22px; }
.legal-content li { padding-left: 5px; }
.legal-content a { color: #337f8b; text-decoration: underline; text-decoration-color: var(--teal); text-underline-offset: 3px; }
.legal-content .legal-contact { font-family: var(--rounded); font-weight: 650; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--ink); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero, .manifesto, .how-section, .audience-section, .plans-section, .detail-section, .download-section { grid-template-columns: 1fr; }
  .hero { gap: 44px; padding-top: 55px; }
  .hero-copy { padding-bottom: 0; }
  .hero-stage { min-height: 500px; }
  .manifesto { gap: 32px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .feature-icon { margin-bottom: 40px; }
  .how-section, .audience-section, .plans-section, .detail-section, .faq-section { gap: 48px; }
  .download-section { gap: 42px; }
  .download-mark { max-width: 380px; }
  .site-footer { grid-template-columns: 1fr 1.6fr; }
  .footer-links { grid-column: 1 / -1; }
  .legal-page { grid-template-columns: 1fr; gap: 48px; }
  .legal-intro { position: static; }
}

@media (max-width: 620px) {
  .site-header, .site-footer, .section-grid, .feature-section, .how-section, .audience-section, .plans-section, .detail-section, .legal-page { width: min(100% - 34px, 1240px); }
  .site-header { padding: 19px 0; }
  .site-nav { gap: 15px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 13px; }
  .hero { min-height: 0; padding: 55px 0 83px; }
  h1 { font-size: clamp(56px, 16vw, 78px); }
  h2 { font-size: clamp(48px, 13vw, 66px); }
  .hero-lede, .manifesto-copy p, .how-intro > p, .audience-copy > p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-stage { min-height: 410px; margin: 0 -9px; }
  .app-window { grid-template-columns: 115px 1fr; min-height: 357px; border-width: 5px; border-radius: 17px; transform: rotate(1deg); }
  .window-sidebar { padding: 22px 9px; }
  .window-brand { margin-bottom: 22px; font-size: 8px; }
  .mini-ring { width: 13px; height: 13px; border-width: 3px; }
  .window-label { font-size: 6px; }
  .window-nav { gap: 6px; padding: 7px 5px; font-size: 8px; }
  .window-nav span { width: 10px; font-size: 11px; }
  .collections-label { margin-top: 18px; }
  .window-quiet { margin-top: 49px; padding: 10px 5px; font-size: 11px; }
  .window-content { padding: 18px 10px 0; }
  .track-list { margin-top: 12px; border-radius: 9px; }
  .track-row { grid-template-columns: 25px 1fr auto; gap: 6px; min-height: 42px; padding: 5px 6px; }
  .track-row i { display: none; }
  .track-row b { font-size: 8px; }
  .track-row small, .track-row time { font-size: 7px; }
  .cover { width: 25px; height: 25px; border-radius: 5px; }
  .journey-heading { margin-top: 17px; }
  .journey-heading b { font-size: 14px; }
  .journey-heading small, .journey-heading a { font-size: 7px; }
  .journey-row { gap: 6px; margin-top: 8px; }
  .journey-card { min-height: 73px; padding: 9px; border-radius: 7px; }
  .journey-card small { margin-bottom: 6px; font-size: 5px; }
  .journey-card b { margin-bottom: 7px; font-size: 12px; }
  .journey-card span { font-size: 6px; }
  .mini-player { right: 8px; bottom: 8px; left: 127px; grid-template-columns: 20px 1fr 14px 17px; gap: 5px; padding: 5px 6px; }
  .mini-cover { width: 20px; height: 20px; }
  .mini-player b, .mini-player small { font-size: 7px; }
  .mini-player button { font-size: 7px; }
  .stage-caption { right: 3%; bottom: -7px; font-size: 7px; }
  .manifesto, .feature-section, .how-section, .audience-section, .plans-section, .detail-section, .faq-section { padding-bottom: 92px; }
  .manifesto { padding-top: 80px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 27px; }
  .feature-card { min-height: 0; padding: 23px; }
  .feature-image { height: 175px; margin-bottom: 23px; }
  .feature-card h3 { font-size: 26px; }
  .audience-section { padding-top: 0; }
  .plans-section { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-summary { min-height: 0; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card h3 { font-size: 27px; }
  .audience-art { min-height: 300px; }
  .record { width: 225px; height: 225px; }
  .record-three { width: 160px; height: 160px; }
  .download-section { min-height: 0; padding: 75px 17px; }
  .site-footer { display: grid; grid-template-columns: 1fr; }
  .legal-page { padding-top: 65px; padding-bottom: 85px; }
  .legal-content { font-size: 15px; }
  .footer-links { align-items: flex-start; flex-wrap: wrap; gap: 12px 18px; }
}

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

/* Landing page direction: a shorter product story with one visual signature. */
body.landing-v2 { background: #f4f3ec; }
.landing-v2 .site-header { width: min(1320px, calc(100% - 64px)); padding: 22px 0; }
.landing-v2 .site-nav { gap: 23px; font-size: 12px; }
.landing-v2 .nav-cta { padding: 10px 16px; background: var(--ink); color: #f4f3ec; }
.landing-v2 .nav-cta:hover, .landing-v2 .nav-cta:focus-visible { background: var(--teal); color: var(--ink); }
.landing-v2 h1, .landing-v2 h2, .landing-v2 h3 { font-family: var(--display); }
.landing-v2 h2 { font-size: clamp(44px, 5.2vw, 72px); line-height: .96; }
.landing-v2 h3 { letter-spacing: -.045em; }
.v2-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 72px; width: min(1320px, calc(100% - 64px)); min-height: 700px; margin: 0 auto; padding: 72px 0 94px; }
.v2-hero-copy { max-width: 590px; }
.v2-hero h1 { max-width: 670px; margin-bottom: 27px; font-size: clamp(62px, 7.2vw, 108px); line-height: .88; }
.v2-hero-lede { max-width: 520px; margin-bottom: 31px; color: #53615f; font-size: 18px; line-height: 1.62; }
.v2-hero-note { margin-top: 20px; color: var(--muted); font-family: var(--utility); font-size: 9px; letter-spacing: .03em; }
.v2-hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.v2-hero-orbit { position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid #cad9d1; border-radius: 50%; box-shadow: 0 0 0 42px rgba(85,184,197,.035), 0 0 0 84px rgba(85,184,197,.025); }
.v2-hero-frame { position: relative; width: min(100%, 720px); padding: 15px; border: 1px solid #41525b; border-radius: 21px; background: #172936; box-shadow: 0 30px 70px rgba(24,37,49,.2); transform: rotate(1.2deg); }
.v2-hero-frame img { display: block; width: 100%; border: 1px solid #405761; border-radius: 10px; }
.v2-hero-label { position: absolute; right: 30px; bottom: 30px; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(24,37,49,.9); color: #f0f6f0; box-shadow: 0 12px 22px rgba(0,0,0,.17); }
.v2-hero-label span:last-child { display: grid; gap: 3px; }
.v2-hero-label small, .v2-hero-label b { display: block; }
.v2-hero-label small { color: #8fa49d; font-family: var(--utility); font-size: 7px; letter-spacing: .13em; }
.v2-hero-label b { font-size: 13px; font-weight: 600; }
.v2-label-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(85,184,197,.16); }
.v2-hero-caption { position: absolute; right: 1%; bottom: -4px; max-width: 250px; margin: 0; color: var(--muted); font-family: var(--utility); font-size: 9px; line-height: 1.45; }
.v2-proof { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1320px, calc(100% - 64px)); margin: 0 auto; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.v2-proof > div { display: grid; grid-template-columns: 31px 1fr; column-gap: 11px; align-items: center; padding: 23px 24px; border-right: 1px solid var(--rule); }
.v2-proof > div:first-child { padding-left: 0; }
.v2-proof > div:last-child { border-right: 0; }
.v2-proof-mark { grid-row: span 2; color: var(--teal); font-family: var(--utility); font-size: 10px; }
.v2-proof b { font-size: 13px; font-weight: 650; }
.v2-proof small { color: var(--muted); font-size: 11px; }
.v2-product, .v2-flow, .v2-plans, .v2-faq, .v2-contact-strip { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.v2-product { padding: 140px 0 150px; }
.v2-section-head { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 90px; padding-bottom: 42px; border-bottom: 1px solid var(--rule); }
.v2-section-head h2 { margin-bottom: 0; }
.v2-section-head > p { max-width: 390px; margin: 0 0 3px; color: #5e6a68; font-size: 16px; line-height: 1.6; }
.v2-product-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 16px; margin-top: 16px; }
.v2-story { overflow: hidden; border: 1px solid var(--rule); border-radius: 17px; background: #faf9f4; }
.v2-story-library { background: var(--ink); color: #edf5f0; }
.v2-story-player { background: #faf9f4; }
.v2-story-journeys { background: #dcebe4; }
.v2-story-sources { background: #e7ebe3; }
.v2-story-image { padding: 15px 15px 0; }
.v2-story-image img { display: block; width: 100%; height: 218px; border: 1px solid #394e59; border-radius: 10px; object-fit: cover; object-position: top center; }
.v2-story-player .v2-story-image img { height: 168px; border-color: var(--rule); }
.v2-story-copy { padding: 25px 27px 29px; }
.v2-story-library .v2-story-copy { padding-top: 32px; }
.v2-kicker { margin: 0 0 15px; color: var(--muted); font-family: var(--utility); font-size: 9px; letter-spacing: .14em; }
.v2-story-library .v2-kicker { color: #91aaa2; }
.v2-story h3 { max-width: 350px; margin: 0 0 12px; font-size: clamp(27px, 3vw, 41px); line-height: .98; }
.v2-story-player h3, .v2-story-journeys h3, .v2-story-sources h3 { font-size: 29px; }
.v2-story-copy > p:not(.v2-kicker) { max-width: 430px; margin: 0; color: #63706d; font-size: 14px; line-height: 1.58; }
.v2-story-library .v2-story-copy > p:not(.v2-kicker) { color: #b9c9c3; }
.v2-inline-link { display: inline-flex; gap: 8px; margin-top: 21px; color: var(--ink); font-family: var(--rounded); font-size: 12px; font-weight: 650; }
.v2-story-library .v2-inline-link { color: #eff6f1; }
.v2-inline-link span, .v2-contact-button span, .contact-email span { color: var(--teal); font-size: 17px; transition: transform .2s ease; }
.v2-inline-link:hover span, .v2-contact-button:hover span, .contact-email:hover span { transform: translate(3px, -3px); }
.v2-mini-art { position: relative; display: grid; min-height: 145px; align-content: end; overflow: hidden; margin: 15px 15px 0; padding: 18px; border-radius: 10px; }
.v2-mini-art span, .v2-mini-art small, .v2-mini-art b { position: relative; z-index: 1; display: block; }
.v2-mini-art span { margin-bottom: 8px; font-family: var(--utility); font-size: 8px; letter-spacing: .13em; }
.v2-mini-art b { margin-bottom: 4px; font-size: 28px; font-weight: 650; letter-spacing: -.05em; }
.v2-mini-art small { color: currentColor; font-size: 11px; opacity: .7; }
.v2-mini-art i { position: absolute; top: 15px; right: 18px; font-size: 24px; font-style: normal; }
.journey-mini-art { color: var(--teal); background: #243d49; }
.journey-mini-art::before { content: ""; position: absolute; right: -43px; bottom: -120px; width: 220px; height: 220px; border: 1px solid rgba(85,184,197,.55); border-radius: 50%; }
.journey-mini-art b { color: #edf5f0; }
.source-mini-art { color: #3e8f8e; background: #d4e5dc; }
.source-mini-art::before { content: ""; position: absolute; right: -36px; bottom: -100px; width: 200px; height: 200px; border: 1px solid rgba(62,143,142,.34); border-radius: 50%; }
.source-line { position: absolute; left: 18px; width: 38%; height: 1px; background: rgba(62,143,142,.45); transform-origin: left center; }
.source-line-one { top: 27px; transform: rotate(16deg); }.source-line-two { top: 49px; transform: rotate(-7deg); }.source-line-three { top: 71px; transform: rotate(11deg); }
.v2-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }.v2-pills span { padding: 6px 8px; border: 1px solid #b4cdc2; border-radius: 99px; color: #45645a; font-family: var(--utility); font-size: 8px; }
.v2-principles { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; padding: 116px max(32px, calc((100vw - 1180px) / 2)); background: var(--ink); color: #edf5f0; }
.v2-principles-intro h2 { margin-bottom: 25px; }.v2-principles-intro > p:not(.eyebrow) { max-width: 390px; color: #b7c7c1; font-size: 16px; line-height: 1.6; }
.eyebrow-light { color: #9eb3ab; }.v2-principles-list { border-top: 1px solid #344953; }.v2-principles-list article { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #344953; }.v2-principles-list article > span { color: var(--teal); font-size: 23px; }.v2-principles-list h3 { margin: 0 0 6px; font-size: 23px; font-weight: 600; }.v2-principles-list p { max-width: 520px; margin: 0; color: #afc0ba; font-size: 14px; line-height: 1.55; }
.v2-formats { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 145px 0; }.v2-formats-copy h2 { margin-bottom: 25px; }.v2-formats-copy > p:not(.eyebrow) { max-width: 410px; color: #5e6a68; font-size: 16px; line-height: 1.6; }
.v2-format-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--rule); background: var(--rule); }.v2-format-panel > div { display: grid; min-height: 105px; align-content: center; gap: 6px; padding: 21px; background: #faf9f4; }.v2-format-panel b { font-size: 25px; letter-spacing: -.04em; }.v2-format-panel small { color: var(--muted); font-size: 11px; }.v2-format-status { color: #438e98; font-family: var(--utility); font-size: 8px; letter-spacing: .13em; }.v2-format-panel > div:first-child { background: #dcebe4; }.v2-format-panel > p { grid-column: 1 / -1; margin: 0; padding: 17px 21px; background: #eef1e9; color: var(--muted); font-size: 11px; line-height: 1.5; }
.v2-flow { padding: 0 0 145px; }.v2-section-head-flow { grid-template-columns: 1fr .8fr; }.v2-flow-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 1px; border-bottom: 1px solid var(--rule); }.v2-flow-steps > div { min-height: 190px; padding: 27px 28px 28px 0; border-right: 1px solid var(--rule); }.v2-flow-steps > div:not(:first-child) { padding-left: 28px; }.v2-flow-steps > div:last-child { border-right: 0; }.v2-flow-steps span { display: block; margin-bottom: 37px; color: var(--teal); font-family: var(--utility); font-size: 10px; }.v2-flow-steps b { display: block; margin-bottom: 8px; font-size: 23px; letter-spacing: -.04em; }.v2-flow-steps p { max-width: 260px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.v2-plans { padding: 0 0 145px; }.v2-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 16px; }.v2-plan { padding: 29px; border: 1px solid var(--rule); border-radius: 17px; background: #faf9f4; }.v2-plan-pro { border-color: var(--ink); background: var(--ink); color: #edf5f0; }.v2-plan-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 23px; border-bottom: 1px solid var(--rule); }.v2-plan-pro .v2-plan-top { border-color: #344953; }.v2-plan h3 { margin: 0; font-size: 30px; line-height: 1; }.v2-plan-top > strong { color: #438e98; font-family: var(--rounded); font-size: 14px; text-align: right; white-space: nowrap; }.v2-plan-pro .v2-plan-top > strong { color: var(--teal); }.v2-plan > p:not(.v2-kicker) { min-height: 45px; margin: 21px 0; color: #66716f; font-size: 14px; line-height: 1.55; }.v2-plan-pro > p:not(.v2-kicker) { color: #b7c7c1; }.v2-plan ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: #4e5c5a; font-size: 13px; line-height: 1.4; }.v2-plan-pro ul { color: #d5e1db; }.v2-plan li { position: relative; padding-left: 23px; }.v2-plan li::before { content: "✓"; position: absolute; left: 0; color: #438e98; }.v2-plan-pro li::before { color: var(--teal); }
.v2-faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; padding: 0 0 145px; }.v2-faq-intro > p:not(.eyebrow) { max-width: 380px; color: #5e6a68; font-size: 16px; line-height: 1.6; }.v2-faq .faq-list { border-top: 1px solid var(--rule); }.v2-faq .faq-list summary { font-size: 22px; }.v2-faq .faq-list details p { max-width: 620px; }
.v2-download { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; padding: 110px max(32px, calc((100vw - 1180px) / 2)); background: var(--ink); color: #edf5f0; }.v2-download h2 { margin-bottom: 24px; }.v2-download > div:first-child > p:not(.eyebrow):not(.v2-price-line) { max-width: 470px; color: #b7c7c1; font-size: 17px; line-height: 1.6; }.v2-price-line { display: grid; gap: 5px; margin: 21px 0 5px; }.v2-price-line strong { font-family: var(--rounded); font-size: 17px; }.v2-price-line span { color: #8fa49d; font-family: var(--utility); font-size: 9px; }.v2-download-mark { display: grid; justify-items: center; gap: 11px; padding: 50px 20px; border: 1px solid #344953; border-radius: 19px; background: #1e303b; text-align: center; }.v2-download-mark img { width: 108px; height: 108px; border-radius: 24px; }.v2-download-mark b { font-size: 18px; letter-spacing: .24em; text-indent: .24em; }.v2-download-mark small, .v2-download-mark span { color: #91aaa2; font-family: var(--utility); font-size: 8px; letter-spacing: .14em; }.v2-download-mark span { color: var(--teal); }
.v2-contact-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 104px 0; border-bottom: 1px solid var(--rule); }.v2-contact-strip h2 { margin: 0; font-size: clamp(37px, 4.7vw, 62px); }.v2-contact-strip > div:last-child { max-width: 390px; }.v2-contact-strip p { color: #5e6a68; font-size: 16px; line-height: 1.6; }.v2-contact-button { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; padding: 12px 16px; border: 1px solid var(--ink); border-radius: 999px; font-family: var(--rounded); font-size: 13px; font-weight: 650; }.v2-contact-button:hover { background: var(--ink); color: var(--paper); }
.v2-footer { width: min(1320px, calc(100% - 64px)); }.v2-footer .footer-links { align-items: flex-start; flex-direction: column; gap: 9px; }
.contact-main { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }.contact-hero { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; min-height: 510px; padding: 65px 0 80px; border-bottom: 1px solid var(--rule); }.contact-hero h1 { margin-bottom: 25px; font-size: clamp(62px, 7vw, 100px); line-height: .88; }.contact-hero > div:first-child > p:last-child { max-width: 480px; color: #5e6a68; font-size: 18px; line-height: 1.6; }.contact-mark { display: grid; justify-items: center; gap: 19px; padding: 74px 20px; border-radius: 20px; background: var(--ink); color: #edf5f0; }.contact-mark img { width: 118px; height: 118px; border-radius: 27px; }.contact-mark span { font-family: var(--rounded); font-size: 16px; }.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 70px 0 125px; }.contact-card { padding: 31px; border: 1px solid var(--rule); border-radius: 17px; background: #faf9f4; }.contact-card-primary { background: var(--ink); color: #edf5f0; }.contact-card h2 { margin: 0 0 15px; font-size: 32px; }.contact-card > p:not(.v2-kicker) { min-height: 77px; color: #65716f; font-size: 14px; line-height: 1.6; }.contact-card-primary > p:not(.v2-kicker) { color: #b7c7c1; }.contact-email { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--rounded); font-size: 14px; font-weight: 650; }.contact-card-primary .contact-email { color: #edf5f0; }.contact-note { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; padding: 0 0 125px; }.contact-note h2 { margin: 0; }.contact-note ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }.contact-note li { display: grid; grid-template-columns: 35px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--rule); }.contact-note li span { color: var(--teal); font-family: var(--utility); font-size: 10px; }.contact-note li p { max-width: 450px; margin: 0; color: #5e6a68; font-size: 14px; line-height: 1.55; }.contact-legal { padding: 26px 0 100px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 11px; line-height: 1.55; }.contact-legal p { max-width: 660px; margin: 0 0 9px; }.contact-legal a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--teal); text-underline-offset: 3px; }

@media (max-width: 900px) {
  .landing-v2 .site-nav a:not(.nav-cta) { display: none; }
  .v2-hero, .v2-principles, .v2-formats, .v2-faq, .contact-hero, .contact-note { grid-template-columns: 1fr; }
  .v2-hero { gap: 35px; padding-top: 55px; }.v2-hero-visual { min-height: 440px; }.v2-section-head { gap: 45px; }.v2-principles, .v2-formats, .contact-hero { gap: 45px; }.v2-faq, .contact-note { gap: 48px; }.v2-contact-strip { gap: 45px; }.v2-product-grid { grid-template-columns: 1fr 1fr; }.v2-story-library { grid-row: auto; grid-column: span 2; }.v2-story-player, .v2-story-journeys, .v2-story-sources { grid-column: span 1; }.v2-download { gap: 45px; }.contact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .landing-v2 .site-header, .landing-v2 .site-footer, .v2-hero, .v2-proof, .v2-product, .v2-flow, .v2-plans, .v2-faq, .v2-contact-strip, .v2-formats, .contact-main { width: min(100% - 34px, 1180px); }.landing-v2 .site-header { padding: 18px 0; }.landing-v2 .site-nav { gap: 10px; }.landing-v2 .nav-cta { padding: 9px 12px; }.v2-hero { min-height: 0; padding: 56px 0 83px; }.v2-hero h1, .contact-hero h1 { font-size: clamp(55px, 15vw, 78px); }.v2-hero-lede { font-size: 16px; }.v2-hero-visual { min-height: 320px; margin: 0 -5px; }.v2-hero-frame { padding: 8px; border-radius: 14px; }.v2-hero-label { right: 17px; bottom: 17px; padding: 8px 9px; }.v2-hero-caption { right: 0; bottom: -25px; font-size: 7px; }.v2-proof { grid-template-columns: 1fr; }.v2-proof > div, .v2-proof > div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--rule); }.v2-proof > div:last-child { border-bottom: 0; }.v2-product, .v2-flow, .v2-plans, .v2-faq { padding-bottom: 92px; }.v2-product { padding-top: 100px; }.v2-section-head { display: block; padding-bottom: 28px; }.v2-section-head > p { margin-top: 27px; font-size: 15px; }.v2-product-grid, .v2-plan-grid, .contact-grid { grid-template-columns: 1fr; }.v2-story-library, .v2-story-player, .v2-story-journeys, .v2-story-sources { grid-column: auto; }.v2-story-image img { height: 180px; }.v2-story-player .v2-story-image img { height: 180px; }.v2-story-copy { padding: 22px; }.v2-story h3, .v2-story-player h3, .v2-story-journeys h3, .v2-story-sources h3 { font-size: 28px; }.v2-principles, .v2-formats, .v2-download { padding: 78px 17px; }.v2-formats { width: 100%; }.v2-format-panel { grid-template-columns: 1fr 1fr; }.v2-format-panel > div { min-height: 90px; padding: 15px; }.v2-format-panel b { font-size: 21px; }.v2-flow-steps { grid-template-columns: 1fr; }.v2-flow-steps > div, .v2-flow-steps > div:not(:first-child) { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--rule); }.v2-flow-steps > div:last-child { border-bottom: 0; }.v2-flow-steps span { margin-bottom: 19px; }.v2-plan { padding: 23px; }.v2-plan-top { display: block; }.v2-plan-top > strong { display: block; margin-top: 15px; text-align: left; }.v2-plan > p:not(.v2-kicker) { min-height: 0; }.v2-faq .faq-list summary { font-size: 19px; }.v2-download { width: 100%; grid-template-columns: 1fr; }.v2-contact-strip { grid-template-columns: 1fr; padding: 78px 0; }.v2-footer .footer-links { align-items: flex-start; }.contact-hero { min-height: 0; padding: 55px 0 60px; }.contact-grid { padding: 54px 0 88px; }.contact-card { padding: 24px; }.contact-card h2 { font-size: 28px; }.contact-card > p:not(.v2-kicker) { min-height: 0; }.contact-note { padding-bottom: 88px; }.contact-mark { padding: 50px 20px; }.contact-mark img { width: 90px; height: 90px; }.contact-legal { padding-bottom: 75px; }
}
