@import url("site-active.css");

.interactive-page {
  --ix-cream: #f3ede4;
  --ix-ice-soft: #e9f3fb;
  --ix-ice-mid: #d7e8f5;
  --ix-blue-soft: #c6dcef;
  --ix-header-height: 82px;
  --ix-ribbon-height: 86px;
  --ix-parallax-x: 0px;
  --ix-parallax-y: 0px;
  overflow-x: clip;
  background: #f8fafc;
}

/* width/height attributes provide intrinsic ratio only; CSS owns rendered size. */
:where(.interactive-page img[width][height]) {
  height: auto;
}

.interactive-page .button-primary {
  background: var(--fiord-blue);
  box-shadow: 0 12px 26px rgba(37,42,114,.18);
}

.interactive-page .button-primary:hover {
  background: var(--fiord-dark);
}

html:has(body.interactive-page) {
  scroll-padding-top: 82px;
  scroll-behavior: auto;
  overflow-anchor: none;
  overflow-x: clip;
}

.ix-soft-snap-proxy {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(-1 * var(--ix-header-height)));
}

.ix-mobile-catalogue-pill {
  display: none;
}

.ix-search svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.ix-minimap {
  --ix-page-progress: 0;
  position: fixed;
  z-index: 19;
  top: 50%;
  right: 12px;
  width: 30px;
  display: grid;
  gap: 2px;
  padding: 10px 6px;
  opacity: .38;
  transform: translateY(-50%);
  background: rgba(255,255,255,0);
  border: 1px solid transparent;
  border-radius: 18px;
  transition: width .22s ease, opacity .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ix-minimap::before,
.ix-minimap::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 25px;
  right: 14px;
  bottom: 25px;
  width: 1px;
  transform-origin: top;
  pointer-events: none;
}

.ix-minimap::before {
  background: rgba(37,42,114,.2);
}

.ix-minimap::after {
  background: var(--fiord-red);
  transform: scaleY(var(--ix-page-progress));
}

.ix-minimap:hover,
.ix-minimap:focus-within {
  width: 160px;
  opacity: 1;
  background: rgba(255,255,255,.9);
  border-color: rgba(37,42,114,.1);
  box-shadow: 0 14px 38px rgba(30,49,90,.12);
  backdrop-filter: blur(12px);
}

.ix-minimap a {
  position: relative;
  z-index: 1;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #6c7890;
}

.ix-minimap-label {
  position: absolute;
  right: 27px;
  max-width: 116px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(5px);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.ix-minimap:hover .ix-minimap-label,
.ix-minimap:focus-within .ix-minimap-label {
  opacity: 1;
  transform: translateX(0);
}

.ix-minimap-dot {
  position: relative;
  z-index: 1;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-right: 4px;
  background: #8791a5;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(37,42,114,.2);
  transition: width .18s ease, height .18s ease, background .18s ease, box-shadow .18s ease;
}

.ix-minimap a:hover,
.ix-minimap a:focus-visible,
.ix-minimap a.is-active {
  color: var(--fiord-dark);
}

.ix-minimap a.is-active .ix-minimap-dot {
  width: 10px;
  height: 10px;
  flex-basis: 10px;
  margin-right: 2.5px;
  background: var(--fiord-red);
  box-shadow: 0 0 0 2px rgba(227,6,19,.14);
}

.ix-hero {
  position: relative;
  min-height: calc(100svh - var(--ix-header-height));
  display: grid;
  overflow: hidden;
  isolation: isolate;
  background: var(--ix-ice-mid);
}

.ix-hero-media,
.ix-hero-wash,
.ix-hero-steam {
  position: absolute;
  inset: 0;
}

.ix-hero-media {
  z-index: -3;
  transform: translate3d(var(--ix-parallax-x), var(--ix-parallax-y), 0) scale(1.025);
  transition: transform .2s ease-out;
}

.ix-hero-slide {
  margin: 0;
  will-change: opacity;
}

.ix-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  transform: scale(1.03);
}

.ix-hero-slide--nuggets img { object-position: center 58%; }
.ix-hero-slide--varenyky img { object-position: center 54%; }

.ix-hero-slide.swiper-slide-active img {
  animation: ix-hero-drift 7s linear both;
}

.ix-hero-wash {
  z-index: -2;
  background:
    linear-gradient(180deg, transparent 68%, rgba(37,42,114,.12) 100%),
    linear-gradient(90deg, rgba(237,247,255,.98) 0%, rgba(226,240,251,.93) 29%, rgba(211,231,246,.72) 50%, rgba(205,227,244,.23) 72%, rgba(203,225,242,.1) 100%),
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(37,42,114,.08));
  pointer-events: none;
}

