@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --plum: #4a154b;
  --plum-deep: #280b2a;
  --plum-soft: #6f3370;
  --pink: #f4c2d7;
  --pink-soft: #fae8ef;
  --blush: #fdf3f5;
  --ivory: #fdfcfd;
  --ink: #2f2230;
  --muted: #786a78;
  --white: #ffffff;
  --line: rgba(74, 21, 75, 0.14);
  --page-gutter: clamp(1rem, 3vw, 2.5rem);
  --max-width: 1440px;
  --radius-xl: clamp(1.5rem, 3vw, 3rem);
  --radius-lg: 2rem;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--plum) var(--pink-soft);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.is-loading,
body.menu-open {
  overflow: hidden;
}

/* ── Intro / loading sequence ───────────────────────────────────── */
.site-loader {
  position: fixed;
  z-index: 12000;
  inset: 0;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 44%,
      rgba(255, 255, 255, 0.36),
      transparent 42%
    ),
    #f2c9da;
  color: var(--plum);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.75s var(--ease),
    visibility 0.75s var(--ease),
    filter 0.75s var(--ease);
}

.site-loader.is-exiting {
  opacity: 0;
  visibility: hidden;
  filter: blur(10px);
  pointer-events: none;
}

.site-loader__glow {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
}

.site-loader__decor {
  position: absolute;
  width: clamp(15rem, 31vw, 34rem);
  height: auto;
  opacity: 0;
  filter: brightness(0) saturate(100%) invert(15%) sepia(22%) saturate(3090%)
    hue-rotate(250deg) brightness(87%) contrast(101%);
  animation: loader-decor-in 1s 0.12s var(--ease) forwards;
}

.site-loader__decor--left {
  top: 50%;
  left: 0;
  transform: translate(-54%, -50%) rotate(-12deg) scale(0.9);
}

.site-loader__decor--right {
  right: 0;
  bottom: 0;
  transform: translate(43%, 48%) rotate(16deg) scale(0.9);
}

.site-loader__center {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(92vw, 1120px);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.site-loader__brand {
  display: flex;
  min-height: clamp(3.9rem, 6.4vw, 6rem);
  align-items: center;
  justify-content: center;
  gap: clamp(0.45rem, 1vw, 0.85rem);
}

.site-loader__mark {
  display: block;
  width: clamp(3.75rem, 6.4vw, 6rem);
  aspect-ratio: 1;
  opacity: 0;
}

.site-loader__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(15%) sepia(22%) saturate(3090%)
    hue-rotate(250deg) brightness(87%) contrast(101%);
}

.site-loader__mark--ucv {
  animation: loader-roll-in 0.95s 0.42s cubic-bezier(0.17, 0.84, 0.38, 1.18)
    forwards;
}

.site-loader__mark--unidas {
  animation: loader-roll-in 0.95s 0.88s cubic-bezier(0.17, 0.84, 0.38, 1.18)
    forwards;
}

.site-loader__word {
  display: inline-block;
  padding: 0 0.08em 0.08em 0;
  opacity: 0;
  font-size: clamp(3.6rem, 7vw, 7rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.86;
  transform: translateX(-5rem);
  animation: loader-word-in 0.72s 1.35s var(--ease) forwards;
}

.site-loader__redvolution {
  margin-top: clamp(1.2rem, 2.4vh, 2.2rem);
  opacity: 0;
  filter: blur(34px);
  font-size: clamp(4.4rem, 10.5vw, 10.5rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.82;
  transform: scale(1.72);
  transform-origin: center;
  animation: loader-focus-in 1.05s 1.35s cubic-bezier(0.2, 0.76, 0.23, 1)
    forwards;
}

.site-loader__redvolution span {
  display: inline-block;
  padding: 0 0.04em;
  color: var(--plum-soft);
  font-size: 0.72em;
  transform: translateY(-0.06em);
}

.site-loader__tagline {
  margin: clamp(1.5rem, 3.5vh, 2.8rem) 0 0;
  opacity: 0;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 2rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.28;
  transform: translateY(-2.2rem);
  animation: loader-tagline-in 0.75s 2.22s var(--ease) forwards;
}

.site-loader__progress {
  position: absolute;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.25rem);
  left: clamp(1rem, 3vw, 2.5rem);
  height: 1px;
  overflow: hidden;
  background: rgba(74, 21, 75, 0.13);
}

.site-loader__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--plum);
  transform: scaleX(0);
  transform-origin: left;
  animation: loader-progress 3.6s 0.12s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

