.ee-footer-projects {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 24px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.ee-footer-projects__label {
  color: #d5b36a;
  font: 700 10px/1.3 "Manrope", "Segoe UI", sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ee-footer-projects > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(213, 179, 106, 0.38);
  color: rgba(255, 255, 255, 0.86);
  font: 700 10px/1 "Manrope", "Segoe UI", sans-serif;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 160ms ease, background 160ms ease;
}

.ee-footer-projects > a:hover {
  border-color: #d5b36a;
  background: rgba(213, 179, 106, 0.1);
}

#eeMobileApp .ee-footer-projects {
  width: auto;
  margin: 28px 16px calc(88px + env(safe-area-inset-bottom));
  padding: 18px;
  border: 1px solid rgba(213, 179, 106, 0.22);
  border-radius: 18px;
  background: #0b2a45;
}

.ee-projects-page,
.ee-projects-page * {
  box-sizing: border-box;
}

body.ee-projects-page {
  margin: 0;
  background: #f5f6f8;
  color: #101827;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.ee-projects-page a {
  color: inherit;
}

.ee-projects-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(16, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.ee-projects-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
}

.ee-projects-brand {
  color: #101827;
  font-family: "Cinzel", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
}

.ee-projects-brand span {
  color: #ae8341;
}

.ee-projects-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ee-projects-nav a {
  color: #566174;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ee-projects-nav a:hover {
  color: #8f672d;
}

.ee-projects-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 11vw, 150px) 20px clamp(72px, 10vw, 130px);
  background:
    radial-gradient(circle at 82% 18%, rgba(68, 137, 207, 0.24), transparent 28%),
    radial-gradient(circle at 12% 78%, rgba(213, 179, 106, 0.14), transparent 31%),
    linear-gradient(135deg, #0b1324 0%, #142848 58%, #0d1b31 100%);
  color: #ffffff;
}

.ee-projects-hero__inner {
  width: min(980px, 100%);
  margin: 0 auto;
}

.ee-projects-eyebrow {
  margin: 0 0 22px;
  color: #e0bd73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.ee-projects-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(42px, 6.8vw, 80px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.ee-projects-hero__lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.72;
}

.ee-projects-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(62px, 8vw, 108px) 0 120px;
}

.ee-projects-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 7vw, 100px);
  align-items: start;
  margin-bottom: 48px;
}

.ee-projects-intro h2,
.ee-projects-principles h2 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.ee-projects-intro p {
  margin: 0;
  color: #5b6576;
  font-size: 16px;
  line-height: 1.78;
}

.ee-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ee-project-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(16, 24, 39, 0.1);
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(20, 40, 72, 0.08);
}

.ee-project-card--mercator {
  background:
    linear-gradient(145deg, rgba(179, 14, 46, 0.035), transparent 45%),
    #ffffff;
}

.ee-project-card--pending {
  background:
    linear-gradient(145deg, rgba(25, 107, 93, 0.035), transparent 45%),
    #ffffff;
}

.ee-project-card__status {
  align-self: flex-start;
  margin: 0 0 38px;
  padding: 7px 10px;
  border: 1px solid rgba(143, 103, 45, 0.24);
  color: #785421;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ee-project-card--pending .ee-project-card__status {
  border-color: rgba(23, 107, 93, 0.22);
  color: #176b5d;
}

.ee-project-card h3 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.025em;
}

.ee-project-card > p {
  max-width: 520px;
  margin: 20px 0 28px;
  color: #5b6576;
  font-size: 15px;
  line-height: 1.72;
}

.ee-project-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  margin-top: auto;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(143, 103, 45, 0.45);
  color: #8f672d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.ee-project-card__link:hover {
  border-color: currentColor;
  color: #6b4818;
}

.ee-project-card__note {
  margin-top: auto;
  color: #667281;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.ee-projects-principles {
  margin-top: clamp(72px, 10vw, 130px);
}

.ee-projects-principles h2 {
  max-width: 760px;
}

.ee-projects-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.ee-projects-principles article {
  padding: 28px;
  border-top: 2px solid #c5a059;
  background: #ffffff;
}

.ee-projects-principles strong {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}

.ee-projects-principles p {
  margin: 0;
  color: #626d7c;
  font-size: 14px;
  line-height: 1.7;
}

.ee-projects-footer {
  padding: 34px 20px;
  background: #0b1324;
  color: rgba(255, 255, 255, 0.65);
}

.ee-projects-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, 100%);
  margin: 0 auto;
  font-size: 12px;
}

.ee-projects-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .ee-footer-projects,
  .ee-projects-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .ee-footer-projects > a {
    justify-content: center;
    width: 100%;
  }

  .ee-projects-header__inner {
    width: min(100% - 32px, 1180px);
  }

  .ee-projects-nav a:not(:last-child) {
    display: none;
  }

  .ee-projects-content {
    width: min(100% - 32px, 1180px);
  }

  .ee-projects-intro,
  .ee-projects-grid,
  .ee-projects-principles__grid {
    grid-template-columns: 1fr;
  }

  .ee-project-card {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ee-footer-projects > a {
    transition: none;
  }
}