.ix-hero-steam {
  z-index: -1;
  background: url("assets/steam-720.webp") center / cover no-repeat;
  opacity: .12;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.ix-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  right: -4vw;
  bottom: -14%;
  background: url("assets/brand-category-01.svg") center / contain no-repeat;
  opacity: .14;
  transform: rotate(-9deg);
  pointer-events: none;
}

.ix-hero-content {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
}

.ix-hero-copy {
  position: relative;
  z-index: 2;
  width: min(690px, 58vw);
  padding: 8px 0 0;
  pointer-events: auto;
}

.ix-hero-copy h1 {
  max-width: 680px;
  margin-bottom: 26px;
  color: var(--fiord-dark);
  font-size: clamp(56px, 6.2vw, 92px);
  line-height: .93;
}

.ix-hero-copy h1 em {
  color: var(--fiord-blue);
  font-style: normal;
}

.ix-hero-copy .hero-lead {
  max-width: 600px;
  color: #3f4c67;
  text-wrap: balance;
}

.ix-hero-controls {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - var(--shell)) / 2));
  bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: auto;
}

.ix-hero-caption {
  display: grid;
  justify-items: end;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.ix-hero-caption span {
  grid-area: 1 / 1;
  padding: 7px 11px;
  color: rgba(255,255,255,.9);
  background: rgba(22,29,53,.28);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity .24s ease, transform .24s ease, visibility 0s linear .24s;
}

.ix-hero-caption span.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.ix-hero-pagination.swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 8px;
  transform: none;
}

.ix-hero-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
}

.ix-hero-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.ix-hero-controls .swiper-pagination-bullet {
  width: 66px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: rgba(255,255,255,.82);
  background: rgba(22,29,53,.28);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  opacity: 1;
  cursor: pointer;
  transition: width .25s ease, color .25s ease, background .25s ease;
}

.ix-hero-controls .swiper-pagination-bullet-active {
  width: 92px;
  color: var(--fiord-dark);
  background: rgba(255,255,255,.9);
}

.ix-hero-controls .swiper-pagination-bullet span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ix-scroll-cue {
  position: absolute;
  z-index: 4;
  left: max(24px, calc((100vw - var(--shell)) / 2));
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #52617a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ix-scroll-cue i {
  position: relative;
  width: 38px;
  height: 1px;
  overflow: hidden;
  background: rgba(37,42,114,.25);
}

.ix-scroll-cue i::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  left: -14px;
  top: 0;
  background: var(--fiord-red);
  animation: ix-cue 1.8s ease-in-out infinite;
}

.ix-ribbon {
  position: relative;
  z-index: 3;
  min-height: var(--ix-ribbon-height);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: var(--fiord-dark);
  background: linear-gradient(180deg, #dbe8f3 0%, #ebeef0 38%, var(--ix-cream) 100%);
  border-top: 0;
  border-bottom: 0;
}

.ix-ribbon-viewport {
  width: 100%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.ix-ribbon-track {
  width: max-content;
  display: flex;
  animation: ix-ribbon-move 200s linear infinite;
  will-change: transform;
}

.ix-ribbon-group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 6px;
}

.ix-ribbon-group > span {
  min-width: max-content;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 15px;
  color: var(--fiord-blue);
  background: rgba(255,255,255,.32);
  border: 1px solid rgba(37,42,114,.14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  cursor: default;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ix-ribbon-group > span:active {
  transform: scale(.97);
  color: var(--fiord-dark);
  background: rgba(255,255,255,.62);
  border-color: rgba(37,42,114,.24);
}

.ix-ribbon-group img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: none;
  opacity: .72;
}

.ix-ribbon-group b {
  font: inherit;
}

.ix-ribbon-dot {
  width: 28px;
  height: 28px;
  display: block;
  border: 1px solid rgba(37,42,114,.34);
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.72);
  background: var(--fiord-blue);
}

.ix-category-stage {
  position: relative;
  min-height: calc(100svh - var(--ix-header-height));
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(44px, 5svh, 64px) 0 clamp(48px, 5.5svh, 70px);
  background: linear-gradient(
    180deg,
    var(--ix-cream) 0%,
    var(--ix-cream) 58%,
    #f1f0ea 72%,
    #eef4f8 88%,
    #eef6fc 100%
  );
}

.ix-category-stage > .shell {
  width: min(calc(100% - 48px), var(--shell));
}

.ix-line-art {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .09;
  pointer-events: none;
}

.ix-line-art-a {
  width: 430px;
  height: 430px;
  /* right: -190px; */
  left: -98px;

  top: 24px;
  background-image: url("assets/line-khinkali.svg");
  transform: rotate(-12deg);
}

.ix-line-art-b {
  width: 220px;
  height: 220px;
  left: -98px;
  bottom: 80px;
  background-image: url("assets/line-varenyky.svg");
  transform: rotate(18deg);
}

.ix-section-heading {
  position: relative;
  z-index: 2;
  max-width: 790px;
  margin-bottom: 30px;
}

.ix-section-heading h2 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(38px, 4.3vw, 62px);
}

