/* ============================================================
   UNIVERSO EDÉN — REDISEÑO V1
   Capa visual progresiva sobre site.css. Mantiene compatibilidad
   con las vistas existentes y concentra el nuevo lenguaje visual.
   ============================================================ */

:root {
  --ue-night: #0b100c;
  --ue-night-soft: #111913;
  --ue-forest: #152b1c;
  --ue-forest-bright: #2f7145;
  --ue-moss: #91a56f;
  --ue-ivory: #f1eee5;
  --ue-ivory-soft: #c8c3b6;
  --ue-gold: #d0aa55;
  --ue-gold-soft: #f0d69a;
  --ue-line: rgba(224, 199, 139, .22);
  --ue-glass: rgba(13, 20, 15, .58);
  --ue-shadow: 0 30px 90px rgba(0, 0, 0, .38);
  --ue-serif: 'Cormorant Garamond', Georgia, serif;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
body.home-redesign {
  background:
    radial-gradient(circle at 12% 18%, rgba(73, 115, 72, .14), transparent 30rem),
    radial-gradient(circle at 88% 72%, rgba(208, 170, 85, .08), transparent 28rem),
    var(--ue-night);
}

.home-redesign .orb { opacity: .11; filter: blur(130px); }
.home-redesign .orb-1 { background: var(--ue-gold); }
.home-redesign .orb-2 { background: #7d5a70; }
.home-redesign .orb-3 { background: var(--ue-forest-bright); }

.container-wide { max-width: 1180px; }

/* ---------------- Header ---------------- */
header.site-header {
  padding: 0;
  background: rgba(8, 12, 9, .72);
  border-bottom: 1px solid rgba(240, 214, 154, .12);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}
.site-nav-shell {
  width: min(1180px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: none;
  -webkit-text-fill-color: initial;
  color: var(--ue-ivory);
  text-transform: none;
  letter-spacing: 0;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(208, 170, 85, .55);
  border-radius: 50%;
  position: relative;
  color: var(--ue-gold-soft);
  font-family: var(--ue-serif);
  font-size: 24px;
  font-weight: 600;
  box-shadow: inset 0 0 0 5px rgba(208, 170, 85, .04), 0 0 30px rgba(208, 170, 85, .08);
}
.brand-mark::before,
.brand-mark::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 9px;
  border: 1px solid rgba(208, 170, 85, .55);
  border-radius: 80% 0 80% 0;
  top: -3px;
}
.brand-mark::before { left: 10px; transform: rotate(-30deg); }
.brand-mark::after { right: 10px; transform: rotate(30deg) scaleX(-1); }
.brand-copy { display: flex; flex-direction: column; line-height: .86; }
.brand-copy strong {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ue-ivory-soft);
  font-weight: 700;
}
.brand-copy em {
  font-family: var(--ue-serif);
  font-size: 29px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .02em;
  color: var(--ue-ivory);
}
nav.main-nav { gap: 34px; }
nav.main-nav a {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .09em;
  color: rgba(241, 238, 229, .68);
  padding: 29px 0 25px;
}
nav.main-nav a::after { bottom: 18px; }
nav.main-nav a.active,
nav.main-nav a:hover { color: var(--ue-ivory); }
.nav-toggle { display: none; }

/* ---------------- Hero ---------------- */
.hero-home-redesign {
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 11, 8, .94) 0%, rgba(7, 11, 8, .73) 40%, rgba(7, 11, 8, .22) 72%, rgba(7, 11, 8, .38) 100%),
    linear-gradient(0deg, var(--ue-night) 0%, transparent 30%),
    url('/site-assets/images/home/eden-gardens-hero-bg.png') 65% center / cover no-repeat;
  isolation: isolate;
}
.hero-home-redesign::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 65% 35%, rgba(235, 211, 153, .13), transparent 22rem),
    linear-gradient(90deg, transparent 0 76%, rgba(208, 170, 85, .06));
  pointer-events: none;
}
.hero-home-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  box-shadow: inset 0 -120px 120px -80px var(--ue-night);
}
.hero-home-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 74px 0 112px;
}
.hero-home-redesign .eyebrow {
  margin-bottom: 24px;
  font-size: 10px;
  letter-spacing: .32em;
  color: var(--ue-gold-soft);
}
.hero-home-redesign .eyebrow::before { width: 46px; }
.hero-home-redesign .eyebrow::after { display: none; }
.hero-home-redesign h1 {
  max-width: 780px;
  margin: 0;
  text-transform: none;
  font-family: var(--ue-serif);
  font-size: clamp(72px, 10.5vw, 148px);
  line-height: .72;
  letter-spacing: -.045em;
  font-weight: 600;
  color: var(--ue-ivory);
  text-shadow: 0 10px 45px rgba(0, 0, 0, .46);
}
.hero-home-redesign h1 span {
  display: block;
  padding-left: .08em;
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: clamp(12px, 1.6vw, 18px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .36em;
  color: var(--ue-gold-soft);
}
.hero-home-redesign .hero-lede {
  max-width: 585px;
  margin: 38px 0 0;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.7;
  color: rgba(241, 238, 229, .78);
}
.hero-home-redesign .hero-actions {
  justify-content: flex-start;
  margin-top: 36px;
}
.btn-eden {
  border-radius: 999px;
  padding: 14px 24px;
  min-height: 49px;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .12em;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.btn-eden:hover { transform: translateY(-2px); }
.btn-eden-primary {
  color: #11150f;
  border-color: var(--ue-gold-soft);
  background: linear-gradient(135deg, #f0d69a, #c9a34f);
  box-shadow: 0 16px 36px -18px rgba(208, 170, 85, .8);
}
.btn-eden-primary::before { display: none; }
.btn-eden-primary:hover {
  color: #0b100c;
  border-color: #ffe7ae;
  background: linear-gradient(135deg, #f7dfaa, #d3ad58);
  box-shadow: 0 18px 48px -18px rgba(208, 170, 85, .9);
}
.btn-eden-ghost {
  background: rgba(10, 16, 11, .38);
  border-color: rgba(241, 238, 229, .25);
  color: var(--ue-ivory);
}
.btn-eden-ghost:hover { border-color: rgba(240, 214, 154, .65); }

.hero-meta {
  margin-top: 68px;
  display: flex;
  width: fit-content;
  border-top: 1px solid rgba(241, 238, 229, .16);
}
.hero-meta > div {
  min-width: 160px;
  padding: 19px 28px 0 0;
  margin-right: 28px;
  border-right: 1px solid rgba(241, 238, 229, .13);
}
.hero-meta > div:last-child { border-right: 0; margin-right: 0; }
.hero-meta strong {
  display: block;
  font-family: var(--ue-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: var(--ue-gold-soft);
}
.hero-meta span {
  display: block;
  margin-top: 7px;
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(241, 238, 229, .55);
}
.hero-scroll {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(241, 238, 229, .52);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-scroll:hover { color: var(--ue-gold-soft); text-decoration: none; }
.hero-scroll i {
  display: block;
  width: 1px;
  height: 46px;
  background: linear-gradient(var(--ue-gold-soft), transparent);
  animation: hero-scroll-line 2s ease-in-out infinite;
}
@keyframes hero-scroll-line {
  0%, 100% { transform: scaleY(.65); transform-origin: top; opacity: .45; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ---------------- Shared section language ---------------- */
.section-kicker {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--ue-gold);
}
.display-section-title {
  margin: 9px 0 0;
  font-family: var(--ue-serif);
  font-size: clamp(46px, 6vw, 76px);
  line-height: .92;
  letter-spacing: -.025em;
  text-transform: none;
  font-weight: 600;
  color: var(--ue-ivory);
}
.display-section-title::after { display: none !important; }
.display-section-title em { color: var(--ue-gold-soft); font-weight: 500; }
.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}
.section-description {
  max-width: 570px;
  margin: 18px 0 0;
  color: rgba(241, 238, 229, .61);
  font-size: 15px;
}
.link-explore-large { padding-bottom: 5px; white-space: nowrap; }

/* ---------------- Intro ---------------- */
.eden-intro {
  padding: 112px 24px;
  background: var(--ue-night);
}
.eden-intro-grid {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 2fr);
  gap: 72px;
  align-items: start;
}
.eden-intro .section-kicker { padding-top: 14px; }
.eden-intro-copy {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(241, 238, 229, .62);
  font-size: 16px;
  line-height: 1.85;
}

/* ---------------- Guardians ---------------- */
.guardianes-redesign {
  padding: 104px 24px 116px !important;
  background:
    linear-gradient(180deg, rgba(8, 14, 10, .8), rgba(8, 14, 10, .96)),
    url('/site-assets/images/home/eden-guardianes-texture.png') center / cover no-repeat !important;
  border-top: 1px solid rgba(240, 214, 154, .08);
  border-bottom: 1px solid rgba(240, 214, 154, .08);
}
.hero-board-redesign {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.guardian-rank-wrap { position: relative; }
.guardian-rank {
  position: absolute;
  z-index: 3;
  left: 13px;
  top: 11px;
  font-family: var(--ue-serif);
  font-size: 13px;
  color: rgba(240, 214, 154, .72);
}
.hero-board-redesign .hero-card {
  min-height: 160px;
  justify-content: center;
  padding: 30px 14px 20px;
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(241, 238, 229, .07), rgba(241, 238, 229, .015));
  border-color: rgba(240, 214, 154, .15);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}
.hero-board-redesign .hero-card:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 214, 154, .45);
  box-shadow: 0 20px 60px -32px rgba(208, 170, 85, .55);
}
.hero-board-redesign .hero-card .name {
  order: 2;
  margin: 12px 0 0;
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ue-ivory);
}
.hero-board-redesign .hero-card .hero-badge {
  order: 1;
  width: 94px;
  height: 62px;
}

/* ---------------- Gardens ---------------- */
.mapa-eden-redesign {
  padding: 112px 24px 124px;
  background:
    radial-gradient(circle at 75% 25%, rgba(82, 120, 71, .1), transparent 30rem),
    var(--ue-night);
}
.gardens-grid-redesign { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.garden-featured-card {
  min-height: 610px;
  grid-column: 1 / -1;
  border-radius: 22px;
  border-color: rgba(240, 214, 154, .22);
  box-shadow: var(--ue-shadow);
}
.garden-featured-card > img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: center;
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}
.garden-featured-card:hover > img { transform: scale(1.025); }
.garden-featured-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 11, 8, .94) 0%, rgba(6, 11, 8, .69) 40%, rgba(6, 11, 8, .08) 75%),
    linear-gradient(0deg, rgba(6, 11, 8, .5), transparent 50%);
}
.garden-featured-copy {
  position: absolute;
  z-index: 3;
  left: clamp(28px, 5vw, 64px);
  bottom: clamp(32px, 6vw, 68px);
  width: min(500px, calc(100% - 56px));
}
.garden-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b5cf9d;
}
.garden-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #73a65e;
  box-shadow: 0 0 0 5px rgba(115, 166, 94, .12);
}
.garden-number {
  display: block;
  margin-bottom: 8px;
  color: var(--ue-gold-soft);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.garden-featured-copy h3 {
  margin: 0;
  font-family: var(--ue-serif);
  font-size: clamp(58px, 8vw, 92px);
  line-height: .9;
  font-weight: 600;
  color: var(--ue-ivory);
}
.garden-featured-copy p {
  max-width: 470px;
  margin: 20px 0 28px;
  color: rgba(241, 238, 229, .7);
  font-size: 15px;
  line-height: 1.7;
}
.garden-featured-card .garden-visual-cta { display: none; }
.garden-featured-card .rose-hotspot { z-index: 4; }
.garden-featured-card .rose-hotspot-logo { z-index: 5; }
.garden-card-redesign {
  min-height: 250px;
  border-radius: 18px;
  padding: 34px;
  background-image:
    linear-gradient(155deg, rgba(8, 14, 10, .72), rgba(8, 14, 10, .93)),
    url('/site-assets/images/home/eden-garden-generic.png');
}
.garden-card-redesign .garden-card-index {
  display: block;
  margin-bottom: 52px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ue-gold);
}
.garden-card-redesign h3 {
  font-family: var(--ue-serif);
  font-size: 38px;
  font-weight: 600;
}

