:root {
  --cream: #fff5f7;
  --cream-deep: #ffe8ee;
  --pink: #ff6b8b;
  --pink-dark: #d9486a;
  --pink-soft: #ffb4c4;
  --lime: #a3e152;
  --lime-dark: #668e24;
  --orange: #ff5722;
  --ink: #261e31;
  --muted: #685e6f;
  --plum: #3d2b49;
  --plum-deep: #241b32;
  --line: rgba(61, 43, 73, .13);
  --shadow: 0 18px 46px rgba(71, 35, 58, .13);
  --radius: 4px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.narrow-container { width: min(980px, calc(100% - 64px)); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 99; background: var(--orange); color: #fff; padding: 10px 16px; border-radius: var(--radius); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; background: rgba(255, 245, 247, .92); border-bottom: 1px solid rgba(255, 107, 139, .14); backdrop-filter: blur(14px); }
.nav-wrap { width: min(1260px, calc(100% - 48px)); min-height: 74px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 900; letter-spacing: .06em; color: var(--plum); white-space: nowrap; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; box-shadow: 0 5px 14px rgba(61,43,73,.18); }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.primary-nav a { position: relative; padding: 8px 10px; border: 1px solid transparent; border-radius: var(--radius); color: var(--muted); font-size: 13px; font-weight: 700; white-space: nowrap; transition: color .2s, border-color .2s, background-color .2s, box-shadow .2s, text-shadow .2s, transform .2s; }
.nav-icon { width: 14px; height: 14px; margin-right: 5px; vertical-align: -2px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.primary-nav a:not(.nav-cta):hover,
.primary-nav a:not(.nav-cta):focus-visible {
  color: #ff3f70;
  border-color: rgba(255, 107, 139, .85);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 0 0 1px rgba(255, 107, 139, .12), 0 0 14px rgba(255, 107, 139, .35);
  text-shadow: 0 0 9px rgba(255, 63, 112, .42);
}
.primary-nav .nav-cta { margin-left: 9px; padding: 10px 20px; color: #fff; background: var(--orange); border-radius: var(--radius); box-shadow: 0 7px 16px rgba(255,87,34,.24); }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta:focus-visible { color: #fff; transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 42px; border: 0; border-radius: var(--radius); background: var(--pink); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: #fff; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: min(820px, 100vh); padding: 160px 0 86px; display: flex; align-items: center; overflow: hidden; background: var(--plum-deep); isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: rgba(32, 21, 44, .67); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 100px; background: linear-gradient(to top, var(--cream), transparent); opacity: .85; pointer-events: none; }
.hero-content { color: #fff; }
.eyebrow { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.eyebrow span { padding: 4px 12px; border: 1px solid rgba(255,255,255,.44); border-radius: 40px; color: #fff3f6; font-size: 12px; letter-spacing: .1em; }
.hero h1 { max-width: 920px; margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.12; letter-spacing: .02em; text-shadow: 0 5px 22px rgba(0,0,0,.26); }
.hero-en { margin: 16px 0 0; color: var(--pink-soft); font-family: "Playfair Display", serif; font-size: clamp(15px, 2vw, 22px); letter-spacing: .18em; }
.hero-lead { max-width: 645px; margin: 24px 0 0; color: #fff9fb; font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { position: relative; isolation: isolate; display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 23px; overflow: hidden; border: 1px solid transparent; border-radius: var(--radius); font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s, border-color .2s; }
.button::after { content: ""; position: absolute; inset: 0 auto 0 -46%; z-index: 0; width: 34%; background: rgba(255,255,255,.38); transform: skewX(-20deg); transition: left .48s ease; pointer-events: none; }
.button:hover::after, .button:focus-visible::after { left: 122%; }
.button svg { position: relative; z-index: 1; width: 17px; height: 17px; fill: currentColor; transition: transform .2s ease; }
.button:hover svg, .button:focus-visible svg { transform: translateX(2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 9px 20px rgba(255,87,34,.3); }
.button-primary:hover, .button-primary:focus-visible { background: #e74717; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(255,87,34,.36); }
.button-ghost { border-color: rgba(255,255,255,.65); color: #fff; background: rgba(255,255,255,.08); }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.hero-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 760px; margin: 58px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.3); gap: 15px; }
.hero-facts div { padding-right: 15px; border-right: 1px solid rgba(255,255,255,.2); }
.hero-facts div:last-child { border: 0; }
.hero-facts dt { color: rgba(255,255,255,.68); font-size: 11px; }
.hero-facts dd { margin: 4px 0 0; color: #fff; font-size: 13px; font-weight: 700; }
.scroll-hint { position: absolute; bottom: 32px; left: 50%; display: flex; align-items: center; gap: 9px; transform: translateX(-50%); color: rgba(255,255,255,.86); font-size: 11px; letter-spacing: .12em; }
.scroll-hint span { display: block; width: 8px; height: 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }

.section { padding: 116px 0; }
.intro-section { background: var(--cream); }
.section-heading { max-width: 735px; margin: 0 auto 54px; text-align: center; }
.section-kicker { margin: 0 0 12px; color: var(--pink-dark); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.section-heading h2 { margin: 0; color: var(--plum); font-size: clamp(26px, 3.2vw, 40px); line-height: 1.32; letter-spacing: .01em; }
.section-heading > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 15px; }
.section-heading-light h2 { color: #fff; }
.section-heading-light > p:last-child, .section-heading-light .section-kicker { color: #ffd3dc; }
.intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 62px; align-items: center; }
.intro-copy > p { margin: 0 0 18px; color: var(--muted); font-size: 15px; }
.quote-card { display: flex; gap: 13px; align-items: flex-start; margin-top: 29px; padding: 19px 20px; border-left: 4px solid var(--lime); background: #fff; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.quote-card:hover { transform: translateY(-4px); border-color: var(--pink); box-shadow: 0 22px 42px rgba(71,35,58,.17); }
.quote-card > span { color: var(--pink); font-size: 25px; line-height: 1.2; }
.quote-card p { margin: 0; color: var(--plum); font-size: 14px; font-weight: 600; line-height: 1.8; }
.media-card { position: relative; margin: 0; border: 1px solid rgba(255,107,139,.19); background: #fff; box-shadow: var(--shadow); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.media-card::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 1; height: 3px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.media-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .55s ease, filter .3s ease; }
.media-card-main img { aspect-ratio: 616 / 353; }
.media-card figcaption { position: relative; z-index: 2; padding: 11px 15px 13px; color: var(--muted); font-size: 12px; transition: color .25s ease; }
.media-card:hover, .media-card:focus-within { transform: translateY(-7px); border-color: rgba(255,107,139,.48); box-shadow: 0 24px 52px rgba(71,35,58,.2); }
.media-card:hover::before, .media-card:focus-within::before { transform: scaleX(1); }
.media-card:hover img, .media-card:focus-within img { transform: scale(1.035); filter: saturate(1.08) contrast(1.02); }
.media-card:hover figcaption, .media-card:focus-within figcaption { color: var(--pink-dark); }
.meta-panel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 64px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.meta-panel div { padding: 19px 20px; border-right: 1px solid var(--line); }
.meta-panel div:last-child { border: 0; }
.meta-panel dt { color: var(--pink-dark); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.meta-panel dd { margin: 5px 0 0; color: var(--plum); font-size: 13px; font-weight: 600; line-height: 1.55; }

.content-section, .guide-section, .gallery-section { position: relative; background: var(--plum); color: #fff; overflow: hidden; }
.content-section::before, .guide-section::before, .gallery-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.65) .7px, transparent .7px); background-size: 19px 19px; }
.content-section > *, .guide-section > *, .gallery-section > * { position: relative; }
.loop-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 50px; align-items: center; }
.media-card-wide img { aspect-ratio: 16 / 9; }
.media-card-wide figcaption { color: var(--muted); }
.loop-copy { padding-left: 14px; }
.acid-label, .ribbon-label { display: inline-block; padding: 5px 12px; color: var(--plum-deep); background: var(--lime); border-radius: 2px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.loop-copy h3, .character-copy h3, .ending-title h3 { margin: 16px 0 13px; color: #fff; font-size: 26px; line-height: 1.45; }
.loop-copy p { margin: 0; color: #eadfea; font-size: 14px; }
.check-list { display: grid; gap: 9px; margin: 23px 0 0; padding: 0; list-style: none; color: #fff; font-size: 13px; }
.check-list li { position: relative; padding-left: 25px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.content-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.info-card { position: relative; min-height: 220px; padding: 23px 23px 21px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease; }
.info-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--lime); transform: scaleY(0); transform-origin: bottom; transition: transform .28s ease; }
.info-card:hover, .info-card:focus-within { transform: translateY(-7px); border-color: rgba(163,225,82,.7); background: rgba(255,255,255,.13); box-shadow: 0 18px 35px rgba(18,8,29,.22); }
.info-card:hover::before, .info-card:focus-within::before { transform: scaleY(1); }
.card-no { position: absolute; top: 16px; right: 18px; color: rgba(255,255,255,.38); font-family: "Playfair Display", serif; font-size: 15px; }
.card-icon { color: var(--pink-soft); font-size: 26px; line-height: 1; }
.info-card h3 { margin: 17px 0 7px; color: #fff; font-size: 18px; }
.info-card p { margin: 0; color: #e5d7e7; font-size: 13px; line-height: 1.75; }

.characters-section { background: var(--cream-deep); }
.character-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 50px; align-items: center; }
.character-copy { color: var(--muted); }
.character-copy h3 { color: var(--plum); }
.character-copy p { margin: 0; font-size: 14px; }
.route-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 25px; color: var(--pink-dark); font-size: 11px; font-weight: 800; }
.route-flow span { padding: 6px 9px; border: 1px solid rgba(255,107,139,.3); background: #fff7f8; transition: color .2s, border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.route-flow span:hover { color: var(--plum); border-color: var(--pink); background: #fff; transform: translateY(-2px); box-shadow: 0 6px 13px rgba(71,35,58,.1); }
.route-flow i { color: var(--pink); font-style: normal; }
.character-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 46px; }
.character-card { padding: 23px 21px; border-top: 3px solid var(--pink); background: rgba(255,255,255,.8); box-shadow: 0 9px 28px rgba(71,35,58,.06); transition: transform .28s ease, box-shadow .28s ease, background .28s ease, border-color .28s ease; }
.character-card:hover, .character-card:focus-within { transform: translateY(-7px); border-top-color: var(--lime-dark); background: #fff; box-shadow: 0 20px 38px rgba(71,35,58,.15); }
.character-mark { display: inline-grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: var(--pink); color: #fff; font-weight: 900; transition: transform .28s ease, background .28s ease, box-shadow .28s ease; }
.character-card:hover .character-mark, .character-card:focus-within .character-mark { transform: rotate(-8deg) scale(1.1); background: var(--pink-dark); box-shadow: 0 6px 13px rgba(217,72,106,.28); }
.character-card h3 { margin: 14px 0 7px; color: var(--plum); font-size: 18px; }
.character-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.guide-section { background: var(--plum-deep); }
.guide-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 48px; align-items: start; }
.strategy-list { display: grid; gap: 10px; }
.strategy { display: grid; grid-template-columns: 47px 1fr; gap: 17px; padding: 22px 21px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.06); transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.strategy:hover, .strategy:focus-within { transform: translateX(6px); border-color: rgba(255,180,196,.6); background: rgba(255,255,255,.1); box-shadow: 0 13px 28px rgba(12,7,20,.2); }
.strategy > span { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: var(--plum-deep); background: var(--lime); font-size: 12px; font-weight: 900; transition: transform .28s ease, box-shadow .28s ease; }
.strategy:hover > span, .strategy:focus-within > span { transform: scale(1.1); box-shadow: 0 0 0 5px rgba(163,225,82,.16); }
.strategy h3 { margin: 0 0 5px; color: #fff; font-size: 17px; }
.strategy p { margin: 0; color: #ded1e1; font-size: 13px; line-height: 1.7; }
.guide-media { position: sticky; top: 105px; }
.guide-media figcaption { color: var(--muted); }
.ending-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin-top: 54px; padding: 35px; border: 1px solid rgba(255,255,255,.19); background: rgba(255,255,255,.06); }
.ending-title > span { color: var(--pink-soft); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.ending-title h3 { margin-top: 12px; font-size: 23px; }
.ending-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 28px; margin: 0; padding-left: 20px; }
.ending-steps li { padding-left: 5px; color: var(--pink-soft); }
.ending-steps strong { display: block; color: #fff; font-size: 15px; }
.ending-steps span { display: block; margin-top: 3px; color: #d9ccdc; font-size: 12px; line-height: 1.65; }
.tips-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 14px; border: 1px solid rgba(255,255,255,.15); }
.tips-strip > div { padding: 17px 20px; border-right: 1px solid rgba(255,255,255,.15); }
.tips-strip > div:last-child { border: 0; }
.tips-strip strong { display: block; color: var(--lime); font-size: 14px; }
.tips-strip span { display: block; margin-top: 4px; color: #d9ccdc; font-size: 12px; }

.features-section { background: var(--cream); }
.feature-showcase { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 55px; align-items: center; }
.feature-visual { padding: 12px; border: 1px solid rgba(255,107,139,.3); background: #fff; box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.feature-visual:hover, .feature-visual:focus-within { transform: translateY(-7px) rotate(-.35deg); border-color: rgba(255,107,139,.65); box-shadow: 0 24px 50px rgba(71,35,58,.18); }
.feature-visual img { aspect-ratio: 16 / 9; object-fit: cover; transition: transform .55s ease, filter .3s ease; }
.feature-visual:hover img, .feature-visual:focus-within img { transform: scale(1.03); filter: saturate(1.07); }
.feature-list { display: grid; gap: 3px; }
.feature-row { position: relative; display: grid; grid-template-columns: 43px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, border-color .25s ease, background .25s ease; }
.feature-row::before { content: ""; position: absolute; inset: 0 auto 0 -14px; width: 3px; background: var(--pink); transform: scaleY(0); transform-origin: center; transition: transform .25s ease; }
.feature-row:hover, .feature-row:focus-within { padding-left: 10px; border-color: rgba(255,107,139,.42); background: linear-gradient(90deg, rgba(255,107,139,.06), transparent 72%); }
.feature-row:hover::before, .feature-row:focus-within::before { transform: scaleY(1); }
.feature-row:last-child { border: 0; }
.feature-row > span { color: var(--pink); font-family: "Playfair Display", serif; font-size: 20px; }
.feature-row h3 { margin: 0 0 5px; color: var(--plum); font-size: 18px; }
.feature-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.numbers > div { text-align: center; border-right: 1px solid var(--line); }
.numbers > div:last-child { border: 0; }
.numbers strong { display: block; color: var(--pink-dark); font-family: "Playfair Display", serif; font-size: 33px; line-height: 1.2; }
.numbers span { color: var(--muted); font-size: 12px; }

.gallery-section { background: var(--plum); }

.gallery-viewer { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(265px, .75fr); gap: 18px; align-items: stretch; }
.gallery-stage { position: relative; min-height: 470px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #20162e; box-shadow: 0 18px 40px rgba(12,7,20,.25); }
.gallery-stage::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(to top, rgba(24,15,36,.8), transparent); pointer-events: none; }
.gallery-stage img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; transition: opacity .2s ease, transform .45s ease; }
.gallery-stage figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 18px; color: #fff; font-size: 14px; font-weight: 800; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-content: stretch; }
.gallery-thumb { position: relative; min-width: 0; min-height: 0; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 3px; color: #fff; background: #2b1c3b; cursor: pointer; text-align: left; box-shadow: 0 8px 20px rgba(12,7,20,.16); transition: border-color .2s, box-shadow .2s, transform .2s; }
.gallery-thumb::after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(to top, rgba(24,15,36,.88), transparent); pointer-events: none; }
.gallery-thumb img { width: 100%; height: 100%; min-height: 112px; object-fit: cover; transition: transform .35s, filter .2s; }
.gallery-thumb span { position: absolute; z-index: 1; left: 11px; right: 8px; bottom: 9px; font-size: 11px; font-weight: 800; }
.gallery-thumb:hover, .gallery-thumb:focus-visible { border-color: var(--pink-soft); box-shadow: 0 0 0 1px rgba(255,180,196,.2), 0 0 18px rgba(255,107,139,.35); transform: translateY(-2px); }
.gallery-thumb:hover img, .gallery-thumb:focus-visible img { transform: scale(1.05); }
.gallery-thumb.is-active { border-color: var(--lime); box-shadow: 0 0 0 1px rgba(163,225,82,.22), 0 0 19px rgba(163,225,82,.24); }
.gallery-thumb.is-active span { color: var(--lime); }

.updates-section { background: var(--cream-deep); }
.update-timeline { position: relative; display: grid; gap: 11px; }
.update-timeline::before { content: ""; position: absolute; left: 122px; top: 20px; bottom: 20px; width: 1px; background: rgba(255,107,139,.34); }
.update-item { position: relative; display: grid; grid-template-columns: 155px 1fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); transition: padding-left .28s ease, padding-right .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease; }
.update-date { position: relative; padding-left: 0; text-align: right; }
.update-date::after { content: ""; position: absolute; z-index: 1; top: 8px; right: -34px; width: 10px; height: 10px; border: 3px solid var(--cream-deep); border-radius: 50%; background: var(--pink); transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease; }
.update-date strong { display: block; color: var(--pink-dark); font-family: "Playfair Display", serif; font-size: 17px; transition: color .25s ease, text-shadow .25s ease; }
.update-date span { color: var(--muted); font-size: 11px; transition: color .25s ease; }
.update-item h3 { margin: 0 0 5px; color: var(--plum); font-size: 17px; transition: color .25s ease, letter-spacing .25s ease; }
.update-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.update-item:hover, .update-item:focus-within { padding-left: 10px; padding-right: 10px; border-color: rgba(255,107,139,.42); background: rgba(255,255,255,.32); box-shadow: 0 12px 25px rgba(71,35,58,.1); }
.update-item:hover .update-date::after, .update-item:focus-within .update-date::after { transform: scale(1.35); background: var(--lime); box-shadow: 0 0 0 5px rgba(163,225,82,.16), 0 0 14px rgba(163,225,82,.38); }
.update-item:hover .update-date strong, .update-item:focus-within .update-date strong { color: var(--pink); text-shadow: 0 0 9px rgba(255,107,139,.25); }
.update-item:hover .update-date span, .update-item:focus-within .update-date span { color: var(--pink-dark); }
.update-item:hover h3, .update-item:focus-within h3 { color: var(--pink-dark); letter-spacing: .015em; }

.faq-section { background: #fff; }
.faq-list { display: grid; gap: 9px; }
.faq-item { border: 1px solid var(--line); background: var(--cream); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.faq-item:hover, .faq-item:focus-within, .faq-item[open] { border-color: rgba(255,107,139,.48); box-shadow: 0 10px 24px rgba(71,35,58,.1); }
.faq-item:hover { transform: translateY(-2px); }
.faq-item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 22px; color: var(--plum); cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; flex: 0 0 17px; height: 17px; }
.faq-item summary span::before, .faq-item summary span::after { content: ""; position: absolute; top: 8px; left: 1px; width: 15px; height: 2px; background: var(--pink); transition: transform .2s; }
.faq-item summary span::after { transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0deg); }
.faq-item > div { padding: 0 22px 19px; }
.faq-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.final-cta { position: relative; overflow: hidden; background: var(--pink); }
.final-cta-bg { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.25) .7px, transparent .7px); background-size: 17px 17px; opacity: .25; }
.final-cta-content { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 38px; align-items: center; padding-top: 78px; padding-bottom: 78px; color: #fff; }
.final-cta-content > img { width: 120px; height: 120px; object-fit: cover; border: 5px solid rgba(255,255,255,.58); border-radius: 50%; box-shadow: 0 9px 24px rgba(116,27,53,.22); }
.final-cta .section-kicker { color: #fff0f3; }
.final-cta h2 { max-width: 690px; margin: 0; font-size: clamp(27px, 4vw, 42px); line-height: 1.35; }
.final-cta p:not(.section-kicker) { max-width: 650px; margin: 12px 0 23px; color: #fff4f6; font-size: 14px; }
.final-cta .button-primary { background: var(--orange); }

.site-footer { padding: 39px 0 24px; color: #d8ccdc; background: var(--plum-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 35px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: #fff; font-size: 16px; }
.footer-brand span { margin-top: 5px; color: #ab9ab1; font-family: "Playfair Display", serif; font-size: 12px; letter-spacing: .08em; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px 20px; }
.footer-grid nav a { position: relative; color: #c9bacd; font-size: 12px; transition: color .2s ease; }
.footer-grid nav a::after { content: ""; position: absolute; right: 0; bottom: -4px; left: 0; height: 1px; background: var(--pink-soft); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.footer-grid nav a:hover, .footer-grid nav a:focus-visible { color: var(--pink-soft); }
.footer-grid nav a:hover::after, .footer-grid nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.friend-links { margin-top: 34px; padding: 30px 0 32px; color: var(--plum); background: var(--cream-deep); }
.friend-links h2 { margin: 0; text-align: center; color: var(--plum); font-size: 24px; line-height: 1.35; }
.friend-links-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 14px; margin-top: 18px; }
.friend-links-list a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 9px 20px; border: 1px solid rgba(61,43,73,.08); border-radius: 999px; color: var(--plum); background: rgba(255,255,255,.88); box-shadow: 0 7px 18px rgba(61,43,73,.1); font-size: 13px; font-weight: 800; white-space: nowrap; transition: color .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.friend-links-list a:hover, .friend-links-list a:focus-visible { color: #fff; border-color: var(--pink); background: var(--pink); box-shadow: 0 10px 23px rgba(255,107,139,.28); transform: translateY(-3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 31px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; color: #897a8e; font-size: 11px; }
.floating-cta { position: fixed; z-index: 13; right: 22px; bottom: 78px; display: inline-flex; align-items: center; gap: 7px; min-height: 43px; padding: 10px 17px; border-radius: 3px; color: #fff; background: var(--orange); box-shadow: 0 8px 22px rgba(255,87,34,.3); font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.floating-cta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.floating-cta:hover, .floating-cta:focus-visible { background: #e74717; transform: translateY(-2px); }
.back-to-top { position: fixed; z-index: 12; right: 22px; bottom: 22px; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,107,139,.35); border-radius: 50%; color: var(--pink-dark); background: #fff; box-shadow: 0 7px 20px rgba(50,24,43,.15); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, visibility .2s, transform .2s; }
.back-to-top svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.is-visible.media-card:hover, .reveal.is-visible.media-card:focus-within { transform: translateY(-7px); transition: opacity .6s ease, transform .28s ease, box-shadow .3s ease, border-color .3s ease; }
.reveal.is-visible.info-card:hover, .reveal.is-visible.info-card:focus-within { transform: translateY(-7px); transition: opacity .6s ease, transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease; }
.reveal.is-visible.character-card:hover, .reveal.is-visible.character-card:focus-within { transform: translateY(-7px); transition: opacity .6s ease, transform .28s ease, box-shadow .28s ease, background .28s ease, border-color .28s ease; }
.reveal.is-visible.strategy:hover, .reveal.is-visible.strategy:focus-within { transform: translateX(6px); transition: opacity .6s ease, transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.reveal.is-visible.feature-visual:hover, .reveal.is-visible.feature-visual:focus-within { transform: translateY(-7px) rotate(-.35deg); transition: opacity .6s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.reveal.is-visible.faq-item:hover { transform: translateY(-2px); transition: opacity .6s ease, transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.reveal.is-visible.update-item:hover, .reveal.is-visible.update-item:focus-within { transform: translateY(-3px); transition: opacity .6s ease, transform .28s ease, padding-left .28s ease, padding-right .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .primary-nav { gap: 0; }
  .primary-nav a { padding-inline: 8px; font-size: 12px; }
  .primary-nav a:not(.nav-cta)::after { left: 8px; right: 8px; }
  .primary-nav .nav-cta { padding-inline: 14px; }
  .hero-facts { max-width: 650px; }
  .intro-grid, .loop-layout, .character-feature, .guide-grid, .feature-showcase { gap: 33px; }
}
@media (max-width: 760px) {
  .container, .narrow-container { width: min(100% - 36px, 600px); }
  .site-header { background: rgba(255,245,247,.97); }
  .nav-wrap { width: calc(100% - 36px); min-height: 66px; }
  .brand img { width: 37px; height: 37px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 66px 0 auto; display: grid; justify-content: stretch; gap: 0; padding: 8px 18px 18px; border-bottom: 1px solid rgba(255,107,139,.2); background: rgba(255,245,247,.98); box-shadow: 0 18px 30px rgba(61,43,73,.12); transform: translateY(-130%); transition: transform .25s; }
  .primary-nav.is-open { transform: translateY(0); }
  .primary-nav a { padding: 12px 9px; border-bottom: 1px solid rgba(61,43,73,.09); font-size: 14px; }
  .primary-nav a:not(.nav-cta)::after { display: none; }
  .primary-nav .nav-cta { margin: 12px 0 0; text-align: center; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; padding: 137px 0 86px; align-items: flex-start; }
  .hero-bg { object-position: 57% center; }
  .hero-overlay { background: rgba(32,21,44,.72); }
  .hero h1 { font-size: clamp(38px, 11vw, 57px); }
  .hero-lead { font-size: 14px; line-height: 1.9; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); gap: 17px 12px; margin-top: 42px; }
  .hero-facts div:nth-child(2) { border: 0; }
  .scroll-hint { bottom: 20px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2 { font-size: 28px; }
  .section-heading > p:last-child { font-size: 13px; }
  .intro-grid, .loop-layout, .character-feature, .guide-grid, .feature-showcase { grid-template-columns: 1fr; gap: 32px; }
  .loop-copy { padding: 0; }
  .content-cards, .character-grid { grid-template-columns: repeat(2, 1fr); }
  .meta-panel { grid-template-columns: repeat(2, 1fr); margin-top: 39px; }
  .meta-panel div:nth-child(2) { border-right: 0; }
  .meta-panel div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .character-grid { margin-top: 32px; }
  .guide-media { position: static; }
  .ending-guide { grid-template-columns: 1fr; gap: 23px; padding: 26px 22px; }
  .tips-strip { grid-template-columns: 1fr; }
  .tips-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .tips-strip > div:last-child { border-bottom: 0; }
  .numbers { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .numbers > div:nth-child(2) { border-right: 0; }
  .numbers > div:nth-child(-n+2) { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .gallery-viewer { grid-template-columns: 1fr; }
  .gallery-stage, .gallery-stage img { min-height: 330px; }
  .gallery-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
  .gallery-thumb img { min-height: 92px; }
  .update-timeline::before { left: 95px; }
  .update-item { grid-template-columns: 112px 1fr; gap: 19px; }
  .update-date::after { right: -25px; }
  .update-date strong { font-size: 14px; }
  .floating-cta { right: 14px; bottom: 72px; min-height: 41px; padding-inline: 13px; }
  .footer-grid { grid-template-columns: 1fr; gap: 21px; }
  .footer-grid nav { justify-content: flex-start; gap: 8px 16px; }
  .footer-bottom { display: block; margin-top: 24px; }
  .footer-bottom p + p { margin-top: 10px; }
}
@media (max-width: 430px) {
  .container, .narrow-container { width: min(100% - 28px, 600px); }
  .content-cards, .character-grid { grid-template-columns: 1fr; }
  .hero-facts dd { font-size: 12px; }
  .hero-facts dt { font-size: 10px; }
  .ending-steps { grid-template-columns: 1fr; gap: 14px; }
  .update-timeline::before { left: 82px; }
  .update-item { grid-template-columns: 97px 1fr; gap: 15px; }
  .update-date::after { right: -21px; }
  .update-item h3 { font-size: 15px; }
  .update-item p { font-size: 12px; }
}
