/* ═══ 工藝しらべ — tone-20 和モダンの工芸 ═══
   base #F7F6F4 / text #040203 / accent #2A180A / 濃紺 #223047 / 金茶 #B98A3B
   見出し Zen Old Mincho / 本文 Noto Sans JP / 密度3/5・直線的・強い影は使わない */

:root {
  --base: #F7F6F4;
  --text: #040203;
  --accent: #2A180A;
  --navy: #223047;
  --gold: #B98A3B;
  --gold-soft: #C9A45C;
  --muted: #6E6659;
  --line: rgba(42, 24, 10, 0.14);
  --light-x: 0.15; /* paper-diorama 共有ライトサイクル（JSが root で更新） */
  --serif: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: auto; } /* smooth禁止（検品ハーネス対策）— ページ内リンクはJSで */

body {
  font-family: var(--sans);
  background: var(--base);
  color: var(--text);
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}

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

.nw { display: inline-block; }
.hn { display: inline-block; } /* 見出しの文節折り返し用 */

/* ── 小タグ（左上） ── */
.site-tag {
  position: fixed;
  top: 18px; left: 20px;
  z-index: 40;
  display: flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  background: rgba(247, 246, 244, 0.9);
  border: 1px solid var(--line);
  backdrop-filter: blur(4px);
}
.tag-mark { width: 10px; height: 10px; background: var(--navy); display: inline-block; }
.tag-name { font-family: var(--serif); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.14em; }
.tag-sub { font-size: 0.62rem; letter-spacing: 0.22em; color: var(--muted); }

/* ── 共通セクション ── */
.section { padding: clamp(72px, 10vw, 130px) clamp(20px, 5vw, 64px); max-width: 1160px; margin: 0 auto; }
.section-head { max-width: 680px; margin: 0 auto 3.2em; text-align: center; position: relative; }
.eyebrow {
  font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 1em;
}
h2 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
  line-height: 1.55; letter-spacing: 0.06em; margin-bottom: 0.9em;
}
.section-lead { color: var(--muted); font-size: 0.95rem; text-align: left; }
.section-head .section-lead { text-align: center; }

/* 落款スタンプ（シグネチャ） */
.stamp {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; margin-bottom: 14px;
  background: var(--accent); color: #F1E8DA;
  font-family: var(--serif); font-size: 1.05rem; font-weight: 700;
  transform: rotate(-3deg);
}
.shokunin-text .stamp { margin-bottom: 10px; }

/* ── FV ── */
.hero {
  min-height: 92vh;
  display: flex; align-items: center;
  padding: clamp(96px, 12vh, 140px) clamp(20px, 5vw, 64px) clamp(56px, 8vh, 90px);
  position: relative;
}
.hero-inner {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  max-width: 1160px; margin: 0 auto; width: 100%;
}
.hero-eyebrow { font-size: 0.78rem; letter-spacing: 0.3em; color: var(--gold); font-weight: 700; margin-bottom: 1.4em; }
.hero-title {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1.5; letter-spacing: 0.06em;
  margin-bottom: 0.7em;
}
.hero-lead { color: var(--muted); font-size: 0.98rem; max-width: 30em; margin-bottom: 1.8em; }
.hero-cta-row { margin-bottom: 2em; }

