/* =========================================================
   arocha100 — Nosotros
   Page-specific styling layered on top of styles.css
   ========================================================= */

.about-page .nav-list a[href="quienesomos.html"] {
  color: var(--purple-700);
}

.about-page .nav-list a[href="quienesomos.html"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* HERO --------------------------------------------------- */

.about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 9vw, 132px) 0 clamp(90px, 10vw, 145px);
  background:
    radial-gradient(circle at 86% 12%, rgba(200,165,213,.32), transparent 29%),
    linear-gradient(140deg, #fff 0%, #faf7fb 50%, #f1e8f4 100%);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(83,34,114,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83,34,114,.055) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, transparent 3%, #000 48%, #000);
}

.about-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
}

.about-hero-copy h1 {
  max-width: 10.4ch;
  font-size: clamp(3.6rem, 6.8vw, 7rem);
}

.about-hero-lead {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 1.8vw, 1.34rem);
  line-height: 1.68;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.about-hero-visual {
  position: relative;
  min-height: 590px;
}

.about-photo-frame {
  position: absolute;
  inset: 0 0 42px 54px;
  overflow: hidden;
  border-radius: 34px 120px 34px 34px;
  box-shadow: var(--shadow-lg);
  transform: rotate(2.2deg);
}

.about-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(33,16,40,.28), transparent 38%),
    linear-gradient(120deg, rgba(83,34,114,.12), transparent 45%);
}

.about-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .75s ease;
}

.about-hero-visual:hover .about-photo-frame img {
  transform: scale(1.085);
}

.about-visual-caption {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 78px;
  width: min(255px, 54%);
  padding: 23px 25px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 22px;
  background: rgba(48,20,61,.86);
  box-shadow: 0 18px 42px rgba(30,12,38,.22);
  backdrop-filter: blur(12px);
}

.about-visual-caption span {
  display: block;
  margin-bottom: 5px;
  color: var(--purple-200);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-visual-caption strong {
  display: block;
  font-size: 1.23rem;
  line-height: 1.25;
}

.about-location-pill {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  color: var(--purple-800);
  border: 1px solid rgba(83,34,114,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 11px 25px rgba(38,17,48,.1);
  font-size: .72rem;
  font-weight: 820;
  backdrop-filter: blur(10px);
}

.about-location-pill i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
}

.about-hero-mark {
  position: absolute;
  right: -30px;
  bottom: -102px;
  color: rgba(83,34,114,.045);
  font-size: clamp(14rem, 29vw, 29rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.08em;
  user-select: none;
}

/* MANIFESTO ---------------------------------------------- */

.about-manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 9vw, 120px) 0;
  color: var(--white);
  background: var(--purple-950);
}

.about-manifesto::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  top: -230px;
  right: -150px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(255,255,255,.025),
    0 0 0 110px rgba(255,255,255,.016);
}

.manifesto-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .32fr 1.18fr;
  gap: clamp(40px, 8vw, 110px);
}

.manifesto-label {
  margin: 9px 0 0;
  color: var(--purple-300);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.manifesto-copy h2 {
  max-width: 13ch;
  margin-bottom: 27px;
  color: var(--white);
}

.manifesto-copy p {
  max-width: 780px;
  margin-bottom: 0;
  color: #d4c6d9;
  font-size: 1.08rem;
}

/* IDENTITY ------------------------------------------------ */

.about-identity {
  background: #fbf9fc;
}

.about-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(35px, 7vw, 85px);
  align-items: end;
  margin-bottom: 54px;
}

.about-section-heading h2 {
  max-width: 13ch;
  margin-bottom: 0;
}

.about-section-heading > p {
  max-width: 580px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 1.04rem;
}

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

.identity-card {
  position: relative;
  min-height: 335px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  align-content: start;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 9px 26px rgba(35,20,42,.04);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.identity-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -105px;
  bottom: -105px;
  border-radius: 50%;
  background: var(--purple-100);
  transition: transform .4s ease;
}

.identity-card:hover {
  transform: translateY(-7px);
  border-color: #d7c5de;
  box-shadow: var(--shadow-sm);
}

.identity-card:hover::before {
  transform: scale(1.65);
}

.identity-card-feature {
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 85% 10%, rgba(200,165,213,.22), transparent 30%),
    linear-gradient(135deg, var(--purple-900), var(--purple-700));
}