.ix-section-heading > p:last-child,
.ix-section-heading-wide > p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.ix-category-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: stretch;
}

.ix-category-choices {
  display: grid;
  align-content: center;
}

.ix-category-choice {
  position: relative;
  min-height: 92px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  padding: 16px 8px;
  color: #5e6678;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(37,42,114,.16);
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, padding-left .2s ease;
}

.ix-category-choice::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -2px;
  top: calc(50% - 4px);
  background: var(--fiord-red);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.4);
  transition: opacity .2s ease, transform .2s ease;
}

.ix-category-choice.is-active {
  padding-left: 20px;
  color: var(--fiord-dark);
}

.ix-category-choice.is-active::before {
  opacity: 1;
  transform: scale(1);
}

.ix-category-choice > span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--fiord-red);
  font-size: 11px;
  font-weight: 850;
}

.ix-category-choice strong {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -.035em;
}

.ix-category-choice small {
  grid-column: 2;
  color: #8a91a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ix-category-media {
  position: relative;
  min-height: clamp(400px, 46svh, 500px);
  margin: 0;
  overflow: hidden;
  background: #d8d3cb;
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(42,42,65,.12);
}

.ix-category-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .45s ease, transform .65s ease;
}

.ix-category-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.ix-category-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(transparent, rgba(18,24,43,.62));
  pointer-events: none;
}

.ix-category-copy {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 26px;
  max-width: 620px;
  color: var(--white);
}

.ix-category-caption {
  width: max-content;
  max-width: 100%;
  display: block;
  padding: 10px 15px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(22,29,53,.28);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 750;
}

.ix-category-description {
  display: grid;
  margin-top: 14px;
}

.ix-category-description p {
  grid-area: 1 / 1;
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: clamp(17px, 1.7vw, 23px);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.015em;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(18,24,43,.28);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .28s ease, transform .32s cubic-bezier(.2,.7,.2,1);
}

.ix-category-description p.is-active {
  opacity: 1;
  transform: translateY(0);
}

.ix-story {
  position: relative;
  padding: 112px 0 126px;
  overflow: clip;
  background:
    linear-gradient(180deg, #eef6fc 0%, #eef6fc 12%, rgba(238,246,252,.94) 24%, rgba(238,246,252,0) 42%),
    linear-gradient(180deg, rgba(238,246,252,0) 64%, rgba(255,255,255,.94) 88%, #fff 100%),
    radial-gradient(circle at 8% 10%, rgba(255,255,255,.86), transparent 24%),
    linear-gradient(125deg, #eef6fc, #d9e9f5 64%, #c9deed);
}

.ix-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/steam-seamless.webp") center / 1100px auto repeat;
  opacity: .055;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 180px, #000 calc(100% - 180px), transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 180px, #000 calc(100% - 180px), transparent 100%);
  pointer-events: none;
}

.ix-story::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -138px;
  top: 50%;
  background: url("assets/brand-category-06.svg") center / contain no-repeat;
  opacity: .055;
  transform: rotate(18deg);
  pointer-events: none;
}

.ix-story-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: clamp(52px, 7vw, 110px);
  align-items: start;
}

.ix-story-media {
  position: sticky;
  top: 118px;
  height: calc(100svh - 156px);
  min-height: 560px;
  max-height: 780px;
}

.ix-story-frame {
  --ix-story-progress: 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #cfd9df;
  border-radius: 30px;
  box-shadow: 0 28px 76px rgba(30,49,90,.14);
}

.ix-story-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity .55s ease, transform .8s ease;
}

