:root {
  --ink: #18201f;
  --muted: #68706e;
  --paper: #f7f2ea;
  --panel: #fffaf2;
  --line: #ddd1c2;
  --green: #315c4f;
  --green-dark: #18332d;
  --wine: #8a3747;
  --gold: #b58645;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(24, 32, 31, 0.1);
  background: rgba(247, 242, 234, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 1px;
  min-width: max-content;
  font-weight: 760;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 620;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: #38413f;
  font-size: 0.95rem;
}

.site-nav a {
  border-bottom: 1px solid transparent;
}

.site-nav a:hover {
  border-color: currentColor;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  min-height: min(760px, calc(100vh - 74px));
  background: linear-gradient(90deg, var(--paper) 0%, #efe4d6 100%);
}

.hero-copy {
  align-self: center;
  padding: clamp(48px, 8vw, 116px) clamp(24px, 5vw, 76px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 520;
  line-height: 1.02;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(4rem, 10vw, 9.8rem);
}

h2 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 5vw, 5.5rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
  line-height: 1.25;
}

.lead {
  max-width: 650px;
  color: #3b4643;
  font-size: clamp(1.1rem, 2vw, 1.42rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--green-dark);
  font-weight: 720;
}

.button.primary {
  color: var(--white);
  background: var(--green-dark);
}

.button.secondary {
  background: transparent;
}

.hero-media {
  align-self: center;
  justify-self: center;
  width: min(78%, 460px);
  margin: 0 clamp(24px, 5vw, 72px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 31, 0.12);
}

.hero-media img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: top center;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.intro-band div {
  padding: 28px clamp(20px, 4vw, 52px);
  border-right: 1px solid var(--line);
}

.intro-band div:last-child {
  border-right: 0;
}

.intro-band strong,
.intro-band span {
  display: block;
}

.intro-band strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.6rem);
  font-weight: 520;
}

.intro-band span {
  color: var(--muted);
}

.section {
  padding: clamp(64px, 9vw, 132px) clamp(22px, 5vw, 80px);
}

.split,
.teaching,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
}

.section-copy p {
  max-width: 690px;
  color: #414b49;
  font-size: 1.04rem;
}

.portrait-stack {
  display: grid;
  gap: 18px;
}

.portrait-stack img,
.teaching img,
.project img,
.image-strip img {
  border: 1px solid rgba(24, 32, 31, 0.12);
  object-fit: cover;
}

.portrait-stack img {
  aspect-ratio: 4 / 5;
  object-position: top center;
}

.quote {
  padding: 24px;
  color: var(--white);
  background: var(--green);
}

.quote span {
  display: block;
  margin-bottom: 10px;
  color: #d9c394;
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.32;
}

.dark {
  color: var(--white);
  background: var(--green-dark);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 46px;
}

.section-heading.compact {
  display: block;
  max-width: 900px;
}

.section-heading p {
  color: rgba(255, 255, 255, 0.74);
}

.section-heading.compact p {
  color: var(--muted);
}

.events {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.event {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  background: var(--green-dark);
}

.event time {
  color: #d9c394;
  font-weight: 780;
}

.event p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.event a {
  justify-self: end;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.event.muted {
  opacity: 0.78;
}

.image-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 8px;
  padding: 8px;
  background: var(--panel);
}

.image-strip img {
  height: 34vw;
  min-height: 260px;
  max-height: 520px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.project {
  display: grid;
  align-content: start;
  gap: 18px;
}

.project img {
  aspect-ratio: 4 / 3;
}

.project p {
  color: var(--muted);
}

.teaching {
  background: #efe4d6;
}

.teaching img {
  aspect-ratio: 5 / 4;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--wine);
  content: "*";
  font-weight: 900;
}

.history {
  background: var(--panel);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  background: var(--line);
}

.timeline article {
  min-height: 260px;
  padding: 28px;
  background: var(--panel);
}

.timeline span {
  color: var(--gold);
  font-weight: 800;
}

.timeline p {
  color: var(--muted);
}

.contact {
  color: var(--ink);
  background: #efe4d6;
}

.contact .eyebrow {
  color: var(--wine);
}

.contact-copy p {
  max-width: 620px;
  color: #514b45;
}

.contact-form {
  display: grid;
  gap: 14px;
  justify-self: end;
  width: min(100%, 520px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  background: var(--panel);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #3e4542;
  font-size: 0.9rem;
  font-weight: 760;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cdbfac;
  border-radius: 0;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  outline: 2px solid rgba(49, 92, 79, 0.18);
}

.contact-form button {
  min-height: 48px;
  border: 0;
  color: var(--white);
  background: var(--green-dark);
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-note a {
  border-bottom: 1px solid currentColor;
  color: var(--green-dark);
}

@media (max-width: 900px) {
  .site-header,
  .site-nav {
    justify-content: flex-start;
  }

  .site-header,
  .hero,
  .intro-band,
  .split,
  .teaching,
  .section-heading,
  .project-grid,
  .timeline,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 54px;
    padding-bottom: 44px;
  }

  .hero-media {
    width: min(72%, 420px);
    margin: 0 auto 46px;
  }

  .intro-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .intro-band div:last-child {
    border-bottom: 0;
  }

  .event {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .event a {
    justify-self: start;
  }

  .image-strip {
    grid-template-columns: 1fr;
  }

  .image-strip img {
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .contact-form {
    justify-self: stretch;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
  }

  .brand {
    min-width: 0;
  }

  h1 {
    font-size: 3.5rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
