@font-face{font-family:'F37 Britain Sans';src:url('/fonts/F37BritainSans-VF.woff2') format('woff2-variations'),url('/fonts/F37BritainSans-VF.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:block}
@font-face{font-family:'F37 Britain Sans';src:url('/fonts/F37BritainSans-LightItalic.woff2') format('woff2');font-weight:300;font-style:italic;font-display:block}
@font-face{font-family:'F37 Britain Sans';src:url('/fonts/F37BritainSans-RegularItalic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:block}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:#f5f3ee;
  color:#1F5C35;
  font-family:'EB Garamond',Georgia,'Times New Roman',serif;
  -webkit-font-smoothing:antialiased;
  line-height:1.72;
}
a{
  color:inherit;text-decoration:underline;
  text-decoration-color:rgba(31,92,53,.3);
  text-underline-offset:3px;transition:text-decoration-color .15s
}
a:hover{text-decoration-color:currentColor}

.logo-bar{
  position:fixed;top:0;left:0;right:0;
  display:flex;align-items:center;gap:10px;
  padding:20px 28px 36px;
  background:linear-gradient(to bottom,rgba(245,243,238,.95) 60%,rgba(245,243,238,0));
  z-index:50;
  pointer-events:none;
  opacity:0;
  transition:opacity .4s ease;
}
.logo-bar.shown{opacity:1}
.logo-bar svg{width:34px;height:34px;flex-shrink:0}
.logo-bar .logo-name{
  font-family:'Cabin',system-ui,sans-serif;
  font-weight:400;
  font-size:20px;letter-spacing:-.01em;padding-top:2px;
}
.logo-bar nav{
  margin-left:auto;
  display:flex;align-items:baseline;gap:26px;
  pointer-events:auto;
}
.logo-bar nav a{
  font-family:'Cabin',system-ui,sans-serif;
  font-size:15px;letter-spacing:.02em;
  text-decoration:none;
  opacity:.55;
  transition:opacity .2s;
}
.logo-bar nav a:hover{opacity:1}

main{width:100%;max-width:760px;margin:0 auto;padding:0 28px}

section{padding:48px 0}
.hero{
  min-height:100vh;
  min-height:100dvh;
  display:flex;flex-direction:column;justify-content:center;
  padding-top:72px;padding-bottom:72px;
  position:relative;
}
.hero-logo{display:flex;align-items:center;gap:18px;margin-bottom:30px}
.hero-logo svg{width:76px;height:76px;flex-shrink:0;stroke-width:2.4}
.hero-logo .logo-name{
  font-family:'Cabin',system-ui,sans-serif;
  font-weight:400;
  font-size:44px;letter-spacing:-.01em;padding-top:4px;
}
.hero .mission{font-size:21px;line-height:1.72;margin-bottom:0}
.hero .careers-link{
  margin-top:28px;
  font-size:19px;line-height:1.72;font-style:italic;opacity:.7;
}
.hero .new-post{
  position:absolute;
  left:0;
  bottom:calc(29vh - 72px);
  bottom:calc(29dvh - 72px);
  font-size:18px;line-height:1.5;
}
.hero .new-post .flag{opacity:.5}

h1,h2{
  font-family:'EB Garamond',Georgia,serif;
  font-weight:500;
  letter-spacing:-.005em;
  text-wrap:balance;
}
h1{font-size:48px;line-height:1.16;margin-bottom:40px}
h2{font-size:34px;line-height:1.22;margin-bottom:40px}
p{
  font-size:19px;margin-bottom:22px;
  text-align:justify;
  -webkit-hyphens:auto;hyphens:auto;
  hanging-punctuation:first last;
}
.hero p,footer p{text-align:left;hyphens:manual}
p:last-child{margin-bottom:0}
strong{font-weight:600}
em{font-style:italic}

.hero p{font-size:20px}
.section-eyebrow{
  font-family:'Courier Prime','Courier New',monospace;
  font-size:12px;letter-spacing:.16em;
  text-transform:uppercase;
  opacity:.55;
  margin-bottom:18px;
}

.authors{
  font-family:'EB Garamond',Georgia,serif;
  font-style:italic;
  font-size:17px;line-height:1.6;
  color:rgba(31,92,53,.72);
  margin:-24px 0 40px;
  text-align:left;
  hyphens:manual;
}
.authors .section-eyebrow{
  font-style:normal;
  margin-bottom:6px;
}
.authors a{
  color:rgba(31,92,53,.95);
  text-decoration:underline;
  text-decoration-color:rgba(31,92,53,.25);
  text-underline-offset:3px;
}
.authors a:hover{text-decoration-color:currentColor}

figure{margin:8px 0 36px}
figure img{
  width:100%;height:auto;display:block;
  border-radius:2px;
}
figcaption{
  font-size:14px;font-style:italic;opacity:.65;
  margin-top:12px;line-height:1.5;
}

.question{
  font-family:'F37 Britain Sans',system-ui,sans-serif;
  font-style:italic;
  font-weight:300;
  font-size:16px;
  line-height:1.45;
  margin:48px 0 48px auto;
  padding-right:0.35em;
  max-width:520px;
  text-align:right;
  hyphens:manual;
  color:#1F5C35;
  opacity:.78;
}
.question a{color:inherit;font-style:italic}

.thesis{
  margin:32px 0;
  font-weight:600;
  hyphens:auto;
}
.thesis a{font-weight:600}

.section-break{
  display:flex;justify-content:center;align-items:center;
  padding:36px 0;
  overflow:visible;
}
.section-break svg{
  width:160px;height:160px;
  opacity:.075;
}

.closing{
  font-weight:500;
  font-size:26px;line-height:1.32;
  letter-spacing:-.005em;
  margin:56px 0 12px;
  text-align:left;
  hyphens:manual;
}
.closing em{font-style:italic;font-weight:500}

.reading-progress{
  position:fixed;top:0;left:0;right:0;
  height:3px;
  background:#1F5C35;
  transform-origin:left center;
  transform:scaleX(0);
  opacity:.65;
  z-index:60;
}

.scroll-cue{
  position:absolute;
  left:0;bottom:36px;
  font-family:'Courier Prime','Courier New',monospace;
  font-size:13px;letter-spacing:.18em;
  text-transform:uppercase;
  opacity:var(--cue-opacity,.55);
  display:flex;flex-direction:column;align-items:flex-start;gap:12px;
  text-decoration:none;
  color:inherit;
  transition:opacity .25s ease;
}
.scroll-cue:hover{opacity:1}
.scroll-cue svg{
  width:12px;height:36px;
  display:block;
  overflow:visible;
}

.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity 1s ease, transform 1s ease;
  will-change:opacity,transform;
}
.reveal.visible{opacity:1;transform:translateY(0)}

footer{
  padding:64px 0 120px;
  font-size:17px;
  margin-top:0;
}
/* footer p font-size now inherits body p (19px desktop, 17px mobile) */
footer .careers{margin-top:14px;font-style:italic;opacity:.75}
footer .fineprint{
  margin-top:48px;
  font-size:14px;
  opacity:.45;
  transition:opacity .15s;
}
footer .fineprint:hover{opacity:.7}
footer .fineprint a{text-decoration-color:rgba(31,92,53,.25)}

@media (max-width:560px){
  main{padding:0 22px}
  h1{font-size:36px}
  h2{font-size:27px}
  p,.hero p{font-size:17px}
  .hero .careers-link{font-size:17px}
  .hero .new-post{font-size:16px;bottom:calc(25dvh - 10px)}
  .question{font-size:14px;margin:44px auto}
  .thesis{margin:24px 0}
  .closing{font-size:21px;margin:40px 0 8px}
  .section-break{padding:32px 0 24px}
  .section-break svg{width:120px;height:120px}
  section{padding:28px 0}
  .hero{padding-top:64px}
  .hero-logo{gap:14px;margin-bottom:24px}
  .hero-logo svg{width:52px;height:52px}
  .hero-logo .logo-name{font-size:26px;padding-top:5px}
  .scroll-cue{left:0;bottom:28px}
  .logo-bar{padding:16px 22px 28px}
  .logo-bar nav{gap:18px}
  .logo-bar nav a{font-size:14px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
}


#bg{position:fixed;inset:0;width:100%;height:100%;display:block;z-index:0;pointer-events:none;opacity:1}
main{position:relative;z-index:1}
.section-break{gap:24px}.section-break::before,.section-break::after{content:'';flex:1;height:1px;background:rgba(31,92,53,.075);display:block}
.scroll-cue{left:50%;transform:translateX(-50%);right:auto}
.scroll-cue{text-transform:none;font-style:italic;font-family:'F37 Britain Sans',system-ui,sans-serif;font-size:14px;font-weight:300;letter-spacing:.005em;align-items:center}
section > .question:last-child{margin-bottom:0}.question + .question{margin-top:-28px}
/* lock-in: 1A · 2 med/less/1.5px · 3 padding 4 · 4 bigger wordmark · 5/6 Britain Sans · 7 Cabin uppercase */
.section-break svg{width:70px;height:70px}
.section-break::before,.section-break::after{height:1.5px}
.section-break{gap:4px;padding:4px 0 2px}
.section-eyebrow{font-family:'Cabin',system-ui,sans-serif;font-weight:400;letter-spacing:.20em;opacity:.35;font-size:11px;text-transform:uppercase;margin-left:3px;margin-bottom:4px}
.section-break:last-of-type{padding-bottom:0}
#manifesto{scroll-margin-top:90px}
