.home-page {
  --flow-red: rgba(217, 37, 54, 0.72);
}

.home-page h1,
.home-page p {
  margin-top: 0;
}

.home-page .nowrap {
  white-space: nowrap;
}

.home-page .hero {
  position: relative;
  min-height: calc(100svh - 110px);
  background: var(--paper);
}

.home-page .hero-inner {
  position: relative;
  display: flex;
  min-height: calc(100svh - 110px);
  align-items: center;
  justify-content: center;
  padding: 64px 0 92px;
}

.home-page .hero-copy {
  width: min(900px, 100%);
  margin-top: -34px;
  text-align: center;
}

.home-page h1 {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: clamp(48px, 4.7vw, 68px);
  font-weight: 500;
  letter-spacing: -0.047em;
  line-height: 1.11;
  text-wrap: balance;
}

.home-page .hero-description {
  max-width: 850px;
  margin: 0 auto 40px;
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 400;
  line-height: 1.62;
  text-wrap: balance;
}

.home-page .button {
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-page .button span {
  font-size: 23px;
  font-weight: 400;
  line-height: 0;
  transition: transform 180ms ease;
}

.home-page .button:hover {
  border-color: var(--red-dark);
  background: var(--red-dark);
  color: var(--white);
  transform: translateY(-1px);
}

.home-page .button:hover span {
  transform: translateX(3px);
}

.home-page .scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #707070;
  transform: translateX(-50%);
  transition: color 180ms ease, transform 180ms ease;
}

.home-page .scroll-cue span {
  font-size: 30px;
  font-weight: 400;
}

.home-page .scroll-cue:hover {
  color: var(--red);
  transform: translate(-50%, 3px);
}

.home-page .approach {
  scroll-margin-top: 20px;
  border-top: 1px solid #ecebe7;
  background: var(--white);
}

.home-page .approach-inner {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5.8vh, 64px) 0 clamp(40px, 5.4vh, 60px);
}

.home-page .approach-header {
  max-width: 940px;
  margin: 0 auto clamp(30px, 4.2vh, 42px);
  text-align: center;
}

.home-page .section-label {
  margin-bottom: clamp(10px, 1.6vh, 15px);
  color: var(--red);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page .approach h2,
.home-page .benefits h2,
.home-page .cases h2 {
  max-width: 860px;
  margin: 0 auto clamp(12px, 1.8vh, 18px);
  font-size: clamp(38px, 3.55vw, 52px);
  font-weight: 500;
  letter-spacing: -0.042em;
  line-height: 1.08;
  text-wrap: balance;
}

.home-page .approach-header > p:last-child,
.home-page .benefits-header > p:last-child,
.home-page .cases-header > p:last-child {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.58;
  text-wrap: balance;
}

.home-page .approach-header > p:last-child { max-width: 760px; }

.home-page .approach-flow {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.home-page .foundation-row,
.home-page .result-row {
  display: grid;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
}

.home-page .flow-node {
  position: relative;
  display: flex;
  min-height: 88px;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 22px;
  border: 1px solid #deddd8;
  background: var(--white);
}

.home-page .flow-link {
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-page .flow-link:hover {
  border-color: rgba(217, 37, 54, 0.48);
  background: #fffafa;
  box-shadow: 0 10px 28px rgba(32, 33, 36, 0.07);
  transform: translateY(-2px);
}

.home-page .flow-link:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}

.home-page .flow-heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin-bottom: 6px;
}

.home-page .flow-heading-stacked {
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
}

.home-page .more-link {
  display: inline-flex;
  align-items: baseline;
  color: var(--red);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.home-page .flow-heading-row h3 {
  margin-bottom: 0;
}

.home-page .flow-number {
  flex: 0 0 auto;
  padding-top: 3px;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page .flow-node h3,
.home-page .analytics-loop h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.25;
}

.home-page .flow-node p,
.home-page .analytics-loop p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.home-page .horizontal-arrow {
  position: relative;
  display: block;
  height: 1px;
  background: var(--flow-red);
}

.home-page .horizontal-arrow::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid var(--flow-red);
  border-right: 1.5px solid var(--flow-red);
  content: "";
  transform: rotate(45deg);
}

.home-page .flow-channels {
  position: relative;
  display: grid;
  margin: 0 auto;
  padding: 48px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.home-page .flow-channels::before,
.home-page .flow-channels::after {
  position: absolute;
  z-index: 0;
  left: calc(16.666% - 10px);
  right: calc(16.666% - 10px);
  height: 1px;
  background: var(--flow-red);
  content: "";
}

.home-page .flow-channels::before { top: 24px; }
.home-page .flow-channels::after { bottom: 24px; }

.home-page .branch-stem {
  position: absolute;
  left: 50%;
  z-index: 0;
  width: 1px;
  height: 24px;
  background: var(--flow-red);
}

.home-page .branch-stem-top { top: 0; left: calc(75% + 22px); }
.home-page .branch-stem-bottom { bottom: 0; left: calc(25% - 24.5px); }

.home-page .branch-stem-bottom::after {
  position: absolute;
  right: -4px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--flow-red);
  border-bottom: 1.5px solid var(--flow-red);
  content: "";
  transform: rotate(45deg);
}

.home-page .branch-rail { display: none; }

.home-page .channel-node {
  z-index: 1;
  min-height: 92px;
  background: var(--white);
}

.home-page .channel-node::before,
.home-page .channel-node::after {
  position: absolute;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 24px;
  background: var(--flow-red);
  content: "";
}

.home-page .channel-node::before { top: -25px; }
.home-page .channel-node::after { bottom: -25px; }

.home-page .channel-arrow {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--flow-red);
  border-bottom: 1.5px solid var(--flow-red);
  pointer-events: none;
  transform: translateX(-50%) rotate(45deg);
}

