/* foundations.css — subset autosuficiente extraído de assets/less/main.css (Fase A drop main.css). Paridad exacta. NO editar a mano: re-extraer si main.css cambia. */

/* ============================================================
   1. @font-face
   ============================================================ */

@font-face {
  font-family: "PP Neue Montreal";
  font-display: swap;
  src:
    url("../fonts/ppneuemontreal-regular.woff") format("woff"),
    url("../fonts/ppneuemontreal-regular.ttf") format("truetype"),
    url("../fonts/ppneuemontreal-regular.otf") format("opentype");
}

/* ============================================================
   2. html / body reset (overscroll)
   ============================================================ */

html,
body {
  overscroll-behavior: none;
}

/* ============================================================
   3. Scrollbar vendor blocks (body-related)
   ============================================================ */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body::-webkit-scrollbar {
    display: none;
  }
}

@-moz-document url-prefix() {
  body {
    scrollbar-width: none;
  }
}

/* ============================================================
   4. .btn-plus
   ============================================================ */

.btn-plus {
  position: relative;
  width: clamp(22.5px, 1.5625vw, 37.5px);
  height: clamp(22.5px, 1.5625vw, 37.5px);
  display: block;
  border: 0;
  outline: none !important;
  background: transparent;
  margin-left: 75px;
  transition: all 0.3s ease;
  z-index: 3;
}

.btn-plus span {
  width: clamp(21.75px, 1.5104167vw, 36.25px);
  height: 2px;
  display: block;
  background: #efefef;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: all 0.3s ease;
}

.btn-plus span:nth-child(2) {
  transform: rotate(90deg);
}

.btn-plus.active {
  transform: rotate(45deg);
}

.btn-plus.active span {
  background: #fff;
}

/* ============================================================
   5. .link1, .link1-header, .link2
   ============================================================ */

