/* Syndie landing — Cohere language: editorial monograph on cream paper */

/* ---- Announcement strip ---- */
.announce {
  background: var(--ink); color: var(--on-ink-2);
  font-size: var(--text-caption); text-align: center; padding: 9px 16px;
}
.announce b { color: var(--on-ink); font-weight: 500; }
.announce a { color: var(--on-ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---- Nav ---- */
.nav {
  height: 64px; background: var(--canvas);
  display: flex; align-items: center; gap: var(--sp-2);
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--sp-4);
}
.nav .brand { display: flex; align-items: center; gap: 9px; text-decoration: none; color: var(--text); margin-right: var(--sp-2); }
.nav .brand svg { display: block; }
.nav .brand span { font-size: 17px; font-weight: 600; letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 4px; margin: 0 auto; }
.nav-links a {
  color: var(--text); text-decoration: none; font-size: var(--text-body-sm);
  padding: 8px 12px; border-radius: var(--r-nav);
}
.nav-links a:hover { background: var(--cream); }
.nav-cta { display: flex; align-items: center; gap: 6px; }

/* ---- Hero ---- */
.hero { text-align: center; padding: 88px var(--sp-4) 0; }
.hero .kicker { margin-bottom: var(--sp-3); color: var(--caption); }
.hero h1 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(48px, 6.4vw, 76px); line-height: 1.0; letter-spacing: -0.02em;
  margin: 0 auto 22px; max-width: 17ch; color: var(--text); text-wrap: balance;
}
.hero .sub {
  font-size: var(--text-body); color: var(--text-2); line-height: 1.5;
  max-width: 52ch; margin: 0 auto 28px;
}
.hero-cta { display: flex; align-items: center; justify-content: center; gap: var(--sp-3); }

/* ---- Hero cards ---- */
.hero-cards {
  display: grid; grid-template-columns: 1.35fr 1fr; gap: var(--sp-2);
  max-width: var(--page-max); margin: 64px auto 0; padding: 0 var(--sp-4);
}
.hero-card { border-radius: var(--r-card); overflow: hidden; min-height: 420px; position: relative; }
.hero-card.product { background: var(--cream); padding: var(--sp-4); display: flex; align-items: flex-end; }
.hero-card.wash { background: var(--grad); padding: var(--sp-4); display: flex; align-items: flex-end; }
.hero-card.photo {
  padding: var(--sp-4); display: flex; align-items: flex-end;
  background-image: var(--grad-overlay), url("/v1/assets/editorial-chair.jpg");
  background-size: cover, cover; background-position: center, center 30%;
}
.hero-card.photo .agent-panel { position: relative; }

/* mini app frame inside the product card */
.mini-app {
  width: 100%; background: var(--canvas); border-radius: 14px;
  border: 1px solid var(--hairline); overflow: hidden;
  font-size: 12.5px;
}
.mini-app .bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-bottom: 1px solid var(--hairline); }
.mini-app .bar .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hairline); }
.mini-app .bar .ttl { font-weight: 600; font-size: 12px; }
.mini-row { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-top: 1px solid var(--hairline); }
.mini-row:first-of-type { border-top: none; }
.mini-row .who { font-weight: 600; }
.mini-row .what { color: var(--text-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.mini-row .t { color: var(--caption); font-size: 11px; }

/* dark agent panel inside the wash card */
.agent-panel {
  width: 100%; background: var(--ink); color: var(--on-ink);
  border-radius: 14px; padding: 18px;
}
.agent-panel .head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.agent-panel .glyph {
  width: 28px; height: 28px; border-radius: 6px; background: var(--ink-2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 13px; color: var(--on-ink);
}
.agent-panel .name { font-weight: 600; font-size: 14px; }
.agent-panel .ready-row { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.agent-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--ink-2); border-radius: var(--r-pill);
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.08em;
  color: var(--on-ink-2); padding: 5px 10px; text-transform: uppercase;
}
.agent-chip i { width: 5px; height: 5px; border-radius: 50%; background: #5CBB83; }
.agent-panel .ask {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  border: 1px solid #2E2E35; border-radius: 10px; padding: 11px 14px;
  color: var(--on-ink-2); font-size: 13px;
}
.agent-panel .ask .enter {
  font-family: var(--font-mono); font-size: 11px; border: 1px solid #2E2E35;
  border-radius: 5px; padding: 2px 6px;
}

/* ---- Logo strip ---- */
.logos { padding: var(--sp-7) var(--sp-4); text-align: center; }
.logos .micro { display: block; margin-bottom: var(--sp-4); }
.logo-row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline;
  gap: 20px 48px; max-width: 980px; margin: 0 auto;
}
.logo-row span {
  color: var(--text-2); font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  opacity: 0.75; white-space: nowrap;
}
.logo-row span.serif { font-family: var(--font-display); font-weight: 500; }
.logo-row span.mono { font-family: var(--font-mono); font-weight: 500; font-size: 13px; }

/* ---- Stats band ---- */
.stats { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.stats-inner {
  max-width: var(--page-max); margin: 0 auto; padding: var(--sp-5) var(--sp-4);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-2);
}
.stat { text-align: center; }
.stat b {
  display: block; font-family: var(--font-display); font-weight: 500;
  font-size: 56px; line-height: 1; letter-spacing: -0.02em; margin-bottom: 8px;
}
.stat span { color: var(--text-2); font-size: var(--text-body-sm); }

/* ---- Value trio ---- */
.trio { max-width: var(--page-max); margin: 0 auto; padding: var(--sp-7) var(--sp-4); }
.trio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
.trio-item { text-align: center; padding: 0 var(--sp-2); }
.trio-item svg { margin-bottom: var(--sp-2); color: var(--text); }
.trio-item h3 { font-size: var(--text-subheading); font-weight: 500; margin: 0 0 8px; letter-spacing: -0.01em; }
.trio-item p { color: var(--text-2); margin: 0; font-size: var(--text-body-sm); line-height: 1.55; }

/* ---- Cream feature band ---- */
.band { background: var(--cream); }
.band-inner { max-width: var(--page-max); margin: 0 auto; padding: var(--sp-7) var(--sp-4); }
.band h2, .section h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(32px, 4vw, 44px); line-height: 1.1; letter-spacing: -0.02em;
  text-align: center; margin: 0 0 12px; text-wrap: balance;
}
.band .lede, .section .lede {
  text-align: center; color: var(--text-2); font-size: var(--text-body);
  max-width: 54ch; margin: 0 auto var(--sp-6);
}
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-2); }
.feature-card { background: var(--canvas); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: var(--sp-4); }
.feature-card .micro { display: block; margin-bottom: 14px; }
.feature-card h3 { font-size: var(--text-heading-sm); font-weight: 500; letter-spacing: -0.015em; margin: 0 0 10px; }
.feature-card > p { color: var(--text-2); margin: 0 0 var(--sp-3); line-height: 1.55; }

