:root {
  --forest: #183126;
  --forest-deep: #09120e;
  --forest-mid: #10241a;
  --cream: #eeeade;
  --cream-light: #f7f4ec;
  --sage: #a5b994;
  --sage-dark: #647b64;
  --ink: #132118;
  --white: #fbfaf5;
  --line-dark: rgba(19, 33, 24, 0.16);
  --line-light: rgba(255, 255, 255, 0.14);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--forest-deep);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
}

h1 em,
h2 em {
  color: var(--sage);
  font-weight: 400;
}

.container {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.section {
  padding: 132px 0;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--sage);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--sage-dark);
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 58px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  transition:
    transform 220ms ease,
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(9, 18, 14, 0.18);
}

.button span,
.text-link span,
.header-cta span,
.product-copy a span,
.newsletter-form button span {
  display: inline-block;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.button:hover span,
.product-copy a:hover span,
.newsletter-form button:hover span {
  transform: translateX(6px);
}

.text-link:hover span,
.header-cta:hover span {
  transform: translate(4px, 4px);
}

.button-light {
  color: var(--ink);
  background: var(--cream-light);
}

.button-light:hover {
  background: var(--sage);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
  font-size: 0.86rem;
  font-weight: 650;
  transition: color 200ms ease, border-color 200ms ease;
}

.text-link-light {
  color: rgba(251, 250, 245, 0.76);
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  color: var(--white);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line-light);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--sage);
  font-family: var(--serif);
  font-size: 0.76rem;
}

.brand-name {
  font-size: 0.71rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.desktop-nav {
  display: flex;
  gap: 32px;
  color: rgba(251, 250, 245, 0.66);
  font-size: 0.76rem;
}

.desktop-nav a,
.header-cta {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.header-cta:hover {
  color: var(--sage);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  gap: 18px;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 650;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 880px;
  padding: 164px 0 0;
  color: var(--white);
  background: var(--forest-deep);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.06fr 0.72fr;
  gap: 96px;
  align-items: center;
}

.hero-copy {
  padding-bottom: 66px;
}

.hero-copy > * {
  animation: hero-enter 760ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.hero-copy > :nth-child(2) {
  animation-delay: 90ms;
}

.hero-copy > :nth-child(3) {
  animation-delay: 180ms;
}

.hero-copy > :nth-child(4) {
  animation-delay: 270ms;
}

.hero h1 {
  max-width: 790px;
  margin-bottom: 30px;
  font-size: clamp(4rem, 6.4vw, 6.45rem);
  line-height: 0.9;
}

.hero h1 em {
  display: inline;
  font-style: italic;
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 34px;
  color: rgba(251, 250, 245, 0.68);
  font-size: 1.04rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.hero-visual {
  position: relative;
  min-height: 590px;
  align-self: end;
  animation: hero-visual-enter 1000ms 180ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.hero-image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 280px 280px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(to bottom, transparent, rgba(9, 18, 14, 0.76));
}

.hero-image-wrap img {
  height: 100%;
  object-fit: cover;
  object-position: 52% 42%;
  scale: 1.025;
  transition: scale 1100ms cubic-bezier(0.22, 1, 0.36, 1), filter 600ms ease;
}

.hero-visual:hover .hero-image-wrap img {
  scale: 1.065;
  filter: saturate(1.04) contrast(1.02);
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  left: -52px;
  bottom: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 152px;
  height: 152px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--cream-light);
  background: var(--forest);
  text-align: center;
}

.hero-stamp strong {
  margin: 4px 0;
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 400;
}

.hero-stamp span {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-proof {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-light);
}

.hero-proof p {
  margin: 0;
  padding: 30px 22px 32px;
  border-right: 1px solid var(--line-light);
  color: rgba(251, 250, 245, 0.5);
  font-family: var(--serif);
  font-size: 0.94rem;
  text-align: center;
}

.hero-proof p:last-child {
  border-right: 0;
}

.help-section {
  background: var(--cream);
}

.help-grid {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 100px;
}

.section-kicker {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-top: 5px;
  color: var(--sage-dark);
}

.section-kicker > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.72rem;
}

.section-kicker p {
  margin: 0;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.55;
  text-transform: uppercase;
}

.help-copy h2 {
  max-width: 930px;
  margin-bottom: 60px;
  color: var(--forest);
  font-size: clamp(3.2rem, 5.6vw, 5.8rem);
  line-height: 0.98;
}

.help-copy h2 em {
  color: var(--sage-dark);
  font-style: italic;
}

.help-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
  color: #4d5e53;
  line-height: 1.8;
}

.help-copy blockquote {
  margin: 54px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line-dark);
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-style: italic;
}

