:root {
  --paper: #f3f0e8;
  --paper-2: #e7e2d6;
  --ink: #161916;
  --muted: #5d625b;
  --line: #b9b7ae;
  --green: #48bf61;
  --green-dark: #176b36;
  --orange: #ff7148;
  --white: #fffefa;
  --black: #0e100e;
  --radius: 0px;
  --max: 1240px;
  --shadow: 8px 8px 0 rgba(22, 25, 22, .14);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
::selection { background: var(--green); color: var(--black); }

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 9999;
  background: var(--black);
  color: white;
  padding: 12px 16px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { border-top: 1px solid var(--line); padding: 96px 0; }
.section--ink { background: var(--black); color: var(--white); border-top-color: var(--black); }
.section--green { background: var(--green); border-top-color: var(--ink); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: 25px;
}
.brand-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); border: 1px solid var(--ink); }
.brand small { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.main-nav a:not(.button):hover { text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; background: var(--ink); margin: 6px 0; transition: .2s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 18px;
  border: 1.5px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 4px 4px 0 var(--green);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--green); }
.button--light { background: var(--white); color: var(--ink); }
.button--green { background: var(--green); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.button--ghost { background: transparent; color: var(--ink); box-shadow: none; }
.button--ghost:hover { background: var(--white); box-shadow: none; }
.button--white { background: var(--white); color: var(--ink); box-shadow: 4px 4px 0 var(--green); }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
  font-size: 12px;
}
.kicker::before { content: ''; width: 28px; height: 2px; background: currentColor; }
.display {
  margin: 22px 0 28px;
  font-size: clamp(48px, 7vw, 104px);
  line-height: .92;
  letter-spacing: -.07em;
  max-width: 1020px;
}
.display em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: var(--green-dark); }
.lead { font-size: clamp(19px, 2.1vw, 27px); line-height: 1.35; max-width: 800px; margin: 0; }

.hero { padding: 74px 0 44px; overflow: hidden; }
.hero-top { position: relative; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-cat {
  position: absolute;
  width: min(37vw, 480px);
  right: -20px;
  bottom: -62px;
  transform: rotate(-2deg);
  pointer-events: none;
  z-index: -1;
  opacity: .98;
}
.hero-note {
  position: absolute;
  right: 7%;
  top: 5%;
  width: 175px;
  padding: 14px;
  border: 1px solid var(--ink);
  background: var(--orange);
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.25;
  transform: rotate(3deg);
  box-shadow: 5px 5px 0 var(--ink);
}
.hero-ledger {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ink);
  background: var(--white);
}
.ledger-cell { min-height: 112px; padding: 19px; border-right: 1px solid var(--ink); }
.ledger-cell:last-child { border-right: 0; }
.ledger-cell strong { display: block; font-size: 28px; letter-spacing: -.05em; }
.ledger-cell span { color: var(--muted); font-size: 14px; }

.marquee { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--green); }
.marquee-track { width: max-content; display: flex; animation: marquee 34s linear infinite; }
.marquee span { padding: 13px 24px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; white-space: nowrap; }
.marquee span::after { content: '✦'; margin-left: 48px; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } html { scroll-behavior: auto; } }

