
:root {
  --eamh-black: #050706;
  --eamh-black-soft: #0b0e0c;
  --eamh-burgundy: #250000;
  --eamh-red: #b60012;
  --eamh-gold: #d4af37;
  --eamh-gold-light: #f0d77c;
  --eamh-cream: #f7f1e3;
  --eamh-white: #ffffff;
  --eamh-muted: #c9c5ba;
}

body.eamh-create-account-page {
  background: var(--eamh-black);
}

body.eamh-create-account-page h1.entry-title,
body.eamh-create-account-page .page-header,
body.eamh-create-account-page .elementor-page-title {
  display: none !important;
}

body.eamh-create-account-page .site-main,
body.eamh-create-account-page .content-area,
body.eamh-create-account-page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.eamh-account-gateway,
.eamh-account-gateway * {
  box-sizing: border-box;
}

.eamh-account-gateway {
  color: var(--eamh-white);
  background:
    radial-gradient(circle at 15% 5%, rgba(212, 175, 55, .08), transparent 28%),
    linear-gradient(180deg, #090b09 0%, #050706 100%);
  font-family: inherit;
}

.eamh-account-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.eamh-account-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 4, 3, .94) 0%, rgba(3, 4, 3, .70) 48%, rgba(3, 4, 3, .45) 100%),
    url("https://ewoayiti.com/wp-content/uploads/2026/07/citadelle.jpg") center 42% / cover no-repeat;
  border-bottom: 3px solid var(--eamh-red);
}

.eamh-account-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--eamh-gold), transparent);
}

.eamh-account-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.62)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 8px);
}

.eamh-account-hero__content {
  position: relative;
  z-index: 2;
  padding: 92px 0 72px;
}

.eamh-account-kicker,
.eamh-account-section-label {
  display: inline-block;
  color: var(--eamh-gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eamh-account-hero h1 {
  max-width: 850px;
  margin: 14px 0 18px;
  color: var(--eamh-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.035em;
  text-shadow: 0 8px 30px rgba(0,0,0,.55);
}

.eamh-account-hero p {
  max-width: 760px;
  margin: 0;
  color: #f2ede2;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.75;
}

.eamh-account-main {
  padding: 0 0 80px;
}

.eamh-account-benefits {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: -34px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, .40);
  border-radius: 16px;
  background: rgba(212, 175, 55, .36);
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}

.eamh-account-benefits article {
  min-height: 184px;
  padding: 36px 42px !important;
  background:
    linear-gradient(145deg, rgba(20,23,20,.98), rgba(7,9,8,.98));
}

.eamh-account-benefits article > span {
  color: var(--eamh-gold);
  font-size: 1.35rem;
}

.eamh-account-benefits h2 {
  margin: 14px 0 8px;
  color: var(--eamh-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.eamh-account-benefits p {
  margin: 0;
  color: var(--eamh-muted);
  line-height: 1.65;
}

.eamh-account-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
  padding: 92px 0 52px;
}

.eamh-account-story {
  padding: 10px 10px 10px 0;
}

.eamh-account-story h2 {
  margin: 14px 0 20px;
  color: var(--eamh-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.12;
}

.eamh-account-story > p {
  color: var(--eamh-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.eamh-account-story ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 30px;
  list-style: none;
}

.eamh-account-story li {
  position: relative;
  padding-left: 30px;
  color: #ece7dc;
}

.eamh-account-story li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--eamh-gold);
  font-weight: 900;
}

.eamh-account-story blockquote {
  margin: 32px 0 0;
  padding: 22px 24px;
  border-left: 3px solid var(--eamh-red);
  background: linear-gradient(90deg, rgba(182,0,18,.12), transparent);
  color: var(--eamh-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-style: italic;
}

.eamh-account-card {
  position: relative;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, .55);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(29,8,8,.98), rgba(8,9,8,.99));
  box-shadow:
    0 28px 80px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.eamh-account-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--eamh-red), var(--eamh-gold), var(--eamh-red));
}

.eamh-account-card__heading {
  margin-bottom: 26px;
}

