:root {
  --oak-paper: #fbf7ef;
  --oak-canvas: #eee8dc;
  --oak-ink: #24262d;
  --oak-forest: #17342f;
  --oak-moss: #5e6b4f;
  --oak-ember: #c85e35;
  --oak-gold: #e8bd6e;
  --oak-line: rgba(36, 38, 45, 0.18);
}

.oaklight-page {
  background: var(--oak-paper);
  color: var(--oak-ink);
}

.oaklight-page .prototype-notice {
  background: var(--oak-forest);
}

.oaklight-page .site-header {
  border-color: var(--oak-line);
  background: rgba(251, 247, 239, 0.98);
}

.oaklight-wordmark {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.65rem;
  color: var(--oak-ink);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  font-weight: 700;
  text-decoration: none;
}

.oaklight-sun {
  position: relative;
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  flex: 0 0 2.9rem;
  overflow: hidden;
}

.oaklight-sun img {
  position: absolute;
  top: -0.15rem;
  left: -0.55rem;
  width: 4rem;
  max-width: none;
  height: 4rem;
  object-fit: contain;
}

.oaklight-page .nav-list a {
  color: var(--oak-ink);
}

.oaklight-page .nav-list a:hover,
.oaklight-page .nav-list a:focus-visible,
.oaklight-page .nav-list a[aria-current="page"] {
  color: var(--oak-ember);
}

.oak-shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
}