.signals-section {
  color: var(--white);
  background: var(--forest);
}

.signals-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.58fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 76px;
}

.signals-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(3.4rem, 5.5vw, 5.5rem);
  line-height: 0.96;
}

.signals-heading h2 em {
  display: block;
  font-style: italic;
}

.signals-intro {
  margin-bottom: 4px;
  color: rgba(251, 250, 245, 0.62);
  line-height: 1.75;
}

.signals-list {
  border-top: 1px solid var(--line-light);
}

.signal {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 0.36fr 0.64fr 1fr;
  gap: 48px;
  align-items: start;
  padding: 44px 22px;
  border-bottom: 1px solid var(--line-light);
  transition: background 340ms ease, padding-left 340ms ease;
}

.signal::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--sage);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.signal:hover {
  padding-left: 32px;
  background: linear-gradient(90deg, rgba(165, 185, 148, 0.1), transparent 72%);
}

.signal:hover::before {
  transform: scaleY(1);
}

.signal-index {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.signal-number {
  display: block;
  color: rgba(165, 185, 148, 0.3);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.2vw, 4.4rem);
  line-height: 0.78;
  transition: color 320ms ease, transform 320ms ease;
}

.signal-title > p {
  margin-bottom: 12px;
  color: var(--sage);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.signal h3 {
  margin: 0;
  font-size: clamp(2.2rem, 3.4vw, 3.25rem);
  transition: color 260ms ease, transform 320ms ease;
}

.signal-copy > p {
  max-width: 610px;
  margin: 0;
  color: rgba(251, 250, 245, 0.6);
  font-size: 0.9rem;
  line-height: 1.72;
  transition: color 260ms ease;
}

.signal:hover .signal-number {
  color: var(--sage);
  transform: translateX(6px);
}

.signal:hover h3 {
  color: var(--sage);
  transform: translateX(4px);
}

.signal:hover .signal-copy > p {
  color: rgba(251, 250, 245, 0.82);
}

.coherence-result {
  display: grid;
  grid-template-columns: auto 0.58fr 1fr;
  gap: 38px;
  align-items: center;
  margin-top: 34px;
  padding: 36px 42px;
  color: var(--ink);
  background: var(--sage);
}

.coherence-result > span {
  color: var(--forest);
  font-size: 1.1rem;
}

.coherence-result div > p {
  margin-bottom: 8px;
  color: rgba(19, 33, 24, 0.62);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coherence-result h3 {
  margin: 0;
  font-size: 2.8rem;
}

.coherence-result > p {
  max-width: 620px;
  margin: 0;
  color: rgba(19, 33, 24, 0.72);
  line-height: 1.7;
}

.about-section {
  background: var(--cream-light);
}

.about-heading {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 100px;
  align-items: start;
  margin-bottom: 80px;
}

.about-heading h2 {
  max-width: 900px;
  margin-bottom: 0;
  color: var(--forest);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.photo-story {
  display: grid;
  grid-template-columns: 0.78fr 1.05fr 0.72fr;
  grid-template-rows: 420px auto;
  gap: 18px;
}

.photo {
  overflow: hidden;
  margin: 0;
  background: var(--forest);
}

.photo img {
  height: 100%;
  object-fit: cover;
  scale: 1.025;
  transition: scale 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 600ms ease;
}

.photo:hover img {
  scale: 1.075;
  filter: saturate(1.05) contrast(1.02);
}

.photo-tall {
  grid-row: 1 / span 2;
}

.photo-tall img {
  object-position: 52% center;
}

.photo-square img {
  object-position: 50% 48%;
}

.photo-pair {
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.photo-pair .photo {
  aspect-ratio: 1;
}

.photo-pair-stage img {
  object-position: 50% 50%;
}

.photo-pair-podcast img {
  object-position: 50% 68%;
}

.about-story {
  padding: 24px 46px 10px;
  color: #526158;
  line-height: 1.72;
}

.about-lead {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1.25;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
}

.about-stats strong,
.about-stats span {
  display: block;
}

.about-stats strong {
  margin-bottom: 6px;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
}

.about-stats span {
  color: #68766e;
  font-size: 0.66rem;
  line-height: 1.35;
}

.founder-bios {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.founder-bios article {
  padding: 42px 54px 44px 0;
}

.founder-bios article + article {
  padding-left: 54px;
  border-left: 1px solid var(--line-dark);
}

.founder-name {
  margin-bottom: 26px;
  color: var(--sage-dark);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.founder-bios h3 {
  margin-bottom: 18px;
  color: var(--forest);
  font-size: 2rem;
  line-height: 1.08;
}

.founder-bios article > p:last-child {
  max-width: 480px;
  margin-bottom: 0;
  color: #59685f;
  line-height: 1.7;
}

.companies-section {
  padding: 84px 0 100px;
  background: var(--sage);
}

.companies-heading {
  text-align: center;
  margin-bottom: 42px;
}

.companies-heading .eyebrow {
  margin-bottom: 8px;
}

.companies-heading h2 {
  max-width: 590px;
  margin: 0 auto;
  color: var(--forest);
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 1.02;
  text-align: center;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 26px;
}

.logo-item {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 20px;
}

.logo-item img {
  width: auto;
  max-width: 100px;
  max-height: 44px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.15);
  mix-blend-mode: multiply;
  transition: transform 280ms ease, filter 280ms ease, opacity 280ms ease;
}

.logo-item:hover img {
  transform: translateY(-4px) scale(1.06);
  filter: grayscale(0) contrast(1.05);
}

.products-section {
  color: var(--white);
  background: var(--forest-deep);
}

.products-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 72px;
}

.products-heading h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3.4rem, 5.8vw, 5.7rem);
  line-height: 0.96;
}

.products-heading > p {
  max-width: 310px;
  margin: 0 0 8px;
  color: rgba(251, 250, 245, 0.55);
  line-height: 1.7;
}

.products-list {
  border-top: 1px solid var(--line-light);
}

.product {
  position: relative;
  display: grid;
  grid-template-columns: 0.38fr 1fr 0.64fr;
  gap: 48px;
  align-items: center;
  min-height: 370px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line-light);
  transition: background 320ms ease, padding-inline 320ms ease;
}

.product:hover {
  padding-inline: 18px;
  background: linear-gradient(90deg, rgba(165, 185, 148, 0.075), transparent 76%);
}

.product-meta {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--sage);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-meta span:first-child {
  font-family: var(--serif);
  font-size: 0.82rem;
  font-weight: 400;
  transition: color 240ms ease, transform 260ms ease;
}

.product-copy {
  max-width: 630px;
}

.product-name {
  margin-bottom: 14px;
  color: var(--sage);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-copy h3 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 3.6vw, 3.55rem);
  line-height: 1;
  transition: color 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-copy > p:not(.product-name) {
  max-width: 550px;
  margin-bottom: 24px;
  color: rgba(251, 250, 245, 0.58);
  line-height: 1.7;
}

.product-copy a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(251, 250, 245, 0.5);
  font-size: 0.82rem;
  font-weight: 700;
  transition: color 220ms ease, border-color 220ms ease;
}

