:root {
  --eh-forest: #03393b;
  --eh-forest-deep: #02292b;
  --eh-forest-soft: #0b5052;
  --eh-gold: #ffb800;
  --eh-ivory: #fffaf0;
  --eh-paper: #ffffff;
  --eh-mist: #dbe8e7;
  --eh-text: #172426;
  --eh-muted: #9eb5b5;
  --eh-shell: 1180px;
}

.eh-site-header,
.eh-site-footer {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  font-family: Arial, Helvetica, sans-serif;
}

.eh-site-header *,
.eh-site-footer * {
  box-sizing: border-box;
}

.eh-site-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid rgba(3, 57, 59, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--eh-forest);
  box-shadow: 0 5px 24px rgba(3, 57, 59, 0.08);
  backdrop-filter: blur(16px);
}

.eh-nav-shell {
  width: min(var(--eh-shell), 100%);
  min-height: 68px;
  margin: 0 auto;
  padding: 8px 22px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.eh-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--eh-forest);
  text-decoration: none;
}

.eh-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.eh-brand-copy {
  display: grid;
  line-height: 1;
}

.eh-brand-name {
  font: 600 19px Georgia, "Times New Roman", serif;
  letter-spacing: 0.01em;
}

.eh-brand-kicker {
  margin-top: 4px;
  color: #677c7e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eh-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-left: auto;
}

.eh-desktop-nav a,
.eh-mobile-nav a {
  color: var(--eh-forest);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.eh-desktop-nav a {
  position: relative;
  padding: 12px 0;
}

.eh-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--eh-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.eh-desktop-nav a:hover::after,
.eh-desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.eh-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eh-icon-link,
.eh-menu-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: transparent;
  color: var(--eh-forest);
  cursor: pointer;
  text-decoration: none;
}

.eh-icon-link:hover,
.eh-menu-button:hover {
  background: #edf4f3;
}

.eh-icon-link svg,
.eh-menu-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.eh-nav-cta {
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: var(--eh-gold);
  color: var(--eh-forest);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.eh-menu-button,
.eh-mobile-panel {
  display: none;
}

.eh-mobile-panel {
  border-top: 1px solid #e3eceb;
  background: var(--eh-paper);
}

.eh-mobile-panel[hidden] {
  display: none !important;
}

.eh-mobile-nav {
  width: min(var(--eh-shell), 100%);
  margin: 0 auto;
  padding: 10px 20px 22px;
  display: grid;
}

.eh-mobile-nav a {
  padding: 15px 2px;
  border-bottom: 1px solid #e8eeee;
}

.eh-mobile-nav .eh-mobile-cta {
  margin-top: 16px;
  border: 0;
  border-radius: 6px;
  background: var(--eh-forest);
  color: white;
  text-align: center;
}

.eh-site-footer {
  margin-top: 72px;
  background: var(--eh-forest);
  color: white;
}

.eh-footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--eh-gold);
  color: var(--eh-forest);
}

