:root {
  color-scheme: light;
  --paper: #f4f2ed;
  --white: #fff;
  --ink: #171715;
  --muted: #666;
  --soft: #8a8a8a;
  --line: #d8d8d8;
  --line-strong: #b8b8b8;
  --pine: #355d40;
  --pine-dark: #1c3425;
  --pine-wash: #e7eee6;
  --gold: #e7c374;
  --copper: #b87250;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
  --mono: "Cascadia Code", "Courier New", monospace;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #b2ce9f; outline-offset: 3px; }

.site-shell { width: min(100% - 72px, 1220px); min-height: 100vh; margin: 0 auto; display: flex; flex-direction: column; }
.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-symbol { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--pine); border-radius: 50%; color: var(--pine); font-family: var(--serif); font-size: 11px; letter-spacing: -.06em; }
.brand-name { color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3.4vw, 42px); }
.site-nav a { display: inline-flex; align-items: center; gap: 7px; color: #565656; font-size: 11px; text-decoration: none; transition: color 170ms ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--pine); }
.private-nav { padding: 10px 12px; border: 1px solid var(--line); }
.private-nav:hover { border-color: var(--pine); }
.lock-icon { position: relative; width: 9px; height: 7px; display: inline-block; border: 1px solid currentColor; border-radius: 1px; }
.lock-icon::before { position: absolute; top: -5px; left: 1px; width: 5px; height: 5px; border: 1px solid currentColor; border-bottom: 0; border-radius: 5px 5px 0 0; content: ""; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); align-items: center; gap: clamp(42px, 7vw, 100px); padding: 75px 0 79px; }
.hero-copy { padding: 15px 0; }
.eyebrow { margin: 0; color: var(--pine); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.signal-dot { display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 4px rgba(184, 114, 80, .12); }
h1 { margin: 27px 0 20px; font-family: var(--serif); font-size: clamp(61px, 7.8vw, 95px); font-weight: 500; line-height: .94; letter-spacing: -.065em; }
h1 em { color: var(--pine); font-weight: 500; }
.hero-intro { max-width: 448px; margin: 0; color: #4d4d4d; font-size: 15px; line-height: 1.8; }
.quiet-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid var(--pine); color: var(--ink); font-size: 11px; font-weight: 600; text-decoration: none; transition: color 170ms ease, gap 170ms ease; }
.quiet-link:hover { gap: 21px; color: var(--pine); }
.quiet-link span { color: var(--copper); }

.hero-visual { position: relative; min-height: 365px; margin: 0; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--pine-dark); }
.hero-visual::before { position: absolute; inset: 0; background: radial-gradient(ellipse at 48% 50%, rgba(224, 191, 115, .1), transparent 52%), radial-gradient(circle at 13% 91%, rgba(103, 140, 99, .16), transparent 28%); content: ""; }
.visual-topline { position: absolute; z-index: 2; top: 18px; right: 20px; left: 20px; display: flex; justify-content: space-between; color: rgba(247, 245, 235, .56); font-family: var(--mono); font-size: 8px; letter-spacing: .13em; }
.divider { padding: 0 6px; color: var(--copper); }
.orbit-svg { position: relative; z-index: 1; width: min(100%, 535px); margin: -3px 0 0; overflow: visible; }
.orbit { fill: none; stroke: rgba(241, 236, 218, .3); stroke-width: .85; }
.orbit-a { animation: orbital-turn 35s linear infinite; transform-origin: center; }
.orbit-b { stroke-opacity: .7; animation: orbital-turn 51s linear infinite reverse; transform-origin: center; }
.orbit-c { stroke-opacity: .45; }
.sun { fill: var(--gold); filter: drop-shadow(0 0 15px rgba(231, 195, 116, .48)); animation: solar-breath 6s ease-in-out infinite; transform-origin: center; }
.planet { fill: #d2aa78; }
.planet-a { fill: var(--gold); }
.planet-b { fill: #a8c292; }
.planet-c { fill: #d58e6d; }
.star { fill: #eee5cd; animation: star-glint 4s ease-in-out infinite alternate; }
.star-b { animation-delay: -1.8s; }
.star-c { animation-delay: -2.9s; }
.visual-caption { position: absolute; z-index: 2; right: 21px; bottom: 17px; left: 21px; display: flex; align-items: center; gap: 13px; color: rgba(247, 245, 235, .74); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.caption-line { flex: 1; height: 1px; background: rgba(247, 245, 235, .26); }

.work-section { padding: 27px 0 66px; border-top: 1px solid var(--line); }
.section-label { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; }
.section-label > p:last-child { margin: 0; color: var(--soft); font-family: var(--mono); font-size: 8px; letter-spacing: .13em; }
.work-card { position: relative; min-height: 226px; overflow: hidden; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 27px; padding: 26px 32px; background: #e9e7df; }
.work-index { color: var(--pine); font-family: var(--serif); font-size: clamp(70px, 10vw, 116px); line-height: .85; letter-spacing: -.08em; }
.work-copy { position: relative; z-index: 1; max-width: 550px; }
.work-kicker { margin: 0 0 9px; color: var(--pine); font-family: var(--mono); font-size: 8px; letter-spacing: .14em; }
.work-kicker span { padding: 0 5px; color: var(--copper); }
.work-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 3.2vw, 34px); font-weight: 500; letter-spacing: -.035em; }
.work-copy > p:not(.work-kicker) { max-width: 440px; margin: 9px 0 18px; color: #595959; font-size: 12px; line-height: 1.7; }
.work-links { min-height: 42px; display: flex; align-items: center; gap: 19px; border-top: 1px solid #d4d4d0; }
.work-primary { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 10px; font-weight: 600; text-decoration: none; }
.work-primary:hover { color: var(--pine); }
.work-primary span { color: var(--copper); font-size: 13px; }
.private-label { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-family: var(--mono); font-size: 8px; }
.work-mark { align-self: start; color: rgba(53, 93, 64, .25); font-family: var(--serif); font-size: 62px; line-height: .8; }
.public-link { display: inline-block; margin-top: 16px; color: #5d5d5d; font-size: 10px; text-decoration: none; }
.public-link span { padding-left: 7px; color: var(--pine); }
.public-link:hover { color: var(--pine); }

.about-strip { min-height: 154px; display: grid; grid-template-columns: 1fr 1.5fr 40px; align-items: start; gap: 25px; padding: 30px 0 33px; border-top: 1px solid var(--line); }
.about-strip > .eyebrow { padding-top: 6px; }
.about-strip h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.about-strip div p { max-width: 450px; margin: 0; color: #5c5c5c; font-size: 11px; line-height: 1.8; }
.about-arrow { justify-self: end; color: var(--copper); font-size: 17px; text-decoration: none; }
.about-arrow:hover { color: var(--pine); }

.subpage { width: min(100%, 930px); margin: 0 auto; padding: 68px 0 91px; }
.page-intro { max-width: 690px; margin: 0 0 50px; }
.page-intro h1 { margin: 18px 0 13px; font-size: clamp(56px, 8vw, 82px); line-height: 1; }
.page-intro > p:last-child { max-width: 570px; margin: 0; color: #4d4d4d; font-size: 14px; line-height: 1.8; }
.heading-dot { color: var(--copper); }
.feed-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.feed-heading h2 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.feed-heading span { margin-bottom: 4px; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.public-entry-list { display: grid; gap: 12px; padding-top: 16px; }
.public-entry { padding: 22px 24px; border: 1px solid var(--line); background: rgba(255, 255, 255, .68); animation: entry-rise 350ms ease both; }
.public-entry-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.public-entry-type, .public-entry-date { color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.public-entry-type { color: var(--pine); }
.public-entry h3 { margin: 15px 0 7px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.public-entry-body { max-width: 760px; margin: 0; color: #444; font-size: 12px; line-height: 1.8; white-space: pre-line; overflow-wrap: anywhere; }
.public-empty { padding: 27px 20px; border: 1px dashed var(--line-strong); color: var(--muted); font-size: 12px; text-align: center; }
.feed-notice { padding: 10px 12px; background: #fbf6e8; color: #594827; font-size: 12px; }
.private-callout { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 24px; margin-top: 48px; padding: 24px; background: var(--pine-dark); color: #fff; }
.private-callout h2 { margin: 8px 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.private-callout > div:last-child > p:not(.eyebrow) { max-width: 550px; margin: 0; color: rgba(255, 255, 255, .68); font-size: 11px; line-height: 1.7; }
.private-callout .eyebrow { color: #c8d3bd; }
.private-callout .quiet-link { color: #fff; border-color: var(--gold); }
.private-callout .quiet-link span { color: var(--gold); }
.callout-orbit { position: relative; width: 90px; height: 90px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .31); border-radius: 50%; }
.callout-orbit::before, .callout-orbit::after { position: absolute; width: 124px; height: 42px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; content: ""; transform: rotate(43deg); }
.callout-orbit::after { transform: rotate(-43deg); }
.callout-orbit span { width: 13px; height: 13px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px rgba(231, 195, 116, .4); }
.callout-orbit i { position: absolute; top: 15px; right: 18px; width: 5px; height: 5px; border-radius: 50%; background: #d38e6e; }
.about-detail { display: grid; grid-template-columns: 170px 1fr; gap: 38px; padding: 29px 0; border-top: 1px solid var(--line); }
.detail-mark { color: #b5b5b5; font-family: var(--serif); font-size: 53px; letter-spacing: -.08em; }
.detail-mark span { color: var(--copper); }
.about-detail h2 { margin: 11px 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.about-detail div > p:not(.eyebrow) { max-width: 620px; margin: 0; color: #4d4d4d; font-size: 13px; line-height: 1.85; }
.legal-page { max-width: 800px; }
.legal-copy { max-width: 690px; padding-top: 5px; border-top: 1px solid var(--line); }
.legal-copy h2 { margin: 26px 0 8px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.legal-copy p { margin: 0; color: #4d4d4d; font-size: 13px; line-height: 1.9; }
.legal-copy a { color: var(--pine); }

.site-footer { min-height: 68px; margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.site-footer > span:last-child { display: flex; align-items: center; gap: 19px; }
.site-footer a { color: var(--muted); text-decoration: none; }
.site-footer a:hover { color: var(--pine); }
.footer-divider { padding: 0 6px; color: var(--copper); }

@keyframes orbital-turn { to { rotate: 360deg; } }
@keyframes solar-breath { 50% { scale: 1.07; opacity: .85; } }
@keyframes star-glint { from { opacity: .3; } to { opacity: .95; } }
@keyframes entry-rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1500px) { .hero { padding-top: 95px; padding-bottom: 100px; } }
@media (max-width: 850px) {
  .site-shell { width: min(100% - 46px, 650px); }
  .site-header { min-height: 76px; }
  .hero { grid-template-columns: 1fr; gap: 37px; padding: 57px 0 61px; }
  h1 { font-size: clamp(62px, 11vw, 87px); }
  .hero-visual { min-height: 314px; }
  .orbit-svg { width: min(100%, 500px); }
  .work-card { grid-template-columns: 140px 1fr auto; gap: 18px; }
  .work-index { font-size: 82px; }
}
@media (max-width: 560px) {
  .site-shell { width: min(100% - 34px, 440px); }
  .site-header { min-height: 0; align-items: start; flex-direction: column; gap: 13px; padding: 14px 0 12px; }
  .brand-symbol { width: 32px; height: 32px; }
  .site-nav { width: 100%; justify-content: space-between; gap: 11px; }
  .site-nav a { font-size: 10px; }
  .private-nav { padding: 8px 9px; }
  .hero { gap: 28px; padding: 47px 0 48px; }
  h1 { margin: 22px 0 16px; font-size: clamp(54px, 15vw, 70px); }
  .hero-intro { font-size: 13px; }
  .quiet-link { margin-top: 22px; }
  .hero-visual { min-height: 245px; }
  .visual-topline { top: 15px; right: 14px; left: 14px; font-size: 7px; }
  .orbit-svg { width: min(100%, 375px); }
  .visual-caption { right: 14px; bottom: 13px; left: 14px; font-size: 7px; }
  .work-section { padding: 24px 0 48px; }
  .work-card { grid-template-columns: 1fr; gap: 17px; padding: 21px; }
  .work-index { font-size: 60px; }
  .work-copy h2 { font-size: 27px; }
  .work-links { align-items: start; flex-direction: column; justify-content: center; gap: 9px; padding: 10px 0; }
  .work-mark { position: absolute; top: 19px; right: 21px; font-size: 43px; }
  .about-strip { grid-template-columns: 1fr 30px; gap: 12px; padding: 24px 0; }
  .about-strip > .eyebrow { grid-column: 1 / -1; }
  .about-strip h2 { font-size: 22px; }
  .site-footer { min-height: 61px; font-size: 7px; }
  .subpage { padding: 47px 0 63px; }
  .page-intro { margin-bottom: 38px; }
  .page-intro h1 { font-size: clamp(52px, 14vw, 68px); }
  .page-intro > p:last-child { font-size: 13px; }
  .feed-heading h2 { font-size: 25px; }
  .public-entry { padding: 19px; }
  .private-callout { grid-template-columns: 1fr; gap: 21px; padding: 20px; }
  .callout-orbit { width: 65px; height: 65px; margin-left: 24px; }
  .callout-orbit::before, .callout-orbit::after { width: 92px; height: 32px; }
  .callout-orbit span { width: 10px; height: 10px; }
  .private-callout h2 { font-size: 23px; }
  .about-detail { grid-template-columns: 1fr; gap: 16px; }
  .detail-mark { font-size: 42px; }
  .about-detail h2 { font-size: 25px; }
  .site-footer > span:last-child { gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
