:root {
  --gj-ink: #090a0f;
  --gj-night: #11101a;
  --gj-plum: #2b102d;
  --gj-card: #17151f;
  --gj-card-soft: #211d2a;
  --gj-orange: #ff8a1f;
  --gj-orange-light: #ffad45;
  --gj-red: #b8202e;
  --gj-gold: #ffd27a;
  --gj-ivory: #fff8e9;
  --gj-muted: #c8c0c7;
  --gj-border: rgba(255,255,255,.12);
  --gj-shadow: 0 18px 44px rgba(0,0,0,.3);
  --gj-radius: 20px;
  --gj-shell: min(1180px, calc(100% - 40px));
  --gj-display: Georgia, "Times New Roman", serif;
  --gj-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gj-hero-image: url("../images/titelbild-geisterhaus-johannisthal-final.png");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--gj-ivory);
  background:
    radial-gradient(circle at 10% 0, rgba(184,32,46,.12), transparent 28rem),
    radial-gradient(circle at 90% 22%, rgba(255,138,31,.08), transparent 30rem),
    var(--gj-ink);
  font-family: var(--gj-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--gj-orange-light); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--gj-ivory); }
button, input, textarea { font: inherit; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute !important; width: 1px; word-wrap: normal !important;
}
.gj-skip-link:focus {
  clip: auto; clip-path: none; height: auto; width: auto; margin: 0;
  left: 16px; top: 16px; z-index: 10000; position: fixed;
  padding: 12px 18px; color: #111; background: var(--gj-gold); border-radius: 8px;
}
:focus-visible { outline: 3px solid var(--gj-gold); outline-offset: 4px; }
.gj-shell { width: var(--gj-shell) !important; max-width: 1180px !important; margin-inline: auto !important; }
.gj-main { min-height: 55vh; overflow: hidden; }

.gj-announcement {
  position: relative; z-index: 110; color: #1a1010;
  background: linear-gradient(90deg, var(--gj-orange-light), var(--gj-orange), #ff6b20);
  font-size: .8rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase;
}
.gj-announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; }

.gj-header {
  position: sticky; z-index: 100; top: 0;
  background: #08090d; border-bottom: 1px solid rgba(255,255,255,.07);
}
.gj-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.gj-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--gj-ivory); text-decoration: none; flex: 0 0 auto; }
.gj-brand:hover { color: var(--gj-ivory); }
.gj-brand__mark { width: 58px; height: 58px; filter: drop-shadow(0 7px 18px rgba(255,138,31,.18)); }
.gj-brand__text { display: grid; line-height: 1; text-transform: uppercase; letter-spacing: .06em; }
.gj-brand__text strong { font-family: var(--gj-display); font-size: 1.13rem; letter-spacing: .025em; }
.gj-brand__text small { margin-top: 5px; color: var(--gj-orange-light); font-size: .67rem; font-weight: 900; letter-spacing: .23em; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-height: 64px; }

.gj-navigation { display: flex; align-items: center; gap: 24px; }
.gj-menu, .gj-footer-menu { list-style: none; padding: 0; margin: 0; }
.gj-menu { display: flex; align-items: center; gap: 4px; }
.gj-menu a { display: block; padding: 10px 11px; color: var(--gj-muted); text-decoration: none; font-size: .89rem; font-weight: 720; }
.gj-menu a:hover, .gj-menu .current-menu-item > a, .gj-menu .current_page_item > a { color: var(--gj-ivory); }
.gj-nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--gj-border); border-radius: 12px; background: var(--gj-card); }
.gj-nav-toggle__line { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--gj-ivory); transition: transform .25s, opacity .25s; }