.btn-cta {
  display: inline-block;
  padding: 15px 44px;
  font-family: var(--sans); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.12em;
  text-decoration: none; border: none; cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s;
}
.btn-navy { background: var(--navy); color: #F7F6F4; }
.btn-navy:hover { background: #2C3E5C; transform: translateY(-3px); }
.btn-gold { background: var(--gold); color: #FFFDF8; }
.btn-gold:hover { background: #C79A4A; transform: translateY(-3px); }

.hero-badges {
  list-style: none;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px;
  max-width: 30em;
}
.hero-badges li {
  display: flex; align-items: center; gap: 9px;
  font-size: 0.82rem; font-weight: 500; color: var(--accent);
  border-bottom: 1px solid var(--line); padding-bottom: 8px;
}
.hero-badges svg { width: 19px; height: 19px; flex: none; color: var(--gold); }

/* ── paper-diorama: シャドーボックス ── */
.diorama {
  position: relative;
  width: min(620px, 100%);
  aspect-ratio: 400 / 300;
  margin-left: auto;
  background: #ECE7DE;
  border-radius: 6px;
  overflow: hidden;
  /* recessed mat（数値はプロンプトの箱レシピを和色に置換・強さ控えめ） */
  box-shadow:
    inset 0 0 0 2px rgba(42, 24, 10, 0.14),
    inset 0 22px 40px -22px rgba(24, 16, 8, 0.4),
    inset 0 -22px 40px -22px rgba(24, 16, 8, 0.4),
    0 18px 40px -24px rgba(24, 16, 8, 0.35);
}
.diorama::after {
  content: ""; position: absolute; inset: 8px; z-index: 7;
  border: 1px solid rgba(42, 24, 10, 0.16); border-radius: 3px;
  pointer-events: none;
}
.layer { position: absolute; inset: 0; will-change: transform; }
.layer-depth { position: absolute; inset: 0; }
.layer-inner { position: absolute; inset: 0; will-change: transform; }
.layer img, .layer .layer-svg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 100%;
}
/* 切り紙エッジ影: --shx は JS が --light-x と掛け合わせて参照（CSSはcalcで合成） */
.layer[data-depth="0"] .layer-depth { transform: scale(1.02); }
.layer[data-depth="1"] .layer-depth {
  transform: scale(1.0);
  filter: drop-shadow(calc(var(--light-x) * 2px) 2px 3px rgba(24, 16, 8, 0.24));
}
.layer[data-depth="2"] .layer-depth {
  transform: scale(1.02);
  filter: drop-shadow(calc(var(--light-x) * 5px) 4px 6px rgba(24, 16, 8, 0.32));
}
.layer[data-depth="3"] .layer-depth {
  transform: scale(1.05);
  filter: drop-shadow(calc(var(--light-x) * 8px) 6px 9px rgba(24, 16, 8, 0.4));
}
/* 前景そよぎ（±0.6deg / 6s） */
@keyframes layerSway {
  0%, 100% { transform: rotate(-0.6deg); }
  50% { transform: rotate(0.6deg); }
}
.js .layer-sway .layer-svg { animation: layerSway 6s ease-in-out infinite; transform-origin: 50% 100%; }

/* ライトサイクルの光帯（--light-x 継承・translateXで掃引） */
.light-wash {
  position: absolute; inset: 0; z-index: 6; pointer-events: none;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 247, 214, 0.2) 50%, transparent 100%);
  transform: translateX(calc(var(--light-x) * 30%));
  mix-blend-mode: screen;
}
.dio-caption {
  position: absolute; left: 14px; bottom: 12px; z-index: 8;
  font-size: 0.68rem; letter-spacing: 0.16em; color: #F1E8DA;
  background: rgba(23, 19, 16, 0.55);
  padding: 5px 12px;
}

/* ── 職人のこだわり ── */
.craft-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px;
}
.craft-card {
  position: relative;
  background: #FFFEFC;
  border: 1px solid var(--line);
  padding: 0 0 22px;
  will-change: transform;
}
.craft-photo { aspect-ratio: 1 / 1; overflow: hidden; }
.craft-photo img { width: 100%; height: 100%; object-fit: cover; }
.craft-num {
  position: absolute; top: 10px; left: 10px;
  font-family: var(--serif); font-size: 0.8rem; letter-spacing: 0.12em;
  background: rgba(247, 246, 244, 0.92); color: var(--accent);
  padding: 3px 10px; border: 1px solid var(--line);
}
.craft-card h3 {
  font-family: var(--serif); font-weight: 600; font-size: 1.08rem; letter-spacing: 0.1em;
  margin: 18px 18px 8px;
}
.craft-card p { font-size: 0.85rem; color: var(--muted); margin: 0 18px; line-height: 1.85; }

/* ── 素材への想い ── */
.sozai { background: #F1EEE8; max-width: none; }
.sozai > .section-head, .sozai-grid, .shasou-block { max-width: 1160px; margin-left: auto; margin-right: auto; }
.sozai-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px;
  margin-bottom: clamp(56px, 8vw, 90px);
}
.sozai-card { text-align: center; }
.sozai-photo { aspect-ratio: 1 / 1; overflow: hidden; margin-bottom: 18px; }
.sozai-photo img { width: 100%; height: 100%; object-fit: cover; }
.sozai-card h3 { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; letter-spacing: 0.18em; margin-bottom: 0.5em; }
.sozai-card .yomi { font-size: 0.72rem; letter-spacing: 0.1em; color: var(--muted); margin-left: 6px; }
.sozai-card p { font-size: 0.87rem; color: var(--muted); text-align: left; max-width: 20em; margin: 0 auto; }

