
:root {
  --bg: #f5f2eb;
  --paper: #fffdf8;
  --ink: #171717;
  --muted: #5f5f5f;
  --line: rgba(23,23,23,.12);
  --accent: #d97706;
  --accent-dark: #b45309;
  --forest: #0f2f2b;
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); }
.hero-overlay { background: linear-gradient(90deg, rgba(8,11,12,.82) 0%, rgba(8,11,12,.62) 38%, rgba(8,11,12,.25) 62%, rgba(8,11,12,.08) 100%); }
.soft-card { background: rgba(255,253,248,.76); backdrop-filter: blur(8px); }
.doc-strip::-webkit-scrollbar { height: 10px; }
.doc-strip::-webkit-scrollbar-thumb { background: rgba(255,255,255,.25); border-radius: 999px; }
input, textarea, select { outline: none; }
input:focus, textarea:focus, select:focus { box-shadow: 0 0 0 3px rgba(217,119,6,.16); border-color: rgba(217,119,6,.7); }
.nav-link { position: relative; }
.nav-link::after { content:''; position:absolute; left:0; bottom:-8px; width:100%; height:1px; background:#171717; transform:scaleX(0); transform-origin:left; transition:transform .25s ease; }
.nav-link:hover::after, .nav-link.is-active::after { transform:scaleX(1); }
.section-kicker { letter-spacing:.16em; text-transform: uppercase; font-size:.74rem; color:#7b5c2e; }
.logo-mark { line-height: .9; }