.ix-story-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.ix-story-marker {
  position: absolute;
  z-index: 3;
  left: 22px;
  top: 22px;
  padding: 10px 13px;
  color: var(--fiord-dark);
  background: rgba(255,255,255,.88);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.ix-story-progress {
  position: absolute;
  z-index: 3;
  top: 72px;
  left: 34px;
  width: 9px;
  height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.ix-story-progress > i {
  position: absolute;
  z-index: 0;
  top: 3px;
  bottom: 3px;
  left: 4px;
  width: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.52);
}

.ix-story-progress > i b {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--fiord-red);
  transform: scaleY(var(--ix-story-progress));
  transform-origin: top;
  transition: transform .32s cubic-bezier(.2,.7,.2,1);
}

.ix-story-progress > span {
  position: relative;
  z-index: 1;
  width: 7px;
  height: 7px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(37,42,114,.32);
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(18,24,43,.14);
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.ix-story-progress > span.is-active {
  background: var(--fiord-red);
  border-color: rgba(255,255,255,.9);
  transform: scale(1.35);
}

.ix-story-steps {
  position: relative;
  z-index: 2;
}

.ix-story-intro {
  min-height: 38svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0 54px;
}

.ix-story-intro h2 {
  position: sticky;
  top: calc(var(--ix-header-height) + 28px);
  z-index: 2;
  max-width: 540px;
  margin-bottom: 0;
  font-size: clamp(42px, 4.7vw, 66px);
}

.ix-story-step {
  min-height: 46svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 0;
  opacity: .38;
  transform: translateY(18px);
  transition: opacity .35s ease, transform .35s ease;
}

.ix-story-step.is-active {
  opacity: 1;
  transform: translateY(0);
}

.ix-story-step-media {
  display: none;
  margin: 0;
}

.ix-story-step > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  color: var(--white);
  background: var(--fiord-blue);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
}

.ix-story-step h3 {
  max-width: 520px;
  margin-bottom: 16px;
  font-size: clamp(31px, 3.2vw, 48px);
  line-height: 1.02;
}

.ix-story-step p {
  max-width: 510px;
  margin-bottom: 0;
  color: #526078;
  font-size: 16px;
  line-height: 1.75;
}

.ix-catalogue {
  position: relative;
  padding: 112px 0 106px;
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(37,42,114,.055) 0, rgba(37,42,114,0) 96px),
    linear-gradient(180deg, var(--ix-cream) 0%, #fff 14%, #fff 72%, #f7f2ea 90%, var(--ix-cream) 100%);
}

/* .ix-catalogue::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  left: -126px;
  bottom: 54px;
  background: url("assets/line-varenyky.svg") center / contain no-repeat;
  opacity: .05;
  transform: rotate(-16deg);
  pointer-events: none;
} */

