:root {
  --alx-ink: #08111d;
  --alx-ink-2: #0d1828;
  --alx-ink-3: #132235;
  --alx-paper: #f7f2e9;
  --alx-paper-2: #fffaf0;
  --alx-text: #302b27;
  --alx-muted: #6f675d;
  --alx-gold: #c69a45;
  --alx-gold-2: #dfbc78;
  --alx-red: #d71920;
  --alx-line: rgba(198,154,69,.34);
  --alx-shadow: 0 24px 70px rgba(0,0,0,.22);
  --alx-radius: 8px;
}

body.elementor-page {
  background: var(--alx-ink);
}

.elementor-widget-text-editor p,
.elementor-widget-text-editor li,
.elementor-widget-text-editor dd {
  letter-spacing: 0;
}

.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
  letter-spacing: 0;
}

.alx-pro-header,
.elementor-element[style*="08111d"]:first-child {
  backdrop-filter: blur(16px);
}

.alx-pro-section-light,
.alx-pro-section-dark,
.alx-pro-section-source,
.alx-pro-section-footer {
  position: relative;
  overflow: hidden;
}

.alx-pro-section-light::before,
.alx-pro-section-dark::before,
.alx-pro-section-source::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(198,154,69,.42) calc(100% - 1px)),
    linear-gradient(0deg, transparent 0, transparent calc(100% - 1px), rgba(198,154,69,.28) calc(100% - 1px));
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.alx-pro-section-light > .elementor-element,
.alx-pro-section-dark > .elementor-element,
.alx-pro-section-source > .elementor-element,
.alx-pro-section-footer > .elementor-element {
  position: relative;
  z-index: 1;
}

.alx-pro-section-light {
  background: linear-gradient(180deg, #f9f4eb 0%, #efe6d7 100%) !important;
}

.alx-pro-section-dark,
.alx-pro-section-source.alx-pro-dark {
  background:
    radial-gradient(circle at 16% 0%, rgba(198,154,69,.16), transparent 34%),
    linear-gradient(180deg, #101b2b 0%, #07101c 100%) !important;
}

.alx-pro-section-source .elementor-widget-heading,
.alx-pro-section-source .elementor-widget-text-editor {
  max-width: 900px;
}

.alx-pro-section-source .elementor-widget-heading .elementor-heading-title {
  font-size: clamp(32px, 4vw, 54px) !important;
  line-height: 1.04 !important;
}

.alx-pro-section-source .elementor-widget-text-editor {
  border: 1px solid var(--alx-line);
  border-radius: var(--alx-radius);
  padding: clamp(24px, 3vw, 38px);
  background: rgba(255,250,240,.78);
  box-shadow: 0 18px 54px rgba(8,17,29,.10);
}

.alx-pro-section-dark .elementor-widget-text-editor,
.alx-pro-section-source.alx-pro-dark .elementor-widget-text-editor {
  background: rgba(7,16,28,.68);
  color: var(--alx-paper) !important;
  border-color: rgba(198,154,69,.42);
  box-shadow: var(--alx-shadow);
}

.alx-pro-section-source .elementor-widget-text-editor p {
  max-width: 78ch;
  margin: 0 0 1.05em;
}

.alx-pro-section-source .elementor-widget-text-editor h3 {
  margin: 1.4em 0 .55em;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
  font-weight: 500;
  color: var(--alx-gold);
}

.alx-pro-section-source .elementor-widget-text-editor strong {
  color: var(--alx-gold);
  font-weight: 800;
}

.alx-pro-section-source .elementor-widget-text-editor a,
.alx-pro-section-footer a {
  color: var(--alx-gold-2) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(223,188,120,.45);
}

.alx-pro-section-source .elementor-widget-text-editor a:hover,
.alx-pro-section-footer a:hover {
  color: #fff2cc !important;
  border-color: currentColor;
}

.alx-pro-section-source[data-element_type="container"] > .e-con-inner,
.alx-pro-section-source.e-con > .e-con-inner {
  gap: 18px !important;
}

.alx-pro-section-source .elementor-widget-heading::before {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  margin: 0 0 18px;
  background: linear-gradient(90deg, var(--alx-gold), transparent);
}

.alx-grid {
  gap: 22px !important;
}

.alx-card {
  min-height: 240px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,0)),
    #0b1524 !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.alx-card:hover {
  transform: translateY(-3px);
  border-color: rgba(223,188,120,.72) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.28) !important;
}

