/* Base styles (from styles.css without Tailwind) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  background: #050609;
  color: #f0ede5;
}
button, input, textarea { font: inherit; }
#root, .game-root { min-height: 100%; }

/* OpeningScene.css */
.opening-shell { min-height: 100vh; position: relative; overflow: hidden; background: #0c0d10; color: #f0ede5; }
.opening-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 10%, rgba(209,161,104,.12), transparent 30%), radial-gradient(circle at 95% 85%, rgba(117,146,173,.1), transparent 32%); }
.grain { position: absolute; inset: 0; opacity: .06; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.topbar { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; padding: 28px 5.5vw; border-bottom: 1px solid rgba(255,255,255,.1); color: #a7a6a1; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.brand-lockup { color: #ece8dc; font-weight: 700; letter-spacing: .18em; }
.brand-dot { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: #d49b69; box-shadow: 0 0 16px #d49b69; }
.topbar-meta { color: #7e807d; }
.selection-content { position: relative; z-index: 1; width: min(1100px, 89vw); margin: 0 auto; padding: 94px 0 42px; }
.eyebrow { color: #ca9666; font-size: 11px; letter-spacing: .2em; font-weight: 800; text-transform: uppercase; }
h1 { margin: 18px 0 0; font-size: clamp(42px, 6vw, 78px); line-height: 1.03; letter-spacing: -.055em; font-weight: 400; }
h1 em { color: #d9b187; font-family: Georgia,serif; font-style: italic; font-weight: 400; }
.intro-copy { margin: 27px 0 54px; color: #9e9d98; font-size: 15px; line-height: 1.9; }
.guest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.guest-card { position: relative; min-height: 150px; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 2px; background: rgba(23,24,27,.82); color: #f2efe8; text-align: left; cursor: pointer; transition: transform .2s ease,border-color .2s ease,background .2s ease; }
.guest-card::after { content: ""; position: absolute; width: 70px; height: 70px; right: -22px; bottom: -28px; border-radius: 50%; background: var(--accent); opacity: .14; filter: blur(14px); }
.guest-card:hover { transform: translateY(-4px); border-color: var(--accent); background: #202126; }
.card-number { align-self: flex-end; color: #696b6a; font: 11px Georgia,serif; }
.guest-avatar { width: 40px; height: 40px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #202126; font: 700 16px Georgia,serif; box-shadow: 0 0 0 4px rgba(255,255,255,.07); }
.guest-avatar--small { width: 28px; height: 28px; font-size: 11px; box-shadow: none; }
.guest-card .guest-avatar { margin: 3px 0 13px; }
.guest-card-copy { display: flex; flex-direction: column; gap: 5px; }
.guest-card-copy strong { font-size: 16px; font-weight: 600; }
.guest-card-copy small,.guest-card-tag { color: #8b8c89; font-size: 11px; }
.guest-card-tag { margin-top: auto; padding-top: 14px; }
.arrow { position: absolute; right: 18px; bottom: 17px; color: #8b8c89; font-size: 17px; }
.disclaimer { margin-top: 27px; color: #626461; font-size: 11px; letter-spacing: .04em; }
.text-button { border: 0; background: none; color: #a7a6a1; font-size: 11px; letter-spacing: .12em; cursor: pointer; text-transform: uppercase; }
.text-button:hover { color: #e9c29c; }
.brief-layout,.result-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; width: min(1050px,88vw); min-height: calc(100vh - 77px); margin: auto; }
.brief-copy { padding: 60px 0; }
.identity-mark { display: grid; place-items: center; width: 63px; height: 63px; margin: 38px 0 25px; color: #202126; font: 700 26px Georgia,serif; border-radius: 50%; box-shadow: 12px 12px 0 rgba(255,255,255,.04); }
.brief-copy h1 { margin: 0; font-size: clamp(50px,7vw,90px); }
.brief-copy p { max-width: 410px; margin: 30px 0 16px; color: #a5a49f; font-size: 15px; line-height: 1.8; }
.group-name { display: flex; align-items: center; gap: 10px; margin: 18px 0 36px; color: #ddd8cc; }
.group-name small { color: #7b7c7a; font-size: 11px; }
.group-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #d29a6c; color: #26211c; font-weight: 800; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 205px; padding: 15px 17px 15px 20px; border: 1px solid #d19a69; background: #d19a69; color: #211b17; font-weight: 700; font-size: 13px; cursor: pointer; transition: background .2s,transform .2s; }
.primary-button:hover { transform: translateY(-2px); background: #e2b17f; }
.primary-button span { font-size: 19px; line-height: 0; }
.brief-ticket { position: relative; padding: 29px 30px 32px; transform: rotate(2.5deg); background: #e5decd; color: #222522; box-shadow: 20px 24px 0 rgba(0,0,0,.25); }
.brief-ticket::after { content: ""; position: absolute; inset: 11px; border: 1px dashed rgba(33,37,34,.3); pointer-events: none; }
.ticket-top,.ticket-data { display: flex; justify-content: space-between; position: relative; z-index: 1; font-size: 10px; letter-spacing: .12em; }
.ticket-top { color: #77776e; }
.ticket-route { display: flex; justify-content: space-between; align-items: center; margin: 55px 10px 3px; font: 700 54px Georgia,serif; letter-spacing: -.05em; }
.ticket-route b { color: #b67454; font: 24px Arial,sans-serif; }
.ticket-city { margin: 0 10px; color: #77776e; font-size: 11px; }
.ticket-line { margin: 36px 0 21px; border-top: 1px dashed rgba(33,37,34,.3); }
.ticket-data { gap: 20px; justify-content: flex-start; }
.ticket-data span { display: flex; flex-direction: column; gap: 7px; color: #77776e; }
.ticket-data strong { color: #222522; font-size: 13px; letter-spacing: .03em; }
.ticket-stamp { position: absolute; right: 42px; bottom: 25px; color: #b65c4f; border: 2px solid #b65c4f; padding: 5px 8px; transform: rotate(-13deg); font-size: 10px; font-weight: 800; line-height: 1.05; text-align: center; opacity: .75; }
.chat-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px,390px) minmax(390px,500px); justify-content: center; gap: 8vw; align-items: center; min-height: calc(100vh - 77px); padding: 40px 0; }
.phone-frame { width: 100%; min-height: 570px; overflow: hidden; border: 8px solid #1b1c20; border-radius: 25px; background: #101114; box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.phone-status { display: flex; justify-content: space-between; padding: 13px 20px 8px; color: #90918f; font-size: 10px; }
.chat-header { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border-bottom: 1px solid #25262a; }
.chat-header > div { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.chat-header strong { font-size: 14px; }
.chat-header small,.more,.back { color: #777a78; font-size: 11px; }
.back { font-size: 26px; line-height: 0; }
.more { letter-spacing: 3px; }
.chat-date { width: max-content; margin: 17px auto; padding: 5px 9px; border-radius: 12px; background: #1f2024; color: #777a78; font-size: 10px; }
.system-message { width: 87%; margin: 0 auto 22px; padding: 11px 14px; border: 1px solid #36322d; background: #26221e; color: #aaa39a; font-size: 11px; line-height: 1.65; text-align: center; }
.message-row { display: flex; align-items: flex-start; gap: 9px; margin: 18px 16px; }
.message-row.self { justify-content: flex-end; }
.bubble-wrap { max-width: 76%; }
.bubble-wrap > span { display: block; margin: 0 0 5px 2px; color: #81827f; font-size: 10px; }
.bubble { padding: 10px 12px; border-radius: 2px 12px 12px 12px; background: #24262a; color: #ddd9d0; font-size: 12px; line-height: 1.5; }
.bubble-alert { background: #38302b; color: #e9c4a3; }
.self .bubble-wrap { text-align: right; }
.self .bubble-wrap > span { margin-right: 2px; }
.self .bubble { border-radius: 12px 2px 12px 12px; background: #b77f5d; color: #241c18; text-align: left; }
.typing { display: flex; align-items: center; gap: 3px; margin: 34px 20px 12px; color: #737671; font-size: 10px; }
.typing span { width: 4px; height: 4px; border-radius: 50%; background: #777a78; }
.typing span:nth-child(2) { opacity: .7; }
.typing span:nth-child(3) { opacity: .4; }
.decision-panel { padding: 20px 0; }
.decision-panel h1 { font-size: clamp(42px,5.3vw,68px); }
.decision-copy { max-width: 420px; margin: 25px 0 28px; color: #92928e; font-size: 14px; line-height: 1.8; }
.choice-list { display: grid; gap: 9px; }
.choice-button { display: grid; grid-template-columns: 30px 1fr 18px; gap: 10px; align-items: center; padding: 14px 13px; border: 1px solid #2a2b2e; background: rgba(21,22,25,.8); color: #dedbd4; text-align: left; cursor: pointer; transition: border-color .2s,background .2s,transform .2s; }
.choice-button:hover { transform: translateX(4px); border-color: #bd8b63; background: #252326; }
.choice-button > span:nth-child(2) { display: flex; flex-direction: column; gap: 6px; }
.choice-button strong { font-size: 13px; }
.choice-button small { color: #858681; font-size: 11px; line-height: 1.45; }
.choice-button b { color: #bd8b63; font-size: 17px; }
.choice-icon { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #55504a; color: #c99970; font-size: 13px; }
.decision-foot { margin-top: 24px; color: #747672; font-size: 11px; }
.live-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #c17960; box-shadow: 0 0 9px #c17960; }
.result-layout { align-items: start; padding: 91px 0 70px; }
.result-main h1 { font-size: clamp(40px,5vw,68px); }
.chosen-line { display: flex; align-items: center; gap: 10px; max-width: 650px; margin: 35px 0 20px; color: #aaa9a4; font-size: 12px; }
.chosen-line strong { color: #e5d5c4; font-weight: 500; }
.result-note { display: flex; gap: 13px; max-width: 590px; margin: 24px 0 37px; padding: 15px 17px; border-left: 2px solid #bf8f67; background: rgba(185,134,92,.08); color: #c9a888; font-size: 13px; line-height: 1.7; }
.result-note p { margin: 0; }
.note-pin { color: #e1b27e; }
.reply-thread { max-width: 470px; padding: 21px 0 12px; border-top: 1px solid #2a2b2f; }
.thread-label { margin-bottom: 18px; color: #70726f; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.voice-row { display: flex; gap: 10px; margin: 16px 0; }
.voice-row > div { min-width: 0; }
.voice-row strong { font-size: 12px; }
.voice-row p { margin: 5px 0 0; color: #aaa9a4; font-size: 12px; line-height: 1.5; }
.voice-row--sharp p,.voice-row--hurt p { color: #d4a18e; }
.voice-row--warm p { color: #b9c7ae; }
.hook-line { max-width: 570px; margin: 28px 0 30px; color: #7e807d; font-size: 11px; }
.hook-line span { color: #c79770; }
.journey-card { position: sticky; top: 80px; padding: 27px 25px; border: 1px solid #2b2d2f; background: rgba(22,23,26,.78); }
.journey-heading { display: flex; justify-content: space-between; color: #a9a9a3; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.journey-heading b { color: #c79670; font-weight: 500; }
.route-list { margin: 36px 0 49px; }
.route-stop { position: relative; display: flex; gap: 16px; align-items: center; height: 58px; color: #686a68; }
.route-stop:not(:last-child)::after { content: ""; position: absolute; top: 35px; left: 5px; width: 1px; height: 40px; background: #36383a; }
.route-stop i { z-index: 1; width: 11px; height: 11px; border: 1px solid #656764; border-radius: 50%; background: #17181b; }
.route-stop.active { color: #ede3d4; }
.route-stop.active i { border-color: #c9966b; background: #c9966b; }
.route-stop span { display: flex; flex-direction: column; }
.route-stop small { color: #7c7c77; font-size: 9px; letter-spacing: .14em; }
.journey-quote { max-width: 260px; margin-bottom: 34px; color: #888b87; font-size: 12px; line-height: 1.7; }
.member-strip { display: flex; gap: 12px; align-items: center; color: #7c7c77; font-size: 10px; letter-spacing: .12em; }
.member-strip div { display: flex; gap: 6px; }

/* JourneyScene.css */
.journey-shell { min-height: 100vh; position: relative; overflow: hidden; background: #111316; color: #eee9df; }
.journey-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 80% 0%, rgba(95,125,126,.14), transparent 32%), radial-gradient(circle at 0% 80%, rgba(184,125,85,.1), transparent 38%); }
.journey-grain { position: absolute; inset: 0; opacity: .055; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.journey-topbar { position: relative; z-index: 1; display: flex; align-items: center; gap: 28px; padding: 25px 5.5vw; border-bottom: 1px solid rgba(255,255,255,.1); color: #858883; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.journey-brand { margin-right: auto; color: #eee9df; font-weight: 700; letter-spacing: .18em; }
.journey-meta { color: #858883; }
.journey-reset { border: 0; background: none; color: #858883; font-size: 11px; cursor: pointer; }
.journey-reset:hover { color: #d2a27b; }
.journey-head { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; width: min(1120px, 88vw); margin: 0 auto; padding: 77px 0 25px; }
.journey-kicker { color: #c8956a; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.journey-head h1 { max-width: 800px; margin: 15px 0 0; font-size: clamp(37px, 5.6vw, 72px); }
.stage-mark { display: flex; align-items: baseline; color: #c8956a; font: 54px Georgia,serif; }
.stage-mark small { color: #646764; font: 15px Arial,sans-serif; }
.journey-progress { position: relative; z-index: 1; display: flex; align-items: center; width: min(1120px, 88vw); margin: 0 auto; padding-bottom: 20px; color: #676965; font-size: 10px; letter-spacing: .08em; }
.journey-progress span.done { color: #d8b697; }
.journey-progress i { width: 32px; height: 1px; margin: 0 11px; background: #363839; }
.step-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(340px, 1fr) minmax(390px, .9fr); gap: 8vw; align-items: center; width: min(1120px, 88vw); min-height: 500px; margin: 0 auto; padding: 25px 0 70px; }
.step-copy { padding: 25px 0; }
.step-copy h2,.aftermath-copy h2 { margin: 16px 0 22px; font-size: clamp(36px, 4.2vw, 60px); line-height: 1.1; letter-spacing: -.05em; font-weight: 400; }
.step-copy h2 em,.aftermath-copy h2 em { color: #d3a77f; font-family: Georgia,serif; font-style: italic; }
.step-copy p,.aftermath-copy > p { max-width: 465px; margin: 0 0 24px; color: #9b9b96; font-size: 14px; line-height: 1.8; }
.journey-choices { display: grid; gap: 9px; }
.journey-choice { display: grid; grid-template-columns: 34px 1fr 22px; gap: 12px; align-items: center; padding: 13px 15px; border: 1px solid #2d3031; background: rgba(24,26,28,.82); color: #e3dfd7; text-align: left; cursor: pointer; transition: .2s ease; }
.journey-choice:hover,.journey-choice.selected { border-color: #c18e66; background: #262628; transform: translateX(4px); }
.journey-choice.selected { box-shadow: inset 3px 0 #c18e66; }
.journey-choice span:nth-child(2) { display: flex; flex-direction: column; gap: 5px; }
.journey-choice strong { font-size: 13px; font-weight: 600; }
.journey-choice small { color: #888b87; font-size: 11px; line-height: 1.4; }
.journey-choice b { color: #ca986f; font-size: 17px; }
.choice-index { color: #6d716c; font: 12px Georgia,serif; }
.choice-result { max-width: 480px; margin: 17px 0; padding: 13px 15px; border-left: 2px solid #bd8d67; background: rgba(189,141,103,.08); color: #c4aa91; font-size: 12px; line-height: 1.7; }
.journey-next { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 210px; margin-top: 5px; padding: 14px 16px 14px 19px; border: 1px solid #c7956c; background: #c7956c; color: #261f1b; font-size: 12px; font-weight: 700; cursor: pointer; }
.journey-next:hover:not(:disabled) { background: #dea97d; }
.journey-next:disabled { border-color: #3a3b3d; background: #222325; color: #6a6c69; cursor: not-allowed; }
.journey-next span { font-size: 19px; line-height: 0; }
.journey-next--quiet { border-color: #4e4035; background: transparent; color: #c7956c; }
.journey-next--quiet:hover { background: rgba(199,149,108,.1); }
.bridge-visual { position: relative; min-height: 475px; overflow: hidden; border: 1px solid #343638; background: #171d20; box-shadow: 18px 25px 0 rgba(0,0,0,.16); }
.bridge-sky { position: absolute; inset: 0 0 42%; overflow: hidden; background: linear-gradient(160deg,#738897,#c2a08f 64%,#7a6d6e); }
.bridge-sun { position: absolute; top: 72px; right: 20%; width: 45px; height: 45px; border-radius: 50%; background: #e6c99e; box-shadow: 0 0 33px rgba(239,207,158,.45); }
.bridge-cloud { position: absolute; height: 20px; border-radius: 30px; background: rgba(236,225,214,.19); }
.cloud-a { top: 93px; left: 8%; width: 130px; }
.cloud-b { top: 156px; right: 9%; width: 180px; opacity: .65; }
.bridge-river { position: absolute; inset: 43% 0 0; background: linear-gradient(165deg,#354a54,#1b272d 55%,#13191d); }
.tower { position: absolute; z-index: 2; top: 39%; width: 47px; height: 145px; background: #88756e; box-shadow: inset 8px 0 rgba(47,47,48,.18); }
.tower::before { content: ""; position: absolute; top: -14px; left: -7px; width: 61px; height: 16px; background: #705f5b; }
.tower::after { content: ""; position: absolute; top: 25px; left: 11px; width: 25px; height: 25px; border: 3px solid #b5a19a; border-radius: 50%; }
.tower i,.tower b { position: absolute; bottom: 0; width: 8px; height: 25px; background: #524c4d; }
.tower i { left: 9px; }
.tower b { right: 9px; }
.tower-left { left: 14%; }
.tower-right { right: 14%; }
.bridge-road { position: absolute; z-index: 3; top: 40%; left: 17%; width: 66%; height: 12px; border-top: 5px solid #9d8980; border-bottom: 2px solid #625a5b; transform: skewY(-5deg); }
.bridge-road span { display: inline-block; width: 20%; height: 2px; margin: 3px 1.8%; background: #d5bd99; }
.bridge-caption { position: absolute; z-index: 4; right: 21px; bottom: 23px; color: #e5cfb2; font: 21px Georgia,serif; line-height: 1.45; text-align: right; }
.bridge-caption small { color: #a9a09a; font: 10px Arial,sans-serif; letter-spacing: .12em; }
.van-visual,.ledger-visual,.station-visual { position: relative; min-height: 475px; overflow: hidden; border: 1px solid #343638; background: #191b1e; box-shadow: 18px 25px 0 rgba(0,0,0,.16); }
.visual-caption { position: absolute; z-index: 2; top: 20px; left: 22px; right: 22px; display: flex; justify-content: space-between; color: #9e9f9b; font-size: 9px; letter-spacing: .15em; }
.van-window { position: absolute; inset: 0 0 46%; overflow: hidden; background: linear-gradient(150deg, #263b4b, #111923 60%, #0c1116); }
.window-moon { position: absolute; top: 72px; right: 17%; width: 44px; height: 44px; border-radius: 50%; background: #e2c99d; box-shadow: 0 0 35px rgba(229,201,157,.35); }
.window-hill { position: absolute; bottom: -20px; border-radius: 50% 50% 0 0; background: #12181a; }
.window-hill.h1 { left: -10%; width: 78%; height: 100px; }
.window-hill.h2 { right: -15%; width: 78%; height: 140px; background: #0f1418; }
.window-streaks { position: absolute; inset: 0; opacity: .25; background: repeating-linear-gradient(108deg, transparent 0 38px, rgba(220,236,240,.12) 39px 40px); }
.van-cabin { position: absolute; inset: 54% 0 0; padding: 29px 27px; background: #272729; }
.cabin-label { color: #9a9b95; font-size: 10px; letter-spacing: .15em; }
.cabin-seats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 26px 0 21px; }
.seat { display: grid; place-items: center; aspect-ratio: 1.55; border: 1px solid #56534e; color: #191b1e; font: 700 14px Georgia,serif; background: #b89273; }
.seat-b { background: #d1a9b4; }
.seat-c { background: #bd796c; }
.seat-d { background: #95b494; }
.seat-e { background: #9db8d4; }
.seat-f { background: #83aaa4; }
.seat-g { background: #a796c1; }
.cabin-objects { display: flex; justify-content: space-between; color: #898b86; font-size: 10px; }
.visual-note { position: absolute; z-index: 2; right: 20px; bottom: 20px; max-width: 240px; color: #a6a69f; font-size: 11px; line-height: 1.7; text-align: right; }
.visual-note strong { color: #e1b78b; }
.ledger-visual { background: #232526; }
.route-map { position: absolute; inset: 75px 22px 215px; background: radial-gradient(circle at 65% 30%, rgba(199,152,110,.13), transparent 28%), #1a1d1f; }
.map-line { position: absolute; top: 52%; left: 10%; width: 83%; border-top: 1px dashed #9a795e; transform: rotate(-13deg); }
.map-dot { position: absolute; display: flex; align-items: center; gap: 5px; color: #868985; font-size: 10px; }
.map-dot::before { content: ""; width: 7px; height: 7px; border: 1px solid #85837c; border-radius: 50%; background: #1a1d1f; }
.map-dot.active { color: #e1b487; }
.map-dot.active::before { background: #d09c6f; box-shadow: 0 0 12px #d09c6f; }
.map-dot-a { left: 7%; top: 54%; }
.map-dot-b { left: 27%; top: 35%; }
.map-dot-c { left: 44%; top: 64%; }
.map-dot-d { left: 61%; top: 28%; }
.map-dot-e { right: 0; top: 14%; }
.ledger-sheet { position: absolute; left: 28px; right: 28px; bottom: 22px; padding: 18px 20px; background: #e0d7c5; color: #292b29; transform: rotate(-1.8deg); box-shadow: 8px 10px 0 rgba(0,0,0,.2); }
.ledger-sheet > div:first-child { display: flex; justify-content: space-between; border-bottom: 1px solid #a59b88; padding-bottom: 9px; }
.ledger-sheet span { color: #78766d; font-size: 10px; }
.ledger-sheet strong { font: 700 24px Georgia,serif; }
.ledger-sheet p { margin: 9px 0 0; color: #6b6a62; font-size: 10px; }
.ledger-sheet p.missing { color: #ad5b4b; font-weight: 700; }
.ledger-total { margin-top: 14px; padding-top: 9px; border-top: 1px dashed #a59b88; color: #a65d4c; font-size: 10px; }
.ledger-visual .visual-note { bottom: 187px; color: #c9c4b9; }
.station-visual { background: #1c2224; }
.station-board { position: absolute; top: 84px; left: 10%; right: 10%; padding: 22px; background: #b8c2bc; color: #1e2825; box-shadow: 8px 9px 0 rgba(0,0,0,.19); }
.station-board small,.station-board span { display: block; color: #59645f; font-size: 9px; letter-spacing: .15em; }
.station-board strong { display: block; margin: 8px 0; font: 700 27px Georgia,serif; letter-spacing: .04em; }
.station-floor { position: absolute; inset: 207px 0 0; background: linear-gradient(165deg, #273033, #15191c); }
.station-floor::after { content: ""; position: absolute; inset: 0; opacity: .25; background: repeating-linear-gradient(90deg, transparent 0 60px, #7e8b86 61px 62px); }
.signal-off { color: #c9826a; }
.ping { position: absolute; z-index: 1; padding: 8px 10px; border: 1px solid #4c6661; border-radius: 20px; background: #1d2b2c; color: #c1d1c4; font-size: 10px; }
.ping-one { top: 27%; left: 24%; }
.ping-two { top: 58%; right: 21%; padding: 15px 18px; border-color: #c17f63; background: #3a2928; color: #e2ae8a; font: 16px Georgia,serif; }
.ping-three { bottom: 20%; left: 9%; color: #d7af86; }
.floor-line { position: absolute; z-index: 1; height: 1px; background: #c68e69; transform-origin: left; }
.line-one { top: 38%; left: 31%; width: 45%; transform: rotate(23deg); opacity: .6; }
.line-two { top: 68%; left: 21%; width: 31%; transform: rotate(-18deg); opacity: .35; }
.aftermath-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(390px, .95fr) minmax(340px, .75fr); gap: 9vw; align-items: center; width: min(1030px, 88vw); min-height: calc(100vh - 210px); margin: 0 auto; padding-bottom: 60px; }
.consequence-list { margin: 28px 0; border-top: 1px solid #303234; }
.consequence-list > div { display: grid; grid-template-columns: 30px 1fr; column-gap: 9px; padding: 15px 0; border-bottom: 1px solid #303234; }
.consequence-list span { color: #c9956b; font: 12px Georgia,serif; }
.consequence-list strong { font-size: 13px; font-weight: 500; }
.consequence-list small { grid-column: 2; margin-top: 5px; color: #868984; font-size: 11px; }
.aftermath-chat { margin: 25px 0 30px; padding: 14px 16px; border-left: 2px solid #89a89b; background: rgba(112,151,139,.08); }
.aftermath-chat span { color: #7e9b90; font-size: 10px; }
.aftermath-chat p { margin: 8px 0 13px; color: #b9cabd; font-size: 12px; }
.aftermath-card { position: relative; padding: 28px 25px; background: #ded5c1; color: #272b29; box-shadow: 18px 23px 0 rgba(0,0,0,.2); transform: rotate(2.2deg); }
.card-top { color: #79776c; font-size: 10px; letter-spacing: .14em; }
.card-big { margin: 65px 0 4px; font: 700 65px Georgia,serif; letter-spacing: -.06em; }
.card-route { color: #73766e; font-size: 10px; line-height: 1.7; }
.card-line { margin: 29px 0 18px; border-top: 1px dashed #999181; }
.card-foot { display: flex; justify-content: space-between; color: #77766d; font-size: 9px; }
.card-foot b { display: block; margin-top: 6px; color: #343633; font-size: 12px; }
.card-stamp { position: absolute; right: 30px; bottom: 65px; padding: 5px 7px; border: 2px solid #ad6150; color: #ad6150; font-size: 10px; font-weight: 800; line-height: 1.1; text-align: center; transform: rotate(-12deg); }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* TurkeyScene.css */
.turkey-shell { min-height: 100vh; position: relative; overflow: hidden; background: #171818; color: #eee8dc; }
.turkey-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 86% 13%, rgba(212,135,79,.18), transparent 28%), radial-gradient(circle at 5% 76%, rgba(100,142,139,.12), transparent 33%); }
.turkey-grain { position: absolute; inset: 0; opacity: .06; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.turkey-topbar { position: relative; z-index: 1; display: flex; align-items: center; gap: 28px; padding: 25px 5.5vw; border-bottom: 1px solid rgba(255,255,255,.1); color: #8e8d87; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.turkey-brand { margin-right: auto; color: #eee8dc; font-weight: 700; letter-spacing: .18em; }
.turkey-meta { color: #b58e6c; }
.turkey-reset { border: 0; background: none; color: #8e8d87; font-size: 11px; cursor: pointer; }
.turkey-reset:hover { color: #e0b285; }
.turkey-title { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; width: min(1120px,88vw); margin: auto; padding: 70px 0 24px; }
.turkey-kicker { color: #c9956a; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.turkey-title h1 { max-width: 800px; margin: 15px 0 0; font-size: clamp(39px,5.5vw,70px); }
.turkey-title h1 em { color: #e0ad7f; font-family: Georgia,serif; font-style: italic; font-weight: 400; }
.turkey-count { color: #cf9769; font: 54px Georgia,serif; }
.turkey-count small { color: #6c6c66; font: 14px Arial,sans-serif; }
.turkey-progress { position: relative; z-index: 1; display: flex; align-items: center; width: min(1120px,88vw); margin: auto; padding-bottom: 20px; color: #696b66; font-size: 10px; letter-spacing: .08em; }
.turkey-progress span.done { color: #d5ae8a; }
.turkey-progress i { width: 28px; height: 1px; margin: 0 10px; background: #3b3a38; }
.turkey-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(350px,1fr) minmax(390px,.92fr); gap: 8vw; align-items: center; width: min(1120px,88vw); min-height: 510px; margin: auto; padding: 22px 0 70px; }
.turkey-copy { padding: 20px 0; }
.turkey-copy h2 { margin: 16px 0 22px; font-size: clamp(35px,4.15vw,58px); line-height: 1.1; letter-spacing: -.05em; font-weight: 400; }
.turkey-copy h2 em { color: #e0ad7f; font-family: Georgia,serif; font-style: italic; }
.turkey-copy > p { max-width: 465px; margin: 0 0 25px; color: #a3a39d; font-size: 14px; line-height: 1.8; }
.turkey-next { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 210px; margin-top: 6px; padding: 14px 16px 14px 19px; border: 1px solid #c7966b; background: #c7966b; color: #281e18; font-size: 12px; font-weight: 700; cursor: pointer; }
.turkey-next:hover:not(:disabled) { background: #e0ad7f; }
.turkey-next:disabled { border-color: #3d3c39; background: #282927; color: #6f706b; cursor: not-allowed; }
.turkey-next span { font-size: 18px; }
.echo-card,.turkey-camp,.branch-card { position: relative; min-height: 465px; overflow: hidden; border: 1px solid #3b3b38; background: #202322; box-shadow: 18px 24px 0 rgba(0,0,0,.17); }
.echo-card { padding: 27px 25px; background: linear-gradient(135deg,#282a28,#171a1a); }
.echo-label { color: #b9916b; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.echo-thread { display: flex; gap: 13px; margin-top: 63px; padding-bottom: 25px; border-bottom: 1px solid #3a3b38; }
.echo-thread--dim { margin-top: 24px; opacity: .72; }
.echo-dot { width: 10px; height: 10px; flex: 0 0 auto; margin-top: 4px; border-radius: 50%; background: #d39a6c; box-shadow: 0 0 13px #d39a6c; }
.echo-thread--dim .echo-dot { background: #668f8a; box-shadow: 0 0 13px #668f8a; }
.echo-thread small { color: #878984; font-size: 10px; }
.echo-thread p { max-width: 290px; margin: 9px 0 0; color: #d4c9bb; font-size: 15px; line-height: 1.6; }
.echo-thread--dim p { color: #a1a49e; font-size: 12px; }
.echo-ticket { position: absolute; right: 25px; bottom: 23px; left: 25px; display: grid; gap: 6px; padding: 15px 17px; border-left: 2px solid #ca956a; background: rgba(204,150,105,.08); }
.echo-ticket span,.echo-ticket small { color: #7f827d; font-size: 9px; letter-spacing: .13em; }
.echo-ticket strong { color: #e0bb96; font: 23px Georgia,serif; }
.table-visual,.rebound-visual,.cappadocia-visual,.dubai-visual { position: relative; min-height: 465px; overflow: hidden; border: 1px solid #3b3b38; background: #242321; box-shadow: 18px 24px 0 rgba(0,0,0,.17); }
.table-visual { background: radial-gradient(circle at 50% 10%, rgba(229,184,121,.14), transparent 26%), #252321; }
.table-caption { position: absolute; z-index: 2; top: 20px; left: 22px; right: 22px; display: flex; justify-content: space-between; color: #b7a389; font-size: 9px; letter-spacing: .15em; }
.table-lamp { position: absolute; top: 65px; left: calc(50% - 4px); width: 8px; height: 135px; background: #7e6656; }
.table-lamp::after { content: ""; position: absolute; top: 104px; left: -45px; width: 98px; height: 56px; border-radius: 50%; background: #e6bf7f; box-shadow: 0 0 80px 28px rgba(230,191,127,.25); }
.table-surface { position: absolute; right: 6%; bottom: 35%; left: 6%; height: 105px; border-radius: 50%; background: #624e42; box-shadow: 0 21px 0 #423732; transform: rotate(-4deg); }
.plate { position: absolute; width: 54px; height: 54px; border: 7px solid #a68d78; border-radius: 50%; background: #d5c5a7; }
.plate-a { top: 19px; left: 14%; }
.plate-b { top: 29px; left: 45%; }
.plate-c { top: 12px; right: 12%; }
.glass { position: absolute; width: 18px; height: 27px; border: 2px solid #9eb2ae; background: rgba(180,210,200,.17); }
.glass-a { top: 12px; left: 31%; }
.glass-b { right: 30%; bottom: 13px; }
.empty-seat { position: absolute; right: 43%; bottom: -62px; color: #d5a379; font: 12px Georgia,serif; letter-spacing: .12em; }
.table-subtitle { position: absolute; right: 24px; bottom: 24px; color: #d4bd9c; font: 20px/1.5 Georgia,serif; text-align: right; }
.rebound-visual { background: linear-gradient(150deg,#282927,#171918); }
.rebound-stamp { position: absolute; top: 55px; right: 35px; padding: 7px 9px; border: 2px solid #b86455; color: #c77762; font-size: 11px; font-weight: 800; line-height: 1.1; text-align: center; transform: rotate(10deg); }
.rebound-paper { position: absolute; top: 94px; left: 22px; right: 22px; padding: 24px; background: #e0d7c5; color: #272b29; box-shadow: 0 12px 0 rgba(0,0,0,.2); }
.rebound-paper small { display: block; color: #7a786d; font-size: 9px; letter-spacing: .14em; }
.rebound-paper strong { display: block; margin: 11px 0; font: 700 21px Georgia,serif; line-height: 1.4; }
.rebound-paper span { display: block; margin-top: 7px; color: #6a6b65; font-size: 10px; }
.rebound-paper i { display: block; margin-top: 14px; border-top: 1px dashed #a59b88; }
.rebound-shadow { position: absolute; left: 18px; right: 18px; bottom: -8px; height: 24px; background: rgba(0,0,0,.2); }
.cappadocia-visual { background: linear-gradient(165deg,#3a2d2a,#1f1a19); }
.cappadocia-sky { position: absolute; inset: 0 0 46%; overflow: hidden; background: linear-gradient(165deg,#e8c9a0,#c28f6f 55%,#7d5e56); }
.balloon { position: absolute; width: 42px; height: 52px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; background: #c17856; box-shadow: inset -6px 0 rgba(0,0,0,.12); }
.balloon-a { top: 28%; left: 18%; background: #b86b4d; }
.balloon-b { top: 18%; left: 47%; width: 35px; height: 44px; background: #c47e5d; }
.balloon-c { top: 35%; right: 16%; width: 30px; height: 38px; background: #a86248; }
.balloon::after { content: ""; position: absolute; bottom: -18px; left: 50%; width: 1px; height: 20px; background: rgba(255,255,255,.3); transform: translateX(-50%); }
.cappadocia-sun { position: absolute; top: 54px; right: 19%; width: 48px; height: 48px; border-radius: 50%; background: #f4d9a0; box-shadow: 0 0 38px rgba(244,217,160,.5); }
.cappadocia-rocks { position: absolute; inset: 54% 0 0; }
.cappadocia-rocks span { position: absolute; bottom: 0; border-radius: 50% 50% 0 0; background: #4a3832; }
.cappadocia-rocks span:nth-child(1) { left: -5%; width: 55%; height: 140px; }
.cappadocia-rocks span:nth-child(2) { left: 35%; width: 60%; height: 190px; background: #3a2d28; }
.cappadocia-rocks span:nth-child(3) { right: -8%; width: 50%; height: 115px; background: #4e3c36; }
.cappadocia-caption { position: absolute; z-index: 2; right: 22px; bottom: 22px; color: #d4c4a8; font: 21px Georgia,serif; text-align: right; }
.cappadocia-caption small { display: block; color: #a89b8a; font: 10px Arial,sans-serif; letter-spacing: .12em; }
.dubai-visual { background: linear-gradient(165deg,#1f2830,#141a1f); }
.dubai-sky { position: absolute; inset: 0 0 55%; background: linear-gradient(165deg,#4a6878,#2a3a44 55%,#1c252c); }
.dubai-building { position: absolute; bottom: 45%; width: 40px; background: linear-gradient(to top, #8a9ba8, #c4d4dc); }
.dubai-building.build-a { left: 18%; height: 120px; }
.dubai-building.build-b { left: 40%; height: 180px; width: 32px; }
.dubai-building.build-c { right: 20%; height: 145px; width: 36px; }
.dubai-sea { position: absolute; inset: 55% 0 0; background: linear-gradient(165deg,#3a5a6a,#1f3038 55%,#141c22); }
.dubai-board { position: absolute; left: 22px; bottom: 22px; padding: 15px 18px; background: rgba(24,32,38,.85); color: #b8c8d0; box-shadow: 8px 10px 0 rgba(0,0,0,.2); }
.dubai-board span { display: block; color: #7a8a92; font-size: 9px; letter-spacing: .14em; }
.dubai-board strong { display: block; margin: 7px 0; font: 700 27px Georgia,serif; }
.dubai-board small { display: block; color: #9aaab2; font-size: 10px; }
.turkey-camp { background: #d6ab7c; }
.camp-sky { position: absolute; inset: 0 0 43%; overflow: hidden; background: linear-gradient(165deg,#eda977,#d18c6d 56%,#876465); }
.camp-sun { position: absolute; top: 70px; left: 17%; width: 54px; height: 54px; border-radius: 50%; background: #f4d59e; box-shadow: 0 0 40px rgba(255,224,160,.55); }
.camp-rock { position: absolute; bottom: -16px; border-radius: 60% 60% 0 0; background: #a56d60; }
.rock-a { left: -8%; width: 75%; height: 150px; }
.rock-b { right: -12%; width: 72%; height: 115px; background: #8a5c5b; }
.camp-ground { position: absolute; inset: 57% 0 0; overflow: hidden; background: #6d5652; }
.camper-body { position: absolute; bottom: 39px; left: 14%; width: 69%; height: 120px; border-radius: 8px 23px 8px 8px; background: #e6d4b4; box-shadow: inset -19px -10px 0 rgba(96,78,68,.2); }
.camper-body::after { content: ""; position: absolute; top: -22px; right: 7px; width: 26%; height: 25px; border-radius: 5px 9px 0 0; background: #d4bea0; }
.camper-window { position: absolute; top: 23px; left: 14px; width: 31%; height: 34px; border: 4px solid #687a7b; background: #7f9da0; }
.camper-window.small { left: 51%; width: 24%; }
.camper-door { position: absolute; right: 10px; top: 20px; width: 16%; height: 77px; border: 1px solid #a28f79; }
.camper-wheel { position: absolute; bottom: -17px; width: 34px; height: 34px; border: 9px solid #272a2a; border-radius: 50%; background: #8c8a7a; }
.wheel-a { left: 17%; }
.wheel-b { right: 17%; }
.camp-light { position: absolute; right: 11%; bottom: 60px; width: 8px; height: 8px; border-radius: 50%; background: #f6d29d; box-shadow: 0 0 30px 13px rgba(246,210,157,.48); }
.camp-flag { position: absolute; top: 11px; left: 55%; padding: 7px 10px; background: #bd7359; color: #f2dcc0; font-size: 10px; transform: rotate(3deg); }
.camp-caption { position: absolute; z-index: 3; top: 20px; left: 22px; right: 22px; display: flex; justify-content: space-between; color: #eee0c8; font-size: 9px; letter-spacing: .15em; }
.turkey-choices { display: grid; gap: 9px; }
.turkey-choice { position: relative; display: grid; grid-template-columns: 30px 1fr 18px; gap: 10px; align-items: center; padding: 12px 14px; border: 1px solid #363735; background: rgba(28,29,29,.78); color: #e1ddd4; text-align: left; cursor: pointer; transition: .2s ease; }
.turkey-choice:hover,.turkey-choice.selected { border-color: #c7966b; background: #2a2928; transform: translateX(4px); }
.turkey-choice.selected { box-shadow: inset 3px 0 #c7966b; }
.turkey-choice > span { color: #777b74; font: 12px Georgia,serif; }
.turkey-choice > strong,.turkey-choice > small { grid-column: 2; }
.turkey-choice strong { font-size: 12px; font-weight: 600; }
.turkey-choice small { margin-top: 1px; color: #898b84; font-size: 10px; line-height: 1.45; }
.turkey-choice b { grid-column: 3; grid-row: 1 / span 2; color: #cf9b70; font-size: 17px; }
.turkey-result { margin: 14px 0; padding: 12px 14px; border-left: 2px solid #c9976d; background: rgba(201,151,109,.08); color: #cbb299; font-size: 11px; line-height: 1.65; }
.branch-card { background: #302b27; }
.branch-photo { position: absolute; inset: 0 0 35%; overflow: hidden; background: linear-gradient(157deg,#e1a16d,#ca7b68 56%,#6b5554); }
.branch-sun { position: absolute; top: 63px; right: 16%; width: 58px; height: 58px; border-radius: 50%; background: #f5d99e; box-shadow: 0 0 38px rgba(255,224,163,.48); }
.branch-road { position: absolute; right: 3%; bottom: -65px; left: 27%; height: 150px; background: #665457; clip-path: polygon(40% 0,72% 0,100% 100%,0 100%); }
.branch-road::after { content: ""; position: absolute; top: 15px; left: 49%; height: 135px; border-left: 2px dashed rgba(231,199,149,.7); transform: rotate(7deg); }
.branch-sign { position: absolute; bottom: 36px; left: 14%; padding: 10px 15px; border: 1px solid rgba(255,231,199,.5); color: #f4dfbe; font-size: 11px; letter-spacing: .15em; transform: rotate(-4deg); }
.branch-caption { position: absolute; right: 22px; bottom: 21px; left: 22px; display: grid; gap: 9px; }
.branch-caption span { color: #b59476; font-size: 9px; letter-spacing: .15em; }
.branch-caption strong { color: #ead8bd; font: 19px Georgia,serif; }
.branch-card::after { content: "ONLY YOU"; position: absolute; right: 18px; top: 22px; padding: 5px 7px; border: 1px solid rgba(245,218,180,.4); color: #f0d2a6; font-size: 9px; letter-spacing: .12em; transform: rotate(8deg); }
.turkey-ending { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(390px,.9fr) minmax(340px,.72fr); gap: 9vw; align-items: center; width: min(1050px,88vw); min-height: 530px; margin: auto; padding: 35px 0 70px; }
.ending-copy h2 { margin: 17px 0 22px; font-size: clamp(36px,4.4vw,61px); line-height: 1.1; letter-spacing: -.05em; font-weight: 400; }
.ending-copy h2 em { color: #e0ad7f; font-family: Georgia,serif; font-style: italic; }
.ending-copy > p { max-width: 490px; color: #a3a39d; font-size: 14px; line-height: 1.8; }
.ending-lines { margin: 27px 0; border-top: 1px solid #3a3b38; }
.ending-lines div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #3a3b38; }
.ending-lines span { color: #7b7d77; font-size: 10px; }
.ending-lines strong { color: #d8bea2; font-size: 11px; font-weight: 500; text-align: right; }
.ending-message { margin: 20px 0 26px; padding: 13px 15px; border-left: 2px solid #7c9b91; background: rgba(119,153,143,.08); }
.ending-message span { color: #7f9f95; font-size: 10px; }
.ending-message p { margin: 7px 0 0; color: #bed0c3; font-size: 12px; }
.turkey-postcard { position: relative; min-height: 420px; padding: 27px 24px; overflow: hidden; background: #e2c391; color: #342b25; box-shadow: 18px 23px 0 rgba(0,0,0,.2); transform: rotate(2.3deg); }
.postcard-top { color: #84715e; font-size: 10px; letter-spacing: .15em; }
.postcard-title { margin-top: 112px; font: 700 57px Georgia,serif; letter-spacing: -.07em; }
.postcard-lines { display: grid; gap: 9px; margin-top: 16px; color: #7e6c5b; font-size: 10px; letter-spacing: .14em; }
.postcard-stamp { position: absolute; right: 31px; bottom: 72px; padding: 6px 8px; border: 2px solid #b4604f; color: #b4604f; font-size: 10px; font-weight: 800; line-height: 1.05; text-align: center; transform: rotate(-12deg); }

/* Responsive */
@media (max-width: 780px) {
  .topbar { padding: 21px 6vw; }
  .topbar-meta { display: none; }
  .selection-content { padding-top: 64px; }
  .guest-grid { grid-template-columns: repeat(2,1fr); }
  .guest-card { min-height: 138px; padding: 15px; }
  .brief-layout,.result-layout,.chat-layout { display: flex; flex-direction: column; width: min(88vw,520px); gap: 28px; align-items: stretch; padding: 55px 0 65px; }
  .brief-copy { padding: 0; }
  .brief-ticket { margin: 12px 8px 0; }
  .chat-layout { padding-top: 32px; }
  .phone-frame { align-self: center; width: min(100%,390px); min-height: 545px; }
  .decision-panel { padding: 0 0 35px; }
  .decision-panel h1 { font-size: 52px; }
  .journey-card { position: static; }
  .result-layout { padding-top: 62px; }
  .result-main h1 { font-size: 48px; }
  .journey-topbar { padding: 21px 6vw; }
  .journey-meta { display: none; }
  .journey-head { padding-top: 58px; }
  .journey-progress { overflow: hidden; white-space: nowrap; }
  .journey-progress i { width: 15px; margin: 0 7px; }
  .step-layout,.aftermath-layout { display: flex; flex-direction: column; align-items: stretch; width: min(88vw, 520px); gap: 26px; padding-top: 22px; }
  .van-visual,.ledger-visual,.station-visual { min-height: 400px; }
  .step-copy { padding: 0 0 50px; }
  .aftermath-layout { padding-top: 42px; }
  .aftermath-copy { padding-bottom: 35px; }
  .aftermath-card { margin: 0 8px 40px; }
  .journey-reset { font-size: 10px; }
  .turkey-topbar { padding: 21px 6vw; }
  .turkey-meta { display: none; }
  .turkey-title { padding-top: 56px; }
  .turkey-title h1 { font-size: 39px; }
  .turkey-count { font-size: 43px; }
  .turkey-progress { overflow: hidden; white-space: nowrap; }
  .turkey-progress i { width: 14px; margin: 0 6px; }
  .turkey-layout,.turkey-ending { display: flex; flex-direction: column; align-items: stretch; width: min(88vw,520px); gap: 27px; padding-top: 22px; }
  .turkey-copy { padding: 0 0 45px; }
  .echo-card,.turkey-camp,.branch-card,.table-visual,.rebound-visual,.cappadocia-visual,.dubai-visual { min-height: 400px; }
  .turkey-ending { padding-top: 45px; }
  .turkey-postcard { margin: 0 8px 40px; min-height: 370px; }
  .postcard-title { margin-top: 80px; }
}
@media (max-width: 420px) {
  .guest-grid { gap: 8px; }
  .guest-card-copy strong { font-size: 14px; }
  .guest-card-tag { font-size: 10px; }
  .brief-ticket { padding: 23px 20px 27px; }
  .ticket-route { font-size: 43px; }
  .choice-button { grid-template-columns: 26px 1fr 12px; gap: 7px; padding: 12px; }
  .choice-button small { font-size: 10px; }
  .journey-head h1 { font-size: 37px; }
  .stage-mark { font-size: 42px; }
  .journey-progress { font-size: 9px; }
  .van-visual,.ledger-visual,.station-visual { min-height: 370px; }
  .choice-index { font-size: 11px; }
  .journey-choice { grid-template-columns: 26px 1fr 14px; gap: 8px; padding: 12px; }
  .journey-choice small { font-size: 10px; }
  .aftermath-card { padding: 23px 18px; }
  .card-big { font-size: 54px; }
  .turkey-title h1 { font-size: 35px; }
  .turkey-choice { grid-template-columns: 25px 1fr 14px; gap: 7px; padding: 11px; }
  .turkey-choice small { font-size: 9px; }
  .echo-card,.turkey-camp,.branch-card,.table-visual,.rebound-visual,.cappadocia-visual,.dubai-visual { min-height: 370px; }
  .turkey-copy h2 { font-size: 36px; }
  .ending-lines div { display: grid; gap: 5px; }
  .ending-lines strong { text-align: left; }
}
