.hero {
  min-height: clamp(230px, 26vw, 330px);
  padding: 26px clamp(20px, 9vw, 150px);
  background: #fff;
}
.hero-words {
  width: min(66vw, 670px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 24px;
}
.hero-keyword {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(82px, 10vw, 120px);
  color: #4a4a49;
  font-size: clamp(1rem, 1.65vw, 1.45rem);
  text-align: center;
  transition:
    color 0.35s ease,
    transform 0.45s ease;
}
.hero-keyword.is-featured {
  z-index: 1;
  color: #d8ad00;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 800;
}
.hero-keyword.is-featured::before {
  position: absolute;
  inset: clamp(20px, 3vw, 34px) clamp(3px, 1vw, 13px);
  border: 1px solid rgba(255, 208, 0, 0.8);
  border-radius: 42%;
  box-shadow:
    0 0 0 8px #fff,
    0 0 0 9px rgba(255, 208, 0, 0.68),
    0 0 0 17px #fff,
    0 0 0 18px rgba(255, 208, 0, 0.55),
    0 0 0 26px #fff,
    0 0 0 27px rgba(255, 208, 0, 0.42);
  content: "";
}
.statement {
  width: 75%;
  margin: clamp(-145px, -10vw, -85px) 0 0 auto;
  padding: clamp(48px, 6.5vw, 92px) clamp(34px, 8vw, 126px)
    clamp(46px, 6vw, 82px);
}
.statement h1 {
  max-width: 790px;
  font-size: clamp(2.1rem, 4.1vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 400;
}
.statement h1 strong {
  font-weight: 800;
}
.statement > p:not(.eyebrow) {
  margin: 18px 0 24px;
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  max-width: 520px;
}
.statement .button {
  min-width: 150px;
  justify-content: center;
  padding: 12px 22px;
  font-size: 0.8rem;
  border: 0;
  border-radius: 16px;
}
.statement .button.button-yellow {
  border-radius: 18px !important;
  overflow: hidden;
}
.brand-stage {
  aspect-ratio: 1.84;
}
.brand-stage > img:first-child {
  object-position: center top;
}
.brand-stage .brand-stage-screen img {
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
}
@media (max-width: 800px) {
  .hero {
    min-height: 120px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .brand-stage > img:first-child {
    object-position: center 10%;
  }
  .hero-words {
    width: 100%;
    gap: 6px;
  }
  .hero-keyword {
    min-height: 75px;
    font-size: 0.85rem;
  }
  .hero-keyword.is-featured {
    font-size: 1rem;
  }
  .hero-keyword.is-featured::before {
    box-shadow:
      0 0 0 5px #fff,
      0 0 0 6px rgba(255, 208, 0, 0.68),
      0 0 0 11px #fff,
      0 0 0 12px rgba(255, 208, 0, 0.55),
      0 0 0 17px #fff,
      0 0 0 18px rgba(255, 208, 0, 0.42);
  }
  .statement {
    width: 78.5%;
    margin-top: -55px;
    padding: 18px 26px 20px;
    transform: translateY(10%);
  }
  .statement h1 {
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    transform: translateY(15px);
  }
  .statement > p:not(.eyebrow) {
    font-size: 0.45rem;
    transform: translateY(10px);
    letter-spacing: 0.07rem;
  }
  .statement .button {
    min-width: 105px;
    padding: 8px 12px;
    font-size: 0.45rem;
  }
}
body,
main {
  background: #fff;
}
.brand-stage .brand-stage-screen {
  left: 49.6%;
  top: 14.7%;
  width: 50.4%;
  height: 57.9%;
  overflow: hidden;
}
.brand-stage .brand-stage-screen img {
  object-fit: fill;
}
@media (max-width: 800px) {
  .brand-stage .brand-stage-screen {
    left: 49.6%;
    top: 11.5%;
    width: 50.4%;
    height: 45%;
  }
}

/* Las secciones editoriales comparten el mismo ancho que la landing. */
main {
  max-width: none;
  margin: 0;
  overflow: hidden;
}
.hero-keyword {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}
.hero-keyword.is-featured {
  font-size: clamp(1.5rem, 2.7vw, 2.35rem);
}
.hero-keyword.is-featured::before {
  inset: clamp(22px, 2.8vw, 33px) clamp(-6px, 0vw, 2px);
  border-radius: 31% 27% 30% 25% / 41% 36% 39% 35%;
  box-shadow:
    0 0 0 8px #fff,
    0 0 0 9px rgba(255, 208, 0, 0.72),
    0 0 0 17px #fff,
    0 0 0 18px rgba(255, 208, 0, 0.58),
    0 0 0 26px #fff,
    0 0 0 27px rgba(255, 208, 0, 0.45),
    0 0 0 35px #fff,
    0 0 0 36px rgba(255, 208, 0, 0.3);
}
@media (max-width: 800px) {
  .hero-keyword {
    font-size: clamp(0.95rem, 4vw, 1.2rem);
  }
  .hero-keyword.is-featured {
    font-size: clamp(1.05rem, 4.6vw, 1.4rem);
  }
  .hero-keyword.is-featured::before {
    inset: 23px -4px;
    border-radius: 28% 25% 30% 24% / 40% 35% 38% 33%;
  }
}
.hero-keyword.is-featured::before {
  inset: 0 clamp(-30px, -2vw, -12px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: center/100% 100% no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 220' fill='none'%3E%3Cg stroke='%23ffd000' stroke-width='1.4'%3E%3Cpath d='M92 8C126 3 149 17 177 10c24-7 42-8 66 0 32 10 65-14 99-2 49 17 72 42 73 79 1 39-21 71-70 87-31 10-65-10-99 0-23 7-45 8-68 0-32-11-57 8-91-1C38 169 12 138 13 99 14 58 39 17 92 8Z'/%3E%3Cpath d='M101 27c29-5 48 10 74 3 25-7 47-7 70 1 28 10 53-7 84 4 37 13 57 34 58 64 1 31-19 56-57 68-31 10-56-9-84 0-22 8-44 8-67 0-28-10-51 6-79-3-37-12-60-35-59-66 1-31 23-60 60-71Z'/%3E%3Cpath d='M110 47c25-5 41 8 66 2 23-6 45-6 66 1 26 9 47-6 75 4 29 11 46 27 47 51 1 24-17 43-46 52-28 9-50-8-75 0-21 7-42 7-63 0-25-8-44 5-68-3-28-10-46-27-45-53 1-25 18-47 44-53Z'/%3E%3Cpath d='M119 67c20-4 34 7 58 1 22-6 42-5 62 1 23 8 42-5 65 4 22 8 36 22 36 39 0 18-14 33-36 40-24 8-43-6-65 1-20 6-39 6-59 0-23-7-38 4-59-3-21-8-34-23-33-41 1-18 13-34 31-41Z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-keyword.is-featured {
  letter-spacing: -0.025em;
}
@media (max-width: 800px) {
  .hero-keyword.is-featured::before {
    inset: 0 -18px;
  }
}
.hero-words {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(38px, 7vw, 110px);
  width: min(78vw, 930px);
}
.hero-keyword,
.hero-keyword.is-featured {
  z-index: 2;
  min-height: 0;
  color: #3f3f3e;
  font-size: clamp(1.25rem, 2.15vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  transition:
    opacity 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.hero-keyword.is-featured {
  color: #ffd000;
}
.hero-keyword.is-featured::before {
  display: none;
}
.hero-keyword.is-changing {
  opacity: 0;
  transform: translateY(5px);
}
.hero-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  padding: clamp(31px, 4vw, 48px) clamp(58px, 7vw, 88px);
}
.hero-outline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero-outline path {
  stroke-width: 1.5;
}
.hero-outline path:nth-child(2) {
  opacity: 0.72;
  stroke-width: 1.25;
}
.hero-outline path:nth-child(3) {
  opacity: 0.48;
  stroke-width: 1.1;
}
.hero-outline path:nth-child(4) {
  opacity: 0.3;
  stroke-width: 0.9;
}
@media (max-width: 800px) {
  .hero-words {
    gap: 20px;
    width: 100%;
  }
  .hero-keyword,
  .hero-keyword.is-featured {
    font-size: clamp(0.92rem, 4vw, 1.2rem);
  }
  .hero-center {
    padding: 25px 37px;
  }
}
.hero-center {
  width: 300px;
  height: 132px;
  min-width: 300px;
  padding: 0;
  flex: 0 0 300px;
}
.hero-center .hero-keyword {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.hero-center .hero-keyword.is-changing {
  transform: translate(-50%, -45%);
}
.hero-outline {
  inset: auto;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 126px;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease;
}
.hero-center[data-word="Transforma"] .hero-outline {
  width: 270px;
}
.hero-center[data-word="Inspira"] .hero-outline {
  width: 218px;
}
.hero-center[data-word="Conecta"] .hero-outline {
  width: 225px;
}
@media (max-width: 800px) {
  .hero-center {
    width: 190px;
    min-width: 190px;
    height: 104px;
    flex-basis: 190px;
  }
  .hero-outline {
    height: 100px;
  }
  .hero-center[data-word="Transforma"] .hero-outline {
    width: 184px;
  }
  .hero-center[data-word="Inspira"] .hero-outline {
    width: 153px;
  }
  .hero-center[data-word="Conecta"] .hero-outline {
    width: 159px;
  }
}
.hero-outline path:nth-child(1) {
  opacity: 0.22;
  stroke-width: 1;
}
.hero-outline path:nth-child(2) {
  opacity: 0.38;
  stroke-width: 1.1;
}
.hero-outline path:nth-child(3) {
  opacity: 0.56;
  stroke-width: 1.2;
}
.hero-outline path:nth-child(4) {
  opacity: 0.78;
  stroke-width: 1.35;
}
.hero-outline path:nth-child(5) {
  opacity: 1;
  stroke-width: 1.5;
}
.hero-center {
  height: 178px;
}
.hero-center[data-word="Transforma"] .hero-outline {
  width: 350px;
  height: 172px;
}
@media (max-width: 800px) {
  .hero-center {
    height: 112px;
  }
  .hero-center[data-word="Transforma"] .hero-outline {
    width: 205px;
    height: 108px;
  }
}
.hero-outline path {
  display: none;
}
.hero-outline use {
  fill: none;
  stroke: #ffd000;
  vector-effect: non-scaling-stroke;
}
.hero-outline .outline-1 {
  opacity: 0.22;
  stroke-width: 1;
}
.hero-outline .outline-2 {
  opacity: 0.38;
  stroke-width: 1.1;
}
.hero-outline .outline-3 {
  opacity: 0.56;
  stroke-width: 1.2;
}
.hero-outline .outline-4 {
  opacity: 0.78;
  stroke-width: 1.35;
}
.hero-outline .outline-5 {
  opacity: 1;
  stroke-width: 1.5;
}
.hero-words {
  display: none !important;
}
.hero-image-cycle {
  position: relative;
  width: min(78vw, 1080px);
  aspect-ratio: 3/1;
}
.hero-image-cycle img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.65s ease-in-out;
}
.hero-image-cycle img.is-active {
  opacity: 1;
}
@media (max-width: 800px) {
  .hero-image-cycle {
    width: 100%;
    aspect-ratio: 3/1;
  }
}

/* Escena de bienvenida: fotografía integrada tras los contenidos. */
.intro {
  position: relative;
  display: block;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 2048/1808;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.intro-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
  overflow: hidden;
}
.intro-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: initial;
  transform: none;
}
.intro::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 31%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 86%);
  content: "";
  pointer-events: none;
}
.intro-left,
.intro-copy,
.intro-transition {
  position: absolute;
  z-index: 2;
}
.intro-left {
  top: 18%;
  left: 12%;
}
.intro h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}
.intro h2 span {
  font-weight: 400;
}
.heart {
  display: inline-block;
  margin-top: clamp(20px, 2.6vw, 34px);
  color: var(--yellow);
  font-size: clamp(1.45rem, 2.1vw, 2.25rem);
  line-height: 1;
}
.intro-copy {
  top: 18%;
  right: 12%;
  width: min(25vw, 300px);
}
.intro-copy > p:not(.eyebrow) {
  margin: 0;
  font-size: clamp(0.9rem, 1.25vw, 1.15rem);
  line-height: 1.35;
}
.intro-transition {
  right: 0;
  bottom: 0;
  left: 0;
  height: 25%;
  display: block;
  background: transparent;
  transform: none;
  text-align: center;
}
.intro-transition p {
  position: absolute;
  right: 0;
  bottom: 16%;
  left: 0;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.5vw, 2.45rem);
  white-space: nowrap;
}
.intro-transition span {
  position: absolute;
  left: calc(50% + clamp(82px, 8vw, 130px));
  top: 42%;
  color: #20201f;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1;
}
@media (max-width: 800px) {
  .intro {
    height: auto;
    min-height: 0;
    max-height: none;
    z-index: 1;
  }
  .intro-image {
    height: 100%;
  }
  .intro-image img {
    width: 100%;
    height: auto;
    transform: none;
  }
  .intro-left {
    top: 18%;
    left: 12%;
    transform: translateY(-35%);
  }
  .intro h2 {
    font-size: clamp(1rem, 3vw, 1.4rem);
    line-height: 1;
  }
  .heart {
    margin-top: 14px;
    font-size: 1.25rem;
  }
  .intro-copy {
    top: 18%;
    right: 12%;
    width: 25%;
    transform: translateY(-35%);
  }
  .intro-copy > p:not(.eyebrow) {
    font-size: clamp(0.47rem, 1.75vw, 0.74rem);
    line-height: 1.3;
  }
  .intro::after {
    height: 31%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 86%);
  }
  .intro-transition {
    height: 25%;
    min-height: 0;
    max-height: none;
  }
  .intro-transition p {
    font-size: clamp(1.08rem, 3.4vw, 1.42rem);
  }
  .intro-transition span {
    left: calc(50% + 72px);
    top: 42%;
    font-size: 1.6rem;
  }
}
