/* Immersive homepage hero. All typography inherits the site's local Spartan. */
.home-page { --home-header-clearance: 0px; }
.js .home-page { --home-header-clearance: 104px; }
.home-page .site-header {
  background: var(--brand-green-dark);
  color: var(--brand-white);
  border-bottom: 1px solid color-mix(in srgb, var(--brand-white) 20%, transparent);
}
.js .home-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
}
.home-page .primary-nav > a:hover,
.home-page .primary-nav > a[aria-current="page"] { color: var(--brand-white); border-color: var(--brand-blue-pale); }
.home-page .language-switch,
.home-page .menu-toggle { border-color: color-mix(in srgb, var(--brand-white) 45%, transparent); }
.home-page .language-switch a[aria-current="true"],
.home-page .language-switch a:hover { background: var(--brand-grey-pale); color: var(--brand-green-dark); }
.home-page .menu-toggle span { background: var(--brand-white); }
.home-page .header-actions > .button {
  background: var(--brand-grey-pale);
  border-color: var(--brand-grey-pale);
  color: var(--brand-green-dark);
}
.home-page .header-actions > .button:hover { background: var(--brand-green-pale); border-color: var(--brand-green-pale); color: var(--brand-black); }
.home-page .site-header a:focus-visible,
.home-page .site-header button:focus-visible { outline-color: var(--brand-blue-pale); }
.home-page .site-header.menu-open { background: var(--brand-green-dark); }
.outpost-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  min-height: 800px;
  min-height: max(800px, 100svh);
  background: var(--brand-green-dark);
  color: var(--brand-white);
}
.outpost-hero-landscape,
.outpost-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.outpost-hero-landscape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}
.outpost-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, color-mix(in srgb, var(--brand-black) 72%, transparent), color-mix(in srgb, var(--brand-black) 30%, transparent) 66%, color-mix(in srgb, var(--brand-black) 13%, transparent)),
    linear-gradient(0deg, color-mix(in srgb, var(--brand-black) 80%, transparent), transparent 65%, color-mix(in srgb, var(--brand-black) 70%, transparent));
}
.outpost-hero-inner {
  width: min(1380px, calc(100% - 112px));
  margin: 0 auto;
  min-height: inherit;
  padding: calc(34px + var(--home-header-clearance)) 0 32px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.outpost-hero-top,
.outpost-hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.outpost-hero-location {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.outpost-hero svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.outpost-hero-coordinate,
.outpost-hero-caption {
  font-size: 9px;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--brand-grey-pale);
}
.outpost-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 46px;
  padding: 75px 0 80px;
}
.outpost-hero-eyebrow {
  color: var(--brand-grey-pale);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.outpost-hero h1 {
  margin: 28px 0 27px;
  color: var(--brand-white);
  font-size: clamp(59px, 6.1vw, 104px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.outpost-hero h1 > span { display: block; white-space: nowrap; }
.outpost-hero h1 em { font-style: normal; color: var(--brand-green-pale); }
.outpost-hero-description {
  max-width: 590px;
  color: var(--brand-grey-pale);
  font-size: 17px;
  line-height: 1.85;
}
.outpost-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px 30px;
  margin-top: 34px;
}
.outpost-hero-primary,
.outpost-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 57px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.6;
  transition: background .2s, color .2s;
}
.outpost-hero-primary {
  padding: 16px 25px;
  border-radius: 7px;
  border: 1px solid var(--brand-grey-pale);
  background: var(--brand-grey-pale);
  color: var(--brand-green-dark);
}
.outpost-hero-primary:hover { background: var(--brand-green-pale); border-color: var(--brand-green-pale); color: var(--brand-black); }
.outpost-hero-secondary { color: var(--brand-white); padding: 13px 0; }
.outpost-hero-secondary:hover { color: var(--brand-blue-pale); }
.outpost-hero a:focus-visible { outline: 3px solid var(--brand-blue-pale); outline-offset: 6px; }
.outpost-hero-seal {
  position: relative;
  width: clamp(174px, 16vw, 235px);
  aspect-ratio: 1;
  margin: 70px 10px 0 0;
  border: 1px solid color-mix(in srgb, var(--brand-grey-pale) 65%, transparent);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--brand-grey-pale);
  text-align: center;
  transform: rotate(-8deg);
}
.outpost-hero-seal::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dotted color-mix(in srgb, var(--brand-grey-pale) 55%, transparent);
  border-radius: 50%;
  pointer-events: none;
}
.outpost-hero-seal > span {
  font-size: clamp(6px, .55vw, 9px);
  letter-spacing: .2em;
  text-transform: uppercase;
}
.outpost-hero-seal svg { width: 39px; height: 31px; margin: 13px 0 10px; }
.outpost-hero-seal strong {
  font-size: clamp(24px, 2.15vw, 33px);
  font-weight: 650;
  line-height: .99;
  letter-spacing: .025em;
}
.outpost-hero-seal small {
  font-size: clamp(5px, .43vw, 7px);
  text-transform: uppercase;
  letter-spacing: .25em;
  margin-top: 15px;
}
.outpost-hero-bottom { align-items: flex-end; }
.outpost-hero-bottom p { font-size: 10px; line-height: 1.9; color: var(--brand-grey-pale); }
.outpost-hero-scroll {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 9px;
  letter-spacing: .17em;
  text-transform: uppercase;
  min-height: 44px;
}
.outpost-hero-scroll svg { width: 20px; height: 20px; }
.outpost-hero-caption { padding-bottom: 12px; text-align: right; }
html[lang="ro"] .outpost-hero h1 { font-size: clamp(52px, 5.3vw, 92px); }

