/* S17 Enterprise Networking V2 — isolated connected-landscape system. */
.s17-enterprise-networking {
  --s17-charcoal: #151a1d;
  --s17-slate: #233034;
  --s17-paper: #f2f0ea;
  --s17-paper-deep: #e4e2da;
  --s17-fog: #b8c1bd;
  --s17-river: #2b5d6b;
  --s17-copper: #c66a3d;
  --s17-line: rgba(21, 26, 29, .18);
  --s17-light-line: rgba(242, 240, 234, .2);
  position: relative;
  display: block;
  overflow: clip;
  color: var(--s17-charcoal);
  background: var(--s17-paper);
  font-family: inherit;
  line-height: 1.7;
}

.s17-enterprise-networking *,
.s17-enterprise-networking *::before,
.s17-enterprise-networking *::after {
  box-sizing: border-box;
}

.s17-enterprise-networking img,
.s17-enterprise-networking svg {
  display: block;
  max-width: 100%;
}

.s17-enterprise-networking a {
  color: inherit;
}

.s17-enterprise-networking h1,
.s17-enterprise-networking h2,
.s17-enterprise-networking h3,
.s17-enterprise-networking p,
.s17-enterprise-networking figure {
  margin: 0;
}

.s17-enterprise-networking h1,
.s17-enterprise-networking h2,
.s17-enterprise-networking h3 {
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.s17-enterprise-networking p,
.s17-enterprise-networking h1,
.s17-enterprise-networking h2,
.s17-enterprise-networking h3,
.s17-enterprise-networking span,
.s17-enterprise-networking small,
.s17-enterprise-networking a {
  overflow-wrap: anywhere;
}

.s17-container {
  width: min(1320px, calc(100% - clamp(40px, 9vw, 144px)));
  margin-inline: auto;
}

.s17-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(242, 240, 234, .72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.s17-eyebrow::before {
  width: 38px;
  height: 1px;
  background: var(--s17-copper);
  content: "";
}

.s17-eyebrow--dark {
  color: var(--s17-river);
}

.s17-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.s17-button span {
  font-size: 17px;
}

.s17-button:hover,
.s17-button:focus-visible {
  transform: translateY(-2px);
}

.s17-button:focus-visible {
  outline: 2px solid var(--s17-copper);
  outline-offset: 4px;
}

.s17-button--solid {
  color: #fff;
  background: var(--s17-copper);
}

.s17-button--solid:hover,
.s17-button--solid:focus-visible {
  color: #fff;
  background: #ad5730;
}

.s17-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .44);
  background: rgba(13, 18, 20, .18);
  backdrop-filter: blur(10px);
}

.s17-button--ghost:hover,
.s17-button--ghost:focus-visible {
  color: #fff;
  border-color: #fff;
  background: rgba(13, 18, 20, .55);
}

/* Hero: one immersive enterprise environment, no abstract topology. */
.s17-hero {
  position: relative;
  min-height: clamp(740px, calc(100svh - 72px), 920px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #11181c;
}

.s17-hero-image,
.s17-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.s17-hero-image {
  object-fit: cover;
  object-position: 50% center;
  filter: saturate(.72) contrast(1.05);
  transform: scale(1.015);
}

.s17-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 14, 16, .92) 0%, rgba(9, 14, 16, .58) 42%, rgba(9, 14, 16, .08) 72%),
    linear-gradient(180deg, rgba(9, 14, 16, .2) 30%, rgba(9, 14, 16, .88) 100%);
}

.s17-hero::after {
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: 88px;
  width: clamp(90px, 13vw, 190px);
  height: 3px;
  background: linear-gradient(90deg, var(--s17-copper) 0 28%, rgba(255,255,255,.54) 28% 100%);
  content: "";
}

.s17-hero-inner {
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
  align-items: end;
  gap: clamp(44px, 8vw, 128px);
  padding-top: clamp(150px, 22vh, 230px);
  padding-bottom: 142px;
}

.s17-hero-copy {
  max-width: 950px;
}

.s17-hero-copy .s17-eyebrow {
  margin-bottom: clamp(24px, 4vh, 48px);
}

.s17-hero h1 {
  max-width: 10.5em;
  font-size: clamp(54px, 6.6vw, 104px);
  font-weight: 620;
  letter-spacing: -.065em;
  line-height: .98;
  text-shadow: 0 5px 32px rgba(0, 0, 0, .28);
}

