/* Service-specific motion studies, September refinement. */
.study svg {
  width: 100%;
  height: 200px;
  fill: none;
  stroke: #8ea4bf;
  stroke-width: 1.1;
}
.line-art {
  fill: var(--paper);
  stroke: #8ea4bf;
  stroke-width: 1.1;
}
.draft-guide {
  fill: none;
  stroke: #7086a0;
  stroke-width: 0.65;
  opacity: 0.4;
  stroke-dasharray: 3 5;
}
.soft-fill {
  fill: #a4bdd340;
  stroke: #8ea4bf;
  stroke-width: 1.1;
}
.orange-fill {
  fill: var(--orange);
  stroke: none;
}
.accent-line {
  fill: none;
  stroke: #69a7ff;
  stroke-width: 1.5;
}
.study .accent-line {
  stroke: var(--orange);
}
.mini-build {
  animation: mini-assemble 10s var(--ease) infinite;
  transform-origin: 180px 110px;
}
.mini-pulse {
  fill: none;
  stroke: var(--orange);
  opacity: 0.35;
  animation: mini-wave 8s ease-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
.mini-pulse.pulse-two {
  animation-delay: -4s;
}
.mini-chat-a {
  animation: mini-in 10s var(--ease) infinite;
}
.mini-chat-b {
  animation: mini-reply 10s var(--ease) infinite;
}
.service-theatre {
  margin-top: 20px;
  border-bottom: 1px solid #526477;
  overflow: hidden;
}
.service-scene[hidden] {
  display: none;
}
.service-scene svg {
  width: 100%;
  height: auto;
  display: block;
  fill: none;
  stroke: #d4dfeb;
  stroke-width: 1.15;
  overflow: visible;
}
.service-scene .scene-grid {
  stroke: #9db2cb;
  opacity: 0.18;
  stroke-width: 0.65;
  stroke-dasharray: 4 5;
}
.scene-label,
.channel text {
  font-family: "DM Sans", sans-serif;
  fill: #d4dfeb;
  stroke: none;
  font-size: 10px;
  letter-spacing: 1px;
}
.scene-note {
  font:
    22px "Caveat",
    cursive;
  fill: #b4c6dc;
  stroke: none;
}
.old-site {
  opacity: 0.48;
  stroke-dasharray: 3 3;
}
.new-site {
  stroke: #d4dfeb;
  fill: #102b46;
}
.scene-route {
  stroke: #69a7ff;
  stroke-dasharray: 3 5;
  opacity: 0.65;
}
.scene-rotor {
  color: #b6cce3;
  --paper: #071d32;
  animation: rotate 40s linear infinite;
}
.scene-center {
  fill: #071d32;
  stroke: #69a7ff;
}
.build-piece {
  animation: website-assemble 12s var(--ease) infinite;
  transform-box: fill-box;
  transform-origin: center;
  --dx: -390px;
  --dy: 12px;
  --tilt: -12deg;
}
.piece-image {
  --dx: -350px;
  --dy: 18px;
  --tilt: -8deg;
  fill: #69a7ff25;
}
.piece-copy {
  --dx: -490px;
  --dy: -15px;
  --tilt: 8deg;
  animation-delay: 0.25s;
}
.piece-cta {
  --dx: -450px;
  --dy: 24px;
  --tilt: -14deg;
  animation-delay: 0.5s;
  stroke: #69a7ff;
  fill: #69a7ff45;
}
.piece-foot {
  --dx: -470px;
  --dy: 10px;
  --tilt: 4deg;
  animation-delay: 0.7s;
}
.broadcast-wave {
  fill: none;
  stroke: #69a7ff;
  opacity: 0;
  transform-origin: 0 0;
  animation: broadcast 10s ease-out infinite;
}
.broadcast-wave.wave-b {
  animation-delay: -5s;
}
.branch {
  stroke: #69a7ff;
}
.branch path {
  stroke-dasharray: 240;
  animation: branch-carry 10s var(--ease) infinite;
}
.branch-b path,
.branch-b .travel-bead {
  animation-delay: 1s;
}
.branch-c path,
.branch-c .travel-bead {
  animation-delay: 2s;
}
.branch-d path,
.branch-d .travel-bead {
  animation-delay: 3s;
}
.travel-bead {
  fill: #69a7ff;
  stroke: none;
  animation: bead-arrive 10s ease infinite;
}
.channel circle {
  fill: #102b46;
}
.channel-a,
.channel-b,
.channel-c,
.channel-d {
  animation: channel-light 10s ease infinite;
}
.channel-b {
  animation-delay: 1s;
}
.channel-c {
  animation-delay: 2s;
}
.channel-d {
  animation-delay: 3s;
}
.radar-ring {
  stroke: #a9bed5;
  opacity: 0.5;
}
.radar-sweep {
  animation: rotate 12s linear infinite;
}
.radar-sweep path:first-child {
  fill: #69a7ff18;
  stroke: none;
}
.radar-sweep path:last-child {
  stroke: #69a7ff;
}
.prospect {
  fill: #69a7ff;
  stroke: #69a7ff;
  animation: prospect-found 12s ease infinite;
  transform-box: fill-box;
  transform-origin: center;
}
.prospect-b {
  animation-delay: 1.5s;
}
.prospect-c {
  animation-delay: 3s;
}
.connection-wire {
  stroke: #69a7ff;
  stroke-dasharray: 260;
  animation: conversation-wire 12s var(--ease) infinite;
}
.wire-b {
  animation-delay: 3s;
}
.chat-in,
.chat-out {
  fill: #102b46;
  animation: conversation-arrive 12s var(--ease) infinite;
  transform-box: fill-box;
  transform-origin: center;
}
.chat-out {
  animation-delay: 2s;
  stroke: #69a7ff;
}
.contact-target {
  animation: contact-settle 12s var(--ease) infinite;
  transform-box: fill-box;
  transform-origin: center;
}
.match-ring {
  fill: #071d32;
  stroke: #69a7ff;
}
.service-caption {
  padding: 27px 12px 22px;
  text-align: center;
}
.service-caption h3 {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  font-weight: 400;
}
.service-caption > p {
  font-size: 0.8rem;
  line-height: 1.8;
  color: #d4dfeb;
  max-width: 680px;
  margin: 12px auto 0;
}
.service-stages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0 0 25px;
  gap: 28px;
}
.service-stages li {
  padding-top: 20px;
  border-top: 1px solid #647d98;
}
.service-stages li > span {
  font-size: 0.55rem;
  letter-spacing: 0.09em;
  color: #69a7ff;
}
.service-stages h4 {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 13px 0 9px;
  letter-spacing: -0.01em;
}
.service-stages p {
  font-size: 0.74rem;
  line-height: 1.8;
  color: #d4dfeb;
  margin: 0;
}
.workflow-tabs button {
  min-height: 70px;
  gap: 10px;
}
.workflow-tabs button > span {
  font-size: 0.82rem;
}
.field-notes {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  border-bottom: 1px solid var(--line);
}
.field-notes h2 {
  margin-top: 25px;
}
.field-intro {
  margin-top: 26px;
  max-width: 325px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.85;
}
.field-list article {
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.field-list article:last-child {
  border-bottom: 1px solid var(--line);
}
.field-list article > span {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: var(--orange);
}
.field-list h3 {
  font-size: 1.13rem;
  line-height: 1.4;
  margin: 13px 0;
  letter-spacing: -0.02em;
}
.field-list p {
  font-size: 0.8rem;
  line-height: 1.8;
  color: var(--muted);
}
.contact-orbit {
  animation: none;
  animation-timeline: auto;
  transform: none;
}
.contact-orbit:before {
  border: 1px dashed #819dba73;
  animation: rotate 38s linear infinite;
}
.contact-orbit:after {
  border: 2px solid transparent;
  border-top-color: #819dba;
  border-left-color: #819dba50;
  animation: rotate 28s linear infinite reverse;
}
.contact-orbit > div {
  animation: rotate 32s linear infinite;
}
.contact-orbit > span {
  display: block;
  animation: rotate 22s linear infinite;
  transform-origin: center;
}
.hero .eyebrow {
  letter-spacing: 0.09em;
}
@keyframes mini-assemble {
  0%,
  12%,
  100% {
    transform: translate(-17px, 8px) rotate(-5deg);
    opacity: 0.4;
  }
  43%,
  87% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
}
@keyframes mini-wave {
  0% {
    transform: scale(0.7);
    opacity: 0.6;
  }
  80%,
  100% {
    transform: scale(3.3);
    opacity: 0;
  }
}
@keyframes mini-in {
  0%,
  10%,
  100% {
    transform: translate(-15px, 9px);
    opacity: 0.25;
  }
  32%,
  88% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes mini-reply {
  0%,
  32%,
  100% {
    transform: translate(16px, 12px);
    opacity: 0.15;
  }
  58%,
  88% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes website-assemble {
  0%,
  9% {
    transform: translate(var(--dx), var(--dy)) rotate(var(--tilt));
    opacity: 0;
  }
  14% {
    opacity: 0.65;
  }
  45%,
  86% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
  97%,
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes broadcast {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  80%,
  100% {
    transform: scale(4.1);
    opacity: 0;
  }
}
@keyframes branch-carry {
  0%,
  12% {
    stroke-dashoffset: 240;
    opacity: 0.3;
  }
  46%,
  83% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes bead-arrive {
  0%,
  32%,
  100% {
    opacity: 0.15;
  }
  46%,
  83% {
    opacity: 1;
  }
}
@keyframes channel-light {
  0%,
  20%,
  100% {
    opacity: 0.55;
  }
  50%,
  82% {
    opacity: 1;
  }
}
@keyframes prospect-found {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.7);
  }
  25%,
  65% {
    opacity: 1;
    transform: scale(1.1);
  }
  80% {
    opacity: 0.5;
    transform: scale(1);
  }
}
@keyframes conversation-wire {
  0%,
  8% {
    stroke-dashoffset: 260;
    opacity: 0.2;
  }
  35%,
  87% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes conversation-arrive {
  0%,
  12%,
  100% {
    opacity: 0;
    transform: translateY(12px) scale(0.95);
  }
  34%,
  86% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes contact-settle {
  0%,
  42%,
  100% {
    opacity: 0.4;
    transform: scale(0.94);
  }
  62%,
  87% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1000px) {
  .field-notes {
    gap: 45px;
  }
  .service-stages {
    gap: 18px;
  }
  .service-stages h4 {
    font-size: 0.83rem;
  }
  .workflow-tabs button > span {
    font-size: 0.72rem;
  }
  .service-caption h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .hero h1 {
    font-size: 6.5vw;
  }
  .hero .eyebrow {
    font-size: 0.46rem;
  }
  .hero-art {
    margin-left: -8px;
  }
  .hero-description {
    max-width: 290px;
  }
  .plate-top {
    left: 20px;
  }
  .machine-svg {
    width: 109%;
  }
  .machine-caption {
    left: 22px;
  }
  .craft-grid {
    gap: 24px;
  }
  .item-title {
    align-items: start;
  }
  .item-title h3 {
    line-height: 1.4;
  }
}
@media (max-width: 760px) {
  .workflow-tabs button {
    padding: 12px 5px;
    min-height: 76px;
  }
  .workflow-tabs button > span {
    font-size: 0.68rem;
  }
  .service-theatre {
    margin-top: 16px;
  }
  .service-scene svg {
    height: 240px;
  }
  .service-scene .scene-label,
  .service-scene .scene-note,
  .channel text {
    display: none;
  }
  .scene-website .old-site,
  .scene-website .scene-route {
    display: none;
  }
  .scene-visibility .channel-b,
  .scene-visibility .channel-d,
  .scene-visibility .branch-b,
  .scene-visibility .branch-d {
    display: none;
  }
  .service-caption {
    padding: 22px 0;
  }
  .service-caption h3 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .service-caption > p {
    font-size: 0.78rem;
  }
  .service-stages {
    display: block;
    padding-bottom: 15px;
  }
  .service-stages li {
    padding: 17px 0;
  }
  .service-stages li > span {
    font-size: 0.55rem;
  }
  .service-stages h4 {
    font-size: 0.94rem;
    margin-top: 9px;
  }
  .service-stages p {
    font-size: 0.79rem;
  }
  .field-notes {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .field-notes h2 {
    font-size: 2.7rem;
  }
  .field-intro {
    max-width: 100%;
  }
  .field-list article {
    padding: 24px 0;
  }
  .field-list h3 {
    font-size: 1.1rem;
  }
  .contact-orbit {
    left: -242px;
  }
  .contact-orbit > span {
    display: none;
  }
  .hero .eyebrow {
    font-size: 0.49rem;
    letter-spacing: 0.06em;
  }
  .study {
    max-width: 440px;
  }
  .service-caption > p {
    max-width: 440px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mini-build,
  .mini-pulse,
  .mini-chat-a,
  .mini-chat-b,
  .scene-rotor,
  .build-piece,
  .broadcast-wave,
  .branch path,
  .travel-bead,
  .channel,
  .radar-sweep,
  .prospect,
  .connection-wire,
  .chat-in,
  .chat-out,
  .contact-target,
  .contact-orbit:before,
  .contact-orbit:after,
  .contact-orbit > div,
  .contact-orbit > span {
    animation: none !important;
  }
  .broadcast-wave,
  .mini-pulse {
    opacity: 0.15;
  }
  .build-piece,
  .channel,
  .chat-in,
  .chat-out,
  .contact-target {
    opacity: 1;
    transform: none;
  }
}
.experience-controls {
  background: #f6f3eb;
}
.experience-controls button[aria-pressed="true"] {
  color: #0758d9;
}
@media (min-width: 600px) and (max-width: 760px) {
  .hero h1 {
    font-size: 5.2rem;
  }
  .hero-description {
    max-width: 470px;
  }
  .hero {
    padding-top: 35px;
  }
  .hero-note {
    margin-top: 20px;
  }
  .hero-copy {
    padding-bottom: 5px;
  }
}

.workflow-heading>p{max-width:300px}
@media(max-width:760px){.workflow-heading>p{max-width:100%}}
