@font-face {
  font-family: "Fraunces Variable";
  src: url("../fonts/fraunces-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3 Variable";
  src: url("../fonts/source-sans-3-latin-wght-normal.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3 Variable";
  src: url("../fonts/source-sans-3-latin-wght-italic.woff2") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg: #f3efe6;
  --fg: #1a1814;
  --muted: #6e675c;
  --surface: #faf7f1;
  --primary: #6b2d3c;
  --primary-fg: #faf7f1;
  --border: #ddd4c6;
  --ink: #14110e;
  --ink-fg: #f3efe6;
  --ink-muted: #b7aea0;
  --display: "Fraunces Variable", Fraunces, "Iowan Old Style", Palatino, serif;
  --sans: "Source Sans 3 Variable", "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --shadow: 0 0 0 1px rgb(26 24 20 / 0.06), 0 1px 2px -1px rgb(26 24 20 / 0.06), 0 2px 8px 0 rgb(26 24 20 / 0.04);
  --max: 72rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--display);
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-weight: 600;
  text-wrap: balance;
  margin: 0;
}
p { margin: 0; text-wrap: pretty; }

.wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
@media (min-width: 640px) { .wrap { width: min(var(--max), calc(100% - 3rem)); } }

.mark {
  display: inline-block;
  background: currentColor;
  -webkit-mask: url("../images/logo-mark.png") center / contain no-repeat;
  mask: url("../images/logo-mark.png") center / contain no-repeat;
}
.mark-sm { height: 2.5rem; width: 2.9rem; }
.mark-md { height: 3.5rem; width: 4.1rem; }
.mark-foot { height: 2.25rem; width: 2.6rem; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid rgb(221 212 198 / 0.8);
  background: rgb(243 239 230 / 0.9);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 4rem; }
.brand { display: flex; align-items: center; gap: 0.65rem; color: var(--primary); }
.brand-name { font-family: var(--display); font-size: 0.95rem; font-weight: 600; color: var(--fg); letter-spacing: -0.02em; }
.nav-desktop { display: none; align-items: center; gap: 1.75rem; }
.nav-desktop a { font-size: 0.9rem; font-weight: 500; color: var(--muted); }
.nav-desktop a:hover, .nav-desktop a[aria-current="page"] { color: var(--fg); }
.header-cta { display: none; }
@media (min-width: 1024px) {
  .nav-desktop { display: flex; }
  .header-cta { display: inline-flex; }
  .nav-toggle { display: none; }
}
.nav-toggle {
  width: 2.75rem; height: 2.75rem; border: 0; background: transparent;
  font-size: 1.4rem; color: var(--fg); cursor: pointer;
}
.nav-mobile { border-top: 1px solid var(--border); background: var(--bg); }
.nav-mobile a { display: block; padding: 0.85rem 0; font-size: 1.05rem; }

.btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  border-radius: 0.5rem; padding: 0.7rem 1.05rem;
  font-size: 0.95rem; font-weight: 600; line-height: 1.2;
  border: 1px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--primary); color: var(--primary-fg); }
.btn-outline { background: transparent; color: var(--fg); border-color: var(--border); }
.btn-ghost { background: var(--primary); color: var(--primary-fg); }
.ink .btn-outline, .site-footer .btn-outline { color: var(--ink-fg); border-color: rgb(255 255 255 / 0.2); }

.hero { border-bottom: 1px solid var(--border); padding: 3.5rem 0; }
@media (min-width: 1024px) { .hero { padding: 5rem 0; } }
.hero-grid { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1fr 1fr; } }
.kicker { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--primary); }
.hero h1 { margin-top: 1rem; font-size: clamp(2.1rem, 4vw, 3.35rem); }
.lede { margin-top: 1.25rem; max-width: 36rem; font-size: 1.125rem; color: var(--muted); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.byline { margin-top: 1.5rem; font-size: 0.9rem; color: var(--muted); }
.frame {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 0.75rem;
  box-shadow: var(--shadow); outline: 1px solid rgb(26 24 20 / 0.1); outline-offset: -1px;
}
.caption { margin-top: 0.75rem; font-size: 0.75rem; letter-spacing: 0.04em; color: var(--muted); }
.portrait { aspect-ratio: 4 / 5; object-fit: cover; object-position: center 10%; border-radius: 0.75rem; box-shadow: var(--shadow); outline: 1px solid rgb(26 24 20 / 0.1); outline-offset: -1px; }

.awards { background: var(--surface); border-bottom: 1px solid var(--border); padding: 2.5rem 0; }
.awards-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .awards-grid { grid-template-columns: 1fr 1fr 1fr; } }
.award-year { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.75rem; letter-spacing: 0.16em; color: var(--primary); }
.award-title { margin-top: 0.25rem; font-size: 1.25rem; }
.award-org { margin-top: 0.25rem; font-size: 0.9rem; color: var(--muted); }

