/* PicLoom: an ink-blue album, warm paper, and moments worth keeping. */
@font-face {
  font-family: "PicLoom Hand";
  src: url("../fonts/picloom-hand-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "PicLoom Hand SC";
  src: url("../fonts/picloom-hand-sc.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
.showcase { --paper: #f5efdf; --ink: #373b3c; --warm: #f1c58b; overflow: clip; }
@font-face {
  font-family: "PicLoom Hand JP";
  src: url("../fonts/picloom-hand-jp.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "PicLoom Hand KR";
  src: url("../fonts/picloom-hand-kr.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "PicLoom Hand TC";
  src: url("../fonts/picloom-hand-tc.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
.showcase [hidden] { display: none !important; }
.showcase .section { position: relative; padding-block: 104px; scroll-margin-top: 80px; }
.showcase h1, .showcase h2 { letter-spacing: -.035em; text-wrap: balance; }
.showcase h1 { font-size: clamp(36px, 4.8vw, 62px); line-height: 1.16; font-weight: 650; }
.showcase h2 { font-size: clamp(30px, 3.5vw, 44px); line-height: 1.2; font-weight: 600; }
.showcase h2 em { color: #b0c9e8; font-family: Georgia, "Songti SC", serif; font-weight: 400; }
:is(:lang(zh), :lang(ja), :lang(ko), :lang(yue)) .showcase :is(h1, h2) { letter-spacing: .025em; line-height: 1.4; }
:is(:lang(zh), :lang(ja), :lang(ko), :lang(yue)) .showcase h2 em { font-style: normal; }
:lang(ko) { word-break: keep-all; overflow-wrap: anywhere; }
.showcase .lead { font-size: 17px; line-height: 1.85; max-width: 510px; }
.showcase button { font-family: inherit; }
.showcase button, .showcase a { -webkit-tap-highlight-color: transparent; }
.showcase :is(button, a, summary):focus-visible { outline: 2px solid #a7cfff; outline-offset: 5px; }
.showcase button:disabled { cursor: default; }
.showcase .eyebrow { font-size: 12px; letter-spacing: .1em; margin-bottom: 22px; }
.chapter-number { font-variant-numeric: tabular-nums; opacity: .65; margin-right: 14px; }
.supporting-copy { color: var(--muted); font-size: 14px; line-height: 1.9; max-width: 530px; }
.sample-note, .illustration-note { color: #8696a8; font-size: 11px; line-height: 1.6; }
.illustration-note { text-align: center; margin: 10px 0 0; }
.interaction-hint { color: #b9c6d3; font-size: 12px; line-height: 1.7; margin: 17px 0 4px; }
.interaction-hint > span { color: var(--warm); font-size: 18px; margin-right: 6px; }
.feature-notes { list-style: none; margin: 27px 0; padding: 0; color: #b1becc; font-size: 14px; display: grid; gap: 17px; }
.feature-notes li { position: relative; padding-left: 19px; }
.feature-notes li::before { content: ""; position: absolute; left: 0; top: .7em; width: 5px; height: 5px; border-radius: 50%; background: #83adcf; }
.handwritten { font-family: "PicLoom Hand", "Kaiti SC", cursive; font-weight: 500; }
:lang(zh) .handwritten { font-family: "PicLoom Hand SC", "Kaiti SC", "STKaiti", cursive; font-weight: 400; }
:lang(ja) .handwritten { font-family: "PicLoom Hand JP", cursive; font-weight: 400; }
:lang(ko) .handwritten { font-family: "PicLoom Hand KR", cursive; font-weight: 400; }
:lang(yue) .handwritten { font-family: "PicLoom Hand TC", "Kaiti TC", cursive; font-weight: 400; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.anchor-alias { position: absolute; top: 0; scroll-margin-top: 80px; }

/* Review: the card is an invitation, not an autoplaying decision. */
.showcase .hero-showcase { padding-top: 66px; padding-bottom: 50px; }
.review-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); grid-template-areas: "copy demo" "after demo"; gap: 0 90px; align-items: center; }
.review-copy { grid-area: copy; align-self: end; }
.review-copy .lead { margin-top: 25px; }
.review-after { grid-area: after; align-self: start; }
.review-after .hero-ctas { margin-top: 24px; }
.review-playground { grid-area: demo; width: 100%; max-width: 354px; margin-inline: auto; text-align: center; }
.aside-note { font-size: 25px; color: var(--warm); margin: 18px 0 22px; }
:is(:lang(zh), :lang(ja), :lang(yue)) .aside-note { font-size: 19px; }
.choice-bar { display: flex; flex-wrap: wrap; gap: 5px; justify-content: center; padding: 5px; margin: 20px auto 0; width: fit-content; max-width: 100%; border: 1px solid var(--line); border-radius: 14px; background: #0d1723; }
.choice-bar button { border: 0; background: transparent; color: #a3b2c4; border-radius: 9px; padding: 10px 16px; min-height: 44px; font-size: 13px; cursor: pointer; }
.choice-bar button[aria-pressed="true"] { background: #25394e; color: #edf5ff; }
.mode-choice { margin: 0 auto 15px; width: 100%; flex-wrap: nowrap; }
.mode-choice button { flex: 1; padding-inline: 7px; }
.mode-choice button[data-review-mode="stroll"][aria-pressed="true"] { background: #503923; color: #f7d4a4; }
.review-window { --review-panel: #142c42; --review-accent: #9acaed; border: 1px solid #36546c; border-radius: 27px; background: #0b1622; padding: 21px 17px 0; box-shadow: 0 24px 70px #0005; text-align: left; }
.review-window[data-mode="stroll"] { --review-panel: #3d2a19; --review-accent: #f3bc78; background: #23180f; border-color: #6d5134; }
.review-window-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px; padding-inline: 3px; }
.review-window-head > strong { font-size: 22px; color: #fff2e2; }
.review-mode-label { font-size: 11px; color: var(--review-accent); border: 1px solid #ffffff20; padding: 3px 8px; border-radius: 20px; }
.review-mode-note { font-size: 12px; color: #c7b29e; margin: 6px 3px 19px; }
.review-card-area { height: 306px; }
.review-window .swipe-card { border-radius: 15px; border-color: #fbefd62e; background: var(--review-panel); }
.review-window .swipe-card.under { filter: brightness(.7); transform: translateY(9px) scale(.95); }
.review-window .photo { min-height: 0; overflow: hidden; }
.review-window .photo img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.review-window .meta { flex-direction: column; align-items: flex-start; gap: 2px; padding: 11px 14px; color: #c3cbd5; background: var(--review-panel); }
.review-window .meta b { color: #f4eee6; font-size: 13px; font-weight: 500; }
.review-window .meta span { font-size: 10px; letter-spacing: .1em; font-variant-numeric: tabular-nums; }
.review-window .stamp { font-size: 13px; border-width: 2px; letter-spacing: .02em; }
.review-window .demo-actions { gap: 24px; padding-top: 13px; padding-bottom: 12px; }
.review-action { display: flex; flex-direction: column; align-items: center; gap: 4px; background: none; border: 0; color: #d0c7bc; padding: 0; cursor: pointer; font-size: 10px; min-width: 53px; }
.review-action .round-btn { display: grid; place-items: center; width: 47px; height: 47px; background: #ffffff06; border-color: #ffffff20; font-size: 23px; }
.review-action .round-btn.del { color: #ff8680; border-color: #ff868060; }
.review-action .round-btn.keep { color: #64dca2; border-color: #64dca260; }
.review-action:disabled { opacity: .35; }
.review-window .demo-stats { border-top: 1px solid #ffffff0d; padding: 12px 2px 14px; font-size: 11px; color: #c4b6a8; }
.review-window .demo-stats b { color: var(--review-accent); padding-left: 4px; }
.chapter-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; padding-block: 26px; }
.chapter-nav a { display: flex; align-items: center; gap: 13px; border-block: 1px solid #ffffff18; padding-block: 14px; color: #d4e1ef; font-size: 13px; }
.chapter-nav small { color: #70849c; }
.chapter-nav a > span { margin-left: auto; color: #8fb4df; }
.showcase .feature-intro { padding-bottom: 24px; }
.feature-intro h1 { max-width: 850px; }
.feature-intro .crumbs { margin-bottom: 35px; }

/* Calendar uses the tested pop geometry and holds its natural layout. */
.showcase .calendar-showcase { border-bottom: 1px solid #ffffff10; }
.showcase .calendar-stage { background: #111d2a; border-color: #314356; box-shadow: 0 25px 70px #0004; }
.showcase .calendar-copy h2 { font-size: clamp(30px, 3.3vw, 44px); }
.showcase .calendar-steps { color: #b0bfd0; }
.showcase .calendar-fan-scrim { background: transparent; backdrop-filter: none; }
.showcase .calendar-gallery { background: #122132; }
.calendar-story-link { display: block; margin: 0 0 22px; padding: 13px 16px; border: 1px solid #a8bed438; border-radius: 12px; font-size: 14px; }
.showcase .calendar-gallery video { object-fit: contain; }

/* Story: a real paper composition, never a stretched screenshot. */
.story-showcase { background: #182321; }
.story-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 84px; }
.story-copy h2 em { color: #d1dac8; }
.story-copy .eyebrow { color: #a9c3ae; }
.journal-showcase { min-width: 0; }
.journal-stack { position: relative; isolation: isolate; }
.journal-stack::before, .journal-stack::after { content: ""; position: absolute; inset: 8px -7px -3px 6px; background: #dbd5c6; border-radius: 4px; transform: rotate(2.2deg); z-index: -1; box-shadow: 0 10px 18px #0002; }
.journal-stack::after { inset: 5px -1px -4px 2px; transform: rotate(-1.2deg); background: #ebe4d4; }
.journal-page { padding: 29px 31px 20px; border-radius: 3px; background: var(--paper); color: var(--ink); box-shadow: 0 15px 45px #0003; }
.journal-date { display: flex; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: .08em; color: #6a6f65; border-bottom: 1px solid #454e4425; padding-bottom: 12px; margin-bottom: 24px; }
.journal-date > span { font-size: 20px; }
.journal-photo { position: relative; width: 82%; margin: 0 auto 25px; padding: 8px 8px 4px; background: #fffdf6; transform: rotate(-3deg); box-shadow: 0 3px 9px #263c382e; }
.journal-photo::before { content: ""; position: absolute; top: -12px; left: 34%; width: 36%; height: 26px; background: #c7b38977; transform: rotate(3deg); z-index: 1; }
.journal-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; }
.journal-photo figcaption { margin: 7px 2px 3px; text-align: center; color: #727965; font-size: 18px; line-height: 1.2; }
:is(:lang(zh), :lang(ja), :lang(yue)) .journal-photo figcaption { font-size: 14px; line-height: 1.6; }
.journal-page h3 { font-size: 29px; line-height: 1.15; margin-bottom: 13px; color: #384d43; font-weight: 500; }
:is(:lang(zh), :lang(ja), :lang(yue)) .journal-page h3 { font-size: 25px; font-weight: 400; line-height: 1.5; }
.journal-writing { font-size: 24px; line-height: 1.45; min-height: 155px; }
.journal-writing p { margin: 0 0 8px; }
:is(:lang(zh), :lang(ja), :lang(yue)) .journal-writing { font-size: 20px; line-height: 1.8; min-height: 164px; }
.journal-end { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #454e4425; padding-top: 14px; margin-top: 18px; font-size: 9px; color: #767769; }
.journal-controls { display: flex; align-items: center; justify-content: center; gap: 17px; margin-top: 26px; }
.journal-controls .interaction-hint { max-width: 130px; margin: 0; }
.journal-dates { display: flex; gap: 7px; }
.journal-dates button { background: #ffffff06; border: 1px solid #c0cbb431; border-radius: 8px; color: #aabcb5; width: 44px; min-height: 50px; padding: 5px 8px; cursor: pointer; }
.journal-dates button span { display: block; font-size: 9px; line-height: 1.2; }
.journal-dates button strong { font-size: 19px; font-weight: 500; }
.journal-dates button[aria-pressed="true"] { color: #253b2d; background: #d3dbc5; border-color: #d3dbc5; }

/* Footprints: a keepsake to pick up, plus a few honest sample numbers. */
.footprints-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 110px; }
.footprints-stage { max-width: 420px; min-width: 0; text-align: center; border: 1px solid #344253; background: linear-gradient(155deg, #202f40, #101a26 72%); padding: 28px 32px 24px; border-radius: 25px; }
.footprints-summary { display: grid; grid-template-columns: 1fr 1fr; text-align: left; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid #ffffff14; }
.footprints-summary strong { display: block; color: #e6eef5; font-size: 27px; font-weight: 500; letter-spacing: -.04em; }
.footprints-summary span { color: #9aadbf; display: block; font-size: 11px; }
.week-rhythm { margin-top: 19px; text-align: left; }
.week-rhythm > span { color: #a3b6c7; font-size: 10px; }
.week-dots { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-top: 12px; text-align: center; }
.week-dots i { display: grid; place-items: center; margin: 0 auto; width: 19px; height: 19px; border: 1px solid #68829855; border-radius: 50%; color: #1b354c; font-size: 11px; font-style: normal; }
.week-dots i.reviewed { background: #a6c2da; border-color: #a6c2da; }
.week-dots small { display: block; font-size: 9px; color: #8196ac; margin-top: 5px; }
.badge-turn { display: block; width: min(245px, 100%); aspect-ratio: 1; border: 0; padding: 0; margin: 34px auto 24px; background: transparent; perspective: 900px; cursor: grab; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.badge-turn:active { cursor: grabbing; }
.badge-object { position: relative; display: block; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform 450ms cubic-bezier(.2, .7, .2, 1); }
.badge-front, .badge-back { position: absolute; inset: 0; display: flex; backface-visibility: hidden; -webkit-backface-visibility: hidden; border-radius: 29%; filter: drop-shadow(0 13px 16px #0005); }
.badge-front img { width: 100%; height: auto; object-fit: contain; pointer-events: none; }
.badge-back { flex-direction: column; justify-content: center; align-items: center; padding: 20px; transform: rotateY(180deg); border: 2px solid #f9e4b9; outline: 1px solid #b59356; background: repeating-linear-gradient(115deg, #ffecc308 0px, #ae90470c 1px, transparent 2px, transparent 5px), linear-gradient(140deg, #fff4dc, #e5ce9f 48%, #b59457); color: #725525; box-shadow: inset 0 0 0 6px #f5e6c577, inset 0 0 0 7px #b1935455; text-align: center; text-shadow: 0 1px #fffc; }
.badge-back-mark { font-family: Georgia, serif; font-size: 29px; letter-spacing: .12em; color: #876833; margin-bottom: 12px; }
.badge-back strong { font-size: 15px; line-height: 1.4; }
.badge-back > span:not(.badge-back-mark, .badge-back-line) { font-size: 11px; margin-top: 6px; }
.badge-back-line { width: 34%; height: 1px; background: #85663155; margin: 15px 0 10px; }
.badge-back small { font-size: 9px; max-width: 140px; }
.badge-description > strong { display: block; font-size: 17px; font-weight: 500; color: #ebd3a8; }
.badge-description > span { display: block; color: #a2b0bf; font-size: 11px; margin-top: 4px; }
.text-button { color: #b0d1f2; border: 0; border-bottom: 1px solid #b0d1f240; background: none; font-size: 12px; min-height: 44px; padding: 8px; cursor: pointer; }
.badge-flip { margin-top: 8px; }
.footprints-stage .interaction-hint { font-size: 11px; margin-top: 7px; }
.badge-fact { color: #d6be96; border-left: 1px solid #b39361; padding-left: 18px; margin-top: 34px; font-size: 14px; }
.badge-fact > span { color: #8395a9; font-size: 11px; }

/* Moving pictures and a compact, fully localized widget. */
.media-showcase { border-block: 1px solid #ffffff10; background: #111b28; }
.media-layout, .widget-layout, .pro-layout, .language-layout, .privacy-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.media-types { display: grid; gap: 17px; margin-top: 25px; }
.media-types > div { display: grid; grid-template-columns: 100px 1fr; gap: 14px; border-top: 1px solid #ffffff10; padding-top: 13px; font-size: 13px; }
.media-types dt { color: #d3e1f2; }
.media-types dd { margin: 0; color: #95a9be; }
.motion-photo { margin: 0; transform: rotate(2deg); }
.motion-photo-frame { padding: 9px; background: #d8e0df; box-shadow: 0 15px 50px #0005; border-radius: 3px; }
.motion-photo video { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: #0b1622; }
.motion-photo figcaption { margin-top: 18px; transform: rotate(-2deg); font-size: 11px; color: #8fa4ba; }
.motion-photo figcaption p { font-size: 13px; margin-top: 8px; color: #adbfd0; }
.widget-showcase h2 { font-size: 31px; }
.widget-showcase .lead { font-size: 15px; }
.widget-sample { background: linear-gradient(130deg, #213c54, #162b40); border: 1px solid #45657e; border-radius: 25px; min-height: 190px; padding: 18px; display: grid; grid-template-columns: 35% 1fr; align-items: center; gap: 20px; box-shadow: 0 20px 55px #0003; }
.widget-sample > img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 15px; }
.widget-sample > div > span { display: block; font-size: 10px; color: #8aa8c4; margin-bottom: 11px; }
.widget-sample strong { font-size: 16px; font-weight: 500; line-height: 1.5; }
.widget-sample p { font-size: 12px; color: #aec1d2; margin: 7px 0 0; line-height: 1.6; }
.widget-symbol { font-size: 49px; color: #a0d1f6; font-weight: 300; text-align: center; }
.widget-symbol small { font-size: 25px; vertical-align: top; }

/* Pro: real app icons, four palette previews, no simulated purchase. */
.pro-showcase { background: #151b22; border-block: 1px solid #d9c08d24; }
.pro-eyebrow { color: #dfc79b; }
.pro-monogram { display: inline-grid; place-items: center; width: 31px; height: 31px; border: 1px solid #d7bd8650; border-radius: 9px; color: #d7bd86; background: #101115; font-family: Georgia, serif; font-size: 18px; margin-right: 8px; }
.pro-copy h2 em { color: #dfc79b; }
.pro-roadmap { font-size: 14px; color: #d0b890; margin: 25px 0; }
.pro-showcase .purchase-scope { max-width: 850px; font-size: 11px; margin-top: 54px; text-align: center; color: #8292a2; }
.appearance-showcase { max-width: 425px; width: 100%; justify-self: center; }
.appearance-preview { --appearance-canvas: #0b1622; --appearance-panel: #142c42; --appearance-accent: #70bfff; --appearance-text: #edf3ed; --appearance-muted: #9cb1c2; background: var(--appearance-canvas); border: 1px solid #9caeb440; padding: 25px; border-radius: 25px; box-shadow: 0 20px 70px #0004; }
.appearance-preview[data-theme="mint"] { --appearance-canvas: #0c1013; --appearance-panel: #182024; --appearance-accent: #91d9b8; --appearance-muted: #a0afaa; }
.appearance-preview[data-theme="graphite"] { --appearance-canvas: #111214; --appearance-panel: #1e2024; --appearance-accent: #d7dadf; --appearance-muted: #a4a7ad; }
.appearance-preview[data-theme="pearl"] { --appearance-canvas: #f5f4f0; --appearance-panel: #fff; --appearance-accent: #47566a; --appearance-text: #20252d; --appearance-muted: #5d6570; }
.appearance-head { display: flex; align-items: center; gap: 14px; color: var(--appearance-text); }
.appearance-head img { width: 57px; height: 57px; border-radius: 13px; }
.appearance-head > span:not(.appearance-orbit) { font-size: 11px; }
.appearance-head strong { display: block; font-size: 14px; margin-top: 3px; font-weight: 500; }
.appearance-orbit { font-size: 31px; color: var(--appearance-accent); margin-left: auto; }
.appearance-body { margin-top: 25px; padding: 20px; background: var(--appearance-panel); border-radius: 17px; color: var(--appearance-text); }
.appearance-body > span { font-size: 11px; color: var(--appearance-accent); }
.appearance-body h3 { font-size: 18px; line-height: 1.5; margin-top: 8px; font-weight: 500; }
.appearance-preview .week-rhythm > span, .appearance-preview .week-dots small { color: var(--appearance-muted); }
.appearance-preview .week-dots i { border-color: var(--appearance-muted); color: var(--appearance-canvas); }
.appearance-preview .week-dots i.reviewed { background: var(--appearance-accent); border-color: var(--appearance-accent); }
.appearance-keepsake { display: flex; gap: 13px; align-items: center; margin-top: 24px; padding-top: 18px; border-top: 1px solid #98a4ae30; }
.appearance-keepsake img { width: 45px; height: 45px; }
.appearance-keepsake span { font-size: 12px; }
.appearance-keepsake small { display: block; color: var(--appearance-muted); margin-top: 4px; font-size: 10px; }
.theme-choices { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-top: 17px; }
.theme-choices button { background: transparent; border: 1px solid transparent; border-radius: 12px; padding: 11px 3px 8px; color: #b6c0cc; cursor: pointer; }
.theme-choices button[aria-pressed="true"] { background: #ffffff08; border-color: #a6c0d65c; }
.theme-choices img { width: 40px; height: 40px; border-radius: 10px; margin: 0 auto 8px; }
.theme-choices span, .theme-choices small { display: block; font-size: 11px; line-height: 1.5; }
.theme-choices small { font-size: 9px; color: #8a9aae; margin-top: 3px; }
.appearance-showcase > .interaction-hint { text-align: center; margin-top: 12px; }

/* Language specimen, trust, and quiet closing sections. */
.language-showcase { border-bottom: 1px solid #ffffff12; }
.language-specimen { display: flex; align-items: center; justify-content: center; gap: 44px; }
.language-count { font-family: Georgia, serif; font-size: 190px; color: #294362; line-height: 1; font-style: italic; }
.language-specimen ul { padding: 0; margin: 0; list-style: none; color: #b4c8dd; font-size: 19px; line-height: 2.1; }
.privacy-showcase { background: #111d26; }
.privacy-showcase h2, .free-showcase h2 { font-size: 33px; }
.privacy-showcase .lead { font-size: 15px; }
.free-showcase .container { max-width: 760px; text-align: center; }
.free-showcase .lead { margin-inline: auto; }
.faq-showcase h2 { max-width: 760px; margin: 0 auto 36px; font-size: 31px; }
.showcase .faq details { border-radius: 0; background: transparent; border: 0; border-bottom: 1px solid #ffffff18; padding: 0; margin: 0; }
.showcase .faq summary { font-size: 16px; font-weight: 500; padding-block: 24px; }
.showcase .faq-a { font-size: 14px; line-height: 1.9; }
.showcase table { font-size: 14px; }
.showcase tbody th { text-align: left; font-weight: 500; color: #c6d6e8; }

@media (max-width: 960px) {
  .review-layout { gap: 0 38px; }
  .story-layout, .footprints-layout, .media-layout, .widget-layout, .pro-layout, .language-layout, .privacy-layout { gap: 44px; }
  .journal-page { padding: 24px 23px 18px; }
  .journal-writing { font-size: 22px; }
  .footprints-stage { padding-inline: 23px; }
  .language-specimen { gap: 22px; }
  .language-count { font-size: 150px; }
  .showcase .hero-showcase { padding-top: 40px; }
}
@media (max-width: 720px) {
  .showcase .section { padding-block: 65px; }
  .showcase .hero-showcase { padding-top: 28px; padding-bottom: 28px; }
  .showcase h1 { font-size: 35px; }
  .showcase h2 { font-size: 33px; }
  .showcase .lead { font-size: 16px; line-height: 1.8; }
  .showcase .eyebrow { margin-bottom: 14px; }
  .review-layout { grid-template-columns: minmax(0, 1fr); grid-template-areas: "copy" "demo" "after"; gap: 24px; }
  .review-copy { text-align: center; }
  .review-copy h1 { max-width: 580px; margin-inline: auto; }
  .review-copy .lead { max-width: 460px; margin: 15px auto 0; font-size: 14px; }
  .review-copy .aside-note { display: none; }
  .review-playground { max-width: 315px; }
  .review-window { padding-top: 15px; }
  .review-window-head > strong { font-size: 19px; }
  .review-card-area { height: 255px; }
  .review-mode-note { margin-bottom: 14px; }
  .review-window .demo-actions { padding-top: 7px; padding-bottom: 9px; }
  .review-after { max-width: 500px; margin-inline: auto; }
  .review-after .hero-ctas { justify-content: center; margin-block: 20px; }
  .review-after .supporting-copy { font-size: 13px; }
  .review-after .sample-note { text-align: center; }
  .chapter-nav { gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chapter-nav a { padding-block: 12px; }
  .story-layout, .footprints-layout, .media-layout, .widget-layout, .pro-layout, .language-layout, .privacy-layout { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .story-copy, .footprints-copy { max-width: 500px; }
  .journal-showcase, .footprints-stage { width: 100%; max-width: 420px; margin-inline: auto; }
  .footprints-copy { grid-row: 1; }
  .footprints-stage { grid-row: 2; }
  .journal-writing { font-size: 25px; min-height: 0; }
  :is(:lang(zh), :lang(ja), :lang(yue)) .journal-writing { min-height: 0; }
  .badge-turn { width: 223px; }
  .footprints-summary strong { font-size: 26px; }
  .motion-photo { max-width: 450px; width: calc(100% - 12px); margin: 8px auto 0; }
  .language-specimen { justify-content: flex-start; padding-left: 15px; gap: 38px; }
  .language-count { font-size: 160px; }
  .language-specimen ul { font-size: 18px; }
  .showcase .feature-intro { padding-bottom: 10px; }
  .appearance-showcase { max-width: 370px; }
  .pro-showcase .purchase-scope { text-align: left; margin-top: 30px; }
}
@media (max-width: 380px) {
  .showcase .container { padding-inline: 19px; }
  .showcase h1 { font-size: 29px; }
  .showcase h2, .showcase .calendar-copy h2 { font-size: 29px; }
  .review-copy .lead { font-size: 13px; }
  .review-card-area { height: 225px; }
  .review-window { padding-inline: 13px; }
  .review-window .demo-actions { gap: 19px; }
  .journal-page { padding: 23px 20px 16px; }
  .journal-photo { width: 88%; }
  .journal-page h3 { font-size: 27px; }
  .journal-writing { font-size: 23px; }
  :is(:lang(zh), :lang(ja), :lang(yue)) .journal-writing { font-size: 19px; }
  .journal-controls { gap: 12px; }
  .journal-controls .interaction-hint { font-size: 11px; }
  .footprints-stage { padding-inline: 21px; }
  .appearance-preview { padding: 18px; }
  .appearance-body { padding: 17px; }
  .widget-sample { gap: 14px; padding: 15px; min-height: 184px; }
  .choice-bar button { font-size: 12px; padding-inline: 12px; }
  .mode-choice button { padding-inline: 5px; }
  .language-count { font-size: 130px; }
  .language-specimen { gap: 28px; padding-left: 0; }
  .media-types > div { grid-template-columns: 87px 1fr; }
  .badge-turn { max-width: 205px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .showcase *, .showcase *::before, .showcase *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
