/* Lower homepage: illustrated stories, with spacing instead of divider lines. */
.home-page { --section-break: 72px; }
.home-page .is-scroll-pending { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .home-page .is-scroll-pending { opacity: 1; }
}
.home-page main > section + section, .home-page main > #download.site-section { margin-block-start: var(--section-break); }
.home-page main > .site-section { padding-block: 100px; border: 0; }
.home-page .site-section .section-heading { max-width: 900px; margin-bottom: 54px; }
.home-page .site-section .section-heading h2 { font-size: 64px; line-height: 1.06; letter-spacing: -.05em; }
.home-page .site-section .section-heading p { max-width: 580px; margin-top: 24px; font-size: 19px; line-height: 1.6; }
.site-section .text-link { gap: 12px; }
.site-section .text-link > span { transition: transform .45s var(--glass-ease); }
.site-section .text-link:hover > span { transform: translate(3px, -2px); }

/* Three client situations show relationship history, connected facts and tone. */
.context-story { display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.3fr); gap: 80px; align-items: start; }
.context-story:not(.is-sticky-story) { display: block; }
.story-overview { position: sticky; top: 104px; }
.is-sticky-story .story-overview { display: flex; align-items: center; height: calc(100svh - 208px); }
.story-overview > .story-copy-stack { width: 100%; }
.story-overview:empty { display: none; }
.context-story:not(.is-sticky-story) .story-overview { position: static; }
.story-chapters { display: grid; gap: 76px; min-width: 0; }
.context-story:not(.is-sticky-story) .story-chapters > article { display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.3fr); gap: 80px; align-items: start; }
.context-story:not(.is-sticky-story) .chapter-copy { grid-column: 1; grid-row: 1; align-self: center; }
.context-story:not(.is-sticky-story) .story-art { grid-column: 2; grid-row: 1; }
.story-copy-stack { display: grid; gap: 32px; }
.chapter-copy { --story-icon-size: 42px; --story-title-gap: 14px; }
.chapter-description { display: grid; grid-template-rows: 1fr; margin-top: 16px; margin-left: calc(var(--story-icon-size) + var(--story-title-gap)); }
.chapter-description > p { min-height: 0; overflow: hidden; }
.story-copy-stack .chapter-description { transition: grid-template-rows .38s cubic-bezier(.22, 1, .36, 1), margin-top .38s cubic-bezier(.22, 1, .36, 1), opacity .24s ease-out; }
.story-copy-stack .chapter-copy:not(.is-active) .chapter-description { grid-template-rows: 0fr; margin-top: 0; opacity: 0; }
.story-copy-stack .chapter-copy > h2 { transition: color .28s ease-out; }
.story-copy-stack .chapter-copy:not(.is-active) > h2 { color: #777e87; }
.chapter-copy h2 { display: flex; align-items: flex-start; gap: var(--story-title-gap); font-size: 32px; line-height: 1.2; }
.chapter-copy h2 > span { min-width: 0; }
.story-icon { flex: none; width: var(--story-icon-size); height: var(--story-icon-size); margin-top: 1px; color: #2c2d29; }
.chapter-copy p { font-size: 17px; line-height: 1.6; }
@media (prefers-reduced-motion: reduce) {
  .story-copy-stack .chapter-description, .story-copy-stack .chapter-copy > h2 { transition: none; }
}
.story-art { display: flex; flex-direction: column; gap: 24px; padding: 38px; border-radius: 28px; background: var(--gradient-light); }
.story-art > * { min-width: 0; }
.story-sequence { gap: 18px; }
.story-message { padding: 20px 24px; border: 1px solid #fff; border-radius: 20px 20px 20px 7px; background: #f8faf9; box-shadow: 0 12px 28px -20px #28484045; }
.story-message > p { font-size: 17px; line-height: 1.5; color: #35423b; margin-top: 10px; }
.story-sequence .host-person .person { width: 34px; flex: none; }
.story-source { margin-left: 28px; padding: 20px 24px; border: 1px solid #fff; border-radius: 16px; background: #fff; box-shadow: 0 14px 30px -22px #354b7440; }
.story-source > span { font-size: 12px; line-height: 1.4; color: #626c7b; }
.story-source blockquote { margin: 10px 0 0; font-size: 23px; line-height: 1.35; letter-spacing: -.025em; color: #35423b; }
.context-art .story-source { display: flex; align-items: center; gap: 16px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.context-art .story-source img { flex: none; width: 68px; height: 88px; filter: drop-shadow(0 5px 7px #354b7414); }
.context-art .story-source h3 { margin: 0; font-size: 17px; line-height: 1.35; font-weight: 500; }
.story-sequence mark { padding: 0 .12em; border-radius: 4px; background: #e7efd9; color: inherit; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.story-composer { display: grid; gap: 12px; margin-top: 4px; }
.story-sequence .tb-text { font-size: 15px; line-height: 1.45; }
.story-sequence .tb-action { font-size: 12px; }
.story-sequence .tb-trigger { cursor: default; }
.context-art { background: linear-gradient(125deg, #cfdcf3, #e3e7f1 55%, #dcebdc); }
.tone-art { background: linear-gradient(125deg, #d5e1f2, #e9e8f3 55%, #e1eadf); gap: 36px; }
.tone-example .host-person { margin: 0 6px 18px; }

/* Alternating copy and art remain in the privacy section. */
.support-story { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 80px; align-items: center; }
.support-reverse { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.support-reverse > .support-copy { grid-column: 2; grid-row: 1; }
.support-reverse > :nth-child(2) { grid-column: 1; grid-row: 1; }
.home-page .support-story .support-copy .section-heading { margin-bottom: 0; }
.home-page .support-story .support-copy .section-heading h2 { font-size: 48px; }
.home-page .support-story .support-copy .section-heading p { font-size: 18px; max-width: 480px; }

/* Reference-led benefit spreads: shared text axis, then a large scene and detail. */
.home-page .site-section.benefit-spread > .section-heading { display: grid; grid-template-columns: 2fr 1fr; align-items: start; gap: 12px; max-width: none; margin-bottom: 48px; }
.home-page .site-section.benefit-spread > .section-heading h2 { max-width: 620px; font-size: 48px; line-height: 1.1; letter-spacing: -.045em; text-wrap: balance; }
.home-page .site-section.benefit-spread > .section-heading p { max-width: 500px; margin: 0; font-size: 18px; line-height: 1.6; }
.benefit-artwork { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }
.benefit-panel { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 520px; padding: 40px; border-radius: 12px; overflow: hidden; }
.benefit-panel::before { content: ''; position: absolute; z-index: -1; inset: 0; background: url('/assets/gradient-grain.svg'); opacity: .2; pointer-events: none; }
.starter-main { background: radial-gradient(ellipse at 0 100%, #667e76, transparent 60%), radial-gradient(ellipse at 100% 100%, #9dadc4, transparent 60%), linear-gradient(130deg, #d2c394, #e5decc 55%, #ede6d9); }
.starter-detail { background: linear-gradient(135deg, #93c7be, #75aca8 70%, #a0c3b2); }
.benefit-panel.followup-main { height: 520px; min-height: 0; padding: 0; background: radial-gradient(ellipse at 90% 0%, #e4dcc1, transparent 65%), radial-gradient(ellipse at 0% 100%, #5c9691, transparent 70%), linear-gradient(125deg, #a4b9af, #c8d4c7 60%, #95babc); }
.followup-detail { background: linear-gradient(130deg, #e8dfc6, #e3d8b8 70%, #d7d6c0); }
.preferences-main { background: radial-gradient(ellipse at 0 100%, #7f939c, transparent 65%), linear-gradient(135deg, #c9c4d7, #dce0e2 60%, #e4d7bd); }
.preferences-detail { background: linear-gradient(125deg, #c2d3b6, #d8e3c7 60%, #c9d9c4); }
.benefit-window { width: 100%; max-width: 640px; padding: 28px; border: 1px solid #fff; border-radius: 18px; background: #fafbf8; box-shadow: 0 20px 48px -24px #30403b66; }
.benefit-correspondent { display: flex; align-items: center; gap: 12px; color: #35423b; font-size: 14px; }
.benefit-correspondent .person { width: 36px; }
.benefit-correspondent time { margin-left: auto; font-size: 12px; color: #738079; white-space: nowrap; }
.benefit-incoming { max-width: 400px; margin: 18px 0 38px; font-size: 19px; line-height: 1.5; letter-spacing: -.02em; color: #35423b; }
.benefit-composer { display: grid; gap: 14px; width: 100%; max-width: 480px; margin-inline: auto; }
.benefit-composer .tb-reply { font-size: 15px; }
.benefit-composer .tb-text { line-height: 1.45; }
.benefit-panel.meeting-calendars { display: grid; grid-template-columns: minmax(0, 1fr); align-content: center; justify-items: start; gap: 24px; padding: 32px 22px; }
.meeting-mac, .meeting-google { width: calc(100% - 14px); min-width: 0; max-width: 370px; color: #303134; box-shadow: 0 18px 30px -12px #244d4855, 0 0 0 1px #ffffff80; overflow: hidden; }
.meeting-mac { background: #fff; border-radius: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
.meeting-mac-toolbar { display: flex; align-items: center; gap: 9px; height: 38px; padding: 0 12px; background: linear-gradient(#f9f9f9, #f0f0f0); font-size: 11px; }
.meeting-window-dots { display: flex; gap: 4px; }
.meeting-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #ff6058; }
.meeting-window-dots i:nth-child(2) { background: #febc2e; }
.meeting-window-dots i:nth-child(3) { background: #29c840; }
.meeting-mac-views { display: flex; gap: 7px; align-items: center; padding: 3px; border: 1px solid #e5e5e5; border-radius: 20px; margin-left: auto; font-size: 9px; }
.meeting-mac-views b { background: #e3e3e3; border-radius: 14px; padding: 3px 7px; font-weight: 500; }
.meeting-mac-views > span:last-child { padding-right: 4px; }
.meeting-mac-date { padding: 16px 13px 13px; font-size: 18px; letter-spacing: -.04em; }
.meeting-mac-date strong { font-weight: 650; }
.meeting-mac-date small { display: block; margin-top: 4px; font-size: 11px; letter-spacing: 0; }
.meeting-day-grid { position: relative; margin: 0 12px 0 6px; }
.meeting-hour { display: grid; grid-template-columns: 36px 1fr; height: 40px; }
.meeting-hour time { padding-right: 5px; color: #757575; font-size: 9px; text-align: right; transform: translateY(-5px); }
.meeting-hour > span { border-top: 1px solid #ededed; }
.meeting-time-block { position: absolute; top: 40px; left: 37px; right: 0; height: 40px; padding: 5px 8px; border-left: 3px solid #438aff; border-radius: 4px; background: #ddecff; color: #22558e; }
.meeting-time-block strong { display: block; font-size: 12px; line-height: 1.2; font-weight: 600; }
.meeting-time-block > span { display: block; margin-top: 2px; font-size: 10px; line-height: 1.2; }
.meeting-mac-footer { display: flex; align-items: center; gap: 7px; padding: 10px 12px; background: #f6f6f7; font-size: 10px; }
.meeting-mac-footer > span:first-child, .meeting-google-footer > span:first-child { display: flex; align-items: center; gap: 6px; margin-right: auto; }
.meeting-mac-footer i, .meeting-google-footer i { width: 7px; height: 7px; border-radius: 50%; background: #4285f4; }
.meeting-mac-cancel, .meeting-mac-add { padding: 4px 12px; border-radius: 6px; background: #fff; box-shadow: 0 1px 2px #00000017; }
.meeting-mac-add { background: #007aff; color: #fff; }
.meeting-google { justify-self: end; border-radius: 12px; background: #fff; font-family: Arial, sans-serif; }
.meeting-google-toolbar { display: flex; align-items: center; gap: 8px; padding: 11px 14px; background: #f3f6fc; font-size: 12px; color: #5f6368; }
.meeting-google-toolbar img { width: 22px; height: 22px; }
.meeting-window-close { margin-left: auto; font-size: 20px; line-height: 1; }
.meeting-google-event { padding: 15px 18px 16px; }
.meeting-google-event h3 { margin: 0; font-size: 19px; line-height: 1.2; font-weight: 500; letter-spacing: -.02em; }
.meeting-event-tab { display: inline-block; padding: 4px 9px; margin: 11px 0 14px; border-radius: 5px; background: #e8f0fe; color: #1967d2; font-size: 10px; }
.meeting-event-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 13px; }
.meeting-event-row svg { flex: none; width: 16px; height: 16px; fill: none; stroke: #5f6368; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.meeting-event-row p { margin: 0; font-size: 12px; line-height: 1.35; color: #3c4043; }
.meeting-event-row small { display: block; margin-top: 3px; font-size: 11px; color: #5f6368; }
.meeting-google-footer { display: flex; align-items: center; padding-top: 1px; font-size: 11px; }
.meeting-google-save { border-radius: 18px; padding: 7px 20px; background: #1a73e8; color: white; font-size: 12px; }
.followup-sheet { position: absolute; top: 68px; left: 15%; width: calc(100% - 40px); padding: 36px; border-radius: 30px; background: linear-gradient(115deg, #f5f8fa, #f0f7f5); box-shadow: 0 18px 50px #294b4a30, 0 1px 2px #ffffffb3 inset; color: #292d30; }
.task-toolbar { display: flex; align-items: center; gap: 14px; width: 900px; margin-bottom: 28px; }
.followup-sheet h3 { margin: 0; font-size: 32px; line-height: 1; letter-spacing: -.03em; }
.task-subtitle { font-size: 15px; color: #556163; white-space: nowrap; }
.task-count { padding: 3px 10px; border-radius: 20px; background: #e3e9ed; font-size: 12px; font-weight: 600; }
.task-tool, .task-search { display: flex; align-items: center; justify-content: center; height: 32px; border-radius: 10px; background: #edf3f6; box-shadow: inset 0 1px 1px #fff, 0 3px 8px #38535a16; }
.task-tool { width: 32px; flex: none; }
.task-toolbar svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.task-search { margin-left: auto; width: 170px; justify-content: flex-start; gap: 9px; padding: 0 12px; font-size: 12px; color: #7a8283; }
.task-filters { display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 900px; margin-bottom: 28px; color: #556163; font-size: 14px; }
.task-segments { display: flex; width: 310px; padding: 3px; border-radius: 22px; background: #dce4e9; box-shadow: inset 0 1px 2px #fff, 0 2px 4px #3b505a0d; }
.task-segments > span { flex: 1; padding: 7px 0; text-align: center; color: #292d30; font-weight: 600; }
.task-segments b { margin-left: 5px; font-weight: inherit; }
.task-segments .is-selected { border-radius: 20px; background: #f0f5f8; box-shadow: 0 1px 4px #39526026; }
.followup-sheet ul { margin: 0; padding: 18px 26px; list-style: none; border: 1px solid #c1ccce; border-radius: 20px; box-shadow: inset 0 0 0 5px #ffffff45, inset 0 0 0 6px #cbd4d559; }
.followup-sheet li { display: grid; grid-template-columns: 18px minmax(0, 1fr); align-items: center; column-gap: 14px; row-gap: 8px; min-height: 88px; padding: 15px 28px 15px 0; }
.task-check { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 5px; background: #d6e0e4; color: white; font-size: 13px; line-height: 1; }
.followup-sheet li p { margin: 0; color: #292d30; font-size: 19px; font-weight: 550; line-height: 1.35; }
.task-source { grid-column: 2; display: flex; align-items: center; justify-content: flex-start; gap: 8px; color: #566366; font-size: 13px; white-space: nowrap; }
.task-source img { width: 16px; height: 16px; object-fit: contain; }
.task-source time { margin-left: 6px; font-size: 10px; }
.is-complete .task-check { background: #00b97b; }
.followup-sheet .is-complete p { color: #596668; text-decoration: line-through; text-decoration-thickness: 1px; }
.is-complete .task-via { display: none; }
.source-messages { display: grid; gap: 36px; width: 100%; max-width: 300px; }
.source-message { padding-bottom: 4px; }
.source-message p { margin-top: 14px; color: #39453b; font-size: 20px; line-height: 1.5; letter-spacing: -.02em; }
.source-message mark { padding: 0; color: inherit; background: #faf6d8; border-radius: 2px; }
.preference-request { margin-top: 18px; color: #35423b; font-size: 16px; line-height: 1.5; }
.preferences-main .wording-before { margin-top: 18px; font-size: 18px; }
.wording-before { max-width: 390px; margin-top: 22px; color: #7c837e; font-size: 20px; line-height: 1.5; letter-spacing: -.02em; }
.wording-before del { text-decoration-color: #a38e83; text-decoration-thickness: 1px; }
.wording-arrow { width: 30px; height: 36px; margin: 9px 0 12px 12px; color: #859783; }
.preference-review { width: 100%; max-width: 300px; padding: 28px; background: #fcfdf8; border: 1px solid #fff; border-radius: 18px; box-shadow: 0 20px 38px -24px #30403b66; }
.wording-pair { display: grid; gap: 5px; margin-bottom: 36px; }
.wording-pair del { width: fit-content; color: #8e9187; font-size: 17px; text-decoration-thickness: 1px; }
.wording-pair > span { width: fit-content; padding: 0 3px; background: #e5edcc; color: #3d5035; font-size: 29px; line-height: 1.2; letter-spacing: -.03em; }
.preference-review h3 { font-size: 19px; line-height: 1.25; letter-spacing: -.025em; }
.preference-review > p { margin-top: 12px; color: #6a7567; font-size: 15px; line-height: 1.5; }
.preference-actions { display: flex; justify-content: space-between; gap: 8px; margin-top: 28px; font-size: 12px; }
.preference-actions > span { padding: 7px 13px; border: 1px solid #dce3d4; border-radius: 18px; color: #63705b; }
.preference-actions > span:last-child { background: #e9f0da; border-color: #cddaba; color: #405832; }

/* Short usage instructions follow the core story and supporting benefits. */
.quick-start { scroll-margin-top: 104px; }
.home-page .quick-start .section-heading { margin-inline: auto; text-align: center; }
.home-page .quick-start .section-heading p { margin-inline: auto; }
.quick-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 28px; padding: 0; list-style: none; }
.quick-steps > li { display: grid; grid-template-rows: subgrid; grid-row: span 3; min-width: 0; scroll-margin-top: 104px; }
.quick-steps > li > h3 { font-size: 25px; line-height: 1.2; }
.quick-steps > li > p { font-size: 16px; }
.quick-visual { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 22px; min-height: 280px; padding: 28px 22px; border-radius: 24px; }
.step-incoming { align-self: flex-start; max-width: 90%; padding: 14px 18px; border: 1px solid #fff; border-radius: 18px 18px 18px 5px; background: #f8fbfa; box-shadow: 0 6px 16px -12px #354b7440; }
.step-incoming > span { color: #63716a; font-size: 12px; }
.step-incoming > p { color: #35423b; font-size: 15px; line-height: 1.4; margin-top: 5px; }
.step-composer { position: relative; }
.step-composer .tb-trigger { cursor: default; }
.cursor-illustration { position: absolute; width: 25px; height: 32px; left: 22px; top: 27px; filter: drop-shadow(0 2px 2px #23403430); }

.cursor-visual { background: linear-gradient(130deg, #dfe9e5, #d1e1f4 56%, #c3d8ef); }
.drafts-visual { background: var(--gradient-cool); }
.drafts-visual .tb-reply { font-size: 15px; }
.drafts-visual .tb-text { display: grid; line-height: 1.45; }
.quick-candidate { grid-area: 1 / 1; min-width: 0; opacity: 0; visibility: hidden; transform: translateX(8px); transition: opacity 400ms ease, transform 400ms ease, visibility 400ms; }
.quick-candidate.is-selected { opacity: 1; visibility: visible; transform: none; }
.drafts-visual .tb-arrow:active { transform: scale(.8); }
@media (prefers-reduced-motion: reduce) {
  .drafts-visual .quick-candidate { transition: none; transform: none; }
  .drafts-visual .tb-arrow:active { transform: none; }
}
.insert-visual { background: linear-gradient(120deg, #d5e2f3, #dce9db 75%, #e9ecdb); }
.host-person { display: flex; align-items: center; gap: 12px; color: #4d565d; font-size: 14px; }
.host-person .person { width: 42px; }

/* Apps and languages frame one stationary invitation. Each track repeats exactly. */
.availability-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 480px) minmax(0, 1fr); gap: 36px; align-items: center; }
.availability-copy { position: relative; text-align: center; }
.home-page .site-section.availability-section .section-heading { margin: 0 0 28px; }
.home-page .site-section.availability-section .section-heading h2 { font-size: 52px; line-height: 1.08; }
.home-page .site-section.availability-section .section-heading p { max-width: 410px; margin: 24px auto 0; font-size: 18px; line-height: 1.6; }
.availability-copy .button { padding-inline: 24px; }
.availability-marquee { height: 420px; overflow: hidden; min-width: 0; display: flex; justify-content: center; mask-image: linear-gradient(transparent, #000 18%, #000 82%, transparent); -webkit-mask-image: linear-gradient(transparent, #000 18%, #000 82%, transparent); }
.availability-track { display: flex; flex-direction: column; flex: none; width: max-content; height: max-content; animation: availability-rise 32s linear infinite; animation-play-state: paused; }
.is-marquee-active .availability-track { animation-play-state: running; }
.availability-set { display: grid; grid-template-columns: repeat(2, 96px); gap: 24px; flex: none; list-style: none; margin: 0; padding: 0 0 24px; }
.availability-set li { display: grid; place-items: center; height: 96px; border: 1px solid #e7eae5; border-radius: 24px; background: #f8faf6; }
.availability-set img { width: 43px; height: 43px; object-fit: contain; }
.availability-apps .availability-set li:nth-child(2n) { transform: translateY(28px); }
.availability-languages .availability-track { animation-duration: 36s; animation-direction: reverse; }
.availability-languages .availability-set { grid-template-columns: repeat(2, 132px); gap: 20px; padding-bottom: 20px; }
.availability-languages li { height: 72px; border-color: #e9ece5; border-radius: 18px; background: #f5f7f1; color: #4e5b48; font-size: 20px; font-weight: 500; letter-spacing: -.025em; }
.availability-languages .availability-set li:nth-child(2n) { transform: translateY(22px); }
@keyframes availability-rise { to { transform: translateY(calc(-100% / 3)); } }
@keyframes availability-across { to { transform: translateX(calc(-100% / 3)); } }
@media (max-width: 1199px) {
  .availability-section { grid-template-columns: minmax(0, 1fr) minmax(0, 380px) minmax(0, 1fr); gap: 24px; }
  .home-page .site-section.availability-section .section-heading h2 { font-size: 44px; }
  .home-page .site-section.availability-section .section-heading p { font-size: 17px; }
  .availability-set { grid-template-columns: repeat(2, 82px); gap: 20px; padding-bottom: 20px; }
  .availability-set li { height: 90px; border-radius: 20px; }
  .availability-set img { width: 37px; height: 37px; }
  .availability-languages .availability-set { grid-template-columns: repeat(2, 110px); gap: 14px; padding-bottom: 14px; }
  .availability-languages li { height: 76px; font-size: 17px; }
}
@media (max-width: 1000px) {
  .availability-section { grid-template-columns: 1fr; gap: 32px; }
  .availability-copy { max-width: 500px; margin-inline: auto; }
  .home-page .site-section.availability-section .section-heading h2 { font-size: 44px; }
  .availability-marquee { height: 100px; justify-content: flex-start; align-items: center; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
  .availability-track { flex-direction: row; animation-name: availability-across; }
  .availability-set, .availability-languages .availability-set { display: flex; gap: 16px; padding: 0 16px 0 0; }
  .availability-set li { flex: none; width: 80px; height: 80px; }
  .availability-apps .availability-set li:nth-child(2n), .availability-languages .availability-set li:nth-child(2n) { transform: none; }
  .availability-languages { height: 82px; }
  .availability-languages li { width: 128px; height: 62px; border-radius: 16px; font-size: 19px; }
}
@media (max-width: 600px) {
  .availability-section { gap: 24px; }
  .home-page .site-section.availability-section .section-heading h2 { font-size: 36px; }
  .home-page .site-section.availability-section .section-heading p { font-size: 16px; }
  .availability-marquee { height: 84px; }
  .availability-set li { width: 68px; height: 68px; border-radius: 18px; }
  .availability-set img { width: 34px; height: 34px; }
  .availability-languages { height: 68px; }
  .availability-languages li { width: 112px; height: 54px; border-radius: 14px; font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .availability-marquee { height: auto; overflow: visible; mask-image: none; -webkit-mask-image: none; }
  .availability-track { animation: none; }
  .availability-set { padding-bottom: 0; }
  .availability-track .availability-set[aria-hidden="true"] { display: none; }
  .availability-apps .availability-set li:nth-child(2n), .availability-languages .availability-set li:nth-child(2n) { transform: none; }
}
@media (max-width: 1000px) and (prefers-reduced-motion: reduce) {
  .availability-marquee { justify-content: center; }
  .availability-track { flex: 1; width: 100%; }
  .availability-set { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; padding: 0; gap: 12px; }
  .availability-set li { width: 100%; }
  .availability-languages .availability-set { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0; gap: 12px; }
}

.privacy-art { display: flex; align-items: center; justify-content: center; min-height: 400px; }
/* Reuse OKEight's original lock asset and its whitespace framing. */
.privacy-lock-visual { width: 100%; max-width: 560px; aspect-ratio: 280 / 195; overflow: hidden; position: relative; isolation: isolate; }
.privacy-lock-visual img { display: block; width: 100%; height: auto; transform: translateY(-10%); mix-blend-mode: multiply; -webkit-mask-image: radial-gradient(ellipse 48% 45% at 51% 49%, #000 72%, transparent 100%); mask-image: radial-gradient(ellipse 48% 45% at 51% 49%, #000 72%, transparent 100%); }
.privacy-actions { margin-top: 28px; }
.privacy-actions .button { padding-inline: 27px; }

.pricing-intro { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 80px; }
.home-page #pricing .pricing-intro { grid-template-columns: 1fr; gap: 40px; }
.pricing-copy { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 80px; }
.pricing-copy > .section-heading { display: contents; }
.pricing-copy h2 { grid-row: span 2; }
.home-page #pricing .pricing-copy p { margin-top: 0; }
.home-page .pricing-intro .section-heading { margin-bottom: 0; }
#pricing .pricing-copy > .section-heading { margin-bottom: 0; }
.pricing-copy > .button { grid-column: 2; justify-self: start; margin-top: 28px; }
.plan-slideshow { min-width: 0; }
.pricing-billing { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-bottom: 22px; }
.plan-slideshow .pricing-billing { justify-content: center; align-items: center; margin: 20px 0 0; }
.pricing-billing > span { color: var(--muted); font-size: 12px; }
.billing-switch { display: inline-flex; flex: none; padding: 3px; border: 1px solid #dce2e5; border-radius: 24px; background: #f4f6f5; }
.billing-switch button { padding: 8px 16px; border: 0; border-radius: 20px; background: transparent; color: var(--ink); font: inherit; font-size: 13px; cursor: pointer; }
.billing-switch button[aria-pressed="true"] { color: #fff; background: var(--ink); }
.billing-switch button:focus-visible { outline: 2px solid #4c60d8; outline-offset: 3px; }
.plan-fee-value { display: flex; align-items: baseline; justify-content: flex-end; gap: 3px; margin: 0; color: var(--ink); }
.plan-fee-value strong { font-size: 34px; font-weight: 500; letter-spacing: -.05em; line-height: 1.1; }
.plan-fee-value > span { color: #465764; font-size: 12px; }
.plan-fee-note { display: block; margin-top: 5px; font-size: 12px; line-height: 1.4; color: #465764; }
.plan-fee { text-align: right; }
.plan-posters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; list-style: none; margin: 0; padding: 0; }
.plan-poster { min-width: 0; }
.plan-card { position: relative; isolation: isolate; height: 340px; border-radius: 28px; padding: 22px 28px; background: var(--gradient-light); text-align: center; }
.plan-card > div { height: 100%; display: flex; flex-direction: column; gap: 8px; }
.plan-card::before { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: url('/assets/gradient-grain.svg'); opacity: .15; pointer-events: none; }
.plan-select { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; padding: 0; border: 0; border-radius: inherit; background: transparent; cursor: pointer; }
.plan-select:focus-visible { outline: 3px solid #4c60d8; outline-offset: 3px; }
.plan-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; text-align: left; }
.plan-card .poster-name { margin: 0; font-size: 26px; line-height: 1.2; letter-spacing: -.04em; color: var(--ink); }
.plan-card .poster-allowance { margin: 0; font-size: 16px; line-height: 1.4; color: #465764; }
.poster-allowance strong { font-weight: 500; color: var(--ink); }
.plan-card .poster-relationships { margin: 0; font-size: 15px; line-height: 1.3; color: #465764; }
.poster-relationships strong { font-size: 23px; font-weight: 500; color: var(--ink); letter-spacing: -.04em; }
.plan-people { flex: 1; min-height: 0; display: grid; place-items: center; }
.relationship-crowd { --photo-cols: 3; --photo-width: 66px; display: grid; grid-template-columns: repeat(var(--photo-cols), minmax(0, 1fr)); gap: 2px; width: min(96%, calc(var(--photo-cols) * var(--photo-width) + (var(--photo-cols) - 1) * 2px)); }
.relationship-photo { display: block; aspect-ratio: 3 / 4; border: 1px solid #f8f7f4; background: #ddd url('/assets/plan-portraits.webp') var(--photo-x) var(--photo-y) / 800% 600%; box-shadow: 0 2px 4px #1d252425; transform: translateY(var(--photo-offset)) rotate(var(--photo-angle)); }
[data-plan="Standard"] .relationship-crowd { --photo-cols: 5; --photo-width: 52px; }
[data-plan="Pro"] .relationship-crowd { --photo-cols: 8; --photo-width: 35px; }
[data-plan="Enterprise"] .relationship-crowd { --photo-cols: 12; --photo-width: 24px; }
.plan-slideshow.is-slideshow .plan-posters { display: block; position: relative; height: 360px; }
.is-slideshow .plan-poster { position: absolute; left: 50%; top: 50%; width: min(572px, 44%); transition: transform .7s cubic-bezier(.22, 1, .36, 1), opacity .4s ease-out; }
.is-slideshow [data-plan-position="center"] { transform: translate(-50%, -50%); opacity: 1; z-index: 3; }
.is-slideshow [data-plan-position="left"] { transform: translate(-133%, -50%) scale(.6) rotate(-2deg); opacity: 1; z-index: 2; }
.is-slideshow [data-plan-position="right"] { transform: translate(33%, -50%) scale(.6) rotate(2deg); opacity: 1; z-index: 2; }
.is-slideshow [data-plan-position="hidden"] { transform: translate(-50%, -50%) scale(.5); opacity: 0; z-index: 0; pointer-events: none; }

.home-page .site-section.home-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 80px; }
.home-page .site-section.home-faq .section-heading { margin: 0; }
.home-page .site-section.home-faq .section-heading h2 { max-width: 590px; font-size: 54px; }
.home-page .site-section.home-faq .section-heading p { max-width: 380px; }
.home-page .site-section .faq-list { display: grid; gap: 12px; }
.home-page .site-section .faq-list details { border: 0; border-radius: 16px; padding: 0 20px; background: #f2f5f8; }
.home-page .site-section .faq-list summary { font-size: 18px; gap: 22px; padding-block: 22px; }
.home-page .site-section .faq-list summary::after { display: grid; place-items: center; width: 28px; height: 28px; }
.home-page .site-section .faq-list details p { padding-right: 16px; }
.home-page .home-faq > .text-link { margin-top: 0; }

/* A localized color field around the centered download panel. */
.home-page #download.site-section, .inner-page #download.site-section { position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr; justify-items: center; width: min(1120px, calc(100% - 96px)); gap: 0; border: 0; border-radius: 28px; margin-block: 48px; padding: 64px 32px; text-align: left; background: radial-gradient(ellipse at 4% 14%, #6558e8 0%, transparent 52%), radial-gradient(ellipse at 96% 8%, #ff8678 0%, transparent 52%), radial-gradient(ellipse at 90% 100%, #22bda7 0%, transparent 48%), linear-gradient(125deg, #7292fa, #b68ae9 42%, #f9b881 76%, #b8dc85); box-shadow: none; }
#download.download-finale::before { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none; background: url('/assets/gradient-grain.svg'); opacity: .12; }
#download .download-copy { width: min(784px, 100%); padding: 48px 56px 56px; border: 1px solid #ffffffb3; border-radius: 20px; background: #fbfaf6; box-shadow: 0 24px 80px -32px #2c285d66, inset 0 1px 0 #fff; }
#download .download-dialogue { display: flex; flex-direction: column; gap: 24px; }
#download .download-message { position: relative; padding: 26px 28px; filter: drop-shadow(0 3px 3px #29395014); }
#download .download-message::after { content: ''; position: absolute; bottom: 0; width: 24px; height: 26px; background: inherit; clip-path: path('M 24 0 L 24 26 C 13 26 4 24 0 19 C 10 20 13 12 13 0 Z'); }
#download .download-message-incoming { align-self: flex-start; max-width: calc(100% - 32px); border-radius: 28px 28px 28px 10px; background: #e4e5ec; }
#download .download-message-incoming::after { left: -12px; }
#download .download-message-outgoing { align-self: flex-end; width: min(500px, calc(100% - 48px)); border-radius: 28px 28px 10px 28px; background: #4263d5; }
#download .download-message-outgoing::after { right: -12px; transform: scaleX(-1); }
.home-page #download.site-section h2, .inner-page #download.site-section h2 { font-size: 52px; line-height: 1.06; letter-spacing: -.05em; margin: 0; }
.home-page #download.site-section p, .inner-page #download.site-section p { font-size: 18px; line-height: 1.6; margin: 0; max-width: 560px; color: #fff; }
.home-page #download.site-section .actions, .inner-page #download.site-section .actions { justify-content: center; margin-top: 36px; gap: 12px; }
.downloads .button { border-radius: 24px; }

@media (max-width: 1199px) {
  .home-page { --section-break: 56px; }
  .home-page .site-section.benefit-spread > .section-heading { grid-template-columns: 1.1fr 1fr; gap: 40px; }
  .home-page .site-section.benefit-spread > .section-heading h2 { font-size: 40px; }
  .home-page .site-section.benefit-spread > .section-heading p { font-size: 17px; }
  .privacy-art { min-height: 350px; }
  .context-story, .support-story { gap: 48px; }
  .context-story:not(.is-sticky-story) .story-chapters > article { gap: 48px; }
  .chapter-copy { --story-icon-size: 36px; --story-title-gap: 12px; }
  .chapter-copy h2 { font-size: 26px; }
  .chapter-copy p { font-size: 16px; }
  .story-art { padding: 28px; }
  .story-sequence { padding: 24px; gap: 16px; }
  .story-sequence .story-message, .story-source { padding: 18px; }
  .story-source { margin-left: 16px; }
  .story-source blockquote { font-size: 21px; }
  .home-page .support-story .support-copy .section-heading h2 { font-size: 39px; }
  .home-page .support-story .support-copy .section-heading p { font-size: 17px; }
  .quick-steps { column-gap: 24px; }
  .quick-steps > li > h3 { font-size: 22px; }
  .quick-steps > li > p { font-size: 15px; }
  .quick-visual { padding: 18px; }
  .home-page main > .site-section { padding-block: 80px; }
  .home-page .site-section .section-heading h2 { font-size: 52px; }
  .pricing-intro, .home-page .site-section.home-faq { column-gap: 48px; }
  .home-page .site-section.home-faq .section-heading h2 { font-size: 44px; }
  .home-page #download.site-section, .inner-page #download.site-section { padding: 56px 32px; }
}
@media (max-width: 800px) {
  .home-page { --section-break: 48px; }
  .home-page .site-section.benefit-spread > .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
  .home-page .site-section.benefit-spread > .section-heading h2 { font-size: 42px; }
  .home-page .site-section.benefit-spread > .section-heading p { max-width: 620px; }
  .benefit-artwork { width: 1280px; zoom: var(--benefit-scale, .2); }
  .privacy-art { min-height: 0; }
  .privacy-lock-visual { max-width: 450px; }
  .context-story { grid-template-columns: 1fr; gap: 44px; }
  .context-story:not(.is-sticky-story) .story-chapters > article { display: block; }
  .chapter-copy { margin-top: 28px; }
  .story-overview { position: static; }
  .story-chapters { gap: 56px; }
  .story-art { padding: 38px; }
  .story-sequence { padding: 32px; }
  .support-story, .support-reverse { grid-template-columns: 1fr; gap: 30px; }
  .support-reverse > .support-copy, .support-reverse > :nth-child(2) { grid-column: auto; grid-row: auto; }
  .home-page .support-story .support-copy .section-heading h2 { font-size: 42px; }
  .home-page .support-story .support-copy .section-heading p { max-width: 620px; }
  .quick-steps { grid-template-columns: 1fr; gap: 40px; max-width: 480px; margin-inline: auto; }
  .quick-steps > li { grid-template-rows: auto; grid-row: auto; gap: 20px; }
  .quick-visual { min-height: 240px; padding: 24px; }
  .home-page main > .site-section { padding-block: 64px; }
  .home-page .site-section .section-heading h2 { font-size: 45px; }
  .home-page .site-section .section-heading p { font-size: 17px; }
  .pricing-intro { grid-template-columns: 1fr; gap: 36px; }
  .home-page #pricing .pricing-intro { grid-template-columns: 1fr; }
  .pricing-copy { display: block; }
  .pricing-copy > .section-heading { display: block; }
  .home-page #pricing .pricing-copy p { margin-top: 24px; }
  .plan-slideshow { width: 100%; justify-self: center; }
  .home-page .site-section.home-faq { grid-template-columns: 1fr; gap: 34px; }
  .home-page .home-faq > .text-link { grid-column: 1; }
  .home-page #download.site-section, .inner-page #download.site-section { width: calc(100% - 48px); padding: 48px 24px; border-radius: 24px; }
  #download .download-copy { padding: 40px; }
  .home-page #download.site-section h2, .inner-page #download.site-section h2 { font-size: clamp(30px, 6vw, 46px); }
}
@media (max-width: 600px) {
  .home-page { --section-break: 40px; }
  .home-page .site-section.benefit-spread > .section-heading { gap: 20px; margin-bottom: 28px; }
  .home-page .site-section.benefit-spread > .section-heading h2 { font-size: clamp(28px, 8.1vw, 40px); }
  .home-page .site-section.benefit-spread > .section-heading p { font-size: 16px; margin: 0; }
  .privacy-lock-visual { max-width: 340px; }
  .home-page .support-story .support-copy .section-heading h2 { font-size: clamp(29px, 8vw, 40px); }
  .home-page .support-story .support-copy .section-heading p { font-size: 16px; }
  .context-story { gap: 36px; }
  .chapter-copy { --story-icon-size: 32px; --story-title-gap: 10px; margin-top: 22px; }
  .chapter-copy h2 { font-size: 26px; }
  .chapter-copy p { font-size: 15px; }
  .story-art { padding: 24px 16px; border-radius: 22px; gap: 22px; }
  .story-sequence { padding: 22px 12px; gap: 16px; }
  .story-sequence .story-message { padding: 16px; }
  .story-message > p { font-size: 15px; }
  .story-source { margin-left: 12px; padding: 16px; }
  .story-source blockquote { font-size: 20px; }
  .tone-art { gap: 30px; }
  .tone-example .host-person { font-size: 12px; margin-inline: 0; }
  .quick-steps { gap: 38px; }
  .quick-steps > li > h3 { font-size: 24px; }
  .quick-visual { min-height: 190px; padding: 22px 16px; }
  .home-page main > .site-section { padding-block: 48px; }
  .home-page .site-section .section-heading { margin-bottom: 32px; }
  .home-page .site-section .section-heading h2 { font-size: clamp(27px, 7.5vw, 42px); }
  .home-page .site-section .section-heading p { font-size: 16px; margin-top: 20px; }
  .host-person .person { width: 34px; }
  .plan-posters { grid-template-columns: 1fr; gap: 20px; }
  .plan-slideshow { overflow: hidden; }
  .pricing-billing { flex-direction: column; align-items: flex-end; gap: 6px; }
  .plan-card { height: 320px; padding: 16px; border-radius: 22px; }
  .plan-card-header { display: block; text-align: center; }
  .plan-card .poster-name { font-size: 23px; }
  .plan-card .plan-fee { margin-top: 4px; text-align: center; }
  .plan-card .plan-fee-value { justify-content: center; }
  .plan-card .plan-fee-value strong { font-size: 28px; }
  .plan-card .plan-fee-note { font-size: 11px; margin-top: 2px; }
  .plan-card .poster-allowance { font-size: 14px; }
  .plan-card .poster-relationships { font-size: 14px; }
  .plan-card .poster-relationships strong { font-size: 21px; }
  .relationship-crowd { --photo-width: 46px; }
  [data-plan="Standard"] .relationship-crowd { --photo-cols: 3; --photo-width: 33px; }
  [data-plan="Pro"] .relationship-crowd { --photo-cols: 6; --photo-width: 24px; }
  [data-plan="Enterprise"] .relationship-crowd { --photo-cols: 8; --photo-width: 16px; }
  .plan-slideshow.is-slideshow .plan-posters { height: 344px; }
  .plan-slideshow.is-slideshow .plan-poster { width: 82%; }
  .home-page .site-section.home-faq .section-heading h2 { font-size: clamp(29px, 8vw, 40px); }
  .home-page .site-section .faq-list details { padding-inline: 16px; }
  .home-page .site-section .faq-list summary { font-size: 16px; gap: 14px; }
  .home-page #download.site-section, .inner-page #download.site-section { width: calc(100% - 32px); padding: 36px 8px; margin-block: 32px; border-radius: 20px; }
  #download .download-copy { padding: 28px 20px 30px; border-radius: 16px; }
  #download .download-dialogue { gap: 20px; }
  #download .download-message { padding: 20px 16px; }
  #download .download-message-incoming { max-width: calc(100% - 12px); border-radius: 22px 22px 22px 10px; }
  #download .download-message-outgoing { width: calc(100% - 20px); border-radius: 22px 22px 10px 22px; }
  .home-page #download.site-section h2, .inner-page #download.site-section h2 { font-size: clamp(23px, 6vw, 36px); }
  .home-page #download.site-section p, .inner-page #download.site-section p { font-size: 16px; margin: 0; }
  .home-page #download.site-section .actions, .inner-page #download.site-section .actions { flex-direction: column; align-items: center; gap: 12px; margin-top: 30px; }
  #download.download-finale .button { width: min(220px, 100%); }
}

/* Offset an opaque task window over the backdrop, then crop its right and bottom edges. */
@media (min-width: 801px) and (max-width: 1199px) {
  .benefit-panel { min-height: 480px; padding: 26px; }
  .benefit-window { padding: 24px; }
  .starter-detail, .followup-detail, .preferences-detail { padding: 24px; }
  .source-message p { font-size: 18px; }
  .preference-review { padding: 22px; }
  .wording-pair > span { font-size: 25px; }
  .preference-actions > span { padding-inline: 10px; }
  .benefit-panel.followup-main { height: 480px; }
  .followup-sheet { left: 13%; top: 60px; padding: 28px; }
  .followup-sheet li p { font-size: 18px; }
}
@media (min-width: 801px) and (max-width: 1000px) {
  .meeting-section .benefit-artwork { grid-template-columns: 1.4fr 1fr; }
}
