/* Nosotros */

.board-header-shell--about {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.about-page {
  position: relative;
  isolation: isolate;
}

.about-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--about-page-bg);
  background-position: center top;
  background-size: min(calc(100vw - clamp(36px, 3vw, 96px)), 2200px) auto;
  background-repeat: no-repeat;
  opacity: 0.84;
}

.about-page::after {
  content: none;
}

.about-page > * {
  position: relative;
  z-index: 1;
}

.about-shell {
  width: min(calc(100vw - clamp(36px, 3vw, 96px)), 2200px);
  margin: clamp(24px, 2vw, 34px) auto clamp(44px, 4vw, 66px);
  display: grid;
  gap: clamp(18px, 1.8vw, 30px);
}

.about-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2.6vw, 42px);
  border: 1px solid rgba(120, 78, 44, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(251, 244, 232, 0.72), rgba(245, 235, 217, 0.54));
  box-shadow: 0 18px 36px rgba(65, 40, 21, 0.08);
}

.about-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 32%),
    radial-gradient(circle at top left, rgba(255, 248, 235, 0.2), transparent 38%);
  pointer-events: none;
}

.about-panel > * {
  position: relative;
  z-index: 1;
}

.about-kicker,
.about-eyebrow {
  margin: 0 0 0.5rem;
  font-size: clamp(0.92rem, calc(0.82rem + 0.28vw), 1.12rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7f5531;
}

.about-hero {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(24px, 2.8vw, 46px);
  min-height: clamp(760px, 58vw, 920px);
  align-items: stretch;
  overflow: visible;
}


.about-hero h1,
.about-section h2,
.about-closing h2,
.about-side-note h2,
.about-territory-note h2 {
  margin: 0;
  color: #4f2f1d;
  font-size: clamp(3.4rem, calc(2.52rem + 2.9vw), 6rem);
  line-height: 0.96;
}

.about-section h2,
.about-closing h2,
.about-side-note h2,
.about-territory-note h2 {
  font-size: clamp(1.7rem, calc(1.22rem + 1vw), 2.8rem);
  line-height: 1.02;
}

.about-hero__subtitle {
  margin: 1rem 0 0;
  max-width: none;
  color: #6b4329;
  font-size: clamp(1.55rem, calc(1.18rem + 1.1vw), 2.5rem);
  font-weight: 600;
  line-height: 1.2;
}

.about-hero__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
  padding-bottom: clamp(40px, 3vw, 76px);
}

.about-hero__intro,
.about-section p,
.about-side-note p,
.about-token p,
.about-pillar p,
.about-ecosystem__card p,
  .about-territory-note p,
.about-closing p {
  color: rgba(71, 44, 26, 0.92);
  font-size: clamp(1.12rem, calc(1rem + 0.28vw), 1.3rem);
  line-height: 1.72;
}

.about-hero__intro {
  max-width: none;
  margin: 1.15rem 0 0;
}

.about-hero__pillars {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-hero__pillars span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0.82rem 1.14rem;
  border: 1px solid rgba(122, 82, 48, 0.16);
  border-radius: 999px;
  background: rgba(252, 245, 234, 0.72);
  color: #68412a;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.1;
}

.about-hero__stage {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  padding: clamp(30px, 2.2vw, 46px) 0 clamp(72px, 6vw, 118px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

.about-hero__stage::before {
  content: none;
}

.about-hero__composition {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  align-items: center;
  gap: clamp(14px, 1.4vw, 22px);
}

.about-hero__visual {
  position: relative;
  z-index: 4;
  min-height: clamp(500px, 44vw, 700px);
  display: block;
  padding: clamp(10px, 1vw, 18px) clamp(0px, 0.4vw, 8px) 0;
  overflow: visible;
}

.about-hero__visual::before {
  content: none;
}

.about-hero__visual::after {
  content: none;
}

.about-hero__visual-image,
.about-hero__visual-video {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 9;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: none;
  filter: drop-shadow(0 24px 36px rgba(63, 38, 20, 0.24));
}

.about-hero__visual-video {
  display: block;
  align-self: flex-end;
  background: transparent;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  overflow: hidden;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.58) 8%, #000 18%, #000 82%, rgba(0, 0, 0, 0.58) 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.52) 8%, #000 18%, #000 82%, rgba(0, 0, 0, 0.52) 92%, transparent 100%);
  mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.58) 8%, #000 18%, #000 82%, rgba(0, 0, 0, 0.58) 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.52) 8%, #000 18%, #000 82%, rgba(0, 0, 0, 0.52) 92%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.about-hero__audio-toggle {
  position: absolute;
  right: clamp(14px, 1.8vw, 24px);
  bottom: clamp(96px, 7vw, 132px);
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(132, 89, 53, 0.24);
  border-radius: 999px;
  background: rgba(251, 244, 235, 0.84);
  color: #5c341a;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 28px rgba(67, 40, 21, 0.14);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.about-hero__audio-toggle:hover,
.about-hero__audio-toggle:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.about-hero__audio-toggle.is-active {
  background: rgba(92, 52, 26, 0.92);
  border-color: rgba(92, 52, 26, 0.92);
  color: #fbf5ed;
}

.about-hero__audio-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.about-hero__audio-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.about-hero-package {
  position: absolute;
  left: 50%;
  bottom: clamp(-28px, -2vw, -12px);
  z-index: 30;
  display: flex;
  justify-content: center;
  width: clamp(220px, 18vw, 320px);
  margin: 0;
  pointer-events: none;
  transform: translateX(-8%);
}

.about-hero-package img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(52, 31, 16, 0.28));
  transform: rotate(-4deg);
}

