/* Tileo — landing v2 (galaxy scroll experience). Scoped to body.lv2; inner pages keep style.css. */
html { scroll-behavior: smooth; }
body.lv2 { margin: 0; background: #05080F; color: #F0EBDC; font-family: 'Instrument Sans', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.lv2 a { color: #DDB25B; text-decoration: none; }
.lv2 a:hover { color: #EBC97E; }
.lv2 ::selection { background: #C99A3C; color: #0A101F; }
.lv2 .visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes wordUp { from { opacity: 0; transform: translateY(110%) rotate(2deg); } to { opacity: 1; transform: none; } }
@keyframes ringPulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(2.1); opacity: 0; } }
@keyframes bobble { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes dotBlink { 0%,80%,100% { opacity: .25; } 40% { opacity: 1; } }

#tileo-gl { position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: 0; display: block; }

/* progress rail */
.lv2-rail { position: fixed; left: 22px; top: 50%; transform: translateY(-50%); z-index: 70; display: flex; flex-direction: column; gap: 18px; }
.lv2-rail a { display: flex; align-items: center; gap: 10px; color: #4A5470; }
.lv2-rail a:hover { color: #F0EBDC; }
.lv2-rail-dot { display: block; width: 6px; height: 6px; border-radius: 50%; background: #4A5470; transition: all .3s; }
.lv2-rail-num { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .16em; opacity: .45; transition: opacity .3s; }
.lv2-rail a.active { color: #DDB25B; }
.lv2-rail a.active .lv2-rail-dot { width: 9px; height: 9px; background: #DDB25B; box-shadow: 0 0 12px rgba(221,178,91,.8); }
.lv2-rail a.active .lv2-rail-num { opacity: 1; }

/* nav */
.lv2-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 28px; background: linear-gradient(180deg, rgba(5,8,15,.85), rgba(5,8,15,0)); backdrop-filter: blur(4px); }
.lv2-brand { display: flex; align-items: center; gap: 11px; color: #F0EBDC; }
.lv2-brand:hover { color: #F0EBDC; }
.lv2-mono-badge { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #C99A3C; color: #DDB25B; font-family: 'Fraunces', serif; font-size: 15px; font-weight: 600; }
.lv2-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.lv2-brand-name { font-family: 'Fraunces', serif; font-size: 16px; font-weight: 500; }
.lv2-brand-sub { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .14em; color: #8B93A8; }
.lv2-nav-links { display: flex; align-items: center; gap: 22px; font-size: 13.5px; }
.lv2-nav-links a { color: #C7CCDA; }
.lv2-nav-links a:hover { color: #F0EBDC; }
.lv2-nav-links .lv2-lang { border: 1px solid rgba(240,235,220,.25); border-radius: 999px; color: #DDB25B; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .12em; padding: 6px 13px; }
.lv2-nav-links .lv2-lang:hover { border-color: #C99A3C; }

/* sections */
.lv2 main section { position: relative; z-index: 1; }
.lv2-shell { max-width: 1040px; margin: 0 auto; display: flex; flex-direction: column; gap: 26px; }
#hero { min-height: 100vh; display: flex; align-items: center; min-width: 0; }
#hero-content { width: 100%; min-width: 0; max-width: 920px; margin: 0 auto; padding: 140px 32px 100px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 28px; will-change: transform, opacity; }
.lv2-kicker { margin: 0; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .22em; color: #C99A3C; }
.anim-fade { animation: fadeUp .8s cubic-bezier(.16,1,.3,1) both; }
#hero h1 { width: 100%; min-width: 0; margin: 0; font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(42px, 6.8vw, 84px); line-height: 1.06; letter-spacing: -.01em; overflow-wrap: anywhere; }
#hero h1 .w { display: inline; overflow: visible; vertical-align: bottom; }
#hero h1 .w > span { display: inline-block; animation: wordUp .9s cubic-bezier(.16,1,.3,1) both; }
.lv2 h1 em, .lv2 h2 em { font-style: italic; color: #DDB25B; }
.lv2-lede { width: 100%; min-width: 0; margin: 0; max-width: 560px; font-size: 18px; line-height: 1.65; color: #AEB5C7; overflow-wrap: anywhere; }
.lv2-actions { width: 100%; min-width: 0; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.lv2-btn { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(240,235,220,.3); color: #F0EBDC; font-weight: 500; font-size: 15px; padding: 13px 26px; border-radius: 999px; cursor: pointer; }
.lv2-btn:hover { border-color: #C99A3C; color: #DDB25B; }
.lv2-btn.primary { background: #C99A3C; border: none; color: #0A101F; font-weight: 600; transition: transform .25s cubic-bezier(.16,1,.3,1); }
.lv2-btn.primary:hover { transform: translateY(-1px); background: #DDB25B; color: #0A101F; }
.lv2-btn.dark { background: #1C2334; border: none; color: #F2EDE1; font-weight: 600; align-self: flex-start; margin-top: auto; }
.lv2-btn.dark:hover { background: #2A3450; color: #F2EDE1; }
.lv2-scroll-hint { margin-top: 30px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .18em; color: #5C6478; animation: bobble 2.6s ease-in-out infinite; }

.lv2-transit { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 40px 0 90px; }
.lv2-transit-line { display: block; width: 1px; height: 110px; background: linear-gradient(180deg, transparent, #C99A3C); }
.lv2-transit-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .2em; color: #8B93A8; }

.lv2-num-label { margin: 0; display: flex; align-items: baseline; gap: 12px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .2em; color: #8B93A8; }
.lv2-num-label .gold { color: #C99A3C; }
.lv2 h2 { margin: 0; font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.15; }
.lv2-sub { margin: 0; max-width: 540px; font-size: 16px; line-height: 1.65; color: #AEB5C7; }

/* 01 operator */
#operator { padding: 60px 32px 140px; }
.lv2-card-cream { background: #F2EDE1; color: #1C2334; border-radius: 26px; box-shadow: 0 40px 120px rgba(0,0,0,.5); }
.lv2-operator { max-width: 1020px; margin: 0 auto; padding: 64px 56px; display: grid; grid-template-columns: minmax(280px,1fr) 300px; gap: 56px; align-items: center; }
.lv2-operator .lv2-num-label { color: #8A7B4E; }
.lv2-operator .lv2-num-label span:last-child { color: #5C6172; }
.lv2-operator h2 em { color: #8A7B4E; }
.lv2-operator-copy { display: flex; flex-direction: column; gap: 22px; }
.lv2-body { margin: 0; font-size: 16.5px; line-height: 1.7; color: #4A5162; }
.lv2-stats { display: flex; gap: 36px; flex-wrap: wrap; border-top: 1px solid rgba(28,35,52,.12); padding-top: 22px; }
.lv2-stats div { display: flex; flex-direction: column; gap: 4px; }
.lv2-stats strong { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 600; }
.lv2-stats span { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .16em; color: #7A8194; }
.lv2-proof-links { margin: 0; display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; }
.lv2-proof-links a { color: #8A7B4E; font-weight: 600; }
.lv2-proof-links a:hover { color: #6E6136; }
.lv2-portrait { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.lv2-portrait img { width: 100%; max-width: 300px; height: auto; border-radius: 18px; display: block; }
.lv2-portrait figcaption { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .14em; color: #7A8194; text-align: center; }

/* 02 galaxy */
#galaxy { padding: 80px 32px 140px; }
.lv2-galaxy-grid { display: grid; grid-template-columns: 1fr 340px; gap: 36px; align-items: stretch; margin-top: 12px; }
.lv2-map { position: relative; min-height: 480px; background: radial-gradient(ellipse at 50% 45%, rgba(8,13,26,.82), rgba(6,10,20,.46)); border: 1px solid rgba(240,235,220,.1); border-radius: 22px; backdrop-filter: blur(2px); box-shadow: inset 0 0 60px rgba(0,0,0,.35); }
.lv2-map svg { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 22px; }
.lv2-map svg line { stroke: rgba(221,178,91,.3); stroke-width: 0.28; stroke-dasharray: 1 .8; }
.lv2-you-are-here { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; pointer-events: none; }
.lv2-here-dot { position: relative; display: block; width: 14px; height: 14px; border-radius: 50%; background: #DDB25B; box-shadow: 0 0 18px rgba(221,178,91,.8); }
.lv2-here-dot span { position: absolute; inset: -6px; border-radius: 50%; border: 1px solid rgba(221,178,91,.6); animation: ringPulse 2.4s ease-out infinite; }
.lv2-here-label { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: .14em; color: #DDB25B; }
.lv2-star { position: absolute; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; background: none; border: none; cursor: pointer; padding: 10px; }
.lv2-star:hover { transform: translate(-50%,-52%); }
.lv2-star-dot { position: relative; display: block; width: 15px; height: 15px; border-radius: 50%; background: var(--c); box-shadow: 0 0 14px var(--c), 0 0 30px var(--c); transition: all .3s; }
.lv2-star-dot::after { content: ''; position: absolute; inset: -7px; border-radius: 50%; border: 1px solid var(--c); opacity: .55; animation: ringPulse 2.8s ease-out infinite; }
.lv2-star-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .12em; color: #C7CCDA; white-space: nowrap; background: rgba(5,8,15,.78); border: 1px solid rgba(240,235,220,.14); border-radius: 999px; padding: 4px 10px; transition: all .3s; }
.lv2-star:hover .lv2-star-label { color: #F0EBDC; border-color: rgba(221,178,91,.5); }
.lv2-star.active .lv2-star-dot { width: 19px; height: 19px; box-shadow: 0 0 24px var(--c), 0 0 46px var(--c); }
.lv2-star.active .lv2-star-label { color: #0A101F; background: #DDB25B; border-color: #DDB25B; font-weight: 600; }
.lv2-map-foot { position: absolute; left: 0; right: 0; bottom: 12px; display: flex; justify-content: center; }
.lv2-map-foot a { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: .14em; color: #8B93A8; }
.lv2-map-foot a:hover { color: #DDB25B; }
.lv2-orbit { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.lv2-orbit-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .16em; color: #5C6478; }
.lv2-orbit a { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: .1em; color: #AEB5C7; border: 1px solid rgba(240,235,220,.16); border-radius: 999px; padding: 6px 13px; background: rgba(10,16,31,.5); }
.lv2-orbit a:hover { color: #DDB25B; border-color: rgba(221,178,91,.5); }
.lv2-detail { display: flex; flex-direction: column; }
.lv2-detail-hint { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px dashed rgba(240,235,220,.2); border-radius: 20px; padding: 28px; text-align: center; }
.lv2-detail-hint .spark { font-size: 22px; color: #DDB25B; }
.lv2-detail-hint p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #8B93A8; }
.lv2-detail-card { flex: 1; display: flex; flex-direction: column; gap: 14px; background: #FBF7EC; color: #1C2334; border-radius: 20px; padding: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.45); animation: fadeUp .4s ease both; }
.lv2-detail-card[hidden] { display: none; }
.lv2-badge { display: inline-flex; align-self: flex-start; align-items: center; gap: 7px; font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: .16em; color: #5C6172; border: 1px solid rgba(28,35,52,.16); border-radius: 999px; padding: 4px 10px; }
.lv2-badge .dot { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--c); }
.lv2-detail-card h3 { margin: 0; font-family: 'Fraunces', serif; font-weight: 600; font-size: 26px; }
.lv2-detail-card .tag { margin: 0; font-size: 14.5px; font-weight: 600; color: #4A5162; }
.lv2-detail-card p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #4A5162; }
.lv2-detail-card a { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #1C2334; color: #F2EDE1; font-weight: 600; font-size: 14.5px; padding: 12px 20px; border-radius: 999px; }
.lv2-detail-card a:hover { background: #2A3450; color: #F2EDE1; }

/* 03 proof */
#proof { padding: 80px 32px 140px; }
.lv2-proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.lv2-proof-card { display: flex; flex-direction: column; gap: 12px; border: 1px solid rgba(240,235,220,.14); background: rgba(10,16,31,.55); backdrop-filter: blur(8px); border-radius: 16px; padding: 26px; }
.lv2-proof-card small { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .16em; color: #C99A3C; }
.lv2-proof-card h3 { margin: 0; font-family: 'Fraunces', serif; font-weight: 600; font-size: 20px; line-height: 1.3; color: #F0EBDC; }
.lv2-proof-card p { margin: 0; font-size: 14px; line-height: 1.65; color: #AEB5C7; }

/* 04 journal */
#journal { padding: 80px 32px 140px; }
.lv2-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 18px; }
.lv2-all-link { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .14em; color: #DDB25B; }
.lv2-journal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.lv2-journal-card { display: flex; flex-direction: column; gap: 12px; background: #FBF7EC; border-radius: 16px; padding: 26px; color: #1C2334; box-shadow: 0 24px 70px rgba(0,0,0,.4); transition: transform .25s cubic-bezier(.16,1,.3,1); }
.lv2-journal-card:hover { transform: translateY(-4px); color: #1C2334; }
.lv2-log-date { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .16em; color: #8A7B4E; }
.lv2-journal-card h3 { margin: 0; font-family: 'Fraunces', serif; font-weight: 600; font-size: 20px; line-height: 1.3; }
.lv2-read { margin-top: auto; font-size: 13.5px; color: #7A8194; }

/* 04 contact */
#contact { padding: 80px 32px 120px; }
.lv2-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.lv2-card-dark { display: flex; flex-direction: column; gap: 16px; border: 1px solid rgba(240,235,220,.14); background: rgba(10,16,31,.55); backdrop-filter: blur(8px); border-radius: 20px; padding: 32px; }
.lv2-card-dark h3, .lv2-talk h3 { margin: 0; font-family: 'Fraunces', serif; font-weight: 500; font-size: 26px; line-height: 1.2; }
.lv2-card-dark h3 em { font-style: italic; color: #DDB25B; }
.lv2-card-dark > p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #AEB5C7; }
.lv2-talk { display: flex; flex-direction: column; gap: 16px; border-radius: 20px; padding: 32px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lv2-talk h3 em { font-style: italic; color: #8A7B4E; }
.lv2-talk p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #4A5162; }
.lv2-form { display: flex; flex-direction: column; gap: 12px; }
.lv2-form-row { display: flex; gap: 10px; flex-wrap: wrap; }
.lv2-form input[type=email] { flex: 1; min-width: 180px; background: rgba(240,235,220,.06); border: 1px solid rgba(240,235,220,.2); border-radius: 999px; padding: 12px 18px; color: #F0EBDC; font-size: 14px; font-family: 'Instrument Sans', sans-serif; outline: none; }
.lv2-form input[type=email]:focus { border-color: #C99A3C; }
.lv2-consent { display: flex; gap: 9px; align-items: flex-start; font-size: 12.5px; line-height: 1.5; color: #8B93A8; }
.lv2-consent input { margin-top: 2px; accent-color: #C99A3C; }
.lv2-form [role=status] { margin: 0; min-height: 1.2em; font-size: 13px; color: #DDB25B; }

/* footer */
.lv2-footer { position: relative; z-index: 1; background: rgba(6,11,22,.9); backdrop-filter: blur(6px); padding: 60px 32px 40px; border-top: 1px solid rgba(240,235,220,.07); }
.lv2-footer .lv2-shell { gap: 34px; }
.lv2-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.lv2-footer-brand { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 500; }
.lv2-footer-grid p { margin: 8px 0 0; font-size: 13px; line-height: 1.6; color: #8B93A8; }
.lv2-footer-col { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.lv2-footer-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .16em; color: #5C6478; }
.lv2-footer-col a { color: #AEB5C7; }
.lv2-footer-col a:hover { color: #F0EBDC; }
.lv2-footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(240,235,220,.07); padding-top: 22px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .14em; color: #5C6478; }

/* guide */
.lv2-guide { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.lv2-guide[hidden] { display: none; }
.lv2-bubble { position: relative; max-width: 280px; background: #FBF7EC; color: #1C2334; border-radius: 16px 16px 4px 16px; padding: 16px 18px; box-shadow: 0 14px 40px rgba(0,0,0,.4); animation: fadeUp .35s ease both; }
.lv2-bubble[hidden] { display: none; }
.lv2-bubble-x { position: absolute; top: 8px; right: 10px; background: none; border: none; cursor: pointer; color: #7A8194; font-size: 13px; padding: 2px; }
.lv2-bubble p { margin: 0 14px 8px 0; font-size: 14px; line-height: 1.55; }
.lv2-bubble-cta { background: none; border: none; cursor: pointer; padding: 0; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .14em; color: #8A7B4E; }
.lv2-bubble-cta:hover { color: #6E6136; }
.lv2-chat { display: flex; flex-direction: column; width: 330px; max-width: calc(100vw - 48px); height: 440px; background: #101a30; border: 1px solid rgba(240,235,220,.14); border-radius: 18px; box-shadow: 0 20px 60px rgba(0,0,0,.5); overflow: hidden; animation: fadeUp .3s ease both; }
.lv2-chat[hidden] { display: none; }
.lv2-chat-head { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid rgba(240,235,220,.1); background: rgba(240,235,220,.04); }
.lv2-chat-head img { width: 30px; height: 30px; border-radius: 50%; border: 1px solid #C99A3C; }
.lv2-chat-id { display: flex; flex-direction: column; line-height: 1.2; flex: 1; }
.lv2-chat-id span:first-child { font-size: 13.5px; font-weight: 600; }
.lv2-chat-id .role { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .12em; color: #8B93A8; }
.lv2-chat-head button { background: none; border: none; cursor: pointer; color: #8B93A8; font-size: 14px; padding: 4px; }
.lv2-chat-msgs { flex: 1; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; padding: 16px; }
.lv2-msg { max-width: 85%; padding: 10px 14px; font-size: 13.5px; line-height: 1.5; white-space: pre-line; }
.lv2-msg.guide { align-self: flex-start; background: rgba(240,235,220,.08); color: #E8ECF6; border-radius: 14px 14px 14px 4px; }
.lv2-msg.mine { align-self: flex-end; background: #C99A3C; color: #0A101F; border-radius: 14px 14px 4px 14px; }
.lv2-typing { align-self: flex-start; display: flex; gap: 4px; background: rgba(240,235,220,.08); border-radius: 14px 14px 14px 4px; padding: 12px 16px; }
.lv2-typing span { display: block; width: 5px; height: 5px; border-radius: 50%; background: #DDB25B; animation: dotBlink 1.1s infinite; }
.lv2-typing span:nth-child(2) { animation-delay: .2s; }
.lv2-typing span:nth-child(3) { animation-delay: .4s; }
.lv2-chat-input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid rgba(240,235,220,.1); }
.lv2-chat-input input { flex: 1; background: rgba(240,235,220,.06); border: 1px solid rgba(240,235,220,.18); border-radius: 999px; padding: 10px 15px; color: #F0EBDC; font-size: 13.5px; font-family: 'Instrument Sans', sans-serif; outline: none; }
.lv2-chat-input input:focus { border-color: #C99A3C; }
.lv2-chat-input button { cursor: pointer; background: #C99A3C; color: #0A101F; border: none; font-weight: 600; font-size: 13px; padding: 10px 16px; border-radius: 999px; }
.lv2-chat-input button:hover { background: #DDB25B; }
.lv2-fab { position: relative; width: 62px; height: 62px; border-radius: 50%; border: 2px solid #C99A3C; background: #101a30; cursor: pointer; padding: 0; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.45); }
.lv2-fab:hover { border-color: #DDB25B; }
.lv2-fab img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* responsive */
@media (max-width: 960px) {
  .lv2-rail { display: none; }
  .lv2-operator { grid-template-columns: 1fr; padding: 44px 30px; gap: 34px; }
  .lv2-portrait { align-items: center; }
  .lv2-galaxy-grid { grid-template-columns: 1fr; }
  .lv2-map { min-height: 380px; }
}
@media (max-width: 640px) {
  .lv2-nav { padding: 12px 16px; }
  .lv2-nav-links { gap: 14px; font-size: 13px; }
  .lv2-nav-links a[href="#operator"], .lv2-nav-links a[href="#journal"] { display: none; }
  #hero-content { padding: 120px 20px 80px; gap: 22px; }
  #hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .lv2-actions .lv2-btn { max-width: 100%; justify-content: center; }
  #operator, #galaxy, #journal, #contact { padding-left: 18px; padding-right: 18px; }
  .lv2-operator { padding: 34px 22px; }
  .lv2-star-label { font-size: 8.5px; }
  .lv2-map { min-height: 320px; }
  .lv2-guide { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lv2 *, .lv2 *::before, .lv2 *::after { animation: none !important; transition: none !important; }
}
