/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .italic {
    font-style: italic;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ink: #0b1720;
  --ink-soft: #34434c;
  --paper: #f3efe6;
  --paper-deep: #e8e1d4;
  --white: #fffdf8;
  --copper: #a75f3d;
  --teal: #5e8e8a;
  --rule: rgba(11, 23, 32, 0.18);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--rule);
  background: rgba(243, 239, 230, 0.94);
  backdrop-filter: blur(12px);
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  letter-spacing: .02em;
}
.wordmark span {
  display: inline-grid;
  place-items: center;
  width: 39px;
  height: 39px;
  margin-right: 12px;
  border: 1px solid var(--ink);
  font-family: Arial, sans-serif;
  font-size: .65rem;
  letter-spacing: .12em;
}
nav {
  display: flex;
  gap: 34px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
nav a:hover, nav a:focus-visible {
  color: var(--copper);
}
.hero {
  min-height: 720px;
  padding: 124px 0 96px;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  right: 1%;
  top: 90px;
  width: 29%;
  height: 430px;
  border: 1px solid var(--rule);
  background: linear-gradient(90deg, transparent 49.6%, var(--rule) 50%, transparent 50.4%),
    linear-gradient(transparent 49.6%, var(--rule) 50%, transparent 50.4%);
  background-size: 76px 76px;
  opacity: .75;
}
.hero::before {
  content: "";
  position: absolute;
  right: calc(14.5% - 5px);
  top: 300px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--copper);
  z-index: 2;
}
.eyebrow, .section-label, .source-type {
  margin: 0 0 24px;
  color: var(--copper);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p {
  margin-top: 0;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
}
.hero h1 {
  max-width: 820px;
  margin-bottom: 34px;
  font-size: clamp(3.8rem, 7.3vw, 7rem);
  letter-spacing: -.045em;
}
.hero-copy {
  max-width: 680px;
  margin-bottom: 38px;
  color: var(--ink-soft);
  font-size: 1.16rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  background: var(--ink);
  color: var(--white);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.button:hover, .button:focus-visible {
  background: var(--copper);
}
.text-link {
  color: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.text-link span {
  margin-left: 7px;
  color: var(--copper);
}
.principle-band {
  padding: 75px 0;
  background: var(--ink);
  color: var(--white);
}
.principle-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}
.principle-grid .section-label {
  color: #c98a69;
}
blockquote {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.14;
}
blockquote span {
  display: block;
  margin-top: 20px;
  color: #aeb8ba;
  font-family: Arial, sans-serif;
  font-size: .95rem;
}
.section {
  padding: 120px 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  margin-bottom: 64px;
}
.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  letter-spacing: -.035em;
}
.discipline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.discipline {
  min-height: 310px;
  padding: 28px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.discipline > span, .writing-grid article > span {
  color: var(--copper);
  font-size: .7rem;
  letter-spacing: .12em;
}
.discipline h3 {
  margin: 82px 0 16px;
  font-size: 1.65rem;
}
.discipline p {
  color: var(--ink-soft);
  font-size: .92rem;
}
.timeline-preview {
  border-top: 1px solid var(--rule);
}
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 48px;
}
.timeline article {
  position: relative;
  padding-top: 28px;
  border-top: 2px solid var(--teal);
}
.timeline article::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
}
.timeline time {
  color: var(--copper);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.timeline h3 {
  margin: 18px 0 12px;
  font-size: 1.4rem;
}
.timeline p {
  color: var(--ink-soft);
  font-size: .9rem;
}
.closing {
  padding: 110px 0;
  background: var(--copper);
  color: var(--white);
}
.closing-inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  align-items: end;
}
.closing .section-label {
  color: var(--white);
}
.closing h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
}
.button-light {
  grid-column: 2;
  width: max-content;
  margin-top: 16px;
  background: var(--white);
  color: var(--ink);
}
.page-hero {
  padding: 118px 0 90px;
  border-bottom: 1px solid var(--rule);
}
.page-hero h1 {
  max-width: 940px;
  margin-bottom: 28px;
  font-size: clamp(3.6rem, 7vw, 6.7rem);
  letter-spacing: -.045em;
}
.page-hero > p:last-child {
  max-width: 710px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}