.band { padding: 4rem 0; }
@media (min-width: 1024px) { .band { padding: 6rem 0; } }
.split { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; align-items: start; } }
.split-expert { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 1024px) { .split-expert { grid-template-columns: 1.1fr 0.9fr; } }
.cards { display: grid; gap: 1rem; margin-top: 3rem; }
@media (min-width: 768px) { .cards { grid-template-columns: 1fr 1fr 1fr; } }
.card { background: var(--surface); border-radius: 0.75rem; padding: 1.5rem; box-shadow: var(--shadow); }
.card h3 { font-size: 1.25rem; }
.card p, .muted { color: var(--muted); }
.card p { margin-top: 0.75rem; font-size: 0.9rem; line-height: 1.6; }

.ink { background: var(--ink); color: var(--ink-fg); border-block: 1px solid var(--border); }
.ink .kicker { color: var(--ink-muted); }
.ink .muted, .ink li { color: var(--ink-muted); }
.steps { margin: 2rem 0 0; padding: 0; list-style: none; display: grid; gap: 1.25rem; }
.steps li { display: flex; gap: 1rem; }
.step-n { font-family: var(--display); font-size: 1.5rem; color: var(--ink-fg); min-width: 1.5rem; }
.check { margin: 1.5rem 0 0; padding: 0; list-style: none; display: grid; gap: 0.75rem; font-size: 0.9rem; }
.check li { display: flex; gap: 0.65rem; }
.check li::before { content: "✓"; color: var(--primary); }

.surface { background: var(--surface); border-top: 1px solid var(--border); }
.essay-list { display: grid; gap: 1.5rem; margin-top: 2.5rem; }
@media (min-width: 768px) { .essay-list { grid-template-columns: 1fr 1fr; } }
.essay { display: block; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.essay h3 { font-size: 1.35rem; }
.essay p { margin-top: 0.5rem; color: var(--muted); font-size: 0.95rem; }

.reading {
  width: min(48rem, calc(100% - 2rem));
  margin: 4rem auto 5rem;
}
@media (min-width: 640px) {
  .reading { width: min(48rem, calc(100% - 3rem)); margin-top: 5rem; }
}
.reading > .kicker { margin-bottom: 0; }
.reading > h1 {
  margin-top: 0.75rem;
  font-size: 2.25rem;
  line-height: 1.1;
  max-width: none;
}
@media (min-width: 640px) {
  .reading > h1 { font-size: 3rem; }
}
.reading > .lede {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: none;
}
.reading > .byline { margin-top: 1.5rem; }
.reading > .frame,
.reading > .portrait { margin: 2.5rem 0 0; }
.article {
  margin: 0;
  max-width: none;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--muted);
}
.article h2 {
  color: var(--fg);
  font-size: 1.875rem;
  margin: 3.5rem 0 1rem;
  line-height: 1.2;
}
.article h3 {
  color: var(--fg);
  font-size: 1.25rem;
  margin: 2rem 0 0.5rem;
}
.article p + p { margin-top: 1rem; }
.article a { text-decoration: underline; text-underline-offset: 3px; }
.article ul, .article ol { padding-left: 1.2rem; margin: 1rem 0; }
.article li { margin: 0.4rem 0; }
.article img, .article .kg-image { border-radius: 0.75rem; margin: 1.5rem 0; }
.article .kg-card { margin: 1.5rem 0; }
.article table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 1.5rem 0;
}
.article th, .article td {
  text-align: left;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.article th { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

.kg-width-wide {
  position: relative;
  width: min(56rem, calc(100vw - 2rem));
  margin-left: calc(50% - min(28rem, 50vw) + 1rem);
}
.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.kg-width-full img,
.kg-width-wide img {
  width: 100%;
  max-width: none;
}

.site-footer { background: var(--ink); color: var(--ink-fg); border-top: 1px solid var(--border); }
.footer-grid { display: grid; gap: 2.5rem; padding: 3.5rem 0; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.2fr 0.8fr 0.8fr; } }
.footer-brand { display: flex; align-items: center; gap: 0.65rem; }
.footer-brand .mark { color: var(--ink-fg); }
.footer-copy { margin-top: 0.75rem; max-width: 18rem; font-size: 0.9rem; color: var(--ink-muted); line-height: 1.55; }
.foot-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-muted); }
.foot-list { list-style: none; margin: 0.75rem 0 0; padding: 0; display: grid; gap: 0.5rem; font-size: 0.9rem; }
.foot-list a:hover { color: var(--bg); }
.legal { border-top: 1px solid rgb(255 255 255 / 0.1); }
.legal p { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: 1.15rem 0; font-size: 0.75rem; color: var(--ink-muted); }