.about-hero__list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: #68412a;
  line-height: 1.7;
}

.about-hero__actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-hero__actions .about-button {
  font-size: 1.04rem;
}

.about-hero-support {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 1.8vw, 28px);
  align-items: start;
  margin-top: clamp(-56px, -3.2vw, -26px);
}

.about-hero-support h2 {
  margin: 0 0 0.8rem;
  color: #4f2f1d;
  font-size: clamp(1.55rem, calc(1.16rem + 0.84vw), 2.3rem);
  line-height: 1.04;
}

.about-hero-support__copy p:last-child {
  margin-bottom: 0;
}

.about-hero-support__copy {
  max-width: min(100%, 880px);
}

.about-hero-support__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-hero-support__list li {
  min-height: 0;
  display: flex;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(122, 82, 48, 0.14);
  border-radius: 8px;
  background: rgba(252, 245, 234, 0.58);
  color: #5d341b;
  font-weight: 700;
  line-height: 1.3;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 28px);
}

.about-grid--definition {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.about-section--pillars {
  grid-template-columns: 1fr;
  gap: 16px;
}

.about-section--purpose {
  grid-template-columns: 1fr;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(251, 244, 232, 0.78), rgba(245, 235, 217, 0.68)),
    var(--about-purpose-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.about-section--ecosystem {
  grid-template-columns: 1fr;
  gap: 16px;
}

.about-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 34px);
}

.about-columns--purpose {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.5vw, 24px);
}

.about-columns__item {
  min-width: 0;
}

.about-definition__tokens,
.about-pillars,
.about-ecosystem {
  display: grid;
  gap: clamp(16px, 1.4vw, 22px);
}

.about-definition__tokens {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.3rem;
}

.about-token,
.about-pillar,
.about-ecosystem__card {
  padding: clamp(18px, 1.6vw, 24px);
  border: 1px solid rgba(122, 82, 48, 0.14);
  border-radius: 8px;
  background: rgba(252, 246, 236, 0.5);
}

.about-token h3,
.about-pillar h3,
.about-ecosystem__card h3 {
  margin: 0 0 0.7rem;
  color: #5a341e;
  font-size: clamp(1.12rem, calc(1rem + 0.34vw), 1.42rem);
  line-height: 1.18;
}

