/* FLEXCORE at ECOM Expo 2014 — archival exhibition report. */
.ecom14-report-runtime {
  --e14-night: #050b14;
  --e14-ink: #172335;
  --e14-blue: #1f75d8;
  --e14-cyan: #62d9ee;
  --e14-red: #e9414f;
  --e14-yellow: #e5ce52;
  --e14-paper: #f3f6f7;
  --e14-line: rgba(31, 93, 144, .14);
}

.ecom14-report-hero {
  min-height: min(860px, 94vh);
  background:
    radial-gradient(circle at 80% 25%, rgba(35, 128, 221, .29), transparent 30%),
    radial-gradient(circle at 17% 84%, rgba(229, 206, 82, .1), transparent 27%),
    radial-gradient(circle at 92% 88%, rgba(232, 61, 76, .12), transparent 22%),
    linear-gradient(139deg, #030811 0%, #071727 52%, #082947 100%);
}

.ecom14-report-hero::before {
  content: "ECOM / 14";
  right: -1.6vw;
  bottom: -2.8vw;
  left: auto;
  color: transparent;
  font-size: clamp(105px, 16vw, 250px);
  letter-spacing: -.09em;
  -webkit-text-stroke: 1px rgba(127, 214, 241, .065);
}

.ecom14-report-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .29;
  background-image:
    linear-gradient(rgba(92, 185, 229, .052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 185, 229, .052) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(ellipse 77% 85% at 73% 34%, #000, transparent);
  mask-image: radial-gradient(ellipse 77% 85% at 73% 34%, #000, transparent);
}

.ecom14-report-signal {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ecom14-report-signal span {
  position: absolute;
  height: 1px;
  opacity: .4;
  background: linear-gradient(90deg, transparent, rgba(76, 174, 231, .58), rgba(228, 203, 79, .45), transparent);
  transform-origin: left center;
}

.ecom14-report-signal span::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 22%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(114, 219, 244, .74);
  border-radius: 50%;
  background: #081525;
  box-shadow: 0 0 15px rgba(75, 192, 230, .54);
}

.ecom14-report-signal span:nth-child(1) { top: 20%; left: -6%; width: 44%; transform: rotate(12deg); }
.ecom14-report-signal span:nth-child(2) { top: 14%; right: -8%; width: 48%; transform: rotate(-18deg); }
.ecom14-report-signal span:nth-child(3) { top: 73%; left: -8%; width: 47%; transform: rotate(-11deg); }
.ecom14-report-signal span:nth-child(4) { top: 78%; right: -8%; width: 46%; transform: rotate(16deg); }
.ecom14-report-signal span:nth-child(5) { top: 46%; left: 45%; width: 17%; opacity: .18; transform: rotate(90deg); }

.ecom14-report-hero-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 64px, 1320px);
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  gap: clamp(52px, 7vw, 102px);
}

.ecom14-report-hero .breadcrumbs { margin-bottom: clamp(43px, 5vh, 62px); }

.ecom14-report-hero h1 {
  max-width: 780px;
  font-size: clamp(55px, 6.55vw, 94px);
  line-height: .9;
  letter-spacing: -.074em;
  text-wrap: balance;
}

.ecom14-report-hero h1 em {
  margin-top: .1em;
  display: block;
  color: #8ce6f5;
  font-style: normal;
  font-weight: 310;
  background: linear-gradient(102deg, #eefcff 0%, #6cdaef 38%, #62a9ee 65%, #ebd96d 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ecom14-report-hero .activity-report-lead {
  max-width: 680px;
  color: rgba(201, 221, 236, .69);
}

.ecom14-report-hero .activity-report-meta { border-color: rgba(97, 194, 230, .16); }
.ecom14-report-hero .activity-report-meta span { color: rgba(225, 239, 248, .82); }
.ecom14-report-hero .activity-report-meta small { color: rgba(121, 196, 224, .5); }

.ecom14-report-hero-visual {
  aspect-ratio: 1.08;
  margin: 0;
  border-color: rgba(128, 210, 238, .18);
  background: #0e2435;
  clip-path: polygon(0 0, calc(100% - 43px) 0, 100% 43px, 100% 100%, 43px 100%, 0 calc(100% - 43px));
  box-shadow: 0 38px 105px rgba(0, 0, 0, .4);
  transform: rotate(.5deg);
}

.ecom14-report-hero-visual::before {
  opacity: .22;
  background-image:
    linear-gradient(rgba(214, 242, 250, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 242, 250, .17) 1px, transparent 1px);
  background-size: 23px 23px;
}

.ecom14-report-hero-visual::after {
  background:
    linear-gradient(180deg, rgba(4, 13, 22, .03) 45%, rgba(4, 13, 23, .86) 100%),
    linear-gradient(112deg, rgba(35, 125, 199, .13), transparent 50%, rgba(226, 199, 78, .07));
}

.ecom14-report-hero-visual img {
  object-position: center;
  filter: saturate(.82) contrast(1.04) brightness(.86);
}

.ecom14-report-hero-visual .activity-report-visual-index { color: rgba(211, 239, 248, .72); }

.ecom14-report-hero-badge {
  position: absolute;
  top: 49px;
  right: 27px;
  z-index: 3;
  display: grid;
  justify-items: end;
  color: #f0d75f;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 330;
  line-height: .72;
  letter-spacing: -.07em;
}

.ecom14-report-hero-badge small {
  margin-bottom: 10px;
  color: rgba(232, 245, 250, .72);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .2em;
}

.ecom14-report-bridge .bridge-current {
  stroke: #62cfe6;
  filter: drop-shadow(0 0 6px rgba(84, 199, 225, .67));
}

.ecom14-report-section {
  padding-top: clamp(60px, 7vw, 96px);
  background:
    radial-gradient(circle at 93% 7%, rgba(40, 125, 193, .1), transparent 27%),
    radial-gradient(circle at 5% 48%, rgba(219, 196, 75, .07), transparent 24%),
    linear-gradient(180deg, #ebf0f2 0%, #fafcfc 29%, #edf2f3 100%);
}

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

.ecom14-report-intro {
  width: min(100%, 1190px);
  margin: 0 auto clamp(92px, 10vw, 142px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr);
  align-items: center;
  gap: clamp(55px, 8vw, 116px);
}

.ecom14-report-intro-copy { min-width: 0; }

.ecom14-report-intro-copy h2 {
  max-width: 730px;
  margin: 20px 0 30px;
  color: var(--e14-ink);
  font-size: clamp(46px, 5.3vw, 74px);
  font-weight: 310;
  line-height: .95;
  letter-spacing: -.067em;
  text-wrap: balance;
}

.ecom14-report-intro-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(28, 45, 63, .69);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.79;
}

.ecom14-report-intro-copy > p + p { margin-top: 19px; }

.ecom14-report-intro-copy .ecom14-report-intro-lead {
  color: var(--e14-ink);
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 350;
  line-height: 1.38;
  letter-spacing: -.025em;
}

.ecom14-report-record {
  position: relative;
  min-height: 510px;
  padding: 26px 27px 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #172a3d;
  border: 1px solid rgba(41, 98, 144, .16);
  border-radius: 9px;
  background:
    linear-gradient(rgba(44, 103, 149, .048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 103, 149, .048) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(222, 234, 238, .96));
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 30px 78px rgba(33, 56, 78, .16), inset 0 1px rgba(255, 255, 255, .88);
  transform: rotate(-.5deg);
}

.ecom14-report-record::after {
  content: "ECOM";
  position: absolute;
  right: -11px;
  bottom: 90px;
  color: transparent;
  font-size: 87px;
  font-weight: 680;
  line-height: .75;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(33, 102, 153, .07);
}

.ecom14-report-record-top {
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(42, 81, 112, .56);
  border-bottom: 1px solid rgba(44, 96, 137, .13);
  font-size: 8px;
  letter-spacing: .18em;
}

.ecom14-report-record-top small {
  color: #d53c49;
  font-size: inherit;
}

.ecom14-report-record > strong {
  position: relative;
  z-index: 1;
  margin: auto 0 0;
  color: #1c6caf;
  font-size: clamp(100px, 10vw, 142px);
  font-weight: 290;
  line-height: .72;
  letter-spacing: -.09em;
}

.ecom14-report-record > p {
  position: relative;
  z-index: 1;
  margin: 12px 0 30px;
  color: rgba(31, 63, 88, .68);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ecom14-report-record dl {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 18px;
  display: grid;
  gap: 10px;
  border-top: 1px dashed rgba(41, 88, 126, .17);
}

.ecom14-report-record dl > div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 15px;
}

.ecom14-report-record dt {
  color: rgba(48, 79, 103, .5);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ecom14-report-record dd {
  margin: 0;
  color: rgba(25, 54, 76, .82);
  font-size: 11px;
}

.ecom14-report-body {
  width: 100%;
  max-width: none;
}

.ecom14-report-section-head,
.ecom14-report-feedback-intro,
.ecom14-report-gallery-head {
  height: auto !important;
  min-height: 0 !important;
}

.ecom14-report-panel-code {
  color: rgba(37, 93, 143, .55);
  font-size: 8px;
  letter-spacing: .21em;
  text-transform: uppercase;
}

.ecom14-report-dialogue {
  margin-bottom: clamp(90px, 10vw, 142px);
  display: grid;
  grid-template-columns: minmax(420px, .96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}

.ecom14-report-dialogue-photo {
  position: relative;
  height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 96, 141, .16);
  border-radius: 9px;
  background: #14293a;
  box-shadow: 0 30px 76px rgba(32, 56, 78, .16);
  transform: rotate(-.45deg);
}

.ecom14-report-dialogue-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 14, 23, .02) 47%, rgba(5, 16, 27, .83) 100%);
  pointer-events: none;
}

