/* ================================================================
   index.css — TOPページ固有スタイル
   shared.css と併用
================================================================ */

/* ================================================================
   UTILITY (TOPページ追加)
================================================================ */
.section { padding: clamp(80px, 10vw, 140px) 0; position: relative }

/* section-head の余白はTOPページで少し大きめ */
.section-head { margin-bottom: clamp(48px, 6vw, 80px) }
/* index の section-head h2 em では ::after を使わない */
.section-head h2 em::after { display: none }

/* ================================================================
   TOP BAR
================================================================ */
.top-bar {
  background: var(--ink);
  color: rgba(255,255,255,.8);
  font-size: 12px;
  letter-spacing: .14em;
  padding: 9px 0;
  text-align: center;
  font-weight: 400;
}
.top-bar .sep { color: rgba(255,255,255,.25); margin: 0 14px }
.top-bar .accent { color: var(--orange-300) }

/* ================================================================
   HERO
================================================================ */
.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: var(--cream);
}
.hero-inner {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 62%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
  z-index: 3;
}
.hero-copy {
  position: relative;
  z-index: 2;
  /* 幅を絞ることで写真から離し、白背景の上で読みやすくする */
  flex: 0 0 42%;
  pointer-events: auto;
  padding: clamp(22px, 2.4vw, 34px) clamp(24px, 2.6vw, 38px);
}
/* MV画像とテキストの間隔を広げる。
   見出しの .line1 が nowrap のため箱幅は最小幅で決まり、padding-left を足すと
   箱が左へ伸びるだけでテキストは動かない。右端を 30px 外へ出して
   ブロックごと右へずらす（折り返しは一切変わらない）。 */
@media (min-width: 901px) {
  .hero-copy { margin-right: -30px }
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 16px 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
  box-shadow: var(--shadow-xs);
}
.hero-eyebrow .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--leaf-500);
  position: relative;
}
.hero-eyebrow .pulse::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: var(--leaf-500);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%   { transform: scale(1); opacity: .6 }
  100% { transform: scale(2.6); opacity: 0 }
}
.hero h1 {
  font-family: var(--font-jp);
  font-size: clamp(36px, 4.4vw, 62px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: .06em;
  color: var(--ink);
  margin: 128px 0 32px;
  text-shadow: 0 1px 0 rgba(255,255,255,.9), 0 0 22px rgba(255,255,255,.85), 0 0 44px rgba(255,255,255,.6);
}
.hero h1 .line1 { white-space: nowrap }
.hero h1 .accent {
  color: var(--orange-500);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.hero .lead {
  font-size: 16px;
  color: var(--ink);
  line-height: 2.1;
  max-width: 480px;
  margin: 0 0 36px;
  font-weight: 400;
  letter-spacing: .12em;
  text-shadow: 0 1px 2px rgba(255,255,255,.95), 0 0 14px rgba(255,255,255,.9), 0 0 28px rgba(255,255,255,.7);
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px }
.hero-badges .badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cream-2);
  border: 1px solid var(--orange-200);
  padding: 7px 14px 7px 8px;
  border-radius: 4px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
}
.hero-badges .badge .chip {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--orange-400);
  color: #fff;
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 700;
  display: grid; place-items: center;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center }
.hero-cta .or { font-size: 12px; color: var(--ink-mute); letter-spacing: .08em }
.hero-cta .btn-primary { padding: 18px 30px; font-size: 15px }

/* ヒービジュアル */
.hero-visual {
  position: relative;
  width: 100%;
  margin: 0;
  line-height: 0;
  z-index: 1;
  overflow: hidden;
}
.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  /* mv.png は下部33%が余白（色はコンセプト背景と同色）。
     画像幅に連動する％でその余白を切り詰める */
  margin-bottom: -21.5%;
}
/* スマホ専用CTA（PCでは非表示） */
.hero-mobile-cta { display: none }
.hero-divider {
  position: relative;
  padding-top: clamp(40px, 5vw, 64px);
  background: #F7F7F1;
  line-height: 0;
}
.hero-divider .cityscape {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  pointer-events: none;
}

