/* Keep the frame steady. Let the photographs and the daily actions move. */
:root {
  --corner: 6px;
  --stage-corner: 10px;
  --motion-ease: cubic-bezier(.22,.75,.18,1);
  --type-section-title: clamp(27px, 2.6vw, 36px);
}

/* A quieter hierarchy: the question introduces the benefit, rather than competing with it. */
.section h2 {
  font-size: var(--type-section-title);
  line-height: 1.45;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.everyday-copy .eyebrow { margin-bottom: 14px; }
.everyday-question { font-size: 14px; font-weight: 500; letter-spacing: .015em; }
.section .lead { margin-top: 20px; line-height: 1.85; text-wrap: pretty; }
.section-heading { margin-bottom: 36px; }
.section-description, .review-body p { text-wrap: pretty; }
.review h3 { font-size: 21px; min-height: 3.2em; line-height: 1.6; letter-spacing: -.025em; text-wrap: balance; }
.review-body p { font-size: 14px; }

/* Actions have a visible boundary and a comfortable target on every screen. */
:is(.hero-description, .section) .button {
  min-height: 52px; padding: 13px 20px; gap: 14px; font-size: 14px; line-height: 1.5;
}
.button.button-secondary { background: var(--paper); color: var(--wine); border-color: var(--wine); }
.button.button-secondary:hover { background: var(--rose); }
.button > svg { width: 18px; height: 18px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-description .actions { gap: 12px; }
.hero-description .actions .button { flex: 1 1 160px; }
.header-actions .button { min-height: 44px; font-size: 12px; gap: 10px; white-space: nowrap; flex-shrink: 0; }
.menu-button { min-width: 44px; min-height: 44px; }
.viewer-close { min-height: 44px; }
.logo, .desktop-nav a, .header-actions .login, .footer-main nav a { display: inline-flex; align-items: center; min-height: 44px; }
.header-actions .login, .desktop-nav a { font-size: 13px; }
.footer-main nav a { font-size: 12px; }
.device-toggle button, .enlarge, .screen-caption .enlarge { min-height: 44px; font-size: 13px; }
.screen-caption { min-height: 66px; }
.screen-caption > div > span, .screen-caption p { font-size: 12px; }
.screen-disclosure, .owner-caption { font-size: 11px; }

/* Keep the support action aligned with the FAQ heading and easy to scan. */
.faq-contact { margin-top: 26px; }
.faq-contact p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq .contact-button {
  display: flex;
  justify-content: space-between;
  width: min(100%, 260px);
  min-height: 56px;
  margin-top: 14px;
  padding: 14px 22px;
  gap: 28px;
  border-radius: 6px;
  border: 1px solid var(--wine);
  background: var(--wine);
  color: var(--paper);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transform: none;
}
.contact-button > span { white-space: nowrap; }
.faq .contact-button:hover { background: #60191c; border-color: #60191c; transform: none; }
.faq .contact-button:active { background: #501519; }
.faq .contact-button:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
@media (max-width: 680px) {
  .faq .contact-button { width: 100%; max-width: 360px; }
}

/* Lead with the actual scheduling work, then offer a short way to get started. */
.planning { padding-top: 76px; border-bottom: 1px solid var(--rule); }
.planning-preview { padding: 22px; background: var(--grey); border: 1px solid var(--rule); border-radius: var(--corner); }
.planning-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 18px; }
.planning-label { font-size: 12px; color: var(--wine); font-weight: 500; }
.planning-toolbar p { font-size: 14px; font-weight: 500; margin-top: 6px; }
.planning-inspector { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 28px; align-items: center; min-width: 0; }
.planning-sidebar { min-width: 0; }
.planning-choices { display: grid; grid-template-columns: 1fr; gap: 4px; }
.planning-choices button { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; padding: 12px 14px; min-height: 70px; border: 0; border-left: 2px solid transparent; border-radius: 4px; background: transparent; text-align: left; }
.planning-choices button:hover { background: #eceeed; }
.planning-choices button[aria-pressed="true"] { color: var(--wine); background: var(--paper); border-left-color: var(--wine); }
.planning-choice-label { font-size: 18px; font-weight: 600; }
.planning-choice-detail { font-size: 12px; color: var(--muted); line-height: 1.7; }
.planning-choices button:focus-visible, .device-toggle button:focus-visible { outline: 2px solid var(--wine); outline-offset: 3px; }
.planning-detail-stage { min-width: 0; }
.planning-explanation { min-height: 182px; padding: 22px 4px 0; }
.planning-explanation h3 { font-size: 19px; font-weight: 600; line-height: 1.5; letter-spacing: -.02em; }
.planning-explanation p { color: var(--muted); font-size: 13px; line-height: 1.8; margin-top: 8px; max-width: 740px; }
.planning-screen { display: block; width: 100%; height: clamp(240px, calc(100svh - 300px), 460px); padding: 12px; border: 1px solid var(--rule); border-radius: var(--corner); background: var(--paper); cursor: zoom-in; }
.planning-screen .planning-detail { display: block; width: 100%; height: 100%; aspect-ratio: 1160 / 730; stroke: none; }
.planning-highlight { fill: none; stroke: var(--wine); stroke-width: 2; vector-effect: non-scaling-stroke; }
.planning-footnote { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-top: 10px; color: var(--muted); font-size: 10px; line-height: 1.8; }
.planning-footnote > span { flex: none; color: var(--ink); }
.planning-points { list-style: none; padding: 0; margin-top: 32px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.planning-points li { padding-top: 20px; border-top: 1px solid var(--wine); }
.planning-step { font-size: 12px; color: var(--wine); font-weight: 500; }
.planning-points h3 { font-size: 20px; line-height: 1.6; letter-spacing: -.035em; margin-top: 12px; text-wrap: balance; }
.planning-points p { font-size: 14px; line-height: 1.85; color: var(--muted); margin-top: 12px; text-wrap: pretty; }
.start-layout { grid-template-columns: 1.1fr .9fr; gap: 72px; }
.start-actions { width: 100%; max-width: 460px; justify-self: end; border-left: 1px solid #dfcdcb; padding-left: 36px; }
.start-auth-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.start-auth-links .button { width: 100%; min-height: 56px; white-space: nowrap; }
.start-actions > .fine { margin-top: 16px; font-size: 12px; line-height: 1.9; text-align: center; }
.desktop-nav { gap: 12px; flex-shrink: 0; }
.desktop-nav a { min-width: 44px; padding: 12px 10px; justify-content: center; white-space: nowrap; }
.desktop-nav a[aria-current="location"] { color: var(--wine); }
.desktop-nav a[aria-current="location"]::after { transform: scaleX(1); }
.mobile-nav { max-height: calc(100dvh - 80px); overflow-y: auto; overscroll-behavior: contain; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 56px; padding-block: 14px; font-size: 14px; }
.mobile-nav a > span { font-size: 12px; color: var(--muted); font-weight: 400; text-align: right; }
.mobile-nav a[aria-current="location"] { color: var(--wine); }

/* Shared edges and baselines, taken from the earlier Square / Linear studies. */
.photo-window { overflow: hidden; border-radius: var(--corner); background: var(--grey); }
.hero-photo img { border-radius: 0; }
.hero-gallery { position: relative; aspect-ratio: 2.2 / 1; }
.hero-gallery .hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; opacity: 0; transition: opacity 900ms ease; }
.hero-gallery .hero-slide { object-position: 50% 70%; }
.hero-gallery .hero-slide.is-active { opacity: 1; }
.hero-copy h1 { font-size: clamp(32px, 4vw, 56px); }
.hero-description > .hero-benefit:first-child { color: var(--ink); font-size: 19px; font-weight: 500; line-height: 1.75; }
.hero-description .hero-detail { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 14px; }
.hero-description .actions { margin-top: 22px; }
.everyday.section { padding-block: 60px 45px; }
.everyday-photo img { aspect-ratio: 1.8; }
.everyday-layout { gap: 60px; }
.owner .wrap { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.4fr); gap: 64px; align-items: center; }
.owner-story { display: flex; flex-direction: column; align-items: stretch; gap: 30px; }
.owner-photo img { aspect-ratio: 1.9; }
.owner-preview { width: 100%; margin: 0; }
.owner-viewport { height: clamp(320px, 35vw, 460px); display: grid; align-items: stretch; justify-items: stretch; background: #eeefee; border: 1px solid var(--rule); border-radius: var(--corner); padding: 14px; }
.owner-viewport .owner-device { grid-area: 1 / 1; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 0; padding: 0; }
.owner-viewport .owner-device[hidden] { display: none; }
.owner-viewport .desktop-screen { height: 100%; border: 0; border-radius: 2px; }
.owner-viewport .desktop-screen img { display: block; width: 100%; height: 100%; object-fit: contain; }
.owner-phone { display: block; height: 100%; max-width: 100%; aspect-ratio: 390 / 844; padding: 0; border: 4px solid var(--paper); border-radius: 18px; overflow: hidden; background: var(--paper); cursor: zoom-in; box-shadow: 0 0 0 1px var(--rule); }
.owner-phone img { display: block; width: 100%; height: 100%; object-fit: contain; }
.everyday-photo img, .owner-photo img { border-radius: var(--corner); }
.button, .plan, .desktop-screen, .device-toggle, .simple-note { border-radius: var(--corner); }
.demo-stage { border-radius: var(--stage-corner); border: 1px solid #eadbd9; }
.owner-toolbar { padding-bottom: 16px; border-bottom: 1px solid var(--rule); }
.review { display: grid; grid-template-rows: auto 1fr auto; }
.review figcaption { min-height: 67px; align-content: start; }
.review .sample-label { align-self: end; }
.plan { border: 1px solid #eadfdd; }
.plan-for { min-height: 1.85em; }
.faq summary > span { transition: transform 240ms var(--motion-ease); }
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 10px; right: 10px; bottom: 6px; height: 1px;
  background: var(--wine); transform: scaleX(0); transform-origin: left;
  transition: transform 220ms var(--motion-ease);
}
.desktop-nav a:is(:hover, :focus-visible)::after { transform: scaleX(1); }
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--wine); transform-origin: left; transform: scaleX(var(--read-progress, 0));
  pointer-events: none;
}
.button > svg, .task-arrow { transition: transform 250ms var(--motion-ease); }
.button:is(:hover, :focus-visible) > .arrow-next { transform: translateX(2px); }
.button:is(:hover, :focus-visible) > .arrow-down { transform: translateY(2px); }
.task-tab:is(:hover, :focus-visible) .task-arrow { transform: translate(2px, -2px); }
.task-tab { transition: background 220ms, color 220ms; }
.enlarge, .device-toggle button { transition: background 220ms, color 220ms, border-color 220ms; }
.will-reveal { opacity: 0; }

/* A continuous row of Tokyo voices; the native scroller stays usable without motion. */
.review-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -8px 0 24px; min-height: 44px; }
.review-controls > p { font-size: 12px; color: var(--muted); }
.review-window { --review-width: clamp(300px, 31vw, 400px); --review-gap: 32px; overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: auto; scrollbar-width: thin; scrollbar-color: #c9aaa9 transparent; padding-bottom: 20px; }
.review-window.is-looping { scrollbar-width: none; }
.review-window.is-looping::-webkit-scrollbar { display: none; }
.review-track { display: flex; gap: var(--review-gap); width: max-content; }
.review-list { display: flex; gap: var(--review-gap); list-style: none; padding: 0; margin: 0; }
.review-list > li { width: var(--review-width); flex: none; }
.review-list .review { height: 100%; }
.review-clone { display: none; }
.is-looping .review-clone { display: flex; }

/* The three real screens follow the visitor’s scroll position. */
.demo-controls { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 44px; }
.demo-controls > p { font-size: 12px; font-weight: 500; }
.demo-progress { display: flex; gap: 7px; margin: 14px 0 26px; }
.demo-progress > span { flex: 1; height: 2px; background: #e5d6d4; overflow: hidden; }
.demo-progress i { display: block; width: 100%; height: 100%; background: var(--wine); transform: scaleX(0); transform-origin: left; }
.demo-progress .is-current i, .demo-progress .is-complete i { transform: scaleX(1); }

/* Useful reading sits after the offer; article manuscripts build these native links. */
.articles { border-bottom: 1px solid var(--rule); }
.articles-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 76px; align-items: start; }
.articles-heading .lead { font-size: 14px; }
.article-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--wine); }
.article-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--rule); }
.article-link > div { min-width: 0; }
.article-category { font-size: 12px; color: var(--wine); }
.title-phrase { display: inline-block; max-width: 100%; }
.article-link h3 { font-size: 19px; margin-top: 7px; line-height: 1.65; text-wrap: balance; }
.article-link p { margin-top: 8px; font-size: 13px; line-height: 1.85; color: var(--muted); }
.article-link > svg { color: var(--wine); width: 22px; height: 22px; }
.article-link:hover h3 { color: var(--wine); text-decoration: underline; text-underline-offset: 5px; }
.article-header-actions { display: flex; gap: 28px; align-items: center; }
.article-header-actions > a { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; }
.article-shell { width: min(760px, calc(100% - 48px)); margin: 0 auto; }
.article-breadcrumb { display: flex; gap: 15px; align-items: center; font-size: 13px; padding-top: 18px; color: var(--muted); }
.article-breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; }
.article-intro { padding: 38px 0 30px; }
.article-intro h1 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.6; letter-spacing: -.025em; text-wrap: balance; }
.article-lead { margin-top: 24px; font-size: 16px; line-height: 2; color: var(--muted); }
.article-toc { border-block: 1px solid var(--rule); padding: 22px 0; }
.article-toc > p { color: var(--wine); font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.article-toc ul { list-style: none; margin: 0; padding: 0; }
.article-toc a { display: flex; align-items: center; min-height: 44px; font-size: 15px; }
.article-toc a:hover, .article-breadcrumb a:hover, .article-header-back:hover { color: var(--wine); text-decoration: underline; text-underline-offset: 4px; }
.article-screen { margin: 36px 0 44px; padding: 26px; background: var(--grey); border: 1px solid var(--rule); border-radius: var(--corner); }
.article-screen img { width: auto; max-width: 100%; max-height: 440px; margin-inline: auto; object-fit: contain; }
.article-screen a { display: block; }
.article-screen figcaption { margin-top: 20px; color: var(--muted); font-size: 12px; text-align: center; }
.article-body section { margin: 42px 0; scroll-margin-top: 108px; }
.article-body h2 { font-size: 24px; line-height: 1.65; letter-spacing: -.02em; margin-bottom: 18px; }
.article-body p { font-size: 16px; line-height: 2; }
.article-body p + p { margin-top: 18px; }
.article-next { padding: 28px; background: var(--rose); border-radius: var(--corner); margin-top: 48px; }
.article-next > p:first-child { font-size: 18px; font-weight: 600; margin-bottom: 18px; }
.article-next .fine { margin-top: 14px; }
.article-related { margin-top: 52px; padding-bottom: 45px; }
.article-related h2 { font-size: 22px; }
.article-related ul { margin: 20px 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.article-related li a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--rule); min-height: 56px; font-size: 15px; }
.article-related li a:hover, .article-return:hover { color: var(--wine); }
.article-return { display: inline-flex; align-items: center; min-height: 44px; color: var(--wine); font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.article-demo-note { margin-top: 24px; }
.articles-more { margin-top: 28px; min-width: 220px; justify-content: space-between; }
.article-byline { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 12px; line-height: 1.8; color: var(--muted); }
.article-link .article-byline { margin-top: 14px; font-size: 12px; }
.article-byline time { font-variant-numeric: tabular-nums; }
.article-intro .article-byline { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--rule); }
.article-author { display: flex; align-items: center; gap: 18px; padding: 24px 0; border-block: 1px solid var(--rule); margin-top: 48px; }
.article-author img { border-radius: 9px; }
.article-author p { color: var(--muted); font-size: 12px; margin-bottom: 4px; }
.article-author strong { font-size: 17px; font-weight: 600; }