.eamh-account-card__heading h2 {
  margin: 10px 0 8px;
  color: var(--eamh-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.eamh-account-card__heading p {
  margin: 0;
  color: var(--eamh-muted);
}

.eamh-account-existing-content > h1:first-child,
.eamh-account-existing-content > h2:first-child {
  display: none !important;
}

.eamh-account-existing-content form {
  display: grid;
  gap: 14px;
}

.eamh-account-existing-content input[type="text"],
.eamh-account-existing-content input[type="email"],
.eamh-account-existing-content input[type="password"],
.eamh-account-existing-content input[type="tel"],
.eamh-account-existing-content select,
.eamh-account-existing-content textarea {
  width: 100% !important;
  min-height: 54px;
  padding: 13px 15px !important;
  border: 1px solid rgba(212,175,55,.38) !important;
  border-radius: 8px !important;
  outline: none !important;
  background: rgba(255,255,255,.97) !important;
  color: #181818 !important;
  font-size: 1rem !important;
  box-shadow: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.eamh-account-existing-content input:focus,
.eamh-account-existing-content select:focus,
.eamh-account-existing-content textarea:focus {
  border-color: var(--eamh-gold) !important;
  box-shadow: 0 0 0 3px rgba(212,175,55,.15) !important;
}

.eamh-account-existing-content button,
.eamh-account-existing-content input[type="submit"],
.eamh-account-existing-content .button,
.eamh-account-existing-content a.button {
  width: 100% !important;
  min-height: 54px;
  margin-top: 4px !important;
  padding: 14px 22px !important;
  border: 1px solid var(--eamh-gold) !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #e3c457, #b88d14) !important;
  color: #100d04 !important;
  font-size: .95rem !important;
  font-weight: 900 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(212,175,55,.16);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.eamh-account-existing-content button:hover,
.eamh-account-existing-content input[type="submit"]:hover,
.eamh-account-existing-content .button:hover,
.eamh-account-existing-content a.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 14px 30px rgba(212,175,55,.24);
}

.eamh-account-login {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(212,175,55,.18);
  color: var(--eamh-muted);
  font-size: .95rem;
}

.eamh-account-login a {
  color: var(--eamh-gold-light);
  font-weight: 800;
  text-decoration: none;
}

.eamh-account-login a:hover {
  text-decoration: underline;
}

.eamh-account-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 30px;
  padding: 24px;
  border-top: 1px solid rgba(212,175,55,.17);
  border-bottom: 1px solid rgba(212,175,55,.17);
  color: #d8d2c4;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.eamh-account-trust span::before {
  content: "•";
  margin-right: 10px;
  color: var(--eamh-gold);
}

@media (max-width: 900px) {
  .eamh-account-benefits {
    grid-template-columns: 1fr;
  }

  .eamh-account-benefits article {
    min-height: auto;
  }

  .eamh-account-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 68px;
  }
}

@media (max-width: 600px) {
  .eamh-account-shell {
    width: min(100% - 24px, 1180px);
  }

  .eamh-account-hero {
    min-height: 390px;
    background-position: 62% center;
  }

  .eamh-account-hero__content {
    padding: 74px 0 58px;
  }

  .eamh-account-benefits {
    margin-top: -22px;
  }

  .eamh-account-benefits article {
    padding: 24px;
  }

  .eamh-account-card {
    padding: 26px 20px;
    border-radius: 14px;
  }

  .eamh-account-login {
    flex-direction: column;
    align-items: center;
  }
}


/* v1.1.0 refinement: concise value proposition and balanced card typography */
.eamh-account-benefits article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 30px;
}

.eamh-account-benefits h2 {
  margin: 12px 0 10px;
  line-height: 1.28;
}

.eamh-account-benefits p {
  max-width: 34ch;
  line-height: 1.55;
}

.eamh-account-benefits article > span {
  line-height: 1;
}

@media (min-width: 901px) {
  .eamh-account-benefits article {
    min-height: 196px;
  }
}

/* v1.1.2: keep benefit content away from card edges.
   The !important is intentional because the page reset previously forced article padding to zero. */
body.eamh-create-account-page .eamh-account-gateway .eamh-account-benefits > article {
  padding: 36px 42px !important;
}

@media (max-width: 600px) {
  body.eamh-create-account-page .eamh-account-gateway .eamh-account-benefits > article {
    padding: 28px 30px !important;
  }
}


/* v1.2.2 — Museum Master language selector */
.eamh-account-hero__content {
  position: relative;
}

.eamh-account-language-switcher {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 5px 7px 5px 10px;
  border: 1px solid rgba(212, 175, 55, .72);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(18, 10, 8, .94), rgba(5, 7, 6, .94));
  box-shadow: 0 14px 34px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.eamh-account-language-switcher::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(90deg, var(--eamh-red), var(--eamh-gold), var(--eamh-red));
}

.eamh-account-language-switcher__icon {
  display: inline-flex;
  width: 19px;
  height: 19px;
  margin-right: 7px;
  color: var(--eamh-gold-light);
}

.eamh-account-language-switcher__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.eamh-account-language-switcher__divider {
  width: 1px;
  height: 18px;
  margin: 0 2px;
  background: rgba(212, 175, 55, .28);
}

.eamh-account-language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #e7dfcf;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .055em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.eamh-account-language-switcher a:hover,
.eamh-account-language-switcher a:focus-visible {
  color: var(--eamh-gold-light);
  border-color: rgba(212, 175, 55, .34);
  background: rgba(212, 175, 55, .08);
  outline: none;
}

.eamh-account-language-switcher a.is-active,
.eamh-account-language-switcher a[aria-current="page"] {
  color: #fff8e7;
  border-color: rgba(212, 175, 55, .72);
  background: linear-gradient(135deg, rgba(151, 0, 14, .94), rgba(83, 0, 7, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10), 0 4px 12px rgba(0, 0, 0, .24);
}

@media (max-width: 760px) {
  .eamh-account-hero__content {
    padding-top: 102px;
  }

  .eamh-account-language-switcher {
    top: 20px;
    right: 0;
    min-height: 40px;
    padding: 4px 5px 4px 8px;
  }

  .eamh-account-language-switcher__icon {
    width: 17px;
    height: 17px;
    margin-right: 4px;
  }

  .eamh-account-language-switcher a {
    min-height: 30px;
    padding: 6px 7px;
    font-size: .64rem;
    letter-spacing: .035em;
  }
}

@media (max-width: 430px) {
  .eamh-account-language-switcher__icon,
  .eamh-account-language-switcher__divider {
    display: none;
  }

  .eamh-account-language-switcher a {
    padding-inline: 6px;
  }
}
