.conocer {
  overflow-x: clip;
}

.conocer__back {
  font-size: 13px;
  color: var(--text-2);
  padding: 6px 0;
  transition: color 0.25s ease;
}

.conocer__back:hover {
  color: var(--text);
}

.c-count {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: var(--pad);
}

.c-count__num {
  font-size: clamp(100px, 22vw, 230px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--text-2);
  transition: color 0.7s ease, text-shadow 0.7s ease;
}

.c-count__num.is-done {
  color: var(--text);
  text-shadow: 0 0 42px rgba(255, 255, 255, 0.4);
}

.c-count__sub {
  margin-top: 22px;
  color: var(--text-2);
  font-size: 15px;
  max-width: 340px;
}

.c-story {
  position: relative;
  padding: 14vh clamp(28px, 8vw, 120px);
  min-height: 230vh;
}

.c-story__grid {
  position: sticky;
  top: 13vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.c-story__tag {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-3);
}

.c-paper {
  position: relative;
  padding: clamp(24px, 3vw, 36px);
  color: #2b2619;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255, 255, 255, 0.07), transparent 60%),
    linear-gradient(165deg, #ece6d4 0%, #dfd8c3 48%, #d2cbb4 100%);
  clip-path: polygon(1.5% 5%, 9% 1%, 18% 4%, 28% 1%, 39% 5%, 50% 2%, 61% 5%, 71% 1%, 82% 4%, 92% 1%, 99% 6%, 98% 22%, 100% 40%, 97% 58%, 99% 74%, 97% 90%, 88% 99%, 76% 95%, 65% 100%, 53% 96%, 42% 100%, 30% 95%, 19% 99%, 9% 96%, 1% 91%, 3% 72%, 1% 54%, 3% 36%, 1% 20%);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
  transform-origin: right center;
  will-change: transform, opacity;
}

.c-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 38%, rgba(120, 100, 60, 0.07) 40%, transparent 43%),
    linear-gradient(70deg, transparent 60%, rgba(120, 100, 60, 0.05) 62%, transparent 65%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.015) 0 2px, transparent 2px 7px);
  mix-blend-mode: multiply;
}

.c-paper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 60px rgba(80, 60, 20, 0.18);
}

.c-paper__title {
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #221e13;
}

.c-paper__p {
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.85;
  color: #3a3423;
}

.c-paper__p:first-of-type {
  margin-top: 16px;
}

.c-what {
  min-height: 100svh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: var(--pad);
}

.c-what__label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-3);
}

.c-what__title {
  font-size: clamp(46px, 8vw, 96px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin-top: 16px;
}

.c-what__text {
  margin-top: 18px;
  max-width: 600px;
  color: var(--text-2);
  font-size: 16px;
  line-height: 1.75;
}

.c-benefits {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px var(--pad);
}

.c-benefits__title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.c-benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.c-benefit {
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 34px);
}

.c-benefit__glow {
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 45% at 50% 50%, rgba(244, 244, 244, 0.09), transparent 70%);
  opacity: 0;
}

.c-benefit__title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.c-benefit__lead {
  position: relative;
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
  color: var(--text);
}

.c-benefit__text {
  position: relative;
  margin-top: 14px;
  color: var(--text-2);
  font-size: 14.5px;
  line-height: 1.75;
}

.c-benefit__stat {
  position: relative;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
}

.c-benefit__stat span {
  display: block;
  font-family: var(--sans);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1;
  margin-bottom: 8px;
}

.c-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 32px);
  margin-top: 72px;
}

.c-feature {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.c-feature__icon {
  display: block;
  width: 22px;
  height: 22px;
  color: var(--text-3);
  margin-bottom: 16px;
}

.c-feature__icon svg {
  width: 100%;
  height: 100%;
}

.c-feature h3 {
  font-size: 16px;
  font-weight: 600;
}

.c-feature p {
  margin-top: 10px;
  color: var(--text-2);
  font-size: 13.5px;
  line-height: 1.7;
}

.c-quote {
  min-height: 100svh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: var(--pad);
}

.c-quote__text {
  font-size: clamp(28px, 4.6vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  max-width: 920px;
}

.c-quote__word {
  opacity: 0.08;
  transition: opacity 0.4s ease;
}

.c-sponsors {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad) 130px;
  text-align: center;
}

.c-sponsors__label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-3);
}

.c-sponsors__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.c-sponsor {
  aspect-ratio: 3 / 1.2;
  border: 1px dashed var(--line);
  border-radius: 14px;
  display: grid;
  place-items: center;
  padding: 20px;
  transition: border-color 0.3s ease;
}

.c-sponsor:hover {
  border-color: var(--text-3);
}

.c-sponsor__name {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-3);
}

.c-sponsor img,
.c-sponsor svg {
  max-width: 100%;
  max-height: 44px;
}

.c-closing {
  min-height: 90svh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: var(--pad) var(--pad) 90px;
}

.c-closing__title {
  font-size: clamp(38px, 6.5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.c-closing__sub {
  margin-top: 16px;
  color: var(--text-2);
  font-size: 16px;
}

.c-closing__btn {
  margin-top: 32px;
  padding: 16px 44px;
  font-size: 14px;
}

.conocer__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad) 34px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text-3);
}

@media (max-width: 900px) {
  .c-story__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    top: 8vh;
  }

  .c-paper {
    width: 100%;
  }

  .c-benefits__grid {
    grid-template-columns: 1fr;
  }

  .c-features {
    grid-template-columns: 1fr 1fr;
  }

  .c-sponsors__row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .c-story {
    min-height: 240vh;
  }

  .c-features {
    grid-template-columns: 1fr;
  }

  .c-sponsors__row {
    grid-template-columns: 1fr;
  }

  .c-count__num {
    font-size: 26vw;
  }
}
