:root {
  --azul: #1e3f7e;
  --azul-profundo: #142c5f;
  --verde: #b6eeff;
  --rosa: #f5a9cb;
  --blanco: #ffffff;
  --negro: #000000;
  --tinta: #13213b;
  --gris: #657187;
  --linea: #e3e8f1;
  --fondo: #f6f8fb;
  --amarillo-pack: #ffe900;
  --sombra: 0 24px 70px rgba(19, 33, 59, 0.14);
  --radio: 8px;
  --ancho: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

[id] {
  scroll-margin-top: 75px;
}

body {
  margin: 0;
  color: var(--tinta);
  background: var(--blanco);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(30, 63, 126, 0.94);
  backdrop-filter: blur(12px);
  color: var(--blanco);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header.light {
  background: rgba(255, 255, 255, 0.94);
  color: var(--azul);
  border-bottom: 1px solid var(--linea);
}

.nav {
  max-width: var(--ancho);
  min-height: 82px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.logo {
  width: 190px;
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 800;
}

.nav-toggle,
.nav-menu-button {
  display: none;
}

.nav-menu-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-menu-button span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.light .nav-menu-button {
  border-color: rgba(30, 63, 126, 0.22);
}

.nav-cta {
  min-height: 40px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--rosa);
  color: var(--azul);
  font-weight: 900;
}

.light .nav-cta {
  background: var(--azul);
  color: var(--blanco);
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero.institucional {
  color: var(--blanco);
  background: var(--azul);
}

.hero.producto {
  color: var(--azul);
  background: linear-gradient(90deg, var(--blanco) 0 54%, var(--verde) 54% 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero.institucional::before {
  right: -140px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  background: rgba(158, 215, 201, 0.42);
}

.hero.institucional::after {
  left: -120px;
  top: 120px;
  width: 290px;
  height: 290px;
  background: rgba(245, 169, 203, 0.28);
}

.hero.producto::before {
  right: -120px;
  top: -110px;
  width: 390px;
  height: 390px;
  background: rgba(255, 255, 255, 0.34);
}

.hero-inner {
  max-width: var(--ancho);
  min-height: 720px;
  margin: 0 auto;
  padding: 84px 24px 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--verde);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.producto .eyebrow {
  color: #bd2b7a;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

.hero-title {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.84);
}

.producto .hero-copy {
  color: #4d5b73;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.button.primary {
  background: var(--rosa);
  color: var(--azul);
}

.button.dark {
  background: var(--azul);
  color: var(--blanco);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--blanco);
}

.producto .button.secondary {
  border-color: rgba(30, 63, 126, 0.25);
  color: var(--azul);
}

.pack-stage {
  min-height: 500px;
  position: relative;
}

.product-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: center;
}

.feature-shelf {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.hero-product {
  margin: 0;
  border: 1px solid rgba(30, 63, 126, 0.12);
  border-radius: var(--radio);
  padding: 14px;
  background: var(--blanco);
  box-shadow: 0 18px 44px rgba(4, 14, 35, 0.18);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  min-height: 214px;
}

.hero-product.featured {
  min-height: 296px;
  padding: 18px;
}

.hero-product img {
  width: 100%;
  height: 178px;
  object-fit: contain;
  align-self: center;
  justify-self: center;
}

.hero-product.featured img {
  height: 250px;
}

.hero-product figcaption {
  color: var(--azul);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mini-products {
  display: grid;
  gap: 12px;
}

.mini-products .hero-product {
  min-height: 132px;
  padding: 10px;
}

.mini-products .hero-product img {
  height: 92px;
}

.mini-products .hero-product figcaption {
  font-size: 11px;
}

.claim-card {
  width: auto;
  padding: 20px;
  border-radius: var(--radio);
  background: var(--blanco);
  color: var(--azul);
  position: static;
  grid-column: 1 / -1;
  z-index: 6;
  box-shadow: var(--sombra);
}

.claim-card.dark {
  background: var(--azul);
  color: var(--blanco);
}

.claim-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.05;
}

.claim-card span {
  color: var(--gris);
  font-size: 13px;
  line-height: 1.4;
}

.claim-card.dark span {
  color: rgba(255, 255, 255, 0.78);
}

.section {
  padding: 72px 24px;
}

.section.surface {
  background: var(--fondo);
}

.section.blue {
  background: var(--azul-profundo);
  color: var(--blanco);
}

.section.mint {
  background: var(--verde);
}

.container {
  max-width: var(--ancho);
  margin: 0 auto;
}

.section-head {
  margin-bottom: 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.section-title {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--azul);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.blue .section-title {
  color: var(--blanco);
}

.section-intro {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--gris);
  font-size: 16px;
  line-height: 1.5;
}

.blue .section-intro {
  color: rgba(255, 255, 255, 0.78);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.card,
.sku-card,
.ladder-card {
  border: 1px solid var(--linea);
  border-radius: var(--radio);
  background: var(--blanco);
}

.card {
  min-height: 180px;
  padding: 24px;
}

.card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--azul);
  font-size: 22px;
  line-height: 1.1;
}

.card p {
  margin-bottom: 0;
  color: var(--gris);
  line-height: 1.48;
}

.brand-split {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 18px;
  align-items: stretch;
}

.brand-panel {
  border-radius: var(--radio);
  padding: 34px;
  background: var(--azul-profundo);
  color: var(--blanco);
}

.brand-panel h3,
.mint-panel h3 {
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
}

.brand-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.mint-panel {
  border-radius: var(--radio);
  padding: 34px;
  background: var(--verde);
  color: var(--azul);
}

.mint-panel p {
  margin-bottom: 0;
  color: rgba(30, 63, 126, 0.78);
  line-height: 1.5;
}

.sku-card {
  overflow: hidden;
  min-height: 390px;
  display: flex;
  flex-direction: column;
}

.sku-image {
  height: 185px;
  border-bottom: 1px solid var(--linea);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--blanco);
}

.sku-image img {
  width: 92%;
  max-height: 164px;
  object-fit: contain;
}

.sku-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.sku-body h3 {
  margin-bottom: 0;
  color: var(--azul);
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: 0;
}

.sku-meta {
  color: var(--gris);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sku-body p {
  margin-bottom: 0;
  color: var(--gris);
  font-size: 14px;
  line-height: 1.45;
}

.sku-bar {
  height: 7px;
  margin-top: auto;
  border-radius: 999px;
}

.benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.benefit {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef7f4;
  color: var(--azul);
  font-size: 12px;
  font-weight: 900;
}

.official-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 4px;
}

.official-icons img {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  display: block;
  object-fit: contain;
  border-radius: 50%;
}

.ladder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ladder-card {
  padding: 18px;
  min-height: 190px;
}

.ladder-card.featured {
  border-color: var(--verde);
  box-shadow: inset 0 0 0 2px var(--verde);
  background: #f8fcfb;
}

.ladder-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--azul);
  font-size: 16px;
}

