:root {
  color-scheme: light;
  --paper: #f1eee6;
  --ink: #17342b;
  --night: #18352c;
  --line: #a8aaa1;
  --muted: #5c665e;
  --accent: #a04e34;
  --link: #1e554a;
  --visited: #6a4252;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Iowan Old Style", Georgia, serif; font-size: 18px; line-height: 1.5; }
a { color: var(--link); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:visited { color: var(--visited); }
a:hover { color: var(--ink); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.wrap { width: min(100% - 48px, 1240px); margin: 0 auto; }

header { border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-size: 1.34rem; font-weight: 700; letter-spacing: -0.038em; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 6px 23px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em; }
nav a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; color: var(--ink); text-decoration: none; }
nav a:hover, nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 0.4em; }

.hero { background: var(--night); color: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(250px, 0.52fr); gap: clamp(42px, 8vw, 118px); padding: clamp(76px, 9vw, 126px) 0 clamp(48px, 6vw, 80px); }
.eyebrow { margin: 0; color: var(--muted); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.075em; text-transform: uppercase; }
.hero .eyebrow { color: #d3a08d; }
h1, h2, h3 { margin: 0; font-weight: 400; }
h1 { max-width: 810px; margin-top: 22px; color: var(--paper); font-size: clamp(3.25rem, 6vw, 6.15rem); letter-spacing: -0.062em; line-height: 0.93; text-wrap: balance; }
.lede { max-width: 545px; margin: 29px 0 0; color: #d7d8cf; font-size: clamp(1.1rem, 1.55vw, 1.27rem); line-height: 1.46; }
.current-work { align-self: end; border-top: 1px solid #d3d7cc; padding-top: 18px; }
.current-work h2 { margin-top: 14px; color: var(--paper); font-size: clamp(2.15rem, 3.55vw, 3.45rem); letter-spacing: -0.05em; line-height: 0.98; }
.current-work h2 + p { max-width: 310px; margin: 15px 0 0; color: #d7d8cf; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.9rem; line-height: 1.48; }
.current-work a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; margin-top: 17px; color: var(--paper); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; text-underline-offset: 0.35em; }
.current-work a:visited { color: var(--paper); }
.current-work a span, .work-entry a span { color: #d3a08d; font-size: 1.1rem; }

.work-list { padding: clamp(68px, 9vw, 112px) 0 96px; }
.section-heading { display: grid; grid-template-columns: minmax(175px, 0.3fr) minmax(0, 1fr); gap: 30px; padding-bottom: 41px; }
.section-heading > p:last-child { max-width: 540px; margin: 0; color: var(--muted); font-size: clamp(1.22rem, 2vw, 1.62rem); letter-spacing: -0.022em; line-height: 1.28; }
.work-entry { display: grid; grid-template-columns: minmax(175px, 0.3fr) minmax(0, 1fr) auto; gap: 30px; align-items: start; padding: 38px 0 43px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.entry-type { margin: 5px 0 0; color: var(--muted); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.055em; }
.work-entry h2 { max-width: 590px; font-size: clamp(2.45rem, 4.5vw, 4.65rem); letter-spacing: -0.06em; line-height: 0.95; }
.work-entry h2 + p { max-width: 490px; margin: 16px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.45; }
.work-entry > a { display: inline-flex; align-items: center; gap: 8px; justify-self: end; min-height: 44px; color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.77rem; font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; }

.page { max-width: 760px; min-height: calc(100vh - 158px); padding-top: clamp(76px, 10vw, 132px); padding-bottom: 96px; }
.kicker { margin: 0 0 20px; color: var(--muted); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.075em; text-transform: uppercase; }
.page .eyebrow { margin-bottom: 20px; }
.page h1 { color: var(--ink); font-size: clamp(3rem, 5.5vw, 5.3rem); line-height: 0.94; }
.page .lede { color: var(--ink); }
.page h2 { margin: 54px 0 11px; font-size: 1.75rem; letter-spacing: -0.035em; }
.page p, .page li { color: var(--muted); }
.page a { color: var(--link); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.83rem; font-weight: 700; letter-spacing: 0.025em; }

footer { border-top: 1px solid var(--line); color: var(--muted); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.025em; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 82px; }
.footer a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; color: inherit; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

@media (max-width: 780px) {
  .wrap { width: min(100% - 36px, 1240px); }
  .nav { align-items: flex-start; flex-direction: column; gap: 4px; padding: 19px 0; }
  nav { gap: 4px 19px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; padding: 68px 0 56px; }
  h1 { font-size: clamp(3.1rem, 13.5vw, 4.7rem); line-height: 0.94; }
  .current-work { max-width: 470px; }
  .section-heading, .work-entry { grid-template-columns: 1fr; gap: 11px; }
  .section-heading { padding-bottom: 31px; }
  .work-entry { gap: 10px; padding: 31px 0 34px; }
  .work-entry > a { justify-self: start; }
  .footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; padding: 18px 0; }
}
