@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/nunito-v32-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/nunito-v32-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/nunito-v32-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/nunito-v32-latin-800.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/nunito-v32-latin-900.woff2") format("woff2");
}
@font-face {
  font-family: "DejaVu Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/DejaVuSans.ttf") format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/DejaVuSans-Bold.ttf") format("truetype");
}

:root {
  --navy: #0B1F3A;
  --navy-deep: #08162B;
  --sage: #A8B99E;
  --sage-on-light: #5A6F50;
  --lime: #B5D447;
  --gold: #C9A227;
  --gold-deep: #A6861C;
  --sand: #F8F5F0;
  --ink: #0B1F3A;
  --white: #ffffff;
  --silver: #C5CCD4;
  --font: "Nunito", "Segoe UI", system-ui, sans-serif;
  --wordmark: "Nunito", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body { height: 100%; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--font);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  border-bottom: 1px solid rgba(11, 31, 58, 0.12);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.wordmark {
  margin-left: auto;
  font-family: var(--wordmark);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  color: var(--navy);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.site-header .site-nav a { color: var(--navy-deep); }
.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible {
  color: var(--lime);
}
.site-header .site-nav a[aria-current="page"] {
  color: var(--lime);
  font-weight: 800;
}

.hero {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  background-color: var(--navy-deep);
  background-image:
    linear-gradient(rgba(11, 31, 58, 0.32), rgba(11, 31, 58, 0.46)),
    url("/img/hero-mountains.webp");
  background-size: cover;
  background-position: center 38%;
}

.hero-inner {
  max-width: 44rem;
  padding: 2.5rem 1.5rem;
  position: relative;
  z-index: 2;
}

.hero-door {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
}

.hero-door img {
  width: auto;
  height: 24.75rem;
  display: block;
  background: transparent;
  border-radius: 0;
}

.hero h1 {
  margin-top: 0.15rem;
  font-size: clamp(1.15rem, 3.2vw, 1.65rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.latest-release {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 3;
  width: 7.25rem;
  color: var(--white);
  text-align: center;
}

.latest-release-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 1px 8px rgba(8, 22, 43, 0.55);
}

.latest-release img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 22px rgba(8, 22, 43, 0.4);
}

.page-shell {
  flex: 1 1 auto;
  padding: 2.75rem 1.5rem 3.25rem;
  background-color: var(--sand);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-shell.privacy-photo {
  background-color: var(--navy-deep);
  background-image:
    linear-gradient(rgba(11, 31, 58, 0.32), rgba(11, 31, 58, 0.46)),
    url("/img/hero-mountains.webp");
  background-position: center 38%;
}

.story-box {
  max-width: 46rem;
  margin: 0 auto;
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--gold);
  outline: 2px solid var(--gold);
  outline-offset: 6px;
  padding: 2.15rem 2.35rem 2.4rem;
}

.story-box.policy-box { max-width: 52rem; }

.story-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.story-title-row .story-mark {
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.story-title-row .story-mark img {
  width: auto;
  height: 3.5rem;
  display: block;
  background: transparent;
}

.story-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.35rem;
}

.story-box h1 {
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
  text-align: left;
}

.story-title-row > div > p:last-child {
  font-size: 0.98rem;
  color: var(--navy);
}

.story-box h2,
.policy-section-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 0.85rem;
  text-align: left;
}

.policy-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.policy-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1;
}

.story-title-row + .policy-section-title {
  margin-top: 1.75rem;
}

.story-box h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  margin: 1.15rem 0 0.5rem;
  text-align: left;
}

.story-box p,
.story-box li {
  font-size: 0.98rem;
  line-height: 1.65;
}

.story-box p + p { margin-top: 0.75rem; }

.story-box ul {
  margin: 0.45rem 0 0.75rem 1.2rem;
}

.story-box li { margin: 0.28rem 0; }

.story-box a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.story-box a:hover { color: var(--gold-deep); }

.policy-divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 2.1rem 0 1.35rem;
  border: 0;
  border-top: 2px solid var(--gold);
}