.ix-catalogue::after {
  content: "FIORD";
  position: absolute;
  right: -18px;
  top: 44px;
  color: rgba(37,42,114,.035);
  font-size: clamp(100px, 17vw, 280px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.07em;
  pointer-events: none;
}

.ix-section-heading-wide {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 50px;
  align-items: end;
}

.ix-section-heading-wide > div {
  max-width: 740px;
}

.ix-section-heading-wide > div h2 {
  margin-bottom: 0;
}

.ix-section-heading-wide > p {
  justify-self: end;
  margin-bottom: 4px;
}

.ix-catalogue-panel {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
  padding: 24px 30px 20px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(37,42,114,.09);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(30,49,90,.09);
}

.ix-search {
  position: relative;
  z-index: 2;
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr 64px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(37,42,114,.2);
  border-radius: 14px;
}

.ix-search:focus-within {
  border-color: var(--fiord-blue);
  box-shadow: 0 0 0 3px rgba(180,203,230,.36);
}

.ix-search input {
  min-width: 0;
  padding: 0 22px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.ix-search input::placeholder { color: #939db0; }

.ix-search button {
  display: grid;
  place-items: center;
  color: var(--fiord-blue);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ix-search svg { width: 23px; }

.ix-catalogue-toolbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ix-category-quicklinks {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.ix-category-quicklinks a {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px;
  color: #526078;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  transition: color .2s ease, background .2s ease;
}

.ix-category-quicklinks a:hover,
.ix-category-quicklinks a:focus-visible,
.ix-category-quicklinks a.is-active {
  color: var(--fiord-blue);
  background: #f0f5fb;
}

.ix-category-quicklinks img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.ix-category-more-dots {
  min-height: 34px;
  display: flex;
  align-items: center;
  color: var(--fiord-blue);
  font-size: 23px;
  letter-spacing: 4px;
  line-height: 1;
}

.ix-sort-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #78849c;
  font-size: 12px;
  font-weight: 700;
}

.ix-sort-control select {
  min-height: 42px;
  padding: 0 36px 0 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  cursor: pointer;
}

.ix-rail-controls {
  display: flex;
  gap: 8px;
}

.ix-rail-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--fiord-blue);
  background: var(--white);
  border: 1px solid rgba(37,42,114,.18);
  border-radius: 50%;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.ix-rail-controls button:hover {
  color: var(--white);
  background: var(--fiord-blue);
  transform: translateY(-2px);
}

.ix-rail-controls button:disabled,
.ix-rail-controls .swiper-button-disabled {
  opacity: .35;
  cursor: default;
}

.ix-rail-controls button:disabled:hover,
.ix-rail-controls .swiper-button-disabled:hover {
  color: var(--fiord-blue);
  background: var(--white);
  transform: none;
}

.ix-product-rail {
  --ix-rail-fade: clamp(24px, 3vw, 48px);
  --ix-rail-left-edge-alpha: 1;
  --ix-rail-right-edge-alpha: 0;
  position: relative;
  z-index: 2;
  width: min(100%, var(--shell));
  overflow: hidden;
  padding: 2px 0 16px;
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,var(--ix-rail-left-edge-alpha)) 0, #000 var(--ix-rail-fade), #000 calc(100% - var(--ix-rail-fade)), rgba(0,0,0,var(--ix-rail-right-edge-alpha)) 100%);
  mask-image: linear-gradient(to right, rgba(0,0,0,var(--ix-rail-left-edge-alpha)) 0, #000 var(--ix-rail-fade), #000 calc(100% - var(--ix-rail-fade)), rgba(0,0,0,var(--ix-rail-right-edge-alpha)) 100%);
}

.ix-product-rail .swiper-wrapper {
  align-items: stretch;
}

.ix-product-rail.is-native-scroll,
.ix-moments-rail.is-native-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-mask-image: none;
  mask-image: none;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
}

.ix-product-rail.is-native-scroll > .swiper-wrapper,
.ix-moments-rail.is-native-scroll > .swiper-wrapper {
  transform: none !important;
}

.ix-product-rail.is-native-scroll .swiper-slide,
.ix-moments-rail.is-native-scroll .swiper-slide {
  scroll-snap-align: start;
}

.ix-product-card {
  width: clamp(270px, 27vw, 360px);
  height: auto;
  min-width: 0;
  background: #f7f9fb;
  border: 1px solid rgba(37,42,114,.08);
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}

.ix-product-card > a {
  display: block;
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
  background: #e9eff5;
}

.ix-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.ix-product-card:hover img { transform: scale(1.035); }

.ix-product-card > div {
  min-height: 120px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  align-content: center;
  padding: 18px 20px 20px;
}

.ix-product-card p {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ix-product-card h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.25;
}

.ix-product-card span {
  align-self: end;
  color: var(--fiord-blue);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.ix-show-more {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding-top: 34px;
}

.ix-moments {
  position: relative;
  padding: 96px 0 104px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fff 2%, var(--ix-cream) 28%, var(--ix-cream) 72%, #f8fafc 100%);
  box-shadow: 0 -3px 0 #fff;
  border-top: 0;
  border-bottom: 0;
}

.ix-moments::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -112px;
  top: 18px;
  background: url("assets/brand-category-04.svg") center / contain no-repeat;
  opacity: .055;
  transform: rotate(14deg);
  pointer-events: none;
}

.ix-moments > .shell {
  position: relative;
  z-index: 1;
}

.ix-moments-rail {
  --ix-rail-fade: clamp(24px, 3vw, 48px);
  --ix-rail-left-edge-alpha: 1;
  --ix-rail-right-edge-alpha: 0;
  --ix-moments-shadow-gutter: 48px;
  width: calc(100% + var(--ix-moments-shadow-gutter) + var(--ix-moments-shadow-gutter));
  margin-top: calc(-6px - var(--ix-moments-shadow-gutter));
  margin-bottom: calc(0px - var(--ix-moments-shadow-gutter));
  margin-inline: calc(0px - var(--ix-moments-shadow-gutter));
  padding-top: calc(6px + var(--ix-moments-shadow-gutter));
  padding-bottom: var(--ix-moments-shadow-gutter);
  padding-inline: var(--ix-moments-shadow-gutter);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,var(--ix-rail-left-edge-alpha)) 0, #000 var(--ix-rail-fade), #000 calc(100% - var(--ix-rail-fade)), rgba(0,0,0,var(--ix-rail-right-edge-alpha)) 100%);
  mask-image: linear-gradient(to right, rgba(0,0,0,var(--ix-rail-left-edge-alpha)) 0, #000 var(--ix-rail-fade), #000 calc(100% - var(--ix-rail-fade)), rgba(0,0,0,var(--ix-rail-right-edge-alpha)) 100%);
}

.ix-moments-rail .swiper-wrapper {
  align-items: flex-start;
}

.ix-moments-item {
  position: relative;
  display: block;
  width: 23%;
  height: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(37,42,114,.08);
  border-radius: clamp(18px, 2vw, 24px);
  box-shadow: none;
  transform: translateZ(0);
  transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s ease;
}

.ix-moments-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.ix-moments-item::after {
  content: "↗";
  position: absolute;
  z-index: 2;
  top: clamp(8px, 1vw, 12px);
  right: clamp(8px, 1vw, 12px);
  width: clamp(26px, 2.4vw, 34px);
  height: clamp(26px, 2.4vw, 34px);
  display: grid;
  place-items: center;
  color: var(--fiord-dark);
  background: rgba(255,255,255,.88);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}

.ix-moments-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (hover: hover) and (pointer: fine) {
  .ix-moments-item:hover,
  .ix-moments-item:focus-visible {
    box-shadow: 0 18px 42px rgba(30,49,90,.14);
    transform: translate3d(0, -3px, 0);
    z-index: 1;
  }

  .ix-moments-item:hover::after,
  .ix-moments-item:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
  }

}

.ix-moments-item:focus-visible {
  outline: 3px solid rgba(37,42,114,.42);
  outline-offset: -3px;
}

.ix-moments-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 18px;
}