.eh-footer-cta-inner {
  width: min(var(--eh-shell), 100%);
  margin: 0 auto;
  padding: 24px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.eh-footer-cta p {
  margin: 0;
  color: rgba(3, 57, 59, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eh-footer-cta strong {
  display: block;
  margin-top: 3px;
  font: 500 clamp(22px, 3vw, 34px) Georgia, "Times New Roman", serif;
}

.eh-footer-cta a {
  padding: 13px 19px;
  border-radius: 999px;
  background: var(--eh-forest);
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.eh-footer-main {
  position: relative;
  overflow: hidden;
}

.eh-footer-main::before {
  position: absolute;
  top: 28px;
  left: 4%;
  width: 310px;
  height: 310px;
  background: url("/images/elhaneman_logo_emblem_no_bg.png") center/contain no-repeat;
  content: "";
  opacity: 0.035;
  pointer-events: none;
}

.eh-footer-grid {
  position: relative;
  width: min(var(--eh-shell), 100%);
  margin: 0 auto;
  padding: 56px 22px 42px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1.25fr;
  gap: 34px;
}

.eh-footer-brand img {
  width: 180px;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
}

.eh-footer-brand > p {
  max-width: 310px;
  margin: 14px 0 22px;
  color: #c7d6d5;
  font-size: 13px;
  line-height: 1.65;
}

.eh-contact-list {
  display: grid;
  gap: 9px;
}

.eh-contact-list a,
.eh-contact-list span {
  color: #d9e5e4;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.eh-contact-label {
  display: block;
  color: var(--eh-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eh-footer-group {
  margin: 0;
  border: 0;
}

.eh-footer-group summary {
  list-style: none;
  color: var(--eh-gold);
  cursor: default;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eh-footer-group summary::-webkit-details-marker {
  display: none;
}

.eh-footer-links {
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.eh-footer-links a {
  color: #d9e5e4;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.eh-footer-links a:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.eh-qr-title {
  margin: 0 0 16px;
  color: var(--eh-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eh-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.eh-qr-card {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  text-align: center;
  text-decoration: none;
}

.eh-qr-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  display: block;
  background: var(--eh-ivory);
}

.eh-qr-card strong {
  display: block;
  margin-top: 8px;
  font-size: 10px;
}

.eh-qr-card span {
  display: block;
  margin-top: 2px;
  color: var(--eh-muted);
  font-size: 8px;
}

.eh-trust-row {
  width: min(var(--eh-shell), 100%);
  margin: 0 auto;
  padding: 0 22px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.eh-trust-badges,
.eh-social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.eh-trust-badges img {
  max-width: 78px;
  height: 40px;
  object-fit: contain;
  border-radius: 3px;
  filter: grayscale(1) brightness(1.9);
  opacity: 0.8;
}

.eh-license {
  color: var(--eh-muted);
  font-size: 10px;
  line-height: 1.5;
}

.eh-social-links a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.eh-social-links a:hover {
  border-color: var(--eh-gold);
  color: var(--eh-gold);
}

.eh-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--eh-forest-deep);
}

.eh-footer-bottom-inner {
  width: min(var(--eh-shell), 100%);
  margin: 0 auto;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #8eaaaa;
  font-size: 9px;
  letter-spacing: 0.04em;
}

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

.eh-footer-legal a {
  color: #afc3c2;
  text-decoration: none;
}

.eh-legacy-site-header,
.eh-legacy-site-footer {
  display: none !important;
}

@media (max-width: 840px) {
  .eh-nav-shell {
    min-height: 60px;
    padding: 7px 14px;
    gap: 8px;
  }

  .eh-brand {
    margin-right: auto;
  }

  .eh-brand img {
    width: 41px;
    height: 41px;
  }

  .eh-brand-name {
    font-size: 17px;
  }

  .eh-brand-kicker,
  .eh-desktop-nav,
  .eh-nav-cta {
    display: none;
  }

  .eh-menu-button,
  .eh-mobile-panel {
    display: grid;
  }

  .eh-footer-cta-inner {
    padding: 22px 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .eh-footer-cta a {
    width: 100%;
    text-align: center;
  }

  .eh-footer-grid {
    padding: 38px 18px 30px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .eh-footer-brand {
    padding-bottom: 24px;
  }

  .eh-footer-brand img {
    width: 160px;
  }

  .eh-footer-group {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .eh-footer-group:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .eh-footer-group summary {
    position: relative;
    padding: 17px 26px 17px 0;
    cursor: pointer;
    color: white;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .eh-footer-group summary::after {
    position: absolute;
    top: 50%;
    right: 4px;
    color: var(--eh-gold);
    content: "+";
    font-size: 18px;
    transform: translateY(-50%);
  }

  .eh-footer-group[open] summary::after {
    content: "–";
  }

  .eh-footer-links {
    margin: 0;
    padding: 0 0 18px;
  }

  .eh-qr-section {
    padding-top: 18px;
  }

  .eh-qr-grid {
    max-width: 330px;
  }

  .eh-trust-row {
    padding: 0 18px 30px;
    align-items: flex-start;
    flex-direction: column;
  }

  .eh-footer-bottom-inner {
    padding: 18px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 841px) {
  .eh-footer-group > .eh-footer-links {
    display: flex !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eh-desktop-nav a::after {
    transition: none;
  }
}
