/* ══════════════════════════════════════════════════
   Theme: Inclusive Warm — 温かみ・インクルーシブ
   ══════════════════════════════════════════════════ */

body.theme-enterprise-min {
  /* ── Palette ── */
  --green-900: #0e2e2a;
  --green-800: #174a42;
  --green-700: #1f7a6a;
  --green-500: #2a8f7a;
  --lime: #4db89a;
  --yellow: #f5efe6;
  --ink: #1a2b2a;
  --muted: #5e716e;
  --bg: #faf8f4;
  --surface-alt: #f3efe8;

  /* ── Warm accents ── */
  --warm-cta: #e8935a;
  --warm-cta-hover: #d47f48;
  --warm-cta-text: #ffffff;
  --warm-glow: rgba(232, 147, 90, 0.15);
  --teal-glow: rgba(42, 143, 122, 0.10);
  --teal-soft: rgba(77, 184, 154, 0.12);

  /* ── Typography ── */
  --font-display: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --content-max: 1140px;
  line-height: 1.75;
}

/* ── Page background ── */
.theme-enterprise-min.page::before {
  background-image:
    radial-gradient(ellipse at 15% 10%, rgba(77, 184, 154, 0.08), transparent 50%),
    radial-gradient(ellipse at 85% 5%, rgba(232, 147, 90, 0.06), transparent 40%),
    radial-gradient(ellipse at 50% 90%, rgba(42, 143, 122, 0.05), transparent 50%);
}

/* ── Header ── */
.theme-enterprise-min .site-header {
  background: rgba(250, 248, 244, 0.92);
  border-bottom: 1px solid rgba(26, 43, 42, 0.06);
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow 0.3s ease;
}

.theme-enterprise-min .site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(26, 43, 42, 0.08);
}

.theme-enterprise-min .nav a {
  border-radius: 999px;
  color: var(--ink);
  transition: background 0.2s ease, color 0.2s ease;
}

.theme-enterprise-min .nav a:hover {
  background: var(--teal-soft);
  color: var(--green-700);
}

/* ── Buttons ── */
.theme-enterprise-min .btn {
  border-radius: 999px;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease;
}

.theme-enterprise-min .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26, 43, 42, 0.10);
}

.theme-enterprise-min .btn-primary {
  background: var(--warm-cta);
  color: var(--warm-cta-text);
  border-color: var(--warm-cta);
}

.theme-enterprise-min .btn-primary:hover {
  background: var(--warm-cta-hover);
  border-color: var(--warm-cta-hover);
  box-shadow: 0 8px 24px rgba(232, 147, 90, 0.25);
}

.theme-enterprise-min .btn-outline {
  background: #ffffff;
  border-color: rgba(26, 43, 42, 0.15);
  color: var(--green-700);
  border-radius: 999px;
}

.theme-enterprise-min .btn-outline:hover {
  border-color: var(--green-500);
  background: rgba(42, 143, 122, 0.04);
}

/* Header CTA */
.theme-enterprise-min .header-cta .btn-primary {
  background: var(--warm-cta);
  border-color: var(--warm-cta);
  color: #ffffff;
}

.theme-enterprise-min .header-cta .btn-outline {
  background: #ffffff;
  border-color: rgba(26, 43, 42, 0.15);
  color: var(--green-700);
}

/* ── Hero ── */
.theme-enterprise-min .hero {
  padding: clamp(64px, 9vw, 110px) 0 48px;
}