.ix-moments-controls button {
  width: 40px;
  height: 40px;
}

.ix-moments-cta {
  display: flex;
  justify-content: flex-end;
}

.ix-moments-cta a {
  color: var(--fiord-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}

.ix-moments-cta a:hover,
.ix-moments-cta a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ix-proof {
  position: relative;
  padding: 108px 0 94px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #f8fafc 72%, #f3f6f9 100%);
}

.ix-proof::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -88px;
  bottom: -8px;
  background: url("assets/brand-category-03.svg") center / contain no-repeat;
  opacity: .045;
  transform: rotate(-14deg);
  pointer-events: none;
}

.ix-proof-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: start;
}

.ix-proof-copy {
  position: sticky;
  top: 120px;
}

.ix-proof-copy h2 {
  max-width: 520px;
  font-size: clamp(36px, 4vw, 56px);
}

.ix-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.ix-proof-grid article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ix-proof-grid article > span {
  display: block;
  margin-bottom: 54px;
  color: var(--fiord-red);
  font-size: 11px;
  font-weight: 850;
}

.ix-proof-grid h3 {
  margin-bottom: 9px;
  font-size: 18px;
}

.ix-proof-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.ix-utility {
  position: relative;
  z-index: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: linear-gradient(180deg, #f3f6f9 0%, #eef3f8 100%);
  border-top: 0;
  border-bottom: 0;
}

.ix-utility::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #f3f6f9 0%, #eef3f8 100%);
}

.interactive-page .utility-strip small {
  font-size: 12px;
}

.interactive-page.ix-js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1);
}

.interactive-page.ix-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ix-hero-drift {
  from { transform: scale(1.03); }
  to { transform: scale(1.105); }
}

@keyframes ix-cue {
  0% { transform: translateX(0); }
  70%, 100% { transform: translateX(54px); }
}

@keyframes ix-ribbon-move {
  to { transform: translateX(-50%); }
}

@media (min-width: 901px) {
  .ix-hero-copy {
    top: -7svh;
  }
}

@media (max-width: 1120px) {

  .ix-hero-copy { width: min(650px, 63vw); }
  .ix-category-layout { grid-template-columns: 290px minmax(0, 1fr); gap: 32px; }
  .ix-category-media { min-height: 540px; }
  .ix-story-layout { grid-template-columns: minmax(0, 1fr) 390px; gap: 54px; }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .ix-category-stage {
    min-height: min(calc(100svh - var(--ix-header-height)), 900px);
  }

  .ix-story-intro { min-height: min(38svh, 460px); }
  .ix-story-step { min-height: min(46svh, 560px); }
}