.product-link-unavailable {
  display: inline-flex;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(251, 250, 245, 0.2);
  color: rgba(251, 250, 245, 0.42);
  font-size: 0.82rem;
  font-weight: 700;
}

.product:hover .product-meta span:first-child,
.product:hover .product-copy h3,
.product-copy a:hover {
  color: var(--sage);
}

.product:hover .product-meta span:first-child {
  transform: translateX(5px);
}

.product:hover .product-copy h3 {
  transform: translateX(6px);
}

.product-copy a:hover {
  border-color: var(--sage);
}

.product-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--forest);
}

.product-image img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
  transition: transform 400ms ease;
}

.product:hover .product-image img {
  transform: scale(1.035);
}

.newsletter-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 760px;
  background: var(--sage);
}

.newsletter-photo {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background: var(--forest);
}

.newsletter-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  scale: 1.025;
  transition: scale 1000ms cubic-bezier(0.22, 1, 0.36, 1), filter 600ms ease;
}

.newsletter-photo:hover img {
  scale: 1.07;
  filter: saturate(1.04) contrast(1.02);
}

.newsletter-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px max(56px, calc((100vw - var(--max)) / 2));
  color: var(--ink);
}

.newsletter-content .eyebrow {
  color: var(--forest);
}

.newsletter-content h2 {
  max-width: 700px;
  margin-bottom: 26px;
  color: var(--forest);
  font-size: clamp(3.3rem, 5vw, 5.2rem);
  line-height: 0.96;
}

