/* ============================================================
   craft-03-jirei  v2 — 標本図鑑の専門店ショールーム
   施工事例ギャラリー主導 / リフォーム・塗装
   参照: 図鑑の標本頁（番号＋1px罫の整然）× 信頼できる専門店の料金表
   paper #fcfbf9 / ink #1a202c / teal #0f766e(skin) / line #e4e2dc
   ============================================================ */

:root {
  --bg: #fcfbf9;
  --panel: #ffffff;
  --ink: #1a202c;
  --ink-soft: #6b7280;
  --ink-faint: #9aa1ab;
  --teal: #0f766e;
  --teal-dark: #0b544e;
  --line: #e4e2dc;
  --line-strong: #d3d0c8;
  --warn: #b45309;
  --jp: "Noto Sans JP", sans-serif;
  --en: "Inter", sans-serif;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--jp);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.85;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

a { color: inherit; }

::selection { background: color-mix(in srgb, var(--teal) 22%, transparent); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: padding .4s ease, box-shadow .4s ease, border-color .4s ease;
}

body.is-scrolled .site-header {
  padding: 11px 28px;
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 rgba(26, 32, 44, 0.04);
}

.header-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.header-logo-ja {
  font-family: var(--jp);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.header-logo-en {
  font-family: var(--en);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--teal);
  text-transform: uppercase;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
  transition: color 0.2s ease;
}

.site-nav a:hover { color: var(--teal); }

.nav-cta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--teal);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: var(--en);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: background 0.2s ease;
}

.nav-cta a:hover { background: var(--teal-dark); }

.nav-toggle { display: none; }

/* ---------- Hero — 無地面＋見出し＋右に額装写真（実案件文法） ---------- */
.hero {
  padding: clamp(120px, 15vw, 168px) 0 clamp(56px, 7vw, 84px);
  background: var(--bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}

.hero-body {
  color: var(--ink);
}

.hero-label {
  font-family: var(--en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.hero-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--teal);
}

.hero-title {
  font-family: var(--jp);
  font-weight: 700;
  font-size: clamp(30px, 4.4vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.hero-sub {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

.hero-body .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* 創業年・資格を無地面に添える（信頼の実データ） */
.hero-meta {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
}

.hero-meta div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: baseline;
}

.hero-meta dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
}

.hero-meta dd {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--ink-soft);
}

/* 額装された現場写真 — 写真は写真として見せる（ウォッシュなし） */
.hero-media {
  position: relative;
}

.hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.98);
}

.hero-media::after {
  content: "";
  position: absolute;
  top: 18px; right: -18px;
  width: 100%; height: 100%;
  border: 1px solid var(--line-strong);
  z-index: -1;
}

.hero-media-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--en);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 4px;
  font-family: var(--en);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  line-height: 1.3;
}

.btn-primary {
  background: var(--teal);
  color: #fff;
}

.btn-primary:hover { background: var(--teal-dark); }

.btn-note {
  font-family: var(--jp);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 0.9;
}

.btn-ghost {
  /* 紙白ヒーロー上で成立する ink のゴースト（旧・暗色ヒーロー用の白仕様を是正） */
  border: 1.5px solid var(--ink);
  color: var(--ink);
  background: transparent;
}

.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }

/* CTA帯（teal背景）では白背景・teal文字のghostに切り替える */
.cta .btn-ghost {
  border: 1.5px solid #fff;
  color: var(--teal);
  background: #fff;
}

.cta .btn-ghost:hover { background: rgba(255, 255, 255, 0.88); }

/* ---------- News ---------- */
.news { border-bottom: 1px solid var(--line); background: var(--panel); }