.alx-empty {
  background: linear-gradient(180deg, #fffaf0, #f0e5d2) !important;
  color: var(--alx-text) !important;
  font-weight: 650;
}

.elementor-widget-button .elementor-button,
.elementor-button {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.elementor-widget-button .elementor-button:hover,
.elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.alx-pro-footer,
.alx-pro-section-footer {
  background:
    linear-gradient(90deg, rgba(198,154,69,.08), transparent 30%, rgba(215,25,32,.08) 72%, transparent),
    #050b13 !important;
}

.alx-pro-section-footer .elementor-widget-text-editor {
  max-width: 1180px;
}

.alx-pro-section-footer p {
  margin-bottom: .65em;
}

.alx-template-main .alx-template-hero {
  min-height: 380px;
}

.alx-template-nav a {
  letter-spacing: 0 !important;
}

@media (min-width: 960px) {
  .alx-pro-section-source:nth-of-type(even) .elementor-widget-text-editor {
    margin-left: auto;
  }
}

@media (max-width: 900px) {
  .alx-pro-section-source .elementor-widget-text-editor {
    padding: 22px;
  }

  .alx-pro-section-source .elementor-widget-heading .elementor-heading-title {
    font-size: 32px !important;
  }
}

@media (max-width: 640px) {
  .elementor-widget-button .elementor-button {
    width: 100%;
  }

  .alx-pro-section-source .elementor-widget-text-editor p {
    max-width: 100%;
  }
}
/* Responsive QA hardening */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.elementor-page,
.elementor,
.elementor-location-single,
.elementor-location-archive,
.e-con,
.e-con-inner,
.elementor-element,
.elementor-widget-container {
  max-width: 100%;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor *,
.alx-pro-section-source,
.alx-pro-section-source *,
.alx-template-main,
.alx-template-main * {
  overflow-wrap: anywhere;
  word-break: normal;
}

.elementor img,
.alx-template-main img {
  max-width: 100%;
  height: auto;
}

.alx-pro-header .elementor-widget-button,
.alx-template-nav a {
  max-width: 100%;
}

.alx-pro-section-source .elementor-widget-text-editor,
.alx-detail-content,
.alx-detail-panel {
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 1100px) {
  .alx-pro-header [class*="elementor-widget-button"],
  .alx-pro-header .elementor-button {
    min-width: 0 !important;
  }
}

@media (max-width: 480px) {
  .alx-pro-section-source,
  .alx-pro-section-light,
  .alx-pro-section-dark,
  .alx-pro-section-footer,
  .alx-template-section,
  .alx-template-hero {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .alx-pro-section-source .elementor-widget-text-editor,
  .alx-detail-content,
  .alx-detail-panel {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
/* Responsive QA targeted fixes */
.e-con,
.e-con-inner,
.elementor-widget,
.elementor-widget-container {
  min-width: 0;
}

.elementor-heading-title,
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

@media (max-width: 1100px) {
  .e-con.e-grid,
  .e-con-inner .e-con.e-grid {
    --grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .e-con.e-grid > .e-con-inner,
  .e-con-inner .e-con.e-grid > .e-con-inner {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .e-con.e-grid,
  .e-con-inner .e-con.e-grid {
    --grid-template-columns: minmax(0, 1fr) !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .elementor-heading-title,
  .elementor-widget-heading h1,
  .elementor-widget-heading h2,
  .elementor-widget-heading h3 {
    word-break: break-word;
  }
}
/* Force no horizontal page scroll after QA */
html,
body,
body.elementor-page,
.elementor,
.elementor-page .elementor {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

.elementor-section-wrap,
.elementor > .elementor-element,
.elementor .e-con.e-parent {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .elementor-section-wrap,
  .elementor > .elementor-element,
  .elementor .e-con.e-parent {
    overflow-x: hidden;
  }
}
/* Reference rebuild: Startseite + Mediathek */
.alx-ref-page,
.alx-ref-page * {
  box-sizing: border-box;
}

.alx-ref-page {
  min-height: 100vh;
  background: #08111d;
  color: #f7f2e9;
  font-family: Manrope, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.alx-ref-page a {
  color: inherit;
  text-decoration: none;
}

.alx-ref-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(24px, 4vw, 74px);
  background: rgba(8, 17, 29, .94);
  border-bottom: 1px solid rgba(198,154,69,.22);
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 5;
}

.alx-ref-logo {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 255px;
}

.alx-ref-logo-mark {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(198,154,69,.22));
}

.alx-ref-logo-type {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(31px, 3vw, 54px);
  line-height: .86;
  color: #f7f2e9;
  white-space: nowrap;
}

.alx-ref-logo-type span {
  color: #d71920;
}

.alx-ref-logo-sub {
  display: block;
  margin-top: 6px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  color: #dfbc78;
  text-transform: none;
}

.alx-ref-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(20px, 3.2vw, 62px);
  flex-wrap: wrap;
  font-size: 16px;
  color: #f3ecdf;
}

.alx-ref-nav a {
  padding: 12px 0 16px;
  border-bottom: 2px solid transparent;
}

.alx-ref-nav a.is-active,
.alx-ref-nav a:hover {
  color: #dfbc78;
  border-bottom-color: #dfbc78;
}

.alx-home-hero {
  min-height: 535px;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.alx-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 40%, rgba(198,154,69,.16), transparent 24%),
    linear-gradient(90deg, rgba(8,17,29,.84), rgba(8,17,29,.28) 46%, rgba(8,17,29,.08) 76%, rgba(8,17,29,.44));
}

.alx-sacred-lines {
  position: absolute;
  left: 6%;
  top: 0;
  width: 410px;
  height: 100%;
  opacity: .28;
  background:
    radial-gradient(circle at center, transparent 0 28%, rgba(198,154,69,.6) 28.2% 28.6%, transparent 28.8%),
    linear-gradient(60deg, transparent 48%, rgba(198,154,69,.5) 49%, transparent 50%),
    linear-gradient(-60deg, transparent 48%, rgba(198,154,69,.5) 49%, transparent 50%),
    linear-gradient(90deg, transparent 49%, rgba(198,154,69,.45) 49.5%, transparent 50%);
  mask-image: radial-gradient(circle, #000, transparent 72%);
}

.alx-home-copy {
  position: relative;
  width: min(760px, 88vw);
  margin-left: clamp(32px, 16.5vw, 315px);
  padding: 78px 0 84px;
}

.alx-ref-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f7f2e9;
  display: block;
  margin: 0 0 8px 255px;
}

.alx-home-title,
.alx-media-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(46px, 5.2vw, 82px);
  line-height: .98;
  font-weight: 400;
  margin: 0;
  color: #fffaf0;
  text-shadow: 0 3px 22px rgba(0,0,0,.36);
}

.alx-home-ornament,
.alx-media-ornament {
  width: 280px;
  height: 16px;
  margin: 22px 0 24px;
  border-top: 1px solid #dfbc78;
  position: relative;
}

.alx-home-ornament::after,
.alx-media-ornament::after {
  content: "◇";
  position: absolute;
  right: -20px;
  top: -12px;
  color: #dfbc78;
  font-size: 18px;
}

.alx-home-copy p {
  max-width: 575px;
  margin: 0 0 28px;
  color: #f5efe4;
  font-size: 18px;
  line-height: 1.62;
}

.alx-home-copy strong,
.alx-media-title span,
.alx-home-title span {
  color: #d71920;
  font-weight: inherit;
}

.alx-ref-actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.alx-ref-btn {
  min-width: 185px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 6px;
  border: 1px solid #c69a45;
  color: #dfbc78;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(7,16,28,.24);
}

.alx-ref-btn.primary {
  color: #08111d;
  background: linear-gradient(180deg, #dfbc78, #b57d2f);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 14px 30px rgba(0,0,0,.24);
}

.alx-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.alx-slider-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
}

.alx-slider-dots span:first-child {
  background: #dfbc78;
}

.alx-home-band {
  padding: 18px clamp(24px, 4vw, 74px) 0;
  background: linear-gradient(180deg, #07101c, #08111d 78%);
}

.alx-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.alx-topic-card {
  min-height: 214px;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(198,154,69,.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.045), transparent 42%),
    rgba(12,25,41,.9);
  box-shadow: 0 18px 55px rgba(0,0,0,.2);
}

.alx-topic-card.green { background-color: rgba(10,38,30,.9); }
.alx-topic-card.violet { background-color: rgba(28,24,54,.9); }

.alx-topic-card img {
  width: 122px;
  height: 122px;
  object-fit: contain;
}

.alx-topic-card h2 {
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', serif;
  color: #f7f2e9;
  font-size: 29px;
  line-height: 1.08;
  font-weight: 400;
}

.alx-topic-card p {
  margin: 0 0 18px;
  color: #e8dfd0;
  font-size: 15px;
  line-height: 1.5;
}

.alx-card-link {
  color: #dfbc78 !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}

.alx-values-bar {
  min-height: 126px;
  display: grid;
  grid-template-columns: 1fr 1fr 120px 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 26px;
  padding: 18px 28px;
  border-top: 1px solid rgba(198,154,69,.18);
  background:
    radial-gradient(circle at center, rgba(215,25,32,.22), transparent 11%),
    linear-gradient(90deg, rgba(255,255,255,.02), rgba(255,255,255,.05), rgba(255,255,255,.02));
}

.alx-value-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
}

.alx-value-icon {
  color: #dfbc78;
  font-size: 38px;
  line-height: 1;
}

.alx-value-item strong {
  display: block;
  color: #dfbc78;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 400;
}

.alx-value-item span {
  color: #cfc5b5;
  font-size: 13px;
}

.alx-x-core {
  display: grid;
  place-items: center;
  color: #ff1d28;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 70px;
  text-shadow: 0 0 26px rgba(215,25,32,.85);
}

.alx-media-page {
  background: #060c14;
}

.alx-media-hero {
  position: relative;
  min-height: 365px;
  display: flex;
  align-items: center;
  padding: 58px clamp(24px, 4vw, 74px) 70px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.alx-media-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 42%, rgba(198,112,22,.22), transparent 30%),
    linear-gradient(90deg, rgba(3,8,14,.95), rgba(5,12,19,.62) 45%, rgba(5,12,19,.36));
}

.alx-media-copy {
  position: relative;
  width: min(760px, 92vw);
}

.alx-media-copy p.lead {
  color: #dfbc78;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.22;
  margin: 0 0 18px;
}

.alx-media-copy p {
  max-width: 510px;
  margin: 0 0 26px;
  color: #d9d0c0;
  line-height: 1.56;
}

.alx-media-shell {
  padding: 0 clamp(24px, 4vw, 74px) 42px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.alx-feature-panel,
.alx-media-card,
.alx-journal,
.alx-statbar {
  border: 1px solid rgba(198,154,69,.34);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14,25,37,.92), rgba(7,13,20,.96));
  box-shadow: 0 22px 70px rgba(0,0,0,.26);
}

.alx-feature-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(280px, .95fr);
  gap: 32px;
  padding: 16px;
  align-items: center;
}

.alx-feature-media {
  min-height: 255px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

.alx-feature-media::after {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding-left: 5px;
  color: #fffaf0;
  font-size: 33px;
  background: rgba(0,0,0,.55);
}

.alx-thumb-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 10px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.82));
}

.alx-thumb-strip span {
  height: 38px;
  border: 1px solid rgba(223,188,120,.45);
  border-radius: 4px;
  background: rgba(198,154,69,.18);
}

.alx-feature-copy {
  padding: 14px 14px 14px 0;
}

.alx-label-red {
  display: inline-flex;
  border: 1px solid #d71920;
  color: #ff3038;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.alx-feature-copy h2 {
  margin: 0 0 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 400;
  color: #f7f2e9;
}

.alx-feature-copy p {
  color: #d6ccbb;
  line-height: 1.55;
}

.alx-meta-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.alx-meta-row div {
  min-height: 55px;
  padding-left: 14px;
  border-left: 1px solid rgba(198,154,69,.18);
  color: #dfbc78;
  font-size: 13px;
}

.alx-meta-row strong {
  display: block;
  color: #bfb5a5;
  font-weight: 500;
}

.alx-media-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 20px;
  margin-top: 28px;
}