@keyframes loader-decor-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.085;
  }
}

@keyframes loader-roll-in {
  0% {
    opacity: 0;
    transform: translateX(-24vw) rotate(-640deg) scale(0.62);
  }
  72% {
    opacity: 1;
    transform: translateX(0.6rem) rotate(14deg) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0) scale(1);
  }
}

@keyframes loader-word-in {
  0% {
    opacity: 0;
    transform: translateX(-5rem);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes loader-focus-in {
  0% {
    opacity: 0;
    filter: blur(34px);
    transform: scale(1.72);
  }
  55% {
    opacity: 0.9;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes loader-tagline-in {
  0% {
    opacity: 0;
    transform: translateY(-2.2rem);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes loader-progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  color: inherit;
}

::selection {
  background: var(--pink);
  color: var(--plum-deep);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--plum);
  color: var(--white);
  transform: translateY(-200%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section {
  padding: clamp(3.5rem, 6vw, 6rem) var(--page-gutter);
}
.section__inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}
.mobile-only {
  display: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
  color: var(--plum-soft);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow--light {
  color: var(--pink);
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.8rem var(--page-gutter) 0;
  pointer-events: none;
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100%, var(--max-width));
  min-height: 4.5rem;
  margin: 0 auto;
  padding: 0.6rem 0.75rem 0.6rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 40px rgba(74, 21, 75, 0.07);
  backdrop-filter: blur(20px) saturate(135%);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  pointer-events: auto;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.site-header.is-scrolled .site-header__inner {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 44px rgba(74, 21, 75, 0.12);
}

.brand-lockup {
  display: inline-flex;
  width: fit-content;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
}

.brand-lockup__symbol {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(15%) sepia(22%) saturate(3090%)
    hue-rotate(250deg) brightness(87%) contrast(101%);
}

.brand-lockup__symbol--unidas {
  transform: scale(1.18);
}

.brand-lockup__word {
  color: var(--plum);
  font-size: 1.8rem;
  font-weight: 330;
  letter-spacing: -0.055em;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
}
.desktop-nav a {
  position: relative;
  padding: 0.8rem 0;
  color: rgba(47, 34, 48, 0.78);
  font-size: 0.9rem;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  bottom: 0.55rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--plum);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  padding: 0.35rem 1.15rem 0.35rem 0.4rem;
  border-radius: 999px;
  background: var(--plum);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 650;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.header-cta:hover {
  background: var(--plum-deep);
  transform: translateY(-1px);
}
.header-cta__icon {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}
.header-cta__icon svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.menu-toggle {
  display: none;
}
.mobile-menu {
  pointer-events: auto;
}

.hero {
  position: relative;
  display: flex;
  width: calc(100% - (var(--page-gutter) * 2));
  height: max(680px, calc(100svh - 2rem));
  min-height: 680px;
  max-height: 980px;
  margin: 1rem auto 0;
  padding: clamp(7rem, 12vh, 10rem) clamp(1.5rem, 5vw, 5rem)
    clamp(7.5rem, 13vh, 9rem);
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--pink-soft);
  isolation: isolate;
}

.hero__background,
.hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__background {
  z-index: -3;
  object-fit: cover;
  object-position: center bottom;
}
.hero__veil {
  z-index: -2;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(255, 255, 255, 0.6),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(253, 243, 245, 0.12),
      rgba(244, 194, 215, 0.06)
    );
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
  mix-blend-mode: multiply;
}

.hero__content {
  width: min(100%, 1040px);
  margin-top: clamp(1rem, 6vh, 5rem);
  text-align: center;
}
.hero__eyebrow {
  justify-content: center;
  margin-bottom: 1.5rem;
}
.hero__title {
  margin: 0;
  color: var(--plum);
  letter-spacing: -0.055em;
}
.hero__title span {
  display: block;
  margin-bottom: 0.3rem;
  font-size: clamp(1.8rem, 4vw, 4.6rem);
  font-weight: 420;
  line-height: 1.05;
}
.hero__title strong {
  display: block;
  font-size: clamp(3.5rem, 7.9vw, 8.3rem);
  font-weight: 780;
  line-height: 0.88;
}

.hero__lead {
  width: min(100%, 650px);
  margin: clamp(1.5rem, 3vw, 2.2rem) auto 0;
  color: rgba(47, 34, 48, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.7rem;
  padding: 0.45rem 0.5rem 0.45rem 1.4rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 700;
  transition:
    transform 0.25s var(--ease),
    background 0.25s ease,
    color 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}
.button--primary {
  background: var(--plum);
  color: var(--white);
}
.button--primary:hover {
  background: var(--plum-deep);
}
.button__arrow {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-size: 1rem;
}
.button--light {
  background: var(--white);
  color: var(--plum);
}
.button--light .button__arrow {
  background: var(--pink-soft);
}

.text-link,
.inline-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  border-bottom: 1px solid rgba(74, 21, 75, 0.35);
  color: var(--plum);
  font-size: 0.92rem;
  font-weight: 700;
}
.text-link span,
.inline-arrow span {
  transition: transform 0.25s var(--ease);
}
.text-link:hover span,
.inline-arrow:hover span {
  transform: translate(3px, -3px);
}

.hero-card {
  position: absolute;
  bottom: 2.25rem;
  left: 2.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 20px 50px rgba(74, 21, 75, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.hero-card__number {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(74, 21, 75, 0.08);
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 800;
}
.hero-card div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.hero-card strong {
  color: var(--plum);
  font-size: 0.92rem;
}
.hero-card div span {
  color: var(--muted);
  font-size: 0.74rem;
}

.hero-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 245px;
  padding: 1.5rem 2rem 1.5rem 2.75rem;
  border-radius: var(--radius-xl) 0 0 0;
  background: var(--ivory);
  color: var(--plum);
}

.hero-corner::before,
.hero-corner::after {
  position: absolute;
  width: 3rem;
  height: 3rem;
  content: "";
  background: radial-gradient(circle at 0 0, transparent 68%, var(--ivory) 70%);
  pointer-events: none;
}
.hero-corner::before {
  top: -3rem;
  right: 0;
  transform: rotate(90deg);
}
.hero-corner::after {
  bottom: 0;
  left: -3rem;
}
.hero-corner__icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.hero-corner__icon svg {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.hero-corner > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.hero-corner small {
  color: var(--muted);
  font-size: 0.76rem;
}
.hero-corner strong {
  font-size: 1rem;
}
.hero-corner:hover .hero-corner__icon {
  background: var(--plum);
  color: var(--white);
  transform: rotate(45deg);
}

/* ── Section: ¿Quiénes Somos? (.about) ────────────────────────── */
.about {
  background: var(--ivory);
  padding: clamp(3.5rem, 6vh, 5.5rem) var(--page-gutter) clamp(1.5rem, 3vh, 2.5rem);
}

.about__header {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 3rem;
  align-items: end;
}

.about__header h2 {
  margin: 0;
  color: var(--plum);
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.about__intro p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.65;
}

.about__body {
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-top: clamp(2rem, 3vw, 3rem);
  border-top: 1px solid var(--line);
}

.about__body > p {
  max-width: 960px;
  margin: 0 0 2.25rem;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  line-height: 1.7;
}

.about__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.about__logos {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.about__logo {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(15%) sepia(22%) saturate(3090%)
    hue-rotate(250deg) brightness(87%) contrast(101%);
}

.about__logo--unidas {
  transform: scale(1.18);
}

.about__logo-divider {
  color: var(--plum-soft);
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.5;
}

.about__logo-word {
  color: var(--plum);
  font-size: 1.75rem;
  font-weight: 330;
  letter-spacing: -0.055em;
  line-height: 1;
}

.story {
  background: var(--ivory);
}
.story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}
.story__heading h2 {
  max-width: 920px;
  margin: 0;
  color: var(--plum);
  font-size: clamp(2.8rem, 6.3vw, 6.9rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.story__heading h2 em {
  color: var(--plum-soft);
  font-family: Georgia, serif;
  font-weight: 400;
}
.story__copy {
  padding-top: 4rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}
.story__copy p {
  margin: 0 0 1.25rem;
}
.story__copy .story__intro {
  color: var(--ink);
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}
.story__copy .inline-arrow {
  margin-top: 0.75rem;
}

.story-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  margin-top: clamp(4rem, 8vw, 8rem);
}
.story-gallery__column {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}
.story-gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--pink-soft);
}
.story-gallery__item--large {
  min-height: 740px;
}
.story-gallery__item--small {
  min-height: 430px;
  flex: 1;
}
.story-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.story-gallery__item:hover img {
  transform: scale(1.025);
}
.story-gallery__item figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
}
.story-gallery__item figcaption span {
  color: var(--plum-soft);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.story-gallery__item figcaption strong {
  color: var(--plum);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.story-quote {
  position: relative;
  margin: 0;
  padding: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--pink-soft);
  color: var(--plum);
}
.story-quote__mark {
  position: absolute;
  top: -1.25rem;
  right: 1.25rem;
  color: rgba(74, 21, 75, 0.08);
  font-family: Georgia, serif;
  font-size: 13rem;
  line-height: 1;
}
.story-quote p {
  position: relative;
  max-width: 560px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.6rem, 3.2vw, 3rem);
  line-height: 1.17;
}

.pillars {
  position: relative;
  overflow: hidden;
  padding: 1.25rem var(--page-gutter);
  background: var(--ivory);
}
.pillars__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 3rem);
  margin-left: -4vw;
  padding: 1.15rem 0;
  color: rgba(74, 21, 75, 0.15);
  font-size: clamp(2.8rem, 7vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  white-space: nowrap;
  animation: pillars-marquee 25s linear infinite;
}
.pillars__track i {
  width: 0.22em;
  height: 0.22em;
  border-radius: 50%;
  background: var(--pink);
}

@keyframes pillars-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.pillars__content {
  position: relative;
  padding: clamp(3rem, 7vw, 7rem);
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--plum);
  color: var(--white);
}
.pillars__content::after {
  position: absolute;
  right: -6rem;
  bottom: -10rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(244, 194, 215, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(244, 194, 215, 0.04),
    0 0 0 8rem rgba(244, 194, 215, 0.03);
  content: "";
}
.pillars__content h2 {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0;
  font-size: clamp(2.5rem, 5.4vw, 5.8rem);
  font-weight: 480;
  letter-spacing: -0.05em;
  line-height: 0.98;
}
.pillars__content > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 2rem 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

.community {
  background: transparent;
}
.community__vertical {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3.5rem);
}
.community__visual {
  width: 100%;
  height: clamp(280px, 30vw, 420px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(74, 21, 75, 0.05);
}
.community__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.community__copy {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.community__copy h2 {
  margin: 0;
  color: var(--plum);
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  font-weight: 510;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.community__copy > p:not(.eyebrow) {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}
.community__values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
  justify-content: center;
}
.community__values span {
  padding: 0.65rem 1.15rem;
  border: 1px solid rgba(74, 21, 75, 0.16);
  border-radius: 999px;
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.45);
  transition: all 0.25s ease;
  cursor: default;
}
.community__values span:hover {
  background: var(--plum);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 21, 75, 0.15);
}

.market {
  position: relative;
  padding: clamp(6rem, 11vw, 11rem) var(--page-gutter);
  overflow: hidden;
  background: var(--plum-deep);
  color: var(--white);
}
.market__halo {
  position: absolute;
  top: -18rem;
  left: 45%;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background: rgba(244, 194, 215, 0.1);
  filter: blur(1px);
  box-shadow:
    0 0 0 7rem rgba(244, 194, 215, 0.025),
    0 0 0 14rem rgba(244, 194, 215, 0.015);
}
.market__inner {
  position: relative;
}
.market__heading {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 2rem;
  align-items: start;
}
.market__heading h2 {
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 8rem);
  font-weight: 690;
  letter-spacing: -0.065em;
  line-height: 0.86;
}
.market__heading h2 span {
  display: block;
  margin-bottom: 1rem;
  color: var(--pink);
  font-family: Georgia, serif;
  font-size: 0.45em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.market__heading h2 em {
  display: block;
  color: var(--pink);
  font-family: Georgia, serif;
  font-weight: 400;
}
.market__body {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(3rem, 7vw, 8rem);
  margin-top: clamp(4rem, 8vw, 8rem);
  align-items: end;
}
.market__copy {
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1rem;
  line-height: 1.75;
}
.market__copy p {
  margin: 0 0 1.5rem;
}
.market__copy .market__lead {
  color: var(--white);
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2.3vw, 2.3rem);
  line-height: 1.35;
}
.market__image {
  margin: 0;
}
.market__image img {
  width: 100%;
  aspect-ratio: 1.45;
  border-radius: var(--radius-xl);
  object-fit: cover;
}
.market__image figcaption {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  color: var(--pink);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.market__image figcaption i {
  flex: 1;
  height: 1px;
  background: rgba(244, 194, 215, 0.25);
}

.catalog {
  background: var(--ivory);
}
.catalog__header {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 3rem;
  align-items: end;
}
.catalog__header h2 {
  margin: 0;
  color: var(--plum);
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  font-weight: 540;
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.catalog__intro {
  margin: 0 0 0.6rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-top: clamp(4rem, 7vw, 7rem);
}
.catalog-card {
  min-width: 0;
}
.catalog-card--raised {
  transform: translateY(4rem);
}
.catalog-card__image {
  position: relative;
  aspect-ratio: 0.79;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--pink-soft);
}
.catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s var(--ease);
}
.catalog-card:nth-child(2) .catalog-card__image img {
  object-position: center;
}
.catalog-card:nth-child(3) .catalog-card__image img {
  object-position: 35% center;
}
.catalog-card:hover .catalog-card__image img {
  transform: scale(1.035);
}
.catalog-card__image > span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}
.catalog-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0.2rem 0;
}
.catalog-card__body p {
  margin: 0 0 0.2rem;
  color: var(--plum-soft);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.catalog-card__body h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 650;
}
.catalog-card__arrow {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--plum);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.catalog-card:hover .catalog-card__arrow {
  background: var(--plum);
  color: var(--white);
  transform: rotate(45deg);
}

