.home-section {
  position: relative;
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.home-kicker {
 
  align-items: center;
  gap: var(--space-2);
  font-size: 5rem;
  font-weight: 800;
  color: var(--color-brand-indigo);
}

.home-kicker::before,
.home-kicker::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid rgba(180, 78, 241, 0.4);
  border-radius: 0.2rem;
  transform: rotate(45deg);
}

.home-section__heading {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.home-section__heading--centered {
  justify-items: center;
  text-align: center;
}

.home-section__heading p,
.home-copy-block p,
.home-community__copy p,
.home-hero__content p {
  max-width: 62ch;
}

.home-section__action {
  margin-top: var(--space-6);
}

.home-card-grid {
  display: grid;
  gap: var(--space-5);
}

.home-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  min-height: min(78vh, 42rem);
}

.home-hero__content {
  display: grid;
  gap: 1.25rem;
  align-content: center;
  justify-self: start;
  max-width: 40rem;
  color: var(--color-text-inverse);
  transform: translateX(-150px);
}

.home-hero__crown-mark {
  width: clamp(2.6rem, 4vw, 3.5rem);
  justify-self: center;
  margin-bottom: -0.35rem;
}

.home-hero__media,
.home-hero__media-layer {
  position: absolute;
  inset: 0;
}

.home-hero__media {
  z-index: 0;
}

.home-hero__media-layer {
  background: image-set(
    url("../img/home/hero/hero-home-bg-desktop.png") type("image/png") 1x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero__piece-slot {
  position: absolute;
  width: clamp(4rem, 6vw, 6rem);
  aspect-ratio: 0.78;
  pointer-events: none;
}

.home-hero__piece-slot--top-right {
  top: 10%;
  right: 2%;
}

.home-hero__piece-slot--bottom-right {
  right: 4%;
  bottom: 12%;
}

.home-hero__piece-slot--left {
  left: 0;
  top: 18%;
}

.home-hero__title {
  display: grid;
  gap: 0.15em;
  max-width: none;
  justify-items: start;
  line-height: 0.98;
}

.home-hero__title-script,
.home-hero__title-accent,
.home-hero__copy,
.home-hero__cta {
  font-family: "Poppins", var(--font-base);
}

.home-hero__title-script {
  font-family: "Satisfy", cursive;
  font-size: clamp(3.1rem, 7vw, 7.4rem);
  font-weight: 600;
  line-height: 0.92;
  color: #ffffff;
  letter-spacing: 0;
  justify-self: center;
}

.home-hero__title-accent {
  font-size: clamp(1.85rem, 4vw, 3.35rem);
  font-weight: 800;
  line-height: 1.2;
  color: #FF63B6;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.home-hero__copy {
  max-width: 34ch;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 500;
  line-height: 1.75;
  color: #ffffff;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.35rem;
}

.home-hero__cta {
  min-width: 12.75rem;
  min-height: 3.5rem;
  padding-inline: 1.6rem;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(58, 22, 101, 0.24);
}

.home-hero__cta::after {
  content: ">";
  font-size: 1rem;
  font-weight: 800;
}

.home-hero .btn--primary {
  background: linear-gradient(135deg, #ff5aa9 0%, #ff7f8f 100%);
}

.home-hero .btn--primary:hover,
.home-hero .btn--primary:focus-visible {
  box-shadow: 0 22px 42px rgba(255, 99, 182, 0.3);
}

.home-hero .btn--secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse);
  box-shadow: 0 16px 36px rgba(27, 10, 53, 0.18);
}

.home-hero .btn--secondary:hover,
.home-hero .btn--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.home-hero__stage {
  position: relative;
  min-height: clamp(16rem, 36vw, 27rem);
}

.home-intro__grid,
.home-community__panel {
  display: grid;
  gap: var(--space-6);
  align-items: center;
}

.home-intro {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(2rem, 3.2vw, 3.1rem);
  background-color: #fff7f6;
  background-image: url("../img/home/monica/home-monica-section-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-intro__grid {
  position: relative;
  z-index: 1;
  gap: clamp(1.25rem, 2.6vw, 2.6rem);
}

.home-intro__media {
  position: relative;
  justify-self: start;
  width: min(100%, 31rem);
}

.home-intro__photo {
  width: 100%;
  aspect-ratio: 0.84;
  min-height: 21.5rem;
  border-radius: clamp(1.5rem, 3vw, 2.2rem);
  background-color: rgba(255, 255, 255, 0.72);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(127, 79, 219, 0.08)),
    url("../img/home/monica/home-monica-presentacion.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 18px 42px rgba(91, 47, 143, 0.12);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
}

.home-intro__copy {
  gap: 1.1rem;
  justify-self: end;
  max-width: 40rem;
  margin-left: auto;
}

.home-intro__mark {
  width: clamp(2.2rem, 4vw, 2.8rem);
}

.home-intro__title {
  display: grid;
  gap: 0.2rem;
  line-height: 0.98;
}

.home-intro__title-lead {
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.9rem, 2.9vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-surface-strong);
}

.home-intro__title-name {
  font-family: "Satisfy", cursive;
  font-size: clamp(3.6rem, 6.6vw, 6.2rem);
  font-weight: 600;
  line-height: 0.9;
  color: var(--color-brand-pink);
}

.home-intro__copy p {
  max-width: 65ch;
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--color-text-soft);
}

.home-intro__cta {
  justify-self: start;
  min-width: 0;
  padding-inline: 1.35rem;
}

.home-intro__particle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.58;
  --particle-x: 0px;
  --particle-y: -40px;
  --particle-scale: 1.08;
  animation: home-intro-float 16s ease-in-out infinite;
}

.home-intro__particle--one {
  top: 10%;
  right: 16%;
  width: 0.45rem;
  height: 0.45rem;
  background: #FF63B6;
  --particle-x: -18px;
  --particle-y: 180px;
}

.home-intro__particle--two {
  top: 18%;
  right: 4%;
  width: 0.72rem;
  height: 0.72rem;
  background: #7F4FDB;
  --particle-x: -34px;
  --particle-y: 210px;
  animation-delay: -4s;
}

.home-intro__particle--three {
  top: 54%;
  left: 44%;
  width: 0.35rem;
  height: 0.35rem;
  background: #FF63B6;
  --particle-x: 26px;
  --particle-y: -150px;
  animation-delay: -7s;
}

.home-intro__particle--four {
  top: 8%;
  left: 40%;
  width: 0.28rem;
  height: 0.28rem;
  background: #7F4FDB;
  --particle-x: 32px;
  --particle-y: 195px;
  animation-delay: -2s;
}

.home-intro__particle--five {
  top: 68%;
  right: 18%;
  width: 0.52rem;
  height: 0.52rem;
  background: #FF63B6;
  --particle-x: -42px;
  --particle-y: -170px;
  animation-delay: -9s;
}

.home-intro__particle--six {
  top: 76%;
  left: 10%;
  width: 0.26rem;
  height: 0.26rem;
  background: #7F4FDB;
  --particle-x: 20px;
  --particle-y: -220px;
  animation-delay: -6s;
}

.home-intro__particle--seven {
  top: 26%;
  left: 54%;
  width: 0.6rem;
  height: 0.6rem;
  background: #FF63B6;
  --particle-x: 18px;
  --particle-y: 160px;
  animation-delay: -11s;
}

.home-intro__particle--eight {
  top: 82%;
  right: 8%;
  width: 0.4rem;
  height: 0.4rem;
  background: #7F4FDB;
  --particle-x: -22px;
  --particle-y: -205px;
  animation-delay: -13s;
}

.home-intro__particle--nine {
  top: 14%;
  left: 18%;
  width: 0.32rem;
  height: 0.32rem;
  background: #FF63B6;
  --particle-x: 28px;
  --particle-y: 190px;
  animation-delay: -3s;
}

.home-intro__particle--ten {
  top: 36%;
  right: 24%;
  width: 0.5rem;
  height: 0.5rem;
  background: #7F4FDB;
  --particle-x: -30px;
  --particle-y: 175px;
  animation-delay: -8s;
}

.home-intro__particle--eleven {
  top: 62%;
  left: 34%;
  width: 0.24rem;
  height: 0.24rem;
  background: #FF63B6;
  --particle-x: 22px;
  --particle-y: -210px;
  animation-delay: -12s;
}

.home-intro__particle--twelve {
  top: 84%;
  right: 28%;
  width: 0.38rem;
  height: 0.38rem;
  background: #7F4FDB;
  --particle-x: -26px;
  --particle-y: -185px;
  animation-delay: -15s;
}

@keyframes home-intro-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(var(--particle-x), var(--particle-y), 0) scale(var(--particle-scale));
  }
}

.home-media-card,
.home-social-card,
.home-feature-card,
.home-product-card {
  border: 1px solid rgba(45, 34, 65, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
}

.home-media-card {
  display: grid;
  gap: var(--space-4);
  padding: clamp(1.5rem, 4vw, 2rem);
}

.home-media-card__badge {
  justify-self: start;
  padding: 0.35rem 0.7rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 99, 182, 0.12);
  color: var(--color-brand-pink);
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-media-card__portrait {
  min-height: 22rem;
  border-radius: calc(var(--radius-lg) - 0.3rem);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.82), transparent 12%),
    linear-gradient(180deg, rgba(127, 79, 219, 0.16), rgba(255, 99, 182, 0.24)),
    linear-gradient(135deg, #fff6ef, #ffe7f2);
  position: relative;
  overflow: hidden;
}

.home-media-card__portrait::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 16%;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(76, 47, 117, 0.92), rgba(46, 27, 75, 0.96));
  transform: translateX(-50%);
}

.home-media-card__portrait::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: 13rem;
  height: 18rem;
  border-radius: 48% 48% 18% 18%;
  background: linear-gradient(180deg, rgba(44, 17, 78, 0.94), rgba(31, 15, 56, 0.98));
  transform: translateX(-50%);
}

.home-media-card__caption,
.home-social-card__note,
.home-product-card p,
.home-feature-card p {
  color: var(--color-text-soft);
  font-size: var(--fs-small);
}

.home-copy-block {
  display: grid;
  gap: var(--space-4);
}

.home-pillars {
  isolation: isolate;
  overflow: hidden;
  margin-top: clamp(-2.2rem, -3vw, -0.9rem);
  padding-top: clamp(2rem, 3.6vw, 2.85rem);
  padding-bottom: clamp(0.5rem, 4.8vw, 1.2rem);
  background-color: #fff4ef;
  background-image:
    linear-gradient(180deg, rgba(255, 248, 242, 0.76), rgba(255, 255, 255, 0.92)),
    url("../img/home/ajedrez/home-viviendo-ajedrez-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-pillars::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 99, 182, 0.12), transparent 22%),
    radial-gradient(circle at 84% 22%, rgba(180, 78, 241, 0.14), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(251, 168, 135, 0.16), transparent 28%);
}

.home-pillars .container {
  position: relative;
  z-index: 1;
}

.home-pillars .home-section__heading {
  justify-items: center;
  text-align: center;
  gap: 0.8rem;
  margin-bottom: clamp(1.75rem, 3.2vw, 2.6rem);
}

.home-pillars__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  margin: 0;
}

