:root {
  color-scheme: dark;
  --bg: #050403;
  --panel: #0d0b09;
  --panel-2: #14100c;
  --border: #6c4728;
  --border-soft: #332419;
  --gold: #d4ae72;
  --gold-light: #f0d6a5;
  --text: #e9dfd1;
  --muted: #b7aa9a;
  --ember: #9f2f1c;
  --ember-light: #e9682e;
  --page: 1680px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(90, 37, 18, 0.08), transparent 34%),
    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; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(4, 4, 3, 0.97);
  border-bottom: 1px solid var(--border-soft);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 74px;
  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, 0.8);
  transition: width 0.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: 0.7px;
}
.header-button:hover { background: rgba(130, 47, 24, 0.2); }
.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--gold);
  font-size: 28px;
}

.world-hero {
  position: relative;
  min-height: min(880px, calc(100vh - 74px));
  overflow: hidden;
  border-bottom: 1px solid var(--border-soft);
  background: #080605;
}
.world-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.012);
}
.world-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 2, 2, 0.25) 0%, rgba(2, 2, 2, 0.15) 48%, rgba(4, 3, 2, 0.88) 100%),
    linear-gradient(90deg, rgba(2, 2, 2, 0.68), transparent 42%, rgba(2, 2, 2, 0.34));
}
.world-hero-vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.92);
}
.world-hero-inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: clamp(70px, 10vh, 130px);
}
.world-hero-copy {
  max-width: 940px;
  padding: 0 24px;
  text-align: center;
}
.world-hero-quote {
  margin: 0;
  color: #eadfce;
  font-size: clamp(30px, 4vw, 66px);
  line-height: 1.18;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.95);
}

.world-divider {
  position: relative;
  height: clamp(150px, 18vw, 260px);
  overflow: hidden;
  border-bottom: 1px solid rgba(108, 71, 40, 0.38);
  background: #050403;
}
.world-divider::before,
.world-divider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.world-divider::before { background: linear-gradient(90deg, #050403 0%, transparent 22%, transparent 78%, #050403 100%); }
.world-divider::after { background: linear-gradient(180deg, #050403 0%, transparent 36%, transparent 64%, #050403 100%); }
.world-divider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.86;
}

.world-intro {
  position: relative;
  padding: clamp(90px, 10vw, 170px) 0 clamp(100px, 11vw, 180px);
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(118, 54, 26, 0.11), transparent 42%),
    linear-gradient(180deg, #050403, #090705 56%, #050403);
}
.intro-inner { max-width: 1040px; }
.eyebrow {
  display: inline-block;
  margin-bottom: 17px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}
.world-intro h1,
.beyond-copy h2 {
  margin: 0;
  color: var(--gold-light);
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.75);
}
.world-intro h1 {
  font-size: clamp(58px, 8vw, 118px);
  letter-spacing: 0.08em;
}
.ornament-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(560px, 80%);
  margin: 28px auto 34px;
}
.ornament-line::before,
.ornament-line::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, #7a512e);
}
.ornament-line::after { transform: scaleX(-1); }
.ornament-line span {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border: 1px solid #b26d39;
  background: #3a160d;
  box-shadow: 0 0 15px rgba(233, 104, 46, 0.35);
}
.world-intro p,
.beyond-copy p {
  max-width: 900px;
  margin: 0 auto 18px;
  color: #c8bbaa;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.8;
}

