:root {
	--blue: #0b3041;
	--blue-deep: #082433;
	--mint: #79d0ab;
	--green: #38a87b;
	--white: #f7fbf9;
	--muted: #a8bdb8;
	--line: rgba(247, 251, 249, .2);
	--body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { width: 100%; max-width: 100%; margin: 0; padding-top: 84px; overflow-x: hidden; background: var(--blue); color: var(--white); font: 15px var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; height: 84px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(11, 48, 65, .94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 11px; color: var(--white); font-weight: 700; font-size: 17px; letter-spacing: 1.5px; white-space: nowrap; }
.brand-logo { width: 35px; height: 35px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 34px; font-weight: 600; font-size: 13px; }
.nav-links a:not(.nav-cta):hover, .text-link:hover { color: var(--mint); }
.live-nav-link { display: inline-flex; align-items: center; gap: 8px; }
.nav-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #f05252; box-shadow: 0 0 0 4px rgba(240, 82, 82, .15); animation: live-pulse 1.4s ease-in-out infinite; }
@keyframes live-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.75); } }
.nav-cta { border: 1px solid var(--mint); color: var(--mint); padding: 12px 16px; }
.nav-cta span { margin-left: 20px; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; background: none; border: 0; color: var(--white); font-size: 22px; cursor: pointer; }