.row-end { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }

.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.75rem; letter-spacing: 0.04em; color: var(--primary); }
.pill {
  display: inline-flex; align-items: center;
  border-radius: 999px; padding: 0.15rem 0.65rem;
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.02em;
  background: rgb(221 212 198 / 0.7); color: var(--muted);
}
.pill-primary { background: rgb(107 45 60 / 0.1); color: var(--primary); }
.pill-warn { background: rgb(138 90 40 / 0.12); color: #8a5a28; }
.pill-success { background: rgb(47 93 74 / 0.12); color: #2f5d4a; }

.plan-card {
  background: var(--surface);
  border-radius: 0.75rem;
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow);
  margin: 1rem 0 0;
}
.plan-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; }
.plan-card h3 { font-size: 1.25rem; margin: 0.5rem 0 0; }
.plan-card .where { margin-top: 0.15rem; font-size: 0.9rem; color: var(--muted); }
.plan-card .play { margin-top: 0.5rem; font-size: 0.9rem; line-height: 1.55; color: var(--fg); }

.kit { margin-top: 1.5rem; }
.kit-row { border-bottom: 1px solid var(--border); padding: 1rem 0; }
.kit-row h3 { font-size: 1.125rem; margin: 0; }
.kit-row p { margin-top: 0.25rem; font-size: 0.9rem; color: var(--muted); }

.follow { margin-top: 1.5rem; display: grid; gap: 1rem; }
.follow-row { display: grid; gap: 0.25rem; }
@media (min-width: 640px) {
  .follow-row { grid-template-columns: 7rem 1fr; gap: 1rem; }
  .follow-row .mono { padding-top: 0.15rem; }
}
.follow-row p { font-size: 0.9rem; color: var(--muted); line-height: 1.55; }

.plan-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; margin: 1.5rem 0; background: var(--surface); border-radius: 0.75rem; overflow: hidden; box-shadow: var(--shadow); }
.plan-table th, .plan-table td { text-align: left; padding: 0.85rem 1rem; border-bottom: 1px solid var(--border); vertical-align: top; }
.plan-table th { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.plan-table tr:last-child td { border-bottom: 0; }

.budget { margin-top: 1rem; background: var(--surface); border-radius: 0.75rem; box-shadow: var(--shadow); overflow: hidden; }
.budget li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.75rem 1rem; font-size: 0.9rem; border-bottom: 1px solid var(--border); list-style: none; }
.budget { padding: 0; }
.budget li:last-child { border-bottom: 0; font-weight: 600; }
.budget span:first-child { color: var(--muted); }
.budget span:last-child { font-variant-numeric: tabular-nums; white-space: nowrap; }

.ink-box {
  margin-top: 3.5rem;
  background: var(--ink);
  color: var(--ink-fg);
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
}
.ink-box h2 { color: var(--ink-fg); margin: 0; font-size: 1.5rem; }
.ink-box ol { margin: 1rem 0 0; padding-left: 1.25rem; color: var(--ink-muted); font-size: 0.9rem; line-height: 1.55; }
.ink-box li { margin: 0.5rem 0; }