/* ヒーロー特徴アイコン */
.hero-features {
  position: absolute;
  left: 0; right: 0;
  bottom: calc(clamp(8px, 3vw, 40px) + 160px);
  display: flex;
  align-items: center;
  z-index: 5;
  pointer-events: none;
}
.hero-features-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}
.hero-features-inner > * { pointer-events: auto; flex: 0 0 auto }
.hero-reserve {
  padding: 18px 40px;
  font-size: 16px;
  box-shadow: 0 8px 24px -6px rgba(245,147,0,.45);
}
.hf-item {
  display: flex; align-items: center; gap: 9px;
  padding-right: 13px;
  border-right: 1px dashed rgba(79,139,54,.30);
}
.hf-item:nth-child(3) { border-right: none }
.hf-item .ic {
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff; color: var(--leaf-600);
  display: grid; place-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px -4px rgba(47,92,32,.18);
}
.hf-item .ic svg { width: 19px; height: 19px }
.hf-item .txt b {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: .12em;
  display: block;
  line-height: 1.4;
  margin-bottom: 2px;
  white-space: nowrap;
}
.hf-item .txt span {
  display: block;
  max-width: 8.5em;
  font-size: 10.5px;
  color: var(--ink-soft);
  line-height: 1.5;
  white-space: normal;
}
.hf-line-cta {
  background: #fff;
  border: 2px solid #06C755;
  border-radius: 8px;
  padding: 12px 18px;
  display: flex; align-items: center; gap: 12px;
  white-space: nowrap;
  margin-left: auto;
  transition: transform .25s, box-shadow .25s;
}
.hf-line-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 20px -6px rgba(6,199,85,.3) }
.hf-line-cta .lico {
  width: 44px; height: 44px; border-radius: 50%;
  background: #06C755; color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.hf-line-cta .lico svg { width: 22px; height: 22px }
.hf-line-cta .ltxt { line-height: 1.4 }
.hf-line-cta .ltxt b {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  display: block;
  letter-spacing: .04em;
}
.hf-line-cta .ltxt span {
  font-size: 11.5px;
  color: var(--ink-mute);
  margin-top: 2px;
  display: block;
}
.hf-line-cta .arr { color: #06C755; margin-left: 4px }

/* ================================================================
   CONCEPT
================================================================ */
.concept {
  background: #f7f8f1;
  position: relative;
  overflow: hidden;
  padding: 64px 0 80px !important;
}
.concept::before { display: none }
.concept-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--pad);
  text-align: center;
}
.concept .eyebrow { justify-content: center; margin-bottom: 36px }
.concept-mark {
  width: 56px; height: 56px;
  margin: 0 auto 36px;
  color: var(--leaf-500);
  opacity: .9;
}
.concept-mark svg { width: 100%; height: 100% }
.concept-copy h2 {
  font-family: var(--font-jp);
  font-size: clamp(18px, 2.2vw, 20px);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .08em;
  margin: 0 0 32px;
  color: var(--ink);
}
.concept-copy h2 em {
  font-style: normal;
  color: var(--orange-500);
  font-weight: 700;
}
.concept-copy p {
  font-size: 15.5px;
  line-height: 2.4;
  color: var(--ink-soft);
  margin: 0 auto 22px;
  max-width: 600px;
}
.concept-copy .signature {
  margin-top: 56px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.concept-copy .signature .av {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--leaf-300), var(--leaf-500));
  border: 4px solid #fff;
  box-shadow: var(--shadow-sm);
}
.concept-copy .signature .who {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: .04em;
}
.concept-copy .signature .who small {
  display: block;
  font-size: 11px;
  color: var(--ink-mute);
  font-weight: 500;
  letter-spacing: .16em;
  margin-top: 6px;
}
.concept-cta { margin-top: 36px }

/* ファウンダーノート */
.founder-note {
  margin-top: 52px;
  text-align: left;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  border: 1px solid var(--line-soft);
  position: relative;
  overflow: hidden;
}
.founder-note::before {
  content: '\201C';
  position: absolute;
  top: -8px; left: 26px;
  font-size: 96px;
  line-height: 1;
  color: var(--leaf-300);
  opacity: .4;
  font-family: Georgia, serif;
  pointer-events: none;
}
.founder-msg {
  font-size: 14.5px;
  line-height: 2.2;
  color: var(--ink-soft);
  margin: 0 0 14px;
  max-width: none !important;
}
.founder-msg:last-of-type { margin-bottom: 0 }
.founder-sig {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
  display: flex; align-items: center; gap: 14px;
}
.founder-sig b {
  font-family: var(--font-display);
  font-size: 15px; font-weight: 700;
  color: var(--ink); letter-spacing: .06em;
}
.founder-sig span { font-size: 12px; color: var(--ink-mute); letter-spacing: .06em }
.founder-career {
  font-size: 11px; color: var(--ink-faint);
  line-height: 1.7; margin-top: 2px;
}

/* ================================================================
   CONCERNS
================================================================ */
.concerns {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--cream) 0%, #F4F7EC 38%, #EDF3E2 100%);
}
.concerns::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 40% 34% at 12% 18%, rgba(181,216,160,.45), transparent 70%),
    radial-gradient(ellipse 36% 30% at 88% 26%, rgba(255,221,160,.40), transparent 70%);
  pointer-events: none; z-index: 0;
}
.concerns::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80'><circle cx='40' cy='40' r='1' fill='%234F8B36' opacity='.06'/><circle cx='10' cy='14' r='1' fill='%23F59300' opacity='.05'/></svg>");
  pointer-events: none; z-index: 0;
}
.concerns .container { position: relative; z-index: 1 }
.concern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.concern-card {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-xl);
  padding: 40px 30px 32px;
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 2px 6px rgba(80,55,15,.05), 0 24px 48px -24px rgba(79,92,40,.28);
  position: relative;
  text-align: center;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}