.newsletter-lead {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(19, 33, 24, 0.68);
  line-height: 1.7;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 700px;
}

.newsletter-form-shell,
.newsletter-form-shell > div,
.newsletter-form-shell .ml-form-embedWrapper {
  width: 100%;
}

.newsletter-form label span {
  display: block;
  margin-bottom: 8px;
  color: rgba(19, 33, 24, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter-form input {
  width: 100%;
  min-height: 56px;
  padding: 0 17px;
  border: 1px solid rgba(19, 33, 24, 0.26);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.23);
}

.newsletter-form input:focus {
  border-color: var(--forest);
  background: rgba(255, 255, 255, 0.4);
}

.newsletter-form .ml-form-embedSubmit {
  grid-column: 1 / -1;
}

.newsletter-form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 0 20px;
  border: 0;
  color: var(--white);
  background: var(--forest);
  font-weight: 700;
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
  background: var(--forest-deep);
  box-shadow: 0 14px 28px rgba(9, 18, 14, 0.16);
}

.newsletter-form button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
  box-shadow: none;
}

.newsletter-form > p {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: rgba(19, 33, 24, 0.48);
  font-size: 0.66rem;
  line-height: 1.5;
}

.newsletter-form > .newsletter-form-status {
  margin-top: 0;
  color: #7a2e24;
  font-size: 0.76rem;
  font-weight: 700;
}

.newsletter-success {
  max-width: 700px;
  padding: 30px 0;
}

.newsletter-success h3 {
  max-width: 620px;
  margin-bottom: 14px;
  color: var(--forest);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1;
}

.newsletter-success > p:last-child {
  margin-bottom: 0;
  color: rgba(19, 33, 24, 0.68);
  line-height: 1.7;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.footer {
  padding: 110px 0 36px;
  color: var(--white);
  background: var(--forest-deep);
}

.footer-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 86px;
}

.footer-top h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3rem, 5.3vw, 5.5rem);
  line-height: 0.96;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: end;
  padding-top: 32px;
  border-top: 1px solid var(--line-light);
  color: rgba(251, 250, 245, 0.48);
  font-size: 0.7rem;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  margin-bottom: 7px;
  color: var(--white);
  letter-spacing: 0.13em;
}

.footer-bottom nav {
  display: flex;
  gap: 24px;
}

.footer-bottom nav a:hover {
  color: var(--sage);
}

