/* Local preview theme; all content remains in the HTML document. */
:root {
  --ink: #27272d; --ink-2: #53545d; --ink-3: #6a6b73;
  --blue: #bc334e; --blue-dark: #95213a; --blue-soft: #fceef1;
  --line: #e7e3e5; --line-2: #cfc8cc; --bg-soft: #faf6f7;
  --radius: 8px; --radius-sm: 6px; --wrap: 1184px;
}
body.site-b {
  --blue: #14796d; --blue-dark: #0d6056; --blue-soft: #eaf5f1;
  --bg-soft: #f2f7f5;
}
* { letter-spacing: 0 !important; }
html { scroll-padding-top: 94px; }
body { background: #fff; font-size: 16px; }
body, html { overflow-x: clip; }
a { color: var(--blue); }
a:hover { color: var(--blue-dark); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--blue); outline-offset: 5px;
}
[hidden] { display: none !important; }
.wrap { padding-inline: 32px; }
.nav { background: #fffffff5; border-bottom: 1px solid var(--line); }
.nav .wrap { height: 76px; gap: 22px; }
.logo { gap: 11px; font-size: 21px; font-weight: 750; color: var(--ink); flex: none; }
.logo .brand-logo { width: 34px; height: 29px; flex: 0 0 34px; object-fit: contain; }
.brand-caption { font-size: 11px; font-weight: 500; color: #77717a; border-left: 1px solid var(--line); padding-left: 12px; }
.nav-links { gap: 25px; margin-left: auto; }
.nav-links a { font-size: 14px; color: var(--ink-2); opacity: 1; font-weight: 550; }
.nav-links a[aria-current="page"] { color: var(--blue); }
.nav-menu { display: none; width: 40px; height: 40px; padding: 8px; background: transparent; border: 1px solid var(--line); border-radius: 6px; align-items: center; justify-content: center; }
.nav-menu svg { width: 20px; height: 20px; }
.mobile-nav { padding: 12px 24px 20px; background: white; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px; color: var(--ink); border-bottom: 1px solid var(--line); }
.btn { border-radius: 6px; padding: 13px 22px; font-size: 15px; font-weight: 650; gap: 10px; box-shadow: none; min-height: 48px; }
.btn svg, .inline-icon { width: 18px; height: 18px; flex: 0 0 18px; }
.btn-primary { background: var(--blue); border-color: var(--blue); color: #fff; box-shadow: none; }
.btn-primary:hover { background: var(--blue-dark); color: #fff; box-shadow: none; }
.btn-ghost { background: #ffffffeb; border-color: #d8cfd2; color: var(--ink); }
.btn-sm { min-height: 40px; padding: 8px 16px; font-size: 13px; }
section { padding-block: 68px; }
h1,h2,h3 { color: var(--ink); font-weight: 750; text-wrap: balance; }
h1 { font-size: 48px; line-height: 1.25; }
h2 { font-size: 30px; line-height: 1.4; }
h3 { font-size: 20px; line-height: 1.5; }
.eyebrow { color: var(--blue); font-size: 12px; padding: 0; border: 0; background: none; border-radius: 0; margin-bottom: 12px; }
.lead,.sub { color: var(--ink-2); }
.hero { padding: 0; background: #fff; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.hero::before,.hero::after { content: none; }
.anime-hero { min-height: 600px; height: min(680px, calc(100svh - 155px)); isolation: isolate; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.anime-hero .hero-inner { display: flex; align-items: center; height: 100%; }
.anime-hero .hero-copy { width: 48%; max-width: 530px; padding-block: 24px; }
.anime-hero .eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.anime-hero h1 { font-size: 76px; max-width: none; margin: 0 0 12px; font-family: "Songti SC","STSong","Noto Serif CJK SC",serif; font-weight: 800; line-height: 1.2; }
.hero-subtitle { margin: 0 0 18px; font-size: 28px; line-height: 1.6; color: var(--ink); font-weight: 600; }
.anime-hero .lead { font-size: 15px; line-height: 1.95; max-width: 405px; margin: 0 0 27px; color: #5c545b; }
.anime-hero .hero-cta { justify-content: flex-start; gap: 12px; margin-bottom: 20px; }
.hero-note { font-size: 12px; line-height: 1.9; color: var(--ink-3); overflow-wrap: anywhere; }
.hero-note b { color: var(--ink-2); }
.hero-proof { display: flex; gap: 18px; font-size: 12px; color: #62555d; flex-wrap: wrap; }
.hero-proof span { display: inline-flex; align-items: center; gap: 5px; }
.hero-proof svg { width: 14px; height: 14px; color: var(--blue); }
.hero-caption { position: absolute; bottom: 18px; right: 28px; background: #ffffffed; color: #5d5055; padding: 4px 9px; font-size: 10px; }
.pathway { border-bottom: 1px solid var(--line); padding-block: 0; background: #fff; }
.pathway .wrap { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.pathway a { display: flex; padding: 27px 24px; align-items: center; gap: 15px; color: var(--ink); border-right: 1px solid var(--line); }
.pathway a:first-child { padding-left: 0; }
.pathway a:last-child { border-right: 0; }
.pathway .path-icon { width: 24px; height: 24px; flex: none; color: var(--blue); }
.pathway b { font-size: 15px; display: block; }
.pathway small { font-size: 12px; color: var(--ink-3); display: block; margin-top: 3px; }
.pathway .path-arrow { margin-left: auto; width: 16px; height: 16px; flex: none; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px; }
.section-head h2 { margin: 0; }
.section-head p { color: var(--ink-3); font-size: 14px; margin: 10px 0 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.text-link svg { width: 16px; height: 16px; }
.scene-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.scene-card { display: block; color: var(--ink); min-width: 0; }
.scene-image { aspect-ratio: 4 / 4.6; overflow: hidden; background: #f6eff0; border-radius: 6px; position: relative; }
.scene-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .3s ease; }
.scene-card:hover img { transform: scale(1.035); }
.scene-index { position: absolute; top: 12px; left: 12px; background: #ffffffed; padding: 3px 8px; font-size: 11px; border-radius: 3px; color: #7d3a49; }
.scene-card h3 { display: flex; justify-content: space-between; align-items: center; margin: 16px 0 5px; font-size: 18px; }
.scene-card h3 svg { width: 18px; height: 18px; color: var(--blue); }
.scene-card p { color: var(--ink-3); margin: 0; font-size: 13px; line-height: 1.8; }
.source-credit { color: var(--ink-3); font-size: 11px; margin-top: 22px; }
.source-credit a { text-decoration: underline; }
.soft { background: var(--bg-soft); }
.card,.role,.quote { box-shadow: none; border: 1px solid var(--line); border-radius: 8px; }
.card:hover,.role:hover,.quote:hover { transform: translateY(-3px); box-shadow: 0 8px 20px #30202a08; border-color: #d1adb6; }
.panel { border: 0; border-left: 2px solid var(--line); padding: 16px 0 16px 28px; border-radius: 0; box-shadow: none; background: transparent; }
.panel-large { max-width: 100%; }
.card .ico { width: 38px; height: 38px; border-radius: 6px; background: var(--blue-soft); color: var(--blue); border: none; }
.card .ico svg { width: 21px; height: 21px; }
.check-list b { width: 28px; height: 28px; font-size: 11px; border-radius: 4px; background: var(--blue-soft); color: var(--blue); }
.check-list span { font-size: 15px; }
.origin-box { border-radius: 0; background: transparent; padding: 20px 0 0; border: 0; border-top: 1px solid var(--line); }
.two { gap: 52px; }
.two ul { font-size: 15px; }
.guide-row { display: grid; grid-template-columns: 68px 1fr 20px; gap: 22px; padding: 23px 0; align-items: center; border-bottom: 1px solid var(--line); color: var(--ink); }
.guide-row:first-child { border-top: 1px solid var(--line); }
.guide-row .num { color: var(--blue); font-size: 28px; font-family: Georgia,serif; }
.guide-row h3 { margin: 0 0 5px; font-size: 18px; }
.guide-row p { margin: 0; font-size: 14px; color: var(--ink-3); }
.guide-row svg { width: 18px; height: 18px; }
.band { border-radius: 0; background: transparent; color: var(--ink); padding: 30px 0; box-shadow: none; }
.band h2 { color: var(--ink); font-size: 30px; }
.band p { color: var(--ink-2); font-size: 16px; max-width: 650px; }
.band .btn { background: var(--blue); color: #fff; box-shadow: none; }
.band .btn:hover { background: var(--blue-dark); }
.page-head { background: var(--bg-soft); padding-block: 46px; }
.page-head h1 { font-size: 36px; max-width: 860px; }
.page-head p { font-size: 17px; }
.page-head .wrap { position: relative; }
.breadcrumbs { border-bottom: 1px solid var(--line); font-size: 12px; background: #fff; padding-block: 12px; }
.breadcrumbs .wrap { display: flex; flex-wrap: wrap; gap: 10px; }
.crumb-sep { color: #a69aa0; }
article { max-width: 780px; }
article h2 { font-size: 25px; scroll-margin-top: 92px; }
article h3 { font-size: 19px; }
article p,article li { font-size: 16px; line-height: 1.95; }
.article-toc { border-block: 1px solid var(--line); padding: 20px 0; margin: 25px 0; font-size: 14px; }
.article-toc strong { display: block; margin-bottom: 10px; }
.article-toc a { display: inline-block; margin: 4px 20px 4px 0; font-size: 13px; }
.related-reading { max-width: 780px; margin: 38px auto 0; padding-top: 28px; border-top: 1px solid var(--line); }
.related-reading h2 { font-size: 21px; }
.related-reading a { display: block; padding: 10px 0; font-size: 15px; }
.prompt-example { padding: 20px 22px; border-left: 3px solid var(--blue); background: var(--bg-soft); margin: 22px 0; }
.prompt-example p { margin: 0; }
.article-media { margin: 24px 0; }
.article-media img { width: 100%; aspect-ratio: 16 / 6; object-fit: cover; border-radius: 6px; }
.article-media figcaption { font-size: 11px; color: var(--ink-3); margin-top: 8px; }
table { border-radius: 0; box-shadow: none; }
th,td { overflow-wrap: anywhere; }
.faq summary { font-size: 17px; }
.faq p { font-size: 15px; }
.role .role-photo { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 28%; }
.role-head .avatar { display: none; }
.role-head { border-bottom: 0; }
.role-tag { border-radius: 4px; font-size: 11px; background: var(--blue-soft); color: var(--blue); }
.dialog .m { border-radius: 6px; font-size: 13px; }
.role-foot { font-size: 12px; }
footer { padding-top: 42px; background: #fbfafb; }
.foot-about .logo .brand-logo { width: 34px; height: 29px; flex-basis: 34px; }
.foot-about p { font-size: 13px; }
.foot-grid h4,.foot-grid a { font-size: 13px; }
.foot-bot { font-size: 11px; }
.skip-link { position: fixed; top: -90px; left: 18px; z-index: 200; background: white; color: var(--blue); padding: 10px 16px; border: 2px solid var(--blue); }
.skip-link:focus { top: 12px; }
.official-panel h2 { font-size: 32px; overflow-wrap: anywhere; }
@media(min-width:1600px) {
  .hero-art img { object-fit: fill; }
}
@media(max-width:1050px) {
  .nav-links { gap: 16px; }
  .brand-caption { display: none; }
  .anime-hero .hero-copy { width: 47%; }
  .anime-hero h1 { font-size: 60px; }
  .hero-subtitle { font-size: 24px; }
  .anime-hero .lead { font-size: 14px; }
  .scene-grid { gap: 16px; }
  .pathway a { padding-inline: 16px; }
}
@media(max-width:800px) {
  .nav-links { display: none; }
  .nav-menu { display: inline-flex; margin-left: auto; order: 3; flex: none; }
  .nav .wrap > .btn { margin-left: auto; }
  .nav .wrap { height: 65px; gap: 12px; }
  .anime-hero { min-height: 610px; height: min(680px, calc(100svh - 126px)); }
  .anime-hero .hero-copy { width: 50%; }
  .anime-hero h1 { font-size: 52px; }
  .anime-hero .hero-cta { flex-direction: column; align-items: flex-start; }
  .scene-grid { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 30px; }
  .pathway small { display: none; }
  .pathway a { gap: 8px; padding-block: 22px; }
  .pathway b { font-size: 13px; }
  .pathway .path-icon { width: 20px; height: 20px; }
  .two { grid-template-columns: 1fr; gap: 28px; }
}
@media(max-width:600px) {
  .wrap { padding-inline: 22px; }
  section { padding-block: 46px; }
  h2 { font-size: 25px; }
  .nav .logo { font-size: 19px; gap: 8px; }
  .nav .wrap { gap: 10px; }
  .nav .btn { font-size: 12px; min-height: 36px; padding: 7px 11px; }
  .nav .btn svg { display: none; }
  .nav-menu { width: 36px; height: 36px; }
  .anime-hero { height: auto; min-height: 0; }
  .anime-hero .hero-inner { display: block; height: auto; }
  .anime-hero .hero-copy { width: 100%; max-width: none; padding: 29px 0 0; }
  .anime-hero .eyebrow { margin-bottom: 13px; font-size: 11px; }
  .anime-hero h1 { font-size: 48px; margin-bottom: 4px; }
  .hero-subtitle { font-size: 21px; margin-bottom: 12px; }
  .anime-hero .lead { font-size: 13px; line-height: 1.8; margin-bottom: 17px; max-width: 480px; }
  .anime-hero .hero-cta { flex-direction: row; flex-wrap: nowrap; gap: 9px; margin-bottom: 13px; }
  .anime-hero .btn { width: auto; padding: 11px 14px; font-size: 13px; min-height: 42px; }
  .anime-hero .btn svg { width: 15px; height: 15px; flex-basis: 15px; }
  .hero-proof { gap: 13px; font-size: 10px; margin-bottom: 14px; }
  .anime-hero .hero-note { font-size: 10px; margin-bottom: 0; }
  .hero-art { position: relative; display: block; height: 240px; z-index: 0; margin-top: 0; }
  .hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 33%; }
  .hero-caption { right: 10px; bottom: 10px; font-size: 9px; }
  .pathway .wrap { padding-inline: 22px; }
  .pathway a { padding: 18px 10px; }
  .pathway .path-icon { display: none; }
  .pathway b { font-size: 12px; }
  .pathway .path-arrow { width: 12px; height: 12px; }
  .section-head { align-items: flex-start; gap: 15px; }
  .section-head h2 { font-size: 24px; }
  .section-head p { font-size: 12px; }
  .section-head .text-link { margin-top: 9px; font-size: 12px; }
  .scene-grid { gap: 25px 14px; }
  .scene-card h3 { font-size: 16px; margin-top: 12px; }
  .scene-card p { font-size: 12px; }
  .scene-index { top: 8px; left: 8px; font-size: 10px; }
  .panel { padding: 8px 0 8px 18px; }
  .card { padding: 22px; }
  .page-head { padding-block: 34px; }
  .page-head h1 { font-size: 29px; line-height: 1.5; }
  .page-head p { font-size: 15px; }
  .guide-row { grid-template-columns: 34px 1fr 16px; gap: 12px; }
  .guide-row h3 { font-size: 16px; }
  .guide-row p { font-size: 12px; }
  .guide-row .num { font-size: 23px; }
  .band { padding: 12px 0; }
  .band h2 { font-size: 25px; }
  .band p { font-size: 14px; }
  .official-panel h2 { font-size: 26px; }
  th,td { padding: 12px 9px; font-size: 13px; }
  article h2 { font-size: 23px; }
  article p,article li { font-size: 15px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .foot-about { grid-column: 1 / -1; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; animation: none !important; }
}