.concern-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 10px rgba(80,55,15,.06), 0 36px 60px -22px rgba(79,92,40,.36);
}
.concern-card .num {
  position: absolute;
  top: 20px; right: 26px;
  font-family: var(--font-num);
  font-size: 56px;
  font-weight: 700;
  color: var(--orange-400);
  opacity: .14;
  line-height: 1;
  letter-spacing: -.04em;
}
.concern-card .art {
  width: 132px; height: 132px;
  margin: 0 auto 8px;
  position: relative;
}
.concern-card .art svg { width: 100%; height: 100%; display: block; object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(79,92,40,.18));
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.concern-card .art img { width: 100%; height: 100%; display: block; object-fit: contain;
  transform: scale(0.8);
  filter: brightness(0) saturate(100%) invert(44%) sepia(38%) saturate(680%) hue-rotate(72deg) brightness(78%) drop-shadow(0 10px 18px rgba(79,92,40,.18));
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.concern-card:hover .art svg,
.concern-card:hover .art img { transform: translateY(-3px) rotate(-2deg) }
.concern-card:nth-child(2) .art img { transform: scale(.56) }
.concern-card:nth-child(2):hover .art img { transform: scale(.56) translateY(-3px) rotate(-2deg) }
.concern-card .q-label {
  display: inline-block;
  font-family: var(--font-num);
  font-size: 11px; font-weight: 700; letter-spacing: .22em;
  color: var(--orange-600);
  background: var(--orange-50);
  border: 1px solid var(--orange-200);
  padding: 5px 14px; border-radius: 4px;
  margin-bottom: 16px;
}
.concern-card h3 {
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 14px;
  letter-spacing: .05em;
  line-height: 1.5;
}
.concern-card p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.95;
  margin: 0 0 22px;
  text-align: left;
}
.concern-card .pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf-500), var(--leaf-600));
  padding: 9px 18px;
  border-radius: 4px;
  box-shadow: 0 6px 14px -6px rgba(79,139,54,.5);
}
.concern-card .pill svg { width: 15px; height: 15px }
.concern-bridge {
  text-align: center;
  margin: 44px auto 0;
  max-width: 620px;
}
.concern-bridge .ribbon {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent;
  padding: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  letter-spacing: .03em;
}
.concern-bridge .ribbon b { color: var(--orange-600) }
.concern-bridge .ribbon .ic {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--leaf-600); color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.concern-bridge .ribbon .ic svg { width: 14px; height: 14px }

/* ================================================================
   WAVE SEPARATOR
================================================================ */
.wave-sep {
  line-height: 0;
  position: relative;
  z-index: 2;
  margin-top: -72px;
}
.wave-sep svg { display: block; width: 100%; height: 72px }
.wave-sep--cs { background: #EDF3E2 }
.wave-sep--sp { background: var(--cream) }
.wave-sep--af { background: var(--cream) }      /* Service Area → How To Use */
.wave-sep--fp { background: #F6F9EC }            /* How To Use → For Partners */
.wave-sep--cf { background: var(--paper) }       /* Contact → Footer */

/* ================================================================
   SERVICES
================================================================ */
.services { background: var(--cream) }

/* スクロールスティッキーレイアウト */
.sv-sticky-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-bottom: 48px;
}
.sv-sticky-side {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-right: 24px;
}
.sv-sticky-stage {
  position: relative;
  width: 520px;
  max-width: 100%;
  height: 70vh;
  border-radius: var(--radius-lg);
  overflow: hidden;
  flex-shrink: 0;
}
.sv-sp-layer {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 20px;
  opacity: 0;
  transition: opacity .65s cubic-bezier(.4,0,.2,1);
}
.sv-sp-layer.active { opacity: 1 }
.sv-sp-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.sv-sp-layer.active .sv-sp-img { transform: scale(1) }
.sv-sticky-content { display: flex; flex-direction: column }
.sv-sticky-item {
  min-height: 62vh;
  padding: clamp(52px, 6vw, 88px) clamp(36px, 4.5vw, 64px);
  display: flex; flex-direction: column; justify-content: center;
  border-bottom: 1px solid var(--line-soft);
}
.sv-sticky-item:last-child { border-bottom: none }
.sv-f-tag {
  font-family: var(--font-num); font-size: 10px; font-weight: 700;
  letter-spacing: .26em; color: var(--orange-500); text-transform: uppercase;
  margin-bottom: 18px;
}
.sv-sticky-item h3 {
  font-family: var(--font-jp); font-size: clamp(26px, 2.8vw, 42px); font-weight: 700;
  color: var(--ink); margin: 0 0 20px; letter-spacing: .06em; line-height: 1.3;
}
.sv-sticky-item p {
  font-size: 15px; color: var(--ink-soft); line-height: 2.15; margin: 0; max-width: 360px;
}

/* その他サービス（テキストのみ） */
.sv-sub-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--cream-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 8px;
}
.sv-sub-item {
  padding: 20px 24px;
  display: flex; align-items: baseline; gap: 14px;
  border-right: 1px solid var(--line-soft);
  transition: background .2s;
}
.sv-sub-item:last-child { border-right: none }
.sv-sub-item:hover { background: var(--bone) }
.sv-sub-num {
  font-family: var(--font-num); font-size: 10.5px; font-weight: 700;
  color: var(--ink-faint); letter-spacing: .14em; flex-shrink: 0;
}
.sv-sub-body { display: flex; flex-direction: column; gap: 3px }
.sv-sub-body b {
  font-family: var(--font-display); font-size: 13.5px; font-weight: 700;
  color: var(--ink-soft); letter-spacing: .02em;
}
.sv-sub-body span { font-size: 12px; color: var(--ink-faint); line-height: 1.7 }
.service-cta { text-align: center; margin-top: 40px }

