:root {
  --paper: #f7f2e8;
  --paper-light: #fcfaf5;
  --forest: #33443d;
  --sage: #89988a;
  --sage-light: #e2e8df;
  --terra: #ae6f50;
  --ink: #30342f;
  --muted: #6e756f;
  --line: rgba(51, 68, 61, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }

.nav-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.15; }
.brand span { font-family: Georgia, serif; color: var(--forest); font-size: 20px; }
.brand small { margin-top: 6px; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: 13px; text-decoration: none; }
.nav-cta { border: 1px solid var(--forest); padding: 8px 15px; border-radius: 999px; }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 5vw;
  padding: 70px 0 80px;
}
.eyebrow { margin: 0 0 14px; color: var(--terra); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--forest); margin-top: 0; }
h1 { font-size: clamp(54px, 6vw, 88px); line-height: .98; letter-spacing: -.045em; max-width: 760px; margin-bottom: 28px; }
.lead { max-width: 590px; font-family: Georgia, serif; font-size: clamp(19px, 2vw, 25px); line-height: 1.45; color: #56635d; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; gap: 12px; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 700; }
.button.primary { background: var(--forest); color: white; }
.button.quiet { border: 1px solid var(--line); color: var(--forest); }
.microcopy { max-width: 520px; margin-top: 38px; color: var(--muted); font-family: Georgia, serif; font-style: italic; font-size: 15px; }

.hero-art { min-height: 580px; position: relative; }
.sun { width: 360px; height: 360px; border-radius: 50%; background: #e3c4a6; position: absolute; top: 12px; right: 0; opacity: .72; }
.portrait-frame { position: absolute; width: 82%; height: 88%; top: 5%; left: 2%; border-radius: 46% 46% 6px 6px; border: 10px solid var(--paper-light); box-shadow: 0 20px 60px rgba(51,68,61,.14); overflow: hidden; background: var(--sage-light); }
.portrait { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% 42%; }

.about { background: var(--forest); color: #eef1eb; display: grid; grid-template-columns: .15fr .72fr .86fr .72fr; gap: clamp(28px, 4vw, 64px); align-items: center; padding: 110px max(24px, calc((100vw - 1180px)/2)); }
.section-number { color: #b9c4b9; font-size: 12px; letter-spacing: .12em; }
.about h2, .books h2 { font-size: clamp(40px, 5vw, 68px); line-height: 1.08; letter-spacing: -.035em; }
.about h2 { color: #f3eee4; }
.about-body { font-family: Georgia, serif; font-size: 18px; line-height: 1.75; color: #dce2da; }
.about-photo { align-self: stretch; min-height: 540px; margin: 0; overflow: hidden; border-radius: 48% 48% 4px 4px; }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
blockquote { margin: 34px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.25); color: #f0c4aa; font-size: 22px; line-height: 1.5; }

.books { padding: 110px max(24px, calc((100vw - 1180px)/2)) 35px; background: var(--paper); }
.books-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 7vw; align-items: start; }
.featured-book { margin-top: 45px; padding: 36px; background: var(--paper-light); border: 1px solid var(--line); display: grid; grid-template-columns: minmax(260px, .82fr) 1.18fr; gap: clamp(34px, 6vw, 78px); align-items: center; }
.book-image-wrap { min-height: 460px; display: flex; align-items: center; justify-content: center; padding: 24px; background: linear-gradient(145deg, #ebe6dc, #f8f5ef); overflow: hidden; }
.book-image { display: block; width: 100%; height: 100%; max-height: 530px; object-fit: cover; object-position: center; box-shadow: 0 22px 45px rgba(51,68,61,.18); transform: rotate(-1.3deg); }
.book-content { max-width: 520px; }
.feature-label { color: var(--terra); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.featured-book h3 { font-size: clamp(36px, 4vw, 54px); line-height: 1.08; margin: 18px 0 18px; }
.featured-book p { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.book-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 28px 0; font-size: 11px; color: var(--muted); }
.writing-feature { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 430px; margin: 18px 0 0; background: var(--sage-light); overflow: hidden; }
.writing-feature img { display: block; width: 100%; height: 100%; max-height: 560px; object-fit: cover; object-position: 50% 42%; }
.writing-feature figcaption { align-self: center; padding: clamp(34px, 6vw, 76px); }
.writing-feature span { color: var(--terra); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.writing-feature p { margin: 24px 0 0; color: var(--forest); font-family: Georgia, serif; font-size: clamp(24px, 3vw, 38px); line-height: 1.35; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.project-grid article { min-height: 210px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.project-grid small { color: var(--terra); text-transform: uppercase; letter-spacing: .12em; }
.project-grid h3 { font-size: 28px; margin: 26px 0 9px; }
.project-grid p { color: var(--muted); max-width: 470px; }
.offer-section { display: grid; grid-template-columns: .2fr 1.15fr 1fr; gap: 6vw; align-items: start; padding: 82px 34px; margin-top: 22px; border: 1px solid var(--line); background: var(--paper-light); scroll-margin-top: 24px; }
.offer-section.with-photo { grid-template-columns: .14fr .9fr .72fr .62fr; gap: clamp(24px, 3.4vw, 52px); align-items: center; }
.offer-photo { align-self: stretch; min-height: 430px; margin: 0; overflow: hidden; border-radius: 48% 48% 3px 3px; }
.offer-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% 32%; }
.offer-section.soft { background: var(--sage-light); }
.offer-number { color: var(--terra); font-size: 12px; letter-spacing: .12em; }
.offer-section h2 { font-size: clamp(34px, 4.2vw, 56px); margin-bottom: 0; }
.offer-copy { color: var(--muted); font-family: Georgia, serif; font-size: 17px; }
.topic-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.topic-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); font-family: Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.course-preview { display: grid; gap: 9px; margin: 26px 0 4px; }
.course-preview > div { padding: 14px 0; border-top: 1px solid var(--line); }
.course-preview small { display: block; margin-bottom: 3px; color: var(--terra); font-family: Arial, Helvetica, sans-serif; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.course-preview strong { color: var(--forest); font-weight: 400; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--forest); font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.coming-soon { display: inline-block; margin-top: 20px; padding: 8px 14px; border: 1px solid rgba(51,68,61,.25); border-radius: 999px; color: var(--forest); font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.contact-band { margin-top: 70px; padding: 50px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .72fr 1.05fr .92fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.contact-photo { min-height: 470px; margin: 0; overflow: hidden; }
.contact-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.contact-band h3 { font-size: clamp(31px, 4vw, 48px); margin: 0; }
.contact-copy { color: var(--muted); max-width: 480px; }
.contact-copy p { margin-top: 0; }
.contact-copy .button { margin-top: 14px; }
.contact-email { display: block; width: fit-content; margin-top: 18px; color: var(--forest); font-size: 12px; text-underline-offset: 4px; }
footer { display: flex; justify-content: space-between; padding-top: 28px; color: var(--muted); font-size: 11px; }

@media (max-width: 820px) {
  .nav-shell { width: min(100% - 30px, 1180px); min-height: 78px; }
  nav a:not(.nav-cta) { display: none; }
  .brand span { font-size: 16px; }
  .hero { width: min(100% - 30px, 1180px); grid-template-columns: 1fr; padding-top: 55px; }
  h1 { font-size: clamp(49px, 14vw, 72px); }
  .hero-art { min-height: 510px; }
  .sun { width: 260px; height: 260px; }
  .portrait-frame { width: 88%; height: 82%; left: 0; }
  .portrait { object-position: 52% 38%; }
  .about { grid-template-columns: 1fr; gap: 20px; padding-top: 75px; padding-bottom: 75px; }
  .about-intro h2, .books h2 { font-size: 43px; }
  .about-body { font-size: 17px; }
  .about-photo { min-height: 500px; }
  .books { padding-top: 75px; }
  .books-heading { grid-template-columns: 1fr; gap: 10px; }
  .featured-book { grid-template-columns: 1fr; padding: 28px; }
  .book-image-wrap { min-height: 400px; padding: 18px; }
  .book-image { max-height: 470px; }
  .featured-book .button { width: 100%; }
  .writing-feature { grid-template-columns: 1fr; }
  .writing-feature img { height: 440px; }
  .project-grid, .contact-band, .offer-section { grid-template-columns: 1fr; }
  .contact-photo { min-height: 520px; }
  .offer-section.with-photo { grid-template-columns: 1fr; }
  .offer-photo { min-height: 470px; }
  .offer-section { padding: 48px 26px; gap: 12px; }
  .offer-section h2 { font-size: 38px; }
  footer { flex-direction: column; gap: 8px; }
}

@media (max-width: 1050px) and (min-width: 821px) {
  nav { gap: 18px; }
  nav a { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