/* ---------------- Closing ---------------- */
.eden-closing {
  position: relative;
  overflow: hidden;
  padding: 132px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(208, 170, 85, .14), transparent 28rem),
    linear-gradient(180deg, #111b13, #080d09);
  border-top: 1px solid rgba(240, 214, 154, .1);
}
.eden-closing::before,
.eden-closing::after {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(208, 170, 85, .09);
  top: 50%;
  transform: translateY(-50%);
}
.eden-closing::before { left: -200px; }
.eden-closing::after { right: -200px; }
.eden-closing-inner { position: relative; z-index: 1; }
.eden-closing h2 {
  max-width: 820px;
  margin: 17px auto 24px;
  font-family: var(--ue-serif);
  font-size: clamp(54px, 7vw, 88px);
  line-height: .92;
  letter-spacing: -.03em;
  font-weight: 600;
  color: var(--ue-ivory);
}
.eden-closing p {
  max-width: 590px;
  margin: 0 auto;
  color: rgba(241, 238, 229, .62);
}
.eden-closing p strong { color: var(--ue-ivory); }
.eden-closing .hero-actions { margin-top: 34px; justify-content: center; }

.empty-state {
  padding: 50px 30px;
  text-align: center;
  border: 1px solid var(--ue-line);
  border-radius: 16px;
  background: rgba(241, 238, 229, .025);
  color: var(--ue-ivory-soft);
}
.empty-state-mark { display: block; margin-bottom: 12px; color: var(--ue-gold); font-size: 22px; }

