/* ---- 共通CSSからの差分（現状維持のための上書き） ---- */
.h-nav .h-cta { background-image: none; }
@media (max-width: 920px) {
  .h-nav a { background-image: none; }
}

/* ============================================================
   soukyu.com「3つの絶対条件」独立ページ
   トーン：白×紙グレー／見出し明朝・本文ゴシック#4a4a46／朱アクセント
   v2変更：ブログ記事型 → 誌面型（連番エントリ・大リード・全幅帯・
   サイト共通ヘッダー/フッター）。ベン図ロジックは v1 を維持。
   ============================================================ */

html { scroll-behavior: smooth; }
body { font-family: 'Noto Serif JP', serif; background: var(--bg); color: var(--sumi); overflow-x: hidden; }
img { max-width: 100%; display: block; }
section[id], div[id] { scroll-margin-top: 78px; }

/* ---------- 製図グリッド（v5共通） ---------- */

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--shu);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- ヘッダー（index.html と共通） ---------- */

/* ---------- 本文ラッパ ---------- */
.ds-wrap { max-width: 1080px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 72px) 96px; }

/* ---------- ヒーロー（誌面マストヘッド） ---------- */
.ds-hero { padding: clamp(44px, 7vw, 88px) 0 clamp(30px, 4vw, 52px); }
.ds-kicker { font-family: 'Noto Sans JP', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.24em; color: var(--shu); margin-bottom: 20px; }
.ds-kicker::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--shu);
  margin-right: 10px;
  vertical-align: 0.08em;
}
.ds-hero h1 { font-size: clamp(34px, 4.4vw, 48px); font-weight: 700; letter-spacing: 0.05em; line-height: 1.35; margin-bottom: 22px; }
.ds-lead { font-family: 'Noto Sans JP', sans-serif; font-size: clamp(16px, 1.35vw, 17.5px); font-weight: 400; line-height: 2.1; color: var(--ink-body); }
.ds-lead strong { color: var(--sumi); font-weight: 700; }

/* ---------- 本文の連番エントリ（脱ブログ） ---------- */
.ds-entry {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: clamp(20px, 3.5vw, 48px);
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(36px, 4.5vw, 56px) 0;
  border-top: 1px solid #eae9e6;
}
.ds-no { font-family: 'Noto Serif JP', serif; font-size: clamp(34px, 4vw, 46px); font-weight: 700; line-height: 1; color: var(--sumi); letter-spacing: 0.02em; }
.ds-no .en { display: block; font-family: 'Noto Sans JP', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em; color: var(--shu); margin-top: 10px; }
.ds-entry h2 { font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; letter-spacing: 0.05em; line-height: 1.5; margin-bottom: 18px; }
.ds-entry h2::before { content: ''; display: block; width: 30px; height: 2px; background: var(--shu); margin-bottom: 18px; }
.ds-entry p { font-family: 'Noto Sans JP', sans-serif; font-size: clamp(16px, 1.35vw, 17.5px); line-height: 2.1; color: var(--ink-body); margin-bottom: 16px; }
.ds-entry p .em { color: var(--shu); font-weight: 700; }

