/* Syndie V4 landing — the synthesis */

/* ---- Announcement (Intercom linen band) ---- */
.announce { background: var(--linen); color: var(--text-2); font-size: 13px; text-align: center; padding: 10px 16px; }
.announce .m { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--green-deep); margin-right: 10px; }
.announce a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }

/* ---- Nav ---- */
.nav { height: 68px; display: flex; align-items: center; gap: 10px; max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.brand { display: flex; align-items: center; gap: 9px; text-decoration: none; color: var(--text); }
.brand span { font-size: 16.5px; 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: 14px; padding: 8px 12px; border-radius: var(--r-pill); }
.nav-links a:hover { background: var(--linen); }
.nav-cta { display: flex; align-items: center; gap: 8px; }

/* ---- Hero with edge photography (Intercom) ---- */
.hero { position: relative; text-align: center; padding: 84px 32px 96px; overflow: hidden; }
.hero-inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.hero .kicker { margin-bottom: 26px; }
.hero h1 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(46px, 5.6vw, 74px); line-height: 1.02; letter-spacing: -0.02em;
  margin: 0 0 22px; text-wrap: balance;
}
.hero h1 .dim { color: var(--faint); }
.hero .sub { font-size: 16px; color: var(--text-2); line-height: 1.55; max-width: 52ch; margin: 0 auto 30px; }
.hero-cta { display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 16px; }
.hero .under { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }

/* Edge photo fragments */
.edge { position: absolute; z-index: 1; border-radius: var(--r-sm); overflow: hidden; }
.edge img { display: block; width: 100%; height: 100%; object-fit: cover; }
.edge.washed::after { content: ""; position: absolute; inset: 0; background: var(--fluence-overlay); }
.edge-l1 { left: -36px; top: 64px; width: 220px; height: 260px; }
.edge-l2 { left: 96px; bottom: 38px; width: 150px; height: 118px; }
.edge-r1 { right: -30px; top: 84px; width: 210px; height: 168px; }
.edge-r2 { right: 118px; bottom: 30px; width: 158px; height: 158px; }
@media (max-width: 1100px) { .edge { display: none; } .hero { padding-bottom: 64px; } }

/* ---- Logo strip ---- */
.logos { padding: 26px 32px 72px; text-align: center; }
.logos .mono { display: block; margin-bottom: 28px; font-size: 10.5px; }
.logo-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 44px; }
.logo-row span { color: var(--faint); font-weight: 500; font-size: 15px; }
.logo-row span.m { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; }

