/* 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;
  }
}