/* ================================================================
   PRICING
================================================================ */
.pricing { background: var(--paper); position: relative }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}
.price-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 22px 24px 20px;
  border: 1px solid var(--line-soft);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
}
.price-card::before {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange-400), var(--leaf-500));
  opacity: .85;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md) }
.price-card .k {
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--orange-600);
  font-weight: 600;
  text-transform: uppercase;
}
.price-card h4 {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin: 8px 0 12px;
}
.price-card .v {
  font-family: var(--font-num);
  font-size: 34px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1;
}
.price-card .v .yen {
  font-size: 18px;
  color: var(--ink-soft);
  margin-left: 4px;
  font-weight: 600;
}
.price-card .v .note-car {
  font-family: var(--font-jp);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-mute);
  margin-left: 6px;
  letter-spacing: .02em;
}
.price-card .sub {
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: 8px;
  line-height: 1.6;
}

/* 料金表 */
.price-table {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.price-table header {
  background: var(--ink);
  color: #fff;
  padding: 22px 32px;
  display: flex; justify-content: space-between; align-items: center;
}
.price-table header .ttl {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .04em;
}
.price-table header .ttl small {
  font-family: var(--font-num);
  font-size: 10px;
  letter-spacing: .2em;
  color: rgba(255,255,255,.5);
  display: block;
  margin-top: 4px;
  font-weight: 500;
  text-transform: uppercase;
}
.price-table header .note {
  font-size: 11px;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
}
.price-row {
  display: grid;
  grid-template-columns: auto 1fr 1.2fr auto;
  gap: 24px;
  padding: 22px 32px;
  border-bottom: 1px solid var(--line-soft);
  align-items: center;
}
.price-row:last-child { border-bottom: none }
.price-row .idx {
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-faint);
  letter-spacing: .04em;
  width: 28px;
}
.price-row .case {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
}
.price-row .detail { font-size: 13px; color: var(--ink-mute); line-height: 1.7 }
.price-row .amt {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 22px;
  color: var(--orange-600);
  letter-spacing: -.01em;
  text-align: right;
  white-space: nowrap;
}
.price-row .amt small {
  font-size: 11px; color: var(--ink-mute);
  display: block; margin-top: 2px; font-weight: 500;
}
.price-cta { text-align: center; margin-top: 40px }

/* 料金詳細（3列アコーディオン） */
.fee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: start;
}
.fee-panel {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.fee-panel-head {
  font-family: var(--font-num);
  font-size: 10px; letter-spacing: .18em; font-weight: 700;
  color: var(--leaf-700); text-transform: uppercase;
  padding: 14px 20px;
  cursor: pointer; user-select: none;
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  transition: background .2s;
}
.fee-panel-head:hover { background: var(--cream) }
.fee-chevron {
  width: 14px; height: 14px; flex-shrink: 0;
  color: var(--ink-faint);
  transition: transform .3s ease;
}
.fee-panel.open .fee-chevron { transform: rotate(180deg); color: var(--leaf-600) }
.fee-panel-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height .35s ease;
  border-top: 1.5px solid transparent;
}
.fee-panel.open .fee-panel-body {
  max-height: 600px;
  padding-bottom: 12px;
  border-top-color: var(--line-soft);
}
/* 機材・オプション（全幅・控えめ） */
.fee-sub {
  grid-column: 1 / -1;
  background: transparent;
  box-shadow: none;
  border: 1px dashed var(--line);
}
.fee-sub .fee-panel-head {
  color: var(--ink-mute);
  font-size: 9.5px;
  padding: 11px 20px;
}
.fee-sub .fee-panel-head:hover { background: rgba(255,255,255,.6) }
.fee-sub.open .fee-panel-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  background: rgba(255,255,255,.55);
}
.fee-sub .fee-item { font-size: 12px; color: var(--ink-mute) }
.fee-sub .fee-amt { font-size: 12.5px; color: var(--ink-soft) }
.fee-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px dashed var(--line-faint);
  gap: 14px;
}
.fee-row:last-child { border-bottom: none }
.fee-item { font-size: 12.5px; color: var(--ink-soft); flex: 1; line-height: 1.5 }
.fee-amt {
  font-family: var(--font-num); font-weight: 700; font-size: 13.5px;
  color: var(--ink); text-align: right; white-space: nowrap; flex-shrink: 0;
}
.fee-amt small {
  display: block; font-size: 10.5px; color: var(--ink-mute);
  font-weight: 500; margin-top: 1px;
}
.fee-amt.free { color: var(--leaf-600) }
.fee-amt.note { color: var(--orange-600); font-size: 12.5px }