.section-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  align-items: end;
  gap: 50px;
  margin-bottom: 46px;
}
.section-index { font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.section-title { margin: 9px 0 0; font-size: clamp(40px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.section-head p { margin: 0; font-size: 18px; color: var(--muted); }
.section--ink .section-head p, .section--ink .section-index { color: #c8cabf; }

.products-label { display: flex; justify-content: space-between; align-items: center; margin: 35px 0 16px; }
.products-label h3 { margin: 0; font-size: 14px; text-transform: uppercase; letter-spacing: .13em; }
.products-label span { font-size: 13px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--ink); border-top: 1px solid var(--ink); }
.product-card {
  min-height: 440px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--white);
  text-decoration: none;
  overflow: hidden;
  transition: background .18s ease;
}
.product-card:hover { background: #fff; }
.product-card:hover .product-arrow { transform: translate(4px, -4px); }
.product-number { font-family: Georgia, serif; font-style: italic; font-size: 14px; color: var(--muted); }
.product-card h4 { margin: 18px 0 10px; font-size: 30px; line-height: 1.04; letter-spacing: -.045em; }
.product-card p { margin: 0; color: var(--muted); font-size: 15px; max-width: 34ch; }
.product-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.tag { border: 1px solid var(--ink); padding: 4px 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.product-arrow { position: absolute; top: 23px; right: 24px; font-size: 26px; transition: transform .18s ease; }
.product-visual { margin-top: auto; height: 145px; position: relative; display: grid; place-items: center; }

.visual-window { width: 100%; height: 126px; border: 1.5px solid var(--ink); background: var(--paper); box-shadow: 5px 5px 0 rgba(22,25,22,.15); overflow: hidden; }
.visual-topbar { height: 22px; border-bottom: 1px solid var(--ink); display: flex; align-items: center; gap: 5px; padding: 0 8px; background: var(--paper-2); }
.visual-topbar i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); opacity: .55; }
.visual-body { height: calc(100% - 22px); padding: 11px; }
.rating-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 9px; }
.stars { letter-spacing: 1px; font-size: 13px; }
.reply-pill { border: 1px solid var(--ink); background: var(--green); font-size: 10px; font-weight: 900; padding: 4px 7px; }
.review-line { height: 5px; background: var(--ink); opacity: .16; margin-top: 7px; }
.review-line.short { width: 62%; }
.prompt-layout { display: grid; grid-template-columns: 34% 1fr; height: 100%; }
.prompt-side { border-right: 1px solid var(--ink); padding: 7px; }
.prompt-side b, .prompt-main b { display: block; height: 6px; background: var(--ink); opacity: .7; margin: 5px 0 11px; }
.prompt-side i { display: block; height: 5px; background: var(--ink); opacity: .15; margin: 8px 0; }
.prompt-main { padding: 7px 10px; }
.prompt-item { border: 1px solid var(--ink); padding: 7px; margin: 6px 0; font-size: 8px; background: var(--white); }
.wave { height: 100%; display: flex; align-items: center; justify-content: center; gap: 4px; }
.wave i { width: 5px; background: var(--green-dark); border-radius: 10px; }
.wave i:nth-child(1), .wave i:nth-child(9) { height: 22px; }
.wave i:nth-child(2), .wave i:nth-child(8) { height: 48px; }
.wave i:nth-child(3), .wave i:nth-child(7) { height: 72px; }
.wave i:nth-child(4), .wave i:nth-child(6) { height: 94px; }
.wave i:nth-child(5) { height: 58px; background: var(--orange); }
.chat-ui { width: 92%; display: flex; flex-direction: column; gap: 8px; }
.bubble { max-width: 82%; border: 1px solid var(--ink); padding: 8px 10px; font-size: 10px; line-height: 1.3; background: var(--white); }
.bubble.me { align-self: flex-end; background: var(--green); }
.post-lines { width: 100%; }
.post-lines i { height: 7px; border-bottom: 1px solid var(--ink); display: block; margin: 8px 0; }
.post-lines i:nth-child(2) { width: 78%; }
.post-lines i:nth-child(3) { width: 92%; }
.builder { width: 94%; display: grid; grid-template-columns: 28px 1fr; gap: 7px; align-items: center; }
.builder b { width: 28px; height: 28px; border: 1px solid var(--ink); display: grid; place-items: center; font-size: 10px; background: var(--green); }
.builder i { height: 28px; border: 1px solid var(--ink); background: var(--white); }

.services-layout { display: grid; grid-template-columns: .9fr 1.5fr; gap: 8vw; }
.services-intro { position: sticky; top: 110px; align-self: start; }
.services-intro p { font-size: 22px; max-width: 36ch; color: #d7d9cf; }
.service-list { border-top: 1px solid #5a5d57; }
.service-row { display: grid; grid-template-columns: 72px 1fr auto; gap: 20px; align-items: start; padding: 30px 0; border-bottom: 1px solid #5a5d57; text-decoration: none; }
.service-row:hover .service-title { color: var(--green); }
.service-no { font-family: Georgia, serif; font-style: italic; color: #979b91; }
.service-title { display: block; font-size: clamp(24px, 2.6vw, 38px); line-height: 1.1; letter-spacing: -.04em; transition: color .15s; }
.service-desc { display: block; color: #b7bab1; margin-top: 8px; max-width: 55ch; font-size: 15px; }
.service-arrow { font-size: 27px; }

.case-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.case-card { border: 1px solid var(--ink); background: var(--white); padding: 30px; min-height: 400px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.case-card--hero { background: var(--green); }
.case-card h3 { margin: 15px 0; font-size: clamp(30px, 4vw, 58px); line-height: .98; letter-spacing: -.05em; max-width: 13ch; }
.case-card p { max-width: 50ch; }
.case-card ul { margin-top: auto; padding-left: 19px; font-size: 15px; }
.case-card .button { align-self: flex-start; margin-top: 24px; }
.case-stamp { position: absolute; right: 24px; top: 24px; width: 94px; height: 94px; border: 1.5px solid var(--ink); border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: 10px; text-transform: uppercase; font-weight: 900; transform: rotate(8deg); }
.case-mini-stack { display: grid; gap: 24px; }
.case-mini { border: 1px solid var(--ink); padding: 26px; background: var(--white); min-height: 188px; text-decoration: none; }
.case-mini:hover { background: var(--paper-2); }
.case-mini h4 { margin: 10px 0 8px; font-size: 28px; line-height: 1.05; letter-spacing: -.04em; }
.case-mini p { margin: 0; color: var(--muted); font-size: 14px; }

.principle-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.principle-quote { font-family: Georgia, serif; font-size: clamp(36px, 5vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.principle-quote em { color: var(--green-dark); }
.principle-list { border-top: 1px solid var(--ink); }
.principle-item { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--ink); }
.principle-item b { font-size: 13px; }
.principle-item p { margin: 0; }

.team-grid { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--ink); border-top: 1px solid var(--ink); }
.person { padding: 36px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.person-mark { width: 104px; height: 104px; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid var(--ink); background: var(--green); font-family: Georgia, serif; font-size: 34px; font-style: italic; }
.person:nth-child(2) .person-mark { background: var(--orange); }
.person h3 { font-size: 36px; margin: 25px 0 3px; letter-spacing: -.04em; }
.person-role { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; color: var(--muted); }
.person p { max-width: 58ch; }
.person-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.text-link { font-weight: 900; font-size: 14px; text-underline-offset: 4px; }

.contact-shell { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.contact-shell h2 { font-size: clamp(48px, 7vw, 100px); line-height: .9; letter-spacing: -.065em; margin: 0; }
.contact-shell h2 em { font-family: Georgia, serif; font-weight: 400; }
.contact-side p { font-size: 20px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 44px; font-size: 14px; font-weight: 900; }
.contact-links a { text-underline-offset: 5px; }

.site-footer { border-top: 1px solid var(--ink); padding: 25px 0 35px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; font-size: 13px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-nav a { text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero-note { display: none; }
  .hero-cat { opacity: .28; width: 52vw; }
  .hero-ledger { grid-template-columns: 1fr 1fr; }
  .ledger-cell:nth-child(2) { border-right: 0; }
  .ledger-cell:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .services-layout { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .case-grid, .principle-wrap, .contact-shell { grid-template-columns: 1fr; }
  .case-card { min-height: 360px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 26px), var(--max)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 64px; }
  .brand { font-size: 22px; }
  .brand small { display: none; }
  .menu-toggle { display: block; z-index: 1002; }
  .main-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: 100%;
    padding: 100px 24px 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }
  .main-nav a { font-size: 25px; padding: 15px 0; border-bottom: 1px solid var(--ink); }
  .main-nav .button { margin-top: 22px; font-size: 15px; }
  .menu-open .menu-toggle span:first-child { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:last-child { transform: translateY(-8px) rotate(-45deg); }
  .hero { padding-top: 50px; }
  .display { font-size: clamp(47px, 15vw, 74px); }
  .lead { max-width: 92%; }
  .hero-cat { width: 90vw; right: -34vw; bottom: -42px; opacity: .24; }
  .hero-ledger { margin-top: 65px; grid-template-columns: 1fr; }
  .ledger-cell, .ledger-cell:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--ink); }
  .ledger-cell:last-child { border-bottom: 0; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 410px; }
  .product-visual { height: 135px; }
  .service-row { grid-template-columns: 42px 1fr auto; gap: 10px; }
  .service-desc { font-size: 14px; }
  .case-card { min-height: 430px; }
  .case-stamp { width: 76px; height: 76px; right: 16px; top: 16px; }
  .team-grid { grid-template-columns: 1fr; }
  .person { padding: 27px; }
  .contact-shell { gap: 36px; }
  .contact-shell h2 { font-size: clamp(54px, 17vw, 78px); }
  .footer-inner { flex-direction: column; }
}
.product-card, .case-card, .case-mini, .person, .service-row { break-inside: avoid; }


/* Inner pages */
.main-nav a.is-active:not(.button) { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.inner-hero { padding: 62px 0 82px; overflow: hidden; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; align-items:center; margin-bottom:48px; color:var(--muted); font-size:13px; font-weight:700; }
.breadcrumbs a { text-underline-offset:4px; }
.page-title { margin:22px 0 28px; max-width:1120px; font-size:clamp(50px,7vw,102px); line-height:.94; letter-spacing:-.065em; }
.page-title em { font-family:Georgia,'Times New Roman',serif; font-weight:400; color:var(--green-dark); }
.page-lead { max-width:850px; margin:0; font-size:clamp(20px,2.3vw,29px); line-height:1.38; color:var(--muted); }
.section-actions { display:flex; justify-content:flex-end; margin-top:32px; }
.narrow { max-width:860px; }
.big-copy { font-size:clamp(24px,3vw,40px); line-height:1.2; letter-spacing:-.035em; margin:0 0 26px; }
.muted-text { color:var(--muted); }
.small-title { font-size:clamp(38px,4.5vw,62px); }
.split-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:8vw; align-items:start; }
.product-page-hero { padding-bottom:68px; }
.product-hero-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:8vw; align-items:center; }
.product-hero-grid .page-title { font-size:clamp(48px,6vw,88px); }
.hero-demo { border:1px solid var(--ink); background:var(--white); padding:28px; box-shadow:var(--shadow); min-height:330px; display:flex; flex-direction:column; justify-content:center; transform:rotate(1deg); }
.hero-demo .visual-window { height:230px; }
.hero-demo .product-visual { height:auto; }
.demo-label { margin-bottom:24px; text-transform:uppercase; font-size:12px; letter-spacing:.12em; font-weight:900; }
.feature-grid { display:grid; grid-template-columns:repeat(2,1fr); border-left:1px solid var(--ink); border-top:1px solid var(--ink); }
.feature-card { min-height:190px; padding:30px; border-right:1px solid var(--ink); border-bottom:1px solid var(--ink); background:var(--white); }
.feature-card p { font-size:20px; margin:15px 0 0; max-width:40ch; }
.feature-label { display:inline-block; font-size:12px; text-transform:uppercase; letter-spacing:.11em; font-weight:900; color:var(--green-dark); }
.feature-count { font-family:Georgia,serif; font-style:italic; color:var(--muted); }
.feature-grid--dark { border-color:#5a5d57; }
.feature-grid--dark .feature-card { background:transparent; color:var(--white); border-color:#5a5d57; }
.feature-grid--dark .feature-card p { color:#d7d9cf; }
.process-grid { display:grid; grid-template-columns:repeat(3,1fr); border-left:1px solid var(--ink); border-top:1px solid var(--ink); }
.process-step { min-height:180px; padding:27px; border-right:1px solid var(--ink); border-bottom:1px solid var(--ink); background:rgba(255,255,255,.32); }
.process-step b { font-family:Georgia,serif; font-style:italic; }
.process-step p { font-size:20px; margin:28px 0 0; }
.process-grid--vertical { grid-template-columns:1fr; }
.process-grid--vertical .process-step { min-height:auto; display:grid; grid-template-columns:70px 1fr; gap:20px; }
.process-grid--vertical .process-step p { margin:0; }
.article-kicker { text-transform:uppercase; letter-spacing:.12em; font-size:13px; font-weight:900; margin-bottom:20px; }
.doc-list { border-top:1px solid var(--ink); }
.doc-link { display:flex; justify-content:space-between; gap:20px; padding:20px 0; border-bottom:1px solid var(--ink); font-size:18px; font-weight:800; text-underline-offset:5px; }
.directory-grid { display:grid; grid-template-columns:repeat(2,1fr); border-left:1px solid #5a5d57; border-top:1px solid #5a5d57; }
.directory-card { min-height:310px; padding:32px; border-right:1px solid #5a5d57; border-bottom:1px solid #5a5d57; text-decoration:none; display:flex; flex-direction:column; }
.directory-card:hover { background:#181b18; }
.directory-card>span { color:#9ca097; font-family:Georgia,serif; font-style:italic; }
.directory-card h2 { font-size:clamp(30px,3vw,46px); line-height:1; letter-spacing:-.045em; margin:25px 0 15px; }
.directory-card p { color:#b7bab1; max-width:48ch; }
.directory-card b { margin-top:auto; color:var(--green); }
.editorial-list { margin:0; padding:0; list-style:none; border-top:1px solid var(--ink); }
.editorial-list li { padding:24px 0 24px 34px; border-bottom:1px solid var(--ink); position:relative; font-size:21px; }
.editorial-list li::before { content:'→'; position:absolute; left:0; color:var(--green-dark); font-weight:900; }
.case-directory { display:grid; gap:22px; }
.case-directory-card { border:1px solid var(--ink); background:var(--white); padding:34px; display:grid; grid-template-columns:180px 1fr 1fr 140px; gap:28px; align-items:center; text-decoration:none; }
.case-directory-card:hover { background:var(--green); }
.case-directory-card h2 { margin:0; font-size:clamp(30px,3.2vw,50px); line-height:1; letter-spacing:-.045em; }
.case-directory-card p { margin:0; color:var(--muted); }
.case-directory-card>span { font-weight:900; }
.mechanics-list { border-top:1px solid #5a5d57; }
.mechanic-row { display:grid; grid-template-columns:90px 1fr; gap:25px; padding:28px 0; border-bottom:1px solid #5a5d57; }
.mechanic-row>span { font-family:Georgia,serif; font-style:italic; color:#979b91; }
.mechanic-row h3 { margin:0; font-size:30px; letter-spacing:-.035em; }
.mechanic-row p { margin:8px 0 0; color:#b7bab1; max-width:70ch; }
.person--large { min-height:500px; }
.person--large h2 { font-size:40px; margin:25px 0 3px; letter-spacing:-.04em; }
.values-grid { display:grid; grid-template-columns:repeat(2,1fr); border-left:1px solid #5a5d57; border-top:1px solid #5a5d57; }
.values-grid article { padding:30px; border-right:1px solid #5a5d57; border-bottom:1px solid #5a5d57; min-height:230px; }
.values-grid b { color:var(--green); font-family:Georgia,serif; font-style:italic; }
.values-grid h3 { font-size:34px; margin:24px 0 8px; letter-spacing:-.04em; }
.values-grid p { color:#b7bab1; }
.contact-directory { display:grid; grid-template-columns:repeat(2,1fr); border-left:1px solid var(--ink); border-top:1px solid var(--ink); }
.contact-card { min-height:300px; padding:32px; border-right:1px solid var(--ink); border-bottom:1px solid var(--ink); text-decoration:none; display:flex; flex-direction:column; background:var(--white); }
.contact-card--green { background:var(--green); }
.contact-card--orange { background:var(--orange); }
.contact-card>span { font-size:12px; text-transform:uppercase; letter-spacing:.11em; font-weight:900; }
.contact-card h2 { font-size:clamp(30px,4vw,52px); line-height:1; letter-spacing:-.05em; margin:35px 0 10px; }
.contact-card p { color:var(--muted); }
.contact-card b { margin-top:auto; }
.knowledge-grid { display:grid; grid-template-columns:repeat(3,1fr); border-left:1px solid var(--ink); border-top:1px solid var(--ink); }
.knowledge-card { min-height:410px; padding:30px; border-right:1px solid var(--ink); border-bottom:1px solid var(--ink); background:var(--white); text-decoration:none; display:flex; flex-direction:column; }
.knowledge-card:hover { background:var(--green); }
.knowledge-card>span { font-size:12px; text-transform:uppercase; letter-spacing:.11em; font-weight:900; }
.knowledge-card h2 { font-size:34px; line-height:1.05; letter-spacing:-.045em; margin:30px 0 14px; }
.knowledge-card p { color:var(--muted); }
.knowledge-card b { margin-top:auto; }
.article-hero .page-title { font-size:clamp(48px,6.3vw,88px); }
.article-body { max-width:860px; }
.article-section { padding:0 0 46px; margin-bottom:46px; border-bottom:1px solid var(--ink); }
.article-section h2 { font-size:clamp(30px,4vw,48px); line-height:1.06; letter-spacing:-.045em; margin:0 0 20px; }
.article-section p { font-family:Georgia,'Times New Roman',serif; font-size:22px; line-height:1.65; margin:0; }
.article-note { padding:30px; border:1px solid var(--ink); background:var(--green); box-shadow:var(--shadow); }
.article-note strong { text-transform:uppercase; letter-spacing:.1em; font-size:12px; }
.article-note p { font-size:20px; margin-bottom:0; }
.error-page { min-height:72vh; display:flex; align-items:center; }

@media (max-width:1000px) {
 .product-hero-grid, .split-layout { grid-template-columns:1fr; }
 .hero-demo { max-width:650px; }
 .case-directory-card { grid-template-columns:130px 1fr; }
 .case-directory-card p, .case-directory-card>span { grid-column:2; }
 .knowledge-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:760px) {
 body.menu-open::before { content:''; position:fixed; inset:0; background:var(--paper); z-index:999; }
 .site-header .brand { position:relative; z-index:1002; }
 .site-header .main-nav { width:100%; max-width:100%; height:100dvh; min-height:100vh; z-index:1001; }
 .inner-hero { padding:42px 0 58px; }
 .breadcrumbs { margin-bottom:35px; }
 .page-title { font-size:clamp(48px,14vw,72px); }
 .page-lead { font-size:20px; }
 .feature-grid, .directory-grid, .values-grid, .contact-directory, .knowledge-grid, .process-grid { grid-template-columns:1fr; }
 .feature-card { min-height:160px; }
 .case-directory-card { grid-template-columns:1fr; }
 .case-directory-card p, .case-directory-card>span { grid-column:auto; }
 .mechanic-row { grid-template-columns:50px 1fr; }
 .hero-demo { min-height:270px; padding:20px; }
 .hero-demo .visual-window { height:190px; }
 .section-actions { justify-content:flex-start; }
}