.ladder-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--gris);
  font-size: 13px;
  line-height: 1.35;
}

.closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.closing h2 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.closing p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.closing .button {
  background: var(--blanco);
  color: var(--azul);
}

.product-hero {
  background:
    radial-gradient(circle at 74% 15%, rgba(255, 255, 255, 0.72), transparent 32%),
    linear-gradient(90deg, #ffffff 0 50%, #f8c0d8 50% 100%);
}

.product-hero-inner {
  min-height: 760px;
}

.hero-showcase {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 18px;
  align-items: center;
}

.hero-pack-card {
  border: 1px solid rgba(30, 63, 126, 0.12);
  border-radius: var(--radio);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--sombra);
}

.hero-pack-card-main {
  padding: 26px;
}

.hero-pack-card-main img {
  width: 100%;
  max-height: 410px;
  object-fit: contain;
}

.hero-pack-card-main span {
  display: block;
  margin-top: 14px;
  color: var(--azul);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-pack-stack {
  display: grid;
  gap: 12px;
}

.hero-pack-stack img {
  width: 100%;
  aspect-ratio: 1;
  padding: 10px;
  object-fit: contain;
  border: 1px solid rgba(30, 63, 126, 0.12);
  border-radius: var(--radio);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(19, 33, 59, 0.12);
}

.hero-claim {
  grid-column: 1 / -1;
}

.benefits-general-title {
  margin: 0 0 24px;
  color: var(--azul);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.benefit-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.benefit-icon-card {
  min-height: 280px;
  padding: 20px;
  border: 1px solid var(--linea);
  border-radius: var(--radio);
  background: var(--blanco);
}

.benefit-icon-card img {
  width: 120px;
  height: 120px;
  margin-bottom: 18px;
  object-fit: contain;
}

.benefit-icon-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--azul);
  font-size: 20px;
  line-height: 1.08;
}

.benefit-icon-card p {
  margin-bottom: 0;
  color: var(--gris);
  line-height: 1.48;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--linea);
  border-radius: var(--radio);
  background: var(--blanco);
  display: flex;
  flex-direction: column;
  min-height: 560px;
}