.oak-section {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.oak-eyebrow,
.oak-section-label {
  margin-bottom: 1rem;
  color: var(--oak-moss);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.oaklight-page h1,
.oaklight-page h2,
.oaklight-page h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.oaklight-page p {
  line-height: 1.7;
}

.oak-landing-hero {
  padding-block: clamp(1rem, 2vw, 2rem);
  background: linear-gradient(180deg, #d8d0c4 0, #e8e1d5 22%, #e8e1d5 100%);
}

.oak-landing-stage {
  position: relative;
  width: min(calc(100% - 2rem), 76rem);
  margin-inline: auto;
}

.oak-landing-stage > img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 1.5rem 4rem rgba(36, 38, 45, 0.16);
}

.oak-landing-copy {
  margin-bottom: 1.5rem;
}

.oak-landing-copy h1 {
  max-width: 10ch;
  margin-bottom: 1rem;
  font-size: clamp(2.7rem, 4.2vw, 4.6rem);
}

.oak-landing-copy > p:last-child {
  margin: 0;
  color: #4e554d;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.45;
}

.oak-hero-rule {
  display: block;
  width: 3.5rem;
  height: 0.14rem;
  margin-bottom: 1rem;
  background: var(--oak-moss);
}

.oak-point {
  position: relative;
  overflow: hidden;
  background: var(--oak-forest);
  color: var(--oak-paper);
}

.oak-point::after {
  position: absolute;
  right: -10rem;
  bottom: -13rem;
  width: 28rem;
  aspect-ratio: 1;
  border: 3.5rem solid rgba(232, 189, 110, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.oak-point-grid,
.oak-status-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.oak-point .oak-section-label {
  color: var(--oak-gold);
}

.oak-point h2 {
  max-width: 14ch;
  margin-bottom: 1.5rem;
  color: var(--oak-paper);
  font-size: clamp(2.7rem, 5vw, 5.35rem);
}

.oak-point p {
  max-width: 43rem;
  color: #f0eadf;
}

.oak-point .oak-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.oak-thread {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 2rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(251, 247, 239, 0.24);
  list-style: none;
}

.oak-thread li {
  color: #d8d0c4;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.oak-thread li:not(:last-child)::after {
  margin-left: 1.25rem;
  color: var(--oak-ember);
  content: "•";
}

.oak-stories {
  background: linear-gradient(180deg, #e5ded2 0, var(--oak-canvas) 18rem);
}

.oak-stories-heading {
  display: grid;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.oak-stories-heading h2 {
  max-width: 11ch;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.oak-story-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.oak-story-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--oak-line);
  background: var(--oak-paper);
  box-shadow: 0 1.25rem 3rem rgba(36, 38, 45, 0.08);
}

.oak-story-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  padding: clamp(0.85rem, 2vw, 1.5rem);
  object-fit: contain;
}

.oak-story-card-artemis img {
  background: #141720;
}

.oak-story-card-motion img {
  background: #c7cbbd;
}

.oak-story-card-chicks img {
  background: #ead3a5;
}

.oak-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5rem;
}

.oak-story-number {
  margin-bottom: 0.85rem;
  color: var(--oak-moss);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oak-story-card h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(2rem, 2.4vw, 2.6rem);
}

.oak-story-card .story-summary {
  margin-bottom: 0;
  color: #55534e;
  font-size: 0.94rem;
}

.oak-status {
  position: relative;
  overflow: hidden;
  background: #d7c5a5;
}

.oak-status h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(2.65rem, 5vw, 5rem);
}

.oak-status-copy {
  max-width: 43rem;
}

.oak-status-copy p:first-child {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.oak-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.5rem;
}

.oak-button,
.oak-text-link {
  display: inline-grid;
  min-height: 2.85rem;
  place-items: center;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.oak-button {
  padding: 0.6rem 1.25rem;
  background: var(--oak-forest);
  color: var(--oak-paper);
}

.oak-text-link {
  color: var(--oak-forest);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.oaklight-page .site-footer.oaklight-footer {
  min-height: 0;
  border-top: 0.35rem solid var(--oak-forest);
  border-bottom: 0.45rem solid var(--oak-ember);
  background: #e7e8dd;
}

.oaklight-page .oaklight-footer .footer-shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
  grid-template-columns: minmax(15rem, 1.4fr) repeat(3, minmax(8rem, 0.8fr));
}

.oaklight-page .oaklight-footer .footer-intro {
  max-width: none;
}

.oak-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}

.oak-footer-logo + p {
  max-width: 23rem;
  color: #46524a;
  font-family: var(--sans);
  font-size: 0.82rem;
}

.oak-footer-legal {
  margin-bottom: 0;
  color: #566057;
  font-size: 0.7rem;
}

.oaklight-footer .footer-shell h2 {
  color: var(--oak-ink);
}

.oaklight-footer .footer-shell a {
  color: #3f4943;
}

.oaklight-footer .footer-shell a:hover,
.oaklight-footer .footer-shell a[aria-current="page"] {
  color: var(--oak-ember);
}

.oaklight-footer .newsletter-row button {
  background: var(--oak-forest);
}

.oaklight-footer .newsletter-row button:hover,
.oaklight-footer .newsletter-row button:focus-visible {
  background: var(--oak-ember);
}

.oaklight-footer .newsletter-status-ok {
  color: var(--oak-forest);
}

@media (min-width: 48.01rem) {
  .oak-landing-copy {
    position: absolute;
    z-index: 1;
    top: 12%;
    left: 3.5%;
    width: 34%;
    margin: 0;
  }

  .oak-point-grid,
  .oak-status-grid {
    grid-template-columns: minmax(12rem, 0.62fr) minmax(0, 1.38fr);
  }

  .oak-stories-heading {
    grid-template-columns: minmax(12rem, 0.62fr) minmax(0, 1.38fr);
  }

  .oak-story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

@media (max-width: 68rem) {
  .oaklight-page .oaklight-footer .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oaklight-page .oaklight-footer .footer-intro {
    grid-column: 1 / -1;
  }

}

@media (max-width: 48rem) {
  .oaklight-wordmark {
    font-size: 1.2rem;
  }

  .oaklight-sun {
    width: 2.6rem;
    height: 2.6rem;
    flex-basis: 2.6rem;
  }

  .oak-landing-stage > img {
    aspect-ratio: 1.05;
    object-fit: cover;
    object-position: 72% center;
  }

  .oak-point h2 {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  .oak-story-card {
    grid-template-columns: minmax(6.5rem, 0.42fr) minmax(0, 1fr);
  }

  .oak-story-card img {
    height: 100%;
    min-height: 13rem;
    aspect-ratio: auto;
  }

  .oak-story-copy {
    padding: 1.1rem;
  }

  .oak-story-number {
    margin-bottom: 0.6rem;
    font-size: 0.62rem;
  }

  .oak-story-card h3 {
    margin-bottom: 0.6rem;
    font-size: clamp(1.65rem, 7vw, 2.2rem);
  }

  .oak-story-card .story-summary {
    margin-bottom: 0.5rem;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .oaklight-page .oaklight-footer .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 25rem) {
  .oaklight-page .oaklight-footer .footer-shell {
    grid-template-columns: 1fr;
  }

  .oaklight-page .oaklight-footer .footer-intro {
    grid-column: auto;
  }

  .oak-story-card {
    grid-template-columns: 1fr;
  }

  .oak-story-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}
