:root {
  --forest: #243b2c;
  --forest-deep: #14241a;
  --moss: #4a5c44;
  --sage: #b5c2a8;
  --linen: #faf8f3;
  --paper: #f4f1ea;
  --bone: #efe5d2;
  --sand: #c4a57b;
  --sand-deep: #9c7c50;
  --ember: #a14b2a;
  --steel: #b8b8b5;
  --steel-deep: #7e7e7b;
  --onyx-mid: #3a3633;
  --onyx: #1c1a18;
  --border-soft: rgba(58, 54, 51, 0.12);
  --shadow-soft: 0 20px 48px rgba(20, 36, 26, 0.08);
  --shadow-deep: 0 28px 68px rgba(20, 36, 26, 0.16);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shell: min(1160px, calc(100vw - clamp(3rem, 7vw, 8rem)));
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Geist", "Helvetica Neue", Arial, sans-serif;
  --font-numeral: "Big Shoulders Display", Impact, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--onyx);
  background:
    radial-gradient(circle at top, rgba(181, 194, 168, 0.2), transparent 30%),
    linear-gradient(180deg, var(--linen) 0%, var(--paper) 100%);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--forest-deep);
  color: var(--linen);
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 248, 243, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(126, 126, 123, 0.14);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.header-inner {
  min-height: 5rem;
  padding: 0.75rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
}

.brand img {
  width: 2.75rem;
  height: 2.75rem;
}

.brand-wordmark {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--onyx-mid);
}

.site-nav {
  display: none;
  gap: 1.4rem;
}

.site-nav a {
  color: var(--onyx-mid);
  text-decoration: none;
  font-size: 0.95rem;
}

.hero,
.section {
  padding: clamp(3.75rem, 8vw, 6.5rem) 0;
}

.hero {
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(4.75rem, 9vw, 7.5rem);
  background:
    radial-gradient(circle at 78% 18%, rgba(181, 194, 168, 0.16), transparent 32%),
    linear-gradient(180deg, var(--forest-deep), var(--forest));
  color: var(--linen);
  position: relative;
  overflow: hidden;
}

.hero-shell,
.editorial-split,
.status-waitlist-grid,
.concept-layout,
.concept-content-row,
.story-layout,
.story-content-row {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3.25rem);
}

.hero-shell {
  max-width: 72rem;
  min-height: clamp(23rem, 46vw, 34rem);
  align-items: center;
}

.hero-ambient-collage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-ambient-image {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  border-radius: 22px;
  opacity: 0.14;
  mix-blend-mode: screen;
  filter: saturate(0.82) contrast(0.9);
  box-shadow: 0 24px 70px rgba(20, 36, 26, 0.22);
}

.hero-ambient-image-primary {
  right: max(-2rem, 3vw);
  top: 50%;
  width: clamp(30rem, 44vw, 50rem);
  transform: translateY(-50%);
}


.hero-ambient-image-secondary {
  left: clamp(1.5rem, 4vw, 5rem);
  top: clamp(3.25rem, 8vw, 6rem);
  width: min(23vw, 20rem);
  opacity: 0.075;
  transform: none;
}


.hero-ambient-image-tertiary {
  left: clamp(27rem, 38vw, 31rem);
  bottom: clamp(2.25rem, 5.25vw, 4.25rem);
  width: min(22vw, 19rem);
  opacity: 0.065;
  transform: none;
}


.hero-ambient-image-quaternary {
  left: clamp(27rem, 38vw, 31rem);
  top: clamp(2.25rem, 5.25vw, 4.25rem);
  width: min(22vw, 19rem);
  opacity: 0.06;
  transform: none;
}

@media (min-width: 760px) and (max-width: 1080px) {
  .hero-ambient-image-secondary,
  .hero-ambient-image-tertiary,
  .hero-ambient-image-quaternary {
    display: none;
  }

  .hero-ambient-image-primary {
    right: 50%;
    top: 52%;
    width: clamp(28rem, 62vw, 38rem);
    opacity: 0.095;
    transform: translate(50%, -50%);
  }
}

.hero-copy,
.section-copy,
.story-card,
.waitlist-card,
.status-card {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 64rem;
}

.eyebrow,
.concept-caption {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--moss);
}

.hero .eyebrow {
  color: rgba(250, 248, 243, 0.72);
}

