:root {
  --bg: #03080c;
  --bg-soft: #08131b;
  --panel: rgba(12, 29, 40, .82);
  --panel-solid: #0b1923;
  --text: #f5fbff;
  --muted: #91a9b8;
  --cyan: #02d4ec;
  --cyan-soft: #65f3ff;
  --pink: #ff37c7;
  --purple: #895cff;
  --yellow: #ffec65;
  --line: rgba(255,255,255,.1);
  --shadow: 0 30px 90px rgba(0,0,0,.38);
  --radius: 28px;
  --display: "Bebas Neue", sans-serif;
  --body: "Space Grotesk", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: var(--body); overflow-x: hidden; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
::selection { color: #001318; background: var(--cyan); }
.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; z-index: 9999; left: 14px; top: -60px; padding: 12px 16px; color: #001318; background: var(--cyan); border-radius: 10px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 14px; }

.site-shell { position: relative; isolation: isolate; min-height: 100vh; overflow: hidden; background:
  radial-gradient(circle at 15% 10%, rgba(2,212,236,.1), transparent 26%),
  radial-gradient(circle at 90% 24%, rgba(255,55,199,.09), transparent 23%),
  linear-gradient(180deg, #03080c 0%, #051018 50%, #03080c 100%); }
.noise { position: fixed; inset: 0; z-index: -1; opacity: .14; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); }
.orb { position: fixed; z-index: -1; width: 36vw; aspect-ratio: 1; border-radius: 50%; filter: blur(85px); opacity: .08; pointer-events: none; }
.orb-cyan { left: -15vw; top: 22vh; background: var(--cyan); }
.orb-pink { right: -18vw; bottom: 5vh; background: var(--pink); }
.laser { position: fixed; z-index: -1; left: -20vw; width: 140vw; height: 1px; opacity: .18; pointer-events: none; transform-origin: center; animation: laserMove 9s ease-in-out infinite alternate; }
.laser-one { top: 28vh; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 18px var(--cyan); }
.laser-two { top: 70vh; background: linear-gradient(90deg, transparent, var(--pink), transparent); box-shadow: 0 0 18px var(--pink); animation-delay: -4s; }

.preloader { position: fixed; inset: 0; z-index: 9998; display: grid; place-content: center; justify-items: center; gap: 18px; background: #02070a; transition: opacity .5s ease, visibility .5s ease; }
.preloader.is-hidden { opacity: 0; visibility: hidden; }
.preloader-logo-wrap { position: relative; width: 92px; height: 92px; }
.preloader-logo { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; }
.preloader-ring { position: absolute; inset: -9px; border: 2px solid transparent; border-top-color: var(--cyan); border-right-color: var(--pink); border-radius: 50%; animation: spin 1.1s linear infinite; }
.loader-eq { height: 30px; display: flex; gap: 5px; align-items: end; }
.loader-eq span, .mini-eq i { width: 4px; border-radius: 5px; background: linear-gradient(var(--pink), var(--cyan)); animation: equalize .65s ease-in-out infinite alternate; }
.loader-eq span { height: 28px; }
.loader-eq span:nth-child(2), .mini-eq i:nth-child(2) { animation-delay: -.2s; }
.loader-eq span:nth-child(3), .mini-eq i:nth-child(3) { animation-delay: -.45s; }
.loader-eq span:nth-child(4), .mini-eq i:nth-child(4) { animation-delay: -.1s; }
.loader-eq span:nth-child(5), .mini-eq i:nth-child(5) { animation-delay: -.32s; }
.loader-eq span:nth-child(6) { animation-delay: -.5s; }
.loader-eq span:nth-child(7) { animation-delay: -.18s; }
.preloader p { margin: 0; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .2em; }

.site-header { position: relative; z-index: 100; width: min(1240px, calc(100% - 34px)); min-height: 94px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.07); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: cover; border: 2px solid rgba(2,212,236,.8); border-radius: 50%; box-shadow: 0 0 25px rgba(2,212,236,.25); }
.brand span { display: grid; line-height: .8; }
.brand strong, .brand small { font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; }
.brand strong { color: #fff; font-size: 1.45rem; }
.brand small { color: var(--cyan); font-size: 1rem; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 11px 13px; border-radius: 13px; color: #8fa6b5; font-size: .72rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: .2s ease; }
.site-nav a:hover, .site-nav a.active { color: #fff; background: rgba(255,255,255,.06); }
.site-nav a.active { box-shadow: inset 0 -1px var(--cyan); }
.site-nav .nav-cta { margin-left: 8px; color: #001419; background: var(--cyan); }
.site-nav .nav-cta:hover, .site-nav .nav-cta.active { color: #001419; background: var(--cyan-soft); box-shadow: 0 8px 28px rgba(2,212,236,.2); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; transition: .25s ease; }

.section-pad { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 112px 0; }
.kicker, .eyebrow { color: var(--cyan); font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(2,212,236,.2); border-radius: 99px; background: rgba(2,212,236,.06); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 0 rgba(255,55,199,.5); animation: pulse 1.8s infinite; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .02em; }
h2 { margin-bottom: 24px; font-size: clamp(3rem, 6.2vw, 6rem); line-height: .9; }
.section-heading { margin-bottom: 48px; display: flex; gap: 22px; align-items: start; }
.section-heading .section-number { margin-top: 6px; }
.section-number { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: var(--pink); font-size: .7rem; font-weight: 700; }
.section-heading .kicker { margin: 0 0 12px; }
.section-heading h2 { margin: 0; }

.hero { min-height: calc(100vh - 94px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 66px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.hero h1 { margin: 24px 0 10px; font-size: clamp(5.4rem, 10.6vw, 10rem); line-height: .74; }
.hero h1 span { display: block; }
.outline-word { color: transparent; -webkit-text-stroke: 1.5px #f7fbff; text-shadow: 0 0 30px rgba(255,255,255,.04); }
.gradient-word, .page-hero h1 span { color: transparent; background: linear-gradient(95deg, var(--cyan) 5%, #7c7cff 52%, var(--pink) 94%); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 55px rgba(2,212,236,.11); }
.hero-role { margin: 22px 0 0; color: #d8e7ed; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-role span { color: var(--pink); }
.hero-intro { max-width: 625px; margin: 18px 0 0; color: #a9bec9; font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.7; }
.hero-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 16px; font-size: .76rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #001319; background: linear-gradient(135deg, var(--cyan), #73f5ff); box-shadow: 0 14px 35px rgba(2,212,236,.22); }
.button-primary:hover { box-shadow: 0 20px 45px rgba(2,212,236,.33); }
.button-primary svg { width: 18px; fill: currentColor; }
.button-ghost { color: #d7e6ed; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.button-ghost:hover { border-color: var(--pink); background: rgba(255,55,199,.06); }
.button-secondary { color: #fff; border-color: rgba(255,55,199,.28); background: linear-gradient(135deg, rgba(255,55,199,.16), rgba(137,92,255,.16)); }
.button-secondary:hover { border-color: var(--pink); box-shadow: 0 14px 35px rgba(255,55,199,.16); }
.hero-stats { margin-top: 37px; display: flex; flex-wrap: wrap; gap: 28px; }
.hero-stats div { display: grid; gap: 4px; }
.hero-stats strong { color: #fff; font-family: var(--display); font-size: 1.85rem; font-weight: 400; letter-spacing: .04em; }
.hero-stats span { color: #647d8c; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.visual-backdrop { position: absolute; inset: 7% 4% 5%; border-radius: 46% 54% 40% 60%; background: radial-gradient(circle at 35% 35%, rgba(2,212,236,.33), transparent 43%), radial-gradient(circle at 70% 70%, rgba(255,55,199,.24), transparent 45%), #07151d; filter: blur(1px); transform: rotate(-5deg); }
.portrait-frame { position: relative; z-index: 2; width: min(470px, 80%); aspect-ratio: .82; padding: 10px; overflow: hidden; border: 1px solid rgba(2,212,236,.37); border-radius: 28px; background: rgba(5,13,18,.75); box-shadow: 0 35px 80px rgba(0,0,0,.46), 0 0 35px rgba(2,212,236,.08); transition: transform .2s ease; transform-style: preserve-3d; }
.portrait-frame.hero-landscape { width: min(650px, 94%); aspect-ratio: 1.45; }
.portrait-frame img { width: 100%; height: 100%; border-radius: 21px; object-fit: cover; object-position: center; filter: saturate(.95) contrast(1.06); }
.portrait-glow { position: absolute; inset: 10%; border-radius: 50%; background: var(--cyan); filter: blur(65px); opacity: .13; }
.scan-line { position: absolute; z-index: 3; left: 10px; right: 10px; height: 1px; background: linear-gradient(90deg, transparent, rgba(101,243,255,.9), transparent); box-shadow: 0 0 12px var(--cyan); animation: scan 5s ease-in-out infinite; }
.corner { position: absolute; z-index: 4; width: 28px; height: 28px; border-color: var(--cyan); opacity: .9; }
.corner-tl { left: 18px; top: 18px; border-left: 2px solid; border-top: 2px solid; }
.corner-tr { right: 18px; top: 18px; border-right: 2px solid; border-top: 2px solid; }
.corner-bl { left: 18px; bottom: 18px; border-left: 2px solid; border-bottom: 2px solid; }
.corner-br { right: 18px; bottom: 18px; border-right: 2px solid; border-bottom: 2px solid; }
.floating-card { position: absolute; z-index: 4; min-width: 210px; padding: 13px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(7,17,23,.76); box-shadow: var(--shadow); backdrop-filter: blur(18px); animation: float 5s ease-in-out infinite; }
.floating-card-top { left: 1%; top: 13%; }
.floating-card-bottom { right: 0; bottom: 12%; animation-delay: -2s; }
.floating-card small { display: block; margin-bottom: 3px; color: #6e8796; font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { font-size: .78rem; }
.mini-eq { width: 34px; height: 28px; display: flex; gap: 3px; align-items: end; }
.mini-eq i { height: 24px; }
.calendar-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #001318; background: var(--pink); font-size: .7rem; font-weight: 900; }

.ticker { overflow: hidden; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.025); transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; padding: 17px 0; display: flex; align-items: center; gap: 26px; animation: marquee 28s linear infinite; }
.ticker span { color: #cddce3; font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; letter-spacing: .08em; }
.ticker b { color: var(--pink); }

.quick-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-panel { min-height: 245px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.stat-panel::before { content: ""; width: 42px; height: 3px; margin-bottom: 28px; border-radius: 9px; background: linear-gradient(90deg, var(--cyan), var(--pink)); }
.stat-panel strong { color: transparent; background: linear-gradient(90deg, var(--cyan), var(--pink)); -webkit-background-clip: text; background-clip: text; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 400; line-height: .9; }
.stat-panel span { margin-top: 13px; color: #fff; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.stat-panel p { margin: auto 0 0; color: #7f98a6; font-size: .82rem; line-height: 1.6; }

.about-teaser { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: center; }
.about-teaser-media { position: relative; }
.about-teaser-media img { width: 100%; aspect-ratio: .9; object-fit: cover; border: 1px solid rgba(2,212,236,.25); border-radius: 34px; box-shadow: var(--shadow); }
.media-badge { position: absolute; right: -28px; bottom: 34px; width: 122px; height: 122px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: #001318; background: var(--cyan); box-shadow: 0 18px 45px rgba(2,212,236,.25); }
.media-badge span { font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.media-badge strong { font-family: var(--display); font-size: 2.3rem; font-weight: 400; }
.about-teaser-copy .kicker { margin-bottom: 15px; }
.about-teaser-copy p:not(.kicker) { max-width: 700px; color: #9bb0bc; line-height: 1.8; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 20px; color: var(--cyan); font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(6px); }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.service-grid-wide { grid-template-columns: repeat(4, 1fr); }
.service-card { min-height: 260px; padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(2,212,236,.3); background: rgba(2,212,236,.05); }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(2,212,236,.24); border-radius: 14px; color: var(--cyan); font-size: .7rem; font-weight: 700; }
.service-card h3 { margin: auto 0 9px; font-family: var(--display); font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.service-card p { margin: 0; color: #7e98a7; font-size: .84rem; line-height: 1.65; }
.service-card a { margin-top: 18px; color: var(--cyan); font-size: .72rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }

.feature-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.feature-copy p:not(.kicker) { color: #90a8b6; line-height: 1.8; }
.poster-stack { position: relative; min-height: 560px; }
.poster-stack img { position: absolute; width: min(400px, 72%); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.poster-stack img:first-child { left: 0; top: 0; transform: rotate(-6deg); }
.poster-stack img:nth-child(2) { right: 0; bottom: 0; transform: rotate(6deg); }
.poster-glow { position: absolute; inset: 20%; z-index: -1; background: linear-gradient(135deg, var(--cyan), var(--pink)); filter: blur(80px); opacity: .24; }

.reviews-strip { padding-top: 78px; padding-bottom: 78px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-score { display: flex; align-items: center; gap: 22px; }
.rating-number { color: transparent; background: linear-gradient(90deg, var(--cyan), var(--pink)); -webkit-background-clip: text; background-clip: text; font-family: var(--display); font-size: clamp(5rem, 10vw, 9rem); line-height: .8; }
.stars { color: var(--yellow); font-size: 1.15rem; letter-spacing: .2em; text-shadow: 0 0 20px rgba(255,236,101,.16); }
.review-score p { margin: 7px 0 0; color: #7e96a4; font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.review-quote blockquote { margin: 10px 0 0; color: #dce8ed; font-size: clamp(1.3rem, 2.8vw, 2.2rem); line-height: 1.35; }

.booking-card { position: relative; overflow: hidden; padding: clamp(32px, 6vw, 70px); display: grid; grid-template-columns: 1.04fr .96fr; gap: 54px; align-items: center; border: 1px solid rgba(255,55,199,.28); border-radius: 40px; background: radial-gradient(circle at 0 0, rgba(2,212,236,.18), transparent 35%), radial-gradient(circle at 100% 100%, rgba(255,55,199,.18), transparent 36%), #0a151e; box-shadow: var(--shadow); }
.booking-card::before { content: ""; position: absolute; inset: 14px; border: 1px dashed rgba(255,255,255,.06); border-radius: 30px; pointer-events: none; }
.booking-copy, .booking-actions { position: relative; z-index: 2; }
.booking-copy .kicker { margin: 0 0 12px; }
.booking-copy p:last-child { max-width: 560px; color: #91a9b8; line-height: 1.72; }
.booking-actions { display: grid; gap: 13px; }
.contact-button { min-width: 0; padding: 17px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.045); text-decoration: none; transition: .25s ease; }
.contact-button:hover { transform: translateX(7px); border-color: rgba(2,212,236,.42); background: rgba(2,212,236,.07); }
.contact-button.email:hover { border-color: rgba(255,55,199,.44); background: rgba(255,55,199,.07); }
.contact-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #001417; background: var(--cyan); font-size: .75rem; font-weight: 800; }
.email .contact-icon { color: #fff; background: linear-gradient(135deg, var(--pink), var(--purple)); }
.contact-button small { color: #6f8795; font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-button strong { display: block; min-width: 0; margin-top: 4px; overflow: hidden; color: #f4fbff; font-size: clamp(.78rem, 1.3vw, .94rem); text-overflow: ellipsis; white-space: nowrap; }
.contact-button b { color: var(--cyan); font-size: 1.2rem; }
.contact-button.email b { color: var(--pink); }

/* Inner pages */
.page-hero { min-height: 650px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.page-hero-copy h1 { margin: 24px 0 20px; font-size: clamp(5rem, 10vw, 10rem); line-height: .76; }
.page-hero-copy p:last-child { max-width: 660px; color: #9db2bd; font-size: 1.08rem; line-height: 1.72; }
.page-hero-media { position: relative; width: min(430px, 100%); margin-left: auto; }
.page-hero-media img { width: 100%; max-height: 580px; object-fit: cover; border: 1px solid rgba(2,212,236,.25); border-radius: 30px; box-shadow: var(--shadow); }
.floating-label { position: absolute; left: -28px; bottom: 36px; padding: 15px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: #001318; background: var(--cyan); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 18px 40px rgba(2,212,236,.22); }

.editorial { display: grid; grid-template-columns: .38fr 1.62fr; gap: 70px; align-items: start; }
.editorial-aside { position: sticky; top: 30px; }
.editorial-aside .section-number { margin-bottom: 30px; }
.editorial-aside h2 { font-size: 4.5rem; }
.editorial-body { max-width: 780px; }
.editorial-body p { color: #8fa6b5; font-size: 1rem; line-height: 1.9; }
.editorial-body .lead { color: #e7f1f5; font-size: clamp(1.3rem, 2.4vw, 1.9rem); line-height: 1.55; }

.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 111px; top: 0; bottom: 0; width: 1px; background: linear-gradient(var(--cyan), var(--pink)); opacity: .45; }
.timeline-item { display: grid; grid-template-columns: 112px 1fr; gap: 36px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.timeline-item > span { position: relative; z-index: 1; width: 80px; height: 80px; display: grid; place-items: center; border: 1px solid rgba(2,212,236,.26); border-radius: 50%; color: var(--cyan); background: var(--bg); font-size: .7rem; font-weight: 800; text-transform: uppercase; text-align: center; }
.timeline-item h3 { margin: 4px 0 9px; font-family: var(--display); font-size: 2.2rem; font-weight: 400; text-transform: uppercase; }
.timeline-item p { margin: 0; color: #879fac; line-height: 1.7; }

.collaboration { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.collaboration-media img { width: 100%; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.collaboration-copy > p:not(.kicker) { color: #8fa6b5; line-height: 1.7; }
.name-cloud, .genre-wall, .event-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.name-cloud span, .genre-wall span, .event-tags span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; color: #afc0ca; background: rgba(255,255,255,.025); font-size: .7rem; }

.event-collage { position: relative; min-height: 530px; }
.event-collage img { position: absolute; object-fit: cover; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.event-collage img:first-child { left: 0; top: 6%; width: 87%; height: 58%; }
.event-collage img:nth-child(2) { right: 0; bottom: 0; width: 52%; height: 58%; }
.event-collage-tag { position: absolute; left: 4%; bottom: 18%; padding: 15px 20px; border-radius: 14px; color: #001318; background: var(--pink); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; transform: rotate(-4deg); }
.event-types { padding-top: 30px; }
.event-type { display: grid; grid-template-columns: 145px 1fr; gap: 44px; padding: 58px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 20px; }
.event-number { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.25); font-family: var(--display); font-size: 6rem; line-height: .8; }
.event-type h2 { max-width: 850px; margin-bottom: 17px; font-size: clamp(3rem, 5.5vw, 5.4rem); }
.event-type p:not(.kicker) { max-width: 760px; color: #8ba2af; line-height: 1.75; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-card { padding: 26px; border: 1px solid var(--line); border-radius: 25px; background: rgba(255,255,255,.025); }
.process-card strong { color: var(--pink); font-family: var(--display); font-size: 2rem; font-weight: 400; }
.process-card h3 { margin: 42px 0 11px; font-family: var(--display); font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.process-card p { margin: 0; color: #7d96a4; font-size: .84rem; line-height: 1.65; }
.residency-banner { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: center; }
.residency-banner img { width: min(430px, 100%); margin-left: auto; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); transform: rotate(4deg); }
.residency-copy p:last-child { color: #8fa6b5; }

.mix-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mix-card { overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; background: linear-gradient(150deg, rgba(2,212,236,.08), rgba(255,55,199,.04) 65%, rgba(255,255,255,.02)); box-shadow: 0 25px 70px rgba(0,0,0,.24); }
.mix-card-head { min-height: 145px; padding: 25px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; }
.mix-index { width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid rgba(2,212,236,.26); border-radius: 50%; color: var(--cyan); font-family: var(--display); font-size: 1.25rem; }
.mix-card-head p { margin: 0 0 5px; color: #657e8d; font-size: .61rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.mix-card-head h3 { margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 3.2vw, 2.7rem); font-weight: 400; text-transform: uppercase; }
.rotating-disc { width: 48px; height: 48px; border: 9px solid #111b22; border-radius: 50%; background: radial-gradient(circle, var(--pink) 0 15%, #071018 16% 35%, var(--cyan) 36% 42%, #071018 43%); box-shadow: 0 0 0 1px rgba(255,255,255,.08); animation: spin 6s linear infinite; }
.soundcloud-wrap { min-height: 166px; background: #050a0d; }
.soundcloud-wrap iframe { display: block; }
.center-action { margin-top: 35px; text-align: center; }
.radio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.radio-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.025); }
.radio-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.radio-card div { padding: 24px; }
.radio-card span { color: var(--cyan); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.radio-card h3 { margin: 12px 0 10px; font-family: var(--display); font-size: 2.3rem; font-weight: 400; text-transform: uppercase; }
.radio-card p { margin: 0; color: #8098a6; font-size: .84rem; line-height: 1.65; }
.genre-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.genre-copy p:last-child { color: #8da4b1; line-height: 1.7; }
.genre-wall span { padding: 13px 17px; font-size: .82rem; }
.genre-wall span:nth-child(3n+1) { border-color: rgba(2,212,236,.35); color: var(--cyan-soft); }
.genre-wall span:nth-child(3n+2) { border-color: rgba(255,55,199,.35); color: #ff8de1; }

.media-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 13px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 23px; background: #071018; cursor: pointer; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,1,.36,1), filter .4s ease; }
.gallery-item:hover img { transform: scale(1.06); filter: brightness(.72); }
.gallery-item > span { position: absolute; inset: auto 15px 15px; display: flex; gap: 10px; align-items: center; color: #fff; font-size: .74rem; font-weight: 700; text-align: left; opacity: 0; transform: translateY(12px); transition: .25s ease; }
.gallery-item:hover > span { opacity: 1; transform: translateY(0); }
.gallery-item b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #001318; background: var(--cyan); font-size: .65rem; }
.press-banner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; border-top: 1px solid var(--line); }
.press-banner-copy p:not(.kicker) { max-width: 650px; color: #8da4b1; line-height: 1.75; }
.press-banner img { width: min(400px, 100%); margin-left: auto; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }

.review-hero-score { justify-self: end; width: min(410px, 100%); aspect-ratio: 1; display: grid; place-content: center; justify-items: center; border: 1px solid rgba(2,212,236,.25); border-radius: 50%; background: radial-gradient(circle, rgba(2,212,236,.14), rgba(255,55,199,.08) 62%, transparent 63%); box-shadow: 0 0 90px rgba(2,212,236,.09); }
.review-hero-score strong { color: transparent; background: linear-gradient(90deg, var(--cyan), var(--pink)); -webkit-background-clip: text; background-clip: text; font-family: var(--display); font-size: 9rem; font-weight: 400; line-height: .8; }
.review-hero-score span { margin-top: 10px; color: #94aab6; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.review-hero-score a { margin-top: 20px; color: var(--cyan); font-size: .72rem; font-weight: 800; text-decoration: none; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 330px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 27px; background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.review-card blockquote { margin: 26px 0; color: #d5e1e6; font-size: 1rem; line-height: 1.75; }
.review-card footer { margin-top: auto; padding-top: 18px; display: grid; gap: 4px; border-top: 1px solid rgba(255,255,255,.08); }
.review-card footer strong { font-size: .86rem; }
.review-card footer span { color: #6f8795; font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.proof-shot { position: relative; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 22px; background: #fff; cursor: pointer; }
.proof-shot img { width: 100%; aspect-ratio: 1.6; object-fit: cover; transition: transform .4s ease; }
.proof-shot:hover img { transform: scale(1.03); }
.proof-shot span { position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; border-radius: 9px; color: #001318; background: var(--cyan); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.feedback-art-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.feedback-art-copy p:not(.kicker) { color: #8ca3b0; line-height: 1.75; }
.feedback-art-stack { position: relative; min-height: 540px; }
.feedback-art-stack img { position: absolute; width: min(430px, 70%); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.feedback-art-stack img:first-child { left: 0; top: 0; transform: rotate(-5deg); }
.feedback-art-stack img:last-child { right: 0; bottom: 0; transform: rotate(5deg); }

.contact-direct { display: grid; gap: 13px; }
.contact-direct a { min-width: 360px; padding: 22px; display: grid; gap: 6px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.03); text-decoration: none; transition: .25s ease; }
.contact-direct a:hover { transform: translateX(7px); border-color: var(--cyan); }
.contact-direct span { color: #6f8795; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-direct strong { color: #fff; }
.contact-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: start; }
.booking-form-wrap { padding: clamp(27px, 5vw, 55px); border: 1px solid var(--line); border-radius: 34px; background: rgba(255,255,255,.025); }
.booking-form-wrap h2 { font-size: clamp(3rem, 5vw, 5rem); }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.booking-form label { display: grid; gap: 8px; }
.booking-form label > span { color: #a8bbc5; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; outline: none; color: #fff; background: rgba(1,6,9,.6); transition: border-color .2s ease, box-shadow .2s ease; }
.booking-form input, .booking-form select { min-height: 52px; padding: 0 14px; }
.booking-form textarea { padding: 14px; resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(2,212,236,.1); }
.booking-form select option { color: #fff; background: #071018; }
.booking-form .full { grid-column: 1 / -1; }
.form-submit { display: flex; flex-wrap: wrap; gap: 17px; align-items: center; }
.form-submit p { max-width: 440px; margin: 0; color: #6f8795; font-size: .68rem; line-height: 1.55; }
.honeypot { position: absolute; left: -9999px; }
.form-alert { margin-bottom: 22px; padding: 17px; border-radius: 15px; display: grid; gap: 7px; }
.form-alert strong { font-size: .83rem; }
.form-alert span, .form-alert li { font-size: .76rem; line-height: 1.5; }
.form-alert ul { margin: 0; padding-left: 18px; }
.form-alert.success { border: 1px solid rgba(2,212,236,.32); color: #b9f8ff; background: rgba(2,212,236,.08); }
.form-alert.error { border: 1px solid rgba(255,55,199,.34); color: #ffd4f3; background: rgba(255,55,199,.08); }
.contact-aside { position: sticky; top: 20px; display: grid; gap: 18px; }
.contact-aside > img { width: 100%; border: 1px solid var(--line); border-radius: 28px; }
.contact-checklist { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.025); }
.contact-checklist h3 { margin: 10px 0 18px; font-family: var(--display); font-size: 2.2rem; font-weight: 400; text-transform: uppercase; }
.contact-checklist ul { margin: 0; padding-left: 20px; color: #8da4b1; line-height: 1.9; }

.site-footer { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 38px 0 48px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 50px; height: 50px; border-radius: 50%; }
.footer-brand div { display: grid; gap: 2px; }
.footer-brand strong { font-family: var(--display); font-size: 1.35rem; letter-spacing: .06em; }
.footer-brand span, .site-footer p { color: #657c8b; font-size: .72rem; }
.social-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.social-links a { padding: 10px 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; color: #9cb0bd; font-size: .68rem; font-weight: 700; text-decoration: none; transition: .2s ease; }
.social-links a:hover { color: #fff; border-color: var(--cyan); background: rgba(2,212,236,.06); }
.site-footer p { grid-column: 1 / -1; margin: 0; }
.floating-book { position: fixed; z-index: 90; right: 20px; bottom: 20px; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; color: #001419; background: var(--cyan); text-decoration: none; box-shadow: 0 12px 40px rgba(2,212,236,.36); transition: transform .25s ease; }
.floating-book:hover { transform: scale(1.08) rotate(-6deg); }
.floating-book b { font-family: var(--display); font-size: 1.1rem; letter-spacing: .06em; }
.pulse-ring { position: absolute; inset: -7px; border: 1px solid var(--cyan); border-radius: 50%; animation: ringPulse 2s ease-out infinite; }

.lightbox { position: fixed; inset: 0; z-index: 10000; padding: 30px 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; background: rgba(0,0,0,.92); opacity: 0; visibility: hidden; transition: .25s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { margin: 0; max-height: 90vh; display: grid; justify-items: center; gap: 12px; }
.lightbox img { max-width: 100%; max-height: 82vh; border-radius: 18px; box-shadow: 0 20px 80px rgba(0,0,0,.6); }
.lightbox figcaption { color: #c9d8df; font-size: .75rem; }
.lightbox-close, .lightbox-nav { border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: #fff; background: rgba(255,255,255,.07); cursor: pointer; }
.lightbox-close { position: absolute; right: 22px; top: 18px; width: 48px; height: 48px; font-size: 2rem; }
.lightbox-nav { width: 52px; height: 52px; font-size: 2rem; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes equalize { from { height: 22%; } to { height: 100%; } }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(255,55,199,0); } 100% { box-shadow: 0 0 0 0 rgba(255,55,199,0); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes scan { 0%,100% { top: 2%; opacity: .25; } 50% { top: 94%; opacity: .8; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes laserMove { from { transform: rotate(-8deg) translateX(-8%); } to { transform: rotate(-3deg) translateX(14%); } }
@keyframes ringPulse { 0% { transform: scale(.85); opacity: .9; } 100% { transform: scale(1.28); opacity: 0; } }

@media (max-width: 1080px) {
  .site-nav a { padding-inline: 9px; font-size: .66rem; }
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { width: min(760px, 100%); min-height: 540px; margin: auto; }
  .quick-stats, .service-grid-wide, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .site-header { min-height: 74px; }
  .brand img { width: 48px; height: 48px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 2; padding: 100px 30px 40px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; background: rgba(3,8,12,.98); backdrop-filter: blur(20px); transform: translateY(-110%); opacity: 0; transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .3s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; }
  .site-nav a { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.07); border-radius: 0; font-family: var(--display); font-size: 1.75rem; text-align: center; }
  .site-nav .nav-cta { margin: 12px 0 0; border-radius: 15px; }
  .section-pad { padding: 84px 0; }
  .about-teaser, .feature-split, .reviews-strip, .booking-card, .page-hero, .editorial, .collaboration, .residency-banner, .genre-section, .feedback-art-section, .contact-layout, .press-banner { grid-template-columns: 1fr; }
  .page-hero { min-height: auto; text-align: center; }
  .page-hero-copy { display: flex; flex-direction: column; align-items: center; }
  .page-hero-media { width: min(420px, 80%); margin: 0 auto; }
  .editorial-aside { position: static; }
  .editorial-aside h2 { font-size: 3.5rem; }
  .event-collage { min-height: 460px; }
  .mix-grid, .radio-grid, .review-grid, .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .media-gallery { grid-template-columns: repeat(2, 1fr); }
  .review-hero-score { justify-self: center; }
  .contact-aside { position: static; }
  .contact-direct { width: min(520px, 100%); }
  .contact-direct a { min-width: 0; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .social-links { justify-content: center; }
  .poster-stack, .feedback-art-stack { min-height: 500px; }
}

@media (max-width: 560px) {
  .section-pad { width: min(100% - 26px, 1180px); padding: 68px 0; }
  h2 { font-size: 3.5rem; }
  .hero { min-height: auto; padding-top: 52px; }
  .hero h1, .page-hero-copy h1 { font-size: clamp(4.2rem, 22vw, 7rem); }
  .hero-role { font-size: .75rem; line-height: 1.6; }
  .hero-stats { width: 100%; justify-content: space-between; gap: 9px; }
  .hero-stats div { flex: 1; }
  .hero-stats strong { font-size: 1.35rem; }
  .hero-stats span { font-size: .52rem; }
  .hero-visual { min-height: 390px; }
  .portrait-frame.hero-landscape { width: 100%; }
  .floating-card { min-width: 160px; padding: 10px 12px; }
  .floating-card-top { left: -2%; top: 6%; }
  .floating-card-bottom { right: -2%; bottom: 3%; }
  .quick-stats, .service-grid, .service-grid-wide, .process-grid, .mix-grid, .radio-grid, .review-grid, .proof-grid { grid-template-columns: 1fr; }
  .stat-panel { min-height: 220px; }
  .about-teaser { gap: 46px; }
  .media-badge { right: -5px; width: 100px; height: 100px; }
  .poster-stack, .feedback-art-stack { min-height: 410px; }
  .poster-stack img, .feedback-art-stack img { width: 75%; }
  .reviews-strip { text-align: center; }
  .review-score { justify-content: center; }
  .booking-card { padding: 30px 22px; border-radius: 27px; }
  .page-hero-media { width: 90%; }
  .floating-label { left: -8px; bottom: 18px; }
  .timeline::before { left: 33px; }
  .timeline-item { grid-template-columns: 68px 1fr; gap: 18px; }
  .timeline-item > span { width: 66px; height: 66px; font-size: .58rem; }
  .event-type { grid-template-columns: 1fr; gap: 20px; }
  .event-number { font-size: 4.5rem; }
  .event-collage { min-height: 390px; }
  .event-collage img:first-child { width: 92%; height: 52%; }
  .event-collage img:nth-child(2) { width: 58%; height: 54%; }
  .media-gallery { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-item.wide { grid-column: auto; }
  .gallery-item.tall { grid-row: auto; }
  .review-hero-score { width: 290px; }
  .review-hero-score strong { font-size: 6.5rem; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form .full { grid-column: auto; }
  .lightbox { padding: 70px 12px 20px; grid-template-columns: 1fr; }
  .lightbox-nav { position: absolute; bottom: 18px; }
  .lightbox-prev { left: 18px; }
  .lightbox-next { right: 18px; }
  .floating-book { width: 58px; height: 58px; right: 14px; bottom: 14px; }
}

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

/* Mixboy CMS live visual editor */
.preline{white-space:pre-line}.gallery-item em{font-style:normal}.cms-editing{cursor:default}.cms-editing .reveal{opacity:1!important;transform:none!important}.cms-editing .site-shell{padding-bottom:30px}.cms-frame-editable{position:relative;outline:1px dashed rgba(2,212,236,.5)!important;outline-offset:4px;cursor:pointer!important;transition:outline-color .15s,box-shadow .15s}.cms-frame-editable:hover{outline:2px solid var(--cyan)!important;box-shadow:0 0 0 5px rgba(2,212,236,.12)!important}.cms-frame-selected{outline:3px solid var(--pink)!important;box-shadow:0 0 0 7px rgba(255,55,199,.15)!important}.cms-frame-tip{position:fixed;z-index:99999;display:none;padding:6px 9px;border-radius:7px;background:#02d4ec;color:#001318;font:800 10px/1.2 Arial,sans-serif;pointer-events:none;box-shadow:0 7px 20px rgba(0,0,0,.3)}.cms-frame-tip.show{display:block}.cms-editing .floating-book{display:none}.cms-editing [data-cms-type="image"]{min-width:44px;min-height:44px}
.site-shell{background:radial-gradient(circle at 15% 10%,rgba(2,212,236,.1),transparent 26%),radial-gradient(circle at 90% 24%,rgba(255,55,199,.09),transparent 23%),linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 50%,var(--bg) 100%)}