.s17-hero-lead {
  max-width: 720px;
  margin-top: clamp(25px, 3.5vh, 40px) !important;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.8;
}

.s17-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(30px, 4vh, 46px);
}

.s17-hero-caption {
  align-self: end;
  padding: 0 0 14px 22px;
  border-left: 1px solid rgba(255,255,255,.52);
}

.s17-hero-caption span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.s17-hero-caption p {
  max-width: 260px;
  margin-top: 8px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.7;
}

.s17-hero-places {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  width: min(1320px, calc(100% - clamp(40px, 9vw, 144px)));
  height: 70px;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  border-top: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.78);
  font-size: 12px;
  letter-spacing: .08em;
  transform: translateX(-50%);
}

.s17-hero-places i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--s17-copper);
}

/* Signature: real places connected by one restrained route. */
.s17-footprint {
  padding: clamp(92px, 11vw, 170px) 0 clamp(96px, 10vw, 155px);
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(21,26,29,.045) 50%, transparent 50.05%),
    var(--s17-paper);
}

.s17-footprint-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .62fr);
  align-items: end;
  gap: clamp(40px, 9vw, 140px);
  margin-bottom: clamp(64px, 8vw, 112px);
}

.s17-footprint-intro .s17-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.s17-footprint-intro h2,
.s17-field-intro h2 {
  font-size: clamp(48px, 6.1vw, 88px);
  line-height: .98;
}

.s17-footprint-intro > p:last-child,
.s17-field-intro > p:last-child {
  color: #526064;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.85;
}

.s17-landscape {
  position: relative;
  height: clamp(610px, 55vw, 760px);
}

.s17-landscape-route {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.s17-landscape-route path {
  fill: none;
  stroke: var(--s17-copper);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: square;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
  transition: stroke-dashoffset 1.8s cubic-bezier(.2,.65,.2,1);
}

.s17-landscape.is-drawn .s17-landscape-route path {
  stroke-dashoffset: 0;
}

.s17-landscape-route circle {
  fill: var(--s17-paper);
  stroke: var(--s17-copper);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.s17-place {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  background: var(--s17-slate);
  box-shadow: 0 26px 70px rgba(21,26,29,.13);
}

.s17-place::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(9,14,16,.8));
  content: "";
  pointer-events: none;
}

.s17-place img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) contrast(1.04);
  transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease;
}

.s17-place:hover img {
  filter: saturate(.85) contrast(1.04);
  transform: scale(1.025);
}

.s17-place figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px clamp(20px, 3vw, 38px);
  color: #fff;
}

.s17-place figcaption span {
  display: block;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 650;
  letter-spacing: -.03em;
}

.s17-place figcaption small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  letter-spacing: .03em;
}

.s17-place--campus {
  top: 0;
  left: 0;
  width: 45%;
  height: 47%;
}

.s17-place--campus img {
  object-position: 25% center;
}

.s17-place--branch {
  top: 7%;
  right: 0;
  width: 32%;
  height: 36%;
}

.s17-place--branch img {
  object-position: 62% center;
}

.s17-place--resource {
  right: 18%;
  bottom: 0;
  width: 46%;
  height: 46%;
}

.s17-place--resource img {
  object-position: 46% center;
}

.s17-landscape-note {
  position: absolute;
  z-index: 5;
  bottom: 8%;
  left: 0;
  max-width: 27%;
  padding-left: 24px;
  border-left: 3px solid var(--s17-copper);
  color: #4b585c;
  font-size: clamp(15px, 1.25vw, 18px);
}

/* Three business tensions, expressed as one editorial field. */
.s17-network-questions {
  padding: clamp(96px, 11vw, 170px) 0;
  color: #f5f3ee;
  background: var(--s17-charcoal);
}

.s17-questions-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(390px, .7fr);
  gap: clamp(60px, 10vw, 160px);
}

.s17-questions-statement {
  position: sticky;
  top: 110px;
  align-self: start;
}

.s17-questions-statement .s17-eyebrow {
  margin-bottom: 36px;
}

.s17-questions-statement h2 {
  max-width: 8.8em;
  font-size: clamp(46px, 5.3vw, 78px);
  line-height: 1.02;
}

