:root {
  --green: #0f2e2c;
  --green-2: #163f3b;
  --cream: #f5eddc;
  --cream-2: #fff8eb;
  --gold: #c77f24;
  --gold-2: #d99a47;
  --ink: #12201f;
  --muted: #6d6255;
  --line: rgba(15, 46, 44, .18);
  --shadow: 0 24px 80px rgba(15, 46, 44, .18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(199,127,36,.22), transparent 34rem), var(--cream);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(245, 237, 220, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
}
.brand-mark {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
  font-family: Arial, sans-serif;
}
.nav {
  display: flex;
  gap: clamp(.75rem, 2vw, 1.5rem);
  font-family: Arial, sans-serif;
  font-size: .92rem;
}
.nav a {
  text-decoration: none;
  color: rgba(18, 32, 31, .78);
}
.nav a:hover { color: var(--green); }

.section {
  padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem);
  max-width: 1240px;
  margin: 0 auto;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 76px);
}
.eyebrow, .section-kicker, .tag {
  margin: 0 0 .75rem;
  color: var(--gold);
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .78rem;
  font-weight: 700;
}
h1, h2, h3 { line-height: 1.08; margin: 0 0 1.2rem; }
h1 {
  font-size: clamp(3.3rem, 8vw, 7.7rem);
  letter-spacing: -.06em;
  max-width: 880px;
}
h1 em { color: var(--green); font-style: italic; }
h2 { font-size: clamp(2.1rem, 5vw, 4.4rem); letter-spacing: -.045em; }
h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
p { font-size: clamp(1rem, 1.4vw, 1.18rem); margin: 0 0 1rem; }
.lead { font-size: clamp(1.3rem, 2.4vw, 2rem); color: var(--green); line-height: 1.28; }
.lead.small { font-size: clamp(1.2rem, 1.9vw, 1.55rem); }
.hero-copy p:not(.eyebrow):not(.lead) { max-width: 660px; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.actions.compact { margin-top: 1.4rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: .85rem 1.25rem;
  border: 1px solid var(--green);
  border-radius: 999px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: .95rem;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--green); color: var(--cream-2); }
.btn.primary:hover { background: var(--green-2); }

.hero-card {
  margin: 0;
  padding: 1rem;
  background: rgba(255,248,235,.6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}
.hero-card img { border-radius: calc(var(--radius) - 10px); }
.hero-card figcaption, .portrait figcaption {
  margin: .85rem .5rem .2rem;
  font-family: Arial, sans-serif;
  color: var(--muted);
  font-size: .9rem;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.two-col.reverse { grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); }
.cover-wrap {
  padding: .9rem;
  border-radius: var(--radius);
  background: var(--green);
  box-shadow: var(--shadow);
}
.cover-wrap img { border-radius: 18px; }
.facts {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.5rem;
}
.facts span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .45rem .75rem;
  font-family: Arial, sans-serif;
  color: var(--green);
  background: rgba(255,248,235,.55);
  font-size: .9rem;
}

.story {
  max-width: 1180px;
}
.story h2 { max-width: 900px; }
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.story-grid article, .card, .contact-box {
  background: rgba(255,248,235,.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.2rem, 2.5vw, 2rem);
}
.story-grid article h3 { color: var(--green); }
.story-grid article p, .card p, .author p, .contact p { color: var(--muted); }

.cards {
  display: grid;
  grid-template-columns: 1.05fr .8fr .8fr;
  gap: 1rem;
  margin-top: 2rem;
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}
.card.highlight { background: var(--green); color: var(--cream); }
.card.highlight p { color: rgba(245,237,220,.8); }
.card a {
  margin-top: 1rem;
  color: var(--gold-2);
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.card.image-card {
  padding: 0;
  overflow: hidden;
}
.image-card img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.image-card div { padding: 1.2rem; }

.author { background: linear-gradient(180deg, transparent, rgba(15,46,44,.07), transparent); max-width: none; }
.author > .two-col { max-width: 1240px; margin: 0 auto; }
.portrait {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--cream-2);
}
.portrait img { aspect-ratio: 4 / 3.6; object-fit: cover; object-position: center 48%; }
.soft-note {
  padding-left: 1rem;
  border-left: 3px solid var(--gold);
}
.contact { padding-top: 3rem; }
.contact-box {
  text-align: center;
  background: var(--green);
  color: var(--cream);
  box-shadow: var(--shadow);
}
.contact-box p { max-width: 680px; margin-left: auto; margin-right: auto; color: rgba(245,237,220,.82); }
.contact-box .btn { border-color: rgba(245,237,220,.8); color: var(--cream); }
.contact-box .btn.primary { background: var(--gold); border-color: var(--gold); color: #1d1710; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: .92rem;
}
.site-footer p { margin: 0; font-size: .92rem; }
.site-footer a { color: var(--green); text-decoration: none; font-weight: 700; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .nav { width: 100%; overflow-x: auto; padding-bottom: .2rem; }
  .hero, .two-col, .two-col.reverse, .story-grid, .cards { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 3rem; }
  .hero-card { transform: none; }
  .cards { gap: 1rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .site-footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .section { padding-left: 1rem; padding-right: 1rem; }
  .actions { flex-direction: column; }
  .btn { width: 100%; }
  .facts { flex-direction: column; }
  .facts span { width: fit-content; }
}