/* 介護保険（さらっと一行） */
.insurance-line {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 10px;
  margin: 20px 0 0;
  font-size: 13px; color: var(--ink-soft); line-height: 1.8;
}
.insurance-line b {
  font-family: var(--font-num); font-weight: 700;
  color: var(--leaf-700); font-size: 14.5px;
  margin: 0 1px;
}
.insurance-badge {
  font-family: var(--font-num); font-size: 10px;
  letter-spacing: .2em; font-weight: 700;
  color: #fff; background: var(--leaf-600);
  padding: 4px 12px; border-radius: 999px;
  text-transform: uppercase; white-space: nowrap; flex-shrink: 0;
}

/* ================================================================
   AREA (エリア・地図)
================================================================ */
.area { background: var(--cream); position: relative; overflow: hidden }
.area-map-bg {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  height: 110%;
  width: auto;
  display: block;
  pointer-events: none;
  opacity: .82;
  z-index: 0;
}
.area::before {
  content: ""; position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 58%;
  background: linear-gradient(to right, var(--cream) 55%, transparent);
  z-index: 1;
  pointer-events: none;
}
.area-container { position: relative; z-index: 2 }
.area .section-head { max-width: 560px }
.area .section-head h2 { margin-top: 16px }
.area .section-head .lead { text-align: left; margin-left: 0 }
.area-side { max-width: 520px; display: flex; flex-direction: column }
.area-leg { margin-bottom: 28px }
.area-leg + .area-leg { padding-top: 24px; border-top: 1px solid var(--line-soft) }
.area-leg .head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px }
.area-leg .swatch { width: 16px; height: 16px; border-radius: 5px; flex-shrink: 0 }
.area-leg .swatch.tokyo { background: var(--orange-400) }
.area-leg .swatch.kanagawa { background: var(--leaf-600) }
.area-leg .head h4 {
  font-family: var(--font-display);
  font-size: 17px; font-weight: 700; color: var(--ink);
  margin: 0; letter-spacing: .03em;
}
.area-leg .head h4 small {
  font-family: var(--font-num);
  font-size: 10px; letter-spacing: .22em; color: var(--ink-faint);
  font-weight: 600; margin-left: 8px; text-transform: uppercase;
}
.area-chips { display: flex; flex-wrap: wrap; gap: 8px }
.area-chips span {
  font-size: 13px; color: var(--ink-soft);
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(6px);
  padding: 6px 13px; border-radius: 4px;
  font-weight: 500; white-space: nowrap;
  transition: background .2s, color .2s;
}
.area-chips span:hover { background: var(--orange-50); color: var(--orange-700) }
.area-note {
  margin-top: 24px; padding: 16px 20px;
  background: rgba(232,242,223,.85);
  backdrop-filter: blur(6px);
  border-radius: var(--radius-md);
  font-size: 13.5px; color: var(--ink-soft);
  line-height: 1.8;
  display: flex; align-items: flex-start; gap: 12px;
}
.area-note::before {
  content: "!"; width: 20px; height: 20px; border-radius: 50%;
  background: var(--leaf-600); color: #fff;
  font-family: var(--font-num); font-weight: 700; font-size: 12px;
  display: grid; place-items: center; flex-shrink: 0; margin-top: 2px;
}

/* ================================================================
   FLOW（ご利用の流れ）
================================================================ */
/* 上下端の色を横方向に均一にするため、グラデーションは縦方向のみ。
   端に掛かる円形グラデーションを置くと wave-sep の単色と合わず境目が出る。
   上端 #F2FAF4 = .wave-sep--af の path fill
   下端 #F6F9EC = .wave-sep--fp の background */
