/* Shared conversion and navigation moments. */
.experience-link { position: relative; isolation: isolate; }

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #0B1E3F;
  color: #F7F8FA;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility 0s linear .28s;
}
.page-transition.is-active { opacity: 1; visibility: visible; transition-delay: 0s; }
.page-transition-inner { width: min(680px, calc(100vw - 48px)); }
.page-transition-label {
  display: block;
  margin-bottom: 22px;
  font: 700 10px/1.2 'Manrope', ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(247,248,250,.58);
}
.page-transition-route { position: relative; height: 62px; }
.page-transition-track,
.page-transition-fill { position: absolute; left: 0; right: 0; top: 19px; height: 1px; }
.page-transition-track { background: rgba(255,255,255,.2); }
.page-transition-fill {
  right: auto;
  width: 0;
  background: #60A5FA;
  box-shadow: 0 0 18px rgba(96,165,250,.72);
}
.page-transition.is-active .page-transition-fill { animation: transition-route .72s cubic-bezier(.22,1,.36,1) forwards; }
.page-transition-node {
  position: absolute;
  top: 14px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #60A5FA;
  background: #0B1E3F;
  opacity: .35;
  transform: scale(.72);
}
.page-transition-node:nth-of-type(1) { left: 0; }
.page-transition-node:nth-of-type(2) { left: 50%; transform: translateX(-50%) scale(.72); }
.page-transition-node:nth-of-type(3) { right: 0; }
.page-transition.is-active .page-transition-node { animation: transition-node .28s ease forwards; }
.page-transition.is-active .page-transition-node:nth-of-type(2) { animation-delay: .27s; }
.page-transition.is-active .page-transition-node:nth-of-type(3) { animation-delay: .55s; }
.page-transition-stages { display: flex; justify-content: space-between; gap: 20px; color: rgba(247,248,250,.72); font-size: 12px; }
.page-transition-stages span:nth-child(2) { text-align: center; }
.page-transition-stages span:last-child { text-align: right; }
@keyframes transition-route { to { width: 100%; } }
@keyframes transition-node { to { opacity: 1; transform: scale(1); box-shadow: 0 0 0 6px rgba(96,165,250,.12); } }
.page-transition.is-active .page-transition-node:nth-of-type(2) { transform: translateX(-50%) scale(.72); }
@keyframes transition-node-middle { to { opacity: 1; transform: translateX(-50%) scale(1); box-shadow: 0 0 0 6px rgba(96,165,250,.12); } }
.page-transition.is-active .page-transition-node:nth-of-type(2) { animation-name: transition-node-middle; }