.biography {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 100px;
  padding-top: 86px;
  padding-bottom: 120px;
}
.biography aside {
  position: sticky;
  top: 116px;
  align-self: start;
}
dl {
  margin: 0;
}
dl div {
  padding: 16px 0;
  border-top: 1px solid var(--rule);
}
dt {
  color: var(--copper);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
dd {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: .88rem;
}
.prose {
  max-width: 760px;
}
.prose p {
  color: var(--ink-soft);
  font-size: 1.03rem;
}
.prose .inline-link {
  color: var(--copper);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.prose .inline-link:hover, .prose .inline-link:focus-visible {
  color: var(--ink);
}
.prose .lead {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.72rem;
  line-height: 1.45;
}
.prose h2 {
  margin: 70px 0 22px;
  font-size: 2.35rem;
}
.prose blockquote {
  margin-top: 64px;
  padding: 40px 0 0 32px;
  border-top: 1px solid var(--rule);
  border-left: 4px solid var(--copper);
  font-size: 2rem;
}
.source-list {
  padding: 70px 0 105px;
}
.source-section-heading {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 2px solid var(--ink);
}
.source-section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}
.source-section-heading .section-label {
  margin-bottom: 8px;
}
.source-section-heading-secondary {
  margin-top: 100px;
}
.source-card {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 34px;
  align-items: start;
  padding: 42px 0;
  border-bottom: 1px solid var(--rule);
}
.source-number {
  color: var(--copper);
  font-size: .72rem;
  letter-spacing: .12em;
}
.source-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}
.source-card p {
  max-width: 730px;
  color: var(--ink-soft);
}
.source-card .source-type {
  margin-bottom: 14px;
  color: var(--copper);
}
.source-card .source-org {
  color: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.source-card > a {
  margin-top: 32px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.source-card > a span {
  color: var(--copper);
}
.record-note {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  padding: 50px 0 100px;
}
.record-note > p:last-child {
  max-width: 760px;
  color: var(--ink-soft);
}
.writing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 85px 0 120px;
}
.writing-grid article {
  min-height: 270px;
  padding: 34px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.writing-grid article:nth-child(-n+2) {
  border-top: 1px solid var(--rule);
}
.writing-grid article:nth-child(odd) {
  border-left: 1px solid var(--rule);
}
.writing-grid h2 {
  margin: 62px 0 14px;
  font-size: 2.4rem;
}
.writing-grid p {
  max-width: 500px;
  color: var(--ink-soft);
}
.writing-principle {
  padding: 100px 0;
  background: var(--ink);
  color: var(--white);
}
.writing-principle h2 {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: clamp(2.7rem, 5vw, 5rem);
}
.writing-principle > div > p:last-child {
  color: #b9c2c4;
}
footer {
  padding: 54px 0;
  background: #071016;
  color: #b9c2c4;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  padding-bottom: 46px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.footer-links section {
  min-width: 0;
}
.footer-link-label {
  margin: 0 0 12px;
  color: var(--white);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-link-description {
  margin: 0 0 18px;
  color: #b9c2c4;
  font-family: Georgia, serif;
  font-size: 1.1rem;
}
.footer-links a {
  color: var(--white);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-links a:hover, .footer-links a:focus-visible {
  color: #c98a69;
}
.footer-links a span {
  margin-left: 5px;
  color: #c98a69;
}
.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 30px;
  align-items: center;
  font-size: .72rem;
  letter-spacing: .06em;
}
.footer-grid p {
  margin: 0;
}
.footer-mark {
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 1.15rem;
}
@media (max-width: 900px) {
  .hero::after, .hero::before {
    display: none;
  }
  .hero {
    min-height: auto;
  }
  .principle-grid, .section-heading, .closing-inner, .record-note {
    grid-template-columns: 1fr;
  }
  .discipline-grid, .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .closing .button-light {
    grid-column: 1;
  }
  .biography {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .biography aside {
    position: static;
  }
  .source-section-heading {
    grid-template-columns: 1fr;
  }
  .source-card {
    grid-template-columns: 1fr 140px;
  }
  .source-card > a {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: min(100% - 30px, 1180px);
  }
  .nav {
    height: 68px;
  }
  .wordmark {
    font-size: 0;
  }
  .wordmark span {
    margin: 0;
  }
  nav {
    gap: 17px;
    font-size: .66rem;
  }
  .hero {
    padding: 86px 0 72px;
  }
  .hero h1, .page-hero h1 {
    font-size: 3.15rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .section {
    padding: 82px 0;
  }
  .discipline-grid, .timeline, .writing-grid {
    grid-template-columns: 1fr;
  }
  .discipline {
    min-height: 250px;
  }
  .discipline h3 {
    margin-top: 50px;
  }
  .writing-grid article:nth-child(n) {
    border-left: 1px solid var(--rule);
    border-top: 0;
  }
  .writing-grid article:first-child {
    border-top: 1px solid var(--rule);
  }
  .source-card {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .source-card > a {
    grid-column: 1;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