.home-pillars__title-crown {
  width: clamp(1.65rem, 2.4vw, 2rem);
  height: auto;
  flex: 0 0 auto;
}

.home-pillars__title-lead {
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #7f4fdb;
}

.home-pillars__title-script {
  font-family: "Satisfy", cursive;
  font-size: clamp(2.8rem, 4.8vw, 4.4rem);
  font-weight: 600;
  line-height: 0.92;
  color: #ff63b6;
}

.home-pillars .home-section__heading p {
  margin: 0;
  max-width: 52ch;
}

.home-pillars__particle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.82;
  --particle-x: 0px;
  --particle-y: 0px;
  --particle-scale: 1.08;
  animation: home-pillars-float 15s ease-in-out infinite;
}

.home-pillars__particle--one {
  top: 10%;
  left: 10%;
  width: 0.4rem;
  height: 0.4rem;
  background: #ff63b6;
  --particle-x: 26px;
  --particle-y: 185px;
}

.home-pillars__particle--two {
  top: 16%;
  right: 12%;
  width: 0.62rem;
  height: 0.62rem;
  background: #7f4fdb;
  --particle-x: -32px;
  --particle-y: 210px;
  animation-delay: -4s;
}

.home-pillars__particle--three {
  top: 34%;
  left: 6%;
  width: 0.3rem;
  height: 0.3rem;
  background: #7f4fdb;
  --particle-x: 28px;
  --particle-y: -165px;
  animation-delay: -8s;
}

.home-pillars__particle--four {
  top: 28%;
  right: 6%;
  width: 0.34rem;
  height: 0.34rem;
  background: #ff63b6;
  --particle-x: -20px;
  --particle-y: 180px;
  animation-delay: -2s;
}

.home-pillars__particle--five {
  top: 52%;
  left: 20%;
  width: 0.5rem;
  height: 0.5rem;
  background: #ff63b6;
  --particle-x: 42px;
  --particle-y: -180px;
  animation-delay: -6s;
}

.home-pillars__particle--six {
  top: 58%;
  right: 18%;
  width: 0.26rem;
  height: 0.26rem;
  background: #7f4fdb;
  --particle-x: -30px;
  --particle-y: -195px;
  animation-delay: -11s;
}

.home-pillars__particle--seven {
  top: 74%;
  left: 12%;
  width: 0.36rem;
  height: 0.36rem;
  background: #7f4fdb;
  --particle-x: 22px;
  --particle-y: -170px;
  animation-delay: -9s;
}

.home-pillars__particle--eight {
  top: 80%;
  right: 10%;
  width: 0.54rem;
  height: 0.54rem;
  background: #ff63b6;
  --particle-x: -25px;
  --particle-y: -210px;
  animation-delay: -13s;
}

.home-pillars__particle--nine {
  top: 12%;
  left: 42%;
  width: 0.26rem;
  height: 0.26rem;
  background: #ff63b6;
  --particle-x: 24px;
  --particle-y: 165px;
  animation-delay: -3s;
}

.home-pillars__particle--ten {
  top: 24%;
  right: 36%;
  width: 0.42rem;
  height: 0.42rem;
  background: #7f4fdb;
  --particle-x: -26px;
  --particle-y: 190px;
  animation-delay: -10s;
}

.home-pillars__particle--eleven {
  top: 70%;
  left: 38%;
  width: 0.3rem;
  height: 0.3rem;
  background: #ff63b6;
  --particle-x: 18px;
  --particle-y: -150px;
  animation-delay: -5s;
}

.home-pillars__particle--twelve {
  top: 66%;
  right: 32%;
  width: 0.48rem;
  height: 0.48rem;
  background: #7f4fdb;
  --particle-x: -18px;
  --particle-y: -175px;
  animation-delay: -14s;
}

@keyframes home-pillars-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(var(--particle-x), var(--particle-y), 0) scale(var(--particle-scale));
  }
}

.home-feature-card,
.home-product-card {
  display: grid;
  gap: var(--space-3);
  padding: 1.5rem;
}

.home-feature-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 99, 182, 0.16), rgba(251, 168, 135, 0.26));
  position: relative;
}

.home-pillars .home-card-grid {
  gap: clamp(1rem, 2.4vw, 1.5rem);
}

.home-pillars .home-feature-card {
  position: relative;
  gap: 0.95rem;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.9));
  box-shadow: 0 18px 36px rgba(91, 47, 143, 0.1);
  overflow: hidden;
}

.home-pillars .home-feature-card > * {
  position: relative;
  z-index: 1;
}

.home-pillars .home-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 1.35rem 0;
  height: 3px;
  border-radius: var(--radius-pill);
  background: var(--card-accent, rgba(255, 99, 182, 0.28));
  opacity: 0.92;
}

.home-pillars .home-feature-card h3,
.home-pillars .home-feature-card p {
  margin: 0;
}

.home-pillars .home-feature-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.25;
  color: var(--color-surface-strong);
}

.home-pillars .home-feature-card p {
  color: var(--color-text-soft);
  line-height: 1.75;
}

.home-pillars .home-feature-card--community {
  --card-accent: linear-gradient(90deg, #ff6d9f, #ff927f);
  --card-icon-bg: linear-gradient(135deg, rgba(255, 109, 159, 0.18), rgba(255, 146, 127, 0.28));
  --card-icon-color: #e15387;
}

.home-pillars .home-feature-card--events {
  --card-accent: linear-gradient(90deg, #9a63e7, #c286ef);
  --card-icon-bg: linear-gradient(135deg, rgba(154, 99, 231, 0.18), rgba(194, 134, 239, 0.26));
  --card-icon-color: #8f4cc6;
}

.home-pillars .home-feature-card--content {
  --card-accent: linear-gradient(90deg, #ff9a62, #fba887);
  --card-icon-bg: linear-gradient(135deg, rgba(255, 154, 98, 0.18), rgba(251, 168, 135, 0.28));
  --card-icon-color: #ef7c44;
}

.home-pillars .home-feature-card__icon {
  width: 4.25rem;
  height: 4.25rem;
  display: grid;
  place-items: center;
  border-radius: 1.2rem;
  background: var(--card-icon-bg, linear-gradient(135deg, rgba(255, 99, 182, 0.16), rgba(251, 168, 135, 0.26)));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: var(--card-icon-color, var(--color-brand-pink));
}

.home-pillars .home-feature-card__icon::before,
.home-pillars .home-feature-card__icon::after {
  content: none;
}

.home-feature-card__icon-svg {
  width: 2.7rem;
  height: 2.7rem;
  overflow: visible;
}

.home-feature-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--card-icon-color, var(--color-brand-pink));
  transition: transform var(--transition-base), color var(--transition-base);
}

.home-feature-card__link span {
  font-size: 1rem;
  transition: transform var(--transition-base);
}

.home-feature-card__link:hover,
.home-feature-card__link:focus-visible {
  transform: translateX(2px);
}

.home-feature-card__link:hover span,
.home-feature-card__link:focus-visible span {
  transform: translateX(3px);
}

.home-feature-card__icon::before,
.home-feature-card__icon::after {
  content: "";
  position: absolute;
  border: 2px solid var(--color-brand-pink);
}

.home-feature-card__icon::before {
  inset: 0.9rem 1rem 1rem 0.5rem;
  border-radius: 1rem 1rem 0.7rem 0.7rem;
}

.home-feature-card__icon::after {
  width: 1rem;
  height: 1rem;
  right: 0.45rem;
  top: 1.1rem;
  border-radius: 50%;
}

.home-feature-card__icon--cup::before {
  inset: 0.75rem 0.95rem 1rem 0.95rem;
  border-radius: 0 0 0.7rem 0.7rem;
}

.home-feature-card__icon--cup::after {
  width: 1.2rem;
  height: 1.2rem;
  right: 0.45rem;
  top: 1rem;
  border-radius: 50%;
}

.home-feature-card__icon--study::before {
  inset: 0.9rem 0.65rem;
  border-radius: 0.2rem;
  transform: skew(-12deg);
}

.home-feature-card__icon--study::after {
  width: 1.3rem;
  height: 0.2rem;
  left: 1.1rem;
  bottom: 0.8rem;
  background: var(--color-brand-pink);
  border: 0;
}

.home-shop {
  position: relative;
  padding-block: clamp(1rem, 2.2vw, 1rem);
  background:
    radial-gradient(circle at top left, rgba(255, 99, 182, 0.08), transparent 24%),
    radial-gradient(circle at top right, rgba(127, 79, 219, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), #fffaf6 100%);
}

.home-shop__heading {
  gap: 0;
  margin-bottom: clamp(0.9rem, 2vw, 1.35rem);
}

.home-shop__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.home-shop__logo {
  width: auto;
  height: clamp(4rem, 8vw, 7.75rem);
}

.home-shop__brand-text {
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 700;
  line-height: 1;
  color: #ff63b6;
}

.home-shop__grid {
  align-items: stretch;
}

.home-shop__card {
  gap: 1rem;
  padding: 1.1rem 1.1rem 1.35rem;
  border: 1px solid rgba(45, 34, 65, 0.08);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.94));
  box-shadow: 0 16px 34px rgba(91, 47, 143, 0.08);
  text-align: center;
}

.home-shop__card h3 {
  font-size: 1.08rem;
  line-height: 1.25;
}

.home-product-card__media.home-shop__media {
  display: grid;
  place-items: center;
  min-height: clamp(15rem, 24vw, 17.5rem);
  padding: 1rem;
  border-radius: calc(var(--radius-lg) - 0.2rem);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.95), transparent 32%),
    linear-gradient(180deg, #ffffff, #fff3f8 100%);
  overflow: hidden;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.home-product-card__media.home-shop__media:hover,
.home-product-card__media.home-shop__media:focus-visible {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(255, 99, 182, 0.18), 0 14px 28px rgba(91, 47, 143, 0.08);
}

.home-shop__media img {
  width: 100%;
  height: clamp(13rem, 20vw, 15rem);
  object-fit: contain;
}

.home-shop__card-cta {
  margin-top: auto;
  border-color: #ff63b6;
  color: #ff63b6;
  background: rgba(255, 255, 255, 0.92);
}

.home-shop__card-cta:hover,
.home-shop__card-cta:focus-visible {
  border-color: #ff63b6;
  color: #ff63b6;
  background: #fff6fb;
}

.home-shop__button-icon {
  position: relative;
  width: 0.95rem;
  height: 0.8rem;
  border: 1.8px solid currentColor;
  border-radius: 0.18rem 0.18rem 0.28rem 0.28rem;
}

.home-shop__button-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 0.08rem);
  width: 0.5rem;
  height: 0.38rem;
  border: 1.8px solid currentColor;
  border-bottom: 0;
  border-radius: 0.45rem 0.45rem 0 0;
  transform: translateX(-50%);
}

