:root {
  --sub-paper: #e7e7e1;
  --sub-ink: #171a17;
  --sub-line: rgba(23, 26, 23, 0.2);
  --sub-pine: #315346;
}

body.subpage {
  background: var(--sub-paper);
  color: var(--sub-ink);
}

.subpage .site-header.is-solid {
  color: #f4efe4;
}

.subpage .site-header__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-self: end;
}

.subpage-hero {
  position: relative;
  min-height: min(88svh, 58rem);
  display: flex;
  align-items: end;
  overflow: hidden;
  padding: 9rem var(--pad) 5rem;
  background: #11120f;
  color: #f4efe4;
}

.subpage-hero__media,
.subpage-hero__scrim {
  position: absolute;
  inset: 0;
}

.subpage-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.94);
}

.subpage-hero__scrim {
  background: linear-gradient(90deg, rgba(13, 15, 13, 0.8) 0%, rgba(13, 15, 13, 0.46) 52%, rgba(13, 15, 13, 0.15) 100%);
}

.subpage-hero__content {
  position: relative;
  z-index: 2;
  max-width: 72rem;
}

.subpage-hero h1 {
  max-width: 15ch;
  margin: 1rem 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(3.4rem, 7.4vw, 7.3rem);
  font-weight: 400;
  line-height: 0.94;
}

.subpage-hero__lead {
  max-width: 47rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.55;
}

.subpage-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.subpage-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.94);
  color: #171a17;
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.subpage-button--ghost {
  background: rgba(15, 17, 15, 0.18);
  color: #fff;
  backdrop-filter: blur(8px);
}

.subpage-band {
  padding: clamp(5rem, 9vw, 9rem) var(--pad);
  background: var(--sub-paper);
}

.subpage-band--cool {
  background: #d9ddd8;
}

.subpage-band--dark {
  background: #151713;
  color: #f4efe4;
}

.subpage-heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.36fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}

.subpage-heading h2 {
  max-width: 18ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 400;
  line-height: 0.98;
}

.subpage-copy {
  max-width: 48rem;
}

.subpage-copy p {
  margin: 0 0 1.2rem;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.fact-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(3rem, 6vw, 6rem);
  border-top: 1px solid var(--sub-line);
  border-bottom: 1px solid var(--sub-line);
}

.fact-line > div {
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem;
}

.fact-line > div + div {
  border-left: 1px solid var(--sub-line);
}

.fact-line span,
.scope-list span,
.demo-notice strong {
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
}

.fact-line strong {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  font-weight: 400;
}

.scope-list {
  margin-top: 4rem;
  border-top: 1px solid currentColor;
}

.scope-list article {
  display: grid;
  grid-template-columns: 0.34fr minmax(0, 0.66fr);
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid currentColor;
}

.scope-list h3 {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 400;
}

.scope-list p {
  max-width: 48rem;
  margin: 0;
  opacity: 0.72;
  line-height: 1.65;
}

.subpage-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.subpage-cta h2 {
  max-width: 17ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  font-weight: 400;
  line-height: 0.96;
}

.subpage-cta .subpage-button {
  background: var(--sub-pine);
  border-color: var(--sub-pine);
  color: #fff;
}

.demo-notice {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 2rem;
  margin: 0;
  padding: 4.6rem var(--pad) 1.2rem;
  background: #c8a767;
  color: #171511;
  line-height: 1.5;
}

.privacy-document {
  max-width: 70rem;
  margin: 0 auto;
  padding: 10rem var(--pad) 7rem;
}

.privacy-document h1 {
  max-width: 14ch;
  margin: 0 0 2rem;
  font-family: var(--display);
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  font-weight: 400;
  line-height: 0.96;
}

.privacy-document__intro {
  max-width: 50rem;
  margin-bottom: 4rem;
  font-size: 1.15rem;
  line-height: 1.7;
}

.privacy-sections {
  border-top: 1px solid var(--sub-line);
}

.privacy-sections section {
  display: grid;
  grid-template-columns: minmax(10rem, 0.3fr) minmax(0, 0.7fr);
  gap: 2rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--sub-line);
}

.privacy-sections h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 400;
}

.privacy-sections p,
.privacy-sections ul {
  margin: 0;
  line-height: 1.7;
}

.privacy-sections li + li {
  margin-top: 0.6rem;
}

@media (max-width: 980px) {
  .subpage .site-nav {
    display: none;
  }

  .subpage-heading,
  .subpage-cta {
    grid-template-columns: 1fr;
  }

  .scope-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .subpage .site-phone {
    display: none;
  }

  .subpage-hero {
    min-height: 82svh;
    padding-bottom: 3rem;
  }

  .subpage-hero h1 {
    font-size: 3.45rem;
  }

  .subpage-hero__scrim {
    background: linear-gradient(0deg, rgba(13, 15, 13, 0.82) 0%, rgba(13, 15, 13, 0.38) 72%, rgba(13, 15, 13, 0.2) 100%);
  }

  .subpage-button {
    width: 100%;
  }

  .fact-line {
    grid-template-columns: 1fr;
  }

  .fact-line > div + div {
    border-top: 1px solid var(--sub-line);
    border-left: 0;
  }

  .demo-notice,
  .privacy-sections section {
    grid-template-columns: 1fr;
  }

  .privacy-document {
    padding-top: 8rem;
  }
}
