.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
/* ── RESET & BASE ── */
:root { --heading-font: 'Montserrat', sans-serif; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HEADLINE HIGHLIGHT (shared) ── */
.hl-box {
  position: relative;
  display: inline-block;
  color: #CC0000;
  padding-bottom: 0.04em;
}
.hl-box > span { display: inline; }
.hl-box::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: #CC0000;
}
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Manrope', sans-serif;
  color: #fff;
  background: #111;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { text-decoration: none; }

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  height: 80px;
  background: rgba(8,8,8,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .3s;
}
.nav-logo img {
  height: 52px;
  width: auto;
  display: block;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,.45);
  letter-spacing: .05em;
  transition: color .2s;
}
.nav-links a:hover,
.nav-links a.active { color: #CC0000; }

/* ── LANGUAGE TOGGLE ── */
.nav-lang { display: flex; align-items: center; }
.lang-toggle {
  background: transparent;
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: .12em;
  padding: 6px 13px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}
.lang-toggle:hover { border-color: #CC0000; color: #CC0000; }
.lang-toggle.is-es { border-color: #CC0000; color: #CC0000; }
@media (max-width: 900px) {
  .nav-lang { padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,.06); }
}

/* ── FAQ (shared) ── */
.faq { background: #0d0d0d; padding: 110px 24px; }
.faq-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.faq-head h2 {
  font-family: var(--heading-font); font-weight: 700;
  font-size: clamp(30px, 4vw, 52px); color: #fff; line-height: 1.15;
}
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.08); }
.faq-item:first-child { border-top: 1px solid rgba(255,255,255,.08); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 20px; padding: 26px 0; text-align: left;
  font-family: 'Sora', sans-serif; font-size: clamp(16px, 1.8vw, 21px); font-weight: 300;
  color: #fff; transition: color .2s;
}
.faq-q:hover { color: #CC0000; }
.faq-q span:first-child { flex: 1; }
.faq-q-mark {
  font-family: 'Sora', sans-serif; font-weight: 300; font-size: 28px; line-height: 1;
  color: #CC0000; flex-shrink: 0; transition: transform .3s ease;
}
.faq-item.open .faq-q-mark { transform: rotate(45deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .4s ease; }
.faq-a p {
  font-size: 14px; font-weight: 300; color: rgba(255,255,255,.55);
  line-height: 1.9; padding: 0 44px 28px 0;
}

/* ── FOOTER ── */
footer {
  background: #0a0a0a;
  padding: 64px 80px 40px;
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  gap: 60px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-logo img {
  height: 70px;
  width: auto;
  display: block;
  object-fit: contain;
}
.footer-col h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .05em;
  margin-bottom: 22px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  font-size: 13px;
  font-weight: 300;
  color: #CC0000;
  transition: color .2s;
}
.footer-col ul li a:hover { color: #fff; }
.footer-col p {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,.5);
  line-height: 2;
}
.footer-bottom {
  background: #0a0a0a;
  padding: 20px 80px 32px;
  border-top: 1px solid rgba(255,255,255,.05);
}
.footer-bottom p {
  font-size: 12px;
  color: rgba(255,255,255,.2);
  font-weight: 300;
}

/* ── SCROLL ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity .8s cubic-bezier(.16,.84,.44,1), transform .8s cubic-bezier(.16,.84,.44,1);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left {
  opacity: 0;
  transform: translateX(-48px);
  transition: opacity .85s cubic-bezier(.16,.84,.44,1), transform .85s cubic-bezier(.16,.84,.44,1);
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right {
  opacity: 0;
  transform: translateX(48px);
  transition: opacity .85s cubic-bezier(.16,.84,.44,1), transform .85s cubic-bezier(.16,.84,.44,1);
}
.reveal-right.visible { opacity: 1; transform: translateX(0); }
.reveal-scale {
  opacity: 0;
  transform: scale(.9);
  transition: opacity .8s cubic-bezier(.16,.84,.44,1), transform .8s cubic-bezier(.16,.84,.44,1);
}
.reveal-scale.visible { opacity: 1; transform: scale(1); }
.reveal-blur {
  opacity: 0;
  filter: blur(14px);
  transform: translateY(22px);
  transition: opacity .9s ease, filter .9s ease, transform .9s cubic-bezier(.16,.84,.44,1);
}
.reveal-blur.visible { opacity: 1; filter: blur(0); transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .45s; }
.reveal-delay-5 { transition-delay: .6s; }
.reveal-delay-6 { transition-delay: .75s; }

/* ── SHARED BUTTONS ── */
.btn-outline-white {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
  padding: 12px 28px;
  transition: border-color .25s, color .25s;
  width: fit-content;
}
.btn-outline-white:hover { border-color: #CC0000; color: #CC0000; }

.btn-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 3px;
  transition: color .2s, border-color .2s;
}
.btn-link:hover { color: #CC0000; border-color: #CC0000; }

.btn-link-red {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CC0000;
  border-bottom: 1px solid #CC0000;
  padding-bottom: 2px;
  transition: opacity .2s;
}
.btn-link-red:hover { opacity: .65; }

.btn-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: border-color .25s, background .25s;
}
.btn-circle:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ── SECTION EYEBROW ── */
.eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #CC0000;
  margin-bottom: 12px;
  display: block;
}

/* ── CONTACT CTA (shared) ── */
.contact-cta {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 80px;
  overflow: hidden;
}
.contact-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://static.wixstatic.com/media/98a310_d86eed39589846cb90c4a440d487bbb2~mv2.png');
  background-size: min(560px, 64%) auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .55;
}
.contact-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7) 40%, rgba(0,0,0,.15));
}
.contact-cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 48px;
}
.contact-cta h2 {
  font-family: var(--heading-font);
  font-weight: 300;
  font-size: clamp(28px, 3.5vw, 52px);
  color: #fff;
  line-height: 1.2;
  max-width: 560px;
}
.contact-cta h2 span { color: #CC0000; }

/* ── HAMBURGER BUTTON ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 4px;
  z-index: 1001;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .35s cubic-bezier(.16,.84,.44,1), opacity .25s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE ── */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-hamburger { display: flex; }
  .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px; left: 0; right: 0;
    background: rgba(8,8,8,.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    gap: 0;
    padding: 8px 0 24px;
    border-top: 1px solid rgba(255,255,255,.08);
    transform: translateY(-115%);
    opacity: 0;
    pointer-events: none;
    transition: transform .45s cubic-bezier(.16,.84,.44,1), opacity .3s ease;
    z-index: 999;
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .nav-links li {
    width: 100%;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .45s cubic-bezier(.16,.84,.44,1);
  }
  .nav-links.open li { opacity: 1; transform: translateY(0); }
  .nav-links.open li:nth-child(1) { transition-delay: .10s; }
  .nav-links.open li:nth-child(2) { transition-delay: .16s; }
  .nav-links.open li:nth-child(3) { transition-delay: .22s; }
  .nav-links.open li:nth-child(4) { transition-delay: .28s; }
  .nav-links.open li:nth-child(5) { transition-delay: .34s; }
  .nav-links a::after { display: none; }
  .nav-links li a {
    display: block;
    padding: 16px 24px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    color: rgba(255,255,255,.7);
    transition: color .25s ease, background .25s ease, padding-left .25s ease, box-shadow .25s ease;
  }
  .nav-links li a:hover,
  .nav-links li a.active {
    color: #fff;
    background: rgba(204,0,0,.08);
    padding-left: 32px;
    box-shadow: inset 3px 0 0 #CC0000;
  }
  .nav-links li:last-child a { border-bottom: none; }
  footer { grid-template-columns: 1fr; padding: 48px 24px 32px; gap: 36px; }
  .footer-bottom { padding: 16px 24px 28px; }
  .contact-cta { padding: 60px 24px; min-height: 380px; }
  .contact-cta-content { flex-direction: column; align-items: flex-start; }
}

/* ── ENHANCED ANIMATIONS (global) ── */

/* Nav: drop in on load, shrink + shadow on scroll */
@keyframes navDrop { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } }
nav {
  animation: navDrop .6s cubic-bezier(.16,.84,.44,1);
  transition: background .3s ease, height .4s cubic-bezier(.16,.84,.44,1), box-shadow .3s ease;
}
nav.scrolled {
  height: 62px;
  background: rgba(8,8,8,.99);
  box-shadow: 0 8px 30px rgba(0,0,0,.4);
}
.nav-logo img { transition: height .4s cubic-bezier(.16,.84,.44,1); }
nav.scrolled .nav-logo img { height: 40px; }