.s17-questions-statement > p:last-child {
  max-width: 600px;
  margin-top: 36px;
  color: rgba(245,243,238,.62);
  font-size: 17px;
}

.s17-question-lines {
  border-top: 1px solid var(--s17-light-line);
}

.s17-question-lines article {
  display: grid;
  grid-template-columns: minmax(125px, .42fr) 1fr;
  gap: 24px;
  padding: clamp(38px, 5vw, 66px) 0;
  border-bottom: 1px solid var(--s17-light-line);
}

.s17-question-lines h3 {
  color: var(--s17-copper);
  font-size: clamp(20px, 2vw, 27px);
}

.s17-question-lines p {
  color: rgba(245,243,238,.72);
  font-size: 15px;
}

/* Field reality: overlapping evidence rather than card tiles. */
.s17-field {
  padding: clamp(100px, 12vw, 180px) 0 clamp(118px, 13vw, 200px);
  background: var(--s17-paper-deep);
}

.s17-field-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .62fr);
  align-items: end;
  gap: clamp(40px, 9vw, 140px);
  margin-bottom: clamp(58px, 7vw, 96px);
}

.s17-field-intro .s17-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.s17-field-scene {
  position: relative;
  min-height: clamp(620px, 64vw, 860px);
  width: min(1480px, calc(100% - clamp(24px, 5vw, 76px)));
  margin-inline: auto;
}

.s17-field-primary,
.s17-field-detail {
  position: absolute;
  overflow: hidden;
  background: var(--s17-slate);
}

.s17-field-primary {
  top: 0;
  right: 0;
  width: 76%;
  height: 72%;
}

.s17-field-primary img,
.s17-field-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s17-field-primary img {
  filter: saturate(.67) contrast(1.04);
}

.s17-field-detail {
  bottom: 0;
  left: 0;
  width: 42%;
  height: 48%;
  border: clamp(10px, 1.4vw, 20px) solid var(--s17-paper-deep);
}

.s17-field-detail img {
  filter: saturate(.62) contrast(1.08);
}

.s17-field-detail figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(20px, 3vw, 38px);
  color: rgba(255,255,255,.84);
  background: linear-gradient(180deg, transparent, rgba(10,14,16,.88));
  font-size: clamp(13px, 1.1vw, 16px);
}

.s17-field-band {
  position: absolute;
  z-index: 3;
  right: 3%;
  bottom: 1%;
  display: grid;
  width: 53%;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--s17-copper);
  background: var(--s17-paper-deep);
}

.s17-field-band span {
  padding: 22px 12px;
  border-right: 1px solid var(--s17-line);
  color: #4e5b5f;
  font-size: 12px;
  text-align: center;
}

.s17-field-band span:last-child {
  border-right: 0;
}

/* Delivery is one continuous handover band, not repeated cards. */
.s17-delivery {
  padding: clamp(104px, 11vw, 172px) 0;
  color: #f4f2ec;
  background: var(--s17-slate);
}

.s17-delivery-intro {
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(42px, 8vw, 124px);
  margin-bottom: clamp(64px, 8vw, 112px);
}

.s17-delivery-intro h2 {
  font-size: clamp(45px, 5.5vw, 78px);
}

.s17-delivery-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--s17-light-line);
  border-bottom: 1px solid var(--s17-light-line);
}

.s17-delivery-flow article {
  min-height: 330px;
  padding: clamp(34px, 4vw, 58px);
  border-right: 1px solid var(--s17-light-line);
}

.s17-delivery-flow article:last-child {
  border-right: 0;
}

.s17-delivery-flow small {
  color: var(--s17-copper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.s17-delivery-flow h3 {
  max-width: 10em;
  margin-top: 54px;
  font-size: clamp(25px, 2.4vw, 35px);
}

.s17-delivery-flow p {
  margin-top: 22px;
  color: rgba(244,242,236,.62);
  font-size: 14px;
}

.s17-boundary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 0 0;
  color: rgba(244,242,236,.67);
  font-size: 13px;
}

.s17-boundary strong {
  color: #fff;
}

.s17-boundary a {
  flex: 0 0 auto;
  color: #fff;
  text-decoration-color: var(--s17-copper);
  text-underline-offset: 6px;
}

.s17-cta {
  padding: clamp(92px, 10vw, 150px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(11,18,20,.97), rgba(20,41,46,.86)),
    var(--s17-charcoal);
}

.s17-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(50px, 10vw, 150px);
}