.about-pillars {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-section__lead {
  max-width: 68ch;
  margin: 0.9rem 0 0;
}

.about-ecosystem {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.about-ecosystem__card {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1.15rem;
  border: 1px solid rgba(112, 70, 38, 0.24);
  border-radius: 6px;
  background: linear-gradient(180deg, #6f4323, #573219);
  color: #fff7ef;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.about-button:hover,
.about-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(77, 43, 20, 0.18);
}

.about-button--ghost {
  background: rgba(253, 246, 235, 0.45);
  color: #5d341b;
}

.about-closing {
  text-align: center;
}

.about-closing p {
  max-width: 70ch;
  margin: 1rem auto 0;
}

.about-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 1400px) {
  .about-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-ecosystem {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .board-header-shell--about {
    justify-items: end;
  }

  .board-header-shell--about .board-header-brand {
    justify-self: center;
  }

  .about-hero,
  .about-grid,
  .about-columns {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: auto;
    z-index: 1;
  }

  .about-columns--purpose {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-hero__copy {
    order: 1;
    padding-bottom: 0;
  }

  .about-hero__stage {
    order: 2;
    min-height: auto;
    padding: 8px 0 clamp(24px, 3vw, 42px);
  }

  .about-hero__composition {
    grid-template-columns: 1fr;
  }

  .about-hero-support {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .about-hero__visual {
    min-height: clamp(390px, 52vw, 620px);
  }

  .about-hero-support__list {
    padding-top: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-ecosystem {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-shell {
    width: min(calc(100vw - 28px), 2200px);
    gap: 16px;
  }

  .about-panel {
    padding: 20px 16px;
  }

  .about-hero__visual-image,
  .about-hero__visual-video {
    width: 100%;
    transform: none;
  }

  .about-hero__audio-toggle {
    right: 12px;
    bottom: clamp(32px, 9vw, 58px);
    padding: 0.72rem 0.9rem;
    font-size: 0.92rem;
  }

  .about-hero-package {
    bottom: -12px;
    width: min(48vw, 190px);
    transform: translateX(-6%);
  }

  .about-hero-package img {
    transform: rotate(-3deg);
  }

  .about-hero__pillars span {
    width: 100%;
    justify-content: center;
  }

  .about-hero-support__list {
    grid-template-columns: 1fr;
  }

  .about-hero__actions,
  .about-hero__actions .about-button {
    width: 100%;
  }

  .about-definition__tokens,
  .about-pillars,
  .about-ecosystem {
    grid-template-columns: 1fr;
  }

  .about-columns--purpose {
    grid-template-columns: 1fr;
  }

  .about-actions,
  .about-button {
    width: 100%;
  }
}

.about-prelude {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(18px, 2vw, 30px);
  text-align: center;
}

.about-prelude__button {
  min-width: min(100%, 240px);
}

.about-prelude__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7b4a27;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  animation: aboutPreludeArrowPulse 1.2s ease-in-out infinite;
}

@keyframes aboutPreludeArrowPulse {
  0%, 100% {
    opacity: 0.35;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(8px);
  }
}

.about-hero--single {
  grid-template-columns: 1fr;
  min-height: auto;
}

.about-story-modal-open {
  overflow: hidden;
}

.about-story-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 2vw, 30px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.about-story-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.about-story-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 12, 7, 0.78);
  backdrop-filter: blur(6px);
}

.about-story-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 32px));
  padding: clamp(20px, 1.8vw, 24px);
  border-radius: 20px;
  background: rgba(24, 13, 8, 0.94);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.about-story-modal__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 96px);
  border-radius: 14px;
  background: #000;
  object-fit: cover;
}

.about-story-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.94);
  color: #4a2d1a;
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.about-story-modal__close:hover,
.about-story-modal__close:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

@media (max-width: 860px) {
  .about-story-modal__dialog {
    width: min(100vw - 20px, 920px);
    padding: 14px;
    border-radius: 16px;
  }

  .about-story-modal__video {
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 84px);
    border-radius: 10px;
  }

  .about-story-modal__close {
    top: 6px;
    right: 6px;
  }
}
.about-hero--single .about-hero__copy {
  max-width: 1160px;
  margin: 0 auto;
  padding-bottom: 0;
  justify-items: center;
  text-align: center;
}

.about-hero__story {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  justify-content: stretch;
  align-items: center;
  gap: clamp(20px, 2vw, 34px);
  margin-top: 1rem;
  max-width: none;
}

.about-hero__story-copy {
  min-width: 0;
}

.about-hero__story-copy .about-hero__subtitle {
  margin-top: 0;
  max-width: none;
}

.about-hero--single .about-hero__intro {
  max-width: none;
}

.about-hero__story-media {
  margin: 0;
  width: 100%;
  justify-self: end;
  align-self: center;
  padding: 10px;
  border-radius: 22px;
  background: rgba(250, 243, 233, 0.95);
  box-shadow: 0 24px 44px rgba(66, 41, 22, 0.16);
}

.about-hero__story-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  object-position: center center;
}

.about-hero--single .about-hero__actions {
  justify-content: flex-start;
  margin-top: 1.6rem;
}

@media (max-width: 1100px) {
  .about-hero__story {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .about-hero__story-media {
    width: min(100%, 380px);
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .about-hero__story-media {
    min-height: auto;
    padding: 10px;
  }

  .about-hero--single .about-hero__actions {
    justify-content: center;
  }
}
.about-side-note {
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.about-side-note__grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px 22px;
  align-items: start;
}

.about-side-note__cell {
  width: 100%;
  min-width: 0;
}

.about-side-note__cell > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.about-side-note__cell img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

@media (max-width: 720px) {
  .about-side-note__grid {
    grid-template-columns: 1fr;
  }
}
.about-territory-note {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  gap: 16px;
  align-content: start;
  justify-items: start;
}

.about-territory-note > * {
  width: 100%;
  max-width: none;
  margin: 0;
}

.about-territory-note__seal {
  display: block;
  width: 100%;
  height: 320px;
  max-width: none;
  object-fit: contain;
}

