:root {
  --ink: #253238;
  --muted: #667175;
  --line: #dfe7e7;
  --paper: #fffaf1;
  --fog: #fffaf1;
  --teal: #ff9828;
  --teal-dark: #ef6b1a;
  --coral: #ff6f59;
  --gold: #d8a643;
  --mint: #fff0dc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(88, 52, 22, 0.12);
  --header-height: 67px;
  --font-body: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-heading: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-round: "M PLUS Rounded 1c", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  line-height: 1.9;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px clamp(28px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223, 231, 231, 0.76);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}

.brand img {
  width: 156px;
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink);
}

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

.nav-cta,
.primary-cta,
.secondary-button {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

h1,
h2,
h3,
.brand,
.site-nav,
.nav-cta,
.primary-cta,
.secondary-link,
.secondary-button,
.footer-nav,
.eyebrow,
.section-kicker,
.promise-strip strong,
.promise-strip span,
.value-number,
.provider-card span,
.flow-number,
.support-cards div,
.modal-panel h2,
.modal-close,
.copy-status {
  font-family: var(--font-heading);
}

.nav-cta {
  padding: 10px 18px;
  color: var(--white);
  background: var(--teal-dark);
  background-image: linear-gradient(135deg, #ffab3d 0%, #ef6b1a 100%);
  border-radius: 4px;
}

.section-band {
  position: relative;
  padding: clamp(84px, 9vw, 132px) clamp(28px, 6vw, 88px);
}

.hero {
  min-height: calc(100vh - var(--header-height));
  padding-top: clamp(14px, 1.4vw, 24px);
  padding-bottom: clamp(72px, 7vw, 104px);
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(500px, 1.14fr);
  align-items: center;
  gap: clamp(42px, 5vw, 84px);
  background: var(--paper);
  overflow: hidden;
}

.hero-copy,
.hero-visual,
.section-heading,
.copy-columns,
.promise-strip,
.concept-cards,
.pain-grid,
.pain-bubble-scene,
.solution-panel,
.value-grid,
.provider-grid,
.flow-story,
.service-grid,
.service-features,
.support-cards,
.closing-inner,
.closing-copy,
.section-note {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(38px, 3.9vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero .lead {
  margin: 0 0 8px;
  font-size: 18px;
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.65;
  color: var(--ink);
}

.hero .lead span {
  color: var(--teal-dark);
  font-size: 26px;
  font-weight: 900;
}

.hero p {
  max-width: 680px;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 14px 26px;
  color: var(--white);
  text-decoration: none;
  background: var(--teal-dark);
  background-image: linear-gradient(135deg, #ffab3d 0%, #ef6b1a 100%);
  border-radius: 4px;
  box-shadow: 0 14px 26px rgba(239, 107, 26, 0.24);
}

.primary-cta:hover,
.nav-cta:hover {
  background: #d94f10;
  background-image: linear-gradient(135deg, #ff9828 0%, #d94f10 100%);
}

.secondary-link {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration-color: rgba(239, 107, 26, 0.35);
  text-underline-offset: 6px;
}

.hero-visual {
  width: min(100%, 760px);
  margin-right: -2vw;
  justify-self: end;
  position: relative;
  isolation: isolate;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hero-visual::before {
  inset: -46px -36px 34px 52px;
  background: linear-gradient(135deg, #f4a337 0%, #ef6b1a 62%, #c28324 100%);
  border-radius: 47% 53% 46% 54% / 42% 38% 62% 58%;
  transform: rotate(7deg);
  animation: heroBlobBack 9s ease-in-out infinite;
  box-shadow: 0 32px 62px rgba(239, 107, 26, 0.18);
}

.hero-visual::after {
  left: -24px;
  bottom: -42px;
  width: 46%;
  height: 38%;
  background: linear-gradient(140deg, #39aeb0 0%, #5ca271 100%);
  border-radius: 61% 39% 56% 44% / 46% 58% 42% 54%;
  transform: rotate(-16deg);
  animation: heroBlobAccent 8s ease-in-out infinite;
  opacity: 0.92;
}

.hero-blob-media {
  aspect-ratio: 1.34 / 1;
  overflow: hidden;
  border-radius: 43% 57% 50% 50% / 41% 45% 55% 59%;
  box-shadow: 0 28px 72px rgba(88, 52, 22, 0.16);
  animation: heroBlobFront 10s ease-in-out infinite;
  background: var(--white);
}

.hero-blob-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

@keyframes heroBlobFront {
  0%,
  100% {
    border-radius: 43% 57% 50% 50% / 41% 45% 55% 59%;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    border-radius: 51% 49% 42% 58% / 50% 38% 62% 50%;
    transform: translate3d(0, -8px, 0) rotate(-1.5deg);
  }
}

@keyframes heroBlobBack {
  0%,
  100% {
    border-radius: 47% 53% 46% 54% / 42% 38% 62% 58%;
    transform: rotate(7deg) translate3d(0, 0, 0);
  }
  50% {
    border-radius: 56% 44% 54% 46% / 48% 56% 44% 52%;
    transform: rotate(11deg) translate3d(8px, -8px, 0);
  }
}

@keyframes heroBlobAccent {
  0%,
  100% {
    border-radius: 61% 39% 56% 44% / 46% 58% 42% 54%;
    transform: rotate(-16deg) translate3d(0, 0, 0);
  }
  50% {
    border-radius: 44% 56% 48% 52% / 57% 43% 57% 43%;
    transform: rotate(-10deg) translate3d(-10px, 8px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual::before,
  .hero-visual::after,
  .hero-blob-media {
    animation: none;
  }
}

.concept {
  background: #fffaf1;
}

.section-heading {
  max-width: 1120px;
  margin: 0 auto 38px;
  padding-top: 34px;
  text-align: left;
  position: relative;
}

.section-heading.align-left {
  margin-inline: 0;
  text-align: left;
}

.section-heading[data-bg]::before,
.closing-inner[data-bg]::before {
  content: attr(data-bg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  color: rgba(37, 50, 56, 0.048);
  font-family: var(--font-heading);
  font-size: clamp(50px, 7.2vw, 108px);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.section-heading[data-bg] .section-kicker,
.closing-inner[data-bg] .section-kicker {
  display: none;
}

.section-heading h2 {
  display: inline-block;
  margin: 0 0 18px;
  padding-bottom: 12px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.35;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.section-heading h2::after,
.closing h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background: linear-gradient(90deg, #ff6f59, #ff9828);
}

.section-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.copy-columns {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
  color: #3f4b50;
}

.copy-columns p {
  margin: 0 0 18px;
}

.concept-cards {
  max-width: 1160px;
  margin: 92px auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.concept-card {
  min-height: 400px;
  padding: 112px 28px 38px;
  position: relative;
  background: var(--white);
  border: 3px solid #20282c;
  border-radius: 12px;
  text-align: left;
}

.concept-icon {
  width: 154px;
  height: 154px;
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  top: -77px;
  transform: translateX(-50%);
  color: var(--ink);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.64) 0 22%, transparent 44%),
    linear-gradient(140deg, #ffe6bf 0%, #ffc476 54%, #ffb35c 100%);
  border-radius: 50%;
  box-shadow: 0 20px 38px rgba(239, 107, 26, 0.16);
}

.concept-icon img {
  width: 132px;
  height: 132px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(16, 36, 44, 0.12));
}

.concept-card h3 {
  margin: 0 0 28px;
  color: #0d2028;
  font-family: var(--font-heading);
  font-size: clamp(22px, 1.85vw, 28px);
  line-height: 1.32;
  font-weight: 900;
  text-align: center;
}

.concept-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
  color: #485458;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.concept-card li {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}

.concept-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.67em;
  background: #485458;
  border-radius: 50%;
}

.closing-copy,
.section-note {
  max-width: 850px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.reality {
  padding-top: clamp(80px, 5vw, 176px);
  padding-bottom: clamp(72px, 7vw, 112px);
  background: var(--fog);
  z-index: 2;
}

.reality::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: clamp(-118px, -7vw, -72px);
  z-index: 1;
  width: 100%;
  height: clamp(72px, 7vw, 118px);
  background: var(--fog);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  pointer-events: none;
}

.pain-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pain-bubble-scene {
  max-width: 1120px;
  min-height: 520px;
  margin: 130px auto 0;
  position: relative;
}

.pain-person-wrap {
  width: min(28vw, 330px);
  min-width: 260px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}

.pain-person-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2%;
  width: 74%;
  height: 20%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(239, 107, 26, 0.14), transparent 68%);
  z-index: -1;
}

.pain-person-wrap img {
  width: 100%;
  display: block;
}

.pain-bubble {
  margin: 0;
  position: absolute;
  z-index: 3;
  display: flex;
  min-height: 138px;
  padding: 34px 48px;
  align-items: center;
  justify-content: center;
  color: #142e37;
  background: #f1f2f1;
  border: 2px solid rgba(202, 211, 211, 0.72);
  box-shadow:
    0 16px 0 rgba(58, 103, 92, 0.045),
    0 24px 40px rgba(30, 49, 54, 0.08);
  font-family: var(--font-round);
  font-size: clamp(18px, 1.26vw, 21px);
  line-height: 1.68;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.pain-bubble::before,
.pain-bubble::after {
  content: "";
  position: absolute;
  display: block;
  background: inherit;
  border: inherit;
  border-radius: 50%;
  box-shadow: 0 10px 18px rgba(30, 49, 54, 0.06);
}

.pain-bubble span {
  position: relative;
  z-index: 1;
}

.pain-bubble .no-break {
  white-space: nowrap;
}

.pain-bubble-1 {
  width: 370px;
  left: 12px;
  top: 54px;
  transform: rotate(-2deg);
  border-radius: 52% 48% 48% 52% / 46% 52% 48% 54%;
  background: #fff7ea;
}

.pain-bubble-1::before {
  right: -30px;
  bottom: 40px;
  width: 42px;
  height: 42px;
}

.pain-bubble-1::after {
  right: -70px;
  bottom: 13px;
  width: 24px;
  height: 24px;
}

.pain-bubble-2 {
  width: 430px;
  right: 2px;
  top: 42px;
  transform: rotate(1.5deg);
  border-radius: 50% 50% 48% 52% / 48% 45% 55% 52%;
  background: #f1f2f1;
}

.pain-bubble-2::before {
  left: -30px;
  bottom: 34px;
  width: 42px;
  height: 42px;
}

.pain-bubble-2::after {
  left: -68px;
  bottom: 8px;
  width: 24px;
  height: 24px;
}

.pain-bubble-3 {
  width: 600px;
  right: -34px;
  bottom: 58px;
  transform: rotate(-1deg);
  border-radius: 50% 50% 51% 49% / 46% 48% 52% 54%;
  background: #fff7ea;
}

.pain-bubble-3::before {
  left: -26px;
  top: 34px;
  width: 40px;
  height: 40px;
}

.pain-bubble-3::after {
  left: -68px;
  top: 8px;
  width: 22px;
  height: 22px;
}

.pain-card,
.value-card,
.provider-card,
.service-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(30, 49, 54, 0.06);
}

.pain-card {
  min-height: 390px;
  padding: 22px 26px 30px;
  display: grid;
  grid-template-rows: 220px 1fr;
  gap: 18px;
  overflow: hidden;
  position: relative;
}

.pain-card::before {
  content: "";
  position: absolute;
  inset: 16px 16px auto auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 171, 61, 0.18), rgba(255, 111, 89, 0.08));
}

.pain-illustration {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 1;
}

.pain-card h3 {
  margin: 0;
  align-self: start;
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

.section-band.solution {
  padding-top: clamp(136px, 12vw, 190px);
}

.solution {
  background:
    linear-gradient(120deg, rgba(231, 92, 18, 0.97), rgba(255, 155, 42, 0.88)),
    var(--teal-dark);
  color: var(--white);
  z-index: 1;
}

.solution-panel {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.solution .section-kicker,
.solution .section-heading p:last-child {
  color: #fff5df;
}

.solution .section-heading {
  margin-bottom: 0;
}

.solution .section-heading[data-bg]::before,
.closing-inner[data-bg]::before {
  color: rgba(255, 255, 255, 0.12);
}

.closing-inner[data-bg]::before {
  color: rgba(37, 50, 56, 0.06);
}

.solution-copy {
  max-width: 820px;
  font-size: 17px;
}

.solution-lead {
  margin-bottom: 24px;
  font-family: var(--font-heading);
  font-size: clamp(20px, 1.4vw, 24px);
  line-height: 1.55;
  font-weight: 900;
}

.solution-copy strong {
  display: inline-flex;
  min-width: 88px;
  min-height: 88px;
  margin: 20px 12px 0 0;
  align-items: center;
  justify-content: center;
  color: #d94f10;
  background: var(--white);
  border-radius: 50%;
}

.solution-actions {
  margin-top: 10px;
}

.solution-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 30px;
  color: #d94f10;
  font-family: var(--font-heading);
  font-weight: 900;
  text-decoration: none;
  background: var(--white);
  border-radius: 4px;
  box-shadow: 0 16px 30px rgba(121, 45, 8, 0.18);
}

.solution-cta:hover {
  color: var(--teal-dark);
  transform: translateY(-1px);
}

.benefits {
  background: var(--paper);
}

.value-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-card {
  padding: 32px;
}

.value-number,
.provider-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--coral);
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.value-card h3,
.provider-card h3,
.flow-copy h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.45;
}

.value-card p,
.provider-card p,
.flow-copy p,
.service-grid p {
  margin: 0 0 14px;
  color: #485458;
  font-size: 16px;
}

.office-heading {
  margin-top: 0;
}

.provider-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.provider-card {
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  column-gap: 24px;
  align-items: start;
}

.provider-card span {
  grid-column: 1;
}

.provider-card h3 {
  grid-column: 1;
}

.provider-card p {
  grid-column: 1 / -1;
}

.provider-illustration {
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 160px;
  margin: -8px -4px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provider-illustration img {
  max-width: 100%;
  max-height: 160px;
  display: block;
  object-fit: contain;
}

.provider-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 320px;
  column-gap: 36px;
  align-items: start;
}

.provider-wide span {
  grid-column: 1;
  grid-row: 1 / span 3;
}

.provider-wide h3 {
  grid-column: 2;
}

.provider-wide .provider-illustration {
  grid-column: 3;
  grid-row: 1 / span 3;
  height: 230px;
  margin: 0;
  align-self: center;
}

.provider-wide .provider-illustration img {
  max-height: 230px;
}

.provider-wide p {
  grid-column: 2;
}

.voice {
  background: var(--paper);
  overflow: hidden;
}

.voice::after {
  background: var(--paper);
}

.voice-slider {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 6px 0 54px;
}

.voice-track {
  display: flex;
  gap: 56px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 0 max(88px, calc((100vw - 1120px) / 2)) 8px;
  scrollbar-width: none;
}

.voice-track::-webkit-scrollbar {
  display: none;
}

.voice-card {
  flex: 0 0 min(700px, calc(100vw - 176px));
  min-height: 0;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 30px 42px 34px;
  background: var(--white);
  border: 7px solid #ffd9ad;
  border-radius: 18px;
  scroll-snap-align: center;
}

.voice-media {
  position: relative;
  min-height: 246px;
}

.voice-media img {
  width: 236px;
  height: 236px;
  margin: 4px 0 0 78px;
  display: block;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.voice-badge {
  position: absolute;
  top: 74px;
  left: 0;
  z-index: 2;
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 900;
  background: linear-gradient(135deg, #ffab3d 0%, #ef6b1a 100%);
  border-radius: 50%;
}

.voice-copy h3 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.62;
  font-weight: 900;
}

.voice-copy p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.86;
  font-weight: 500;
}

.voice-copy span {
  display: inline-block;
  margin-top: 14px;
  color: var(--teal-dark);
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 900;
}

.voice-arrow {
  position: absolute;
  top: 46%;
  z-index: 3;
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-dark);
  background: var(--white);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(30, 49, 54, 0.16);
  cursor: pointer;
  font-size: 54px;
  line-height: 1;
}

.voice-arrow-prev {
  left: clamp(32px, 8vw, 150px);
}

.voice-arrow-next {
  right: clamp(32px, 8vw, 150px);
}

.voice-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.voice-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(239, 107, 26, 0.24);
}

.voice-dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--teal-dark);
}

.flow {
  background: var(--fog);
}

.flow-story {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.flow-step {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  padding: 34px 0 62px;
}

.flow-step + .flow-step {
  margin-top: 18px;
}

.flow-step::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -56px;
  width: 230px;
  height: 120px;
  border-bottom: 2px dashed rgba(102, 113, 117, 0.45);
  border-left: 2px dashed rgba(102, 113, 117, 0.45);
  border-radius: 0 0 0 90%;
  transform: translateX(-44%) rotate(-10deg);
  pointer-events: none;
}

.flow-step.reverse::after {
  border-left: 0;
  border-right: 2px dashed rgba(102, 113, 117, 0.45);
  border-radius: 0 0 90% 0;
  transform: translateX(-56%) rotate(10deg);
}

.flow-step:last-child::after {
  display: none;
}

.flow-step.reverse .flow-copy {
  order: 2;
}

.flow-step.reverse .flow-visual {
  order: 1;
}

.flow-copy {
  text-align: center;
  position: relative;
}

.flow-number {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  color: #24282a;
  font-size: clamp(60px, 6.2vw, 88px);
  line-height: 0.86;
  font-weight: 900;
}

.flow-number::before,
.flow-number::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: #24282a;
}

.flow-copy h3 {
  margin-bottom: 22px;
  font-size: clamp(23px, 2.2vw, 32px);
}

.flow-copy p {
  max-width: 470px;
  margin-inline: auto;
  font-weight: 700;
  line-height: 2;
}

.flow-visual {
  margin: 0;
}

.flow-visual img {
  width: 100%;
  display: block;
}

.service-design {
  background: #fffaf1;
}

.service-features {
  max-width: 1120px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 5vw, 72px);
}

.service-feature {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  justify-items: center;
  position: relative;
  text-align: center;
}

.service-feature-number {
  color: #f6c431;
  font-family: var(--font-heading);
  font-size: clamp(66px, 6vw, 92px);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: 0;
}

.service-feature-visual {
  width: min(100%, 250px);
  height: 182px;
  margin: 0 0 28px;
  display: grid;
  place-items: center;
}

.service-feature-visual img {
  width: 190px;
  height: 190px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(16, 36, 44, 0.1));
}

