/* ============================================================
   Groover Inc. 共通スタイル
   - アクセント色はロゴのオレンジ #EE7700（2026-06-11 rev2 で #FFE100 から変更）
   - 和文 Gen Interface JP / 欧文 Space Grotesk（2026-06-11 rev3 で変更。最大ウェイトは 800）
   - 黒基調 + 白帯のコントラスト交互 / 角丸ゼロの直線
   ============================================================ */
:root {
  --black: #0A0A0A;
  --black-2: #121212;
  --white: #FFFFFF;
  --paper: #F4F4F2;
  --accent: #EE7700;
  --ink-sub-dark: #9A9A96;   /* 黒地のサブテキスト */
  --ink-sub-light: #62625E;  /* 白地のサブテキスト */
  --line-dark: #262626;
  --line-light: #D8D8D4;
  --font-jp: "YakuHanJP", "Gen Interface JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-en: "Space Grotesk", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-jp);
  font-size: 1rem;
  line-height: 1.9;
  color: var(--white);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 56px; }

/* ====== 共通: セクションラベル（英語 + 縦罫 + 日本語） ====== */
.sec-label {
  display: none;
}
.sec-label .en {
  font-family: var(--font-en); font-weight: 700; font-size: .875rem;
  letter-spacing: .18em; text-transform: uppercase;
}
.sec-label .bar { width: 1px; height: 14px; background: currentColor; opacity: .35; }
.sec-label .jp { font-size: .75rem; font-weight: 500; letter-spacing: .1em; opacity: .55; }

