/* ECOM Expo 2015 report — modern activity detail page. */
.activity-report-runtime {
  --event-ink: #06111b;
  --event-blue: #167ea8;
  --event-cyan: #7bdbf5;
  --event-copper: #d59a65;
  --event-paper: #f2f7f9;
}

.activity-report-hero {
  min-height: min(820px, 92vh);
  background:
    radial-gradient(circle at 78% 28%, rgba(19, 137, 190, .26), transparent 30%),
    radial-gradient(circle at 24% 84%, rgba(210, 143, 86, .12), transparent 28%),
    linear-gradient(145deg, #02070d 0%, #071725 55%, #051019 100%);
}

.activity-report-hero::before {
  content: "ECOM / 15";
  right: -1vw;
  bottom: -2vw;
  left: auto;
  font-size: clamp(100px, 15vw, 250px);
  letter-spacing: -.08em;
}

.activity-report-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(122, 220, 246, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 220, 246, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(ellipse 72% 82% at 72% 35%, #000, transparent);
  mask-image: radial-gradient(ellipse 72% 82% at 72% 35%, #000, transparent);
}

.activity-report-hero-shell {
  width: min(100% - 64px, 1320px);
  padding: 154px 0 68px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
}

.activity-report-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.activity-report-hero .breadcrumbs {
  margin-bottom: clamp(48px, 5.5vh, 68px);
}

.activity-report-hero h1 {
  max-width: 740px;
  margin-top: 25px;
  font-size: clamp(52px, 6.25vw, 90px);
  letter-spacing: -.067em;
}

.activity-report-hero h1 em {
  display: block;
  color: #9de7f9;
  font-style: normal;
  font-weight: 320;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(102deg, #edfaff 0%, #8bdef4 42%, #e5b184 86%);
  -webkit-background-clip: text;
  background-clip: text;
}

.activity-report-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(194, 220, 233, .68);
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.72;
}

.activity-report-meta {
  max-width: 650px;
  margin-top: 34px;
  padding-top: 21px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid rgba(133, 213, 242, .13);
}

.activity-report-meta span {
  color: rgba(222, 241, 248, .79);
  font-size: 11px;
  letter-spacing: .04em;
}

.activity-report-meta small {
  margin-bottom: 7px;
  display: block;
  color: rgba(134, 201, 228, .4);
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.activity-report-hero-visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.16;
  overflow: hidden;
  display: block;
  color: #effbff;
  border: 1px solid rgba(154, 224, 248, .17);
  background: #0b2331;
  clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 38px, 100% 100%, 38px 100%, 0 calc(100% - 38px));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
  text-decoration: none;
  isolation: isolate;
}

.activity-report-hero-visual::before,
.activity-report-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.activity-report-hero-visual::before {
  opacity: .25;
  background-image:
    linear-gradient(rgba(215, 244, 255, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 244, 255, .16) 1px, transparent 1px);
  background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 76%);
  mask-image: linear-gradient(180deg, #000, transparent 76%);
}

.activity-report-hero-visual::after {
  background:
    linear-gradient(180deg, rgba(4, 18, 28, .04) 44%, rgba(3, 17, 27, .84) 100%),
    linear-gradient(90deg, rgba(5, 29, 42, .16), transparent 40%);
}

.activity-report-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.76) contrast(1.05) brightness(.86);
  transition: transform .7s cubic-bezier(.2, .72, .22, 1), filter .5s ease;
}

.activity-report-visual-index,
.activity-report-visual-caption,
.activity-report-visual-open {
  position: absolute;
  z-index: 3;
}

.activity-report-visual-index {
  top: 25px;
  left: 26px;
  color: rgba(224, 246, 253, .72);
  font-size: 9px;
  letter-spacing: .2em;
}

