/* Component sources and deliberate web adaptations: docs/21-figma-design-review.md. */
:root {
  --font-body: 'TS Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
  --font-title: 'TS Gmarket', 'TS Pretendard', sans-serif;
  --ink: #253646;
  --accent: #075caa;
  --accent-bright: #3ca0ff;
  --accent-fill: #40a2ff;
  --accent-base: #388bdb;
  --action: #176bb5;
  --action-hover: #115a9b;
  --paper: #fcfcfc;
  --muted: #5c6874;
  --line: #cfe8ff;
  --surface-blue: #edf6ff;
  --night: #152230;
  --accent-soft: #a9d1f6;
  --frame: #6eb8ff;
  --control-edge: #5c5c5c;
  --radius-button: 4px 12px 4px 12px;
  --radius-card: 4px 16px 4px 16px;
  --header-height: 80px;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; word-break: keep-all; overflow-wrap: anywhere; font-weight: 500; }
body.dialog-open { overflow: hidden; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
button { border: 0; }
button:disabled { cursor: wait; opacity: .7; }
img { max-width: 100%; display: block; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
ul { padding: 0; margin: 0; list-style: none; }
fieldset { border: 0; min-width: 0; padding: 0; margin: 0; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { background: var(--accent-soft); color: var(--ink); }
main:focus { outline: 0; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.section-pad { padding-block: 112px; }
.eyebrow { font-size: 12px; font-weight: 700; line-height: 1.7; letter-spacing: .14em; color: var(--accent); }
h1, h2, h3 { font-family: var(--font-title); font-weight: 700; letter-spacing: -.025em; }
h1 { font-size: clamp(32px, 3.15vw, 47px); line-height: 1.3; font-weight: 700; }
h2 { font-size: clamp(30px, 3.1vw, 43px); line-height: 1.38; font-weight: 700; margin-top: 18px; }
.section-description { margin-top: 24px; line-height: 1.85; font-size: 16px; color: var(--muted); }
.copy-slot { display: grid; gap: 10px; max-width: 350px; margin-top: 24px; color: #5c6874; font-size: 12px; line-height: 1.7; }
.copy-slot i { display: block; height: 6px; width: 100%; border-radius: 2px; background: #cfe8ff; }
.copy-slot i:last-child { width: 72%; }
.community .copy-slot i { background: #cfe8ff; }
.play-card .copy-slot { margin-bottom: 24px; }
.button { min-height: 54px; padding: 14px 23px; display: inline-flex; justify-content: center; align-items: center; gap: 16px; border-radius: var(--radius-button); font-size: 16px; font-weight: 700; line-height: 1.5; border: 1px solid var(--control-edge); border-bottom-width: 2px; box-shadow: inset 0 0 0 2px #ffffff26; transition: background .2s, transform .2s, box-shadow .2s; }
.button > span:last-child { margin-left: auto; }
.button.primary { color: white; background: var(--action); box-shadow: inset 0 0 0 2px var(--accent-base); }
.button.primary:hover { background: var(--action-hover); box-shadow: inset 0 0 0 2px var(--accent-base), 0 6px 16px #388bdb26; transform: translateY(-2px); }
.button.secondary { color: #5c5c5c; background: #ededed; box-shadow: inset 0 0 0 2px #dcdcdc; }
.button.secondary:hover { background: #e0eaf2; }
.button:active { transform: translateY(1px); }
.button.ink { background: var(--ink); color: white; }
.button.ink:hover { background: #354e66; }
.text-button { padding: 10px 0; min-height: 44px; display: inline-flex; gap: 12px; align-items: center; background: transparent; font-size: 14px; font-weight: 600; line-height: 1.6; text-align: left; }
.text-button:hover { color: var(--accent); }
.x-mark { font-family: 'Segoe UI Symbol', sans-serif; font-size: 21px; line-height: 1; }
.skip-link { position: fixed; top: 8px; left: 8px; background: var(--ink); padding: 12px 20px; color: white; z-index: 100; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { height: var(--header-height); position: sticky; top: 0; z-index: 30; background: #fcfcfcf5; border-bottom: 1px solid #cfe8ffb0; backdrop-filter: blur(14px); }
.header-inner { width: min(1360px, calc(100% - 64px)); margin-inline: auto; height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; mix-blend-mode: multiply; }
.brand-lockup .brand-symbol { width: 30px; height: 35px; object-fit: contain; flex-shrink: 0; }
.brand-lockup .brand-wordmark { width: 104px; height: auto; }
#main-nav { display: flex; gap: clamp(14px, 2.1vw, 28px); margin-inline: auto; }
#main-nav a { padding-block: 15px; font-size: 14px; font-weight: 600; }
#main-nav a:hover { color: var(--accent); }
.header-actions { display: flex; gap: 14px; align-items: center; }
.header-actions .button { min-height: 44px; padding: 10px 17px; font-size: 13px; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; background: radial-gradient(ellipse at 80% 25%, #dceeff 0, transparent 65%), var(--paper); }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: url('./assets/figma/diamond-pattern.svg') left 24px top 100px / 388px 215px no-repeat; opacity: .2; }
.layout-review { display: flex; align-items: center; gap: 14px; padding-block: 15px; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.7; color: #5c6874; }
.layout-review > span { color: var(--accent); font-weight: 700; flex-shrink: 0; }
.release-notice { display: flex; align-items: center; justify-content: space-between; gap: 16px 30px; margin-top: 24px; padding: 18px 24px; border: 1px solid var(--line); border-left: 4px solid var(--accent-base); border-radius: var(--radius-card); background: #ffffffd9; }
.release-kicker { color: var(--accent); font-size: 12px; font-weight: 700; margin-bottom: 7px; }
.release-date { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; }
.release-date time { color: var(--accent); font-family: var(--font-title); font-size: 24px; font-weight: 700; line-height: 1.5; white-space: nowrap; }
.release-title { display: inline-flex; align-items: center; gap: 10px; }
.release-title strong { font-size: 18px; font-weight: 700; line-height: 1.6; }
.release-status { padding: 3px 9px; border-radius: 20px; color: var(--accent); background: var(--surface-blue); font-size: 11px; font-weight: 700; white-space: nowrap; }
.release-detail { color: var(--muted); font-size: 12px; line-height: 1.8; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 1.25fr; grid-template-rows: auto auto 1fr; padding-top: 38px; padding-bottom: 48px; min-height: 610px; }
.hero-brand { position: relative; z-index: 2; align-self: start; mix-blend-mode: multiply; }
.tiny-star { font-size: 19px; margin-right: 6px; }
.hero-wordmark { width: 172px; height: auto; }
.korean-logo { font-weight: 700; font-size: 10px; letter-spacing: .35em; margin-top: 8px; color: var(--accent); }
.hero-copy { grid-column: 1; grid-row: 2; position: relative; z-index: 2; margin-top: 38px; }
.hero-copy h1 { font-size: clamp(34px, 3.65vw, 53px); line-height: 1.35; margin-top: 13px; }
.hero-copy .eyebrow { font-size: 11px; letter-spacing: .09em; }
.hero-ctas { grid-column: 1; grid-row: 3; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; margin-top: 29px; gap: 7px; }
.hero-ctas .primary { min-width: 254px; }
.hero-x { font-size: 13px; gap: 9px; }
.hero-art { grid-column: 2; grid-row: 1 / 4; align-self: center; position: relative; width: calc(100% + 70px); margin-left: -35px; }
.keyart { width: 100%; aspect-ratio: 1800 / 1013; object-fit: contain; mix-blend-mode: multiply; mask-image: linear-gradient(90deg, transparent, black 5%, black 96%, transparent); }
.dm-notification { position: absolute; display: flex; align-items: center; gap: 13px; z-index: 3; right: 20px; bottom: 54px; max-width: 380px; padding: 17px 19px; border: 1px solid var(--frame); border-radius: var(--radius-card); background: #ffffffed; box-shadow: 0 10px 40px #3a206514; transform: rotate(-3deg); transition: transform .2s; }
.dm-notification:hover { transform: rotate(0); }
.dm-notification img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.dm-notification small { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--muted); margin-bottom: 5px; }
.dm-notification small i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.dm-notification strong { display: block; font-size: 12px; font-weight: 600; line-height: 1.7; }
.dm-notification > span:last-child { color: var(--accent); }
.hero-bottom { min-height: 73px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.hero-bottom i { font-style: normal; margin-right: 9px; color: var(--accent); }
.hero-bottom a { min-height: 44px; display: flex; align-items: center; gap: 25px; font-weight: 600; color: var(--ink); }
.moment { background: white; }
.moment-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.chat-feature { margin-top: 26px; padding-left: 20px; border-left: 3px solid var(--accent-base); font-size: 15px; line-height: 1.85; color: var(--muted); }
.chat-feature-title { margin-bottom: 9px; color: var(--ink); font-weight: 700; }
.chat-demo-note { margin: 8px 0 14px; font-size: 11px; line-height: 1.7; color: var(--muted); }
.world-intro { background: var(--paper); }
.devilive-mark { display: inline-flex; align-items: center; width: 244px; gap: 6.48%; vertical-align: middle; }
.devilive-mark img { display: block; height: auto; object-fit: contain; }
.devilive-mark img:first-child { width: 13.27%; }
.devilive-mark img:last-child { width: 80.25%; }
.world-logo { display: inline-flex; padding: 21px 24px; margin-bottom: 28px; border-radius: var(--radius-card); background: var(--ink); max-width: 100%; }
.world-links { display: flex; flex-wrap: wrap; gap: 0 24px; }
.world-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 52px; align-items: start; }
.world-intro h2 { font-size: clamp(25px, 3vw, 36px); line-height: 1.5; }
.world-copy { color: var(--muted); font-size: 16px; line-height: 1.9; }
.world-copy p + p { margin-top: 16px; }
.world-copy .text-button { margin-top: 20px; }
@media (max-width: 700px) { .world-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; } .world-copy { font-size: 14px; } }
.world-art { margin-top: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-card); background: white; }
.world-art > img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 8; object-fit: cover; }
.world-art figcaption { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 14px; padding: 13px 17px; }
.world-art figcaption > strong { width: 100%; color: var(--ink); font-size: 13px; font-weight: 700; }
.world-art figcaption > span { color: var(--muted); font-size: 11px; line-height: 1.8; }
.world-art figcaption > a { display: inline-flex; align-items: center; gap: 6px; min-height: 24px; color: var(--accent); font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.world-art-desk > img { object-position: 50% 55%; }
.world-art-office > img { object-position: 50% 48%; }
.play-description { max-width: 760px; }
.scene-tabs { margin-top: 35px; max-width: 410px; }
.scene-tabs button { width: 100%; border-top: 1px solid var(--line); padding: 20px 8px; background: transparent; text-align: left; display: flex; align-items: center; gap: 20px; }
.scene-tabs button:last-child { border-bottom: 1px solid var(--line); }
.step-number { align-self: flex-start; font-size: 13px; font-weight: 700; color: var(--muted); padding-top: 4px; }
.scene-tabs strong { font-size: 18px; display: block; }
.scene-tabs small { display: block; color: var(--muted); font-size: 13px; margin-top: 5px; }
.step-arrow { margin-left: auto; color: var(--muted); }
.scene-tabs [aria-selected="true"] { color: var(--accent); }
.scene-tabs [aria-selected="true"] .step-number, .scene-tabs [aria-selected="true"] .step-arrow { color: var(--accent); }
.autoplay { display: flex; align-items: center; gap: 9px; margin-top: 19px; padding: 9px 0; min-height: 44px; background: transparent; color: var(--muted); font-size: 12px; }
.autoplay [data-auto-state] { background: #edf1f5; color: #535353; border-radius: 20px; font-size: 11px; padding: 3px 8px; }
.autoplay[aria-pressed="true"] [data-auto-state] { color: white; background: var(--accent); }
.play-icon { font-size: 22px; color: var(--accent); }
.scene-note { max-width: 360px; color: var(--muted); font-size: 12px; line-height: 1.85; margin-top: 10px; }
.phone-stage { position: relative; min-width: 0; display: grid; place-items: center; padding: 22px 0; }
.orbit { position: absolute; width: 450px; max-width: 110%; aspect-ratio: 1; border: 1px solid #cfe8ff; border-radius: 50%; pointer-events: none; }
.orbit-two { width: 530px; border-style: dashed; }
.stage-star { position: absolute; top: 30px; right: 5px; font-size: 74px; color: var(--accent-fill); transform: rotate(-10deg); }
.phone { width: 334px; max-width: 100%; min-height: 618px; position: relative; border: 7px solid #253646; border-radius: 42px; background: white; box-shadow: 16px 25px 60px #3b24551c; overflow: clip; }
.phone-status { height: 39px; padding: 9px 22px 0; display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; }
.phone-island { width: 78px; height: 19px; background: #253646; border-radius: 20px; margin-top: -5px; }
.phone-brand { display: flex; align-items: center; gap: 6px; padding: 8px 20px 16px; border-bottom: 1px solid var(--line); }
.phone-brand .devilive-mark { width: 126px; filter: brightness(0) opacity(.8); }
.phone-brand .phone-preview-label { margin-left: auto; padding: 3px 7px; border-radius: 4px; background: var(--surface-blue); color: var(--accent); font-size: 10px; }
.scene-panel { min-height: 455px; padding: 0 18px 20px; }
.scene-panel:focus-visible { outline-offset: -3px; }
.phone-heading { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding-block: 19px 15px; }
.phone-heading h3 { font-size: 16px; }
.phone-heading > span { color: var(--muted); font-size: 10px; }
.post-author { display: flex; gap: 9px; align-items: center; }
.post-author img { width: 34px; height: 34px; object-fit: cover; border-radius: 50%; }
.post-author strong { font-size: 12px; display: block; }
.post-author small { font-size: 10px; color: var(--muted); }
.post-star { margin-left: auto; color: var(--accent); }
.feed-post > p { font-size: 12px; line-height: 1.75; margin-block: 12px; }
.feed-photo { width: 100%; height: 176px; object-fit: cover; object-position: 50% 48%; border-radius: 8px; }
.feed-post .post-tags { font-size: 10px; color: var(--accent); margin-block: 9px; }
.post-decoration { padding-bottom: 10px; color: var(--muted); display: flex; gap: 28px; }
.phone-button { width: 100%; font-size: 14px; min-height: 45px; padding: 10px 12px; color: white; background: var(--action); }
.phone-bottom { height: 52px; display: flex; align-items: center; justify-content: space-around; margin-inline: 18px; border-top: 1px solid var(--line); color: var(--accent); font-size: 23px; }
.chat-intro { display: flex; align-items: flex-start; gap: 8px; margin-block: 18px 32px; }
.chat-intro img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.bubble { background: #fcfcfc; color: #535353; border: 1px solid #dadada; padding: 10px 16px; border-radius: 20px; font-size: 14px; font-weight: 400; line-height: 1.65; }
.reply-options { display: grid; gap: 10px; }
.reply-options button { border: 1px solid var(--line); border-radius: 8px; background: white; font-size: 12px; text-align: left; display: flex; justify-content: space-between; gap: 6px; padding: 13px; min-height: 46px; }
.reply-options [aria-pressed="true"] { border-color: var(--accent); color: var(--accent); background: var(--paper); }
.reply-bubble { margin-top: 22px; margin-left: 34px; background: var(--action); color: white; border-color: var(--action); }
.chat-reaction { margin: 17px 0; font-size: 11px; line-height: 1.8; color: var(--muted); }
.schedule-hint { color: var(--muted); font-size: 12px; }
.schedule-toggle { display: flex; border: 1px solid var(--line); padding: 4px; border-radius: 10px; gap: 4px; margin-top: 22px; }
.schedule-toggle button { width: 50%; min-height: 44px; font-size: 13px; border-radius: 6px; background: white; }
.schedule-toggle [aria-pressed="true"] { background: var(--accent); color: white; }
.day-plan { margin-top: 23px; }
.day-plan > div { display: flex; align-items: center; gap: 15px; min-height: 70px; border-bottom: 1px solid var(--line); padding: 14px 10px; font-size: 12px; }
.day-plan > div > span { flex-shrink: 0; font-size: 10px; color: var(--muted); }
.day-plan .selected-plan { background: var(--surface-blue); border: 1px solid var(--frame); border-radius: var(--radius-card); }
.selected-plan strong { color: var(--accent); font-size: 14px; display: block; }
.selected-plan small { display: block; font-size: 11px; line-height: 1.6; margin-top: 5px; }
.selected-plan i { margin-left: auto; color: var(--accent); }
.local-note { margin-top: 26px; font-size: 10px; color: var(--muted); }
.characters { background: var(--night); color: white; }
.characters :focus-visible { outline-color: var(--accent-soft); }
.character-heading { position: relative; }
.characters .eyebrow { color: var(--accent-soft); }
.character-heading > p:last-child { position: absolute; right: 0; bottom: 8px; color: #b9aec7; font-size: 14px; }
.character-tabs { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 42px; border-bottom: 1px solid #ffffff29; gap: 15px; }
.character-tabs button { display: flex; align-items: center; gap: 13px; background: transparent; padding: 14px 10px 19px; position: relative; text-align: left; color: #b9aec7; min-width: 0; }
.character-tabs button::after { content: ''; height: 3px; background: var(--accent-soft); position: absolute; bottom: -1px; left: 0; right: 0; transform: scaleX(0); transition: transform .2s; }
.character-tabs [aria-selected="true"]::after { transform: scaleX(1); }
.character-tabs [aria-selected="true"] { color: white; }
.character-tabs img { width: 39px; height: 39px; border-radius: 50%; object-fit: cover; filter: grayscale(.4); }
.character-tabs [aria-selected="true"] img { filter: none; }
.character-tabs button > span:first-of-type { font-size: 15px; font-weight: 600; }
.character-tabs button > span:last-child { margin-left: auto; }
.character-panel { min-height: 580px; background: var(--character-bg); position: relative; margin-top: 22px; overflow: clip; isolation: isolate; border: 1px solid var(--frame); border-radius: var(--radius-card); }
.character-art { position: absolute; inset: 0 0 0 37%; touch-action: pan-y; }
.character-art img { width: 100%; height: 100%; object-fit: cover; }
.character-veil { position: absolute; inset: 0; background: linear-gradient(90deg, var(--character-bg) 2%, var(--character-bg) 26%, transparent 68%), linear-gradient(0deg, var(--character-bg), transparent 22%); pointer-events: none; }
.character-watermark { position: absolute; color: #ffffff03; z-index: -1; left: 30px; top: 40px; font-size: 190px; font-weight: 900; line-height: .83; letter-spacing: -.08em; }
.character-info { position: relative; width: 51%; padding: 78px 30px 110px 55px; pointer-events: none; }
.character-info .button { pointer-events: auto; }
.character-index { display: flex; align-items: baseline; gap: 9px; font-size: 13px; color: #c9bdcf; letter-spacing: .1em; }
.character-index > span:first-child { color: var(--character-accent); font-size: 23px; }
.character-index > span:last-child { margin-left: 14px; font-size: 10px; }
.character-info h3 { font-size: clamp(42px, 5vw, 70px); line-height: 1.25; margin-top: 31px; color: var(--character-accent); }
.character-english { color: var(--character-accent); margin-top: 20px; font-size: 13px; letter-spacing: .12em; }
.character-quote { margin-top: 25px; font-size: 21px; line-height: 1.5; font-weight: 600; }
.character-intro { color: #ddd3e3; font-size: 14px; line-height: 1.9; margin-top: 16px; }
.character-pending { color: #b4a6bf; font-size: 11px; margin-top: 7px; line-height: 1.8; }
.character-x { background: var(--character-accent); color: var(--ink); margin-top: 28px; font-size: 13px; }
.character-x:hover { box-shadow: 0 0 0 3px #ffffff25; }
.character-controls { display: flex; gap: 15px; align-items: center; position: absolute; bottom: 25px; left: 55px; }
.character-controls button { border: 1px solid #ffffff47; border-radius: 50%; width: 44px; height: 44px; background: transparent; color: white; }
.character-controls button:hover { background: #ffffff1a; }
.character-controls > span { color: #d5c8e1; font-size: 11px; min-width: 58px; text-align: center; }
.play { background: var(--paper); }
.play-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 45px; }
.play-card { min-width: 0; }
.play-card-copy { padding-top: 19px; border-top: 1px solid var(--line); min-height: 156px; }
.play-card .eyebrow { font-size: 11px; letter-spacing: .06em; }
.play-card h3 { font-size: 23px; line-height: 1.5; margin-top: 10px; }
.play-card p:not(.eyebrow) { font-size: 13px; color: var(--muted); line-height: 1.9; margin-top: 10px; }
.screen-button { width: 100%; height: 370px; background: #e2f0fd; border: 1px solid var(--frame); border-radius: var(--radius-card); display: block; position: relative; padding: 25px 40px 0; overflow: clip; }
.screen-grid { position: absolute; inset: 0; background-image: linear-gradient(#ffffff52 1px, transparent 1px), linear-gradient(90deg, #ffffff52 1px, transparent 1px); background-size: 30px 30px; }
.screen-button img { position: relative; width: 206px; max-width: 95%; margin: 0 auto; border: 5px solid #fff; border-radius: 17px; box-shadow: 5px 12px 25px #27154122; transition: transform .3s; }
.screen-button:hover img { transform: translateY(-8px); }
.screen-caption { position: absolute; bottom: 0; left: 0; width: 100%; padding: 14px 17px; display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 12px; color: var(--ink); background: #fffffff5; border-top: 1px solid var(--line); }
.screen-caption b { font-size: 24px; color: var(--accent); }
.play-card:nth-child(2) .screen-button { background: #edf6ff; }
.play-card:nth-child(3) .screen-button { background: #e5eef5; }
.community { border-top: 1px solid var(--line); background: var(--surface-blue); }
.community .section-description, .community .official-account p { color: #5c6874; }
.community-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; }
.community .button { margin-top: 28px; }
.official-account { display: flex; gap: 14px; align-items: center; border-bottom: 1px solid #c6dff5; padding-bottom: 26px; margin-bottom: 6px; }
.official-account img { width: 39px; height: 45px; object-fit: contain; }
.official-account strong { font-size: 19px; }
.official-account p { margin-top: 7px; font-size: 12px; color: var(--muted); }
.official-account > span { margin-left: auto; font-size: 11px; color: #365e82; white-space: nowrap; }
.community-accounts li { position: relative; border-bottom: 1px solid #c6dff5; }
.account-link { width: 100%; display: flex; align-items: center; gap: 14px; min-height: 65px; padding: 13px 7px; border: 0; background: transparent; font-size: 15px; font-weight: 600; text-align: left; }
.account-link > span:last-child { margin-left: auto; }
.account-link .x-mark { font-size: 18px; }
.account-avatar { width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%; object-fit: cover; border: 2px solid white; box-shadow: 0 0 0 1px var(--line); }
.account-link:hover { color: var(--accent); }
.account-state { position: absolute; right: 35px; top: 25px; font-size: 11px; color: #5c6874; pointer-events: none; }
.register { background: white; }
.register-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.register-star { font-size: 70px; color: var(--accent); display: block; margin-bottom: 24px; line-height: 1; }
.register .eyebrow { font-size: 10px; }
.register-copy .text-button { margin-top: 25px; color: var(--accent); font-size: 13px; }
.register-rewards { max-width: 420px; margin-top: 26px; padding: 18px 20px; border: 1px solid #cfe8ff; border-radius: 18px 18px 18px 4px; background: var(--surface-blue); }
.register-rewards h3 { font-size: 13px; color: var(--accent); }
.register-rewards ul { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 10px; }
.register-rewards li { display: grid; gap: 2px; }
.register-rewards li span { font-size: 12px; color: #5c6874; }
.register-rewards li strong { font-size: 16px; line-height: 1.4; }
.register-rewards .reward-items { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; margin-top: 6px; }
.register-rewards .reward-item { display: inline-flex; align-items: center; gap: 8px; }
.register-rewards .reward-item img { width: 44px; height: auto; flex-shrink: 0; }
.register-rewards .reward-items i { font-style: normal; color: #5c6874; }
.register-rewards .reward-art-note { margin-top: 4px; font-size: 11px; }
.register-rewards .reward-art-note a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.register-rewards li[data-pending] strong { font-size: 13px; font-weight: 500; color: #5c6874; }
.register-rewards p { margin-top: 12px; font-size: 12px; line-height: 1.6; color: #5c6874; }
.inline-form { padding: 32px; border: 1px solid var(--frame); border-radius: var(--radius-card); background: var(--paper); box-shadow: 0 4px 0 var(--line); }
.preview-badge { display: inline-block; padding: 5px 9px; font-size: 11px; border-radius: 4px; background: var(--surface-blue); color: #075caa; font-weight: 700; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.9; margin-top: 12px; }
.field-label { display: block; margin: 25px 0 10px; font-size: 13px; font-weight: 700; }
input[type="email"] { height: 54px; width: 100%; padding: 13px 15px; color: var(--ink); background: white; border: 1px solid #91afc9; border-radius: 7px; font-size: 16px; }
input::placeholder { color: var(--muted); }
input[aria-invalid="true"] { border-color: #ad273f; }
.field-error { color: #a0203d; font-size: 12px; line-height: 1.7; }
.field-error:not(:empty) { margin-top: 8px; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 17px; }
.consent-row input { flex-shrink: 0; width: 24px; height: 24px; margin: 0; accent-color: var(--accent); }
.consent-row label { font-size: 12px; line-height: 1.9; min-height: 44px; cursor: pointer; }
.privacy-link { color: var(--accent); font-size: 12px; margin-left: 30px; padding-block: 4px; }
.submit-button { width: 100%; margin-top: 17px; }
.honeypot { display: none; }
.form-result { margin-top: 25px; }
.result-symbol { font-size: 38px; color: var(--accent); }
.form-result h3 { font-size: 23px; line-height: 1.5; margin-top: 10px; }
.form-result p { margin-top: 15px; font-size: 13px; line-height: 1.9; color: var(--muted); }
.form-result .button { width: 100%; margin-top: 22px; font-size: 13px; }
.form-result > .text-button { margin-top: 10px; }
.result-accounts { margin-top: 18px; }
.result-accounts li { position: relative; border-bottom: 1px solid var(--line); }
.result-accounts .account-link { min-height: 54px; font-size: 13px; }
.result-accounts .account-state { top: 21px; font-size: 10px; }
.faq { padding-top: 65px; background: white; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; }
.faq-items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { color: var(--accent); font-size: 20px; flex-shrink: 0; }
.faq details[open] summary > span { transform: rotate(45deg); }
.faq details > p { padding-bottom: 24px; font-size: 15px; line-height: 1.9; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); padding: 38px 0; background: #f3f7fb; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.company-mark { display: flex; flex-shrink: 0; align-items: center; gap: 13px; }
/* Frame the original logo's alpha bounds (50,23)-(149,131), keeping the source intact. */
.company-icon { position: relative; display: block; width: 38px; height: 42px; flex-shrink: 0; overflow: hidden; }
.company-icon img { position: absolute; width: 76px; height: auto; max-width: none; left: -19px; top: -8.5px; }
.company-mark strong { font-size: 12px; }
.company-mark small { font-size: 10px; display: block; color: var(--muted); margin-top: 7px; }
.footer-inner p { font-size: 11px; color: var(--muted); line-height: 1.9; }
.footer-inner .text-button { font-size: 12px; }
.ai-notice-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--accent); font-size: 13px; font-weight: 700; line-height: 1.6; text-decoration: underline; text-underline-offset: 4px; }
.intro-voice { position: fixed; z-index: 65; right: 24px; bottom: 24px; width: min(370px, calc(100% - 32px)); max-height: calc(100dvh - var(--header-height) - 44px); overflow-y: auto; padding: 20px; border: 1px solid var(--frame); border-radius: var(--radius-card); background: var(--paper); box-shadow: 0 12px 40px #15223026; }
.intro-voice-title { font-size: 16px; font-weight: 700; }
.intro-voice-disclosure { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.intro-voice-actions { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: 16px; align-items: center; }
.intro-voice-actions .button { min-height: 44px; padding: 10px 16px; font-size: 14px; }
.intro-voice-actions .text-button { font-size: 13px; }
.intro-voice-status { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.intro-voice-transcript { font-size: 13px; line-height: 1.85; }
.intro-voice-transcript summary { cursor: pointer; min-height: 44px; padding-block: 10px; }
.intro-voice-transcript p { white-space: pre-wrap; color: var(--muted); }
@media (max-width: 700px) {
  .intro-voice { right: 16px; bottom: calc(98px + env(safe-area-inset-bottom)); max-height: calc(100dvh - var(--header-height) - 130px); padding: 16px; }
}
.faq-ai-notice { margin-top: 20px; }
.mobile-cta { display: none; }
.dialog { border: 1px solid var(--frame); padding: 0; border-radius: var(--radius-card); color: var(--ink); background: white; width: min(520px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); overflow-y: auto; overscroll-behavior: contain; box-shadow: 0 35px 100px #15223035; }
.dialog::backdrop { background: #15223099; backdrop-filter: blur(5px); }
.dialog-content { padding: 36px; position: relative; }
.dialog-close { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; border-radius: 50%; background: var(--paper); font-size: 25px; font-weight: 300; }
.dialog-close:hover { background: var(--surface-blue); }
.dialog h2 { margin-top: 15px; margin-bottom: 23px; font-size: 27px; padding-right: 10px; }
.dialog .eyebrow { padding-right: 33px; font-size: 10px; }
.privacy-dialog { width: min(580px, calc(100% - 32px)); }
.privacy-dialog .dialog-content > p:not(.eyebrow) { font-size: 13px; line-height: 1.9; }
.privacy-dialog dl { margin-block: 25px; }
.privacy-dialog dl > div { padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 130px 1fr; gap: 10px; }
.privacy-dialog dt { font-size: 12px; font-weight: 700; }
.privacy-dialog dd { margin: 0; font-size: 12px; line-height: 1.9; color: var(--muted); }
.privacy-dialog .button { width: 100%; margin-top: 22px; }
.screen-dialog { width: min(700px, calc(100% - 32px)); }
.screen-dialog [data-screen-image] { background: var(--surface-blue); border-radius: 8px; padding: 22px; }
.screen-dialog img { width: min(100%, 400px); margin-inline: auto; }
.x-dialog p:not(.eyebrow) { font-size: 14px; color: var(--muted); line-height: 1.9; }
.x-dialog .button { margin-top: 25px; }

@media (min-width: 1600px) {
  .hero-grid { min-height: 660px; padding-top: 55px; }
  .hero-art { width: calc(100% + 100px); }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero-grid { grid-template-columns: 1.05fr 1.15fr; min-height: 610px; }
  .hero-wordmark { width: 160px; }
  .hero-art { width: calc(100% + 30px); margin-left: -15px; }
  .dm-notification { bottom: 70px; right: 3px; max-width: 340px; }
  .moment-grid { gap: 38px; }
  .orbit { max-width: 100%; }
  .character-info { padding-left: 35px; }
  .character-controls { left: 35px; }
  .community-grid, .register-grid { gap: 50px; }
  .play-grid { gap: 19px; }
  .play-card h3 { font-size: 20px; }
  .screen-button { padding-inline: 24px; }
}
@media (max-width: 900px) {
  :root { --header-height: 68px; }
  .header-inner { width: calc(100% - 40px); gap: 20px; }
  .header-actions { margin-left: auto; }
  .menu-toggle { width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; background: transparent; }
  .menu-toggle span { width: 20px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  #main-nav { display: none; position: absolute; top: calc(var(--header-height) - 1px); left: 0; right: 0; padding: 14px 25px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 25px #21183112; }
  .menu-open #main-nav { display: grid; gap: 0; }
  #main-nav a { padding: 16px 10px; }
  .section-pad { padding-block: 84px; }
  .hero-grid { padding-top: 38px; min-height: 610px; }
  .hero-wordmark { width: 150px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-art { align-self: start; margin-top: 60px; }
  .dm-notification { max-width: 285px; padding: 14px; gap: 10px; bottom: 117px; }
  .dm-notification strong { font-size: 11px; }
  .hero-bottom { font-size: 10px; }
  .hero-bottom a { gap: 12px; }
  .moment-grid { gap: 28px; }
  .moment h2 { font-size: 29px; }
  .phone { width: 310px; }
  .phone-stage { padding-block: 10px; }
  .stage-star { right: 0; top: -25px; }
  .character-heading > p:last-child { position: static; margin-top: 20px; }
  .character-panel { min-height: 565px; }
  .character-info { width: 58%; padding-left: 28px; padding-right: 15px; }
  .character-quote { font-size: 18px; }
  .character-tabs { gap: 3px; }
  .character-tabs button { gap: 8px; }
  .character-tabs button > span:last-child { display: none; }
  .character-tabs button > span:first-of-type { font-size: 13px; }
  .character-art { left: 34%; }
  .character-veil { background: linear-gradient(90deg, var(--character-bg), var(--character-bg) 22%, transparent 85%), linear-gradient(0deg, var(--character-bg), transparent 30%); }
  .play-card-copy { min-height: 180px; }
  .screen-button { height: 320px; padding-inline: 15px; }
  .screen-caption { font-size: 11px; }
  .community-grid { gap: 35px; }
  .community h2, .register h2 { font-size: 30px; }
  .register-grid { gap: 30px; }
  .inline-form { padding: 25px; }
  .faq-grid { grid-template-columns: 1fr 1.6fr; gap: 45px; }
}
@media (max-width: 700px) {
  :root { --header-height: 64px; }
  html { scroll-padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .wrap { width: calc(100% - 40px); }
  .header-inner { width: calc(100% - 28px); }
  .brand-lockup { gap: 8px; }
  .brand-lockup .brand-symbol { width: 24px; height: 28px; }
  .brand-lockup .brand-wordmark { width: 92px; }
  .header-actions { gap: 4px; }
  .header-actions .button { padding: 8px 11px; min-height: 44px; font-size: 12px; gap: 7px; }
  .section-pad { padding-block: 67px; }
  h2 { font-size: 29px; margin-top: 13px; }
  .eyebrow { font-size: 10px; }
  .section-description { font-size: 14px; margin-top: 18px; }
  .copy-slot { font-size: 11px; gap: 8px; margin-top: 18px; }
  .layout-review { flex-wrap: wrap; gap: 1px 10px; font-size: 10px; padding-block: 10px; }
  .release-notice { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 18px; padding: 15px 17px; }
  .release-date { gap: 4px 12px; }
  .release-date time { font-size: 22px; }
  .release-title strong { font-size: 16px; }
  .release-detail { font-size: 11px; }
  .hero-grid { display: grid; grid-template-columns: 1fr; padding-top: 31px; padding-bottom: 26px; min-height: 0; text-align: center; }
  .hero-brand { grid-column: 1; grid-row: 1; }
  .hero-wordmark { width: 138px; margin: 0 auto; }
  .korean-logo { font-size: 9px; margin-top: 7px; letter-spacing: .3em; }
  .hero-art { grid-column: 1; grid-row: 3; margin: 23px 0 0 -10px; width: calc(100% + 20px); }
  .keyart { mask-image: none; }
  .hero-copy { grid-column: 1; grid-row: 2; margin-top: 26px; }
  .hero-copy h1 { font-size: 32px; line-height: 1.3; margin-top: 11px; }
  .hero-copy .eyebrow { font-size: 10px; }
  .hero-copy .copy-slot { max-width: 265px; margin: 17px auto 0; }
  .hero-ctas { grid-row: 4; align-items: center; margin-top: 23px; gap: 2px; }
  .hero-ctas .primary { width: min(100%, 330px); }
  .hero-x { font-size: 12px; }
  .dm-notification { position: static; grid-row: 5; margin: 26px auto 0; transform: none; width: min(100%, 330px); max-width: none; padding: 13px; text-align: left; }
  .dm-notification img { width: 38px; height: 38px; }
  .dm-notification strong { font-size: 11px; }
  .dm-notification > span:last-child { margin-left: auto; }
  .hero-bottom { min-height: 64px; justify-content: center; }
  .hero-bottom > span { display: none; }
  .hero-bottom a { font-size: 11px; }
  .moment-grid { grid-template-columns: 1fr; gap: 27px; }
  .world-art { margin-top: 22px; }
  .world-art figcaption { padding: 12px 14px; }
  .moment h2 { font-size: 29px; }
  .scene-tabs { margin-top: 26px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; border-bottom: 1px solid var(--line); }
  .scene-tabs button { border: 0; border-bottom: 2px solid transparent; display: block; padding: 14px 8px; min-height: 75px; }
  .scene-tabs button:last-child { border-bottom: 2px solid transparent; }
  .scene-tabs [aria-selected="true"] { border-bottom-color: var(--accent); }
  .step-number { font-size: 10px; display: block; margin-bottom: 5px; }
  .scene-tabs strong { font-size: 15px; }
  .scene-tabs small, .step-arrow { display: none; }
  .autoplay { display: inline-flex; margin-top: 12px; }
  .scene-note { margin-top: 3px; font-size: 11px; max-width: 100%; }
  .phone-stage { padding: 13px 0; }
  .phone { width: 322px; }
  .orbit { width: 340px; max-width: 100%; }
  .orbit-two { width: 385px; max-width: calc(100% + 16px); }
  .stage-star { top: 0; right: -2px; font-size: 54px; }
  .character-tabs { gap: 4px; margin-top: 26px; }
  .character-tabs button { flex-direction: column; justify-content: center; gap: 10px; padding: 12px 2px 16px; }
  .character-tabs img { width: 37px; height: 37px; }
  .character-tabs button > span:first-of-type { font-size: 12px; }
  .character-heading > p:last-child { font-size: 13px; margin-top: 15px; }
  .character-panel { min-height: 790px; margin-top: 18px; }
  .character-art { inset: 0 0 auto 0; height: 450px; }
  .character-art img { object-fit: cover; }
  .character-veil { background: linear-gradient(0deg, var(--character-bg) 0%, var(--character-bg) 42%, transparent 65%); }
  .character-info { padding: 353px 24px 95px; width: 100%; }
  .character-index { font-size: 11px; }
  .character-index > span:first-child { font-size: 18px; }
  .character-index > span:last-child { margin-left: auto; }
  .character-info h3 { font-size: 45px; margin-top: 15px; }
  .character-quote { font-size: 18px; margin-top: 17px; }
  .character-intro { font-size: 13px; margin-top: 13px; }
  .character-pending { font-size: 10px; }
  .character-x { font-size: 12px; margin-top: 22px; width: 100%; }
  .character-controls { left: 24px; right: 24px; bottom: 24px; justify-content: space-between; }
  .character-watermark { display: none; }
  .play-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 28px; }
  .play-card-copy { min-height: 0; padding-bottom: 20px; }
  .play-card h3 { font-size: 23px; }
  .play-card p:not(.eyebrow) { font-size: 13px; margin-top: 8px; }
  .screen-button { height: 340px; padding-top: 22px; }
  .screen-button img { width: 212px; }
  .screen-caption { font-size: 12px; padding: 13px 18px; }
  .community-grid, .register-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .community h2, .register h2 { font-size: 29px; }
  .community .button { margin-top: 24px; width: 100%; }
  .community-accounts { padding: 0 2px; }
  .official-account { padding-bottom: 22px; }
  .official-account strong { font-size: 17px; }
  .account-link { min-height: 64px; font-size: 14px; }
  .register-star { font-size: 53px; margin-bottom: 22px; }
  .register-copy .text-button { margin-top: 18px; font-size: 12px; }
  .register-grid { gap: 26px; }
  .inline-form { padding: 23px 20px; }
  .faq { padding-top: 25px; }
  .faq-grid { gap: 27px; }
  .faq summary { font-size: 14px; line-height: 1.8; padding-block: 20px; }
  .faq details > p { font-size: 14px; }
  .site-footer { padding: 30px 0 calc(110px + env(safe-area-inset-bottom)); }
  .footer-inner { flex-wrap: wrap; gap: 25px; }
  .footer-inner > div:nth-child(2) { width: 100%; order: 3; }
  .footer-inner .text-button { font-size: 11px; }
  .mobile-cta { position: fixed; z-index: 25; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1.5fr 1fr; gap: 8px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: #ffffffed; border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-cta .button { font-size: 12px; min-height: 48px; padding: 10px 13px; gap: 8px; }
  .mobile-cta .x-mark { font-size: 18px; }
  .mobile-cta.is-hidden, body.dialog-open .mobile-cta { display: none; }
  .dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  .dialog-content { padding: 30px 22px; }
  .dialog h2 { font-size: 24px; line-height: 1.4; padding-right: 17px; }
  .dialog .eyebrow { font-size: 9px; }
  .privacy-dialog dl > div { grid-template-columns: 1fr; gap: 6px; }
  .screen-dialog [data-screen-image] { padding: 13px; }
}
.character-traits { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; margin-top: 22px; }
.character-traits li { border: 1px solid #ffffff38; border-radius: 30px; padding: 5px 10px; color: #ede6f5; font-size: 11px; line-height: 1.6; }
.character-media { margin-top: 21px; }
.voice-pending { color: #d3c8dd; font-size: 12px; line-height: 1.6; }
.voice-button { background: #ffffff16; border: 1px solid #ffffff50; color: #fff; max-width: 100%; white-space: normal; text-align: left; margin-bottom: 8px; }
.character-media + [data-cast-x] .character-x { margin-top: 16px; }
.section-ornament { width: min(388px, 100%); height: auto; margin: 40px auto 0; }
.experience-grid { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.experience-grid article { min-width: 0; overflow: hidden; border: 1px solid #6eb8ff60; border-radius: var(--radius-card); background: linear-gradient(120deg, #24394b, #192a39); }
/* Show the complete character scene: hats, horns, ears and hands must not be cropped. */
.experience-art img { display: block; width: 100%; height: auto; background: #253646; }
.experience-art figcaption { padding: 12px 24px; background: #152230; color: #c5d9eb; font-size: 12px; line-height: 1.8; }
.experience-art figcaption span { color: #fff; margin-right: 6px; }
.experience-copy { padding: 24px 27px 27px; }
.experience-art-credit { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; color: #c5d9eb; font-size: 12px; }
.experience-grid .eyebrow { color: var(--accent-soft); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.experience-grid h3 { font-size: 22px; line-height: 1.5; margin: 13px 0; color: #fff; }
.experience-grid p:last-child { font-size: 14px; line-height: 1.9; color: #d3e2ef; }
.screen-context { font-size: 12px; line-height: 1.8; color: var(--muted); margin-top: 17px; }
.screen-detail { font-size: 14px; line-height: 1.9; margin-top: 24px; }
.media { background: var(--surface-blue); border-top: 1px solid var(--line); }
.media-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.media-heading .section-description { max-width: 660px; }
.media-heading-symbol { color: var(--accent-bright); font-size: 112px; line-height: 1; }
.media-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.media-filters button { min-height: 44px; border: 1px solid var(--line); background: white; color: var(--accent); border-radius: 24px; padding: 10px 21px; font-size: 14px; font-weight: 600; }
.media-filters button[aria-pressed="true"] { color: #fff; background: var(--action); border-color: var(--action); font-weight: 700; }
.media-result-summary { color: var(--muted); font-size: 12px; margin: 23px 0 13px; }
.media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.media-card { border: 1px solid var(--frame); background: #fff; overflow: hidden; min-width: 0; border-radius: var(--radius-card); box-shadow: 0 4px 0 #cfe8ff70; }
.media-poster { aspect-ratio: 16 / 10; background: #e3f0fb; position: relative; overflow: hidden; display: grid; place-items: center; }
.media-poster img { width: 100%; height: 100%; object-fit: cover; }
.media-symbol { font-size: 80px; color: #365e82; }
.media-badge { position: absolute; left: 16px; top: 16px; background: #253646; color: #fff; padding: 7px 11px; border-radius: 4px; font-size: 11px; }
.media-card-body { padding: 27px; min-width: 0; }
.media-meta { color: var(--muted); font-size: 11px; }
.media-card h3 { font-size: 23px; line-height: 1.5; margin-top: 12px; overflow-wrap: anywhere; }
.media-card-body > p:not(.media-meta) { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 15px; overflow-wrap: anywhere; }
.media-card .button { margin-top: 24px; }
.media-card:only-child { display: grid; grid-template-columns: 1.15fr 1fr; grid-column: 1 / -1; }
.media-card:only-child .media-card-body { align-self: center; padding: 38px; }
.media-card:only-child .media-poster { aspect-ratio: auto; min-height: 310px; height: 100%; }
.media-empty { border: 1px dashed #91afc9; border-radius: 12px; padding: 46px 28px; text-align: center; background: #ffffff80; }
.media-empty > span { font-size: 36px; color: var(--accent); }
.media-empty h3 { font-size: 22px; line-height: 1.5; margin-top: 17px; }
.media-empty p, .media-footnote { color: var(--muted); font-size: 13px; line-height: 1.9; margin-top: 16px; }
.media-empty .text-button { margin-top: 20px; }
.media-dialog { width: min(900px, calc(100% - 32px)); }
.media-dialog-description { color: var(--muted); line-height: 1.8; font-size: 14px; margin-bottom: 22px; }
.media-dialog video { display: block; width: 100%; max-height: 58dvh; background: #152230; }
.media-dialog audio { display: block; width: 100%; min-height: 54px; }
.media-error { margin-top: 18px; padding: 16px; background: #fff0ee; color: #72291c; font-size: 13px; line-height: 1.8; }
.media-error button { margin-top: 10px; }
.media-transcript { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 18px; }
.media-transcript summary { cursor: pointer; min-height: 44px; font-size: 14px; font-weight: 600; }
.media-transcript p { white-space: pre-wrap; font-size: 14px; line-height: 1.9; overflow-wrap: anywhere; }
@media (max-width: 900px) {
  .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-card:only-child .media-card-body { padding: 26px; }
  .experience-grid { gap: 26px; }
}
@media (max-width: 700px) {
  .hero-ctas > .text-button { font-size: 12px; }
  .hero-copy .section-description { font-size: 13px; margin-top: 18px; }
  .character-traits { gap: 6px; margin-top: 16px; }
  .character-traits li { font-size: 10px; padding: 4px 8px; }
  .experience-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .experience-grid h3 { font-size: 20px; }
  .experience-grid p:last-child { font-size: 13px; }
  .media-heading-symbol { display: none; }
  .media-filters { gap: 7px; margin-top: 25px; }
  .media-filters button { padding-inline: 13px; font-size: 12px; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card:only-child { display: block; }
  .media-card:only-child .media-poster { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .media-card-body, .media-card:only-child .media-card-body { padding: 24px; }
  .media-card h3 { font-size: 21px; }
  .media-empty { padding: 32px 22px; }
  .media-empty h3 { font-size: 19px; }
  .media-dialog .dialog-content { padding: 32px 20px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .dm-notification, .button.primary:hover, .screen-button:hover img { transform: none; }
}
/* 2026-09-13 additions: JS-free fallback, manager journey, product info, share link, footer links, 404. docs/25-site-additions.md */
.js .prerender { display: none; }
.prerender { width: min(760px, calc(100% - 40px)); margin: 40px auto; line-height: 1.8; font-size: 15px; }
.prerender h1 { font-size: 30px; margin-top: 12px; }
.prerender h2 { font-size: 20px; margin-top: 32px; }
.prerender p { margin-top: 12px; }
.prerender ul { display: grid; gap: 8px; margin-top: 12px; }
.prerender dl { margin: 12px 0 0; }
.prerender dl > div { display: grid; grid-template-columns: 140px 1fr; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.prerender dd { margin: 0; }
.prerender a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.journey { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.journey li { position: relative; padding: 22px 20px 24px; border: 1px solid var(--frame); border-radius: var(--radius-card); background: white; min-width: 0; box-shadow: 0 4px 0 #cfe8ff70; }
.journey li::after { content: '→'; position: absolute; right: -16px; top: 24px; color: var(--accent); font-size: 14px; }
.journey li:last-child::after { content: none; }
.journey .eyebrow { font-size: 11px; letter-spacing: .06em; }
.journey h3 { font-size: 18px; line-height: 1.5; margin-top: 10px; }
.journey p:last-child { font-size: 13px; line-height: 1.9; color: var(--muted); margin-top: 10px; }
.journey-note { margin-top: 14px; font-size: 12px; color: var(--muted); line-height: 1.8; }
.play-grid { margin-top: 26px; }
.play .play-note { margin-top: 48px; }
.info { background: var(--surface-blue); border-top: 1px solid var(--line); }
.info-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.info-updated { margin-top: 18px; font-size: 12px; color: var(--muted); }
.info-table { margin: 0; background: white; border: 1px solid var(--frame); border-radius: var(--radius-card); overflow: hidden; }
.info-row { display: grid; grid-template-columns: 150px 1fr; gap: 14px; align-items: center; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: 0; }
.info-row dt { font-size: 13px; font-weight: 700; }
.info-row dd { margin: 0; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-size: 14px; line-height: 1.7; color: var(--muted); min-width: 0; }
.info-value { min-width: 0; }
.info-link { display: inline-flex; align-items: center; gap: 6px; }
.info-row dd a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.info-status { flex-shrink: 0; font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 20px; white-space: nowrap; background: #edf1f5; color: #535353; }
.info-row[data-status="confirmed"] .info-status { background: var(--surface-blue); color: var(--accent); }
.info-row[data-status="planned"] .info-status { background: #fff4e0; color: #7a4b00; }
.info-note { margin-top: 18px; font-size: 12px; line-height: 1.8; color: var(--muted); }
.character-share { pointer-events: auto; margin-top: 12px; color: #ddd3e3; font-size: 12px; gap: 8px; }
.character-share:hover { color: white; }
.share-status { font-size: 11px; line-height: 1.7; color: #d3c8dd; }
.share-status:not(:empty) { margin-top: 2px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px 22px; align-items: center; justify-content: flex-end; }
.footer-links .text-button { font-size: 12px; }
.footer-contact { max-width: 440px; }
.not-found-page { min-height: 100dvh; display: grid; place-items: center; background: var(--paper); }
.not-found { width: min(560px, calc(100% - 40px)); text-align: center; padding: 60px 0; }
.not-found img { width: 64px; margin: 0 auto 24px; }
.not-found h1 { font-size: 32px; margin-top: 10px; }
.not-found > p:not(.eyebrow) { margin-top: 18px; line-height: 1.85; color: var(--muted); font-size: 15px; }
.not-found-actions { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 30px; }
.not-found-note { font-size: 12px; }
@media (max-width: 900px) {
  .journey { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey li::after { content: none; }
  .info-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 700px) {
  .journey { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .journey h3 { font-size: 17px; }
  .info-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 16px; }
  .info-row dd { flex-wrap: wrap; gap: 6px 14px; }
  .character-share { width: 100%; justify-content: center; }
  .footer-links { width: 100%; justify-content: flex-start; }
  .prerender h1 { font-size: 26px; }
  .prerender dl > div { grid-template-columns: 1fr; gap: 4px; }
}

/* 2026-09-18: one-session strip and schedule system (deck p.10, p.13 and game design doc 033, player-facing wording only). */
.session { margin-top: 56px; padding: 28px 28px 24px; border: 1px solid var(--frame); border-radius: var(--radius-card); background: var(--surface-blue); }
.session-copy h3 { font-size: 24px; line-height: 1.45; margin-top: 8px; }
.session-copy p:last-child { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 640px; }
.session-steps { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.session-steps li { position: relative; display: grid; align-content: start; gap: 4px; padding: 16px 16px 18px; background: white; border: 1px solid #cfe8ff; border-radius: 14px 14px 14px 4px; min-width: 0; }
.session-steps li::after { content: '→'; position: absolute; right: -12px; top: 18px; color: var(--accent); font-size: 12px; z-index: 1; }
.session-steps li:last-child::after { content: none; }
.session-time { font-size: 11px; font-weight: 700; color: var(--accent); letter-spacing: .02em; }
.session-steps strong { font-size: 15px; line-height: 1.5; }
.session-steps li span:last-child { font-size: 12.5px; line-height: 1.7; color: var(--muted); }
.schedule-system { margin-top: 72px; padding-top: 56px; border-top: 1px solid var(--line); }
.schedule-heading h3 { font-size: 30px; line-height: 1.4; margin-top: 10px; }
.schedule-heading .section-description { max-width: 720px; }
.schedule-body { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 40px; margin-top: 36px; align-items: start; }
.schedule-items { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.schedule-items li { padding: 20px 20px 22px; border: 1px solid var(--frame); border-radius: var(--radius-card); background: white; min-width: 0; }
.schedule-number { font-family: var(--font-title); font-size: 12px; color: var(--accent); letter-spacing: .06em; }
.schedule-items h4 { font-family: var(--font-title); font-size: 16px; line-height: 1.5; margin: 6px 0 0; }
.schedule-items p { margin-top: 8px; font-size: 13px; line-height: 1.85; color: var(--muted); }
.schedule-figures { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; position: sticky; top: 96px; }
.schedule-figures figure { margin: 0; }
.schedule-figures img { width: 100%; height: auto; border: 5px solid #fff; border-radius: 17px; box-shadow: 5px 12px 25px #27154122; }
.schedule-figures figcaption { margin-top: 10px; font-size: 12px; line-height: 1.6; color: var(--muted); }
.schedule-figures .journey-note { grid-column: 1 / -1; margin-top: 0; }
@media (min-width: 901px) and (max-width: 1100px) {
  .journey { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .journey li::after, .session-steps li::after { content: none; }
  .session-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .schedule-body { grid-template-columns: 1fr; }
  .schedule-figures { position: static; max-width: 520px; }
}
@media (max-width: 720px) {
  .session { margin-top: 36px; padding: 20px 16px; }
  .session-copy h3 { font-size: 20px; }
  .session-steps { grid-template-columns: 1fr; gap: 8px; }
  .session-steps li { grid-template-columns: 76px 1fr; column-gap: 12px; padding: 12px 14px; }
  .session-steps .session-time { grid-row: 1 / span 2; align-self: center; }
  .schedule-system { margin-top: 48px; padding-top: 40px; }
  .schedule-heading h3 { font-size: 24px; }
  .schedule-items { grid-template-columns: 1fr; gap: 10px; }
  .schedule-items li { padding: 16px 16px 18px; }
}

/* 2026-09-18: one tabbed play loop replaces the experience cards, journey cards and screen cards. */
.loop { margin-top: 40px; border: 1px solid var(--frame); border-radius: var(--radius-card); background: white; box-shadow: 0 4px 0 #cfe8ff70; overflow: clip; }
.loop-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--line); background: var(--surface-blue); overflow-x: auto; scrollbar-width: none; }
.loop-tabs::-webkit-scrollbar { display: none; }
.loop-tabs [role="tab"] { appearance: none; border: 0; background: transparent; font: inherit; color: #4a5561; cursor: pointer; display: grid; justify-items: center; gap: 2px; min-height: 64px; padding: 10px 6px; font-weight: 700; font-size: 14px; border-bottom: 3px solid transparent; position: relative; }
.loop-tabs [role="tab"] + [role="tab"]::before { content: '→'; position: absolute; left: -6px; top: 50%; transform: translateY(-50%); font-size: 11px; color: #9db6cc; font-weight: 400; }
.loop-tabs [role="tab"]:hover { color: var(--accent); }
.loop-tabs [role="tab"][aria-selected="true"] { color: var(--accent); background: white; border-bottom-color: var(--accent); }
.loop-number { font-family: var(--font-title); font-size: 11px; letter-spacing: .06em; }
.loop-tabs [role="tab"] { grid-template-rows: 17px 21px 1fr; align-items: start; }
.loop-tabs small { font-size: 12px; line-height: 1.5; color: var(--muted); font-weight: 500; margin: 4px 0; text-wrap: balance; }
.schedule-effects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; padding: 16px 0; border-block: 1px solid var(--line); gap: 16px 28px; max-width: 720px; }
.schedule-effects dt { color: var(--accent); font-size: 14px; font-weight: 700; }
.schedule-effects dd { margin: 6px 0 0; font-size: 14px; line-height: 1.7; color: var(--muted); }
.loop-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 40px; padding: 36px 36px 32px; align-items: center; }
.loop-panel[hidden] { display: none; }
.loop-panel-text { grid-template-columns: minmax(0, 1fr); }
.loop-panel-text .loop-copy { max-width: 640px; }
.loop-copy h3 { font-size: 28px; line-height: 1.4; margin-top: 12px; }
.loop-copy > p:not(.eyebrow) { margin-top: 16px; font-size: 15px; line-height: 1.9; color: var(--muted); }
.loop-demo-link { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; margin-top: 14px; color: var(--accent); font-size: 14px; font-weight: 700; }
.loop-pager { display: flex; align-items: center; gap: 14px; margin-top: 26px; font-size: 12px; color: #5c6874; font-variant-numeric: tabular-nums; }
.round-button { appearance: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--frame); background: white; color: var(--accent); font-size: 16px; cursor: pointer; }
.round-button:hover:not(:disabled) { background: var(--surface-blue); }
.round-button:disabled { opacity: .35; cursor: default; }
.loop-visual { min-width: 0; }
.loop-screen .screen-button { height: 400px; }
.loop-screen .screen-context { margin-top: 10px; font-size: 12px; color: var(--muted); line-height: 1.7; }
.art-figure { margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid #6eb8ff60; background: #152230; }
.art-figure img { display: block; width: 100%; height: auto; background: #253646; }
.art-figure figcaption { padding: 10px 16px; color: #c5d9eb; font-size: 12px; line-height: 1.7; }
.art-figure figcaption span { color: #fff; margin-right: 4px; }
.art-figure figcaption a { color: #cfe8ff; text-decoration: underline; text-underline-offset: 2px; white-space: nowrap; }
.session-art { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
@media (max-width: 900px) {
  .loop-panel { grid-template-columns: 1fr; gap: 24px; padding: 26px 22px 24px; }
  .loop-copy h3 { font-size: 24px; }
  .loop-visual { order: -1; }
  .loop-screen .screen-button { height: 340px; }
}
@media (max-width: 720px) {
  .loop { margin-top: 28px; }
  .loop-tabs [role="tab"] { min-height: 56px; font-size: 12.5px; padding: 8px 2px; }
  .loop-tabs [role="tab"] + [role="tab"]::before { content: none; }
  .loop-tabs small { font-size: 11px; max-width: 6.5em; }
  .schedule-effects { gap: 18px; }
  .schedule-effects dd { font-size: 13px; }
  .loop-panel { padding: 18px 16px 20px; gap: 18px; }
  .loop-copy h3 { font-size: 21px; margin-top: 8px; }
  .loop-copy > p:not(.eyebrow) { font-size: 14px; margin-top: 10px; }
  .loop-pager { margin-top: 16px; }
  .loop-screen .screen-button { height: 300px; }
  .session-art { gap: 8px; }
  .session-art .art-figure figcaption { padding: 8px 10px; font-size: 11px; line-height: 1.6; }
  .art-figure figcaption { padding: 9px 12px; font-size: 11.5px; }
}

/* Character voice section (public/voice.js) */
.voice { background: var(--surface-blue); }
.voice-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 64px; align-items: start; }
.voice-copy .ai-notice-link { display: inline-flex; margin-top: 18px; }
.voice-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.voice-row { --voice-color: #cfe8ff; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 6px 14px; padding: 14px 16px; background: white; border: 1px solid var(--frame); border-radius: var(--radius-card); }
.voice-avatar img { display: block; width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--voice-color); }
.voice-name { display: grid; gap: 2px; min-width: 0; }
.voice-name strong { font-size: 16px; line-height: 1.4; }
.voice-name span { font-size: 12.5px; color: #5c6874; }
.voice-soon { font-size: 12px; font-weight: 700; color: #5c6874; padding: 6px 12px; border-radius: 999px; background: #edf1f5; white-space: nowrap; }
.voice-row[data-voice-state="pending"] .voice-avatar img { filter: grayscale(.6); opacity: .8; }
.voice-play { appearance: none; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; min-width: 96px; justify-content: center; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--accent); background: var(--accent); color: white; font: inherit; font-weight: 700; font-size: 13px; cursor: pointer; }
.voice-play:hover { filter: brightness(1.08); }
.voice-icon { width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 10px; border-color: transparent transparent transparent currentColor; }
.voice-row[data-voice-state="playing"] .voice-play { background: white; color: var(--accent); }
.voice-row[data-voice-state="playing"] .voice-icon { width: 10px; height: 12px; border: 0; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.voice-progress { grid-column: 2 / 3; height: 4px; border-radius: 4px; background: #e3edf6; overflow: hidden; }
.voice-progress i { display: block; height: 100%; width: 0; background: var(--accent); transition: width .2s linear; }
.voice-time { font-size: 11px; color: #5c6874; font-variant-numeric: tabular-nums; text-align: right; }
.voice-error { grid-column: 1 / -1; font-size: 12.5px; color: #b3261e; }
.voice-transcript { grid-column: 1 / -1; font-size: 13px; }
.voice-transcript summary { cursor: pointer; color: var(--accent); font-weight: 700; min-height: 32px; display: inline-flex; align-items: center; }
.voice-transcript p { margin-top: 6px; line-height: 1.85; color: var(--muted); }
@media (max-width: 900px) { .voice-grid { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 720px) {
  .voice-row { grid-template-columns: 44px minmax(0, 1fr) auto; padding: 12px; gap: 6px 10px; }
  .voice-avatar img { width: 44px; height: 44px; }
  .voice-play { min-width: 84px; padding: 8px 12px; }
}
@media (prefers-reduced-motion: reduce) { .voice-progress i { transition: none; } }

/* Figma schedule: the same component is used in the phone and the full demo.
   Original assets: public/assets/figma/schedule. Darker text preserves readable contrast. */
.schedule-main { display: grid; gap: 20px; min-width: 0; }
.schedule-body { grid-template-columns: 1fr; gap: 24px; }
.schedule-demo { --sched-blue: var(--accent-bright); --sched-text: var(--accent); --sched-grid: #ecf2f6; --sched-orange: #ffa56d; --sched-orange-text: #91450f; --sched-row: 52px; min-width: 0; }
.demo-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.demo-title { font-family: var(--font-title); font-size: 18px; font-weight: 700; }
.demo-badge { font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 99px; background: var(--surface-blue); color: var(--accent); }
.demo-body { display: grid; grid-template-columns: minmax(0, 434px) minmax(0, 1fr); gap: 42px; align-items: start; }
.sched-screen { padding: 18px 16px 10px; min-width: 0; border: 1px solid var(--line); background: white; border-radius: 16px; box-shadow: 0 8px 30px #2536460a; }
.sched-toolbar { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.sched-toolbar h4 { font: 800 20px/1.3 var(--font-body); margin: 0; }
.sched-segment { display: flex; border-radius: 99px; background: #f3f3f3; border: 1px solid var(--line); padding: 2px; }
.sched-segment button { min-height: 36px; min-width: 65px; padding: 4px 12px; border-radius: 99px; background: none; color: var(--sched-text); font-size: 13px; font-weight: 700; }
.sched-segment [aria-pressed="true"] { background: var(--sched-blue); color: #102a40; box-shadow: inset 0 0 0 1px #ffffff50; }
.sched-month { margin: 14px 0 8px; font-size: 11px; color: var(--muted); }
.sched-dates { display: grid; grid-template-columns: .85fr .85fr 1fr 1fr 1fr 1fr; gap: 5px; }
.sched-dates button { position: relative; min-width: 0; height: 58px; background: #cfe8ff; color: #42586b; border: 1px solid var(--line); border-radius: 2px 8px 2px 8px; text-align: left; padding: 3px 5px; }
.sched-dates button > span { display: block; font-size: 12px; line-height: 1.2; }
.sched-dates strong { display: block; font-size: 26px; text-align: right; line-height: 1.2; white-space: nowrap; letter-spacing: -.05em; }
.sched-dates button[aria-pressed="true"] { background: var(--sched-blue); color: #102a40; border-color: var(--sched-blue); }
.sched-dates button:disabled { background: #f4f6f8; color: #78828b; border: 1px dashed #aab4be; opacity: 1; cursor: default; }
.sched-icon { display: inline-block; flex: none; width: 24px; height: 24px; object-fit: contain; }
.sched-dates .sched-icon { position: absolute; top: 5px; right: 4px; width: 14px; height: 14px; }
.sched-dates button:disabled .sched-icon { top: auto; bottom: 3px; left: 3px; width: 21px; height: 21px; }
.sched-actors { display: flex; gap: 6px; margin: 12px 0; }
.sched-actors button { flex: 1; min-width: 0; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 4px; position: relative; padding: 0 4px; border: 1px solid #c8d5df; border-radius: 4px 10px 4px 10px; background: #f0f4f7; font-size: 12px; font-weight: 700; }
.sched-actors button[aria-pressed="true"] { background: var(--sched-blue); border-color: var(--sched-blue); color: #102a40; box-shadow: -2px 2px 0 #cfe8ff; }
.sched-avatar { width: 27px; height: 32px; object-fit: cover; object-position: top; border-radius: 6px; }
.sched-selected { display: none; width: 16px; height: 16px; position: absolute; right: -5px; top: -5px; }
[aria-pressed="true"] > .sched-selected { display: block; }
.sched-profile { background: #f6fbff; border: 1px solid #8eb9e3; border-radius: 4px; margin-top: 12px; }
.sched-profile summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px; min-height: 36px; cursor: pointer; color: var(--sched-text); font-size: 15px; font-weight: 800; list-style: none; }
.sched-profile summary::-webkit-details-marker { display: none; }
.sched-profile summary > span:last-child { font-size: 10px; font-weight: 500; color: #476883; }
.sched-profile-body { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 8px; padding: 0 7px 8px; }
.sched-portrait { width: 66px; height: 132px; object-fit: cover; object-position: 50% 20%; background: white; border: 2px solid var(--sched-blue); border-radius: 3px 16px 3px 16px; }
.sched-abilities { min-width: 0; }
.sched-stamina { display: flex; align-items: center; gap: 6px; margin: 3px 0 8px; color: #476883; font-size: 10px; }
.sched-stamina .sched-icon { width: calc(100% - 50px); height: 16px; }
.sched-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
.sched-stat { min-width: 0; padding: 3px 3px 5px; border: 1px solid var(--stat-color, #da8080); background: white; border-radius: 2px 8px 2px 8px; }
.sched-stat > span { display: flex; align-items: center; gap: 2px; color: #4f5963; font-size: 9px; line-height: 1.4; }
.sched-stat .sched-icon { width: 10px; height: 10px; }
.sched-stat strong { display: block; text-align: right; font-size: 11px; line-height: 1.3; color: #586675; }
.sched-stat i { display: block; height: 3px; margin-top: 3px; border-radius: 99px; background: linear-gradient(to right, var(--stat-color, #da8080) 70%, #ddd 70%); }
.sched-stat[data-stat="talk"] { --stat-color: #e4ab88; }.sched-stat[data-stat="game"] { --stat-color: #dabb80; }.sched-stat[data-stat="performance"] { --stat-color: #c2da80; }.sched-stat[data-stat="stream"] { --stat-color: #80c7da; }.sched-stat[data-stat="charm"] { --stat-color: #9780da; }.sched-stat[data-stat="variety"] { --stat-color: #da80a1; }
.sched-today { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 18px 0 12px; }
.sched-today h4 { margin: 0; font-size: 17px; font-weight: 800; color: #4e6477; }
.sched-today > span { color: var(--sched-orange-text); font-size: 12px; }
.sched-calendar-viewport { max-height: 362px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #b7d3eb transparent; padding: 2px 3px 2px 0; }
.demo-calendar { display: grid; grid-template-columns: 49px minmax(0, 1fr); column-gap: 10px; }
.demo-hours, .demo-track { display: grid; grid-template-rows: repeat(10, var(--sched-row)); }
.demo-hours span { font-size: 11px; line-height: 1; color: #667480; font-variant-numeric: tabular-nums; }
.demo-track { grid-template-columns: minmax(0, 1fr); position: relative; border: 1px solid var(--sched-grid); background: repeating-linear-gradient(to bottom, transparent 0 calc(var(--sched-row) - 1px), var(--sched-grid) calc(var(--sched-row) - 1px) var(--sched-row)); }
.demo-slot { grid-column: 1; min-width: 0; margin: 1px; padding: 2px 8px; border: 1px dashed transparent; background: transparent; color: var(--sched-text); text-align: left; font-size: 11px; }
.demo-slot > span { opacity: 0; }
.demo-slot:hover, .demo-slot:focus-visible, .sched-dragging .demo-slot { background: #daedff; border: 1px dashed var(--sched-blue); border-radius: 10px; }
.demo-slot:hover > span, .demo-slot:focus-visible > span, .sched-dragging .demo-slot > span { opacity: 1; }
[data-step="place"] .demo-slot[data-demo-action="slot:840"] { background: #daedff; border: 2px dashed var(--sched-blue); border-radius: 10px; }
[data-step="place"] .demo-slot[data-demo-action="slot:840"] > span { opacity: 1; }
.demo-block { grid-column: 1; z-index: 1; min-width: 0; margin: 0; padding: 5px 9px; border: 0; border-left: 9px solid var(--sched-orange); background: #fff8f4; color: var(--sched-orange-text); text-align: left; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; line-height: 1.25; }
.demo-block strong { font-size: 14px; font-weight: 800; }
.demo-block[data-activity="rest"][data-status="planned"] { border-color: #63b581; background: #edf8f1; color: #24633e; }
.demo-block[data-selected="true"] { outline: 2px solid var(--sched-text); outline-offset: -2px; }
.sched-block-time, .sched-block-place, .demo-block em { font-size: 11px; }
.sched-block-place { margin-top: auto; color: #626970; }
.demo-block em { font-style: normal; font-weight: 700; color: #24633e; }
.demo-block[data-status="late"] { background: #fff0ee; border-color: #dd625a; color: #922d27; }
.demo-block[data-status="done"] { background: #edf8f1; border-color: #63b581; color: #24633e; }
.demo-block[data-status="early"] { background: #fff8e7; border-color: #d8ad53; }
.demo-block[data-status="cancelled"] { border: 1px dashed #9ba8b2; background: #f3f5f7; color: #596773; }
.demo-block[data-status="cancelled"] strong { text-decoration: line-through; }
.demo-block[style*="span 1"] .sched-block-place { display: none; }
.sched-calendar-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; }
.sched-calendar-footer > span { font-size: 10px; color: #5c6874; }
.sched-add { width: 44px; height: 44px; flex: none; background: transparent; padding: 0; border-radius: 50%; }
.sched-add .sched-icon { width: 42px; height: 42px; }
.sched-week { min-height: 220px; display: grid; align-content: start; gap: 10px; }
.sched-week button { display: grid; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface-blue); text-align: left; }
.sched-week strong { font-size: 14px; }.sched-week span { font-size: 12px; }
.demo-panel { min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-card); background: white; position: sticky; top: 104px; }
.sched-activity-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sched-activity-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; min-width: 0; padding: 16px 12px; border: 1px solid #d0dce5; border-radius: 4px 14px 4px 14px; background: #fff; text-align: left; }
.sched-activity-card[aria-pressed="true"] { border-color: var(--sched-blue); background: #eef7ff; box-shadow: 0 3px 0 #cfe8ff; }
.sched-activity-card .sched-icon { width: 22px; height: 22px; object-fit: cover; object-position: left; }
.sched-activity-card > i { position: absolute; right: 8px; top: 8px; font-style: normal; color: var(--sched-text); }
.sched-activity-card strong { font-size: 14px; line-height: 1.4; }.sched-activity-card > span { font-size: 11px; color: #566879; line-height: 1.4; }
.demo-story { margin-top: 28px; }
.demo-story h4 { margin: 0; font: 700 20px/1.5 var(--font-title); }
.demo-story p { margin-top: 12px; font-size: 14px; line-height: 1.85; color: var(--muted); }
.demo-story .demo-result { padding: 12px; border-radius: 8px; background: var(--surface-blue); color: var(--ink); font-weight: 700; font-size: 13px; }
.demo-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 22px; }
.demo-actions .button { min-height: 44px; padding: 10px 16px; font-size: 13px; }
.demo-choices-label { flex-basis: 100%; font-size: 12px; font-weight: 700; color: var(--accent); }
.sched-help { margin-top: 22px; font-size: 12px; line-height: 1.8; color: var(--muted); }
.demo-panel .journey-note { padding-top: 16px; border-top: 1px solid var(--line); margin-top: 20px; font-size: 11px; line-height: 1.8; }
.sched-sheet { width: min(440px, calc(100% - 24px)); max-height: calc(100dvh - 24px); overflow-y: auto; overscroll-behavior: contain; border: 1px solid #e0e0e0; border-radius: 32px 32px 12px 12px; padding: 36px 24px 24px; color: var(--ink); background: white; box-shadow: 0 10px 50px #0003; }
.sched-sheet::backdrop { background: #0009; }
.sched-sheet-grip { position: absolute; top: 12px; left: calc(50% - 50px); width: 100px; height: 4px; background: #ddd; border-radius: 16px; }
.sched-sheet-close { display: grid; place-items: center; width: 40px; height: 40px; background: none; margin-bottom: 4px; padding: 0; }
.sched-sheet h3 { font: 800 20px/1.5 var(--font-body); margin: 0 0 18px; color: var(--accent); }
.sched-detail-facts, .sched-detail-effects { margin: 0; display: grid; gap: 12px; }
.sched-detail-facts > div, .sched-detail-effects > div { display: grid; grid-template-columns: 85px minmax(0, 1fr); gap: 12px; align-items: baseline; }
.sched-detail-facts dt { font-size: 14px; color: var(--accent); font-weight: 700; }
.sched-sheet dd { margin: 0; text-align: right; font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
.sched-detail-facts dd { color: var(--accent); border-bottom: 1px dotted #ccd7df; padding-bottom: 4px; }
.sched-detail-effects { background: #f7f9fb; padding: 12px; margin: 20px 0; border-radius: 6px; }.sched-detail-effects dt { font-size: 12px; color: #596773; }.sched-detail-effects dd { color: #405f7c; }
.sched-time-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--muted); }
.sched-time-label select { font: inherit; color: var(--accent); background: white; border: 1px solid var(--line); border-radius: 6px; padding: 8px 12px; min-height: 40px; }
.sched-duration { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; text-align: center; border: 1px solid #dae0e6; background: #ecf2f6; border-radius: 12px; margin: 16px 0 24px; }
.sched-duration button { min-height: 44px; background: transparent; font-size: 20px; color: var(--accent); }.sched-duration output { font-size: 14px; color: #586675; }
.sched-sheet-actions { display: flex; gap: 12px; }.sched-sheet-actions .button { flex: 1; font-size: 13px; padding: 10px; min-height: 44px; }
.schedule-more, .schedule-reference { border: 1px solid var(--line); border-radius: var(--radius-card); background: white; }
.schedule-more summary, .schedule-reference summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; cursor: pointer; font-weight: 700; font-size: 14px; list-style: none; }
.schedule-more summary::-webkit-details-marker, .schedule-reference summary::-webkit-details-marker { display: none; }
.schedule-more summary span { color: var(--accent); }.schedule-more .schedule-items { padding: 0 16px 16px; }.schedule-more .schedule-items li { border-color: var(--line); box-shadow: none; }
.schedule-figures { position: static; max-width: 460px; padding: 16px 20px 24px; margin: auto; }
#scene-schedule { padding: 0 8px 12px; }
.schedule-demo-compact { --sched-row: 52px; }
.schedule-demo-compact .demo-head { margin: 10px 4px; }.schedule-demo-compact .demo-title { display: none; }
.schedule-demo-compact .demo-body { display: block; }
.schedule-demo-compact .sched-screen { padding: 10px 6px; border: 0; box-shadow: none; border-radius: 0; }
.schedule-demo-compact .sched-toolbar h4 { font-size: 16px; }.schedule-demo-compact .sched-segment button { min-width: 54px; padding-inline: 8px; }
.schedule-demo-compact .sched-calendar-viewport { max-height: 220px; }
.schedule-demo-compact .demo-calendar { grid-template-columns: 38px minmax(0, 1fr); gap: 6px; }
.schedule-demo-compact .sched-actors { gap: 4px; }.schedule-demo-compact .sched-actors button { font-size: 10px; padding-inline: 2px; }.schedule-demo-compact .sched-avatar { width: 20px; height: 26px; }
.schedule-demo-compact .sched-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }.schedule-demo-compact .sched-profile-body { grid-template-columns: 48px 1fr; gap: 5px; }.schedule-demo-compact .sched-portrait { width: 48px; height: 148px; }
.schedule-demo-compact .sched-today h4 { font-size: 14px; }
.schedule-demo-compact .demo-panel { position: static; padding: 12px 8px; border: 0; border-top: 1px solid var(--line); border-radius: 0; }
.schedule-demo-compact .sched-activity-card { padding: 10px 8px; gap: 5px; }.schedule-demo-compact .sched-activity-card strong { font-size: 12px; }.schedule-demo-compact .sched-activity-card > span { font-size: 10px; }
.schedule-demo-compact .demo-story { margin-top: 18px; }.schedule-demo-compact .demo-story h4 { font: 700 15px/1.5 var(--font-body); }.schedule-demo-compact .demo-story p { font-size: 12px; line-height: 1.7; margin-top: 8px; }
.schedule-demo-compact .demo-actions { margin-top: 14px; }.schedule-demo-compact .demo-actions .button { padding: 8px 10px; font-size: 12px; flex: 1; }
.schedule-demo-compact .sched-help { display: none; }.schedule-demo-compact .demo-panel .journey-note { margin-top: 14px; padding-top: 12px; font-size: 10px; }
@media (max-width: 900px) {
  .demo-body { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
  .demo-panel { padding: 18px; }
  .sched-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sched-portrait { height: 168px; }
}
@media (max-width: 720px) {
  .demo-body { grid-template-columns: 1fr; gap: 18px; }
  .sched-screen { padding: 16px 10px 10px; }.demo-panel { position: static; }
  .sched-profile-body { grid-template-columns: 56px minmax(0, 1fr); gap: 6px; }.sched-portrait { width: 56px; height: 154px; }
  .sched-actors button { font-size: 11px; }.sched-avatar { width: 22px; height: 28px; }
  .sched-sheet { position: fixed; inset: auto 0 0; width: 100%; max-width: 480px; max-height: 90dvh; margin: 0 auto; border-radius: 28px 28px 0 0; padding: 30px 20px max(20px, env(safe-area-inset-bottom)); }
  .demo-story h4 { font-size: 18px; }.demo-story p { font-size: 13px; }
  .demo-actions .button { flex: 1 1 auto; }
}
.schedule-demo [hidden] { display: none !important; }

/* The landing phone keeps the original screen proportions. The guided exercise lives outside it. */
.phone[data-scene="schedule"] { width: min(360px, 100%); min-width: 0; aspect-ratio: 402 / 900; min-height: 0; display: flex; flex-direction: column; }
.phone[data-scene="schedule"] .phone-status { flex: none; }
.phone[data-scene="schedule"] .phone-brand, .phone[data-scene="schedule"] > .feed-dock { display: none; }
.phone[data-scene="schedule"] #scene-schedule { display: flex; flex: 1; min-height: 0; padding: 0 8px 14px; }
.phone[data-scene="schedule"] .schedule-demo-compact { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.schedule-demo-compact .demo-head { display: none; }
.schedule-demo-compact .demo-body { display: flex; flex-direction: column; align-items: stretch; flex: 1; min-height: 0; }
.schedule-demo-compact .sched-screen { position: relative; display: flex; flex-direction: column; flex: 1; min-height: 0; padding: 3px 5px 0; }
.schedule-demo-compact .sched-screen > :not(.sched-calendar-viewport):not(.sched-week) { flex: none; }
.schedule-demo-compact .sched-toolbar { min-height: 38px; }
.schedule-demo-compact .sched-month { display: none; }
.schedule-demo-compact .sched-dates { margin-top: 8px; }
.schedule-demo-compact .sched-dates button { height: 46px; }
.schedule-demo-compact .sched-dates strong { font-size: 24px; }
.schedule-demo-compact .sched-dates button > span { font-size: 10px; }
.schedule-demo-compact .sched-actors { margin: 9px 0; }
.schedule-demo-compact .sched-actors button { min-height: 30px; }
.schedule-demo-compact .sched-profile { margin-top: 0; }
.schedule-demo-compact .sched-profile summary { padding: 5px 6px; min-height: 27px; font-size: 13px; }
.schedule-demo-compact .sched-profile summary > span:last-child { font-size: 8px; }
.schedule-demo-compact .sched-profile-body { grid-template-columns: 50px minmax(0, 1fr); gap: 5px; padding: 0 5px 6px; }
.schedule-demo-compact .sched-portrait { width: 50px; height: 98px; }
.schedule-demo-compact .sched-stamina { margin: 0 0 5px; font-size: 8px; }
.schedule-demo-compact .sched-stamina .sched-icon { height: 12px; }
.schedule-demo-compact .sched-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }
/* English ability names need room to stay readable inside the phone preview. */
:lang(en) .schedule-demo-compact .sched-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.schedule-demo-compact .sched-stat { padding: 2px; }
.schedule-demo-compact .sched-stat > span { font-size: 8px; gap: 1px; }
.schedule-demo-compact .sched-stat .sched-icon { width: 8px; height: 8px; }
.schedule-demo-compact .sched-stat strong { font-size: 9px; }
.schedule-demo-compact .sched-today { margin: 12px 0 10px; }
.schedule-demo-compact .sched-today h4 { font-size: 14px; }
.schedule-demo-compact .sched-today > span { font-size: 10px; }
.schedule-demo-compact .sched-calendar-viewport { flex: 1; min-height: 0; max-height: none; overflow: visible; padding: 0; }
.schedule-demo-compact .demo-calendar { height: 100%; grid-template-rows: minmax(0, 1fr); }
.schedule-demo-compact .demo-hours, .schedule-demo-compact .demo-track { height: 100%; grid-template-rows: repeat(10, minmax(0, 1fr)); }
.schedule-demo-compact .demo-track { background: repeating-linear-gradient(to bottom, transparent 0 calc(10% - 1px), var(--sched-grid) calc(10% - 1px) 10%); }
.schedule-demo-compact .demo-hours span { font-size: 10px; }
.schedule-demo-compact .demo-block { padding: 4px 6px; border-left-width: 7px; gap: 2px; }
.schedule-demo-compact .demo-block strong { font-size: 12px; }
.schedule-demo-compact .demo-block[style*="span 1"] { padding-block: 2px; gap: 0; line-height: 1.1; }
.schedule-demo-compact .demo-block[style*="span 1"] strong { font-size: 11px; }
.schedule-demo-compact .demo-block[style*="span 1"] .sched-block-time { font-size: 9px; }
.schedule-demo-compact .sched-block-time, .schedule-demo-compact .sched-block-place, .schedule-demo-compact .demo-block em { font-size: 10px; }
.schedule-demo-compact .sched-calendar-footer { position: absolute; right: 7px; bottom: 14px; margin: 0; }
.schedule-demo-compact .sched-calendar-footer > span { display: none; }
.schedule-demo-compact .sched-week { flex: 1; min-height: 0; }
#moment-schedule-guide { --sched-blue: var(--accent-bright); --sched-text: var(--accent); margin-top: 24px; max-width: 440px; }
#moment-schedule-guide[hidden] { display: none; }
#moment-schedule-guide .demo-panel { position: static; padding: 16px; border-radius: 12px; background: #f6fbff; }
#moment-schedule-guide .sched-activity-card { padding: 10px; gap: 5px; }
#moment-schedule-guide .sched-activity-card strong { font-size: 12px; }
#moment-schedule-guide .sched-activity-card > span { font-size: 10px; }
#moment-schedule-guide .demo-story { margin-top: 16px; }
#moment-schedule-guide .demo-story h4 { font: 700 16px/1.5 var(--font-body); }
#moment-schedule-guide .demo-story p { font-size: 12px; line-height: 1.7; margin-top: 7px; }
#moment-schedule-guide .demo-actions { margin-top: 14px; }
#moment-schedule-guide .demo-actions .button { padding: 8px 12px; font-size: 12px; }
#moment-schedule-guide .sched-help, #moment-schedule-guide .journey-note { display: none; }
.moment-grid[data-scene="schedule"] { align-items: start; }
@media (max-width: 900px) {
  .moment-grid[data-scene="schedule"] { grid-template-columns: 1fr; gap: 26px; }
  .moment-grid[data-scene="schedule"] .moment-copy { max-width: 600px; width: 100%; margin: auto; }
  #moment-schedule-guide { max-width: none; }
}


/* Landing composition: hook → cast → hands-on preview → play → registration. */
.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); min-height: 590px; padding-block: 36px 48px; }
.hero-brand { align-self: end; }
.hero-wordmark { width: 150px; }
.hero-copy { margin-top: 27px; }
.hero-hook { margin-top: 23px; color: var(--accent); font-size: 18px; font-weight: 700; line-height: 1.7; }
.hero-copy h1 { font-size: clamp(32px, 3.3vw, 48px); line-height: 1.4; margin-top: 17px; letter-spacing: -.04em; }
.hero-copy .section-description { max-width: 445px; margin-top: 22px; font-size: 16px; }
.hero-ctas { flex-direction: row; flex-wrap: wrap; gap: 10px; margin-top: 25px; align-content: start; }
.hero-ctas .button { min-width: 0; font-size: 14px; padding-inline: 18px; }
.hero-art { width: calc(100% + 90px); margin-left: -30px; margin-top: 0; align-self: center; }
.dm-notification { right: 18px; bottom: 54px; }
.release-notice { margin-top: 0; margin-bottom: 22px; padding: 15px 22px; background: #ffffffa6; }
.release-kicker { display: none; }
.release-date time { font-size: 20px; }
.release-title strong { font-size: 15px; }
.release-detail { max-width: 440px; }
.hero-bottom { min-height: 58px; }
.landing-hooks { background: #edf6ff; border-block: 1px solid var(--line); }
.hook-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hook-item { padding: 38px 30px 28px; min-width: 0; }
.hook-item:first-child { padding-left: 0; }
.hook-item:last-child { padding-right: 0; }
.hook-item + .hook-item { border-left: 1px solid var(--line); }
.hook-item h2 { font-size: clamp(21px, 2.1vw, 28px); line-height: 1.5; margin-top: 14px; }
.hook-description { margin-top: 16px; font-size: 14px; line-height: 1.9; color: var(--muted); }
.hook-item .text-button { color: var(--accent); margin-top: 14px; gap: 12px; font-size: 13px; }
.character-heading { display: flex; flex-wrap: wrap; align-items: end; gap: 0 40px; }
.character-heading > .eyebrow { flex-basis: 100%; }
.character-heading > p:last-child { position: static; max-width: 330px; margin: 18px 0 6px auto; line-height: 1.9; }
.moment h2 { font-size: clamp(27px, 2.6vw, 37px); }
.voice { padding-block: 42px; }
.voice-grid { align-items: center; gap: 36px; }
.voice h2 { font-size: 26px; }
.voice-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.voice-row { padding: 14px; }
.voice-copy .section-description { margin-top: 12px; font-size: 13px; }
.voice-copy .ai-notice-link { margin-top: 12px; }
.voice:has([data-voice-play]) .voice-list { grid-template-columns: 1fr; }
@media (max-width: 1100px) and (min-width: 701px) {
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
  .hero-copy h1 { font-size: clamp(30px, 3.7vw, 40px); }
  .hero-copy .section-description { font-size: 14px; }
  .hero-art { width: calc(100% + 35px); margin-left: -10px; }
  .dm-notification { right: 0; bottom: 90px; max-width: 280px; }
  .hook-item { padding-inline: 22px; }
  .hook-item h2 { font-size: 23px; }
  .voice-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 24px; }
  .voice-list { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); padding-block: 24px; min-height: 0; }
  .hero-wordmark { width: 126px; }
  .hero-copy { margin-top: 22px; }
  .hero-hook { font-size: 15px; margin-top: 18px; }
  .hero-copy h1 { font-size: clamp(28px, 7.8vw, 38px); line-height: 1.4; margin-top: 16px; }
  .hero-copy .section-description { font-size: 14px; max-width: 350px; margin: 15px auto 0; }
  .hero-art { width: calc(100% + 20px); margin: 18px 0 0 -10px; }
  .hero-ctas { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; margin-top: 18px; }
  .hero-ctas .button { width: 100%; min-width: 0; padding: 12px 8px; font-size: 12px; gap: 6px; }
  .dm-notification { margin-top: 16px; width: 100%; padding: 11px 14px; }
  .release-notice { margin-bottom: 12px; padding: 13px 16px; gap: 5px; }
  .release-date time { font-size: 17px; }
  .release-title strong { font-size: 13px; }
  .release-detail { font-size: 10px; line-height: 1.7; }
  .hero-bottom { min-height: 46px; }
  .hook-grid { grid-template-columns: minmax(0, 1fr); }
  .hook-item, .hook-item:first-child, .hook-item:last-child { padding: 24px 0 18px; }
  .hook-item + .hook-item { border-left: 0; border-top: 1px solid var(--line); }
  .hook-item h2 { font-size: 24px; margin-top: 10px; }
  .hook-item h2 br { display: none; }
  .hook-description { margin-top: 10px; font-size: 13px; }
  .hook-item .text-button { margin-top: 6px; }
  .character-heading { display: block; }
  .character-heading > p:last-child { margin: 16px 0 0; max-width: 350px; }
  .moment h2 { font-size: 26px; }
  .voice { padding-block: 32px; }
  .voice-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .voice h2 { font-size: 24px; }
  .voice h2 br { display: none; }
  .voice-list { grid-template-columns: 1fr; }
  .voice-row { padding: 12px 14px; }
}

/* The office is visible on the landing without opening the live-management tab.
   Keep the exact Figma image's full aspect ratio, including the characters at floor level. */
.moment-links { display: flex; flex-wrap: wrap; gap: 0 24px; }
.moment-links .text-button { font-size: 13px; }
.diorama { background: var(--surface-blue); border-block: 1px solid var(--line); }
.diorama-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: 48px; }
.diorama-copy h2 { font-size: clamp(28px, 2.8vw, 40px); line-height: 1.5; }
.diorama-copy .section-description { max-width: 400px; }
.diorama-view { display: block; width: 100%; padding: 0; background: transparent; border-radius: var(--radius-card); }
.diorama-view img { width: 100%; height: auto; }
.diorama-action { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 48px; padding: 10px 18px; color: var(--accent); background: white; border: 1px solid var(--line); border-radius: var(--radius-button); font-size: 13px; font-weight: 700; }
.diorama-action > span { font-size: 24px; }
.diorama-view:hover .diorama-action { border-color: var(--accent-bright); }
.diorama-figure figcaption { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.loop-screen .screen-button-diorama { height: auto; padding: 0; background: var(--surface-blue); }
.screen-button-diorama img { width: 100%; max-width: 520px; height: auto; border: 0; border-radius: 0; box-shadow: none; }
.screen-button-diorama:hover img { transform: none; }
.screen-button-diorama .screen-caption { position: relative; }
@media (max-width: 700px) {
  .diorama-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .diorama-copy h2 { font-size: 26px; }
  .diorama-copy .section-description { font-size: 14px; margin-top: 18px; }
}

/* ---- Japanese pages (html lang="ja") ----
   Latin, digits, arrows and symbols keep the brand fonts through the range-limited faces in font-faces.css.
   Kana and kanji use the reader's system Japanese font. The condensed 'Yu Gothic UI' is left out on purpose.
   keep-all would stop Japanese from wrapping between characters; normal breaking with strict kinsoku replaces it,
   and headings break at phrase boundaries where the browser supports it. */
:root:lang(ja) {
  --font-body: 'TS Pretendard Latin', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
  --font-title: 'TS Gmarket Latin', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
}
:lang(ja) body { word-break: normal; line-break: strict; overflow-wrap: anywhere; }
:lang(ja) h1, :lang(ja) h2, :lang(ja) h3 { letter-spacing: 0; word-break: auto-phrase; text-wrap: balance; }
:lang(ja) .section-description, :lang(ja) .hero-copy p, :lang(ja) summary { word-break: auto-phrase; }

/* Language switch */
.locale-switch { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; }
.locale-switch a, .locale-switch span { display: inline-flex; align-items: center; min-height: 28px; padding: 2px 10px; border-radius: 999px; text-decoration: none; color: #5c6874; }
.locale-switch a:hover { color: var(--accent); background: var(--surface-blue); }
.locale-switch [aria-current] { color: var(--accent); background: var(--surface-blue); }
.layout-review .locale-switch { margin-left: auto; }