.theme-enterprise-min .hero-bg {
  background: linear-gradient(165deg, #faf8f4 0%, #f3efe8 50%, rgba(77, 184, 154, 0.06) 100%);
}

/* Single-column hero — centred */
.theme-enterprise-min .hero-inner {
  grid-template-columns: 1fr;
}

.theme-enterprise-min .hero-copy {
  text-align: center;
}

.theme-enterprise-min .hero-copy h1 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 1.35;
  font-weight: 700;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.theme-enterprise-min .hero-copy .lead {
  font-size: 16px;
  line-height: 1.85;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
}

.theme-enterprise-min .hero-actions {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.theme-enterprise-min .hero-actions .btn-wide {
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
}

.theme-enterprise-min .hero-media {
  max-width: 520px;
  margin-left: auto;
}

.theme-enterprise-min .hero-card {
  box-shadow: 0 12px 40px rgba(26, 43, 42, 0.08);
  border: 1px solid rgba(26, 43, 42, 0.06);
  border-radius: 20px;
}

.theme-enterprise-min .hero-image {
  height: auto;
  aspect-ratio: 3 / 2;
  background: var(--surface-alt);
}

.theme-enterprise-min .hero-image img {
  object-position: 50% 35%;
}

.theme-enterprise-min .hero-caption {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.5;
}

.theme-enterprise-min .eyebrow {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--green-500);
}

.theme-enterprise-min .hero-meta {
  gap: 8px;
  justify-content: center;
}

.theme-enterprise-min .hero-copy .note {
  text-align: center;
}

.theme-enterprise-min .meta-chip {
  background: rgba(42, 143, 122, 0.08);
  color: var(--green-700);
  border: 1px solid rgba(42, 143, 122, 0.15);
  border-radius: 999px;
  font-size: 13px;
  padding: 6px 14px;
}

/* ── Sections ── */
.theme-enterprise-min .section {
  padding: clamp(56px, 8vw, 88px) 0;
}

.theme-enterprise-min .section-header {
  margin: 0 auto 28px;
  text-align: center;
}

.theme-enterprise-min .section-header h2 {
  font-size: clamp(28px, 3.6vw, 40px);
  margin: 0 0 16px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 700;
}

.theme-enterprise-min .section-header h2 small {
  font-size: 16px;
  font-weight: 700;
  color: var(--muted);
  margin-left: 0;
}

.theme-enterprise-min .section-lead {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Background sections ── */
.theme-enterprise-min .bg-soft {
  background: var(--surface-alt);
}

/* ── Trust bar ── */
.theme-enterprise-min .trust-bar {
  background: #ffffff;
  border-bottom: 1px solid rgba(26, 43, 42, 0.06);
}

.theme-enterprise-min .trust-bar,
.theme-enterprise-min .contact {
  background: var(--surface-alt);
}

/* ── Cards (shared) ── */
.theme-enterprise-min .service-card,
.theme-enterprise-min .proof-card,
.theme-enterprise-min .resource-card,
.theme-enterprise-min .case-card,
.theme-enterprise-min .flow-step,
.theme-enterprise-min .faq {
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(26, 43, 42, 0.04);
  border: 1px solid rgba(26, 43, 42, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.theme-enterprise-min .proof-card:hover,
.theme-enterprise-min .flow-step:hover,
.theme-enterprise-min .story-card:hover {
  box-shadow: 0 8px 28px rgba(26, 43, 42, 0.08);
  transform: translateY(-2px);
}

.theme-enterprise-min .approval-card {
  border-radius: 14px;
  border: 1px solid rgba(26, 43, 42, 0.06);
  background: #ffffff;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.theme-enterprise-min .approval-card:hover {
  box-shadow: 0 6px 24px rgba(26, 43, 42, 0.07);
  transform: translateY(-1px);
}

/* ── Story cards ── */
.theme-enterprise-min .story-card {
  border-radius: 14px;
  border: 1px solid rgba(26, 43, 42, 0.06);
  box-shadow: 0 2px 12px rgba(26, 43, 42, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

/* ── Mission ── */
.theme-enterprise-min .mission {
  background: linear-gradient(150deg, rgba(250, 248, 244, 0.97), rgba(77, 184, 154, 0.06));
}

.theme-enterprise-min .mission-inner {
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(26, 43, 42, 0.08);
  border: 1px solid rgba(26, 43, 42, 0.04);
}

/* ── Issue tabs & panels ── */
.theme-enterprise-min .issue-tabs {
  margin-bottom: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.theme-enterprise-min .issue-tab {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  transform: none;
  transition: none;
  border-radius: 12px;
}

.theme-enterprise-min .issue-tab span {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--muted);
  line-height: 1.2;
  min-height: 1.2em;
}

.theme-enterprise-min .issue-tab.is-active span {
  color: var(--ink);
}

.theme-enterprise-min .issue-tab span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid rgba(26, 43, 42, 0.22);
  background: #ffffff;
  margin-right: 8px;
  vertical-align: -1px;
}

.theme-enterprise-min .issue-tab.is-active span::before {
  border-color: var(--green-500);
  background: var(--green-500);
}

.theme-enterprise-min .issue-tab.is-active {
  border-color: var(--green-500);
  transform: none;
}

.theme-enterprise-min .issue-thumb {
  height: 136px;
  background: linear-gradient(135deg, rgba(42, 143, 122, 0.12), rgba(232, 147, 90, 0.10));
  border: 2px solid rgba(26, 43, 42, 0.10);
  border-radius: 14px;
  padding: 0;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.theme-enterprise-min .issue-thumb::before {
  content: "";
  position: absolute;
  inset: -18px;
  pointer-events: none;
  background-image: var(--thumb-url);
  background-size: cover;
  background-position: center;
  filter: blur(14px) saturate(1.05);
  opacity: 0.9;
  transform: scale(1.06);
}

.theme-enterprise-min .issue-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(26, 43, 42, 0.05));
  opacity: 0.85;
}

.theme-enterprise-min .issue-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.42);
}

.theme-enterprise-min .issue-tab.is-active .issue-thumb {
  border-color: var(--green-500);
  box-shadow: 0 0 0 1px var(--green-500);
}

.theme-enterprise-min .issue-tab:not(.is-active) .issue-thumb {
  filter: saturate(0.9);
  opacity: 0.92;
}

.theme-enterprise-min .issue-tab:focus {
  outline: none;
}

.theme-enterprise-min .issue-tab:focus-visible {
  outline: 2px solid var(--green-500);
  outline-offset: 4px;
  border-radius: 12px;
}

.theme-enterprise-min .issue-panels {
  background: #ffffff;
  border: 1px solid rgba(26, 43, 42, 0.08);
  border-radius: 16px;
  padding: 22px;
}

.theme-enterprise-min .issue-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: none;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  gap: 18px;
  align-items: start;
  justify-items: stretch;
}

.theme-enterprise-min .issue-panel.is-active {
  display: grid;
}

.theme-enterprise-min .issue-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.theme-enterprise-min .issue-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(26, 43, 42, 0.08);
  background: var(--surface-alt);
  margin: 0;
  min-width: 0;
  font-weight: 600;
  line-height: 1.45;
  font-size: 15px;
  width: 100%;
  min-height: 62px;
  border-radius: 12px;
}