.ecom14-report-body .ecom14-report-dialogue-photo img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  filter: saturate(.79) contrast(1.04);
  box-shadow: none;
}

.ecom14-report-dialogue-photo figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(230, 241, 247, .74);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ecom14-report-dialogue-photo figcaption span { color: #74d9ed; }

.ecom14-report-dialogue-copy { min-width: 0; }

.ecom14-report-body .ecom14-report-dialogue-copy h2 {
  max-width: 690px;
  margin: 20px 0 28px;
  color: var(--e14-ink);
  font-size: clamp(43px, 4.9vw, 68px);
  font-weight: 310;
  line-height: .96;
  letter-spacing: -.064em;
  text-wrap: balance;
}

.ecom14-report-body .ecom14-report-dialogue-copy > p {
  max-width: 680px;
  margin: 0;
  color: rgba(30, 47, 65, .68);
  font-size: clamp(15px, 1.14vw, 18px);
  line-height: 1.78;
}

.ecom14-report-body .ecom14-report-dialogue-copy blockquote {
  margin: 32px 0 0;
  padding: 24px 25px;
  color: #163e58;
  border: 1px solid rgba(37, 106, 155, .14);
  border-left: 2px solid #2a88c1;
  border-radius: 0 11px 11px 0;
  background: rgba(221, 238, 243, .62);
}

.ecom14-report-body .ecom14-report-dialogue-copy blockquote p {
  margin: 0;
  color: #1b526f;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.52;
  letter-spacing: -.015em;
}

.ecom14-report-partners { margin-bottom: clamp(88px, 10vw, 142px); }

.ecom14-report-section-head {
  margin-bottom: clamp(34px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(42px, 8vw, 112px);
}

.ecom14-report-body .ecom14-report-section-head h2 {
  max-width: 800px;
  margin: 20px 0 0;
  color: var(--e14-ink);
  font-size: clamp(43px, 5.2vw, 72px);
  font-weight: 310;
  line-height: .95;
  letter-spacing: -.066em;
  text-wrap: balance;
}

.ecom14-report-body .ecom14-report-section-head > p {
  margin: 0;
  color: rgba(31, 48, 66, .62);
  font-size: 14px;
  line-height: 1.72;
}

.ecom14-report-partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 11px;
}

.ecom14-report-partners-grid article {
  min-height: 190px;
  height: 100%;
  padding: 23px 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #1d6ba5;
  border: 1px solid var(--e14-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .73);
  box-shadow: 0 18px 46px rgba(35, 61, 82, .07), inset 0 1px rgba(255, 255, 255, .86);
}

.ecom14-report-partners-grid article:nth-child(3n + 2) {
  color: #2d8392;
  background: rgba(237, 248, 248, .78);
}

.ecom14-report-partners-grid article:nth-child(3n) {
  color: #b04d55;
  background: rgba(250, 241, 241, .78);
}

.ecom14-report-partners-grid article > span {
  color: currentColor;
  opacity: .52;
  font-size: 9px;
  letter-spacing: .16em;
}

.ecom14-report-partners-grid article > small {
  margin-top: auto;
  color: currentColor;
  opacity: .55;
  font-size: 8px;
  letter-spacing: .16em;
}

.ecom14-report-partners-grid article > strong {
  margin-top: 11px;
  color: #17283a;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 430;
  line-height: 1.16;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
}

.ecom14-report-body .ecom14-report-archive-caption {
  max-width: 770px;
  margin: 24px 0 0 auto;
  padding: 16px 18px;
  color: rgba(43, 60, 76, .58);
  border-left: 2px solid rgba(219, 61, 75, .54);
  background: rgba(255, 255, 255, .48);
  font-size: 11px;
  line-height: 1.65;
}

.ecom14-report-delivery {
  position: relative;
  margin-bottom: clamp(88px, 10vw, 142px);
  padding: clamp(38px, 5vw, 66px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(390px, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  color: #edf9ff;
  border: 1px solid rgba(104, 191, 228, .16);
  border-radius: 22px;
  background:
    linear-gradient(rgba(103, 194, 231, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 194, 231, .05) 1px, transparent 1px),
    radial-gradient(circle at 89% 12%, rgba(225, 202, 77, .18), transparent 27%),
    linear-gradient(141deg, #061321, #0b3551);
  background-size: 30px 30px, 30px 30px, auto, auto;
  box-shadow: 0 31px 80px rgba(22, 51, 72, .18);
}

.ecom14-report-delivery::after {
  content: "DELIVERY";
  position: absolute;
  right: -12px;
  bottom: -8px;
  color: transparent;
  font-size: clamp(82px, 12vw, 164px);
  font-weight: 650;
  line-height: .75;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(134, 210, 236, .055);
}

.ecom14-report-delivery-photo {
  position: relative;
  z-index: 1;
  height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(129, 211, 238, .17);
  border-radius: 9px;
  background: #102b3e;
  box-shadow: 0 27px 70px rgba(0, 0, 0, .26);
  transform: rotate(-.45deg);
}

.ecom14-report-delivery-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 14, 22, .02) 48%, rgba(4, 14, 23, .84) 100%);
  pointer-events: none;
}

.ecom14-report-body .ecom14-report-delivery-photo img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 0;
  filter: saturate(.77) contrast(1.05) brightness(.88);
  box-shadow: none;
}

