/* Dedicated service explainer pages — 2026-07-23 */
.service-page {
  --service-accent: #ef9a45;
  background: #050505;
}
.service-page .topbar {
  background: rgba(3, 3, 3, 0.9);
  backdrop-filter: blur(15px);
}
.service-page .topbar nav a[aria-current="page"] {
  color: var(--service-accent);
  opacity: 1;
}
.service-page main {
  overflow: hidden;
}
.service-page em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--service-accent);
}
.service-hero {
  min-height: 100svh;
  padding: 145px clamp(22px, 7vw, 120px) 95px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  position: relative;
  background:
    radial-gradient(
      circle at 78% 40%,
      color-mix(in srgb, var(--service-accent) 17%, transparent),
      transparent 30%
    ),
    linear-gradient(145deg, #050505, #11100e);
}
.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, transparent, #000);
}
.service-hero > div {
  position: relative;
}
.service-hero h1 {
  font-size: clamp(58px, 8.2vw, 124px);
  line-height: 0.87;
  letter-spacing: -0.075em;
  margin: 28px 0;
}
.service-hero p:not(.scene-label) {
  max-width: 800px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.75;
}
.service-hero .btn {
  margin-top: 25px;
}
.service-orbit {
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--service-accent) 45%, transparent);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font: 10px var(--mono);
  letter-spacing: 0.16em;
  color: var(--service-accent);
  box-shadow: inset 0 0 80px
    color-mix(in srgb, var(--service-accent) 8%, transparent);
}
.service-orbit i {
  font-style: normal;
  transform: rotate(90deg);
}
.service-map,
.service-process,
.service-boundaries,
.service-final,
.wp-path,
.wp-outcomes,
.content-usage,
.operating-model {
  padding: clamp(95px, 10vw, 155px) clamp(20px, 7vw, 120px);
}
.service-map {
  background: #ece9e2;
  color: #161411;
}
.service-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
}
.service-intro h2,
.service-process h2,
.service-boundaries h2,
.wp-path h2,
.content-usage h2,
.operating-model h2 {
  font-size: clamp(45px, 6vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  margin: 20px 0;
}
.service-intro > p:last-child {
  color: #625e57;
  line-height: 1.7;
}
.module-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.18);
}
.module-grid article {
  min-height: 300px;
  padding: 36px;
  background: #f8f4ec;
}
.module-grid small,
.wp-outcomes b {
  font: 10px var(--mono);
  color: #956039;
}
.module-grid h3 {
  font-size: 27px;
  margin: 35px 0 15px;
}
.module-grid p {
  color: #655f57;
  line-height: 1.7;
}
.service-process {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
  background: #0a0b0a;
}
.service-process ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.service-process li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 15px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.service-process li > b {
  font: 10px var(--mono);
  color: var(--service-accent);
}
.service-process span {
  color: var(--muted);
  line-height: 1.7;
}
.service-process strong {
  display: block;
  color: var(--ink);
  font-size: 19px;
}
.service-boundaries {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1px;
  background: #d8d1c5;
  color: #171512;
}
.service-boundaries article {
  padding: clamp(30px, 5vw, 70px);
  background: #eee9e0;
}
.service-boundaries article:last-child {
  background: #171714;
  color: var(--ink);
}
.service-boundaries p {
  line-height: 1.75;
  color: #666057;
}
.service-boundaries article:last-child p {
  color: var(--muted);
}
.service-boundaries h3 {
  font-size: 36px;
}
.service-final {
  min-height: 75vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(
      circle,
      color-mix(in srgb, var(--service-accent) 14%, transparent),
      transparent 35%
    ),
    #050505;
}
.service-final h2 {
  font-size: clamp(52px, 7vw, 100px);
  line-height: 0.92;
  letter-spacing: -0.07em;
  margin: 22px 0;
}
.service-final > p:not(.scene-label) {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.7;
}
.service-final .btn {
  margin-top: 24px;
}
.service-web {
  --service-accent: #c9a36d;
}
.service-content {
  --service-accent: #d77e4d;
}
.service-ongoing {
  --service-accent: #8fb392;
}
.web-wire {
  min-height: 480px;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  padding: 25px;
  gap: 1px;
  background: rgba(255, 255, 255, 0.025);
}
.web-wire i {
  position: absolute;
  inset: 12%;
  border: 1px solid color-mix(in srgb, var(--service-accent) 35%, transparent);
}
.web-wire span {
  padding: 18px 6px;
  border-top: 1px solid var(--service-accent);
  font: 8px var(--mono);
  color: var(--service-accent);
}
.wp-path {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8vw;
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(201, 163, 109, 0.12),
      transparent 30%
    ),
    #090909;
}
.wp-path > div > p:last-child,
.wp-checks p {
  color: var(--muted);
  line-height: 1.75;
}
.wp-checks {
  align-self: center;
  border: 1px solid var(--line);
  padding: 35px;
}
.wp-checks h3 {
  font-size: 28px;
}
.wp-checks ul {
  padding-left: 20px;
  color: #d4cec5;
  line-height: 2;
}
.wp-outcomes {
  background: #ece9e2;
  color: #171512;
}
.wp-outcomes > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.18);
  margin-top: 45px;
}
.wp-outcomes article {
  padding: 36px;
  background: #f8f4ed;
  min-height: 280px;
}
.wp-outcomes h3 {
  font-size: 25px;
}
.wp-outcomes p {
  color: #686158;
  line-height: 1.7;
}
.content-frames {
  min-height: 500px;
  position: relative;
}
.content-frames i {
  position: absolute;
  width: 55%;
  aspect-ratio: 9/13;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(145deg, rgba(215, 126, 77, 0.2), #0c0c0c);
  display: grid;
  place-items: center;
  font-style: normal;
  color: var(--service-accent);
  font-size: 40px;
}
.content-frames i:nth-child(1) {
  left: 0;
  top: 4%;
  transform: rotate(-8deg);
}
.content-frames i:nth-child(2) {
  right: 0;
  bottom: 0;
  transform: rotate(8deg);
}
.content-frames i:nth-child(3) {
  left: 23%;
  top: 15%;
  z-index: 2;
}
.content-usage,
.operating-model {
  background: #0b0c0b;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8vw;
}
.content-usage > div:last-child,
.operating-model > div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.content-usage article,
.operating-model article {
  padding: 30px;
  background: #10110f;
}
.content-usage b,
.operating-model b {
  color: var(--service-accent);
  font: 9px var(--mono);
}
.content-usage p,
.operating-model p {
  color: var(--muted);
  line-height: 1.7;
}
.ongoing-radar {
  aspect-ratio: 1;
  border: 1px solid rgba(143, 179, 146, 0.35);
  border-radius: 50%;
  position: relative;
}
.ongoing-radar i {
  position: absolute;
  inset: 24%;
  border: 1px solid #8fb392;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(143, 179, 146, 0.18);
}
.ongoing-radar span {
  position: absolute;
  font: 9px var(--mono);
  color: #a6c2a9;
}
.ongoing-radar span:nth-of-type(1) {
  top: 10%;
  left: 43%;
}
.ongoing-radar span:nth-of-type(2) {
  right: 3%;
  top: 48%;
}
.ongoing-radar span:nth-of-type(3) {
  bottom: 8%;
  left: 40%;
}
.ongoing-radar span:nth-of-type(4) {
  left: 4%;
  top: 48%;
}
@media (max-width: 1050px) {
  .service-hero,
  .service-intro,
  .service-process,
  .wp-path,
  .content-usage,
  .operating-model {
    grid-template-columns: 1fr;
  }
  .service-hero > div:last-child {
    max-width: 560px;
    width: 100%;
    margin: auto;
  }
  .module-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .service-page .topbar {
    grid-template-columns: 1fr auto;
  }
  .service-page .topbar nav {
    display: none;
  }
  .service-page .topbar .nav-cta {
    font-size: 9px;
  }
  .service-hero {
    min-height: auto;
    padding: 120px 18px 80px;
  }
  .service-hero h1 {
    font-size: clamp(52px, 15vw, 70px);
  }
  .service-orbit,
  .ongoing-radar {
    width: 82%;
    margin: auto;
  }
  .web-wire,
  .content-frames {
    min-height: 390px;
  }
  .service-map,
  .service-process,
  .service-boundaries,
  .service-final,
  .wp-path,
  .wp-outcomes,
  .content-usage,
  .operating-model {
    padding-left: 16px;
    padding-right: 16px;
  }
  .module-grid,
  .wp-outcomes > div,
  .service-boundaries,
  .content-usage > div:last-child,
  .operating-model > div:last-child {
    grid-template-columns: 1fr;
  }
  .module-grid article {
    min-height: auto;
  }
  .wp-outcomes article {
    min-height: auto;
  }
  .service-process li {
    grid-template-columns: 45px 1fr;
  }
  .service-boundaries article {
    padding: 30px 24px;
  }
  .service-final {
    min-height: 70vh;
  }
  .service-final h2 {
    font-size: 50px;
  }
}
@media (max-width: 380px) {
  .service-page .brand span {
    display: none;
  }
  .service-hero h1 {
    font-size: 48px;
  }
  .service-hero .btn,
  .service-final .btn {
    width: 100%;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-page * {
    animation: none !important;
    transition: none !important;
  }
}

/* Campaign hero — five-step visual story */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.service-campaign .service-hero {
  grid-template-columns: minmax(430px, 0.9fr) minmax(620px, 1.1fr);
  gap: clamp(32px, 4vw, 72px);
  padding-left: clamp(22px, 5vw, 84px);
  padding-right: clamp(22px, 5vw, 84px);
}
.campaign-journey {
  height: min(780px, 82vh);
  min-height: 650px;
  position: relative;
  border: 1px solid rgba(239, 154, 69, 0.22);
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 48% 43%,
      rgba(239, 154, 69, 0.15),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 78%,
      rgba(255, 190, 111, 0.09),
      transparent 25%
    ),
    linear-gradient(145deg, rgba(26, 22, 18, 0.94), rgba(5, 5, 5, 0.98));
  box-shadow:
    0 45px 100px rgba(0, 0, 0, 0.5),
    inset 0 1px rgba(255, 255, 255, 0.06);
}
.campaign-journey:before {
  content: "ÖT LÉPÉS · EGY ÚT";
  position: absolute;
  left: 28px;
  top: 24px;
  font: 9px var(--mono);
  letter-spacing: 0.2em;
  color: #a98768;
}
.campaign-journey:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 25%,
    rgba(255, 177, 90, 0.05) 50%,
    transparent 75%
  );
  transform: translateX(-100%);
  animation: journey-sheen 9s 1.8s infinite;
}
.journey-path {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #cb7540 10%,
    #ef9a45 50%,
    #cb7540 90%,
    transparent
  );
  box-shadow: 0 0 18px #ef9a45;
}
.journey-path:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd1a0;
  top: -4px;
  left: 0;
  box-shadow: 0 0 18px #ef9a45;
  animation: path-flow 6s ease-in-out infinite;
}
.journey-station,
.journey-process {
  position: absolute;
  margin: 0;
  z-index: 2;
}
.journey-station {
  width: 31%;
  min-height: 220px;
}
.journey-station h2,
.journey-process h2 {
  margin: 8px 0 3px;
  color: #fff;
  letter-spacing: -0.035em;
  line-height: 1;
}
.journey-station h2 {
  font-size: clamp(22px, 2vw, 30px);
}
.journey-station > p {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  color: #a79c90 !important;
}
.station-number {
  position: absolute;
  right: 10px;
  top: 8px;
  font: 9px var(--mono);
  color: #ef9a45;
  z-index: 5;
}
.station-offer {
  left: 4%;
  top: 9%;
}
.station-content {
  left: 34.5%;
  top: 31%;
  width: 34%;
}
.station-lead {
  right: 4%;
  bottom: 7%;
}
.offer-scene,
.device-stage,
.lead-scene {
  height: 170px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.015)
  );
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.36),
    inset 0 1px rgba(255, 255, 255, 0.07);
}
.offer-podium {
  position: absolute;
  width: 100px;
  height: 32px;
  border-radius: 50%;
  left: 18px;
  bottom: 16px;
  background: linear-gradient(#6c4932, #1b1511);
  box-shadow:
    0 8px 30px rgba(239, 154, 69, 0.22),
    inset 0 2px rgba(255, 255, 255, 0.15);
}
.product-bottle {
  position: absolute;
  width: 52px;
  height: 86px;
  left: 43px;
  bottom: 42px;
  border-radius: 14px 14px 8px 8px;
  background: linear-gradient(100deg, #75452e, #db8d51 55%, #613520);
  box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.product-bottle i {
  position: absolute;
  width: 26px;
  height: 13px;
  left: 13px;
  top: -11px;
  border-radius: 4px 4px 1px 1px;
  background: #b5805a;
}
.product-bottle span {
  position: absolute;
  left: 7px;
  right: 7px;
  top: 35px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font: 6px var(--mono);
  letter-spacing: 0.12em;
  color: #fff;
}
.service-brief {
  position: absolute;
  right: 13px;
  top: 28px;
  width: 56%;
  padding: 18px 14px;
  border-radius: 12px;
  background: #eee5d9;
  color: #201710;
  box-shadow: -10px 14px 30px rgba(0, 0, 0, 0.35);
  transform: rotate(2deg);
}
.service-brief small {
  font: 6px var(--mono);
  letter-spacing: 0.14em;
  color: #98603a;
}
.service-brief b,
.service-brief span {
  display: block;
}
.service-brief b {
  font-size: 14px;
  margin: 16px 0 5px;
}
.service-brief span {
  font-size: 8px;
  color: #6b5e55;
}
.process-prep {
  left: 5%;
  top: 46%;
  width: 26%;
}
.process-delivery {
  right: 5%;
  top: 15%;
  width: 27%;
}
.journey-process {
  padding: 11px 12px;
  border-left: 1px solid #ef9a45;
  background: rgba(5, 5, 5, 0.64);
  backdrop-filter: blur(8px);
}
.process-copy span {
  font: 7px var(--mono);
  letter-spacing: 0.12em;
  color: #ef9a45;
}
.journey-process h2 {
  font-size: 15px;
}
.production-desk {
  height: 94px;
  position: relative;
  margin-top: 10px;
}
.camera-set {
  position: absolute;
  width: 53px;
  height: 35px;
  left: 2px;
  top: 7px;
  border-radius: 5px;
  background: #26221f;
  border: 1px solid #8e6b4f;
}
.camera-set:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 7px;
  left: 7px;
  top: -7px;
  background: #44372d;
  border-radius: 3px;
}
.camera-lens {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 6px;
  top: 5px;
  border: 4px solid #9a6847;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #100f0e;
}
.light-cone {
  position: absolute;
  left: 50px;
  top: -23px;
  width: 68px;
  height: 62px;
  background: linear-gradient(100deg, rgba(239, 154, 69, 0.25), transparent);
  clip-path: polygon(0 35%, 100% 0, 100% 100%);
  z-index: -1;
}
.storyboard {
  position: absolute;
  right: 2px;
  top: 0;
  width: 74px;
  height: 45px;
  padding: 5px;
  background: #d9d0c4;
  transform: rotate(4deg);
}
.storyboard i {
  display: inline-block;
  width: 18px;
  height: 24px;
  margin: 1px;
  background: linear-gradient(145deg, #92715a, #32261f);
}
.storyboard small {
  display: block;
  color: #493e36;
  font: 5px var(--mono);
}
.edit-timeline {
  position: absolute;
  left: 6px;
  right: 4px;
  bottom: 0;
  height: 30px;
  padding: 6px;
  background: #111;
  border: 1px solid #51483f;
}
.edit-timeline b {
  display: inline-block;
  height: 7px;
  width: 24%;
  margin-right: 2px;
  background: #9d5b34;
}
.edit-timeline b:nth-child(2) {
  background: #d6925d;
  width: 34%;
}
.edit-timeline span {
  display: block;
  margin-top: 3px;
  font: 5px var(--mono);
  color: #908376;
}
.device-stage {
  height: 200px;
}
.laptop-mockup {
  position: absolute;
  width: 84%;
  left: 4%;
  top: 25px;
}
.laptop-screen {
  height: 112px;
  padding: 9px;
  border: 6px solid #201f1e;
  border-radius: 8px;
  background: linear-gradient(135deg, #894b2c, #17110e 62%);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.5);
}
.laptop-screen span,
.phone-screen small {
  font: 6px var(--mono);
  color: #ffd2a6;
}
.laptop-screen i,
.phone-screen i {
  display: block;
  width: 36%;
  height: 2px;
  margin: 26px 0 6px;
  background: #ef9a45;
}
.laptop-screen b,
.phone-screen b {
  font-size: 8px;
  color: #fff;
}
.laptop-base {
  height: 7px;
  margin: -1px -8px 0;
  border-radius: 1px 1px 9px 9px;
  background: linear-gradient(#87817b, #292725);
}
.phone-mockup {
  position: absolute;
  width: 62px;
  height: 132px;
  right: 6px;
  top: 50px;
  padding: 5px;
  border: 2px solid #58524d;
  border-radius: 15px;
  background: #10100f;
  transform: rotate(4deg);
  box-shadow: -12px 15px 25px rgba(0, 0, 0, 0.45);
}
.phone-screen {
  height: 100%;
  padding: 10px 6px;
  border-radius: 10px;
  background: linear-gradient(165deg, #251812, #b16238);
}
.phone-screen i {
  width: 55%;
  margin-top: 42px;
}
.delivery-console {
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: #121212;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}
.campaign-row,
.measurement-layer {
  padding: 9px;
}
.campaign-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.campaign-row b,
.measurement-layer b {
  display: block;
  margin-bottom: 6px;
  font: 6px var(--mono);
  letter-spacing: 0.12em;
  color: #aa9584;
}
.campaign-row span,
.measurement-layer span {
  display: inline-block;
  padding: 4px 6px;
  margin: 1px;
  border: 1px solid #77543d;
  border-radius: 4px;
  font: 6px var(--mono);
  color: #f1d2b6;
}
.measurement-layer {
  position: relative;
}
.measurement-layer i {
  display: block;
  height: 18px;
  margin-top: 7px;
  background: linear-gradient(
    135deg,
    transparent 0 12%,
    #cb7540 13% 15%,
    transparent 16% 29%,
    #ef9a45 30% 33%,
    transparent 34% 45%,
    #9d633f 46% 49%,
    transparent 50%
  );
  border-bottom: 1px solid #54473e;
}
.lead-scene {
  height: 175px;
}
.business-person {
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 42%;
  height: 155px;
}
.person-head {
  position: absolute;
  width: 43px;
  height: 49px;
  left: 30px;
  top: 10px;
  border-radius: 48% 48% 44% 44%;
  background: linear-gradient(110deg, #bd8764, #6f442e);
  box-shadow: inset -8px 3px #2c211b;
}
.person-body {
  position: absolute;
  width: 100px;
  height: 92px;
  left: 0;
  bottom: 0;
  border-radius: 42px 42px 8px 8px;
  background: linear-gradient(130deg, #3f3a37, #171615);
}
.person-laptop {
  position: absolute;
  width: 92px;
  height: 55px;
  left: 25px;
  bottom: 0;
  transform: skew(-8deg);
  border-radius: 5px;
  background: linear-gradient(145deg, #736d68, #292725);
  box-shadow: -8px 8px 14px rgba(0, 0, 0, 0.3);
}
.person-laptop:after {
  content: "LYNX";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font: 6px var(--mono);
  color: #caa37f;
}
.inquiry-card {
  position: absolute;
  right: 10px;
  top: 18px;
  width: 57%;
  padding: 14px 12px;
  border-radius: 12px;
  background: #f1e8dd;
  color: #211811;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
  animation: inquiry-glow 5s 4s infinite;
}
.inquiry-card:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 24px;
  width: 14px;
  height: 14px;
  background: #f1e8dd;
  transform: rotate(45deg);
}
.inquiry-card small {
  font: 6px var(--mono);
  color: #a45e32;
}
.inquiry-card b,
.inquiry-card span {
  display: block;
}
.inquiry-card b {
  font-size: 11px;
  line-height: 1.25;
  margin: 12px 0;
}
.inquiry-card span {
  font-size: 7px;
  color: #72665d;
}
.journey-station,
.journey-process {
  opacity: 0;
  transform: translateY(12px);
  animation: station-arrive 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.process-prep {
  animation-delay: 0.55s;
}
.station-content {
  animation-delay: 1.1s;
}
.process-delivery {
  animation-delay: 1.65s;
}
.station-lead {
  animation-delay: 2.2s;
}
@keyframes station-arrive {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes path-flow {
  0% {
    left: 0;
    opacity: 0;
  }
  12%,
  85% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes inquiry-glow {
  0%,
  60%,
  100% {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
  }
  75% {
    box-shadow: 0 12px 35px rgba(239, 154, 69, 0.38);
  }
}
@keyframes journey-sheen {
  0%,
  72% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@media (max-width: 1180px) {
  .service-campaign .service-hero {
    grid-template-columns: 1fr;
    padding-top: 125px;
  }
  .campaign-journey {
    width: min(760px, 100%);
    height: 720px;
    margin: auto;
  }
  .service-campaign .service-hero > div:first-child {
    max-width: 850px;
  }
  .service-campaign .service-hero h1 {
    font-size: clamp(64px, 10vw, 106px);
  }
}
@media (max-width: 700px) {
  .service-campaign .service-hero {
    gap: 54px;
  }
  .campaign-journey {
    height: auto;
    min-height: 0;
    padding: 66px 15px 24px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .campaign-journey:before {
    left: 20px;
  }
  .journey-path {
    left: 34px;
    right: auto;
    top: 76px;
    bottom: 54px;
    width: 1px;
    height: auto;
    background: linear-gradient(#ef9a45, rgba(239, 154, 69, 0.25));
    z-index: 1;
  }
  .journey-path:before {
    display: none;
  }
  .journey-station,
  .journey-process {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    min-height: 0;
    margin-left: 18px;
  }
  .journey-station {
    padding: 0 0 5px;
  }
  .journey-process {
    padding: 14px 14px 14px 18px;
    border-left: 2px solid #ef9a45;
    border-radius: 0 14px 14px 0;
  }
  .offer-scene,
  .device-stage,
  .lead-scene {
    height: 190px;
  }
  .station-number {
    left: -32px;
    right: auto;
    top: 11px;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #17110e;
    border: 1px solid #ef9a45;
  }
  .journey-station h2 {
    font-size: 25px;
  }
  .journey-station > p {
    font-size: 12px !important;
  }
  .production-desk {
    height: 105px;
  }
  .process-prep,
  .process-delivery {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    align-items: center;
    gap: 8px;
  }
  .journey-process h2 {
    font-size: 16px;
  }
  .delivery-console {
    margin-top: 0;
  }
  .station-content .device-stage {
    height: 215px;
  }
  .station-content {
    order: 3;
  }
  .process-delivery {
    order: 4;
  }
  .station-lead {
    order: 5;
  }
  .process-prep {
    order: 2;
  }
  .station-offer {
    order: 1;
  }
}
@media (max-width: 400px) {
  .campaign-journey {
    padding-left: 12px;
    padding-right: 12px;
  }
  .journey-station,
  .journey-process {
    margin-left: 17px;
  }
  .process-prep,
  .process-delivery {
    grid-template-columns: 1fr;
  }
  .process-copy {
    padding-bottom: 3px;
  }
  .production-desk {
    height: 98px;
  }
  .offer-scene,
  .lead-scene {
    height: 180px;
  }
  .station-content .device-stage {
    height: 205px;
  }
  .service-brief {
    width: 58%;
  }
  .campaign-row span,
  .measurement-layer span {
    font-size: 7px;
    padding: 5px 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .campaign-journey *,
  .campaign-journey:after {
    animation: none !important;
  }
  .journey-station,
  .journey-process {
    opacity: 1 !important;
    transform: none !important;
  }
  .route-line {
    stroke-dasharray: none !important;
    stroke-dashoffset: 0 !important;
  }
}

/* Campaign journey v2 — open floating-object route */
.campaign-journey {
  --offer: #ff9a4a;
  --prep: #ff547d;
  --content: #735cff;
  --delivery: #39d8ff;
  --lead: #51e6a1;
  height: min(720px, 78vh);
  min-height: 650px;
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(255, 154, 74, 0.11),
      transparent 22%
    ),
    radial-gradient(
      circle at 52% 48%,
      rgba(115, 92, 255, 0.12),
      transparent 25%
    ),
    radial-gradient(
      circle at 84% 77%,
      rgba(81, 230, 161, 0.11),
      transparent 23%
    ),
    linear-gradient(145deg, rgba(17, 18, 22, 0.88), rgba(5, 6, 8, 0.96));
  box-shadow:
    0 44px 100px rgba(0, 0, 0, 0.42),
    inset 0 1px rgba(255, 255, 255, 0.05);
}
.campaign-journey:after {
  display: none;
}
.journey-path {
  position: absolute;
  inset: 3% 2%;
  width: 96%;
  height: 94%;
  overflow: visible;
  background: none;
  box-shadow: none;
  z-index: 1;
}
.journey-path .route-shadow,
.journey-path .route-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.route-shadow {
  stroke: rgba(63, 213, 255, 0.12);
  stroke-width: 18;
}
.route-line {
  stroke: url(#journey-route-gradient);
  stroke-width: 5;
  filter: url(#route-glow);
  stroke-dasharray: 10 4;
  animation: route-progress 6s linear infinite;
}
.route-nodes circle {
  fill: #090b0e;
  stroke: url(#journey-route-gradient);
  stroke-width: 5;
  filter: url(#route-glow);
}
.journey-station,
.journey-process {
  opacity: 1;
  transform: none;
}
.journey-station {
  width: 30%;
  min-height: 0;
}
.journey-station h2 {
  font-size: clamp(24px, 2vw, 32px);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.8);
}
.journey-process {
  width: 23%;
  padding: 0;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.journey-process h2 {
  font-size: clamp(15px, 1.25vw, 19px);
}
.journey-process .process-copy > span {
  font-size: 7px;
  letter-spacing: 0.12em;
}
.station-number {
  right: auto;
  left: -5px;
  top: -5px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #090b0e;
  border: 2px solid currentColor;
  box-shadow: 0 0 18px currentColor;
}
.role-offer {
  color: var(--offer);
}
.role-preparation {
  color: var(--prep);
}
.role-content {
  color: var(--content);
}
.role-delivery-measurement {
  color: var(--delivery);
}
.role-lead {
  color: var(--lead);
}
.role-offer .station-number { color: var(--offer); }
.role-content .station-number { color: var(--content); }
.role-lead .station-number { color: var(--lead); }
.station-offer {
  left: 2%;
  top: 7%;
  width: 31%;
}
.process-prep {
  left: 25%;
  top: 25%;
}
.station-content {
  left: 38%;
  top: 35%;
  width: 34%;
}
.process-delivery {
  right: 5%;
  top: 55%;
  width: 27%;
}
.station-lead {
  right: 2%;
  bottom: 3%;
  width: 31%;
}
.offer-scene,
.device-stage,
.lead-scene {
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.offer-scene {
  height: 150px;
}
.device-stage {
  height: 180px;
}
.lead-scene {
  height: 155px;
}
.production-desk {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
.delivery-console {
  border: 1px solid rgba(57, 216, 255, 0.32);
  background: rgba(5, 14, 18, 0.74);
  box-shadow: 0 0 28px rgba(57, 216, 255, 0.12);
}
.process-prep .production-desk {
  filter: drop-shadow(0 12px 24px rgba(255, 84, 125, 0.18));
}
.station-content .device-stage {
  filter: drop-shadow(0 18px 28px rgba(115, 92, 255, 0.22));
}
.station-lead .lead-scene {
  filter: drop-shadow(0 16px 25px rgba(81, 230, 161, 0.18));
}
.inquiry-card {
  background: #eafff6;
}
.inquiry-card small {
  color: #168a69;
}
.campaign-row span,
.measurement-layer span {
  border-color: rgba(57, 216, 255, 0.6);
}
@keyframes route-progress {
  to {
    stroke-dashoffset: -28;
  }
}

@media (max-width: 1180px) and (min-width: 701px) {
  .campaign-journey {
    height: 680px;
    min-height: 680px;
  }
  .station-offer {
    left: 3%;
    top: 7%;
  }
  .process-prep {
    left: 26%;
    top: 25%;
  }
  .station-content {
    left: 36%;
    top: 35%;
  }
  .process-delivery {
    right: 5%;
    top: 55%;
  }
  .station-lead {
    right: 3%;
    bottom: 2%;
  }
}
@media (max-width: 700px) {
  .campaign-journey {
    height: auto;
    min-height: 0;
    padding: 62px 12px 38px;
    gap: 18px;
    border-color: rgba(255, 255, 255, 0.09);
    background:
      radial-gradient(
        circle at 20% 12%,
        rgba(255, 154, 74, 0.1),
        transparent 18%
      ),
      radial-gradient(
        circle at 75% 48%,
        rgba(115, 92, 255, 0.1),
        transparent 20%
      ),
      radial-gradient(
        circle at 30% 88%,
        rgba(81, 230, 161, 0.1),
        transparent 18%
      ),
      rgba(7, 8, 10, 0.92);
  }
  .journey-path {
    left: 30px;
    right: auto;
    top: 76px;
    bottom: 64px;
    width: 5px;
    height: auto;
    inset-block: 76px 64px;
    background: linear-gradient(
      var(--offer),
      var(--prep) 25%,
      var(--content) 52%,
      var(--delivery) 74%,
      var(--lead)
    );
    border-radius: 9px;
    box-shadow: 0 0 16px rgba(76, 207, 255, 0.55);
    overflow: hidden;
  }
  .journey-path > * {
    display: none;
  }
  .journey-station,
  .journey-process {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    margin-left: 34px !important;
    box-sizing: border-box;
  }
  .journey-station {
    padding: 0;
    display: block;
  }
  .journey-process {
    padding: 8px 0 6px;
  }
  .station-offer {
    min-height: 220px;
  }
  .process-prep {
    min-height: 130px;
  }
  .station-content {
    min-height: 252px;
  }
  .process-delivery {
    min-height: 185px;
  }
  .station-lead {
    min-height: 220px;
  }
  .station-number {
    left: -49px;
    top: 10px;
  }
  .journey-process:before {
    content: attr(data-journey-step);
    position: absolute;
    left: -49px;
    top: 14px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #090b0e;
    border: 2px solid currentColor;
    font: 8px var(--mono);
    box-shadow: 0 0 16px currentColor;
  }
  .offer-scene,
  .lead-scene {
    height: 168px;
  }
  .station-content .device-stage {
    height: 200px;
  }
  .process-prep,
  .process-delivery {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 10px;
    align-items: center;
  }
  .production-desk {
    height: 100px;
  }
  .journey-station h2 {
    font-size: 26px;
    position: relative;
    z-index: 4;
  }
  .journey-station > p {
    position: relative;
    z-index: 4;
  }
  .journey-process h2 {
    font-size: 17px;
  }
  .station-offer {
    order: 1;
  }
  .process-prep {
    order: 2;
  }
  .station-content {
    order: 3;
  }
  .process-delivery {
    order: 4;
  }
  .station-lead {
    order: 5;
  }
}
@media (max-width: 400px) {
  .campaign-journey {
    padding-left: 8px;
    padding-right: 8px;
  }
  .journey-station,
  .journey-process {
    margin-left: 32px !important;
  }
  .process-prep,
  .process-delivery {
    grid-template-columns: 1fr;
  }
  .process-prep {
    gap: 2px;
  }
  .production-desk {
    height: 96px;
  }
  .offer-scene,
  .lead-scene {
    height: 162px;
  }
  .station-content .device-stage {
    height: 194px;
  }
  .delivery-console {
    margin-top: 4px;
  }
  .service-brief {
    width: 57%;
  }
}

/* Campaign journey v3 — luminous continuous route and clarified stations */
.journey-path {
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.route-shadow {
  stroke: url(#journey-route-gradient);
  stroke-width: 13;
  opacity: 0.22;
  filter: url(#route-glow);
}
.route-line {
  stroke-width: 3.5;
  opacity: 1;
  stroke-dasharray: none;
  marker-end: url(#route-arrow);
  animation: none;
}
.route-nodes circle {
  stroke-width: 3;
  opacity: 1;
}
.route-nodes circle:nth-child(1) { stroke: var(--offer); }
.route-nodes circle:nth-child(2) { stroke: var(--prep); }
.route-nodes circle:nth-child(3) { stroke: var(--content); }
.route-nodes circle:nth-child(4) { stroke: var(--delivery); }
.route-nodes circle:nth-child(5) { stroke: var(--lead); }
.journey-station,
.journey-process {
  z-index: 2;
}
.process-prep::after,
.station-content::after,
.process-delivery::after,
.station-lead::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18% 4% 8%;
  border-radius: 50%;
  filter: blur(24px);
  pointer-events: none;
}
.process-prep::after { background: rgba(255, 84, 125, 0.14); }
.station-content::after { background: rgba(115, 92, 255, 0.15); }
.process-delivery::after { background: rgba(57, 216, 255, 0.14); }
.station-lead::after { background: rgba(81, 230, 161, 0.12); }
@media (min-width: 701px) {
  .journey-path { z-index: 3; }
  .journey-path .route-shadow { opacity: .18; }
  .journey-path .route-line { stroke-width: 3; }
  .journey-station,
  .journey-process { z-index: 2; }
  .station-number,
  .journey-process .process-copy,
  .journey-station h2,
  .journey-station > p,
  .journey-process h2 { position: relative; z-index: 4; }
  .station-offer .station-number { left: 34%; top: 47%; }
  .station-content .station-number { left: 31%; top: 40%; }
  .station-lead .station-number { left: 48%; top: 12%; }
}
@media (min-width: 1181px) {
  .campaign-journey { min-width: 640px; }
  .station-offer { left: 3%; top: 7%; width: 28%; }
  .process-prep { left: 27%; top: 27%; width: 20%; }
  .station-content { left: 40%; top: 38%; width: 31%; }
  .process-delivery { right: 3%; top: 58%; width: 25%; }
  .station-lead { right: 1%; bottom: 2%; width: 28%; }
  .process-prep .process-copy { transform: translate(-8px, -10px); }
  .process-delivery .process-copy { transform: translate(4px, -10px); }
  .station-content .station-number { left: 31%; top: 40%; }
  .station-lead .station-number { left: 48%; top: 12%; }
  .offer-scene { transform: scale(.92); transform-origin: left top; }
  .production-desk { transform: scale(.92); transform-origin: left top; }
  .device-stage { transform: scale(.92); transform-origin: left top; }
  .delivery-console { transform: scale(.94); transform-origin: left top; }
  .lead-scene { transform: scale(.94); transform-origin: left top; }
}
@media (max-width: 1180px) and (min-width: 701px) {
  .station-offer { left: 3%; top: 7%; width: 28%; }
  .process-prep { left: 27%; top: 27%; width: 20%; }
  .station-content { left: 39%; top: 38%; width: 31%; }
  .process-delivery { right: 3%; top: 58%; width: 25%; }
  .station-lead { right: 1%; bottom: 2%; width: 28%; }
  .process-prep .process-copy,
  .process-delivery .process-copy { transform: translateY(-8px); }
}
@media (max-width: 700px) {
  .journey-path {
    width: 4px;
    height: calc(100% - 140px);
    bottom: auto;
    opacity: 1;
    overflow: visible;
    background: linear-gradient(var(--offer) 0 18%, var(--prep) 25%, var(--content) 50%, var(--delivery) 74%, var(--lead) 100%);
    box-shadow: 0 0 8px rgba(57, 216, 255, .9), 0 0 22px rgba(115, 92, 255, .38);
  }
  .journey-path::after {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -2px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--lead);
    filter: drop-shadow(0 0 6px var(--lead));
  }
  .journey-station,
  .journey-process { z-index: 2; }
  .process-prep::after,
  .station-content::after,
  .process-delivery::after,
  .station-lead::after { inset: 15% 0; filter: blur(28px); }
}
@media (prefers-reduced-motion: reduce) {
  .journey-path,
  .route-line,
  .route-shadow,
  .route-nodes { opacity: 1 !important; visibility: visible !important; }
  .route-line { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; }
}

/* Campaign journey v4 — full-canvas editorial zigzag */
@media (min-width: 1181px) {
  .campaign-journey { height: min(760px, 82vh); min-height: 690px; }
  .station-offer { left: 3%; top: 7%; width: 27%; }
  .process-prep { left: auto; right: 4%; top: 8%; width: 25%; }
  .station-content { left: 34.5%; top: 34%; width: 31%; }
  .process-delivery { left: 4%; right: auto; top: 64%; width: 27%; }
  .station-lead { right: 2%; bottom: 2%; width: 28%; }
  .process-prep .process-copy { transform: translate(0, -4px); }
  .process-delivery .process-copy { transform: translate(0, -6px); }
}
@media (max-width: 1180px) and (min-width: 701px) {
  .campaign-journey { height: 690px; min-height: 690px; }
  .station-offer { left: 3%; top: 7%; width: 27%; }
  .process-prep { left: auto; right: 4%; top: 8%; width: 25%; }
  .station-content { left: 34.5%; top: 34%; width: 31%; }
  .process-delivery { left: 4%; right: auto; top: 64%; width: 27%; }
  .station-lead { right: 2%; bottom: 2%; width: 28%; }
}

/* Campaign journey v5 — organic route, always behind scene artwork */
.campaign-journey { isolation: isolate; }
.campaign-journey::before { z-index: 5; }
.journey-path { z-index: 1 !important; }
.journey-path-mobile { display: none; }
.journey-path .route-shadow,
.journey-path .route-line,
.journey-path .route-highlight,
.journey-path-mobile path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.route-shadow { stroke-width: 14; opacity: .15 !important; filter: url(#route-glow); }
.route-line { stroke-width: 3.35; marker-end: none; filter: none; }
.route-highlight {
  stroke: rgba(255, 255, 255, .9);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: .8 99.2;
  animation: organic-route-flow 7s linear infinite;
}
.journey-station,
.journey-process { z-index: 3 !important; isolation: isolate; }
.offer-scene,
.production-desk,
.device-stage,
.delivery-console,
.lead-scene,
.journey-station h2,
.journey-station > p,
.journey-process .process-copy { position: relative; z-index: 2; }
@keyframes organic-route-flow { to { stroke-dashoffset: -36; } }
@media (max-width: 700px) {
  .journey-path { display: none; }
  .journey-path-mobile {
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    left: 10px;
    top: 72px;
    bottom: 58px;
    width: 44px;
    height: calc(100% - 130px);
    overflow: visible;
  }
  .mobile-route-shadow { stroke: url(#journey-route-gradient-mobile); opacity: .24; stroke-width: 11; filter: blur(5px); }
  .mobile-route-line { stroke: url(#journey-route-gradient-mobile); stroke-width: 4; }
  .mobile-route-highlight {
    stroke: rgba(255, 255, 255, .9);
    stroke-width: 1.5;
    stroke-dasharray: .8 99.2;
    animation: organic-route-flow 7s linear infinite;
  }
}
@media (prefers-reduced-motion: reduce) {
  .route-highlight,
  .mobile-route-highlight { animation: none !important; opacity: 0; }
}