.alx-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #f7f2e9;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.alx-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.alx-media-card {
  overflow: hidden;
}

.alx-media-card-visual {
  height: 132px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.alx-media-card-visual img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  position: absolute;
  left: 18px;
  bottom: -34px;
  padding: 10px;
  border-radius: 50%;
  background: #09131f;
  border: 1px solid #c69a45;
}

.alx-media-card-body {
  padding: 48px 18px 18px;
}

.alx-media-card-body h3 {
  margin: 0 0 6px;
  font-family: Georgia, 'Times New Roman', serif;
  color: #f7f2e9;
  font-size: 21px;
  font-weight: 400;
}

.alx-media-card-body em {
  display: block;
  color: #d71920;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 12px;
}

.alx-media-card-body p,
.alx-journal p {
  color: #cfc5b5;
  font-size: 14px;
  line-height: 1.45;
}

.alx-progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  margin-top: 16px;
  overflow: hidden;
}

.alx-progress span {
  display: block;
  height: 100%;
  background: #d71920;
}

.alx-journal {
  padding: 16px 18px;
}

.alx-journal-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(198,154,69,.14);
}

.alx-journal-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #dfbc78;
  background: rgba(255,255,255,.045);
  font-size: 23px;
}

.alx-journal h3 {
  margin: 0 0 3px;
  color: #dfbc78;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 400;
}