.section-grid { display: grid; width: 100%; max-width: 100%; grid-template-columns: 1fr 1.4fr; gap: 8vw; padding: 100px 8vw; }
.section-grid > *, .portfolio-heading > *, .portfolio-mosaic > *, .gallery > * { min-width: 0; }
.hero { min-height: 0; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 4vw; align-items: center; padding: 92px 6vw; background: #103f4d; color: var(--white); }
.hero-copy { max-width: 760px; min-width: 0; container-type: inline-size; }
.eyebrow, .kicker { color: var(--mint); font-size: 10px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.live-dot { height: 7px; width: 7px; border-radius: 50%; background: var(--mint); display: inline-block; box-shadow: 0 0 0 4px rgba(121, 208, 171, .18); }
.hero .eyebrow { color: var(--white); }
.hero .live-dot { background: #f05252; box-shadow: 0 0 0 4px rgba(240, 82, 82, .15); animation: live-pulse 1.4s ease-in-out infinite; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 700; line-height: .9; letter-spacing: -2px; margin: 24px 0; }
h1 { font-size: clamp(64px, 10vw, 140px); }
.hero h1 { margin-bottom: 0; }
.event-heading { width: 100%; }
.event-title { display: block; max-width: 100%; white-space: nowrap; color: var(--white); font-family: var(--body); font-size: clamp(38px, 11.1cqw, 96px) !important; font-weight: 800; line-height: .9; letter-spacing: -.055em; }
.event-location { display: block; width: 100%; margin-top: 10px; color: var(--mint); font-size: clamp(13px, 1.35vw, 20px); line-height: 1; letter-spacing: clamp(2px, .5vw, 7px); word-spacing: 0; white-space: nowrap; }
h2 { font-size: clamp(54px, 8vw, 105px); }
em { color: var(--mint); font-style: normal; }
.hero-intro, .section-heading > p:last-child, .stories-note { max-width: 430px; color: var(--muted); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.button { border: 0; padding: 16px 20px; font: 600 12px var(--body); cursor: pointer; display: inline-flex; gap: 28px; align-items: center; }
.button-dark { background: var(--mint); color: var(--blue); }
.button-light { background: var(--blue); color: var(--white); }
.button:hover { transform: translateY(-2px); }
.text-link { color: var(--mint); font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--mint); padding-bottom: 4px; }
.hero-visual { position: relative; }
.hero-visual img { height: 520px; filter: saturate(.8) contrast(1.05); }
.hero-visual:after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255, 255, 255, .5); pointer-events: none; }
.hero-stamp { position: absolute; top: 38px; right: 35px; color: var(--mint); font-size: 40px; font-weight: 700; line-height: .76; font-style: italic; text-align: right; z-index: 1; }
.hero-stamp span { font-size: 23px; color: white; }
.hero-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 17px 22px; background: rgba(8, 36, 51, .92); display: flex; justify-content: space-between; color: white; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.hero-stream { width: 100%; min-width: 0; justify-self: end; }
.hero-video { position: relative; isolation: isolate; display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.hero-video img { height: 100%; aspect-ratio: auto; object-fit: cover; filter: saturate(.8) contrast(1.05); transition: transform .5s, filter .5s; }
.hero-video iframe, #youtube-player { display: block; width: 100%; height: 100%; border: 0; }
.hero-video:hover img { transform: scale(1.03); filter: saturate(1) contrast(1.05); }
.stream-waiting-frame { position: absolute; z-index: 10; inset: 0; width: 100%; height: 100%; border: 0; background: var(--blue); opacity: 1; visibility: visible; transform: translateZ(0); transition: opacity .4s ease, visibility .4s ease; pointer-events: none; }
.hero-video.is-live .stream-waiting-frame { opacity: 0; visibility: hidden; }
.video-order { display: grid; gap: 18px; padding: 24px; background: var(--blue-deep); border-top: 3px solid var(--mint); }
.video-order p { margin: 0; color: var(--white); font-size: 18px; line-height: 1.45; }
.video-order strong { color: var(--mint); }
.whatsapp-button { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 18px; background: var(--mint); color: var(--blue-deep); font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; transition: transform .2s, background .2s; }
.whatsapp-button:hover { transform: translateY(-2px); background: #91dfbc; }
.whatsapp-button span { font-size: 20px; }

.portfolio-showcase { padding: 112px 8vw 120px; background: var(--blue-deep); }
.portfolio-heading { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(260px, .62fr); column-gap: 8vw; align-items: end; margin-bottom: 54px; }
.portfolio-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 21px; }
.portfolio-heading h2 { margin: 0; line-height: 1; letter-spacing: -.5px; }
.portfolio-offer { max-width: 370px; margin: 0 0 5px; }
.portfolio-offer p { color: var(--muted); line-height: 1.65; margin: 0 0 22px; }
.photo-order-button { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 18px; border: 1px solid var(--mint); background: var(--mint); color: var(--blue-deep); font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.photo-order-button:hover { background: #91dfbc; color: var(--blue-deep); transform: translateY(-2px); }
.photo-order-button span { font-size: 20px; }
.portfolio-mosaic { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 12px; }
.mosaic-item { position: relative; overflow: hidden; margin: 0; background: #103f4d; min-width: 0; }
.mosaic-item img { width: 100%; height: auto; object-fit: contain; filter: none; transition: transform .45s ease; }
.mosaic-item:hover img { transform: scale(1.02); }
.mosaic-item figcaption { position: absolute; z-index: 1; left: 18px; bottom: 16px; display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 13px; font-weight: 700; }
.mosaic-item figcaption span { color: var(--mint); font-size: 10px; letter-spacing: 1px; }
.mosaic-tall { grid-row: span 2; }
.mosaic-wide { grid-column: span 2; }
.reels-showcase { padding: 100px 8vw; background: #103f4d; }
.reels-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 320px); align-items: end; gap: 50px; max-width: 900px; margin: 0 auto 40px; }
.reels-showcase h3 { margin: 0; color: var(--white); font-size: clamp(42px, 6vw, 82px); line-height: .95; letter-spacing: -1.5px; }
.reel-order-button { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 18px; background: var(--mint); color: var(--blue-deep); font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; transition: transform .2s, background .2s; }
.reel-order-button:hover { transform: translateY(-2px); background: #91dfbc; }
.reel-order-button span { font-size: 20px; }
.reels-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 900px; margin: 0 auto; }
.reels-grid video { display: block; width: 100%; max-height: 78vh; aspect-ratio: 9 / 16; background: #020b0f; object-fit: contain; pointer-events: none; user-select: none; }

.agenda, .services { align-items: end; }
.upcoming-list { border-top: 1px solid var(--line); }
.upcoming-row { --event-accent: var(--mint); display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 22px; margin-top: 10px; padding: 24px 20px; border-left: 4px solid var(--event-accent); border-bottom: 1px solid var(--line); background: linear-gradient(90deg, color-mix(in srgb, var(--event-accent) 12%, transparent), transparent 48%); }
.upcoming-row:nth-child(2) { --event-accent: #f1bc68; }
.upcoming-row:nth-child(3) { --event-accent: #e87878; }
.upcoming-row time { display: grid; justify-items: center; color: var(--event-accent); }
.upcoming-row time strong { color: var(--white); font-size: 42px; line-height: 1; }
.upcoming-row time span { margin-top: 5px; font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.upcoming-info p { margin: 0 0 6px; color: var(--event-accent); font-size: 10px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.upcoming-info h3 { margin: 0; font-size: clamp(20px, 2vw, 28px); }
.countdown { display: grid; grid-template-columns: repeat(4, 44px); gap: 5px; }
.countdown span { display: grid; justify-items: center; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.countdown b { color: var(--white); font-size: 20px; line-height: 1.2; }
.section-heading h2 { margin-bottom: 22px; }
.event-list, .service-list { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 80px 1fr 115px 30px; align-items: center; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.event-date { display: flex; align-items: center; gap: 8px; }
.event-date strong { font-size: 48px; line-height: 1; }
.event-date span, .event-type { color: var(--muted); font-size: 9px; letter-spacing: 1px; }
.event-info h3 { font-size: 24px; margin: 0; }
.event-info .kicker { margin: 0 0 5px; }
.event-type { text-transform: uppercase; }
.arrow { font-size: 22px; color: var(--mint); }

.stories { background: #103f4d; padding: 100px 8vw; }
.stories-top { padding: 0 0 55px; align-items: end; }
.stories-top h2 { margin: 0; }
.stories-note { justify-self: end; margin: 0; }
.gallery { display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 16px; }
.gallery figure { margin: 0; }
.gallery img { height: 330px; filter: grayscale(100%); transition: filter .4s, transform .4s; }
.gallery figure:hover img { filter: grayscale(0%); transform: scale(1.02); }
.gallery-large img { height: 465px; }
.gallery figcaption { color: var(--white); font-size: 16px; font-weight: 600; padding-top: 13px; }
.gallery figcaption span { color: var(--mint); font-size: 12px; margin-right: 14px; }

.service-item { display: grid; grid-template-columns: 42px 1fr 30px; gap: 20px; border-bottom: 1px solid var(--line); padding: 23px 0; }
.service-item > span { color: var(--mint); font-size: 11px; font-weight: 700; }
.service-item h3 { font-size: 30px; margin: 0 0 8px; }
.service-item p { color: var(--muted); line-height: 1.5; font-size: 13px; max-width: 440px; margin: 0; }
.service-item b { color: var(--mint); font-size: 22px; font-weight: 400; }

.contact { background: var(--mint); color: var(--blue); grid-template-columns: 1fr 1fr; align-items: end; }
.contact h2 em { color: var(--blue); }
.contact-copy > p:last-of-type { max-width: 300px; line-height: 1.6; }
.email-link { display: inline-block; border-bottom: 1px solid var(--blue); padding: 12px 0; font-weight: 700; margin-top: 20px; }
.email-link span { margin-left: 28px; }
.contact-form { display: grid; gap: 22px; }
.contact-form label { display: grid; gap: 7px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; }
.contact-form input { border: 0; border-bottom: 1px solid rgba(11, 48, 65, .45); background: transparent; color: var(--blue); padding: 10px 0; font: 15px var(--body); outline: 0; }
.contact-form input::placeholder { color: #48706d; }
.form-message { font-size: 12px; margin: 0; }
.site-footer { background: var(--blue-deep); padding: 28px 6vw; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer .brand { gap: 8px; font-size: 12px; letter-spacing: 1px; }
.site-footer .brand-logo { width: 26px; height: 26px; }
.site-footer p { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin: 0; }
.reveal { animation: rise .8s both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (min-width: 761px) {
	body { padding-top: 96px; font-size: 17px; }
	.site-header { height: 96px; padding-left: 6vw; padding-right: 6vw; }
	.brand { font-size: 20px; }
	.brand-logo { width: 43px; height: 43px; }
	.nav-links { gap: 42px; font-size: 15px; }
	.hero { padding-top: 104px; padding-bottom: 104px; }
	.hero-intro { font-size: 18px; line-height: 1.7; }
	.eyebrow, .kicker { font-size: 12px; }
	.live-dot { width: 8px; height: 8px; }
	.section-grid { padding-top: 120px; padding-bottom: 120px; }
	.event-info h3 { font-size: 28px; }
	.service-item h3 { font-size: 34px; }
	.service-item p, .stories-note, .section-heading > p:last-child { font-size: 15px; }
}

/* Evita que el directo invada el texto en portátiles y ventanas estrechas. */
@media (max-width: 1400px) {
	.hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}
	.hero-copy { max-width: 820px; }
	.hero-stream {
		width: 100%;
		max-width: 960px;
		justify-self: start;
	}
}

@media (max-width: 760px) {
	html { scroll-padding-top: 70px; }
	body { padding-top: 70px; }
	.site-header { height: 70px; padding: 0 5vw; }
	.brand { gap: 8px; font-size: 14px; letter-spacing: 1.2px; }
	.brand-logo { width: 32px; height: 32px; }
	.menu-toggle { display: block; }
	.nav-links { display: none; position: fixed; top: 70px; left: 0; right: 0; padding: 14px 7vw 22px; background: rgba(11, 48, 65, .98); z-index: 19; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 18px 35px rgba(0, 0, 0, .2); }
	.nav-links.open { display: flex; }
	.nav-links a { display: flex; align-items: center; min-height: 48px; border-bottom: 1px solid rgba(247, 251, 249, .1); }
	.nav-links a:last-child { border-bottom: 0; }
	.nav-cta { text-align: center; }
	.section-grid, .contact { grid-template-columns: minmax(0, 1fr); gap: 40px; padding: 64px 6vw; }
	.hero { gap: 22px; padding-top: 44px; padding-bottom: 54px; min-height: 0; }
	.hero h1 { margin: 18px 0 0; }
	.hero-intro { font-size: 14px; line-height: 1.6; margin-bottom: 0; }
	.hero-visual img { height: 390px; }
	.event-title { white-space: nowrap; font-size: 11.1cqw !important; font-weight: 800; line-height: .92; letter-spacing: -.055em; }
	.event-location { margin-top: 10px; font-size: clamp(11px, 3.45vw, 16px); letter-spacing: clamp(2px, 1.1vw, 4px); }
	.hero-stream, .hero-video { width: 100%; justify-self: stretch; }
	.hero-video iframe { max-width: 100%; }
	.video-order { gap: 16px; padding: 20px; }
	.video-order p { font-size: 17px; }
	.whatsapp-button { min-height: 54px; }
	.hero-video img { height: 100%; }
	h2 { font-size: clamp(46px, 15vw, 74px); letter-spacing: -1.5px; }
	.portfolio-showcase { padding: 64px 6vw; }
	.portfolio-heading { display: block; margin-bottom: 36px; }
	.portfolio-heading .eyebrow { margin-bottom: 18px; }
	.portfolio-heading h2 { margin-bottom: 24px; line-height: 1.03; letter-spacing: 0; }
	.portfolio-offer { max-width: 100%; }
	.photo-order-button { min-height: 54px; }
	.portfolio-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 10px; }
	.reels-showcase { padding: 64px 6vw; }
	.reels-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 28px; }
	.reels-showcase h3 { font-size: clamp(42px, 13vw, 66px); line-height: 1; }
	.reels-grid { gap: 10px; }
	.event-row { grid-template-columns: 64px 1fr 25px; }
	.event-type { display: none; }
	.event-date strong { font-size: 38px; }
	.event-info h3 { font-size: 22px; }
	.upcoming-row { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; padding: 22px 0; }
	.upcoming-row time strong { font-size: 34px; }
	.countdown { grid-column: 1 / -1; width: 100%; grid-template-columns: repeat(4, 1fr); padding: 12px 10px; background: rgba(8, 36, 51, .5); }
	.countdown b { font-size: 19px; }
	.stories { padding: 64px 6vw; }
	.stories-top { padding: 0 0 35px; }
	.stories-note { justify-self: start; }
	.gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
	.gallery-large { grid-column: 1 / -1; }
	.gallery img, .gallery-large img { height: 270px; }
	.gallery-large img { height: 370px; }
	.contact-form { gap: 26px; }
	.email-link { max-width: 100%; overflow-wrap: anywhere; }
	.contact-form input { min-height: 44px; font-size: 16px; }
	.contact-form .button { justify-content: space-between; min-height: 52px; width: 100%; }
	.site-footer { padding: 22px 6vw; display: flex; justify-content: space-between; gap: 14px; }
	.site-footer .brand { font-size: 10px; }
	.site-footer .brand-logo { width: 23px; height: 23px; }
}

@media (max-width: 480px) {
	.portfolio-mosaic { grid-template-columns: 1fr 1fr; }
	.mosaic-item, .mosaic-tall, .mosaic-wide { grid-column: auto; grid-row: auto; height: auto; }
	.gallery { grid-template-columns: 1fr; }
	.gallery-large { grid-column: auto; }
	.gallery img, .gallery-large img { height: 300px; }
	.event-row { grid-template-columns: 50px minmax(0, 1fr) 20px; gap: 10px; }
	.event-date strong { font-size: 32px; }
	.event-date span { display: none; }
	.event-info h3 { font-size: 19px; }
	.service-item { grid-template-columns: 30px minmax(0, 1fr) 20px; gap: 12px; }
	.service-item h3 { font-size: 26px; }
}

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