:root {
  color-scheme: light;
  --paper: #f5f1e9;
  --ink: #292823;
  --orange: #ae482a;
  --muted: #68645a;
  --rule: #d6cfc2;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --mono: "Courier New", monospace;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
::selection { color: var(--paper); background: var(--orange); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--orange); outline-offset: 6px; }
.skip-link { position: absolute; top: 12px; left: 24px; padding: 12px 18px; background: var(--ink); color: var(--paper); transform: translateY(-180%); z-index: 2; }
.skip-link:focus { transform: translateY(0); }
.page { max-width: 1584px; min-height: 100svh; margin-inline: auto; padding: 0 clamp(24px, 5vw, 72px); display: flex; flex-direction: column; }
.masthead { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 26px; border-bottom: 1px solid var(--rule); }
.monogram { display: inline-flex; align-items: center; min-width: 48px; min-height: 48px; font-family: var(--serif); font-size: 36px; line-height: 1; letter-spacing: -3px; transition: color 180ms ease; }
.monogram span, .full-stop, .footer-dot { color: var(--orange); }
.monogram:hover { color: var(--orange); }
.header-links { display: flex; gap: clamp(16px, 3vw, 36px); font-size: 13px; }
.header-links a { display: inline-flex; align-items: center; min-height: 44px; transition: color 180ms ease; }
.header-links a:hover { color: var(--orange); }
main { flex: 1; padding-top: clamp(48px, 7vh, 88px); }
.hero { display: grid; grid-template-columns: 1.55fr 1fr; gap: 24px; align-items: center; }
.identity { min-width: 0; }
.eyebrow { margin: 0 0 28px; font-family: var(--mono); font-size: 11px; line-height: 1.5; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
h1 { margin: 0 0 0 -0.055em; font-family: var(--serif); font-size: clamp(88px, 11.5vw, 168px); font-weight: 400; line-height: 0.94; letter-spacing: -0.073em; }
.full-stop { margin-left: 0.025em; }
.artwork { position: relative; width: 100%; max-width: 420px; justify-self: end; margin-top: 20px; color: var(--orange); }
.sun { display: block; width: 100%; height: auto; overflow: visible; }
.orbit, .axis { stroke: var(--rule); stroke-width: 1; }
.axis { stroke-dasharray: 2 6; }
.orbit-point { fill: var(--paper); stroke: var(--orange); stroke-width: 1.5; }
.artwork-note { display: block; margin-top: 18px; text-align: center; font-family: var(--mono); color: var(--muted); font-size: 10px; letter-spacing: 1px; }
.introduction { display: flex; gap: 24px; align-items: flex-start; margin-top: clamp(40px, 6vh, 68px); }
.intro-marker { color: var(--orange); font-size: 31px; line-height: 1.2; }
h2 { margin: 0 0 12px; font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 2.2vw, 30px); line-height: 1.3; letter-spacing: -0.035em; }
.introduction p { margin: 0; font-size: 15px; line-height: 1.8; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; color: var(--orange); font-size: 13px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.explore-link { margin-top: 12px; }
/* Editorial sections share a compact rhythm; each has its own composition. */
section[id] { scroll-margin-top: 24px; }
.about-section { margin-top: 72px; border-top: 1px solid var(--rule); }
.section-bar { min-height: 80px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.section-bar .eyebrow { margin: 0; }
.bar-note { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--muted); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 24px 0 64px; }
.year-mark { display: flex; flex-direction: column; align-items: flex-start; }
.year-prefix, .year-caption { font-family: var(--mono); font-size: 11px; letter-spacing: 1px; color: var(--muted); }
.year { font-family: var(--serif); font-size: clamp(110px, 15vw, 210px); line-height: 1.05; letter-spacing: -0.08em; color: var(--orange); margin: 4px 0 16px -0.05em; }
.year > span { color: var(--ink); }
.about-copy h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.16; margin-bottom: 20px; }
.about-copy > p { max-width: 58ch; font-size: 16px; line-height: 1.8; color: var(--muted); margin: 0; }
.portrait-note { display: flex; align-items: center; gap: 16px; margin-top: 24px; font-size: 14px; }
.portrait-note img { display: block; width: 56px; height: 56px; border-radius: 50%; }
.portrait-caption { display: block; font-size: 11px; color: var(--muted); margin-top: 6px; }
.work-section { border-top: 1px solid var(--rule); }
.section-bar h2 { font-size: 26px; margin: 0; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.work-panel { display: flex; flex-direction: column; padding: clamp(24px, 3.4vw, 48px); transition: background-color 180ms ease; }
.care-panel { background: var(--orange); color: var(--paper); }
.nca-panel { background: #e8e2d7; color: var(--ink); }
.panel-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.panel-top .eyebrow { color: inherit; margin: 0; font-size: 10px; letter-spacing: 1.3px; }
.panel-arrow { font-size: 28px; }
.work-panel h3 { margin: 32px 0 24px; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); line-height: 1; font-weight: 400; letter-spacing: -0.055em; }
.nca-panel h3 > span { color: var(--orange); }
.work-panel > p { max-width: 43ch; margin: 0 0 32px; font-size: 15px; line-height: 1.75; }
.panel-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; font-family: var(--mono); font-size: 11px; }
.care-panel:hover { background: #963d23; }
.nca-panel:hover { background: #dfd7ca; }
.work-panel:focus-visible { outline-offset: 5px; }
.project-section { margin-top: 20px; padding: clamp(28px, 4vw, 56px); background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; }
.project-copy .eyebrow { color: var(--paper); font-size: 10px; letter-spacing: 1.3px; display: flex; align-items: center; gap: 10px; }
.project-dot { width: 6px; height: 6px; background: #eaa280; border-radius: 50%; flex-shrink: 0; }
.project-copy h2 { font-size: clamp(38px, 4.5vw, 62px); line-height: 1.08; margin-bottom: 24px; }
.project-copy h2 em { color: #eaa280; font-weight: 400; }
.project-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.8; color: #d5cec2; max-width: 48ch; margin: 0 0 24px; }
.project-footnote { font-size: 11px; color: #d5cec2; font-family: var(--mono); line-height: 1.7; }
.cycling-art { color: #d5cec2; }
.cycling-art svg { width: 100%; height: auto; display: block; }
.bike-guides { opacity: 0.25; }
.bike-frame { stroke: #eaa280; }
.bike-sun { color: #eaa280; }
.cycling-art > span { display: block; text-align: center; font-family: var(--mono); font-size: 10px; letter-spacing: 2px; margin-top: 24px; }
.elsewhere-section { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-block: 72px; }
.contact-heading .eyebrow { margin-bottom: 20px; }
.contact-heading h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1; margin: 0; }
.contact-heading h2 em { color: var(--orange); font-weight: 400; }
.social-links { width: 100%; }
.social-links > a { display: grid; grid-template-columns: 100px minmax(0, 1fr) 24px; align-items: center; column-gap: 16px; min-height: 88px; border-bottom: 1px solid var(--rule); transition: color 180ms ease; }
.social-links > a:first-child { border-top: 1px solid var(--rule); }
.social-links > a:hover { color: var(--orange); }
.social-name { font-family: var(--serif); font-size: 28px; }
.social-handle { font-family: var(--mono); font-size: 12px; color: var(--muted); }
.social-arrow { color: var(--orange); font-size: 24px; text-align: right; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 24px; border-top: 1px solid var(--rule); color: var(--muted); font-family: var(--mono); font-size: 11px; line-height: 1.6; }
.footer-dot { font-weight: bold; }

@media (prefers-reduced-motion: no-preference) {
  .identity, .introduction { animation: enter 700ms ease-out both; }
  .introduction { animation-delay: 100ms; }
  .artwork { animation: enter 1000ms ease-out both; }
  @keyframes enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}

@media (min-width: 1600px) { h1 { font-size: 180px; } }
@media (max-width: 760px) {
  .masthead { padding-block: 18px; }
  main { padding-top: 48px; }
  .hero { grid-template-columns: 1fr; gap: 32px; }
  h1 { font-size: clamp(78px, 16.5vw, 126px); }
  .eyebrow { margin-bottom: 24px; }
  .artwork { width: 62%; max-width: 250px; justify-self: center; margin-top: 0; }
  .artwork-note { margin-top: 10px; }
  .introduction { margin-top: 36px; gap: 16px; }
  .desktop-break { display: none; }
  .about-section { margin-top: 48px; }
  .section-bar { min-height: 72px; }
  .bar-note { display: none; }
  .about-layout { grid-template-columns: 1fr; gap: 32px; padding: 8px 0 40px; }
  .year-mark { padding: 0 0 28px; border-bottom: 1px solid var(--rule); }
  .year { font-size: clamp(110px, 25vw, 160px); }
  .about-copy > p { font-size: 15px; }
  .work-grid { grid-template-columns: 1fr; gap: 16px; }
  .section-bar h2 { font-size: 22px; }
  .section-bar .eyebrow { font-size: 9px; letter-spacing: 1px; }
  .work-panel { padding: 28px; }
  .work-panel h3 { font-size: 52px; margin-block: 24px; }
  .work-panel > p { margin-bottom: 24px; }
  .project-section { grid-template-columns: 1fr; gap: 28px; margin-top: 16px; padding: 28px; }
  .cycling-art { max-width: 400px; width: 100%; justify-self: center; }
  .cycling-art > span { margin-top: 16px; }
  .elsewhere-section { grid-template-columns: 1fr; gap: 28px; padding-block: 48px; }
  .contact-heading h2 br { display: none; }
  .contact-heading h2 { font-size: 42px; }
  .social-links > a { grid-template-columns: 80px minmax(0, 1fr) 24px; column-gap: 12px; min-height: 80px; }
  .social-name { font-size: 25px; }
  .social-handle { font-size: 11px; }
  .footer { font-size: 10px; flex-wrap: wrap; gap: 8px 20px; padding-block: 20px; }
}
@media (max-width: 360px) {
  .page { padding-inline: 20px; }
  h1 { font-size: 24vw; }
  .header-links { font-size: 12px; }
  .introduction { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