@media (max-width: 900px) {
  html:has(body.interactive-page) {
    scroll-padding-top: 72px;
  }

  .interactive-page {
    --ix-header-height: 72px;
    overflow-x: clip;
  }

  .ix-mobile-catalogue-pill {
    position: fixed;
    z-index: 18;
    right: calc(16px + env(safe-area-inset-right, 0px));
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    color: #fff;
    background: var(--fiord-blue);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(18,28,78,.24);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    transform: translateY(0);
    transition: opacity .22s ease, transform .22s ease, visibility 0s;
  }

  .ix-mobile-catalogue-pill svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ix-mobile-catalogue-arrow {
    margin-left: 2px;
    font-size: 18px;
    line-height: 1;
  }

  .ix-mobile-catalogue-pill[data-state="hidden"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
  }

  .ix-mobile-catalogue-pill:active {
    transform: translateY(1px);
  }

  .ix-minimap { display: none; }

  .ix-hero {
    min-height: max(680px, calc(100svh - 72px));
  }

  .ix-hero-content {
    justify-content: flex-end;
    padding-top: 92px;
    padding-bottom: 126px;
  }

  .ix-hero-copy {
    width: min(700px, 88%);
    padding: 28px 30px 30px;
    background: rgba(237,247,255,.78);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 24px;
    backdrop-filter: blur(12px);
  }

  .ix-hero-copy h1 {
    font-size: clamp(48px, 9vw, 72px);
  }

  .ix-hero-wash {
    background: linear-gradient(180deg, rgba(215,232,246,.12), rgba(214,232,246,.42) 48%, rgba(221,237,249,.86) 100%);
  }

  .ix-hero-controls {
    right: 16px;
    bottom: 28px;
  }

  .ix-scroll-cue {
    left: 16px;
    bottom: 31px;
  }

  .ix-catalogue,
  .ix-proof {
    padding-top: 82px;
    padding-bottom: 86px;
  }

  .ix-category-stage {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .ix-category-stage > .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .ix-category-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ix-category-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ix-category-choice {
    min-height: 82px;
    grid-template-columns: 30px 1fr;
    padding: 12px 14px;
    border: 1px solid rgba(37,42,114,.12);
    border-radius: 14px;
  }

  .ix-category-choice > span { grid-row: 1; }

  .ix-category-choice.is-active { padding-left: 24px; }
  .ix-category-choice::before { left: 8px; }
  .ix-category-choice small { display: none; }
  .ix-category-media { min-height: 520px; border-radius: 24px; }

  .ix-story {
    padding: 76px 0 92px;
  }

  .ix-story-layout {
    display: block;
  }

  .ix-story-media {
    display: none;
  }

  .ix-story-steps {
    max-width: 680px;
    margin-inline: auto;
  }

  .ix-story-intro {
    min-height: 0;
    padding: 32px 0 58px;
  }

  .ix-story-intro h2 {
    position: static;
  }

  .ix-story-step {
    min-height: 0;
    padding: 0 0 76px;
    opacity: 1;
    transform: none;
  }

  .ix-story-step + .ix-story-step {
    padding-top: 10px;
  }

  .ix-story-step-media {
    display: block;
    margin-bottom: 28px;
    overflow: hidden;
    background: #cfd9df;
    border-radius: 24px;
    box-shadow: 0 20px 54px rgba(30,49,90,.12);
  }

  .ix-story-step-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
  }

  .ix-section-heading-wide {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ix-section-heading-wide > p {
    justify-self: start;
  }

  .ix-product-card {
    width: min(72vw, 330px);
  }

  .ix-category-quicklinks {
    grid-template-columns: repeat(6, 118px);
    overflow-x: auto;
    justify-content: start;
    scrollbar-width: none;
  }

  .ix-category-quicklinks::-webkit-scrollbar { display: none; }

  .ix-category-quicklinks a { min-width: 118px; }

  .ix-moments {
    padding: 78px 0 84px;
  }

  .ix-moments-item {
    width: 31%;
  }

  .ix-proof-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ix-proof-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .interactive-page {
    --ix-ribbon-height: 68px;
  }

  .ix-hero {
    min-height: max(640px, calc(100svh - 72px));
  }

  .ix-hero-media {
    inset: 0 0 auto;
    height: 72%;
  }

  .ix-hero-wash {
    background:
      linear-gradient(180deg, transparent calc(100% - 96px), rgba(37,42,114,.12) 100%),
      linear-gradient(180deg, rgba(215,232,246,.12), rgba(214,232,246,.42) 48%, rgba(221,237,249,.86) 100%);
  }

  .ix-hero-media::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 80% 0 0;
    background: linear-gradient(180deg, rgba(221,237,249,0), rgba(221,237,249,.88));
    pointer-events: none;
  }

  .ix-hero-content {
    padding-top: 68px;
    padding-bottom: 112px;
    width: 92%;
  }

  .ix-hero-copy {
    width: 100%;
    padding: 14px 16px 16px;
    background: rgba(237,247,255,.7);
    border-radius: 20px;
    backdrop-filter: blur(9px);
  }

  .ix-hero-copy h1 {
    margin-bottom: 14px;
    font-size: 42px;
  }

  .ix-hero-copy .hero-lead {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.55;
  }

  .ix-hero-copy .hero-actions {
    gap: 8px;
  }

  .ix-hero-copy .button {
    min-height: 44px;
  }

  .ix-hero-controls .swiper-pagination-bullet {
    width: 42px;
    height: 34px;
  }

  .ix-hero-controls .swiper-pagination-bullet-active { width: 58px; }
  .ix-hero-caption,
  .ix-scroll-cue { display: none; }

  .ix-ribbon-group {
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ix-ribbon-group > a,
  .ix-ribbon-group > span {
    min-height: 48px;
    padding: 5px 12px;
  }

  .ix-ribbon-group img {
    width: 31px;
    height: 31px;
  }

  .ix-catalogue,
  .ix-proof {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .ix-category-stage {
    padding-top: 46px;
    padding-bottom: 52px;
  }

  .ix-category-stage > .shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .ix-section-heading {
    margin-bottom: 30px;
  }

  .ix-section-heading h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .ix-category-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ix-category-choice {
    min-height: 76px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 4px 8px;
    padding: 10px;
  }

  .ix-category-choice strong {
    font-size: 17px;
    line-height: 1.12;
  }

  .ix-category-choice.is-active { padding-left: 20px; }
  .ix-category-choice::before { left: 6px; }

  .ix-category-media {
    min-height: 390px;
    border-radius: 20px;
    box-shadow: none;
  }

  .ix-category-copy {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .ix-story {
    padding-top: 56px;
  }

  .ix-story-intro {
    padding-top: 20px;
    padding-bottom: 46px;
  }

  .ix-story-intro h2 {
    font-size: 40px;
  }

  .ix-story-step {
    padding-bottom: 58px;
  }

  .ix-story-step-media {
    margin-bottom: 22px;
    border-radius: 20px;
  }

  .ix-story-step > span {
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
  }

  .ix-story-step h3 {
    font-size: 34px;
  }

  .ix-story-step p {
    font-size: 14px;
  }

  .ix-search {
    min-height: 56px;
    grid-template-columns: 1fr 52px;
  }

  .ix-search input {
    padding: 0 15px;
    font-size: 14px;
  }

  .ix-catalogue-toolbar {
    align-items: center;
  }

  .ix-catalogue-panel {
    padding: 18px 14px 14px;
    border-radius: 18px;
  }

  .ix-category-quicklinks {
    grid-template-columns: repeat(6, 104px);
  }

  .ix-category-quicklinks a {
    min-width: 104px;
    min-height: 72px;
    font-size: 11px;
  }

  .ix-sort-control {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .ix-product-card {
    width: 82vw;
  }

  .ix-show-more {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .ix-moments {
    padding: 66px 0 70px;
  }

  .ix-moments-item {
    width: 80%;
    border-radius: 18px;
  }

  .ix-moments-footer {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ix-proof-grid {
    grid-template-columns: 1fr;
  }

  .ix-proof-grid article {
    min-height: 0;
    padding: 22px;
  }

  .ix-proof-grid article > span {
    margin-bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ix-hero-media,
  .ix-hero-slide,
  .ix-hero-slide img,
  .ix-hero-caption span,
  .ix-hero-controls .swiper-pagination-bullet,
  .ix-scroll-cue i::after,
  .ix-category-choice,
  .ix-category-choice::before,
  .ix-category-image,
  .ix-category-description p,
  .ix-story-image,
  .ix-story-progress > i b,
  .ix-story-progress > span,
  .ix-story-step,
  .ix-product-card img,
  .ix-moments-item,
  .ix-moments-item img,
  .ix-minimap,
  .ix-minimap-label,
  .ix-minimap-dot,
  .ix-mobile-catalogue-pill,
  .interactive-page.ix-js [data-reveal] {
    animation: none !important;
    transition: none !important;
  }

  .interactive-page.ix-js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
