:root {
  --calltech-cyan: #12d9ff;
  --calltech-blue: #0a5cff;
  --calltech-green: #18e2a1;
  --calltech-glass: rgba(8, 15, 28, 0.72);
  --calltech-glass-strong: rgba(8, 15, 28, 0.88);
}

body.route-home .hero-section {
  min-height: min(1080px, 100svh);
}
body.route-home .hero-shell {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.15fr);
  gap: clamp(1.25rem, 3vw, 3.5rem);
}
body.route-home .hero-copy {
  max-width: 720px;
}
body.route-home .hero-copy h1 {
  width: min(840px, 72vw);
  font-size: clamp(4.8rem, 7vw, 8rem);
  line-height: 0.92;
}
body.route-home .hero-copy .reveal-line:last-child span,
body.route-home .hero-copy h1 .hero-accent,
body.route-home .hero-copy h1 span:last-child {
  color: var(--calltech-cyan);
  text-shadow: 0 0 22px rgba(18, 217, 255, 0.22);
}
body.route-home .hero-lede {
  max-width: 650px;
  font-size: clamp(1.08rem, 1.45vw, 1.36rem);
}
body.route-home .eagle-stage {
  width: min(62vw, 940px);
  height: min(78vh, 780px);
  margin-left: 0;
  margin-right: -2vw;
  position: relative;
  display: grid;
  place-items: center;
}
body.route-home .hero-eagle-scene {
  position: relative;
  width: min(100%, 920px);
  height: min(100%, 760px);
  display: grid;
  place-items: center;
  isolation: isolate;
}
body.route-home .hero-eagle-scene::before {
  content: "";
  position: absolute;
  inset: 10% 6% 18%;
  background:
    radial-gradient(circle at 50% 46%, rgba(14, 81, 255, 0.28), transparent 42%),
    radial-gradient(circle at 50% 70%, rgba(18, 217, 255, 0.2), transparent 28%);
  filter: blur(12px);
  z-index: -2;
}
body.route-home .hero-eagle-orbit,
body.route-home .hero-eagle-orbit::before,
body.route-home .hero-eagle-orbit::after {
  position: absolute;
  content: "";
  border-radius: 999px;
}
body.route-home .hero-eagle-orbit {
  width: min(78%, 640px);
  height: 98px;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(132, 201, 255, 0.56);
  box-shadow: 0 0 0 1px rgba(18, 217, 255, 0.06), 0 0 42px rgba(18, 217, 255, 0.18), inset 0 0 28px rgba(18, 217, 255, 0.16);
}
body.route-home .hero-eagle-orbit::before {
  inset: 12px;
  border: 1px solid rgba(255,255,255,0.4);
}
body.route-home .hero-eagle-orbit::after {
  inset: 28px 5%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.7), rgba(48,126,255,0.1) 56%, transparent 72%);
  filter: blur(20px);
}
body.route-home .hero-eagle-float {
  position: absolute;
  top: 12%;
  width: min(92%, 860px);
  max-width: 860px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.65)) drop-shadow(0 0 30px rgba(18, 217, 255, 0.2));
  animation: eagleFloat 6.8s ease-in-out infinite;
}
body.route-home .hero-logo-card {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: min(62%, 500px);
  padding: 0.95rem 1rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(7, 17, 34, 0.52), rgba(2, 8, 18, 0.76));
  border: 1px solid rgba(98, 152, 255, 0.2);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.35), inset 0 0 22px rgba(18,217,255,0.07);
  backdrop-filter: blur(8px);
}
body.route-home .hero-logo-card img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 18px rgba(18, 217, 255, 0.1));
}
@keyframes eagleFloat {
  0%, 100% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-14px) scale(1.015); }
}

