:root {
  --navy: #10213d;
  --navy-2: #182c4b;
  --cream: #f3eee3;
  --paper: #fbf8f1;
  --ink: #12233e;
  --muted: #667184;
  --copper: #bd7137;
  --copper-soft: #ead4c1;
  --line: #d7d1c5;
  --green: #42765b;
  --blue: #426f93;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 10; background: var(--paper); padding: .75rem 1rem; border: 2px solid var(--navy); }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { width: 54px; height: 54px; display: grid; place-items: center; background: var(--navy); color: var(--cream); border-radius: 13px; border-left: 4px solid var(--copper); font: 700 27px/1 Georgia, serif; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-size: 1.08rem; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .8rem; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--copper); }

.hero { padding: 108px 0 116px; }
.eyebrow, .kicker { margin: 0; color: var(--copper); letter-spacing: .16em; font-size: .78rem; font-weight: 850; }
.eyebrow { display: flex; align-items: center; gap: 14px; }
.eyebrow span { width: 42px; height: 2px; background: var(--copper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(290px, .72fr); gap: clamp(54px, 8vw, 110px); align-items: end; margin-top: 34px; }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { max-width: 830px; margin: 0; font-size: clamp(4rem, 7.7vw, 7.2rem); line-height: .93; letter-spacing: -.047em; }
.lede { max-width: 760px; margin: 36px 0 0; color: var(--muted); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid var(--navy); border-radius: 7px; text-decoration: none; font-weight: 780; }
.button.primary { background: var(--navy); color: white; }
.button.secondary { background: transparent; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(16,33,61,.12); }
.principle-card { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 4px 4px 30px 4px; padding: 34px; box-shadow: 14px 14px 0 rgba(189,113,55,.10); }
.card-number { position: absolute; top: 28px; right: 30px; margin: 0; color: var(--copper); font: 400 1.35rem Georgia, serif; }
.card-label { margin: 0 0 38px; padding-right: 40px; color: var(--muted); letter-spacing: .12em; font-size: .7rem; font-weight: 850; }
.principle-card blockquote { margin: 0; font-size: 2rem; line-height: 1.16; }
.principle-card .rule { width: 54px; height: 3px; margin: 28px 0; background: var(--copper); }
.principle-card > p:last-child { margin: 0; color: var(--muted); }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: end; margin-bottom: 44px; }
.section-heading h2, .labs h2, .founder h2, .contact h2 { margin: 12px 0 0; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.035em; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-height: 390px; display: flex; flex-direction: column; padding: 34px; background: rgba(251,248,241,.52); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card.featured { background: var(--paper); box-shadow: inset 5px 0 0 var(--copper); }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.status { display: inline-flex; align-items: center; min-height: 27px; padding: 3px 10px; border: 1px solid currentColor; border-radius: 99px; font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.status.development { color: var(--blue); }.status.beta { color: var(--green); }
.index { color: #9a9489; font: 400 1.1rem Georgia, serif; }
.product-type { margin: 46px 0 12px; color: var(--copper); font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
.product-card h3 { margin: 0; font-size: clamp(2.35rem, 4vw, 3.5rem); line-height: 1; }
.product-card > p:not(.product-type) { max-width: 470px; color: var(--muted); font-size: 1.05rem; }
.product-card a, .quiet-link { margin-top: auto; padding-top: 28px; font-weight: 780; }
.product-card a { text-decoration-color: var(--copper); text-underline-offset: 5px; }
.quiet-link { color: #817c73; }

.method { padding: 104px 0; background: var(--navy); color: white; }
.kicker.light { color: #d89a69; }
.method-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.25); }
.method article { padding: 42px 40px 10px 0; }
.method article + article { padding-left: 40px; border-left: 1px solid rgba(255,255,255,.18); }
.method article span { color: #d89a69; font: 400 1.1rem Georgia, serif; }
.method h3 { max-width: 300px; margin: 25px 0 18px; font-size: 2rem; line-height: 1.08; }
.method article p { color: #b9c3d1; }

.founder { padding: 110px 0; background: var(--navy-2); color: white; }
.founder-grid { display: grid; grid-template-columns: 240px 1fr; gap: clamp(48px,8vw,100px); align-items: start; }
.founder-mark { width: 220px; height: 270px; display: grid; place-items: center; color: var(--cream); border: 1px solid rgba(255,255,255,.25); border-left: 6px solid var(--copper); border-radius: 4px 4px 36px 4px; font: 400 5rem Georgia, serif; }
.founder h2 { max-width: 750px; }
.founder p:not(.kicker) { max-width: 780px; color: #c7d0dc; font-size: 1.12rem; }
.location { margin-top: 34px; color: #e5e9ef; font-weight: 730; }.location span { margin: 0 10px; color: var(--copper); }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,100px); padding-top: 110px; padding-bottom: 110px; }
.contact > div:first-child > p:last-child { max-width: 450px; color: var(--muted); font-size: 1.08rem; }
.contact-list { border-top: 1px solid var(--line); }
.contact-list a { position: relative; display: grid; gap: 5px; padding: 27px 48px 27px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-list a:hover strong, .contact-list a:focus-visible strong { color: var(--copper); }
.contact-list span { color: var(--muted); font-size: .83rem; }
.contact-list strong { font-size: 1.04rem; overflow-wrap: anywhere; }
.contact-list i { position: absolute; right: 4px; top: 35px; color: var(--copper); font-style: normal; font-size: 1.2rem; }

footer { padding: 56px 0 70px; background: #0b192e; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 40px; align-items: start; }
.footer-grid p, .copyright { color: #9eabba; font-size: .88rem; }
.footer-links { display: flex; gap: 22px; }.footer-links a { color: #d7dee7; font-size: .88rem; }
.copyright { text-align: right; }

.legal-header { min-height: 96px; }.legal-main { max-width: 800px; padding-top: 80px; padding-bottom: 110px; }
.legal-main h1 { font-size: clamp(3rem,7vw,5.5rem); }.legal-main h2 { margin-top: 46px; font-size: 1.8rem; }.legal-main p, .legal-main li { color: var(--muted); }.legal-main .updated { color: var(--copper); font-weight: 750; }

@media (max-width: 850px) {
  .shell { width: min(var(--max), calc(100% - 34px)); }
  .site-header { min-height: 98px; }.brand-copy small { display: none; }
  nav { gap: 16px; } nav a:nth-child(2) { display: none; }
  .hero { padding: 75px 0 82px; }.hero-grid, .section-heading, .contact { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3.4rem,15vw,5.6rem); }.principle-card { max-width: 520px; }
  .section { padding: 80px 0; }.section-heading { gap: 20px; }.product-grid { grid-template-columns: 1fr; }.product-card { min-height: 340px; }
  .method-grid { grid-template-columns: 1fr; }.method article { padding: 35px 0; }.method article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .founder-grid { grid-template-columns: 1fr; }.founder-mark { width: 140px; height: 150px; font-size: 3.4rem; }
  .contact { gap: 30px; }.footer-grid { grid-template-columns: 1fr; }.copyright { text-align: left; }
}

@media (max-width: 520px) {
  .brand-mark { width: 48px; height: 48px; }.brand-copy strong { font-size: .94rem; } nav a { font-size: .82rem; }
  .hero { padding-top: 62px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }
  .product-card { padding: 28px; }.footer-links { flex-wrap: wrap; }
}

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