:root {
  --bg: #0a0a0a;
  --panel: #1a1a1a;
  --panel-soft: #121212;
  --primary: #3a0ca3;
  --primary-dark: #21066d;
  --accent: #4cc9f0;
  --gold: #4cc9f0;
  --red: #3a0ca3;
  --text: #F0F0F0;
  --muted: #c9c9c9;
  --line: rgba(58, 12, 163, 0.46);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 999; transform: translateY(-140%); background: var(--primary); color: #fff; padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 100; background: transparent; border-bottom: 0; box-shadow: none; backdrop-filter: none; }
.site-header::before { content: none; }
.header-inner { position: relative; z-index: 1; min-height: 86px; width: min(100% - 32px, 1320px); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; }
.brand img { max-height: 70px; width: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(.8rem, 1.6vw, 1.45rem); align-items: center; }
.desktop-nav a, .mobile-menu a { color: #fff; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0; text-shadow: 0 2px 14px rgba(0, 0, 0, .68); }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"], .mobile-menu a:hover, .mobile-menu a[aria-current="page"] { color: #fff; }
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; gap: .35rem; border: 0; padding: 0; background: transparent; color: #fff; cursor: pointer; font: inherit; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0; text-shadow: 0 2px 14px rgba(0, 0, 0, .68); }
.nav-dropdown-trigger::after { content: ""; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; transform: translateY(1px); }
.nav-dropdown::after { content: ""; position: absolute; left: -1rem; right: -1rem; top: 100%; height: 1rem; }
.nav-dropdown-menu { position: absolute; top: calc(100% + .35rem); left: 50%; z-index: 20; min-width: 250px; display: grid; gap: .2rem; padding: .7rem; background: rgba(7, 7, 12, .96); border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px; box-shadow: 0 20px 42px rgba(0, 0, 0, .45); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -4px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown-menu a { display: block; padding: .72rem .8rem; border-radius: 6px; white-space: nowrap; }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus-visible { background: rgba(255, 255, 255, .12); }
.header-actions { display: flex; gap: .85rem; align-items: center; }
.language-switcher { display: flex; gap: 6px; align-items: center; }
.lang-btn { display: inline-block; border: 1px solid #444; border-radius: 2px; overflow: hidden; opacity: 0.75; transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease; line-height: 0; }
.lang-btn:hover { opacity: 1; border-color: var(--gold); transform: scale(1.15); }
.lang-btn.lang-active { opacity: 1; border-color: var(--gold); box-shadow: 0 0 6px rgba(201, 168, 76, 0.6); }
.lang-btn img { display: block; image-rendering: pixelated; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .8rem 1.15rem; border: 1px solid var(--primary); border-radius: 6px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--primary); color: #fff; }
.btn-gold:hover { background: var(--accent); color: #061018; border-color: var(--accent); }
.site-header .btn-gold:hover { background: var(--primary); color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn-ghost { background: rgba(10, 10, 10, .36); color: var(--text); }
.btn-small { min-height: 38px; padding: .55rem .85rem; font-size: .76rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }
.text-link { color: var(--gold); font-weight: 800; display: inline-flex; margin-top: .55rem; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 6px; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--text); margin: 6px 0; }
.mobile-menu { position: relative; z-index: 1; border-top: 1px solid rgba(255, 255, 255, .16); padding: 1rem 1.25rem 1.3rem; background: rgba(10, 10, 10, .92); box-shadow: none; }
.mobile-menu nav { display: grid; gap: .9rem; margin-bottom: 1rem; }
.language-switcher-mobile { margin-bottom: 1rem; }
.hero { position: relative; overflow: hidden; }
.hero-home { min-height: 100vh; display: grid; align-items: center; }
.hero-home::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: clamp(150px, 22vw, 260px); background: linear-gradient(180deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .72) 34%, rgba(0, 0, 0, .34) 68%, rgba(0, 0, 0, 0) 100%); pointer-events: none; z-index: 1; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-media video { background: #050505; }
.hero-overlay { background: radial-gradient(circle at 50% 38%, rgba(76, 201, 240, .13), transparent 24%), linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .18) 44%, rgba(10, 10, 10, .5)); }
.hero-home::after { content: none; }
.hero-content { position: relative; z-index: 2; min-height: 100vh; padding: 120px 0 clamp(5.5rem, 10vw, 9rem); max-width: var(--max); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-logo-row { --hero-ame-offset: clamp(1.55rem, 2.1vw, 1.75rem); --hero-ame-visible: clamp(153px, 13.54vw, 173px); --hero-time-visible: clamp(167px, 14.84vw, 188px); --hero-time-height: clamp(204px, 18.1vw, 229px); --hero-ame-height: clamp(154px, 13.6vw, 174px); --hero-caption-lift: clamp(-2.7rem, -3.35vw, -2.35rem); width: min(100%, 1120px); display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: clamp(1rem, 3vw, 2.25rem); margin: 0 auto clamp(1.5rem, 4vw, 2.5rem); }
.hero-logo-group { display: grid; justify-items: center; gap: 0; }
.hero-logo-group-time { margin-top: calc(var(--hero-ame-offset) + var(--hero-ame-visible) - var(--hero-time-visible)); }
.hero-logo-group-ame { margin-top: 0; }
.hero-logo-link { display: block; border-radius: 8px; }
.hero-logo-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 8px; }
.hero-logo-center, .hero-logo-ame { width: auto; object-fit: contain; filter: drop-shadow(0 18px 35px rgba(0, 0, 0, .62)); transform-origin: 50% 72%; transition: transform .32s ease, filter .32s ease; will-change: transform, filter; }
.hero-logo-center { height: var(--hero-time-height); max-width: min(50vw, 580px); }
.hero-logo-ame { height: var(--hero-ame-height); max-width: min(45vw, 500px); margin-top: var(--hero-ame-offset); }
.hero-logo-caption { margin: var(--hero-caption-lift) 0 0; color: rgba(255, 255, 255, .8); font-size: clamp(.7rem, .82vw, .82rem); font-weight: 700; line-height: 1.1; text-shadow: 0 8px 24px rgba(0, 0, 0, .72); }
.hero p.hero-logo-caption-ame { margin-top: calc(var(--hero-ame-visible) - var(--hero-time-visible) + var(--hero-time-height) + var(--hero-caption-lift) - var(--hero-ame-height)); color: rgba(255, 215, 0, .8); }
.hero-content .button-row { justify-content: center; }
.hero-home .hero-content > .button-row { display: none; }
@media (hover: hover) and (pointer: fine) {
  .hero-logo-group:hover .hero-logo-center, .hero-logo-group:hover .hero-logo-ame { transform: translateY(-6px) scale(1.035); filter: drop-shadow(0 18px 35px rgba(0, 0, 0, .62)) drop-shadow(0 0 26px rgba(255, 215, 0, .42)); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-logo-center, .hero-logo-ame { transition: none; }
}
.hero h1, .hero-page h1, h1, h2, h3 { line-height: 1.05; margin: 0 0 1rem; }
h1, h2 { font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif; letter-spacing: 0; text-shadow: 0 0 24px rgba(76, 201, 240, .18); }
.hero h1 { font-size: clamp(3rem, 8vw, 7.5rem); max-width: 920px; }
.hero p { max-width: 710px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.25rem); }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: 0; font-weight: 900; font-size: .78rem; margin: 0 0 .8rem; }
.hero-page { padding: calc(86px + clamp(3rem, 7vw, 6rem)) 0 clamp(3rem, 7vw, 6rem); background: linear-gradient(135deg, #0a0a0a, #160b40 58%, var(--primary-dark)); border-bottom: 1px solid var(--line); }
body[data-page="detijdreiziger"] .hero-page { background: linear-gradient(90deg, rgba(6, 6, 8, .9) 0%, rgba(7, 7, 12, .72) 48%, rgba(7, 7, 12, .46) 100%), url("assets/detijdreizigerpagina/Nice Otermans - Pers kopie.png") center / cover no-repeat; border-bottom: 0; }
body[data-page="amsterdammagicalexperience"] .hero-page { background: linear-gradient(90deg, rgba(6, 6, 8, .9) 0%, rgba(7, 7, 12, .72) 48%, rgba(7, 7, 12, .46) 100%), url("assets/amsterdammagicalexperiencepagina/Nigel Otermans - Amsterdam Magical Experience - 96.jpg") center / cover no-repeat; border-bottom: 0; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 520px); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.page-hero-grid h1 { font-size: clamp(2.35rem, 6vw, 5rem); }
.page-hero-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--line); box-shadow: var(--shadow); }
body[data-page="detijdreiziger"] .page-hero-grid img.time-hero-poster { border: 0; box-shadow: none; object-position: 50% 60%; }
body[data-page="amsterdammagicalexperience"] .page-hero-grid img.ame-hero-poster { border: 0; box-shadow: none; object-position: 50% 50%; }
.show-hero-logo-panel { display: flex; align-items: center; justify-content: center; min-height: clamp(220px, 28vw, 360px); }
.page-hero-grid img.show-hero-logo { width: min(100%, 660px); height: auto; aspect-ratio: auto; object-fit: contain; border: 0; box-shadow: none; filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .55)); }
.show-hero-video { width: 100%; aspect-ratio: 16 / 9; background: #050505; overflow: hidden; }
.show-hero-video iframe { width: 100%; height: 100%; display: block; border: 0; }
.section.show-story { padding: clamp(3rem, 6vw, 5rem) 0; background: linear-gradient(180deg, rgba(35, 39, 49, .94), rgba(16, 18, 25, .96)); }
.show-story-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.show-story-copy { max-width: 820px; }
.show-story-copy h2 { max-width: 780px; font-size: clamp(2rem, 4vw, 3.8rem); }
.show-story-copy p { color: rgba(255, 255, 255, .82); font-size: clamp(1rem, 1.15vw, 1.12rem); line-height: 1.75; }
.show-season-card { background: #050505; border: 0; border-radius: 8px; padding: clamp(1.25rem, 2.4vw, 2rem); box-shadow: 0 24px 58px rgba(0, 0, 0, .38); }
.show-season-card h3 { margin-bottom: .85rem; font-size: clamp(1.35rem, 2vw, 2rem); }
.show-season-card p { color: rgba(255, 255, 255, .84); line-height: 1.6; }
.show-newsletter-form { display: grid; gap: .8rem; margin-top: 1.2rem; }
.show-newsletter-form label { color: #fff; font-weight: 800; line-height: 1.35; }
.show-newsletter-form input[type="email"] { width: 100%; min-height: 50px; border: 1px solid rgba(240, 240, 240, .28); border-radius: 6px; background: #0f0f0f; color: var(--text); padding: .8rem .9rem; font: inherit; }
.show-newsletter-form .btn { width: 100%; }
.show-newsletter-status { margin: 0; color: var(--gold); font-weight: 800; line-height: 1.35; }
.section.show-impression { padding: clamp(2rem, 4vw, 3.25rem) 0; background: #050505; }
.show-impression h2 { margin: 0 0 1.25rem; font-size: clamp(1.6rem, 3vw, 2.5rem); text-align: center; }
.show-impression-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: clamp(.75rem, 1.5vw, 1rem); max-width: 1040px; margin: 0 auto; }
.show-impression-item { width: 100%; border: 0; border-radius: 6px; padding: 0; background: transparent; cursor: zoom-in; overflow: hidden; }
.show-impression-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 0; box-shadow: none; transition: transform .28s ease; }
.show-impression-item:hover img { transform: scale(1.035); }
.show-impression-item:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-heading { margin-bottom: 2rem; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 4rem); max-width: 850px; }
.section-heading p { max-width: 760px; color: var(--muted); }
  .magic-intro { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 2912 / 1440; min-height: 0; margin-top: 0; padding: 0; display: flex; align-items: center; background-color: #0F0F0F; background-image: url("assets/homepagina/nigelv2.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; text-align: left; border: 0; }
.magic-intro::after { content: none; }
.magic-intro::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .62) 34%, rgba(0, 0, 0, .30) 58%, rgba(0, 0, 0, .10) 100%), linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .04) 48%, rgba(0, 0, 0, .42) 100%); }
  .magic-intro > * { position: relative; z-index: 1; }
  .magic-intro .container { max-width: 1280px; }
