:root {
  color-scheme: dark;
  --bg: #050403;
  --panel: #0d0b09;
  --panel-2: #15100c;
  --border: #6c4728;
  --border-soft: #332419;
  --gold: #d4ae72;
  --gold-light: #f0d6a5;
  --text: #e9dfd1;
  --muted: #b7aa9a;
  --ember: #9f2f1c;
  --ember-light: #e9682e;
  --violet: #6f426f;
  --page: 1680px;
  --header-height: 74px;
  --section-nav-height: 55px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + var(--section-nav-height) + 18px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.page-width { width: min(var(--page), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  background: rgba(4, 4, 3, 0.97);
  border-bottom: 1px solid var(--border-soft);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 32px; }
.brand { width: 300px; line-height: 1; }
.brand strong { display: block; color: var(--gold-light); font-size: 28px; letter-spacing: 2px; }
.brand span { display: block; margin-top: 6px; color: #b55c34; font-size: 10px; letter-spacing: 2.8px; }
.main-navigation { flex: 1; display: flex; justify-content: center; gap: 42px; }
.main-navigation a { position: relative; padding: 28px 0 24px; color: #d0c2b1; font-size: 14px; text-transform: uppercase; }
.main-navigation a::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; transform: translateX(-50%); background: var(--ember-light); box-shadow: 0 0 14px rgba(233,104,46,.8); transition: width .18s ease; }
.main-navigation a:hover, .main-navigation a.active { color: #ffc471; }
.main-navigation a:hover::after, .main-navigation a.active::after { width: 100%; }
.header-button { padding: 14px 24px; border: 1px solid #934220; color: #f1deca; text-transform: uppercase; letter-spacing: .7px; }
.header-button:hover { background: rgba(130,47,24,.2); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--gold); font-size: 28px; }

.features-hero { position: relative; min-height: min(790px, calc(100vh - var(--header-height))); overflow: hidden; border-bottom: 1px solid var(--border-soft); background: #080605; }
.features-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.features-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,3,.94) 0%, rgba(3,3,3,.72) 34%, rgba(3,3,3,.18) 65%, rgba(3,3,3,.34) 100%), linear-gradient(180deg, rgba(0,0,0,.2), rgba(5,4,3,.86)); box-shadow: inset 0 0 160px rgba(0,0,0,.72); }
.features-hero-inner { position: relative; z-index: 2; min-height: inherit; display: flex; align-items: center; }
.features-hero-copy { max-width: 790px; padding: 80px 0; }
.eyebrow {
  display: inline-block;
  margin: 0 0 20px 32px;
  vertical-align: middle;
  color: #d7aa6e;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 11px;
  line-height: 1.4;
}
h1, h2 { margin: 0; color: var(--gold-light); font-weight: 400; text-transform: uppercase; text-shadow: 0 3px 18px rgba(0,0,0,.78); }
.features-hero h1 { font-size: clamp(66px, 8.5vw, 126px); letter-spacing: .08em; }
.hero-tagline { margin: 14px 0 0; color: #d49455; font-size: clamp(20px, 2.3vw, 33px); line-height: 1.35; }
.hero-description { max-width: 710px; margin: 0; color: #ddd1c1; font-size: clamp(17px, 1.65vw, 23px); line-height: 1.7; text-shadow: 0 2px 12px #000; }
.ornament-line { display: flex; align-items: center; width: min(520px, 78%); margin: 24px 0 30px; }
.ornament-line::before, .ornament-line::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(178,113,57,.9), transparent); }
.ornament-line::after { transform: scaleX(-1); }
.ornament-line span { width: 9px; height: 9px; margin: 0 14px; border: 1px solid #b76b31; transform: rotate(45deg); box-shadow: 0 0 12px rgba(215,91,34,.35); }

.section-nav { position: sticky; top: var(--header-height); z-index: 90; min-height: var(--section-nav-height); background: rgba(7,6,5,.94); border-bottom: 1px solid #3a271a; backdrop-filter: blur(12px); }
.section-nav-inner { display: flex; align-items: center; justify-content: center; min-height: var(--section-nav-height); overflow-x: auto; scrollbar-width: none; }
.section-nav-inner::-webkit-scrollbar { display: none; }
.section-nav a { position: relative; flex: 0 0 auto; padding: 19px 27px 17px; color: #bdaf9e; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; white-space: nowrap; }
.section-nav a::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 0; height: 2px; transform: scaleX(0); background: var(--ember-light); box-shadow: 0 0 10px rgba(233,104,46,.65); transition: transform .2s ease; }
.section-nav a:hover, .section-nav a.active { color: #ffd099; }
.section-nav a.active::after { transform: scaleX(1); }

.feature-cinematic { position: relative; min-height: 720px; overflow: hidden; border-bottom: 1px solid var(--border-soft); }
.feature-cinematic > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cinematic-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,3,3,.96) 0%, rgba(4,3,3,.82) 35%, rgba(4,3,3,.22) 66%, rgba(4,3,3,.18)), linear-gradient(180deg, rgba(5,4,3,.12), rgba(5,4,3,.8)); }
.cinematic-inner { position: relative; z-index: 2; min-height: inherit; display: flex; align-items: center; }
.cinematic-copy { max-width: 720px; padding: 90px 0; }
.feature-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 14px 20px 0;
  vertical-align: middle;
  border: 1px solid #8e552f;
  border-radius: 50%;
  background: rgba(15, 10, 7, 0.72);
  color: #e3a263;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  box-shadow:
    inset 0 0 12px rgba(154, 75, 33, 0.12),
    0 0 14px rgba(0, 0, 0, 0.35);
}

.feature-number::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 1px;
  margin-left: 78px;
  background: linear-gradient(
    90deg,
    rgba(162, 91, 45, 0.8),
    rgba(162, 91, 45, 0)
  );
}
.cinematic-copy h2, .feature-copy h2, .security-copy h2 { font-size: clamp(38px, 4.7vw, 72px); letter-spacing: .025em; }
.feature-lead { color: #d89356; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.45; }
.cinematic-copy p, .feature-copy p, .security-copy p { color: var(--muted); font-size: clamp(16px, 1.25vw, 20px); line-height: 1.75; }

.security-section { padding: clamp(64px, 7vw, 120px) 0; background: linear-gradient(180deg, #070605, #0b0907, #070605); border-bottom: 1px solid var(--border-soft); }
.security-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: clamp(34px, 5vw, 82px); align-items: center; }
.security-image { margin: 0; overflow: hidden; border: 1px solid #49301f; box-shadow: 0 22px 60px rgba(0,0,0,.45); }
.security-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.feature-split { position: relative; padding: clamp(70px, 8vw, 140px) 0; border-bottom: 1px solid rgba(108,71,40,.38); background: #060504; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(470px, .94fr); gap: clamp(40px, 6vw, 100px); align-items: center; }
.feature-grid.image-right { grid-template-columns: minmax(470px, .94fr) minmax(0, 1.06fr); }
.feature-grid.image-right .feature-copy { order: 1; }
.feature-grid.image-right .feature-image { order: 2; }
.feature-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.feature-copy li { position: relative; margin: 15px 0; padding-left: 25px; color: #c9bcac; font-size: clamp(16px, 1.15vw, 19px); line-height: 1.55; }
.feature-copy li::before { content: "◆"; position: absolute; left: 0; top: .05em; color: var(--ember-light); font-size: 9px; }
.feature-image { position: relative; margin: 0; overflow: hidden; border: 1px solid #5d3a24; background: #0a0806; box-shadow: 0 25px 70px rgba(0,0,0,.52); }
.feature-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 70px rgba(0,0,0,.38); }
.feature-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.combat-section { background: radial-gradient(circle at 76% 50%, rgba(144,61,25,.14), transparent 36%), #060504; }
.talent-section { background: radial-gradient(circle at 26% 50%, rgba(110,76,42,.11), transparent 38%), #080706; }
.talent-grid { grid-template-columns: minmax(360px, .75fr) minmax(500px, 1.25fr); }
.talent-image { width: min(100%, 690px); justify-self: center; background: transparent; }
.talent-image img { aspect-ratio: auto; object-fit: contain; }
.loot-section { background: radial-gradient(circle at 75% 50%, rgba(168,111,43,.15), transparent 36%), #070605; }
.shared-section { background: radial-gradient(circle at 24% 50%, rgba(61,83,94,.15), transparent 38%), #060708; }
.endgame-section { background: radial-gradient(circle at 75% 48%, rgba(91,49,92,.19), transparent 38%), #070507; }
.system-note { margin-top: 28px; padding: 18px 20px; border-left: 2px solid #a06133; background: rgba(106,58,30,.1); color: #d3c3b2 !important; }

.closing-section { position: relative; min-height: 690px; overflow: hidden; display: grid; place-items: center; text-align: center; border-bottom: 1px solid var(--border-soft); }
.closing-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,3,3,.28), rgba(4,3,3,.52)), radial-gradient(circle at center, rgba(6,5,4,.24), rgba(4,3,3,.86)); }
.closing-inner { position: relative; z-index: 2; max-width: 980px; padding: 100px 24px; }
.closing-inner h2 { font-size: clamp(46px, 6vw, 88px); }
.closing-inner .ornament-line { margin-inline: auto; }
.closing-inner p { max-width: 800px; margin: 0 auto; color: #d2c5b5; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.75; text-shadow: 0 2px 12px #000; }
.closing-points { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 36px; }
.closing-points span { padding: 10px 15px; border: 1px solid rgba(139,89,48,.62); background: rgba(7,5,4,.58); color: #d5c1aa; font-size: 12px; letter-spacing: .8px; text-transform: uppercase; }

.updates-section { padding: 54px 0; background: #080605; }
.updates-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 36px; align-items: center; padding: 30px 36px; border: 1px solid #5b3a24; background: linear-gradient(135deg, rgba(38,24,15,.75), rgba(9,7,5,.93)); }
.updates-copy { display: flex; align-items: center; gap: 20px; }
.updates-copy h2 { font-size: 28px; }
.updates-copy p { margin: 7px 0 0; color: var(--muted); line-height: 1.5; }
.mail-icon { display: grid; place-items: center; flex: 0 0 58px; height: 58px; border: 1px solid #845331; border-radius: 50%; color: var(--gold); font-size: 23px; }
.newsletter { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.newsletter input { min-width: 0; padding: 15px 16px; border: 1px solid #493224; outline: none; background: #080706; color: var(--text); }
.newsletter input:focus { border-color: #9c6138; }
.newsletter button { padding: 14px 24px; border: 1px solid #a34523; background: linear-gradient(180deg, #8e301c, #661e12); color: #f3dfca; text-transform: uppercase; cursor: pointer; }

.site-footer { padding: 42px 0; border-top: 1px solid var(--border-soft); background: #040403; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: center; }
.footer-brand strong { display: block; color: var(--gold-light); font-size: 24px; letter-spacing: 2px; }
.footer-brand span { display: block; margin-top: 5px; color: #a85833; font-size: 9px; letter-spacing: 2.4px; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; color: #b8aa99; font-size: 13px; }
.footer-inner > p { margin: 0; color: #80766b; font-size: 12px; text-align: right; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 200; max-width: 360px; padding: 14px 18px; transform: translateY(20px); opacity: 0; pointer-events: none; border: 1px solid #8c512e; background: #120d09; color: #ead9c5; box-shadow: 0 14px 45px rgba(0,0,0,.5); transition: .2s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .brand { width: auto; }
  .header-button { display: none; }
  .main-navigation { gap: 25px; }
  .security-grid, .feature-grid, .feature-grid.image-right, .talent-grid { grid-template-columns: 1fr; }
  .feature-grid.image-right .feature-copy, .feature-grid.image-right .feature-image { order: initial; }
  .feature-image { width: 100%; }
  .talent-image { width: min(100%, 780px); }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-links { justify-content: center; }
  .footer-inner > p { text-align: center; }
}

@media (max-width: 860px) {
  :root { --header-height: 66px; --section-nav-height: 49px; }
  .page-width { width: min(100% - 28px, var(--page)); }
  .header-inner { min-height: var(--header-height); }
  .brand strong { font-size: 23px; }
  .brand span { font-size: 8px; }
  .menu-toggle { display: block; }
  .main-navigation { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 0; max-height: 0; overflow: hidden; background: rgba(5,4,3,.985); border-bottom: 1px solid var(--border-soft); transition: max-height .25s ease; }
  .main-navigation.open { max-height: 520px; }
  .main-navigation a { padding: 17px 24px; border-top: 1px solid rgba(74,49,33,.42); text-align: center; }
  .main-navigation a::after { display: none; }
  .features-hero { min-height: 700px; }
  .features-hero-overlay { background: linear-gradient(90deg, rgba(3,3,3,.9), rgba(3,3,3,.48)), linear-gradient(180deg, rgba(0,0,0,.22), rgba(5,4,3,.9)); }
  .features-hero-inner { align-items: flex-end; }
  .features-hero-copy { padding: 90px 0 70px; }
  .section-nav-inner { justify-content: flex-start; }
  .section-nav a { padding: 16px 18px 14px; }
  .feature-cinematic { min-height: 690px; }
  .cinematic-overlay { background: linear-gradient(180deg, rgba(4,3,3,.3), rgba(4,3,3,.95) 70%); }
  .cinematic-inner { align-items: flex-end; }
  .cinematic-copy { padding: 250px 0 62px; }
  .feature-split, .security-section { padding-block: 70px; }
  .feature-grid, .security-grid { gap: 34px; }
  .updates-panel { grid-template-columns: 1fr; padding: 26px 22px; }
}

@media (max-width: 560px) {
  .page-width { width: min(100% - 22px, var(--page)); }
  .features-hero h1 { font-size: 56px; }
  .features-hero-image { object-position: 58% center; }
  .hero-tagline { font-size: 20px; }
  .hero-description { font-size: 16px; }
  .feature-number {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 16px;
    font-size: 10px;
  }

  .feature-number::after {
    width: 24px;
    margin-left: 58px;
  }

  .eyebrow {
    max-width: calc(100% - 80px);
    margin-left: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.16em;
    font-size: 9px;
  }
  .cinematic-copy h2, .feature-copy h2, .security-copy h2 { font-size: 37px; }
  .feature-copy li { padding-left: 20px; font-size: 16px; }
  .feature-image img { aspect-ratio: 4/3; }
  .talent-image img { aspect-ratio: auto; }
  .closing-section { min-height: 670px; }
  .closing-inner { padding-inline: 0; }
  .closing-inner h2 { font-size: 43px; }
  .closing-points { display: grid; grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; }
  .updates-copy { align-items: flex-start; }
  .mail-icon { flex-basis: 48px; height: 48px; }
}

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


/* =========================================================
   UNIFIED WEBSITE HEADER
   Logo left – navigation exactly centered – action right
   ========================================================= */

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  min-height: 74px !important;
  padding: 0 !important;
  border-bottom: 1px solid #332419 !important;
  background: rgba(4, 4, 3, 0.97) !important;
  backdrop-filter: blur(12px);
}

.site-header .page-width {
  width: min(1680px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
}

.site-header .header-inner {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr) !important;
  align-items: center !important;
  gap: 28px !important;
  min-height: 74px !important;
}

.site-header .brand {
  display: block !important;
  justify-self: start !important;
  width: auto !important;
  padding: 0 !important;
  color: #f0d6a5 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.site-header .main-navigation {
  position: static !important;
  display: flex !important;
  grid-column: 2 !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  gap: 42px !important;
  width: max-content !important;
  padding: 0 !important;
  background: transparent !important;
  transform: none !important;
}

.site-header .main-navigation a {
  position: relative !important;
  padding: 29px 0 25px !important;
  color: #d0c2b1 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.site-header .main-navigation a:hover,
.site-header .main-navigation a.active {
  color: #ffc471 !important;
}

.site-header .header-button {
  display: inline-block !important;
  grid-column: 3 !important;
  justify-self: end !important;
  padding: 14px 24px !important;
  border: 1px solid #934220 !important;
  color: #f1deca !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  letter-spacing: 0.7px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.site-header .menu-toggle {
  display: none !important;
}

@media (max-width: 1180px) {
  .site-header .header-inner {
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr) !important;
    gap: 20px !important;
  }

  .site-header .main-navigation {
    gap: 24px !important;
  }

  .site-header .main-navigation a {
    font-size: 12px !important;
  }

  .site-header .header-button {
    padding: 12px 16px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 1050px) {
  .site-header .header-inner {
    position: relative !important;
    display: flex !important;
  }

  .site-header .brand {
    margin-right: auto !important;
    font-size: 23px !important;
  }

  .site-header .menu-toggle {
    display: block !important;
    order: 3 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #d4ae72 !important;
    font-size: 28px !important;
  }

  .site-header .header-button {
    display: none !important;
  }

  .site-header .main-navigation {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    display: none !important;
    width: 100% !important;
    padding: 10px 24px 18px !important;
    border-top: 1px solid #2c2018 !important;
    border-bottom: 1px solid #3a281b !important;
    background: rgba(4, 4, 3, 0.99) !important;
  }

  .site-header .main-navigation.open,
  .site-header .main-navigation.is-open {
    display: grid !important;
  }

  .site-header .main-navigation a {
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    font-size: 13px !important;
  }
}

/* =========================================================
   END UNIFIED WEBSITE HEADER
   ========================================================= */


/* =========================================================
   YASHARIEL FINAL HEADER + FOOTER ALIGNMENT FIX
   ========================================================= */

/* ---------- HEADER ---------- */

.site-header {
    min-height: 74px !important;
}

.site-header .header-inner {
    display: grid !important;
    grid-template-columns: minmax(200px, 1fr) auto minmax(260px, 1fr) !important;
    align-items: center !important;
    gap: 24px !important;
    min-height: 74px !important;
}

.site-header .brand {
    grid-column: 1 !important;
    justify-self: start !important;
}

.site-header .main-navigation {
    grid-column: 2 !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 !important;
}

.site-header .header-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header .header-login {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 10px 0 !important;

    color: #e5d5c1 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    line-height: 1 !important;

    text-decoration: none !important;
    white-space: nowrap !important;
}

.site-header .header-login:hover,
.site-header .header-login:focus-visible {
    color: #ffc471 !important;
}

.site-header .header-button {
    position: static !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 24px !important;

    border: 1px solid #934220 !important;
    background: rgba(10, 7, 5, 0.55) !important;

    color: #f1deca !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 15px !important;
    line-height: 1 !important;
    letter-spacing: .7px !important;

    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;

    transform: none !important;
    inset: auto !important;
}

.site-header .header-button:hover,
.site-header .header-button:focus-visible {
    border-color: #c46330 !important;
    background: rgba(130, 47, 24, .20) !important;
}


/* ---------- DESKTOP FOOTER ---------- */

.integrated-site-footer {
    width: 100% !important;
    margin-top: auto !important;

    border-top: 1px solid rgba(177, 128, 72, .28) !important;
    background: #050403 !important;

    color: #c8c0b6 !important;
    font-size: 14px !important;
}

.integrated-site-footer .isf-top {
    width: 100% !important;

    display: grid !important;
    grid-template-columns:
        minmax(420px, 1.25fr)
        minmax(300px, auto)
        minmax(420px, 1.25fr) !important;

    align-items: center !important;
    gap: 40px !important;

    padding: 28px clamp(32px, 5vw, 96px) !important;
}

.integrated-site-footer .isf-title {
    margin: 0 0 9px !important;

    color: #dfc5a3 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 14px !important;
    line-height: 1.2 !important;

    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.integrated-site-footer .isf-newsletter {
    display: flex !important;
    align-items: stretch !important;

    width: min(100%, 430px) !important;
    height: 42px !important;

    margin: 0 !important;
}

.integrated-site-footer .isf-newsletter input {
    flex: 1 1 auto !important;
    min-width: 0 !important;

    height: 42px !important;
    margin: 0 !important;
    padding: 0 14px !important;

    border: 1px solid #493224 !important;
    border-right: 0 !important;

    background: #0c0907 !important;
    color: #eee0ce !important;

    font-size: 14px !important;
}

.integrated-site-footer .isf-newsletter button {
    flex: 0 0 auto !important;

    height: 42px !important;
    margin: 0 !important;
    padding: 0 18px !important;

    border: 1px solid #7d4b2c !important;
    background: #16100c !important;
    color: #d8b188 !important;

    font-size: 12px !important;
    line-height: 1 !important;

    text-transform: uppercase !important;
    letter-spacing: .06em !important;
}

.integrated-site-footer .isf-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 24px !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
}

.integrated-site-footer .isf-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: right !important;
}

.integrated-site-footer .isf-social {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 20px !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
}

.integrated-site-footer .isf-language {
    display: inline-block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #d2b27e !important;

    white-space: nowrap !important;
}

.integrated-site-footer .isf-links a,
.integrated-site-footer .isf-social span,
.integrated-site-footer .isf-social a,
.integrated-site-footer .isf-language {
    font-size: 12px !important;
    line-height: 1.3 !important;
}


/* ---------- LEGAL FOOTER: EINE LINIE ---------- */

.integrated-site-footer .isf-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 18px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 15px clamp(32px, 5vw, 96px) 17px !important;

    border-top: 1px solid rgba(177, 128, 72, .18) !important;

    font-size: 11px !important;
    line-height: 1.4 !important;

    text-align: center !important;
}

.integrated-site-footer .isf-legal {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 10px !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
}

.integrated-site-footer .isf-copyright {
    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
}


/* ---------- KLEINERE DESKTOPS ---------- */

@media (max-width: 1450px) {

    .site-header .header-inner {
        grid-template-columns: minmax(170px, .8fr) auto minmax(230px, .8fr) !important;
        gap: 18px !important;
    }

    .site-header .main-navigation {
        gap: 24px !important;
    }

    .site-header .main-navigation a {
        font-size: 12px !important;
    }

    .site-header .header-actions {
        gap: 14px !important;
    }

    .site-header .header-login {
        font-size: 14px !important;
    }

    .site-header .header-button {
        min-height: 42px !important;
        padding: 0 16px !important;
        font-size: 12px !important;
    }

    .integrated-site-footer .isf-top {
        grid-template-columns: minmax(350px, 1fr) auto minmax(350px, 1fr) !important;
        gap: 26px !important;
    }
}


/* ---------- TABLET / MOBILE ---------- */

@media (max-width: 1050px) {

    .site-header .header-inner {
        display: flex !important;
        align-items: center !important;
    }

    .site-header .brand {
        margin-right: auto !important;
    }

    .site-header .header-actions {
        display: none !important;
    }

    .site-header .menu-toggle {
        display: block !important;
        margin-left: auto !important;
    }

    .site-header .main-navigation {
        position: absolute !important;

        top: 100% !important;
        left: 0 !important;
        right: 0 !important;

        display: none !important;
        width: 100% !important;

        padding: 10px 24px 18px !important;

        background: rgba(4, 4, 3, .99) !important;
    }

    .site-header .main-navigation.open,
    .site-header .main-navigation.is-open {
        display: grid !important;
    }

    .integrated-site-footer .isf-top {
        display: none !important;
    }

    .integrated-site-footer .isf-bottom {
        display: flex !important;
        flex-direction: column !important;

        gap: 12px !important;

        padding: 20px 18px !important;
    }

    .integrated-site-footer .isf-legal {
        flex-wrap: wrap !important;
    }
}


/* ---------- REDUCED MOTION ---------- */

@media (prefers-reduced-motion: reduce) {
    .site-header *,
    .integrated-site-footer * {
        transition: none !important;
    }
}

/* =========================================================
   END YASHARIEL FINAL HEADER + FOOTER ALIGNMENT FIX
   ========================================================= */


/* ============================================================
   YASHARIEL HEADER + FOOTER FINAL FIX
   ============================================================ */

/* ---------- HEADER ---------- */

.site-header {
    width: 100%;
    min-height: 94px !important;
    background: rgba(2, 2, 2, .97) !important;
    border-bottom: 1px solid rgba(164, 101, 49, .28);
}

.site-header .header-inner {
    width: 100% !important;
    max-width: none !important;

    display: grid !important;
    grid-template-columns:
        minmax(260px, 1fr)
        auto
        minmax(360px, 1fr) !important;

    align-items: center !important;

    min-height: 94px !important;

    padding-left: clamp(22px, 2.5vw, 58px) !important;
    padding-right: clamp(22px, 2.5vw, 42px) !important;

    gap: 30px !important;
}

.site-header .brand {
    justify-self: start !important;
    margin: 0 !important;
}

.site-header .main-navigation {
    justify-self: center !important;

    display: flex !important;
    align-items: center !important;

    gap: clamp(25px, 2.3vw, 52px) !important;

    margin: 0 !important;
    padding: 0 !important;
}

.site-header .main-navigation a {
    white-space: nowrap !important;
}


/* ---------- RIGHT HEADER AREA ---------- */

.site-header .header-actions {
    justify-self: end !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 26px !important;

    margin: 0 !important;
    padding: 0 !important;
}

.site-header .header-login {
    position: static !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 52px !important;

    margin: 0 !important;
    padding: 0 19px !important;

    border: 1px solid rgba(145, 102, 55, .45) !important;
    background:
        linear-gradient(
            180deg,
            rgba(36, 27, 18, .48),
            rgba(10, 8, 6, .68)
        ) !important;

    color: #dfc7a4 !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 15px !important;
    letter-spacing: .11em !important;
    line-height: 1 !important;

    text-decoration: none !important;
    text-transform: uppercase !important;

    white-space: nowrap !important;

    transition:
        border-color .25s ease,
        color .25s ease,
        background .25s ease,
        box-shadow .25s ease !important;
}

.site-header .header-login:hover,
.site-header .header-login:focus-visible {
    color: #f5d8aa !important;
    border-color: rgba(206, 130, 66, .8) !important;

    background:
        linear-gradient(
            180deg,
            rgba(64, 38, 20, .58),
            rgba(15, 9, 6, .82)
        ) !important;

    box-shadow:
        0 0 18px rgba(177, 72, 25, .12),
        inset 0 0 14px rgba(198, 117, 55, .04) !important;
}

.site-header .header-button {
    position: static !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 60px !important;

    margin: 0 !important;
    padding: 0 30px !important;

    border: 1px solid #8d3519 !important;

    background:
        linear-gradient(
            180deg,
            rgba(35, 16, 10, .35),
            rgba(5, 4, 3, .78)
        ) !important;

    color: #f1dec7 !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 15px !important;
    letter-spacing: .09em !important;
    line-height: 1 !important;

    text-transform: uppercase !important;
    text-decoration: none !important;

    white-space: nowrap !important;

    inset: auto !important;
    transform: none !important;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease !important;
}

.site-header .header-button:hover,
.site-header .header-button:focus-visible {
    border-color: #c35b29 !important;

    background:
        linear-gradient(
            180deg,
            rgba(95, 35, 16, .35),
            rgba(12, 6, 4, .88)
        ) !important;

    box-shadow:
        0 0 24px rgba(185, 67, 25, .12) !important;
}


/* ============================================================
   FOOTER
   ============================================================ */

.integrated-site-footer {
    width: 100% !important;
    max-width: none !important;

    margin-top: auto !important;

    background:
        linear-gradient(
            180deg,
            rgba(8, 7, 6, .98),
            #030303
        ) !important;

    border-top:
        1px solid rgba(162, 110, 59, .28) !important;

    color: #bdb4aa !important;
}


/* ---------- MAIN FOOTER ROW ---------- */

.integrated-site-footer .isf-top {
    width: 100% !important;

    display: grid !important;
    grid-template-columns:
        minmax(390px, 1.2fr)
        auto
        minmax(390px, 1.2fr) !important;

    align-items: center !important;

    gap: 48px !important;

    padding:
        28px
        clamp(34px, 5vw, 110px) !important;
}


/* NEWSLETTER LEFT */

.integrated-site-footer .isf-newsletter-wrap {
    justify-self: start !important;
}

.integrated-site-footer .isf-title {
    margin: 0 0 8px !important;

    color: #d6bb96 !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 13px !important;
    letter-spacing: .08em !important;
    line-height: 1.2 !important;

    text-transform: uppercase !important;
}

.integrated-site-footer .isf-newsletter {
    display: flex !important;
    align-items: stretch !important;

    width: 400px !important;
    max-width: 100% !important;

    height: 40px !important;

    margin: 0 !important;
}

.integrated-site-footer .isf-newsletter input {
    flex: 1 !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 14px !important;

    border: 1px solid #413126 !important;
    border-right: 0 !important;

    background: #0b0908 !important;
    color: #e3d9cb !important;

    font-size: 13px !important;
}

.integrated-site-footer .isf-newsletter button {
    flex: 0 0 auto !important;

    margin: 0 !important;
    padding: 0 18px !important;

    border: 1px solid #764529 !important;

    background: #17100c !important;

    color: #d4aa7d !important;

    font-size: 11px !important;
    letter-spacing: .06em !important;

    text-transform: uppercase !important;
}


/* CENTER */

.integrated-site-footer .isf-links {
    justify-self: center !important;

    display: flex !important;
    align-items: center !important;

    gap: 26px !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
}


/* RIGHT */

.integrated-site-footer .isf-right {
    justify-self: end !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 27px !important;

    margin: 0 !important;
    padding: 0 !important;
}

.integrated-site-footer .isf-social {
    display: flex !important;
    align-items: center !important;

    gap: 20px !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
}

.integrated-site-footer .isf-language {
    margin: 0 !important;

    color: #c9a978 !important;

    white-space: nowrap !important;
}


/* SMALL FOOTER TYPOGRAPHY */

.integrated-site-footer a,
.integrated-site-footer span {
    font-size: 12px !important;
}


/* ============================================================
   LEGAL ROW — ONE SINGLE LINE
   ============================================================ */

.integrated-site-footer .isf-bottom {
    width: 100% !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 20px !important;

    margin: 0 !important;

    padding:
        14px
        clamp(30px, 5vw, 110px)
        16px !important;

    border-top:
        1px solid rgba(162, 110, 59, .14) !important;

    font-size: 11px !important;
    line-height: 1.3 !important;
}

.integrated-site-footer .isf-legal {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;

    gap: 11px !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
}

.integrated-site-footer .isf-copyright {
    display: inline-block !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
}


/* ============================================================
   1440PX
   ============================================================ */

@media (max-width: 1500px) {

    .site-header .header-inner {
        grid-template-columns:
            minmax(210px, .75fr)
            auto
            minmax(300px, .75fr) !important;

        gap: 20px !important;
    }

    .site-header .main-navigation {
        gap: 28px !important;
    }

    .site-header .main-navigation a {
        font-size: 12px !important;
    }

    .site-header .header-actions {
        gap: 14px !important;
    }

    .site-header .header-login {
        min-height: 46px !important;
        padding: 0 14px !important;
        font-size: 12px !important;
    }

    .site-header .header-button {
        min-height: 52px !important;
        padding: 0 20px !important;
        font-size: 12px !important;
    }

    .integrated-site-footer .isf-top {
        grid-template-columns:
            minmax(330px, 1fr)
            auto
            minmax(330px, 1fr) !important;

        gap: 28px !important;
    }
}


/* ============================================================
   MOBILE / TABLET
   ============================================================ */

@media (max-width: 1050px) {

    .site-header .header-inner {
        display: flex !important;
        align-items: center !important;

        min-height: 72px !important;
    }

    .site-header .brand {
        margin-right: auto !important;
    }

    .site-header .header-actions {
        display: none !important;
    }

    .site-header .main-navigation {
        position: absolute !important;

        top: 100% !important;
        left: 0 !important;
        right: 0 !important;

        display: none !important;

        width: 100% !important;

        padding: 15px 24px 22px !important;

        background: rgba(3, 3, 3, .99) !important;
    }

    .site-header .main-navigation.open,
    .site-header .main-navigation.is-open {
        display: grid !important;
    }

    /* bestätigt:
       Mobile Footer nur Legal + Copyright */

    .integrated-site-footer .isf-top {
        display: none !important;
    }

    .integrated-site-footer .isf-bottom {
        flex-direction: column !important;

        gap: 11px !important;

        padding: 19px 16px !important;
    }

    .integrated-site-footer .isf-legal {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .site-header *,
    .integrated-site-footer * {
        transition: none !important;
        animation: none !important;
    }
}

/* ============================================================
   END HEADER + FOOTER FIX
   ============================================================ */


/* YASHARIEL FEATURES STICKY NAV FIX START */


/* ==========================================================
   FEATURES INTERNAL NAVIGATION

   BUY ONCE
   COMBAT
   TALENT TREES
   LOOT
   SHARED WORLD
   ENDGAME
   ========================================================== */

.features-tabs,
.features-nav,
.feature-tabs,
.feature-nav,
.features-section-nav,
.features-anchor-nav,
.sticky-feature-nav,
[data-features-nav] {
    position: sticky !important;

    top: 0 !important;

    z-index: 80 !important;

    width: 100% !important;

    margin: 0 !important;

    box-sizing: border-box !important;

    background:
        rgba(6, 5, 4, 0.985) !important;

    border-top:
        1px solid rgba(129, 79, 35, 0.30) !important;

    border-bottom:
        1px solid rgba(129, 79, 35, 0.48) !important;

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.28) !important;
}


/* ==========================================================
   TAB-INHALT VERTIKAL SAUBER MITTIG
   ========================================================== */

.features-tabs ul,
.features-nav ul,
.feature-tabs ul,
.feature-nav ul,
.features-section-nav ul,
.features-anchor-nav ul,
[data-features-nav] ul {

    min-height: 58px !important;

    display: flex !important;

    flex-direction: row !important;
    flex-wrap: nowrap !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 20px !important;

    gap: clamp(30px, 4vw, 72px) !important;

    box-sizing: border-box !important;
}


/* Falls Links direkt im Container liegen */

.features-tabs,
.features-nav,
.feature-tabs,
.feature-nav,
.features-section-nav,
.features-anchor-nav,
[data-features-nav] {

    min-height: 58px !important;
}


/* ==========================================================
   LINKS
   ========================================================== */

.features-tabs a,
.features-nav a,
.feature-tabs a,
.feature-nav a,
.features-section-nav a,
.features-anchor-nav a,
[data-features-nav] a {

    position: relative !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-height: 58px !important;

    margin: 0 !important;
    padding: 0 8px !important;

    white-space: nowrap !important;
}


/* ==========================================================
   SECTIONS BRAUCHEN SCROLL-ABSTAND

   Dadurch landet die Überschrift beim Anklicken eines Tabs
   UNTER der Sticky-Leiste statt dahinter.
   ========================================================== */

.features-page section,
.feature-section,
.features-section,
.features-panel,
[data-feature-section],
[id^="feature-"],
[id="buy-once"],
[id="combat"],
[id="talent-trees"],
[id="loot"],
[id="shared-world"],
[id="endgame"] {

    scroll-margin-top: 92px !important;
}


/* ==========================================================
   EXTRA SCHUTZ FÜR GROSSE ABSCHNITTSÜBERSCHRIFTEN
   ========================================================== */

.feature-section h1,
.feature-section h2,
.features-section h1,
.features-section h2,
.features-panel h1,
.features-panel h2,
[data-feature-section] h1,
[data-feature-section] h2 {

    scroll-margin-top: 92px !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 1024px) {

    .features-tabs,
    .features-nav,
    .feature-tabs,
    .feature-nav,
    .features-section-nav,
    .features-anchor-nav,
    [data-features-nav] {

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scrollbar-width: none !important;
    }


    .features-tabs::-webkit-scrollbar,
    .features-nav::-webkit-scrollbar,
    .feature-tabs::-webkit-scrollbar,
    .feature-nav::-webkit-scrollbar,
    .features-section-nav::-webkit-scrollbar,
    .features-anchor-nav::-webkit-scrollbar {

        display: none !important;
    }


    .features-tabs ul,
    .features-nav ul,
    .feature-tabs ul,
    .feature-nav ul,
    .features-section-nav ul,
    .features-anchor-nav ul,
    [data-features-nav] ul {

        width: max-content !important;

        min-width: 100% !important;

        justify-content: flex-start !important;

        gap: 24px !important;
    }


    .features-page section,
    .feature-section,
    .features-section,
    .features-panel,
    [data-feature-section] {

        scroll-margin-top: 82px !important;
    }

}


/* YASHARIEL FEATURES STICKY NAV FIX END */


/* YASHARIEL FEATURES NAV POSITION START */


/* ==========================================================
   HAUPTHEADER HÖHE
   Desktop-Header = ca. 110px
   Features-Leiste soll DIREKT darunter kleben.
   ========================================================== */

:root {
    --yashariel-main-header-height: 110px;
    --yashariel-features-nav-height: 58px;
}


/* ==========================================================
   FEATURES INTERNE NAVIGATION
   ========================================================== */

.features-tabs,
.features-nav,
.feature-tabs,
.feature-nav,
.features-section-nav,
.features-anchor-nav,
.sticky-feature-nav,
[data-features-nav] {

    position: sticky !important;

    top: var(--yashariel-main-header-height) !important;

    z-index: 90 !important;

    width: 100% !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    transform: none !important;

    background:
        rgba(5, 4, 3, 0.985) !important;

    border-top:
        1px solid rgba(129, 79, 35, 0.25) !important;

    border-bottom:
        1px solid rgba(129, 79, 35, 0.48) !important;

    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.26) !important;
}


/* ==========================================================
   LEISTE SELBST KOMPAKT HALTEN
   ========================================================== */

.features-tabs ul,
.features-nav ul,
.feature-tabs ul,
.feature-nav ul,
.features-section-nav ul,
.features-anchor-nav ul,
.sticky-feature-nav ul,
[data-features-nav] ul {

    min-height: var(--yashariel-features-nav-height) !important;

    margin: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;
}


/* ==========================================================
   FALLS EIN ÄUSSERER WRAPPER DEN ABSTAND VERURSACHT
   ========================================================== */

.features-nav-wrapper,
.feature-nav-wrapper,
.features-tabs-wrapper,
.feature-tabs-wrapper,
.features-sticky-wrapper,
.sticky-nav-wrapper,
[class*="features-nav-wrap"],
[class*="feature-nav-wrap"] {

    margin-top: 0 !important;

    padding-top: 0 !important;

    top: auto !important;
}


/* ==========================================================
   WENN DER HAUPTHEADER FIXED/STICKY IST
   ========================================================== */

.site-header,
header.site-header {

    position: sticky !important;

    top: 0 !important;

    z-index: 100 !important;
}


/* ==========================================================
   SECTION-OFFSET
   Header + Features-Leiste + etwas Abstand
   ========================================================== */

.features-page section,
.feature-section,
.features-section,
.features-panel,
[data-feature-section],
[id="buy-once"],
[id="combat"],
[id="talent-trees"],
[id="loot"],
[id="shared-world"],
[id="endgame"] {

    scroll-margin-top:
        calc(
            var(--yashariel-main-header-height) +
            var(--yashariel-features-nav-height) +
            24px
        ) !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 1024px) {

    :root {
        --yashariel-main-header-height: 68px;
        --yashariel-features-nav-height: 54px;
    }


    .features-tabs,
    .features-nav,
    .feature-tabs,
    .feature-nav,
    .features-section-nav,
    .features-anchor-nav,
    .sticky-feature-nav,
    [data-features-nav] {

        top: var(--yashariel-main-header-height) !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

}


/* YASHARIEL FEATURES NAV POSITION END */


/* YASHARIEL FEATURES HERO TRUE CENTER START */


/* ==========================================================
   FEATURES HERO
   kompletter Textblock exakt mittig
   ========================================================== */

.features-hero,
.page-hero,
.hero-section,
.hero.features-hero {
    text-align: center !important;
}


/* ==========================================================
   INNERER COPY-BEREICH
   ========================================================== */

.features-hero .hero-content,
.features-hero .hero-copy,
.features-hero .content,
.features-hero .page-hero-content,
.features-hero .page-hero__content,
.features-hero > .container,
.features-hero > div {

    width: 100% !important;

    max-width: 1050px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 24px !important;
    padding-right: 24px !important;

    box-sizing: border-box !important;

    text-align: center !important;
}


/* ==========================================================
   EYEBROW
   THE FOUNDATIONS OF YASHARIEL
   ========================================================== */

.features-hero .eyebrow,
.features-hero .kicker,
.features-hero .overline,
.features-hero .hero-eyebrow,
.features-hero .section-label {

    display: block !important;

    width: 100% !important;

    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;
}


/* ==========================================================
   HAUPTTITEL
   FEATURES
   ========================================================== */

.features-hero h1,
.features-hero .hero-title,
.features-hero .page-title {

    width: 100% !important;

    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;
}


/* ==========================================================
   SUBTITLE
   Built to be played...
   ========================================================== */

.features-hero .subtitle,
.features-hero .hero-subtitle,
.features-hero .lead,
.features-hero .hero-lead,
.features-hero h2 {

    width: 100% !important;

    max-width: 900px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;
}


/* ==========================================================
   TRENNLINIE / ORNAMENT
   ========================================================== */

.features-hero .divider,
.features-hero .hero-divider,
.features-hero .ornament,
.features-hero .decorative-line,
.features-hero .section-divider {

    margin-left: auto !important;
    margin-right: auto !important;

    justify-content: center !important;
}


/* ==========================================================
   UNTERER BESCHREIBUNGSTEXT
   wirklich mittig, auch über mehrere Zeilen
   ========================================================== */

.features-hero p,
.features-hero .description,
.features-hero .hero-description,
.features-hero .intro,
.features-hero .hero-intro {

    width: 100% !important;

    max-width: 850px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;

    text-wrap: balance !important;
}


/* ==========================================================
   FALLBACK:
   falls einzelne Elemente noch alte left-Werte besitzen
   ========================================================== */

.features-hero h1,
.features-hero h2,
.features-hero p,
.features-hero .eyebrow,
.features-hero .kicker,
.features-hero .subtitle,
.features-hero .description {

    left: auto !important;
    right: auto !important;

    transform: none !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 1024px) {

    .features-hero .hero-content,
    .features-hero .hero-copy,
    .features-hero .content,
    .features-hero .page-hero-content,
    .features-hero .page-hero__content {

        max-width: 100% !important;

        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    .features-hero p,
    .features-hero .description,
    .features-hero .hero-description {

        max-width: 680px !important;
    }

}


/* YASHARIEL FEATURES HERO TRUE CENTER END */


/* YASHARIEL FEATURES HERO NO PANEL START */


/* ==========================================================
   REMOVE DARK CENTER BOX / PANEL
   Der Hero-Hintergrund soll durchgehend sichtbar bleiben.
   ========================================================== */

.features-hero .hero-content,
.features-hero .hero-copy,
.features-hero .content,
.features-hero .page-hero-content,
.features-hero .page-hero__content,
.features-hero > .container,
.features-hero > div,
.yashariel-features-page .yashariel-force-centered-copy,
.yashariel-features-page .yashariel-force-centered-hero {

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    box-shadow: none !important;

    border: 0 !important;
    outline: 0 !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}


/* ==========================================================
   AUCH PSEUDO-ELEMENTE ENTFERNEN
   falls der dunkle Bereich über ::before / ::after kommt
   ========================================================== */

.features-hero .hero-content::before,
.features-hero .hero-content::after,
.features-hero .hero-copy::before,
.features-hero .hero-copy::after,
.features-hero .content::before,
.features-hero .content::after,
.features-hero .page-hero-content::before,
.features-hero .page-hero-content::after,
.features-hero .page-hero__content::before,
.features-hero .page-hero__content::after,
.yashariel-features-page .yashariel-force-centered-copy::before,
.yashariel-features-page .yashariel-force-centered-copy::after {

    background: transparent !important;
    background-image: none !important;

    box-shadow: none !important;

    border: 0 !important;

    opacity: 0 !important;

    content: none !important;
}


/* ==========================================================
   HERO SELBST DARF WEITERHIN DAS BILD ZEIGEN
   ========================================================== */

.features-hero,
.yashariel-features-page .features-hero,
.yashariel-features-page .page-hero {

    background-color: transparent !important;
}


/* ==========================================================
   CENTERING BLEIBT ERHALTEN
   ========================================================== */

.features-hero .hero-content,
.features-hero .hero-copy,
.features-hero .content,
.features-hero .page-hero-content,
.features-hero .page-hero__content,
.yashariel-features-page .yashariel-force-centered-copy {

    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;
}


/* YASHARIEL FEATURES HERO NO PANEL END */


/* YASHARIEL FEATURES FINE ALIGNMENT START */


/* ==========================================================
   1. GESAMTEN HERO-TEXTBLOCK MINIMAL NACH RECHTS
   ========================================================== */

@media (min-width: 1025px) {

    .features-hero .hero-content,
    .features-hero .hero-copy,
    .features-hero .content,
    .features-hero .page-hero-content,
    .features-hero .page-hero__content,
    .yashariel-features-page .yashariel-force-centered-copy {

        position: relative !important;

        left: 34px !important;
    }


    /* Titel / Eyebrow / Untertitel / Beschreibung
       bleiben gemeinsam auf derselben Achse */

    .features-hero .eyebrow,
    .features-hero .kicker,
    .features-hero .overline,
    .features-hero .hero-eyebrow,
    .features-hero .section-label,

    .features-hero h1,
    .features-hero .hero-title,
    .features-hero .page-title,

    .features-hero .subtitle,
    .features-hero .hero-subtitle,
    .features-hero .lead,
    .features-hero .hero-lead,
    .features-hero h2,

    .features-hero p,
    .features-hero .description,
    .features-hero .hero-description,
    .features-hero .intro,
    .features-hero .hero-intro {

        position: relative !important;

        left: 0 !important;
    }

}


/* ==========================================================
   2. FEATURES-LEISTE NUR MINIMAL WEITER NACH UNTEN
   ========================================================== */

@media (min-width: 1025px) {

    :root {
        --yashariel-main-header-height: 116px !important;
    }


    .features-tabs,
    .features-nav,
    .feature-tabs,
    .feature-nav,
    .features-section-nav,
    .features-anchor-nav,
    .sticky-feature-nav,
    [data-features-nav] {

        top: var(--yashariel-main-header-height) !important;
    }

}


/* ==========================================================
   3. DEKORATIVER STRICH + DIAMANT NACH RECHTS
   ========================================================== */

@media (min-width: 1025px) {

    .features-hero .divider,
    .features-hero .hero-divider,
    .features-hero .ornament,
    .features-hero .decorative-line,
    .features-hero .section-divider {

        position: relative !important;

        left: 34px !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }


    /* Falls Linie aus mehreren Elementen besteht */

    .features-hero .divider::before,
    .features-hero .divider::after,
    .features-hero .hero-divider::before,
    .features-hero .hero-divider::after,
    .features-hero .ornament::before,
    .features-hero .ornament::after,
    .features-hero .decorative-line::before,
    .features-hero .decorative-line::after,
    .features-hero .section-divider::before,
    .features-hero .section-divider::after {

        transform: none !important;
    }

}


/* ==========================================================
   MOBILE NICHT VERSCHIEBEN
   ========================================================== */

@media (max-width: 1024px) {

    .features-hero .hero-content,
    .features-hero .hero-copy,
    .features-hero .content,
    .features-hero .page-hero-content,
    .features-hero .page-hero__content,
    .yashariel-features-page .yashariel-force-centered-copy,

    .features-hero .divider,
    .features-hero .hero-divider,
    .features-hero .ornament,
    .features-hero .decorative-line,
    .features-hero .section-divider {

        left: 0 !important;
    }

}


/* YASHARIEL FEATURES FINE ALIGNMENT END */


/* YASHARIEL FEATURES HERO MOTION DIVIDER FIX START */


/* ==========================================================
   FEATURES HERO
   KEINE UNGEWOLLTE INTRO-/REVEAL-ANIMATION
   ========================================================== */

.yashariel-features-page .features-hero,
.yashariel-features-page .features-hero *,
.yashariel-features-page .page-hero,
.yashariel-features-page .page-hero *,

body.yashariel-features-page
.yashariel-force-centered-hero,

body.yashariel-features-page
.yashariel-force-centered-copy {

    animation: none !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;

    transition-property: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
}


/* ==========================================================
   REVEAL / FADE / SCALE ZUSTÄNDE NEUTRALISIEREN

   Falls bestehendes JS beim Laden Klassen wie reveal,
   visible, entered usw. verwendet.
   ========================================================== */

.yashariel-features-page .features-hero [data-reveal],
.yashariel-features-page .features-hero .reveal,
.yashariel-features-page .features-hero .scroll-reveal,
.yashariel-features-page .features-hero .fade-in,
.yashariel-features-page .features-hero .fade-up,
.yashariel-features-page .features-hero .hero-reveal,
.yashariel-features-page .features-hero .is-revealing,

.yashariel-features-page .page-hero [data-reveal],
.yashariel-features-page .page-hero .reveal,
.yashariel-features-page .page-hero .scroll-reveal,
.yashariel-features-page .page-hero .fade-in,
.yashariel-features-page .page-hero .fade-up {

    opacity: 1 !important;

    visibility: visible !important;

    filter: none !important;

    animation: none !important;

    transition: none !important;
}


/* ==========================================================
   WICHTIG:
   Transform auf dem eigentlichen zentrierten Copy-Container
   nicht pauschal entfernen, weil er für die Zentrierung
   verwendet wird.
   ========================================================== */

.yashariel-features-page
.yashariel-force-centered-copy {

    opacity: 1 !important;

    visibility: visible !important;

    filter: none !important;
}


/* ==========================================================
   DIVIDER

   JavaScript setzt --features-divider-correction dynamisch.
   Dadurch landet der Mittelpunkt des Strichs exakt unter
   dem Mittelpunkt von FEATURES.
   ========================================================== */

.yashariel-features-page
.features-hero
.yashariel-hero-divider-target,

.yashariel-features-page
.page-hero
.yashariel-hero-divider-target {

    position: relative !important;

    left: var(
        --features-divider-correction,
        0px
    ) !important;

    transition: none !important;

    animation: none !important;
}


/* Mobile wieder normal */

@media (max-width: 1024px) {

    .yashariel-features-page
    .yashariel-hero-divider-target {

        left: 0 !important;
    }

}


/* YASHARIEL FEATURES HERO MOTION DIVIDER FIX END */


/* YASHARIEL FEATURES HEADER OFFSET FINAL START */


/* ==========================================================
   FEATURES

   Hauptheader = 76px.
   Interne Feature-Leiste muss beim Sticky-Zustand
   EXAKT direkt darunter sitzen.
   ========================================================== */

:root {

    --header-height: 76px !important;

    --yashariel-main-header-height:
        76px !important;
}


/* Die tatsächlich im HTML verwendete Leiste */

.section-nav {

    position: sticky !important;

    top: 76px !important;

    z-index: 90 !important;

    margin-top: 0 !important;

    transform: none !important;
}


/* Bereits vorhandene alternative Selektoren ebenfalls absichern */

.features-tabs,
.features-nav,
.feature-tabs,
.feature-nav,
.features-section-nav,
.features-anchor-nav,
.sticky-feature-nav,
[data-features-nav] {

    top: 76px !important;
}


/* Ankerpositionen an die neue Höhe anpassen */

html {

    scroll-padding-top:
        calc(
            76px +
            var(--section-nav-height) +
            18px
        ) !important;
}


/* MOBILE */

@media (max-width: 1050px) {

    :root {

        --header-height: 68px !important;

        --yashariel-main-header-height:
            68px !important;
    }


    .section-nav,
    .features-tabs,
    .features-nav,
    .feature-tabs,
    .feature-nav,
    .features-section-nav,
    .features-anchor-nav,
    .sticky-feature-nav,
    [data-features-nav] {

        top: 68px !important;
    }

}


/* YASHARIEL FEATURES HEADER OFFSET FINAL END */