.ecom14-report-delivery-photo figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(229, 241, 247, .73);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ecom14-report-delivery-photo figcaption span { color: #e9d869; }

.ecom14-report-delivery-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ecom14-report-delivery .ecom14-report-panel-code { color: rgba(110, 214, 239, .61); }

.ecom14-report-body .ecom14-report-delivery-copy h2 {
  max-width: 700px;
  margin: 20px 0 28px;
  color: #effaff;
  font-size: clamp(42px, 4.9vw, 68px);
  font-weight: 310;
  line-height: .95;
  letter-spacing: -.064em;
  text-wrap: balance;
}

.ecom14-report-body .ecom14-report-delivery-copy > p {
  max-width: 680px;
  margin: 0;
  color: rgba(209, 229, 239, .69);
  font-size: clamp(14px, 1.13vw, 17px);
  line-height: 1.78;
}

.ecom14-report-body .ecom14-report-delivery-copy > p + p { margin-top: 18px; }

.ecom14-report-delivery-copy > aside {
  margin-top: 32px;
  padding: 20px 21px;
  border: 1px solid rgba(233, 213, 106, .17);
  border-left: 2px solid rgba(233, 213, 106, .65);
  border-radius: 0 11px 11px 0;
  background: rgba(218, 198, 91, .07);
}

.ecom14-report-delivery-copy > aside > span {
  color: rgba(238, 220, 125, .7);
  font-size: 8px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.ecom14-report-body .ecom14-report-delivery-copy > aside > p {
  margin: 10px 0 0;
  color: rgba(218, 230, 231, .65);
  font-size: 11px;
  line-height: 1.62;
}

.ecom14-report-feedback { margin-bottom: clamp(76px, 9vw, 120px); }

.ecom14-report-feedback-intro {
  margin-bottom: clamp(34px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .55fr);
  align-items: end;
  gap: clamp(42px, 8vw, 112px);
}

.ecom14-report-body .ecom14-report-feedback-intro h2 {
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--e14-ink);
  font-size: clamp(43px, 5.2vw, 72px);
  font-weight: 310;
  line-height: .95;
  letter-spacing: -.066em;
  text-wrap: balance;
}

.ecom14-report-body .ecom14-report-feedback-intro > p {
  margin: 0;
  color: rgba(31, 48, 66, .62);
  font-size: 14px;
  line-height: 1.72;
}

.ecom14-report-feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 13px;
}

