:root {
  --bg: #111;
  --panel: rgba(22, 22, 22, 0.72);
  --panel-strong: rgba(8, 8, 8, 0.82);
  --line: rgba(255,255,255,0.12);
  --text: #f4f4f4;
  --muted: #b8b8b8;
  --soft: #dadada;
  --accent: #ffffff;
  --shadow: 0 25px 80px rgba(0,0,0,.55);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #111 url('bg.jpg') center/cover fixed;
  min-height: 100vh;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 12%, rgba(255,255,255,.10), transparent 34%), linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.72));
  pointer-events: none;
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(12,12,12,.58);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand img { width: 156px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.65)); }
.main-nav { display: flex; gap: 8px; align-items: center; }
.main-nav a {
  color: #eee;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: .01em;
  opacity: .86;
  transition: .18s ease;
}
.main-nav a:hover { opacity: 1; background: rgba(255,255,255,.08); }
.nav-cta { border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.menu-toggle { display: none; background: transparent; color: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 8px 11px; font-size: 22px; }

.social-rail {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 30;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}
.social-rail a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(10,10,10,.62);
  box-shadow: 0 16px 34px rgba(0,0,0,.38);
  backdrop-filter: blur(16px);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.social-rail a:hover {
  transform: translateX(-3px);
  border-color: rgba(255,255,255,.44);
  background: rgba(255,255,255,.13);
}
.social-rail i { font-size: 19px; line-height: 1; }

.section-pad { padding: clamp(68px, 10vw, 128px) clamp(20px, 5vw, 88px); }
.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.hero-copy { max-width: 850px; }
.eyebrow { margin: 0 0 14px; color: var(--soft); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
.hero-logo { width: min(620px, 86vw); margin: 0 0 24px; filter: drop-shadow(0 26px 35px rgba(0,0,0,.75)); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7.4vw, 104px); line-height: .93; letter-spacing: -.07em; margin-bottom: 22px; text-wrap: balance; }
h2 { font-size: clamp(34px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; margin-bottom: 22px; text-wrap: balance; }
h3 { font-size: 22px; letter-spacing: -.02em; }
.lead { color: var(--soft); font-size: clamp(18px, 2vw, 24px); max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; min-height: 48px; padding: 13px 21px; border: 1px solid var(--line); font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: #f2f2f2; color: #101010; border-color: #fff; box-shadow: 0 12px 40px rgba(255,255,255,.13); }
.btn.ghost { background: rgba(255,255,255,.05); color: #fff; }
.btn.large { min-height: 58px; padding: 17px 28px; font-size: 17px; }
.btn.small { min-height: 38px; padding: 9px 14px; font-size: 13px; }

.hero-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.metric { padding: 22px 0; border-bottom: 1px solid var(--line); }
.metric:last-child { border-bottom: 0; }
.metric strong { display: block; font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.05em; }
.metric span { color: var(--muted); font-size: 14px; }

.feature-image {
  width: 100%;
  border-block: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.feature-image img {
  width: 100%;
  height: clamp(280px, 54vw, 760px);
  object-fit: cover;
  object-position: center 38%;
}

.two-col { display: grid; grid-template-columns: minmax(260px, .86fr) minmax(0, 1.14fr); gap: clamp(28px, 6vw, 92px); align-items: start; }
.copy-stack, .info-list, .booking-checklist { font-size: clamp(17px, 1.65vw, 22px); color: var(--soft); }
.copy-stack p { margin-bottom: 22px; }
.section-title p { color: var(--muted); max-width: 860px; font-size: 18px; }
.section-title.centered { max-width: 920px; margin-inline: auto; text-align: center; }
.section-title.centered p { margin-inline: auto; }
.cards, .reviews, .social-grid { margin-top: 44px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card, .reviews figure, .social-grid a, .booking-panel, .booking-checklist, .sources {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.card { padding: 28px; min-height: 210px; }
.card p, .reviews figcaption, .sources p, .sources li { color: var(--muted); }

.agenda-list { max-width: 980px; margin: 42px auto 0; display: grid; gap: 14px; }
.agenda-item {
  display: grid;
  grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.agenda-date { color: #fff; font-weight: 900; }
.agenda-details h3 { margin: 0 0 6px; font-size: 21px; }
.agenda-details p { margin: 0; color: var(--muted); }
.agenda-details a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); }
.agenda-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255,255,255,.07);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.agenda-item.done { opacity: .78; }

.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; margin-top: 36px; }
.video-consent { position: relative; aspect-ratio: 16 / 9; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); background: rgba(0,0,0,.48); box-shadow: var(--shadow); }
.video-consent iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 24px; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(255,255,255,.1), rgba(0,0,0,.55)); }
.video-placeholder span { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 28px; }
.video-placeholder small { color: var(--muted); }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.social-grid a { padding: 20px; font-weight: 900; }
.social-grid span { display: block; color: var(--muted); font-weight: 600; font-size: 14px; margin-top: 3px; }
.social-grid a:hover { background: rgba(255,255,255,.11); }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reviews figure { margin: 0; padding: 28px; }
.reviews blockquote { margin: 0 0 18px; font-size: clamp(21px, 2.2vw, 31px); line-height: 1.1; letter-spacing: -.035em; }

.info-list dl { margin: 0; display: grid; gap: 12px; }
.info-list div { display: grid; grid-template-columns: 200px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-list dt { font-weight: 900; color: #fff; }
.info-list dd { margin: 0; }

.booking-band { margin: clamp(20px, 5vw, 70px); border-radius: var(--radius); border: 1px solid rgba(255,255,255,.18); background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(0,0,0,.58)); display: flex; align-items: center; justify-content: space-between; gap: 28px; box-shadow: var(--shadow); }
.booking-band p { color: var(--soft); max-width: 760px; }
.sources { margin: clamp(20px, 5vw, 70px); padding: 34px; }
.sources ul { padding-left: 20px; }
.sources a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); }

.site-footer { padding: 42px clamp(20px, 5vw, 88px); border-top: 1px solid var(--line); background: rgba(0,0,0,.45); color: var(--muted); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer img { width: 110px; opacity: .85; }
.site-footer a { text-decoration: underline; }

.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 60; display: none; align-items: center; justify-content: space-between; gap: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(10,10,10,.88); backdrop-filter: blur(20px); box-shadow: var(--shadow); }
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }

