:root {
  --paper: #f4f2eb;
  --ink: #17201b;
  --muted: #667068;
  --line: #c9cbc2;
  --acid: #d7ff5f;
  --white: #fbfaf5;
  --display: 'Iowan Old Style', 'Noto Serif Display', 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
  --serif: 'Iowan Old Style', 'Noto Serif', Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
::selection { background: var(--acid); color: var(--ink); }
.shell { width: min(100% - 56px, 1120px); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-size: 23px; letter-spacing: -.045em; }
.wordmark img { width: 24px; height: 24px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; letter-spacing: .01em; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { right: 0; }
.menu-button { display: none; border: 0; background: none; color: inherit; font: inherit; padding: 8px 0; }

.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; }

.closing { padding: 52px 0; border-top: 1px solid var(--ink); display: flex; align-items: baseline; justify-content: space-between; gap: 40px; }
.closing p { margin: 0; font: 400 clamp(22px, 2.8vw, 31px)/1.2 var(--display); letter-spacing: -.018em; }
.closing a { flex: 0 0 auto; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 14px; }
.site-footer { min-height: 98px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: var(--muted); font-size: 10px; letter-spacing: .025em; }
.site-footer p { margin: 0; }
.site-footer p:nth-child(2) { text-align: center; }
.site-footer p:last-child { text-align: right; }
.wordmark-small { color: var(--ink); font-size: 19px; }
.lab-brand { display: flex; flex-direction: column; gap: 5px; }
.lab-brand a { color: var(--ink); font-size: 10px; }
.lab-brand a:hover { text-decoration: underline; text-underline-offset: 3px; }

.home-page { height: 100vh; overflow: hidden; }
.minimal-header { height: 64px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.minimal-header nav { display: flex; gap: 24px; color: var(--ink); font-size: 11px; letter-spacing: 0; text-transform: none; }
.minimal-header a:hover { text-decoration: underline; text-underline-offset: 4px; }
.minimal-home { height: calc(100svh - 124px); min-height: 480px; }
.name-panel { position: relative; display: grid; height: 100%; padding: 40px 0; place-items: center; }
.name-lockup { text-align: center; transform: translateY(-6px); }
.name-lockup > img, .name-lockup > svg { display: block; width: 96px; height: 96px; margin: 0 auto 4px; object-fit: contain; place-self: center; }
.name-lockup .brand-title { display: flex; max-width: 1080px; align-items: center; margin: 0; flex-direction: column; font: 400 clamp(72px, 8.6vw, 118px)/.86 var(--display); font-kerning: normal; letter-spacing: -.055em; text-align: center; }
.brand-title > span, .brand-title a { display: block; white-space: nowrap; }
.brand-title a { margin-top: 22px; color: var(--muted); font-size: .32em; letter-spacing: .075em; line-height: 1; }
.brand-title a:hover { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 7px; }
.name-lockup > p { margin: 34px 0 0; color: var(--muted); font: 500 10px/1.4 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.minimal-footer { height: 60px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .03em; }
.minimal-footer a { color: var(--ink); }

.mission-page { padding-bottom: 105px; }
.mission-hero { padding: clamp(78px, 9vw, 112px) 0 72px; border-bottom: 1px solid var(--ink); }
.mission-hero h1 { max-width: 960px; margin: 28px 0 0; font: 400 clamp(52px, 7.3vw, 82px)/.98 var(--display); letter-spacing: -.052em; }
.mission-hero h1 em { font-weight: 400; color: var(--muted); }
.mission-body { display: grid; grid-template-columns: 230px minmax(0, 680px); justify-content: space-between; gap: clamp(55px, 8vw, 100px); padding-top: 72px; }
.mission-aside { align-self: start; position: sticky; top: 30px; border-top: 1px solid var(--ink); padding-top: 16px; }
.mission-aside span { display: block; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.mission-aside p { max-width: 220px; font: 400 19px/1.42 var(--serif); letter-spacing: -.012em; }
.prose { max-width: 680px; font: 400 18px/1.72 var(--serif); }
.prose > p { margin-bottom: 1.4em; }
.prose .standfirst { font-size: clamp(27px, 3vw, 34px); line-height: 1.3; letter-spacing: -.025em; margin-bottom: 1.55em; }
.prose h2 { margin: 2.25em 0 .8em; font-size: clamp(27px, 2.8vw, 34px); line-height: 1.08; letter-spacing: -.03em; font-weight: 400; }
.prose h3 { font-size: 18px; font-weight: 400; }
.prose blockquote { margin: 2.8em 0; padding: .8em 0 .8em 1em; border-left: 3px solid var(--acid); font-size: clamp(24px, 2.7vw, 30px); line-height: 1.28; letter-spacing: -.02em; }
.principles { border-top: 1px solid var(--ink); }
.principles section { display: grid; grid-template-columns: 44px minmax(140px, .8fr) minmax(230px, 1.4fr); gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principles span { font: 11px var(--sans); color: var(--muted); }
.principles h3, .principles p { margin: 0; }
.principles h3 { line-height: 1.35; }
.principles p { font-size: 15px; line-height: 1.5; color: var(--muted); }

.reveal { animation: reveal .7s cubic-bezier(.2,.7,.2,1) both; }
h1.reveal { animation-delay: .08s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1120px); }
  .site-header { height: 68px; position: relative; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 67px; left: -14px; right: -14px; z-index: 20; padding: 16px 14px 20px; background: var(--paper); border-bottom: 1px solid var(--ink); flex-direction: column; align-items: flex-start; gap: 6px; }
  .site-nav.open { display: flex; }
  .closing { align-items: flex-start; flex-direction: column; padding: 38px 0; }
  .site-footer { grid-template-columns: 1fr 1fr; min-height: 88px; }
  .site-footer p:nth-child(2) { display: none; }
  .home-page { height: auto; overflow: auto; }
  .minimal-header { height: 56px; }
  .minimal-header > span { display: none; }
  .minimal-header nav { width: 100%; justify-content: flex-end; }
  .minimal-home { height: calc(100vh - 116px); }
  .name-panel { min-height: 48vh; padding: 28px 0; }
  .name-lockup > img, .name-lockup > svg { width: 76px; height: 76px; margin-bottom: 2px; }
  .name-lockup .brand-title { max-width: 100%; font-size: clamp(54px, 15.5vw, 70px); line-height: .88; }
  .brand-title a { margin-top: 17px; font-size: .36em; letter-spacing: .055em; }
  .name-lockup > p { max-width: 280px; margin: 30px auto 0; font-size: 8px; line-height: 1.55; }
  .minimal-footer { height: 60px; }
  .mission-hero { padding: 52px 0 44px; }
  .mission-hero h1 { font-size: clamp(43px, 11.5vw, 56px); }
  .mission-body { grid-template-columns: 1fr; gap: 38px; padding-top: 42px; }
  .mission-aside { position: static; }
  .mission-aside p { max-width: 100%; }
  .mission-page { padding-bottom: 68px; }
  .principles section { grid-template-columns: 35px 1fr; }
  .principles p { grid-column: 2; }
}
