.ua-container {
  width: min(calc(100% - (2 * var(--container-pad))), var(--container));
  margin-inline: auto;
}

.ua-page,
.ua-page-shell {
  overflow: hidden;
  background: var(--cream-50);
}

.ua-section {
  padding-block: var(--section-space);
}

.ua-section + .ua-section {
  border-top: 1px solid rgba(223, 229, 218, 0.72);
}

.ua-muted {
  background: var(--sage-50);
}

.ua-kicker,
.ua-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 0 0.75rem;
  color: var(--botanical-600);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ua-kicker::before,
.ua-eyebrow::before {
  content: none;
}

.ua-lead {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.78;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
}

.ua-section-head,
.ua-section-title {
  max-width: 760px;
  margin-bottom: 1.75rem;
}

.ua-section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  max-width: none;
}

.ua-section-head h2,
.ua-section-title h2,
.ua-editorial__copy h2,
.ua-final-cta h2,
.ua-lifecycle h2 {
  margin: 0;
  font-size: var(--font-size-h2);
}

.ua-section-head > p:not(.ua-kicker),
.ua-section-title > p:not(.ua-kicker),
.ua-editorial__copy > p,
.ua-final-cta p,
.ua-lifecycle > p:not(.ua-kicker) {
  color: var(--muted);
  line-height: 1.78;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
}

.ua-section-head h2 + p,
.ua-editorial__copy h2 + p {
  margin-top: 1rem;
}

.ua-section-split,
.ua-story__grid,
.ua-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.ua-editorial__grid--reverse > :first-child {
  order: 2;
}

.ua-prose p,
.ua-editorial__copy > p {
  margin-bottom: 1rem;
  color: var(--muted);
  line-height: 1.82;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}

.ua-prose p:last-child,
.ua-editorial__copy > p:last-child {
  margin-bottom: 0;
}

.ua-prose a,
.ua-text-link,
.ua-link {
  color: var(--forest-700);
  font-weight: 700;
}

.ua-text-link,
.ua-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 0.2rem;
  transition: color var(--transition), border-color var(--transition);
}

.ua-text-link:hover,
.ua-link:hover {
  color: var(--forest-900);
  border-color: var(--gold);
}

.ua-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ua-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.ua-btn:hover {
  transform: translateY(-1px);
}

.ua-btn--primary {
  color: var(--white) !important;
  background: var(--forest-700);
  border-color: var(--forest-700);
  box-shadow: 0 8px 20px rgba(34, 99, 63, 0.18);
}

.ua-btn--primary:hover {
  background: var(--forest-900);
  border-color: var(--forest-900);
}

.ua-btn--ghost,
.ua-btn--light {
  color: var(--forest-900) !important;
  background: var(--paper);
  border-color: var(--sage-200);
}

.ua-btn--ghost:hover,
.ua-btn--light:hover {
  background: var(--sage-100);
  border-color: #cbd8c5;
}

.ua-btn--whatsapp {
  color: #ffffff !important;
  background: var(--whatsapp);
  border-color: var(--whatsapp);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.26);
}

.ua-btn--whatsapp:hover {
  background: var(--whatsapp-dark);
  border-color: var(--whatsapp-dark);
}

.ua-whatsapp-icon {
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
  fill: currentColor;
}

.ua-phone-icon {
  width: 1.08em;
  height: 1.08em;
  flex: 0 0 auto;
  fill: currentColor;
}

.ua-whatsapp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #128c4a !important;
  font-weight: 700;
}

.ua-inner-hero,
.ua-video-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--forest-950);
}

.ua-inner-hero {
  min-height: 410px;
  display: grid;
  align-items: end;
}

.ua-video-hero {
  min-height: clamp(560px, 72vh, 720px);
  display: grid;
  align-items: center;
}

.ua-inner-hero__image,
.ua-hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ua-inner-hero__shade,
.ua-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 31, 20, 0.94) 0%, rgba(14, 55, 35, 0.78) 52%, rgba(14, 55, 35, 0.28) 100%);
}

.ua-inner-hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-block: clamp(3rem, 7vw, 5rem);
}

.ua-inner-hero__content .ua-kicker,
.ua-hero__copy .ua-kicker {
  color: #d5f2dc;
  font-weight: 800;
}

