:root {
  --ink: #17100d;
  --ink-soft: #2b2020;
  --cream: #fff6df;
  --paper: #fffdf6;
  --yellow: #ffbd00;
  --pink: #ef0064;
  --orange: #ff6422;
  --purple: #641b86;
  --white: #fff;
  --container: 1160px;
  --header-height: 72px;
  --pink-text: #990040;
  --shadow: 0 18px 50px rgba(23, 16, 13, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); scrollbar-gutter: stable; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.6; overflow-x: hidden; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }
::selection { background: var(--pink); color: var(--white); }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; transform: translateY(-180%); padding: 12px 16px; background: var(--white); color: var(--ink); font-weight: 800; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(23, 16, 13, .92); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.main-nav { display: flex; align-items: center; gap: 20px; }
.main-nav a { text-decoration: none; font-size: .8rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.main-nav a:not(.nav-cta):hover { color: var(--yellow); }
.nav-cta { padding: 11px 15px; color: var(--ink); background: var(--yellow); border-radius: 8px; }
.nav-cta:hover { background: var(--white); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 11px; border: 0; border-radius: 8px; background: transparent; color: var(--white); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 3px; margin: 5px 0; background: currentColor; border-radius: 99px; }

.hero { position: relative; isolation: isolate; min-height: calc(100svh - 72px); display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/hero-1600.webp") 58% center / cover no-repeat; opacity: .34; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(18,7,18,.96) 0%, rgba(35,8,32,.82) 46%, rgba(35,8,32,.5) 100%), linear-gradient(0deg, rgba(10,5,8,.82), transparent 62%), radial-gradient(circle at 16% 14%, rgba(255,189,0,.28), transparent 24%); pointer-events: none; }
.hero-inner { padding-block: clamp(70px, 11vw, 130px); }
.hero-copy { max-width: 800px; }
.hero-wordmark { width: min(540px, 100%); height: auto; margin: 0 0 24px; filter: contrast(1.65) saturate(1.1); mix-blend-mode: screen; }
.eyebrow { margin: 0 0 16px; color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dark { color: var(--pink-text); }
h1, h2, h3 { margin-top: 0; font-weight: 900; text-transform: uppercase; text-wrap: balance; }
h1 { margin-bottom: 26px; font-size: clamp(3.6rem, 7vw, 6.6rem); line-height: .98; letter-spacing: -.055em; }
h1 span { color: #cb0055; }
h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: 1; letter-spacing: -.055em; }
h3 { margin-bottom: 12px; font-size: clamp(1.6rem, 2.7vw, 2.35rem); line-height: 1.08; letter-spacing: -.035em; }
.hero-lead { max-width: 630px; margin: 0 0 28px; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.48; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 18px; border: 2px solid transparent; border-radius: 9px; text-decoration: none; font-size: .82rem; font-weight: 900; letter-spacing: .055em; text-align: center; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--white); text-underline-offset: 5px; font-weight: 800; }
.text-link:hover { color: var(--yellow); }
.text-link.light { margin-top: 18px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 34px 0 0; list-style: none; color: rgba(255,255,255,.8); font-size: .86rem; font-weight: 700; }
.hero-facts li::before { content: "●"; margin-right: 8px; color: var(--yellow); }

.section { padding-block: clamp(74px, 9vw, 126px); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 460px; margin: 0 0 4px; color: #554a45; font-size: 1.08rem; }
.services { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, var(--cream) 0 72%, #ffe18a 72%); }
.services::before { content: ""; position: absolute; right: -120px; bottom: -170px; z-index: 0; width: min(52vw, 660px); aspect-ratio: 520 / 639; background: url("assets/logo-mark.webp") center / contain no-repeat; opacity: .14; mix-blend-mode: screen; transform: rotate(-12deg); pointer-events: none; }
.services::after { content: "TROPA LO TROP"; position: absolute; right: -80px; top: 105px; z-index: 0; color: rgba(239,0,100,.09); font-size: clamp(5rem, 13vw, 12rem); font-weight: 900; letter-spacing: -.09em; line-height: .8; white-space: nowrap; transform: rotate(-6deg); pointer-events: none; }
.services > .container { position: relative; z-index: 1; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; display: flex; align-items: flex-end; min-height: 570px; overflow: hidden; border-radius: 18px; color: var(--white); background: var(--ink-soft); box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(11,6,8,.98) 0%, rgba(11,6,8,.55) 52%, rgba(11,6,8,.02) 78%); }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover > img { transform: scale(1.045); }
.service-content { position: relative; z-index: 2; padding: 28px; }
.service-content p { margin: 0 0 18px; color: rgba(255,255,255,.88); }
.service-number { color: var(--yellow) !important; font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.service-content a { display: inline-flex; gap: 8px; align-items: center; color: var(--yellow); font-weight: 900; text-underline-offset: 5px; }

.live { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: var(--purple); }
.live::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(31,6,43,.97), rgba(100,27,134,.76)), url("assets/video-poster.webp") center / cover no-repeat; opacity: .58; pointer-events: none; }
.live::after { content: "♪"; position: absolute; right: -20px; top: -120px; color: rgba(255,255,255,.09); font-size: 32rem; font-weight: 900; line-height: 1; transform: rotate(12deg); pointer-events: none; }
.live-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px, 7vw, 90px); align-items: center; }
.live-copy p:not(.eyebrow) { max-width: 440px; font-size: 1.1rem; }
.video-facade { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 4px solid var(--white); border-radius: 20px; background: #080609; box-shadow: 16px 16px 0 var(--yellow); }
.video-facade > img, .video-facade iframe { width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 52%); pointer-events: none; }
.video-facade.is-playing::after { display: none; }