.gj-button, .elementor .gj-button-widget .elementor-button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center;
  gap: 9px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px;
  color: #1a1010; background: var(--gj-orange);
  box-shadow: none; text-decoration: none; font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.gj-button:hover, .elementor .gj-button-widget .elementor-button:hover { color: #1a1010; transform: translateY(-2px); background: var(--gj-orange-light); box-shadow: none; }
.gj-button--small { min-height: 42px; padding: 9px 17px; font-size: .84rem; }
.gj-button--ghost, .elementor .gj-button-ghost .elementor-button { color: var(--gj-ivory); background: rgba(255,255,255,.055); border-color: var(--gj-border); box-shadow: none; }
.gj-button--ghost:hover, .elementor .gj-button-ghost .elementor-button:hover { color: var(--gj-ivory); background: rgba(255,255,255,.1); }
.gj-text-link { display: inline-block; font-weight: 800; text-decoration: none; }

.gj-section, .elementor .gj-section { position: relative; padding: clamp(72px, 9vw, 126px) 20px; }
.gj-section--compact, .elementor .gj-section--compact { padding-block: clamp(54px, 6vw, 82px); }
.gj-section--surface, .elementor .gj-section--surface {
  background: #0d0e13;
  border-block: 1px solid rgba(255,255,255,.065);
}
.gj-section--plum, .elementor .gj-section--plum { background: radial-gradient(circle at 75% 50%, rgba(184,32,46,.12), transparent 28rem), var(--gj-plum); }
.gj-section > .e-con-inner, .elementor .gj-section > .e-con-inner { width: min(1140px, 100%); margin-inline: auto; }
.gj-section > .elementor-container { width: min(1140px, 100%); margin-inline: auto; }

.gj-eyebrow, .elementor .gj-eyebrow .elementor-heading-title {
  margin: 0 0 13px; color: var(--gj-orange-light); font-size: .77rem; font-weight: 900;
  letter-spacing: .18em; line-height: 1.3; text-transform: uppercase;
}
.gj-display, .elementor .gj-display .elementor-heading-title,
.gj-page-intro h1, .gj-page-header h1, .gj-single h1, .gj-404 h1 {
  margin: 0; max-width: 920px; color: var(--gj-ivory); font-family: var(--gj-display);
  font-size: clamp(3.1rem, 8vw, 7.2rem); font-weight: 700; letter-spacing: -.055em; line-height: .91;
  text-wrap: balance;
}
.gj-title, .elementor .gj-title .elementor-heading-title {
  margin: 0; color: var(--gj-ivory); font-family: var(--gj-display);
  font-size: clamp(2.35rem, 5vw, 4.8rem); letter-spacing: -.045em; line-height: 1.01; text-wrap: balance;
}
.gj-subtitle, .elementor .gj-subtitle .elementor-heading-title {
  margin: 0; color: var(--gj-ivory); font-family: var(--gj-display);
  font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: -.025em; line-height: 1.12;
}
.gj-lead, .elementor .gj-lead { max-width: 760px; color: #ddd4db; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; }
.gj-lead p { margin-block: 0; }
.gj-muted { color: var(--gj-muted); }
.gj-center { text-align: center; align-items: center !important; }
.gj-center .gj-lead { margin-inline: auto; }

.gj-hero, .elementor .gj-hero {
  min-height: min(820px, calc(100svh - 118px)); padding: clamp(80px, 10vw, 145px) 20px 95px;
  overflow: hidden; isolation: isolate;
  background:
    linear-gradient(90deg, rgba(38,13,39,.62) 0%, rgba(38,13,39,.38) 37%, rgba(12,9,16,.08) 68%, rgba(8,8,12,.12) 100%),
    var(--gj-hero-image, none) center right / cover no-repeat,
    #2b102d;
}
.gj-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .36; pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,.75) 0 1px, transparent 1.5px);
  background-size: 67px 67px; background-position: 14px 11px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.gj-hero::after { content: none; }