/* ====== 共通: ボタン ====== */
.btn {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 40px;
  font-weight: 700; letter-spacing: .06em;
  padding: 19px 28px;
  border: 1px solid transparent;
  transition: background .25s, color .25s, border-color .25s;
}
.btn .arrow { font-family: var(--font-en); font-weight: 600; }
.btn-accent { background: var(--accent); color: var(--black); }
.btn-accent:hover { background: var(--white); }
.btn-ghost-dark { border-color: #3a3a3a; color: var(--white); }
.btn-ghost-dark:hover { border-color: var(--accent); color: var(--accent); }

/* ====== 共通: テキストリンク ====== */
.textlink {
  font-family: var(--font-en); font-weight: 600; font-size: .8125rem; letter-spacing: .14em;
  color: var(--ink-sub-dark);
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 4px;
  transition: color .25s, border-color .25s;
}
.textlink:hover { color: var(--accent); border-color: var(--accent); }
.textlink-dark {
  font-family: var(--font-en); font-weight: 600; font-size: .8125rem; letter-spacing: .14em;
  color: var(--ink-sub-light);
  border-bottom: 1px solid #B5B5B0;
  padding-bottom: 4px;
  transition: color .25s, border-color .25s;
}
.textlink-dark:hover { color: var(--accent); border-color: var(--accent); }

/* ====== 折り返し制御（語単位で改行） ====== */
.nw { display: inline-block; }

/* ====== reveal ====== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.on { opacity: 1; transform: none; }

/* ====== Header ====== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,10,10,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s;
}
.header.scrolled { border-bottom-color: var(--line-dark); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 84px;
  padding: 0 56px;
}
.logo { display: flex; align-items: center; }
.logo img { display: block; height: 32px; width: auto; }
.gnav { display: flex; align-items: center; gap: 40px; }
.gnav a.nav-link {
  font-family: var(--font-en); font-weight: 600; font-size: .8125rem; letter-spacing: .14em;
  position: relative; padding: 6px 0;
}
.gnav a.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: var(--accent); transition: width .25s;
}
.gnav a.nav-link:hover::after { width: 100%; }
.gnav a.nav-link.active::after { width: 100%; }
.menu-toggle { display: none; }

/* ====== Hero（トップ） ====== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden;
  padding: 160px 0 120px;
}
.hero-deco { position: absolute; inset: 0; pointer-events: none; }
.hero-deco .blade {
  position: absolute; top: -12%; height: 130%;
  transform: skewX(-30deg);
}
.hero-deco .blade.b1 { right: 4%;  width: 150px; background: var(--black-2); }
.hero-deco .blade.b2 { right: -7%; width: 230px; background: #161616; }
.hero-deco .blade.b3 { right: 26%; width: 14px; background: var(--accent); top: auto; bottom: -16%; height: 58%; }
.hero-deco .dot {
  position: absolute; top: 17%; right: 33%;
  width: 120px; height: 120px; border-radius: 50%;
  background: var(--black-2);
}
.hero-inner { position: relative; z-index: 1; width: 100%; }
.hero h1 {
  font-size: clamp(3.5rem, 8.6vw, 7rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: .015em;
}
.hero .lead {
  margin-top: 40px;
  max-width: 38em;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--ink-sub-dark);
}
.hero .cta-row { margin-top: 56px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero .scroll-sign {
  position: absolute; left: 56px; bottom: 36px;
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-en); font-size: .6875rem; font-weight: 600; letter-spacing: .2em;
  color: var(--ink-sub-dark);
}
.hero .scroll-sign::after { content: ""; width: 56px; height: 1px; background: #3a3a3a; }

/* ====== Statement（トップ） ====== */
.statement { padding: 140px 0 170px; border-top: 1px solid var(--line-dark); }
.statement .lines p {
  font-size: clamp(1.375rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: .02em;
}
.statement .lines p + p { margin-top: 10px; }
.statement .catch {
  margin-top: 56px;
  font-size: clamp(1.625rem, 2.9vw, 2.375rem);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: .02em;
  color: var(--accent);
}
.statement .sign {
  margin-top: 6px;
  font-size: clamp(1.375rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .02em;
  color: var(--white);
}

/* ====== Services（トップ） ====== */
.services { background: var(--paper); color: var(--black); padding: 150px 0 160px; position: relative; overflow: hidden; }
.services::before {
  content: ""; position: absolute; top: -18%; right: -9%;
  width: 200px; height: 70%;
  background: #EAEAE6; transform: skewX(-30deg);
}
.services .container { position: relative; }
.services .headline {
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  font-weight: 800; line-height: 1.45; letter-spacing: .02em;
  margin-bottom: 24px;
}
.services .sub {
  font-size: 1rem; color: var(--ink-sub-light); max-width: 46em; margin-bottom: 80px;
  text-wrap: pretty;
}
.svc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.svc-card {
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding: 40px 36px 88px;
  position: relative;
  display: block;
  background: transparent;
  transition: background .3s, color .3s;
  min-height: 300px;
}
.svc-card h3 {
  font-size: 1.3125rem; font-weight: 700; line-height: 1.5; letter-spacing: .02em;
}
.svc-card .copy {
  margin-top: 14px;
  font-size: .9375rem; font-weight: 500; line-height: 1.9;
  color: var(--ink-sub-light);
  transition: color .3s;
}
.svc-card .arrow {
  position: absolute; right: 32px; bottom: 28px;
  font-family: var(--font-en); font-weight: 600; font-size: 1.125rem;
  transition: color .3s, transform .3s;
}
.svc-card:hover { background: var(--black); color: var(--white); }
.svc-card:hover .copy { color: var(--ink-sub-dark); }
.svc-card:hover .arrow { color: var(--accent); transform: translateX(6px); }
.svc-more { margin-top: 48px; text-align: right; }

/* ====== News 一覧（白帯共通） ====== */
.cn-band { background: var(--paper); color: var(--black); padding: 150px 0 150px; }
.news-list { border-top: 1px solid var(--black); }
.news-item {
  display: flex; align-items: center; gap: 36px;
  padding: 26px 8px;
  border-bottom: 1px solid var(--line-light);
  transition: background .25s;
}
a.news-item:hover { background: #ECECE8; }
.news-item .date {
  font-family: var(--font-en); font-weight: 600; font-size: .875rem; letter-spacing: .08em;
  color: var(--ink-sub-light); white-space: nowrap;
}
.news-item .title { font-size: .9375rem; font-weight: 500; flex: 1; }
.news-item .arrow { font-family: var(--font-en); font-weight: 600; color: var(--ink-sub-light); margin-left: auto; }
a.news-item:hover .arrow { color: var(--black); }

/* ====== Contact CTA バンド（黒・全ページ共通） ====== */
.contact { padding: 170px 0; position: relative; overflow: hidden; }
.contact .deco-blade {
  position: absolute; top: -15%; right: 8%;
  width: 130px; height: 130%;
  background: var(--black-2); transform: skewX(-30deg);
}
.contact .deco-blade2 {
  position: absolute; top: -15%; right: -4%;
  width: 12px; height: 130%;
  background: var(--accent); transform: skewX(-30deg); opacity: .9;
}
.contact .container { position: relative; z-index: 1; }
.contact .headline {
  font-size: clamp(2.125rem, 5vw, 3.75rem);
  font-weight: 800; line-height: 1.5; letter-spacing: .02em;
}
.contact .body {
  margin-top: 32px; max-width: 38em;
  font-size: 1.0625rem; color: var(--ink-sub-dark);
}
.contact .btn { margin-top: 48px; min-width: 320px; font-size: 1.0625rem; }
.contact.compact { padding: 140px 0; border-top: 1px solid var(--line-dark); }

/* ====== Footer ====== */
.footer { border-top: 1px solid var(--line-dark); padding: 80px 0 40px; }
.footer-grid { display: flex; justify-content: space-between; gap: 60px; flex-wrap: wrap; }
.footer .logo img { height: 32px; }
.footer .addr { margin-top: 22px; font-size: .8125rem; color: var(--ink-sub-dark); line-height: 2.1; font-weight: 500; }
.footer-nav { display: flex; align-items: center; gap: 48px; }
.footer-nav a,
.footer-nav .nav-sub-toggle {
  font-family: var(--font-en); font-weight: 600; font-size: .8125rem; letter-spacing: .14em;
  color: var(--white); transition: color .25s;
}
.footer-nav .nav-sub-toggle { background: none; border: none; cursor: pointer; padding: 0; }
.footer-nav a:hover,
.footer-nav .nav-sub-toggle:hover { color: var(--accent); }
.nav-sub--up { top: auto; bottom: calc(100% + 16px); }
.footer-bottom {
  margin-top: 70px; padding-top: 28px;
  border-top: 1px solid var(--line-dark);
  display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
}
.footer-bottom .reg { font-size: .75rem; color: var(--ink-sub-dark); letter-spacing: .04em; }
.footer-bottom .copy { font-family: var(--font-en); font-size: .75rem; font-weight: 600; letter-spacing: .1em; color: var(--ink-sub-dark); }

/* ====== Floating CTA ====== */
.float-cta {
  position: fixed; right: 28px; bottom: 28px; z-index: 90;
  display: flex; align-items: center; gap: 14px;
  background: var(--accent); color: var(--black);
  font-weight: 700; font-size: .875rem; letter-spacing: .08em;
  padding: 16px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .25s, background .25s;
}
.float-cta:hover { transform: translateY(-3px); background: var(--white); }

/* ============================================================
   下層ページ共通
   ============================================================ */

/* ====== Page Hero ====== */
.page-hero { position: relative; padding: 210px 0 110px; overflow: hidden; }
.page-hero .deco { position: absolute; inset: 0; pointer-events: none; }
.page-hero .deco .blade1 {
  position: absolute; top: -30%; right: -5%;
  width: 180px; height: 160%;
  background: var(--black-2); transform: skewX(-30deg);
}
.page-hero .deco .blade2 {
  position: absolute; bottom: -45%; right: 16%;
  width: 12px; height: 95%;
  background: var(--accent); transform: skewX(-30deg);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .sec-label { margin-bottom: 40px; }
.page-hero h1 {
  font-size: clamp(2.5rem, 5.8vw, 4.25rem);
  font-weight: 800; line-height: 1.4; letter-spacing: .02em;
}
.page-hero .lead {
  margin-top: 30px; max-width: 42em;
  font-size: 1.0625rem; font-weight: 500;
  color: var(--ink-sub-dark);
}

/* ====== 汎用帯 ====== */
.band { padding: 130px 0; }
.band-light { background: var(--paper); color: var(--black); }
.band-dark { border-top: 1px solid var(--line-dark); }
.band .headline {
  font-size: clamp(1.75rem, 3.4vw, 2.625rem);
  font-weight: 800; line-height: 1.5; letter-spacing: .02em;
  margin-bottom: 28px;
}
.band .body-text {
  font-size: 1.0625rem; max-width: 44em;
}
.band-light .body-text { color: var(--ink-sub-light); }
.band-dark .body-text, .page-hero ~ .band:not(.band-light) .body-text { color: inherit; }
.band .note { margin-top: 24px; font-size: .8125rem; }
.band-light .note { color: var(--ink-sub-light); }

/* ====== Problem 断言行 ====== */
.problem-lines p {
  font-size: clamp(1.375rem, 2.4vw, 1.875rem);
  font-weight: 700; line-height: 2; letter-spacing: .02em;
}
.problem-lines p + p { margin-top: 8px; }
.problem-follow { margin-top: 36px; font-size: 1.0625rem; max-width: 44em; }
.band-light .problem-follow { color: var(--ink-sub-light); }

/* ====== Features グリッド ====== */
.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}
.feat {
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  padding: 44px 36px 52px;
}
.band-light .feat-grid { border-color: var(--black); }
.band-light .feat { border-color: var(--black); }
.feat h3 { font-size: 1.25rem; font-weight: 700; line-height: 1.6; }
.feat p { margin-top: 14px; font-size: .9375rem; line-height: 1.9; }
.band-light .feat p { color: var(--ink-sub-light); }
.band-dark .feat p { color: inherit; }

/* ====== Detail グリッド（機能・メニュー一覧） ====== */
.detail-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}
.detail-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.detail-cell {
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  padding: 32px 28px;
}
.band-light .detail-grid, .band-light .detail-cell { border-color: var(--black); }
.detail-cell h4 { font-size: 1.0625rem; font-weight: 700; line-height: 1.6; }
.detail-cell p { margin-top: 8px; font-size: .875rem; }
.band-light .detail-cell p { color: var(--ink-sub-light); }

/* ====== 仕組みフロー（3ステップ） ====== */
.flow-steps { display: flex; align-items: stretch; }
.flow-step {
  flex: 1; position: relative;
  border: 1px solid var(--line-dark);
  padding: 36px 30px 40px;
}
.band-light .flow-step { border-color: var(--black); }
.flow-step + .flow-step { margin-left: 64px; }
.flow-step + .flow-step::before {
  content: "→";
  position: absolute; left: -46px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-en); font-weight: 700; font-size: 2rem;
  color: var(--black);
}
.flow-step h4 { font-size: 1.125rem; font-weight: 700; line-height: 1.6; }
.flow-step p { margin-top: 10px; font-size: .875rem; }
.band-light .flow-step p { color: var(--ink-sub-light); }

/* ====== 仕様・条件・会社概要 表 ====== */
.spec-table { width: 100%; border-collapse: collapse; border-top: 1px solid var(--line-dark); }
.spec-table th, .spec-table td {
  text-align: left; vertical-align: top;
  padding: 26px 8px;
  border-bottom: 1px solid var(--line-dark);
  font-size: .9375rem; line-height: 1.9;
}
.spec-table th { width: 240px; font-weight: 700; white-space: nowrap; }
.spec-table td { font-weight: 500; }
.band-light .spec-table { border-top-color: var(--black); }
.band-light .spec-table th, .band-light .spec-table td { border-bottom-color: var(--line-light); }
.spec-table td .td-sub { display: block; font-size: .8125rem; color: var(--ink-sub-dark); }
.band-light .spec-table td .td-sub { color: var(--ink-sub-light); }

/* ====== サービス一覧: 4面ブロック ====== */
.facet { margin-bottom: 96px; }
.facet:last-child { margin-bottom: 0; }
.facet-head h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; letter-spacing: .02em; }
.facet-desc { margin-top: 14px; margin-bottom: 40px; font-size: .9375rem; color: var(--ink-sub-light); max-width: 46em; }
.svc-rows { border-top: 1px solid var(--black); }
.svc-row {
  display: flex; align-items: center; gap: 36px;
  padding: 36px 8px;
  border-bottom: 1px solid var(--line-light);
  transition: background .25s;
}
.svc-row:hover { background: #ECECE8; }
.svc-row h3 { font-size: 1.1875rem; font-weight: 700; min-width: 300px; line-height: 1.6; }
.svc-row .copy { flex: 1; font-size: .9375rem; color: var(--ink-sub-light); }
.svc-row .arrow { font-family: var(--font-en); font-weight: 600; color: var(--accent); transition: transform .25s; }
.svc-row:hover .arrow { transform: translateX(6px); }
.svc-row .soon {
  display: inline-block; margin-left: 14px;
  font-size: .6875rem; font-weight: 700; letter-spacing: .1em;
  color: var(--accent); border: 1px solid var(--accent);
  padding: 1px 10px; vertical-align: middle;
}

/* ====== Contact フォーム ====== */
.form-wrap { max-width: 760px; }
.field { margin-bottom: 40px; }
.field > label {
  display: block; font-weight: 700; font-size: .9375rem; letter-spacing: .04em;
  margin-bottom: 12px;
}
.field .req {
  display: inline-block; margin-left: 12px;
  font-size: .6875rem; font-weight: 700; letter-spacing: .1em;
  color: var(--accent);
}
.field input[type="text"],
.field input[type="email"],
.field select,
.field textarea {
  width: 100%;
  background: var(--black-2);
  border: 1px solid #3a3a3a;
  color: var(--white);
  font-family: var(--font-jp);
  font-size: 1rem;
  line-height: 1.6;
  padding: 16px 18px;
  transition: border-color .25s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent);
}
.field textarea { min-height: 200px; resize: vertical; }
.select-wrap { position: relative; }
.select-wrap::after {
  content: ""; position: absolute; right: 20px; top: 50%;
  width: 8px; height: 8px;
  border-right: 2px solid var(--ink-sub-dark);
  border-bottom: 2px solid var(--ink-sub-dark);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.select-wrap select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.form-note { font-size: .875rem; color: var(--ink-sub-dark); margin-bottom: 48px; }
.form-actions .btn { min-width: 340px; font-size: 1.0625rem; border: none; cursor: pointer; font-family: var(--font-jp); }
.form-done {
  display: none;
  margin-top: 40px; padding: 30px 32px;
  border: 1px solid var(--accent);
  font-size: .9375rem; line-height: 2;
}
.form-done.show { display: block; }
.form-done strong { color: var(--accent); }

/* ====== SP ====== */
@media (max-width: 960px) {
  .container { padding: 0 24px; }
  .header-inner { padding: 0 24px; height: 68px; }
  .logo img { height: 26px; }
  .gnav {
    position: fixed; inset: 0; z-index: 99;
    background: var(--black);
    flex-direction: column; justify-content: center; gap: 36px;
    opacity: 0; pointer-events: none; transition: opacity .3s;
  }
  .gnav.open { opacity: 1; pointer-events: auto; }
  .gnav a.nav-link { font-size: 1.125rem; }
  .menu-toggle {
    display: block; position: relative; z-index: 110;
    width: 44px; height: 44px;
    background: none; border: none; cursor: pointer;
  }
  .menu-toggle span {
    position: absolute; left: 10px; width: 24px; height: 2px;
    background: var(--white); transition: transform .3s, opacity .3s;
  }
  .menu-toggle span:nth-child(1) { top: 16px; }
  .menu-toggle span:nth-child(2) { top: 26px; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(5px) rotate(20deg); }
  .menu-toggle.open span:nth-child(2) { transform: translateY(-5px) rotate(-20deg); }

  .hero { min-height: auto; padding: 150px 0 110px; }
  .hero-deco .blade.b1 { right: -14%; width: 90px; }
  .hero-deco .blade.b2 { right: -28%; width: 130px; }
  .hero-deco .blade.b3 { right: 14%; width: 9px; }
  .hero-deco .dot { width: 64px; height: 64px; right: 12%; top: 12%; }
  .hero h1 { font-size: clamp(2.875rem, 13vw, 4rem); }
  .hero .lead { font-size: .9375rem; }
  .hero .scroll-sign { display: none; }

  .statement { padding: 96px 0 110px; }
  .statement .lines p { font-size: 1.25rem; line-height: 2; }
  .statement .catch { margin-top: 44px; font-size: 1.5rem; }
  .statement .sign { font-size: 1.25rem; }

  .services { padding: 100px 0 110px; }
  .sec-label { margin-bottom: 40px; }
  .services .sub { margin-bottom: 56px; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card { min-height: 0; padding: 32px 24px 72px; }

  .cn-band { padding: 100px 0; }
  .news-item { gap: 18px; padding: 22px 4px; flex-wrap: wrap; }
  .news-item .title { flex-basis: 100%; order: 3; }

  .contact { padding: 110px 0; }
  .contact .btn { min-width: 0; width: 100%; }
  .contact .deco-blade { right: -18%; }
  .contact.compact { padding: 100px 0; }

  .footer { padding: 64px 0 32px; }
  .footer .logo img { height: 26px; }
  .footer-nav { gap: 24px; flex-wrap: wrap; }
  .footer-bottom { margin-top: 48px; flex-direction: column; align-items: flex-start; }

  .float-cta { display: none; }
  .pc-br { display: none; }

  /* 下層 */
  .page-hero { padding: 140px 0 80px; }
  .page-hero .deco .blade1 { right: -22%; width: 110px; }
  .page-hero h1 { font-size: clamp(2.125rem, 9.6vw, 3rem); }
  .page-hero .lead { font-size: .9375rem; }

  .band { padding: 90px 0; }
  .problem-lines p { font-size: 1.1875rem; }

  .feat-grid { grid-template-columns: 1fr; }
  .feat { padding: 32px 24px 40px; }

  .detail-grid, .detail-grid.cols-2 { grid-template-columns: 1fr; }
  .detail-cell { padding: 26px 22px; }

  .flow-steps { flex-direction: column; }
  .flow-step + .flow-step { margin-left: 0; margin-top: 60px; }
  .flow-step + .flow-step::before {
    content: "↓";
    font-family: var(--font-en); font-weight: 700; font-size: 2rem;
    left: 50%; top: -30px; transform: translate(-50%, -50%);
  }

  .spec-table th { width: auto; display: block; padding: 20px 4px 0; border-bottom: none; }
  .spec-table td { display: block; padding: 4px 4px 20px; }

  .facet { margin-bottom: 72px; }
  .svc-row { gap: 14px; padding: 26px 4px; flex-wrap: wrap; }
  .svc-row h3 { min-width: 0; flex: 1; font-size: 1.0625rem; }
  .svc-row .copy { flex-basis: 100%; order: 3; }
  .svc-row .soon { margin-left: 10px; }

  .form-actions .btn { min-width: 0; width: 100%; }
}