.identity-card-feature::before {
  background: rgba(248,210,16,.12);
}

.identity-number {
  position: relative;
  z-index: 2;
  color: var(--purple-300);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.identity-card-feature .identity-number {
  color: var(--yellow);
}

.identity-card > div {
  position: relative;
  z-index: 2;
}

.identity-kicker {
  margin: 0 0 8px;
  color: var(--purple-700);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.identity-card-feature .identity-kicker {
  color: var(--purple-200);
}

.identity-card h3 {
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
}

.identity-card p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
}

.identity-card-feature h3 {
  color: var(--white);
}

.identity-card-feature p:last-child {
  color: #dacddd;
}

.identity-card > a {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 22px;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--purple-950);
  border-radius: 50%;
  background: var(--yellow);
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease;
}

.identity-card > a:hover {
  transform: translate(3px,-3px);
}

/* METHOD -------------------------------------------------- */

.about-method {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 10vw, 138px) 0;
  color: var(--white);
  background:
    linear-gradient(132deg, #281132 0%, #3d174e 60%, #55216f 100%);
}

.about-method::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    radial-gradient(rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, #000 55%);
}

.about-method-orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -290px;
  bottom: -300px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 75px rgba(255,255,255,.025),
    0 0 0 150px rgba(255,255,255,.017);
}

.about-method-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(55px, 8vw, 110px);
  align-items: start;
}

.about-method-intro h2 {
  max-width: 10ch;
  color: var(--white);
}

.about-method-intro > p:not(.eyebrow) {
  max-width: 580px;
  color: #d7cadc;
}

.about-method-steps {
  border-top: 1px solid rgba(255,255,255,.14);
}

.method-step {
  display: grid;
  grid-template-columns: 62px minmax(0,1fr);
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.method-step > span {
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.method-step h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.55rem;
}

.method-step p {
  max-width: 560px;
  margin-bottom: 0;
  color: #cdbed2;
}

/* FOOTPRINT ----------------------------------------------- */

.about-footprint {
  background: var(--white);
}

.footprint-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(55px, 8vw, 115px);
  align-items: center;
}

.footprint-copy h2 {
  max-width: 10ch;
}

.footprint-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
  font-size: 1.04rem;
}

.footprint-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 31px;
  background:
    radial-gradient(circle at 20% 70%, rgba(248,210,16,.12), transparent 18%),
    radial-gradient(circle at 78% 32%, rgba(200,165,213,.28), transparent 27%),
    linear-gradient(145deg, #faf7fb, #f0e7f3);
  box-shadow: var(--shadow-sm);
}

.footprint-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(83,34,114,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83,34,114,.07) 1px, transparent 1px);
  background-size: 44px 44px;
}

.footprint-line {
  position: absolute;
  top: 52%;
  left: 16%;
  width: 68%;
  height: 2px;
  background: linear-gradient(90deg, var(--purple-300), var(--purple-700), var(--purple-300));
  transform: rotate(-7deg);
  transform-origin: center;
}

.footprint-line::after {
  content: "";
  position: absolute;
  inset: -6px 0;
  background: inherit;
  opacity: .12;
  filter: blur(7px);
}

.footprint-place {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.place-mexico {
  left: 9%;
  bottom: 20%;
}

.place-spain {
  left: 54%;
  top: 34%;
}

.place-switzerland {
  right: 8%;
  top: 19%;
}

.place-dot {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin-top: 5px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--purple-700);
  box-shadow: 0 0 0 5px rgba(83,34,114,.12), 0 7px 14px rgba(48,20,61,.15);
}

.place-mexico .place-dot {
  background: var(--yellow);
}

.footprint-place p {
  margin: 0;
}

.footprint-place strong,
.footprint-place small {
  display: block;
}

.footprint-place strong {
  color: var(--purple-950);
  font-size: .96rem;
}

.footprint-place small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .72rem;
}

/* IMAGE BREAK --------------------------------------------- */

.about-image-break {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--purple-950);
}

.about-image-break-media {
  position: absolute;
  inset: 0;
}

.about-image-break-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22,11,27,.88) 0%, rgba(22,11,27,.58) 50%, rgba(22,11,27,.24) 100%),
    linear-gradient(to top, rgba(22,11,27,.38), transparent 45%);
}

.about-image-break-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-break-content {
  position: relative;
  z-index: 2;
}

