/* PanMarie Studio 公式サイト（2026-08-05 全面刷新＝ユニバースの玄関）
   開いた瞬間、5つの世界のショパンくんたちの集合絵が飛び込む。
   下地のトークン（夜・生成り・金・明朝）は 2026-07-19 版を踏襲。 */

:root {
  /* 夜＝黒ではなく、茶みのある温かい闇 */
  --night: #14100c;
  --night-2: #1d1811;
  /* 朝＝紙・生成り */
  --paper: #faf6ee;
  --paper-2: #f3ece0;
  /* 墨 */
  --ink: #241f19;
  --ink-soft: #5d5449;
  /* 金＝ロゴと同じ系統。強すぎない */
  --gold: #b08a2e;
  --gold-lite: #e8c266;
  --line: rgba(36, 31, 25, .13);
  --line-night: rgba(255, 250, 240, .14);

  --serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  --sans: "Hiragino Sans", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
}

* { box-sizing: border-box; }

/* コピー・選択・ドラッグの禁止（元サイトからの仕様・社長指示）。入力欄だけは選択できる */
body { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
input, textarea { -webkit-user-select: text; user-select: text; }
img { -webkit-user-drag: none; user-drag: none; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  line-break: strict;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
p, h1, h2, h3, li, dd, figcaption, address {
  word-break: auto-phrase;
  text-wrap: pretty;
}
h1, h2, h3 { text-wrap: balance; }

img { max-width: 100%; height: auto; display: block; }

.skip {
  position: absolute; top: -100px; left: 12px; z-index: 100;
  background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 8px;
}
.skip:focus { top: 12px; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.inner { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
.inner.narrow { max-width: 760px; }

/* ── ヘッダー ───────────────────────────────── */
.site {
  position: fixed; inset: 0 0 auto; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 18px 28px;
  transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.site.solid, .site.scrolled {
  background: rgba(250, 246, 238, .92);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom-color: var(--line);
}
.site-name { text-decoration: none; line-height: 1.35;
             display: inline-flex; flex-direction: column; justify-content: center; min-height: 44px; }
.sn-main {
  display: block; font-family: var(--serif); font-size: 17px;
  letter-spacing: .08em; color: #fdf8ee; transition: color .35s ease;
  text-shadow: 0 1px 10px rgba(10, 16, 30, .4);
}
.sn-sub {
  display: block; font-size: 10px; letter-spacing: .18em;
  color: rgba(255, 250, 240, .6); transition: color .35s ease;
  text-shadow: 0 1px 8px rgba(10, 16, 30, .4);
}
.site.solid .sn-main, .site.scrolled .sn-main { color: var(--ink); text-shadow: none; }
.site.solid .sn-sub, .site.scrolled .sn-sub { color: var(--ink-soft); text-shadow: none; }

.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a {
  color: rgba(255, 250, 240, .9); text-decoration: none; font-size: 13.5px;
  letter-spacing: .06em; transition: color .35s ease, opacity .2s ease;
  display: inline-flex; align-items: center; min-height: 44px;
  text-shadow: 0 1px 10px rgba(10, 16, 30, .4);
}
.site.solid .site-nav a, .site.scrolled .site-nav a { color: var(--ink-soft); text-shadow: none; }
.site-nav a:hover { opacity: .65; }
.site-nav a.nav-cta {
  border: 1px solid rgba(255, 250, 240, .45); border-radius: 999px; padding: 8px 18px;
}
.site.solid .site-nav a.nav-cta, .site.scrolled .site-nav a.nav-cta { border-color: var(--line); }

/* ── ヒーロー＝ユニバースの玄関 ─────────────── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #33608f 0%, #b9d2e6 42%, #f2e4c8 72%, #fdf6e8 100%);
}
.hero-art { position: absolute; inset: 0; margin: 0; }
.hero-art img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 64%;
}
.hero-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(130% 55% at 50% 0%, rgba(9, 18, 38, .42), transparent 58%),
    linear-gradient(180deg, transparent 72%, rgba(22, 16, 10, .5) 100%);
}
.hero-inner { position: relative; text-align: center; padding: calc(74px + 2.2vh) 28px 0; }
.hero-en {
  color: rgba(255, 252, 244, .82); font-size: clamp(9px, 0.95vw, 11px);
  letter-spacing: .34em; margin: 0 0 12px;
  text-shadow: 0 1px 14px rgba(9, 18, 38, .65);
}
.hero-name {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(31px, 4.6vw, 56px); line-height: 1.22; letter-spacing: .06em;
  color: #fffdf7; margin: 0 0 8px;
  text-shadow: 0 2px 26px rgba(9, 18, 38, .6);
}
.hero-tagline {
  position: absolute; bottom: 82px; left: 50%; transform: translateX(-50%);
  font-family: var(--serif); color: #fff3d2; white-space: nowrap;
  font-size: clamp(14px, 1.6vw, 18.5px); letter-spacing: .14em; margin: 0;
  text-shadow: 0 1px 16px rgba(20, 14, 8, .95), 0 0 6px rgba(20, 14, 8, .8);
}
.hero-tagline::before {
  content: ""; position: absolute; z-index: -1;
  inset: -46px -120px -70px;
  background: radial-gradient(52% 60% at 50% 50%, rgba(20, 14, 8, .5), transparent 72%);
}
.scrollcue {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: rgba(255, 248, 232, .8); font-size: 11px; letter-spacing: .3em; margin: 0;
  text-shadow: 0 1px 10px rgba(20, 14, 8, .6);
}
.scrollcue::after {
  content: ""; display: block; width: 1px; height: 30px; margin: 10px auto 0;
  background: linear-gradient(rgba(255, 248, 232, .7), transparent);
}

/* ── 帯の共通 ───────────────────────────────── */
.band { padding: clamp(84px, 11vw, 140px) 0; }
.band-works { background: var(--paper); }
.band-news { background: var(--paper-2); }
.band-family { background: var(--paper); }

.kicker {
  font-size: 11.5px; letter-spacing: .28em; color: var(--gold);
  margin: 0 0 16px; font-weight: 600;
}
.band h2, .page-sub h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(23px, 3.2vw, 36px); line-height: 1.6; letter-spacing: .04em;
  margin: 0 0 22px;
}
.band .sub { color: var(--ink-soft); margin: 0 0 14px; max-width: 44em; font-size: 15px; }

/* ── 作品の帯 ───────────────────────────────── */
.stages {
  max-width: 1240px; margin: 40px auto 0; padding: 0 28px;
  display: grid; gap: clamp(30px, 4vw, 48px);
}
.stage {
  display: grid; border-radius: 26px; overflow: hidden;
  box-shadow: 0 26px 80px rgba(36, 31, 25, .16);
}
.stage--night { background: #181310; color: #f4eee1; }
.stage--day { background: #fff; color: var(--ink); border: 1px solid var(--line); }

.stage-art { margin: 0; display: flex; align-items: center; justify-content: center; }
.stage-art img { width: 100%; height: auto; }

.stage-body { padding: clamp(28px, 3.4vw, 54px); display: flex; flex-direction: column; align-items: flex-start; }
.stage-genre {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  font-size: 11.5px; letter-spacing: .18em; margin: 0 0 6px;
}
.stage--night .stage-genre { color: rgba(244, 238, 225, .72); }
.stage--day .stage-genre { color: var(--ink-soft); }
.stage-icon { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 2px 10px rgba(0, 0, 0, .25); }
.stage-soon {
  border-radius: 999px; padding: 3px 12px; font-size: 10.5px; letter-spacing: .12em;
  background: rgba(232, 194, 102, .16); color: var(--gold-lite);
}
.stage--day .stage-soon { background: rgba(176, 138, 46, .12); color: var(--gold); }
/* リリース済み＝押せるバッジ（見た目は同じ・触れると少し浮く） */
a.stage-soon { text-decoration: none; transition: background .18s ease, transform .18s ease; }
a.stage-soon:hover, a.stage-soon:focus-visible { background: rgba(232, 194, 102, .30); transform: translateY(-1px); }
.stage--day a.stage-soon:hover, .stage--day a.stage-soon:focus-visible { background: rgba(176, 138, 46, .22); }
.stage-name {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(24px, 2.7vw, 33px); line-height: 1.45; letter-spacing: .04em;
  margin: 12px 0 4px; word-break: keep-all;
}
.stage-ja {
  display: block; font-family: var(--sans); font-size: 12.5px;
  letter-spacing: .16em; opacity: .62; margin-top: 7px; font-weight: 400;
}
.stage-lead {
  font-family: var(--serif); font-size: clamp(16px, 1.85vw, 20px);
  letter-spacing: .05em; margin: 14px 0 12px;
}
.stage--night .stage-lead { color: var(--gold-lite); }
.stage--day .stage-lead { color: var(--gold); }
.stage-p { margin: 0 0 18px; font-size: 14.5px; line-height: 2.15; }
.stage--night .stage-p { color: rgba(244, 238, 225, .82); }
.stage--day .stage-p { color: var(--ink-soft); }
.stage-feats { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 9px; font-size: 13.5px; }
.stage-feats li { position: relative; padding-left: 1.35em; line-height: 1.9; }
.stage-feats li::before {
  content: ""; position: absolute; left: 2px; top: .72em;
  width: 7px; height: 7px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-lite), var(--gold));
}
.stage--night .stage-feats { color: rgba(244, 238, 225, .78); }
.stage--day .stage-feats { color: var(--ink-soft); }
.stage-linkline { margin: auto 0 0; }
.stage-link {
  text-decoration: none; font-size: 13.5px; letter-spacing: .06em;
  display: inline-flex; align-items: center; gap: 7px; min-height: 44px;
}
.stage--night .stage-link { color: var(--gold-lite); }
.stage--day .stage-link { color: var(--gold); }
.stage-link:hover { text-decoration: underline; }
.stage-link span { transition: transform .25s ease; }
.stage-link:hover span { transform: translateX(3px); }

@media (min-width: 900px) {
  .stage { grid-template-columns: 1.08fr 1fr; }
  .stage--flip .stage-art { order: 2; }
  .stage--flip .stage-body { order: 1; }
}

.more {
  margin-top: 52px; padding: 36px 36px 38px; border-radius: 18px;
  background: linear-gradient(180deg, rgba(176, 138, 46, .07), rgba(176, 138, 46, .02));
  border: 1px solid rgba(176, 138, 46, .22);
}
.more h3 { font-family: var(--serif); font-size: 19px; margin: 0 0 16px; letter-spacing: .04em; }
.more p { margin: 0; color: var(--ink-soft); font-size: 15px; }

/* ── ニュース ───────────────────────────────── */
.news-list { list-style: none; margin: 18px 0 0; padding: 0; }
.news-item {
  display: grid; grid-template-columns: 118px 1fr; gap: 18px;
  padding: 21px 0; border-top: 1px solid var(--line); align-items: baseline;
}
.news-item:last-child { border-bottom: 1px solid var(--line); }
.news-item time {
  font-family: var(--serif); color: var(--gold); font-size: 14px; letter-spacing: .08em;
}
.news-item a { color: var(--ink); text-decoration: none; font-size: 15px; line-height: 2; }
.news-item a:hover { color: var(--gold); }

/* ── 二匹 ───────────────────────────────────── */
.cats { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); margin-top: 34px; }
.cat {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; display: flex; flex-direction: column;
}
.cat-photo { margin: 0; aspect-ratio: 16/11; overflow: hidden; }
.cat-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.cat-body { padding: 34px 36px 38px; }
.cat h3 {
  font-family: var(--serif); font-size: 21px; font-weight: 600; margin: 0 0 22px;
  letter-spacing: .06em; color: var(--gold);
}
.cat-lines { margin: 0 0 26px; font-size: 15px; line-height: 2.15; color: var(--ink-soft); }
.cat-close {
  margin: 0; font-family: var(--serif); font-size: 16.5px; letter-spacing: .03em;
  padding-top: 24px; border-top: 1px solid var(--line);
}

/* ── 締め＝夜 ───────────────────────────────── */
.band-closing {
  background: var(--night); color: #fdf8ee; text-align: center;
  padding: clamp(100px, 13vw, 170px) 0;
  position: relative; overflow: hidden;
}
.band-closing::before {
  content: ""; position: absolute; inset: auto 0 -30% 0; height: 80%;
  background: radial-gradient(50% 60% at 50% 100%, rgba(232, 194, 102, .13), transparent 70%);
  pointer-events: none;
}
.band-closing .inner { position: relative; }
.band-closing h2 { color: #fdf8ee; margin-bottom: 34px; }
.closing-body p {
  margin: 0 0 1.35em; color: rgba(253, 248, 238, .84);
  font-size: clamp(15px, 1.8vw, 18px); line-height: 2.35;
}
.closing-body p:last-child {
  margin-bottom: 0; color: var(--gold-lite); font-family: var(--serif);
  font-size: clamp(16px, 2vw, 20px);
}
.closing-cta { margin: 46px 0 0; }
.closing-cta a {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 40px; border-radius: 999px;
  border: 1px solid rgba(232, 194, 102, .5); color: var(--gold-lite);
  text-decoration: none; font-size: 15px; letter-spacing: .1em;
  transition: background .3s ease;
}
.closing-cta a:hover { background: rgba(232, 194, 102, .1); }

/* ── お問い合わせページ ─────────────────────── */
.page-sub { padding: 150px 0 110px; }
.page-sub .lede { color: var(--ink-soft); font-size: 15px; margin: 0 0 40px; }
.form-hint { margin: -4px 0 4px; font-size: 13px; color: var(--ink-soft); line-height: 1.9; }
.company { margin-top: 84px; padding-top: 40px; border-top: 1px solid var(--line); }
.company-lines { margin: 0 0 10px; font-size: 14.5px; letter-spacing: .05em; line-height: 2.05; }
.company-addr { font-style: normal; font-size: 13px; color: var(--ink-soft); line-height: 2.05; margin: 0; letter-spacing: .03em; }
.back { margin: 60px 0 0; }
.back a { color: var(--gold); text-decoration: none; font-size: 14px; letter-spacing: .06em;
          display: inline-flex; align-items: center; min-height: 44px; }
.back a:hover { text-decoration: underline; }

/* ── お問い合わせフォーム ───────────────────── */
.form { display: grid; gap: 20px; margin-top: 12px; }
.form label { display: grid; gap: 9px; font-size: 13.5px; color: var(--ink-soft); letter-spacing: .04em; }
.form input, .form textarea {
  font: inherit; font-size: 15px; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px; width: 100%; line-height: 1.85;
}
.form textarea { resize: vertical; min-height: 150px; }
.form input:focus, .form textarea:focus { border-color: var(--gold); outline: none; }
.hp { position: absolute; top: -9999px; left: 0; }
.btn {
  font: inherit; font-size: 15px; letter-spacing: .08em;
  background: var(--ink); color: var(--paper); border: 0; border-radius: 999px;
  padding: 15px 40px; cursor: pointer; justify-self: start;
  transition: opacity .2s ease, transform .2s ease;
  min-height: 48px;
}
.btn:hover { opacity: .86; }
.btn:active { transform: translateY(1px); }
.btn[disabled] { opacity: .5; cursor: default; }
.form-msg { margin: 0; font-size: 14px; color: var(--ink-soft); min-height: 1.6em; }
.form-msg.ok { color: #2f7a52; }
.form-msg.ng { color: #a5442f; }

/* ── フッター ───────────────────────────────── */
.site-footer {
  background: var(--night-2); color: rgba(253, 248, 238, .6);
  padding: 54px 0; text-align: center;
}
.f-studio {
  font-family: var(--serif); font-size: 17px; letter-spacing: .1em;
  color: rgba(253, 248, 238, .9); margin: 0 0 8px;
}
.f-company { font-size: 11.5px; letter-spacing: .16em; margin: 0 0 14px; }
.f-address {
  font-style: normal; font-size: 11.5px; line-height: 2.1;
  color: rgba(253, 248, 238, .48); margin: 0 0 20px; letter-spacing: .04em;
}
.f-nav { margin: 0 0 18px; }
.f-nav a { color: rgba(253, 248, 238, .72); text-decoration: none; font-size: 12.5px; letter-spacing: .1em;
           display: inline-flex; align-items: center; min-height: 44px; }
.f-nav a:hover { color: var(--gold-lite); }
.f-fine { font-size: 11.5px; margin: 0; letter-spacing: .06em; }

/* ── 上端のスクロール進捗（金の細い線） ── */
.progress {
  position: fixed; inset: 0 auto auto 0; z-index: 60;
  height: 2px; width: 0;
  background: linear-gradient(90deg, rgba(176, 138, 46, .3), var(--gold-lite));
  transition: width .12s linear;
}

/* ── リンクの上でだけ、金の輪が広がる（PC） ── */
.cursor-ring {
  position: fixed; z-index: 190; top: 0; left: 0;
  width: 34px; height: 34px; margin: -17px 0 0 -17px;
  border: 1px solid rgba(176, 138, 46, .55); border-radius: 50%;
  pointer-events: none; opacity: 0;
  transition: opacity .25s ease, width .25s ease, height .25s ease, margin .25s ease;
}
.cursor-ring.on { opacity: 1; width: 52px; height: 52px; margin: -26px 0 0 -26px; }
@media (hover: none) { .cursor-ring { display: none; } }

/* ── 出てくる動き ───────────────────────────── */
.reveal { opacity: 0; transform: translateY(16px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .85s ease, transform .85s cubic-bezier(.2, .7, .3, 1); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ── スマホ ─────────────────────────────────── */
@media (max-width: 820px) {
  body { font-size: 15.5px; line-height: 2.1; }
  .inner { padding: 0 20px; }
  .site { padding: 14px 20px; }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 12.5px; white-space: nowrap; }
  .site-nav a.hide-sp { display: none; }
  .site-nav a.nav-cta { padding: 8px 14px; }
  .sn-sub { display: none; }
  .sn-main { font-size: 15px; white-space: nowrap; }

  .hero { min-height: auto; padding-bottom: 30px; }
  .hero-art { position: static; order: 3; width: 100%; margin-top: 10px; }
  .hero-art img { width: 100%; height: auto; object-fit: contain; }
  .hero-scrim { display: none; }
  .hero-inner { order: 1; padding: 104px 20px 0; }
  .hero-en { letter-spacing: .22em; }
  .hero-tagline {
    position: static; order: 2; transform: none; white-space: normal;
    color: #ffedc2; text-shadow: 0 1px 16px rgba(9, 18, 38, .6);
    padding: 0 20px; text-align: center;
  }
  .scrollcue { position: static; order: 4; transform: none; margin-top: 14px; }
  .scrollcue::after { height: 24px; }

  .stages { padding: 0 20px; }
  .stage { grid-template-columns: 1fr; }
  .stage-body { padding: 26px 22px 30px; }
  .news-item { grid-template-columns: 1fr; gap: 2px; padding: 18px 0; }
  .cats { grid-template-columns: 1fr; }
  .page-sub { padding-top: 120px; }
  .btn { width: 100%; justify-self: stretch; text-align: center; }
}

/* ── スタジオ節（2026-08-06 追加＝人数を言わず体制で語る帯） ── */
.band-studio { background: var(--paper); border-top: 1px solid var(--line); }
.studio-body p {
  margin: 0 0 1.2em; color: var(--ink-soft);
  font-size: clamp(15px, 1.8vw, 17px); line-height: 2.25; max-width: 44em;
}
.studio-body p:last-child { margin-bottom: 0; color: var(--ink); }

/* ── プレスページ（2026-08-06 追加） ── */
.sub-body h2 { font-size: 18px; margin: 38px 0 10px; letter-spacing: .04em; }
.press-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 18px; margin: 14px 0 30px;
}
.press-item { margin: 0; }
.press-item img {
  width: 100%; height: auto; border-radius: 10px;
  border: 1px solid var(--line); background: var(--paper-2);
}
.press-grid--logo img { background: var(--night); padding: 16px; }
.press-item figcaption { font-size: 13px; color: var(--ink-soft); margin-top: 8px; line-height: 1.9; }
.press-dl { color: var(--gold); }
.press-terms { margin: 10px 0 24px; padding-left: 1.5em; color: var(--ink-soft); font-size: 14px; line-height: 2.1; }
.press-terms li { margin-bottom: .55em; }

/* ── スタジオ写真（2026-08-06 追加） ── */
.studio-photo { margin: 36px 0 0; }
.studio-photo img { width: 100%; height: auto; border-radius: 14px; border: 1px solid var(--line); display: block; }

/* ── 言語切り替え（地球儀）＝ブランド標準（実装同型=ショパンアドベンチャー/ねるこねこ/Felestia・2026-08-06導入） ── */
.site-end { display: flex; align-items: center; gap: clamp(10px, 2vw, 22px); margin-inline-start: auto; }
.langmenu { position: relative; flex-shrink: 0; }
.langmenu summary {
  position: relative;
  display: flex; align-items: center; gap: 7px;
  padding: 7px 12px; cursor: pointer; list-style: none;
  color: #fdf8ee; font-size: 13px; font-weight: 700;
  border: 1px solid rgba(253, 248, 238, 0.45); border-radius: 999px;
  white-space: nowrap; text-shadow: 0 1px 8px rgba(10, 16, 30, .35);
  transition: color .35s ease, border-color .35s ease;
}
.site.solid .langmenu summary, .site.scrolled .langmenu summary {
  color: var(--ink); border-color: var(--line); text-shadow: none;
}
.langmenu summary::-webkit-details-marker { display: none; }
.langmenu summary::after { content: ""; position: absolute; inset: -7px; } /* タップ領域48px確保 */
.langmenu summary:hover, .langmenu summary:focus-visible,
.langmenu[open] summary { color: var(--gold) !important; border-color: var(--gold) !important; }
.langmenu ul {
  position: absolute; top: calc(100% + 10px); inset-inline-end: 0;
  margin: 0; padding: 8px; list-style: none; min-width: 160px;
  max-block-size: calc(100vh - 110px);
  max-block-size: min(420px, calc(100dvh - 110px));
  overflow-y: auto;
  background: #fffdf7;
  border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 14px 40px rgba(36, 31, 25, 0.18);
}
.langmenu ul a {
  display: flex; align-items: center; min-height: 48px;
  padding: 0 12px; border-radius: 9px;
  color: var(--ink); font-size: 14px; text-decoration: none; white-space: nowrap;
  text-shadow: none;
}
.langmenu ul a::before { content: ""; inline-size: 1.15em; flex: none; } /* ✓の分の字下げを全行で揃える */
.langmenu ul a:hover, .langmenu ul a:focus-visible { background: rgba(176, 138, 46, 0.09); color: var(--gold); }
.langmenu ul a[aria-current="true"] { color: var(--gold); font-weight: 700; }
.langmenu ul a[aria-current="true"]::before { content: "✓"; }
@media (max-width: 700px) {
  .langmenu-now { display: none; } /* 狭い画面は地球儀アイコンのみ */
  .langmenu summary { padding: 7px 9px; }
}

/* ── 発信＝SNS（2026-08-23 追加）─────────────────── */
:root { --gold-deep: #8f6f1f; }  /* 本文サイズでもコントラストAAを満たす金（4.7:1） */

.band-follow { background: var(--paper-2); }
.follow-grid {
  display: grid; gap: 20px; margin-top: 34px;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
}
.follow-card {
  display: flex; flex-direction: column; gap: 13px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 30px 28px 24px; text-decoration: none; color: inherit;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.follow-card:hover, .follow-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(176, 138, 46, .45);
  box-shadow: 0 10px 28px rgba(36, 31, 25, .09);
}
.follow-icon { display: flex; color: var(--ink); transition: color .22s ease; }
.follow-card:hover .follow-icon, .follow-card:focus-visible .follow-icon { color: var(--gold-deep); }
.follow-head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.follow-name {
  font-family: var(--serif); font-size: 19px; font-weight: 600;
  letter-spacing: .05em; color: var(--gold-deep); word-break: keep-all;
}
.follow-handle { font-size: 12px; letter-spacing: .05em; color: var(--ink-soft); }
.follow-body { font-size: 14.5px; line-height: 2.05; color: var(--ink-soft); }
.follow-cta {
  margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line);
  font-size: 13.5px; letter-spacing: .06em; color: var(--gold-deep);
  display: inline-flex; align-items: center; gap: 7px; min-height: 44px;
}
.follow-arrow { transition: transform .25s ease; }
.follow-card:hover .follow-arrow, .follow-card:focus-visible .follow-arrow { transform: translateX(3px); }

@media (prefers-reduced-motion: reduce) {
  .follow-card, .follow-arrow, .follow-icon { transition: none; }
  .follow-card:hover, .follow-card:focus-visible { transform: none; }
  .follow-card:hover .follow-arrow { transform: none; }
}