.s17-cta .s17-eyebrow {
  margin-bottom: 32px;
}

.s17-cta h2 {
  max-width: 13em;
  font-size: clamp(43px, 5.2vw, 76px);
}

.s17-cta p:not(.s17-eyebrow) {
  max-width: 700px;
  margin-top: 28px;
  color: rgba(255,255,255,.64);
  font-size: 16px;
}

.s17-cta .s17-button {
  min-width: 188px;
}

/* Reveal only after JS confirms enhancement; content remains visible otherwise. */
.s17-is-ready [data-s17-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1);
}

.s17-is-ready [data-s17-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .s17-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, .32fr);
    gap: 42px;
  }

  .s17-hero h1 {
    font-size: clamp(52px, 7.2vw, 76px);
  }

  .s17-footprint-intro,
  .s17-field-intro {
    gap: 58px;
  }

  .s17-questions-layout {
    gap: 62px;
  }

  .s17-question-lines article {
    grid-template-columns: 1fr;
  }

  .s17-field-scene {
    min-height: 670px;
  }

  .s17-field-primary {
    width: 82%;
    height: 68%;
  }

  .s17-field-detail {
    width: 48%;
    height: 47%;
  }

  .s17-field-band {
    width: 50%;
    grid-template-columns: repeat(2, 1fr);
  }

  .s17-field-band span:nth-child(2) {
    border-right: 0;
  }

  .s17-field-band span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--s17-line);
  }
}