/* ---- Tabbed product panel on Fluence wash (Intercom × V1) ---- */
.product { max-width: var(--page-max); margin: 0 auto; padding: 0 40px 96px; }
.tabs { display: flex; gap: 26px; border-bottom: 1px solid var(--hairline); }
.tabs button {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 14px; color: var(--text-2);
  padding: 0 2px 13px; border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tabs button.on { color: var(--text); border-bottom-color: var(--ink); font-weight: 500; }
.shot-panel { background: var(--fluence); border-radius: var(--r-card); padding: 44px; margin-top: 30px; }
.shot-frame { background: var(--card); border-radius: 12px; overflow: hidden; box-shadow: 0 24px 70px rgba(23,23,28,.16); }
.shot-bar { display: flex; align-items: center; gap: 10px; padding: 13px 20px; border-bottom: 1px solid var(--hairline); }
.shot-bar .t { font-size: 13.5px; font-weight: 600; }
.shot-bar .mono { margin-left: auto; font-size: 10px; }
.shot-row { display: flex; align-items: center; gap: 14px; padding: 13px 20px; border-top: 1px solid var(--hairline); font-size: 13.5px; }
.shot-row:first-of-type { border-top: none; }
.shot-row .grow { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.shot-row .grow b { font-weight: 600; }
.shot-row .grow span { color: var(--text-2); }
.shot-row .t { font-family: var(--font-mono); font-size: 10.5px; color: var(--faint); }

/* ---- Valley story moment on grid paper ---- */
.story { text-align: center; padding: 88px 32px; }
.story .caption-box { margin-bottom: 44px; }
.story-card { max-width: 620px; margin: 0 auto; text-align: left; padding: 26px; }
.msg-bubble { background: var(--green-soft); border-radius: var(--r-card); padding: 18px 20px; font-size: 14.5px; line-height: 1.6; color: #14371F; }
.msg-bubble .from { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.msg-bubble .from .a { width: 28px; height: 28px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; }
.msg-bubble .from .n { font-weight: 600; font-size: 13px; color: var(--text); }
.msg-bubble .stamp { display: flex; justify-content: space-between; margin-top: 14px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--green-deep); }

/* ---- Cream feature band (Cohere) ---- */
.band { background: var(--linen); }
.band-inner { max-width: var(--page-max); margin: 0 auto; padding: 88px 40px; }
.band h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(30px, 3.8vw, 42px); letter-spacing: -0.015em; line-height: 1.1;
  text-align: center; margin: 0 0 12px; text-wrap: balance;
}
.band .lede { text-align: center; color: var(--text-2); font-size: 15px; max-width: 54ch; margin: 0 auto 48px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-card { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--r-card); padding: 30px; }
.feature-card .mono { display: block; margin-bottom: 14px; font-size: 10.5px; }
.feature-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 23px; letter-spacing: -0.01em; margin: 0 0 10px; }
.feature-card > p { color: var(--text-2); margin: 0 0 22px; line-height: 1.55; font-size: 13.5px; }
.demo-rows { border: 1px solid var(--hairline); border-radius: 10px; 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(--card); }
.demo-row:first-child { border-top: none; }
.demo-row .grow { flex: 1; min-width: 0; }
.demo-row .ttl { font-weight: 600; font-size: 12.5px; }
.demo-row .meta { color: var(--faint); font-size: 11.5px; margin-top: 1px; }

/* ---- Stats (serif numbers over ink rules) ---- */
.stats { max-width: var(--page-max); margin: 0 auto; padding: 88px 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.stat { border-top: 1px solid var(--ink); padding-top: 18px; }
.stat b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 54px; line-height: 1; letter-spacing: -0.02em; margin-bottom: 10px; }
.stat .mono { font-size: 10.5px; }

/* ---- Editorial quote break (V1) ---- */
.editorial { max-width: var(--page-max); margin: 0 auto; padding: 0 40px 96px; }
.editorial-card {
  border-radius: var(--r-card); overflow: hidden; position: relative;
  min-height: 420px; display: flex; align-items: flex-end;
  background-image: var(--fluence-overlay), url("/v4/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: 40px 44px 34px; max-width: 640px; color: #fff; }
.editorial-card blockquote { font-family: var(--font-display); font-weight: 400; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.25; letter-spacing: -0.01em; margin: 0 0 14px; text-wrap: balance; }
.editorial-card cite { font-style: normal; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; opacity: .9; }

/* ---- Closing ---- */
.closing { text-align: center; padding: 0 32px 104px; }
.closing h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(38px, 4.6vw, 56px); line-height: 1.03; letter-spacing: -0.02em; margin: 0 0 16px; text-wrap: balance; }
.closing p { color: var(--text-2); margin: 0 0 28px; font-size: 15.5px; }

/* ---- Footer (V1 ink) ---- */
.footer { background: var(--ink); color: var(--on-ink); }
.footer-inner { max-width: var(--page-max); margin: 0 auto; padding: 72px 40px 48px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.footer .brand { margin-bottom: 18px; }
.footer .brand span { color: var(--on-ink); }
.footer .news label { display: block; font-size: 13.5px; 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: 290px; }
.news-input input { flex: 1; background: transparent; border: none; outline: none; color: var(--on-ink); font-family: var(--font-body); font-size: 13.5px; }
.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-family: var(--font-mono); font-size: 10.5px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; color: var(--on-ink-2); margin: 0 0 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 10px; }
.footer li a { color: var(--on-ink-2); text-decoration: none; font-size: 13.5px; }
.footer li a:hover { color: var(--on-ink); }
.footer-base { max-width: var(--page-max); margin: 0 auto; padding: 0 40px 40px; display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #5F5F66; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; gap: 24px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
