:root {
  --ink: #171814;
  --ink-soft: #292b25;
  --paper: #eee9df;
  --paper-bright: #f7f2e8;
  --moss: #707968;
  --rust: #a45132;
  --line: rgba(23, 24, 20, 0.18);
  --display: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --body: "Avenir Next", Avenir, "Century Gothic", sans-serif;
  --shell: min(1280px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.grain {
  position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
.section-shell { width: var(--shell); margin-inline: auto; }
.section-space { padding-top: clamp(96px, 12vw, 180px); padding-bottom: clamp(96px, 12vw, 180px); }
.eyebrow, .section-marker {
  margin: 0 0 24px; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; font-weight: 700;
}
.section-marker { color: var(--rust); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: 0.95; letter-spacing: -0.045em; }
h1 { font-size: clamp(4.2rem, 8.2vw, 9.4rem); max-width: 10ch; }
h2 { font-size: clamp(3.2rem, 6vw, 6.8rem); }
h3 { line-height: 1.15; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 104px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; color: var(--paper-bright);
}
.brand { width: 104px; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 52px); }
.site-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 700; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.45); transition: background .25s, color .25s; }
.nav-cta:hover { background: var(--paper-bright); color: var(--ink); }
.menu-toggle { display: none; background: none; border: 0; }

.hero {
  width: 100%; min-height: 100svh; color: var(--paper-bright); background: var(--ink);
  display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(380px, .72fr); padding-left: max(32px, calc((100vw - 1280px)/2));
}
.hero-copy { align-self: end; padding: 180px 6vw 70px 0; }
.hero-copy h1 em { color: #b6bda8; font-weight: 400; }
.hero-intro { max-width: 680px; color: rgba(247,242,232,.7); font-size: clamp(1.05rem, 1.4vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px;
  border: 1px solid var(--rust); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800;
  cursor: pointer; transition: transform .2s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--paper-bright); background: var(--rust); }
.button-primary:hover { background: #8f4328; }
.text-link { text-underline-offset: 6px; font-size: .83rem; }
.capacity { display: flex; align-items: center; gap: 10px; margin: 42px 0 0; color: rgba(247,242,232,.56); font-size: .72rem; letter-spacing: .05em; }
.capacity span { width: 7px; height: 7px; background: #aeb89d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(174,184,157,.08); }
.hero-visual { position: relative; min-height: 100svh; background: var(--moss); overflow: hidden; }
.image-frame-main { height: 100%; }
.image-frame-main img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.image-frame-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,24,20,.22), transparent 35%, rgba(23,24,20,.3)); }
.vertical-note { position: absolute; right: 24px; top: 145px; margin: 0; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .18em; font-size: .6rem; z-index: 2; }
.hero-stamp {
  position: absolute; z-index: 2; left: -58px; bottom: 60px; width: 130px; height: 130px; border-radius: 50%;
  display: grid; place-items: center; text-align: center; color: var(--paper-bright); background: var(--rust); font-family: var(--display); font-size: 1.1rem; line-height: 1.15;
  transform: rotate(-9deg); border: 1px solid rgba(255,255,255,.25); outline: 1px solid var(--rust); outline-offset: 6px;
}
.ticker { overflow: hidden; color: var(--paper-bright); background: var(--rust); border-block: 1px solid rgba(247,242,232,.25); }
.ticker-track { display: flex; align-items: center; width: max-content; padding: 16px 0; animation: ticker 30s linear infinite; }
.ticker span { text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 800; white-space: nowrap; }
.ticker i { width: 5px; height: 5px; margin: 0 34px; border: 1px solid currentColor; transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-50%); } }

.diagnosis-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.diagnosis-lead h2 { max-width: 8ch; }
.symptom { display: grid; grid-template-columns: 52px 1fr; column-gap: 22px; padding: 30px 0; border-top: 1px solid var(--line); }
.symptom:last-child { border-bottom: 1px solid var(--line); }
.symptom > span { grid-row: 1 / 3; color: var(--rust); font-size: .68rem; letter-spacing: .1em; }
.symptom h3 { margin: 0 0 10px; font-family: var(--display); font-size: clamp(1.65rem, 2.5vw, 2.5rem); font-weight: 400; }
.symptom p { max-width: 52ch; margin: 0; color: rgba(23,24,20,.67); }