.activity-report-visual-caption {
  right: 80px;
  bottom: 28px;
  left: 28px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.activity-report-visual-open {
  right: 24px;
  bottom: 21px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(211, 242, 252, .25);
  border-radius: 50%;
  background: rgba(225, 247, 255, .08);
  font-size: 17px;
  transition: transform .35s ease, background .35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .activity-report-hero-visual:hover img {
    transform: scale(1.025);
    filter: saturate(.9) contrast(1.045) brightness(.9);
  }

  .activity-report-hero-visual:hover .activity-report-visual-open {
    transform: translate(3px, -3px);
    background: rgba(225, 247, 255, .14);
  }
}

.activity-report-bridge {
  height: 78px;
}

.activity-report-bridge .bridge-current {
  stroke: #d7a06f;
  filter: drop-shadow(0 0 5px rgba(213, 154, 101, .54));
}

.activity-report-section {
  padding-top: clamp(54px, 6vw, 84px);
  background:
    radial-gradient(circle at 90% 8%, rgba(213, 154, 101, .09), transparent 25%),
    radial-gradient(circle at 7% 42%, rgba(30, 131, 171, .08), transparent 29%),
    linear-gradient(180deg, #edf4f7 0%, #fbfcfc 30%, #eef4f6 100%);
}

.activity-report-article {
  width: min(100% - 64px, 1260px);
}

.activity-story-intro {
  height: auto !important;
  min-height: 0 !important;
  width: min(100%, 1160px);
  margin: 0 auto clamp(68px, 8vw, 108px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(46px, 6vw, 86px);
}

.activity-story-cover {
  position: relative;
  aspect-ratio: 1.38;
  overflow: hidden;
  display: block;
  color: #fff;
  border: 1px solid rgba(24, 101, 136, .16);
  background: #d9e6eb;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  box-shadow: 0 28px 70px rgba(30, 73, 92, .15);
  text-decoration: none;
  isolation: isolate;
}

.activity-story-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(4, 25, 36, .72));
}

.activity-story-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.8) contrast(1.04);
  transition: transform .55s cubic-bezier(.2, .72, .22, 1), filter .4s ease;
}