.ecom14-report-feedback-card {
  position: relative;
  min-height: 410px;
  height: 100%;
  padding: 29px 28px 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #246da6;
  border: 1px solid var(--e14-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 23px 58px rgba(35, 59, 80, .08), inset 0 1px rgba(255, 255, 255, .86);
}

.ecom14-report-feedback-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 160px;
  height: 160px;
  opacity: .075;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 30px currentColor, 0 0 0 60px currentColor;
  pointer-events: none;
}

.ecom14-report-feedback-card--load {
  color: #3c8c95;
  background: rgba(237, 248, 248, .8);
}

.ecom14-report-feedback-card--ux {
  color: #b5575f;
  background: rgba(250, 241, 241, .8);
}

.ecom14-report-card-number {
  margin-bottom: auto;
  color: currentColor;
  opacity: .52;
  font-size: 11px;
  letter-spacing: .17em;
}

.ecom14-report-feedback-card > small {
  margin-top: 70px;
  color: currentColor;
  opacity: .57;
  font-size: 8px;
  letter-spacing: .18em;
}

.ecom14-report-body .ecom14-report-feedback-card h3 {
  position: relative;
  z-index: 1;
  margin: 15px 0 17px;
  color: #18283a;
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 380;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.ecom14-report-body .ecom14-report-feedback-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(31, 47, 65, .67);
  font-size: 13px;
  line-height: 1.7;
}

