:root {
  --ink: #251923;
  --ink-soft: #594954;
  --muted: #7b6974;
  --paper: #fffaf5;
  --paper-deep: #f7f0e9;
  --white: #fff;
  --berry: #7b234b;
  --berry-deep: #46162f;
  --pink: #d75787;
  --rose: #f7c2d5;
  --gold: #c49a4b;
  --gold-soft: #f1ddb1;
  --sky: #dff3ff;
  --lilac: #e9e1ff;
  --line: rgba(70, 22, 47, .14);
  --line-light: rgba(255, 255, 255, .18);
  --shadow: 0 30px 90px rgba(70, 22, 47, .13);
  --shadow-small: 0 16px 45px rgba(70, 22, 47, .09);
  --max: 1220px;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif CJK JP", "Noto Serif CJK TC", "Noto Serif CJK SC", Georgia, serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans CJK JP", "Noto Sans CJK TC", "Noto Sans CJK SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 2%, rgba(247, 194, 213, .28), transparent 25rem),
    radial-gradient(circle at 96% 24%, rgba(223, 243, 255, .5), transparent 28rem),
    var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #357bd8; outline-offset: 5px; border-radius: 8px; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skipLink { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 11px 15px; background: #fff; transform: translateY(-160%); }
.skipLink:focus { transform: translateY(0); }

.notice {
  min-height: 38px;
  color: rgba(255, 255, 255, .88);
  background: var(--berry-deep);
  display: grid;
  place-items: center;
  padding: 8px 22px;
}
.notice p { margin: 0; text-align: center; font-size: 10px; line-height: 1.65; letter-spacing: .035em; }
.notice strong { display: inline-block; margin-right: 11px; padding: 2px 8px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 999px; color: #fff; }

.siteHeader {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 245, .88);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  backdrop-filter: blur(20px) saturate(1.3);
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brandMark {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--pink), var(--berry));
  border-radius: 16px 50% 50% 50%;
  font: 600 19px/1 var(--serif);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .32), 0 8px 20px rgba(123, 35, 75, .18);
  transform: rotate(-5deg);
}
.brandMark::after { content: ""; position: absolute; width: 7px; height: 7px; top: 5px; right: 6px; border-radius: 50%; background: var(--gold-soft); }
.brand > span:last-child { display: grid; gap: 2px; }
.brand strong { font: 600 16px/1.2 var(--serif); letter-spacing: .08em; }
.brand small { color: var(--muted); font-size: 7px; letter-spacing: .18em; }
.siteHeader nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.siteHeader nav a { position: relative; color: var(--ink-soft); font-size: 11px; font-weight: 700; white-space: nowrap; }
.siteHeader nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--pink); transition: right .18s ease; }
.siteHeader nav a:hover::after { right: 0; }
.langSwitch { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .68); }
.langSwitch a { min-width: 31px; padding: 7px 7px; border-radius: 999px; color: var(--muted); text-align: center; font: 700 9px/1 var(--sans); letter-spacing: .04em; }
.langSwitch a[aria-current="page"] { color: #fff; background: var(--berry); box-shadow: 0 6px 16px rgba(70, 22, 47, .16); }
.headerCta { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; padding: 11px 15px; color: #fff; background: var(--ink); border-radius: 999px; font-size: 10px; font-weight: 800; }
.headerCta:hover { background: var(--berry); }

.hero {
  min-height: 730px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  align-items: center;
  gap: clamp(44px, 6vw, 90px);
  padding-block: 88px 104px;
}
.heroCopy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--berry); font: 800 10px/1.4 var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .sectionIntro h2, .fanStory h2, .profileIntro h2, .tagSection h2, .finalCta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.24;
}
.hero h1 { max-width: 720px; font-size: clamp(47px, 5.7vw, 78px); }
.hero h1 span { display: block; color: var(--berry); }
.reading { margin: 24px 0 0; color: var(--gold); font: 600 15px/1.6 Georgia, var(--serif); letter-spacing: .08em; }
.lead { max-width: 690px; margin: 27px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 2; }
.fanAside { max-width: 650px; margin: 17px 0 0; padding: 14px 17px; color: #755e6d; background: rgba(255, 255, 255, .66); border: 1px solid var(--line); border-radius: 14px; font-size: 11px; line-height: 1.75; }
.fanAside span { margin-right: 9px; color: var(--gold); }
.heroActions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button { min-height: 49px; display: inline-flex; justify-content: center; align-items: center; gap: 13px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--berry); box-shadow: 0 14px 34px rgba(123, 35, 75, .24); }
.button.primary:hover { background: #641b3d; }
.button.ghost { border-color: var(--line); background: rgba(255, 255, 255, .7); }
.button.ghost:hover { background: #fff; box-shadow: var(--shadow-small); }
.button.dark { color: #fff; background: var(--ink); }
.button.white { align-self: flex-start; color: var(--berry-deep); background: #fff; }
.searchTags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.searchTags span { padding: 7px 10px; color: #765c6c; background: rgba(255, 255, 255, .75); border: 1px solid var(--line); border-radius: 999px; font-size: 10px; }

.heroVisual {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  display: block;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(30, 10, 28, .08), rgba(43, 13, 35, .36)),
    url("/assets/hero-celestial.webp") center / cover no-repeat,
    linear-gradient(145deg, #27121f 0%, #57213e 48%, #8a315a 100%);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50px 50px 50px 18px;
  box-shadow: 0 42px 100px rgba(70, 22, 47, .28), inset 0 0 0 8px rgba(255, 255, 255, .055);
  isolation: isolate;
}
.heroVisual::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 38px 38px 38px 12px; box-shadow: inset 0 0 90px rgba(50, 12, 41, .18); }
.heroVisual::after { content: "MERUSUZUN MIMI"; position: absolute; right: 18px; top: 50%; color: rgba(255, 255, 255, .25); font: 700 8px/1 Georgia, serif; letter-spacing: .42em; writing-mode: vertical-rl; transform: translateY(-50%); }
.visualGrain { position: absolute; inset: 0; z-index: -1; opacity: .24; background-image: radial-gradient(rgba(255,255,255,.55) .65px, transparent .65px); background-size: 11px 11px; -webkit-mask-image: linear-gradient(140deg,#000,transparent 65%); mask-image: linear-gradient(140deg,#000,transparent 65%); }
.visualKicker { position: absolute; top: 47px; left: 48px; max-width: 150px; color: var(--gold-soft); font: 700 9px/1.5 Georgia, serif; letter-spacing: .2em; }
.monogram { position: absolute; left: 50%; top: 43%; width: 205px; height: 205px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .72); border-radius: 46% 54% 52% 48% / 48% 44% 56% 52%; background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(255,231,240,.89)); box-shadow: 0 25px 70px rgba(18, 6, 13, .44), 0 0 0 12px rgba(255,255,255,.07), inset -18px -20px 40px rgba(215,87,135,.18); transform: translate(-50%, -50%) rotate(-7deg); transition: transform .3s ease; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.heroVisual:hover .monogram { transform: translate(-50%, -50%) rotate(0deg) scale(1.025); }
.monogram > span { color: var(--berry); font: 800 22px/1 var(--sans); letter-spacing: .08em; white-space: nowrap; transform: rotate(7deg); text-shadow: 0 8px 22px rgba(123, 35, 75, .14); }
.monogram > i { position: absolute; right: 22px; top: 18px; color: var(--gold); font-size: 19px; font-style: normal; }
.orbit { position: absolute; z-index: 3; min-width: 54px; padding: 8px 11px; color: rgba(255,255,255,.92); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.27); border-radius: 999px; text-align: center; font-size: 9px; font-weight: 800; letter-spacing: .08em; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.orbit1 { left: 48px; top: 185px; }
.orbit2 { right: 50px; top: 145px; }
.orbit3 { left: 62px; top: 375px; }
.orbit4 { right: 54px; top: 345px; }
.orbitLine { position: absolute; z-index: 1; left: 50%; top: 45%; width: 355px; height: 355px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%, -50%) rotate(16deg); }
.orbitLine.line2 { width: 295px; height: 210px; border-color: rgba(241,221,177,.22); transform: translate(-50%, -50%) rotate(-26deg); }
.visualTitle { position: absolute; left: 47px; bottom: 74px; z-index: 4; font: 600 27px/1.52 var(--serif); letter-spacing: -.025em; }
.visualHint { position: absolute; left: 48px; right: 48px; bottom: 35px; z-index: 4; display: flex; justify-content: space-between; color: rgba(255,255,255,.56); font-size: 9px; line-height: 1.4; }
.visualHint b { color: var(--gold-soft); font-size: 14px; }

.pathSection { padding-block: 82px 96px; border-block: 1px solid var(--line); background: rgba(255,255,255,.72); }
.sectionIntro.compact { display: grid; grid-template-columns: .75fr 1.15fr; gap: 60px; align-items: end; margin-bottom: 34px; }
.sectionIntro.compact .eyebrow { grid-column: 1 / -1; margin-bottom: -38px; }
.sectionIntro.compact h2 { font-size: clamp(30px, 3.3vw, 46px); }
.sectionIntro.compact > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.pathGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pathCard { position: relative; min-height: 225px; display: flex; flex-direction: column; padding: 26px 23px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.pathCard:hover { z-index: 2; transform: translateY(-5px); background: #fff; box-shadow: var(--shadow-small); }
.pathCard > span { color: var(--pink); font: 600 29px/1 Georgia, serif; }
.pathCard strong { margin-top: auto; font: 600 18px/1.45 var(--serif); }
.pathCard p { margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.pathCard i { position: absolute; right: 20px; top: 20px; color: var(--gold); font-style: normal; }

.fanStory { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(50px, 9vw, 140px); padding-block: 120px; }
.fanStoryLabel { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
.fanStoryLabel > span { color: var(--gold); font-size: 92px; line-height: 1; }
.fanStoryCopy h2 { max-width: 800px; font-size: clamp(34px, 4.4vw, 61px); color: var(--berry-deep); }
.fanStoryCopy blockquote { margin: 38px 0 0; padding: 0 0 0 25px; border-left: 2px solid var(--gold); color: var(--ink-soft); font: 500 18px/2.05 var(--serif); }
.fanStoryCopy > p { max-width: 800px; margin: 27px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.fanStoryCopy > small { display: block; margin-top: 22px; color: var(--berry); font-size: 10px; letter-spacing: .06em; }

.contentSection { padding-block: 118px; }
.sectionIntro.split { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.sectionIntro h2 { font-size: clamp(36px, 4.5vw, 61px); }
.sectionIntro.split > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 2; }
.sectionIntro.light .eyebrow { color: var(--gold-soft); }
.sectionIntro.light h2 { color: #fff; }
.sectionIntro.light > p { color: rgba(255,255,255,.62); }
.featuredVideo { overflow: hidden; display: grid; grid-template-columns: 1.28fr .72fr; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.videoWrap { position: relative; aspect-ratio: 16/9; min-height: 100%; background: #150c12; }
.videoWrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.videoCopy { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.videoCopy > small, .fanLetter small, .supportManifesto > small { color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.videoCopy h3 { margin: 14px 0 0; font: 600 34px/1.35 var(--serif); }
.videoCopy .byline { margin: 5px 0 0; color: var(--gold); font: 600 11px/1.5 Georgia, serif; }
.videoCopy > p:not(.byline) { margin: 22px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.textButton { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; margin-top: 25px; padding-bottom: 5px; border-bottom: 1px solid var(--berry); color: var(--berry); font-size: 10px; font-weight: 800; }
.subIntro { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin: 58px 0 25px; }
.subIntro .eyebrow { margin-bottom: 8px; }
.subIntro h3 { margin: 0; font: 600 28px/1.45 var(--serif); }
.subIntro p { max-width: 650px; margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.songGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.songCard { display: grid; grid-template-columns: 47px 1fr auto; align-items: center; gap: 17px; min-height: 100px; padding: 18px 21px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.62); transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.songCard:hover { transform: translateY(-3px); background: #fff; box-shadow: var(--shadow-small); }
.songCard.flute { border-color: rgba(196, 154, 75, .55); background: linear-gradient(120deg, #fffdf7, #fff5e1); }
.songNo { color: var(--pink); font: 600 22px/1 Georgia, serif; }
.songCopy { display: grid; gap: 4px; min-width: 0; }
.songCopy small { color: var(--berry); font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.songCopy strong { overflow: hidden; font: 600 15px/1.35 var(--serif); text-overflow: ellipsis; white-space: nowrap; }
.songCopy > span { color: var(--muted); font-size: 9px; }
.arrow { color: var(--gold); }

.noteSection { padding-block: 118px; color: #fff; background:
  radial-gradient(circle at 85% 12%, rgba(215,87,135,.28), transparent 25rem),
  radial-gradient(circle at 10% 80%, rgba(223,243,255,.09), transparent 30rem),
  var(--berry-deep); }
.readerVoice { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 20px; align-items: start; padding: 40px 45px; border: 1px solid var(--line-light); border-radius: 26px; background: rgba(255,255,255,.075); overflow: hidden; }
.readerVoice::after { content: "NOTE"; position: absolute; right: -18px; bottom: -45px; color: rgba(255,255,255,.035); font: 600 170px/1 Georgia, serif; }
.quoteMark { color: var(--gold-soft); font: 600 88px/.7 Georgia, serif; }
.readerVoice small { color: var(--gold-soft); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.readerVoice blockquote { position: relative; z-index: 2; margin: 16px 0 0; font: 500 25px/1.7 var(--serif); }
.readerVoice p { position: relative; z-index: 2; margin: 13px 0 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.8; }
.noteGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 15px; }
.noteCard { min-height: 245px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line-light); border-radius: 19px; background: rgba(255,255,255,.065); transition: transform .18s ease, background .18s ease; }
.noteCard:hover { transform: translateY(-4px); background: rgba(255,255,255,.12); }
.noteNo { color: var(--gold-soft); font: 700 8px/1 Georgia, serif; letter-spacing: .16em; }
.noteCard h3 { margin: 26px 0 0; font: 600 18px/1.65 var(--serif); }
.noteCard p { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.75; }
.textLink { margin-top: auto; padding-top: 22px; color: var(--gold-soft); font-size: 9px; font-weight: 800; }

.linkGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.linkCard { min-height: 165px; display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.66); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.linkCard:hover { transform: translateY(-4px); background: #fff; box-shadow: var(--shadow-small); }
.linkMark { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--pink), var(--berry)); border-radius: 18px 50% 50% 50%; font: 700 20px/1 Georgia, serif; }
.linkCard > span:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.linkCard strong { font: 600 16px/1.35 var(--serif); }
.linkCard small { margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.linkCard em { margin-top: auto; color: var(--berry); font-size: 9px; font-style: normal; font-weight: 800; }
.xSpotlight { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 27px; margin-top: 14px; padding: 30px 34px; color: #fff; background: var(--ink); border-radius: 21px; }
.xIcon { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 29px; }
.xSpotlight small { color: var(--gold-soft); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.xSpotlight h3 { margin: 7px 0 0; font: 600 19px/1.45 var(--serif); }
.xSpotlight p { margin: 7px 0 0; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.6; }

.goodsSection { padding-block: 118px; color: #fff; background:
  radial-gradient(circle at 5% 10%, rgba(255,255,255,.45) 0 6%, transparent 6.2%),
  linear-gradient(145deg, #842c56 0%, #a83f69 42%, #6a2850 100%); }
.goodsGrid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: repeat(2, 205px); gap: 11px; }
.goodsCard { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 21px; background: rgba(255,255,255,.1); transition: transform .18s ease, background .18s ease; }
.goodsCard:hover { transform: translateY(-4px); background: rgba(255,255,255,.16); }
.goodsCard::before { content: ""; position: absolute; width: 120px; height: 120px; right: -40px; top: -40px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.goods1 { grid-row: 1 / 3; justify-content: flex-end; background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(255,255,255,.07)); }
.goods1::after { content: "B"; position: absolute; left: 27px; top: 23px; color: rgba(255,255,255,.12); font: 600 160px/1 Georgia, serif; }
.goods4 { grid-column: 2 / 4; }
.goodsCard small { position: relative; z-index: 2; color: var(--gold-soft); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.goodsCard strong { position: relative; z-index: 2; margin-top: auto; font: 600 25px/1.35 var(--serif); }
.goods1 strong { font-size: 46px; }
.goodsCard p { position: relative; z-index: 2; margin: 9px 0 0; color: rgba(255,255,255,.67); font-size: 10px; line-height: 1.7; }
.goodsCard > span { position: absolute; right: 23px; bottom: 22px; color: var(--gold-soft); }
.fanLetter { display: grid; grid-template-columns: .88fr 1.12fr; gap: 48px; align-items: center; margin-top: 13px; padding: 35px 38px; color: var(--ink); background: #fff; border-radius: 21px; }
.fanLetter h3 { margin: 9px 0 0; font: 600 22px/1.4 var(--serif); }
.fanLetter address { margin-top: 17px; padding: 15px 18px; border-left: 3px solid var(--gold); background: var(--paper-deep); font-size: 11px; font-style: normal; line-height: 1.85; }
.fanLetter > div:last-child > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.inlineLinks { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 17px; }
.inlineLinks a { color: var(--berry); font-size: 9px; font-weight: 800; border-bottom: 1px solid var(--rose); padding-bottom: 4px; }
.inlineLinks a span { margin-left: 6px; }

.supportSection { padding-block: 120px; background:
  radial-gradient(circle at 90% 5%, rgba(223,243,255,.65), transparent 24rem),
  radial-gradient(circle at 4% 70%, rgba(247,194,213,.46), transparent 28rem),
  var(--paper); }
.supportHero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12px; }
.supportManifesto { min-height: 500px; display: flex; flex-direction: column; justify-content: flex-end; padding: 44px; color: #fff; background:
  radial-gradient(circle at 75% 15%, rgba(241,221,177,.28), transparent 23%),
  linear-gradient(155deg, var(--berry-deep), var(--berry) 72%, #a33d68); border-radius: 28px 28px 28px 8px; box-shadow: var(--shadow); }
.supportManifesto h3 { margin: 16px 0 20px; font: 600 clamp(34px, 4vw, 54px)/1.35 var(--serif); letter-spacing: -.04em; }
.supportManifesto > p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.95; }
.supportManifesto .button { margin-top: 28px; }
.futureStack { display: grid; grid-template-rows: repeat(2, 1fr); gap: 12px; }
.futureStack article { display: grid; grid-template-columns: 145px 1fr; gap: 25px; align-items: center; min-height: 244px; padding: 32px 34px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.84); box-shadow: var(--shadow-small); }
.futureStack article > span { color: var(--berry); font: 600 46px/1 Georgia, serif; }
.futureStack .futureStar { width: 105px; height: 105px; display: grid; place-items: center; background: linear-gradient(145deg, #fff0c8, #ffe0ec); border-radius: 38% 62% 54% 46%; color: var(--gold); font-size: 45px; }
.futureStack small { color: var(--berry); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.futureStack h3 { margin: 9px 0 0; font: 600 21px/1.48 var(--serif); }
.futureStack p { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.waysGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.wayCard { min-height: 157px; display: flex; flex-direction: column; align-items: flex-start; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); transition: transform .18s ease, box-shadow .18s ease; }
.wayCard:hover { transform: translateY(-4px); box-shadow: var(--shadow-small); }
.wayCard > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--berry); border-radius: 13px 50% 50% 50%; font: 700 14px/1 Georgia, serif; }
.wayCard strong { margin-top: auto; font: 600 15px/1.4 var(--serif); }
.wayCard small { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.supportNote { margin-top: 12px; padding: 30px 34px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.supportNote p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.95; }
.supportNote small { display: block; margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--line); color: #99838f; font-size: 9px; line-height: 1.8; }

.profileSection { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; padding-block: 120px; }
.profileIntro { position: sticky; top: 115px; }
.profileIntro h2 { font-size: clamp(37px, 4.2vw, 57px); }
.profileIntro > p:not(.eyebrow) { margin: 25px 0 0; color: var(--muted); font-size: 12px; line-height: 1.95; }
.profileIntro .button { margin-top: 25px; }
.profileTable { margin: 0; border-top: 1px solid var(--line); }
.profileTable > div { display: grid; grid-template-columns: 115px 1fr; gap: 25px; padding: 23px 5px; border-bottom: 1px solid var(--line); }
.profileTable dt { color: var(--berry); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.profileTable dd { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.tagSection { display: grid; grid-template-columns: .6fr 1.4fr; gap: 75px; align-items: start; padding-bottom: 115px; }
.tagSection h2 { font-size: clamp(31px, 3.6vw, 49px); }
.tagList { display: flex; flex-wrap: wrap; gap: 9px; }
.tagList > span { display: inline-flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 13px; background: #fff; font-size: 12px; font-weight: 700; }
.tagList small { color: var(--berry); font-size: 8px; font-weight: 800; }

.finalCta { position: relative; overflow: hidden; padding-block: 108px; text-align: center; background:
  radial-gradient(circle at 12% 84%, rgba(255,255,255,.8) 0 8%, transparent 8.2%),
  radial-gradient(circle at 82% 14%, rgba(255,255,255,.7) 0 7%, transparent 7.2%),
  linear-gradient(145deg, var(--sky), #fff0f5 52%, #fff1cf); }
.finalCta::after { content: "み"; position: absolute; right: -28px; bottom: -98px; color: rgba(123,35,75,.05); font: 600 350px/1 var(--serif); transform: rotate(-10deg); }
.finalCta .shell { position: relative; z-index: 2; }
.finalCta h2 { font-size: clamp(38px, 5vw, 66px); }
.finalCta .shell > p:not(.eyebrow) { max-width: 700px; margin: 20px auto 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.heroActions.centered { justify-content: center; }

footer { padding-block: 55px 24px; color: #fff; background: #20151c; }
.footerGrid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start; }
.footerGrid strong { font: 600 15px/1.4 var(--serif); letter-spacing: .05em; }
.footerGrid p { max-width: 720px; margin: 12px 0 0; color: rgba(255,255,255,.52); font-size: 9px; line-height: 1.8; }
.footerGrid .privacy { color: rgba(255,255,255,.35); }
.footerLinks { display: flex; gap: 20px; flex-wrap: wrap; }
.footerLinks a { display: inline-flex; gap: 6px; color: rgba(255,255,255,.78); font-size: 9px; }
.footerBottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 38px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.35); font: 700 8px/1 Georgia, serif; letter-spacing: .1em; }
.footerLang { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.05); }
.footerLang a { color: rgba(255,255,255,.48); }

@media (max-width: 1080px) {
  .siteHeader nav { display: none; }
  .siteHeader .langSwitch { margin-left: auto; }
  .hero { grid-template-columns: 1fr .82fr; gap: 40px; }
  .heroVisual { min-height: 540px; }
  .pathGrid { grid-template-columns: repeat(2, 1fr); }
  .sectionIntro.split { gap: 55px; }
  .featuredVideo { grid-template-columns: 1fr; }
  .videoCopy { padding: 32px; }
  .noteGrid, .linkGrid { grid-template-columns: repeat(2, 1fr); }
  .goodsGrid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .goodsCard { min-height: 220px; }
  .goods1 { grid-row: auto; }
  .goods4 { grid-column: auto; }
  .supportHero { grid-template-columns: 1fr; }
  .supportManifesto { min-height: 410px; }
  .profileSection { gap: 55px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 84px; }
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .notice { padding: 7px 13px; }
  .notice p { font-size: 9px; }
  .notice strong { margin-right: 6px; }
  .notice span { display: inline; }
  .siteHeader { height: 66px; gap: 6px; padding-inline: 10px; }
  .brand { gap: 8px; }
  .brandMark { width: 36px; height: 36px; border-radius: 13px 50% 50% 50%; font-size: 16px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 6px; }
  .siteHeader .langSwitch { margin-left: auto; }
  .langSwitch { padding: 2px; }
  .langSwitch a { min-width: 24px; padding: 6px 4px; font-size: 7.5px; }
  .headerCta { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 45px; padding-block: 58px 65px; }
  .hero h1 { font-size: clamp(41px, 12.4vw, 61px); }
  .reading { font-size: 12px; line-height: 1.7; }
  .lead { font-size: 13px; line-height: 1.9; }
  .fanAside { font-size: 10px; }
  .button { width: 100%; }
  .heroVisual { width: min(100%, 470px); min-height: 515px; margin-inline: auto; border-radius: 34px 34px 34px 12px; }
  .heroVisual::before { inset: 12px; border-radius: 26px 26px 26px 8px; }
  .visualKicker { left: 31px; top: 34px; }
  .monogram { width: 178px; height: 178px; }
  .monogram > span { font-size: 19px; }
  .orbitLine { width: 320px; height: 320px; }
  .orbitLine.line2 { width: 260px; height: 195px; }
  .orbit1 { left: 28px; top: 165px; }
  .orbit2 { right: 30px; top: 127px; }
  .orbit3 { left: 35px; top: 333px; }
  .orbit4 { right: 32px; top: 310px; }
  .visualTitle { left: 31px; bottom: 67px; font-size: 24px; }
  .visualHint { left: 31px; right: 31px; bottom: 31px; }
  .pathSection { padding-block: 68px; }
  .sectionIntro.compact { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
  .sectionIntro.compact .eyebrow { grid-column: auto; margin-bottom: 0; }
  .sectionIntro.compact h2 { font-size: 30px; }
  .pathGrid { grid-template-columns: 1fr; }
  .pathCard { min-height: 175px; }
  .fanStory { grid-template-columns: 1fr; gap: 30px; padding-block: 82px; }
  .fanStoryLabel > span { display: none; }
  .fanStoryCopy h2 { font-size: 36px; }
  .fanStoryCopy blockquote { margin-top: 28px; padding-left: 19px; font-size: 16px; line-height: 1.95; }
  .contentSection, .noteSection, .goodsSection, .supportSection, .profileSection { padding-block: 82px; }
  .sectionIntro.split { grid-template-columns: 1fr; gap: 23px; margin-bottom: 34px; }
  .sectionIntro h2 { font-size: 39px; }
  .featuredVideo { border-radius: 19px; }
  .videoCopy { padding: 27px 22px; }
  .videoCopy h3 { font-size: 29px; }
  .subIntro { margin-top: 45px; }
  .subIntro .textButton { display: none; }
  .subIntro h3 { font-size: 24px; }
  .songGrid { grid-template-columns: 1fr; }
  .songCard { min-height: 92px; padding: 16px; }
  .readerVoice { grid-template-columns: 1fr; gap: 2px; padding: 31px 23px; }
  .quoteMark { font-size: 66px; }
  .readerVoice blockquote { font-size: 19px; }
  .noteGrid, .linkGrid { grid-template-columns: 1fr; }
  .noteCard { min-height: 220px; }
  .xSpotlight { grid-template-columns: 58px 1fr; gap: 17px; padding: 27px 22px; }
  .xIcon { width: 56px; height: 56px; font-size: 24px; }
  .xSpotlight .button { grid-column: 1 / -1; }
  .goodsGrid { grid-template-columns: 1fr; }
  .goodsCard { min-height: 210px; }
  .goods1 { min-height: 290px; }
  .goods1 strong { font-size: 39px; }
  .fanLetter { grid-template-columns: 1fr; gap: 27px; padding: 27px 22px; }
  .supportManifesto { min-height: 430px; padding: 33px 25px; }
  .supportManifesto h3 { font-size: 38px; }
  .futureStack article { grid-template-columns: 1fr; gap: 20px; min-height: 260px; padding: 27px 23px; }
  .futureStack .futureStar { width: 78px; height: 78px; font-size: 34px; }
  .waysGrid { grid-template-columns: repeat(2, 1fr); }
  .wayCard { min-height: 156px; padding: 19px 16px; }
  .supportNote { padding: 24px 21px; }
  .profileSection { grid-template-columns: 1fr; gap: 43px; }
  .profileIntro { position: static; }
  .profileTable > div { grid-template-columns: 83px 1fr; gap: 15px; }
  .tagSection { grid-template-columns: 1fr; gap: 27px; padding-bottom: 82px; }
  .finalCta { padding-block: 84px; }
  .finalCta h2 { font-size: 40px; }
  .footerGrid { grid-template-columns: 1fr; gap: 32px; }
  .footerBottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .brand small { display: none; }
  .notice span { display: none; }
  .hero h1 { font-size: 39px; }
  .heroVisual { min-height: 480px; }
  .monogram { width: 158px; height: 158px; }
  .orbitLine { width: 285px; height: 285px; }
  .orbit { font-size: 8px; }
  .visualTitle { font-size: 21px; }
  .waysGrid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
