:root {
  --paper: #f6f3ed;
  --paper-deep: #ece8e1;
  --surface: #fbfaf7;
  --ink: #14212b;
  --ink-soft: #40505a;
  --navy: #172934;
  --sage: #8d9d90;
  --sage-dark: #5f7568;
  --sage-pale: #dce3dc;
  --warm: #b79279;
  --line: rgba(20, 33, 43, 0.14);
  --shadow: 0 22px 70px rgba(24, 36, 43, 0.12);
  --radius-lg: 25px;
  --radius-md: 17px;
  --shell: min(1160px, calc(100vw - 40px));
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 92% 4%, rgba(141, 157, 144, 0.18), transparent 29rem),
    linear-gradient(180deg, #faf8f3 0%, var(--paper) 38%, #f3f0ea 100%);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 96px 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--navy);
  color: white;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  padding: 27px 0;
}

.header-inner,
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 750;
}

.brand-copy {
  display: grid;
  line-height: 1.12;
}

.brand-copy strong {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .13em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: .06em;
}

.header-note {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--sage-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow.light { color: #b9c7bd; }

h1, h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.036em;
  line-height: 1.02;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(47px, 5.55vw, 72px);
  text-wrap: balance;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4.5vw, 56px);
}

.hero {
  min-height: 740px;
  display: flex;
  align-items: center;
  padding-top: 54px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(455px, .92fr);
  gap: 58px;
  align-items: center;
}

.hero-lede {
  max-width: 690px;
  margin-bottom: 16px;
  color: var(--ink-soft);
  font-size: 20px;
}

.product-format {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-strip span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 720;
}

.hero-visual {
  position: relative;
  min-height: 565px;
  display: grid;
  align-items: center;
}

.asset-warning {
  position: absolute;
  z-index: 5;
  top: 4px;
  right: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff7e8;
  border: 1px solid rgba(155,112,53,.25);
  color: #8b5f2d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.document-stack {
  position: relative;
  height: 530px;
}

.doc {
  position: absolute;
  width: 326px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  transition: transform .45s ease, box-shadow .45s ease;
}

.doc-a { left: 1%; top: 7%; transform: rotate(-4.5deg); }
.doc-b { right: 0; top: 13%; transform: rotate(4deg); }
.doc-c { left: 22%; bottom: 0; transform: rotate(-.4deg); }

.hero-visual:hover .doc-a { transform: translate(-7px,-8px) rotate(-6deg); }
.hero-visual:hover .doc-b { transform: translate(7px,-6px) rotate(5.2deg); }
.hero-visual:hover .doc-c { transform: translateY(6px) rotate(0); }

.practice-value-section {
  border-top: 1px solid var(--line);
}

.practice-value-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 86px;
  align-items: start;
}

.practice-value-heading h2 {
  max-width: 620px;
  font-size: clamp(36px, 4vw, 50px);
}

.value-list {
  border-top: 1px solid var(--line);
}

.value-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.value-number {
  padding-top: 5px;
  color: #74867a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.value-list h3 {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -.02em;
}

.value-list p {
  margin: 0;
  color: #34454f;
  font-size: 15.5px;
}

.workflow-section {
  background: var(--paper-deep);
}

.workflow-heading {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 74px;
  align-items: end;
  margin-bottom: 48px;
}

.workflow-heading > p {
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 17px;
}

.workflow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 35px;
  height: 1px;
  background: rgba(20,33,43,.18);
}

.workflow li {
  position: relative;
  min-height: 205px;
  padding: 0 30px 0 0;
}

.workflow li:not(:first-child) {
  padding-left: 30px;
}

.workflow-index {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(20,33,43,.22);
  border-radius: 50%;
  background: var(--paper-deep);
  color: var(--sage-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
}

.workflow h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -.02em;
}

.workflow p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.systems-section {
  background: var(--surface);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.section-heading > p:last-child {
  color: var(--ink-soft);
  font-size: 17px;
}

.systems-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.system-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #f9f7f1;
}

.system-preview {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #e7e2d8;
}

.system-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.draft-label {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  padding: 6px 8px;
  border-radius: 999px;
  background: #fff7e8;
  border: 1px solid rgba(155,112,53,.24);
  color: #8b5f2d;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.system-body {
  padding: 26px 27px 27px;
}

.system-name {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
}

.system-letter {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-family: var(--serif);
  font-size: 19px;
}

.system-card h3 {
  min-height: 67px;
  margin: 1px 0 0;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
}

.system-hook {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 790;
}

.system-result {
  color: var(--ink-soft);
  font-size: 14px;
}

.boundary {
  display: grid;
  gap: 4px;
  margin: 20px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.boundary strong {
  color: var(--sage-dark);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.boundary span {
  color: var(--ink-soft);
  font-size: 13px;
}

.completion-strip {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center;
  margin-top: 28px;
  padding: 31px 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(220,227,220,.46);
}

.completion-strip h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.15;
  font-weight: 500;
}

.completion-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.completion-tags span {
  padding: 10px 13px;
  border: 1px solid rgba(20,33,43,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.60);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 760;
}

.protection-section {
  background: var(--navy);
  color: white;
}

.protection-heading {
  max-width: 850px;
  margin-bottom: 45px;
}

.protection-heading p:last-child {
  color: #c7d0d3;
}

.protection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}

