/* =========================================================
   やすらぎ整体院 スタンダード（5ページ）共有スタイル
   既存スポットの sage＋クリーム identity を踏襲
   ========================================================= */
:root {
  --sage: #8aab9a;
  --sage-dark: #5f806f;
  --sage-pale: #eaf1ed;
  --paper: #faf8f4;
  --cream: #f4efe4;
  --white: #fff;
  --charcoal: #333;
  --muted: #686f69;
  --brass: #b8a47c;
  --line: #e7e0d5;
  --shadow: 0 20px 60px rgba(81, 101, 89, .14);
  --radius: 12px;
  --line-green: #06c755;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: var(--white);
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

/* タイトルは明朝（Noto Serif JP） */
.hero h1, .page-hero h1, .section-title h2, .split-copy h2, .director-copy h2, .director-copy .name { font-family: "Noto Serif JP", serif; letter-spacing: .03em; }

/* === サンプルバナー === */
.sample-banner {
  position: sticky; top: 0; z-index: 50;
  background: #c0392b; color: #fff; text-align: center;
  padding: 8px 16px; font-size: .88rem; font-weight: 800; letter-spacing: .04em;
}

/* === ヘッダー === */
.site-header {
  position: sticky; top: 38px; z-index: 30;
  background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(231, 224, 213, .8);
}
.header-inner {
  width: min(1120px, calc(100% - 40px)); height: 72px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.logo {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; font-size: 1.25rem; letter-spacing: .02em; color: #2d4739; white-space: nowrap;
}
.logo::before {
  content: ""; width: 26px; height: 22px;
  background: url("decor/leaf.png") center/contain no-repeat;
}
.nav { display: flex; align-items: center; gap: 22px; font-size: .92rem; font-weight: 700; color: #425048; }
.nav a:not(.btn):hover { color: var(--sage-dark); }
.nav a.current { color: var(--sage-dark); border-bottom: 2px solid var(--sage); }

/* === ボタン === */
.btn, .btn-disabled {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 800; line-height: 1; white-space: nowrap;
}
.btn-disabled { cursor: default; }
.cta-primary { background: var(--sage-dark); color: #fff; box-shadow: 0 10px 26px rgba(95, 128, 111, .28); }
.cta-outline { background: #fff; color: #2f4a3d; border-color: rgba(138, 171, 154, .5); }
.cta-line { background: var(--line-green); color: #fff; box-shadow: 0 10px 26px rgba(6, 199, 85, .26); }
.cta-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: #fff; }
.cta-instagram svg { width: 20px; height: 20px; fill: currentColor; }

/* === ハンバーガー === */
.menu-toggle {
  display: none; width: 44px; height: 44px; border: 0; border-radius: 999px;
  background: var(--sage-pale); color: #2f4a3d; position: relative;
}
.menu-toggle span {
  position: absolute; left: 12px; width: 20px; height: 2px; border-radius: 999px;
  background: currentColor; transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle span:nth-child(1) { top: 15px; }
.menu-toggle span:nth-child(2) { top: 21px; }
.menu-toggle span:nth-child(3) { top: 27px; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* === ヒーロー（ホーム・明るい写真＋濃い文字） === */
.hero {
  position: relative; min-height: min(78svh, 720px); display: grid; align-items: center;
  overflow: hidden; background: #eef2ee;
}
.hero picture { display: contents; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 75% center; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(250, 248, 244, .92), rgba(250, 248, 244, .55) 34%, rgba(250, 248, 244, 0) 62%);
}
.hero-content { position: relative; z-index: 1; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0; }
.hero h1 { margin: 0; max-width: 560px; font-size: clamp(1.9rem, 3.6vw, 3.2rem); line-height: 1.32; font-weight: 900; color: #263d32; }
.hero p { margin: 16px 0 26px; max-width: 440px; font-size: clamp(.98rem, 1.4vw, 1.08rem); line-height: 1.9; color: #46544b; }

/* === 下層ページのページヘッダー === */
.page-hero { position: relative; min-height: 220px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(120deg, #5f806f 0%, #4f6f5e 100%); }
.page-hero img { display: none; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: none; }
.page-hero .inner { position: relative; z-index: 1; width: min(1120px, calc(100% - 40px)); margin: 0 auto; color: #fff; }
.page-hero h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; text-shadow: 0 4px 20px rgba(0,0,0,.3); }
.page-hero .en { display: block; font-size: .8rem; letter-spacing: .2em; opacity: .85; margin-bottom: 4px; }
.breadcrumb { width: min(1120px, calc(100% - 40px)); margin: 14px auto 0; font-size: .8rem; color: var(--muted); }
.breadcrumb a:hover { color: var(--sage-dark); }

/* === セクション共通 === */
.section { padding: 80px 0; position: relative; overflow: hidden; }
.section.cream { background: var(--paper); }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section-title { margin: 0 auto 40px; max-width: 820px; text-align: center; }
.section-title h2 {
  margin: 0; display: inline-flex; align-items: center; gap: 18px;
  font-size: clamp(1.9rem, 4vw, 2.5rem); line-height: 1.32; font-weight: 900; color: #263d32;
}
.section-title h2::before, .section-title h2::after {
  content: ""; flex: 0 0 auto; width: 62px; height: 40px;
  background: url("decor/leaf.png") center/contain no-repeat; opacity: .9;
}
.section-title h2::after { transform: scaleX(-1); }
.section-title .en { display: block; font-size: .78rem; letter-spacing: .22em; color: var(--sage-dark); font-weight: 700; margin-bottom: 6px; }
.section-title p { margin: 14px auto 0; max-width: 640px; color: var(--muted); }
.more-link { text-align: center; margin-top: 36px; }
.more-link a { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--sage-dark); border-bottom: 2px solid var(--sage); padding-bottom: 4px; }

/* === 信頼バー === */
.trust-bar { background: var(--sage); color: #fff; padding: 22px 0; }
.trust-items { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; font-weight: 800; min-height: 44px; }
.trust-item img { width: 30px; height: 30px; object-fit: contain; filter: brightness(0) invert(1); }

/* === お悩み === */
.problems-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card {
  display: flex; flex-direction: column; overflow: hidden;
  background: var(--cream); border: 1px solid rgba(184, 164, 124, .28); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(81, 101, 89, .06);
}
.problem-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; display: block; }
.problem-text { padding: 16px 18px 18px; }
.problem-card strong { display: block; color: #2f4a3d; font-size: 1.05rem; margin-bottom: 6px; }
.problem-text p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }

/* === 考え方（写真カード3列） === */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.feature-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(231, 224, 213, .8); display: flex; flex-direction: column; }
.feature-card img { width: 100%; height: 220px; object-fit: cover; object-position: center top; }
.feature-body { padding: 24px; }
.feature-body h3 { margin: 0 0 12px; font-size: 1.2rem; color: #263d32; font-weight: 900; }
.feature-body p { margin: 0; color: var(--muted); }

/* === 施術メニュー（写真＋テキスト） === */
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.menu-card { display: grid; grid-template-columns: 0.9fr 1.1fr; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(231,224,213,.8); box-shadow: 0 10px 30px rgba(81,101,89,.07); }
.menu-card img { width: 100%; height: 100%; min-height: 160px; object-fit: cover; }
.menu-card .body { padding: 22px; }
.menu-card h3 { margin: 0 0 8px; font-size: 1.12rem; color: #2f4a3d; font-weight: 900; }
.menu-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.menu-card .price { margin-top: 10px; font-weight: 900; color: #263d32; }

/* === 流れ（番号＋アイコン／写真） === */
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { min-height: 230px; background: #fff; border-radius: var(--radius); padding: 28px 18px 24px; text-align: center; border: 1px solid rgba(138, 171, 154, .22); box-shadow: 0 14px 38px rgba(81, 101, 89, .08); }
.step-no { width: 36px; height: 36px; margin: 0 auto 14px; border-radius: 50%; background: var(--sage-dark); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .98rem; }
.step-card img.ic { width: 72px; height: 72px; object-fit: contain; margin: 0 auto 12px; }
.step-card h3 { margin: 0 0 8px; color: #2f4a3d; font-size: 1.05rem; line-height: 1.5; }
.step-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
/* 写真付きの流れ（料金ページ） */
.flow-photo { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.flow-photo .step { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(231,224,213,.8); box-shadow: 0 10px 28px rgba(81,101,89,.07); }
.flow-photo .step img { width: 100%; height: 120px; object-fit: cover; object-position: center 25%; }
.flow-photo .step .b { padding: 14px 12px; text-align: center; }
.flow-photo .step .n { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--sage-dark); color: #fff; font-weight: 800; font-size: .85rem; margin-bottom: 8px; }
.flow-photo .step h3 { margin: 0 0 4px; font-size: .98rem; color: #2f4a3d; }
.flow-photo .step p { margin: 0; font-size: .82rem; color: var(--muted); line-height: 1.6; }

/* === 設備（カード） === */
.facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.facility-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(231,224,213,.8); box-shadow: 0 10px 28px rgba(81,101,89,.07); }
.facility-card img { width: 100%; height: 170px; object-fit: cover; }
.facility-card .b { padding: 16px 18px; }
.facility-card h3 { margin: 0 0 6px; font-size: 1.02rem; color: #2f4a3d; }
.facility-card p { margin: 0; font-size: .9rem; color: var(--muted); }

/* === split（方針） === */
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 44px; align-items: center; }
.split-image { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split-copy h2 { margin: 0 0 14px; display: inline-flex; align-items: center; gap: 14px; font-size: clamp(1.4rem,2.4vw,1.9rem); color: #263d32; font-weight: 900; }
.split-copy h2::before { content: ""; flex: 0 0 auto; width: 50px; height: 34px; background: url("decor/leaf.png") center/contain no-repeat; opacity: .9; }
.split-copy p { margin: 0; color: var(--muted); }

/* === 料金表 === */
.price-box { max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid rgba(184, 164, 124, .55); border-radius: var(--radius); box-shadow: 0 16px 44px rgba(81, 101, 89, .08); overflow: hidden; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 20px 24px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #f6f1e7; color: #4d422d; font-size: .96rem; }
tr:last-child td { border-bottom: 0; }
.price-box td:last-child { text-align: right; font-weight: 900; color: #263d32; white-space: nowrap; }
.note { margin: 18px auto 0; max-width: 860px; color: var(--muted); font-size: .95rem; }

/* === お客様の声（引用符テキスト型・統一） === */
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice-card { position: relative; background: #fff; border-radius: var(--radius); padding: 30px 26px 26px; border: 1px solid rgba(138, 171, 154, .22); box-shadow: 0 14px 38px rgba(81, 101, 89, .08); }
.voice-card .mark { font-size: 2.4rem; line-height: 1; color: var(--sage); font-weight: 900; }
.voice-card p { margin: 6px 0 16px; color: #394b42; font-weight: 800; line-height: 1.75; }
.voice-card span { color: var(--muted); font-size: .94rem; }
.voice-card .person { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.voice-card .avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--sage); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .82rem; flex: 0 0 auto; letter-spacing: .02em; }
.sample-disclaimer { margin: 16px auto 0; max-width: 900px; text-align: center; color: var(--muted); font-size: .85rem; }

/* === お知らせ === */
.news-list { max-width: 860px; margin: 0 auto; display: grid; gap: 2px; }
.news-item { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 18px 8px; border-bottom: 1px solid var(--line); align-items: baseline; }
.news-item time { color: var(--muted); font-size: .9rem; }
.news-item .cat { display: inline-block; font-size: .72rem; font-weight: 800; color: var(--sage-dark); background: var(--sage-pale); border-radius: 999px; padding: 3px 10px; margin-right: 10px; }

/* === 院長 === */
.director { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.director-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.director-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.director-copy h2 { margin: 0 0 6px; font-size: clamp(1.4rem,2.4vw,1.9rem); color: #263d32; font-weight: 900; }
.director-copy .name { margin: 0 0 8px; color: var(--sage-dark); font-weight: 900; font-size: 1.25rem; }
.director-copy .badges { margin: 0 0 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.director-copy .badges span { font-size: .8rem; font-weight: 700; color: #4d6b5b; background: var(--sage-pale); border-radius: 999px; padding: 5px 12px; }
.director-copy p { margin: 0 0 12px; color: var(--muted); }

/* === ギャラリー === */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: 0 10px 28px rgba(81, 101, 89, .08); }

/* === FAQ === */
.faq-list { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
details { background: #fff; border: 1px solid rgba(138, 171, 154, .22); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 28px rgba(81, 101, 89, .07); }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 18px; padding: 20px 22px; color: #263d32; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 999px; background: var(--sage-pale); color: var(--sage-dark); line-height: 1; }
details[open] summary::after { content: "−"; }
.answer { padding: 0 22px 22px; color: var(--muted); }

/* === アクセス === */
.access-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: start; }
.access-copy { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid rgba(184, 164, 124, .38); box-shadow: 0 14px 38px rgba(81, 101, 89, .08); }
.access-copy h2, .access-copy h3 { margin: 0 0 12px; font-size: 1.3rem; color: #263d32; font-weight: 900; }
.hours { margin: 20px 0; overflow: hidden; border-radius: 10px; border: 1px solid var(--line); }
.hours th, .hours td { padding: 12px 14px; font-size: .95rem; }
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(138, 171, 154, .22); box-shadow: var(--shadow); background: #e7efe9; }
.map-wrap iframe { display: block; width: 100%; height: 390px; border: 0; }
.ig-block { margin: 22px 0; }
.ig-note { margin: 0 0 12px; color: var(--muted); font-size: .95rem; }

/* === 最終CTA帯 === */
.cta-band { background: var(--sage-dark); color: #fff; padding: 56px 0; text-align: center; }
.cta-band h2 { margin: 0 0 10px; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 900; }
.cta-band p { margin: 0 0 26px; opacity: .92; }
.cta-band .btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-band .btn-disabled.cta-primary { background: #fff; color: var(--sage-dark); }

/* === フッター === */
.site-footer { background: #2f4a3d; color: rgba(255, 255, 255, .9); padding: 46px 0 32px; }
.footer-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; padding-bottom: 28px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.footer-logo { font-weight: 900; font-size: 1.3rem; margin-bottom: 10px; }
.footer-nav { display: flex; gap: 18px; flex-wrap: wrap; font-size: .94rem; font-weight: 700; }
.footer-nav a:hover { color: #fff; }
.footer-nav span { opacity: .7; cursor: default; }
.sample-note { margin: 24px 0 0; font-size: .82rem; color: rgba(255, 255, 255, .68); }
.medical-note { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.16); font-size: .82rem; color: rgba(255,255,255,.68); }

/* === スマホ固定CTA === */
.mobile-cta { display: none; }

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

/* === レスポンシブ === */
@media (max-width: 980px) {
  .nav { gap: 14px; font-size: .86rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .problems-grid { grid-template-columns: repeat(3, 1fr); }
  .facility-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-photo { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom: 76px; }
  .header-inner { width: min(100% - 28px, 1120px); height: 64px; }
  .menu-toggle { display: block; }
  .nav {
    position: fixed; inset: calc(64px + 38px) 0 auto 0; display: grid; gap: 0; padding: 10px 20px 22px;
    background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--line);
    transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .22s ease, opacity .22s ease;
  }
  .menu-open .nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav a { padding: 14px 4px; border-bottom: 1px solid rgba(231, 224, 213, .65); }
  .nav .btn, .nav .btn-disabled { margin-top: 12px; border-bottom: 0; }
  .hero { min-height: 660px; align-items: start; align-content: start; }
  .hero::after { background: linear-gradient(180deg, rgba(250, 248, 244, .96) 0%, rgba(250, 248, 244, .72) 26%, rgba(250, 248, 244, 0) 50%); }
  .hero img { object-position: center; transform: scale(1.22); transform-origin: 62% 72%; }
  .hero-content { width: min(100% - 32px, 1120px); align-self: start; padding: 26px 0 30px; }
  .hero h1 { font-size: clamp(1.8rem, 7.2vw, 2.3rem); }
  .page-hero { min-height: 170px; }
  .section { padding: 46px 0; }
  .container, .trust-items { width: min(100% - 32px, 1120px); }
  .section-title { margin-bottom: 28px; }
  .section-title h2 { gap: 12px; font-size: 1.7rem; }
  .section-title h2::before, .section-title h2::after { width: 44px; height: 28px; }
  .trust-items { grid-template-columns: repeat(4, 1fr); gap: 8px 4px; }
  .trust-item { flex-direction: column; gap: 6px; font-size: .72rem; text-align: center; min-height: 0; line-height: 1.3; }
  .trust-item img { width: 24px; height: 24px; }
  .problems-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .problem-text { padding: 12px 14px 14px; }
  .problem-card strong { font-size: .95rem; }
  .problem-text p { font-size: .84rem; }
  .menu-card { grid-template-columns: 1fr; }
  .menu-card img { min-height: 180px; }
  .flow-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .flow-photo { grid-template-columns: 1fr; }
  .flow-photo .step { display: grid; grid-template-columns: 110px 1fr; }
  .flow-photo .step img { height: 100%; }
  .facility-grid { grid-template-columns: 1fr; }
  .faq-list { grid-template-columns: 1fr; }
  .split, .director, .access-layout { grid-template-columns: 1fr; gap: 26px; }
  .split-copy { text-align: center; }
  .split-copy h2 { justify-content: center; }
  .access-layout { overflow: hidden; }
  .access-copy, .map-wrap { width: 100%; max-width: 100%; min-width: 0; }
  .map-wrap iframe { width: 100%; max-width: 100%; }
  .director-photo { max-width: 420px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  th, td { padding: 16px 14px; font-size: .94rem; }
  .footer-top { display: grid; }
  .mobile-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96);
    border-top: 1px solid var(--line); box-shadow: 0 -12px 28px rgba(81, 101, 89, .12);
  }
  .mobile-cta .btn-disabled { min-height: 48px; padding: 0 10px; }
}

@media (max-width: 430px) {
  .logo { font-size: 1.08rem; }
  .trust-item { font-size: .68rem; }
  .problems-grid { gap: 10px; }
  .problem-text { padding: 11px 12px 13px; }
  .problem-card strong { font-size: .9rem; }
  .problem-text p { font-size: .8rem; }
  .section-title h2 { font-size: 1.55rem; }
  .gallery-grid { grid-template-columns: 1fr; }
}
