@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap");

:root {
  --ink: #17231f;
  --paper: #f2f0e9;
  --paper-deep: #e7e3d8;
  --sage: #8f9f8c;
  --sage-light: #c7d1c2;
  --acid: #dcf67a;
  --line: rgba(23, 35, 31, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.site-header { height: 84px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { font: 600 27px/1 "Manrope", sans-serif; text-decoration: none; letter-spacing: -.08em; }
.brand span, .workspace-topbar strong span { color: #83987f; }
nav { display: flex; gap: 36px; align-items: center; }
nav a { font-size: 13px; text-decoration: none; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 19px; }
.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(360px, .76fr) minmax(540px, 1.24fr); overflow: hidden; }
.hero-copy { padding: clamp(70px, 9vw, 138px) 4vw clamp(60px, 7vw, 100px) clamp(26px, 7vw, 110px); position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
h1 { margin: 0; font: 400 clamp(52px, 5.4vw, 88px)/.97 var(--serif); letter-spacing: -.055em; }
h1 em, h2 em { color: #7f927b; font-weight: 400; }
.lede { margin: 36px 0 0; max-width: 550px; color: #52605b; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 38px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 24px; font-size: 13px; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.text-link { font-size: 13px; font-weight: 600; text-decoration: none; }
.private-note { margin-top: 31px; color: #74807b; font-size: 11px; }
.private-note span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #89a372; margin-right: 8px; }
.hero-stage { min-width: 0; position: relative; display: flex; align-items: center; padding: 6vw 0 6vw 3vw; }
.stage-glow { position: absolute; inset: 0; background: radial-gradient(circle at 54% 45%, rgba(194,211,189,.83), transparent 48%), linear-gradient(135deg, #e4e3da, #b7c6b4); border-radius: 52% 0 0 52% / 22% 0 0 22%; }
.workspace-card { width: min(920px, 105%); min-height: 590px; position: relative; z-index: 1; background: #f8f7f2; border: 1px solid rgba(23,35,31,.16); border-radius: 15px 0 0 15px; box-shadow: 0 34px 90px rgba(31,45,39,.2); overflow: hidden; transform: perspective(1500px) rotateY(-2deg); }
.workspace-topbar { height: 58px; padding: 0 20px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }
.workspace-topbar strong { font-size: 17px; letter-spacing: -.08em; }
.workspace-search { width: 220px; margin-left: auto; padding: 9px 14px; border-radius: 7px; background: #eeeee9; color: #919894; font-size: 10px; }
.avatar { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: white; background: #263631; font-size: 8px; }
.workspace-body { display: grid; grid-template-columns: 140px 1fr; min-height: 532px; }
.workspace-body aside { padding: 24px 15px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.workspace-body aside span { display: flex; justify-content: space-between; padding: 10px 11px; border-radius: 6px; color: #7a827e; font-size: 9px; }
.workspace-body aside .active { color: var(--ink); background: #e8ebe5; font-weight: 600; }
.workspace-body aside b { font-weight: 500; }
.workspace-main { padding: 35px 32px; }
.workspace-heading { display: flex; justify-content: space-between; align-items: end; }
.workspace-heading small, .workspace-main article > small { color: #8b928f; font-size: 7px; letter-spacing: .1em; }
.workspace-heading h2 { margin: 5px 0 0; font: 400 24px/1.1 var(--serif); }
.workspace-heading button, .signal-panel button { border: 0; border-radius: 999px; color: white; background: var(--ink); padding: 9px 13px; font: 500 8px var(--sans); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 25px 0 12px; }
.metric-row article { padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.metric-row strong { display: block; margin: 8px 0 4px; font: 400 24px var(--serif); }
.metric-row span { color: #74807b; font-size: 7px; }
.workspace-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 11px; }
.workspace-grid article { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.focus-panel { padding: 20px; }
.focus-panel h3 { margin: 9px 0 18px; font: 400 15px var(--serif); }
.focus-row { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 9px; padding: 12px 0; border-top: 1px solid var(--line); }
.focus-row i { width: 6px; height: 6px; border-radius: 50%; background: #a8bb9f; }
.focus-row b { display: block; font-size: 8px; }
.focus-row small, .focus-row em { color: #838b87; font-size: 7px; font-style: normal; }
.signal-panel { padding: 20px; background: #e8eee4 !important; }
.signal-orbit { width: 68px; height: 68px; margin: 20px auto; border: 1px solid #a9b7a4; border-radius: 50%; display: grid; place-items: center; }
.signal-orbit span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: white; background: #52665d; font-size: 9px; }
.signal-panel h3 { margin: 8px 0; font: 400 15px var(--serif); }
.signal-panel p { color: #6c7771; font-size: 8px; line-height: 1.5; }
.signal-panel button { margin-top: 8px; }
.promise, .flow { padding: clamp(90px, 11vw, 160px) clamp(26px, 7vw, 110px); }
.promise-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.promise h2, .flow h2, .closing h2 { margin: 0; font: 400 clamp(42px, 5vw, 76px)/1.05 var(--serif); letter-spacing: -.045em; }
.promise-grid > p { max-width: 530px; margin: 0 0 7px; color: #5b6862; font-size: 18px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 90px; background: var(--line); border: 1px solid var(--line); }
.feature-grid article { min-height: 280px; padding: 34px; background: var(--paper); }
.feature-grid span { color: #81917f; font-size: 11px; }
.feature-grid h3 { margin: 80px 0 13px; font: 400 25px var(--serif); }
.feature-grid p { margin: 0; color: #64706b; font-size: 14px; line-height: 1.7; }
.flow { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--paper-deep); }
.flow ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.flow li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.flow li > span { color: #7e8f7b; font-size: 11px; }
.flow h3 { margin: 0 0 9px; font: 400 24px var(--serif); }
.flow li p { margin: 0; max-width: 520px; color: #66716c; font-size: 14px; line-height: 1.65; }
.closing { padding: clamp(100px, 14vw, 210px) 26px; color: white; text-align: center; background: var(--ink); }
.closing .eyebrow { justify-content: center; color: #b9c6bf; }
.closing h2 { color: #f5f3eb; }
.button-light { margin-top: 42px; color: var(--ink); background: var(--acid); }
footer { min-height: 180px; padding: 45px clamp(26px, 7vw, 110px); display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 50px; }
.brand-footer { font-size: 34px; }
footer p, footer div { color: #69756f; font-size: 11px; }
footer div { display: flex; gap: 28px; }
.reveal { opacity: 0; transform: translateY(15px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-stage { min-height: 630px; padding-left: 6vw; }
  .workspace-card { width: 105%; }
  .promise-grid, .flow { grid-template-columns: 1fr; }
  .promise-grid > p { margin-top: 30px; }
}
@media (max-width: 680px) {
  .site-header { height: 70px; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: 0; }
  .hero-copy { padding: 70px 25px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-stage { min-height: 460px; padding: 40px 0 40px 18px; }
  .stage-glow { border-radius: 40% 0 0 40%; }
  .workspace-card { min-height: 390px; transform: none; }
  .workspace-body { grid-template-columns: 82px 1fr; min-height: 332px; }
  .workspace-body aside { padding: 14px 7px; }
  .workspace-main { padding: 20px 15px; }
  .workspace-heading h2 { font-size: 18px; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-row article:last-child { display: none; }
  .workspace-grid { grid-template-columns: 1fr; }
  .signal-panel { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 220px; }
  .feature-grid h3 { margin-top: 50px; }
  footer { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  footer div { flex-direction: column; gap: 8px; }
}
