:root {
  --bg: #fbfaf7;
  --paper: #ffffff;
  --text: #171717;
  --muted: #6d675f;
  --accent: #8f402e;
  --line: rgba(23, 23, 23, 0.12);
  --dark: #191918;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(251, 250, 247, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  text-decoration: none;
}

nav { display: flex; gap: 28px; }
nav a { color: #333; font-size: 0.95rem; text-decoration: none; }
section { padding: 118px 0; }

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 85% 16%, rgba(143, 64, 46, 0.12), transparent 28rem);
}

.hero-grid {
  display: block;
  max-width: 950px;
  margin: 0 auto;
}

.eyebrow,
.tag {
  margin: 0 0 20px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
  margin-top: 0;
}

h1 {
  max-width: 13ch;
  margin-bottom: 42px;
  font-size: clamp(3.8rem, 6.5vw, 6.5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h2 {
  max-width: 900px;
  font-size: clamp(2.4rem, 4.6vw, 4.6rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

h3 {
  margin-bottom: 16px;
  font-size: 1.45rem;
  line-height: 1.2;
}

p:last-child { margin-bottom: 0; }

.intro {
  max-width: 720px;
  color: #4a4742;
  font-size: 1.15rem;
}

.intro p { margin: 0 0 12px; }

.button {
  display: inline-flex;
  margin-top: 28px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.soft {
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.body-copy {
  max-width: 780px;
  color: #3e3a35;
  font-size: 1.18rem;
}

.feature {
  display: grid;
  grid-template-columns: 70px 1fr 0.75fr;
  gap: 28px;
  align-items: center;
  margin-top: 48px;
  padding: 38px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.num { color: var(--muted); font-weight: 700; }

.statement {
  padding: 28px;
  border-radius: 18px;
  background: var(--dark);
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
}

.platform-group {
  margin-top: 112px;
  padding-top: 104px;
  border-top: 1px solid var(--line);
}

.origin-group { margin-top: 78px; }
.group-heading { max-width: 920px; }

.origin-platform {
  display: grid;
  grid-template-columns: 70px 1.25fr 0.8fr;
  gap: 34px;
  align-items: center;
  margin-top: 46px;
  padding: 42px;
  border: 1px solid rgba(143, 64, 46, 0.18);
  border-radius: 28px;
  background: #f8f5f1;
}

.origin-number {
  align-self: start;
  color: var(--accent);
  font-family: "Manrope", sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
}

.origin-copy h3 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.origin-copy p { color: #47423c; }

.origin-note {
  padding: 28px;
  border-radius: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-family: "Manrope", sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.45;
}

.core-platform {
  display: grid;
  grid-template-columns: 0.38fr 1.1fr 0.95fr;
  gap: 34px;
  align-items: center;
  margin-top: 52px;
  padding: 42px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--dark);
  color: #f7f4ee;
}

.core-label {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  color: #d99079;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.core-copy .tag { color: #d99079; }
.core-copy h3 { font-size: clamp(2rem, 4vw, 3.4rem); }
.core-copy p { color: #d0cbc2; }

.core-flow {
  display: grid;
  gap: 10px;
}

.core-flow span {
  display: block;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: #e6e1d8;
  font-size: 0.92rem;
}

.supporting-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.supporting-grid article,
.platform-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.supporting-grid article { background: #f8f5f1; }
.platform-grid article { background: var(--paper); }
.supporting-grid p,
.platform-grid p { color: #4b4741; }
.status { color: var(--text) !important; }

.section-intro {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 40px;
  align-items: start;
}

.section-intro h2 { margin-bottom: 0; }

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.dark {
  background: var(--dark);
  color: #f5f0e8;
}

.light { color: #d99079; }

.build-section {
  position: relative;
  overflow: hidden;
}

.build-section::after {
  content: "";
  position: absolute;
  right: -12rem;
  bottom: -18rem;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background: rgba(143, 64, 46, 0.14);
  filter: blur(12px);
  pointer-events: none;
}

.build-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 72px;
  align-items: end;
}

.build-intro h2 {
  margin-bottom: 0;
}

.build-intro > p {
  max-width: 430px;
  margin: 0 0 8px;
  color: #c8c1b7;
  font-size: 1.08rem;
}

.principles {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 58px;
}

.principles article {
  min-height: 240px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.principles span {
  display: block;
  margin-bottom: 46px;
  color: #d99079;
  font-weight: 700;
}

.principles h3 {
  max-width: 420px;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.principles p {
  max-width: 520px;
  color: #bdb7ae;
}

.build-close {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 76px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.build-close span {
  color: #8f8a82;
  font-weight: 600;
}

.build-close strong {
  color: #f5f0e8;
  font-weight: 700;
}

.contact-section {
  background:
    radial-gradient(circle at 80% 20%, rgba(143, 64, 46, 0.1), transparent 24rem),
    var(--bg);
}

.contact {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: end;
  padding: 58px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
}

.contact-copy h2 {
  max-width: 760px;
  margin-bottom: 24px;
}

.contact-copy > p:last-child {
  max-width: 650px;
  color: #4b4741;
  font-size: 1.12rem;
}

.contact-action {
  padding-left: 40px;
  border-left: 1px solid var(--line);
}

.contact-action p {
  margin: 0;
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

footer { border-top: 1px solid var(--line); }

.footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  section { padding: 88px 0; }

  .feature,
  .origin-platform,
  .core-platform,
  .section-intro,
  .build-intro,
  .contact {
    grid-template-columns: 1fr;
  }

  .supporting-grid,
  .platform-grid,
  .principles {
    grid-template-columns: 1fr;
  }

  .hero { min-height: auto; }
  .core-label { align-self: auto; }
  .platform-group { margin-top: 82px; padding-top: 76px; }
  .origin-note { max-width: 620px; }
  .contact-action {
    padding-left: 0;
    padding-top: 32px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1180px); }
  nav { gap: 16px; }
  nav a { font-size: 0.86rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .feature,
  .origin-platform,
  .core-platform,
  .supporting-grid article,
  .platform-grid article,
  .contact { padding: 24px; }
  .footer { align-items: flex-start; flex-direction: column; }
  .build-close {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .footer { justify-content: center; gap: 8px; }
}

.privacy-content {
  max-width: 820px;
}

.privacy-content h2 {
  margin-top: 2.25rem;
}

.privacy-content p {
  max-width: 72ch;
}

.footer a {
  color: inherit;
}

/* Contact page */
.contact-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 24%, rgba(143, 64, 46, 0.08), transparent 26rem),
    var(--bg);
}

.contact-main { min-height: calc(100vh - 190px); }
.contact-hero { padding: 84px 0 110px; }

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 0.75fr);
  gap: 92px;
  align-items: start;
}

.back-link,
.text-link {
  display: inline-flex;
  color: var(--muted);
  font-weight: 600;
  text-decoration: none;
}

.back-link { margin-bottom: 74px; }
.back-link:hover,
.text-link:hover { color: var(--accent); }

.contact-page-intro h1 {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(4rem, 7vw, 7.3rem);
}

.contact-lead {
  max-width: 650px;
  color: #4b4741;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
}

.contact-prompt-list {
  display: grid;
  gap: 0;
  max-width: 600px;
  margin-top: 64px;
  border-top: 1px solid var(--line);
}

.contact-prompt-list p {
  margin: 0;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.contact-form-card {
  position: sticky;
  top: 106px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(31, 29, 26, 0.08);
  backdrop-filter: blur(16px);
}

.form-field { margin-bottom: 26px; }
.form-field label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}
.form-field label span { color: var(--muted); font-weight: 600; }

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #d9d4cc;
  border-radius: 14px;
  background: #fffefa;
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.form-field input { height: 52px; padding: 0 15px; }
.form-field textarea { min-height: 122px; padding: 15px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(143, 64, 46, 0.1);
}

.field-note {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.form-submit {
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.form-submit:disabled { cursor: wait; opacity: 0.7; }
.form-status { min-height: 24px; margin: 15px 0 0; color: #9f3d2e; }

.form-success { padding: 26px 8px 18px; }
.form-success h2 { margin-bottom: 22px; }
.form-success > p:not(.eyebrow) { color: var(--muted); }
.form-success .text-link { margin-top: 34px; color: var(--accent); }

@media (max-width: 980px) {
  .contact-page-grid { grid-template-columns: 1fr; gap: 58px; }
  .contact-form-card { position: static; }
  .back-link { margin-bottom: 50px; }
}

@media (max-width: 640px) {
  .contact-hero { padding: 58px 0 80px; }
  .contact-form-card { padding: 25px; border-radius: 20px; }
  .contact-page-intro h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
}

/* Side Kick feature and connected-product story */
.sidekick-feature {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
  gap: 46px;
  align-items: center;
  margin-top: 52px;
  padding: 48px;
  overflow: hidden;
  border: 1px solid rgba(143, 64, 46, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 6%, rgba(143, 64, 46, .13), transparent 24rem),
    #f8f5f1;
}

.sidekick-feature-copy h3 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  letter-spacing: -.055em;
}

.sidekick-feature-copy > p:not(.tag) { color: #47423c; }
.sidekick-lead {
  max-width: 520px;
  color: var(--text) !important;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.35;
}

.sidekick-feature-image {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(23, 23, 23, .1);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 28px 70px rgba(31,29,26,.12);
}

.sidekick-feature-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.sidekick-origin {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: start;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.sidekick-origin span {
  color: var(--accent);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.sidekick-origin p { max-width: 850px; margin: 0; color: #4b4741; }

.call-assist-platform { margin-top: 24px; }

.product-connection {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 15px;
  align-items: center;
  margin: 18px 0 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.product-connection > div:not(.connection-arrow) {
  display: grid;
  gap: 4px;
}
.product-connection strong { font-family: "Manrope", sans-serif; }
.product-connection span { color: var(--muted); font-size: .9rem; line-height: 1.4; }
.connection-arrow { color: var(--accent); font-size: 1.35rem; }
.partner-card { grid-column: 1 / -1; }

@media (max-width: 900px) {
  .sidekick-feature { grid-template-columns: 1fr; }
  .sidekick-origin { grid-template-columns: 1fr; gap: 10px; }
  .product-connection { grid-template-columns: 1fr; }
  .connection-arrow { transform: rotate(90deg); justify-self: center; }
  .partner-card { grid-column: auto; }
}

@media (max-width: 640px) {
  .sidekick-feature { padding: 24px; gap: 30px; }
  .sidekick-feature-image { padding: 10px; border-radius: 18px; }
  .product-connection { padding: 20px; }
}