.gj-hero > .e-con-inner, .elementor .gj-hero > .e-con-inner { width: min(1140px, 100%); margin-inline: auto; }
.gj-hero__copy, .elementor .gj-hero__copy { max-width: 690px; z-index: 2; }
.gj-hero .gj-display, .elementor .gj-hero .gj-display .elementor-heading-title { font-size: clamp(3.2rem, 6vw, 5.4rem); }
.gj-hero__subtitle, .elementor .gj-hero__subtitle .elementor-heading-title {
  max-width: 650px; margin: 20px 0 0; color: #f1e8ed; font-family: var(--gj-sans);
  font-size: clamp(1.15rem, 2.3vw, 1.65rem); font-weight: 650; line-height: 1.35;
}
.gj-hero__actions, .elementor .gj-hero__actions { display: flex !important; flex-flow: row wrap !important; gap: 12px; margin-top: 20px; }

.gj-countdown, .elementor .gj-countdown {
  display: grid; grid-template-columns: repeat(4, minmax(88px, 1fr)); gap: 10px;
  width: min(580px, 100%); margin-top: 30px;
}
.gj-countdown__item { padding: 15px 10px 13px; text-align: center; border: 1px solid var(--gj-border); border-radius: 16px; background: #17151f; }
.gj-countdown__value { display: block; color: var(--gj-ivory); font-family: var(--gj-display); font-size: clamp(1.7rem, 4vw, 2.45rem); font-weight: 800; line-height: 1; }
.gj-countdown__label { display: block; margin-top: 7px; color: var(--gj-muted); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.gj-countdown__message { grid-column: 1 / -1; margin: 0; padding: 16px 20px; border-radius: 14px; color: var(--gj-gold); background: rgba(255,210,122,.08); font-weight: 800; text-align: center; }

.gj-info-bar, .elementor .gj-info-bar {
  z-index: 5; width: min(1050px, calc(100% - 40px)); margin: -42px auto 0; padding: 14px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  border: 1px solid var(--gj-border); border-radius: var(--gj-radius); background: #17141d;
  box-shadow: var(--gj-shadow);
}
.elementor .gj-info-bar > .elementor-widget-html { grid-column: 1 / -1; width: 100%; }
.elementor .gj-info-bar > .elementor-widget-html > .elementor-widget-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.gj-info-item, .elementor .gj-info-item { min-height: 106px; padding: 21px 26px; border-radius: 15px; background: rgba(255,255,255,.026); }
.gj-info-item p { margin: 0; }
.gj-info-item strong { display: block; color: var(--gj-ivory); font-size: 1.06rem; }
.gj-info-item span, .gj-info-item .elementor-widget-text-editor { color: var(--gj-muted); font-size: .88rem; }

.gj-split, .elementor .gj-split { display: grid !important; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(36px, 7vw, 90px); }
.gj-split--reverse, .elementor .gj-split--reverse { grid-template-columns: .96fr 1.04fr; }
.gj-visual-frame, .elementor .gj-visual-frame {
  position: relative; overflow: hidden; min-height: 470px; border: 1px solid var(--gj-border);
  border-radius: clamp(22px, 4vw, 38px); background: var(--gj-card); box-shadow: var(--gj-shadow);
}
.gj-visual-frame img { width: 100%; height: 100%; object-fit: cover; }
.gj-image-right img { object-position: 72% center; }
.gj-visual-frame .elementor-widget-image, .gj-visual-frame .elementor-widget-container { height: 100%; }
.gj-visual-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 -100px 80px rgba(0,0,0,.25); pointer-events: none; }
.gj-visual-frame::after { content: "✦"; position: absolute; right: 22px; top: 18px; z-index: 2; color: var(--gj-gold); font-size: 1.4rem; }

.gj-card-grid, .elementor .gj-card-grid { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.gj-card, .elementor .gj-card {
  position: relative; overflow: hidden; min-height: 245px; padding: 30px;
  border: 1px solid var(--gj-border); border-radius: var(--gj-radius); background: var(--gj-card);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.gj-card:hover { transform: translateY(-5px); border-color: rgba(255,138,31,.35); background: var(--gj-card-soft); }
.gj-card__number, .elementor .gj-card__number .elementor-heading-title { color: var(--gj-orange); font-family: var(--gj-display); font-size: 2.2rem; font-weight: 800; }
.gj-card p { color: var(--gj-muted); }

.gj-gallery-grid, .elementor .gj-gallery-grid { display: grid !important; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: 40px; }
.gj-gallery-item, .elementor .gj-gallery-item { position: relative; overflow: hidden; min-height: 310px; border: 1px solid var(--gj-border); border-radius: 20px; background: var(--gj-card); }
.gj-gallery-item:nth-child(1), .gj-gallery-item:nth-child(4) { grid-column: span 7; }
.gj-gallery-item:nth-child(2), .gj-gallery-item:nth-child(3) { grid-column: span 5; }
.gj-gallery-item:nth-child(5), .gj-gallery-item:nth-child(6) { grid-column: span 6; }
.gj-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.gj-gallery-item:hover img { transform: scale(1.035); filter: saturate(1.1) brightness(1.05); }
.gj-gallery-item .elementor-widget-image, .gj-gallery-item .elementor-widget-container { height: 100%; }

.gj-check-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px;
  padding: 0; margin: 26px 0; list-style: none;
}
.gj-check-list li { position: relative; margin: 0; padding: 15px 16px 15px 44px; border: 1px solid var(--gj-border); border-radius: 13px; color: var(--gj-ivory); background: rgba(255,255,255,.035); }
.gj-check-list li::before { content: "✦"; position: absolute; left: 16px; top: 14px; color: var(--gj-orange-light); }

.gj-stat-band {
  display: grid; grid-template-columns: minmax(210px, .62fr) 1.38fr; align-items: center; gap: clamp(22px, 6vw, 72px);
  padding: clamp(30px, 6vw, 62px); border: 1px solid rgba(255,138,31,.3); border-radius: 28px;
  background: radial-gradient(circle at 12% 50%, rgba(255,138,31,.2), transparent 18rem), #17141d;
}
.gj-stat-band strong { color: var(--gj-orange-light); font-family: var(--gj-display); font-size: clamp(3.8rem, 9vw, 7.5rem); letter-spacing: -.06em; line-height: .85; }
.gj-stat-band span { color: var(--gj-ivory); font-family: var(--gj-display); font-size: clamp(1.4rem, 3vw, 2.35rem); line-height: 1.15; }

.gj-photo-wall, .elementor .gj-photo-wall {
  --gj-photo-row: 230px;
  display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: var(--gj-photo-row);
  gap: 14px; margin: 40px 0 28px;
}
.gj-photo-card, .elementor .gj-photo-card {
  position: relative; overflow: hidden; align-self: stretch !important; margin: 0;
  width: 100% !important; height: 100% !important; min-height: var(--gj-photo-row) !important;
  border: 1px solid var(--gj-border); border-radius: 18px; background: var(--gj-card);
}
.gj-photo-card:nth-child(5n + 1), .gj-photo-card:nth-child(7n + 4) { grid-row: span 2; }
.gj-photo-card > .e-con-inner,
.gj-photo-card > .elementor-widget-container,
.gj-photo-card .elementor-widget-image,
.gj-photo-card .elementor-widget-image > .elementor-widget-container,
.gj-photo-card .elementor-widget-image a,
.gj-photo-card .elementor-widget-image picture {
  display: block !important; width: 100% !important; height: 100% !important; min-height: 100% !important;
}
.gj-photo-card img,
.elementor .gj-photo-card img {
  display: block !important; width: 100% !important; height: 100% !important; min-height: 100% !important;
  object-fit: cover !important; object-position: center center;
  transition: transform .5s ease, filter .5s ease;
}
.gj-photo-card:hover img { transform: scale(1.045); filter: saturate(1.12) brightness(1.06); }
.gj-photo-wall--preview .gj-photo-card:nth-child(n) { grid-row: auto; }

.gj-video-grid, .elementor .gj-video-grid { display: grid !important; grid-template-columns: 1.25fr .875fr .875fr; gap: 18px; margin-top: 40px; align-items: stretch; }
.gj-video-grid > .elementor-widget-html, .gj-video-grid > .elementor-widget-html > .elementor-widget-container { height: 100%; }
.gj-video-card { height: 100%; margin: 0; overflow: hidden; border: 1px solid var(--gj-border); border-radius: 20px; background: #08090d; box-shadow: var(--gj-shadow); }
.gj-video-card video { display: block; width: 100%; aspect-ratio: 16 / 10; max-height: 560px; object-fit: cover; background: #050507; }
.gj-video-grid > :not(:first-child) .gj-video-card video { aspect-ratio: 4 / 5; }
.gj-video-card figcaption { padding: 15px 18px 17px; color: var(--gj-muted); font-size: .88rem; font-weight: 750; }

.gj-event-panel { height: 100%; padding: clamp(28px, 5vw, 48px); border: 1px solid var(--gj-border); border-radius: var(--gj-radius); background: linear-gradient(145deg, #211b27, #131219); }
.gj-event-panel p { color: var(--gj-muted); }
.gj-event-panel strong { color: var(--gj-ivory); }
.gj-event-panel address { margin-block: 24px; color: var(--gj-ivory); font-style: normal; font-size: 1.08rem; }
.gj-event-panel__date { margin-top: 0; color: var(--gj-ivory) !important; font-family: var(--gj-display); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 750; line-height: 1.03; }
.gj-event-panel__date span { display: block; margin-top: 8px; color: var(--gj-orange-light); font-family: var(--gj-sans); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

.gj-rules-box { max-width: 960px; padding: clamp(28px, 5vw, 50px); border: 1px solid rgba(255,138,31,.28); border-radius: 24px; background: rgba(8,9,13,.35); }
.gj-rule-list { display: grid; gap: 14px; padding: 0; margin: 26px 0 0; list-style: none; counter-reset: rules; }
.gj-rule-list li { position: relative; min-height: 58px; padding: 16px 18px 16px 64px; border-bottom: 1px solid var(--gj-border); color: var(--gj-ivory); }
.gj-rule-list li::before { counter-increment: rules; content: counter(rules, decimal-leading-zero); position: absolute; left: 5px; top: 13px; color: var(--gj-orange-light); font-family: var(--gj-display); font-size: 1.45rem; font-weight: 800; }

.gj-mini-grid, .elementor .gj-mini-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 40px; }
.gj-mini-grid .gj-card { min-height: 285px; }
.gj-community-grid, .elementor .gj-community-grid { display: grid !important; grid-template-columns: .92fr 1.08fr; gap: 18px; }
.gj-community-card, .elementor .gj-community-card { padding: clamp(30px, 5vw, 52px); border: 1px solid var(--gj-border); border-radius: 26px; background: var(--gj-card); }
.gj-community-card:last-child { background: linear-gradient(145deg, rgba(184,32,46,.18), rgba(255,138,31,.07)), var(--gj-card); }

.gj-timeline, .elementor .gj-timeline { position: relative; display: grid; gap: 18px; max-width: 870px; margin-top: 42px; }
.gj-timeline::before { content: ""; position: absolute; left: 31px; top: 40px; bottom: 40px; width: 1px; background: linear-gradient(var(--gj-orange), var(--gj-red)); }
.gj-timeline-item, .elementor .gj-timeline-item { display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start; padding: 26px; border: 1px solid var(--gj-border); border-radius: 18px; background: var(--gj-card); }
.gj-timeline-item__dot { z-index: 1; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #21120a; background: var(--gj-orange); font-weight: 900; }

.gj-note, .elementor .gj-note { padding: 22px 24px; border-left: 4px solid var(--gj-orange); border-radius: 6px 16px 16px 6px; color: var(--gj-muted); background: rgba(255,138,31,.08); }
.gj-note strong { color: var(--gj-ivory); }

.gj-map-card, .elementor .gj-map-card { position: relative; overflow: hidden; min-height: 420px; border: 1px solid var(--gj-border); border-radius: var(--gj-radius); background: #17151f; }
.gj-map-card__visual { position: absolute; inset: 0; opacity: .65; background:
  linear-gradient(41deg, transparent 45%, rgba(255,255,255,.09) 46% 48%, transparent 49%),
  linear-gradient(-28deg, transparent 43%, rgba(255,255,255,.075) 44% 46%, transparent 47%),
  repeating-linear-gradient(90deg, transparent 0 82px, rgba(255,255,255,.04) 83px 84px),
  repeating-linear-gradient(0deg, transparent 0 69px, rgba(255,255,255,.035) 70px 71px),
  radial-gradient(circle at 61% 44%, rgba(255,138,31,.24), transparent 100px), #1c1923; }
.gj-map-card__pin { position: absolute; left: 61%; top: 44%; width: 50px; height: 50px; transform: translate(-50%,-50%) rotate(-45deg); border-radius: 50% 50% 50% 0; background: var(--gj-orange); box-shadow: 0 8px 28px rgba(255,138,31,.35); }
.gj-map-card__pin::after { content: ""; position: absolute; width: 18px; height: 18px; left: 16px; top: 16px; border-radius: 50%; background: var(--gj-night); }
.gj-map-card__content { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 1; padding: 23px; border: 1px solid var(--gj-border); border-radius: 17px; background: rgba(9,10,15,.9); backdrop-filter: blur(12px); }
.gj-map-card__content h3 { margin: 0 0 5px; font-family: var(--gj-display); font-size: 1.55rem; }
.gj-map-card__content p { margin: 0 0 14px; color: var(--gj-muted); }

.gj-form { display: grid; gap: 17px; }
.gj-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.gj-field { display: grid; gap: 7px; }
.gj-field label { color: var(--gj-ivory); font-size: .86rem; font-weight: 800; }
.gj-field input, .gj-field textarea {
  width: 100%; border: 1px solid var(--gj-border); border-radius: 13px; padding: 14px 15px;
  color: var(--gj-ivory); background: rgba(255,255,255,.045); transition: border-color .2s, background .2s;
}
.gj-field input:focus, .gj-field textarea:focus { border-color: var(--gj-orange); background: rgba(255,255,255,.07); }
.gj-field textarea { min-height: 160px; resize: vertical; }
.gj-checkbox { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--gj-muted); font-size: .88rem; }
.gj-checkbox input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--gj-orange); }
.gj-honeypot { position: absolute !important; left: -9999px !important; }
.gj-form-status { padding: 14px 17px; border-radius: 12px; font-weight: 800; }
.gj-form-status--success { color: #dfffe9; background: rgba(42,180,93,.18); border: 1px solid rgba(69,208,117,.35); }
.gj-form-status--error { color: #ffe3e5; background: rgba(184,32,46,.2); border: 1px solid rgba(235,77,90,.38); }

.gj-cta, .elementor .gj-cta { overflow: hidden; padding: clamp(45px, 7vw, 82px); border: 1px solid rgba(255,138,31,.22); border-radius: 34px; background:
  radial-gradient(circle at 86% 25%, rgba(255,210,122,.19), transparent 12rem),
  radial-gradient(circle at 15% 90%, rgba(184,32,46,.24), transparent 18rem),
  linear-gradient(135deg, #291223, #17131e); box-shadow: var(--gj-shadow); }

.gj-latest-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.gj-post-card { overflow: hidden; border: 1px solid var(--gj-border); border-radius: 20px; background: var(--gj-card); }
.gj-post-card__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.gj-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gj-post-card:hover .gj-post-card__image img { transform: scale(1.035); }
.gj-post-card__body { padding: 25px; }
.gj-post-card__date { margin: 0 0 9px; color: var(--gj-orange-light); font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.gj-post-card h2 { margin: 0 0 10px; font-family: var(--gj-display); font-size: 1.55rem; line-height: 1.13; }
.gj-post-card h2 a { color: var(--gj-ivory); text-decoration: none; }
.gj-post-card p { color: var(--gj-muted); }
.gj-empty-state { padding: 38px; border: 1px dashed rgba(255,255,255,.18); border-radius: 18px; text-align: center; background: rgba(255,255,255,.025); }
.gj-empty-state h2 { margin: 0 0 8px; font-family: var(--gj-display); }
.gj-empty-state p { margin: 0; color: var(--gj-muted); }

.gj-page-header, .gj-page-intro { padding-block: clamp(72px, 10vw, 130px) 60px; }
.gj-page-header h1, .gj-page-intro h1, .gj-single h1, .gj-404 h1 { font-size: clamp(2.9rem, 7vw, 6.2rem); }
.gj-page-content:not(.gj-page-content--elementor), .gj-prose { padding-bottom: 100px; }
.gj-prose { max-width: 850px; }
.gj-prose h2, .gj-prose h3 { color: var(--gj-ivory); font-family: var(--gj-display); line-height: 1.15; }
.gj-prose h2 { margin-top: 2.2em; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.gj-prose h3 { margin-top: 1.8em; font-size: 1.45rem; }
.gj-prose p, .gj-prose li { color: #d6cfd5; }
.gj-prose li + li { margin-top: .55em; }
.gj-legal-placeholder { margin: 20px 0; padding: 18px 20px; color: #251505; background: #ffd27a; border-radius: 12px; font-weight: 750; }

.gj-archive { padding-bottom: 110px; }
.gj-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gj-single { max-width: 900px; padding-block: 95px 120px; }
.gj-single__header { margin-bottom: 42px; }
.gj-single__image { margin-top: 42px; overflow: hidden; border-radius: 24px; }
.gj-404 { padding-block: 100px 130px; text-align: center; }
.gj-404 > * { margin-inline: auto; }
.gj-404__code { margin: 0; color: rgba(255,255,255,.05); font-family: var(--gj-display); font-size: clamp(10rem, 32vw, 25rem); font-weight: 900; line-height: .65; }
.navigation.pagination { margin-top: 45px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--gj-border); border-radius: 10px; text-decoration: none; }
.page-numbers.current { color: #17100b; background: var(--gj-orange); border-color: var(--gj-orange); }

.gj-footer { position: relative; padding-top: 80px; color: var(--gj-muted); background: #07070b; border-top: 1px solid var(--gj-border); }
.gj-footer__mist { position: absolute; top: -35px; left: -10%; right: -10%; height: 80px; background: rgba(220,220,230,.055); filter: blur(22px); border-radius: 50%; }
.gj-footer__grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr; gap: clamp(35px, 7vw, 90px); padding-bottom: 55px; }
.gj-footer h2 { margin: 0 0 18px; color: var(--gj-ivory); font-family: var(--gj-display); font-size: 1.2rem; }
.gj-brand--footer { margin-bottom: 18px; }
.gj-footer-menu a { display: block; padding-block: 5px; color: var(--gj-muted); text-decoration: none; }
.gj-footer-menu a:hover { color: var(--gj-ivory); }
.gj-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 24px; border-top: 1px solid var(--gj-border); font-size: .78rem; }
.gj-footer__bottom p { margin: 0; }
.gj-footer__bottom a { color: inherit; }

.gj-reveal { opacity: 1; transform: none; }
.gj-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .gj-navigation { position: fixed; inset: 118px 0 0; z-index: 90; display: none; align-items: stretch; flex-direction: column; padding: 25px 20px 40px; background: rgba(9,10,15,.98); overflow-y: auto; }
  .nav-open .gj-navigation { display: flex; }
  .gj-menu { align-items: stretch; flex-direction: column; width: min(600px, 100%); margin-inline: auto; }
  .gj-menu a { padding: 16px 5px; border-bottom: 1px solid var(--gj-border); font-family: var(--gj-display); font-size: 1.65rem; }
  .gj-navigation > .gj-button { width: min(600px, 100%); margin: 12px auto; }
  .gj-nav-toggle { display: block; }
  .nav-open .gj-nav-toggle__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .gj-nav-toggle__line:nth-child(2) { opacity: 0; }
  .nav-open .gj-nav-toggle__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 820px) {
  :root { --gj-shell: min(100% - 30px, 1180px); }
  body { font-size: 16px; }
  .gj-announcement__inner { gap: 8px; letter-spacing: .045em; }
  .gj-header__inner { min-height: 76px; }
  .gj-navigation { inset-block-start: 110px; }
  .gj-brand__mark { width: 49px; height: 49px; }
  .gj-brand__text strong { font-size: .98rem; }
  .gj-hero { min-height: 720px; padding-top: 95px; background:
    linear-gradient(0deg, rgba(20,10,24,.94) 0%, rgba(20,10,24,.62) 58%, rgba(20,10,24,.22) 100%),
    var(--gj-hero-image, none) 66% center / cover no-repeat,
    #2b102d; }
  .gj-display { font-size: clamp(3rem, 15vw, 5.1rem); }
  .gj-hero .gj-display { font-size: clamp(2.7rem, 14vw, 4.6rem); }
  .gj-countdown { grid-template-columns: repeat(2, 1fr); }
  .gj-info-bar { grid-template-columns: 1fr; margin-top: -28px; }
  .elementor .gj-info-bar > .elementor-widget-html > .elementor-widget-container { grid-template-columns: 1fr; }
  .gj-info-item { min-height: auto; }
  .gj-split, .gj-split--reverse { grid-template-columns: 1fr; }
  .gj-split--reverse > :first-child { order: 2; }
  .gj-visual-frame { min-height: 360px; }
  .gj-card-grid, .gj-latest-posts, .gj-post-grid { grid-template-columns: 1fr; }
  .gj-gallery-item:nth-child(n) { grid-column: span 12; min-height: 280px; }
  .gj-check-list { grid-template-columns: 1fr; }
  .gj-stat-band { grid-template-columns: 1fr; text-align: center; }
  .gj-photo-wall { --gj-photo-row: 220px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gj-video-grid { grid-template-columns: 1fr; }
  .gj-video-grid > :not(:first-child) .gj-video-card video { aspect-ratio: 16 / 10; }
  .gj-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gj-community-grid { grid-template-columns: 1fr; }
  .gj-footer__grid { grid-template-columns: 1fr; }
  .gj-footer__bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .gj-announcement__inner span:nth-child(2), .gj-announcement__inner span:nth-child(4) { display: none; }
  .gj-announcement__inner { flex-wrap: wrap; column-gap: 12px; padding-block: 6px; line-height: 1.2; }
  .gj-brand__text { display: none; }
  .gj-hero__actions, .gj-hero__actions .elementor-widget-button { width: 100%; }
  .gj-hero__actions .elementor-button, .gj-hero__actions .gj-button { width: 100%; }
  .gj-form__row { grid-template-columns: 1fr; }
  .gj-photo-wall { --gj-photo-row: 300px; grid-template-columns: 1fr; }
  .gj-photo-card:nth-child(n) { grid-row: auto; }
  .gj-mini-grid { grid-template-columns: 1fr; }
  .gj-timeline-item { grid-template-columns: 46px 1fr; padding: 20px; gap: 12px; }
  .gj-timeline::before { left: 22px; }
  .gj-cta { padding: 35px 24px; }
}

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

@media print {
  .gj-announcement, .gj-header, .gj-footer, .gj-button { display: none !important; }
  body { color: #111; background: #fff; }
  a { color: #111; }
}