.concept-caption {
  color: var(--steel-deep);
  opacity: 0.68;
}

.concept-caption-inside {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  margin: 0;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.76);
  text-align: center;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.02em;
}

h1,
h2 {
  font-family: var(--font-display);
  line-height: 0.96;
  font-weight: 500;
}

h1 {
  max-width: none;
  font-size: clamp(3.5rem, 6vw, 5.25rem);
  line-height: 0.98;
}

.hero h1 {
  max-width: 58rem;
  color: var(--linen);
}

h2 {
  max-width: none;
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: 1.03;
}

.inline-section-title {
  max-width: none;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.04;
}

.concept-figure {
  margin: 0;
  justify-self: start;
}

.concept-image-mask {
  width: 100%;
  max-height: clamp(16rem, 28vw, 22rem);
  min-height: 0;
  padding: 0;
  box-shadow: 0 18px 45px rgba(28, 26, 24, 0.14);
}

.concept-image-mask img {
  height: 100%;
  max-height: clamp(16rem, 28vw, 22rem);
  object-fit: cover;
}

h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

p {
  margin: 0;
  color: var(--onyx-mid);
  font-size: 1rem;
}

.hero-body,
.section-copy p,
.story-card p,
.status-card p,
.form-caption {
  max-width: 40rem;
}

.hero-body {
  max-width: 46rem;
  font-size: 1.12rem;
  line-height: 1.72;
  color: rgba(250, 248, 243, 0.84);
}

.hero-body,
.section-copy p,
.story-card p,
.status-card p {
  margin-top: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--forest);
  color: var(--linen);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--forest-deep);
}

.hero .button-primary {
  background: var(--linen);
  color: var(--forest-deep);
  border-color: rgba(250, 248, 243, 0.4);
}

.hero .button-primary:hover,
.hero .button-primary:focus-visible {
  background: var(--bone);
  color: var(--forest-deep);
}

.hero-note {
  margin-top: 0.8rem;
  color: rgba(250, 248, 243, 0.62);
}

.image-mask {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 18px 45px rgba(28, 26, 24, 0.14);
}

.hero-image-mask,
.inline-image-mask {
  display: grid;
  place-items: center;
}

.inline-image-mask {
  width: 100%;
}

.section-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.section-copy-editorial,
.story-card-wide,
.status-copy {
  max-width: 100%;
}

.section-copy-editorial p,
.story-card-wide p {
  max-width: 40rem;
}

.status-copy {
  max-width: 38rem;
}

.status-copy p {
  max-width: 38rem;
}

.story-card,
.status-card,
.waitlist-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(250, 248, 243, 0.78);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.story-card {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.section-figure {
  margin: 0;
}

.inline-image-mask {
  border-radius: 18px;
}

.section-figure {
  justify-self: center;
}

.section-concept .section-figure {
  width: min(100%, 32rem);
}

.section-story .section-figure {
  width: min(100%, 32rem);
}

.section-story .story-figure {
  justify-self: end;
}

.inline-image-mask-square {
  max-width: 21.5rem;
}

.story-image-mask {
  width: 100%;
  max-height: clamp(16rem, 28vw, 22rem);
  min-height: 0;
  padding: 0;
  box-shadow: 0 18px 45px rgba(28, 26, 24, 0.14);
}

.story-image-mask img {
  height: 100%;
  max-height: clamp(16rem, 28vw, 22rem);
  object-fit: cover;
}

.concept-layout {
  align-items: center;
}

.concept-content-row {
  align-items: center;
}

.story-layout,
.story-content-row {
  align-items: center;
}

.concept-body {
  max-width: 38rem;
}

.story-card {
  max-width: 38rem;
}

.concept-body p {
  font-size: 1.08rem;
  line-height: 1.72;
}

.concept-body .inline-section-title + p,
.story-card .inline-section-title + p {
  margin-top: 0;
}

.concept-body p + p {
  margin-top: 1.1rem;
}

.editorial-split-concept,
.editorial-split-story {
  align-items: center;
}

.section-forest {
  background:
    radial-gradient(circle at top left, rgba(181, 194, 168, 0.12), transparent 26%),
    linear-gradient(180deg, var(--forest-deep), var(--forest));
}

.section-forest h2,
.section-forest h3,
.section-forest p,
.section-forest .spec-number {
  color: var(--linen);
}

.section-forest .direction-copy p {
  color: rgba(250, 248, 243, 0.8);
}

.direction-shell {
  display: grid;
  gap: 2rem;
}

.direction-copy {
  max-width: 44rem;
}

.direction-copy h2 {
  max-width: none;
}

.direction-copy p {
  margin-top: 1rem;
}

.direction-grid {
  display: grid;
  gap: 1rem;
}

.direction-card {
  padding: 1.2rem;
  border-radius: var(--radius-md);
  background: rgba(250, 248, 243, 0.06);
  border: 1px solid rgba(250, 248, 243, 0.12);
  box-shadow: var(--shadow-deep);
}

.direction-card h3 {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 248, 243, 0.72);
}