.ecom14-report-feedback-loop {
  margin-top: 13px;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  border: 1px solid rgba(34, 96, 143, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .6);
}

.ecom14-report-feedback-loop > span {
  color: rgba(36, 110, 159, .59);
  font-size: 9px;
  letter-spacing: .16em;
}

.ecom14-report-body .ecom14-report-feedback-loop > p {
  margin: 0;
  color: rgba(29, 47, 64, .69);
  font-size: 14px;
  line-height: 1.67;
}

.ecom14-report-body .ecom14-report-final-note {
  margin: clamp(72px, 9vw, 118px) 0 clamp(70px, 8vw, 106px);
  padding: 0;
  border: 0;
  background: transparent;
}

.ecom14-report-body .ecom14-report-final-note > span { color: rgba(38, 96, 143, .57); }

.ecom14-report-body .ecom14-report-final-note p {
  margin: 0;
  color: #19354c;
  font-size: clamp(29px, 3.65vw, 50px);
}

.ecom14-report-gallery-head { margin-bottom: clamp(30px, 4vw, 48px); }

.ecom14-report-body .ecom14-report-gallery-head h2 {
  margin: 17px 0 0;
  color: #18354b;
  font-size: clamp(50px, 6.4vw, 86px);
  font-weight: 310;
  line-height: .9;
  letter-spacing: -.072em;
}

.ecom14-report-gallery-head > p strong { color: #2384bb; }

.ecom14-report-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 12px;
}