.magic-intro-copy { position: relative; z-index: 2; width: min(72vw, 1060px); margin-left: clamp(1.25rem, 4vw, 4rem); color: #fff; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif; text-shadow: 0 3px 18px rgba(0, 0, 0, .62); }
.magic-intro .magic-intro-copy h2 { color: #fff; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif; font-size: 4.8rem; line-height: .92; font-weight: 900; text-transform: uppercase; margin: 0 0 clamp(1.2rem, 2vw, 1.75rem); max-width: 820px; }
.magic-intro .magic-intro-copy p { max-width: 880px; margin: 0 0 .8rem; color: #fff; font-size: clamp(1.05rem, 1.5vw, 1.38rem); line-height: 1.52; font-weight: 700; }
.magic-intro .magic-intro-copy p:last-child { margin-bottom: 0; }
.magic-intro-button { margin-top: clamp(1.1rem, 2.2vw, 1.8rem); min-width: clamp(220px, 22vw, 340px); min-height: clamp(54px, 5.4vw, 82px); background: #8dc6d7; border-color: #8dc6d7; color: #253142; font-size: clamp(.9rem, 1.35vw, 1.25rem); border-radius: 12px; }
.magic-intro-button:hover { background: #a7d8e5; border-color: #a7d8e5; color: #182230; }
.magic-intro .eyebrow { color: var(--accent); font-size: clamp(1rem, 2vw, 1.35rem); text-transform: none; }
.magic-intro h2 { font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif; font-size: clamp(3rem, 7vw, 5.4rem); font-weight: 900; color: #fff; margin-bottom: 1.35rem; text-shadow: none; }
.magic-intro p { max-width: 980px; margin: 0 auto; color: rgba(255, 255, 255, .72); font-size: clamp(1rem, 1.8vw, 1.25rem); font-weight: 700; }
@media (max-width: 1080px) {
  .magic-intro-copy { width: min(66vw, 760px); margin-left: clamp(1rem, 4vw, 3rem); }
  .magic-intro .magic-intro-copy h2 { font-size: 3.4rem; }
  .magic-intro .magic-intro-copy p { max-width: 720px; font-size: clamp(.9rem, 1.45vw, 1.05rem); line-height: 1.42; }
}
.section-red { background: linear-gradient(135deg, rgba(58, 12, 163, .84), rgba(10, 10, 10, .96)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-event { padding: clamp(2.75rem, 5vw, 4.25rem) 0 clamp(3.25rem, 6vw, 5rem); background: #050505; border-top: 0; text-align: center; }
.booking-event-heading { max-width: 1020px; text-align: center; }
.booking-event-heading h2 { max-width: 1020px; margin-left: auto; margin-right: auto; }
.booking-event-heading p { max-width: 880px; margin-left: auto; margin-right: auto; }
.booking-event-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.85rem, 1.35vw, 1.15rem); }
.booking-event-card { display: grid; grid-template-rows: auto 1fr; min-height: 100%; overflow: hidden; background: linear-gradient(180deg, #343842 0%, #232731 48%, #151820 100%); color: #fff; border: 0; border-radius: 8px; box-shadow: 0 18px 42px rgba(0, 0, 0, .36), 0 0 28px rgba(255, 255, 255, .04); text-decoration: none; cursor: pointer; transition: transform .24s ease, box-shadow .24s ease; }
.booking-event-card:hover { transform: translateY(-4px); box-shadow: 0 24px 58px rgba(0, 0, 0, .46), 0 0 34px rgba(255, 255, 255, .07); }
.booking-event-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.booking-event-media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #070707; }
.booking-event-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .24) 48%, rgba(0, 0, 0, .86) 100%); pointer-events: none; }
.booking-event-media img { width: 100%; height: 100%; object-fit: cover; background: #080808; transform: scale(1.01); transition: transform .45s ease; }
.booking-event-card:hover .booking-event-media img { transform: scale(1.055); }
.booking-event-media h3 { position: absolute; left: clamp(.55rem, 1vw, .9rem); right: clamp(.55rem, 1vw, .9rem); bottom: clamp(.8rem, 1.3vw, 1.05rem); z-index: 1; color: #fff; font-size: clamp(.95rem, 1.18vw, 1.22rem); line-height: 1.05; margin: 0; text-align: center; white-space: nowrap; text-shadow: 0 12px 30px rgba(0, 0, 0, .78); }
.booking-event-card-body { display: flex; flex-direction: column; align-items: center; padding: clamp(.95rem, 1.35vw, 1.15rem); }
.booking-event-card p { color: rgba(255, 255, 255, .9); margin: 0; font-size: .88rem; line-height: 1.42; text-align: center; }
.booking-event-action { display: flex; justify-content: center; margin-top: clamp(1.35rem, 2.1vw, 1.9rem); }
.booking-event-main-button { min-width: min(100%, 340px); min-height: 58px; justify-content: center; font-size: 1rem; }
.show-grid, .route-grid, .type-grid, .usp-grid, .blog-grid, .video-grid, .media-grid { display: grid; gap: 1.25rem; }
.show-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.route-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quick-routes { background: linear-gradient(180deg, #0a0a0a, #111); }
.feature-card, .route-card, .type-card, .usp-card, .blog-card, .video-card, .agenda-card, .contact-form, .article-meta, .media-grid figure { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.feature-card img { width: 100%; height: 430px; object-fit: cover; }
.route-card { display: grid; grid-template-rows: auto 1fr; min-height: 100%; }
.route-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.feature-card div, .route-card div, .type-card, .usp-card, .blog-card div, .video-card h3 { padding: 1.35rem; }
.feature-card h3, .route-card h3, .type-card h3, .usp-card h3, .blog-card h3, .video-card h3 { font-size: 1.35rem; }
.feature-card p, .route-card p, .type-card p, .usp-card p, .blog-card p, .agenda-card p, .article-meta p { color: var(--muted); }
.route-kicker { min-height: 1.4rem; margin: 0 0 .55rem; color: var(--gold); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.type-grid, .usp-grid, .blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.type-card { min-height: 210px; }
.usp-card { min-height: 230px; background: linear-gradient(180deg, #1a1a1a, #111); }
.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split-reverse img { order: 2; }
.split img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--line); }
.split h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.split p { color: var(--muted); }
.filter-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 2rem; }
.filter-btn { border: 1px solid var(--line); background: #111; color: var(--text); border-radius: 6px; min-height: 42px; padding: .65rem 1rem; font-weight: 800; cursor: pointer; }
.filter-btn.is-active, .filter-btn:hover { background: var(--gold); color: #0a0a0a; }
.gallery-grid { columns: 1; column-gap: 1rem; }
.gallery-item { display: inline-block; width: 100%; margin: 0 0 1rem; border: 1px solid var(--line); border-radius: 8px; padding: 0; background: transparent; cursor: zoom-in; overflow: hidden; break-inside: avoid; }
.gallery-item[hidden], .agenda-card[hidden] { display: none; }
.gallery-item img { width: 100%; height: auto; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.agenda-list { display: grid; gap: 1rem; }
.agenda-card { display: grid; grid-template-columns: 190px minmax(0, 1fr) 220px; gap: 1.25rem; align-items: center; padding: 1rem; }
.agenda-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border: 1px solid var(--line); }
.date-block { display: grid; gap: .35rem; align-content: center; min-height: 140px; border-right: 1px solid var(--line); padding-right: 1rem; }
.date-block time { color: var(--gold); font-weight: 900; text-transform: uppercase; }
.date-block span { color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.timeline article { border-left: 2px solid var(--gold); padding: 0 1rem 0 1.2rem; }
.timeline span { color: var(--gold); font-size: 2rem; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif; font-weight: 800; }
.media-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.media-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.media-grid figcaption { padding: .9rem 1rem; color: var(--muted); }
.cta-band { background: linear-gradient(90deg, #111, var(--primary-dark)); text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-band .container { max-width: 820px; }
.contact-section { position: relative; overflow: hidden; padding-bottom: clamp(7rem, 11vw, 10rem); background: linear-gradient(180deg, #120641 0%, #250075 34%, #190650 68%, #070221 100%); }
.contact-section::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: clamp(7rem, 12vw, 11rem); background: linear-gradient(180deg, rgba(7, 2, 33, 0) 0%, rgba(7, 2, 33, .22) 45%, #070221 100%); pointer-events: none; }
.contact-section > .container { position: relative; z-index: 1; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: start; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.contact-grid img { margin-top: 2rem; border: 1px solid var(--line); }
.contact-form { padding: clamp(1.25rem, 2.2vw, 1.8rem); display: grid; gap: 1rem; color: #fff; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); }
.contact-form label { display: grid; gap: .4rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255, 255, 255, .24); background: rgba(7, 2, 33, .78); color: #fff; min-height: 48px; border-radius: 6px; padding: .75rem .85rem; font: inherit; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid rgba(241, 210, 122, .72); outline-offset: 2px; border-color: rgba(241, 210, 122, .72); }
.contact-form select option { color: #111; }
.contact-form textarea { resize: vertical; }
.blog-card { min-height: 100%; display: grid; grid-template-rows: auto 1fr; }
.blog-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.blog-card time { color: var(--gold); font-size: .82rem; text-transform: uppercase; font-weight: 800; }
.blog-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.article-meta { padding: 1.25rem; position: sticky; top: 110px; }
.article-body { font-size: 1.075rem; }
.article-body h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); margin-bottom: 1.5rem; }
.article-body p { color: #dedede; margin: 0 0 1.15rem; }
.site-footer { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 100%, rgba(105, 27, 212, .95) 0%, rgba(52, 13, 123, .96) 34%, rgba(18, 6, 65, .99) 68%, #070221 100%); border-top: 0; padding: clamp(3rem, 5.5vw, 4.6rem) 0 1.7rem; text-align: center; }
.site-footer::before { content: none; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1fr; justify-items: center; gap: .9rem; align-items: center; }
.footer-grid > div { display: contents; }
.footer-logo { order: 1; width: clamp(190px, 16vw, 230px); height: auto; max-height: none; margin: 1rem auto .15rem; filter: drop-shadow(0 14px 34px rgba(0, 0, 0, .35)); }
.footer-tag { order: 3; max-width: 520px; color: rgba(255, 255, 255, .86); font-size: .95rem; font-weight: 700; margin: 0; }
.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; }
.social-row { order: 4; display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: .1rem; }
.social-row a { width: 38px; height: 38px; display: inline-grid; place-items: center; background: transparent; color: #fff; border: 0; border-radius: 999px; padding: 0; font-size: 0; font-weight: 800; transition: transform .2s ease, color .2s ease, background .2s ease; }
.social-row a:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .12); color: #f1d27a; }
.social-row svg { width: 24px; height: 24px; fill: currentColor; }
address { order: 2; font-style: normal; line-height: 1.55; color: #fff; font-size: .98rem; font-weight: 700; }
address a { color: #fff; }
.footer-bottom { position: relative; border-top: 0; margin-top: 1rem; padding-top: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .65rem; color: rgba(255, 255, 255, .72); font-weight: 700; }
.footer-bottom a { min-width: 174px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .65rem 1.2rem; color: #fff; border: 2px solid rgba(255, 255, 255, .9); border-radius: 5px; background: rgba(255, 255, 255, .04); }
.footer-bottom a:hover { background: rgba(255, 255, 255, .14); color: #fff; }
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(0, 0, 0, .92); display: grid; place-items: center; padding: 2rem; }
.lightbox[hidden] { display: none; }
.lightbox img { max-height: 88vh; width: auto; border: 1px solid var(--line); }
.lightbox-close { position: fixed; top: 1rem; right: 1rem; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--panel); color: var(--text); border-radius: 6px; font-size: 2rem; line-height: 1; cursor: pointer; }
@media (min-width: 760px) { .gallery-grid { columns: 2; } }
@media (min-width: 1020px) { .gallery-grid { columns: 3; } }
@media (max-width: 1080px) {
  .desktop-nav, .header-actions > .language-switcher, .header-actions > .btn { display: none; }
  .menu-toggle { display: block; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .page-hero-grid, .show-grid, .show-story-grid, .split, .contact-grid, .article-layout { grid-template-columns: 1fr; }
  .split-reverse img { order: 0; }
  .route-grid, .type-grid, .usp-grid, .blog-grid, .blog-grid.compact, .video-grid, .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-event-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .agenda-card { grid-template-columns: 1fr; }
  .date-block { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 1rem; min-height: auto; }
  .agenda-card img { max-width: 260px; }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-meta { position: static; }
}
@media (max-width: 900px) {
  .booking-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .container, .header-inner { width: min(100% - 24px, var(--max)); }
  .site-header .brand img { max-height: 54px; }
  .header-inner { min-height: 72px; }
  .hero-home { min-height: 720px; }
  .hero h1 { font-size: clamp(2.75rem, 17vw, 4.7rem); }
  .hero-content { padding-bottom: 3rem; }
  .hero-logo-row { flex-direction: column; gap: 1.2rem; }
  .hero-logo-group { margin-top: 0; }
  .hero-logo-center { width: auto; height: clamp(164px, 41vw, 202px); max-width: 88vw; }
  .hero-logo-ame { width: auto; height: clamp(118px, 30vw, 146px); max-width: 84vw; margin-top: 0; }
  .hero p.hero-logo-caption-ame { margin-top: .15rem; }
    .magic-intro { aspect-ratio: auto; min-height: 760px; align-items: flex-start; padding: 5.5rem 0 2rem; background-size: auto 100%; background-position: 72% center; }
    .magic-intro::before { background: linear-gradient(90deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .76) 52%, rgba(0, 0, 0, .42) 100%), linear-gradient(180deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .22) 44%, rgba(0, 0, 0, .72) 100%); }
    .magic-intro-copy { width: min(100% - 28px, 560px); margin: 0 auto; }
    .magic-intro .magic-intro-copy h2 { font-size: 2.7rem; line-height: .94; margin-bottom: 1rem; }
    .magic-intro .magic-intro-copy p { font-size: .9rem; line-height: 1.45; }
    .magic-intro-button { width: 100%; min-width: 0; min-height: 56px; }
  .page-hero-grid img { min-height: 280px; }
  .route-grid, .type-grid, .usp-grid, .blog-grid, .blog-grid.compact, .video-grid, .media-grid, .timeline { grid-template-columns: 1fr; }
  .booking-event { padding: 2.6rem 0 3.2rem; }
  .booking-event-heading h2 { font-size: 2.35rem; line-height: 1; }
  .booking-event-heading p { font-size: .94rem; line-height: 1.55; }
  .booking-event-grid { grid-template-columns: 1fr; gap: 1rem; }
  .booking-event-media { aspect-ratio: 16 / 10; }
  .booking-event-media h3 { font-size: 1.12rem; line-height: 1.08; }
  .booking-event-card-body { padding: 1.05rem 1.15rem 1.2rem; }
  .booking-event-card p { font-size: .95rem; line-height: 1.5; }
  .booking-event-main-button { width: 100%; min-width: 0; }
  .feature-card img { height: 360px; }
  .site-footer { padding: 2.8rem 0 1.45rem; }
  .footer-logo { width: 178px; }
  address { font-size: .92rem; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; }
  .button-row .btn { width: 100%; }
}
