:root {
  --ink: #10211d; --ink-soft: #40514c; --paper: #f3efe5; --night: #091613;
  --night-soft: #11241f; --mint: #a9d8c2; --acid: #d6ff67; --orange: #f28c55;
  --line: rgba(16, 33, 29, .17); --shell: min(1180px, calc(100vw - 40px));
  --serif: Iowan Old Style, Baskerville, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .18em; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; background: var(--acid); color: var(--night); font-weight: 800; }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 20; color: #f8f4e9; background: var(--night); border-bottom: 1px solid rgba(255,255,255,.11); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--mint); border-radius: 50%; color: var(--acid); font: 700 13px/1 var(--sans); letter-spacing: .08em; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font: 600 20px/1.1 var(--serif); }
.brand-copy small { margin-top: 5px; color: #9fb2aa; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: #c7d2cd; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--acid); }
.site-nav a[aria-current='page']::after { content: ''; position: absolute; inset: auto 0 -12px; height: 2px; background: var(--acid); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; }
.eyebrow { margin: 0 0 22px; color: inherit; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ''; display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.hero { position: relative; overflow: hidden; color: #f4f0e6; background: var(--night); min-height: 700px; display: grid; align-items: center; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent 8%, black 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr .72fr; align-items: center; gap: clamp(50px, 9vw, 130px); padding-block: 96px 120px; }
.hero .eyebrow { color: var(--mint); }
.hero h1 { max-width: 850px; margin: 0; font: 500 clamp(54px, 7vw, 104px)/.94 var(--serif); letter-spacing: -.045em; }
.hero-intro { max-width: 650px; margin: 32px 0 0; color: #afc1b9; font-size: clamp(17px, 1.5vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 22px; border: 1px solid rgba(255,255,255,.28); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--acid); color: var(--night); background: var(--acid); }
.button-quiet { color: #e6eee9; }
.button-quiet:hover { border-color: var(--mint); background: rgba(169,216,194,.08); }
.signal-card { position: relative; min-height: 410px; padding: 30px; border: 1px solid rgba(169,216,194,.28); background: rgba(17,36,31,.75); box-shadow: 0 30px 80px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.signal-card::after { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.06); pointer-events: none; }
.signal-topline { display: flex; justify-content: space-between; color: #9db2a9; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 7px rgba(214,255,103,.1); }
.signal-card p { max-width: 310px; margin-top: 72px; color: #b9c9c2; font-size: 15px; }
.signal-axis { position: absolute; inset: auto 30px 28px; display: flex; align-items: center; gap: 12px; color: #7f968c; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.signal-axis i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--orange), var(--mint)); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(214,255,103,.12); border-radius: 50%; }
.orbit-one { width: 610px; height: 610px; top: 70px; right: -170px; }
.orbit-two { width: 390px; height: 390px; top: 180px; right: -60px; }
.focus-section { padding: 120px 0 130px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: end; margin-bottom: 65px; }
.section-heading .eyebrow { color: #5b6b65; }
.section-heading h2 { margin: 0; font: 500 clamp(42px, 5.5vw, 72px)/1 var(--serif); letter-spacing: -.035em; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.focus-card { min-height: 340px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.focus-card:hover { position: relative; z-index: 1; background: #faf7ef; transform: translateY(-6px); box-shadow: 0 20px 50px rgba(30,45,39,.08); }
.focus-number { color: #72827c; font: 700 10px/1 var(--sans); letter-spacing: .12em; }
.focus-card h3 { margin: 76px 0 18px; font: 600 31px/1.05 var(--serif); }
.focus-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.featured-section { color: #ecf1ed; background: var(--night-soft); padding: 110px 0; }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.featured-section .eyebrow { color: var(--orange); }
.featured-section h2 { max-width: 600px; margin: 0; font: 500 clamp(42px, 5vw, 68px)/1.02 var(--serif); letter-spacing: -.035em; }
.featured-section p:not(.eyebrow) { max-width: 590px; margin: 28px 0; color: #aebdb7; }
.text-link { display: inline-flex; gap: 18px; align-items: center; color: inherit; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.featured-section .text-link { color: var(--acid); }
.square-study { position: relative; aspect-ratio: 1; max-width: 510px; margin-inline: auto; }
.square { position: absolute; display: flex; align-items: flex-start; justify-content: flex-end; border: 1px solid; }
.square span { padding: 10px; font: 600 18px/1 var(--serif); }
.square-five { inset: 2%; border-color: rgba(169,216,194,.55); }
.square-four { inset: 21%; border-color: var(--acid); background-image: linear-gradient(rgba(214,255,103,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(214,255,103,.08) 1px, transparent 1px); background-size: 25% 25%; }
.interval-label { position: absolute; left: 8%; bottom: -5px; color: var(--orange); font: italic 18px/1 var(--serif); }
.home-note { padding: 80px 0; }
.listing-hero { padding: 100px 0 85px; border-bottom: 1px solid var(--line); }
.listing-hero .eyebrow { color: #5d726a; }
.listing-hero h1 { margin: 0; font: 500 clamp(58px, 9vw, 110px)/.95 var(--serif); letter-spacing: -.05em; }
.listing-intro { max-width: 620px; margin: 28px 0 0; color: var(--ink-soft); }
.post-list { padding-block: 30px 110px; }
.post-card { display: grid; grid-template-columns: 110px 1fr; gap: 35px; padding: 60px 0; border-bottom: 1px solid var(--line); }
.post-index { color: #7c8b85; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #63736d; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.post-card h2 { margin: 15px 0; font: 500 clamp(34px, 4vw, 55px)/1.05 var(--serif); }
.post-card h2 a { text-decoration: none; }
.post-summary { max-width: 760px; margin-bottom: 24px; color: var(--ink-soft); }
.page-shell { padding-block: 90px 120px; }
.prose { max-width: 820px; margin-inline: auto; }
.page-heading { margin-bottom: 60px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.page-heading .eyebrow { color: #61736c; }
.page-heading h1 { margin: 0; font: 500 clamp(48px, 7vw, 82px)/1 var(--serif); letter-spacing: -.04em; }
.article-body { max-width: 900px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; color: #66756f; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.prose h2, .prose h3, .prose h4 { font-family: var(--serif); line-height: 1.1; }
.prose h2 { margin: 2.2em 0 .7em; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.025em; }
.prose h3 { margin-top: 2em; font-size: 28px; }
.prose p, .prose li { color: #293c36; }
.prose a { text-decoration-color: var(--orange); text-decoration-thickness: 2px; }
.prose blockquote { margin: 2.5em 0; padding: 4px 0 4px 28px; border-left: 3px solid var(--orange); color: #4c5d57; font: italic 24px/1.45 var(--serif); }
.prose code { padding: .12em .35em; color: #e8f2ed; background: var(--night-soft); border-radius: 3px; font-size: .88em; }
.prose pre { overflow-x: auto; padding: 24px; color: #e8f2ed; background: var(--night-soft); }
.prose pre code { padding: 0; background: transparent; }
.prose table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: 15px; }
.prose th, .prose td { padding: 11px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { color: #50635c; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.prose hr { width: 70px; margin: 60px 0; border: 0; border-top: 2px solid var(--orange); }
.prose img { margin: 36px auto; border: 1px solid var(--line); background: white; box-shadow: 0 18px 50px rgba(19,35,30,.09); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 140px); padding-block: 110px 130px; }
.contact-intro h1 { margin: 0 0 25px; font: 500 clamp(60px, 8vw, 100px)/.95 var(--serif); letter-spacing: -.05em; }
.contact-intro > p { color: var(--ink-soft); }
.contact-note { margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); font: italic 21px/1.45 var(--serif); }
.form-panel { padding: clamp(25px, 5vw, 55px); background: #faf7ef; border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(20,38,32,.08); }
.form-field { margin-bottom: 24px; }
.form-label, .form-field label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-input, .form-field input, .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #aeb9b4; border-radius: 0; background: transparent; color: var(--ink); }
.form-field textarea { min-height: 170px; resize: vertical; }
.form-input:focus, .form-field input:focus, .form-field textarea:focus { outline: 3px solid rgba(242,140,85,.28); border-color: var(--orange); }
button[type='submit'] { cursor: pointer; min-height: 50px; padding: 0 25px; border: 0; color: var(--night); background: var(--acid); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer { padding: 65px 0; color: #b4c2bc; background: #06100d; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr; gap: 50px; align-items: end; }
.footer-name { color: #f0eee6; font: 500 31px/1 var(--serif); text-decoration: none; }
.site-footer p { max-width: 440px; margin: 12px 0 0; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 6px; }
.footer-links a { color: #dae2de; font-size: 12px; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--acid); }
.footer-meta { text-align: right; }
@media (max-width: 900px) {
  .hero-grid, .featured-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; } .hero-grid { padding-block: 75px 90px; }
  .signal-card { min-height: 350px; max-width: 520px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; } .footer-meta { text-align: left; }
}
@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 76px; } .brand-copy small { display: none; } .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; inset: 76px 0 auto; padding: 24px 14px 32px; flex-direction: column; align-items: stretch; gap: 0; background: var(--night-soft); border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-nav.is-open { display: flex; } .site-nav a { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.1); } .site-nav a[aria-current='page']::after { display: none; }
  .hero h1 { font-size: clamp(49px, 15vw, 68px); } .hero-actions { align-items: stretch; flex-direction: column; } .button { width: 100%; }
  .focus-section { padding: 85px 0; } .focus-grid { grid-template-columns: 1fr; } .focus-card { min-height: auto; } .focus-card h3 { margin-top: 38px; }
  .featured-section { padding: 80px 0; } .post-card { grid-template-columns: 1fr; gap: 16px; padding: 45px 0; }
  .page-shell, .contact-grid { padding-block: 70px 90px; } .prose table { display: block; overflow-x: auto; white-space: nowrap; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