.spec-number {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: var(--font-numeral);
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.direction-card p {
  margin-top: 0.4rem;
  color: rgba(250, 248, 243, 0.78);
}

.split-grid-tight {
  align-items: center;
}

.status-card {
  display: grid;
  gap: 0.95rem;
}

.status-waitlist-grid {
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.25rem);
}

.waitlist-card {
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.96), rgba(244, 241, 234, 0.98)),
    var(--paper);
  width: min(100%, 34rem);
  justify-self: end;
}

.waitlist-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

label {
  color: var(--onyx);
  font-size: 0.95rem;
}

.form-row {
  display: grid;
  gap: 0.8rem;
}

input {
  width: 100%;
  min-height: 3.3rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 126, 123, 0.28);
  background: rgba(250, 248, 243, 0.96);
  color: var(--onyx);
}

input::placeholder {
  color: var(--steel-deep);
}

.input--hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.entry__error {
  display: none;
  margin: 0.15rem 0 0;
  color: var(--ember);
  font-size: 0.9rem;
  line-height: 1.4;
}

.entry__error:not(:empty) {
  display: block;
}

.form-caption,
.form-status {
  font-size: 0.94rem;
}

.form-caption {
  color: var(--steel-deep);
}

.form-status {
  min-height: 1.5rem;
  color: var(--forest);
}

.form-status.is-error {
  color: var(--ember);
}

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(126, 126, 123, 0.18);
}

.footer-inner {
  align-items: flex-start;
  flex-direction: column;
}

.footer-title {
  margin-bottom: 0.3rem;
  color: var(--onyx);
  font-weight: 600;
}

.site-footer a {
  color: var(--forest);
}

input:focus-visible,
.button:focus-visible,
.site-nav a:focus-visible,
.brand:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid var(--sand-deep);
  outline-offset: 3px;
}

@media (min-width: 760px) {
  .site-nav {
    display: inline-flex;
  }

  .form-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }
}

@media (min-width: 860px) {
  /*
  .hero-shell {
    grid-template-columns: minmax(0, 1.24fr) minmax(18rem, 0.76fr);
    max-width: 72rem;
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
  }

  .hero-figure {
    width: min(100%, clamp(23rem, 32vw, 32.5rem));
  }

  .hero-image-mask {
    min-height: clamp(26.25rem, 58vh, 38.75rem);
    max-height: clamp(26.25rem, 58vh, 38.75rem);
  }
  */
}