.home-shop__footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(0.85rem, 1.8vw, 1.15rem);
}

.home-shop__cta {
  min-width: min(100%, 17rem);
}

.home-collections {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(0.25rem, 1vw, 0.1rem);
  background-color: #fff6f1;
  background-image:
    url("../img/home/colecciones/home-colecciones-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-collections::before {
  content: "";
  position: absolute;
  inset: auto auto 10% 6%;
  width: clamp(10rem, 22vw, 18rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 99, 182, 0.16), rgba(255, 99, 182, 0));
  pointer-events: none;
  z-index: 0;
}

.home-collections .container {
  position: relative;
  z-index: 1;
}

.home-collections__heading {
  margin-bottom: clamp(1rem, 2.2vw, 1.6rem);
}

.home-collections__logo {
  display: flex;
  justify-content: center;
}

.home-collections__logo-image {
  width: min(100%, 10rem);
  height: auto;
}

.home-collection-grid {
  display: grid;
  gap: var(--space-4);
}

.home-collection-card {
  display: grid;
  grid-template-columns: clamp(4.8rem, 8vw, 6.25rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 8.75rem;
  padding: 1rem 1.2rem 1rem 0.9rem;
  border-radius: var(--radius-lg);
  color: var(--color-text-inverse);
  box-shadow: 0 18px 40px rgba(91, 47, 143, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-decoration: none;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.home-collection-card:hover,
.home-collection-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(91, 47, 143, 0.16);
}

.home-collection-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
}

.home-collection-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.home-collection-card__content {
  display: grid;
  gap: 0.45rem;
  align-content: center;
  min-width: 0;
}

.home-collection-card strong {
  justify-self: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 0.95rem;
  font-weight: 700;
  background: transparent;
  color: rgba(255, 248, 242, 0.92);
}

.home-collection-card__label {
  font-size: clamp(1.25rem, 1.9vw, 1.7rem);
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 0 2px 14px rgba(64, 28, 95, 0.14);
}

.home-collection-card--violet {
  background: linear-gradient(135deg, #6f4de2, #9150df);
}

.home-collection-card--pink {
  background: linear-gradient(135deg, #ff7b92, #ff4ea8);
}

.home-collection-card--indigo {
  background: linear-gradient(135deg, #5d53d8, #8b49de);
}

.home-collection-card--peach {
  background: linear-gradient(135deg, #ff9273, #f86ca2);
}

.home-community__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  min-height: clamp(14.5rem, 16vw, 16.25rem);
  padding: clamp(2rem, 4vw, 2.8rem) 0;
  color: var(--color-text-inverse);
}

.home-community {
  padding-block: 0;
  background: image-set(
    url("../img/home/comunidad/home-comunidad-redes-bg.png") type("image/png") 1x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-community__copy,
.home-community__social {
  display: grid;
  align-content: center;
  gap: var(--space-4);
}

.home-community__copy {
  padding-right: clamp(1rem, 2.5vw, 2rem);
}

.home-community__social {
  padding-left: clamp(1rem, 2.5vw, 2rem);
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.home-community__title {
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.2vw, 3.1rem);
  font-weight: 600;
  line-height: 0.95;
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}

.home-community__copy p {
  max-width: 52ch;
  font-size: clamp(0.92rem, 1vw, 1rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.96);
}

.home-community__social h3 {
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}

.home-social-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.home-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  color: #33204d;
  transition:
    transform var(--transition-base),
    background-color var(--transition-base),
    color var(--transition-base);
}

.home-social-link:hover,
.home-social-link:focus-visible {
  transform: translateY(-2px);
  background: #ffffff;
  color: #1f1430;
}

.home-social-link svg {
  width: 1.7rem;
  height: 1.7rem;
}

.contact-section {
  position: relative;
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.contact-section--main {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.contact-section__heading {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.contact-section__heading--centered {
  justify-items: center;
  text-align: center;
}

.contact-section__heading p,
.contact-card__header p,
.contact-info-item p,
.contact-social p,
.contact-faq__panel p,
.contact-cta__copy p {
  color: var(--color-text-soft);
}

.contact-hero {
  padding-block: clamp(2rem, 5vw, 3rem) 0;
}

.contact-hero__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 1;
  min-height: 18rem;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: calc(var(--radius-lg) + 0.6rem);
  background-color: #7d00d2;
  background-image: image-set(url("../img/contacto/contacto-hero-bg.png") type("image/png") 1x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: var(--shadow-md);
}

.contact-hero__panel::before,
.contact-hero__panel::after {
  content: none;
}

.contact-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-3);
  justify-items: center;
  text-align: center;
  max-width: 32rem;
  padding-inline: clamp(0.5rem, 2vw, 1.5rem);
  color: var(--color-text-inverse);
}

.contact-hero__crown {
  width: clamp(2rem, 4vw, 3rem);
  height: auto;
}

.contact-hero__content h1,
.contact-hero__content p,
.contact-hero__brand {
  color: #ffffff;
}

.contact-hero__content h1 {
  font-size: var(--fs-hero);
  font-family: "Poppins", var(--font-base);
  font-weight: 700;
}

.contact-hero__content p {
  max-width: 28rem;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
}

.contact-hero__brand {
  display: inline-block;
  margin-left: 0.2rem;
  font-family: "Satisfy", cursive;
  font-size: 1.15em;
}


.contact-main__grid,
.contact-cta__panel {
  display: grid;
  gap: var(--space-6);
}

.contact-card {
  display: grid;
  gap: var(--space-5);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(127, 79, 219, 0.14);
  border-radius: calc(var(--radius-lg) + 0.25rem);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.7), transparent 12%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 244, 249, 0.96));
  box-shadow: var(--shadow-sm);
  align-content: start;
}

.contact-section--main .contact-card:first-child {
  background: #efd4ef;
  gap: 3.15rem;
}

.contact-card__header {
  display: grid;
  gap: var(--space-3);
  text-align: center;
}

.contact-card__header h2 {
  color: #7f4fdb;
}

.contact-form-card .contact-card__header h2 {
  color: #7f4fdb;
}

.contact-section--main .contact-card:first-child .contact-card__header h2 {
  line-height: 1;
  margin: 0;
}

.contact-section--main .contact-card:first-child .contact-card__header {
  gap: 0;
}

.contact-info-list {
  display: grid;
  gap: 0.85rem;
}

.contact-info-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-4);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid rgba(45, 34, 65, 0.08);
}

.contact-info-item > div,
.contact-card,
.contact-card__header,
.contact-faq__item,
.contact-faq__trigger,
.contact-cta__copy,
.contact-form,
.contact-field {
  min-width: 0;
}

.contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-info-item__icon,
.contact-social__link {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.contact-info-item__icon svg,
.contact-social__link svg,
.contact-whatsapp-btn svg {
  width: 44px;
  height: 44px;
}

.contact-info-item__icon {
  background: #ffffff;
  color: var(--color-brand-indigo);
  box-shadow: inset 0 0 0 1px rgba(127, 79, 219, 0.08);
}

.contact-info-item__icon--whatsapp {
  color: #00d756;
}

.contact-info-item__icon--mail {
  color: #ff63b6;
}

.contact-info-item h3,
.contact-social h3 {
  margin-bottom: 0.25rem;
}

.contact-info-item__value {
  font-weight: 800;
  color: var(--color-brand-indigo);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.2;
}



.contact-info-item__value--mail {
  color: #ff63b6 !important;
}

.contact-info-item:nth-child(3) .contact-info-item__value {
  color: #7f4fdb;
}

.contact-social {
  display: grid;
  gap: var(--space-2);
  justify-items: center;
  text-align: center;
}

.contact-social__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-5);
}

.contact-social__link {
  background: #ffffff;
  color: var(--color-brand-indigo);
  transition: transform var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base);
}

.contact-social__link--instagram {
  color: #e1306c;
}

.contact-social__link--tiktok {
  color: #111111;
}

.contact-social__link--youtube {
  color: #ff0000;
}

.contact-social__link--facebook {
  color: #1877f2;
}

.contact-social__link:hover,
.contact-social__link:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.contact-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  width: calc((3.5rem * 4) + (var(--space-3) * 3));
  min-height: 3.5rem;
  padding: 0.9rem 1.25rem;
  border-radius: 1rem;
  background: #00d756;
  color: #ffffff;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base);
}

.contact-whatsapp-btn:hover,
.contact-whatsapp-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.contact-form {
  display: grid;
  gap: var(--space-4);
}

.contact-field {
  display: grid;
  gap: var(--space-2);
}

.contact-field label {
  font-weight: 700;
}

.contact-field__required {
  color: #e34242;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(127, 79, 219, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-text);
  transition: border-color var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base);
}

.contact-field textarea {
  resize: vertical;
  min-height: 10rem;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(95, 85, 118, 0.88);
}

.contact-field input:hover,
.contact-field select:hover,
.contact-field textarea:hover {
  border-color: rgba(127, 79, 219, 0.28);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: 0;
  border-color: var(--color-brand-indigo);
  box-shadow: 0 0 0 0.25rem rgba(127, 79, 219, 0.12);
  background: var(--color-surface);
}

.contact-form__submit {
  justify-self: stretch;
  min-height: 3.5rem;
  border-radius: 1rem;
  background: #ff63b6;
  color: #ffffff;
  box-shadow: var(--shadow-sm);
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  background: #ff63b6;
  box-shadow: var(--shadow-md);
}

.contact-form__privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: rgba(45, 34, 65, 0.56);
  font-size: 0.84rem;
  text-align: center;
}

.contact-form__privacy-note svg {
  flex-shrink: 0;
  opacity: 0.72;
}

.contact-form__note {
  color: var(--color-text-soft);
  font-size: var(--fs-small);
}

.contact-faq {
  padding-top: 0;
}

.contact-faq__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.55rem;
}

.contact-faq__crown {
  width: 2.2rem;
  height: auto;
}

.contact-faq__title-main {
  font-family: "Poppins", var(--font-base);
  color: #7f4fdb;
  white-space: nowrap;
}

.contact-faq__title-accent {
  font-family: "Satisfy", cursive;
  color: #ff63b6;
  font-size: 1.1em;
  line-height: 1;
  white-space: nowrap;
}