.news-inner {
  display: flex;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-label {
  font-family: var(--en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  flex-shrink: 0;
  padding-top: 2px;
}

.news-list { flex: 1; }

.news-list li {
  display: flex;
  gap: 22px;
  padding: 4px 0;
  font-size: 13px;
}

.news-list time {
  font-family: var(--en);
  color: var(--ink-soft);
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

/* ---------- Sections (共通) ---------- */
.section { padding: clamp(80px, 10vw, 116px) 0; }

/* 二段構えの見出し: 英字ラベル(Inter小) + 和文(Noto 700大) */
.section-head {
  max-width: 660px;
  margin-bottom: clamp(40px, 5vw, 60px);
}

.section-label {
  display: block;
  font-family: var(--en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}

.section-label-light { color: rgba(255, 255, 255, 0.85); }

.section-title {
  font-family: var(--jp);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.42;
  letter-spacing: 0.01em;
}

.section-desc {
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.95;
}

/* ---------- Works (主役 / 標本図鑑) ---------- */
.works { background: var(--bg); }

/* 下線タブ絞り込み（ピル型は廃止） */
.works-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 28px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}

.filter-tab {
  position: relative;
  font-size: 13.5px;
  font-weight: 500;
  padding: 10px 2px;
  color: var(--ink-soft);
  cursor: default;
}

.filter-tab::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.filter-tab.is-active {
  color: var(--ink);
  font-weight: 700;
}

.filter-tab.is-active::after { transform: scaleX(1); }

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  counter-reset: specimen;
}

.works-card {
  counter-increment: specimen;
  background: transparent;
  border-top: 1px solid var(--line-strong);
  padding-top: 20px;
}

/* reveal のディレイ階段（順次表示・shared.js は data-reveal のみ、
   遅延は CSS の transition-delay で階段化する） */
@media (prefers-reduced-motion: no-preference) {
  .works-card:nth-child(3n+1) { transition-delay: 0s; }
  .works-card:nth-child(3n+2) { transition-delay: 0.09s; }
  .works-card:nth-child(3n+3) { transition-delay: 0.18s; }
}

.works-media {
  position: relative;
  overflow: hidden;
}

.works-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.works-card:hover .works-media img { transform: scale(1.06); }

/* 標本番号: 写真右上にアウトライン数字 */
.works-media::after {
  content: "No." counter(specimen, decimal-leading-zero);
  position: absolute;
  top: 10px;
  right: 12px;
  font-family: var(--en);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
}

.works-body { padding-top: 16px; }

.works-title {
  font-family: var(--jp);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.works-desc {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.85;
}

/* 標本ラベルの表組み（1px罫） */
.works-spec {
  margin-top: 16px;
  border-top: 1px solid var(--line);
}

.works-spec div {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.works-spec dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink-faint);
}

.works-spec dd {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}

/* ---------- Concept ---------- */
.concept { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.concept-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}

.concept-para {
  color: var(--ink-soft);
  line-height: 2.1;
  margin-bottom: 1.4em;
  font-size: 14.5px;
  max-width: 34em;
}

.concept-stats {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

.stat-card {
  padding: 18px 4px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.stat-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
  order: -1;
}

.stat-num {
  font-family: var(--jp);
  font-weight: 700;
  font-size: 15px;
  color: var(--teal-dark);
  text-align: right;
}

/* ---------- Menu (料金表) ---------- */
.menu-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
}

.menu-group {
  padding-top: 4px;
}

.menu-category {
  font-family: var(--jp);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink);
  padding-bottom: 12px;
  margin-bottom: 4px;
  border-bottom: 2px solid var(--teal);
}

.menu-item {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.menu-item:last-child { border-bottom: none; }

.menu-item-main {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.menu-name { font-size: 14px; font-weight: 500; flex-shrink: 0; }

.menu-lead {
  flex: 1;
  border-bottom: 1px dotted var(--line-strong);
  transform: translateY(-4px);
  min-width: 12px;
}

.menu-price {
  font-family: var(--en);
  font-weight: 700;
  font-size: 15px;
  color: var(--teal-dark);
  white-space: nowrap;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.menu-note {
  margin-top: 5px;
  font-size: 11.5px;
  color: var(--ink-faint);
  line-height: 1.7;
}

.menu-foot {
  margin-top: 32px;
  font-size: 12px;
  color: var(--ink-faint);
}

/* ---------- People ---------- */
.people { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.people-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(32px, 5vw, 48px);
}

.people-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.people-media {
  flex-shrink: 0;
  width: 128px;
  overflow: hidden;
}

.people-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.people-role {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--teal);
  margin-bottom: 6px;
}

.people-name {
  font-family: var(--jp);
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.people-bio {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.95;
}

/* ---------- Voices ---------- */
.voices-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

.voices-item {
  padding: 34px 28px 34px 0;
  border-bottom: 1px solid var(--line);
}

.voices-item {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.voices-item:first-child { border-left: none; padding-left: 0; }

.voices-text {
  font-size: 13.5px;
  line-height: 2;
  color: var(--ink);
}

.voices-text::before {
  content: "\201C";
  display: block;
  font-family: var(--en);
  font-size: 40px;
  font-weight: 700;
  line-height: 0.4;
  color: var(--teal);
  margin-bottom: 16px;
}

.voices-author {
  margin-top: 18px;
  font-size: 12px;
  color: var(--ink-faint);
}

/* ---------- Flow ---------- */
.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.flow-item {
  padding-top: 20px;
  border-top: 2px solid var(--teal);
}

.flow-step {
  display: block;
  font-family: var(--en);
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--teal);
  margin-bottom: 16px;
}

.flow-title {
  font-family: var(--jp);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}

.flow-desc {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.85;
}

/* ---------- FAQ（症状 → 処置 の診断表） ---------- */
.faq { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.faq-table {
  border-top: 2px solid var(--ink);
}

.faq-head {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 32px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-strong);
}

.faq-col-sy, .faq-col-tx {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink-faint);
}

.faq-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 32px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.faq-sy-label, .faq-tx-label {
  display: inline-block;
  font-family: var(--en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-bottom: 12px;
}

.faq-sy-label {
  color: var(--warn);
  border: 1px solid color-mix(in srgb, var(--warn) 40%, transparent);
}

.faq-tx-label {
  color: var(--teal);
  border: 1px solid color-mix(in srgb, var(--teal) 40%, transparent);
}

.faq-sy h3 {
  font-family: var(--jp);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--ink);
}

.faq-tx p {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 2;
}

/* ---------- Access ---------- */
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 5vw, 56px);
}

.access-info { border-top: 1px solid var(--line-strong); }

.access-info div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.access-info dt {
  color: var(--ink-faint);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.access-info dd a {
  border-bottom: 1px solid var(--line-strong);
  transition: border-color 0.2s ease;
}

.access-info dd a:hover { border-color: var(--teal); }

.access-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

/* ---------- CTA ---------- */
.cta {
  margin-top: 0;
  background: var(--teal);
  color: #fff;
}

.cta-inner {
  padding-top: clamp(72px, 9vw, 100px);
  padding-bottom: clamp(72px, 9vw, 100px);
  text-align: center;
}

.cta-title {
  font-family: var(--jp);
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1.4;
  margin: 18px 0 14px;
}

.cta-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 36px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-sns {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.cta-sns a {
  font-family: var(--en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 3px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cta-sns a:hover { color: #fff; border-color: #fff; }

/* ---------- Footer ---------- */
.site-footer {
  padding: 44px 24px 36px;
  text-align: center;
  background: var(--ink);
  color: #cbd5e1;
}

.footer-logo {
  font-family: var(--jp);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.04em;
}

.footer-copy {
  margin-top: 10px;
  font-family: var(--en);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #94a3b8;
}

/* ---------- Demo bar (shared pattern) ---------- */
.demo-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 20px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}

.demo-bar p { flex: 1; }

.demo-bar button.js-demo-close {
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 12px;
}

/* ---------- Skin（店舗別差別化 / TEMPLATE_SPEC §9） ---------- */
.u-alt-font .hero-title,
.u-alt-font .section-title,
.u-alt-font .cta-title,
.u-alt-font .works-title,
.u-alt-font .people-name,
.u-alt-font .flow-title,
.u-alt-font .faq-sy h3,
.u-alt-font .menu-category {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body.u-btn-square .btn, body.u-btn-square .nav-cta a { border-radius: 0; }
body.u-btn-round .btn, body.u-btn-round .nav-cta a { border-radius: 8px; }
body.u-btn-pill .btn { border-radius: 999px; padding-left: 34px; padding-right: 34px; }
body.u-btn-pill .nav-cta a { border-radius: 999px; padding-left: 24px; padding-right: 24px; }

/* ---------- Reveal (default readable without JS) ---------- */
[data-reveal] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr 0.8fr; gap: 40px; }
  .works-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-table { grid-template-columns: 1fr; gap: 8px 0; }
  .people-list { grid-template-columns: 1fr; }
  .voices-list { grid-template-columns: 1fr; border-top: none; }
  .voices-item { border-left: none; padding-left: 0; border-top: 1px solid var(--line-strong); }
  .voices-item:first-child { border-top: none; }
  .flow-list { grid-template-columns: repeat(2, 1fr); }
  .concept-grid { grid-template-columns: 1fr; }
  .access-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 720px) {
  .site-header, body.is-scrolled .site-header { padding: 12px 18px; }
  .site-header {
    background: color-mix(in srgb, var(--bg) 92%, transparent);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    top: 56px;
    background: rgba(252, 251, 249, 0.98);
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 26px;
    text-align: center;
  }

  .site-nav a { font-size: 16px; }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 110;
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ink);
    margin: 0 auto;
    transition: transform 0.3s ease;
  }

  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(4px) rotate(20deg); }
  body.nav-open .nav-toggle span:nth-child(2) { transform: translateY(-4px) rotate(-20deg); }

  .inner { padding: 0 18px; }

  .hero { padding: 96px 0 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-media { order: -1; }
  .hero-media img { aspect-ratio: 16 / 11; }
  .hero-media::after { display: none; }
  .hero-body .hero-actions { flex-direction: column; align-items: stretch; }

  .section { padding: 60px 0; }

  .works-grid { grid-template-columns: 1fr; gap: 28px; }
  .flow-list { grid-template-columns: 1fr; }

  .people-card { flex-direction: column; }
  .people-media { width: 120px; }

  .faq-head { display: none; }
  .faq-row { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }

  .news-inner { flex-direction: column; gap: 10px; }
  .news-list li { flex-direction: column; gap: 2px; }

  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn { width: 100%; }

  .demo-bar { flex-direction: column; align-items: flex-start; gap: 8px; }
}