@media (min-width: 980px) {
  .editorial-split {
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
  }

  .concept-layout {
    align-items: center;
  }

  .concept-content-row {
    grid-template-columns: minmax(20rem, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
  }

  .story-layout {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .story-content-row {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
    width: 100%;
  }

  .section-concept {
    padding-bottom: clamp(3rem, 6vw, 5rem);
  }

  .section-story {
    padding-top: clamp(3rem, 6vw, 5rem);
  }

  .section-story .section-figure {
    width: min(100%, 32rem);
  }

  .section-story .story-figure {
    justify-self: end;
  }

  .direction-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .direction-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .direction-copy {
    grid-column: auto;
  }

  .direction-grid {
    grid-column: 1 / -1;
  }

  .status-waitlist-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
  }

  .waitlist-card {
    justify-self: end;
  }

  .footer-inner {
    flex-direction: row;
  }
}

@media (max-width: 759px) {
  .shell {
    width: min(100% - 3rem, 100%);
  }

  .header-inner {
    min-height: auto;
    justify-content: center;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .brand-wordmark {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .section {
    padding: 4rem 0;
  }

  .hero {
    padding-top: 4rem;
    padding-bottom: 4.75rem;
  }

  .hero-forest-band {
    padding-top: 4rem;
    padding-bottom: 4.75rem;
    position: relative;
    overflow: hidden;
  }

  .hero-forest-band .hero-shell {
    min-height: auto;
  }

  .hero-ambient-image {
    border-radius: 18px;
  }

  .hero-ambient-image-primary {
    right: 50%;
    top: 56%;
    width: clamp(20rem, 86vw, 28rem);
    opacity: 0.07;
    transform: translate(50%, -50%);
  }

  .hero-ambient-image-secondary,
  .hero-ambient-image-tertiary,
  .hero-ambient-image-quaternary {
    display: none;
  }

  .hero-shell {
    gap: 2rem;
    min-height: auto;
  }

  .concept-content-row,
  .story-content-row {
    gap: 1.5rem;
  }

  .concept-body {
    order: 1;
  }

  .concept-figure {
    order: 2;
    width: 100%;
  }

  .story-card {
    order: 1;
  }

  .story-figure {
    order: 2;
    width: 100%;
  }

  /*
  .hero-figure {
    width: min(100%, 26rem);
    justify-self: center;
  }

  .hero-image-mask {
    min-height: clamp(17.5rem, 55vh, 26rem);
    max-height: clamp(17.5rem, 55vh, 26rem);
  }
  */

  .concept-image-mask,
  .story-image-mask {
    min-height: 0;
    max-height: none;
  }

  .concept-image-mask img,
  .story-image-mask img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  h1 {
    font-size: clamp(2.6rem, 11vw, 3.6rem);
    max-width: none;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .inline-section-title {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .hero-body,
  .concept-body p {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button,
  .form-row .button {
    width: 100%;
  }

  .direction-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 2.5rem;
  }

  .section-privacy {
    width: min(100% - 3rem, 100%);
  }
}

/* Hero experiment: forest editorial band */
.hero-forest-band {
  padding-top: clamp(5rem, 8vw, 7.25rem);
  padding-bottom: clamp(5rem, 9vw, 7.75rem);
  background:
    radial-gradient(circle at 78% 18%, rgba(181, 194, 168, 0.16), transparent 32%),
    linear-gradient(180deg, var(--forest-deep), var(--forest));
  color: var(--linen);
  position: relative;
  overflow: hidden;
}

.hero-forest-band .hero-shell {
  max-width: 72rem;
  min-height: clamp(23rem, 46vw, 34rem);
  align-items: center;
}

.hero-forest-band .hero-copy {
  max-width: 64rem;
}

.hero-forest-band .eyebrow {
  color: rgba(250, 248, 243, 0.72);
}

.hero-forest-band h1 {
  max-width: 58rem;
  color: var(--linen);
}

.hero-forest-band .hero-body {
  max-width: 46rem;
  color: rgba(250, 248, 243, 0.84);
}

.hero-forest-band .button-primary {
  background: var(--linen);
  color: var(--forest-deep);
  border-color: rgba(250, 248, 243, 0.4);
}

.hero-forest-band .button-primary:hover,
.hero-forest-band .button-primary:focus-visible {
  background: var(--bone);
  color: var(--forest-deep);
}

.hero-forest-band .hero-note {
  color: rgba(250, 248, 243, 0.62);
}

.section-privacy {
  width: var(--shell);
  max-width: 72rem;
  margin: 0 auto;
}

.privacy-content {
  display: grid;
  gap: 1.5rem;
  width: 100%;
}

.privacy-content h1 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: 0;
}

.privacy-body {
  display: grid;
  gap: 1rem;
  max-width: 52rem;
}

.privacy-body p {
  color: var(--onyx-mid);
  font-size: 1rem;
  line-height: 1.7;
  max-width: none;
}

.privacy-body a {
  color: var(--forest);
  text-decoration: underline;
}

.privacy-body a:hover,
.privacy-body a:focus-visible {
  color: var(--forest-deep);
}

.privacy-updated {
  margin-top: 1.5rem !important;
  color: var(--steel-deep);
  font-size: 0.95rem;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav p {
  margin: 0;
  color: var(--onyx-mid);
  font-size: 1rem;
}

.footer-nav a {
  color: var(--forest);
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--forest-deep);
}

@media (min-width: 980px) {
  .footer-nav {
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

