:root {
  --store-ink: #111827;
  --store-muted: #53606f;
  --store-line: #d9e2e7;
  --store-navy: #06234a;
  --store-teal: #0f8b8d;
  --store-amber: #b97624;
  --store-soft: #f5f8f8;
  --store-paper: #ffffff;
}

.store-growth-page {
  margin: 0;
  background: var(--store-paper);
  color: var(--store-ink);
  font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.72;
  letter-spacing: 0;
}

.store-growth-page * {
  box-sizing: border-box;
}

.store-top {
  border-bottom: 1px solid var(--store-line);
  background: rgba(255, 255, 255, 0.96);
}

.store-top-inner,
.store-hero,
.store-band-inner,
.store-section,
.store-final {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.store-top-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.store-brand {
  color: var(--store-navy);
  font-size: 24px;
  font-weight: 950;
  text-decoration: none;
}

.store-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 900;
}

.store-nav a {
  color: var(--store-muted);
  text-decoration: none;
}

.store-nav .store-nav-button {
  color: #fff;
  background: var(--store-navy);
  border-radius: 999px;
  padding: 12px 18px;
}

.store-hero {
  padding: 58px 0 36px;
}

.store-eyebrow {
  margin: 0 0 12px;
  color: var(--store-teal);
  font-size: 18px;
  font-weight: 950;
}

.store-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--store-navy);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.1;
  letter-spacing: 0;
}

.store-hero h1 span {
  color: var(--store-teal);
}

.store-lead {
  max-width: 880px;
  margin: 22px 0 0;
  color: #263241;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 900;
}

.store-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.store-choice {
  border: 2px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 24px 70px rgba(6, 35, 74, 0.1);
}

.store-choice--main {
  border-color: var(--store-navy);
}

.store-choice--teal {
  border-color: var(--store-teal);
}

.store-choice-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--store-navy);
  font-size: 34px;
  font-weight: 950;
}

.store-choice--teal .store-choice-icon {
  background: var(--store-teal);
}

.store-choice h2 {
  margin: 18px 0 12px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.18;
  color: var(--store-navy);
}

.store-choice p {
  min-height: 88px;
  margin: 0;
  color: #334155;
  font-size: 21px;
  font-weight: 850;
}

.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 22px;
  padding: 14px 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--store-navy);
  text-decoration: none;
  font-size: 20px;
  font-weight: 950;
}

.store-button--teal {
  background: var(--store-teal);
}

.store-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--store-line);
  background: var(--store-line);
  border-radius: 8px;
  overflow: hidden;
}

.store-trust div {
  background: #fff;
  padding: 20px;
}

.store-trust strong {
  display: block;
  color: var(--store-navy);
  font-size: 22px;
  line-height: 1.28;
}

.store-trust span {
  display: block;
  margin-top: 6px;
  color: var(--store-muted);
  font-size: 17px;
  font-weight: 850;
}

.store-band {
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
  background: var(--store-soft);
}

.store-band-inner {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.store-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.store-step span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--store-teal);
  font-size: 22px;
  font-weight: 950;
}

.store-step strong {
  display: block;
  font-size: 25px;
  line-height: 1.25;
  color: var(--store-navy);
}

.store-step p {
  margin: 6px 0 0;
  color: var(--store-muted);
  font-size: 18px;
  font-weight: 850;
}

.store-section {
  padding: 48px 0 8px;
}

.store-section h2 {
  margin: 0 0 20px;
  color: var(--store-navy);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.18;
}

.store-problem-grid,
.store-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.store-panel {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.store-panel strong {
  display: block;
  color: var(--store-navy);
  font-size: 25px;
  line-height: 1.25;
}

.store-panel p {
  margin: 10px 0 0;
  color: #334155;
  font-size: 19px;
  font-weight: 850;
}

.store-final {
  margin-top: 50px;
  margin-bottom: 54px;
  padding: 38px;
  border-radius: 8px;
  background: var(--store-navy);
  color: #fff;
}

.store-final h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.18;
}

.store-final p {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: 21px;
  font-weight: 850;
  color: #eaf2f5;
}

.store-final .store-button {
  color: var(--store-navy);
  background: #fff;
}

.store-footer {
  padding: 24px;
  border-top: 1px solid var(--store-line);
  color: var(--store-muted);
  text-align: center;
  font-weight: 850;
}

.store-footer a {
  color: inherit;
}

.service-page .service-form-wrap {
  border-radius: 8px;
  border-color: var(--store-line);
  box-shadow: 0 24px 70px rgba(6, 35, 74, 0.08);
}

.service-page .service-form-wrap h1 {
  color: var(--store-navy);
  line-height: 1.15;
}

.service-page .service-form input,
.service-page .service-form select,
.service-page .service-form textarea {
  border-radius: 8px;
}

.service-page .service-form .service-button.full,
.service-page .service-nav-cta {
  background: var(--store-navy) !important;
  box-shadow: 0 14px 38px rgba(6, 35, 74, 0.16) !important;
}

.service-page .service-form .service-button.full:hover,
.service-page .service-nav-cta:hover {
  background: var(--store-teal) !important;
}

@media (max-width: 860px) {
  .store-top-inner,
  .store-hero,
  .store-band-inner,
  .store-section,
  .store-final {
    width: min(100% - 28px, 1180px);
  }

  .store-nav a:not(.store-nav-button) {
    display: none;
  }

  .store-choice-grid,
  .store-trust,
  .store-band-inner,
  .store-problem-grid,
  .store-work-grid {
    grid-template-columns: 1fr;
  }

  .store-hero {
    padding-top: 34px;
  }

  .store-choice {
    padding: 22px;
  }

  .store-choice p {
    min-height: 0;
    font-size: 19px;
  }

  .store-button {
    width: 100%;
  }

  .store-final {
    padding: 28px 20px;
  }

  .service-page .service-form-wrap h1 {
    font-size: 36px;
  }
}