.contact-faq__list {
  display: grid;
  gap: var(--space-3);
}

.contact-faq__item {
  border: 1px solid rgba(127, 79, 219, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
  overflow: clip;
}

.contact-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: 1.2rem 1.35rem;
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-weight: 700;
  text-align: left;
}

.contact-faq__trigger span:first-child {
  min-width: 0;
}

.contact-faq__icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.contact-faq__icon::before,
.contact-faq__icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  border-radius: var(--radius-pill);
  background: currentColor;
  transition: transform var(--transition-base), opacity var(--transition-base);
}

.contact-faq__icon::after {
  transform: rotate(90deg);
}

.contact-faq__trigger[aria-expanded="true"] .contact-faq__icon::after {
  transform: rotate(0deg);
  opacity: 0;
}

.contact-faq__panel {
  padding: 0 1.35rem 1.35rem;
}

.contact-faq__panel.is-open {
  display: block;
}

.contact-cta {
  padding-block: 0;
  background-color: #7d00d2;
  background-image: image-set(url("../img/contacto/contacto-tienda-bg.png") type("image/png") 1x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-cta .container {
  width: 100%;
}

.contact-cta__panel {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: var(--space-4);
  min-height: clamp(14.5rem, 16vw, 16.25rem);
  padding: clamp(2rem, 4vw, 2.8rem) 0;
  border-radius: 0;
  color: var(--color-text-inverse);
}

.contact-cta__copy {
  display: grid;
  gap: var(--space-3);
  justify-items: center;
  text-align: center;
  max-width: 34rem;
}

.contact-cta__copy p {
  color: #ffffff;
}

.contact-cta__copy h2 {
  color: #ffffff;
}

.contact-cta__actions {
  display: flex;
  justify-content: center;
  justify-self: center;
}

.contact-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 4rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  color: #7f4fdb;
  font-family: "Poppins", var(--font-base);
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base);
}

.contact-cta__button:hover,
.contact-cta__button:focus-visible {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.chess-section {
  position: relative;
  padding-block: clamp(1.5rem, 1vw, 5.75rem);
}

.chess-section__heading {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.chess-section__heading--centered {
  justify-items: center;
  text-align: center;
}

.chess-section__heading p,
.chess-copy-block p,
.chess-event-card p,
.chess-content-card p,
.chess-optional-panel__copy p,
.chess-upcoming__panel p,
.chess-cta__copy p,
.chess-hero__content p {
  color: var(--color-text-soft);
}

.chess-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(2.5rem, 6vw, 4rem);
  background: url("../img/home/ajedrez/home/ajedrez-hero-bg.png") center/cover no-repeat;
}

.chess-hero::before,
.chess-hero::after,
.chess-world::before,
.chess-events::before,
.chess-gallery::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: rotate(45deg);
}

.chess-hero::before {
  left: 3rem;
  top: 4.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.chess-hero::after {
  right: 5rem;
  bottom: 4rem;
  width: 1rem;
  height: 1rem;
}

.chess-hero__grid,
.chess-split,
.chess-optional-panel,
.chess-cta__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-6);
  align-items: center;
}

.chess-hero__grid {
  min-height: min(78vh, 42rem);
}

.chess-hero__content,
.chess-copy-block,
.chess-optional-panel__copy,
.chess-cta__copy {
  display: grid;
  gap: var(--space-4);
}

.chess-hero__content {
  align-content: center;
  justify-self: start;
  max-width: 34rem;
  color: var(--color-text-inverse);
}

.chess-hero__crown {
  width: clamp(2.3rem, 4vw, 3.1rem);
  margin-bottom: -0.25rem;
}

.chess-hero__title {
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.95;
  color: #ffffff;
}

.chess-hero__tagline {
  max-width: 15ch;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: #FF63B6;
}

.chess-hero__content p {
  color: #fff8f2;
}

.chess-hero__lead,
.chess-copy-block__lead {
  font-weight: 800;
  letter-spacing: 0.03em;
}

.chess-hero__actions,
.chess-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.chess-hero__cta {
  min-width: 12.75rem;
  min-height: 3.5rem;
  padding-inline: 1.6rem;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(27, 10, 53, 0.24);
}

.chess-hero__cta--classes {
  gap: 0.7rem;
  border-color: #FF63B6;
  background: #FF63B6;
  color: #ffffff;
}

.chess-hero__cta--classes:hover,
.chess-hero__cta--classes:focus-visible {
  border-color: #ff4daa;
  background: #ff4daa;
  box-shadow: 0 22px 42px rgba(255, 99, 182, 0.34);
}

.chess-hero__cta--content {
  border-color: #7F4FDB;
  background: #7F4FDB;
  color: #ffffff;
}

.chess-hero__cta--content:hover,
.chess-hero__cta--content:focus-visible {
  border-color: #7041d0;
  background: #7041d0;
  box-shadow: 0 22px 42px rgba(127, 79, 219, 0.34);
}

.chess-photo-card,
.chess-nav-card,
.chess-event-card,
.chess-content-card,
.chess-mini-card {
  border: 1px solid rgba(45, 34, 65, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.chess-photo-card {
  position: relative;
  display: grid;
  place-items: center;
  gap: var(--space-3);
  min-height: 20rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.8), transparent 16%),
    linear-gradient(180deg, rgba(127, 79, 219, 0.12), rgba(255, 99, 182, 0.14)),
    linear-gradient(135deg, #fff9ff, #fff1e8);
}

.chess-photo-card::before,
.chess-photo-card::after {
  content: "";
  position: absolute;
  border-radius: 1rem;
  border: 1px dashed rgba(127, 79, 219, 0.18);
}

.chess-photo-card::before {
  inset: 1rem;
}

.chess-photo-card::after {
  right: 1.25rem;
  bottom: 1.25rem;
  width: 4rem;
  height: 4rem;
}

.chess-photo-card--hero {
  justify-self: center;
  width: min(100%, 23rem);
  min-height: 0;
  max-height: 32rem;
  aspect-ratio: 0.75;
}

.chess-photo-card--filled {
  padding: 0;
}

.chess-photo-card--filled::before,
.chess-photo-card--filled::after {
  display: none;
}

.chess-photo-card--filled img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chess-photo-card__eyebrow,
.chess-tag {
  justify-self: start;
  padding: 0.35rem 0.72rem;
  border-radius: var(--radius-pill);
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.chess-photo-card__eyebrow {
  background: rgba(127, 79, 219, 0.12);
  color: var(--color-brand-indigo);
}

.chess-photo-card strong,
.chess-photo-card p {
  position: relative;
  z-index: 1;
}

.chess-photo-card strong {
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  color: var(--color-brand-indigo);
}

.chess-photo-card p {
  color: var(--color-text-soft);
}

.chess-vision {
  position: relative;
  overflow: hidden;
  background: #fffdfd url("../img/home/ajedrez/ajedrez-vision-bg.png") center top / contain no-repeat;
}

.chess-vision .chess-split {
  position: relative;
  z-index: 1;
}

.chess-vision .chess-copy-block {
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0.9rem 2rem rgba(74, 35, 122, 0.08);
}

.chess-vision__particle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.58;
  --particle-x: 0px;
  --particle-y: -40px;
  --particle-scale: 1.08;
  animation: chess-vision-float 16s ease-in-out infinite;
}

.chess-vision__particle--one {
  top: 8%;
  right: 12%;
  width: 0.45rem;
  height: 0.45rem;
  background: #ff63b6;
  --particle-x: -18px;
  --particle-y: 180px;
}

.chess-vision__particle--two {
  top: 16%;
  right: 4%;
  width: 0.72rem;
  height: 0.72rem;
  background: #7f4fdb;
  --particle-x: -34px;
  --particle-y: 210px;
  animation-delay: -4s;
}

.chess-vision__particle--three {
  top: 42%;
  left: 46%;
  width: 0.35rem;
  height: 0.35rem;
  background: #ff63b6;
  --particle-x: 26px;
  --particle-y: -150px;
  animation-delay: -7s;
}

.chess-vision__particle--four {
  top: 10%;
  left: 38%;
  width: 0.28rem;
  height: 0.28rem;
  background: #7f4fdb;
  --particle-x: 32px;
  --particle-y: 195px;
  animation-delay: -2s;
}

.chess-vision__particle--five {
  top: 70%;
  right: 18%;
  width: 0.52rem;
  height: 0.52rem;
  background: #ff63b6;
  --particle-x: -42px;
  --particle-y: -170px;
  animation-delay: -9s;
}

.chess-vision__particle--six {
  top: 78%;
  left: 10%;
  width: 0.26rem;
  height: 0.26rem;
  background: #7f4fdb;
  --particle-x: 20px;
  --particle-y: -220px;
  animation-delay: -6s;
}

.chess-vision__particle--seven {
  top: 24%;
  left: 55%;
  width: 0.6rem;
  height: 0.6rem;
  background: #ff63b6;
  --particle-x: 18px;
  --particle-y: 160px;
  animation-delay: -11s;
}

.chess-vision__particle--eight {
  top: 82%;
  right: 8%;
  width: 0.4rem;
  height: 0.4rem;
  background: #7f4fdb;
  --particle-x: -22px;
  --particle-y: -205px;
  animation-delay: -13s;
}

.chess-vision__particle--nine {
  top: 14%;
  left: 16%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ff63b6;
  --particle-x: 28px;
  --particle-y: 190px;
  animation-delay: -3s;
}

.chess-vision__particle--ten {
  top: 34%;
  right: 22%;
  width: 0.5rem;
  height: 0.5rem;
  background: #7f4fdb;
  --particle-x: -30px;
  --particle-y: 175px;
  animation-delay: -8s;
}

.chess-vision__particle--eleven {
  top: 60%;
  left: 34%;
  width: 0.24rem;
  height: 0.24rem;
  background: #ff63b6;
  --particle-x: 22px;
  --particle-y: -210px;
  animation-delay: -12s;
}

.chess-vision__particle--twelve {
  top: 86%;
  right: 28%;
  width: 0.38rem;
  height: 0.38rem;
  background: #7f4fdb;
  --particle-x: -26px;
  --particle-y: -185px;
  animation-delay: -15s;
}

@keyframes chess-vision-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(var(--particle-x), var(--particle-y), 0) scale(var(--particle-scale));
  }
}

.chess-vision__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.chess-vision__title-line {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  white-space: nowrap;
}

.chess-vision__title-main-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.chess-vision__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
}

.chess-vision__title-main {
  color: #7f4fdb;
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.chess-vision__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
}

.chess-quote {
  margin: 0;
  padding: 1.25rem 1.5rem;
  border-radius: calc(var(--radius-lg) - 0.2rem);
  background: rgba(255, 99, 182, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 99, 182, 0.12);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 800;
  color: var(--color-brand-pink);
  text-align: center;
}