.variant-banner {
  width: 100%;
  height: 86px;
  object-fit: cover;
  border-bottom: 1px solid var(--linea);
}

.product-visual {
  min-height: 220px;
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 18px 8px;
}

.product-zoom {
  cursor: zoom-in;
  transition: transform 160ms ease, background 160ms ease;
}

.product-zoom:hover,
.product-zoom:focus-visible {
  background: rgba(30, 63, 126, 0.035);
  transform: translateY(-2px);
  outline: 0;
}

.product-visual img {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.product-copy {
  padding: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.product-copy h3 {
  margin-bottom: 0;
  color: var(--azul);
  font-size: 24px;
  line-height: 1.05;
}

.product-copy > span {
  color: var(--gris);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-copy p {
  margin-bottom: 0;
  color: var(--gris);
  font-size: 14px;
  line-height: 1.45;
}

.product-card.balance .benefit {
  background: #e8f8fb;
}

.product-card.active .benefit {
  background: #fde7f1;
}

.product-card.intense .benefit {
  background: #ffe7f5;
}

.product-card.nocturna .benefit {
  background: #e8efff;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature-band article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--linea);
  border-radius: var(--radio);
  background: var(--blanco);
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.feature-band img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.feature-band strong {
  display: block;
  margin-bottom: 8px;
  color: var(--azul);
  font-size: 24px;
  line-height: 1.06;
}

.feature-band p {
  margin-bottom: 0;
  color: var(--gris);
  line-height: 1.5;
}

.moment-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.moment-layout .mint-panel h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.moment-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.moment-cards article {
  min-height: 172px;
  padding: 22px;
  border: 1px solid rgba(30, 63, 126, 0.12);
  border-radius: var(--radio);
  background: rgba(255, 255, 255, 0.84);
}

.moment-cards strong,
.moment-cards span {
  display: block;
}

.moment-cards strong {
  margin-bottom: 10px;
  color: var(--azul);
  font-size: 20px;
}

.moment-cards span {
  color: rgba(30, 63, 126, 0.76);
  line-height: 1.45;
}

.lifestyle-feature,
.lifestyle-card {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: var(--radio);
  background: var(--azul);
  box-shadow: 0 18px 42px rgba(19, 33, 59, 0.14);
}

.lifestyle-feature {
  min-height: 390px;
}

.lifestyle-feature.movement {
  margin-top: 24px;
}

.lifestyle-feature img,
.lifestyle-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.lifestyle-feature figcaption,
.lifestyle-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: min(470px, calc(100% - 28px));
  padding: 14px 16px;
  border-radius: var(--radio);
  background: rgba(255, 255, 255, 0.9);
  color: var(--azul);
}

.lifestyle-card figcaption {
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.lifestyle-feature figcaption strong,
.lifestyle-feature figcaption span {
  display: block;
}

.lifestyle-feature figcaption strong {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.05;
}

.lifestyle-feature figcaption span {
  color: rgba(30, 63, 126, 0.78);
  line-height: 1.4;
}

.lifestyle-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.lifestyle-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: center;
}

.lifestyle-story.reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.lifestyle-copy {
  max-width: 520px;
}

.lifestyle-copy span {
  display: block;
  margin-bottom: 12px;
  color: #bd2b7a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mint .lifestyle-copy span {
  color: var(--azul);
}

.lifestyle-copy h2 {
  margin-bottom: 16px;
  color: var(--azul);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.lifestyle-copy p {
  margin-bottom: 0;
  color: var(--gris);
  font-size: 17px;
  line-height: 1.55;
}

.mint .lifestyle-copy p {
  color: rgba(30, 63, 126, 0.78);
}

.lifestyle-visual {
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radio);
  background: var(--azul);
  box-shadow: 0 18px 42px rgba(19, 33, 59, 0.14);
}

.lifestyle-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.boards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.board-link {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: zoom-in;
  outline-offset: 4px;
  transition: transform 160ms ease, filter 160ms ease;
}

.board-link:hover,
.board-link:focus-visible {
  transform: translateY(-3px);
  filter: drop-shadow(0 18px 24px rgba(19, 33, 59, 0.14));
}

.boards-grid img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}

.image-modal {
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 44px 16px 16px;
  border: 0;
  border-radius: var(--radio);
  background: var(--blanco);
  box-shadow: 0 30px 90px rgba(4, 14, 35, 0.34);
}

.image-modal::backdrop {
  background: rgba(10, 22, 48, 0.72);
  backdrop-filter: blur(4px);
}

.image-modal img {
  width: 100%;
  max-height: calc(100vh - 110px);
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: var(--azul);
  color: var(--blanco);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.site-footer {
  padding: 44px 24px;
  background: var(--blanco);
  border-top: 1px solid var(--linea);
  color: var(--azul);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1fr) minmax(260px, auto);
  gap: 28px;
  align-items: center;
}

.footer-brand {
  min-width: 0;
}

.footer-brand-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.footer-logo-zanhang {
  width: 210px;
  max-height: 92px;
  height: auto;
  object-fit: contain;
}

.footer-brand strong {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.footer-info {
  display: grid;
  gap: 8px;
  justify-items: start;
  color: var(--gris);
  line-height: 1.45;
}

.footer-info p {
  margin-bottom: 0;
}

.footer-contact {
  width: fit-content;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--azul);
  color: var(--blanco);
  display: inline-flex;
  align-items: center;
  font-weight: 900;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px;
}

.footer-social a {
  width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 0;
  border: 1px solid var(--linea);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--azul);
}

.footer-social a:hover,
.footer-social a:focus-visible {
  background: var(--azul);
  color: var(--blanco);
}

.footer-social svg {
  width: 25px;
  height: 25px;
  display: block;
}

.route-note {
  border-top: 1px solid var(--linea);
  padding: 18px 24px 20px;
  background: var(--blanco);
}

.route-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--azul);
  font-size: 18px;
}

