:root {
  --bg: #f7f7f2;
  --surface: #fff;
  --ink: #142d32;
  --muted: #536469;
  --accent: #246456;
  --line: #d5dfd9;
  --tint: #edf1eb;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .22em; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
button { font: inherit; }
main { overflow-wrap: break-word; }
.hero-grid > *, .split > *, .feature > *, .grid3 > *, .project-list > * { min-width: 0; }
.profile-links { margin-top: 24px; }
.profile-links .text-link + .text-link { margin-left: 24px; }
.profile-links p { font-size: .85rem; color: var(--muted); margin-top: 8px; }
.wrap { width: min(100% - 80px, var(--max)); margin-inline: auto; }
h1, h2, h3 { line-height: 1.13; font-weight: 550; text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 5.7vw, 5rem); letter-spacing: -.055em; margin: 0 0 28px; }
h2 { font-size: clamp(1.9rem, 3.5vw, 3.05rem); letter-spacing: -.045em; margin: 0 0 24px; }
h3 { font-size: 1.4rem; letter-spacing: -.025em; margin: 0 0 16px; }
p { margin: 0 0 20px; }
p:last-child { margin-bottom: 0; }
.eyebrow { color: var(--accent); font-size: .7rem; text-transform: uppercase; font-weight: 700; letter-spacing: .16em; margin: 0 0 24px; }
.lede { color: var(--muted); font-size: clamp(1.1rem, 1.7vw, 1.3rem); line-height: 1.7; max-width: 750px; }
.muted { color: var(--muted); font-size: .85rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,247,242,.97); border-bottom: 1px solid var(--line); }
.navin { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; white-space: nowrap; font-weight: 600; font-size: .9rem; }
.mark { font-size: 1.6rem; font-weight: 750; letter-spacing: -.08em; }
.mark span { color: var(--accent); }
.links { display: flex; align-items: center; gap: 18px; }
.links a { font-size: .84rem; font-weight: 500; white-space: nowrap; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; padding: 9px 2px; border-bottom: 2px solid transparent; }
.links a:hover, .links a[aria-current] { color: var(--accent); border-color: var(--accent); }
.links a:last-child { border: 1px solid var(--line); border-radius: 4px; padding-inline: 14px; }
.links a:last-child:hover, .links a:last-child[aria-current] { border-color: var(--accent); background: var(--tint); }
.menu-toggle { display: none; border: 1px solid var(--line); background: none; border-radius: 4px; padding: 8px 14px; cursor: pointer; color: var(--ink); }
.menu-toggle[hidden] { display: none; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: var(--ink); color: white; z-index: 100; }
.skip-link:focus { top: 12px; }
.hero { padding-top: 100px; }
.hero-grid { display: grid; grid-template-columns: 1fr .43fr; gap: 60px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 5.1vw, 4.55rem); line-height: 1.08; }
.hero h1 > span { color: var(--accent); }
.hero .lede { max-width: 680px; font-size: 1.13rem; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.btn { padding: 13px 21px; border-radius: 4px; border: 1px solid var(--ink); text-decoration: none; display: inline-flex; gap: 26px; align-items: center; justify-content: space-between; font-size: .85rem; font-weight: 600; }
.btn.primary { background: var(--ink); color: white; }
.btn.primary:hover { background: var(--accent); border-color: var(--accent); }
.btn.secondary { background: transparent; }
.btn.secondary:hover { background: var(--tint); }
.text-link { font-size: .9rem; font-weight: 650; display: inline-block; margin-top: 12px; }
.text-link span { margin-left: 10px; }
.perspective { padding: 30px 26px; background: var(--tint); border: 1px solid var(--line); border-radius: 120px 120px 8px 8px; text-align: center; }
.perspective .eyebrow { margin-top: 28px; font-size: .6rem; }
.perspective > p:last-child { font-size: .86rem; color: var(--muted); line-height: 1.8; }
.orbit { position: relative; width: 232px; max-width: 100%; aspect-ratio: 1; margin: 32px auto; border: 1px solid #a9c0b7; border-radius: 50%; display: grid; place-items: center; }
.orbit::before { content: ""; position: absolute; inset: 25px; border: 1px dashed #a9c0b7; border-radius: 50%; }
.orbit > span { position: absolute; background: var(--tint); padding: 3px 8px; font-size: .63rem; text-transform: uppercase; letter-spacing: .1em; }
.orbit > span:nth-child(1) { top: -13px; }
.orbit > span:nth-child(2) { bottom: 35px; left: -11px; }
.orbit > span:nth-child(3) { bottom: 35px; right: -8px; }
.orbit strong { font-size: 3.4rem; line-height: 1; letter-spacing: -.07em; }
.orbit strong span { display: block; font-size: .6rem; letter-spacing: .04em; font-weight: 400; margin-top: 12px; }
.hero-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-block: 26px; margin-top: 75px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; letter-spacing: .035em; }
.section { padding: 90px 0; }
.tinted { background: var(--tint); border-block: 1px solid var(--line); }
.section-intro { max-width: 880px; margin-bottom: 42px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.card { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; }
.card .eyebrow { margin-bottom: 38px; }
.card p:not(.eyebrow) { font-size: .96rem; color: var(--muted); }
.card .text-link { color: var(--ink); margin-top: 24px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.prose { color: var(--muted); }
.prose h2 { color: var(--ink); font-size: 1.8rem; margin-top: 44px; }
.prose h2:first-child { margin-top: 0; }
.pagehead { padding: 88px 0 62px; border-bottom: 1px solid var(--line); }
.pagehead h1 { max-width: 1040px; }
.pagehead .lede { margin-bottom: 0; }
.profile-note { background: var(--tint); padding: 40px; border-top: 3px solid var(--accent); }
.profile-note h2 { font-size: 2rem; line-height: 1.4; }
.profile-note > p:not(.eyebrow) { font-size: .85rem; color: var(--muted); }
.project-list { margin-top: 36px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.project { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; scroll-margin-top: 110px; }
.project-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; font-size: .72rem; color: var(--accent); margin-bottom: 28px; }
.project-meta span:first-child { font-weight: 650; }
.project h3 { font-size: 1.55rem; }
.project .tags { margin-top: 24px; }
.project p { max-width: 750px; color: var(--muted); }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.tags span { border: 1px solid #b9cbc0; padding: 4px 12px; border-radius: 3px; font-size: .7rem; }
.book-type { background: var(--ink); color: #f6f6e8; max-width: 360px; min-height: 430px; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; border-left: 8px solid #42635d; }
.book-type > span { font-size: .7rem; letter-spacing: .1em; }
.book-type strong { font-size: 2.4rem; line-height: 1.3; font-weight: 500; letter-spacing: -.04em; }
.book-type em { color: #b4d5bd; font-style: normal; }
.book-feature > div:last-child p { color: var(--muted); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.article-list { margin-top: 24px; display: grid; gap: 28px; }
.article-card { display: grid; grid-template-columns: .75fr 1.25fr; background: white; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.article-art { background: var(--ink); color: #dce8dc; padding: 32px; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; gap: 25px; }
.article-art > span { font-size: .65rem; letter-spacing: .15em; }
.article-art strong { font-size: 2rem; line-height: 1.2; font-weight: 450; letter-spacing: -.04em; }
.article-copy { padding: 40px; align-self: center; }
.article-copy h3 { font-size: 1.85rem; }
.article-copy h3 a { text-decoration: none; }
.article-copy h3 a:hover { text-decoration: underline; }
.article-copy > p:not(.eyebrow) { color: var(--muted); }
.reading { max-width: 740px; margin-inline: auto; font-size: 1.1rem; }
.reading h2 { margin-top: 46px; }
.reading li { padding-left: 8px; margin-bottom: 12px; }
.article-summary { font-size: 1.25rem; color: var(--ink); }
.notice { background: var(--tint); border-left: 3px solid var(--accent); padding: 22px 26px; margin: 30px 0; font-size: .95rem; }
.back-link { margin-top: 40px; }
.video { aspect-ratio: 16/9; width: 100%; border: 0; border-radius: 6px; }
.contact-band { display: flex; gap: 50px; align-items: center; justify-content: space-between; padding: 46px; background: var(--tint); border: 1px solid var(--line); border-radius: 6px; }
.contact-band h2 { font-size: 2.2rem; }
.contact-band p:not(.eyebrow) { color: var(--muted); max-width: 600px; }
.contact-band .btn { flex-shrink: 0; }
.footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footerin { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-brand { font-size: 1.1rem; font-weight: 600; text-decoration: none; }
.footer p { font-size: .72rem; color: var(--muted); margin-top: 5px; }
.footerlinks { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: .75rem; }
.footerlinks a { text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; gap: 5px; }
.footerlinks a:hover { text-decoration: underline; }
@media (max-width: 1100px) {
 .wrap { width: min(100% - 48px, var(--max)); }
 .links { gap: 12px; }
 .links a { font-size: .8rem; }
 .navin { gap: 20px; }
 .hero-grid { gap: 32px; grid-template-columns: 1fr 280px; }
 .perspective { padding: 24px 18px; }
 .split, .feature { gap: 40px; }
 .card { padding: 24px; }
 .contact-band { padding: 32px; }
}
@media (max-width: 960px) {
 .navin { flex-wrap: wrap; gap: 0; padding-block: 14px; min-height: 76px; }
 .menu-toggle:not([hidden]) { display: block; min-height: 44px; }
 .links { width: 100%; flex-wrap: wrap; gap: 6px 22px; padding-top: 16px; }
 .links a { font-size: .9rem; }
 .navin:has(.menu-toggle:not([hidden])) .links { display: none; }
 .navin:has(.menu-toggle[aria-expanded="true"]) .links { display: flex; }
 .menu-toggle[aria-expanded="true"] .menu-icon { display: inline-block; transform: rotate(45deg); }
 .footerin { align-items: flex-start; }
}
@media (max-width: 760px) {
 .site-header { position: relative; }
 .links { flex-direction: column; align-items: stretch; gap: 2px; }
 .links a { padding-inline: 12px; }
 .hero { padding-top: 62px; }
 .hero-grid, .split, .feature, .article-card { grid-template-columns: 1fr; }
 .hero h1 { font-size: clamp(2.45rem, 6.9vw, 3.5rem); }
 .perspective { display: none; }
 .hero-bottom { margin-top: 48px; font-size: .65rem; }
 .grid3 { grid-template-columns: 1fr; gap: 16px; }
 .card .eyebrow { margin-bottom: 20px; }
 .section { padding: 58px 0; }
 .pagehead { padding: 60px 0 42px; }
 .project-list { grid-template-columns: 1fr; gap: 16px; }
 .project { padding: 26px; }
 .profile-links .text-link { display: block; width: fit-content; }
 .profile-links .text-link + .text-link { margin-left: 0; }
 .footerlinks { justify-content: flex-start; gap: 6px 20px; }
 .contact-band, .footerin { flex-direction: column; align-items: flex-start; gap: 26px; }
 .section-heading { flex-direction: column; gap: 0; }
 .article-art { min-height: 260px; }
 .article-copy { padding: 28px; }
 .profile-note { padding: 28px; }
 .book-type { max-width: 100%; }
}
@media (max-width: 400px) {
 .wrap { width: calc(100% - 32px); }
 .brand { font-size: .78rem; gap: 10px; }
 .menu-toggle { padding: 6px 10px; font-size: .85rem; }
 .cta .btn { width: 100%; }
 .contact-band { padding: 24px; }
 .contact-band h2 { font-size: 1.9rem; }
}
@media print {
 .site-header, .footer, .cta, .skip-link, .perspective { display: none; }
 body { background: white; color: black; }
 .wrap { width: 100%; }
 .section, .pagehead, .hero { padding: 24px 0; }
 .card, .project { break-inside: avoid; }
}

/* Blog metadata and optional media retain the existing card design. */
.blog-topics { margin: 24px 0 32px; }
.blog-topics .eyebrow { margin-bottom: 12px; }
.topic-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.topic-list li { padding: 5px 12px; border: 1px solid var(--line); border-radius: 3px; font-size: .78rem; color: var(--muted); }
.article-meta { display: flex; flex-wrap: wrap; gap: 6px 20px; align-items: baseline; margin-bottom: 20px; }
.article-meta .eyebrow { margin: 0; }
.article-meta > span:last-child, .article-date { color: var(--muted); font-size: .78rem; }
.pagehead .article-date { margin-top: 20px; }
.article-card.text-only { grid-template-columns: 1fr; }
.article-media { margin: 0; align-self: center; }
.article-media img, .article-media video { display: block; width: 100%; height: auto; }
.article-media figcaption { padding: 12px 20px; color: var(--muted); font-size: .78rem; }