.chess-world {
  background-color: #efd4ef;
  background-image: url("../img/home/ajedrez/ajedrez-world-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.chess-world::before {
  left: 6%;
  top: 22%;
  width: 2rem;
  height: 2rem;
  border-color: rgba(127, 79, 219, 0.16);
}

.chess-world__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.chess-world__title-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.chess-world__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
  flex: 0 0 auto;
}

.chess-world__title-copy {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
}

.chess-world__title-main {
  color: #7f4fdb;
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.65rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.chess-world__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
}

.chess-world__grid,
.chess-event-grid,
.chess-content-grid,
.chess-upcoming__list {
  display: grid;
  gap: var(--space-5);
}

.chess-nav-card {
  display: grid;
  gap: var(--space-3);
  padding: 1.5rem;
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

.chess-nav-card h3 {
  color: #7f4fdb;
}

.chess-nav-card:hover,
.chess-nav-card:focus-visible,
.chess-event-card:hover,
.chess-content-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(127, 79, 219, 0.22);
}

.chess-nav-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 99, 182, 0.14), rgba(127, 79, 219, 0.16));
  display: grid;
  place-items: center;
  position: relative;
}

.chess-nav-card__icon svg {
  width: 1.7rem;
  height: 1.7rem;
}

.chess-nav-card__icon--indigo {
  color: #7f4fdb;
}

.chess-nav-card__icon--pink {
  color: #ff63b6;
}

.chess-nav-card p,
.chess-nav-card__link,
.chess-event-card__meta,
.chess-inline-link {
  font-size: var(--fs-small);
}

.chess-nav-card__link,
.chess-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  color: var(--color-brand-indigo);
}

.chess-nav-card__link::after,
.chess-inline-link::after {
  content: "->";
}

.chess-events::before {
  right: 6%;
  top: 16%;
  width: 1.7rem;
  height: 1.7rem;
  border-color: rgba(255, 99, 182, 0.16);
}

.chess-events {
  position: relative;
  overflow: hidden;
  padding-block: clamp(1rem, 2.2vw, 2.25rem);
  background: #fffdfd url("../img/home/ajedrez/ajedrez-events-bg.png") center top / 92% auto no-repeat;
}

.chess-events .container {
  position: relative;
  z-index: 1;
}

.chess-events .chess-section__heading {
  margin-bottom: var(--space-5);
}

.chess-events__particle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.58;
  --particle-x: 0px;
  --particle-y: -40px;
  --particle-scale: 1.08;
  animation: chess-events-float 16s ease-in-out infinite;
}

.chess-events__particle--one {
  top: 8%;
  right: 12%;
  width: 0.45rem;
  height: 0.45rem;
  background: #ff63b6;
  --particle-x: -18px;
  --particle-y: 180px;
}

.chess-events__particle--two {
  top: 16%;
  right: 4%;
  width: 0.72rem;
  height: 0.72rem;
  background: #7f4fdb;
  --particle-x: -34px;
  --particle-y: 210px;
  animation-delay: -4s;
}

.chess-events__particle--three {
  top: 42%;
  left: 46%;
  width: 0.35rem;
  height: 0.35rem;
  background: #ff63b6;
  --particle-x: 26px;
  --particle-y: -150px;
  animation-delay: -7s;
}

.chess-events__particle--four {
  top: 10%;
  left: 38%;
  width: 0.28rem;
  height: 0.28rem;
  background: #7f4fdb;
  --particle-x: 32px;
  --particle-y: 195px;
  animation-delay: -2s;
}

.chess-events__particle--five {
  top: 70%;
  right: 18%;
  width: 0.52rem;
  height: 0.52rem;
  background: #ff63b6;
  --particle-x: -42px;
  --particle-y: -170px;
  animation-delay: -9s;
}

.chess-events__particle--six {
  top: 78%;
  left: 10%;
  width: 0.26rem;
  height: 0.26rem;
  background: #7f4fdb;
  --particle-x: 20px;
  --particle-y: -220px;
  animation-delay: -6s;
}

.chess-events__particle--seven {
  top: 24%;
  left: 55%;
  width: 0.6rem;
  height: 0.6rem;
  background: #ff63b6;
  --particle-x: 18px;
  --particle-y: 160px;
  animation-delay: -11s;
}

.chess-events__particle--eight {
  top: 82%;
  right: 8%;
  width: 0.4rem;
  height: 0.4rem;
  background: #7f4fdb;
  --particle-x: -22px;
  --particle-y: -205px;
  animation-delay: -13s;
}

.chess-events__particle--nine {
  top: 14%;
  left: 16%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ff63b6;
  --particle-x: 28px;
  --particle-y: 190px;
  animation-delay: -3s;
}

.chess-events__particle--ten {
  top: 34%;
  right: 22%;
  width: 0.5rem;
  height: 0.5rem;
  background: #7f4fdb;
  --particle-x: -30px;
  --particle-y: 175px;
  animation-delay: -8s;
}

.chess-events__particle--eleven {
  top: 60%;
  left: 34%;
  width: 0.24rem;
  height: 0.24rem;
  background: #ff63b6;
  --particle-x: 22px;
  --particle-y: -210px;
  animation-delay: -12s;
}

.chess-events__particle--twelve {
  top: 86%;
  right: 28%;
  width: 0.38rem;
  height: 0.38rem;
  background: #7f4fdb;
  --particle-x: -26px;
  --particle-y: -185px;
  animation-delay: -15s;
}

@keyframes chess-events-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(var(--particle-x), var(--particle-y), 0) scale(var(--particle-scale));
  }
}

.chess-events__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.chess-events__title-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.chess-events__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
  flex: 0 0 auto;
}

.chess-events__title-copy {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
}

.chess-events__title-main {
  color: #7f4fdb;
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.65rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.chess-events__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
}

.chess-event-card,
.chess-content-card,
.chess-mini-card {
  display: grid;
  gap: var(--space-3);
  padding: 1.5rem;
}

.chess-event-card {
  gap: var(--space-2);
  padding: 1.25rem;
}

.chess-event-card h3 {
  color: #7f4fdb;
}

.chess-event-card__media,
.chess-content-card__media,
.chess-gallery__item {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 10rem;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 0.35rem);
  background:
    linear-gradient(180deg, rgba(127, 79, 219, 0.12), rgba(255, 99, 182, 0.12)),
    linear-gradient(135deg, #fff8ff, #fff2ea);
  color: var(--color-brand-indigo);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}

.chess-event-card__media img,
.chess-content-card__media img,
.chess-gallery__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chess-event-card__media {
  min-height: 8.5rem;
}

.chess-tag {
  background: rgba(127, 79, 219, 0.12);
  color: var(--color-brand-indigo);
}

.chess-tag--pink {
  background: rgba(255, 99, 182, 0.14);
  color: var(--color-brand-pink);
}

.chess-tag--peach {
  background: rgba(251, 168, 135, 0.18);
  color: #db6c46;
}

.chess-content {
  background-color: #efd4ef;
  background-image: url("../img/home/ajedrez/ajedrez-world-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.chess-content .container {
  width: min(100% - 2rem, 100rem);
}

.chess-content__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.chess-content__title-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.chess-content__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
  flex: 0 0 auto;
}

.chess-content__title-copy {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
}

.chess-content__title-main {
  color: #7f4fdb;
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.65rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.chess-content__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
}

.chess-content-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.chess-content-card {
  grid-template-columns: minmax(0, 6.25rem) minmax(0, 1fr);
  align-items: stretch;
  gap: 0.85rem;
  padding: 0.5rem;
}

.chess-content-card__body {
  display: grid;
  align-content: center;
  gap: 0.55rem;
}

.chess-content-card__media {
  min-height: 7rem;
  height: 100%;
  min-width: 0;
}

.chess-content-card h3 {
  color: #7f4fdb;
}

.chess-gallery::before {
  left: 10%;
  top: 15%;
  width: 1.4rem;
  height: 1.4rem;
  border-color: rgba(127, 79, 219, 0.16);
}

.chess-gallery {
  position: relative;
  overflow: hidden;
  background-color: #efd4ef;
  background-image: url("../img/home/ajedrez/ajedrez-gallery-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.chess-gallery .container {
  position: relative;
  z-index: 1;
}

.chess-gallery__particle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.58;
  --particle-x: 0px;
  --particle-y: -40px;
  --particle-scale: 1.08;
  animation: chess-gallery-float 16s ease-in-out infinite;
}

.chess-gallery__particle--one {
  top: 8%;
  right: 12%;
  width: 0.45rem;
  height: 0.45rem;
  background: #ff63b6;
  --particle-x: -18px;
  --particle-y: 180px;
}

.chess-gallery__particle--two {
  top: 16%;
  right: 4%;
  width: 0.72rem;
  height: 0.72rem;
  background: #7f4fdb;
  --particle-x: -34px;
  --particle-y: 210px;
  animation-delay: -4s;
}

.chess-gallery__particle--three {
  top: 42%;
  left: 46%;
  width: 0.35rem;
  height: 0.35rem;
  background: #ff63b6;
  --particle-x: 26px;
  --particle-y: -150px;
  animation-delay: -7s;
}

.chess-gallery__particle--four {
  top: 10%;
  left: 38%;
  width: 0.28rem;
  height: 0.28rem;
  background: #7f4fdb;
  --particle-x: 32px;
  --particle-y: 195px;
  animation-delay: -2s;
}

.chess-gallery__particle--five {
  top: 70%;
  right: 18%;
  width: 0.52rem;
  height: 0.52rem;
  background: #ff63b6;
  --particle-x: -42px;
  --particle-y: -170px;
  animation-delay: -9s;
}

.chess-gallery__particle--six {
  top: 78%;
  left: 10%;
  width: 0.26rem;
  height: 0.26rem;
  background: #7f4fdb;
  --particle-x: 20px;
  --particle-y: -220px;
  animation-delay: -6s;
}

.chess-gallery__particle--seven {
  top: 24%;
  left: 55%;
  width: 0.6rem;
  height: 0.6rem;
  background: #ff63b6;
  --particle-x: 18px;
  --particle-y: 160px;
  animation-delay: -11s;
}

.chess-gallery__particle--eight {
  top: 82%;
  right: 8%;
  width: 0.4rem;
  height: 0.4rem;
  background: #7f4fdb;
  --particle-x: -22px;
  --particle-y: -205px;
  animation-delay: -13s;
}

.chess-gallery__particle--nine {
  top: 14%;
  left: 16%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ff63b6;
  --particle-x: 28px;
  --particle-y: 190px;
  animation-delay: -3s;
}

.chess-gallery__particle--ten {
  top: 34%;
  right: 22%;
  width: 0.5rem;
  height: 0.5rem;
  background: #7f4fdb;
  --particle-x: -30px;
  --particle-y: 175px;
  animation-delay: -8s;
}