.booking-main { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: center; }
.booking-panel, .booking-checklist { padding: clamp(28px, 5vw, 56px); }
.booking-logo { width: min(520px, 80vw); margin: 0 0 22px; filter: drop-shadow(0 22px 34px rgba(0,0,0,.7)); }
.booking-panel a:not(.btn) { text-decoration: underline; }
.check-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 34px; color: var(--soft); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); color: #fff; font-weight: 900; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .72s ease forwards; }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .24s; }
@keyframes reveal { to { opacity: 1; transform: none; } }

@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; top: 72px; left: 16px; right: 16px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(10,10,10,.94); flex-direction: column; align-items: stretch; }
  .main-nav.open, .main-nav.visible { display: flex; }
  .main-nav a { padding: 13px 15px; }
  .hero, .two-col, .booking-main { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 70px; }
  .grid-3, .reviews, .social-grid, .video-grid { grid-template-columns: 1fr; }
  .agenda-item { grid-template-columns: 1fr; align-items: start; gap: 12px; }
  .agenda-status { justify-self: start; }
  .booking-band { flex-direction: column; align-items: flex-start; }
  .info-list div { grid-template-columns: 1fr; gap: 4px; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .social-rail {
    right: 14px;
    top: auto;
    bottom: 92px;
    gap: 8px;
    transform: none;
  }
  .social-rail a {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 560px) {
  .brand img { width: 124px; }
  .section-pad { padding-left: 18px; padding-right: 18px; }
  h1 { font-size: clamp(40px, 14vw, 60px); }
  .hero-logo { width: 94vw; }
  .booking-band, .sources { margin-left: 18px; margin-right: 18px; }
  .cookie-actions { flex-direction: column; }
  .btn { width: 100%; }
}