/* ---------------- Footer ---------------- */
footer.site-footer {
  background: #070b08;
  border-top-color: rgba(240, 214, 154, .1);
  color: rgba(241, 238, 229, .42);
  padding: 34px 24px;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 960px) {
  .hero-board-redesign { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .eden-intro-grid { grid-template-columns: 1fr; gap: 22px; }
  .eden-intro .section-kicker { padding-top: 0; }
  .garden-featured-card,
  .garden-featured-card > img { min-height: 540px; }
}

@media (max-width: 760px) {
  body.nav-open { overflow: hidden; }
  .site-nav-shell { width: min(100% - 36px, 1180px); min-height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy em { font-size: 25px; }
  .nav-toggle {
    position: relative;
    z-index: 52;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 1px solid rgba(240, 214, 154, .18);
    border-radius: 50%;
    background: rgba(9, 14, 10, .5);
    color: var(--ue-ivory);
  }
  .nav-toggle span { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .nav-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  header.site-header { flex-direction: row; align-items: center; gap: 0; }
  nav.main-nav {
    position: fixed;
    inset: 0;
    z-index: 50;
    padding: 110px 28px 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    background:
      radial-gradient(circle at 80% 20%, rgba(74, 111, 66, .2), transparent 22rem),
      rgba(7, 11, 8, .98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }
  body.nav-open nav.main-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  nav.main-nav a {
    width: 100%;
    padding: 16px 0;
    font-family: var(--ue-serif);
    font-size: clamp(36px, 12vw, 58px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: none;
    color: rgba(241, 238, 229, .68);
  }
  nav.main-nav a::after { display: none; }
  nav.main-nav a.active { color: var(--ue-gold-soft); }

  .hero-home-redesign { min-height: calc(100svh - 72px); background-position: 61% center; }
  .hero-home-redesign::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(0deg, rgba(7, 11, 8, .95) 0%, rgba(7, 11, 8, .35) 62%, rgba(7, 11, 8, .38) 100%);
  }
  .hero-home-content { width: calc(100% - 40px); padding: 120px 0 86px; align-self: flex-end; }
  .hero-home-redesign h1 { font-size: clamp(72px, 24vw, 108px); line-height: .76; }
  .hero-home-redesign h1 span { margin-bottom: 13px; font-size: 11px; letter-spacing: .26em; }
  .hero-home-redesign .hero-lede { margin-top: 30px; font-size: 15px; }
  .hero-home-redesign .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero-meta { width: 100%; margin-top: 42px; }
  .hero-meta > div { min-width: 0; flex: 1; padding-right: 12px; margin-right: 12px; }
  .hero-meta strong { font-size: 25px; }
  .hero-meta span { font-size: 7px; letter-spacing: .08em; }
  .hero-scroll { display: none; }

  .eden-intro, .guardianes-redesign, .mapa-eden-redesign, .eden-closing { padding-left: 20px !important; padding-right: 20px !important; }
  .eden-intro { padding-top: 78px; padding-bottom: 84px; }
  .guardianes-redesign { padding-top: 78px !important; padding-bottom: 88px !important; }
  .mapa-eden-redesign { padding-top: 82px; padding-bottom: 92px; }
  .eden-closing { padding-top: 92px; padding-bottom: 96px; }
  .display-section-title { font-size: clamp(44px, 14vw, 68px); }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 34px; }
  .hero-board-redesign { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .hero-board-redesign .hero-card { min-height: 145px; padding: 28px 9px 16px; }
  .gardens-grid-redesign { grid-template-columns: 1fr; }
  .garden-featured-card,
  .garden-featured-card > img { min-height: 560px; }
  .garden-featured-card > img { object-position: 62% center; }
  .garden-featured-overlay {
    background:
      linear-gradient(0deg, rgba(6, 11, 8, .96) 0%, rgba(6, 11, 8, .72) 45%, rgba(6, 11, 8, .08) 82%),
      linear-gradient(90deg, rgba(6, 11, 8, .38), transparent);
  }
  .garden-featured-copy { left: 24px; bottom: 28px; width: calc(100% - 48px); }
  .garden-featured-copy h3 { font-size: clamp(54px, 18vw, 76px); }
  .garden-featured-copy p { font-size: 14px; }
  .garden-featured-copy .btn-eden { width: 100%; }
  .rose-hotspot { display: none; }
  .rose-hotspot-logo { display: none; }
  .eden-closing h2 { font-size: clamp(48px, 15vw, 72px); }
  .eden-closing .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 420px) {
  .hero-meta > div:nth-child(3) { display: none; }
  .hero-board-redesign { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-scroll i { animation: none; }
  .garden-featured-card > img,
  .hero-card,
  .btn-eden { transition: none !important; }
}