/* A service ending should feel like a handoff, not another card. */
.service-page .request-section.band--ink { overflow: hidden; background: #0B1E3F; }
.request-section .sec-watermark { display: none; }
.request-experience {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  padding: clamp(44px, 7vw, 82px);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 6px;
  background: rgba(255,255,255,.035);
  color: #F7F8FA;
}
body.service-page .request-experience { background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.13); }
.request-experience::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(var(--scene-progress, 0) * 100%);
  height: 2px;
  background: #60A5FA;
  box-shadow: 0 0 18px rgba(96,165,250,.58);
}
.request-copy { position: relative; z-index: 2; }
.request-experience h2 { max-width: 700px; color: #F7F8FA; font-size: clamp(34px, 4.4vw, 60px); line-height: 1.02; }
.request-experience p { color: rgba(247,248,250,.7); max-width: 650px; }
.request-experience .eyebrow { color: rgba(247,248,250,.58); }
.request-experience .btn-primary { background: #F7F8FA; color: #0B1E3F; border-color: #F7F8FA; }
.request-experience .btn-primary { overflow: hidden; }
.request-experience .btn-primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, rgba(96,165,250,.34) 50%, transparent 70%); transform: translateX(-130%); }
.request-section.is-complete .request-experience .btn-primary { border-color: #93B4F5; box-shadow: 0 0 0 3px rgba(96,165,250,.2), 0 0 26px rgba(96,165,250,.22); animation: request-ready .8s cubic-bezier(.22,1,.36,1) .1s both; }
.request-section.is-complete .request-experience .btn-primary::after { animation: request-sweep .9s cubic-bezier(.22,1,.36,1) .14s both; }
@keyframes request-ready { 50% { box-shadow: 0 0 0 8px rgba(96,165,250,.18), 0 0 34px rgba(96,165,250,.28); transform: translateY(-2px); } 100% { box-shadow: 0 0 0 3px rgba(96,165,250,.2), 0 0 26px rgba(96,165,250,.22); transform: none; } }
@keyframes request-sweep { to { transform: translateX(130%); } }
.request-experience .btn-ghost { color: #F7F8FA; border-color: rgba(255,255,255,.28); }
.request-route { position: relative; min-height: 250px; padding: 24px 0; }
.request-route-line { position: absolute; left: 30px; top: 32px; bottom: 32px; width: 1px; background: rgba(255,255,255,.2); }
.request-route-fill { position: absolute; left: 30px; top: 32px; width: 1px; height: calc(var(--scene-progress, 0) * (100% - 64px)); background: #60A5FA; box-shadow: 0 0 14px rgba(96,165,250,.65); }
.request-stage { position: relative; display: grid; grid-template-columns: 62px 1fr; align-items: start; min-height: 82px; opacity: calc(.35 + (var(--scene-progress, 0) * .65)); transition: opacity .18s ease; }
.request-stage:nth-child(4) { transition-delay: 90ms; }
.request-stage:nth-child(5) { transition-delay: 180ms; }
.request-dot { width: 11px; height: 11px; margin: 6px 0 0 25px; border: 2px solid #60A5FA; border-radius: 50%; background: #0B1E3F; box-shadow: 0 0 0 5px rgba(96,165,250,.1); }
.request-stage strong { display: block; color: #F7F8FA; font-size: 14px; }
.request-stage span:last-child { color: rgba(247,248,250,.57); font-size: 12px; }

/* Homepage contact becomes a deliberate launch surface. */
.contact-launch {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid var(--ridge);
  border-radius: 6px;
  background: #0B1E3F;
  color: #F7F8FA;
}
.contact-launch h3 { margin: 0 0 12px; max-width: 520px; font: 600 clamp(28px,3vw,42px)/1.08 'Fraunces', Georgia, serif; color: #F7F8FA; }
.contact-launch > p { max-width: 510px; margin: 0; color: rgba(247,248,250,.67); }
.contact-launch .btn { margin-top: 34px; background: #F7F8FA; border-color: #F7F8FA; color: #0B1E3F; }
.dispatch-sequence { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; max-width: 560px; margin-top: 32px; padding-top: 20px; }
.dispatch-sequence::before,.dispatch-sequence::after { content: ''; position: absolute; top: 0; left: 0; height: 1px; }
.dispatch-sequence::before { right: 0; background: rgba(255,255,255,.2); }
.dispatch-sequence::after { width: calc(var(--dispatch-progress, 0) * 100%); background: #60A5FA; box-shadow: 0 0 14px rgba(96,165,250,.65); transition: width .08s linear; }
.dispatch-sequence span { position: relative; padding-top: 13px; color: rgba(247,248,250,.48); font: 700 10px/1.3 'Manrope',sans-serif; letter-spacing: .1em; text-transform: uppercase; opacity: .35; transform: translateY(6px); }
.dispatch-sequence span::before { content: ''; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border: 2px solid #60A5FA; border-radius: 50%; background: #0B1E3F; transition: background .28s ease, box-shadow .28s ease; }
.dispatch-sequence span::after { content: ''; position: absolute; top: -3px; left: 4px; width: 3px; height: 6px; border-right: 1.5px solid #F7F8FA; border-bottom: 1.5px solid #F7F8FA; opacity: 0; transform: rotate(45deg) scale(.6); transition: opacity .24s ease, transform .32s cubic-bezier(.22,1,.36,1); }
.dispatch-sequence span.is-checked { opacity: 1; transform: none; color: rgba(247,248,250,.82); transition: opacity .32s ease, transform .4s cubic-bezier(.22,1,.36,1), color .32s ease; }
.dispatch-sequence span.is-checked::before { background: #2563EB; box-shadow: 0 0 0 5px rgba(96,165,250,.12); }
.dispatch-sequence span.is-checked::after { opacity: 1; transform: rotate(45deg) scale(1); }
.dispatch-cta { display: grid; grid-template-columns: 1fr 104px; align-items: stretch; width: min(100%,560px); min-height: 76px; padding: 0 !important; overflow: hidden; text-decoration: none; }
.dispatch-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 14px 20px; }
.dispatch-copy small { margin-bottom: 4px; color: #5C6370; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dispatch-copy strong { font-size: 15px; }
.dispatch-signal { position: relative; display: grid; place-items: center; border-left: 1px solid #D8DAE0; background: #F1F4FA; }
.dispatch-signal::before { content: ''; position: absolute; left: 14px; right: 14px; height: 1px; background: #93B4F5; }
.dispatch-signal i { position: relative; width: 11px; height: 11px; border: 2px solid #2563EB; border-radius: 50%; background: #F7F8FA; box-shadow: 0 0 0 5px rgba(37,99,235,.1); }
.contact-launch:hover .dispatch-signal i,
#contact.dispatch-complete .dispatch-signal i { animation: dispatch-travel 1.25s cubic-bezier(.22,1,.36,1) both; }
@keyframes dispatch-travel { 0% { transform: translateX(-30px); } 65% { transform: translateX(30px); box-shadow: 0 0 0 5px rgba(37,99,235,.1); } 100% { transform: translateX(30px); box-shadow: 0 0 0 9px rgba(37,99,235,.15),0 0 18px rgba(37,99,235,.3); } }
#contact.dispatch-complete .dispatch-signal i { animation-delay: .08s; }
.contact-launch-route { position: absolute; left: clamp(32px,5vw,58px); right: clamp(32px,5vw,58px); bottom: 48px; height: 72px; }
.contact-launch-route::before { content: ''; position: absolute; left: 0; right: 0; top: 20px; height: 1px; background: rgba(255,255,255,.2); }
.contact-launch-route::after { content: ''; position: absolute; left: 0; top: 20px; width: calc(var(--scene-progress, 0) * 100%); height: 1px; background: #60A5FA; box-shadow: 0 0 14px rgba(96,165,250,.65); }
.contact-launch-stages { display: flex; justify-content: space-between; color: rgba(247,248,250,.58); font-size: 11px; }
.contact-launch-stages span { position: relative; padding-top: 40px; }
.contact-launch-stages span::before { content: ''; position: absolute; top: 15px; left: 50%; width: 11px; height: 11px; transform: translateX(-50%); border: 2px solid #60A5FA; border-radius: 50%; background: #0B1E3F; }

@media (max-width: 760px) {
  .request-experience { grid-template-columns: 1fr; min-height: 0; padding: 34px 24px; }
  .request-route { min-height: 210px; }
  .contact-launch { min-height: 350px; }
  .dispatch-sequence { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .page-transition { display: none !important; }
  .request-experience::after,
  .request-route-fill,
  .contact-launch-route::after { width: 100%; height: 100%; animation: none; transition: none; }
  .dispatch-sequence::after { width: 100%; animation: none; }
  .dispatch-sequence span { opacity: 1; transform: none; animation: none; }
  .dispatch-sequence span::before { background: #2563EB; }
  .dispatch-sequence span::after { opacity: 1; transform: rotate(45deg) scale(1); }
}