.regions {
  padding: 10px 0 clamp(110px, 10vw, 170px);
  background:
    linear-gradient(90deg, transparent, rgba(125, 55, 22, 0.05), transparent),
    #050403;
}
.region {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: clamp(45px, 6vw, 105px);
  padding-block: clamp(70px, 8vw, 125px);
}
.region + .region { border-top: 1px solid rgba(87, 57, 35, 0.35); }
.region-reverse { grid-template-columns: minmax(520px, 1.22fr) minmax(300px, 0.78fr); }
.region-reverse .region-copy { order: 2; }
.region-reverse .region-frame { order: 1; }
.region-copy { position: relative; padding: 20px clamp(6px, 2vw, 34px); }
.region-number {
  display: block;
  margin-bottom: 18px;
  color: rgba(183, 116, 64, 0.58);
  font-size: 12px;
  letter-spacing: 0.34em;
}
.region-copy h2 {
  margin: 0;
  color: #e1c48e;
  font-size: clamp(34px, 3.6vw, 62px);
  font-weight: 400;
  line-height: 1.08;
}
.small-divider {
  width: 86px;
  height: 1px;
  margin: 24px 0;
  background: linear-gradient(90deg, #a35a2d, transparent);
  box-shadow: 0 0 10px rgba(214, 91, 36, 0.28);
}
.region-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.8;
}
.region-frame,
.beyond-frame {
  position: relative;
  margin: 0;
  padding: 9px;
  border: 1px solid #7d5632;
  background: #090706;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.48),
    inset 0 0 0 3px rgba(0, 0, 0, 0.44);
}
.region-frame::before,
.region-frame::after,
.beyond-frame::before,
.beyond-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 34px;
  height: 34px;
  pointer-events: none;
}
.region-frame::before,
.beyond-frame::before {
  top: -5px;
  left: -5px;
  border-top: 2px solid #b0743e;
  border-left: 2px solid #b0743e;
}
.region-frame::after,
.beyond-frame::after {
  right: -5px;
  bottom: -5px;
  border-right: 2px solid #b0743e;
  border-bottom: 2px solid #b0743e;
}
.region-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.beyond-section {
  padding: clamp(95px, 10vw, 155px) 0 80px;
  border-top: 1px solid var(--border-soft);
  text-align: center;
  background:
    radial-gradient(circle at center top, rgba(107, 47, 21, 0.11), transparent 42%),
    #070504;
}
.beyond-copy { max-width: 1000px; }
.beyond-copy h2 {
  font-size: clamp(42px, 5.5vw, 78px);
  letter-spacing: 0.035em;
}
.beyond-frame {
  max-width: 1460px;
  margin-top: 58px;
  overflow: hidden;
}
.beyond-frame img {
  width: 100%;
  height: clamp(235px, 28vw, 430px);
  object-fit: cover;
}
.beyond-shade {
  position: absolute;
  inset: 9px;
  background: linear-gradient(90deg, rgba(2, 2, 2, 0.58), transparent 30%, transparent 70%, rgba(2, 2, 2, 0.58));
  pointer-events: none;
}