body.route-home .strengths-section {
  padding-top: clamp(8rem, 10vw, 11rem);
  padding-bottom: clamp(7rem, 10vw, 10rem);
}
body.route-home .strengths-heading {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.6fr);
  gap: 10%;
}
body.route-home .strengths-heading h2 {
  max-width: 980px;
  font-size: clamp(2.9rem, 6vw, 5.4rem);
  line-height: 0.98;
}
body.route-home .strengths-heading p {
  font-size: 1.06rem;
  line-height: 1.8;
}
body.route-home .strengths-world {
  grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1fr);
  min-height: 640px;
  gap: clamp(1rem, 2vw, 2rem);
}
body.route-home .strength-wing {
  min-height: 560px;
  background: linear-gradient(180deg, rgba(10, 21, 40, 0.72), rgba(3, 9, 19, 0.82));
  border-radius: 42px;
  border: 1px solid rgba(84, 135, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 26px 60px rgba(0,0,0,0.2);
}
body.route-home .algo-strength {
  border-color: rgba(45, 200, 138, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 26px 60px rgba(0,0,0,0.2);
}
body.route-home .strength-logo img {
  max-width: 210px;
  max-height: 110px;
  object-fit: contain;
}
body.route-home .strength-logo-calltech img {
  max-width: 240px;
}
body.route-home .strength-label {
  font-size: 0.82rem;
  margin-top: 1rem;
  letter-spacing: 0.24em;
}
body.route-home .strength-list {
  margin-top: 1.35rem;
}
body.route-home .strength-list li {
  min-height: 76px;
  font-size: 1rem;
  align-items: center;
}
body.route-home .delivery-core {
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(7, 31, 74, 0.95), rgba(4, 12, 25, 0.88) 68%, rgba(4, 12, 25, 0.45));
  border: 1px solid rgba(18, 217, 255, 0.3);
  box-shadow: 0 0 0 18px rgba(18, 217, 255, 0.03), 0 0 80px rgba(18, 217, 255, 0.12), inset 0 0 44px rgba(18, 217, 255, 0.08);
}
body.route-home .delivery-core span {
  font-size: 0.78rem;
  letter-spacing: 0.34em;
}
body.route-home .delivery-core b {
  font-size: 1.45rem;
  line-height: 1.15;
}

#automation-flow .pipeline-card,
body.route-home .pipeline-card,
.process-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
body.route-home .pipeline-card:hover,
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}

.leadership-section {
  background: linear-gradient(180deg, #eef3f7 0%, #dfe8f2 100%);
  padding: clamp(6rem, 9vw, 8rem) 0 clamp(7rem, 10vw, 9rem);
}
.leadership-layout {
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 2vw, 2rem);
  align-items: start;
}
.leadership-heading {
  grid-column: 1 / -1;
}
.leadership-heading h2 {
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  line-height: 0.96;
  color: #08121d;
}
.leader {
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(6, 17, 34, 0.06), rgba(255,255,255,0.66));
  border: 1px solid rgba(6, 17, 34, 0.08);
  box-shadow: 0 20px 60px rgba(6, 17, 34, 0.08);
}
.leader-image,
.leader-bryce .leader-image {
  height: clamp(320px, 42vw, 460px);
}
.leader-image img {
  object-position: center top;
}
.leader-copy {
  position: static;
  width: auto;
  background: rgba(4, 11, 22, 0.95);
  padding: 1.35rem 1.5rem 1.6rem;
}
.leader-copy h3 {
  font-size: 1.45rem;
}
.leader-copy span {
  font-size: 0.92rem;
  line-height: 1.65;
  display: block;
}

.profile-layout {
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(2rem, 6vw, 5rem);
}
.profile-copy h2 {
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 0.96;
}
.book-stage {
  height: min(84vh, 920px);
  min-height: 760px;
}
.profile-book {
  transform: scale(1.08);
  transform-origin: center center;
}
.profile-actions a,
.profile-actions button {
  min-height: 50px;
}

.site-footer {
  overflow: hidden;
}
.footer-brand {
  position: relative;
}
.footer-brand img {
  width: 210px;
  animation: footerFloat 6s ease-in-out infinite;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,0.34)) drop-shadow(0 0 24px rgba(18,217,255,0.14));
}
.footer-brand::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 40px;
  width: 185px;
  height: 185px;
  background: radial-gradient(circle, rgba(18,217,255,0.12) 0%, transparent 62%);
  z-index: -1;
  filter: blur(14px);
}
@keyframes footerFloat {
  0%,100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

.callie-panel {
  box-shadow: 0 24px 70px rgba(0,0,0,0.35);
}
.callie-status {
  color: #8be7bb;
  margin: 0.2rem 0 0.6rem;
  font-size: 0.76rem;
  display: block;
}

@media (max-width: 1100px) {
  body.route-home .hero-shell,
  .profile-layout,
  .leadership-layout {
    grid-template-columns: 1fr;
  }
  body.route-home .eagle-stage {
    width: min(100%, 740px);
    height: min(64vh, 560px);
    margin-inline: auto;
  }
  body.route-home .strengths-heading,
  body.route-home .strengths-world {
    grid-template-columns: 1fr;
  }
  body.route-home .delivery-core {
    margin: 1rem auto;
  }
}

@media (max-width: 720px) {
  body.route-home .hero-copy h1 {
    width: min(100%, 92vw);
    font-size: clamp(3.2rem, 16vw, 5.1rem);
  }
  body.route-home .hero-eagle-scene {
    height: 100%;
  }
  body.route-home .hero-eagle-float {
    top: 14%;
    width: 96%;
  }
  body.route-home .hero-logo-card {
    width: 76%;
    bottom: 8%;
  }
  .leader-image,
  .leader-bryce .leader-image {
    height: 300px;
  }
  .book-stage {
    min-height: 520px;
    height: 72vh;
  }
  .profile-book {
    transform: scale(1);
  }
}