.manifesto { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; color: var(--paper-bright); background: var(--ink-soft); }
.manifesto-image { overflow: hidden; }
.manifesto-image img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.12); transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.manifesto:hover .manifesto-image img { transform: scale(1.025); }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding-inline: 8vw; }
.manifesto blockquote { margin: 0 0 42px; font-family: var(--display); font-size: clamp(2.6rem, 4.7vw, 5.4rem); line-height: 1.02; letter-spacing: -.035em; }
.manifesto-copy p { max-width: 48ch; color: rgba(247,242,232,.68); }

.section-heading { display: flex; justify-content: space-between; align-items: start; gap: 40px; margin-bottom: 70px; }
.section-heading h2 { max-width: 9ch; margin: 0; text-align: right; }
.method-grid { border-top: 1px solid var(--line); }
.method-card {
  display: grid; grid-template-columns: .35fr 1.65fr; padding: 38px 20px 38px 0; border-bottom: 1px solid var(--line);
  transition: padding-left .35s ease, background .35s ease;
}
.method-card:hover { padding-left: 22px; background: rgba(255,255,255,.22); }
.method-number { font-family: var(--display); color: var(--rust); font-size: 1.5rem; font-style: italic; }
.method-card > div { display: grid; grid-template-columns: .55fr 1fr; gap: 40px; align-items: baseline; }
.method-card h3 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.2rem); font-weight: 400; }
.method-card p { max-width: 55ch; margin: 0; color: rgba(23,24,20,.68); }

.case-study { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; background: var(--paper-bright); width: 100%; padding-inline: max(32px, calc((100vw - 1280px)/2)); }
.case-copy h2 { font-size: clamp(3.2rem, 5vw, 5.8rem); }
.case-copy > p:not(.eyebrow) { max-width: 48ch; color: rgba(23,24,20,.68); }
.case-points { padding: 0; margin: 38px 0 0; list-style: none; border-top: 1px solid var(--line); }
.case-points li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.case-gallery { position: relative; min-height: 760px; }
.case-image { position: absolute; margin: 0; background: var(--ink); box-shadow: 0 28px 70px rgba(23,24,20,.18); overflow: hidden; }
.case-image img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.case-image:hover img { transform: scale(1.025); }
.case-image figcaption { position: absolute; left: 0; bottom: 0; padding: 9px 14px; color: var(--paper-bright); background: var(--ink); text-transform: uppercase; letter-spacing: .12em; font-size: .6rem; }
.case-image-tall { top: 0; right: 0; width: 58%; height: 82%; transform: rotate(2deg); }
.case-image-result { bottom: 0; left: 0; width: 50%; height: 56%; transform: rotate(-3deg); }

.founder { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.founder-photo { position: relative; }
.founder-photo::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 1px solid var(--rust); z-index: -1; }
.founder-photo img { aspect-ratio: 4/3; object-fit: cover; filter: saturate(.7); }
.founder-copy h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.founder-copy p { max-width: 58ch; color: rgba(23,24,20,.7); }

