@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:wght@400;500;600;700&display=swap);
:host {
  --background: #ffffff;
  --surface-mint: #f6f6f6;
  --surface-green: #eeeeee;
  --mint-hover: #e8e8e8;
  --green-deep: #000000;
  --green-date: #000000;
  --green-issue: #000000;
  --green-link: #000000;
  --green-mid: #000000;
  --green-flash: #ffffff;
  --green-light: #000000;
  --green-pale: #f1f1f1;
  --orange: #4a4a4a;
  --border: #d9d9d7;
  --ink: #000000;
  --quiet: #6f6f6f;
  --font-ui: "Poppins", Arial, sans-serif;
  --font-body: "Merriweather", Georgia, serif;
  --font-display: "Nocturne Serif", Georgia, "Times New Roman", serif;
  --font-logo: "Blacker", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: var(--font-body);
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.author-page {
  min-height: 100vh;
}

.masthead {
  align-items: center;
  background: var(--background);
  border-bottom: 2px solid var(--ink);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 15px 30px;
  position: sticky;
  top: 0;
  z-index: 5;
}

.wordmark {
  color: var(--green-deep);
  font-family: var(--font-logo);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.masthead nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.masthead nav a,
.kicker,
.category-label,
.button-vert,
.text-link,
.link-list a,
.news-list a,
.site-footer a,
.contact-grid a,
.contact-form label,
.social-panel h3 {
  font-family: var(--font-ui);
}

.masthead nav a {
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.hero {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding: 50px 30px 60px;
}

.content-band > * {
  max-width: 1180px;
}

.hero-copy {
  align-self: center;
}

.kicker {
  background: var(--green-light);
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 3px 6px;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  max-width: 760px;
}

h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.05;
  max-width: 940px;
}

h3 {
  font-family: var(--font-ui);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}

p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.hero-positioning {
  color: var(--green-deep);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.28;
  margin: 20px 0 0;
  max-width: 760px;
}

.book-announcement {
  border-left: 9px solid var(--green-mid);
  margin: 30px 0;
  padding-left: 20px;
}

.book-announcement span,
.book-announcement strong {
  display: block;
}

.book-announcement span {
  font-family: var(--font-display);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

.book-announcement strong {
  font-family: var(--font-ui);
  font-size: 16px;
  margin-top: 7px;
}

.cta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 28px;
}

.button-vert {
  background: var(--green-mid);
  border: 0;
  border-radius: 0;
  box-shadow: 5px 5px 0 var(--ink);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 16px;
  text-decoration: none;
}

.button-vert:hover {
  background: #ffffff;
  color: var(--ink);
}

.text-link,
.link-list a,
.news-list a,
.site-footer a,
.contact-grid a {
  box-shadow: inset 0 -0.2em var(--green-link);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  text-shadow: -2px -2px #fff, -2px 2px #fff, 2px -2px #fff, 2px 2px #fff;
}

.hero-visual {
  align-self: stretch;
  margin: 0;
}

.photo-frame {
  position: relative;
}

.author-photo {
  background: var(--surface-mint);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  display: block;
  height: auto;
  max-height: 430px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.author-photo.is-missing {
  opacity: 0;
}

.photo-fallback {
  align-items: center;
  background: var(--surface-mint);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  display: none;
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 700;
  inset: 0 0 30px 0;
  justify-content: center;
  padding: 30px;
  position: absolute;
  text-align: center;
}

.author-photo.is-missing + .photo-fallback {
  display: flex;
}

.cover-placeholder {
  align-items: flex-start;
  aspect-ratio: 0.72;
  background:
    linear-gradient(90deg, transparent 0 48%, var(--green-light) 48% 52%, transparent 52%),
    var(--surface-mint);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  padding: 24px;
}

.cover-placeholder span,
.cover-placeholder small {
  font-family: var(--font-ui);
  font-weight: 700;
  text-transform: uppercase;
}

.cover-placeholder strong {
  font-family: var(--font-display);
  font-size: clamp(45px, 6vw, 72px);
  line-height: 0.95;
}

figcaption {
  color: var(--quiet);
  font-family: var(--font-ui);
  font-size: 12px;
  margin-top: 18px;
}

.content-band {
  border-top: 1px dotted var(--ink);
  padding: 70px 30px;
}

.content-band > * {
  margin-left: auto;
  margin-right: auto;
}

.content-band.mint {
  background: var(--surface-mint);
}

.content-band.dark {
  background: var(--green-deep);
  color: #ffffff;
}

.section-header {
  margin-bottom: 40px;
}

.section-header::after {
  background: var(--green-mid);
  content: "";
  display: block;
  height: 9px;
  margin-top: 18px;
  width: 125px;
}

.dark .section-header::after {
  background: var(--green-light);
}

.section-intro {
  color: var(--green-deep);
  font-size: 20px;
  max-width: 840px;
  margin-top: 20px;
}

.dark .section-intro {
  color: var(--green-pale);
}

.two-columns,
.book-overview,
.book-details,
.grid-three,
.grid-two,
.contact-grid,
.resource-grid {
  display: grid;
  gap: 30px;
}

.two-columns {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.book-overview {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 280px);
}

.book-details {
  background: var(--surface-mint);
  border-top: 2px solid var(--ink);
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  margin-top: 36px;
  padding: 24px;
}

.grid-three,
.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.reading-block,
.fact-sheet,
.book-cover-panel,
.grid-three article,
.grid-two article,
.theme-list article,
.news-list article,
.contact-grid article,
.networks,
.resource-grid article {
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}

.book-cover {
  margin: 0;
  max-width: 280px;
}

.book-cover img {
  background: var(--surface-mint);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.book-details .fact-sheet {
  border-top: 0;
  padding-top: 0;
}

.book-details .fact-sheet dl {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}

.purchase-panel {
  border-top: 0;
}

.purchase-panel .link-list {
  display: grid;
  gap: 12px;
}

.purchase-panel .link-list li {
  border: 0;
  padding: 0;
}

.purchase-panel .link-list a {
  background: var(--green-mid);
  box-shadow: 5px 5px 0 var(--ink);
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 12px 14px;
  text-shadow: none;
}

.purchase-panel .link-list a:hover {
  background: #ffffff;
  color: var(--ink);
}

.dark .news-list article {
  border-color: #ffffff;
}

.text-list,
.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-list li,
.link-list li {
  border-top: 1px dotted var(--ink);
  font-size: 15px;
  line-height: 1.55;
  padding: 10px 0;
}

.fact-sheet dl {
  margin: 0 0 20px;
}

.fact-sheet div {
  border-top: 1px dotted var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 120px 1fr;
  padding: 10px 0;
}

dt {
  color: var(--green-deep);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

dd {
  margin: 0;
}

.quote-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

blockquote {
  background: var(--surface-green);
  border: 2px solid var(--ink);
  margin: 0;
  padding: 20px;
}

blockquote p {
  font-style: italic;
}

cite {
  font-family: var(--font-ui);
  font-style: normal;
  font-weight: 700;
}

.theme-list {
  display: grid;
  gap: 0;
}

.theme-list article {
  display: grid;
  gap: 20px;
  grid-template-columns: 150px minmax(180px, 0.55fr) minmax(260px, 1fr) minmax(220px, 0.8fr);
  padding: 24px 0;
}

.category-label {
  align-self: start;
  background: var(--green-issue);
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 6px;
  text-transform: uppercase;
  width: fit-content;
}

.connection {
  color: var(--green-deep);
  font-weight: 700;
}

.news-list {
  display: grid;
  gap: 20px;
}

.news-list article {
  display: grid;
  gap: 20px;
  grid-template-columns: 180px minmax(220px, 0.7fr) minmax(300px, 1fr) 70px;
  padding: 20px 0;
}

.news-list time,
.news-list span {
  display: block;
  font-family: var(--font-ui);
  font-weight: 700;
}

.news-list time {
  color: #ffffff;
}

.news-list span {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}

.dark .news-list a {
  color: #ffffff;
  text-shadow: none;
}

.webflow-news-card {
  background: var(--green-deep);
  color: #ffffff;
  padding: 0 30px;
}

.webflow-news-card article {
  border-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.webflow-news-card time,
.webflow-news-card span,
.webflow-news-card a {
  color: #ffffff;
  text-shadow: none;
}

.image-placeholder {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: var(--surface-mint);
  border: 2px solid var(--ink);
  display: flex;
  font-family: var(--font-ui);
  font-weight: 700;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.newsletter-form {
  margin-bottom: 30px;
  max-width: 760px;
}

.newsletter-form label {
  display: block;
  font-family: var(--font-ui);
  font-weight: 700;
  margin-bottom: 10px;
}

.newsletter-form div {
  display: flex;
  gap: 15px;
}

.newsletter-form input {
  background: var(--green-pale);
  border: 1px solid var(--green-pale);
  border-radius: 3px;
  color: var(--green-deep);
  flex: 1;
  font-family: var(--font-body);
  font-style: italic;
  min-width: 0;
  padding: 13px 15px;
}

.newsletter-form input:focus {
  border-color: var(--green-deep);
  outline: none;
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-layout {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.35fr);
  max-width: 1180px;
}

.contact-form {
  border-top: 2px solid var(--ink);
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.contact-form label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  background: var(--green-pale);
  border: 1px solid var(--green-pale);
  border-radius: 3px;
  color: var(--green-deep);
  font-family: var(--font-body);
  padding: 13px 15px;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green-deep);
  outline: none;
}

.contact-form .button-vert {
  justify-self: start;
  margin-top: 10px;
}

.social-panel {
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.social-icons a {
  align-items: center;
  background: var(--ink);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  text-decoration: none;
  width: 56px;
}

.social-icons a:hover {
  background: #4a4a4a;
}

.social-icons svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 30px;
}

.social-icons rect,
.social-icons circle {
  fill: none;
}

.networks {
  margin-top: 30px;
}

.site-footer {
  align-items: center;
  background: var(--green-deep);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.site-footer a {
  color: #ffffff;
  text-shadow: none;
}

@media (max-width: 920px) {
  .masthead {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .two-columns,
  .book-overview,
  .book-details,
  .grid-three,
  .grid-two,
  .quote-grid,
  .contact-grid,
  .contact-layout,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .theme-list article,
  .news-list article {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 40px;
  }
}

@media (max-width: 560px) {
  .masthead,
  .hero,
  .content-band,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-form div,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .fact-sheet div {
    grid-template-columns: 1fr;
  }
}