/* ── train-view: 産地の車窓 ── */
.shasou-note { text-align: center; font-size: 0.92rem; color: var(--muted); max-width: 36em; margin: 0 auto 26px; }
.train-window {
  position: relative;
  width: 100%;
  aspect-ratio: 800 / 200;
  min-height: 150px;
  border-radius: 14px;
  overflow: hidden;
  /* 窓枠レシピ（数値はプロンプト準拠・色を和に置換） */
  box-shadow:
    inset 0 0 0 2px rgba(42, 24, 10, 0.28),
    inset 0 40px 70px -30px rgba(0, 0, 0, 0.45),
    inset 0 -40px 70px -30px rgba(0, 0, 0, 0.45);
}
.train-window .scenery { position: absolute; inset: 0; width: 100%; height: 100%; }
.mullion-v {
  position: absolute; top: 0; bottom: 0; left: 34%; width: 5px;
  background: rgba(18, 24, 28, 0.5); z-index: 3;
}
.mullion-h {
  position: absolute; left: 0; right: 0; top: 22%; height: 4px;
  background: rgba(18, 24, 28, 0.5); z-index: 3;
}
@keyframes glint {
  0% { transform: translateX(-160%) rotate(8deg); }
  100% { transform: translateX(420%) rotate(8deg); }
}
.glass-glint {
  position: absolute; top: -20%; bottom: -20%; left: 0; width: 30%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  z-index: 4; pointer-events: none;
}
.js .glass-glint { animation: glint 9s linear infinite; }

/* 吊り木札（train-viewの吊り革語彙の和訳・±[4,5]deg [3.2,3.8]s） */
.hang-tag { position: absolute; top: 0; z-index: 5; transform-origin: 50% 0; }
.hang-tag.t1 { left: 12%; }
.hang-tag.t2 { left: 22%; }
.tag-string { display: block; width: 2px; height: 34px; background: rgba(23, 19, 16, 0.6); margin: 0 auto; }
.tag-wood {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 34px;
  background: #8A6A42; color: #F4EDDF;
  font-family: var(--serif); font-size: 0.8rem;
  border-radius: 2px;
}
@keyframes tagSway1 { 0%, 100% { transform: rotate(-4deg); } 50% { transform: rotate(4deg); } }
@keyframes tagSway2 { 0%, 100% { transform: rotate(5deg); } 50% { transform: rotate(-5deg); } }
.js .hang-tag.t1 { animation: tagSway1 3.2s ease-in-out infinite; }
.js .hang-tag.t2 { animation: tagSway2 3.8s ease-in-out infinite 0.6s; }

/* 駅名プレート（throttle停車で resolve — opacity/transformはJSが駆動） */
.plaque {
  position: absolute; left: 5%; bottom: 12%;
  z-index: 5;
  background: rgba(247, 246, 244, 0.94);
  border: 1px solid rgba(42, 24, 10, 0.3);
  padding: 8px 18px 12px;
  opacity: 0.75; /* JS無効・reduced時の既定値 */
}
.plaque-name { display: block; font-family: var(--serif); font-weight: 700; font-size: 1.05rem; letter-spacing: 0.2em; }
.plaque-sub { display: block; font-size: 0.62rem; letter-spacing: 0.18em; color: var(--muted); }
.plaque-stripe {
  display: block; height: 4px; margin-top: 6px;
  background: repeating-linear-gradient(90deg, var(--gold-soft) 0 10px, transparent 10px 18px);
}
.shasou-caption { text-align: center; font-size: 0.7rem; color: var(--muted); letter-spacing: 0.08em; margin-top: 14px; }