@media (max-width: 1180px) {
  .outpost-hero-inner { width: calc(100% - 80px); }
  .outpost-hero-main { gap: 25px; }
  .outpost-hero-seal { width: 170px; margin-right: 0; }
  .outpost-hero-description { max-width: 540px; font-size: 15px; }
}
@media (max-width: 1000px) {
  .js .home-page { --home-header-clearance: 89px; }
  .js .home-page .primary-nav {
    background: var(--brand-green-dark);
    border-color: color-mix(in srgb, var(--brand-white) 20%, transparent);
    box-shadow: 0 16px 24px color-mix(in srgb, var(--brand-black) 20%, transparent);
  }
  .home-page .primary-nav > a { border-bottom-color: color-mix(in srgb, var(--brand-white) 20%, transparent); }
}
@media (max-width: 980px) {
  .outpost-hero { min-height: max(820px, 100svh); }
  .outpost-hero-main { grid-template-columns: minmax(0, 1fr); padding: 64px 0 78px; }
  .outpost-hero-copy { max-width: 700px; }
  .outpost-hero h1 { font-size: clamp(52px, 7.6vw, 74px); }
  html[lang="ro"] .outpost-hero h1 { font-size: clamp(49px, 7.1vw, 69px); }
  .outpost-hero-seal { position: absolute; width: 148px; right: 40px; bottom: 32px; margin: 0; }
  .outpost-hero-seal > span { font-size: 6px; }
  .outpost-hero-seal svg { width: 28px; height: 23px; margin: 9px 0 7px; }
  .outpost-hero-seal strong { font-size: 22px; }
  .outpost-hero-seal small { font-size: 5px; margin-top: 10px; }
  .outpost-hero-bottom { padding-right: 180px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .outpost-hero-scroll { min-height: 35px; }
  .outpost-hero-caption { display: none; }
}
@media (max-width: 600px) {
  .outpost-hero-inner { width: calc(100% - 42px); padding: calc(26px + var(--home-header-clearance)) 0 29px; }
  .outpost-hero-landscape img { object-position: 56% center; }
  .outpost-hero-shade { background: linear-gradient(90deg, color-mix(in srgb, var(--brand-black) 65%, transparent), color-mix(in srgb, var(--brand-black) 26%, transparent)), linear-gradient(0deg, color-mix(in srgb, var(--brand-black) 86%, transparent), color-mix(in srgb, var(--brand-black) 10%, transparent) 65%, color-mix(in srgb, var(--brand-black) 70%, transparent)); }
  .outpost-hero-location { font-size: 9px; letter-spacing: .16em; gap: 8px; }
  .outpost-hero-location svg { width: 18px; height: 18px; }
  .outpost-hero-coordinate { display: none; }
  .outpost-hero-main { padding: 70px 0 58px; }
  .outpost-hero-eyebrow { font-size: 8px; letter-spacing: .13em; }
  .outpost-hero h1 { font-size: clamp(28px, 9.2vw, 55px); line-height: 1.08; margin: 22px 0 24px; }
  html[lang="ro"] .outpost-hero h1 { font-size: clamp(29px, 8.8vw, 52px); }
  .outpost-hero-description { font-size: 13px; line-height: 1.9; max-width: 430px; }
  .outpost-hero-actions { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 29px; }
  .outpost-hero-primary { font-size: 11px; padding: 14px 21px; min-height: 52px; gap: 24px; }
  .outpost-hero-secondary { font-size: 11px; min-height: 46px; gap: 23px; }
  .outpost-hero-seal { width: 114px; right: 24px; bottom: 29px; }
  .outpost-hero-seal::after { inset: 5px; }
  .outpost-hero-seal > span { font-size: 4.5px; letter-spacing: .15em; }
  .outpost-hero-seal svg { width: 22px; height: 17px; margin: 7px 0 6px; }
  .outpost-hero-seal strong { font-size: 17px; }
  .outpost-hero-seal small { font-size: 3.5px; margin-top: 8px; }
  .outpost-hero-bottom { min-height: 114px; padding-right: 134px; justify-content: center; gap: 8px; }
  .outpost-hero-bottom p { font-size: 9px; line-height: 1.9; }
  .outpost-hero-scroll { font-size: 8px; line-height: 1.8; letter-spacing: .13em; gap: 9px; }
  .outpost-hero-scroll svg { width: 16px; height: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .outpost-hero a { transition: none; }
}
