:root {
  color-scheme: light;
  --paper: #f4f3ee;
  --paper-deep: #ebeae3;
  --ink: #20251f;
  --muted: #687168;
  --line: #d2d6cd;
  --green: #0f644e;
  --green-deep: #0a4435;
  --green-soft: #dcebe4;
  --white: #fbfcf9;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
.site-header, main, footer { width: min(100% - 48px, 1400px); margin-inline: auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: .07em;
}
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); color: var(--muted); font-size: 12px; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green); }
.site-nav .nav-access { padding: 11px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }
.nav-access span { margin-left: 5px; color: var(--green); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  min-height: calc(100svh - 83px);
  padding: 86px 0 96px;
}
.eyebrow { margin: 0 0 21px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 800px; font-size: clamp(58px, 7.4vw, 110px); line-height: .92; }
.hero h1 em { color: var(--green); font-weight: 400; }
.hero-intro { max-width: 650px; margin: 33px 0 0; color: var(--muted); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 39px; }
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 50px;
  padding: 13px 18px 13px 22px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-size: 12px;
  font-weight: 750;
  transition: transform .18s ease, background-color .18s ease;
}
.primary-action:hover, .primary-action:focus-visible { background: var(--green-deep); outline: none; transform: translateY(-2px); }
.primary-action span { font-size: 18px; font-weight: 400; }
.text-action { padding: 10px 0 6px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.text-action:hover, .text-action:focus-visible { border-color: var(--green); color: var(--green); }

.hero-system { position: relative; padding: clamp(28px, 4vw, 54px); border: 1px solid var(--line); border-radius: 34px; background: rgba(251, 252, 249, .58); box-shadow: 0 35px 90px rgba(32, 37, 31, .08); }
.hero-system::before { content: ""; position: absolute; inset: -28px 40px auto; height: 60px; border-radius: 50%; background: var(--green-soft); filter: blur(34px); opacity: .9; z-index: -1; }
.system-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.system-caption span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.system-caption strong { font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.system-path { padding: 25px 0; }
.system-path article { display: grid; grid-template-columns: 29px 1fr auto; gap: 13px; align-items: center; }
.path-index { color: var(--green); font-size: 9px; font-weight: 800; }
.system-path article div { display: grid; gap: 4px; }
.system-path small { color: var(--muted); font-size: 9px; }
.system-path strong { font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-weight: 500; }
.path-status { padding: 5px 8px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: 8px; font-weight: 800; }
.path-status.is-muted { background: var(--paper-deep); color: var(--muted); }
.system-path i { display: block; width: 1px; height: 27px; margin: 4px 0 4px 14px; background: var(--line); }
.hero-system > p { margin: 0; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-style: italic; text-align: center; }

.suite { padding: 125px 0 118px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 60px; align-items: end; margin-bottom: 69px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(43px, 5vw, 76px); line-height: 1.02; }
.section-heading > p:last-child { max-width: 450px; margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.product-list { border-top: 1px solid var(--line); }
.product { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) 240px; gap: 40px; min-height: 300px; padding: 46px 8px 50px; overflow: hidden; border-bottom: 1px solid var(--line); }
.product-number { padding-top: 8px; color: var(--green); font-size: 10px; font-weight: 850; }
.product-copy { max-width: 720px; }
.product-title { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }
.product-title h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 3vw, 48px); font-weight: 400; letter-spacing: -.025em; }
.product-title span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-featured .product-title span { border-color: transparent; background: var(--green-soft); color: var(--green); }
.product-promise { margin: 18px 0 9px; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.product-copy > p:last-of-type { max-width: 700px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.product-copy > a { display: inline-flex; gap: 13px; margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid var(--green); color: var(--green); font-size: 11px; font-weight: 800; }
.product-signal, .editor-lines, .vade-pages, .drive-folders { align-self: center; justify-self: end; width: 210px; height: 150px; }
.product-signal { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: 12px; padding: 21px; border-radius: 28px; background: var(--green); }
.product-signal span { width: 17px; border-radius: 999px; background: rgba(255,255,255,.8); }
.product-signal span:nth-child(1) { height: 28%; opacity: .42; }
.product-signal span:nth-child(2) { height: 61%; opacity: .66; }
.product-signal span:nth-child(3) { height: 82%; }
.product-signal span:nth-child(4) { height: 48%; opacity: .56; }
.editor-lines { display: grid; align-content: center; gap: 14px; padding: 25px 24px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); transform: rotate(2deg); }
.editor-lines i { height: 1px; background: var(--line); }
.editor-lines i:first-child { width: 42%; height: 5px; background: var(--green); }
.editor-lines i:nth-child(3) { width: 78%; }
.vade-pages { position: relative; }
.vade-pages i { position: absolute; inset: 15px 9px 6px 38px; border: 1px solid var(--line); border-radius: 22px 8px 8px 22px; background: var(--white); }
.vade-pages i:nth-child(2) { transform: translate(-13px, -8px); }
.vade-pages i:nth-child(3) { transform: translate(-26px, -16px); background: var(--green-soft); }
.drive-folders { position: relative; }
.drive-folders i { position: absolute; right: 5px; left: 17px; height: 80px; border: 1px solid var(--line); border-radius: 12px 12px 22px 22px; background: var(--white); }
.drive-folders i::before { content: ""; position: absolute; top: -13px; left: 13px; width: 61px; height: 18px; border: 1px solid var(--line); border-bottom: 0; border-radius: 9px 9px 0 0; background: inherit; }
.drive-folders i:nth-child(1) { bottom: 4px; }
.drive-folders i:nth-child(2) { bottom: 29px; transform: translateX(-10px); background: var(--green-soft); }
.drive-folders i:nth-child(3) { bottom: 54px; transform: translateX(-20px); background: var(--green); }
.drive-folders span { position: absolute; z-index: 2; top: 27px; left: 39px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 10px; letter-spacing: .08em; }

.knowledge-radar { display: grid; grid-template-columns: .72fr 1.28fr; column-gap: clamp(50px, 9vw, 150px); padding: 120px 0; border-top: 1px solid var(--line); }
.knowledge-radar-intro h2 { max-width: 590px; font-size: clamp(42px, 4.7vw, 70px); }
.knowledge-radar-intro > p:last-child { max-width: 570px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.radar-flow { border-top: 1px solid var(--line); }
.radar-flow article { display: grid; grid-template-columns: 85px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.radar-flow span { color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.radar-flow strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; line-height: 1.5; }
.radar-boundary { grid-column: 2; margin: 26px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .025em; }

.professional-tools { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 150px); padding: 120px 0; border-top: 1px solid var(--line); }
.professional-tools-heading h2 { max-width: 550px; font-size: clamp(42px, 4.7vw, 70px); }
.professional-tools-heading > p:last-child { max-width: 520px; margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.professional-profiles { border-top: 1px solid var(--line); }
.professional-profiles article { display: grid; grid-template-columns: .7fr 1fr; gap: 30px; padding: 31px 0 35px; border-bottom: 1px solid var(--line); }
.profile-title { grid-column: 1 / -1; display: flex; align-items: baseline; gap: 25px; }
.profile-title span { color: var(--green); font-size: 9px; font-weight: 850; }
.profile-title h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; }
.professional-profiles article > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.profile-capabilities { border-top: 1px solid var(--line); }
.profile-capabilities span { display: block; position: relative; padding: 10px 0 10px 16px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 10px; line-height: 1.4; }
.profile-capabilities span::before { content: ""; position: absolute; top: 15px; left: 1px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }

.product-focus { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 150px); padding: 100px 0; border-top: 1px solid var(--line); }
.product-focus-heading h2 { max-width: 560px; font-size: clamp(41px, 4.3vw, 66px); }
.product-focus-copy { padding-top: 3px; border-top: 1px solid var(--line); }
.product-focus-copy p { max-width: 760px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.product-focus-copy .focus-statement { margin: 31px 0 22px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.4vw, 36px); line-height: 1.25; }

.workflow { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 150px); padding: 120px 0; border-top: 1px solid var(--line); }
.workflow h2 { max-width: 520px; font-size: clamp(41px, 4.3vw, 66px); }
.workflow-steps { border-top: 1px solid var(--line); }
.workflow-steps article { display: grid; grid-template-columns: 45px .65fr 1fr; gap: 24px; align-items: baseline; padding: 27px 0; border-bottom: 1px solid var(--line); }
.workflow-steps span { color: var(--green); font-size: 9px; font-weight: 850; }
.workflow-steps h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; }
.workflow-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.continuity { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; margin-bottom: 120px; padding: clamp(50px, 7vw, 100px); border-radius: 38px; background: var(--green-deep); color: var(--white); }
.continuity .eyebrow { color: #8dd5b9; }
.continuity h2 { font-size: clamp(40px, 4.7vw, 70px); }
.continuity-copy { max-width: 570px; }
.continuity-copy > p { margin: 0; color: #bfd0c8; font-size: 15px; line-height: 1.8; }
.continuity-modes { margin-top: 34px; border-top: 1px solid rgba(255, 255, 255, .22); }
.continuity-modes div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.continuity-modes span { color: #8dd5b9; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.continuity-modes strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 400; line-height: 1.5; }
.final-cta { display: grid; justify-items: center; padding: 120px 0 140px; border-top: 1px solid var(--line); text-align: center; }
.final-cta h2 { max-width: 860px; }
.final-cta .primary-action { margin-top: 39px; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 120px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-brand .brand-mark { width: 30px; height: 30px; font-size: 8px; }
.footer-brand .brand-name { color: var(--ink); font-size: 18px; }
.footer-links { display: flex; align-items: center; gap: 24px; }
.footer-links a { padding-bottom: 5px; border-bottom: 1px solid var(--line); color: var(--green); font-weight: 750; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-top: 20px; }
  .hero-system { width: min(100%, 650px); }
  .section-heading, .knowledge-radar, .professional-tools, .product-focus, .workflow, .continuity { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .product { grid-template-columns: 44px 1fr; }
  .product-signal, .editor-lines, .vade-pages, .drive-folders { display: none; }
  .workflow { gap: 54px; }
  .knowledge-radar { row-gap: 54px; }
  .radar-boundary { grid-column: 1; }
  .professional-tools { gap: 54px; }
  .continuity { gap: 38px; }
}

@media (max-width: 680px) {
  .site-header, main, footer { width: min(100% - 30px, 1400px); }
  .site-header { min-height: 70px; }
  .site-nav > a:not(.nav-access) { display: none; }
  .site-nav .nav-access { padding: 9px 12px; font-size: 10px; }
  .hero { gap: 50px; padding: 72px 0 76px; }
  .hero h1 { font-size: clamp(49px, 15.5vw, 72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-system { padding: 24px 19px; border-radius: 24px; }
  .system-caption { align-items: flex-start; flex-direction: column; gap: 8px; }
  .system-path article { grid-template-columns: 24px 1fr; }
  .path-status { display: none; }
  .suite, .knowledge-radar, .professional-tools, .product-focus, .workflow { padding: 85px 0; }
  .section-heading { margin-bottom: 44px; }
  .product { grid-template-columns: 28px 1fr; gap: 13px; min-height: 0; padding: 34px 0 38px; }
  .product-title { align-items: flex-start; flex-direction: column; gap: 9px; }
  .professional-profiles article { grid-template-columns: 1fr; }
  .profile-title { grid-column: 1; }
  .radar-flow article { grid-template-columns: 62px 1fr; gap: 15px; }
  .workflow-steps article { grid-template-columns: 28px 1fr; }
  .workflow-steps p { grid-column: 2; }
  .continuity { margin-bottom: 85px; padding: 42px 27px; border-radius: 28px; }
  .continuity-modes div { grid-template-columns: 1fr; gap: 7px; }
  .final-cta { padding: 85px 0 100px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; padding: 35px 0; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