.home-page .channel-arrow-in { top: -9px; }
.home-page .channel-arrow-out { bottom: -10px; }

.home-page .result-row {
  grid-template-columns: minmax(0, 1fr) 98px minmax(0, 1fr);
}

.home-page .outcome-node {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.home-page .outcome-node .flow-number,
.home-page .outcome-node p { color: var(--white); }

.home-page .result-label { letter-spacing: 0.09em; }

.home-page .analytics-loop {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 76px;
  margin: 22px auto 0;
  align-items: center;
  grid-template-columns: 56px 1fr;
  padding: 14px 52px 14px 22px;
  border: 1px solid #deddd8;
  border-top-color: var(--red);
  background: #fffdfc;
}

.home-page .loop-arrow {
  position: absolute;
  top: -23px;
  width: 1px;
  height: 22px;
  background: var(--flow-red);
  pointer-events: none;
}

.home-page .loop-arrow-down { left: 75%; }
.home-page .loop-arrow-up { left: 25%; }

.home-page .loop-arrow::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid var(--flow-red);
  border-left: 1.5px solid var(--flow-red);
  content: "";
}

.home-page .loop-arrow-down::after { bottom: 0; left: -4px; transform: rotate(225deg); }
.home-page .loop-arrow-up::after { top: 0; left: -4px; transform: rotate(45deg); }