.about-image-break blockquote {
  max-width: 850px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.7rem, 5.6vw, 5.6rem);
  font-weight: 790;
  line-height: 1.02;
  letter-spacing: -.045em;
}

/* CLOSING ------------------------------------------------ */

.about-closing {
  padding: clamp(84px, 10vw, 130px) 0;
  background: #fbf9fc;
}

.about-closing-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 60px;
  align-items: end;
  overflow: hidden;
  padding: clamp(42px, 6vw, 76px);
  color: var(--white);
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 15%, rgba(200,165,213,.24), transparent 27%),
    linear-gradient(130deg, var(--purple-800), var(--purple-700));
  box-shadow: var(--shadow-lg);
}

.about-closing-card::after {
  content: "100";
  position: absolute;
  right: -26px;
  bottom: -58px;
  color: rgba(255,255,255,.055);
  font-size: clamp(9rem, 20vw, 18rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.08em;
}

.about-closing-card > div {
  position: relative;
  z-index: 2;
}

.about-closing-card h2 {
  max-width: 12ch;
  color: var(--white);
}

.about-closing-card p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: #e3d7e7;
}

.about-closing-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.about-whatsapp {
  color: #f1e8f4;
  font-size: .88rem;
  font-weight: 790;
  text-decoration: none;
}

.about-whatsapp span {
  display: inline-block;
  margin-left: 4px;
  transition: transform .2s ease;
}

.about-whatsapp:hover span {
  transform: translate(3px,-3px);
}

/* RESPONSIVE ---------------------------------------------- */

@media (max-width: 1040px) {
  .about-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
    gap: 55px;
  }

  .about-hero-visual {
    min-height: 520px;
  }

  .about-photo-frame {
    left: 30px;
  }

  .about-method-grid,
  .footprint-grid {
    gap: 55px;
  }
}

@media (max-width: 860px) {
  .about-hero-grid,
  .manifesto-grid,
  .about-section-heading,
  .about-method-grid,
  .footprint-grid,
  .about-closing-card {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding-top: 75px;
  }

  .about-hero-copy {
    max-width: 740px;
  }

  .about-hero-copy h1 {
    max-width: 11ch;
  }

  .about-hero-visual {
    min-height: 570px;
    max-width: 650px;
  }

  .manifesto-grid {
    gap: 22px;
  }

  .manifesto-copy h2 {
    max-width: 15ch;
  }

  .about-section-heading {
    gap: 20px;
  }

  .about-section-heading h2 {
    max-width: 15ch;
  }

  .identity-grid {
    grid-template-columns: 1fr;
  }

  .identity-card {
    min-height: 280px;
  }

  .about-method-intro h2,
  .footprint-copy h2 {
    max-width: 14ch;
  }

  .footprint-visual {
    min-height: 420px;
  }

  .about-closing-card {
    gap: 30px;
  }

  .about-closing-actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .about-hero-copy h1 {
    font-size: clamp(3.05rem, 15vw, 4.75rem);
  }

  .about-hero-visual {
    min-height: 445px;
  }

  .about-photo-frame {
    inset: 0 0 36px 20px;
    border-radius: 26px 78px 26px 26px;
  }

  .about-visual-caption {
    bottom: 64px;
    width: min(225px, 67%);
    padding: 18px 19px;
  }

  .about-location-pill {
    right: 6px;
    padding: 9px 11px;
    font-size: .64rem;
  }

  .identity-card {
    min-height: auto;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 25px 22px;
  }

  .identity-card > a {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 2;
    margin-top: 6px;
  }

  .method-step {
    grid-template-columns: 40px minmax(0,1fr);
    gap: 12px;
  }

  .footprint-visual {
    min-height: 500px;
  }

  .footprint-line {
    top: 49%;
    left: 20%;
    width: 62%;
    transform: rotate(63deg);
  }

  .place-mexico {
    left: 11%;
    bottom: 14%;
  }

  .place-spain {
    left: 47%;
    top: 42%;
  }

  .place-switzerland {
    right: 10%;
    top: 14%;
  }

  .about-image-break {
    min-height: 540px;
  }

  .about-image-break-media::after {
    background: rgba(22,11,27,.66);
  }

  .about-image-break blockquote {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .about-closing-card {
    padding: 35px 25px;
    border-radius: 27px;
  }

  .about-closing-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