.catalog__notice {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  margin-top: clamp(7rem, 12vw, 12rem);
  padding: clamp(1.25rem, 2.2vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--pink-soft);
}
.catalog__notice-icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: var(--plum);
  font-size: 1.3rem;
}
.catalog__notice small {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--plum-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.catalog__notice p {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
}

.closing {
  position: relative;
  display: grid;
  min-height: min(760px, 80vh);
  place-items: center;
  overflow: hidden;
  background: var(--plum-deep);
  color: var(--white);
}
.closing > img,
.closing__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.closing > img {
  object-fit: cover;
}
.closing__overlay {
  background: linear-gradient(
    90deg,
    rgba(40, 11, 42, 0.94) 0%,
    rgba(40, 11, 42, 0.7) 50%,
    rgba(40, 11, 42, 0.32) 100%
  );
}
.closing__content {
  position: relative;
  z-index: 1;
  padding: 5rem var(--page-gutter);
}
.closing__content p {
  margin: 0 0 1rem;
  color: var(--pink);
  font-family: Georgia, serif;
  font-size: clamp(1.3rem, 2.5vw, 2.3rem);
  font-style: italic;
}
.closing__content h2 {
  max-width: 920px;
  margin: 0 0 2.5rem;
  font-size: clamp(3.2rem, 7vw, 7.5rem);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.site-footer {
  padding: 0 var(--page-gutter) 2.5rem;
  background: var(--ivory);
}
.site-footer__card {
  background: var(--plum);
  border-radius: var(--radius-xl);
  padding: clamp(3rem, 5vw, 4.5rem) clamp(2rem, 4vw, 4.5rem);
  color: var(--white);
  margin: 0 auto;
  width: min(100%, var(--max-width));
}
.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.footer-badge {
  background: var(--pink);
  color: var(--plum);
  font-size: 0.75rem;
  font-weight: 750;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  text-transform: lowercase;
}
.footer-title {
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  color: var(--white);
  letter-spacing: -0.02em;
}
.footer-map-link {
  color: var(--white);
  text-decoration: underline;
  font-weight: 700;
  font-size: 1rem;
  transition: opacity 0.2s ease;
}
.footer-map-link:hover {
  opacity: 0.8;
}
.footer-contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer-contact-links a {
  color: var(--white);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  transition: opacity 0.2s ease;
}
.footer-contact-links a:hover {
  opacity: 0.8;
}
.footer-edition-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.4;
}
.footer-social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.footer-social-link {
  color: var(--white);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  display: inline-flex;
}
.footer-social-link svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: currentColor;
}
.footer-social-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: min(100%, var(--max-width));
  margin: 3rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(74, 21, 75, 0.1);
  color: var(--muted);
  font-size: 0.72rem;
}
.site-footer__bottom a {
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.catalog-card--raised.reveal {
  transform: translateY(calc(4rem + 24px));
}
.catalog-card--raised.reveal.is-visible {
  transform: translateY(4rem);
}

:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 1.4rem;
  }
  .story__grid {
    grid-template-columns: 1fr 0.65fr;
    gap: 3rem;
  }
  .community__badge {
    right: -1rem;
  }
  .market__heading {
    grid-template-columns: 1fr;
  }
  .market__heading .eyebrow {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    grid-template-columns: 1fr auto;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: inline-grid;
    width: 3rem;
    height: 3rem;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--plum);
    cursor: pointer;
  }
  .menu-toggle span {
    position: absolute;
    width: 1.15rem;
    height: 1px;
    background: var(--white);
    transition: transform 0.25s ease;
  }
  .menu-toggle span:first-child {
    transform: translateY(-3px);
  }
  .menu-toggle span:last-child {
    transform: translateY(3px);
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }
  .mobile-menu {
    position: absolute;
    top: 5.75rem;
    right: var(--page-gutter);
    left: var(--page-gutter);
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 65px rgba(40, 11, 42, 0.16);
  }
  .mobile-menu[hidden] {
    display: none;
  }
  .mobile-menu nav {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu nav a {
    display: flex;
    justify-content: space-between;
    padding: 1.05rem 0.5rem;
    border-bottom: 1px solid var(--line);
    color: var(--plum);
    font-size: 1.25rem;
    font-weight: 650;
  }
  .mobile-menu nav a span {
    color: var(--muted);
    font-size: 0.68rem;
  }
  .mobile-menu__cta {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    padding: 1rem 1.2rem;
    border-radius: 999px;
    background: var(--plum);
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 700;
  }

  .hero {
    min-height: 720px;
    padding-top: 8rem;
  }
  .hero__content {
    margin-top: 2rem;
  }
  .hero-card {
    bottom: 1.25rem;
    left: 1.25rem;
  }
  .hero-corner {
    min-width: 215px;
    padding: 1.2rem 1.25rem 1.2rem 2rem;
  }

  .about__header,
  .story__grid,
  .market__body,
  .catalog__header {
    grid-template-columns: 1fr;
  }
  .story__copy {
    max-width: 670px;
    padding-top: 0;
  }
  .story-gallery__item--large {
    min-height: 620px;
  }
  .community__visual {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .market__body {
    align-items: start;
  }
  .market__copy {
    max-width: 720px;
  }
  .catalog__intro {
    max-width: 650px;
  }
  .catalog__notice {
    grid-template-columns: auto 1fr;
  }
  .catalog__notice .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .site-footer__columns {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 680px) {
  :root {
    --page-gutter: 0.75rem;
    --radius-lg: 1.5rem;
  }
  .section {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .mobile-only {
    display: inline;
  }
  .site-header {
    padding-top: 0.55rem;
  }
  .site-header__inner {
    min-height: 4rem;
    padding: 0.45rem 0.5rem 0.45rem 0.8rem;
  }
  .brand-lockup__symbol {
    width: 2rem;
    height: 2rem;
  }
  .brand-lockup__word {
    font-size: 1.6rem;
  }
  .mobile-menu {
    top: 5rem;
  }

  .site-loader__decor {
    width: 18rem;
  }
  .site-loader__decor--left {
    top: 43%;
    transform: translate(-62%, -50%) rotate(-12deg) scale(0.9);
  }
  .site-loader__decor--right {
    transform: translate(52%, 50%) rotate(16deg) scale(0.9);
  }
  .site-loader__center {
    width: calc(100vw - 1.5rem);
  }
  .site-loader__brand {
    gap: 0.35rem;
  }
  .site-loader__mark {
    width: clamp(3rem, 14vw, 3.8rem);
  }
  .site-loader__word {
    font-size: clamp(3rem, 17vw, 4.4rem);
  }
  .site-loader__redvolution {
    margin-top: 1.6rem;
    font-size: clamp(4rem, 19vw, 5.5rem);
    letter-spacing: -0.085em;
  }
  .site-loader__tagline {
    max-width: 340px;
    margin-top: 2rem;
    font-size: clamp(1.05rem, 5vw, 1.35rem);
  }

  .hero {
    width: calc(100% - 1rem);
    height: 780px;
    min-height: 0;
    max-height: none;
    margin-top: 0.5rem;
    padding: 7.2rem 1.15rem 9rem;
    border-radius: 1.5rem;
  }
  .hero__background {
    object-position: center bottom;
  }
  .hero__content {
    margin-top: 0;
  }
  .hero__eyebrow {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.4;
  }
  .hero__eyebrow::before {
    display: none;
  }
  .hero__title span {
    margin-bottom: 0.75rem;
    font-size: clamp(1.65rem, 7vw, 2.25rem);
    line-height: 1.08;
  }
  .hero__title strong {
    font-size: clamp(3.3rem, 15vw, 5.1rem);
    line-height: 0.88;
  }
  .hero__lead {
    max-width: 420px;
    font-size: 0.96rem;
  }
  .hero__actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  .hero-card {
    display: none;
  }
  .hero-corner {
    right: 0;
    bottom: 0;
    min-width: 205px;
    border-radius: 2.25rem 0 0 0;
  }
  .hero-corner__icon {
    width: 3rem;
    height: 3rem;
  }
  .hero-corner::before,
  .hero-corner::after {
    width: 2rem;
    height: 2rem;
  }
  .hero-corner::before {
    top: -2rem;
  }
  .hero-corner::after {
    left: -2rem;
  }

  .about {
    padding-top: 1.75rem;
    padding-bottom: 1rem;
  }
  .about__header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .about__header h2 {
    font-size: clamp(1.65rem, 6.5vw, 2.2rem);
  }
  .about__body {
    margin-top: 1.25rem;
    padding-top: 1rem;
  }
  .about__body > p {
    font-size: 0.98rem;
    margin-bottom: 1.25rem;
  }
  .about__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 1rem;
  }

  .pillars {
    padding: 0.4rem 0;
  }
  .pillars__track {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
    padding: 0.25rem 0;
  }
  .pillars__content {
    padding: 2.25rem 1.15rem;
    border-radius: 1.25rem;
  }
  .pillars__content h2 {
    font-size: 2.2rem;
  }
  .pillars__content > p:last-child {
    margin-left: 0;
  }

  .market {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .market__heading h2 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }
  .market__image img {
    aspect-ratio: 0.9;
    object-position: center;
  }

  .catalog__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
  .catalog-card--raised {
    transform: none;
  }
  .catalog-card--raised.reveal {
    transform: translateY(24px);
  }
  .catalog-card--raised.reveal.is-visible {
    transform: translateY(0);
  }
  .catalog-card__image {
    aspect-ratio: 0.9;
  }
  .catalog__notice {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
  .catalog__notice .button {
    grid-column: auto;
    width: 100%;
  }

  .closing {
    min-height: 680px;
    align-items: end;
  }
  .closing > img {
    object-position: 55% center;
  }
  .closing__overlay {
    background: linear-gradient(
      180deg,
      rgba(40, 11, 42, 0.22),
      rgba(40, 11, 42, 0.94) 70%
    );
  }
  .closing__content {
    padding: 6rem 1.25rem 3.5rem;
  }
  .closing__content h2 {
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .site-footer__bottom {
    flex-direction: column;
    margin-top: 2rem;
    gap: 1rem;
  }
}

@media (max-height: 650px) and (min-width: 681px) {
  .site-loader__center {
    transform: scale(0.82);
  }
  .site-loader__tagline {
    margin-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal,
  .catalog-card--raised.reveal {
    opacity: 1;
    transform: none;
  }
  .site-loader__decor {
    opacity: 0.085;
  }
  .site-loader__mark,
  .site-loader__word,
  .site-loader__redvolution,
  .site-loader__tagline {
    opacity: 1;
    filter: none;
    transform: none;
  }
  .site-loader__progress span {
    transform: scaleX(1);
  }
}