.route-note span {
  color: var(--gris);
  line-height: 1.45;
}

@media (max-width: 980px) {
  .nav {
    align-items: center;
    flex-wrap: wrap;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero-inner,
  .brand-split,
  .closing {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

  .pack-stage {
    min-height: auto;
  }

  .feature-shelf {
    grid-template-columns: 1fr;
  }

  .mini-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-head,
  .closing {
    align-items: start;
  }

  .grid-3,
  .grid-4,
  .ladder-grid,
  .product-grid,
  .benefit-icons,
  .boards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-hero-inner,
  .moment-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: auto;
  }

  .footer-social {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 80px;
  }

  [id] {
    scroll-margin-top: 80px;
  }

  .nav {
    min-height: 76px;
    padding: 10px 18px;
    gap: 12px;
  }

  .logo {
    width: 154px;
    height: 62px;
  }

  .nav-menu-button {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-toggle {
    display: block;
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .nav-toggle:focus-visible + .nav-menu-button {
    outline: 3px solid var(--rosa);
    outline-offset: 3px;
  }

  .nav-links {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    opacity: 0;
    transition: max-height 180ms ease, opacity 180ms ease, padding 180ms ease;
  }

  .nav-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .light .nav-links a {
    border-top-color: var(--linea);
  }

  .nav-toggle:checked ~ .nav-links {
    max-height: 280px;
    padding: 10px 0 6px;
    opacity: 1;
  }

  .nav-cta {
    width: fit-content;
    margin-top: 8px;
  }
}

@media (max-width: 640px) {
  .hero-title {
    font-size: 48px;
  }

  .section {
    padding: 54px 18px;
  }

  .grid-3,
  .grid-4,
  .ladder-grid,
  .product-grid,
  .benefit-icons,
  .feature-band,
  .moment-cards,
  .boards-grid {
    grid-template-columns: 1fr;
  }

  .product-hero {
    background: linear-gradient(180deg, #ffffff 0 42%, #f8c0d8 42% 100%);
  }

  .hero-showcase {
    grid-template-columns: 1fr;
  }

  .hero-pack-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-pack-card-main img {
    max-height: 320px;
  }

  .benefit-icon-card {
    min-height: auto;
  }

  .product-card {
    min-height: auto;
  }

  .footer-logo-zanhang {
    width: 180px;
    max-height: 82px;
  }

  .lifestyle-feature,
  .lifestyle-card {
    min-height: 280px;
  }

  .lifestyle-story,
  .lifestyle-story.reverse {
    grid-template-columns: 1fr;
  }

  .lifestyle-visual {
    min-height: 280px;
  }

  .feature-band article {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .feature-band img {
    width: 104px;
    height: 104px;
  }

  .product-wall,
  .mini-products {
    grid-template-columns: 1fr;
  }

  .hero-product,
  .hero-product.featured {
    min-height: 190px;
  }

  .hero-product img,
  .hero-product.featured img {
    height: 148px;
  }

  .claim-card {
    position: relative;
    width: auto;
    inset: auto;
    margin: 0;
  }
}
