@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Manrope:wght@300;400;500;600&display=swap');

:root {
  --eh-bg: #050505;
  --eh-surface: #101010;
  --eh-text: #f5f2eb;
  --eh-muted: #b9b2a7;
  --eh-line: rgba(255, 255, 255, 0.12);
}

.eh-footer-shell {
  padding: 0;
  background: #000;
}

.eh-footer-shell .container-fluid {
  max-width: none;
  padding: 0;
}

.eh-footer {
  background: #000;
  color: var(--eh-text);
  padding: 88px 48px 28px;
}

.eh-footer-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.7fr) minmax(220px, 0.7fr);
  padding-bottom: 42px;
  border-bottom: 1px solid var(--eh-line);
}

.eh-footer-intro h2,
.eh-footer-column h3 {
  color: var(--eh-text);
}

.eh-footer-intro h2 {
  margin: 0 0 18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 0.95;
}

.eh-footer-intro p,
.eh-footer-bottom p {
  margin: 0;
  color: var(--eh-muted);
  font-family: 'Manrope', sans-serif;
}

.eh-footer-note {
  margin-top: 18px !important;
  max-width: 44rem;
}

.eh-footer-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.eh-footer-column h3 {
  margin: 0 0 18px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eh-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eh-footer-links li + li {
  margin-top: 12px;
}

.eh-footer-links a {
  color: var(--eh-muted);
  font-family: 'Manrope', sans-serif;
  font-size: 0.98rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.eh-footer-links a:hover {
  color: #fff;
}

.eh-footer-bottom {
  padding-top: 20px;
}

body.eh-legal-page {
  margin: 0;
  background: var(--eh-bg);
  color: var(--eh-text);
  font-family: 'Manrope', sans-serif;
  line-height: 1.7;
}

.eh-legal-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
}

.eh-legal-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--eh-line);
}

.eh-legal-nav,
.eh-legal-hero,
.eh-legal-content,
.eh-legal-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.eh-legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.eh-legal-brand {
  color: #fff;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.eh-legal-home {
  color: var(--eh-muted);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eh-legal-hero {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  padding-top: 84px;
  padding-bottom: 44px;
}

.eh-legal-overline {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eh-legal-hero h1 {
  margin: 0 0 18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.eh-legal-hero p {
  max-width: 44rem;
  margin: 0;
  color: var(--eh-muted);
  font-size: 1.02rem;
}

.eh-legal-hero-card,
.eh-legal-aside {
  border: 1px solid var(--eh-line);
  background: rgba(255, 255, 255, 0.035);
}

.eh-legal-hero-card {
  padding: 28px;
  align-self: end;
}

.eh-legal-hero-card h2,
.eh-legal-aside h2 {
  margin: 0 0 14px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eh-legal-hero-card p,
.eh-legal-aside p {
  margin: 0;
  color: var(--eh-muted);
  font-size: 0.94rem;
}

.eh-legal-content {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  padding-bottom: 88px;
}

.eh-legal-aside {
  padding: 28px;
  height: fit-content;
  position: sticky;
  top: 102px;
}

.eh-legal-nav-list {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.eh-legal-nav-list li + li {
  margin-top: 10px;
}

.eh-legal-nav-list a {
  color: #fff;
  text-decoration: none;
}

.eh-legal-meta {
  padding-top: 18px;
  border-top: 1px solid var(--eh-line);
  font-size: 0.9rem;
  color: var(--eh-muted);
}

.eh-legal-article {
  border-top: 1px solid var(--eh-line);
  padding-top: 22px;
}

.eh-legal-article section + section {
  margin-top: 30px;
}

.eh-legal-article h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1rem;
  font-weight: 500;
}

.eh-legal-article h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
}

.eh-legal-article p,
.eh-legal-article li {
  color: var(--eh-muted);
}

.eh-legal-article ul {
  margin: 0;
  padding-left: 20px;
}

.eh-legal-article li + li {
  margin-top: 8px;
}

.eh-legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  padding-bottom: 36px;
  border-top: 1px solid var(--eh-line);
}

.eh-legal-footer p {
  margin: 0;
  color: var(--eh-muted);
  font-size: 0.92rem;
}

.eh-legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.eh-legal-footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.92rem;
}

@media (max-width: 991px) {
  .eh-footer {
    padding: 68px 24px 24px;
  }

  .eh-footer-grid,
  .eh-legal-hero,
  .eh-legal-content {
    grid-template-columns: 1fr;
  }

  .eh-legal-aside {
    position: static;
  }

  .eh-legal-hero {
    padding-top: 64px;
  }

  .eh-legal-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