/* Nav links: animated underline */
.nav-links a { position: relative; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -7px; height: 1px; width: 100%;
  background: #CC0000; transform: scaleX(0); transform-origin: left;
  transition: transform .3s cubic-bezier(.16,.84,.44,1);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

/* Button micro-interactions */
.btn-outline-white { transition: border-color .25s, color .25s, transform .25s ease; }
.btn-outline-white:hover { transform: translateY(-3px); }
.btn-link, .btn-link-red { transition: color .2s, border-color .2s, transform .2s ease, opacity .2s; }
.btn-link:hover, .btn-link-red:hover { transform: translateX(4px); }
.btn-circle { transition: border-color .25s, background .25s, transform .3s cubic-bezier(.16,.84,.44,1); }
.btn-circle:hover { transform: scale(1.06); }

/* Footer link nudge */
.footer-col ul li a { transition: color .2s, transform .2s ease; display: inline-block; }
.footer-col ul li a:hover { transform: translateX(4px); }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal, .reveal-left, .reveal-right, .reveal-scale, .reveal-blur { opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* ── PAGE TRANSITIONS ── */
html { background: #111; }
@keyframes pageFadeIn { from { opacity: 0; } to { opacity: 1; } }
body { animation: pageFadeIn .3s ease both; }

#page-curtain {
  position: fixed; inset: 0; z-index: 9999;
  background: #0a0a0a;
  transform: translateY(100%);
  pointer-events: none;
  display: flex; align-items: center; justify-content: center;
}
#page-curtain.cover {
  transform: translateY(0);
  transition: transform .32s cubic-bezier(.76,0,.24,1);
}
#page-curtain .pc-mark {
  width: min(220px, 46vw); height: auto;
  opacity: 0; transform: scale(.9);
  transition: opacity .2s ease .06s, transform .26s cubic-bezier(.16,.84,.44,1) .06s;
}
#page-curtain.cover .pc-mark { opacity: 1; transform: scale(1); }

@media (prefers-reduced-motion: reduce) {
  body { animation: none; }
  #page-curtain { display: none !important; }
}

/* ── MOBILE CALL BUTTON ── */
.mobile-call { display: none; }
@media (max-width: 900px) {
  .mobile-call {
    display: inline-flex; align-items: center; gap: 9px;
    position: fixed; right: 18px; bottom: 20px; z-index: 1200;
    background: #CC0000; color: #fff;
    font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .03em;
    padding: 14px 20px; border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0,0,0,.45), 0 0 0 4px rgba(204,0,0,.18);
    text-decoration: none;
    animation: callPulse 2.4s ease-in-out infinite;
  }
  .mobile-call:active { transform: scale(.96); }
  .mobile-call svg { display: block; }
  @keyframes callPulse {
    0%, 100% { box-shadow: 0 8px 24px rgba(0,0,0,.45), 0 0 0 0 rgba(204,0,0,.4); }
    50% { box-shadow: 0 8px 24px rgba(0,0,0,.45), 0 0 0 10px rgba(204,0,0,0); }
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-call { animation: none !important; }
}

/* ── SHARED SCROLL JS ── */