.service-feature h3 {
  margin: 0 0 20px;
  color: #0d2028;
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.32;
  font-weight: 900;
}

.service-feature ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
  text-align: left;
}

.service-feature li {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  border-top: 1px dashed rgba(13, 32, 40, 0.28);
  color: #485458;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.service-feature li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.67em;
  background: #485458;
  border-radius: 50%;
}

.service-feature li > span {
  min-width: 0;
}

.service-feature small {
  display: block;
  margin-top: 4px;
  color: #485458;
  font-size: 16px;
  font-weight: 700;
}

.support-cards {
  margin-top: 34px;
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.support-cards div {
  padding: 24px;
  color: var(--white);
  background: var(--teal-dark);
  background-image: linear-gradient(135deg, #ff9828 0%, #ef6b1a 100%);
  border-radius: 8px;
  text-align: center;
  font-weight: 800;
}

.support-cards div:nth-child(2) {
  background: var(--coral);
}

.support-cards small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 700;
}

.closing {
  padding-bottom: 150px;
  background: var(--paper);
  color: var(--ink);
}

.closing::after {
  display: none;
}

.closing-inner {
  max-width: 880px;
  margin: 0 auto;
  padding-top: 44px;
  text-align: center;
}

.closing h2 {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 14px;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.25;
  position: relative;
  z-index: 1;
}

.closing p {
  font-size: 17px;
  position: relative;
  z-index: 1;
}

.closing .contact-lead {
  margin: 0 auto 24px;
  max-width: 720px;
  color: #0d2028;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 800;
}

.primary-cta.large {
  margin: 28px 0 0;
  min-width: 280px;
}

.site-footer {
  min-height: 190px;
  padding: 42px clamp(42px, 8vw, 120px) 38px;
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(560px, 1.25fr);
  gap: 48px;
  align-items: end;
  background: var(--white);
  color: var(--ink);
}

.footer-brand {
  display: grid;
  gap: 26px;
}

.footer-brand img {
  width: min(270px, 82%);
  height: auto;
  display: block;
}

.footer-brand p {
  margin: 0;
  color: #3d4447;
  font-size: 18px;
  font-weight: 500;
}

.footer-actions {
  display: grid;
  justify-items: end;
  gap: 0;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 18px;
  font-weight: 700;
}

.footer-nav a {
  color: #3d4447;
  text-decoration: none;
}

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

.footer-nav span {
  font-size: 17px;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 36, 39, 0.58);
  backdrop-filter: blur(7px);
}

