/* ============================================================
   RYAN VITOR — SITE OFICIAL
   ============================================================ */

:root{
  --black: #050608;
  --dark: #0b0d13;
  --dark-alt: #0f1219;
  --card: #12151d;
  --line: rgba(255,255,255,.08);
  --text: #f4f5f7;
  --muted: #93969f;
  --accent: #3b7bfd;
  --accent-2: #f2c14e;
  --gradient: linear-gradient(120deg, #3b7bfd, #6fd0ff);
  --ease: cubic-bezier(.16,.84,.44,1);
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  background: var(--black);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
h1,h2,h3{ font-family: 'Bebas Neue', 'Inter', sans-serif; letter-spacing: .5px; margin:0; }
p{ margin:0; }
.container{ max-width: 1180px; margin: 0 auto; padding: 0 28px; }

::selection{ background: var(--accent); color:#fff; }

/* ---------- scrollbar ---------- */
::-webkit-scrollbar{ width:10px; }
::-webkit-scrollbar-track{ background: var(--black); }
::-webkit-scrollbar-thumb{ background:#22252f; border-radius:10px; }

/* ============ PRELOADER ============ */
.preloader{
  position: fixed; inset:0; z-index: 999;
  background: var(--black);
  display:flex; align-items:center; justify-content:center;
  transition: opacity .6s var(--ease), visibility .6s var(--ease);
}
.preloader__num{
  font-family:'Bebas Neue';
  font-size: 22vw;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,.25);
  animation: pulse 1.4s ease-in-out infinite;
}
@keyframes pulse{ 50%{ -webkit-text-stroke-color: rgba(59,123,253,.6); } }
.preloader.is-hidden{ opacity:0; visibility:hidden; }

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 14px 28px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform .35s var(--ease), background .35s, color .35s, border-color .35s;
  white-space: nowrap;
}
.btn:hover{ transform: translateY(-3px); }
.btn--solid{ background: var(--gradient); color:#04070f; }
.btn--outline{ border-color: rgba(255,255,255,.25); color: var(--text); }
.btn--outline:hover{ border-color: var(--accent); }
.btn--ghost{ border-color: rgba(255,255,255,.18); color: var(--text); padding: 10px 22px; font-size:.74rem; }
.btn--ghost:hover{ background: var(--text); color: var(--black); }

/* ============ PROGRESS BAR ============ */
.progress-bar{
  position:fixed; top:0; left:0; height:3px; width:0%; z-index:150;
  background: var(--gradient);
}

/* ============ NAV ============ */
.nav{
  position: fixed; top:0; left:0; right:0; z-index: 100;
  padding: 22px 0;
  transition: padding .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled{
  padding: 14px 0;
  background: rgba(5,6,8,.75);
  backdrop-filter: blur(14px);
  border-color: var(--line);
}
.nav__inner{
  max-width: 1180px; margin:0 auto; padding: 0 28px;
  display:flex; align-items:center; justify-content:space-between; gap: 24px;
}
.nav__brand{
  font-family:'Bebas Neue'; font-size: 1.6rem; letter-spacing: 1px;
}
.nav__brand span{ color: var(--accent); }
.nav__links{ display:flex; gap: 30px; }
.nav__links a{
  font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); transition: color .3s;
  position: relative;
}
.nav__links a::after{
  content:''; position:absolute; left:0; bottom:-6px; width:0; height:1px; background: var(--accent);
  transition: width .3s var(--ease);
}
.nav__links a:hover{ color: var(--text); }
.nav__links a:hover::after{ width:100%; }
.nav__burger{
  display:none; flex-direction: column; gap:5px; background:none; border:none; cursor:pointer; padding: 6px;
}
.nav__burger span{ width: 22px; height: 2px; background: var(--text); display:block; }

/* ============ HERO ============ */
.hero{
  position: relative;
  min-height: 100vh;
  display:flex; align-items:center;
  overflow: hidden;
  background: var(--black);
}

/* ---- crossfade photo slideshow ---- */
.hero__photos{ position:absolute; inset:0; z-index:0; }
.hero__photo{
  position:absolute; inset:0;
  background-size: cover;
  background-position: 50% 15%;
  filter: grayscale(15%) contrast(1.1) saturate(1.05);
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.6s ease;
  animation: heroKenBurns 16s ease-in-out infinite alternate;
}
.hero__photo.is-active{ opacity: 1; }
@keyframes heroKenBurns{
  0%{ transform: scale(1.04) translate(0,0); }
  100%{ transform: scale(1.14) translate(-1%, -1%); }
}
.hero__tint{
  position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    linear-gradient(180deg, rgba(5,6,8,.25) 0%, rgba(5,6,8,.1) 28%, rgba(5,6,8,.6) 66%, rgba(5,6,8,.97) 100%),
    linear-gradient(90deg, rgba(5,6,8,.65) 0%, rgba(5,6,8,.1) 50%, rgba(5,6,8,.35) 100%);
}

/* ---- jersey number watermark ---- */
.hero__watermark{
  position:absolute; z-index:1; top:-6%; left:-2%;
  font-family:'Bebas Neue'; font-size: clamp(13rem, 42vw, 34rem); line-height:1;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08);
  pointer-events:none; user-select:none;
  transition: transform .3s ease-out;
}

.hero__content{
  position: relative; z-index: 3;
  max-width: 1180px; margin: 0 auto; padding: 140px 28px 0;
  width: 100%;
}
.hero__badges{ display:flex; gap:14px; margin-top: 40px; }
.badge-mini{
  background: rgba(10,12,18,.55); border:1px solid rgba(255,255,255,.16); backdrop-filter: blur(6px);
  border-radius: 12px; padding: 12px 18px; text-align:center; min-width: 78px;
}
.badge-mini strong{ display:block; font-family:'Bebas Neue'; font-size:1.7rem; color:#fff; line-height:1; }
.badge-mini span{ font-size:.62rem; color: var(--muted); text-transform:uppercase; letter-spacing:.06em; }
.hero__eyebrow{
  color: var(--accent-2);
  font-size: .8rem; font-weight: 600; letter-spacing:.18em; text-transform: uppercase;
  margin-bottom: 22px;
}
.hero__title{
  font-size: clamp(4.5rem, 14vw, 11rem);
  line-height: .88;
  text-transform: uppercase;
}
.hero__title-line{ display:block; }
.hero__title-line--outline{
  color: transparent;
  -webkit-text-stroke: 1.5px var(--text);
}
.hero__subtitle{
  max-width: 480px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}
.hero__actions{ display:flex; gap:18px; margin-top: 40px; flex-wrap: wrap; }
.hero__scroll{
  position:absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index:3; display:flex; flex-direction:column; align-items:center; gap:10px;
  color: var(--muted); font-size:.7rem; letter-spacing:.1em; text-transform: uppercase;
}
.hero__scroll span{
  width:1px; height: 50px;
  background: linear-gradient(var(--muted), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
}
@keyframes scrollLine{ 0%{ transform: scaleY(0); transform-origin: top; } 50%{ transform: scaleY(1); transform-origin: top; } 51%{ transform-origin: bottom; } 100%{ transform: scaleY(0); transform-origin: bottom; } }

/* ============ REVEAL ANIMATIONS ============ */
.reveal, .reveal-up{
  opacity: 0;
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal{ transform: translateY(14px); }
.reveal-up{ transform: translateY(34px); }
.reveal.is-visible, .reveal-up.is-visible{ opacity:1; transform: none; }

/* stagger hero on load */
.hero__eyebrow.is-visible{ transition-delay: .1s; }
.hero__title.is-visible{ transition-delay: .25s; }
.hero__subtitle.is-visible{ transition-delay: .45s; }
.hero__actions.is-visible{ transition-delay: .6s; }

/* ============ SECTIONS ============ */
.section{ padding: 130px 0; position: relative; }
.section--alt{ background: var(--dark); }
.section__tag{
  display:inline-block;
  color: var(--accent);
  font-size: .78rem; font-weight: 700; letter-spacing:.16em; text-transform: uppercase;
  margin-bottom: 18px;
}
.section__title{
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  text-transform: uppercase;
  line-height: 1.02;
  margin-bottom: 50px;
  max-width: 720px;
}

/* ============ SOBRE ============ */
.about{
  display:grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center;
}
.about__media{ position: relative; perspective: 1200px; }
.about__frame{
  border-radius: 18px; overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4/5;
  transform-style: preserve-3d;
  transition: transform .2s ease-out, border-color .3s;
  will-change: transform;
}
.about__media:hover .about__frame{ border-color: rgba(59,123,253,.4); }
.about__frame img{ width:100%; height:100%; object-fit: cover; object-position: top center; }
.about__badge{
  position:absolute; bottom: -22px; left: -22px;
  background: var(--gradient); color:#04070f;
  border-radius: 16px; padding: 16px 20px;
  display:flex; flex-direction: column; line-height: 1;
  box-shadow: 0 20px 40px rgba(59,123,253,.35);
}
.about__badge strong{ font-family:'Bebas Neue'; font-size: 2rem; }
.about__badge span{ font-size:.68rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }

.about__bio{ color: var(--muted); line-height: 1.75; margin-bottom: 18px; font-size: .98rem; }
.about__bio strong{ color: var(--text); font-weight: 600; }

.about__facts{
  margin-top: 34px;
  display:grid; grid-template-columns: repeat(4,1fr); gap: 22px 18px;
  border-top: 1px solid var(--line); padding-top: 30px;
}
.fact span{ display:block; color: var(--muted); font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:6px; }
.fact strong{ font-size: .95rem; font-weight:600; }

/* ============ TIMELINE NAV (acesso rápido) ============ */
.timeline-nav{
  display:flex; gap:12px; overflow-x:auto; padding: 4px 4px 20px;
  margin-bottom: 30px; border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}
.timeline-nav__item{
  flex-shrink:0; width:46px; height:46px; border-radius:50%;
  background:#f4f5f7; border:2px solid transparent; padding:7px; box-sizing:border-box;
  cursor:pointer; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.timeline-nav__item img{ width:100%; height:100%; object-fit:contain; }
.timeline-nav__item:hover{ transform: translateY(-4px); }
.timeline-nav__item.is-active{
  border-color: var(--accent); box-shadow: 0 0 0 4px rgba(59,123,253,.15);
  transform: translateY(-4px);
}
.timeline-nav__item--placeholder{
  background:transparent; border-color: var(--line); border-style:dashed; color: var(--muted);
  display:flex; align-items:center; justify-content:center;
}
.timeline-nav__item--placeholder svg{ width:18px; height:18px; }

/* ============ TIMELINE ============ */
.timeline{ position: relative; padding-left: 4px; }
.timeline__track{
  position:absolute; left: 29px; top:8px; bottom: 8px; width:1px;
  background: var(--line);
  overflow: hidden;
}
.timeline__track-fill{
  position:absolute; left:0; top:0; width:100%; height:0;
  background: linear-gradient(var(--accent), var(--accent-2));
  transition: height 1.8s var(--ease);
}
.timeline.is-filled .timeline__track-fill{ height: 100%; }
.timeline__item{
  display:flex; align-items:center; gap: 24px; padding: 14px 16px 14px 0;
  position:relative; border-radius: 14px; cursor:pointer;
  transition: background .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.timeline__item:hover{ background: rgba(255,255,255,.03); transform: translateX(6px); }
.timeline__item.is-focused{
  background: rgba(59,123,253,.07);
  box-shadow: inset 3px 0 0 var(--accent);
}
.timeline__item.is-focused .timeline__dot{
  transform: scale(1.14);
  box-shadow: 0 0 0 6px rgba(59,123,253,.18);
}
.timeline__item.is-focused .timeline__card strong{ color: var(--accent-2); }
.timeline__dot{
  width: 50px; height: 50px; border-radius: 50%;
  background: #f4f5f7; border: 1px solid var(--line);
  flex-shrink: 0; margin-top: 2px; position: relative; z-index:1;
  display:flex; align-items:center; justify-content:center;
  padding: 8px; box-sizing: border-box;
  transition: box-shadow .3s, transform .3s var(--ease);
}
.timeline__dot img{ width:100%; height:100%; object-fit: contain; }
.timeline__item:hover .timeline__dot{ transform: scale(1.08); }
.timeline__check{
  position:absolute; bottom:-3px; right:-3px; width:19px; height:19px; border-radius:50%;
  background: var(--accent); border: 2px solid var(--dark-alt);
  display:flex; align-items:center; justify-content:center; color:#fff;
}
.timeline__check svg{ width:10px; height:10px; }
.timeline__dot--placeholder{
  background: transparent; border: 1px dashed var(--line); color: var(--muted);
}
.timeline__dot--placeholder svg{ width:20px; height:20px; }
.timeline__item:first-child .timeline__dot{
  box-shadow: 0 0 0 5px rgba(59,123,253,.15);
  animation: dotPulse 2.4s ease-in-out infinite;
}
@keyframes dotPulse{
  0%, 100%{ box-shadow: 0 0 0 5px rgba(59,123,253,.15); }
  50%{ box-shadow: 0 0 0 9px rgba(59,123,253,.08); }
}
.timeline__card{ display:flex; flex-direction:column; gap:4px; }
.timeline__card strong{ font-size: 1.1rem; }
.timeline__card span{ color: var(--muted); font-size:.82rem; }

/* ============ ESTATÍSTICAS ============ */
.stats{ display:grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat{
  background: var(--card); border:1px solid var(--line); border-radius: 18px;
  padding: 40px 24px; text-align:center;
  transition: transform .4s var(--ease), border-color .4s;
}
.stat:hover, .stat.is-touched{ transform: translateY(-8px); border-color: var(--accent); }
.stat:hover .stat__icon, .stat.is-touched .stat__icon{ color: var(--accent-2); transform: scale(1.1); }
.stat__icon{
  width:30px; height:30px; margin:0 auto 16px; color: var(--accent);
  transition: transform .4s var(--ease), color .4s;
}
.stat__icon svg{ width:100%; height:100%; }
.stat__num{
  display:block; font-family:'Bebas Neue'; font-size: 4rem; line-height: 1;
  background: var(--gradient); -webkit-background-clip:text; background-clip:text; color: transparent;
}
.stat span{ display:block; margin-top: 10px; color: var(--muted); font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; }

.stat--clickable{
  cursor:pointer; font-family: inherit; width:100%;
  color: var(--text);
}
.stat__hint{
  display:flex !important; align-items:center; justify-content:center; gap:6px;
  margin-top:16px !important; padding-top:14px; border-top:1px solid var(--line);
  color: var(--accent); font-weight:700; letter-spacing:.06em;
  font-size:.68rem !important; text-transform:uppercase;
  opacity:0; transform: translateY(4px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.stat__hint svg{ width:12px; height:12px; }
.stat--clickable:hover .stat__hint{ opacity:1; transform:none; }

/* ============ VIDEO MODAL ============ */
.video-modal{
  position:fixed; inset:0; background: rgba(4,5,8,.94); z-index: 500;
  display:flex; align-items:center; justify-content:center;
  opacity:0; visibility:hidden; transition: opacity .4s, visibility .4s;
  padding: 40px;
}
.video-modal.is-open{ opacity:1; visibility:visible; }
.video-modal__inner{ width:min(900px, 90vw); }
.video-modal__tabs{ display:flex; gap:10px; margin-bottom:14px; }
.video-modal__tab{
  background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); color: var(--muted);
  border-radius:999px; padding:9px 20px; font-size:.78rem; font-weight:700;
  letter-spacing:.06em; text-transform:uppercase; cursor:pointer; transition: all .3s;
}
.video-modal__tab.is-active{ background: var(--gradient); color:#04070f; border-color:transparent; }
.video-modal__frame{
  position:relative; width:100%; aspect-ratio:16/9;
  border-radius:16px; overflow:hidden; box-shadow: 0 30px 80px rgba(0,0,0,.6);
}
.video-modal__frame iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-modal__close{
  position:absolute; top: 28px; right: 36px; background:none; border:none; color:#fff;
  font-size: 2.4rem; cursor:pointer; line-height:1; z-index:2;
}

/* ============ VÍDEOS ============ */
.videos-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media (max-width: 900px){
  .videos-grid{ grid-template-columns: 1fr; }
}

.video-wrap{
  position:relative; width:100%; aspect-ratio: 16/9;
  border-radius: 18px; overflow:hidden; border:1px solid var(--line);
  box-shadow: 0 30px 60px rgba(0,0,0,.4);
  transition: border-color .4s;
}
.video-wrap:hover{ border-color: rgba(59,123,253,.45); }
.video-wrap iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-wrap__tag{
  position:absolute; top:18px; left:18px; z-index:2;
  display:flex; align-items:center; gap:8px;
  background: rgba(5,6,8,.65); backdrop-filter: blur(6px);
  border:1px solid rgba(255,255,255,.15); border-radius:999px;
  padding:8px 16px; font-size:.72rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  pointer-events:none;
}
.video-wrap__tag svg{ width:12px; height:12px; color: var(--accent-2); }

/* ============ GALERIA ============ */
.gallery{ display:grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.gallery__item{
  border:none; padding:0; cursor:pointer; border-radius: 16px; overflow:hidden;
  aspect-ratio: 4/5; position:relative; background:none;
}
.gallery__item img{ width:100%; height:100%; object-fit:cover; transition: transform .6s var(--ease); }
.gallery__item:hover img{ transform: scale(1.08); }
.gallery__item::before{
  content:''; position:absolute; inset:0; z-index:1;
  background: linear-gradient(180deg, rgba(5,6,8,0) 50%, rgba(5,6,8,.85) 100%);
  opacity:0; transition: opacity .4s;
}
.gallery__item:hover::before{ opacity:1; }
.gallery__caption{
  position:absolute; left:20px; right:20px; bottom:20px; z-index:1;
  text-align:left; color:#fff; font-weight:700; font-size:.95rem;
  transform: translateY(14px); opacity:0; transition: all .4s var(--ease);
}
.gallery__item:hover .gallery__caption{ transform: translateY(0); opacity:1; }
.gallery__zoom{
  position:absolute; top:16px; right:16px; z-index:1; width:34px; height:34px; border-radius:50%;
  background: rgba(5,6,8,.55); backdrop-filter: blur(4px); display:flex; align-items:center; justify-content:center;
  color:#fff; opacity:0; transform: scale(.7); transition: all .4s var(--ease);
}
.gallery__zoom svg{ width:16px; height:16px; }
.gallery__item:hover .gallery__zoom{ opacity:1; transform: scale(1); }

.lightbox{
  position:fixed; inset:0; background: rgba(4,5,8,.94); z-index: 500;
  display:flex; align-items:center; justify-content:center;
  opacity:0; visibility:hidden; transition: opacity .4s, visibility .4s;
  padding: 40px;
}
.lightbox.is-open{ opacity:1; visibility:visible; }
.lightbox img{ max-height: 88vh; max-width: 90vw; border-radius: 12px; }
.lightbox__close{
  position:absolute; top: 28px; right: 36px; background:none; border:none; color:#fff;
  font-size: 2.4rem; cursor:pointer; line-height:1;
}

/* ============ REDES ============ */
.socials{ display:grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.social-card{
  display:flex; align-items:center; gap: 20px;
  background: var(--card); border:1px solid var(--line); border-radius: 18px; padding: 28px;
  transition: transform .4s var(--ease), border-color .4s;
}
.social-card:hover{ transform: translateY(-6px); border-color: var(--accent); }
.social-card__icon{
  width:52px; height:52px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  background: rgba(59,123,253,.12); color: var(--accent);
}
.social-card__icon svg{ width:24px; height:24px; }
.social-card strong{ display:block; font-size:1.05rem; }
.social-card span{ color: var(--muted); font-size:.85rem; }
.social-card__arrow{
  margin-left:auto; width:18px; height:18px; color: var(--accent); flex-shrink:0;
  opacity:0; transform: translateX(-8px); transition: all .35s var(--ease);
}
.social-card:hover .social-card__arrow{ opacity:1; transform: translateX(0); }

/* ============ CONTATO ============ */
.contact__lead{ color: var(--muted); max-width: 520px; margin-bottom: 46px; font-size:1rem; line-height:1.6; }
.contact__grid{ display:grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.contact-card{
  display:flex; flex-direction:column; gap: 10px; position:relative;
  background: var(--card); border:1px solid var(--line); border-radius: 18px; padding: 32px;
  transition: transform .4s var(--ease), border-color .4s, background .4s;
}
.contact-card:hover{ transform: translateY(-6px); border-color: var(--accent); background: var(--dark-alt); }
.contact-card span{ color: var(--muted); font-size:.75rem; text-transform:uppercase; letter-spacing:.1em; }
.contact-card strong{ font-size: 1.3rem; }
.contact-card__arrow{
  position:absolute; top:28px; right:28px; width:18px; height:18px; color: var(--accent);
  opacity:0; transform: translate(-6px,6px); transition: all .35s var(--ease);
}
.contact-card:hover .contact-card__arrow{ opacity:1; transform: translate(0,0); }

/* ============ FOOTER ============ */
.footer{ padding: 40px 0; border-top: 1px solid var(--line); }
.footer__inner{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap: 18px; }
.footer__inner p{ color: var(--muted); font-size:.8rem; }
.footer__socials{ display:flex; gap: 22px; }
.footer__socials a{ color: var(--muted); font-size:.8rem; font-weight:600; transition: color .3s; }
.footer__socials a:hover{ color: var(--accent); }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px){
  .about{ grid-template-columns: 1fr; gap: 56px; }
  .about__facts{ grid-template-columns: repeat(2,1fr); }
  .stats{ grid-template-columns: repeat(2,1fr); }
  .gallery{ grid-template-columns: repeat(2,1fr); }
  .socials, .contact__grid{ grid-template-columns: 1fr; }
  .section{ padding: 90px 0; }
}

@media (max-width: 720px){
  .nav__links{
    position: fixed; top: 0; right: -100%; height: 100vh; width: 62%; max-width: 280px;
    background: var(--dark); flex-direction: column; justify-content:flex-start; align-items:flex-start;
    padding: 100px 32px 40px; gap: 18px; transition: right .5s var(--ease); border-left: 1px solid var(--line);
  }
  .nav__links a{ font-size: .8rem; }
  .nav__links.is-open{ right:0; }
  .nav__burger{ display:flex; }
  .nav__cta{ display:none; }
  .hero__content{ padding-top: 120px; }
  .hero__watermark{ top: -2%; }
  .hero__scroll{ display: none; }
  .about__facts{ grid-template-columns: repeat(2,1fr); }
  .gallery{ grid-template-columns: 1fr; }
}