@media (max-width: 780px) {
  .s17-container {
    width: min(100% - 40px, 680px);
  }

  .s17-hero {
    min-height: 820px;
  }

  .s17-hero-image {
    object-position: 58% center;
  }

  .s17-hero-shade {
    background:
      linear-gradient(90deg, rgba(9,14,16,.88), rgba(9,14,16,.26)),
      linear-gradient(180deg, rgba(9,14,16,.28) 24%, rgba(9,14,16,.92) 100%);
  }

  .s17-hero-inner {
    display: block;
    padding-top: 180px;
    padding-bottom: 142px;
  }

  .s17-hero h1 {
    max-width: 9.5em;
    font-size: clamp(48px, 8.8vw, 66px);
  }

  .s17-hero-caption {
    max-width: 360px;
    margin-top: 58px;
  }

  .s17-footprint-intro,
  .s17-field-intro,
  .s17-delivery-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .s17-footprint-intro .s17-eyebrow,
  .s17-field-intro .s17-eyebrow {
    grid-column: auto;
    margin-bottom: 8px;
  }

  .s17-footprint-intro h2,
  .s17-field-intro h2 {
    font-size: clamp(48px, 9.5vw, 68px);
  }

  .s17-landscape {
    height: 700px;
  }

  .s17-place--campus {
    width: 52%;
    height: 43%;
  }

  .s17-place--branch {
    width: 38%;
    height: 34%;
  }

  .s17-place--resource {
    right: 5%;
    width: 57%;
    height: 43%;
  }

  .s17-landscape-note {
    max-width: 35%;
  }

  .s17-questions-layout {
    grid-template-columns: 1fr;
  }

  .s17-questions-statement {
    position: static;
  }

  .s17-question-lines article {
    grid-template-columns: minmax(120px, .4fr) 1fr;
  }

  .s17-field-scene {
    min-height: 680px;
  }

  .s17-field-primary {
    width: 90%;
    height: 62%;
  }

  .s17-field-detail {
    width: 53%;
    height: 44%;
  }

  .s17-field-band {
    right: 0;
    width: 44%;
  }

  .s17-delivery-flow {
    grid-template-columns: 1fr;
  }

  .s17-delivery-flow article {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(120px, .35fr) 1fr;
    column-gap: 30px;
    padding: 38px 0;
    border-right: 0;
    border-bottom: 1px solid var(--s17-light-line);
  }

  .s17-delivery-flow article:last-child {
    border-bottom: 0;
  }

  .s17-delivery-flow small {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .s17-delivery-flow h3,
  .s17-delivery-flow p {
    grid-column: 2;
  }

  .s17-delivery-flow h3 {
    margin-top: 0;
  }

  .s17-boundary,
  .s17-cta-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .s17-container {
    width: calc(100% - 36px);
  }

  .s17-eyebrow {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .s17-hero {
    min-height: 770px;
  }

  .s17-hero-image {
    object-position: 44% center;
    transform: none;
  }

  .s17-hero-shade {
    background:
      linear-gradient(90deg, rgba(9,14,16,.76), rgba(9,14,16,.18)),
      linear-gradient(180deg, rgba(9,14,16,.23) 12%, rgba(9,14,16,.93) 72%);
  }

  .s17-hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 140px;
    padding-bottom: 112px;
  }

  .s17-hero-copy .s17-eyebrow {
    margin-bottom: 20px;
  }

  .s17-hero h1 {
    font-size: clamp(42px, 12vw, 52px);
    line-height: 1.02;
  }

  .s17-hero-lead {
    margin-top: 22px !important;
    font-size: 15px;
    line-height: 1.7;
  }

  .s17-actions {
    display: grid;
    margin-top: 28px;
  }

  .s17-button {
    width: 100%;
    min-height: 52px;
  }

  .s17-button--ghost {
    display: none;
  }

  .s17-hero-caption {
    display: none;
  }

  .s17-hero-places {
    width: calc(100% - 36px);
    height: 68px;
    justify-content: space-between;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .s17-hero::after {
    display: none;
  }

  .s17-footprint,
  .s17-network-questions,
  .s17-field,
  .s17-delivery,
  .s17-cta {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .s17-footprint-intro,
  .s17-field-intro {
    margin-bottom: 48px;
  }

  .s17-footprint-intro h2,
  .s17-field-intro h2,
  .s17-questions-statement h2,
  .s17-delivery-intro h2,
  .s17-cta h2 {
    font-size: 42px;
    line-height: 1.05;
  }

  .s17-footprint-intro > p:last-child,
  .s17-field-intro > p:last-child,
  .s17-questions-statement > p:last-child {
    font-size: 15px;
    line-height: 1.75;
  }

  /* Mobile gets a vertical photographic journey, not a compressed desktop SVG. */
  .s17-landscape {
    display: grid;
    height: auto;
    gap: 18px;
    padding-left: 22px;
  }

  .s17-landscape::before {
    position: absolute;
    z-index: 5;
    top: 34px;
    bottom: 98px;
    left: 4px;
    width: 2px;
    background: var(--s17-copper);
    content: "";
  }

  .s17-enterprise-networking .s17-landscape-route {
    display: none;
  }

  .s17-place {
    position: relative;
    inset: auto;
    width: 100%;
    height: 260px;
    box-shadow: 0 14px 34px rgba(21,26,29,.12);
  }

  .s17-place::before {
    position: absolute;
    z-index: 6;
    top: 32px;
    left: -25px;
    width: 8px;
    height: 8px;
    border: 2px solid var(--s17-copper);
    border-radius: 50%;
    background: var(--s17-paper);
    content: "";
  }

  .s17-place--branch {
    height: 225px;
  }

  .s17-place--resource {
    height: 250px;
  }

  .s17-place figcaption {
    padding: 20px;
  }

  .s17-place figcaption span {
    font-size: 20px;
  }

  .s17-place figcaption small {
    font-size: 11px;
  }

  .s17-landscape-note {
    position: relative;
    inset: auto;
    max-width: none;
    margin-top: 12px;
    padding: 0 0 0 18px;
    font-size: 14px;
  }

  .s17-question-lines article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 34px 0;
  }

  .s17-question-lines h3 {
    font-size: 22px;
  }

  .s17-field-scene {
    display: grid;
    min-height: 0;
    width: 100%;
    gap: 14px;
  }

  .s17-field-primary,
  .s17-field-detail,
  .s17-field-band {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .s17-field-primary {
    height: 280px;
  }

  .s17-field-detail {
    height: 270px;
    border: 0;
  }

  .s17-field-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .s17-field-band span {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
  }

  .s17-delivery-intro {
    margin-bottom: 44px;
  }

  .s17-delivery-flow article {
    display: block;
    padding: 34px 0;
  }

  .s17-delivery-flow h3 {
    margin-top: 20px;
    font-size: 27px;
  }

  .s17-delivery-flow p {
    margin-top: 16px;
  }

  .s17-boundary {
    align-items: stretch;
    margin-top: 28px;
    padding-top: 28px;
  }

  .s17-boundary a {
    padding: 12px 0;
  }

  .s17-cta .s17-button {
    margin-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .s17-enterprise-networking *,
  .s17-enterprise-networking *::before,
  .s17-enterprise-networking *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .s17-landscape-route path {
    stroke-dashoffset: 0;
  }
}
/* Legacy selectors retained only for cached old HTML; new owner below. */
/* S17 CN editorial — connected enterprise landscape. */
.s17-cn-editorial {
  --s17-bg: #03050a;
  --s17-panel: #060a14;
  --s17-text: #e9eff7;
  --s17-muted: #a3b6ca;
  --s17-cyan: #5fd3e6;
  --s17-line: rgba(163, 182, 202, .28);
  display: block;
  overflow: clip;
  color: var(--s17-text);
  background: var(--s17-bg);
  font-family: inherit;
  line-height: 1.7;
}
.s17-cn-editorial *, .s17-cn-editorial *::before, .s17-cn-editorial *::after { box-sizing: border-box; }
.s17-cn-editorial img, .s17-cn-editorial svg { display: block; max-width: 100%; }
.s17-cn-editorial a { color: inherit; }
.s17-cn-nowrap { white-space: nowrap; }
.s17-cn-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.s17-cn-editorial h1, .s17-cn-editorial h2, .s17-cn-editorial h3, .s17-cn-editorial p, .s17-cn-editorial figure { margin: 0; }
.s17-cn-editorial h1, .s17-cn-editorial h2, .s17-cn-editorial h3 { font-weight: 650; letter-spacing: -.045em; line-height: 1.1; text-wrap: balance; }
.s17-cn-editorial p, .s17-cn-editorial h1, .s17-cn-editorial h2, .s17-cn-editorial h3, .s17-cn-editorial span, .s17-cn-editorial small, .s17-cn-editorial a { overflow-wrap: anywhere; }
.s17-cn-shell { width: min(1360px, calc(100% - 80px)); margin-inline: auto; }
.s17-cn-section { padding: 72px 0; }
.s17-cn-kicker { display: flex; align-items: center; gap: 12px; color: var(--s17-cyan); font-size: 14px; font-weight: 700; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.s17-cn-kicker::before { width: 30px; height: 1px; flex: 0 0 auto; background: var(--s17-cyan); content: ""; }
.s17-cn-kicker--dark { color: #477f92; }
.s17-cn-kicker--dark::before { background: #477f92; }
.s17-cn-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 700; line-height: 1.4; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.s17-cn-button:hover, .s17-cn-button:focus-visible { transform: translateY(-2px); }
.s17-cn-button:focus-visible, .s17-cn-delivery-links a:focus-visible { outline: 2px solid var(--s17-cyan); outline-offset: 4px; }
.s17-cn-editorial .s17-cn-button--primary { color: #04141c; background: var(--s17-cyan); }
.s17-cn-button--primary:hover, .s17-cn-button--primary:focus-visible { color: #04141c; background: #8be4f0; }
.s17-cn-button--secondary { color: var(--s17-text); border-color: rgba(233, 239, 247, .45); background: transparent; }
.s17-cn-button--secondary:hover, .s17-cn-button--secondary:focus-visible { color: var(--s17-cyan); border-color: var(--s17-cyan); }

.s17-cn-hero { position: relative; min-height: calc(100vh - 72px); overflow: hidden; isolation: isolate; background: var(--s17-bg); }
.s17-cn-hero__image, .s17-cn-hero__veil { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.s17-cn-hero__image { object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); animation: s17-cn-hero-settle 1.4s ease-out both; }
.s17-cn-hero__veil { z-index: -1; background: linear-gradient(90deg, rgba(3, 5, 10, .94) 0%, rgba(3, 5, 10, .68) 45%, rgba(3, 5, 10, .15) 100%), linear-gradient(0deg, rgba(3, 5, 10, .86), rgba(3, 5, 10, .08) 72%); }
.s17-cn-hero__content { display: flex; min-height: inherit; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-bottom: 112px; }
.s17-cn-hero h1 { max-width: 720px; margin-top: 22px; color: var(--s17-text); font-size: clamp(52px, 5.6vw, 80px); line-height: 1.02; }
.s17-cn-editorial .s17-cn-hero__lead { max-width: 710px; margin-top: 28px; color: var(--s17-muted); font-size: clamp(17px, 1.3vw, 20px); line-height: 1.8; }
.s17-cn-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.s17-cn-map-section, .s17-cn-field { background: var(--s17-panel); }
.s17-cn-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); align-items: end; gap: 64px; margin-bottom: 52px; }
.s17-cn-intro h2, .s17-cn-field h2, .s17-cn-delivery h2, .s17-cn-cta h2 { margin-top: 18px; font-size: clamp(36px, 3.2vw, 48px); }
.s17-cn-intro > p, .s17-cn-field-copy > p, .s17-cn-cta p { color: var(--s17-muted); font-size: 18px; line-height: 1.8; }
.s17-cn-topology { position: relative; height: 420px; border-top: 1px solid var(--s17-line); border-bottom: 1px solid var(--s17-line); background: radial-gradient(circle at 50% 48%, rgba(95, 211, 230, .11), transparent 31%); }
.s17-cn-topology svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.s17-cn-topology path { fill: none; stroke: var(--s17-cyan); stroke-width: 2; vector-effect: non-scaling-stroke; }
.s17-cn-topology .s17-cn-path--secondary { stroke: rgba(95, 211, 230, .46); stroke-dasharray: 8 9; }
.s17-cn-topology .s17-cn-policy { stroke: rgba(233, 239, 247, .55); stroke-dasharray: 3 7; }
.s17-cn-node, .s17-cn-transport, .s17-cn-policy-label { position: absolute; display: flex; flex-direction: column; gap: 4px; }
.s17-cn-node { top: 178px; padding: 18px 20px; border: 1px solid var(--s17-line); border-radius: 8px; background: rgba(6, 10, 20, .88); }
.s17-cn-node strong, .s17-cn-transport strong, .s17-cn-policy-label strong { color: var(--s17-text); font-size: 17px; }
.s17-cn-node span, .s17-cn-transport span, .s17-cn-policy-label span { color: var(--s17-muted); font-size: 14px; }
.s17-cn-node--left { left: 2%; } .s17-cn-node--center { left: 50%; transform: translateX(-50%); text-align: center; border-color: var(--s17-cyan); } .s17-cn-node--right { right: 2%; }
.s17-cn-transport { bottom: 22px; left: 50%; align-items: center; transform: translateX(-50%); text-align: center; }
.s17-cn-policy-label { top: 24px; left: 50%; align-items: center; transform: translateX(-50%); text-align: center; }

.s17-cn-checks { background: var(--s17-bg); }
.s17-cn-check-list { border-top: 1px solid var(--s17-line); }
.s17-cn-check-row { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 28px; padding: 18px 0; border-bottom: 1px solid var(--s17-line); }
.s17-cn-check-row strong { color: var(--s17-cyan); font-size: 14px; letter-spacing: .08em; }
.s17-cn-check-row span { color: var(--s17-text); font-size: 16px; }
.s17-cn-field-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 72px; }
.s17-cn-field-media img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
.s17-cn-field-media figcaption { margin-top: 12px; color: var(--s17-muted); font-size: 14px; }
.s17-cn-field-copy > p:not(.s17-cn-kicker) { margin-top: 24px; }
.s17-cn-handoff-list { margin-top: 36px; border-top: 1px solid var(--s17-line); }
.s17-cn-handoff-list article { display: grid; grid-template-columns: 88px minmax(0, 1fr); column-gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--s17-line); }
.s17-cn-handoff-list small { color: var(--s17-cyan); font-size: 14px; font-weight: 700; }
.s17-cn-handoff-list h3 { color: var(--s17-text); font-size: 20px; }
.s17-cn-handoff-list p { grid-column: 2; margin-top: 6px; color: var(--s17-muted); font-size: 16px; }
.s17-cn-delivery { background: var(--s17-panel); }
.s17-cn-delivery-links { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 32px; }
.s17-cn-delivery-links a { padding-bottom: 5px; border-bottom: 1px solid var(--s17-cyan); color: var(--s17-text); font-weight: 650; text-decoration: none; }
.s17-cn-cta { padding: 72px 0 88px; background: var(--s17-panel); color: var(--s17-text); }
.s17-cn-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.s17-cn-cta .s17-cn-kicker { color: #126576; } .s17-cn-cta .s17-cn-kicker::before { background: #126576; }
.s17-cn-cta h2 { color: var(--s17-text); } .s17-cn-cta p { max-width: 680px; margin-top: 18px; color: var(--s17-muted); }
.s17-cn-cta .s17-cn-button { color: #04141c; background: var(--s17-cyan); } .s17-cn-cta .s17-cn-button:hover, .s17-cn-cta .s17-cn-button:focus-visible { color: #04141c; background: #8be4f0; }
@keyframes s17-cn-hero-settle { from { transform: scale(1.025); } to { transform: scale(1); } }

@media (prefers-reduced-motion: reduce) { .s17-cn-hero__image { animation: none; } .s17-cn-button { transition: none; } .s17-cn-button:hover, .s17-cn-button:focus-visible { transform: none; } }
@media (max-width: 720px) {
  .s17-cn-shell { width: calc(100% - 40px); }
  .s17-cn-section { padding: 48px 0; }
  .s17-cn-hero { min-height: 0; height: auto; }
  .s17-cn-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; animation: none; }
  .s17-cn-hero__veil { inset: 0 0 auto; height: 100%; background: linear-gradient(90deg, rgba(3, 5, 10, .87), rgba(3, 5, 10, .2)), linear-gradient(0deg, rgba(3, 5, 10, .84), transparent 75%); }
  .s17-cn-hero__content { position: relative; min-height: 0; padding-top: 48px; padding-bottom: 56px; }
  .s17-cn-hero h1 { margin-top: 18px; font-size: clamp(44px, 12vw, 50px); }
  .s17-cn-editorial .s17-cn-hero__lead { margin-top: 20px; font-size: 16px; line-height: 1.75; }
  .s17-cn-actions { width: 100%; margin-top: 24px; }
  .s17-cn-button { width: 100%; min-height: 48px; text-align: center; }
  .s17-cn-intro { display: block; margin-bottom: 32px; }
  .s17-cn-intro > p, .s17-cn-field-copy > p, .s17-cn-cta p { margin-top: 20px; font-size: 16px; }
  .s17-cn-intro h2, .s17-cn-field h2, .s17-cn-delivery h2, .s17-cn-cta h2 { font-size: 32px; }
  .s17-cn-topology { height: 590px; margin-inline: -20px; border-right: 0; border-left: 0; }
  .s17-cn-topology svg { display: none; }
  .s17-cn-topology::before, .s17-cn-topology::after { position: absolute; top: 90px; bottom: 90px; left: 50%; width: 1px; background: repeating-linear-gradient(to bottom, var(--s17-cyan) 0 8px, transparent 8px 16px); content: ""; }
  .s17-cn-topology::after { top: 190px; bottom: 210px; background: var(--s17-cyan); }
  .s17-cn-node { left: 20px; right: 20px; width: auto; align-items: center; text-align: center; }
  .s17-cn-node--left { top: 34px; } .s17-cn-node--center { top: 218px; transform: none; } .s17-cn-node--right { top: 404px; }
  .s17-cn-transport { bottom: 22px; width: calc(100% - 40px); } .s17-cn-policy-label { top: 120px; }
  .s17-cn-check-row { grid-template-columns: 92px minmax(0, 1fr); gap: 16px; }
  .s17-cn-check-row span { font-size: 16px; }
  .s17-cn-field-grid { display: flex; flex-direction: column; gap: 36px; }
  .s17-cn-field-media { order: 2; } .s17-cn-field-copy { order: 1; }
  .s17-cn-handoff-list article { grid-template-columns: 72px minmax(0, 1fr); column-gap: 12px; }
  .s17-cn-handoff-list h3 { font-size: 18px; } .s17-cn-handoff-list p { font-size: 16px; }
  .s17-cn-delivery-links { display: grid; gap: 18px; }
  .s17-cn-cta { padding: 48px 0 56px; }
  .s17-cn-cta__inner { display: block; }
  .s17-cn-cta .s17-cn-button { margin-top: 28px; }
}

.s17-cn-editorial .flow-batch-diagram[data-flow-diagram] { width: 100%; margin: 32px 0 0; border-radius: 16px; overflow: hidden; }
.s17-cn-editorial .flow-batch-diagram__link { display: block; border-radius: inherit; }
.s17-cn-editorial .flow-batch-diagram img { display: block; width: 100%; height: auto; max-width: 100%; }
