.commercial-page {
  --route-accent: var(--brass);
  background: var(--ivory);
}

.route-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 79% 34%, rgba(195, 138, 54, 0.18), transparent 27%),
    linear-gradient(126deg, var(--navy) 0%, #0b2435 62%, #06131e 100%);
  border-bottom: 1px solid rgba(239, 196, 119, 0.22);
}

.route-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(239, 196, 119, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 196, 119, 0.055) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, black 42%, black);
}

.route-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
  align-items: center;
  gap: clamp(54px, 8vw, 118px);
}

.route-hero h1 {
  max-width: 770px;
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 100px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.route-hero .lede {
  color: rgba(251, 248, 241, 0.78);
}

.route-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.route-actions .text-link {
  color: var(--paper);
}

.route-instrument {
  position: relative;
  padding: 28px 30px 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    repeating-linear-gradient(135deg, transparent 0 7px, rgba(239, 196, 119, 0.018) 7px 8px),
    #071621;
  border: 1px solid rgba(239, 196, 119, 0.38);
  box-shadow:
    10px 12px 0 rgba(2, 8, 13, 0.7),
    18px 22px 0 rgba(195, 138, 54, 0.08),
    0 38px 80px rgba(0, 0, 0, 0.3),
    inset 0 0 44px rgba(0, 0, 0, 0.24);
  clip-path: polygon(0 18px, 18px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
  rotate: -0.65deg;
  transform: translate(var(--instrument-x, 0), var(--instrument-y, 0));
  transition: transform 240ms var(--ease);
}

.technical-partner-page .route-instrument {
  rotate: 0.8deg;
}

.route-instrument::before,
.route-instrument::after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  border: 1px solid rgba(239, 196, 119, 0.6);
  border-radius: 50%;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.route-instrument::before { top: 10px; left: 10px; }
.route-instrument::after { right: 10px; bottom: 10px; }

.instrument-head,
.instrument-reading,
.log-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.instrument-head {
  padding-bottom: 17px;
  color: var(--brass-light);
  border-bottom: 1px solid rgba(239, 196, 119, 0.22);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.instrument-head::after {
  width: 42px;
  height: 3px;
  content: "";
  background: repeating-linear-gradient(90deg, var(--brass-light) 0 2px, transparent 2px 6px);
  opacity: 0.42;
}

.instrument-light {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: #74d49c;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(116, 212, 156, 0.72);
  animation: route-pulse 2.4s ease-in-out infinite;
}

.instrument-gauge {
  display: grid;
  place-items: center;
  width: min(220px, 64%);
  aspect-ratio: 1;
  margin: 32px auto;
  border: 1px solid rgba(239, 196, 119, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle, #0d2636 0 40%, transparent 41%),
    repeating-conic-gradient(from -85deg, var(--brass-light) 0 1deg, transparent 1deg 12deg);
  box-shadow: inset 0 0 54px rgba(0, 0, 0, 0.5);
}

.instrument-gauge span {
  display: grid;
  place-items: center;
  width: 54%;
  aspect-ratio: 1;
  color: var(--paper);
  background: var(--navy);
  border: 1px solid rgba(239, 196, 119, 0.32);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.instrument-reading,
.log-row {
  padding: 13px 0;
  color: rgba(251, 248, 241, 0.72);
  border-top: 1px solid rgba(239, 196, 119, 0.14);
  font-family: var(--mono);
  font-size: 11px;
}

.instrument-reading strong,
.log-row strong {
  color: var(--paper);
  font-weight: 600;
}

.service-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.7fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: end;
}

.service-intro .section-title { margin-bottom: 0; }

.programme-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(64px, 10vw, 150px);
  margin-top: clamp(64px, 8vw, 104px);
}

.programme-grid::before {
  position: absolute;
  top: -28px;
  bottom: -34px;
  left: 50%;
  width: 1px;
  content: "";
  background: linear-gradient(transparent, var(--brass) 9%, var(--line) 44%, var(--line) 88%, transparent);
}

.programme-grid::after {
  position: absolute;
  top: -33px;
  left: calc(50% - 4px);
  width: 9px;
  height: 9px;
  content: "";
  background: var(--brass);
  transform: rotate(45deg);
}

.programme {
  position: relative;
  padding: 28px 0 0 clamp(26px, 3vw, 48px);
  border-top: 1px solid var(--navy);
}

.programme-featured {
  margin-top: 72px;
  color: var(--ink);
  border-top-color: var(--brass);
}

.programme::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--navy);
  transform: rotate(45deg);
}

.programme-featured::before {
  background: var(--brass);
}

.programme::after {
  position: absolute;
  top: -28px;
  right: 0;
  color: var(--muted);
  content: "DM / CARE 01";
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.programme-featured::after {
  content: "DM / CARE 02";
}

.programme h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 500;
}

.programme-price {
  margin-bottom: 28px;
  color: var(--navy);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.programme-featured .programme-price { color: #76501e; }

.programme ul,
.intervention-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.programme li,
.intervention-list li {
  position: relative;
  padding: 13px 0 13px 25px;
  border-top: 1px solid currentColor;
  border-color: rgba(7, 24, 39, 0.12);
}

.programme-featured li { border-color: rgba(7, 24, 39, 0.12); }
.programme li::before,
.intervention-list li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--brass);
  transform: rotate(45deg);
}

.scope-ledger {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
}

.intervention-list li {
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: var(--line);
  font-size: clamp(17px, 1.5vw, 20px);
}

.intervention-list li::before { top: 25px; }

.route-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(36px, 5vw, 64px) clamp(30px, 4vw, 62px) clamp(36px, 5vw, 64px) 0;
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.route-band::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--brass);
  transform: rotate(45deg);
}

.route-band::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(22vw, 260px);
  height: 1px;
  content: "";
  background: var(--brass);
}

.route-band h2 {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.05;
}

.route-band p { max-width: 720px; margin-bottom: 0; }

.rate-plate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(34px, 5vw, 60px) 0;
  color: var(--paper);
  background: transparent;
  border-top: 1px solid rgba(239, 196, 119, 0.5);
  border-bottom: 1px solid rgba(245, 240, 231, 0.18);
}

.rate-plate::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--brass-light);
  transform: rotate(45deg);
}

.rate-plate::after {
  position: absolute;
  top: 50%;
  left: clamp(250px, 34vw, 470px);
  width: min(9vw, 110px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--brass), transparent);
}

.rate-plate strong {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 500;
}

.closing-cta .route-actions { justify-content: center; }

@keyframes route-pulse {
  50% { opacity: 0.45; box-shadow: 0 0 5px rgba(116, 212, 156, 0.3); }
}

@media (max-width: 900px) {
  .route-hero-grid,
  .service-intro,
  .scope-ledger { grid-template-columns: 1fr; }
  .route-hero-grid { gap: 54px; }
  .route-instrument { max-width: 620px; }
  .route-band { grid-template-columns: 1fr; }
  .programme-grid { gap: 58px; }
  .programme-grid::before,
  .programme-grid::after { display: none; }
  .programme-featured { margin-top: 42px; }
  .rate-plate::after { display: none; }
}

@media (max-width: 680px) {
  .route-hero { padding-top: 58px; }
  .route-hero h1 { font-size: clamp(48px, 16vw, 70px); }
  .programme-grid { grid-template-columns: 1fr; }
  .programme-featured { margin-top: 30px; }
  .route-band { padding-right: 0; }
  .rate-plate { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .instrument-light { animation: none; }
  .route-instrument { rotate: 0deg; transform: none; transition: none; }
}