.theme-enterprise-min .issue-card::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(42, 143, 122, 0.18);
  display: inline-block;
  flex: 0 0 auto;
  margin-top: 1px;
}

.theme-enterprise-min .issue-card span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.theme-enterprise-min .issue-actions {
  margin: 0;
  grid-column: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.theme-enterprise-min .issue-actions .btn {
  width: 100%;
  justify-content: space-between;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
}

.theme-enterprise-min .issue-actions .btn::after {
  content: "\203A";
  font-weight: 900;
  opacity: 0.55;
}

.theme-enterprise-min .issue-cta {
  border: 1px solid rgba(26, 43, 42, 0.08);
  background: linear-gradient(135deg, var(--teal-glow), var(--warm-glow));
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: start;
}

.theme-enterprise-min .issue-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px dashed rgba(26, 43, 42, 0.15);
  background: rgba(255, 255, 255, 0.75);
  color: var(--green-700);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.theme-enterprise-min .issue-more::after {
  content: "\203A";
  font-weight: 900;
  opacity: 0.55;
}

@media (max-width: 1024px) {
  .theme-enterprise-min .issue-actions {
    grid-template-columns: 2fr 1fr;
    gap: 12px;
  }

  .theme-enterprise-min .issue-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .theme-enterprise-min .issue-tabs {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .theme-enterprise-min .issue-tab span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .theme-enterprise-min .issue-thumb {
    height: 120px;
  }

  .theme-enterprise-min .issue-cards {
    grid-template-columns: 1fr;
  }

  .theme-enterprise-min .issue-actions {
    grid-template-columns: 1fr;
  }
}

/* ── Service showcase ── */
.theme-enterprise-min .service-showcase {
  background: linear-gradient(180deg, var(--surface-alt) 0%, #faf8f4 100%);
}

.theme-enterprise-min .service-showcase-header {
  max-width: 940px;
  margin-bottom: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.theme-enterprise-min .section-divider {
  width: 100%;
  height: 1px;
  background: rgba(26, 43, 42, 0.08);
  margin-bottom: 44px;
}

.theme-enterprise-min .section-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(42, 143, 122, 0.20);
  background: rgba(77, 184, 154, 0.10);
  color: var(--green-700);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.theme-enterprise-min .service-showcase .section-header h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.theme-enterprise-min .service-showcase .section-lead {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--muted);
}

.theme-enterprise-min .service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.theme-enterprise-min .service-showcase .service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.theme-enterprise-min .service-showcase .service-card {
  min-height: 0;
  padding: 0;
  gap: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(26, 43, 42, 0.06);
  box-shadow: 0 8px 32px rgba(26, 43, 42, 0.06);
  background: #ffffff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.theme-enterprise-min .service-showcase .service-card:hover {
  box-shadow: 0 16px 48px rgba(26, 43, 42, 0.10);
  transform: translateY(-3px);
}

.theme-enterprise-min .service-card h3 {
  font-size: 18px;
  line-height: 1.5;
  text-wrap: balance;
  word-break: normal;
}

.theme-enterprise-min .service-card p {
  line-height: 1.8;
  text-wrap: pretty;
}

.theme-enterprise-min .service-card-media {
  position: relative;
  aspect-ratio: 1.62 / 1;
  overflow: hidden;
  background: var(--surface-alt);
}

.theme-enterprise-min .service-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 43, 42, 0) 42%, rgba(26, 43, 42, 0.06) 100%);
  pointer-events: none;
}

