@font-face {
  font-family: Anton;
  src: url(../fonts/Anton-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Delicious Handrawn";
  src: url(../fonts/DeliciousHandrawn-Regular.ttf) format("truetype");
  font-display: swap;
}
:root {
  --primary-color: #ff2d55;
  --secondary-color: #c60b2e;
  --light-color: #ffe7eb;
  --paper: #f5dbdf;
  --ink: #292929;
  --wine: #790000;
  --max: 1400px;
  --radius: 28px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background: var(--primary-color);
  color: var(--light-color);
  font-family: Inter, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.section-shell {
  width: min(calc(100% - 100px), var(--max));
  margin-inline: auto;
}
.eyebrow {
  font:
    700 0.78rem/1 Inter,
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 24px 55px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}
.logo {
  width: 48px;
}
.site-header nav {
  display: flex;
  gap: 34px;
}
.site-header nav a {
  font-size: 0.88rem;
}
.site-header > .btn {
  justify-self: end;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 0;
  border-radius: 100px;
  background: var(--light-color);
  color: var(--ink);
  font-weight: 800;
  transition: transform 0.2s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  background: transparent;
  color: inherit;
  padding: 10px 15px;
}
.hero {
  position: relative;
  z-index: 1;
  min-height: 760px;
  overflow: visible;
  background: url(../img/banner-hero-Grafos-Estudios.png) center/cover no-repeat;
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 45, 85, 0.2);
  z-index: -1;
}
.hero-text {
  position: relative;
  z-index: 2;
  padding: 112px 4vw 0;
  text-align: center;
}
.hero-kicker {
  margin-bottom: 18px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hero h1,
.hero-subtitle {
  font-family: Anton, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.82;
  letter-spacing: -0.035em;
}
.hero h1 {
  font-size: clamp(8rem, 18vw, 18rem);
}
.hero .hero-subtitle {
  display: block;
  font-size: clamp(4.4rem, 10vw, 10rem);
}
.mascota-hero {
  position: absolute;
  z-index: 3;
  bottom: -100px;
  left: 50%;
  width: min(31vw, 400px);
  transform: translateX(-50%);
}
.hero-year {
  position: absolute;
  right: 6%;
  bottom: -34px;
  font:
    400 clamp(8rem, 17vw, 16rem)/1 Anton,
    sans-serif;
  color: var(--light-color);
  opacity: 0.96;
}
.hero-caption {
  position: absolute;
  right: 5.5%;
  bottom: 48px;
  z-index: 4;
  text-align: right;
  font-family: Anton, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.audience-switcher {
  position: relative;
  z-index: 5;
  width: 360px;
  margin: -120px 0 0 28px;
  padding: 22px;
  border-radius: 24px 24px 0 0;
  background: var(--light-color);
  color: var(--ink);
  transform: rotate(2deg);
  transform-origin: left bottom;
}
.audience-switcher a {
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
  border-radius: 8px;
  font-family: Anton, sans-serif;
  font-size: 1.12rem;
  transform: rotate(-2deg);
}
.audience-switcher a.is-active {
  background: #210f00;
  color: var(--light-color);
}
.portfolio {
  position: relative;
  z-index: 0;
  background: var(--paper);
  color: var(--ink);
  padding: 110px 0 80px;
}
.portfolio::before {
  content: "VALOR";
  position: absolute;
  right: 2vw;
  top: 18px;
  color: rgba(255, 255, 255, 0.33);
  font:
    400 17rem/1 Anton,
    sans-serif;
}
.portfolio-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 60px;
  align-items: start;
}
.title-block h2,
.numbers-heading h2 {
  max-width: 820px;
  font:
    400 clamp(4rem, 7vw, 7rem)/0.95 Anton,
    sans-serif;
  text-transform: uppercase;
}
.title-block h2 span,
.numbers-heading h2 span {
  color: var(--primary-color);
}
.numbers-heading h2 span {
  display: block;
  color: var(--light-color);
}
.statement-card {
  position: relative;
  min-height: 300px;
  padding: 36px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--primary-color) url(../img/banner-hero-Grafos-Estudios.png)
    center/cover;
  color: var(--light-color);
  transform: rotate(2deg);
  margin-top: 150px;
}
.handwritten {
  max-width: 420px;
  font:
    400 3.4rem/0.9 "Delicious Handrawn",
    cursive;
  text-transform: uppercase;
}
.statement-card > img {
  position: absolute;
  right: 28px;
  bottom: 22px;
  width: 88px;
}
.statement-metrics {
  display: grid;
  gap: 12px;
  width: 260px;
  margin-top: 48px;
}
.statement-metrics span {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 7px;
  background: rgba(41, 20, 0, 0.7);
  font-size: 0.8rem;
}
.statement-metrics strong {
  color: var(--light-color);
}
.portfolio-body {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 70px;
  align-items: end;
  margin-top: 28px;
}
.portfolio-selectores button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border: 0;
  border-top: 1px solid rgba(41, 41, 41, 0.2);
  background: transparent;
  color: var(--ink);
  text-align: left;
  font:
    400 1.35rem Anton,
    sans-serif;
  cursor: pointer;
}
.portfolio-selectores button.is-open {
  border-radius: 10px 10px 0 0;
  background: #210f00;
  color: var(--light-color);
}
.accordion-panel {
  display: none;
  padding: 0 20px 20px;
  background: #210f00;
  color: var(--light-color);
  font-size: 0.82rem;
  line-height: 1.6;
}
.accordion-panel.is-open {
  display: block;
}
.portfolio-description-selectores {
  max-width: 620px;
  justify-self: end;
  line-height: 1.75;
}
.featured-slider {
  margin-top: 90px;
}
.featured-track {
  position: relative;
}
.featured-project {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 470px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #210f00;
  color: var(--light-color);
}
.featured-slide {
  display: none;
}
.featured-slide.is-active {
  display: grid;
  animation: featured-in 0.45s ease both;
}
@keyframes featured-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  color: var(--ink);
  font-weight: 800;
}
.slider-controls > p {
  letter-spacing: 0.14em;
}
.slider-controls > div {
  display: flex;
  gap: 10px;
}
.slider-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.slider-controls button:hover,
.slider-controls button:focus-visible {
  background: var(--ink);
  color: var(--light-color);
}
.featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 55px;
}
.featured-copy h3 {
  max-width: 560px;
  margin: 22px 0;
  font:
    400 clamp(2.8rem, 4.7vw, 5rem)/0.95 Anton,
    sans-serif;
  text-transform: uppercase;
}
.featured-copy > p:last-of-type {
  max-width: 580px;
  color: #e8d2d6;
  line-height: 1.65;
}
.circle-link,
.process-row > a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-top: auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.3rem;
}
.featured-visual {
  position: relative;
  overflow: hidden;
  background: var(--primary-color) url(../img/banner-hero-Grafos-Estudios.png)
    center/cover;
}
.featured-visual > img {
  position: absolute;
  right: 5%;
  bottom: -160px;
  width: min(64%, 480px);
}
.unilink-visual > img {
  right: 0;
  bottom: -245px;
  width: min(72%, 550px);
}
.note-visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 55px;
  background: var(--primary-color) url(../img/banner-hero-Grafos-Estudios.png)
    center/cover;
  color: var(--light-color);
}
.note-visual .handwritten {
  max-width: 600px;
  font-size: clamp(3.6rem, 6vw, 6.5rem);
}
.note-visual span {
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.note-visual strong {
  align-self: flex-end;
  font:
    400 5rem/1 Anton,
    sans-serif;
}
.project-stat {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  gap: 12px;
  width: max-content;
  margin: 48px;
  padding: 15px 20px;
  border-radius: 12px;
  background: var(--light-color);
  color: var(--ink);
}
.project-stat:nth-of-type(2) {
  margin-left: auto;
}
.project-stat strong {
  font:
    400 3.4rem/1 Anton,
    sans-serif;
}
.project-stat span {
  max-width: 90px;
  font-size: 0.72rem;
}
.numbers {
  position: relative;
  padding: 100px 0;
  color: var(--light-color);
}
.numbers::before {
  content: "RECORRIDO";
  position: absolute;
  top: 50px;
  right: 0;
  color: rgba(255, 255, 255, 0.08);
  font:
    400 13rem/1 Anton,
    sans-serif;
}
.numbers-heading {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 50px;
  align-items: end;
}
.numbers-heading p {
  position: relative;
  padding-left: 24px;
  border-left: 3px solid var(--light-color);
  line-height: 1.65;
}
.service-feature {
  display: grid;
  grid-template-columns: 160px 1fr 260px;
  gap: 50px;
  align-items: center;
  padding: 90px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.service-feature:nth-of-type(2) {
  margin-top: 55px;
}
.service-feature-reverse .service-symbol {
  grid-column: 3;
  grid-row: 1;
}
.service-feature-reverse {
  grid-template-columns: minmax(0, 1fr) 260px 160px;
}
.service-feature-reverse .service-copy {
  grid-column: 1;
  grid-row: 1;
}
.service-feature-reverse .big-number {
  grid-column: 2;
  grid-row: 1;
}
.service-symbol img {
  width: 130px;
}
.service-copy h3 {
  max-width: 660px;
  margin: 18px 0;
  font:
    400 clamp(2.4rem, 4.2vw, 4.5rem)/0.98 Anton,
    sans-serif;
  text-transform: uppercase;
}
.service-copy .eyebrow {
  color: var(--light-color);
}
.service-copy > p:last-child {
  max-width: 650px;
  line-height: 1.7;
}
.big-number {
  text-align: right;
}
.big-number strong {
  display: block;
  font:
    400 6.5rem/0.85 Anton,
    sans-serif;
}
.big-number span {
  font-size: 0.8rem;
}
.process {
  padding-bottom: 100px;
  color: var(--light-color);
}
.process-row {
  display: grid;
  grid-template-columns: 240px 1fr 55px;
  gap: 50px;
  align-items: center;
  padding: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.process-row h3 {
  font:
    400 2rem/1 Anton,
    sans-serif;
  text-transform: uppercase;
}
.process-row p {
  max-width: 420px;
}
.process-row > a {
  margin: 0;
}
.process-row.is-dark {
  border: 0;
  border-radius: 22px;
  background: #210f00;
  color: var(--light-color);
}
footer {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 80px;
  padding: 80px 55px 35px;
  background: #210f00;
  color: var(--light-color);
}
.footer-title h2,
.footer-title h3 {
  font:
    400 clamp(4rem, 7.6vw, 8rem)/0.9 Anton,
    sans-serif;
  text-transform: uppercase;
}
.footer-cta {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  margin: 48px 0 36px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-weight: 700;
}
.footer-social-media-content {
  display: flex;
  gap: 25px;
}
.footer-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 34px;
  text-align: right;
}
.footer-body > img {
  width: 100px;
}
.footer-important {
  display: grid;
  gap: 12px;
}
.footer-body p {
  font-size: 0.78rem;
  line-height: 1.7;
}
.footer-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.72rem;
  color: #c9b4b8;
}
@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 20px 24px;
  }
  .site-header > .btn {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .site-header nav {
    position: absolute;
    top: 78px;
    right: 20px;
    display: none;
    flex-direction: column;
    width: 220px;
    padding: 22px;
    border-radius: 18px;
    background: #210f00;
  }
  .site-header nav.is-open {
    display: flex;
  }
  .hero {
    min-height: 690px;
  }
  .hero-text {
    padding-top: 135px;
  }
  .mascota-hero {
    bottom: -94px;
    width: 360px;
  }
  .hero-caption {
    display: none;
  }
  .portfolio-header,
  .featured-project,
  .numbers-heading {
    grid-template-columns: 1fr;
  }
  .portfolio-body {
    grid-template-columns: 1fr 1fr;
  }
  .statement-card {
    max-width: 720px;
    margin-top: 40px;
  }
  .numbers-heading p {
    max-width: 520px;
  }
  .service-feature {
    grid-template-columns: 110px 1fr;
  }
  .big-number {
    grid-column: 2;
    text-align: left;
  }
  .service-feature-reverse .service-symbol {
    grid-column: 1;
    grid-row: 1;
  }
  .service-feature-reverse {
    grid-template-columns: 110px 1fr;
  }
  .service-feature-reverse .service-copy {
    grid-column: 2;
    grid-row: 1;
  }
  .service-feature-reverse .big-number {
    grid-column: 2;
    grid-row: 2;
  }
  .process-row {
    grid-template-columns: 200px 1fr 50px;
  }
  footer {
    grid-template-columns: 1fr 220px;
  }
}
@media (max-width: 680px) {
  .section-shell {
    width: min(calc(100% - 36px), var(--max));
  }
  .brand span {
    display: none;
  }
  .hero {
    min-height: 600px;
  }
  .hero h1 {
    font-size: 6.2rem;
  }
  .hero .hero-subtitle {
    font-size: 3.3rem;
    line-height: 0.9;
  }
  .mascota-hero {
    bottom: -68px;
    width: 270px;
  }
  .hero-year {
    right: 4%;
    bottom: -14px;
    font-size: 7rem;
  }
  .audience-switcher {
    width: 290px;
    margin-top: -90px;
    margin-left: 12px;
  }
  .portfolio {
    padding-top: 90px;
  }
  .portfolio::before {
    font-size: 8rem;
  }
  .portfolio-header,
  .portfolio-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .title-block h2,
  .numbers-heading h2 {
    font-size: 3.55rem;
  }
  .statement-card {
    min-height: 260px;
    padding: 26px;
    margin-top: 0;
  }
  .handwritten {
    font-size: 2.5rem;
  }
  .featured-project {
    grid-template-columns: 1fr;
  }
  .featured-copy {
    padding: 36px;
  }
  .featured-visual {
    min-height: 420px;
  }
  .note-visual {
    min-height: 390px;
    padding: 34px;
  }
  .featured-visual > img {
    bottom: -110px;
  }
  .project-stat {
    margin: 25px;
  }
  .numbers {
    padding: 75px 0;
  }
  .service-feature {
    grid-template-columns: 70px 1fr;
    gap: 24px;
    padding: 60px 0;
  }
  .service-feature-reverse {
    grid-template-columns: 70px 1fr;
  }
  .service-symbol img {
    width: 70px;
  }
  .service-copy h3 {
    font-size: 2.65rem;
  }
  .big-number strong {
    font-size: 5rem;
  }
  .process-row {
    grid-template-columns: 1fr 45px;
    gap: 20px;
    padding: 28px 14px;
  }
  .process-row p {
    grid-column: 1;
  }
  .process-row > a {
    grid-column: 2;
    grid-row: 1/3;
  }
  .process-row.is-dark {
    padding: 28px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 65px 24px 30px;
  }
  .footer-body {
    align-items: flex-start;
    text-align: left;
  }
  .footer-bottom {
    gap: 20px;
  }
  .footer-title h2,
  .footer-title h3 {
    font-size: 4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