.activity-story-cover-label,
.activity-story-cover-open {
  position: absolute;
  bottom: 22px;
  z-index: 2;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.activity-story-cover-label { left: 23px; }
.activity-story-cover-open { right: 23px; color: rgba(231, 248, 253, .72); }

@media (hover: hover) and (pointer: fine) {
  .activity-story-cover:hover img { transform: scale(1.025); filter: saturate(.92) contrast(1.04); }
}

.activity-story-lead-copy {
  min-width: 0;
}

.activity-section-kicker {
  color: rgba(21, 111, 148, .63);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.activity-story-lead-copy h2 {
  margin: 20px 0 26px;
  color: #14384b;
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 330;
  line-height: .99;
  letter-spacing: -.06em;
}

.activity-story-lead-copy p {
  margin: 0;
  color: rgba(25, 55, 72, .74);
  font-size: clamp(15px, 1.14vw, 18px);
  line-height: 1.75;
}

.activity-story-lead-copy p + p { margin-top: 18px; }

.activity-report-body {
  width: min(100%, 1080px);
}

.activity-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.activity-story-card {
  position: relative;
  min-height: 430px;
  padding: clamp(28px, 3.5vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(23, 105, 141, .13);
  border-radius: 20px;
}

.activity-story-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 150px;
  height: 150px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .07;
  box-shadow: 0 0 0 28px currentColor, 0 0 0 56px currentColor;
  pointer-events: none;
}

.activity-story-card--system {
  color: #17475e;
  background:
    radial-gradient(circle at 88% 12%, rgba(66, 172, 211, .12), transparent 30%),
    rgba(255, 255, 255, .76);
  box-shadow: 0 22px 54px rgba(36, 79, 99, .09), inset 0 1px rgba(255, 255, 255, .8);
}

.activity-story-card--dialog {
  color: #eaf8fc;
  border-color: rgba(127, 207, 235, .15);
  background:
    radial-gradient(circle at 86% 10%, rgba(80, 189, 228, .2), transparent 31%),
    linear-gradient(145deg, #0b4b68, #092f46 72%);
  box-shadow: 0 26px 62px rgba(9, 54, 75, .17), inset 0 1px rgba(255, 255, 255, .08);
}

.activity-story-number {
  margin-bottom: clamp(64px, 8vw, 102px);
  display: block;
  color: rgba(23, 101, 132, .38);
  font-size: 11px;
  letter-spacing: .16em;
}

.activity-story-card--dialog .activity-story-number { color: rgba(204, 238, 249, .4); }
.activity-story-card--dialog .activity-section-kicker { color: rgba(162, 224, 244, .61); }

.activity-story-card h2 {
  margin: 18px 0 22px;
  color: inherit;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 350;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.activity-story-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(24, 66, 86, .72);
  font-size: 15px;
  line-height: 1.72;
}

.activity-story-card--dialog p { color: rgba(220, 241, 248, .72); }
.activity-story-card p + p { margin-top: 17px; }

.activity-performance {
  position: relative;
  margin: clamp(28px, 4vw, 46px) 0 clamp(76px, 9vw, 118px);
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(300px, 1.3fr);
  align-items: end;
  gap: clamp(36px, 6vw, 86px);
  color: #edfaff;
  border-radius: 20px;
  background:
    linear-gradient(rgba(126, 219, 247, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 219, 247, .05) 1px, transparent 1px),
    radial-gradient(circle at 82% 26%, rgba(45, 170, 214, .22), transparent 30%),
    linear-gradient(135deg, #061923, #092f43);
  background-size: 30px 30px, 30px 30px, auto, auto;
  box-shadow: 0 28px 70px rgba(9, 52, 70, .16);
}

.activity-performance::after {
  content: "LOAD TEST";
  position: absolute;
  right: -8px;
  bottom: -12px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(160, 224, 245, .08);
  font-size: clamp(60px, 10vw, 128px);
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.07em;
  white-space: nowrap;
}

.activity-performance-signal {
  position: absolute;
  top: 0;
  left: 8%;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8ce3fa, transparent);
  box-shadow: 0 0 12px rgba(113, 220, 248, .7);
}

.activity-performance > strong {
  position: relative;
  z-index: 1;
  font-size: clamp(60px, 8vw, 108px);
  font-weight: 260;
  line-height: .78;
  letter-spacing: -.075em;
}

.activity-performance > div {
  position: relative;
  z-index: 1;
}

.activity-performance > div > span {
  color: #9de5f8;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.activity-performance p {
  max-width: 490px;
  margin: 15px 0 0;
  color: rgba(213, 237, 246, .7);
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.55;
}

.activity-partner-panel {
  padding: clamp(32px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 5vw, 68px);
  border: 1px solid rgba(24, 105, 143, .13);
  border-radius: 20px;
  background:
    radial-gradient(circle at 14% 8%, rgba(213, 154, 101, .11), transparent 30%),
    rgba(255, 255, 255, .62);
  box-shadow: 0 24px 64px rgba(35, 78, 98, .08), inset 0 1px rgba(255, 255, 255, .82);
}

.activity-partner-code {
  color: rgba(173, 105, 55, .62);
  font-size: 8px;
  letter-spacing: .2em;
}

.activity-partner-head h2 {
  max-width: 100%;
  margin: 24px 0 0;
  color: #15394d;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 330;
  line-height: .98;
  letter-spacing: -.06em;
  overflow-wrap: normal !important;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
  text-wrap: balance;
}

.activity-partner-head,
.activity-gallery-head {
  height: auto !important;
  min-height: 0 !important;
}

.activity-partner-copy > p {
  margin: 0;
  color: rgba(25, 55, 72, .76);
  font-size: clamp(15px, 1.14vw, 18px);
  line-height: 1.78;
}

.activity-partner-copy > p + p { margin-top: 25px; }

.activity-partner-tools {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.activity-partner-tools article {
  min-height: 250px;
  padding: 25px;
  border: 1px solid rgba(25, 105, 142, .12);
  border-radius: 14px;
  background: rgba(226, 239, 244, .55);
}

.activity-partner-tools article:nth-child(2) {
  background: rgba(234, 226, 217, .55);
}

.activity-partner-tools article > span {
  color: rgba(24, 105, 143, .42);
  font-size: 9px;
  letter-spacing: .14em;
}

.activity-partner-tools h3 {
  margin: 42px 0 16px;
  color: #174257;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.025em;
}

.activity-partner-tools p {
  margin: 0;
  color: rgba(25, 55, 72, .67);
  font-size: 13px;
  line-height: 1.65;
}

.activity-final-note {
  margin: clamp(58px, 7vw, 86px) 0 clamp(34px, 4vw, 52px);
  padding: 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
  gap: clamp(32px, 6vw, 78px);
  border: 0;
  background: transparent;
}

.activity-final-note > span {
  padding-top: 10px;
  color: rgba(21, 110, 147, .55);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.activity-final-note p {
  margin: 0;
  color: #173f54;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 330;
  line-height: 1.15;
  letter-spacing: -.045em;
}

.activity-gallery-section {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
}

.activity-gallery-head {
  margin-bottom: clamp(28px, 4vw, 46px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
}

.activity-gallery-head h2 {
  margin: 17px 0 0;
  color: #15394d;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 310;
  line-height: .9;
  letter-spacing: -.07em;
}

.activity-gallery-head > p {
  margin: 0;
  color: rgba(25, 67, 88, .58);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.activity-gallery-head > p strong {
  margin-right: 8px;
  color: #167ca4;
  font-size: 30px;
  font-weight: 330;
  letter-spacing: -.04em;
}

.activity-photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.activity-photo-gallery > a {
  aspect-ratio: 1.45;
  overflow: hidden;
  display: block;
  border-radius: 15px;
  background: #dbe7ec;
}

.activity-photo-gallery > a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activity-photo-gallery.news-auto-gallery {
  margin-block: 0 !important;
}

.activity-photo-gallery.news-auto-gallery > .news-gallery-item {
  border-radius: 15px;
}

/* Lightweight article lightbox, enabled only by data-article-lightbox. */
.fc-article-lightbox[hidden] { display: none !important; }

.fc-article-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  padding: 24px;
  display: grid;
  place-items: center;
  color: #edfaff;
  background: rgba(2, 8, 13, .91);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.fc-article-lightbox::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(130, 220, 247, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 220, 247, .08) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 75% 78% at 50% 48%, #000, transparent);
  mask-image: radial-gradient(ellipse 75% 78% at 50% 48%, #000, transparent);
}

.fc-article-lightbox-stage {
  position: relative;
  z-index: 1;
  width: min(100%, 1500px);
  height: min(86vh, 920px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 15px;
}

.fc-article-lightbox-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  touch-action: pan-y pinch-zoom;
  -webkit-user-select: none;
  user-select: none;
}

.fc-article-lightbox-media > img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 7px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .48);
  transition: opacity .18s ease;
}

.fc-article-lightbox-media.is-loading img,
.fc-article-lightbox-media.has-error img {
  opacity: .2;
}

.fc-article-lightbox-status {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: max-content;
  max-width: min(80%, 320px);
  padding: 10px 13px;
  opacity: 0;
  color: rgba(226, 244, 250, .82);
  border: 1px solid rgba(157, 222, 243, .16);
  border-radius: 999px;
  background: rgba(7, 24, 34, .72);
  font-size: 9px;
  letter-spacing: .11em;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: opacity .18s ease;
}

.fc-article-lightbox-media.is-loading .fc-article-lightbox-status,
.fc-article-lightbox-media.has-error .fc-article-lightbox-status {
  opacity: 1;
}

.fc-article-lightbox-meta {
  min-height: 32px;
  padding-inline: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.fc-article-lightbox-caption {
  overflow: hidden;
  color: rgba(222, 242, 250, .68);
  font-size: 10px;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.fc-article-lightbox-counter {
  flex: 0 0 auto;
  color: rgba(160, 222, 243, .55);
  font-size: 9px;
  letter-spacing: .16em;
}

.fc-article-lightbox-close,
.fc-article-lightbox-prev,
.fc-article-lightbox-next {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  color: #e9faff;
  border: 1px solid rgba(164, 224, 244, .2);
  border-radius: 50%;
  background: rgba(222, 246, 255, .07);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.fc-article-lightbox-close {
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 22px;
}

.fc-article-lightbox-prev,
.fc-article-lightbox-next {
  top: 50%;
  width: 52px;
  height: 52px;
  font-size: 20px;
  transform: translateY(-50%);
}

.fc-article-lightbox-prev { left: 24px; }
.fc-article-lightbox-next { right: 24px; }

@media (hover: hover) and (pointer: fine) {
  .fc-article-lightbox-close:hover,
  .fc-article-lightbox-prev:hover,
  .fc-article-lightbox-next:hover {
    border-color: rgba(164, 224, 244, .4);
    background: rgba(222, 246, 255, .14);
  }

  .fc-article-lightbox-close:hover { transform: rotate(8deg); }
  .fc-article-lightbox-prev:hover { transform: translate(-3px, -50%); }
  .fc-article-lightbox-next:hover { transform: translate(3px, -50%); }
}

.fc-article-lightbox button:focus-visible {
  outline: 2px solid #7bdcf6;
  outline-offset: 3px;
}

html.article-lightbox-open,
html.article-lightbox-open body { overflow: hidden; }

@media (max-width: 1080px) {
  .activity-report-hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 44px;
  }

  .activity-report-hero h1 { font-size: clamp(50px, 7vw, 76px); }
}

@media (max-width: 900px) {
  .activity-report-hero { min-height: auto; }

  .activity-report-hero-shell {
    width: min(100% - 36px, 760px);
    padding: 142px 0 72px;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .activity-report-hero-copy { max-width: 720px; }
  .activity-report-hero-visual { width: min(100%, 680px); aspect-ratio: 1.38; }

  .activity-story-intro {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .activity-story-cover { width: min(100%, 760px); }
  .activity-story-lead-copy { max-width: 740px; }
  .activity-partner-panel { grid-template-columns: 1fr; gap: 34px; }
  .activity-partner-head h2 { max-width: 700px; }
}

@media (max-width: 700px) {
  .activity-report-hero-shell {
    width: min(100% - 32px, 760px);
    padding: 132px 0 62px;
  }

  .activity-report-hero .breadcrumbs { margin-bottom: 44px; }
  .activity-report-hero h1 { font-size: clamp(44px, 13vw, 66px); }
  .activity-report-lead { margin-top: 23px; font-size: 14px; }

  .activity-report-meta {
    margin-top: 27px;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .activity-report-meta span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .activity-report-meta small { margin: 0; }
  .activity-report-hero-visual { aspect-ratio: 1.04; }
  .activity-report-visual-caption { right: 70px; font-size: 8px; }
  .activity-report-bridge { height: 58px; }

  .activity-report-section { padding-top: 42px; }
  .activity-report-article { width: min(100% - 28px, 1260px); }
  .activity-story-intro { margin-bottom: 62px; gap: 36px; }
  .activity-story-cover { aspect-ratio: 1.12; }
  .activity-story-cover-open { display: none; }

  .activity-story-lead-copy h2 {
    margin-block: 17px 21px;
    font-size: clamp(36px, 11.5vw, 52px);
  }

  .activity-story-grid { grid-template-columns: 1fr; }
  .activity-story-card { min-height: 0; padding: 28px 24px 32px; }
  .activity-story-number { margin-bottom: 58px; }

  .activity-performance {
    margin-bottom: 70px;
    padding: 34px 25px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .activity-performance > strong { font-size: clamp(60px, 21vw, 92px); }

  .activity-partner-panel { padding: 28px 23px; }
  .activity-partner-head h2 { max-width: 100%; font-size: clamp(32px, 9.5vw, 44px); }
  .activity-partner-tools { grid-template-columns: 1fr; }
  .activity-partner-tools article { min-height: 0; }

  .activity-final-note {
    margin: 56px 0 34px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .activity-final-note p { font-size: clamp(27px, 8.5vw, 38px); }

  .activity-gallery-section { width: 100%; }

  .activity-gallery-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .activity-gallery-head h2 { font-size: clamp(48px, 15vw, 68px); }
  .activity-photo-gallery { grid-template-columns: 1fr; gap: 10px; }

  .fc-article-lightbox { padding: 14px; }
  .fc-article-lightbox-stage { height: 86vh; }
  .fc-article-lightbox-close { top: 14px; right: 14px; width: 44px; height: 44px; }
  .fc-article-lightbox-prev,
  .fc-article-lightbox-next { top: auto; bottom: 17px; width: 44px; height: 44px; transform: none; }
  .fc-article-lightbox-prev { left: 14px; }
  .fc-article-lightbox-next { right: 14px; }
  .fc-article-lightbox-meta { padding: 0 52px; justify-content: center; }
  .fc-article-lightbox-caption { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .activity-report-hero-visual img,
  .activity-story-cover img,
  .activity-report-visual-open,
  .fc-article-lightbox img,
  .fc-article-lightbox-status,
  .fc-article-lightbox button { transition: none !important; }
}