.theme-enterprise-min .service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

.theme-enterprise-min .service-showcase .service-card:hover .service-card-media img {
  transform: scale(1.06);
}

.theme-enterprise-min .service-card-video .service-card-media img {
  object-position: 50% 52%;
}

.theme-enterprise-min .service-card-sns .service-card-media img {
  object-position: 50% 48%;
}

.theme-enterprise-min .service-card-design .service-card-media img {
  object-position: 50% 52%;
}

.theme-enterprise-min .service-card-audio .service-card-media img {
  object-position: 50% 50%;
}

.theme-enterprise-min .service-card-body {
  padding: 20px 22px 18px;
  display: grid;
  gap: 14px;
}

.theme-enterprise-min .service-card-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.theme-enterprise-min .service-card-title-row h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.theme-enterprise-min .service-card-icon {
  flex-shrink: 0;
  width: 38px;
  height: 28px;
  border-radius: 8px;
  background: var(--green-500);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.theme-enterprise-min .service-card-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-enterprise-min .service-card-points li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.theme-enterprise-min .service-card-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green-500);
  transform: translateY(-50%);
}

@media (max-width: 960px) {
  .theme-enterprise-min .service-grid,
  .theme-enterprise-min .service-showcase .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .theme-enterprise-min .service-showcase-header {
    margin-bottom: 24px;
  }

  .theme-enterprise-min .section-divider {
    margin-bottom: 32px;
  }

  .theme-enterprise-min .section-pill {
    min-height: 34px;
    padding: 7px 16px;
    font-size: 14px;
    margin-bottom: 14px;
  }

  .theme-enterprise-min .service-card-body {
    padding: 18px 18px 16px;
  }

  .theme-enterprise-min .service-card-title-row {
    gap: 12px;
  }

  .theme-enterprise-min .service-card-icon {
    width: 34px;
    height: 26px;
    border-radius: 7px;
  }

  .theme-enterprise-min .service-card-points li {
    font-size: 15px;
  }
}

/* ── Form ── */
.theme-enterprise-min .form {
  border: 1px solid rgba(26, 43, 42, 0.06);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(26, 43, 42, 0.05);
}

.theme-enterprise-min .inquiry-choice {
  border-radius: 14px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.theme-enterprise-min .inquiry-choice:hover {
  transform: translateY(-1px);
}

.theme-enterprise-min .inquiry-choice.is-selected {
  border-color: var(--green-500);
  background: rgba(42, 143, 122, 0.05);
  box-shadow: 0 0 0 3px rgba(42, 143, 122, 0.10), 0 4px 12px rgba(42, 143, 122, 0.06);
}

.theme-enterprise-min .form input:focus,
.theme-enterprise-min .form textarea:focus,
.theme-enterprise-min .form select:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(42, 143, 122, 0.12);
}

.theme-enterprise-min .btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(232, 147, 90, 0.25);
}

/* ── Case cards ── */
.theme-enterprise-min .case-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.theme-enterprise-min .case-card:hover {
  box-shadow: 0 12px 36px rgba(26, 43, 42, 0.10);
  transform: translateY(-2px);
}

/* ── FAQ ── */
.theme-enterprise-min .faq {
  transition: box-shadow 0.25s ease;
}

.theme-enterprise-min .faq.open {
  box-shadow: 0 4px 16px rgba(26, 43, 42, 0.06);
}

.theme-enterprise-min .faq-question {
  font-size: 15px;
  padding: 20px 24px;
}

