:root {
  --paper: #f4f1ea;
  --paper-light: #fbfaf7;
  --ink: #11110f;
  --muted: #68655d;
  --faint: #d9d5cc;
  --accent: #e45d3c;
  --accent-dark: #bd4228;
  --night: #191916;
  --space-section: clamp(4rem, 7vw, 8.5rem);
  --space-inline: clamp(1.25rem, 4vw, 5rem);
  --sans: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  --display: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'IBM Plex Mono', 'SFMono-Regular', Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.25rem; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; }
h1, h2, h3, ul { margin-top: 0; }
.wrap { width: min(1240px, 100%); margin-inline: auto; padding-inline: var(--space-inline); }

header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 104px; padding: .75rem var(--space-inline); background: var(--paper-light); border-bottom: 1px solid var(--faint); }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: auto; height: 72px; }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem 1.8rem; }
nav a { padding: .25rem 0; color: var(--muted); font: 600 .75rem/1 var(--mono); text-decoration: none; text-transform: uppercase; letter-spacing: .04em; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
nav a:hover, nav a:focus-visible, nav a[aria-current="page"] { color: var(--ink); border-color: var(--accent); }

.hero { padding: var(--space-section) 0; border-bottom: 1px solid var(--faint); }
.hero-home { padding: clamp(3rem, 6vw, 7rem) 0; background: var(--night); color: var(--paper-light); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(2.5rem, 8vw, 9rem); align-items: center; }
.hero-copy { max-width: 740px; }
.eyebrow, .kicker, .label { color: var(--accent-dark); font: 600 .7rem/1.3 var(--mono); text-transform: uppercase; letter-spacing: .11em; }
.hero-home .eyebrow { color: #f28b6f; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.5rem; }
.eyebrow::before { content: ''; width: 40px; height: 2px; background: currentColor; }
.hero h1 { max-width: 15ch; margin: 0 0 1.5rem; font-size: clamp(3rem, 7vw, 7.5rem); line-height: .93; font-weight: 600; }
.hero h1 span { color: var(--accent); }
.hero-home h1 span { color: #f28b6f; }
.lede { max-width: 58ch; color: var(--muted); font-size: clamp(1.05rem, 1rem + .35vw, 1.3rem); line-height: 1.5; }
.hero-home .lede { color: #d4d0c8; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1.15rem; font: 600 .72rem/1 var(--mono); text-decoration: none; text-transform: uppercase; letter-spacing: .04em; border: 1px solid var(--ink); transition: background .2s ease, color .2s ease, transform .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-solid { color: var(--paper-light); background: var(--accent); border-color: var(--accent); }
.btn-solid:hover, .btn-solid:focus-visible { background: var(--accent-dark); }
.btn-ghost { color: inherit; background: transparent; }
.hero-home .btn-ghost { border-color: #aaa69d; }
.btn-ghost:hover, .btn-ghost:focus-visible { color: var(--ink); background: var(--paper-light); }
.hero-visual { display: grid; place-items: center; min-height: 340px; padding: 2rem; background: var(--paper-light); }
.hero-visual img { width: min(100%, 470px); height: auto; }

section { padding: var(--space-section) 0; border-bottom: 1px solid var(--faint); }
.section-head { display: flex; align-items: flex-start; gap: 1.25rem; margin-bottom: 3rem; }
.section-mark { display: inline-flex; align-items: center; gap: .5rem; flex: none; padding-top: .25rem; color: var(--accent-dark); font: 600 .7rem/1 var(--mono); }
.section-mark::after { content: ''; display: block; width: 28px; height: 1px; background: var(--accent); }
.section-head h2 { max-width: 19ch; margin: .45rem 0 0; font-size: clamp(2rem, 3.5vw, 4rem); line-height: .98; font-weight: 600; }
.section-head .kicker { display: block; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: clamp(2rem, 8vw, 9rem); }
.intro-grid p { max-width: 60ch; color: var(--muted); }
.intro-grid .lead { padding-top: .5rem; color: var(--ink); font: 500 clamp(1.25rem, 1.1rem + .5vw, 1.7rem)/1.3 var(--display); }
.lead::before { content: '“'; display: block; color: var(--accent); font: 4rem/.6 Georgia, serif; }

.focus { color: var(--paper-light); background: var(--night); }
.focus .kicker, .focus .section-mark { color: #f28b6f; }
.focus .section-mark::after { background: #f28b6f; }
.focus .section-head h2 { color: var(--paper-light); }
.focus-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr); gap: clamp(2rem, 8vw, 9rem); align-items: end; }
.focus p { color: #d4d0c8; max-width: 60ch; }
.focus-aside { padding: 1.25rem 0 0 1.5rem; border-left: 2px solid #f28b6f; }
.focus-aside .label { color: #f28b6f; }
.focus-aside strong { display: block; margin-top: .4rem; font: 600 clamp(1.8rem, 3vw, 3.3rem)/1 var(--display); letter-spacing: -.06em; }
.text-link, .flagship { display: inline-flex; align-items: center; gap: .7rem; color: var(--accent-dark); font: 600 .75rem/1.2 var(--mono); text-decoration: none; text-transform: uppercase; letter-spacing: .03em; border-bottom: 1px solid currentColor; }
.focus .text-link { color: #f28b6f; }
.text-link::after, .flagship::after { content: '↗'; font-size: 1rem; }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.principle { padding: 1.4rem 1.25rem 0 0; border-right: 1px solid var(--faint); }
.principle:not(:first-child) { padding-left: 1.25rem; }
.principle:last-child { border-right: 0; }
.principle strong { display: block; margin: .75rem 0 .45rem; font: 600 1.35rem/1.05 var(--display); }
.principle p { margin: 0; color: var(--muted); font-size: .92rem; }

.service-intro { margin-bottom: 4rem; }
.service-group { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 6rem); padding: 2rem 0 2.5rem; border-top: 1px solid var(--ink); }
.service-group:last-child { border-bottom: 1px solid var(--ink); }
.service-group h3 { margin: .45rem 0 1rem; font-size: clamp(1.7rem, 2.5vw, 2.8rem); line-height: .98; }
.service-group > div:first-child p { color: var(--muted); font-size: .9rem; }
.service-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 2.25rem; }
.service-story > div { padding-top: .8rem; border-top: 2px solid var(--accent); }
.service-story p { margin: .5rem 0 0; color: var(--muted); font-size: .92rem; }
.service-list { display: grid; gap: .7rem; }
.service-item { display: grid; grid-template-columns: 2.5rem 1fr; gap: .8rem; padding: .9rem 0; border-top: 1px solid var(--faint); }
.service-item:last-child { border-bottom: 1px solid var(--faint); }
.service-item .number { color: var(--accent-dark); font: 600 .72rem/1.5 var(--mono); }
.service-item strong { display: block; margin-bottom: .15rem; font: 600 1.15rem/1.2 var(--display); }
.service-item span { color: var(--muted); font-size: .92rem; }

.history-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .6fr); gap: clamp(2rem, 8vw, 9rem); }
.history-grid p { max-width: 62ch; color: var(--muted); }
.origin-mark { padding-top: .3rem; border-top: 2px solid var(--accent); }
.origin-mark strong { display: block; font: 600 clamp(3rem, 6vw, 6rem)/.9 var(--display); letter-spacing: -.08em; }
.origin-mark span { color: var(--muted); font: .72rem/1.3 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.metric-band { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr); gap: clamp(2rem, 8vw, 9rem); align-items: center; color: var(--paper-light); background: var(--night); }
.metric-value { color: #f28b6f; font: 600 clamp(4rem, 10vw, 9rem)/.8 var(--display); letter-spacing: -.1em; }
.metric-copy h2 { margin: 0 0 .8rem; color: var(--paper-light); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.metric-copy p { max-width: 58ch; color: #d4d0c8; }
.metric-note { margin: 1.25rem 0 0; padding-top: 1rem; color: #aaa69d; font: .72rem/1.5 var(--mono); border-top: 1px solid #45433d; }
.founder { color: var(--paper-light); background: var(--night); }
.founder .section-mark, .founder .kicker { color: #f28b6f; }
.founder .section-mark::after { background: #f28b6f; }
.founder .section-head h2 { color: var(--paper-light); }
.founder-grid { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 2rem; align-items: start; max-width: 900px; }
.founder-initials { display: grid; place-items: center; width: 88px; height: 88px; color: #f28b6f; font: 600 1.2rem var(--mono); border: 1px solid #f28b6f; }
.founder h3 { margin: 0 0 .2rem; color: var(--paper-light); font-size: 1.5rem; }
.founder .role { display: block; margin-bottom: 1rem; color: #f28b6f; font: 600 .7rem var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.founder p { color: #d4d0c8; }

.market-lede { max-width: 66ch; color: var(--muted); }
.market-panels { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); gap: 3rem; align-items: start; }
.market-block { padding-top: 1rem; border-top: 2px solid var(--ink); }
.market-block h3 { margin: .4rem 0 1.25rem; font-size: 1.7rem; }
.indicator-list { border-top: 1px solid var(--faint); }
.indicator { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: .85rem 0; border-bottom: 1px solid var(--faint); }
.indicator .name { font: 600 .8rem var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.indicator .as-of { display: block; margin-top: .2rem; color: var(--muted); font-size: .75rem; }
.indicator .value { text-align: right; font: 600 1.35rem/1 var(--display); }
.indicator .unit { margin-left: .35rem; color: var(--muted); font: .7rem var(--mono); }
.market-note { margin: 1.25rem 0 0; color: var(--muted); font: .72rem/1.5 var(--mono); }
.data-plan { border-top: 1px solid var(--ink); }
.data-row { padding: 1rem 0; border-bottom: 1px solid var(--faint); }
.data-row-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.data-row strong { font: 600 1rem var(--display); }
.status { padding: .25rem .45rem; color: var(--accent-dark); font: 600 .62rem var(--mono); text-transform: uppercase; letter-spacing: .05em; border: 1px solid currentColor; white-space: nowrap; }
.status-ready { color: #3e745b; }
.data-row p { margin: .45rem 0 0; color: var(--muted); font-size: .86rem; }
.data-row a { color: var(--accent-dark); }
.roadmap { color: var(--paper-light); background: var(--night); }
.roadmap .section-head h2 { color: var(--paper-light); }
.roadmap .section-mark, .roadmap .kicker { color: #f28b6f; }
.roadmap .section-mark::after { background: #f28b6f; }
.roadmap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.roadmap-grid h3 { margin: 0 0 1rem; color: #f28b6f; font-size: 1.5rem; }
.roadmap-grid p { max-width: 55ch; color: #d4d0c8; }
.roadmap-grid ul { margin: 0; padding-left: 1.1rem; color: #d4d0c8; }
.roadmap-grid li { margin-bottom: .55rem; }

footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.25rem; padding: 1.5rem var(--space-inline); color: var(--muted); font: .72rem var(--mono); border-top: 1px solid var(--ink); }
footer .brand-mini img { width: auto; height: 46px; }
footer .contact { color: var(--accent-dark); text-decoration: none; border-bottom: 1px solid currentColor; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
@media (max-width: 800px) {
  header { align-items: flex-start; flex-direction: column; gap: .75rem; padding-top: .85rem; padding-bottom: 1rem; }
  .brand img { height: 60px; }
  nav { justify-content: flex-start; gap: .65rem 1.1rem; }
  .hero-grid, .intro-grid, .focus-grid, .history-grid, .metric-band, .market-panels { grid-template-columns: 1fr; }
  .hero-visual { min-height: 220px; padding: 1.25rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5.5rem); }
  .principles, .service-story, .roadmap-grid { grid-template-columns: 1fr; }
  .principle, .principle:not(:first-child) { padding: 1.25rem 0; border-right: 0; border-bottom: 1px solid var(--faint); }
  .principle:last-child { border-bottom: 0; }
  .service-group { grid-template-columns: 1fr; gap: 1.25rem; }
  .service-story { gap: 1rem; }
  .service-story > div { padding-top: .65rem; }
  .founder-grid { grid-template-columns: 1fr; }
  .metric-value { font-size: clamp(4rem, 20vw, 7rem); }
  footer { align-items: flex-start; flex-direction: column; }
}