.demo-rows { border: 1px solid var(--hairline); border-radius: 14px; overflow: hidden; font-size: 12.5px; }
.demo-row { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-top: 1px solid var(--hairline); background: var(--canvas); }
.demo-row:first-child { border-top: none; }
.demo-row .grow { flex: 1; min-width: 0; }
.demo-row .ttl { font-weight: 600; }
.demo-row .meta { color: var(--caption); font-size: 11.5px; margin-top: 1px; }

/* ---- Record section (dark panel) ---- */
.section { max-width: var(--page-max); margin: 0 auto; padding: var(--sp-7) var(--sp-4); }
.record { display: grid; grid-template-columns: 1fr 1.2fr; gap: var(--sp-6); align-items: center; }
.record .copy h2 { text-align: left; margin-bottom: 16px; }
.record .copy p { color: var(--text-2); line-height: 1.6; margin: 0 0 24px; max-width: 46ch; font-size: var(--text-body-sm); }
.console {
  background: var(--ink); border-radius: var(--r-card); padding: var(--sp-3) var(--sp-4);
  font-family: var(--font-mono); font-size: 12.5px; line-height: 2.1; color: var(--on-ink-2);
}
.console .ln { display: flex; gap: 14px; white-space: nowrap; overflow: hidden; }
.console .t { color: #5F5F6B; }
.console .who-syd { color: #5CBB83; }
.console .who-sys { color: #7670C5; }
.console .who-you { color: #E0E0E4; }
.console .msg { color: #C9C9D0; overflow: hidden; text-overflow: ellipsis; }

/* ---- Editorial break (photography + Fluence wash) ---- */
.editorial { max-width: var(--page-max); margin: 0 auto; padding: 0 var(--sp-4) var(--sp-7); }
.editorial-card {
  border-radius: var(--r-card); overflow: hidden; position: relative;
  min-height: 440px; display: flex; align-items: flex-end;
  background-image: var(--grad-overlay), url("/v1/assets/editorial-golden.jpg");
  background-size: cover, cover; background-position: center, center 38%;
}
.editorial-card::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 65%;
  background: linear-gradient(to top, rgba(23,23,28,.62), rgba(23,23,28,0));
}
.editorial-card .quote {
  position: relative; z-index: 1;
  padding: var(--sp-5) var(--sp-5) var(--sp-4); max-width: 640px; color: #fff;
}
.editorial-card blockquote {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(24px, 2.6vw, 32px); line-height: 1.25; letter-spacing: -0.01em;
  margin: 0 0 14px; text-wrap: balance; text-shadow: 0 1px 24px rgba(23,23,28,.35);
}
.editorial-card cite { font-style: normal; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; opacity: .9; }

/* ---- Closing CTA ---- */
.closing { text-align: center; padding: var(--sp-7) var(--sp-4) 96px; }
.closing h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(40px, 5vw, 60px); line-height: 1.02; letter-spacing: -0.02em;
  margin: 0 0 16px; text-wrap: balance;
}
.closing p { color: var(--text-2); margin: 0 0 28px; font-size: var(--text-body); }

/* ---- Footer ---- */
.footer { background: var(--ink); color: var(--on-ink); }
.footer-inner {
  max-width: var(--page-max); margin: 0 auto; padding: var(--sp-7) var(--sp-4) var(--sp-5);
  display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: var(--sp-5);
}
.footer .brand { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.footer .brand span { font-weight: 600; font-size: 16px; }
.footer .news label { display: block; font-size: var(--text-body-sm); color: var(--on-ink-2); margin-bottom: 12px; }
.news-input { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--on-ink); padding-bottom: 8px; max-width: 300px; }
.news-input input {
  flex: 1; background: transparent; border: none; outline: none;
  color: var(--on-ink); font-family: var(--font-ui); font-size: var(--text-body-sm);
}
.news-input input::placeholder { color: var(--on-ink-2); }
.news-input button { background: none; border: none; color: var(--on-ink); cursor: pointer; padding: 0; }
.footer h4 { font-size: var(--text-body-sm); font-weight: 500; margin: 0 0 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin: 0 0 10px; }
.footer li a { color: var(--on-ink-2); text-decoration: none; font-size: var(--text-body-sm); }
.footer li a:hover { color: var(--on-ink); }
.footer-base {
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--sp-4) var(--sp-4);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 11px; color: #5F5F6B;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-cards, .feature-grid, .record { grid-template-columns: 1fr; }
  .stats-inner, .trio-grid { grid-template-columns: 1fr; gap: var(--sp-4); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .record .copy h2 { text-align: center; }
}