.play-button { position: absolute; top: 50%; left: 50%; z-index: 3; width: 86px; height: 86px; border: 4px solid var(--white); border-radius: 50%; color: var(--ink); background: var(--yellow); cursor: pointer; transform: translate(-50%, -50%); transition: transform .2s ease, background .2s ease; }
.play-button span { display: block; margin-left: 5px; font-size: 2rem; }
.play-button:hover { background: var(--white); transform: translate(-50%, -50%) scale(1.06); }

.reviews { position: relative; isolation: isolate; overflow: hidden; background: var(--paper); }
.reviews::before { content: "TROPA LO TROP"; position: absolute; left: -40px; bottom: -38px; z-index: 0; color: rgba(100,27,134,.055); font-size: clamp(6rem, 17vw, 17rem); font-weight: 900; letter-spacing: -.1em; line-height: .8; white-space: nowrap; transform: rotate(-3deg); pointer-events: none; }
.reviews > .container { position: relative; z-index: 1; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rating-card { display: flex; min-height: 270px; flex-direction: column; align-items: flex-start; padding: 30px; border: 3px solid var(--ink); border-radius: 16px; text-decoration: none; background: var(--white); box-shadow: 8px 8px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.rating-card:hover { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 var(--ink); }
.rating-card.featured { background: var(--yellow); }
.rating-source { margin-bottom: auto; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rating-card strong { margin-top: 22px; font-size: 4rem; line-height: 1; letter-spacing: -.07em; }
.rating-card strong span { font-size: 1rem; letter-spacing: 0; }
.stars { color: var(--pink); font-size: 1.15rem; letter-spacing: .11em; }
.rating-card > span:last-child { margin-top: 8px; font-size: .86rem; font-weight: 700; }
.review-quote { max-width: 890px; margin: 70px auto 0; text-align: center; }
.review-quote p { margin: 0 0 16px; font-size: clamp(1.6rem, 3vw, 2.55rem); font-weight: 900; line-height: 1.16; letter-spacing: -.03em; }
.review-quote footer { color: #665a54; font-size: .9rem; }
.review-quote a { font-weight: 800; text-underline-offset: 4px; }

.gallery-section { position: relative; overflow: hidden; background: linear-gradient(128deg, var(--cream) 0 67%, var(--yellow) 67%); }
.gallery-section::before { content: ""; position: absolute; right: -130px; top: 65px; width: min(50vw, 620px); aspect-ratio: 520 / 639; background: url("assets/logo-mark.webp") center / contain no-repeat; opacity: .13; mix-blend-mode: screen; transform: rotate(11deg); pointer-events: none; }
.gallery-section > .container { position: relative; z-index: 1; }
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.gallery-item { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; min-width: 0; padding: 0; border: 0; border-radius: 14px; background: var(--ink); cursor: zoom-in; box-shadow: 0 8px 22px rgba(23,16,13,.16); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-item:hover img { filter: saturate(1.12); transform: scale(1.045); }
.gallery-wide { grid-column: auto; }
.gallery-tall { grid-row: auto; }

.join { position: relative; overflow: hidden; color: var(--white); background: #cb0055; }
.join::before { content: "TROPA LO TROP"; position: absolute; right: -40px; bottom: -62px; color: rgba(255,255,255,.12); font-size: clamp(7rem, 17vw, 16rem); font-weight: 900; letter-spacing: -.1em; line-height: .8; white-space: nowrap; }
.join::after { content: ""; position: absolute; left: -120px; top: -110px; width: min(44vw, 540px); aspect-ratio: 520 / 639; background: url("assets/logo-mark.webp") center / contain no-repeat; opacity: .15; mix-blend-mode: screen; transform: rotate(-13deg); pointer-events: none; }
.join-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.join-grid > div { max-width: 530px; }
.join-grid > div > p:not(.eyebrow) { margin-bottom: 28px; font-size: 1.12rem; }
.join-grid > img { width: 100%; max-height: 540px; object-fit: cover; border: 4px solid var(--white); border-radius: 20px; box-shadow: 15px 15px 0 var(--yellow); transform: rotate(1deg); }

.contact { position: relative; overflow: hidden; padding-block: clamp(64px, 8vw, 105px); background: var(--yellow); }
.contact::before { content: ""; position: absolute; right: -70px; bottom: -54px; width: min(58vw, 720px); aspect-ratio: 960 / 247; background: url("assets/logo-wordmark.webp") center / contain no-repeat; opacity: .17; mix-blend-mode: screen; transform: rotate(-5deg); pointer-events: none; }
.contact::after { content: "● ● ●"; position: absolute; right: -30px; top: -74px; color: rgba(239,0,100,.16); font-size: 10rem; font-weight: 900; letter-spacing: .02em; transform: rotate(9deg); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.contact h2 { margin-bottom: 16px; }
.contact p { max-width: 650px; margin: 0; font-size: 1.1rem; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.contact-email, .contact-phone { font-weight: 900; text-underline-offset: 4px; }

.site-footer { padding-block: 48px; color: var(--white); background: var(--ink); border-top: 5px solid var(--pink); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 38px; align-items: center; }
.footer-brand img { width: 245px; height: auto; filter: contrast(1.65) saturate(1.1); mix-blend-mode: screen; }
.footer-brand p, .footer-meta p { margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: .84rem; }
.social-links { display: flex; flex-direction: column; gap: 10px; }
.social-links a, .footer-meta a { font-weight: 800; text-underline-offset: 5px; }
.social-links a:hover, .footer-meta a:hover { color: var(--yellow); }
.footer-meta { justify-self: end; text-align: right; }
.footer-meta img { width: 178px; height: auto; margin-left: auto; padding: 7px; background: var(--white); border-radius: 7px; }
.footer-meta a { display: inline-block; margin-top: 8px; color: rgba(255,255,255,.78); font-size: .84rem; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 60px; height: 60px; display: grid; place-items: center; border: 3px solid var(--white); border-radius: 50%; color: #062e17; background: #25d366; box-shadow: 0 10px 28px rgba(0,0,0,.3); text-decoration: none; font-size: .77rem; font-weight: 900; }
.floating-whatsapp:hover { transform: translateY(-2px); }
.lightbox { width: calc(100dvw - 20px); max-width: none; height: calc(var(--lightbox-vh, 100dvh) - 20px); max-height: none; padding: 12px; border: 0; border-radius: 16px; color: var(--white); background: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.55); overflow: hidden; }
.lightbox[open] { display: grid; grid-template-rows: minmax(0, 1fr) auto auto auto; }
.lightbox::backdrop { background: rgba(8,3,9,.88); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; border-radius: 10px; touch-action: pan-y pinch-zoom; user-select: none; }
.lightbox p { margin: 10px 6px 4px; font-weight: 700; }
.lightbox-close { position: absolute; top: 18px; right: 18px; z-index: 2; width: 46px; height: 46px; border: 2px solid var(--white); border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 1.7rem; line-height: 1; cursor: pointer; box-shadow: 0 5px 14px rgba(0,0,0,.35); }
.legal-article { max-width: 780px; }
.legal-title { color: var(--ink); font-size: clamp(3rem, 9vw, 6rem); }
.legal-subtitle { margin-top: 42px; font-size: 2rem; }
.legal-back { margin-top: 42px; }
.not-found { color: var(--white); background: var(--ink); }
.not-found-inner { max-width: 760px; text-align: center; }
.not-found-title { font-size: clamp(4rem, 15vw, 9rem); }

@media (max-width: 1100px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 72px; right: 0; left: 0; height: calc(100svh - 72px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 20px 90px; background: var(--ink); overflow-y: auto; visibility: hidden; transform: translateX(105%); transition: transform .25s ease, visibility .25s; }
  .main-nav.open { transform: translateX(0); visibility: visible; }
  .main-nav a { padding: 16px 8px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 1.05rem; }
  .main-nav .nav-cta { margin-top: 18px; padding: 15px; border-bottom: 0; text-align: center; }
  .hero { min-height: auto; }
  .hero-inner { padding-block: 72px 84px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 500px; }
  .live-grid, .join-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .rating-card:last-child { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { min-height: 76px; }
  .main-nav { top: 76px; height: calc(100svh - 76px); }
  h1 { font-size: clamp(3.1rem, 14vw, 5rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.8rem); }
  .hero-inner { padding-block: 58px 72px; }
  .hero::before { background-image: url("assets/hero-960.webp"); background-position: 58% center; opacity: .3; }
  .hero-wordmark { width: min(100%, 430px); margin-bottom: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { flex-direction: column; gap: 6px; }
  .section { padding-block: 72px; }
  .service-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 500px; }
  .service-content { padding: 22px; }
  .rating-card, .rating-card:last-child { grid-column: auto; min-height: 230px; }
  .video-facade { margin-right: 9px; box-shadow: 9px 9px 0 var(--yellow); }
  .play-button { width: 70px; height: 70px; }
  
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gallery-wide { grid-column: auto; }
  .gallery-tall { grid-row: auto; }
  .join-grid > img { box-shadow: 9px 9px 0 var(--yellow); }
  .footer-grid { grid-template-columns: 1fr; }
  .social-links { flex-direction: row; flex-wrap: wrap; gap: 10px 20px; }
  .footer-meta { justify-self: start; text-align: left; }
  .footer-meta img { margin-left: 0; }
  .footer-brand img { width: min(265px, 100%); }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 56px; height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (forced-colors: active) {
  .button, .nav-cta, .rating-card, .play-button { border: 2px solid currentColor; }
}

/* Refinamientos de accesibilidad y contenido, conservando la identidad del sitio. */
.mobile-brand { display: none; color: var(--yellow); font-weight: 900; text-decoration: none; }
.container > *, .live-grid > *, .join-grid > *, .contact-grid > *, .section-heading > *, .faq-layout > * { min-width: 0; }
a, p, h1, h2, h3, summary { overflow-wrap: break-word; }
.video-block { min-width: 0; }
.video-notice { margin: 26px 0 0; font-size: .88rem; color: var(--white); }
.video-notice a { text-underline-offset: 4px; }
.source-note { margin: 32px 0 0; color: #554a45; font-size: .9rem; }
.stars { position: relative; display: inline-block; color: #776764; }
.stars::before { content: "★★★★★"; position: absolute; inset: 0 auto 0 0; overflow: hidden; color: #a80048; white-space: nowrap; }
.stars-49::before { width: 98%; }
.stars-50::before { width: 100%; }
.stars-44::before { width: 88%; }
.join .eyebrow { color: var(--white); }
.about { background: var(--paper); }
.about .section-heading { margin-bottom: 0; align-items: center; }
.about-copy p { margin-top: 0; }
.about-copy a { font-weight: 700; text-underline-offset: 4px; }
.about-link { display: inline-flex; align-items: center; min-height: 44px; }
.faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.faq-layout > div > p:not(.eyebrow) { max-width: 440px; }
.faq-list details { border-bottom: 1px solid #c9bca9; padding: 4px 0; }
.faq-list summary { padding: 18px 8px; min-height: 48px; cursor: pointer; font-weight: 800; font-size: 1.05rem; }
.faq-list details[open] summary { color: var(--pink-text); }
.faq-list details p { margin: 0; padding: 0 8px 22px; }
.faq-list a { font-weight: 700; text-underline-offset: 4px; }
.contact-email, .contact-phone, .social-links a, .footer-meta a { display: inline-flex; align-items: center; min-height: 44px; }
.contact-actions { gap: 4px; }
.lightbox-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
.lightbox-toolbar button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; min-width: 48px; padding: 8px 14px; border: 2px solid var(--yellow); border-radius: 8px; color: var(--white); background: transparent; cursor: pointer; }
.lightbox .lightbox-count { margin: 0; white-space: nowrap; text-align: center; }
.lightbox .lightbox-help { margin-bottom: 6px; color: #d9d4d0; font-size: .85rem; font-weight: 400; }
.legal-article { overflow-wrap: anywhere; }
.legal-article h1 { line-height: 1.05; }
.legal-article h2 { line-height: 1.15; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 32px; }
.legal-nav a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; }
.no-js .play-button { display: none; }

@media (max-width: 1100px) {
  .nav-wrap { justify-content: space-between; }
  .mobile-brand { display: inline-flex; align-items: center; min-height: 48px; }
  .main-nav { top: var(--header-height); height: calc(100svh - var(--header-height)); }
  .faq-layout { grid-template-columns: 1fr; gap: 26px; }
  .no-js .nav-wrap { display: block; padding-block: 12px; }
  .no-js .menu-toggle { display: none; }
  .no-js .main-nav { position: static; height: auto; visibility: visible; transform: none; padding: 8px 0; }
}
@media (max-width: 680px) {
  :root { --header-height: 76px; }
  .hero-wordmark { max-width: 430px; }
  .footer-grid { padding-bottom: 48px; }
  .lightbox { width: calc(100dvw - 8px); height: calc(var(--lightbox-vh, 100dvh) - 8px); padding: 8px; border-radius: 10px; }
  .lightbox-toolbar { gap: 6px; }
  .lightbox-toolbar button { padding-inline: 10px; }
}
:focus-visible { outline: 3px solid #17100d; outline-offset: 3px; box-shadow: 0 0 0 6px #fff; }

/* Fotos completas y detalles desplegables de cada actuación. */
.service-card, .service-card:last-child { display: block; min-height: 0; align-self: start; }
.service-card::after { content: none; }
.service-summary { display: block; list-style: none; cursor: pointer; }
.service-summary::-webkit-details-marker { display: none; }
.service-summary > img { position: static; width: 100%; height: 300px; object-fit: contain; background: var(--ink); }
.service-heading { display: block; padding: 24px; }
.service-number { display: block; margin-bottom: 12px; }
.service-title { display: block; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 900; line-height: 1.15; text-transform: uppercase; }
.service-hint { display: block; margin-top: 18px; color: var(--yellow); font-weight: 700; }
.service-close-label { display: none; }
.service-card[open] { grid-column: 1 / -1; }
.service-card[open] .service-summary > img { height: auto; max-height: 68svh; object-fit: contain; }
.service-card[open] .service-open-label { display: none; }
.service-card[open] .service-close-label { display: inline; }
.service-card[open] .service-heading { padding-bottom: 0; }
.service-card[open] .service-title { display: none; }
.service-content { max-width: 850px; padding-top: 20px; }
.service-content a { min-height: 48px; }
.service-card:last-child:not([open]) { grid-column: auto; }
/* Mosaico completo; el visor interior permite recorrer las fotos a tamaño máximo. */
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; overflow: visible; padding: 0; }
.gallery-item { position: relative; display: block; min-width: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 14px; background: var(--ink); text-decoration: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item:hover img { filter: saturate(1.12); transform: scale(1.045); }
.gallery-caption { position: absolute; inset: auto 0 0; display: block; padding: 34px 14px 12px; color: var(--white); background: linear-gradient(transparent, rgba(23,16,13,.9)); font-size: .88rem; font-weight: 700; }
.gallery-instructions { margin: 0 0 12px; }
@media (max-width: 680px) {
  .service-summary > img { height: auto; max-height: 420px; }
  .service-heading { padding: 22px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .gallery-caption { padding: 28px 9px 8px; font-size: .72rem; }
  .lightbox-toolbar button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}
