@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

:root {
  --ink: #101916;
  --forest: #153f3a;
  --forest-deep: #0c2e2b;
  --jade: #4c8c79;
  --saffron: #df9b45;
  --mist: #e5efeb;
  --paper: #f5f6f2;
  --white: #ffffff;
  --line: rgba(16, 25, 22, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", "Noto Sans", system-ui, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }

.site-header,
main,
footer {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.wordmark img { width: 34px; height: 34px; border-radius: 8px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.nav-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 10px 18px;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
  padding: 74px 0 68px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(48px, 6.4vw, 88px);
  font-weight: 800;
  letter-spacing: -0.072em;
  line-height: 0.98;
}
.lede {
  max-width: 640px;
  margin: 30px 0 0;
  color: #46504c;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.6;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.button.primary { background: var(--forest); color: var(--white); }
.button.quiet { border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.release-note { display: flex; align-items: center; gap: 9px; margin: 23px 0 0; color: #68716d; font-size: 12px; font-weight: 600; }
.release-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--saffron); box-shadow: 0 0 0 5px rgba(223,155,69,.16); }

.conversation-object {
  min-height: 540px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.conversation-object::before {
  content: "";
  position: absolute;
  inset: 5% 7%;
  border-radius: 50% 50% 46% 54% / 55% 42% 58% 45%;
  background: var(--mist);
  z-index: -2;
  transform: rotate(-7deg);
}
.orbit { position: absolute; border: 1px solid rgba(21,63,58,.18); border-radius: 50%; z-index: -1; }
.orbit-one { width: 84%; height: 63%; transform: rotate(24deg); }
.orbit-two { width: 66%; height: 89%; transform: rotate(-35deg); }
.monogram {
  width: 148px;
  height: 148px;
  padding: 20px;
  border: 1px solid rgba(16,25,22,.08);
  border-radius: 42px;
  background: var(--white);
  box-shadow: 0 32px 80px rgba(15, 49, 44, .12);
}
.monogram img { width: 100%; height: 100%; border-radius: 24px; }
.speech {
  position: absolute;
  width: min(340px, 76%);
  padding: 20px 22px;
  border: 1px solid rgba(16,25,22,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 60px rgba(12,46,43,.1);
}
.speech span { color: var(--jade); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.speech p { margin: 8px 0 0; font-size: 14px; line-height: 1.55; }
.speech strong { color: var(--forest); font-weight: 800; }
.speech-one { top: 8%; right: 0; }
.speech-two { bottom: 7%; left: 0; }

.language-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  color: var(--forest);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 600;
  white-space: nowrap;
}
.language-line i { width: 4px; height: 4px; flex: 0 0 4px; border-radius: 50%; background: var(--saffron); }

.approach { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: .62fr 1.38fr; gap: 40px; align-items: start; }
h2 { margin: 0; font-size: clamp(38px, 4.6vw, 66px); font-weight: 800; letter-spacing: -.058em; line-height: 1.05; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 80px; border-top: 1px solid var(--line); }
.principles article { min-height: 280px; padding: 30px 34px 24px 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 34px; }
.principles article:last-child { border-right: 0; }
.principle-mark { display: inline-block; color: var(--saffron); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h3 { margin: 48px 0 13px; font-size: 22px; letter-spacing: -.03em; line-height: 1.2; }
.principles p { margin: 0; color: #59625e; font-size: 14px; line-height: 1.65; }

.privacy-band {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 54px;
  align-items: end;
  margin-bottom: 110px;
  padding: 54px;
  border-radius: 36px;
  background: var(--forest-deep);
  color: var(--white);
}
.privacy-band .eyebrow { color: #98c3b6; }
.privacy-band h2 { font-size: clamp(30px, 3.4vw, 48px); }
.privacy-band > p { margin: 0; color: #c7d6d1; font-size: 14px; line-height: 1.7; }
.privacy-band > a { color: #f3c77f; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 38px 0 46px;
  color: #5f6864;
  font-size: 12px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 32px; height: 32px; border-radius: 8px; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--ink); font-size: 14px; }
.footer-brand span { font-size: 11px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { text-decoration: none; }

.legal-page main { width: min(760px, calc(100% - 48px)); padding: 76px 0 120px; }
.legal-page h1 { font-size: clamp(42px, 6vw, 68px); }
.legal-page h2 { margin-top: 48px; font-size: 25px; letter-spacing: -.035em; }
.legal-page .updated { margin: 20px 0 52px; color: #6b746f; font-size: 13px; }
.legal-page main p, .legal-page main li { color: #3e4944; line-height: 1.8; }
.legal-page main a { color: var(--forest); font-weight: 600; }

a:focus-visible { outline: 3px solid var(--saffron); outline-offset: 4px; }
.button, .nav-cta { transition: transform .18s ease, background .18s ease; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 56px; }
  .conversation-object { min-height: 480px; }
  .section-heading { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin-top: 24px; }
  .privacy-band { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 30px, 1240px); }
  .site-header { min-height: 72px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 8px 14px; }
  .hero { min-height: auto; gap: 22px; padding: 52px 0 44px; }
  h1 { font-size: clamp(45px, 14.7vw, 66px); }
  .lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .conversation-object { min-height: 430px; margin-top: 16px; }
  .conversation-object::before { inset: 5% 0; }
  .monogram { width: 118px; height: 118px; border-radius: 34px; }
  .speech { width: 83%; padding: 17px 18px; }
  .speech-one { top: 7%; }
  .speech-two { bottom: 6%; }
  .language-line { gap: 24px; justify-content: flex-start; }
  .approach { padding: 82px 0; }
  .principles { margin-top: 48px; }
  .privacy-band { gap: 26px; margin-bottom: 80px; padding: 34px 26px; border-radius: 26px; }
  footer { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { flex-wrap: wrap; }
  footer > p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