.chess-gallery__particle--eleven {
  top: 60%;
  left: 34%;
  width: 0.24rem;
  height: 0.24rem;
  background: #ff63b6;
  --particle-x: 22px;
  --particle-y: -210px;
  animation-delay: -12s;
}

.chess-gallery__particle--twelve {
  top: 86%;
  right: 28%;
  width: 0.38rem;
  height: 0.38rem;
  background: #7f4fdb;
  --particle-x: -26px;
  --particle-y: -185px;
  animation-delay: -15s;
}

@keyframes chess-gallery-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(var(--particle-x), var(--particle-y), 0) scale(var(--particle-scale));
  }
}

.chess-gallery__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.chess-gallery__title-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.chess-gallery__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
  flex: 0 0 auto;
}

.chess-gallery__title-copy {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
}

.chess-gallery__title-main {
  color: #7f4fdb;
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.65rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.chess-gallery__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
}

.chess-gallery__grid {
  display: grid;
  gap: var(--space-4);
}

.chess-gallery__item {
  min-height: 8.5rem;
  padding: 1rem;
}


.chess-classes {
  background: #ffffff;
}

.chess-upcoming {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(246, 240, 255, 0.8));
}

.chess-classes__panel {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  width: min(100% - 2rem, 90rem);
  margin-inline: auto;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: calc(var(--radius-lg) + 0.4rem);
  background: #efd4ef;
  box-shadow: var(--shadow-md);
}

.chess-classes__intro,
.chess-classes__content,
.chess-classes__action {
  display: grid;
  align-items: center;
}

.chess-classes__intro {
  gap: 0.9rem;
  justify-items: start;
  text-align: left;
  min-width: 0;
}

.chess-classes__heading-row {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  width: 100%;
}

.chess-classes__heading-copy {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 auto;
}

.chess-classes__brand {
  display: flex;
  align-items: flex-start;
  flex: 0 1.5 auto;
}

.chess-classes__brand-icon {
  display: block;
  width: min(100%, 6.4rem);
  height: auto;
}

.chess-classes__content {
  gap: 1rem;
  min-width: 0;
}

.chess-classes__title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  white-space: nowrap;
  min-width: 0;
}

.chess-classes__title-main {
  color: #7f4fdb;
  font-family: "Poppins", var(--font-base);
  font-size: clamp(1.38rem, 1.9vw, 2rem);
  font-weight: 800;
  line-height: 1;
  flex: 0 0 auto;
}

.chess-classes__title-logo {
  width: min(100%, 12.25rem);
  height: auto;
  flex: 0 1 auto;
}

.chess-classes__copy {
  max-width: 36ch;
  margin: 0;
  color: var(--color-text-soft);
}

.chess-classes__items {
  display: grid;
  gap: 1rem;
}

.chess-classes__item {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  text-align: center;
}

.chess-classes__item-icon {
  width: min(100%, 4.5rem);
  height: auto;
}

.chess-classes__item h3 {
  color: #7f4fdb;
  font-size: 1.05rem;
}

.chess-classes__action {
  justify-items: end;
}

.chess-classes__whatsapp {
  white-space: nowrap;
}

.chess-classes__whatsapp {
  min-height: 3.5rem;
  padding-inline: 1.4rem;
  border-color: #25d366;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.24);
}

.chess-classes__whatsapp:hover,
.chess-classes__whatsapp:focus-visible {
  border-color: #20bd5c;
  background: #20bd5c;
}

.chess-classes__whatsapp svg {
  width: 1.25rem;
  height: 1.25rem;
}

.chess-optional-panel,
.chess-upcoming__panel,
.chess-cta__panel {
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: calc(var(--radius-lg) + 0.4rem);
  box-shadow: var(--shadow-md);
}

.chess-optional-panel,
.chess-upcoming__panel {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 236, 255, 0.88));
}

.chess-optional-panel__items {
  display: grid;
  gap: var(--space-4);
}

.chess-mini-card h3 {
  font-size: 1.2rem;
}

.chess-cta {
  padding-block: 0 4rem;
}

.chess-cta__panel {
  background: linear-gradient(135deg, #ff5f9d, #ff9955);
  color: var(--color-text-inverse);
}

.chess-cta__copy .home-kicker,
.chess-cta__copy p {
  color: #fff8f2;
}

.chess-cta .btn--secondary {
  border-color: rgba(255, 248, 242, 0.38);
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-text-inverse);
}

.about-section {
  position: relative;
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.about-section__heading {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.about-section__heading--centered {
  justify-items: center;
  text-align: center;
}

.about-section__heading p,
.about-copy-block p,
.about-hero__content p,
.about-origin__card p,
.about-interest-card p,
.about-cta__copy p,
.about-timeline__card p {
  color: #fff9f3;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.5rem, 6vw, 4rem);
  background: url("../img/sobremi/hero/about-hero-bg.png") center/cover no-repeat;
}

.about-hero::before,
.about-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.32);
  transform: rotate(45deg);
}

.about-hero::before {
  left: 2.5rem;
  top: 4rem;
  width: 2rem;
  height: 2rem;
}

.about-hero::after {
  right: 5rem;
  bottom: 4rem;
  width: 1rem;
  height: 1rem;
}

.about-hero__grid,
.about-split,
.about-community__grid,
.about-cta__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-6);
  align-items: center;
}

.about-hero__content,
.about-copy-block,
.about-cta__copy {
  display: grid;
  gap: var(--space-4);
}

.about-hero__content {
  color: var(--color-text-inverse);
}

.about-hero__content .home-kicker,
.about-hero__lead,
.about-hero__body {
  color: #fff9f3;
}

.about-hero__content h1 {
  font-size: 3rem;
  max-width: 15ch;
}

.about-hero__lead {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
}

.about-hero__body {
  max-width: 70ch;
  padding: 1rem 1.1rem;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  background: rgba(180, 78, 241, 1);
  box-shadow: 0 0.85rem 2rem rgba(40, 16, 72, 0.18);
  font-weight: 700;
}

.about-hero__actions,
.about-community__actions,
.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.about-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-color: transparent;
  color: #ffffff;
}

.about-social-btn svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.about-social-btn--facebook {
  background: #7f4fdb;
}

.about-social-btn--facebook:hover,
.about-social-btn--facebook:focus-visible {
  background: #6d40c6;
  color: #ffffff;
}

.about-social-btn--instagram {
  background: #ff63b6;
}

.about-social-btn--instagram:hover,
.about-social-btn--instagram:focus-visible {
  background: #ec4ca4;
  color: #ffffff;
}

.about-photo-card {
  position: relative;
  display: grid;
  place-items: center;
  gap: var(--space-3);
  min-height: 19rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  border: 1px solid rgba(127, 79, 219, 0.16);
  border-radius: calc(var(--radius-lg) + 0.4rem);
  background:
    radial-gradient(circle at 12% 14%, rgba(127, 79, 219, 0.08), transparent 10%),
    radial-gradient(circle at 86% 86%, rgba(255, 99, 182, 0.08), transparent 12%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 244, 249, 0.96));
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.about-photo-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px dashed rgba(127, 79, 219, 0.26);
  border-radius: calc(var(--radius-lg) + 0.1rem);
}

.about-photo-card strong,
.about-gallery__item,
.about-community__tile {
  font-weight: 800;
  letter-spacing: 0.03em;
}

.about-photo-card p,
.about-gallery__item,
.about-community__tile,
.about-timeline__year {
  color: var(--color-brand-indigo);
}

.about-photo-card__eyebrow {
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  background: rgba(127, 79, 219, 0.08);
  color: var(--color-brand-indigo);
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-photo-card--hero {
  min-height: min(30rem, 62vw);
}

.about-photo-card--filled {
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.about-photo-card--filled::before {
  display: none;
}

.about-photo-card--filled img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.about-story {
  padding-block: clamp(1.75rem, 3.5vw, 2.75rem);
  background: #fffdfd url("../img/sobremi/historia/about-story-bg.png") center top / contain no-repeat;
}

.about-story .about-split {
  position: relative;
  z-index: 1;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.about-story .about-photo-card {
  min-height: 13.5rem;
}

.about-story .about-copy-block {
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0.9rem 2rem rgba(74, 35, 122, 0.08);
}

.about-story .about-bullet-list strong {
  color: #7f4fdb;
}

.about-story .about-bullet-list p {
  color: #4c3b63;
}

.about-story__particle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.58;
  --particle-x: 0px;
  --particle-y: -40px;
  --particle-scale: 1.08;
  animation: about-story-float 16s ease-in-out infinite;
}

.about-story__particle--one {
  top: 8%;
  right: 12%;
  width: 0.45rem;
  height: 0.45rem;
  background: #ff63b6;
  --particle-x: -18px;
  --particle-y: 180px;
}

.about-story__particle--two {
  top: 16%;
  right: 4%;
  width: 0.72rem;
  height: 0.72rem;
  background: #7f4fdb;
  --particle-x: -34px;
  --particle-y: 210px;
  animation-delay: -4s;
}

.about-story__particle--three {
  top: 42%;
  left: 46%;
  width: 0.35rem;
  height: 0.35rem;
  background: #ff63b6;
  --particle-x: 26px;
  --particle-y: -150px;
  animation-delay: -7s;
}

.about-story__particle--four {
  top: 10%;
  left: 38%;
  width: 0.28rem;
  height: 0.28rem;
  background: #7f4fdb;
  --particle-x: 32px;
  --particle-y: 195px;
  animation-delay: -2s;
}

.about-story__particle--five {
  top: 70%;
  right: 18%;
  width: 0.52rem;
  height: 0.52rem;
  background: #ff63b6;
  --particle-x: -42px;
  --particle-y: -170px;
  animation-delay: -9s;
}

.about-story__particle--six {
  top: 78%;
  left: 10%;
  width: 0.26rem;
  height: 0.26rem;
  background: #7f4fdb;
  --particle-x: 20px;
  --particle-y: -220px;
  animation-delay: -6s;
}

.about-story__particle--seven {
  top: 24%;
  left: 55%;
  width: 0.6rem;
  height: 0.6rem;
  background: #ff63b6;
  --particle-x: 18px;
  --particle-y: 160px;
  animation-delay: -11s;
}

.about-story__particle--eight {
  top: 82%;
  right: 8%;
  width: 0.4rem;
  height: 0.4rem;
  background: #7f4fdb;
  --particle-x: -22px;
  --particle-y: -205px;
  animation-delay: -13s;
}

.about-story__particle--nine {
  top: 14%;
  left: 16%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ff63b6;
  --particle-x: 28px;
  --particle-y: 190px;
  animation-delay: -3s;
}

.about-story__particle--ten {
  top: 34%;
  right: 22%;
  width: 0.5rem;
  height: 0.5rem;
  background: #7f4fdb;
  --particle-x: -30px;
  --particle-y: 175px;
  animation-delay: -8s;
}

.about-story__particle--eleven {
  top: 60%;
  left: 34%;
  width: 0.24rem;
  height: 0.24rem;
  background: #ff63b6;
  --particle-x: 22px;
  --particle-y: -210px;
  animation-delay: -12s;
}

.about-story__particle--twelve {
  top: 86%;
  right: 28%;
  width: 0.38rem;
  height: 0.38rem;
  background: #7f4fdb;
  --particle-x: -26px;
  --particle-y: -185px;
  animation-delay: -15s;
}

@keyframes about-story-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(var(--particle-x), var(--particle-y), 0) scale(var(--particle-scale));
  }
}

