:root {
  --efs-header-ink: #102218;
  --efs-header-green: #173c28;
  --efs-header-green-2: #286846;
  --efs-header-cream: #f4ead7;
  --efs-header-line: #dfe7df;
}

.efs-utility {
  min-height: 34px;
  background: #0a1c13 !important;
  color: rgba(255,255,255,.78) !important;
}

.efs-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251,250,245,.96) !important;
  color: var(--efs-header-ink);
  border-bottom: 1px solid rgba(16,34,24,.1) !important;
  box-shadow: 0 8px 24px rgba(16,40,27,.07) !important;
  backdrop-filter: blur(18px);
}

.efs-site-header .header-main,
.efs-site-header .header-inner {
  min-height: 78px;
}

.efs-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: inherit;
  text-decoration: none;
}

.efs-brand-mark {
  position: relative;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px;
  display: grid !important;
  place-items: center;
  overflow: hidden;
  color: var(--efs-header-cream) !important;
  background: linear-gradient(145deg, var(--efs-header-green), var(--efs-header-green-2)) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 7px 18px rgba(16,40,27,.16) !important;
}

.efs-brand-mark::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(244,234,215,.13);
  border-radius: 10px;
  pointer-events: none;
}

.efs-brand-mark svg {
  position: relative;
  z-index: 1;
  width: 25px !important;
  height: 25px !important;
}

.efs-brand-copy {
  display: grid !important;
  line-height: 1.04;
}

.efs-brand-copy strong,
.efs-brand-copy .brand {
  color: inherit !important;
  font-family: Manrope, Inter, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
  line-height: 1.05;
}

.efs-brand-copy small,
.efs-brand-copy .sub {
  margin-top: 5px;
  color: #2d7049 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: .62rem !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
  line-height: 1.1;
  text-transform: uppercase;
}

.efs-site-header nav a,
.efs-site-header .nav-group-trigger {
  color: var(--efs-header-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
}

.efs-site-header nav a:hover,
.efs-site-header nav a[aria-current],
.efs-site-header .nav-group-trigger:hover {
  color: #1f5637 !important;
}

.efs-cart {
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px !important;
  color: var(--efs-header-ink) !important;
  background: #fff !important;
  border: 1px solid var(--efs-header-line) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  text-decoration: none;
}

.efs-cart svg { width: 19px; height: 19px; }
.efs-cart:hover { color: #1f5637 !important; background: #edf3ec !important; }

.site-footer .efs-brand { color: #fff; }
.site-footer .efs-brand-copy small { color: #9cb4a5 !important; }
.site-footer .efs-brand-mark { box-shadow: inset 0 1px 0 rgba(255,255,255,.14) !important; }

.legal-head .legal-nav {
  width: min(1240px, calc(100% - 40px));
  min-height: 78px;
  margin: auto;
  padding: 0;
}

.legal-head .legal-back {
  color: #264d37;
  font-family: Inter, Arial, sans-serif;
  font-size: .82rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .efs-site-header .header-main,
  .efs-site-header .header-inner,
  .legal-head .legal-nav { min-height: 68px; }
  .efs-brand-copy small,
  .efs-brand-copy .sub { display: none !important; }
}

@media (max-width: 560px) {
  .efs-brand-mark { width: 38px !important; height: 38px !important; flex-basis: 38px; border-radius: 11px !important; }
  .efs-brand-mark::after { inset: 3px; border-radius: 8px; }
  .efs-brand-copy strong,
  .efs-brand-copy .brand { max-width: 146px; overflow: hidden; font-size: .83rem !important; text-overflow: ellipsis; white-space: nowrap; }
  .legal-head .legal-nav { width: calc(100% - 28px); }
  .legal-head .legal-back { font-size: .72rem; }
}
