/* ECOM Expo 2017 — page-specific layer over activity-report.css. */
.activity-ecom17-runtime {
  --ecom17-coral: #ef765f;
  --ecom17-coral-soft: #f3a18f;
  --ecom17-blue: #56c8ee;
  --ecom17-navy: #06131d;
  --ecom17-ink: #14394b;
}

.ecom17-hero {
  min-height: min(840px, 94vh);
  background:
    radial-gradient(circle at 82% 24%, rgba(58, 170, 218, .28), transparent 31%),
    radial-gradient(circle at 12% 85%, rgba(239, 118, 95, .16), transparent 30%),
    linear-gradient(143deg, #02070d 0%, #071826 54%, #07121b 100%);
}

.ecom17-hero::before {
  content: "ECOM / 17";
  right: -1vw;
  bottom: -2.2vw;
  left: auto;
  color: transparent;
  -webkit-text-stroke: 1px rgba(123, 214, 245, .065);
  font-size: clamp(100px, 15vw, 250px);
  letter-spacing: -.085em;
}

.ecom17-hero::after {
  opacity: .24;
  background-image:
    linear-gradient(rgba(117, 216, 247, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 216, 247, .045) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse 74% 86% at 76% 32%, #000, transparent);
  mask-image: radial-gradient(ellipse 74% 86% at 76% 32%, #000, transparent);
}

.ecom17-hero .hero-circuit .current {
  stroke: #f08972;
  filter: drop-shadow(0 0 7px rgba(240, 137, 114, .54));
}

.ecom17-hero-shell {
  width: min(100% - 64px, 1380px);
  padding-top: 150px;
  grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr);
  gap: clamp(54px, 7vw, 108px);
}

.ecom17-hero .breadcrumbs { margin-bottom: clamp(48px, 5.5vh, 66px); }

.ecom17-hero h1 {
  max-width: 710px;
  font-size: clamp(54px, 6.3vw, 92px);
}

.ecom17-hero h1 em {
  background-image: linear-gradient(103deg, #f1fbff 0%, #86ddf6 43%, #f1a08e 92%);
}

.ecom17-hero .activity-report-lead { max-width: 630px; }

.ecom17-hero .activity-report-meta {
  border-color: rgba(126, 215, 245, .14);
}

.ecom17-hero-visual {
  aspect-ratio: 1.12;
  clip-path: polygon(0 0, calc(100% - 46px) 0, 100% 46px, 100% 100%, 46px 100%, 0 calc(100% - 46px));
  transform: rotate(.7deg);
}

.ecom17-hero-visual::after {
  background:
    linear-gradient(180deg, rgba(3, 14, 22, .04) 42%, rgba(3, 14, 22, .88) 100%),
    linear-gradient(90deg, rgba(2, 18, 29, .3), transparent 44%),
    linear-gradient(135deg, rgba(41, 158, 204, .08), rgba(239, 118, 95, .08));
}

.ecom17-hero-visual img {
  object-position: 50% 42%;
  filter: saturate(.74) contrast(1.06) brightness(.83) hue-rotate(-3deg);
}

.ecom17-visual-year {
  position: absolute;
  top: 48px;
  right: 25px;
  z-index: 3;
  color: rgba(238, 249, 253, .12);
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 250;
  line-height: 1;
  letter-spacing: -.07em;
}

.ecom17-bridge .bridge-current {
  stroke: var(--ecom17-coral);
  filter: drop-shadow(0 0 5px rgba(239, 118, 95, .55));
}

.ecom17-report-section {
  background:
    radial-gradient(circle at 91% 8%, rgba(239, 118, 95, .085), transparent 25%),
    radial-gradient(circle at 7% 38%, rgba(36, 143, 187, .075), transparent 27%),
    linear-gradient(180deg, #edf4f7 0%, #fbfcfc 28%, #eef4f6 100%);
}

.ecom17-article { width: min(100% - 64px, 1320px); }
.ecom17-body { width: min(100%, 1160px); }

.ecom17-intro {
  width: min(100%, 1210px);
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
}

.ecom17-story-cover {
  aspect-ratio: 1.42;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%);
}

.ecom17-story-cover img {
  object-position: center;
  filter: saturate(.72) contrast(1.055) brightness(.91) hue-rotate(-3deg);
}

.ecom17-lead-copy h2 {
  max-width: 610px;
  font-size: clamp(39px, 4.2vw, 61px);
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
  text-wrap: balance;
}

.ecom17-scale {
  position: relative;
  margin: 0 0 clamp(80px, 10vw, 126px);
  padding: clamp(36px, 5vw, 64px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(450px, 1.14fr);
  align-items: end;
  gap: clamp(44px, 6vw, 82px);
  border: 1px solid rgba(26, 108, 144, .13);
  border-radius: 22px;
  background:
    linear-gradient(rgba(25, 121, 160, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 121, 160, .035) 1px, transparent 1px),
    rgba(255, 255, 255, .7);
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 28px 70px rgba(33, 79, 99, .09), inset 0 1px rgba(255, 255, 255, .9);
}

.ecom17-scale::before {
  content: "SCALE";
  position: absolute;
  top: -18px;
  right: -6px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(19, 107, 143, .055);
  font-size: clamp(80px, 12vw, 154px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.07em;
  pointer-events: none;
}

.ecom17-scale-copy,
.ecom17-scale-numbers { position: relative; z-index: 1; }

.ecom17-scale-copy h2 {
  max-width: 520px;
  margin: 19px 0 22px;
  color: var(--ecom17-ink);
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 330;
  line-height: 1.03;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.ecom17-scale-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(25, 58, 74, .68);
  font-size: 15px;
  line-height: 1.7;
}

.ecom17-scale-numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ecom17-scale-numbers > div {
  min-height: 152px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(20, 104, 140, .11);
  border-radius: 15px;
  background: rgba(230, 241, 245, .58);
}

.ecom17-scale-numbers > div:nth-child(2) {
  color: #f3fbff;
  border-color: rgba(137, 214, 240, .14);
  background: linear-gradient(145deg, #0a4a66, #082d42);
}

.ecom17-scale-numbers > div:nth-child(3) {
  min-height: 112px;
  grid-column: 1 / -1;
  color: #57382f;
  border-color: rgba(201, 107, 83, .12);
  background: rgba(241, 220, 213, .58);
}

.ecom17-scale-numbers strong {
  color: inherit;
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 280;
  line-height: .86;
  letter-spacing: -.065em;
}

.ecom17-scale-numbers > div:nth-child(3) strong {
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -.04em;
}

.ecom17-scale-numbers span {
  color: rgba(25, 65, 84, .58);
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ecom17-scale-numbers > div:nth-child(2) span { color: rgba(213, 240, 249, .58); }
.ecom17-scale-numbers > div:nth-child(3) span { color: rgba(91, 57, 47, .58); }

.ecom17-network {
  position: relative;
  margin-bottom: clamp(90px, 11vw, 138px);
  padding: clamp(42px, 6vw, 76px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
  color: #eaf8fc;
  border: 1px solid rgba(124, 212, 242, .14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 34%, rgba(54, 168, 212, .22), transparent 32%),
    radial-gradient(circle at 8% 94%, rgba(239, 118, 95, .13), transparent 34%),
    linear-gradient(140deg, #06131d, #082b3d 74%, #071924);
  box-shadow: 0 34px 80px rgba(7, 43, 59, .2);
  isolation: isolate;
}

.ecom17-network::before {
  content: "NETWORK";
  position: absolute;
  right: -24px;
  bottom: -22px;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(169, 226, 245, .06);
  font-size: clamp(78px, 12vw, 150px);
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.08em;
}

.ecom17-network-copy { position: relative; z-index: 2; }

.ecom17-network-code {
  color: rgba(241, 156, 138, .72);
  font-size: 8px;
  letter-spacing: .22em;
}

.ecom17-network-copy h2 {
  max-width: 610px;
  margin: 24px 0 25px;
  color: #ecf9fd;
  font-size: clamp(42px, 4.8vw, 66px);
  font-weight: 300;
  line-height: .96;
  letter-spacing: -.065em;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.ecom17-network-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(214, 237, 245, .7);
  font-size: clamp(15px, 1.16vw, 18px);
  line-height: 1.75;
}

.ecom17-network-copy > a {
  width: fit-content;
  margin-top: 31px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  color: #eaf9fd;
  border: 1px solid rgba(139, 218, 244, .22);
  border-radius: 999px;
  background: rgba(137, 218, 244, .07);
  font-size: 11px;
  letter-spacing: .03em;
  text-decoration: none;
  transition: border-color .3s ease, background .3s ease, transform .3s ease;
}

.ecom17-network-copy > a span { color: #f39a87; font-size: 16px; }

.ecom17-network-map {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1;
  justify-self: center;
}

.ecom17-network-map::before,
.ecom17-network-map::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(115, 208, 239, .2);
  transform: translate(-50%, -50%);
}

.ecom17-network-map::before { width: 86%; height: 1px; }
.ecom17-network-map::after { width: 1px; height: 86%; }

.ecom17-network-ring {
  position: absolute;
  border: 1px solid rgba(127, 215, 244, .17);
  border-radius: 50%;
}

.ecom17-network-ring--outer { inset: 5%; }
.ecom17-network-ring--inner { inset: 25%; border-color: rgba(240, 145, 124, .24); }

.ecom17-network-core {
  position: absolute;
  inset: 35%;
  z-index: 2;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(157, 225, 247, .28);
  border-radius: 50%;
  background: radial-gradient(circle at 42% 35%, #16617e, #09283a 72%);
  box-shadow: 0 0 0 13px rgba(81, 187, 222, .035), 0 18px 45px rgba(0, 0, 0, .25);
}

.ecom17-network-core small {
  color: rgba(190, 233, 247, .54);
  font-size: 7px;
  letter-spacing: .17em;
}

.ecom17-network-core strong {
  margin-top: 5px;
  color: #f4fbfd;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
}

.ecom17-network-node {
  position: absolute;
  z-index: 2;
  padding: 8px 11px;
  color: rgba(216, 241, 249, .72);
  border: 1px solid rgba(125, 211, 239, .2);
  border-radius: 999px;
  background: #0b3043;
  font-size: 7px;
  letter-spacing: .14em;
  white-space: nowrap;
}

.ecom17-network-node::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ee826b;
  box-shadow: 0 0 10px rgba(238, 130, 107, .72);
}

.ecom17-network-node--studio { top: 3%; left: 38%; }
.ecom17-network-node--studio::before { right: 50%; bottom: -38px; }
.ecom17-network-node--design { top: 47%; right: -2%; }
.ecom17-network-node--design::before { top: 50%; left: -31px; }
.ecom17-network-node--dev { bottom: 3%; left: 35%; }
.ecom17-network-node--dev::before { top: -38px; left: 50%; }
.ecom17-network-node--client { top: 47%; left: -1%; }
.ecom17-network-node--client::before { top: 50%; right: -31px; }

@media (hover: hover) and (pointer: fine) {
  .ecom17-network-copy > a:hover,
  .ecom17-network-copy > a:focus-visible {
    border-color: rgba(139, 218, 244, .43);
    background: rgba(137, 218, 244, .13);
    transform: translateY(-2px);
  }
}

.ecom17-release {
  margin-bottom: clamp(88px, 11vw, 142px);
  content-visibility: auto;
  contain-intrinsic-size: 1150px;
}

.ecom17-release-heading {
  margin-bottom: clamp(34px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(480px, 1.45fr);
  align-items: end;
  gap: clamp(38px, 6vw, 90px);
}

.ecom17-release-heading > div { display: grid; gap: 19px; }

.ecom17-release-version {
  width: fit-content;
  padding-top: 17px;
  color: rgba(25, 70, 90, .6);
  border-top: 1px solid rgba(24, 110, 148, .18);
  font-size: 9px;
  letter-spacing: .13em;
}

.ecom17-release-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ecom17-ink);
  font-size: clamp(44px, 5.3vw, 74px);
  font-weight: 310;
  line-height: .94;
  letter-spacing: -.068em;
  text-wrap: balance;
}

.ecom17-release-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.ecom17-release-card {
  position: relative;
  min-height: 340px;
  padding: clamp(27px, 3vw, 39px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(24, 105, 143, .12);
  border-radius: 19px;
  background: rgba(255, 255, 255, .69);
  box-shadow: 0 20px 48px rgba(36, 79, 99, .075), inset 0 1px rgba(255, 255, 255, .84);
}

.ecom17-release-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 130px;
  height: 130px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .055;
  box-shadow: 0 0 0 24px currentColor, 0 0 0 48px currentColor;
  pointer-events: none;
}

.ecom17-release-card--platform { grid-column: span 7; color: #17465a; }
.ecom17-release-card--demo { grid-column: span 5; color: #e8f8fc; border-color: rgba(132, 215, 242, .14); background: linear-gradient(145deg, #0b4d69, #082f45); }
.ecom17-release-card--site { grid-column: span 4; color: #513b36; background: rgba(243, 225, 219, .72); }
.ecom17-release-card--partners { grid-column: span 4; color: #18475b; background: rgba(225, 241, 246, .75); }
.ecom17-release-card--services { grid-column: span 4; color: #344b42; background: rgba(229, 238, 230, .78); }

.ecom17-release-card > span {
  color: currentColor;
  opacity: .48;
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ecom17-release-card > strong {
  max-width: 520px;
  margin: auto 0 20px;
  color: inherit;
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 360;
  line-height: 1.02;
  letter-spacing: -.045em;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
  text-wrap: balance;
}

.ecom17-release-card p {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0;
  color: currentColor;
  opacity: .7;
  font-size: 13px;
  line-height: 1.65;
}

.ecom17-release-card--demo p { color: rgba(221, 242, 249, .74); opacity: 1; }

.ecom17-release-card a {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 10px;
  text-decoration: none;
}

.ecom17-release-card a i { font-style: normal; opacity: .55; }

.ecom17-video {
  position: relative;
  margin-bottom: clamp(86px, 10vw, 126px);
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(520px, 1.38fr);
  align-items: center;
  gap: clamp(42px, 6vw, 78px);
  color: #eaf9fd;
  border-radius: 23px;
  background:
    radial-gradient(circle at 88% 18%, rgba(239, 118, 95, .17), transparent 28%),
    linear-gradient(140deg, #06131d, #092d40);
  box-shadow: 0 30px 74px rgba(7, 44, 61, .18);
  content-visibility: auto;
  contain-intrinsic-size: 650px;
}

.ecom17-video::before {
  content: "PLAY";
  position: absolute;
  bottom: -22px;
  left: -8px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(155, 222, 244, .055);
  font-size: clamp(92px, 14vw, 172px);
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.08em;
}

.ecom17-video-copy,
.ecom17-video-frame { position: relative; z-index: 1; }

.ecom17-video-index {
  color: rgba(240, 151, 131, .72);
  font-size: 8px;
  letter-spacing: .2em;
}

.ecom17-video-copy h2 {
  margin: 25px 0 23px;
  color: #edfaff;
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.06em;
}

.ecom17-video-copy p {
  margin: 0;
  color: rgba(210, 235, 244, .66);
  font-size: 14px;
  line-height: 1.7;
}

.ecom17-video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(146, 220, 244, .2);
  border-radius: 17px;
  background: #02070b;
  box-shadow: 0 26px 65px rgba(0, 0, 0, .3);
}

.ecom17-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
}

.ecom17-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.ecom17-final-note {
  margin-bottom: clamp(64px, 8vw, 96px);
}

.ecom17-final-note > span { color: rgba(195, 86, 64, .62); }

.ecom17-gallery-section {
  content-visibility: auto;
  contain-intrinsic-size: 2200px;
}

.ecom17-gallery-head h2 {
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.ecom17-gallery-head > p strong { color: #d36650; }

.ecom17-gallery {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(210px, 21vw, 306px);
  gap: 12px;
}

.ecom17-gallery > a {
  position: relative;
  height: 100%;
  aspect-ratio: auto;
  grid-column: span 4;
  overflow: hidden;
  border-radius: 16px;
  background: #d6e3e8;
  isolation: isolate;
}

.ecom17-gallery > a:nth-child(1),
.ecom17-gallery > a:nth-child(8),
.ecom17-gallery > a:nth-child(15) { grid-column: span 8; }

.ecom17-gallery > a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 24, 34, .02) 48%, rgba(4, 24, 34, .65) 100%);
  transition: opacity .35s ease;
}

.ecom17-gallery > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) contrast(1.055) brightness(.92) hue-rotate(-3deg);
  transition: transform .6s cubic-bezier(.2, .72, .22, 1), filter .4s ease;
}

.ecom17-gallery > a > span {
  position: absolute;
  right: 17px;
  bottom: 15px;
  z-index: 2;
  color: rgba(235, 248, 252, .76);
  font-size: 8px;
  letter-spacing: .15em;
}

@media (hover: hover) and (pointer: fine) {
  .ecom17-gallery > a:hover img {
    transform: scale(1.025);
    filter: saturate(.86) contrast(1.04) brightness(.96);
  }
}

@media (max-width: 1080px) {
  .ecom17-hero-shell {
    grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr);
    gap: 46px;
  }

  .ecom17-scale { grid-template-columns: 1fr; }
  .ecom17-network { grid-template-columns: minmax(330px, 1fr) minmax(320px, .8fr); }
  .ecom17-release-heading { grid-template-columns: minmax(190px, .45fr) minmax(420px, 1.55fr); }
  .ecom17-video { grid-template-columns: 1fr; }
  .ecom17-video-copy { max-width: 680px; }
}

@media (max-width: 900px) {
  .ecom17-hero-shell {
    width: min(100% - 36px, 780px);
    padding-top: 142px;
    grid-template-columns: 1fr;
  }

  .ecom17-hero-visual { width: min(100%, 720px); aspect-ratio: 1.35; transform: none; }
  .ecom17-intro { grid-template-columns: 1fr; }
  .ecom17-network { grid-template-columns: 1fr; }
  .ecom17-network-copy { max-width: 680px; }
  .ecom17-network-map { width: min(100%, 390px); }
  .ecom17-release-heading { grid-template-columns: 1fr; gap: 35px; }
  .ecom17-release-heading > div { max-width: 260px; }
  .ecom17-release-card--platform,
  .ecom17-release-card--demo { grid-column: span 6; }
  .ecom17-release-card--site,
  .ecom17-release-card--partners,
  .ecom17-release-card--services { grid-column: span 4; }
  .ecom17-gallery { grid-auto-rows: clamp(200px, 29vw, 270px); }
}

@media (max-width: 700px) {
  .ecom17-hero h1 { font-size: clamp(44px, 13vw, 65px); }
  .ecom17-hero-visual { aspect-ratio: 1.02; }
  .ecom17-hero-visual img { object-position: 49% 43%; }
  .ecom17-visual-year { top: 54px; font-size: 46px; }
  .ecom17-article { width: min(100% - 28px, 1320px); }
  .ecom17-story-cover { aspect-ratio: 1.08; }
  .ecom17-lead-copy h2 { font-size: clamp(35px, 11vw, 49px); }

  .ecom17-scale {
    margin-bottom: 70px;
    padding: 29px 23px;
    gap: 34px;
  }

  .ecom17-scale-copy h2 { font-size: clamp(32px, 9.8vw, 43px); }
  .ecom17-scale-numbers { grid-template-columns: 1fr; }
  .ecom17-scale-numbers > div,
  .ecom17-scale-numbers > div:nth-child(3) { min-height: 125px; grid-column: auto; }

  .ecom17-network {
    margin-bottom: 72px;
    padding: 34px 23px;
    gap: 42px;
  }

  .ecom17-network-copy h2 { font-size: clamp(38px, 12vw, 51px); }
  .ecom17-network-map { width: min(94%, 350px); }
  .ecom17-network-node { padding: 6px 8px; font-size: 6px; }

  .ecom17-release { margin-bottom: 72px; contain-intrinsic-size: 2100px; }
  .ecom17-release-heading h2 { font-size: clamp(40px, 12.5vw, 55px); }
  .ecom17-release-card--platform,
  .ecom17-release-card--demo,
  .ecom17-release-card--site,
  .ecom17-release-card--partners,
  .ecom17-release-card--services { grid-column: 1 / -1; }
  .ecom17-release-card { min-height: 300px; padding: 27px 23px; }
  .ecom17-release-card > strong { font-size: clamp(27px, 8.4vw, 37px); }

  .ecom17-video {
    margin-bottom: 70px;
    padding: 31px 22px 22px;
    gap: 34px;
  }

  .ecom17-video-copy h2 { font-size: clamp(39px, 12vw, 50px); }
  .ecom17-video-frame { border-radius: 12px; }
  .ecom17-final-note { margin-bottom: 58px; }

  .ecom17-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: clamp(220px, 66vw, 300px);
    gap: 10px;
  }

  .ecom17-gallery > a,
  .ecom17-gallery > a:nth-child(1),
  .ecom17-gallery > a:nth-child(8),
  .ecom17-gallery > a:nth-child(15) { grid-column: 1; }
}

@media (max-width: 420px) {
  .ecom17-network-map { width: 100%; }
  .ecom17-network-node--design { right: -4%; }
  .ecom17-network-node--client { left: -4%; }
  .ecom17-gallery-head h2 { font-size: clamp(43px, 13.8vw, 58px); }
}

@media (prefers-reduced-motion: reduce) {
  .ecom17-network-copy > a,
  .ecom17-gallery > a img { transition: none !important; }
}
