:root {
  --black: #070707;
  --black-soft: #101010;
  --panel: #151515;
  --gold: #e0b33f;
  --gold-light: #ffe58f;
  --gold-dark: #8e6413;
  --diamond: #9be8ff;
  --white: #fffdf5;
  --muted: #c9c0aa;
  --line: rgba(224, 179, 63, .28);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
  --shadow: 0 28px 80px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  min-width: 280px;
  color: var(--white);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.visually-hidden {
  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: 1000; left: 16px; top: 12px; transform: translateY(-160%);
  padding: 9px 14px; border-radius: 8px; background: var(--gold); color: var(--black); font-weight: 900;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(7, 7, 7, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: min(245px, 100%); height: auto; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.main-nav a, .footer-nav a {
  position: relative; color: var(--muted); font-size: .84rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase;
}
.main-nav a::after, .footer-nav a::after {
  content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--gold); transition: right .2s ease;
}
.main-nav a:hover, .main-nav a:focus-visible, .footer-nav a:hover, .footer-nav a:focus-visible { color: var(--white); }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .footer-nav a:hover::after, .footer-nav a:focus-visible::after { right: 0; }
.nav-cta {
  border: 1px solid var(--gold); border-radius: 999px; padding: 10px 19px; color: var(--gold-light); font-weight: 850; font-size: .86rem;
}
.nav-cta:hover, .nav-cta:focus-visible { background: var(--gold); color: var(--black); }
.menu-button { display: none; border: 0; background: transparent; color: var(--white); padding: 8px; cursor: pointer; }
.menu-button span { width: 28px; height: 2px; margin: 6px 0; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero {
  min-height: 100svh; position: relative; isolation: isolate; display: grid; align-items: center; overflow: hidden;
  background:
    radial-gradient(circle at 72% 35%, rgba(70, 160, 199, .14), transparent 24rem),
    radial-gradient(circle at 18% 82%, rgba(224, 179, 63, .12), transparent 25rem),
    linear-gradient(135deg, #050505, #101010 48%, #070707);
}
.hero-pattern {
  position: absolute; inset: 0; z-index: -3; opacity: .38;
  background-image: linear-gradient(rgba(224,179,63,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(224,179,63,.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.hero::before, .hero::after {
  content: ""; position: absolute; z-index: -2; border: 1px solid rgba(224,179,63,.22); border-radius: 50%;
}
.hero::before { width: 42vw; height: 42vw; min-width: 430px; min-height: 430px; right: -12vw; top: -12vw; }
.hero::after { width: 30vw; height: 30vw; min-width: 300px; min-height: 300px; left: -10vw; bottom: -12vw; }
.hero-diamond {
  position: absolute; z-index: -1; right: -5vw; top: 17%; font-family: Georgia, serif; font-size: clamp(260px, 38vw, 610px); line-height: .8;
  color: transparent; -webkit-text-stroke: 1px rgba(155,232,255,.2); transform: rotate(8deg); filter: drop-shadow(0 0 60px rgba(79,174,208,.12));
}
.hero-content { text-align: center; padding-top: 112px; padding-bottom: 70px; }
.hero-location { margin: 0 0 30px; color: var(--gold-light); font-size: .84rem; font-weight: 900; letter-spacing: .42em; }
.hero-logo { width: min(760px, 92%); height: auto; margin: 0 auto; filter: drop-shadow(0 12px 30px rgba(0,0,0,.5)); }
.hero-title { margin: 30px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 3.2vw, 2.6rem); letter-spacing: .15em; }
.hero-title::before, .hero-title::after { content: ""; display: inline-block; width: clamp(30px, 6vw, 88px); height: 1px; background: var(--gold); vertical-align: middle; margin: 0 20px; }
.hero-actions { margin-top: 42px; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 12px 23px;
  font-weight: 850; letter-spacing: .02em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-gold { color: #120f07; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 15px 35px rgba(224,179,63,.18); }
.button-outline { color: var(--gold-light); border-color: var(--gold); background: rgba(7,7,7,.35); }
.button-outline:hover, .button-outline:focus-visible { background: var(--gold); color: var(--black); }
.button-dark { color: var(--white); border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.hero-scroll { display: inline-flex; align-items: center; gap: 10px; margin-top: 56px; color: var(--muted); font-size: .82rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll span { color: var(--gold); font-size: 1.25rem; animation: bounce 1.8s ease-in-out infinite; }
@keyframes bounce { 0%,100% { transform: translateY(-2px); } 50% { transform: translateY(5px); } }

.section-heading .eyebrow, .eyebrow { color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; }
.section-heading h2 { margin: 13px 0 12px; max-width: 800px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 5.5vw, 5rem); line-height: 1.02; letter-spacing: -.035em; }
.section-heading h2 em { color: var(--gold-light); font-weight: inherit; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.section-heading-center { text-align: center; margin: 0 auto 56px; }
.section-heading-center h2 { margin-inline: auto; }

.event-section { background: linear-gradient(180deg, #0c0c0c, #070707); }
.event-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(46px, 8vw, 105px); }
.event-card {
  position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); box-shadow: var(--shadow);
}
.event-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -100px; bottom: -130px; border-radius: 50%; background: rgba(224,179,63,.12); filter: blur(45px); }
.event-symbol { color: var(--diamond); font-size: clamp(4rem, 10vw, 8rem); line-height: 1; text-shadow: 0 0 35px rgba(155,232,255,.2); }
.event-card small { display: block; color: var(--muted); font-weight: 850; letter-spacing: .28em; }
.event-card strong { display: block; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1; }
.event-card p { margin: 18px 0 0; font-weight: 800; letter-spacing: .08em; }
.event-contact { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; position: relative; z-index: 1; }
.event-contact a { padding: 13px 16px; text-align: center; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(0,0,0,.22); font-weight: 750; }
.event-contact a:hover, .event-contact a:focus-visible { border-color: var(--gold); color: var(--gold-light); }

.gallery-section { background: #0b0b0b; }
.gallery-grid { columns: 4 245px; column-gap: 16px; }
.gallery-item {
  width: 100%; display: block; break-inside: avoid; margin: 0 0 16px; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 17px;
  background: #111; cursor: zoom-in; box-shadow: 0 14px 34px rgba(0,0,0,.24); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.gallery-item:hover, .gallery-item:focus-visible { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 20px 45px rgba(0,0,0,.38); }
.gallery-item img { width: 100%; height: auto; object-fit: contain; background: #111; }

.video-section { background: radial-gradient(circle at 50% 0, rgba(224,179,63,.07), transparent 28rem), #070707; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.video-card {
  display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 18px; min-height: 104px; padding: 20px 24px;
  border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: linear-gradient(130deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.video-card:hover, .video-card:focus-visible { transform: translateY(-3px); border-color: var(--gold); background: rgba(224,179,63,.07); }
.video-number { color: var(--muted); font-family: Georgia, serif; font-size: 1.15rem; }
.video-play { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--black); background: var(--gold); padding-left: 3px; }
.video-text { display: grid; }
.video-text strong { font-size: 1.02rem; }
.video-text small { color: var(--muted); }
.video-arrow { color: var(--gold-light); font-size: 1.2rem; }
.facebook-card { margin-top: 30px; padding: clamp(25px, 4vw, 42px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(130deg, rgba(224,179,63,.11), rgba(255,255,255,.025)); }
.facebook-card h3 { margin: 6px 0 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.5rem); }

.contact-section { overflow: hidden; background: linear-gradient(145deg, #101010, #070707 60%); }
.contact-section::before { content: "◆"; position: absolute; right: -6vw; bottom: -14vw; color: transparent; -webkit-text-stroke: 1px rgba(155,232,255,.12); font-size: clamp(300px, 44vw, 700px); line-height: 1; transform: rotate(7deg); }
.contact-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 8vw, 105px); align-items: center; }
.contact-grid { display: grid; gap: 16px; }
.contact-card { padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: rgba(255,255,255,.04); }
.contact-card > span { color: var(--gold); font-family: Georgia, serif; }
.contact-card h3 { margin: 8px 0 22px; font-size: clamp(1.35rem, 3vw, 2.25rem); }
.contact-card div { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-card a { padding: 10px 17px; border-radius: 999px; border: 1px solid var(--gold); color: var(--gold-light); font-weight: 800; }
.contact-card a:hover, .contact-card a:focus-visible { background: var(--gold); color: var(--black); }

.site-footer { padding: 50px 0; border-top: 1px solid var(--line); background: #050505; }
.footer-layout { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 55px; }
.footer-brand img { width: min(270px, 100%); height: auto; }
.footer-brand p { margin: 13px 0 0; color: var(--muted); }
.footer-nav { display: grid; gap: 10px; }
.footer-phones { display: grid; gap: 6px; text-align: right; font-weight: 750; }
.footer-phones a:hover, .footer-phones a:focus-visible { color: var(--gold-light); }

.quick-actions { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: flex; gap: 8px; }
.quick-actions a { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--black); background: var(--gold); box-shadow: 0 12px 30px rgba(0,0,0,.38); font-size: .74rem; font-weight: 950; }
.quick-actions a:last-child { background: #151515; color: var(--gold-light); }
.quick-actions a:hover, .quick-actions a:focus-visible { transform: translateY(-3px); }

.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed; z-index: 1000; inset: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 15px;
  padding: 70px 25px 30px; background: rgba(0,0,0,.94); backdrop-filter: blur(12px);
}
.lightbox figure { margin: 0; width: 100%; height: 100%; min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; justify-items: center; gap: 16px; }
.lightbox figure img { width: 100%; height: 100%; object-fit: contain; }
.lightbox figcaption { color: var(--muted); text-align: center; }
.lightbox-close, .lightbox-arrow { border: 1px solid rgba(255,255,255,.25); color: var(--white); background: rgba(255,255,255,.07); cursor: pointer; }
.lightbox-close { position: absolute; top: 18px; right: 22px; width: 46px; height: 46px; border-radius: 50%; font-size: 1.8rem; line-height: 1; }
.lightbox-arrow { width: 48px; height: 64px; border-radius: 999px; font-size: 2.2rem; }
.lightbox-close:hover, .lightbox-close:focus-visible, .lightbox-arrow:hover, .lightbox-arrow:focus-visible { border-color: var(--gold); color: var(--gold-light); }

/* The page remains fully visible even when JavaScript is unavailable. */
.js-enhanced .section-heading, .js-enhanced .event-card, .js-enhanced .gallery-item, .js-enhanced .video-card, .js-enhanced .facebook-card, .js-enhanced .contact-card {
  transition: transform .55s ease, opacity .55s ease;
}
.js-enhanced .will-reveal { opacity: 0; transform: translateY(22px); }
.js-enhanced .will-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 220px 1fr auto; }
  .main-nav { gap: 16px; }
  .event-layout, .contact-layout { grid-template-columns: 1fr; }
  .event-layout .section-heading, .contact-layout .section-heading { max-width: 760px; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
  .footer-nav { display: none; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 82px 0; }
  .nav-wrap { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand img { width: min(240px, 72vw); }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav {
    position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; padding: 90px 25px 40px;
    background: rgba(7,7,7,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-size: 1.15rem; }
  .nav-cta { display: none; }
  .hero-content { padding-top: 95px; }
  .hero-title::before, .hero-title::after { display: none; }
  .video-grid { grid-template-columns: 1fr; }
  .facebook-card { align-items: flex-start; flex-direction: column; }
  .footer-layout { grid-template-columns: 1fr; gap: 28px; }
  .footer-phones { text-align: left; }
}

@media (max-width: 580px) {
  .hero-logo { width: 100%; }
  .hero-title { letter-spacing: .07em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .event-card { grid-template-columns: 1fr; text-align: center; gap: 18px; }
  .event-symbol { margin: auto; }
  .event-contact { grid-template-columns: 1fr; }
  .gallery-grid { columns: 2 140px; column-gap: 10px; }
  .gallery-item { margin-bottom: 10px; border-radius: 12px; }
  .video-card { grid-template-columns: auto 1fr auto; gap: 13px; padding: 17px; }
  .video-number { display: none; }
  .lightbox { grid-template-columns: 1fr; padding: 70px 12px 22px; }
  .lightbox-arrow { position: absolute; bottom: 18px; width: 46px; height: 46px; }
  .lightbox-prev { left: 18px; }
  .lightbox-next { right: 18px; }
  .lightbox figcaption { padding-bottom: 55px; }
  .quick-actions { right: 10px; bottom: 10px; }
  .quick-actions a { width: 44px; height: 44px; }
}

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