.ua-inner-hero h1,
.ua-hero__copy h1,
.ua-catalog-hero h1,
.ua-product-list-hero h1,
.ua-search-box h1,
.ua-product-info h1 {
  margin: 0;
  font-size: var(--font-size-h1);
}

.ua-inner-hero h1,
.ua-hero__copy h1 {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

.ua-inner-hero__content > p:last-child,
.ua-hero__copy > p {
  max-width: 670px;
  margin: 1.1rem 0 0;
  color: rgba(244, 250, 244, 0.92);
  font-size: 1.05rem;
  line-height: 1.75;
  text-align: justify;
  text-align-last: left;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

.ua-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding-block: 3.5rem;
}

.ua-hero__copy {
  max-width: 720px;
}

.ua-hero__copy .ua-actions {
  margin-top: 1.65rem;
}

.ua-hero__signals {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: var(--radius-lg);
  background: rgba(10, 36, 24, 0.58);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
}

.ua-hero__signals span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 56px;
  padding: 0.9rem 1rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.91rem;
  font-weight: 600;
}

.ua-hero__signals span + span {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ua-hero__signals .material-icons {
  color: #cfe3d3;
  font-size: 1.2rem;
}

.ua-breadcrumb {
  padding-block: 0.85rem;
}

.ua-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  color: var(--warm-gray);
  font-size: var(--font-size-small);
}

.ua-breadcrumb a {
  color: var(--forest-700);
  font-weight: 600;
}

.ua-breadcrumb a:hover {
  color: var(--forest-950);
}

.ua-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.ua-collection-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ua-collection-tile {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-width: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.ua-collection-tile:hover {
  border-color: #c4d4bd;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.ua-collection-tile--large {
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-rows: 1fr;
}

.ua-collection-tile--large figure {
  aspect-ratio: auto;
  min-height: 300px;
}

.ua-collection-tile--large > div {
  justify-content: center;
}

.ua-collection-tile figure {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--sage-100);
}

.ua-collection-tile figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(0deg, rgba(10, 36, 24, 0.22), transparent);
  pointer-events: none;
}

.ua-collection-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.ua-collection-tile:hover img {
  transform: scale(1.025);
}

.ua-collection-tile figure > .material-icons {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--botanical-500);
  font-size: 3.5rem;
}

.ua-collection-tile > div {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.ua-collection-tile h3 {
  margin: 0 0 0.65rem;
  font-size: 1.3rem;
}

.ua-collection-tile p {
  flex: 1;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.65;
  text-align: justify;
  text-align-last: left;
}

.ua-collection-tile > div > span {
  color: var(--forest-700);
  font-size: 0.88rem;
  font-weight: 700;
}

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

.ua-product-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.ua-product-card:hover {
  border-color: #c2d2bb;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.ua-product-card__media {
  display: grid;
  aspect-ratio: 1 / 0.86;
  place-items: center;
  overflow: hidden;
  background: var(--sage-50);
  border-bottom: 1px solid var(--line);
}

.ua-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.7rem;
  transition: transform 280ms ease;
}

.ua-product-card:hover .ua-product-card__media img {
  transform: scale(1.025);
}

.ua-product-card__media .material-icons,
.ua-product-card__media > i {
  color: var(--botanical-500);
  font-size: 3rem;
}

.ua-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.1rem;
}

.ua-product-card__body > span,
.ua-product-card__body small {
  margin-bottom: 0.45rem;
  color: var(--botanical-600);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ua-product-card__body h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ua-product-card__body p {
  flex: 1;
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.6;
  text-align: justify;
  text-align-last: left;
}

.ua-product-card__body b {
  margin-top: auto;
  color: var(--forest-700);
  font-size: 0.88rem;
}

.ua-product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: auto;
}

.ua-product-card__actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xs);
  color: var(--forest-800);
  font-size: 0.82rem;
  font-weight: 700;
}

.ua-product-card__actions a:last-child {
  color: var(--white);
  background: var(--forest-700);
  border-color: var(--forest-700);
}

.ua-product-card__actions a.ua-btn--whatsapp {
  color: var(--white) !important;
  background: var(--whatsapp);
  border-color: var(--whatsapp);
  border-radius: 999px;
}