.protection-column {
  padding: 30px 32px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.045);
}

.protection-column h3 {
  margin-bottom: 21px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.protection-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.protection-column li {
  position: relative;
  padding: 10px 0 10px 27px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: #dce3e5;
  font-size: 14.5px;
}

.protection-column li::before {
  position: absolute;
  left: 0;
  font-weight: 800;
}

.positive li::before { content: "✓"; color: #b8c9bd; }
.negative li::before { content: "—"; color: #d8b59d; }

.coming-section {
  padding: 42px 0 0;
}

.coming-inner {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  gap: 48px;
  align-items: center;
  padding: 25px 0 29px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.coming-label .eyebrow {
  margin-bottom: 5px;
}

.coming-label small {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 720;
}

.coming-products {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 19px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 21px;
}

.coming-products i {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--sage);
}

.site-footer {
  padding: 33px 0 48px;
}

.footer-inner {
  color: var(--ink-soft);
  font-size: 12px;
}

.footer-inner > div {
  display: grid;
  gap: 2px;
}

.footer-inner strong {
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .12em;
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

html.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .section { padding: 80px 0; }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-grid,
  .practice-value-grid,
  .workflow-heading,
  .completion-strip {
    grid-template-columns: 1fr;
  }

  .hero-grid { gap: 34px; }

  .hero-visual { min-height: 540px; }

  .document-stack {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }

  .practice-value-grid,
  .workflow-heading {
    gap: 36px;
  }

  .workflow {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 34px 20px;
  }

  .workflow::before { display: none; }

  .workflow li,
  .workflow li:not(:first-child) {
    min-height: auto;
    padding: 0;
  }

  .systems-grid {
    grid-template-columns: 1fr;
  }

  .system-card {
    display: grid;
    grid-template-columns: minmax(300px,.92fr) 1.08fr;
  }

  .system-preview {
    height: 100%;
    min-height: 360px;
  }

  .system-card h3 {
    min-height: auto;
  }

  .completion-tags {
    justify-content: flex-start;
  }

  .coming-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .coming-products {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1160px); }

  body { font-size: 16px; }

  .section { padding: 64px 0; }

  .site-header { padding: 23px 0; }

  .brand-mark {
    width: 43px;
    height: 43px;
  }

  .brand-copy strong { font-size: 14px; }

  .header-note { display: none; }

  .hero { padding-top: 31px; }

  h1 { font-size: clamp(42px,13vw,56px); text-wrap: balance; }
  h2 { font-size: clamp(36px,11vw,47px); }

  .hero-lede {
    font-size: 18px;
    line-height: 1.55;
  }

  .product-format {
    font-size: 15.5px;
    line-height: 1.55;
  }

  .hero-visual { min-height: 400px; }

  .document-stack { height: 375px; }

  .doc { width: 236px; }

  .doc-a { left: 0; }
  .doc-b { right: 0; }
  .doc-c { left: 17%; }

  .asset-warning {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
  }

  .value-list article {
    grid-template-columns: 38px 1fr;
    gap: 13px;
  }

  .value-list h3 {
    font-size: 25px;
  }

  .value-list p {
    font-size: 16px;
  }

  .workflow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .workflow li {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-index {
    grid-row: span 2;
    width: 56px;
    height: 56px;
    margin-bottom: 0;
  }

  .workflow h3 {
    margin: 1px 0 3px;
    font-size: 25px;
  }

  .workflow p {
    font-size: 16px;
  }

  .system-card {
    display: block;
  }

  .system-preview {
    height: 205px;
    min-height: 0;
  }

  .system-body {
    padding: 23px 23px 25px;
  }

  .system-name {
    grid-template-columns: 36px 1fr;
    gap: 13px;
  }

  .system-letter {
    width: 36px;
    height: 36px;
  }

  .system-card h3 {
    font-size: 27px;
  }

  .system-hook,
  .system-result {
    font-size: 16px;
    line-height: 1.55;
  }

  .boundary strong {
    font-size: 11px;
  }

  .boundary span {
    font-size: 14.5px;
    line-height: 1.5;
  }

  .completion-strip {
    padding: 27px 24px;
  }

  .completion-strip h3 {
    font-size: 27px;
  }

  .completion-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .completion-tags span {
    width: fit-content;
    font-size: 13px;
  }

  .protection-grid {
    grid-template-columns: 1fr;
  }

  .protection-column {
    padding: 25px 24px;
  }

  .protection-column li {
    font-size: 15.5px;
  }

  .coming-products {
    display: grid;
    gap: 8px;
    font-size: 20px;
  }

  .coming-products i {
    display: none;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  html.js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
