@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap');

body {
  background-color: #050505 !important;
  background-image:
    linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)),
    url('images/Learning.png') !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.glh-header,
.glh-footer { font-family: "Cabin", Arial, sans-serif; }

.registration-page-intro { margin: 0 0 1.75rem; }
.registration-page-intro .registration-eyebrow {
  margin: 0 0 .5rem;
  color: #b29a36;
  font-family: "Oswald", Impact, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.registration-page-intro h1 {
  max-width: 14ch;
  margin: 0 0 .75rem;
  color: #fdf6e9;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(2.25rem, 8vw, 4.5rem);
  line-height: .98;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.registration-page-intro .registration-summary {
  max-width: 60ch;
  margin: 0;
  color: #c9c0bb;
  font-size: 1.05rem;
}

.glh-header {
  position: sticky;
  top: 0;
  z-index: 900;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) 48px;
  align-items: center;
  min-height: 88px;
  padding: 8px clamp(18px, 3vw, 48px);
  border-bottom: 2px solid #404040;
  background: rgba(0, 0, 0, .96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.glh-logo { display: block; width: 104px; line-height: 0; }
.glh-logo img { display: block; width: 100%; height: 70px; object-fit: contain; }
.glh-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.75vw, 30px);
  min-width: 0;
}
.glh-nav a {
  color: #b29a36;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(.83rem, 1.1vw, 1rem);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.glh-nav a:hover,
.glh-nav a:focus-visible,
.glh-nav a[aria-current="page"] { color: #fff; }
.glh-menu-toggle {
  display: none;
  width: 46px !important;
  min-height: 42px !important;
  padding: 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}
.glh-menu-toggle span,
.glh-menu-toggle::before,
.glh-menu-toggle::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.glh-menu-toggle[aria-expanded="true"] span { opacity: 0; }
.glh-menu-toggle[aria-expanded="true"]::before { transform: translateY(8px) rotate(45deg); }
.glh-menu-toggle[aria-expanded="true"]::after { transform: translateY(-8px) rotate(-45deg); }

.glh-footer {
  border-top: 6px solid #a00;
  color: #d8d2c9;
  background: #000;
}
.glh-footer-inner {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  min-height: 150px;
  margin: auto;
  padding: 22px 0;
}
.glh-footer-logo img { display: block; width: 118px; height: 82px; object-fit: contain; }
.glh-footer-copy { margin: 0; color: #9f9a94; font-size: .84rem; }
.glh-footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 16px; flex-wrap: wrap; }
.glh-footer a { color: #b29a36; text-decoration: none; }
.glh-footer a:hover { color: #fff; }
.glh-social { display: inline-grid; width: 38px; height: 38px; place-items: center; border: 1px solid #b29a36; border-radius: 50%; color: #fff !important; font-weight: 700; }
.glh-legal { font-size: .88rem; white-space: nowrap; }

@media (max-width: 1080px) {
  .glh-header { grid-template-columns: 106px 1fr 48px; min-height: 80px; }
  .glh-menu-toggle { display: block; grid-column: 3; justify-self: end; }
  .glh-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: none;
    align-items: stretch;
    padding: 12px 22px 22px;
    border-bottom: 2px solid #404040;
    background: #050505;
  }
  .glh-nav.is-open { display: grid; }
  .glh-nav a { padding: 11px 8px; border-bottom: 1px solid #292929; font-size: 1rem; }
}

@media (max-width: 700px) {
  body { background-attachment: scroll !important; }
  .glh-header { min-height: 72px; padding: 5px 14px; }
  .glh-logo { width: 92px; }
  .glh-logo img { height: 61px; }
  .glh-footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 12px; text-align: center; }
  .glh-footer-links { justify-content: center; }
  .glh-footer-copy { order: 3; }
  .registration-page-intro { padding: 0 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .glh-menu-toggle span,
  .glh-menu-toggle::before,
  .glh-menu-toggle::after { transition: none; }
}