.ecom14-report-body .ecom14-report-gallery > a {
  position: relative;
  grid-column: span 4;
  height: 260px;
  min-width: 0;
  overflow: hidden;
  display: block;
  color: #f2f8fb;
  border: 1px solid rgba(39, 92, 133, .15);
  border-radius: 14px;
  background: #152a3a;
  box-shadow: 0 17px 44px rgba(32, 57, 76, .11);
  text-decoration: none;
  isolation: isolate;
}

.ecom14-report-body .ecom14-report-gallery > a:nth-child(1) { grid-column: span 5; height: 520px; }
.ecom14-report-body .ecom14-report-gallery > a:nth-child(2) { grid-column: span 7; height: 520px; }
.ecom14-report-body .ecom14-report-gallery > a:nth-child(6),
.ecom14-report-body .ecom14-report-gallery > a:nth-child(7),
.ecom14-report-body .ecom14-report-gallery > a:nth-child(14),
.ecom14-report-body .ecom14-report-gallery > a:nth-child(15),
.ecom14-report-body .ecom14-report-gallery > a:nth-child(19),
.ecom14-report-body .ecom14-report-gallery > a:nth-child(20),
.ecom14-report-body .ecom14-report-gallery > a:nth-child(24),
.ecom14-report-body .ecom14-report-gallery > a:nth-child(25),
.ecom14-report-body .ecom14-report-gallery > a:nth-child(29),
.ecom14-report-body .ecom14-report-gallery > a:nth-child(30) {
  grid-column: span 6;
  height: 320px;
}

.ecom14-report-body .ecom14-report-gallery > a::before,
.ecom14-report-body .ecom14-report-gallery > a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ecom14-report-body .ecom14-report-gallery > a::before {
  background: linear-gradient(180deg, transparent 47%, rgba(5, 15, 24, .83) 100%);
}

.ecom14-report-body .ecom14-report-gallery > a::after {
  opacity: .17;
  background-image:
    linear-gradient(rgba(202, 232, 242, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(202, 232, 242, .12) 1px, transparent 1px);
  background-size: 23px 23px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 68%);
  mask-image: linear-gradient(180deg, #000, transparent 68%);
}

.ecom14-report-body .ecom14-report-gallery > a img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  filter: saturate(.78) contrast(1.04);
  box-shadow: none;
  transition: transform .55s cubic-bezier(.2, .72, .22, 1), filter .45s ease;
}

.ecom14-report-body .ecom14-report-gallery > a:first-child img { object-position: center 22%; }

.ecom14-report-body .ecom14-report-gallery > a > span {
  position: absolute;
  right: 21px;
  bottom: 19px;
  left: 21px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  color: rgba(241, 247, 250, .83);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ecom14-report-body .ecom14-report-gallery > a > span small {
  color: #75deec;
  font-size: 8px;
  letter-spacing: .16em;
}

@media (hover: hover) and (pointer: fine) {
  .ecom14-report-body .ecom14-report-gallery > a:hover img {
    transform: scale(1.035);
    filter: saturate(.94) contrast(1.04);
  }

  .ecom14-report-body .ecom14-report-gallery > a:hover { color: #fff; }
}

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

  .ecom14-report-delivery { grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); }
}

@media (max-width: 900px) {
  .ecom14-report-hero-shell { grid-template-columns: 1fr; }
  .ecom14-report-hero-visual { width: min(100%, 680px); aspect-ratio: 1.35; }
  .ecom14-report-intro { grid-template-columns: 1fr; gap: 44px; }
  .ecom14-report-record { width: min(100%, 600px); }

  .ecom14-report-dialogue { grid-template-columns: 1fr; }
  .ecom14-report-dialogue-photo { width: min(100%, 760px); height: 480px; }
  .ecom14-report-dialogue-copy { max-width: 760px; }
  .ecom14-report-section-head,
  .ecom14-report-feedback-intro { grid-template-columns: 1fr; gap: 22px; }
  .ecom14-report-section-head > p,
  .ecom14-report-feedback-intro > p { max-width: 650px; }
  .ecom14-report-partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ecom14-report-delivery { grid-template-columns: 1fr; }
  .ecom14-report-delivery-photo { width: min(100%, 760px); height: 500px; }
  .ecom14-report-delivery-copy { max-width: 760px; }
  .ecom14-report-feedback-grid { grid-template-columns: 1fr; }
  .ecom14-report-feedback-card { min-height: 300px; }
  .ecom14-report-feedback-card > small { margin-top: 48px; }

  .ecom14-report-body .ecom14-report-gallery > a,
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(6),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(7),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(14),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(15),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(19),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(20),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(24),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(25),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(29),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(30) {
    grid-column: span 6;
    height: 285px;
  }

  .ecom14-report-body .ecom14-report-gallery > a:nth-child(1),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(2) {
    grid-column: span 12;
    height: 440px;
  }
}

