:root {
  --site-brand: #208060;
  --site-brand-strong: #175842;
  --site-brand-deep: #103f2f;
  --site-brand-soft: rgba(32, 128, 96, 0.18);
  --site-brand-edge: rgba(32, 128, 96, 0.34);
  --site-brand-glow: rgba(32, 128, 96, 0.3);
  --site-brand-text: #f5fff9;
}

.site-chrome-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 44%),
    linear-gradient(135deg, var(--site-brand) 0%, var(--site-brand-strong) 55%, var(--site-brand-deep) 100%);
  box-shadow: 0 18px 42px rgba(5, 23, 17, 0.24);
  backdrop-filter: blur(12px);
}

.site-chrome-topbar__inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-chrome-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-chrome-brand__logo {
  width: clamp(164px, 17vw, 220px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(7, 20, 15, 0.22));
  flex-shrink: 0;
}

.site-chrome-brand__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--site-brand-text);
}

.site-chrome-brand__eyebrow,
.site-brand-lockup__eyebrow {
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-chrome-brand__eyebrow {
  color: rgba(245, 255, 249, 0.78);
}

.site-chrome-brand__title,
.site-brand-lockup__title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.04;
}

.site-chrome-brand__title {
  font-size: clamp(22px, 2vw, 30px);
}

.site-chrome-brand__subtitle,
.site-brand-lockup__subtitle {
  line-height: 1.5;
}

.site-chrome-brand__subtitle {
  font-size: 14px;
  color: rgba(245, 255, 249, 0.9);
  max-width: 60ch;
}

.site-chrome-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.site-chrome-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: var(--site-brand-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.site-chrome-badge--soft {
  background: rgba(6, 24, 18, 0.18);
}

.site-shell {
  width: min(1280px, calc(100% - 40px));
  margin: 28px auto 36px;
}

.site-shell--tight {
  width: min(1180px, calc(100% - 40px));
}

.site-shell--center {
  min-height: clamp(520px, calc(100vh - 220px), 920px);
  display: flex;
  align-items: center;
}

.site-shell--center > * {
  width: 100%;
}

.site-brand-lockup {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-brand-lockup__logo {
  width: clamp(150px, 12vw, 196px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(7, 20, 15, 0.22));
  flex-shrink: 0;
}

.site-brand-lockup--compact .site-brand-lockup__logo {
  width: clamp(124px, 9vw, 164px);
}

.site-brand-lockup__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.site-brand-lockup__eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.site-brand-lockup__title {
  font-size: clamp(18px, 1.8vw, 26px);
  color: #f8fffb;
}

.site-brand-lockup__subtitle {
  font-size: 13px;
  color: rgba(245, 255, 249, 0.86);
  max-width: 44ch;
}

.site-footer {
  padding: 0 0 28px;
}

.site-footer__inner {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 22px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(7, 12, 24, 0.52);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.24);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: rgba(245, 255, 249, 0.84);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer__legal {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer__legal a {
  color: #9df0cb;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__legal a:hover {
  text-decoration: underline;
}

.site-footer__copyright {
  width: 100%;
}

@media (max-width: 900px) {
  .site-chrome-topbar__inner {
    width: min(1280px, calc(100% - 24px));
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-chrome-meta {
    justify-content: flex-start;
  }

  .site-shell,
  .site-shell--tight {
    width: min(1280px, calc(100% - 28px));
  }

  .site-footer__inner {
    width: min(1280px, calc(100% - 28px));
  }
}

@media (max-width: 640px) {
  .site-chrome-topbar__inner {
    width: calc(100% - 20px);
  }

  .site-chrome-brand,
  .site-brand-lockup {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .site-chrome-brand__logo,
  .site-brand-lockup__logo {
    width: min(210px, 62vw);
  }

  .site-shell,
  .site-shell--tight {
    width: calc(100% - 20px);
    margin: 20px auto 28px;
  }

  .site-footer__inner {
    width: calc(100% - 20px);
    padding: 16px 18px;
    gap: 10px;
  }

  .site-footer__legal {
    flex-direction: column;
    gap: 6px;
  }

  .site-footer__copyright {
    max-width: 22ch;
    margin: 0 auto;
  }
}