.ua-product-card__actions a.ua-btn--whatsapp:hover {
  background: var(--whatsapp-dark);
  border-color: var(--whatsapp-dark);
}

.ua-editorial__image {
  position: relative;
  margin: 0;
}

.ua-editorial__image::before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  z-index: 0;
  border: 1px solid var(--gold-soft);
  border-radius: var(--radius-lg);
}

.ua-editorial__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.ua-checklist {
  display: grid;
  gap: 0.8rem;
  margin: 1.4rem 0 1.6rem;
}

.ua-checklist li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 0.7rem;
  color: var(--muted);
  line-height: 1.65;
  text-align: justify;
  text-align-last: left;
}

.ua-checklist .material-icons {
  color: var(--botanical-600);
  font-size: 1.15rem;
  margin-top: 0.2rem;
}

.ua-empty {
  max-width: 620px;
  margin: 1rem auto;
  padding: 2.2rem;
  text-align: center;
  background: var(--paper);
  border: 1px dashed #c8d4c2;
  border-radius: var(--radius-lg);
}

.ua-empty > i,
.ua-empty > .material-icons {
  margin: 0 auto 0.85rem;
  color: var(--botanical-500);
  font-size: 2.7rem;
}

.ua-empty h2 {
  margin-bottom: 0.65rem;
  font-size: 1.65rem;
}

.ua-empty p {
  margin-bottom: 1rem;
  color: var(--muted);
}

.ua-empty a {
  color: var(--forest-700);
  font-weight: 700;
}

.ua-final-cta,
.ua-way2 {
  padding-block: var(--section-space-compact);
  color: var(--white);
  background: var(--forest-900);
}

.ua-final-cta__inner,
.ua-way2__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.ua-final-cta h2,
.ua-way2 h2 {
  margin: 0;
  color: var(--white);
}

.ua-final-cta p,
.ua-way2 p {
  max-width: 720px;
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.77);
}

.ua-final-cta .ua-kicker,
.ua-way2 .ua-kicker {
  color: #d9e9d7;
}

.ua-final-cta .ua-btn--ghost {
  color: var(--white) !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 2rem;
}

.pagination__link,
.pagination__ellipsis {
  display: inline-grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xs);
  color: var(--forest-800);
  background: var(--paper);
  font-size: var(--font-size-small);
  font-weight: 700;
}

.pagination__link--current {
  color: var(--white);
  background: var(--forest-700);
  border-color: var(--forest-700);
}

.pagination__link--disabled {
  color: #a5aca5;
  background: #f1f3ee;
  pointer-events: none;
}

@media (max-width: 980px) {
  .ua-hero__grid {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .ua-collection-grid,
  .ua-collection-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ua-collection-tile--large {
    grid-column: span 2;
  }

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

@media (max-width: 760px) {
  .ua-section-head--row,
  .ua-final-cta__inner,
  .ua-way2__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .ua-section-split,
  .ua-story__grid,
  .ua-editorial__grid,
  .ua-hero__grid {
    grid-template-columns: 1fr;
  }

  .ua-editorial__grid--reverse > :first-child {
    order: initial;
  }

  .ua-hero__signals {
    grid-template-columns: repeat(2, 1fr);
  }

  .ua-hero__signals span + span {
    border-top: 0;
  }

  .ua-hero__signals span:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .ua-hero__signals span:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .ua-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ua-editorial__image::before {
    inset: 10px -8px -10px 8px;
  }

  .ua-editorial__image img {
  min-height: 360px;
  }
}

@media (max-width: 520px) {
  .ua-collection-grid,
  .ua-collection-grid--compact,
  .ua-product-grid {
    grid-template-columns: 1fr;
  }

  .ua-collection-tile--large {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .ua-collection-tile--large figure {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .ua-hero__signals {
    grid-template-columns: 1fr;
  }

  .ua-hero__signals span,
  .ua-hero__signals span:nth-child(even),
  .ua-hero__signals span:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .ua-hero__signals span:first-child {
    border-top: 0;
  }

  .ua-btn,
  .ua-actions .ua-btn {
    width: 100%;
  }

  .ua-product-card__actions a {
    width: auto;
  }
}