.link1 {
  font-weight: 400;
  font-size: clamp(40px, 3.65vw, 91px);
  color: #efefef;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}

.link1-header {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
}

.link1-header small {
  color: #fff;
}

.link2 {
  display: inline-block;
  font-weight: 400;
  color: #efefef !important;
  text-decoration: none !important;
  font-size: clamp(12px, 1.05vw, 26px);
  line-height: clamp(16px, 1.567vw, 39px);
}

/* ============================================================
   6. .btn1
   ============================================================ */

.btn1 {
  text-decoration: none !important;
  color: #ff4343 !important;
  display: inline-block;
  border-radius: 73.5px;
  border: 2px solid #ff4343;
  padding: clamp(8px, 0.704vw, 19px) clamp(10px, 0.782vw, 22px);
  font-size: clamp(20px, 1.563vw, 39px);
  line-height: clamp(28px, 2.085vw, 52px);
  width: -webkit-fit-content;
  width: fit-content;
  cursor: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn1 span {
  position: relative;
  z-index: 2;
}

.btn1.btn1-gray {
  color: #0f0f0f !important;
  border-color: #0f0f0f;
}

.btn1.btn1-gray:hover {
  color: #fff !important;
}

.btn1.btn1-gray:before {
  border-color: #0f0f0f !important;
}

/* ============================================================
   7. Typography: .text1 – .text5
   ============================================================ */

.text1 {
  font-size: clamp(45px, 4.688vw, 117px);
  font-weight: 400;
  line-height: clamp(50px, 4.688vw, 117px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.text2 {
  font-size: clamp(32px, 2.61vw, 64px);
  font-weight: 400;
  line-height: clamp(38px, 3.13vw, 78px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.text2 p {
  font-size: clamp(32px, 2.61vw, 64px);
  font-weight: 400;
  line-height: clamp(38px, 3.13vw, 78px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.text3 {
  font-size: clamp(16px, 1.045vw, 26px);
  font-weight: 400;
  line-height: clamp(26px, 1.57vw, 39px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
}

.text4 {
  font-size: clamp(14px, 2.61vw, 16px);
  font-weight: 400;
  line-height: clamp(28px, 3.13vw, 30px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.text4 p {
  font-size: clamp(14px, 2.61vw, 16px);
  font-weight: 400;
  line-height: clamp(28px, 3.13vw, 30px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
}

.text5 {
  font-size: clamp(18px, 1.25vw, 30px);
  transition: all 0.5s ease;
}

.text5 p {
  font-size: clamp(18px, 1.25vw, 30px);
}

/* ============================================================
   8. Typography: .title2 – .title11 + .title-marquee
   ============================================================ */

.title2 {
  font-size: clamp(40px, 3.65vw, 70px);
  font-weight: 400;
  line-height: clamp(50px, 4.5vw, 85px);
  color: #efefef;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.title3 {
  font-size: clamp(30px, 2.0833333vw, 50px);
  font-weight: 400;
  line-height: clamp(35px, 2.61vw, 65px);
  color: #efefef;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.title3 p {
  font-size: clamp(30px, 2.0833333vw, 50px);
  font-weight: 400;
  line-height: clamp(35px, 2.61vw, 65px);
  color: #efefef;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.title3 a {
  color: #efefef;
  text-decoration: none;
  transition: all 0.5s ease;
}

.title4 {
  font-size: clamp(22px, 1.57vw, 39px);
  font-weight: 400;
  line-height: clamp(28px, 2.09vw, 52px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.title4 p {
  font-size: clamp(22px, 1.57vw, 39px);
  font-weight: 400;
  line-height: clamp(28px, 2.09vw, 52px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
}

.title4 img {
  transition: all 0.5s ease;
}

.title5 {
  font-size: clamp(40px, 3.65vw, 91px);
  font-weight: 400;
  line-height: clamp(48px, 4.43vw, 110px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.title6 {
  font-size: clamp(42px, 3.646vw, 70px);
  font-weight: 400;
  line-height: clamp(50px, 4.17vw, 80px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  margin-bottom: clamp(22px, 2vw, 44px);
  transition: all 0.5s ease;
}

.title7 {
  font-size: clamp(26.25px, 1.8229167vw, 45.5px);
  font-weight: 400;
  line-height: clamp(31.5px, 2.1875vw, 54.5px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.title8 {
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: 400;
  line-height: 1.4;
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
}

.title8 p {
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: 400;
  line-height: 1.4;
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
}

.title8 a {
  text-decoration: none;
  color: inherit;
}

.title9 {
  font-size: clamp(97.5px, 6.7708333vw, 162.5px);
  font-weight: 400;
  line-height: 1.05;
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.title10 {
  font-size: clamp(22.5px, 1.5625vw, 37.5px);
  font-weight: 400;
  line-height: clamp(28px, 2.09vw, 52px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
}

.title10 p {
  font-size: clamp(22.5px, 1.5625vw, 37.5px);
  font-weight: 400;
  line-height: clamp(28px, 2.09vw, 52px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
}

.title10 ul {
  font-size: clamp(22.5px, 1.5625vw, 37.5px);
  font-weight: 400;
  line-height: clamp(28px, 2.09vw, 52px);
  color: #0f0f0f;
  text-decoration: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.title10 img {
  transition: all 0.5s ease;
}

.title11 {
  font-size: clamp(41.25px, 2.8645833vw, 68.75px);
  font-weight: 400;
  line-height: clamp(49.5px, 3.4375vw, 82.5px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
  transition: all 0.5s ease;
}

.title11 p {
  font-size: clamp(41.25px, 2.8645833vw, 68.75px);
  font-weight: 400;
  line-height: clamp(49.5px, 3.4375vw, 82.5px);
  color: #0f0f0f;
  text-decoration: none;
  margin: 0;
}

.title-marquee {
  white-space: nowrap;
  font-weight: 400;
  font-size: clamp(150px, 10.4166667vw, 250px);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin: 0;
  color: #0f0f0f !important;
}

/* ============================================================
   9. html, body, *, .container base rules (source order: ~748–799)
   ============================================================ */

html {
  margin: 0 !important;
}

body {
  margin: 0;
  font-family: "PP Neue Montreal", sans-serif;
  background: #efefef;
  transition: background 0.5s ease;
  cursor: none;
}

body * {
  cursor: none;
  font-family: "PP Neue Montreal", sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.container {
  padding: 0 40px;
  max-width: 2500px;
  margin: auto;
}

/* ============================================================
   10. @media blocks — foundations selectors only
   ============================================================ */

/* @media (max-width: 1600px) — link1, title-marquee, title9 */
@media (max-width: 1600px) {
  .link1 {
    font-size: clamp(35px, 2.6vw, 50px);
    line-height: 1.4;
  }

  .title-marquee {
    font-size: clamp(100px, 9vw, 255px);
  }

  .title9 {
    font-size: clamp(70.5px, 5.8vw, 137.5px);
    line-height: 1;
  }
}

/* @media (min-width: 1600px) and (max-height: 1000px) — title9 */
@media (min-width: 1600px) and (max-height: 1000px) {
  .title9 {
    font-size: clamp(82.5px, 12.2222222vh, 137.5px);
  }
}

/* @media (max-width: 991px) — container, text1, title2, title3, title3 p,
   title4, title5, title7 p, title9, title11, text2, text2 p, text3,
   btn1, link2, title-marquee, link1-header */
@media (max-width: 991px) {
  .container {
    width: 570px;
    padding: 0 20px;
    max-width: 100%;
  }

  .text1 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    color: #0f0f0f;
    text-decoration: none;
    margin: 0;
  }

  .title4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #0f0f0f;
    text-decoration: none;
    margin: 0;
    margin-left: 0;
  }

  .text2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #0f0f0f;
    text-decoration: none;
    margin: 0;
  }

  .title5 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    color: #0f0f0f;
    text-decoration: none;
    margin: 0;
  }

  .title9 {
    font-size: clamp(41.25px, 14.1025641vw, 68.75px);
  }

  .btn1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #0f0f0f;
    text-decoration: none;
    margin: 0;
    padding: 8px 15px;
  }

  .title2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #0f0f0f;
    text-decoration: none;
    margin: 0;
  }

  .title3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #0f0f0f;
    text-decoration: none;
    margin: 0;
  }

  .link2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #0f0f0f;
    text-decoration: none;
    margin: 0;
  }

  .title-marquee {
    font-size: 64px;
    line-height: 1;
  }

  .link1-header {
    font-size: 54px;
    line-height: 60px;
  }

  .link2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .text3 {
    font-size: 14px;
    line-height: 20px;
  }

  .text2 p {
    font-size: 24px;
    line-height: 32px;
  }

  .title7 p {
    font-size: 18px;
    line-height: 24px;
  }

  .title3 {
    font-size: clamp(18px, 6.1538462vw, 30px);
  }

  .title3 p {
    font-size: clamp(18px, 6.1538462vw, 30px);
  }

  .title11 {
    font-size: clamp(18px, 6.1538462vw, 30px);
    line-height: clamp(19.5px, 6.6666667vw, 32.5px);
  }
}