.updates-section { padding: 24px 0 42px; background: #050403; }
.updates-panel {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  align-items: center;
  border: 1px solid var(--border-soft);
  background: linear-gradient(90deg, #100d0a, #070706);
}
.updates-copy,
.follow {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 30px;
}
.mail-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #80542e;
  border-radius: 50%;
  color: #d8923e;
  font-size: 22px;
}
.updates-panel h2 {
  margin: 0;
  color: #db9b4b;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.updates-panel p { margin: 4px 0 0; color: #9f968c; font-size: 12px; }
.newsletter {
  height: 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 0 28px;
  border: 1px solid #66432a;
}
.newsletter input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 14px;
  background: #080807;
  color: #e5d5c2;
}
.newsletter button {
  border: 0;
  border-left: 1px solid #7c381e;
  padding: 0 18px;
  background: #641c11;
  color: #efb06c;
  cursor: pointer;
  text-transform: uppercase;
}
.follow { justify-content: space-between; }
.social-links { display: flex; gap: 14px; color: #cdb186; }
.social-links a:hover { color: #ffb75f; }

.site-footer {
  border-top: 1px solid var(--border-soft);
  background: #030302;
}
.footer-inner {
  min-height: 150px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding-block: 34px;
}
.footer-brand strong {
  display: block;
  color: var(--gold-light);
  letter-spacing: 2px;
  font-size: 20px;
}
.footer-brand span {
  display: block;
  margin-top: 5px;
  color: #a7502f;
  font-size: 8px;
  letter-spacing: 2px;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 21px;
  color: #a99a88;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-links a:hover { color: var(--gold-light); }
.footer-inner p { margin: 0; color: #746a60; font-size: 11px; text-align: right; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  transform: translate(-50%, 14px);
  padding: 11px 17px;
  border: 1px solid #765034;
  background: rgba(8, 7, 6, 0.97);
  color: #eadcc9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1250px) {
  .brand { width: 240px; }
  .header-button { display: none; }
  .main-navigation { justify-content: flex-end; gap: 25px; }
  .updates-panel { grid-template-columns: 1fr 1fr; }
  .follow { grid-column: 1 / -1; border-top: 1px solid var(--border-soft); }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner p { text-align: center; }
}

@media (max-width: 960px) {
  .page-width { width: calc(100% - 28px); }
  .menu-toggle { display: block; }
  .main-navigation {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 10px 20px 18px;
    background: #080706;
    border-bottom: 1px solid var(--border-soft);
  }
  .main-navigation.open { display: flex; }
  .main-navigation a { padding: 13px 0; }
  .world-hero { min-height: 690px; }
  .world-hero-image { object-position: 57% center; }
  .region,
  .region-reverse {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 72px;
  }
  .region .region-copy,
  .region-reverse .region-copy { order: 1; }
  .region .region-frame,
  .region-reverse .region-frame { order: 2; }
  .region-copy { max-width: 760px; padding-inline: 8px; }
}

@media (max-width: 620px) {
  .brand { width: auto; }
  .brand strong { font-size: 20px; }
  .brand span { font-size: 8px; }
  .world-hero { min-height: 620px; }
  .world-hero-image { object-position: 60% center; }
  .world-hero-inner { padding-bottom: 70px; }
  .world-hero-quote { font-size: 31px; }
  .world-divider { height: 145px; }
  .world-intro h1 { font-size: 52px; letter-spacing: 0.04em; }
  .world-intro p,
  .beyond-copy p { font-size: 15px; }
  .region-copy h2 { font-size: 38px; }
  .region-copy p { font-size: 15px; }
  .region-frame { padding: 5px; }
  .beyond-frame img { height: 230px; }
  .updates-panel { grid-template-columns: 1fr; }
  .newsletter { margin: 14px 20px; }
  .follow { grid-column: auto; }
  .footer-links { gap: 14px; }
}


.world-closing-image {
    position: relative;
    width: min(1500px, calc(100% - 32px));
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(171, 105, 45, 0.5);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        inset 0 0 35px rgba(0, 0, 0, 0.35);
}

.world-closing-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 46%;
}
@media (max-width: 768px) {
    .world-closing-image {
        height: 220px;
    }
}

/* =========================================================
   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 WORLD FINAL IMAGE CENTER START */


/* ==========================================================
   WORLD FINAL / DIVIDER IMAGE
   stärker mittig im verfügbaren Bereich
   ========================================================== */

.world-divider,
.world-divider-wrap,
.world-closing-image,
.world-final-image,
.world-ending-image,
.world-whispers-image,
.world-divider-image,
[class*="world-divider"],
[class*="final-image"] {
    margin-left: auto !important;
    margin-right: auto !important;

    text-align: center !important;
}


/* Bild selbst */

.world-divider img,
.world-divider-wrap img,
.world-closing-image img,
.world-final-image img,
.world-ending-image img,
.world-whispers-image img,
.world-divider-image img,
[class*="world-divider"] img,
[class*="final-image"] img {
    display: block !important;

    width: min(90vw, 1500px) !important;
    max-width: 1500px !important;

    height: auto !important;

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

    object-fit: cover !important;
    object-position: center center !important;
}


/* Falls der Container noch durch alte Grid/Flex-Regeln
   nach links gezogen wird */

.world-divider,
.world-divider-wrap,
.world-closing-image,
.world-final-image,
.world-ending-image,
.world-whispers-image,
.world-divider-image {
    width: 100% !important;
    max-width: none !important;

    display: flex !important;

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

    padding-left: clamp(20px, 4vw, 70px) !important;
    padding-right: clamp(20px, 4vw, 70px) !important;

    box-sizing: border-box !important;
}


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

@media (max-width: 1024px) {

    .world-divider img,
    .world-divider-wrap img,
    .world-closing-image img,
    .world-final-image img,
    .world-ending-image img,
    .world-whispers-image img,
    .world-divider-image img,
    [class*="world-divider"] img,
    [class*="final-image"] img {
        width: 100% !important;
        max-width: 100% !important;

        object-position: center center !important;
    }

}


/* YASHARIEL WORLD FINAL IMAGE CENTER END */


/* YASHARIEL WORLD HERO TITLE START */


/* ==========================================================
   WORLD HERO TITLE
   ========================================================== */

.world-hero-page-title {

    position: relative !important;

    z-index: 5 !important;

    width: 100% !important;

    max-width: 1080px !important;

    margin:
        0 auto
        30px !important;

    padding:
        0
        24px !important;

    box-sizing: border-box !important;

    text-align: center !important;
}


/* ==========================================================
   SMALL EYEBROW
   ========================================================== */

.world-hero-page-title__eyebrow {

    margin:
        0
        0
        20px !important;

    color:
        #c7904f !important;

    font-size:
        clamp(
            11px,
            0.8vw,
            14px
        ) !important;

    font-weight:
        500 !important;

    line-height:
        1.2 !important;

    letter-spacing:
        0.24em !important;

    text-transform:
        uppercase !important;

    text-align:
        center !important;
}


/* ==========================================================
   BIG WORLD TITLE
   ========================================================== */

.world-hero-page-title__title {

    width:
        100% !important;

    margin:
        0 !important;

    padding:
        0 !important;

    color:
        #edd19a !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size:
        clamp(
            76px,
            8vw,
            145px
        ) !important;

    font-weight:
        700 !important;

    line-height:
        0.92 !important;

    letter-spacing:
        0.055em !important;

    text-align:
        center !important;

    text-transform:
        uppercase !important;

    text-shadow:
        0 4px 24px
        rgba(0, 0, 0, 0.42) !important;
}


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

.world-hero-page-title__divider {

    width:
        min(
            540px,
            70vw
        ) !important;

    display:
        grid !important;

    grid-template-columns:
        1fr
        auto
        1fr !important;

    align-items:
        center !important;

    gap:
        16px !important;

    margin:
        28px auto
        0 !important;
}


.world-hero-page-title__divider span {

    display:
        block !important;

    width:
        100% !important;

    height:
        1px !important;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(188, 111, 48, 0.78)
        ) !important;
}


.world-hero-page-title__divider span:last-child {

    background:
        linear-gradient(
            90deg,
            rgba(188, 111, 48, 0.78),
            transparent
        ) !important;
}


.world-hero-page-title__divider i {

    display:
        block !important;

    width:
        10px !important;

    height:
        10px !important;

    border:
        1px solid
        #c06927 !important;

    transform:
        rotate(45deg) !important;

    box-sizing:
        border-box !important;
}


/* ==========================================================
   EXISTING WORLD QUOTE

   etwas kompakter nach dem neuen Titel,
   aber Inhalt unverändert.
   ========================================================== */

.world-hero-page-title + * {

    position:
        relative !important;

    z-index:
        5 !important;
}


/* ==========================================================
   DESKTOP POSITION
   ========================================================== */

@media (min-width: 1025px) {

    .world-hero-page-title {

        margin-bottom:
            24px !important;
    }

}


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

@media (max-width: 1024px) {

    .world-hero-page-title {

        max-width:
            100% !important;

        margin-bottom:
            24px !important;

        padding-left:
            18px !important;

        padding-right:
            18px !important;
    }


    .world-hero-page-title__eyebrow {

        margin-bottom:
            15px !important;

        letter-spacing:
            0.17em !important;
    }


    .world-hero-page-title__title {

        font-size:
            clamp(
                54px,
                17vw,
                92px
            ) !important;
    }


    .world-hero-page-title__divider {

        width:
            min(
                420px,
                78vw
            ) !important;

        margin-top:
            20px !important;
    }

}


/* YASHARIEL WORLD HERO TITLE END */


/* YASHARIEL WORLD WHISPERS IMAGE CENTER START */


/* ==========================================================
   FINAL WORLD IMAGE
   Broken archway / pale mist
   ========================================================== */

img[alt*="broken archway"],
img[alt*="Broken archway"],
img[alt*="path disappearing into pale mist"] {

    display: block !important;

    width: min(88vw, 1450px) !important;
    max-width: 1450px !important;

    height: auto !important;

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

    object-fit: cover !important;
    object-position: center center !important;

    box-sizing: border-box !important;
}


/* Parent darf das Bild nicht mehr links festhalten */

:has(> img[alt*="broken archway"]),
:has(> img[alt*="Broken archway"]),
:has(> img[alt*="path disappearing into pale mist"]) {

    width: 100% !important;
    max-width: none !important;

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

    padding-left: 0 !important;
    padding-right: 0 !important;

    text-align: center !important;

    box-sizing: border-box !important;
}


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

@media (max-width: 1024px) {

    img[alt*="broken archway"],
    img[alt*="Broken archway"],
    img[alt*="path disappearing into pale mist"] {

        width: calc(100% - 28px) !important;
        max-width: none !important;
    }

}


/* YASHARIEL WORLD WHISPERS IMAGE CENTER END */


/* YASHARIEL WORLD HERO TYPOGRAPHY START */


/* ==========================================================
   WORLD TITLE

   Gleiche Größenordnung wie CLASSES / FEATURES.
   ========================================================== */

.world-hero-page-title__title {

    font-size:
        clamp(
            66px,
            8.5vw,
            126px
        ) !important;

    line-height:
        0.94 !important;

    letter-spacing:
        0.08em !important;
}


/* ==========================================================
   WORLD QUOTE

   Vorher bis zu 66px.
   Jetzt passend zu den Begleittexten der anderen Heroes.
   ========================================================== */

.world-hero-quote.world-hero-quote-normalized {

    width:
        min(
            760px,
            90%
        ) !important;

    max-width:
        760px !important;

    margin-left:
        auto !important;

    margin-right:
        auto !important;

    color:
        #e3d7c7 !important;

    font-size:
        clamp(
            18px,
            2vw,
            27px
        ) !important;

    line-height:
        1.6 !important;

    letter-spacing:
        0 !important;

    text-align:
        center !important;

    text-shadow:
        0 3px 15px
        rgba(0, 0, 0, 0.95) !important;
}


/* ==========================================================
   DESKTOP ABSTÄNDE
   ========================================================== */

@media (min-width: 1025px) {

    .world-hero-page-title {

        margin-bottom:
            26px !important;
    }

}


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

@media (max-width: 1024px) {

    .world-hero-page-title__title {

        font-size:
            clamp(
                54px,
                18vw,
                80px
            ) !important;
    }


    .world-hero-quote.world-hero-quote-normalized {

        width:
            calc(100% - 36px) !important;

        max-width:
            680px !important;

        font-size:
            17px !important;

        line-height:
            1.55 !important;
    }

}


/* YASHARIEL WORLD HERO TYPOGRAPHY END */