.fit { border-top: 1px solid var(--line); }
.fit-heading { display: grid; grid-template-columns: .55fr 1fr; align-items: end; margin-bottom: 70px; }
.fit-heading .eyebrow { align-self: start; }
.fit-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); }
.fit-columns { display: grid; grid-template-columns: 1fr 1fr; }
.fit-column { padding: 46px; color: var(--paper-bright); background: var(--ink); }
.fit-column-muted { color: var(--ink); background: #d8d3c9; }
.fit-column h3 { font-family: var(--display); font-size: 2.1rem; font-weight: 400; }
.fit-column ul { padding: 0; margin: 30px 0 0; list-style: none; }
.fit-column li { position: relative; padding: 14px 0 14px 24px; border-top: 1px solid rgba(247,242,232,.14); }
.fit-column-muted li { border-color: var(--line); }
.fit-column li::before { content: ""; position: absolute; left: 2px; top: 24px; width: 6px; height: 6px; border: 1px solid var(--rust); transform: rotate(45deg); }

.apply { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; color: var(--paper-bright); background: var(--ink); width: 100%; padding-inline: max(32px, calc((100vw - 1280px)/2)); }
.apply-intro { align-self: start; position: sticky; top: 60px; }
.apply-intro h2 { font-size: clamp(3.4rem, 5.6vw, 6.2rem); }
.apply-intro > p:last-child { max-width: 47ch; color: rgba(247,242,232,.65); }
.application-form { display: grid; gap: 26px; padding: 48px; color: var(--ink); background: var(--paper-bright); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.application-form label { display: grid; gap: 9px; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 800; }
.application-form input, .application-form textarea, .application-form select {
  width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(23,24,20,.35); border-radius: 0; outline: none;
  text-transform: none; letter-spacing: normal; font-size: 1rem; font-weight: 400; transition: border-color .2s;
}
.application-form textarea { resize: vertical; }
.application-form input:focus, .application-form textarea:focus, .application-form select:focus { border-color: var(--rust); }
.hidden-field { display: none; }
.form-footer { display: flex; align-items: center; gap: 20px; margin-top: 12px; }
.form-footer p { margin: 0; color: rgba(23,24,20,.55); font-size: .7rem; }
.form-status { min-height: 24px; color: var(--rust); font-size: .82rem; font-weight: 700; }
.application-form.is-success > *:not(.form-status) { display: none; }
.application-form.is-success .form-status { display: grid; place-items: center; min-height: 340px; font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4rem); text-align: center; }

.site-footer {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px 30px; padding-top: 38px; padding-bottom: 38px; border-top: 1px solid var(--line);
}
.site-footer img { width: 90px; }
.site-footer p { margin: 0; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.footer-nav a { text-decoration: none; padding-bottom: 2px; border-bottom: 1px solid var(--line); transition: border-color .25s, color .25s; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--rust); border-color: var(--rust); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .ticker-track { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

@media (max-width: 900px) {
  :root { --shell: calc(100vw - 40px); }
  .site-header { height: 82px; padding-inline: 20px; }
  .brand { width: 88px; }
  .menu-toggle { display: grid; gap: 6px; position: relative; z-index: 2; width: 44px; height: 44px; place-content: center; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: var(--ink); transform: translateX(100%); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { font-family: var(--display); font-size: 2rem; text-transform: none; letter-spacing: 0; }
  .nav-cta { font-family: var(--body) !important; font-size: .8rem !important; text-transform: uppercase !important; letter-spacing: .12em !important; }
  .hero { grid-template-columns: 1fr; padding: 0; }
  .hero-copy { min-height: 83svh; padding: 150px 20px 70px; }
  .hero-copy h1 { font-size: clamp(4rem, 16vw, 7rem); }
  .hero-visual { min-height: 72svh; }
  .hero-stamp { left: 24px; bottom: 24px; }
  .vertical-note { right: 16px; top: 24px; }
  .diagnosis-grid, .manifesto, .case-study, .founder, .apply { grid-template-columns: 1fr; }
  .diagnosis-lead { margin-bottom: 55px; }
  .manifesto-image { min-height: 60svh; }
  .manifesto-copy { padding-inline: 20px; }
  .section-heading { display: block; }
  .section-heading h2 { text-align: left; margin-top: 55px; }
  .method-card { grid-template-columns: 60px 1fr; }
  .method-card > div { grid-template-columns: 1fr; gap: 12px; }
  .case-study, .apply { padding-inline: 20px; }
  .case-gallery { min-height: 620px; }
  .founder-copy { margin-top: 50px; }
  .fit-heading { grid-template-columns: 1fr; }
  .fit-heading h2 { margin-top: 30px; }
  .apply-intro { position: static; }
  .application-form { padding: 28px; }
}

@media (max-width: 620px) {
  .hero-actions, .form-footer { align-items: flex-start; flex-direction: column; }
  .field-row, .fit-columns { grid-template-columns: 1fr; }
  .case-gallery { min-height: 520px; }
  .case-image-tall { width: 68%; height: 78%; }
  .case-image-result { width: 58%; height: 48%; }
  .fit-column { padding: 30px 24px; }
  .site-footer { flex-direction: column; text-align: center; }
  .site-footer img { margin-inline: auto; }
  .footer-nav { justify-content: center; }
}
