.story-page { max-width: 960px; text-align: left; }
.story-topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.story-back { display: inline-flex; align-items: center; gap: 9px; color: #9fe8ff; font-size: 14px; font-weight: 600; text-decoration: none; opacity: .88; }
.story-back:hover { opacity: 1; }
.story-topbar .lang { margin: 0; }
.story-topbar .lang-btn { padding: 0; border: 0; background: transparent; color: #c9dbea; font: inherit; cursor: pointer; opacity: .55; }
.story-topbar .lang-btn.active { color: #fff; font-weight: 800; opacity: 1; }
.story-hero { position: relative; overflow: hidden; display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; gap: 34px; margin-top: 30px; padding: 34px; border: 1px solid rgba(159,232,255,.2); border-radius: 28px; background: radial-gradient(circle at 10% 20%, rgba(63,220,255,.12), transparent 38%), linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.story-portrait-wrap { width: 168px; height: 168px; padding: 5px; border-radius: 50%; background: linear-gradient(145deg, #9af5ff, #1fb6e0 55%, #1d6d89); box-shadow: 0 0 34px rgba(63,220,255,.2); }
.story-portrait { width: 100%; height: 100%; display: block; border: 4px solid #07101f; border-radius: 50%; object-fit: cover; }
.story-kicker { margin-bottom: 10px; color: #9fe8ff; font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.story-hero h1 { margin: 0; font-size: clamp(34px,6vw,58px); line-height: 1.05; letter-spacing: .01em; }
.story-role { margin-top: 12px; color: #c9dbea; font-size: 18px; line-height: 1.5; }
.story-motto { margin-top: 18px; color: #fff; font-size: 18px; font-weight: 700; }
.origin { margin-top: 28px; padding: 30px 34px 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.035); }
.origin-heading { display: flex; align-items: baseline; gap: 18px; margin-bottom: 26px; }
.origin-year { color: #3fdcff; font-size: clamp(36px,8vw,64px); font-weight: 800; line-height: 1; text-shadow: 0 0 24px rgba(63,220,255,.25); }
.origin h2 { margin: 0; color: #fff; font-size: clamp(24px,4vw,34px); }
.story-copy { max-width: 760px; margin: 0 auto; }
.story-copy p { margin: 0 0 18px; color: #c5d8e7; font-size: 17px; line-height: 1.75; }
.story-copy strong, .story-copy em { color: #fff; }
.origin-signature { margin: 28px 0; padding: 22px 24px; border-left: 3px solid #3fdcff; border-radius: 0 18px 18px 0; background: rgba(63,220,255,.07); }
.origin-signature span { display: block; color: #8bb1ca; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.origin-signature strong { display: block; margin-top: 7px; color: #fff; font-size: clamp(26px,5vw,38px); letter-spacing: .04em; }
.story-now { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(220px,.6fr); gap: 22px; margin-top: 28px; }
.now-copy, .story-links { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.035); }
.story-now h2 { margin: 0 0 14px; color: #fff; font-size: 28px; }
.story-now p { color: #b8cfdf; font-size: 16px; line-height: 1.7; }
.story-links { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.story-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border: 1px solid rgba(159,232,255,.2); border-radius: 14px; color: #eaf9ff; font-weight: 700; text-decoration: none; background: rgba(63,220,255,.05); }
.story-link:hover { background: rgba(63,220,255,.1); }
@media (max-width: 700px) {
  .story-hero { grid-template-columns: 1fr; gap: 22px; padding: 28px 22px; text-align: center; }
  .story-portrait-wrap { width: 146px; height: 146px; margin: 0 auto; }
  .origin { padding: 26px 21px 28px; }
  .origin-heading { display: block; text-align: center; }
  .origin h2 { margin-top: 8px; }
  .story-copy p { font-size: 16px; line-height: 1.7; }
  .story-now { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .story-topbar { align-items: flex-start; }
  .story-topbar .lang { gap: 10px; }
  .story-back span { display: none; }
}