.ds-inline-btn {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--sumi);
  text-decoration: none;
  border: 1.5px solid #d6d4cf;
  border-radius: 999px;
  padding: 11px 26px;
  margin-top: 8px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.ds-inline-btn:hover { background: var(--sumi); color: #fff; border-color: var(--sumi); }

/* ---------- プルクオート ---------- */
.ds-quote { max-width: 860px; margin: clamp(22px, 4vw, 44px) auto; padding-left: clamp(20px, 3vw, 30px); border-left: 3px solid var(--shu); }
.ds-quote p { font-family: 'Noto Serif JP', serif; font-size: clamp(21px, 2.8vw, 30px); font-weight: 600; line-height: 1.75; letter-spacing: 0.04em; color: var(--sumi); }

/* 動画埋め込み */
.ds-video { max-width: 860px; margin: 0 auto clamp(24px, 4vw, 44px); }
.ds-video .frame { position: relative; padding-top: 56.25%; border-radius: 14px; overflow: hidden; background: var(--cream); }
.ds-video .frame iframe, .ds-video .ph-video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ds-video .ph-video { display: flex; align-items: center; justify-content: center; text-align: center; font-family: 'Noto Sans JP', sans-serif; font-size: 13px; color: #b6ae9b; border: 1px dashed #d9d2c0; line-height: 1.8; }
.ds-video .v-cap { font-family: 'Noto Sans JP', sans-serif; font-size: 12.5px; color: #8a8378; text-align: center; margin-top: 12px; }

/* 書道 vs デザイン書道 比較表 */
.cmp { width: 100%; border-collapse: collapse; font-family: 'Noto Sans JP', sans-serif; font-size: 14px; margin-top: 12px; background: #fff; border: 1px solid #eae9e6; border-radius: 14px; overflow: hidden; }
.cmp th, .cmp td { padding: 12px 14px; border-bottom: 1px solid #efeeeb; text-align: left; vertical-align: top; line-height: 1.7; }
.cmp thead th { background: var(--cream); font-weight: 700; font-size: 13px; }
.cmp th[scope="row"] { font-weight: 700; color: var(--sumi); width: 24%; background: #fafaf8; }
.cmp td.ds { color: var(--sumi); font-weight: 500; }
.cmp tr:last-child th, .cmp tr:last-child td { border-bottom: 0; }

/* 位置付けスケール */
.scale { margin: 18px 0 6px; }
.scale-bar { height: 6px; border-radius: 999px; background: linear-gradient(90deg, #d8d6d2, var(--shu)); margin-bottom: 10px; }
.scale-ends { display: flex; justify-content: space-between; font-family: 'Noto Sans JP', sans-serif; font-size: 12.5px; color: #8a8378; }
.scale-items { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; font-family: 'Noto Sans JP', sans-serif; font-size: 13px; }
.scale-items span { background: var(--cream); border-radius: 999px; padding: 6px 14px; color: var(--ink-body); }
.scale-items span.now { background: var(--shu); color: #fff; font-weight: 700; }

/* 得られたもの */
.gains { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 12px; }
.gains div { background: #fff; border: 1px solid #eae9e6; border-radius: 14px; padding: 16px 18px; font-family: 'Noto Sans JP', sans-serif; font-size: 13.5px; line-height: 1.7; color: var(--ink-body); }
.gains div strong { display: block; color: var(--sumi); font-size: 15px; margin-bottom: 5px; }

/* Q&A */
.qa { margin-top: 8px; }
.qa dt { font-family: 'Noto Sans JP', sans-serif; font-size: 15px; font-weight: 700; color: var(--sumi); margin-top: 18px; }
.qa dt::before { content: "Q. "; color: var(--shu); }
.qa dd { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; line-height: 1.95; color: var(--ink-body); margin: 6px 0 0; }

/* ── 3つの絶対条件：全幅チャプター帯（囲み小箱をやめて広々） ── */
.joken-band {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: clamp(44px, 6vw, 80px);
  margin-bottom: clamp(44px, 6vw, 80px);
  background: var(--cream);
  padding: clamp(60px, 8vw, 104px) 0;
}
.joken-inner { max-width: 1260px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 72px); }

/* ── 3つの関係を示すベン図（v1から移植・スクロールで発火） ── */
.venn-wrap { max-width: 540px; margin: 0 auto 8px; }
.venn-wrap svg { width: 100%; height: auto; display: block; }
.venn .ring {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease;
}
.venn .ring-1 { transform: translate(-70px, -50px); }
.venn .ring-2 { transform: translate(70px, -50px); }
.venn .ring-3 { transform: translate(0, 80px); }
.venn-wrap.on .ring { opacity: 1; transform: translate(0, 0); }
.venn-wrap.on .ring-2 { transition-delay: 0.15s; }
.venn-wrap.on .ring-3 { transition-delay: 0.3s; }
.venn .core {
  opacity: 0;
  transform: scale(0.2);
  transform-origin: center;
  transform-box: fill-box;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}
.venn-wrap.on .core { opacity: 1; transform: scale(1); transition-delay: 1.05s; }
.venn .callout-line {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  transition: stroke-dashoffset 0.6s ease;
}
.venn-wrap.on .callout-line { stroke-dashoffset: 0; transition-delay: 1.45s; }
.venn .callout-text { opacity: 0; transition: opacity 0.6s ease; }
.venn-wrap.on .callout-text { opacity: 1; transition-delay: 1.8s; }

/* スクロールで「選択中の条件」の円を強調・他を薄く */
.venn-wrap.on[data-active] .ring { opacity: 0.25; transition: opacity 0.5s ease; }
.venn-wrap.on[data-active="read"]  .ring-1,
.venn-wrap.on[data-active="aesth"] .ring-2,
.venn-wrap.on[data-active="orig"]  .ring-3 { opacity: 1; }
.venn-wrap.on[data-active="read"]  .ring-1 circle,
.venn-wrap.on[data-active="aesth"] .ring-2 circle,
.venn-wrap.on[data-active="orig"]  .ring-3 circle { filter: drop-shadow(0 6px 16px rgba(0,0,0,0.18)); }

/* ── 図は左で追従・説明は右でスクロール（2カラム） ── */
.joken-sticky { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 3.5vw, 52px); align-items: start; margin-bottom: 52px; }
/* 右の01〜03を読み進める間、左図の中心を画面中央に保つ。 */
.joken-fig { position: sticky; top: max(96px, calc(50vh - 320px)); }
.joken-fig .venn-wrap { margin: 0 auto; }
.joken-steps { display: flex; flex-direction: column; }
.joken-step { min-height: clamp(420px, 48vh, 560px); display: flex; flex-direction: column; justify-content: center; }
.joken-step .step-no { font-family: 'Noto Serif JP', serif; font-size: 60px; font-weight: 700; line-height: 1; color: var(--sumi); letter-spacing: 0.02em; }
.joken-step .step-no .en { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; color: var(--shu); margin-top: 10px; }
.joken-step h3 { font-size: clamp(24px, 2.6vw, 30px); font-weight: 700; letter-spacing: 0.06em; margin: 16px 0 14px; }
.joken-step p { font-family: 'Noto Sans JP', sans-serif; font-size: clamp(16px, 1.35vw, 17.5px); line-height: 2.1; color: var(--ink-body); }
@media (min-width: 821px) and (prefers-reduced-motion: no-preference) {
  .joken-scroll-ready .joken-step { opacity: 0.2; transform: translateY(18px); transition: opacity 0.45s ease, transform 0.45s ease; }
  .joken-scroll-ready .joken-step.is-current { opacity: 1; transform: translateY(0); }
}

/* なぜ上手い字だけでは成果につながらないのか */
.joken-why { font-family: 'Noto Sans JP', sans-serif; font-size: clamp(16px, 1.35vw, 17.5px); line-height: 2.1; color: var(--ink-body); max-width: 820px; margin: 0 auto 30px; }
/* 3つ揃わない失敗パターン：2つの失敗 → 1つの正解 */
.fails {
  /* v5: 独自の弁柄色をやめ、サイト本家の朱に統一 */
  --acc: var(--shu);
  --acc-tint: rgba(207, 58, 43, 0.05);
  --acc-line: rgba(207, 58, 43, 0.2);
  --acc-glow: rgba(207, 58, 43, 0.18);
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.4vw, 26px);
}
.fails-ng {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2.4vw, 26px);
}

/* ── 共通カード ── */
.fail {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.6vw, 36px) clamp(24px, 2.6vw, 32px);
  background: #fff;
  border: 1px solid #eae9e6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.08);
  /* スクロールで現れる前の初期状態 */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.2,.7,.2,1), box-shadow 0.5s ease, border-color 0.5s ease;
}
/* 画面に入ったら順番にふわっと出現 */
.fails.in .fail { opacity: 1; transform: translateY(0); }
.fails.in .fails-ng .fail:nth-child(1) { transition-delay: 0.05s; }
.fails.in .fails-ng .fail:nth-child(2) { transition-delay: 0.2s; }
.fails.in .fail.best { transition-delay: 0.4s; }
.fail:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 54px rgba(31, 31, 31, 0.1);
}

/* ヘッダー：状態ラベル＋判定マーク */
.fail-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.fail-status {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #a39a89;
}
.fail .fail-head {
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  text-align: center;
}
.fail-mark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  background: #efeae0;
  color: #9a9181;
}

.fail h4 {
  position: relative;
  z-index: 1;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(18px, 1.75vw, 22px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 13px;
  text-align: center;
}
.fail > p {
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.95;
  color: var(--ink-body);
}

/* ── 3点メーター（可読性／独自性／審美性） ── */
.cond-meter {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 9px;
  margin: clamp(22px, 2.6vw, 28px) 0 clamp(18px, 2vw, 22px);
}
.cond {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 13px 4px 11px;
  border: 1px solid #eae9e6;
  border-radius: 12px;
  background: #fafaf8;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #6a6356;
}
.cond i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 11px;
  line-height: 1;
}
.cond.on {
  border-color: var(--acc-line);
  background: var(--acc-tint);
  color: var(--sumi);
}
.cond.on i {
  background: var(--acc);
  color: #fff;
  box-shadow: 0 4px 11px var(--acc-glow);
}
.cond.on i::before { content: '✓'; }
.cond.off {
  background: #f3f2f0;
  border-style: dashed;
  color: #9a9384;
}
.cond.off i {
  border: 1.5px solid #d2cab8;
  color: #b4584d;
}
.cond.off i::before { content: '×'; }

/* ── ビジネス判定バー ── */
.verdict {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 15px 18px;
  border-radius: 12px;
  background: var(--cream);
  border: 1px solid #eae9e6;
  font-family: 'Noto Sans JP', sans-serif;
}
.verdict span {
  display: block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #a89e8c;
  margin-bottom: 6px;
}
.verdict strong {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.5;
  color: #6b6557;
}
.verdict strong::before {
  content: '×';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: #e6dfd0;
  color: #9a9181;
}

/* ── BEST：全幅の主役カード（一番目立たせる・余裕を持たせる） ── */
.fail.best {
  border-color: var(--acc-line);
  box-shadow: 0 26px 60px var(--acc-glow);
  background: linear-gradient(180deg, #ffffff 0%, #fdf7f5 100%);
  padding: clamp(46px, 5vw, 72px) clamp(30px, 3.2vw, 52px) clamp(42px, 4.6vw, 60px);
  transform: translateY(-2px);
}
.fail.best:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 72px rgba(207, 58, 43, 0.22);
}
.fail.best .fail-status { color: var(--acc); }
.best-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: var(--acc);
  box-shadow: 0 6px 16px var(--acc-glow);
}
.best-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: clamp(28px, 3.6vw, 56px);
  align-items: center;
}
.fail.best h4 { font-size: clamp(20px, 2vw, 26px); margin-bottom: 16px; }
.fail.best > .best-body .best-text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14.5px;
  line-height: 2.05;
  color: var(--ink-body);
}
.best-side {
  display: flex;
  flex-direction: column;
}
.best-side .cond-meter { margin: 0 0 16px; }
.fail.best .cond {
  border-color: var(--acc-line);
  background: var(--acc-tint);
  color: var(--sumi);
}
.fail.best .cond i {
  background: var(--acc);
  color: #fff;
  box-shadow: 0 4px 11px var(--acc-glow);
}
.fail.best .verdict {
  margin-top: 0;
  padding: 17px 20px;
  background: var(--acc);
  border-color: transparent;
  box-shadow: 0 14px 30px var(--acc-glow);
}
.fail.best .verdict span { color: rgba(255, 255, 255, 0.75); }
.fail.best .verdict strong { color: #fff; }
.fail.best .verdict strong::before {
  content: '◎';
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* ---------- 3条件を実制作へつなぐ導線 ---------- */
.joken-next {
  max-width: 960px;
  margin: clamp(42px, 6vw, 72px) auto 0;
  padding-top: clamp(34px, 5vw, 52px);
  border-top: 1px solid #eae9e6;
}
.joken-next-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.joken-next-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--shu);
  margin-bottom: 12px;
}
.joken-next-label::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--shu);
  margin-right: 10px;
  vertical-align: 0.08em;
}
.joken-next h3 {
  font-size: clamp(23px, 2.7vw, 32px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.55;
  margin-bottom: 12px;
}
.joken-next-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(15px, 1.3vw, 16px);
  line-height: 2;
  color: var(--ink-body);
  max-width: 44em;
  margin: 0 auto;
}
.joken-next-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.joken-next-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 178px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #eae9e6;
  border-radius: 14px;
  text-decoration: none;
  color: var(--sumi);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.joken-next-link:hover {
  transform: translateY(-3px);
  border-color: #d0cfca;
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.08);
}
.joken-next-link .eyebrow {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--shu);
  margin-bottom: 10px;
}
.joken-next-link strong {
  display: block;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.55;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.joken-next-link span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--ink-body);
}
.joken-next-link .arrow {
  margin-top: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--sumi);
}

