:root { --ink: #111313; --paper: #f2f0eb; --acid: #d8ff3e; --coral: #ff624e; --muted: #8a8c86; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Manrope, sans-serif; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }.accent { color: #6e731c; }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 700; line-height: .86; letter-spacing: 0; margin: 0; } h2 { font-size: clamp(51px, 8vw, 108px); } em { color: var(--coral); font-style: italic; } p { line-height: 1.65; }
.hero { min-height: 760px; height: 100vh; position: relative; overflow: hidden; border-radius: 0 0 32px 32px; color: #fff; background: #131515; }.hero-image, .hero-overlay { position: absolute; inset: 0; }.hero-image { background: url("foto/Maradona%20Classic%202025%20-%20Top%201%20Categoria%20Open%20Classe%20D(1).jpg") center 37% / cover no-repeat; filter: saturate(.85); transform-origin: center; animation: explore-cover 24s ease-in-out infinite alternate; }.hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.32) 57%, rgba(0,0,0,.04) 100%); }@keyframes explore-cover { 0%, 14% { transform: scale(1) translate(0, 0); } 52% { transform: scale(1.2) translate(-5%, 4%); } 100% { transform: scale(1.32) translate(7%, -5%); } }.nav, .hero-content, .hero-location { position: relative; z-index: 1; }.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; }.monogram { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid #fff; color: #fff; text-decoration: none; font-family: "Barlow Condensed"; font-size: 25px; font-weight: 700; }.nav-links { display: flex; gap: 26px; }.nav a { color: #fff; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .6px; }.nav-contact span { color: var(--acid); }.hero-content { padding-top: clamp(145px, 25vh, 275px); }.hero h1 { font-size: clamp(100px, 17vw, 230px); max-width: 900px; }.hero h1 span { display: block; color: var(--acid); font-size: .51em; font-style: italic; margin-left: 8px; }.hero-copy { max-width: 475px; font-size: 15px; }.button { display: inline-flex; gap: 23px; align-items: center; padding: 15px 19px; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .5px; border: 1px solid transparent; }.button span { font-size: 17px; line-height: 12px; }.button-light { background: var(--acid); color: var(--ink); }.button-dark { background: var(--ink); color: #fff; }.button-outline { border-color: #fff; color: #fff; }.hero-location { position: absolute; right: 28px; bottom: 27px; writing-mode: vertical-rl; font-size: 10px; letter-spacing: 1.2px; font-weight: 700; }
.intro { padding: 130px 0 100px; }.intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 65px; align-items: end; }.intro-text { max-width: 390px; font-size: 14px; }.intro-text p:first-child { margin-top: 0; }.quote-line { border-top: 1px solid #cfcfc8; margin-top: 95px; padding-top: 18px; font-family: "Barlow Condensed"; font-size: clamp(25px, 3vw, 40px); font-weight: 600; }.quote-line span { color: var(--coral); font-size: 55px; line-height: 0; vertical-align: -18px; }
.story-panel { display: grid; grid-template-columns: 1fr 1fr; background: #1d2220; color: #fff; perspective: 1600px; }.story-photo { min-height: 720px; position: relative; overflow: hidden; border-radius: 0 8px 8px 0; background: url("foto/Maradona%20Classic%202025%20-%20Top%201%20Categoria%20Open%20Classe%20D(5).jpg") center / cover; }.story-photo::before { content: ""; position: absolute; inset: 0; opacity: 0; background: var(--turning-image) center / cover; transform-origin: right center; will-change: filter, opacity, transform; }.story-photo.is-turning::before { animation: turn-page 2.8s cubic-bezier(.55, 0, .2, 1) forwards; }@keyframes turn-page { 0% { opacity: 1; filter: brightness(1); transform: perspective(1600px) rotateY(0) skewY(0) scaleX(1); border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); } 45% { opacity: 1; filter: brightness(.76); transform: perspective(1600px) rotateY(48deg) skewY(2deg) scaleX(.96); border-radius: 48% 0 0 48% / 9% 0 0 9%; box-shadow: -26px 0 30px rgba(0,0,0,.38); } 100% { opacity: 0; filter: brightness(.4); transform: perspective(1600px) rotateY(96deg) skewY(4deg) scaleX(.84); border-radius: 60% 0 0 60% / 16% 0 0 16%; box-shadow: -32px 0 40px rgba(0,0,0,.42); } }.story-copy { padding: 90px clamp(30px, 8vw, 135px) 70px 7vw; }.story-copy p:not(.eyebrow) { max-width: 400px; color: #ced0ca; font-size: 14px; margin-top: 36px; }.mini-stats { display: flex; gap: 28px; border-top: 1px solid #47504b; padding-top: 25px; margin-top: 50px; }.mini-stats div { display: flex; flex-direction: column; }.mini-stats strong { color: var(--acid); font-family: "Barlow Condensed"; font-size: 50px; line-height: .7; }.mini-stats span { margin-top: 12px; text-transform: uppercase; font-size: 9px; letter-spacing: .7px; }
.achievements { padding: 130px 0; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.section-heading > p { max-width: 250px; margin: 0; font-size: 13px; }.achievement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }.achievement { min-height: 400px; position: relative; overflow: hidden; border-radius: 8px; background: #242424; }.achievement.featured { grid-row: span 2; min-height: 816px; }.achievement img { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: opacity .25s ease, transform .6s ease; }.achievement img.is-changing { opacity: .2; }.achievement:hover img { transform: scale(1.04); }.achievement::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(0,0,0,.86)); }.achievement div { position: absolute; z-index: 1; bottom: 22px; left: 22px; color: #fff; }.achievement span { color: var(--acid); font-size: 10px; font-weight: 800; letter-spacing: 1px; }.achievement h3 { font-size: 34px; margin-top: 7px; }.achievement p { font-size: 11px; line-height: 1.45; margin: 8px 0 0; }
.confit { background: var(--coral) url("foto/CONFIT%202024%20-%20Top%201%20Categoria%20Open%20Classe%20D%20e%20Campeã%20Overral.jpg") right center / contain no-repeat; min-height: 530px; color: #191212; }.confit-content { padding-top: 100px; }.confit h2 { font-size: clamp(80px, 12vw, 160px); }.confit em { color: var(--paper); }.confit p:last-child { max-width: 390px; font-size: 13px; font-weight: 600; }
.social { padding: 130px 0; }.social-heading { align-items: center; }.social-intro { max-width: 540px; font-size: 14px; }.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid #c8c8c1; margin-top: 55px; }.metric { padding: 29px 20px 29px 0; border-right: 1px solid #c8c8c1; }.metric:not(:first-child) { padding-left: 20px; }.metric:last-child { border-right: 0; }.metric strong { display: block; font-family: "Barlow Condensed"; font-size: clamp(40px, 4vw, 60px); line-height: .9; }.metric span { color: #545650; margin-top: 10px; display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; line-height: 1.3; }.insights-proof { display: grid; grid-template-columns: 150px 150px 1fr; gap: 12px; align-items: center; margin-top: 44px; }.insights-proof img { width: 150px; height: 220px; border-radius: 8px; object-fit: cover; object-position: top; }.insights-proof p { border-left: 2px solid var(--coral); padding-left: 19px; font-size: 11px; }
.goal { padding: 100px 0; border-top: 1px solid #cecec6; }.goal > div { display: flex; gap: 30px; align-items: center; }.goal-number { color: var(--coral); font-family: "Barlow Condensed"; font-size: clamp(150px, 19vw, 290px); font-style: italic; line-height: .72; }.goal h2 { font-size: clamp(65px, 9vw, 130px); }.goal h2 em { color: var(--ink); }.goal div p { margin: 0 0 8px; font-size: 11px; font-weight: 800; letter-spacing: 1px; }.goal-copy { width: min(480px, 100%); margin-left: auto; font-size: 13px; }
footer { position: relative; min-height: 690px; overflow: hidden; border-radius: 32px 32px 0 0; color: #fff; }.footer-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.91), rgba(0,0,0,.37)), url("foto/Maradona%20Classic%202025%20-%20Top%201%20Categoria%20Open%20Classe%20D.jpg") center / cover; transform-origin: center; animation: explore-footer 24s ease-in-out infinite alternate; transition: opacity .5s ease; }.footer-photo.is-changing { opacity: .45; }@keyframes explore-footer { 0%, 14% { transform: scale(1) translate(0, 0); } 52% { transform: scale(1.2) translate(-5%, 4%); } 100% { transform: scale(1.32) translate(7%, -5%); } }.footer-content { position: relative; padding-top: 125px; }.footer-content h2 { font-size: clamp(70px, 10vw, 140px); }.footer-content > p:not(.eyebrow):not(.footer-note) { max-width: 410px; font-size: 14px; }.contact-actions { display: flex; gap: 12px; margin-top: 30px; }.footer-note { margin-top: 95px; font-size: 10px; letter-spacing: 1px; font-weight: 700; }
@media (max-width: 760px) { .wrap { width: min(100% - 32px, 1180px); }.nav-links { display: none; }.hero { min-height: 650px; }.hero-image { background-position: 60% center; }.hero h1 { font-size: 92px; }.hero-copy { max-width: 300px; }.intro { padding: 85px 0 65px; }.intro-grid, .story-panel { grid-template-columns: 1fr; gap: 24px; }.story-photo { min-height: 460px; border-radius: 8px; }.story-copy { padding: 65px 30px; }.achievement-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.achievement, .achievement.featured { grid-row: auto; min-height: 300px; }.achievement.featured { grid-column: span 2; min-height: 440px; }.confit { position: relative; overflow: hidden; background: var(--coral); }.confit::before { content: ""; position: absolute; right: 0; bottom: 0; width: 48%; aspect-ratio: 9 / 16; border-radius: 32px 0 0 32px; background: url("foto/CONFIT%202024%20-%20Top%201%20Categoria%20Open%20Classe%20D%20e%20Campeã%20Overral.jpg") center / cover no-repeat; }.confit-content { position: relative; z-index: 1; padding-top: 75px; }.confit h2, .confit p:last-child { max-width: 52%; }.confit p:last-child { max-width: 52%; }.social { padding: 85px 0; }.social-heading { align-items: flex-end; }.metrics { grid-template-columns: repeat(2, 1fr); }.metric:nth-child(2) { border-right: 0; }.metric:nth-child(-n+2) { border-bottom: 1px solid #c8c8c1; }.metric:nth-child(3) { padding-left: 0; }.insights-proof { grid-template-columns: 1fr 1fr; }.insights-proof img { width: 100%; height: 210px; }.insights-proof p { grid-column: span 2; }.goal { padding: 75px 0; }.goal > div { gap: 10px; align-items: center; }.goal-number { flex: 0 0 auto; font-size: 76px; }.goal h2 { font-size: 39px; }.goal div p { font-size: 8px; letter-spacing: .6px; }.goal-copy { margin-left: 0; }.footer-content { padding-top: 85px; }.footer-content h2 { font-size: 78px; } }