/* Header/menu styles copied from public/marketing.css. */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.ds-nav {
  z-index: 100;
      display: flex;
    align-items: center;
    justify-content: space-between;
    height: 53px;
    padding: 0 2.6vw;
    background: radial-gradient(at 0 0, #272727 0, #00000000 100%);
}

.ds-nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e9fff5;
  font-family: "transducer-extended", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.masthead .ds-nav-brand-logo,
.ds-overlay .ds-nav-brand-logo {
  display: block;
  width: 168px;
  height: 40px;
}

.ds-nav-links {
  display: flex;
  align-items: center;
  gap: 1.7vw;
}

.ds-nav-links a {
  font-family: "transducer", sans-serif;
  font-size: 11.3px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: color 0.15s;
  color: #ffffff8c;
}

.ds-nav-links a:hover:not(.ds-nav-cta) { color: #02ffa4ba; }

.ds-nav-links .ds-nav-cta {
    font-size: 12.2px;
    padding: 4.5px 11.5px;
    border: 1px solid rgb(0 255 151 / 39%);
    border-radius: 4px;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    color: #00ffa5d6;
    font-weight: 100;
    letter-spacing: 0.8px;
}

.ds-nav-links .ds-nav-cta:hover {
  color: #000;
  background-color: var(--brand);
}

.ds-hamburger {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: var(--brand);
  background: radial-gradient(circle, rgba(10, 38, 30, 1) 0%, rgba(10, 38, 30, 0) 87%);
  cursor: pointer;
  appearance: none;
}

.ds-hamburger-bars {
  display: grid;
  gap: 4px;
}

.ds-hamburger-bars span {
  display: block;
  width: 22px;
  height: 2.5px;
  border-radius: 1px;
  background: #25b88c;
}

.ds-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 79, 63, 0.4) 0%, rgba(0, 0, 0, 0) 26%),
    radial-gradient(circle at 25% 35%, rgba(8, 64, 52, 0.32) 0%, rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(2, 10, 9, 0.99) 100%);
  transition: opacity 0.25s ease;
}

.ds-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.ds-overlay-top {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 clamp(16px, 4vw, 40px);
}

.ds-overlay-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  color: var(--brand);
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}

.ds-overlay-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

.ds-overlay-session {
  min-height: 38svh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 22px;
  padding: 18px clamp(24px, 6vw, 48px) 26px;
  border-bottom: 1px solid rgba(41, 196, 157, 0.15);
  background:
    radial-gradient(circle at 28% 88%, rgba(9, 76, 59, 0.55) 0%, rgba(0, 0, 0, 0) 28%),
    radial-gradient(circle at 100% 0%, rgba(18, 65, 54, 0.28) 0%, rgba(0, 0, 0, 0) 32%),
    linear-gradient(180deg, rgba(0, 8, 7, 0.96) 0%, rgba(0, 0, 0, 0.94) 100%);
}

.ds-overlay-session-action {
  border: 0;
  color: var(--brand);
  background: transparent;
  font-family: "transducer", sans-serif;
  font-size: 18px;
  line-height: 0.95;
  letter-spacing: 0.5px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ds-overlay-session-action:hover { color: #5affbc; }

.ds-overlay-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding: 36px clamp(24px, 6vw, 48px) 10px;
}

.ds-overlay-link {
  border: 0;
  color: #d3d3d3;
  background: transparent;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.1;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.ds-overlay-link:hover { color: #fff; }

.ds-overlay-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 7px;
  padding: 28px clamp(24px, 6vw, 48px) 12px;
  border-top: 1px solid rgba(92, 131, 114, 0.12);
}

.ds-overlay-feature {
  color: #5c8372;
  font-family: "transducer", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ds-overlay-feature::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--brand);
  opacity: 0.6;
  vertical-align: 1px;
}

.ds-overlay-bottom {
  padding: 14px clamp(24px, 6vw, 48px) 20px;
  color: #5c8372;
  font-size: 13px;
  text-align: right;
}

.ds-overlay-bottom a { color: var(--brand-subtle); }
.ds-overlay-bottom a:hover { color: var(--brand); }

.masthead.ds-nav{position:absolute;inset:0 0 auto;border:0;gap:0;--brand:#30efa1;--brand-subtle:#7defc2}
@media(min-width:801px){.masthead.ds-nav{position:fixed}}
.masthead.ds-nav{border-bottom:.5px solid transparent;border-image:none;background:radial-gradient(circle at 0 0,#1b1b1b 0,#0000009c 100%)}
.masthead .ds-nav-brand-logo{width:161px;height:37px;margin:0 0 -3px 14px}
.ds-overlay{--brand:#30efa1;--brand-subtle:#7defc2}
body.ds-menu-open{overflow:hidden}
@media(min-width:961px){.ds-hamburger{display:none}}
@media(max-width:960px){.ds-nav-links{display:none}}