/* ── Proof badges ── */
.theme-enterprise-min .proof-badges {
  justify-content: center;
}
.theme-enterprise-min .proof-badges span {
  background: rgba(42, 143, 122, 0.10);
  color: var(--green-700);
}

/* ── Tags ── */
.theme-enterprise-min .tag {
  background: rgba(42, 143, 122, 0.12);
  color: var(--green-700);
}

/* ── Contact section ── */
.theme-enterprise-min .contact-panel {
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(26, 43, 42, 0.06);
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 20px;
  padding: 32px;
}

.theme-enterprise-min .contact-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ── Sticky CTA ── */
.theme-enterprise-min .sticky-cta {
  background: rgba(250, 248, 244, 0.95);
  border: 1px solid rgba(26, 43, 42, 0.08);
  box-shadow: 0 -4px 24px rgba(26, 43, 42, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ── proof-grid: 3 columns, center last row ── */
.theme-enterprise-min .proof-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.theme-enterprise-min .proof-grid > * {
  flex: 0 1 calc(33.333% - 14px);
  min-width: 280px;
}

/* ── flow-steps: 3 columns, center last row ── */
.theme-enterprise-min .flow-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.theme-enterprise-min .flow-steps > * {
  flex: 0 1 calc(33.333% - 14px);
  min-width: 280px;
}

/* ── story-grid: 3 columns ── */
.theme-enterprise-min .story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 960px) {
  .theme-enterprise-min .proof-grid > *,
  .theme-enterprise-min .flow-steps > * {
    flex: 0 1 calc(50% - 10px);
    min-width: 0;
  }

  .theme-enterprise-min .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .theme-enterprise-min .proof-grid > *,
  .theme-enterprise-min .flow-steps > * {
    flex: 1 1 100%;
  }

  .theme-enterprise-min .story-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Stagger animation ── */
.theme-enterprise-min [data-reveal] {
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-enterprise-min [data-reveal] > *:nth-child(1) { transition-delay: 0s; }
.theme-enterprise-min [data-reveal] > *:nth-child(2) { transition-delay: 0.06s; }
.theme-enterprise-min [data-reveal] > *:nth-child(3) { transition-delay: 0.12s; }
.theme-enterprise-min [data-reveal] > *:nth-child(4) { transition-delay: 0.18s; }
.theme-enterprise-min [data-reveal] > *:nth-child(5) { transition-delay: 0.24s; }
.theme-enterprise-min [data-reveal] > *:nth-child(6) { transition-delay: 0.30s; }

/* ── Focus visible ── */
.theme-enterprise-min :focus-visible {
  outline: 2px solid var(--green-500);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── Footer ── */
.theme-enterprise-min .site-footer {
  background: #1a2b2a;
  color: #c4d1ce;
  padding: 48px 0 0;
}

.theme-enterprise-min .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-enterprise-min .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.theme-enterprise-min .footer-logo .logo-img {
  filter: brightness(0) invert(1);
  width: 120px;
  height: auto;
}

/* ロゴ画像にテキストが含まれるため重複を非表示 */
.theme-enterprise-min .footer-logo .logo-text {
  display: none;
}

.theme-enterprise-min .site-footer .muted {
  color: #8a9e99;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 8px;
  max-width: 480px;
  text-align: center;
}

.theme-enterprise-min .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  justify-content: center;
}

.theme-enterprise-min .footer-links a {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #a3b5b1;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.theme-enterprise-min .footer-links a:hover {
  background: rgba(77, 184, 154, 0.12);
  color: #ffffff;
}

.theme-enterprise-min .footer-meta {
  background: #152422;
  padding: 20px 0;
  border-top: none;
  text-align: center;
  color: #6b837e;
}

.theme-enterprise-min .footer-meta .mini {
  color: #5a756f;
  font-size: 11px;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 8px;
}

.theme-enterprise-min .footer-meta p:last-child {
  font-size: 12px;
  font-weight: 600;
  color: #7a948e;
  letter-spacing: 0.04em;
  margin: 0;
}

@media (max-width: 960px) {
  .theme-enterprise-min .footer-links {
    gap: 4px;
  }
}

/* ── Mobile hero ── */
@media (max-width: 720px) {
  .theme-enterprise-min .hero-copy h1 {
    font-size: clamp(26px, 7vw, 36px);
    line-height: 1.3;
  }

  .theme-enterprise-min .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .theme-enterprise-min .hero-actions .btn-wide {
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    min-width: 0;
  }
}