.schedule {
  width: min(var(--max), calc(100% - 2rem));
  margin: 4rem auto 5rem;
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .schedule { grid-template-columns: 0.85fr 1.15fr; align-items: start; }
}
.avatar {
  width: 5rem; height: 5rem; border-radius: 999px;
  object-fit: cover; object-position: center top;
  box-shadow: var(--shadow);
  outline: 1px solid rgb(26 24 20 / 0.1);
  outline-offset: -1px;
  margin-bottom: 1.5rem;
}
.cal {
  overflow: hidden;
  background: var(--surface);
  border-radius: 0.75rem;
  box-shadow: var(--shadow);
}
.cal-top {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 0.75rem; padding: 0.75rem 1.25rem; border-bottom: 1px solid var(--border);
}
.cal-grid { display: grid; }
@media (min-width: 1024px) { .cal-grid { grid-template-columns: 13.5rem 1fr; } }
.cal-aside { padding: 1rem; border-bottom: 1px solid var(--border); }
@media (min-width: 1024px) { .cal-aside { border-bottom: 0; border-right: 1px solid var(--border); } }
.cal-type {
  width: 100%; text-align: left; border-radius: 0.5rem;
  border: 1px solid var(--border); background: var(--bg);
  padding: 0.65rem 0.75rem; margin-top: 0.5rem; cursor: pointer;
  font-family: inherit; color: inherit;
}
.cal-type.is-on { border-color: var(--primary); background: rgb(107 45 60 / 0.1); }
.cal-type p { margin: 0; font-size: 0.9rem; font-weight: 600; }
.cal-type span { display: block; margin-top: 0.15rem; font-size: 0.75rem; font-weight: 400; color: var(--muted); }
.cal-main { padding: 1.25rem; }
.cal-nav { display: flex; align-items: center; justify-content: space-between; }
.cal-nav button {
  border: 1px solid var(--border); background: transparent; color: var(--muted);
  border-radius: 0.375rem; padding: 0.15rem 0.65rem; cursor: pointer; font-size: 1rem;
}
.cal-week, .cal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.25rem; text-align: center; }
.cal-week { margin-top: 1rem; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.cal-days button {
  aspect-ratio: 1; border: 0; background: transparent; border-radius: 0.375rem;
  font-size: 0.9rem; cursor: pointer; font-family: inherit; color: var(--fg);
}
.cal-days button:disabled { color: var(--border); cursor: default; }
.cal-days button.is-on { background: var(--primary); color: var(--primary-fg); }
.cal-days button:not(:disabled):not(.is-on):hover { background: rgb(107 45 60 / 0.1); }
.cal-note {
  margin-top: 1.25rem; border: 1px dashed var(--border); background: var(--bg);
  border-radius: 0.5rem; padding: 1rem;
}
.cal-foot { margin-top: 1rem; text-align: center; font-size: 0.7rem; letter-spacing: 0.04em; color: var(--muted); }

.btn-ink { background: var(--ink); color: var(--ink-fg); }
.btn-on-primary { background: transparent; color: var(--primary-fg); border-color: rgb(250 247 241 / 0.3); }
.btn-on-primary:hover { background: rgb(250 247 241 / 0.1); }
.cta {
  background: var(--primary);
  color: var(--primary-fg);
  border-radius: 0.75rem;
  padding: 3rem 1.5rem;
}
@media (min-width: 640px) { .cta { padding: 3rem; } }
.cta h2 { font-size: clamp(1.8rem, 3vw, 2.25rem); }
.cta p { margin-top: 0.75rem; max-width: 36rem; color: rgb(250 247 241 / 0.8); }
.page-wide {
  width: min(var(--max), calc(100% - 2rem));
  margin: 4rem auto 5rem;
}
@media (min-width: 640px) { .page-wide { width: min(var(--max), calc(100% - 3rem)); } }
.page-title { margin-top: 0.75rem; font-size: clamp(2.25rem, 4vw, 3rem); max-width: 48rem; }
.lozenges { display: grid; gap: 1rem; margin-top: 3rem; }
.lozenges-2 { grid-template-columns: 1fr; }
.lozenges-3 { grid-template-columns: 1fr; }
@media (min-width: 768px) {
  .lozenges-2 { grid-template-columns: 1fr 1fr; }
  .lozenges-3 { grid-template-columns: 1fr 1fr 1fr; }
}
.lozenge {
  background: var(--surface);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.lozenge h2 { font-size: 1.5rem; margin: 0; }
.lozenges-3 .lozenge h2 { font-size: 1.25rem; }
.lozenge p { margin-top: 0.75rem; color: var(--muted); line-height: 1.6; }
.prose { color: var(--muted); line-height: 1.65; }
.prose p + p { margin-top: 1.25rem; }
.about-grid { display: grid; gap: 2.5rem; margin-top: 2.5rem; align-items: start; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 0.9fr 1.1fr; } }
.recog {
  margin-top: 2rem;
  background: var(--surface);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.recog ul { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: 1rem; }
.recog-title { font-family: var(--display); font-size: 1.125rem; font-weight: 600; margin: 0.15rem 0 0; }

.file-cta {
  margin-top: 3rem;
  background: var(--surface);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.file-cta-title {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.file-cta > p { margin-top: 0.5rem; font-size: 0.9rem; color: var(--muted); }
.file-cta .btn { margin-top: 1rem; }