.about-story__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.about-story__title-line {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  white-space: nowrap;
}

.about-story__mi-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.about-story__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
}

.about-story__title-mi,
.about-story__title-lead {
  color: #7f4fdb;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.about-story__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
}

.about-story--alternate {
  padding-block: clamp(1.75rem, 3.5vw, 3.75rem) 0.5;
  background: #fffdfd url("../img/home/monica/about-journey-bg.png") center top / contain no-repeat;
}

.about-story--alternate .about-split {
  position: relative;
  z-index: 1;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.about-story--alternate .about-copy-block {
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.9rem 2rem rgba(74, 35, 122, 0.08);
}

.about-story--alternate .about-photo-card {
  min-height: 13.5rem;
}

.about-story--alternate .about-bullet-list strong {
  color: #7f4fdb;
}

.about-story--alternate .about-bullet-list p {
  color: #4c3b63;
}

.about-journey__particle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.58;
  --particle-x: 0px;
  --particle-y: -40px;
  --particle-scale: 1.08;
  animation: about-story-float 16s ease-in-out infinite;
}

.about-journey__particle--one {
  top: 8%;
  right: 12%;
  width: 0.45rem;
  height: 0.45rem;
  background: #ff63b6;
  --particle-x: -18px;
  --particle-y: 180px;
}

.about-journey__particle--two {
  top: 16%;
  right: 4%;
  width: 0.72rem;
  height: 0.72rem;
  background: #7f4fdb;
  --particle-x: -34px;
  --particle-y: 210px;
  animation-delay: -4s;
}

.about-journey__particle--three {
  top: 42%;
  left: 46%;
  width: 0.35rem;
  height: 0.35rem;
  background: #ff63b6;
  --particle-x: 26px;
  --particle-y: -150px;
  animation-delay: -7s;
}

.about-journey__particle--four {
  top: 10%;
  left: 38%;
  width: 0.28rem;
  height: 0.28rem;
  background: #7f4fdb;
  --particle-x: 32px;
  --particle-y: 195px;
  animation-delay: -2s;
}

.about-journey__particle--five {
  top: 70%;
  right: 18%;
  width: 0.52rem;
  height: 0.52rem;
  background: #ff63b6;
  --particle-x: -42px;
  --particle-y: -170px;
  animation-delay: -9s;
}

.about-journey__particle--six {
  top: 78%;
  left: 10%;
  width: 0.26rem;
  height: 0.26rem;
  background: #7f4fdb;
  --particle-x: 20px;
  --particle-y: -220px;
  animation-delay: -6s;
}

.about-journey__particle--seven {
  top: 24%;
  left: 55%;
  width: 0.6rem;
  height: 0.6rem;
  background: #ff63b6;
  --particle-x: 18px;
  --particle-y: 160px;
  animation-delay: -11s;
}

.about-journey__particle--eight {
  top: 82%;
  right: 8%;
  width: 0.4rem;
  height: 0.4rem;
  background: #7f4fdb;
  --particle-x: -22px;
  --particle-y: -205px;
  animation-delay: -13s;
}

.about-journey__particle--nine {
  top: 14%;
  left: 16%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ff63b6;
  --particle-x: 28px;
  --particle-y: 190px;
  animation-delay: -3s;
}

.about-journey__particle--ten {
  top: 34%;
  right: 22%;
  width: 0.5rem;
  height: 0.5rem;
  background: #7f4fdb;
  --particle-x: -30px;
  --particle-y: 175px;
  animation-delay: -8s;
}

.about-journey__particle--eleven {
  top: 60%;
  left: 34%;
  width: 0.24rem;
  height: 0.24rem;
  background: #ff63b6;
  --particle-x: 22px;
  --particle-y: -210px;
  animation-delay: -12s;
}

.about-journey__particle--twelve {
  top: 86%;
  right: 28%;
  width: 0.38rem;
  height: 0.38rem;
  background: #7f4fdb;
  --particle-x: -26px;
  --particle-y: -185px;
  animation-delay: -15s;
}

.about-journey__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.about-journey__title-line {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  white-space: nowrap;
}

.about-journey__mi-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.about-journey__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
}

.about-journey__title-mi,
.about-journey__title-lead {
  color: #7f4fdb;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.about-journey__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
}

.about-bullet-list {
  display: grid;
  gap: 0.75rem;
}

.about-bullet-list li {
  display: grid;
  gap: 0.12rem;
  padding-left: 1.5rem;
  position: relative;
}

.about-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #ff63b6;
  box-shadow: 0 0 0 0.3rem rgba(180, 78, 241, 0.08);
}

.about-bullet-list strong,
.about-timeline__card strong,
.about-origin__card h3,
.about-interest-card h3,
.about-community__tile,
.about-gallery__item {
  font-size: var(--fs-body-lg);
}

.about-quote {
  margin: 0;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(255, 99, 182, 0.18);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg,  #eadfff, #f3bcd9);
  color: var(--color-brand-pink);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.about-origin {
  padding-block: clamp(1.5rem, 3vw, 2.25rem);
  background: #fffdfd url("../img/sobremi/historia/about-origin-bg.png") center / cover no-repeat;
}

.about-origin .about-section__heading,
.about-origin .about-origin__grid {
  position: relative;
  z-index: 1;
}

.about-origin .about-section__heading {
  margin-bottom: clamp(0.85rem, 2vw, 1.2rem);
}

.about-origin .about-section__heading p,
.about-origin .about-origin__card p {
  color: #1f1830;
}

.about-origin__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.about-origin__title-line {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.55rem;
  white-space: nowrap;
}

.about-origin__lead-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.about-origin__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
}

.about-origin__title-lead {
  color: #7f4fdb;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.about-origin__title-logo {
  width: clamp(10.5rem, 24vw, 18rem);
  height: auto;
  align-self: flex-end;
  margin-bottom: 0.18rem;
}

.about-origin__grid,
.about-interests__grid {
  display: grid;
  gap: var(--space-5);
}

.about-origin__grid {
  gap: clamp(0.7rem, 1.8vw, 1rem);
  align-items: start;
}

.about-origin__card,
.about-interest-card,
.about-timeline__card {
  border: 1px solid rgba(45, 34, 65, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
}

.about-origin__card {
  display: grid;
  gap: 0.55rem;
  padding: 1.1rem 1rem;
  text-align: center;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.about-origin__icon,
.about-interest-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-inline: auto;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(255, 99, 182, 0.16), rgba(251, 168, 135, 0.3));
  position: relative;
}

.about-origin__icon::before,
.about-origin__icon::after,
.about-interest-card__icon::before,
.about-interest-card__icon::after {
  content: "";
  position: absolute;
}

.about-origin__icon::before {
  inset: 0.72rem 0.82rem 0.95rem;
  background: #efd4ef;
  clip-path: polygon(50% 95%, 16% 58%, 16% 30%, 34% 16%, 50% 29%, 66% 16%, 84% 30%, 84% 58%);
}

.about-origin__icon--star::before {
  inset: 0.7rem;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background: #efd4ef;
}

.about-origin__icon--target::before {
  inset: 0.6rem;
  border: 0.2rem solid #efd4ef;
  border-radius: 50%;
}

.about-origin__icon--target::after {
  inset: 1.08rem;
  border-radius: 50%;
  border: 0.2rem solid #efd4ef;
  background: transparent;
}

.about-origin__card:first-child h3 {
  color: #7f4fdb;
}

.about-origin__card:nth-child(2) h3 {
  color: #ff63b6;
}

.about-origin__card:nth-child(3) h3 {
  color: #ffb052;
}

.about-origin__card h3 {
  color: #7f4fdb;
  letter-spacing: 0.08em;
}

.about-origin__card p {
  font-weight: 500;
}

.about-origin__icon {
  background: #7f4fdb;
}

.about-origin__icon--star {
  background: #ff63b6;
}

.about-origin__icon--target {
  background: #ffb052;
}

.about-timeline__track {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-5);
}

.about-timeline {
  padding-block: clamp(1.75rem, 3.5vw, 1.25rem);
  background: #fffdfd url("../img/sobremi/historia/about-timeline-bg.png") center top / contain no-repeat;
}

.about-timeline .about-section__heading {
  position: relative;
  z-index: 1;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
}

.about-timeline .about-section__heading p,
.about-timeline .about-timeline__card p {
  color: #1f1830;
}

.about-timeline .about-section__heading p {
  margin: 0;
  max-width: 42rem;
}

.about-timeline__particle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.58;
  --particle-x: 0px;
  --particle-y: -40px;
  --particle-scale: 1.08;
  animation: about-story-float 16s ease-in-out infinite;
}

.about-timeline__particle--one {
  top: 8%;
  right: 12%;
  width: 0.45rem;
  height: 0.45rem;
  background: #ff63b6;
  --particle-x: -18px;
  --particle-y: 180px;
}

.about-timeline__particle--two {
  top: 16%;
  right: 4%;
  width: 0.72rem;
  height: 0.72rem;
  background: #7f4fdb;
  --particle-x: -34px;
  --particle-y: 210px;
  animation-delay: -4s;
}

.about-timeline__particle--three {
  top: 42%;
  left: 46%;
  width: 0.35rem;
  height: 0.35rem;
  background: #ff63b6;
  --particle-x: 26px;
  --particle-y: -150px;
  animation-delay: -7s;
}

.about-timeline__particle--four {
  top: 10%;
  left: 38%;
  width: 0.28rem;
  height: 0.28rem;
  background: #7f4fdb;
  --particle-x: 32px;
  --particle-y: 195px;
  animation-delay: -2s;
}

.about-timeline__particle--five {
  top: 70%;
  right: 18%;
  width: 0.52rem;
  height: 0.52rem;
  background: #ff63b6;
  --particle-x: -42px;
  --particle-y: -170px;
  animation-delay: -9s;
}