.flow {
  background:
    radial-gradient(rgba(166,204,85,.1) 1.5px, transparent 1.5px) 0 0 / 26px 26px,
    radial-gradient(ellipse 70% 34% at 50% 50%, rgba(233,147,159,.10), transparent 72%),
    linear-gradient(180deg, #F2FAF4 0%, #F6F9EC 100%);
  position: relative;
  overflow: hidden;
}
.flow .container { position: relative; z-index: 1 }
.flow-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 20px;
  position: relative;
}
/* アイコンを左に置いた横並びカード（縦の専有量を抑える） */
.flow-step {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 20px 22px;
  text-align: left;
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: start;
  box-shadow: 0 2px 6px rgba(80,55,15,.05), 0 14px 32px -14px rgba(80,55,15,.12);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .3s;
}
.flow-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(80,55,15,.06), 0 24px 48px -16px rgba(80,55,15,.2);
}
/* 次のステップへの矢印（行末以外） */
.flow-step:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 50%; right: -14px;
  width: 11px; height: 11px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2.5px solid var(--orange-300);
  border-right: 2.5px solid var(--orange-300);
  border-radius: 2px;
}
.flow-step .step-tag {
  display: inline-block;
  font-family: var(--font-num);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .2em;
  padding: 3px 9px;
  border-radius: 999px;
  margin-bottom: 7px;
}
.flow-step .step-ic {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 2px 0 0;
  color: #fff;
  transition: transform .3s;
}
.flow-step:hover .step-ic { transform: scale(1.08) rotate(6deg) }
.flow-step .step-ic svg { width: 22px; height: 22px }
/* カラーローテーション（leaf → orange → sky） */
.flow-step.c1 .step-tag { color: var(--leaf-700); background: var(--leaf-100) }
.flow-step.c1 .step-ic { background: linear-gradient(135deg, #BCD97A, #7FA83A); box-shadow: 0 10px 22px -8px rgba(111,168,78,.55) }
.flow-step.c2 .step-tag { color: var(--orange-700); background: var(--orange-100) }
.flow-step.c2 .step-ic { background: linear-gradient(135deg, #F4BE78, #E68B33); box-shadow: 0 10px 22px -8px rgba(245,147,0,.5) }
.flow-step.c3 .step-tag { color: #B24B5B; background: #FBE9EC }
.flow-step.c3 .step-ic { background: linear-gradient(135deg, #F3BAC2, #E9939F); box-shadow: 0 10px 22px -8px rgba(214,110,125,.5) }
.flow-step h4 {
  font-family: var(--font-display);
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 5px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.flow-step p {
  font-size: 12.5px;
  color: var(--ink-mute);
  line-height: 1.75;
  margin: 0;
}
/* フッターの一言ノート */
.flow-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 30px auto 0;
  padding: 14px 28px;
  background: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: var(--leaf-700);
  letter-spacing: .04em;
  box-shadow: 0 2px 6px rgba(80,55,15,.05), 0 12px 28px -12px rgba(80,55,15,.16);
}
.flow-note svg { width: 18px; height: 18px; color: var(--orange-500); flex-shrink: 0 }

/* ================================================================
   VOICE（お客様の声）
================================================================ */
.voice { background: var(--cream) }
.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.voice-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--line-soft);
  position: relative;
  transition: transform .3s, box-shadow .3s;
}
.voice-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md) }
.voice-card .stars {
  display: flex; gap: 2px;
  color: var(--orange-400);
  margin-bottom: 18px;
}
.voice-card .stars svg { width: 16px; height: 16px }
.voice-card p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 2;
  margin: 0 0 28px;
  position: relative;
  font-feature-settings: "palt";
}
.voice-card .meta {
  display: flex; align-items: center; gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}
.voice-card .av {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-200), var(--orange-400));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.voice-card .who { line-height: 1.4 }
.voice-card .who b {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}
.voice-card .who span {
  display: block;
  font-size: 11.5px;
  color: var(--ink-mute);
  margin-top: 2px;
  letter-spacing: .04em;
}

/* ================================================================
   PARTNER（パートナー募集）
================================================================ */
/* 上端 #EDF7EC = .wave-sep--fp の path fill（.flow と同じ理由で縦方向のみ） */
.partner {
  background:
    radial-gradient(ellipse 60% 40% at 50% 55%, rgba(166,204,85,.12), transparent 72%),
    linear-gradient(180deg, #EDF7EC 0%, #E1F1E5 100%);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.partner::before {
  content: "";
  position: absolute;
  width: 340px; height: 340px;
  border-radius: 50%;
  border: 2px dashed rgba(166,204,85,.3);
  /* 波形区切りと重なると境目が汚れるため、上端から離して右辺から覗かせる */
  top: 90px; right: -170px;
  pointer-events: none;
}
.partner::after {
  content: "";
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  bottom: -80px; left: -70px;
  pointer-events: none;
}
.partner .container { position: relative; z-index: 1 }
.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  margin-bottom: 48px;
}
/* カード状の白背景・影・ホバーは持たせず、背景に直接置く。
   等間隔の罫線で区切ることでリズムを作る。 */
.partner-card { position: relative }
.partner-card:nth-child(1) { --pt-accent: var(--orange-500) }
.partner-card:nth-child(2) { --pt-accent: var(--leaf-600) }

.partner-card .head { margin-bottom: 20px }
.partner-card .head::before {
  content: "";
  display: block;
  width: 34px; height: 2px;
  margin-bottom: 16px;
  background: var(--pt-accent);
}
.partner-card .head h4 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  letter-spacing: .06em;
}
.partner-card .head h4 small {
  display: block;
  font-family: var(--font-num);
  font-size: 10px;
  letter-spacing: .25em;
  color: var(--ink-mute);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 6px;
}

