/* =====================================================
   QUIÉNES SOMOS
===================================================== */


/* ---------- CONTENEDOR GENERAL ---------- */

.qs-shell {
  padding-left: 2rem;
  padding-right: 2rem;
}


/* =====================================================
   HERO
===================================================== */

.qs-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 2rem;
}

.qs-hero-copy {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.qs-kicker {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.qs-kicker-line {
  width: 2px;
  height: .9rem;
}

.qs-title {
  margin-top: 4rem;
  max-width: 24ch;

  font-family: var(--font-mono);
  font-size: 2.5rem;
  font-weight: 400;

  line-height: 1.08;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.qs-intro {
  margin-top: 2.5rem;
  max-width: 34rem;

  color: var(--muted-foreground);

  font-size: .95rem;
  line-height: 1.75;
}

.qs-hero-card {
  position: relative;

  min-height: 520px;

  padding: 2.5rem;

  display: flex;
  flex-direction: column;

  overflow: hidden;
}

.qs-gmark {
  display: flex;
  align-items: baseline;

  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
}

.qs-gmark span {
  width: 2px;
  height: 1.5rem;

  background: currentColor;
}

.qs-gmark b {
  margin: 0 .35rem;
}

.qs-hero-card > .qs-gmark {
  position: absolute;
  top: 4rem;
  right: 4rem;
}
.qs-hero-card-copy {
  margin-top: auto;
}

.qs-big-claim {
  max-width: 18ch;

  font-size: 3rem;
  line-height: .95;
}

.qs-card-description {
  margin-top: 1.75rem;

  max-width: 22rem;

  font-size: .9rem;
  line-height: 1.65;

  opacity: .8;
}

.qs-location {
  margin-top: 3rem;

  display: flex;
  align-items: center;
  gap: .8rem;
}

.qs-location > span:first-child {
  width: 2.5rem;
  height: 1px;

  background: currentColor;

  opacity: .45;
}


/* =====================================================
   MANIFIESTO
===================================================== */

.qs-manifesto {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.qs-manifesto-grid {
  display: grid;
  gap: 2.5rem;
}

.qs-manifesto-text {
  max-width: 48rem;

  font-family: var(--font-display);
  font-size: 2.45rem;
  font-weight: 800;

  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.qs-manifesto-highlight {
  background: var(--ink);
  color: var(--brand-yellow);

  padding: 0 .08em;
  white-space: nowrap;
}


/* =====================================================
   CÓMO TRABAJAMOS
===================================================== */

.qs-disciplines {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.qs-disciplines-grid {
  display: grid;
  gap: 3rem;
}

.qs-discipline {
  position: relative;

  padding-top: 1.5rem;
}

.qs-discipline-line {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;
}

.qs-discipline-number {
  display: block;

  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;

  line-height: 1;
}

.qs-yellow {
  color: var(--brand-yellow);
}

.qs-teal {
  color: var(--brand-teal);
}

.qs-orange {
  color: var(--brand-orange);
}

.qs-discipline h3 {
  margin-top: 2rem;

  font-size: 1.65rem;
}

.qs-discipline p {
  margin-top: 1rem;

  color: var(--muted-foreground);

  font-size: .875rem;
  line-height: 1.65;
}


/* =====================================================
   VALORES
===================================================== */

.qs-values {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.qs-values-grid {
  display: grid;
  gap: 3.5rem;
}

.qs-values-title {
  margin-top: 2rem;

  max-width: 12ch;

  font-size: 2.5rem;
}

.qs-values-list {
  display: flex;
  flex-direction: column;
}

.qs-value {
  display: grid;

  grid-template-columns: auto 2rem 1fr;

  gap: 1.5rem;

  padding: 2rem 0;

  border-bottom: 1px solid var(--border);
}

.qs-value:first-child {
  border-top: 1px solid var(--border);
}

.qs-value-line {
  width: 1px;
  height: 100%;

  background: var(--border);
}

.qs-value h3 {
  font-size: 1.5rem;
}

.qs-value p {
  margin-top: .75rem;

  max-width: 32rem;

  color: var(--muted-foreground);

  font-size: .875rem;
  line-height: 1.65;
}


/* =====================================================
   CÍRCULO DORADO
===================================================== */

.qs-circle {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.qs-circle-title {
  margin-top: 2rem;

  max-width: 12ch;

  font-size: 2.5rem;
}

.qs-circle-grid {
  margin-top: 3.5rem;

  display: grid;
  gap: 1.5rem;
}

.qs-circle-card {
  position: relative;

  min-height: 360px;

  padding: 2.25rem;

  display: flex;
  flex-direction: column;

  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}

.qs-circle-card:hover {
  transform: translateY(-8px) scale(1.01);
}

.qs-circle-number {
  font-size: 4rem;

  opacity: .25;
}

.qs-circle-label {
  margin-top: 2.5rem;

  display: flex;
  align-items: center;
  gap: .8rem;
}

.qs-circle-label > span:first-child {
  width: 2rem;
  height: 1px;

  background: currentColor;
}

.qs-circle-card p {
  margin-top: 2rem;

  max-width: 28ch;

  font-size: 1rem;
  line-height: 1.6;
}

.qs-circle-g {
  position: absolute;

  right: 1.5rem;
  bottom: 1.5rem;

  font-size: 1.4rem;
}


/* =====================================================
   CTA FINAL
===================================================== */

.qs-cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.qs-cta-grid {
  display: grid;
  gap: 3rem;
}

.qs-cta h2 {
  margin-top: 2rem;

  max-width: 12ch;

  font-size: 2.75rem;
}

.qs-cta-links {
  display: flex;
  flex-direction: column;

  align-items: flex-start;

  gap: 1rem;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (min-width: 768px) {

  .qs-title {
    font-size: 3rem;
  }

  .qs-manifesto-grid {
    grid-template-columns: 180px 1fr;
    align-items: start;
  }

  .qs-manifesto-text {
    font-size: 2.75rem;
  }

  .qs-disciplines-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .qs-values-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .qs-circle-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .qs-circle-title,
  .qs-values-title {
    font-size: 3rem;
  }

  .qs-cta-grid {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .qs-cta h2 {
    font-size: 3.5rem;
  }

  .qs-cta-links {
    align-items: flex-end;
  }

}


@media (min-width: 1024px) {

  .qs-shell {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .qs-hero-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));

    padding-left: 4rem;
    padding-right: 0;
  }

  .qs-hero-copy {
    padding-top: 6rem;
    padding-right: 4rem;
    padding-bottom: 6rem;

    border-right: 1px solid var(--border);
  }

 .qs-title {
  margin-top: 6rem;
  font-size: 2.5rem;
}

  .qs-hero-card {
    min-height: 680px;

    padding: 4rem;
  }

  .qs-big-claim {
  font-size: 3rem;
}

  .qs-manifesto,
  .qs-disciplines,
  .qs-values,
  .qs-circle,
  .qs-cta {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .qs-disciplines-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }

  .qs-circle-card {
    min-height: 400px;
  }

  .qs-cta h2 {
    font-size: 4rem;
  }

}
/* AJUSTES HERO NOSOTROS */

.qs-title {
  margin-top: 4rem;
}

.qs-hero-card-copy {
  margin-top: 10rem;
}

.qs-big-claim {
  max-width: 26ch;
  font-size: 3rem;
}

.qs-card-description {
  max-width: 24ch;
}

.qs-location {
  margin-top: auto;
}
/* =====================================================
   CORRECCIÓN MANIFIESTO — IGUAL AL ORIGINAL DE REBECA
===================================================== */

.qs-manifesto {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.qs-manifesto-grid {
  display: grid;
  gap: 3rem;
}

.qs-manifesto-text {
  max-width: 64rem;

  font-family: var(--font-mono);
  font-size: 1.5rem;
  font-weight: 400;

  line-height: 1.15;
  letter-spacing: normal;
  text-transform: none;
}

.qs-manifesto-highlight {
  background: transparent;
  color: inherit;

  padding: 0;

  text-decoration-line: underline;
  text-decoration-thickness: 8px;
  text-decoration-color: color-mix(
    in oklab,
    var(--ink) 20%,
    transparent
  );
  text-underline-offset: 4px;

  white-space: normal;
}


@media (min-width: 768px) {

  .qs-manifesto-grid {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 4rem;
  }

  .qs-manifesto-text {
    font-size: 1.875rem;
  }

}


@media (min-width: 1024px) {

  .qs-manifesto {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .qs-manifesto-text {
    font-size: 2.25rem;
  }

}
/* =====================================================
   TITULARES GRANDES — ESTILO REBECA
===================================================== */

/* CÍRCULO DORADO */

.qs-circle-title {
  margin-top: 2rem;
  max-width: 9ch;

  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;

  line-height: .95;
  letter-spacing: -.01em;
  text-transform: uppercase;
}


/* CTA FINAL */

.qs-cta h2 {
  margin-top: 2rem;
  max-width: 11ch;

  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;

  line-height: .95;
  letter-spacing: -.01em;
  text-transform: uppercase;
}


/* TABLET */

@media (min-width: 768px) {

  .qs-circle-title {
    font-size: 3rem;
  }

  .qs-cta h2 {
    font-size: 3.5rem;
  }

}


/* ESCRITORIO */

@media (min-width: 1024px) {

  .qs-circle-title {
    font-size: 3.25rem;
  }

  .qs-cta h2 {
    font-size: 4rem;
  }

}
/* =====================================================
   TITULARES MÁS HORIZONTALES
===================================================== */

.qs-circle-title {
  max-width: 18ch;
}

.qs-cta h2 {
  max-width: 18ch;
}
.qs-values-title {
  max-width: 22ch;
}