.policy-highlight {
  background: var(--sand);
  border-left: 4px solid var(--gold);
  padding: 0.95rem 1.15rem;
  margin: 0.95rem 0 1.1rem;
}

.policy-highlight p {
  margin: 0;
  font-size: 0.94rem;
}

.story-box ul.policy-list {
  list-style: none;
  margin: 0.5rem 0 1rem 0;
}

.policy-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0.4rem 0;
}

.policy-list li::before {
  content: "▸";
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.service-row {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--gold);
}

.service-row:last-child { border-bottom: none; }

.service-name {
  min-width: 9.5rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--navy);
  text-align: left;
}

.service-desc {
  font-size: 0.92rem;
}

.contact-card {
  margin-top: 0.85rem;
  background: var(--sand);
  border: 2px solid var(--gold);
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  padding: 1.25rem 1.35rem;
}

.contact-card-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.65rem;
  text-align: left;
}

.contact-card p {
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}

.story-box .policy-disclaimer {
  margin-top: 1.25rem;
  font-size: 0.68rem;
  font-style: italic;
  text-align: center;
  line-height: 1.5;
}

.story-box .policy-dates {
  margin-top: 1.1rem;
  padding-top: 0.85rem;
  border-top: 2px solid var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--navy);
  text-align: right;
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.88);
  padding: 1.15rem 1.5rem 0.75rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(16rem, 1.4fr) auto auto;
  gap: 1rem 2.5rem;
  align-items: start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.footer-brand-name {
  font-family: var(--wordmark);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--sage);
}

.footer-triad {
  color: var(--sage);
}

.footer-blurb {
  margin-top: 0.12rem;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.footer-quiet {
  margin-top: 0.45rem;
  padding-top: 0;
}

.footer-quiet p {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--sage);
  line-height: 1.45;
}

.footer-quiet a {
  color: rgba(197, 204, 212, 0.55);
}

.footer-quiet a:hover,
.footer-quiet a:focus-visible {
  color: rgba(197, 204, 212, 0.85);
}

.footer-col h2 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.18rem;
}

.footer-col ul { list-style: none; }
.footer-col li + li { margin-top: 0.32rem; }
.footer-col a { color: rgba(255, 255, 255, 0.88); font-size: 0.9rem; }
.footer-col a:hover { color: var(--white); }

.footer-bottom {
  max-width: 1200px;
  margin: 0.4rem auto 0;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(197, 204, 212, 0.18);
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  color: rgba(197, 204, 212, 0.55);
}

.footer-bottom a { color: rgba(197, 204, 212, 0.55); }
.footer-bottom a:hover { color: rgba(197, 204, 212, 0.85); }

@media (max-width: 800px) {
  html, body {
    height: auto;
    min-height: 100%;
  }
  body {
    min-height: 100vh;
  }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .hero {
    flex: 0 0 auto;
    min-height: auto;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    padding: 0.85rem 0 1.35rem;
  }
  .hero-door img { height: 19.5rem; }
  .latest-release {
    position: static;
    right: auto;
    bottom: auto;
    width: 7.25rem;
    margin: 0.35rem auto 0;
  }
  .story-box { padding: 1.5rem 1.2rem 1.7rem; }
  .story-title-row .story-mark img { height: 2.75rem; }
  .service-row { flex-direction: column; gap: 0.35rem; }
  .service-name { min-width: 0; }
}

@media (max-width: 560px) {
  .header-inner { padding: 0.75rem 1.1rem; }
  .wordmark { font-size: 0.92rem; letter-spacing: 0.1em; }
  .hero-door img { height: 19.5rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-inner { padding: 1.75rem 1.1rem 0.5rem; }
  .hero h1 { letter-spacing: 0.1em; }
}

.scroll-top {
  position: fixed;
  bottom: 1.4rem;
  right: 1.2rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 50%;
  background: var(--sage);
  color: var(--navy);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(8, 22, 43, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, background 0.2s;
  z-index: 200;
}

.scroll-top.show {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top:hover { background: #c0d0b6; }