/* ---------- CTA ---------- */
.ds-cta { background: var(--cream); border-radius: 14px; padding: clamp(46px, 6vw, 72px) 24px; text-align: center; max-width: 880px; margin: clamp(40px, 5vw, 64px) auto 0; }
.ds-cta h2 { font-size: clamp(22px, 2.6vw, 32px); font-weight: 700; letter-spacing: 0.06em; line-height: 1.6; margin-bottom: 16px; }
.ds-cta p { font-family: 'Noto Sans JP', sans-serif; font-size: clamp(16px, 1.35vw, 17px); line-height: 2.05; color: var(--ink-body); margin-bottom: 28px; }

/* ---------- フッター（index.html と共通） ---------- */

.footer-sub a:hover { color: #fff; }

@media (prefers-reduced-motion: reduce) {
  .fail { opacity: 1; transform: none; transition: none; }
  .h-nav a, .btn, .joken-next-link, .ds-inline-btn { transition: none; }
}

/* タブレット〜スマホ：2カラムを縦積み・図は追従しない・全円表示 */
@media (max-width: 1040px) {
  .best-body { grid-template-columns: 1fr; gap: clamp(22px, 4vw, 32px); }
}

/* 図の高さ（約617px）を中央配置できない低い画面では、ヘッダー下に収める。 */
@media (max-height: 800px) and (min-width: 821px) {
  .joken-fig { top: 92px; }
}

@media (max-width: 820px) {
  .joken-sticky { grid-template-columns: 1fr; gap: 8px; }
  .joken-fig { position: static; margin-bottom: 8px; }
  .joken-step { min-height: auto; padding: 6px 0 22px; }
  .venn-wrap.on[data-active] .ring { opacity: 1; }
  .fails-ng { grid-template-columns: 1fr; }
  .joken-next-links { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 22px; }
}

@media (max-width: 700px) {
  .ds-wrap { padding: 0 20px 64px; }
  .ds-entry { grid-template-columns: 1fr; gap: 8px; }
  .ds-no { font-size: 30px; }
  .ds-no .en { display: inline; margin-top: 0; margin-left: 10px; }
  .btn { width: 100%; text-align: center; }
}