.partner-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(69,54,42,.10);
}
.partner-card li {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.7;
  padding: 15px 0 15px 26px;
  position: relative;
  border-bottom: 1px solid rgba(69,54,42,.10);
}
/* 丸背景を持たないアクセント色のチェックのみ */
.partner-card li::before {
  content: "";
  position: absolute;
  left: 2px; top: 21px;
  width: 9px; height: 5px;
  border-left: 2px solid var(--pt-accent);
  border-bottom: 2px solid var(--pt-accent);
  transform: rotate(-45deg);
}

.partner-cta {
  text-align: center;
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.partner-cta .btn-primary {
  background: linear-gradient(180deg, var(--orange-300), var(--orange-500));
  color: #fff;
}
.partner-cta .btn-ghost { color: var(--ink); border-color: var(--line); background: #fff }
.partner-cta .btn-ghost:hover {
  background: var(--leaf-100);
  border-color: var(--leaf-500);
  color: var(--leaf-700);
}

/* ================================================================
   CONTACT（TOPページ お問い合わせセクション）
================================================================ */
.contact {
  background-color: var(--paper);
  background-image: radial-gradient(rgba(245,147,0,.07) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  position: relative;
  overflow: hidden;
}
.contact .container { position: relative; z-index: 1 }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 840px;
  margin: 0 auto;
}
.contact-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 46px 32px 42px;
  text-align: center;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(80,55,15,.05), 0 18px 40px -18px rgba(80,55,15,.16);
}
.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 10px rgba(80,55,15,.06), 0 28px 56px -20px rgba(80,55,15,.24);
}
/* カード上部のカラーバー */
.contact-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
}
.contact-card:nth-child(1)::before { background: linear-gradient(90deg, #F4BE78, var(--orange-500)) }
.contact-card:nth-child(2)::before { background: linear-gradient(90deg, #BCD97A, var(--leaf-600)) }
.contact-card .ic {
  width: 72px; height: 72px;
  border-radius: 50%;
  color: #fff;
  display: grid; place-items: center;
  margin: 0 auto 20px;
  transition: transform .3s;
}
.contact-card:nth-child(1) .ic { background: linear-gradient(135deg, #F4BE78, #E68B33); box-shadow: 0 12px 26px -10px rgba(245,147,0,.55) }
.contact-card:nth-child(2) .ic { background: linear-gradient(135deg, #BCD97A, #7FA83A); box-shadow: 0 12px 26px -10px rgba(111,168,78,.55) }
.contact-card .ic svg { width: 30px; height: 30px }
.contact-card:hover .ic { transform: scale(1.1) rotate(-6deg) }
.contact-card h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: .04em;
}
.contact-card .label {
  font-family: var(--font-num);
  font-size: 10px;
  letter-spacing: .25em;
  color: var(--ink-faint);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}
.contact-card .big {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 26px;
  color: var(--orange-600);
  margin: 8px 0;
  letter-spacing: -.01em;
  line-height: 1.2;
}
.contact-card .big.text {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--ink);
}
.contact-card p {
  font-size: 13px;
  color: var(--ink-mute);
  margin: 0 0 24px;
  line-height: 1.7;
}
.contact-card .go {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 52px; padding: 0 30px;
  font-size: 13.5px; font-weight: 700;
  letter-spacing: .04em;
  color: #fff;
  border-radius: 999px;
  transition: transform .25s, opacity .25s, box-shadow .25s;
}
.contact-card:nth-child(1) .go { background: linear-gradient(135deg, var(--orange-400), var(--orange-500)); box-shadow: 0 10px 24px -10px rgba(245,147,0,.55) }
.contact-card:nth-child(2) .go { background: linear-gradient(135deg, #93BF52, var(--leaf-600)); box-shadow: 0 10px 24px -10px rgba(111,168,78,.55) }
.contact-card .go:hover { transform: translateY(-2px); opacity: .93 }
.contact-card .go svg { width: 14px; height: 14px }

/* ================================================================
   TWEAKS パネル（編集モード用）
================================================================ */
#tweaks {
  position: fixed; right: 24px; bottom: 24px; z-index: 100;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  width: 290px;
  box-shadow: var(--shadow-lg);
  display: none;
  font-size: 13px;
  font-family: var(--font-jp);
}
#tweaks.open { display: block }
#tweaks h6 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  display: flex; justify-content: space-between; align-items: center;
}
#tweaks h6 .tag {
  font-family: var(--font-num);
  font-size: 9px; letter-spacing: .2em;
  color: var(--orange-600);
  background: var(--orange-50);
  padding: 4px 8px; border-radius: 4px;
  font-weight: 600; text-transform: uppercase;
}
#tweaks label {
  display: block; font-size: 11px; font-weight: 600;
  color: var(--ink-mute); margin: 14px 0 8px;
  letter-spacing: .08em; text-transform: uppercase;
}
#tweaks .row { display: flex; gap: 8px; flex-wrap: wrap }
#tweaks .sw {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer; transition: transform .2s;
}
#tweaks .sw.active { border-color: var(--ink); transform: scale(1.08) }
#tweaks .sw:hover { transform: scale(1.05) }
#tweaks select {
  width: 100%; padding: 10px; border-radius: 10px; border: 1px solid var(--line);
  font: inherit; font-size: 13px; background: #fff;
}
#tweaks .check {
  display: flex; align-items: center; gap: 10px;
  margin-top: 8px; cursor: pointer;
  font-size: 13px; color: var(--ink); font-weight: 500;
}

/* ================================================================
   NO-BORDER モード（カード枠線なし）
================================================================ */
.price-card,
.price-table,
.flow-step,
.voice-card,
.contact-card,
.founder-note,
.fee-table,
.concern-card,
.ins-tier,
.area-chips span { border: none !important }
.flow-step:hover,
.contact-card:hover { border-color: transparent !important }

/* ================================================================
   RESPONSIVE（TOPページ固有）
================================================================ */
@media (max-width: 1100px) {
  .hero h1 { font-size: clamp(34px, 4.4vw, 52px) }
  .hero-features-inner { gap: 16px }
  .hf-item { padding-right: 16px; gap: 10px }
}
/* 幅が狭まるとコピーが縦に伸び、62%の枠から溢れてヘッダーに重なるため
   重ね表示を保ったまま枠を広げる */
@media (max-width: 1100px) and (min-width: 901px) {
  .hero-inner { height: 78% }
}
@media (max-width: 900px) {
  .concept-inner { grid-template-columns: 1fr; gap: 48px }
  .concept-visual { max-width: 480px; margin: 0 auto }
  /* スマホは「コピー → 画像 → CTA」の縦並び */
  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .hero-inner  { order: 1 }
  .hero-visual { order: 2 }
  .hero-mobile-cta { order: 3 }

  .hero-inner {
    position: static;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding: 36px var(--pad) 4px;
    pointer-events: auto;
    background: #fff;
  }
  /* 説明文の下は画像がすぐ続くので余白を詰める */
  .hero .lead { margin-bottom: 0 }
  /* 画像は左を基点に150%へ拡大（右側の余白をカット） */
  .hero-visual img {
    width: 150%;
    max-width: none;
    /* 拡大に伴い画像下部の余白も1.5倍になるため切り取り量を調整 */
    margin-bottom: -32.6%;
  }
  /* 画像の下端（波の色）と地続きに見えるよう背景を合わせる */
  .hero-mobile-cta {
    display: flex;
    justify-content: center;
    background: #f7f8f1;
    padding: 4px var(--pad) 8px;
  }
  .hero-mobile-cta .btn { width: 100%; max-width: 420px }
  /* 縦積み時はコンセプト見出しと同じ中央揃えに統一する */
  .hero-copy {
    flex: none;
    padding: 0;
    text-align: center;
  }
  /* 縦積み時は 128px だと余白が空きすぎるため控えめに戻す */
  .hero h1 { margin-top: 48px; margin-bottom: 24px }
  .hero h1 .line1 { white-space: normal }
  .hero .lead {
    max-width: 34em;
    margin-left: auto;
    margin-right: auto;
  }
  .concern-grid,
  .pricing-grid,
  .voice-grid,
  .partner-grid,
  .contact-grid { grid-template-columns: 1fr }
  /* 幅が狭いと装飾の破線円が見出しに重なるため隠す */
  .partner::before { display: none }
  .sv-sticky-wrap { grid-template-columns: 1fr }
  .sv-sticky-side { position: relative; top: 0; height: auto; min-height: 0; padding-right: 0; margin-bottom: 4px }
  .sv-sticky-stage { width: 100%; height: 56vw }
  .sv-sticky-item { min-height: 0; padding: 36px 24px }
  .area-map-bg { height: 85%; right: -10% }
  .area::before { width: 65% }
  .flow-track { grid-template-columns: repeat(2, 1fr); gap: 14px }
  .flow-step::after { display: none !important }
  .fee-grid { grid-template-columns: 1fr }
  .price-row { grid-template-columns: auto 1fr; gap: 6px 16px }
  .price-row .detail { grid-column: 1 / -1; margin-left: 44px }
  .price-row .amt { grid-column: 2; text-align: right; font-size: 18px }
  .hero-features { position: static; left: auto; right: auto; bottom: auto; padding: 28px 0 8px; pointer-events: auto }
  .hero-features-inner { flex-direction: column; flex-wrap: wrap; align-items: stretch; gap: 18px }
  .hf-item { border-right: none !important; padding-right: 0; padding-bottom: 16px; border-bottom: 1px dashed rgba(79,139,54,.25) }
  .hf-line-cta { margin-left: 0 }
}
@media (max-width: 600px) {
  .top-bar { font-size: 11px }
  .top-bar .sep { margin: 0 8px }
  .flow-track { grid-template-columns: 1fr; gap: 12px }
  .fee-sub.open .fee-panel-body { grid-template-columns: 1fr }
}
