:root {
  --paper: #f3f1ea;
  --ink: #132e27;
  --muted: #65716d;
  --line: #cbcfc7;
  --orange: #d96b4b;
  --lime: #d9ff69;
  --white: #fbfaf6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 88px; max-width: 1440px; margin: auto; padding: 0 5vw; display: flex;
  justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 19px; font-weight: 500; letter-spacing: -.03em; }
.brand b { font-weight: 700; }
.brand-mark { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.brand-mark circle { fill: var(--orange); stroke: none; }
nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
nav a { transition: opacity .2s; }
nav a:hover { opacity: .58; }
.nav-contact { border: 1px solid var(--ink); border-radius: 99px; padding: 11px 18px; }

main { overflow: hidden; }
.hero { max-width: 1440px; min-height: 720px; margin: auto; padding: 96px 5vw 88px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 7vw; align-items: center; }
.eyebrow, .section-number, .card-top, .metrics span { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .13em; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-weight: 500; text-transform: uppercase; }
.eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
h1 { max-width: 680px; margin: 30px 0 28px; font-size: clamp(56px, 6vw, 92px); line-height: .96; letter-spacing: -.07em; font-weight: 500; }
h1 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.lede { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; gap: 42px; justify-content: space-between; align-items: center; padding: 16px 20px; font-size: 13px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.text-link { padding: 12px 0; font-size: 12px; border-bottom: 1px solid var(--ink); }
.text-link span { margin-left: 18px; }

.market-card { background: var(--white); box-shadow: 0 24px 70px rgba(19,46,39,.12); border: 1px solid #dedfd9; transform: rotate(1.2deg); }
.card-top { padding: 18px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; }
.status { display: flex; gap: 7px; align-items: center; color: #477064; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: #4fa27e; box-shadow: 0 0 0 4px #dbede6; }
.chart { height: 350px; position: relative; padding: 24px 12px 0; }
.chart svg { width: 100%; height: 100%; overflow: visible; }
.grid path { fill: none; stroke: #e2e3de; stroke-width: 1; }
.ask-area { fill: url(#askFill); } .bid-area { fill: url(#bidFill); }
.ask-line, .bid-line { fill: none; stroke-width: 2.2; vector-effect: non-scaling-stroke; }
.ask-line { stroke: var(--orange); } .bid-line { stroke: var(--ink); }
.mid-line { stroke: #8b9692; stroke-width: 1; stroke-dasharray: 5 5; }
.mid-price { position: absolute; top: 52%; left: 50%; transform: translate(-50%,-50%); background: var(--ink); color: white; padding: 9px 12px; text-align: center; box-shadow: 0 6px 14px rgba(19,46,39,.2); }
.mid-price small { display: block; font: 8px "DM Mono"; letter-spacing: .12em; opacity: .6; }
.mid-price strong { display: block; margin-top: 3px; font: 500 11px "DM Mono"; }
.chart-label { position: absolute; z-index: 1; font: 9px "DM Mono"; letter-spacing: .1em; }
.label-a { top: 36px; left: 30px; color: var(--orange); } .label-b { bottom: 23px; right: 27px; }
.metrics { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.metrics div { padding: 18px 20px; border-right: 1px solid var(--line); }
.metrics div:last-child { border: 0; }
.metrics span { display: block; color: var(--muted); font-size: 8px; }
.metrics strong { display: block; margin-top: 8px; font: 500 16px "DM Mono"; }
.metrics small { font-size: 9px; color: var(--muted); }

.statement { max-width: 1440px; margin: auto; padding: 110px 5vw; border-top: 1px solid var(--line); }
.section-number { color: var(--orange); }
.statement h2 { max-width: 1050px; margin: 35px 0 85px; font-size: clamp(34px, 4vw, 58px); line-height: 1.16; letter-spacing: -.045em; font-weight: 500; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.capability-grid article { padding: 35px 7% 20px 0; border-right: 1px solid var(--line); }
.capability-grid article + article { padding-left: 9%; }
.capability-grid article:last-child { border: 0; }
.cap-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 60px; border: 1px solid #a9b1ac; border-radius: 50%; font-size: 18px; }
h3 { margin: 0 0 16px; font-size: 19px; }
.capability-grid p, .approach-copy > p:last-child, .principles p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.approach { background: var(--ink); color: var(--white); padding: 120px max(5vw, calc((100vw - 1440px)/2 + 5vw)); display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; }
.approach h2 { margin: 32px 0; font-size: clamp(46px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; font-weight: 500; }
.approach-copy > p:last-child { max-width: 560px; color: #aebbb6; }
.principles { list-style: none; padding: 0; margin: 0; border-top: 1px solid #446058; }
.principles li { padding: 28px 0; display: grid; grid-template-columns: 55px 1fr; border-bottom: 1px solid #446058; }
.principles li > span { color: var(--lime); font: 10px "DM Mono"; }
.principles strong { font-size: 17px; }
.principles p { margin: 8px 0 0; color: #aebbb6; }

.closing { padding: 130px 5vw; text-align: center; background: var(--orange); color: #1f2b27; }
.closing .eyebrow { justify-content: center; }
.closing .eyebrow span { background: var(--ink); }
.closing h2 { margin: 28px 0 20px; font-size: clamp(52px, 7vw, 100px); line-height: .95; letter-spacing: -.07em; font-weight: 500; }
.closing > p:not(.eyebrow) { margin: 0 0 38px; }
.button-light { background: var(--paper); }
footer { max-width: 1440px; margin: auto; padding: 30px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 11px; color: var(--muted); }
.footer-brand { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  nav a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .market-card { margin-top: 24px; transform: none; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article, .capability-grid article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .cap-icon { margin-bottom: 25px; }
  .approach { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .site-header { height: 72px; }
  .brand { font-size: 16px; }.brand-mark { width: 27px; }
  .nav-contact { padding: 9px 13px; }
  .hero { min-height: auto; padding: 60px 5vw 70px; }
  h1 { font-size: 51px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .chart { height: 270px; }
  .metrics div { padding: 14px 8px; }
  .metrics strong { font-size: 12px; }
  .statement, .approach, .closing { padding-top: 80px; padding-bottom: 80px; }
  footer { align-items: flex-start; flex-direction: column; }
}
