:root {
  --bg: #fbf8f2;
  --bg-soft: #f2eadf;
  --surface: #fffdf8;
  --surface-strong: #ffffff;
  --ink: #1f2933;
  --muted: #65717d;
  --line: #dfd4c3;
  --accent: #2f7a63;
  --accent-strong: #145344;
  --accent-soft: #dceee7;
  --sun: #e7b34b;
  --sky: #b9d7ec;
  --clay: #c97155;
  --shadow: 0 18px 45px rgba(77, 61, 43, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background:
    linear-gradient(135deg, rgba(185, 215, 236, .45) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(315deg, rgba(220, 238, 231, .8) 0%, rgba(255, 255, 255, 0) 32%),
    repeating-linear-gradient(90deg, rgba(47, 122, 99, .045) 0 1px, transparent 1px 88px),
    var(--bg);
}

a { color: inherit; }

.site-header,
.hero,
.section,
.footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent-strong);
  box-shadow: 0 8px 24px rgba(20, 83, 68, .18);
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: var(--muted);
  font-size: .96rem;
  font-weight: 700;
}

nav a,
.footer-links a,
.text-link {
  text-decoration: none;
  transition: color .18s ease;
}

nav a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--accent-strong);
}

.hero {
  min-height: 620px;
  padding: 82px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .76fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 7vw, 6.35rem);
  line-height: .94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.lede {
  max-width: 690px;
  color: #46515d;
  font-size: clamp(1.1rem, 2vw, 1.32rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  box-shadow: 0 12px 28px rgba(20, 83, 68, .18);
}

.button.secondary {
  color: var(--accent-strong);
  background: rgba(255, 255, 255, .72);
}

.hero-visual {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(47, 122, 99, .18);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .8), rgba(220, 238, 231, .55)),
    repeating-linear-gradient(0deg, rgba(31, 41, 51, .05) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(90deg, rgba(31, 41, 51, .05) 0 1px, transparent 1px 40px);
  box-shadow: var(--shadow);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(47, 122, 99, .2);
  border-radius: 8px;
}

.visual-card {
  position: absolute;
  width: min(260px, 70%);
  padding: 18px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 18px 32px rgba(77, 61, 43, .12);
}

.visual-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .94rem;
}

.card-speaktune {
  top: 58px;
  left: 34px;
  width: min(330px, 78%);
}

.card-elsewhere {
  right: 34px;
  bottom: 54px;
}

.visual-label {
  display: block;
  margin-bottom: 14px;
  font-size: .84rem;
  font-weight: 800;
  color: var(--accent-strong);
}

.pitch-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pitch-panel {
  padding: 14px;
  border-radius: 8px;
  background: var(--sky);
}

.pitch-head {
  margin-bottom: 8px;
  font-size: .76rem;
  font-weight: 850;
}

.pitch-head em {
  color: #8a4b35;
  font-style: normal;
  font-size: .7rem;
}

.pitch-panel svg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #fff;
}

.pitch-panel line {
  stroke: #e8edf0;
  stroke-width: 2;
}

.pitch-panel rect {
  fill: #ffe4d8;
  opacity: .88;
}

.pitch-panel path {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
}

.reference-line {
  stroke: #4f46e5;
}

.learner-line {
  stroke: #10b981;
}

.place-map {
  position: relative;
  height: 112px;
  margin-bottom: 16px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 0 46%, rgba(47, 122, 99, .2) 46% 50%, transparent 50%),
    linear-gradient(45deg, transparent 0 55%, rgba(201, 113, 85, .24) 55% 60%, transparent 60%),
    var(--accent-soft);
}

.place-map span {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--clay);
  box-shadow: 0 8px 18px rgba(77, 61, 43, .18);
}

.place-map span:nth-child(1) { top: 24px; left: 34px; }
.place-map span:nth-child(2) { top: 62px; right: 54px; background: var(--accent); }
.place-map span:nth-child(3) { bottom: 22px; left: 118px; background: var(--sun); }

.band {
  background: rgba(255, 253, 248, .7);
  border-top: 1px solid rgba(223, 212, 195, .68);
  border-bottom: 1px solid rgba(223, 212, 195, .68);
}

.band.soft {
  background: rgba(220, 238, 231, .48);
}

.section {
  padding: 76px 0;
}

.two-column,
.principles {
  display: grid;
  grid-template-columns: minmax(260px, .86fr) minmax(0, 1.14fr);
  gap: 58px;
}

.body-copy {
  color: #46515d;
  font-size: 1.08rem;
}

.body-copy p:last-child,
.product-card p:last-child,
.principle-grid p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-card,
.principle-grid article {
  padding: 24px;
  border: 1px solid rgba(31, 41, 51, .12);
  border-radius: 8px;
  background: rgba(255, 253, 248, .86);
  box-shadow: var(--shadow);
}

.product-card.featured {
  background: linear-gradient(180deg, rgba(220, 238, 231, .76), rgba(255, 253, 248, .92));
}

.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: .85rem;
  font-weight: 750;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 850;
}

.pill.live {
  color: #fff;
  background: var(--accent-strong);
}

.pill.exploring {
  color: #65311f;
  background: #f4ded4;
}

.pill.quiet {
  color: #6b4a09;
  background: #f6e8bd;
}

.product-card p,
.principle-grid p {
  color: var(--muted);
}

.text-link {
  color: var(--accent-strong);
  font-weight: 850;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.principle-grid article {
  background: rgba(255, 255, 255, .66);
  box-shadow: none;
}

.footer {
  padding: 44px 0 32px;
  color: var(--muted);
}

.footer strong {
  color: var(--ink);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0;
  font-weight: 700;
}

.copyright {
  font-size: .9rem;
}

.legal {
  max-width: 860px;
}

.legal h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
}

.legal h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.legal p,
.legal li {
  color: #46515d;
}

@media (max-width: 900px) {
  .hero,
  .two-column,
  .principles {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 60px;
  }

  .product-grid,
  .principle-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }

  nav {
    gap: 14px;
  }

  .hero,
  .section {
    padding: 52px 0;
  }

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

  .visual-card {
    width: calc(100% - 48px);
  }

  .card-speaktune {
    top: 32px;
    left: 24px;
  }

  .card-elsewhere {
    right: 24px;
    bottom: 34px;
  }

  .card-topline {
    align-items: flex-start;
    flex-direction: column;
  }
}