.modal-panel {
  position: relative;
  width: min(100%, 560px);
  padding: 38px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.modal-panel h2 {
  margin: 0 0 14px;
  font-size: 34px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--fog);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.modal-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 24px;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  color: var(--teal-dark);
  text-decoration: none;
  background: var(--mint);
  border-radius: 4px;
}

.copy-status {
  min-height: 28px;
  margin: 16px 0 0;
  color: var(--teal-dark);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-nav a {
    display: none;
  }

  .hero,
  .solution-panel,
  .copy-columns,
  .promise-strip,
  .concept-cards,
  .pain-grid,
  .value-grid,
  .provider-grid,
  .voice-card,
  .service-grid,
  .service-features,
  .support-cards {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(100vh - var(--header-height));
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .hero-visual {
    margin-right: 0;
  }

  .concept-cards {
    gap: 86px;
  }

  .concept-card {
    min-height: auto;
  }

  .provider-card,
  .provider-wide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
  }

  .provider-wide span,
  .provider-card span {
    grid-column: 1;
    grid-row: auto;
  }

  .provider-wide h3,
  .provider-card h3 {
    grid-column: 1;
  }

  .provider-wide p,
  .provider-card p {
    grid-column: 1 / -1;
  }

  .provider-wide p {
    grid-column: 1;
  }

  .provider-wide .provider-illustration,
  .provider-illustration {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 138px;
    margin: -8px 0 6px;
  }

  .pain-bubble-scene {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(220px, 0.55fr) 1fr;
    gap: 22px;
    align-items: center;
  }

  .pain-person-wrap,
  .pain-bubble {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    transform: none;
  }

  .pain-person-wrap {
    grid-row: 1 / span 3;
    min-width: 0;
    width: min(100%, 280px);
    justify-self: center;
  }

  .pain-bubble {
    width: min(100%, 520px);
    justify-self: center;
  }

  .pain-bubble-2 {
    width: min(100%, 560px);
  }

  .pain-bubble-3 {
    width: min(100%, 620px);
  }

  .voice-track {
    gap: 28px;
    padding: 0 38px 8px;
  }

  .voice-card {
    flex-basis: min(620px, calc(100vw - 76px));
    min-height: auto;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
  }

  .voice-media {
    min-height: auto;
  }

  .service-features {
    gap: 76px;
  }

  .service-feature-visual {
    height: 170px;
    margin-bottom: 14px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-actions {
    justify-items: start;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .flow-step,
  .flow-step.reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 0 72px;
  }

  .flow-step.reverse .flow-copy,
  .flow-step.reverse .flow-visual {
    order: initial;
  }

  .flow-step::after,
  .flow-step.reverse::after {
    left: 50%;
    bottom: -30px;
    width: 120px;
    height: 70px;
    border-right: 0;
    border-left: 2px dashed rgba(102, 113, 117, 0.45);
    border-bottom: 2px dashed rgba(102, 113, 117, 0.45);
    border-radius: 0 0 0 90%;
    transform: translateX(-50%) rotate(-8deg);
  }
}

@media (max-width: 640px) {
  .site-header {
    --header-height: 59px;
    padding: 14px 18px;
  }

  .brand {
    font-size: 16px;
  }

  .nav-cta {
    padding: 9px 12px;
  }

  .site-footer {
    padding: 40px 22px 42px;
  }

  .footer-brand img {
    width: min(260px, 90%);
  }

  .footer-nav {
    display: grid;
    gap: 16px;
    font-size: 17px;
  }

  .provider-card,
  .provider-wide {
    grid-template-columns: 1fr;
  }

  .voice-slider {
    padding-bottom: 38px;
  }

  .voice-track {
    padding: 0 18px 8px;
  }

  .voice-card {
    flex-basis: calc(100vw - 36px);
    grid-template-columns: 1fr;
    padding: 30px 24px;
    border-width: 5px;
  }

  .voice-media {
    min-height: 196px;
  }

  .voice-media img {
    width: 190px;
    height: 190px;
    margin: 0 auto;
  }

  .voice-badge {
    top: 58px;
    left: calc(50% - 128px);
    width: 66px;
    height: 66px;
    font-size: 20px;
  }

  .voice-copy h3 {
    font-size: 21px;
  }

  .voice-copy p {
    font-size: 16px;
    line-height: 1.9;
  }

  .voice-arrow {
    display: none;
  }

  .provider-wide .provider-illustration,
  .provider-illustration {
    grid-column: 1;
    grid-row: auto;
    height: 150px;
    margin: 0 0 14px;
    justify-content: flex-start;
  }

  .section-band {
    padding: 64px 18px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero .lead {
    font-size: 22px;
  }

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

  .concept-cards {
    margin-top: 76px;
  }

  .concept-card {
    padding: 82px 26px 34px;
    border-width: 2px;
  }

  .concept-icon {
    width: 118px;
    height: 118px;
    top: -59px;
  }

  .concept-icon img {
    width: 100px;
    height: 100px;
  }

  .concept-card h3 {
    font-size: 24px;
  }

  .concept-card ul {
    font-size: 16px;
  }

  .pain-bubble-scene {
    grid-template-columns: 1fr;
  }

  .pain-person-wrap {
    grid-row: auto;
    width: min(72vw, 240px);
  }

  .pain-bubble {
    width: 100%;
  }

  .flow-number {
    font-size: 64px;
    gap: 12px;
  }

  .flow-number::before,
  .flow-number::after {
    width: 34px;
  }

}