/* ── 商品ラインナップ ── */
.item-grid {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px;
}
.item-card { background: #FFFEFC; border: 1px solid var(--line); padding-bottom: 18px; }
.item-photo { aspect-ratio: 1 / 1; overflow: hidden; }
.item-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.item-card:hover .item-photo img { transform: scale(1.04); }
.item-card h3 { font-family: var(--serif); font-weight: 600; font-size: 0.98rem; letter-spacing: 0.08em; margin: 14px 14px 4px; }
.item-price { font-family: var(--serif); font-size: 1.05rem; color: var(--accent); margin: 0 14px 6px; }
.item-price span { font-size: 0.68rem; color: var(--muted); margin-left: 2px; }
.item-card > p:not(.item-price) { font-size: 0.78rem; color: var(--muted); margin: 0 14px; line-height: 1.75; }
.lineup-note { text-align: center; font-size: 0.85rem; color: var(--muted); margin-top: 34px; }

/* 手ぬぐいのそよぎ（シグネチャ・微小） */
@keyframes clothSway { 0%, 100% { transform: rotate(-0.8deg); } 50% { transform: rotate(0.8deg); } }
.js .tenugui-sway img { animation: clothSway 5.4s ease-in-out infinite; transform-origin: 50% 0; }
.js .item-card:hover .tenugui-sway img { animation-play-state: paused; }

/* ── 職人紹介 ── */
.shokunin { background: #F1EEE8; max-width: none; }
.shokunin-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  max-width: 1160px; margin: 0 auto;
}
.shokunin-photo { overflow: hidden; }
.shokunin-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.shokunin-text h2 { margin-bottom: 1em; }
.shokunin-text p:not(.eyebrow) { font-size: 0.93rem; color: var(--muted); margin-bottom: 1.2em; max-width: 32em; }

/* ── 最終CTA ── */
.final-cta {
  background: var(--navy);
  color: #F2F0EA;
  padding: clamp(72px, 10vw, 130px) clamp(20px, 5vw, 64px) 0;
  position: relative;
}
.final-inner {
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  max-width: 1160px; margin: 0 auto clamp(56px, 8vw, 90px);
}
.final-photo { overflow: hidden; border-radius: 4px; }
.final-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.final-text .eyebrow { color: var(--gold-soft); }
.final-text h2 { color: #F7F5EE; }
.final-text > p:not(.eyebrow) { font-size: 0.95rem; color: rgba(242, 240, 234, 0.75); max-width: 30em; margin-bottom: 1.8em; }
.final-cta-row { margin-bottom: 1.4em; }
.contact-tel { font-size: 0.95rem; font-weight: 500; }

.final-cta .train-window { max-width: 1160px; margin: 0 auto; }
.final-cta .train-window.night { border-radius: 14px 14px 0 0; box-shadow: inset 0 0 0 2px rgba(201, 164, 92, 0.22), inset 0 40px 70px -30px rgba(0, 0, 0, 0.55); }

/* 窯の残り火（シグネチャ・JS生成spanをtransform/opacityで漂わせる） */
.embers { position: absolute; inset: 0; z-index: 4; pointer-events: none; overflow: hidden; }
.embers span {
  position: absolute; bottom: -8px;
  width: 4px; height: 4px; border-radius: 50%;
  background: #E8B45C;
  opacity: 0;
  box-shadow: 0 0 6px rgba(232, 180, 92, 0.8);
}

/* ── フッター ── */
.footer {
  background: #171E2C; color: rgba(242, 240, 234, 0.8);
  text-align: center;
  padding: 44px 20px 40px;
  font-size: 0.8rem;
}
.footer-name { font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0.24em; color: #F2F0EA; margin-bottom: 10px; }
.footer-info { margin-bottom: 16px; }
.footer-demo { font-size: 0.72rem; color: rgba(242, 240, 234, 0.55); max-width: 44em; margin: 0 auto 8px; }
.footer-credit { font-size: 0.66rem; letter-spacing: 0.1em; color: rgba(242, 240, 234, 0.4); }

/* ── レスポンシブ ── */
@media (max-width: 960px) {
  .craft-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .item-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .hero { min-height: 0; padding-top: 88px; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual { order: -1; }
  .diorama { width: 100%; aspect-ratio: 400 / 250; margin: 0; }
  .hero-title { font-size: clamp(1.75rem, 7.5vw, 2.4rem); }
  .shokunin-inner, .final-inner { grid-template-columns: 1fr; }
  .hero-badges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .section { padding-top: 56px; padding-bottom: 56px; }
  .final-cta { padding-top: 56px; }
  .section-head { margin-bottom: 2.2em; }
  .craft-grid { gap: 14px; }
  .sozai-grid { grid-template-columns: 1fr; gap: 22px; margin-bottom: 48px; }
  .sozai-photo { aspect-ratio: 4 / 3; }
  .item-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .craft-card p, .item-card > p:not(.item-price) { font-size: 0.82rem; }
  .train-window { aspect-ratio: 800 / 260; }
  .site-tag { top: 10px; left: 10px; padding: 6px 10px; }
  .tag-sub { display: none; }
}
@media (max-width: 400px) {
  /* 商品は最小幅でも2列を維持（ページ全長をChromeの撮影上限16384px以内に収める・カードは正方形で破綻しない） */
  .item-card h3 { font-size: 0.88rem; margin: 12px 10px 4px; }
  .item-price { margin: 0 10px 6px; }
  .item-card > p:not(.item-price) { margin: 0 10px; }
}

/* ── prefers-reduced-motion: 全動きを無効化して静止で成立 ── */
@media (prefers-reduced-motion: reduce) {
  .js .layer-sway .layer-svg,
  .js .glass-glint,
  .js .hang-tag.t1,
  .js .hang-tag.t2,
  .js .tenugui-sway img { animation: none; }
  .btn-cta, .item-photo img { transition: none; }
  .btn-navy:hover, .btn-gold:hover { transform: none; }
  .item-card:hover .item-photo img { transform: none; }
}

/* 商品スペック行 */
.item-spec { font-size: 0.7rem; color: var(--muted); letter-spacing: 0.04em; margin: 4px 14px 8px !important; border-bottom: 1px dashed var(--line); padding-bottom: 6px; }
@media (max-width: 400px) { .item-spec { margin: 4px 10px 8px !important; } }

/* ═══ 検品指摘の修正（第2波・1周目） ═══ */

/* high#2: 夜窓のプレートが .final-cta の color を継承して不可視だった（コントラスト1.07:1）→ 明示指定 */
.plaque { color: var(--text); }

/* 追記の散文（craft / sozai の締め） */
.craft-note, .sozai-note {
  text-align: center; font-size: 0.88rem; color: var(--muted);
  max-width: 40em; margin: 34px auto 0;
}
.sozai-note { margin-bottom: 8px; }

/* medium#5: お客様の声（掲載準備中）の枠取り */
.voice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.voice-card {
  display: flex; flex-direction: column; gap: 12px;
  background: #FFFEFC;
  border: 1px dashed rgba(42, 24, 10, 0.32);
  padding: 24px 22px 26px;
}
.voice-mark { font-family: var(--serif); font-size: 1.5rem; line-height: 1; color: rgba(42, 24, 10, 0.28); }
.voice-badge {
  align-self: flex-start;
  font-size: 0.66rem; letter-spacing: 0.18em; color: var(--muted);
  border: 1px solid var(--line); padding: 3px 10px;
}
.voice-placeholder { font-size: 0.85rem; color: var(--muted); }
.voice-line { height: 1px; background: repeating-linear-gradient(90deg, var(--line) 0 10px, transparent 10px 18px); }
.voice-note { text-align: center; font-size: 0.85rem; color: var(--muted); margin-top: 30px; }

/* high#3: 実体のある申込導線（デモフォーム・送信されない） */
.contact-block {
  max-width: 720px;
  margin: 0 auto clamp(48px, 7vw, 82px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(201, 164, 92, 0.35);
  background: rgba(14, 22, 38, 0.35);
}
.contact-title {
  font-family: var(--serif); font-weight: 600; font-size: 1.15rem;
  letter-spacing: 0.1em; color: #F7F5EE; margin-bottom: 0.8em;
}
.contact-lead { font-size: 0.9rem; color: rgba(242, 240, 234, 0.78); margin-bottom: 0.9em; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin-top: 18px; }
.contact-form .field { display: flex; flex-direction: column; gap: 6px; }
.contact-form .field-wide { grid-column: 1 / -1; }
.contact-form label { font-size: 0.74rem; letter-spacing: 0.12em; font-weight: 700; color: var(--gold-soft); }
.contact-form input, .contact-form textarea {
  font-family: var(--sans); font-size: 1rem; color: #F2F0EA;
  background: rgba(247, 246, 244, 0.08);
  border: 1px solid rgba(201, 164, 92, 0.35);
  border-radius: 2px; padding: 10px 12px;
}
.contact-form textarea { resize: vertical; line-height: 1.8; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--gold-soft); outline-offset: 1px; }
.form-purpose, .form-demo {
  grid-column: 1 / -1; font-size: 0.76rem; line-height: 1.8;
  color: rgba(242, 240, 234, 0.7);
}
.form-purpose a { color: var(--gold-soft); }
.form-demo strong { color: var(--gold-soft); }
.contact-form .btn-cta { grid-column: 1 / -1; justify-self: start; }
.form-status { grid-column: 1 / -1; font-size: 0.84rem; min-height: 1.4em; color: rgba(242, 240, 234, 0.8); }
.form-status.is-error { color: #F0C08A; }
.form-status.is-done { color: #E7D6A8; }

/* §4.6: プライバシーポリシー（フッター折りたたみ） */
.policy {
  max-width: 44em; margin: 18px auto 14px; text-align: left;
  border-top: 1px solid rgba(242, 240, 234, 0.15); padding-top: 12px;
}
.policy summary { cursor: pointer; font-size: 0.76rem; letter-spacing: 0.1em; color: rgba(242, 240, 234, 0.75); }
.policy-body { margin-top: 8px; }
.policy-body p { font-size: 0.7rem; line-height: 1.9; color: rgba(242, 240, 234, 0.55); }

@media (max-width: 960px) { .voice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .voice-grid { grid-template-columns: 1fr; gap: 14px; }
  .voice-card { padding: 18px 18px 20px; gap: 10px; }
  .contact-form { grid-template-columns: 1fr; }
  .craft-note, .sozai-note { margin-top: 26px; font-size: 0.85rem; }
}