@media (max-width: 700px) {
  .ecom14-report-hero-shell { width: min(100% - 32px, 760px); }
  .ecom14-report-hero h1 { font-size: clamp(49px, 14.8vw, 72px); }
  .ecom14-report-hero-visual { aspect-ratio: 1.06; }
  .ecom14-report-hero-badge { top: 47px; right: 22px; }
  .ecom14-report-article { width: min(100% - 28px, 1320px); }

  .ecom14-report-intro { margin-bottom: 74px; gap: 34px; }
  .ecom14-report-intro-copy h2 { margin-block: 17px 23px; font-size: clamp(40px, 12vw, 55px); }
  .ecom14-report-intro-copy .ecom14-report-intro-lead { font-size: 20px; }
  .ecom14-report-record { min-height: 470px; padding: 23px 21px 25px; }

  .ecom14-report-dialogue { margin-bottom: 70px; gap: 37px; }
  .ecom14-report-dialogue-photo { height: 360px; }
  .ecom14-report-body .ecom14-report-dialogue-copy h2 { font-size: clamp(38px, 11vw, 52px); }

  .ecom14-report-partners { margin-bottom: 70px; }
  .ecom14-report-body .ecom14-report-section-head h2,
  .ecom14-report-body .ecom14-report-feedback-intro h2 { font-size: clamp(38px, 11vw, 52px); }
  .ecom14-report-partners-grid { grid-template-columns: 1fr; }
  .ecom14-report-partners-grid article { min-height: 155px; }

  .ecom14-report-delivery { margin-bottom: 70px; padding: 36px 23px; border-radius: 17px; }
  .ecom14-report-delivery-photo { height: 380px; }
  .ecom14-report-body .ecom14-report-delivery-copy h2 { font-size: clamp(38px, 11vw, 52px); }

  .ecom14-report-feedback { margin-bottom: 66px; }
  .ecom14-report-feedback-card { min-height: 0; padding: 27px 24px 30px; }
  .ecom14-report-card-number { margin-bottom: 46px; }
  .ecom14-report-feedback-card > small { margin-top: 0; }
  .ecom14-report-feedback-loop { grid-template-columns: 1fr; gap: 13px; }

  .ecom14-report-body .ecom14-report-final-note {
    margin: 60px 0 68px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ecom14-report-body .ecom14-report-final-note p { font-size: clamp(28px, 9vw, 39px); }
  .ecom14-report-body .ecom14-report-gallery-head h2 { font-size: clamp(47px, 14.5vw, 67px); }
}

@media (max-width: 600px) {
  .ecom14-report-dialogue-photo,
  .ecom14-report-delivery-photo { height: 310px; }
  .ecom14-report-gallery { gap: 10px; }

  .ecom14-report-body .ecom14-report-gallery > a,
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(1),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(2),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(6),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(7),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(14),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(15),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(19),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(20),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(24),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(25),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(29),
  .ecom14-report-body .ecom14-report-gallery > a:nth-child(30) {
    grid-column: span 12;
    height: clamp(235px, 68vw, 330px);
  }

  .ecom14-report-body .ecom14-report-gallery > a:first-child { height: clamp(300px, 92vw, 430px); }
}

@media (prefers-reduced-motion: reduce) {
  .ecom14-report-body .ecom14-report-gallery > a img { transition: none; }
}