.about-timeline__particle--six {
  top: 78%;
  left: 10%;
  width: 0.26rem;
  height: 0.26rem;
  background: #7f4fdb;
  --particle-x: 20px;
  --particle-y: -220px;
  animation-delay: -6s;
}

.about-timeline__particle--seven {
  top: 24%;
  left: 55%;
  width: 0.6rem;
  height: 0.6rem;
  background: #ff63b6;
  --particle-x: 18px;
  --particle-y: 160px;
  animation-delay: -11s;
}

.about-timeline__particle--eight {
  top: 82%;
  right: 8%;
  width: 0.4rem;
  height: 0.4rem;
  background: #7f4fdb;
  --particle-x: -22px;
  --particle-y: -205px;
  animation-delay: -13s;
}

.about-timeline__particle--nine {
  top: 14%;
  left: 16%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ff63b6;
  --particle-x: 28px;
  --particle-y: 190px;
  animation-delay: -3s;
}

.about-timeline__particle--ten {
  top: 34%;
  right: 22%;
  width: 0.5rem;
  height: 0.5rem;
  background: #7f4fdb;
  --particle-x: -30px;
  --particle-y: 175px;
  animation-delay: -8s;
}

.about-timeline__particle--eleven {
  top: 60%;
  left: 34%;
  width: 0.24rem;
  height: 0.24rem;
  background: #ff63b6;
  --particle-x: 22px;
  --particle-y: -210px;
  animation-delay: -12s;
}

.about-timeline__particle--twelve {
  top: 86%;
  right: 28%;
  width: 0.38rem;
  height: 0.38rem;
  background: #7f4fdb;
  --particle-x: -26px;
  --particle-y: -185px;
  animation-delay: -15s;
}

.about-timeline__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.about-timeline__title-line {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.4rem;
  white-space: nowrap;
}

.about-timeline__lead-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.about-timeline__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
}

.about-timeline__title-lead {
  color: #7f4fdb;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.about-timeline__item {
  --timeline-accent: #7f4fdb;
  display: grid;
  gap: var(--space-3);
  justify-items: center;
  text-align: center;
  position: relative;
  padding-top: 0.15rem;
}

.about-timeline__item:nth-child(2),
.about-timeline__item:nth-child(5) {
  --timeline-accent: #ff63b6;
}

.about-timeline__item:nth-child(3) {
  --timeline-accent: #ffb052;
}

.about-timeline__item:nth-child(4) {
  --timeline-accent: #7f4fdb;
}

.about-timeline__item::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.5rem);
  top: 4.55rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--timeline-accent);
  box-shadow: 0 0 0 0.26rem rgba(255, 255, 255, 0.82);
}

.about-timeline__item::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 2.95rem;
  width: 2px;
  height: 1.6rem;
  background: var(--timeline-accent);
}

.about-timeline__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  background: var(--timeline-accent);
  color: #ffffff;
  font-weight: 800;
}

.about-timeline__card {
  display: grid;
  gap: var(--space-2);
  width: 100%;
  padding: 1.25rem;
  margin-top: 1.9rem;
  color: #1f1830;
}

.about-timeline__card strong,
.about-timeline__card p {
  color: #1f1830;
}

.about-timeline__card strong {
  color: #7f4fdb;
}

.about-community__grid {
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: calc(var(--radius-lg) + 0.4rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 241, 232, 0.84));
  box-shadow: var(--shadow-md);
}

.about-community {
  padding-block: clamp(1.75rem, 3.5vw, 2.75rem);
  background: #fffdfd url("../img/sobremi/historia/about-community-bg.png") center top / contain no-repeat;
}

.about-community .about-copy-block {
  gap: var(--space-3);
}

.about-community .about-copy-block p {
  color: #111111;
  margin: 0;
}

.about-community__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.about-community__title-line {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.about-community__lead-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.about-community__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
}

.about-community__title-lead {
  color: #7f4fdb;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.about-community__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
}

.about-community__lichess-link {
  display: inline-flex;
  align-items: center;
  max-width: min(100%, 14rem);
  transition: transform var(--transition-base), filter var(--transition-base);
}

.about-community__lichess-link:hover,
.about-community__lichess-link:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.05);
}

.about-community__lichess-link img {
  display: block;
  width: 100%;
  height: auto;
}

.about-community__gallery {
  display: grid;
  gap: var(--space-3);
}

.about-community__tile,
.about-gallery__item {
  display: grid;
  place-items: center;
  min-height: 7.5rem;
  padding: 1rem;
  border: 1px solid rgba(127, 79, 219, 0.12);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 12% 18%, rgba(127, 79, 219, 0.08), transparent 12%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 237, 255, 0.9));
  text-align: center;
}

.about-community__tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
}

.about-community__tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-interests {
  overflow: hidden;
  padding-block: clamp(1.75rem, 3.5vw, 2.75rem);
  background: #efd4ef;
}

.about-interests .container,
.about-interests .about-section__heading,
.about-interests__grid {
  position: relative;
  z-index: 1;
}

.about-interests .about-section__heading {
  gap: var(--space-2);
}

.about-interests .about-section__heading p,
.about-interest-card p {
  color: #111111;
}

.about-interests__particle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.58;
  --particle-x: 0px;
  --particle-y: -40px;
  --particle-scale: 1.08;
  animation: about-story-float 16s ease-in-out infinite;
}

.about-interests__particle--one {
  top: 8%;
  right: 10%;
  width: 0.5rem;
  height: 0.5rem;
  background: #ff63b6;
  --particle-x: -22px;
  --particle-y: 170px;
}

.about-interests__particle--two {
  top: 18%;
  left: 12%;
  width: 0.78rem;
  height: 0.78rem;
  background: #7f4fdb;
  --particle-x: 28px;
  --particle-y: 210px;
  animation-delay: -4s;
}

.about-interests__particle--three {
  top: 34%;
  right: 28%;
  width: 0.34rem;
  height: 0.34rem;
  background: #ffb052;
  --particle-x: 24px;
  --particle-y: -150px;
  animation-delay: -6s;
}

.about-interests__particle--four {
  top: 58%;
  left: 8%;
  width: 0.58rem;
  height: 0.58rem;
  background: #ff63b6;
  --particle-x: 34px;
  --particle-y: -120px;
  animation-delay: -10s;
}

.about-interests__particle--five {
  top: 72%;
  right: 14%;
  width: 0.8rem;
  height: 0.8rem;
  background: #7f4fdb;
  --particle-x: -30px;
  --particle-y: -180px;
  animation-delay: -12s;
}

.about-interests__particle--six {
  top: 82%;
  left: 44%;
  width: 0.42rem;
  height: 0.42rem;
  background: #ffb052;
  --particle-x: 20px;
  --particle-y: -130px;
  animation-delay: -8s;
}

.about-interests__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.about-interests__title-line {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.about-interests__lead-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.about-interests__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
}

.about-interests__title-lead {
  color: #7f4fdb;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 800;
}

.about-interests__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
}

.about-interest-card {
  display: grid;
  gap: var(--space-4);
  align-items: center;
  padding: 1.5rem;
}

.about-interest-card__icon {
  display: grid;
  place-items: center;
  background: var(--interest-icon-bg, linear-gradient(135deg, rgba(255, 99, 182, 0.16), rgba(251, 168, 135, 0.3)));
  color: #ffffff;
}

.about-interest-card__icon--teaching {
  --interest-icon-bg: #7f4fdb;
}

.about-interest-card__icon--venture {
  --interest-icon-bg: #ff63b6;
}

.about-interest-card__icon--impact {
  --interest-icon-bg: #ffb052;
}

.about-interest-card__icon svg {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
  overflow: visible;
}

.about-gallery__grid {
  display: grid;
  gap: var(--space-3);
}

.about-gallery {
  padding-block: clamp(1.75rem, 3.5vw, 2.75rem);
  background: #fffdfd url("../img/sobremi/historia/about-gallery-bg.png") center top / 100% 100% no-repeat;
}

.about-gallery .about-section__heading {
  gap: var(--space-2);
}

.about-gallery .about-section__heading p {
  margin: 0;
  color: #111111;
}

.about-gallery__title {
  margin: 0;
  color: #7f4fdb;
  line-height: 1;
}

.about-gallery__title-line {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.about-gallery__lead-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.about-gallery__crown {
  width: clamp(1.8rem, 2.6vw, 2.35rem);
  height: auto;
  filter: drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 3px #ffffff);
}

.about-gallery__title-lead {
  color: #7f4fdb;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 800;
  text-shadow:
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff,
    0 0 6px rgba(255, 255, 255, 0.7);
}

.about-gallery__title-script {
  color: #ff63b6;
  font-family: "Satisfy", cursive;
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 700;
  text-shadow:
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff,
    0 0 6px rgba(255, 255, 255, 0.7);
}

.about-gallery__item {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 8rem;
}

.about-gallery__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-gallery__item--tall {
  min-height: 16.5rem;
}

.about-cta {
  padding-block: 0 0;
  background: url("../img/home/comunidad/home-comunidad-redes-bg.png") center/100% 100% no-repeat;
}

.about-cta__panel {
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: calc(var(--radius-lg) + 0.4rem) calc(var(--radius-lg) + 0.4rem) 0 0;
  background: transparent;
  color: var(--color-text-inverse);
  box-shadow: var(--shadow-md);
}

.about-cta__copy {
  gap: var(--space-3);
}

.about-cta__copy p {
  color: #fff8f2;
}

.about-cta__copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Satisfy", cursive;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 0.95;
}

.about-cta__copy p {
  margin: 0;
  max-width: none;
  font-size: clamp(0.95rem, 1.45vw, 1.12rem);
  font-weight: 600;
}

.about-cta__copy-line {
  display: block;
  white-space: nowrap;
}

.about-cta__actions {
  justify-self: end;
  display: grid;
  gap: var(--space-4);
  justify-items: start;
}

.about-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.about-cta__shop-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.4rem;
}

.about-cta__shop-link svg {
  width: 1.25rem;
  height: 1.25rem;
}

.about-cta__social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.about-cta__social-label {
  color: #fff8f2;
  font-size: 0.82rem;
  font-weight: 600;
}

.about-cta__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about-cta__social-list .home-social-link {
  width: 2.9rem;
  height: 2.9rem;
  background: rgba(255, 255, 255, 0.94);
}

.about-cta__social-list .home-social-link svg {
  width: 1.2rem;
  height: 1.2rem;
}

.about-cta .btn--secondary {
  border-color: rgba(255, 248, 242, 0.38);
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-text-inverse);
}

.about-cta .btn--primary {
  background: #7f4fdb;
  color: #ffffff;
}

.about-cta .btn--primary:hover,
.about-cta .btn--primary:focus-visible {
  background: #6c3ed0;
}

.about-cta .btn--secondary:hover,
.about-cta .btn--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}