.alx-journal small {
  color: #c8bda9;
}

.alx-statbar {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 1.4fr;
  gap: 18px;
  align-items: center;
  padding: 18px 24px;
  margin-top: 18px;
}

.alx-statbar strong {
  display: block;
  color: #f7f2e9;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  font-weight: 400;
}

.alx-statbar span {
  color: #cfc5b5;
  font-size: 13px;
}

.alx-quote {
  border-left: 1px solid rgba(198,154,69,.35);
  padding-left: 26px;
  color: #dfbc78;
}

@media (max-width: 1180px) {
  .alx-topic-grid,
  .alx-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .alx-topic-card {
    grid-template-columns: 112px 1fr;
  }
  .alx-media-main,
  .alx-feature-panel {
    grid-template-columns: 1fr;
  }
  .alx-statbar {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .alx-ref-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 20px;
  }
  .alx-ref-logo-mark {
    width: 58px;
    height: 58px;
  }
  .alx-ref-logo-type {
    font-size: 34px;
  }
  .alx-ref-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 15px 22px;
    font-size: 13px;
  }
  .alx-home-hero,
  .alx-media-hero {
    min-height: 520px;
    align-items: flex-end;
  }
  .alx-home-copy {
    width: auto;
    margin: 0;
    padding: 48px 22px 78px;
  }
  .alx-ref-kicker-dot {
    margin-left: 0;
  }
  .alx-home-title,
  .alx-media-title {
    font-size: 43px;
  }
  .alx-home-band,
  .alx-media-shell {
    padding-left: 16px;
    padding-right: 16px;
  }
  .alx-topic-grid,
  .alx-media-grid,
  .alx-values-bar,
  .alx-meta-row,
  .alx-statbar {
    grid-template-columns: 1fr;
  }
  .alx-topic-card {
    grid-template-columns: 88px 1fr;
    min-height: auto;
    padding: 18px;
  }
  .alx-topic-card img {
    width: 84px;
    height: 84px;
  }
  .alx-value-item {
    grid-template-columns: 42px 1fr;
  }
  .alx-x-core {
    font-size: 54px;
  }
  .alx-feature-copy {
    padding: 6px;
  }
}
/* Reference precision pass */
@media (min-width: 1181px) {
  .alx-ref-header {
    min-height: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
  .alx-ref-logo {
    min-width: 285px;
    gap: 14px;
  }
  .alx-ref-logo-mark {
    width: 58px;
    height: 58px;
  }
  .alx-ref-logo-type {
    font-size: 42px;
  }
  .alx-ref-logo-sub {
    font-size: 12px;
    margin-top: 4px;
  }
  .alx-ref-nav {
    gap: clamp(18px, 2.15vw, 38px);
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .alx-ref-nav a {
    padding: 9px 0 13px;
  }
  .alx-home-hero {
    min-height: 470px;
  }
  .alx-home-copy {
    padding: 52px 0 60px;
    margin-left: clamp(58px, 15.8vw, 270px);
  }
  .alx-home-title,
  .alx-media-title {
    font-size: clamp(50px, 4.35vw, 70px);
  }
  .alx-home-copy p {
    font-size: 16px;
    max-width: 540px;
    margin-bottom: 24px;
  }
  .alx-home-band {
    padding-top: 10px;
  }
  .alx-topic-grid {
    gap: 10px;
  }
  .alx-topic-card {
    min-height: 190px;
    grid-template-columns: 108px 1fr;
    gap: 18px;
    padding: 18px 20px;
  }
  .alx-topic-card img {
    width: 102px;
    height: 102px;
  }
  .alx-topic-card h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .alx-topic-card p {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 13px;
  }
  .alx-values-bar {
    min-height: 94px;
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .alx-x-core {
    font-size: 58px;
  }
  .alx-media-hero {
    min-height: 302px;
    padding-top: 38px;
    padding-bottom: 52px;
  }
  .alx-media-copy p.lead {
    font-size: 25px;
    margin-bottom: 13px;
  }
  .alx-media-copy p {
    font-size: 14px;
    max-width: 470px;
    margin-bottom: 18px;
  }
  .alx-media-shell {
    margin-top: -28px;
  }
  .alx-feature-panel {
    grid-template-columns: minmax(420px, .95fr) minmax(440px, 1.05fr);
    padding: 12px;
    gap: 24px;
  }
  .alx-feature-media {
    min-height: 236px;
  }
  .alx-feature-copy h2 {
    font-size: 31px;
  }
  .alx-feature-copy p {
    font-size: 14px;
  }
  .alx-meta-row {
    margin: 16px 0 18px;
  }
  .alx-media-main {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 18px;
    margin-top: 20px;
  }
  .alx-media-card-visual {
    height: 112px;
  }
  .alx-media-card-body {
    padding: 42px 16px 16px;
  }
  .alx-media-card-body h3 {
    font-size: 19px;
  }
  .alx-journal-item {
    padding: 11px 0;
  }
  .alx-statbar {
    margin-top: 16px;
    padding: 14px 22px;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .alx-ref-header {
    padding-left: 36px;
    padding-right: 36px;
  }
  .alx-ref-logo {
    min-width: 260px;
  }
  .alx-ref-logo-type {
    font-size: 36px;
  }
  .alx-ref-nav {
    gap: 26px;
    font-size: 12px;
  }
  .alx-home-band,
  .alx-media-shell {
    padding-left: 36px;
    padding-right: 36px;
  }
}
/* Reference precision pass 2: first viewport fit */
@media (min-width: 1181px) {
  .alx-ref-header {
    min-height: 92px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .alx-home-hero {
    min-height: 420px;
  }
  .alx-home-copy {
    padding-top: 34px;
    padding-bottom: 38px;
  }
  .alx-ref-kicker-dot {
    margin-bottom: 4px;
  }
  .alx-home-title {
    font-size: clamp(46px, 3.9vw, 62px);
  }
  .alx-home-ornament {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 245px;
  }
  .alx-home-copy p {
    font-size: 15px;
    line-height: 1.52;
    margin-bottom: 18px;
  }
  .alx-ref-btn {
    min-width: 165px;
    padding: 13px 20px;
  }
  .alx-topic-card {
    min-height: 178px;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    padding: 16px 18px;
  }
  .alx-topic-card img {
    width: 92px;
    height: 92px;
  }
  .alx-topic-card h2 {
    font-size: 23px;
    margin-bottom: 8px;
  }
  .alx-topic-card p {
    font-size: 12.5px;
    line-height: 1.38;
    margin-bottom: 10px;
  }
  .alx-values-bar {
    min-height: 84px;
    margin-top: 12px;
    padding: 10px 24px;
  }
  .alx-value-icon {
    font-size: 30px;
  }
  .alx-value-item strong {
    font-size: 16px;
  }
  .alx-value-item span {
    font-size: 12px;
  }
  .alx-x-core {
    font-size: 50px;
  }
  .alx-media-hero {
    min-height: 250px;
    padding-top: 28px;
    padding-bottom: 36px;
  }
  .alx-media-title {
    font-size: clamp(44px, 3.7vw, 60px);
  }
  .alx-media-ornament {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .alx-media-copy p.lead {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .alx-media-copy p {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 14px;
  }
  .alx-feature-media {
    min-height: 218px;
  }
  .alx-feature-panel {
    gap: 20px;
  }
  .alx-feature-copy h2 {
    font-size: 28px;
  }
  .alx-meta-row div {
    min-height: 48px;
    font-size: 12px;
  }
}
/* Global reference header/footer */
.alx-global-shell {
  background: #08111d;
  color: #f7f2e9;
  font-family: Manrope, Arial, sans-serif;
}

.alx-ref-page .alx-ref-header,
.alx-global-shell .alx-ref-header {
  width: 100%;
}

.alx-ref-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(215,25,32,.14), transparent 18%),
    radial-gradient(circle at 18% 20%, rgba(198,154,69,.13), transparent 22%),
    linear-gradient(180deg, #08111d 0%, #04070d 100%);
  border-top: 1px solid rgba(198,154,69,.38);
  color: #e8dfd0;
  padding: 46px clamp(24px, 4vw, 74px) 24px;
}

.alx-ref-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(198,154,69,.5) calc(100% - 1px)),
    linear-gradient(0deg, transparent 0, transparent calc(100% - 1px), rgba(198,154,69,.35) calc(100% - 1px));
  background-size: 110px 110px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.alx-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  margin: 0 auto;
}

.alx-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .95fr .95fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.alx-footer-brand {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.alx-footer-brand img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(198,154,69,.25));
}

.alx-footer-logo-text {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  line-height: .9;
  color: #fffaf0;
}

.alx-footer-logo-text span {
  color: #d71920;
}

.alx-footer-tagline {
  display: block;
  margin-top: 7px;
  color: #dfbc78;
  font: 12px Manrope, Arial, sans-serif;
}

.alx-footer-copy {
  margin: 20px 0 0;
  max-width: 420px;
  color: #cfc5b5;
  font-size: 14px;
  line-height: 1.65;
}

.alx-footer-col h2,
.alx-footer-col h3 {
  margin: 0 0 15px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  line-height: 1.1;
  color: #dfbc78;
  font-weight: 400;
}

.alx-footer-nav,
.alx-footer-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alx-footer-nav a,
.alx-footer-list a,
.alx-footer-bottom a {
  color: #e8dfd0 !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.alx-footer-nav a:hover,
.alx-footer-list a:hover,
.alx-footer-bottom a:hover {
  color: #dfbc78 !important;
  border-color: rgba(223,188,120,.45);
}

.alx-footer-list li,
.alx-footer-note {
  color: #cfc5b5;
  font-size: 14px;
  line-height: 1.55;
}

.alx-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 18px;
  border: 1px solid #c69a45;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(223,188,120,.16), rgba(198,154,69,.05));
  color: #dfbc78 !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.alx-footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1380px;
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(198,154,69,.22);
  color: #9e9485;
  font-size: 12px;
}

.alx-content-page > .e-con,
.alx-content-page > .elementor-element {
  background-color: transparent;
}

.alx-global-shell .elementor-widget-html + .elementor-element,
.alx-global-shell > .elementor-element:not(:first-child):not(:last-child) {
  position: relative;
}

@media (max-width: 1024px) {
  .alx-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .alx-ref-footer {
    padding: 36px 20px 22px;
  }
  .alx-footer-grid {
    grid-template-columns: 1fr;
  }
  .alx-footer-brand img {
    width: 58px;
    height: 58px;
  }
  .alx-footer-logo-text {
    font-size: 32px;
  }
  .alx-footer-bottom {
    flex-direction: column;
  }
}
/* Dynamic search and 404 templates */
.alx-template-shell .alx-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin: 0 0 30px;
  padding: 18px;
  border: 1px solid rgba(198,154,69,.34);
  border-radius: 8px;
  background: #fffaf0;
}

.alx-template-shell .alx-search-form input {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(198,154,69,.45);
  border-radius: 6px;
  background: #f7f2e9;
  color: #25221f;
  padding: 0 14px;
  font: 500 15px Manrope, Arial, sans-serif;
}

.alx-template-shell .alx-search-form button {
  min-height: 48px;
  border: 1px solid #8d6524;
  border-radius: 6px;
  background: linear-gradient(180deg, #dfbc78, #b9852f);
  color: #08111d;
  padding: 0 22px;
  font: 800 12px Manrope, Arial, sans-serif;
  text-transform: uppercase;
}

.alx-template-shell .alx-search-results .alx-card h2,
.alx-template-shell .alx-not-found .alx-card h2 {
  margin: 0 0 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 500;
}

.alx-template-shell .alx-search-results .alx-card h2 a,
.alx-template-shell .alx-not-found .alx-card h2 a {
  color: #f7f2e9;
}

@media (max-width: 640px) {
  .alx-template-shell .alx-search-form {
    grid-template-columns: 1fr;
  }
  .alx-template-shell .alx-search-form button {
    width: 100%;
  }
}
