/* Shared visual language: architectural paths, source cards and connected brand petals. */
.hero { background: radial-gradient(ellipse at 50% 37%, #fff 26%, #f6f8f4 100%); }
.hero-title-line { display: block; }
.hero-description > span { display: inline-block; }
.hero-copy .announcement > span:not(.status-dot) { text-wrap: balance; }
.announcement-copy > span { display: inline-block; }
.hero-landscape { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.hero-landscape svg { position: absolute; width: 420px; height: 520px; }
.landscape-left { left: max(-210px, calc(50% - 920px)); top: 80px; opacity: .75; mask-image: linear-gradient(to right, #000 45%, transparent 100%); }
.landscape-right { right: max(-150px, calc(50% - 900px)); top: 40px; mask-image: linear-gradient(to bottom, #000 65%, transparent 100%); }
.landscape-track { stroke: #b2cbc0; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; opacity: .55; }
.landscape-track.wide-track { stroke: #dce8df; stroke-width: 24; opacity: .55; }
.landscape-track.fine-track { stroke-width: 1; opacity: .4; }
.landscape-glint { stroke: #c7a257; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 5 95; }
.landscape-star { fill: #d8bd7c; transform-box: fill-box; transform-origin: center; }
.landscape-left .landscape-star { fill: #9abdab; }
.landscape-node { fill: #aecabb; stroke: #fff; stroke-width: 5; }
.hero-motion-control { position: absolute; right: -2px; bottom: 14px; }
.illustrated-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr);
  align-items: center;
  gap: 58px;
  padding-block: 60px 76px;
}
.illustrated-hero > * { min-width: 0; }
.illustrated-hero-copy h1 { font-size: clamp(36px, 3.7vw, 52px); line-height: 1.45; }
.illustrated-hero-copy > p { font-size: 19px; line-height: 2; margin-top: 26px; text-wrap: pretty; }
.illustrated-hero-copy .button-row { margin-top: 30px; gap: 20px; }
.illustrated-hero-copy .button { font-size: 16px; padding-inline: 19px; }
.illustrated-hero-copy .text-link { font-size: 15px; gap: 8px; }
.hero-visual { margin: 0; min-width: 0; }
.visual-kicker { display: flex; align-items: center; gap: 8px; color: #718579; font-size: 12px; letter-spacing: .07em; line-height: 1.5; }
.visual-kicker > span:last-child { margin-left: auto; font: 11px/1.5 var(--font); letter-spacing: .14em; color: #98a99b; }
.visual-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.hero-visual figcaption { border-top: 1px solid #dbe3d8; padding-top: 17px; color: #748176; display: flex; justify-content: space-between; gap: 10px; align-items: center; font-size: 12px; line-height: 1.7; }
.plan-canvas { position: relative; height: 338px; margin-block: 14px 8px; }
.plan-connections { position: absolute; inset: 0; width: 100%; height: 100%; stroke: #bdcfc0; stroke-width: 1.3; }
.plan-connections .connection-glint { stroke: #b4924e; stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 8 92; }
.plan-source {
  position: absolute;
  top: 90px;
  left: 0;
  width: 43%;
  padding: 20px 16px 18px;
  background: var(--green);
  color: white;
  border: 1px solid #0f5c53;
  border-radius: 14px;
  box-shadow: 0 14px 28px #0f5c531a;
}
.plan-source::before { content: ''; position: absolute; inset: -9px 9px 9px -9px; border-radius: 15px; border: 1px solid #b9cfc0; z-index: -1; transform: rotate(-5deg); }
.plan-source-icon { display: flex; color: #d8d4a7; margin-bottom: 12px; }
.plan-source-icon .icon { width: 25px; height: 25px; }
.plan-source > strong { display: block; font-size: 19px; line-height: 1.6; font-weight: 550; letter-spacing: .02em; }
.plan-source > span:not(.plan-source-icon) { display: block; font-size: 11px; color: #c6d8ce; margin-top: 3px; }
.plan-source-tags { display: flex; gap: 7px; margin-top: 18px; }
.plan-source-tags span { padding: 2px 7px; border: 1px solid #70968c; border-radius: 4px; font-size: 10px; color: #dce7dc; }
.plan-destination {
  position: absolute;
  right: 0;
  width: 47%;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fffffff2;
  border: 1px solid #d5e0d5;
  border-radius: 12px;
  padding: 15px 12px;
  box-shadow: 0 6px 20px #354e3b06;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.plan-destination:hover { transform: translateX(-5px); border-color: #91b59e; box-shadow: 0 10px 26px #0f5c5310; }
.plan-destination > span { color: #a9bba6; font-size: 11px; }
.plan-destination strong { display: block; color: var(--green); font-weight: 550; font-size: 17px; line-height: 1.6; }
.plan-destination small { display: block; color: #7c897d; font-size: 11px; margin-top: 4px; white-space: nowrap; }
.plan-destination > .icon { margin-left: auto; width: 14px; height: 14px; color: #85a08b; }
.destination-one { top: 21px; }
.destination-two { top: 129px; }
.destination-three { top: 237px; }
.ecosystem-canvas { position: relative; height: 356px; margin-block: 8px 12px; }
.ecosystem-petal { position: absolute; width: 46%; height: 44%; border: 1px solid #b9cdbb; box-shadow: inset 0 1px 0 #ffffffb0; }
.petal-method { left: 5%; top: 5%; border-radius: 90px 70px 12px 70px; transform: rotate(-8deg); background: linear-gradient(150deg, #eff5ed, #dce8d9); }
.petal-system { right: 5%; top: 5%; border-radius: 70px 90px 70px 12px; transform: rotate(8deg); background: linear-gradient(200deg, #eef6f0, #d2e3d9); }
.petal-ai { right: 5%; bottom: 5%; border-radius: 12px 70px 90px 70px; transform: rotate(-8deg); background: linear-gradient(330deg, #f7f2e4, #e9dfbd); border-color: #d9ceae; }
.petal-service { left: 5%; bottom: 5%; border-radius: 70px 12px 70px 90px; transform: rotate(8deg); background: linear-gradient(20deg, #f1f5ed, #dfe9da); }
.ecosystem-center { position: absolute; top: 50%; left: 50%; translate: -50% -50%; width: 118px; height: 118px; border-radius: 30px; display: grid; place-items: center; background: #fff; border: 1px solid #d3ded1; box-shadow: 0 8px 30px #264e3220, 0 0 0 9px #ffffff54; }
.ecosystem-center img { width: 88px; height: 88px; }
.ecosystem-label { position: absolute; text-align: center; width: 40%; color: var(--green); }
.ecosystem-label strong { font-size: 22px; font-weight: 500; line-height: 1.5; letter-spacing: .08em; }
.ecosystem-label span { display: block; font-size: 12px; letter-spacing: .07em; color: #6c8370; margin-top: 3px; }
.label-method { top: 15%; left: 7%; }
.label-system { top: 15%; right: 7%; }
.label-ai { bottom: 15%; right: 7%; }
.label-service { bottom: 15%; left: 7%; }
.ecosystem-spark { position: absolute; right: -1%; top: 47%; color: #b49b5f; font-size: 22px; }
@media (max-width: 1100px) {
  .illustrated-hero { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 30px; }
  .illustrated-hero-copy h1 { font-size: 37px; }
  .illustrated-hero-copy > p { font-size: 17px; }
  .illustrated-hero-copy > p br { display: none; }
  .plan-destination { gap: 7px; padding-inline: 10px; }
  .plan-destination strong { font-size: 15px; }
  .plan-destination > .icon { display: none; }
  .plan-source { padding-inline: 12px; }
  .plan-source > strong { font-size: 17px; }
  .plan-source-tags { gap: 4px; }
  .plan-source-tags span { padding-inline: 4px; }
  .hero-motion-control { right: 5px; bottom: -28px; }
}
@media (max-width: 900px) {
  .illustrated-hero { grid-template-columns: 1fr; gap: 44px; padding-block: 40px 55px; }
  .hero-visual { width: 100%; max-width: 500px; justify-self: center; }
  .illustrated-hero-copy h1 { font-size: 42px; }
  .illustrated-hero-copy > p { max-width: 620px; }
  .plan-source > strong { font-size: 19px; }
  .plan-destination strong { font-size: 17px; }
  .hero-landscape svg { width: 310px; }
  .landscape-right { right: -205px; opacity: .65; }
  .landscape-left { left: -200px; opacity: .5; }
}
@media (max-width: 680px) {
  .hero-landscape svg { width: 230px; height: 420px; }
  .landscape-right { right: -175px; top: 30px; opacity: .55; }
  .landscape-left { left: -180px; top: 25px; opacity: .35; }
  .hero-motion-control { bottom: -29px; right: 2px; }
  .illustrated-hero { padding-block: 38px 48px; gap: 38px; }
  .illustrated-hero-copy h1 { font-size: clamp(29px, 7.9vw, 37px); }
  .illustrated-hero-copy > p { font-size: 17px; margin-top: 22px; }
  .illustrated-hero-copy .button-row { gap: 20px; margin-top: 26px; }
  .hero-visual figcaption { font-size: 11px; gap: 7px; }
  .visual-kicker { font-size: 11px; }
  .visual-kicker > span:last-child { font-size: 10px; }
  .plan-canvas { height: 306px; }
  .plan-source { top: 82px; width: 43%; padding: 15px 10px; }
  .plan-source > strong { font-size: 17px; }
  .plan-source > span:not(.plan-source-icon) { font-size: 10px; }
  .plan-source-tags { margin-top: 14px; gap: 4px; }
  .plan-destination { min-height: 73px; padding: 12px 10px; gap: 8px; }
  .plan-destination strong { font-size: 16px; }
  .plan-destination small { font-size: 10px; }
  .destination-one { top: 18px; }
  .destination-two { top: 117px; }
  .destination-three { top: 216px; }
  .ecosystem-canvas { height: 300px; }
  .ecosystem-center { width: 102px; height: 102px; border-radius: 26px; }
  .ecosystem-center img { width: 76px; height: 76px; }
  .ecosystem-label strong { font-size: 20px; }
  .ecosystem-label span { font-size: 11px; }
}
@media (max-width: 370px) {
  .hero-visual figcaption { flex-wrap: wrap; }
  .plan-source > strong { font-size: 15px; }
  .plan-source-tags span { padding: 2px 3px; font-size: 9px; }
  .plan-destination { gap: 6px; padding-inline: 8px; }
  .plan-destination strong { font-size: 15px; }
  .plan-destination > span { display: none; }
  .ecosystem-canvas { height: 280px; }
}
@media print {
  .hero-landscape, .motion-toggle, .hero-motion-control { display: none !important; }
  .illustrated-hero { display: block; }
  .hero-visual { margin-top: 24px; }
}