.home-page .loop-mark {
  color: var(--red);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.home-page .analytics-loop .flow-number {
  display: block;
  margin-bottom: 3px;
  padding: 0;
}

.home-page .analytics-loop h3 { margin-bottom: 3px; }

.home-page .ai-visibility-note {
  display: grid;
  width: min(1120px, 100%);
  min-height: 84px;
  margin: 18px auto 0;
  align-items: center;
  padding: 18px 24px;
  border: 1px solid #deddd8;
  background: rgba(255, 255, 255, 0.58);
  grid-template-columns: 230px minmax(0, 1fr) 28px;
  gap: 24px;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-page .ai-visibility-note:hover,
.home-page .ai-visibility-note:focus-visible {
  border-color: rgba(217, 37, 54, 0.48);
  background: #fffafa;
  transform: translateY(-2px);
}

.home-page .ai-visibility-note > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.home-page .ai-visibility-note strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.home-page .ai-visibility-note p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.home-page .ai-visibility-note i {
  color: var(--red);
  font-size: 22px;
  font-style: normal;
  transition: transform 180ms ease;
}

.home-page .ai-visibility-note:hover i,
.home-page .ai-visibility-note:focus-visible i { transform: translateX(4px); }

.home-page .benefits {
  scroll-margin-top: 20px;
  border-top: 1px solid #e5e3de;
  background: var(--paper);
}

.home-page .benefits-inner,
.home-page .cases-inner {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 6.5vh, 76px) 0 clamp(56px, 7vh, 80px);
}

.home-page .benefits-header,
.home-page .cases-header {
  max-width: 940px;
  margin: 0 auto clamp(32px, 4.5vh, 46px);
  text-align: center;
}

.home-page .cases-header {
  margin: 0 auto clamp(34px, 4.8vh, 50px);
}

.home-page .benefits h2,
.home-page .cases h2 {
  margin: 0 auto clamp(14px, 1.9vh, 20px);
}

.home-page .benefits-grid,
.home-page .cases-grid {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-page .benefit-card {
  position: relative;
  display: grid;
  min-height: 188px;
  align-content: start;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  padding: 27px 26px 28px;
  overflow: hidden;
  border: 1px solid #deddd8;
  background: var(--white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-page .benefit-card::before,
.home-page .case-card::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 54px;
  height: 2px;
  background: var(--red);
  content: "";
  transition: width 220ms ease;
}

.home-page .benefit-card:hover {
  border-color: rgba(217, 37, 54, 0.36);
  box-shadow: 0 12px 32px rgba(32, 33, 36, 0.06);
  transform: translateY(-2px);
}

.home-page .benefit-card:hover::before,
.home-page .case-card:hover::before { width: calc(100% + 2px); }

.home-page .benefit-number {
  padding-top: 3px;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.home-page .benefit-card h3 {
  margin: 0 0 13px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.024em;
  line-height: 1.23;
  text-wrap: balance;
}

.home-page .benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
}

.home-page .cases {
  scroll-margin-top: 20px;
  background: var(--graphite);
  color: var(--white);
}

.home-page .cases .section-label {
  color: #ff7b86;
}

.home-page .cases-inner {
  padding: clamp(58px, 7vh, 84px) 0 clamp(54px, 6.5vh, 76px);
}

.home-page .cases h2 { max-width: 850px; }

.home-page .cases-header > p:last-child {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.66);
}

.home-page .case-card {
  position: relative;
  min-height: 330px;
  padding: 28px 28px 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-page .case-card::before { width: 64px; }

.home-page .case-card:hover {
  border-color: rgba(217, 37, 54, 0.7);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-2px);
}

.home-page .case-card-accent {
  border-color: rgba(217, 37, 54, 0.58);
  background: rgba(217, 37, 54, 0.08);
}

.home-page .case-meta {
  display: flex;
  min-height: 36px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-page .case-meta span:first-child { color: var(--white); }
.home-page .case-meta span:last-child { max-width: 170px; text-align: right; }

.home-page .case-result {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.home-page .case-result strong {
  color: var(--white);
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.home-page .case-result span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.4;
}

.home-page .case-card > p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.58;
}

.home-page .cases-more {
  display: flex;
  width: fit-content;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin: clamp(26px, 3.6vh, 38px) auto 0;
  padding: 14px 26px;
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-page .cases-more:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--graphite);
  transform: translateY(-2px);
}

.home-page .contact-section {
  scroll-margin-top: 20px;
  border-top: 1px solid #e5e3de;
  background: var(--paper);
}

.home-page .contact-inner {
  display: grid;
  min-height: 78svh;
  align-items: center;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
  gap: clamp(72px, 9vw, 140px);
  padding: clamp(72px, 9vh, 112px) 0;
}

.home-page .contact-copy { max-width: 740px; }

.home-page .contact-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 500;
  letter-spacing: -0.047em;
  line-height: 1.07;
  text-wrap: balance;
}

.home-page .contact-intro {
  max-width: 680px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.58;
}

.home-page .contact-promise {
  max-width: 610px;
  margin: 0 0 34px;
  padding-left: 18px;
  border-left: 2px solid var(--red);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.home-page .contact-panel {
  padding: 34px 34px 32px;
  border: 1px solid #d8d6d0;
  background: var(--white);
}

.home-page .contact-panel-label {
  margin: 0 0 22px;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-page .contact-channel {
  display: block;
  padding: 18px 0 20px;
  border-top: 1px solid #e5e3de;
  transition: color 180ms ease;
}

.home-page .contact-channel span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.home-page .contact-channel strong {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 500;
  letter-spacing: -0.028em;
  line-height: 1.25;
}

.home-page .contact-channel:hover { color: var(--red); }

.home-page .contact-geography {
  margin: 2px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e5e3de;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.home-page .contact-geography span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 1160px) {
  .home-page .contact-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
    gap: 58px;
  }

  .home-page .contact-panel {
    padding-right: 27px;
    padding-left: 27px;
  }
}

@media (max-width: 1020px) {
  .home-page .hero,
  .home-page .hero-inner {
    min-height: calc(100svh - 88px);
  }
}

@media (max-width: 930px) {
  .home-page .hero-inner { padding-top: 54px; }
  .home-page .hero-copy { margin-top: -20px; }
  .home-page .approach-header { margin-bottom: 38px; }
  .home-page .flow-channels { gap: 18px; }

  .home-page .flow-channels::before,
  .home-page .flow-channels::after {
    left: calc(16.666% - 6px);
    right: calc(16.666% - 6px);
  }

  .home-page .flow-node { padding: 18px 19px; }
  .home-page .benefits-grid,
  .home-page .cases-grid { gap: 14px; }

  .home-page .benefit-card {
    min-height: 202px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 20px 25px;
  }

  .home-page .benefit-card h3 { font-size: 18px; }

  .home-page .case-card {
    min-height: 340px;
    padding: 25px 22px 27px;
  }

  .home-page .case-result strong { font-size: clamp(48px, 5.5vw, 62px); }

  .home-page .contact-inner {
    min-height: 0;
    grid-template-columns: 1fr 0.8fr;
    gap: 38px;
    padding: 84px 0;
  }

  .home-page .contact-copy h2 { font-size: clamp(38px, 5.2vw, 50px); }
  .home-page .contact-channel strong { font-size: 19px; }
}

@media (max-width: 620px) {
  .home-page .hero,
  .home-page .hero-inner {
    min-height: calc(100svh - 76px);
  }

  .home-page .hero-inner {
    align-items: flex-start;
    padding: clamp(72px, 12vh, 106px) 0 86px;
  }

  .home-page .hero-copy { margin-top: 0; }

  .home-page h1 {
    margin-bottom: 25px;
    font-size: clamp(39px, 11.1vw, 52px);
    letter-spacing: -0.048em;
    line-height: 1.08;
  }

  .home-page .hero-description {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.56;
  }

  .home-page .hero-button { width: 100%; }
  .home-page .scroll-cue { bottom: 18px; }

  .home-page .approach-inner,
  .home-page .benefits-inner,
  .home-page .cases-inner {
    display: block;
    min-height: 0;
    padding: 76px 0 90px;
  }

  .home-page .approach-header,
  .home-page .benefits-header,
  .home-page .cases-header { margin-bottom: 48px; }

  .home-page .section-label {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .home-page .approach h2,
  .home-page .benefits h2,
  .home-page .cases h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 10vw, 43px);
    line-height: 1.09;
  }

  .home-page .approach-header > p:last-child,
  .home-page .benefits-header > p:last-child,
  .home-page .cases-header > p:last-child {
    font-size: 16px;
    line-height: 1.52;
  }

  .home-page .foundation-row,
  .home-page .result-row,
  .home-page .flow-channels {
    display: flex;
    max-width: none;
    flex-direction: column;
    padding: 0;
  }

  .home-page .foundation-row,
  .home-page .result-row { gap: 0; }

  .home-page .flow-channels { gap: 34px; }

  .home-page .flow-node {
    width: 100%;
    min-height: 0;
    padding: 22px 20px;
  }

  .home-page .flow-node h3,
  .home-page .analytics-loop h3 { font-size: 18px; }

  .home-page .horizontal-arrow {
    width: 1px;
    height: 34px;
    margin: 0 auto;
  }

  .home-page .horizontal-arrow::after {
    top: auto;
    right: -4px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .home-page .flow-channels { margin: 34px 0; }

  .home-page .flow-channels::before,
  .home-page .flow-channels::after,
  .home-page .branch-stem { display: none; }

  .home-page .channel-node::before {
    top: -35px;
    height: 34px;
  }

  .home-page .channel-node::after,
  .home-page .channel-arrow-out { display: none; }

  .home-page .channel-node:last-of-type::after {
    bottom: -35px;
    display: block;
    height: 34px;
  }

  .home-page .channel-node:last-of-type .channel-arrow-out {
    bottom: -35px;
    display: block;
  }

  .home-page .channel-node:first-of-type::before,
  .home-page .channel-node + .channel-node::before { display: block; }

  .home-page .result-row { gap: 34px; }

  .home-page .analytics-loop {
    min-height: 0;
    margin-top: 34px;
    grid-template-columns: 42px 1fr;
    padding: 22px 50px 22px 20px;
  }

  .home-page .ai-visibility-note {
    margin-top: 18px;
    padding: 22px 20px;
    grid-template-columns: 1fr 24px;
    gap: 10px 16px;
  }

  .home-page .ai-visibility-note > span { grid-column: 1 / -1; }

  .home-page .ai-visibility-note i {
    grid-column: 2;
    grid-row: 2;
  }

  .home-page .loop-arrow {
    top: -35px;
    height: 34px;
  }

  .home-page .loop-arrow-down { left: 42%; }
  .home-page .loop-arrow-up { left: 58%; }

  .home-page .loop-mark {
    align-self: flex-start;
    padding-top: 2px;
    font-size: 30px;
  }

  .home-page .benefits-grid,
  .home-page .cases-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .home-page .benefit-card {
    min-height: 0;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 20px 25px;
  }

  .home-page .benefit-card h3 {
    margin-bottom: 11px;
    font-size: 19px;
  }

  .home-page .benefit-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .home-page .case-card {
    min-height: 0;
    padding: 25px 21px 27px;
  }

  .home-page .case-meta {
    min-height: 0;
    margin-bottom: 22px;
  }

  .home-page .case-result {
    min-height: 0;
    padding: 0 0 22px;
  }

  .home-page .case-result strong { font-size: clamp(53px, 16vw, 68px); }
  .home-page .case-card > p { margin-top: 20px; }

  .home-page .cases-more {
    width: 100%;
    margin-top: 24px;
  }

  .home-page .contact-inner {
    display: block;
    padding: 76px 0 82px;
  }

  .home-page .contact-copy h2 {
    margin-bottom: 22px;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.07;
  }

  .home-page .contact-intro {
    font-size: 16px;
    line-height: 1.52;
  }

  .home-page .contact-promise {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .home-page .contact-button { width: 100%; }

  .home-page .contact-panel {
    margin-top: 46px;
    padding: 28px 22px 26px;
  }

  .home-page .contact-channel strong { font-size: clamp(20px, 6vw, 25px); }
}

@media (max-height: 720px) and (min-width: 621px) {
  .home-page .hero-inner {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .home-page .hero-copy { margin-top: 0; }

  .home-page h1 {
    margin-bottom: 22px;
    font-size: clamp(44px, 4.2vw, 58px);
  }

  .home-page .hero-description {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.5;
  }

  .home-page .scroll-cue { bottom: 14px; }
}

@media (max-height: 820px) and (min-width: 621px) {
  .home-page .approach-inner { padding: 30px 0 28px; }
  .home-page .approach-header { margin-bottom: 24px; }
  .home-page .section-label { margin-bottom: 8px; }

  .home-page .approach h2,
  .home-page .benefits h2,
  .home-page .cases h2 {
    margin-bottom: 10px;
    font-size: clamp(36px, 3.2vw, 46px);
  }

  .home-page .approach-header > p:last-child,
  .home-page .benefits-header > p:last-child,
  .home-page .cases-header > p:last-child {
    font-size: 16px;
    line-height: 1.45;
  }

  .home-page .flow-node {
    min-height: 80px;
    padding: 14px 18px;
  }

  .home-page .channel-node { min-height: 84px; }
  .home-page .flow-channels { padding: 36px 0; }
  .home-page .flow-channels::before { top: 18px; }
  .home-page .flow-channels::after { bottom: 18px; }

  .home-page .branch-stem,
  .home-page .channel-node::before,
  .home-page .channel-node::after { height: 18px; }

  .home-page .channel-node::before { top: -19px; }
  .home-page .channel-node::after { bottom: -19px; }

  .home-page .analytics-loop {
    min-height: 68px;
    margin-top: 16px;
    padding: 10px 18px;
  }

  .home-page .loop-arrow {
    top: -17px;
    height: 16px;
  }

  .home-page .benefits-inner { padding: 34px 0 36px; }
  .home-page .benefits-header,
  .home-page .cases-header { margin-bottom: 26px; }

  .home-page .benefit-card {
    min-height: 164px;
    padding-top: 21px;
    padding-bottom: 22px;
  }

  .home-page .benefit-card h3 {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .home-page .benefit-card p {
    font-size: 13px;
    line-height: 1.42;
  }

  .home-page .cases-inner { padding: 32px 0 34px; }

  .home-page .case-card {
    min-height: 282px;
    padding-top: 22px;
    padding-bottom: 23px;
  }

  .home-page .case-result {
    min-height: 120px;
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .home-page .case-result strong { font-size: clamp(46px, 4.4vw, 60px); }

  .home-page .case-card > p {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.46;
  }

  .home-page .cases-more {
    min-height: 48px;
    margin-top: 22px;
  }

  .home-page .contact-inner {
    padding-top: 46px;
    padding-bottom: 50px;
  }

  .home-page .contact-copy h2 { font-size: clamp(36px, 4.2vw, 48px); }

  .home-page .contact-intro {
    font-size: 16px;
    line-height: 1.45;
  }

  .home-page .contact-promise { margin-bottom: 26px; }

  .home-page .contact-panel {
    padding-top: 24px;
    padding-bottom: 22px;
  }
}