/* The journal uses the app screens as covers, with a stable reading grid. */
.journal-shell { padding-bottom: 64px; }
.journal-intro { display: grid; grid-template-columns: 1.3fr 1fr; align-items: end; gap: 48px; padding: 52px 0 48px; border-bottom: 2px solid var(--wine); }
.journal-intro h1 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.5; letter-spacing: -.035em; }
.journal-intro > p { max-width: 460px; font-size: 15px; color: var(--muted); line-height: 1.9; }
.journal-mobile-break { display: none; }
.journal-list-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 32px 0 24px; }
.journal-list-heading h2 { font-size: 18px; letter-spacing: 0; }
.journal-list-heading > p { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 28px; padding: 0; margin: 0; list-style: none; }
.journal-grid > li { min-width: 0; }
.journal-card { height: 100%; border: 1px solid var(--rule); border-radius: 8px; background: var(--paper); }
.journal-card > a { display: flex; height: 100%; flex-direction: column; border-radius: inherit; }
.journal-cover { display: flex; align-items: flex-start; justify-content: center; padding: 24px 30px 0; height: 218px; overflow: hidden; background: var(--rose); border-radius: 7px 7px 0 0; border-bottom: 1px solid var(--rule); }
.journal-cover img { width: 154px; height: auto; border: 1px solid var(--rule); border-radius: 10px 10px 0 0; box-shadow: 0 8px 24px #7a1f2310; }
.journal-cover-desktop { align-items: center; padding: 22px; background: var(--grey); }
.journal-cover-desktop img { width: 100%; border-radius: 4px; }
.journal-card-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.journal-card h2 { font-size: 20px; line-height: 1.65; margin: 10px 0 14px; letter-spacing: -.025em; overflow-wrap: break-word; text-wrap: balance; }
.journal-description { color: var(--muted); font-size: 13px; line-height: 1.85; margin-bottom: 22px; text-wrap: pretty; }
.journal-card .article-byline { margin-top: auto; gap: 4px 12px; font-size: 12px; }
.journal-read { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--rule); color: var(--wine); font-size: 13px; font-weight: 600; }
.journal-read svg { width: 20px; height: 20px; }
.journal-card a:hover h2 { color: var(--wine); text-decoration: underline; text-underline-offset: 5px; }
.journal-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding-top: 40px; font-size: 14px; color: var(--wine); }
.journal-pagination > a { display: inline-flex; align-items: center; min-height: 48px; padding: 10px 18px; border: 1px solid var(--rule); border-radius: 6px; justify-self: start; }
.journal-pagination > a:last-child { justify-self: end; }
.journal-pagination a:hover { background: var(--rose); border-color: var(--wine); }
.journal-return { margin-top: 40px; }
@media (min-width: 681px) and (max-width: 1100px) {
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journal-intro { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 680px) {
  .journal-intro { display: block; padding: 28px 0; }
  .journal-intro > p { margin-top: 18px; font-size: 14px; }
  .journal-intro h1 { font-size: 32px; }
  .journal-mobile-break { display: inline; }
  .journal-list-heading { gap: 8px; margin-top: 24px; }
  .journal-list-heading > p span { display: none; }
  .journal-grid { grid-template-columns: 1fr; gap: 24px; }
  .journal-cover { height: 200px; }
  .journal-card-copy { padding: 20px; }
  .journal-card h2 { font-size: 19px; }
  .journal-pagination { gap: 8px; font-size: 12px; }
  .journal-pagination > a { padding: 10px; }
  .articles-more { width: 100%; }
}

@media (min-width: 941px) {
  .how-layout { align-items: center; }
  .task-copy { padding-top: 0; }
  .task-tab { min-height: 132px; }
}
@media (min-width: 1100px) {
  .hero { display: grid; grid-template-columns: 1.18fr 1fr; column-gap: 52px; row-gap: 20px; align-items: center; padding-top: 30px; }
  .hero-photo, .hero-copy { min-width: 0; }
  .hero-gallery { height: clamp(390px, 48vh, 480px); aspect-ratio: auto; }
  .hero-gallery .hero-slide { object-position: 50% 45%; }

  .hero-copy { display: block; padding: 0 0 46px; }
  .hero-copy h1 { font-size: clamp(34px, 3.15vw, 46px); line-height: 1.5; }
  .hero-copy .eyebrow { margin-bottom: 18px; }
  .hero-description { padding-top: 24px; }
  .hero-description .actions .button { flex-basis: 140px; }
  .at-a-glance { grid-column: 1 / -1; }
}
@media (min-width: 681px) and (max-width: 1099px) {
  .hero-copy { padding-block: 24px 30px; }
  .hero-description { padding-top: 0; }
  .hero-copy h1 { font-size: clamp(30px, 4vw, 40px); }
  .hero-description > .hero-benefit:first-child { font-size: 17px; }
  .hero-description .hero-detail { font-size: 13px; margin-top: 8px; }
}
@media (min-width: 681px) and (max-width: 940px) {
  .demo-controls { flex-wrap: wrap; gap: 5px; }
  .demo-controls > p { width: 100%; }
}
@media (max-width: 940px) {
  .planning-inspector { grid-template-columns: 200px minmax(0,1fr); gap: 20px; }
  .planning-footnote { display: block; }
  .articles-layout { gap: 36px; grid-template-columns: .8fr 1.2fr; }
  .owner .wrap { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; }
  .owner-photo img { aspect-ratio: 1.5; }
  .start-layout { grid-template-columns: 1fr 1fr; gap: 28px; }
  .start-actions { padding-left: 24px; }
  .start-auth-links .button { padding-inline: 10px; gap: 8px; }
  .hero-description .actions .button { flex-basis: 100%; }
  .planning { padding-top: 56px; }
  .planning-points { gap: 20px; }
  .planning-points h3 { font-size: 18px; }
  .planning-points p { font-size: 13px; }
}
@media (max-width: 680px) {
  .articles-layout { display: block; }
  .articles-heading { margin-bottom: 28px; }
  .article-link { padding-block: 20px; gap: 16px; }
  .article-link h3 { font-size: 18px; }
  .article-header-actions .article-header-back { display: none; }
  .article-header-actions .button { min-height: 44px; font-size: 12px; gap: 10px; }
  .article-shell { width: calc(100% - 40px); }
  .article-intro { padding-top: 22px; }
  .article-intro h1 { font-size: clamp(24px, 7vw, 28px); }
  .article-lead, .article-body p { font-size: 15px; }
  .article-body h2 { font-size: 22px; }
  .article-screen { padding: 16px; }
  .article-screen figcaption { text-align: left; }
  .hero-copy { padding-block: 20px 25px; }
  .hero-copy .eyebrow { margin-bottom: 10px; }
  .hero-description { padding-top: 15px; }
  .hero-description > .hero-benefit:first-child { font-size: 17px; line-height: 1.7; }
  .hero-description .hero-benefit br { display: none; }
  .hero-description .hero-detail { margin-top: 10px; font-size: 13px; }
  .hero-description .hero-detail br { display: none; }
  .hero-description .actions { flex-wrap: nowrap; gap: 10px; margin-top: 18px; }
  .hero-description .actions .button { flex: 1 1 0; min-width: 0; padding-inline: 10px; gap: 8px; font-size: 13px; }
  .planning-inspector { display: block; }
  .planning-choices { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; border-bottom: 1px solid var(--rule); }
  .planning-choices button { min-height: 48px; padding: 10px 5px; align-items: center; justify-content: center; border-left: 0; border-bottom: 2px solid transparent; border-radius: 4px 4px 0 0; }
  .planning-choices button[aria-pressed="true"] { border-bottom-color: var(--wine); }
  .planning-choice-label { font-size: 14px; white-space: nowrap; }
  .planning-explanation { min-height: 138px; padding: 16px 0; }
  .planning-explanation h3 { font-size: 18px; }
  .planning-explanation p { font-size: 13px; }
  .planning-screen { height: auto; padding: 6px; }
  .planning-screen .planning-detail { height: auto; }
  .planning-footnote { display: block; font-size: 10px; }
  .planning-footnote p { margin-top: 4px; }
  .planning-choice-detail { display: none; }
  .planning-points { gap: 22px; }
  .everyday.section { padding-block: 42px; }
  .everyday-layout { gap: 24px; }
  .everyday-photo img { aspect-ratio: 1.7; }
  .owner .wrap { display: block; }
  .owner-story { gap: 22px; }
  .owner-photo img { aspect-ratio: 2; }
  .owner-preview { margin-top: 24px; }
  .owner-viewport { height: clamp(280px, 86vw, 420px); padding: 12px; }
  .hero-gallery { aspect-ratio: 4 / 3; height: auto; max-height: 320px; }
  .hero-photo figcaption { flex-wrap: wrap; gap: 6px 12px; }
  .hero-copy h1 { font-size: clamp(32px, 8.8vw, 42px); }
  .header-actions .login { display: none; }
  .planning-preview { padding: 16px; }
  .planning-toolbar { display: flex; gap: 12px; margin-bottom: 16px; }
  .planning-toolbar p { font-size: 13px; }
  .planning-toolbar .enlarge { flex: none; min-height: 44px; margin: 0; padding-inline: 10px; font-size: 11px; gap: 7px; }
  .planning-points { grid-template-columns: 1fr; gap: 22px; margin-top: 26px; }
  .planning-points h3 { font-size: 20px; margin-top: 8px; }
  .planning-points p { font-size: 14px; margin-top: 8px; }
  .start-actions { max-width: none; margin-top: 28px; padding: 24px 0 0; border-left: 0; border-top: 1px solid #dfcdcb; }
  .start-auth-links .button { min-height: 52px; padding-inline: 12px; gap: 10px; }
  .hero-description .fine, .pricing-action .fine, .footer-meta, .demo-disclosure { font-size: 11px; }
  .section-heading { margin-bottom: 26px; }
  .section .lead { margin-top: 18px; }
  .everyday-question { font-size: 13px; }
  .review h3 { font-size: 20px; }
  .review-window { --review-width: min(350px, calc(100vw - 72px)); --review-gap: 24px; }
  .review-controls { margin-top: -4px; gap: 12px; }
  .review-controls > p { max-width: 150px; line-height: 1.7; }
    .demo-controls { gap: 10px; }
  .demo-controls > p { font-size: 11px; }
    .demo-progress { margin: 12px 0 24px; }
  .owner-toolbar { padding-bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .will-reveal { opacity: 1; }
  .demo-progress i { animation: none !important; }
  .site-header::after { display: none; }
  .button > svg, .task-arrow { transform: none !important; }
  .review-window .review-clone { display: none; }
}
@media print {
  .will-reveal { opacity: 1; }
  .demo-controls, .demo-progress, .site-header::after { display: none; }
  .review-controls, .review-window .review-clone { display: none; }
  .review-window { overflow: visible; padding-bottom: 0; }
  .review-track { display: block; width: auto; }
  .review-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .review-list > li { width: auto; }
  .hero-gallery .hero-slide:not(:first-child) { display: none; }
  .hero-gallery .hero-slide:first-child { opacity: 1; }
}

/* A native page scroll drives the story; wheel and touch input are never intercepted. */
.how-notes { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 40px; margin-top: 32px; padding: 26px 30px; background: var(--grey); border: 1px solid var(--rule); border-radius: var(--corner); }
.brand-note-label { color: var(--wine); font-size: 12px; font-weight: 500; }
.brand-note h3 { font-size: 20px; font-weight: 500; line-height: 1.65; margin-top: 6px; }
.brand-note p { color: var(--muted); font-size: 13px; line-height: 1.8; margin-top: 8px; }
.how-notes .screen-disclosure { border-left: 1px solid var(--rule); padding-left: 30px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.is-scroll-story { height: calc(var(--story-height) + var(--story-travel)); }
.is-scroll-story .how-layout { position: sticky; top: var(--story-top); height: var(--story-height); align-items: center; }
.is-scroll-story .demo-stage { height: 100%; padding: 20px 24px 12px; display: flex; flex-direction: column; min-width: 0; }
.is-scroll-story .demo-controls { min-height: 28px; flex-shrink: 0; }
.is-scroll-story .demo-progress { margin: 10px 0 18px; flex-shrink: 0; }
.is-scroll-story .screen-panel:not([hidden]) { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.is-scroll-story .phone { width: auto; height: calc(var(--story-height) - 155px); max-width: 100%; aspect-ratio: 402 / 856; flex-shrink: 1; }
.is-scroll-story .phone img { height: 100%; width: 100%; object-fit: contain; }
.is-scroll-story .screen-caption { margin-top: auto; min-height: 64px; padding-top: 12px; flex-shrink: 0; }
.is-scroll-story .task-tab { min-height: 110px; }
@media (max-width: 680px) {
  .how-notes { grid-template-columns: 1fr; gap: 20px; padding: 22px 20px; margin-top: 24px; }
  .brand-note h3 { font-size: 19px; }
  .how-notes .screen-disclosure { border-left: 0; border-top: 1px solid var(--rule); padding: 16px 0 0; font-size: 11px; }
  .is-scroll-story .how-layout { gap: 12px; }
  .is-scroll-story .task-copy { flex-shrink: 0; width: 100%; }
  .is-scroll-story .task-tab { min-height: 76px; padding-block: 9px; }
  .is-scroll-story .demo-stage { flex: 1; width: 100%; min-height: 0; padding: 10px 16px 8px; }
  .is-scroll-story .demo-controls { min-height: 20px; }
  .is-scroll-story .demo-progress { margin: 7px 0 12px; }
  .is-scroll-story .phone { height: calc(var(--story-height) - 225px); }
  .is-scroll-story .screen-caption { min-height: 58px; padding-top: 8px; }
}
@media print {
  .is-scroll-story { height: auto; }
  .is-scroll-story .how-layout { position: static; height: auto; }
  .is-scroll-story .demo-stage { height: auto; display: block; }
  .is-scroll-story .phone { height: auto; width: 220px; }
}

/* Compact laptop and phone viewports retain the whole planning preview. */
@media (min-width: 681px) and (max-height: 700px) {
  .planning-choices button { min-height: 52px; padding-block: 10px; }
  .planning-choice-detail { display: none; }
  .planning-explanation { min-height: 174px; padding-top: 18px; }
  .planning-explanation h3 { font-size: 18px; }
}
@media (max-width: 680px) and (max-height: 700px) {
  .planning-preview { padding: 12px; }
  .planning-toolbar { margin-bottom: 12px; }
  .planning-toolbar p { display: none; }
  .planning-explanation { min-height: 100px; padding-block: 14px; }
  .planning-explanation h3 { display: none; }
  .planning-explanation p { margin-top: 0; font-size: 13px; }
}

/* Keep the laptop complete in the owner story photo. */
.owner-photo img { aspect-ratio: 16 / 10; object-fit: cover; object-position: 50% 50%; }

/* Approved SGO articles use the same typography and archive as the existing journal. */
.article-intro h1 > .title-phrase { white-space: normal; overflow-wrap: anywhere; }
.article-approved-body { white-space: pre-wrap; overflow-wrap: anywhere; line-height: 2; font-size: 17px; }
.article-sources { overflow-wrap: anywhere; }
.article-sources a { text-decoration: underline; text-underline-offset: 4px; }
.article-cover { margin: 12px 0 36px; }
.article-cover img { width: 100%; height: auto; border-radius: var(--corner); }
.article-cover figcaption { font-size: 12px; color: var(--muted); margin-top: 10px; }
.journal-cover-photo { padding: 0; }
.journal-cover-photo img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
@media (max-width: 620px) { .article-approved-body { font-size: 15px; } }