.footer-bottom > p {
  justify-self: end;
  margin: 0;
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-visual-enter {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.975);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes editorial-reveal {
  from {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(var(--reveal-x, 0), 38px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes image-drift {
  from {
    translate: 0 -1.5%;
  }

  to {
    translate: 0 1.5%;
  }
}

@supports (animation-timeline: view()) {
  .help-copy > *,
  .signals-heading > *,
  .signal,
  .coherence-result,
  .about-heading > *,
  .photo,
  .about-story,
  .founder-bios article,
  .companies-heading,
  .logo-item,
  .products-heading > *,
  .product,
  .newsletter-content > *,
  .footer-top > * {
    animation: editorial-reveal linear both;
    animation-timeline: view();
    animation-range: entry 4% cover 28%;
  }

  .signal,
  .product {
    --reveal-x: -18px;
  }

  .photo:nth-of-type(even),
  .newsletter-content > * {
    --reveal-x: 18px;
  }

  .photo img,
  .newsletter-photo img {
    animation: image-drift linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
}

@media (max-width: 1060px) {
  .desktop-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr 1fr;
  }

  .hero-inner {
    grid-template-columns: 1fr 0.68fr;
    gap: 46px;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 7.6vw, 5rem);
  }

  .help-grid,
  .about-heading {
    grid-template-columns: 0.25fr 1fr;
    gap: 54px;
  }

  .signals-heading {
    gap: 60px;
  }

  .photo-story {
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: auto auto auto;
  }

  .photo-tall {
    grid-row: 1 / span 2;
  }

  .about-story {
    padding: 10px 14px 24px 30px;
  }

  .photo-square {
    grid-column: 2;
  }

  .photo-pair {
    grid-column: 1 / 3;
  }

  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .product {
    grid-template-columns: 0.25fr 1fr 0.58fr;
    gap: 30px;
  }

  .newsletter-section {
    grid-template-columns: 0.68fr 1.32fr;
  }

  .newsletter-content {
    padding: 72px 46px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 30px), var(--max));
  }

  .section {
    padding: 84px 0;
  }

  .header-inner {
    min-height: 76px;
  }

  .header-cta {
    font-size: 0.7rem;
  }

  .brand-name {
    display: none;
  }

  .hero {
    min-height: 0;
    padding-top: 122px;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .hero-copy {
    padding: 0;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 15.4vw, 4.4rem);
    line-height: 0.93;
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    justify-content: space-between;
  }

  .hero-visual {
    width: 100%;
    min-height: 520px;
  }

  .hero-image-wrap {
    border-radius: 220px 220px 0 0;
  }

  .hero-stamp {
    left: 14px;
    bottom: 24px;
    width: 120px;
    height: 120px;
    padding: 18px;
  }

  .hero-stamp strong {
    font-size: 1.7rem;
  }

  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proof p {
    border-bottom: 1px solid var(--line-light);
  }

  .hero-proof p:nth-child(2) {
    border-right: 0;
  }

  .help-grid,
  .about-heading {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .help-copy h2,
  .about-heading h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .help-columns {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .signals-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 52px;
  }

  .signals-heading h2,
  .products-heading h2,
  .newsletter-content h2,
  .footer-top h2 {
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .signals-list {
    border-top: 1px solid var(--line-light);
  }

  .signal {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 0;
  }

  .signal:hover {
    padding-left: 0;
  }

  .signal-index {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .coherence-result {
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .coherence-result > p {
    grid-column: 1 / -1;
  }

  .photo-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 460px auto auto auto;
    gap: 12px;
  }

  .photo-tall {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .about-story {
    grid-column: 1 / 3;
    grid-row: 2;
    padding: 26px 0 34px;
  }

  .photo-square {
    grid-column: 1 / 3;
    grid-row: 3;
    aspect-ratio: 1;
  }

  .photo-pair {
    grid-column: 1 / 3;
    grid-row: 4;
    gap: 12px;
  }

  .about-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .founder-bios {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .founder-bios article,
  .founder-bios article + article {
    padding: 36px 0;
    border-left: 0;
  }

  .founder-bios article + article {
    border-top: 1px solid var(--line-dark);
  }

  .companies-heading {
    display: block;
  }

  .companies-heading h2 {
    margin-top: 20px;
    text-align: center;
  }

  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-heading {
    display: block;
    margin-bottom: 48px;
  }

  .products-heading > p {
    margin-top: 24px;
  }

  .product {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 0;
  }

  .product:hover {
    padding-inline: 0;
  }

  .product-meta {
    flex-direction: row;
  }

  .product-image {
    grid-row: 2;
    aspect-ratio: 16 / 10;
  }

  .product-copy {
    grid-row: 3;
  }

  .newsletter-section {
    grid-template-columns: 1fr;
  }

  .newsletter-photo {
    min-height: 520px;
  }

  .newsletter-content {
    padding: 78px 20px;
  }

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

  .newsletter-form button,
  .newsletter-form .ml-form-embedSubmit,
  .newsletter-form > p {
    grid-column: 1;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 62px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom > p {
    justify-self: start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
