@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500;1,9..144,600&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

:root {
  --hp-ink: #1b1713;
  --hp-ink-soft: #3a332c;
  --hp-paper: #f4efe6;
  --hp-paper-deep: #e7dfd0;
  --hp-sheet: #fbf7ef;
  --hp-rule: #c9bdaa;
  --hp-muted: #6d6459;
  --hp-accent: #8c2c1c;
  --hp-accent-soft: #b34832;
  --hp-forest: #243f38;
  --hp-cream: #f6efe2;
  --hp-serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --hp-sans: "Instrument Sans", "Source Sans 3", "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--hp-paper);
  color: var(--hp-ink);
  font-family: var(--hp-sans);
  font-size: 1.02rem;
  line-height: 1.6;
}

.hp-kicker-art {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 650;
  font-family: var(--hp-sans);
}

.hp-display-title {
  font-family: var(--hp-serif);
  font-optical-sizing: auto;
  font-weight: 650;
  letter-spacing: -0.035em;
  margin: 0 0 0.75rem;
  color: var(--hp-ink);
}

.hp-byline {
  margin: 0 0 1rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  font-family: var(--hp-sans);
}

.hp-p1 img,
.hp-toc-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-quote { margin: 1.6rem 0 1.8rem; padding: 0; border: 0; }

/* ---------- LONGREAD .hp-mag ---------- */
body.view-article:has(.hp-mag) .com-content-article {
  max-width: 1080px;
  margin: 0 auto 0;
  padding: 1.2rem 2rem 3.4rem;
  background: transparent;
  border-radius: 0;
  border-top: 0;
}

.hp-pdf-dl {
  display: block !important;
  visibility: visible !important;
  margin-top: 2.4rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hp-rule);
}
.hp-pdf-dl a {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55rem;
  background: var(--hp-accent);
  color: #f6efe2 !important;
  text-decoration: none;
  padding: 0.78rem 1.25rem;
  border-radius: 0;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  border: 0;
  box-shadow: 0 10px 22px rgba(140, 44, 28, 0.2);
}
.hp-pdf-dl a::before {
  content: "";
  width: 0.85rem;
  height: 0.95rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V8h5.2L14 3.5zM12 11v6.2l-2.2-2.2-.8.8L12.5 19l3.5-3.2-.8-.8-2.2 2.2V11H12z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V8h5.2L14 3.5zM12 11v6.2l-2.2-2.2-.8.8L12.5 19l3.5-3.2-.8-.8-2.2 2.2V11H12z'/></svg>") center / contain no-repeat;
}
.hp-pdf-dl a:hover {
  background: var(--hp-accent-soft);
  color: #fff !important;
}

/* ---------- LONGREAD .hp-mag ---------- */
body.view-article:has(.hp-mag) .com-content-article {
  max-width: 1080px;
  margin: 0 auto 0;
  padding: 1.2rem 2rem 3.4rem;
  background: transparent;
  border-radius: 0;
  border-top: 0;
}

.hp-mag .hp-kicker-art { color: var(--hp-accent); }
.hp-mag .hp-display-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  max-width: 22ch;
  color: var(--hp-ink);
}
.hp-mag .hp-byline { color: var(--hp-ink); font-size: 0.95rem; letter-spacing: 0.1em; text-transform: uppercase; }

.hp-mag .hp-hero-art {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.7fr);
  gap: 0.3rem 2.2rem;
  align-items: end;
  padding: 1.2rem 0 0.4rem;
}
.hp-mag .hp-kicker-art,
.hp-mag .hp-display-title,
.hp-mag .hp-byline { grid-column: 1; }
.hp-mag .hp-p1 {
  grid-column: 2;
  grid-row: 1 / span 4;
  margin: 0;
  justify-self: end;
  width: min(100%, 320px);
  background: #fff;
  padding: 0.4rem 0.4rem 0.65rem;
  box-shadow: 0 18px 40px rgba(27, 23, 19, 0.12);
  transform: none;
}
.hp-mag .hp-p1 img { border: 1px solid var(--hp-rule); }

.hp-mag .hp-quote {
  max-width: 66ch;
  margin: 2rem auto 2.2rem;
  padding: 0 0 0 1.4rem;
  border-left: 2px solid var(--hp-accent);
  background: transparent;
}
.hp-mag .hp-quote p {
  font-family: var(--hp-serif);
  font-size: 1.45rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
  color: var(--hp-ink);
  margin: 0;
}

.hp-mag .hp-body {
  max-width: 65ch;
  margin: 0 auto;
  text-align: justify;
  hyphens: auto;
}
.hp-mag .hp-body h2 {
  font-family: var(--hp-serif);
  font-size: 1.4rem;
  color: var(--hp-ink);
  text-align: left;
  margin: 2.4rem 0 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--hp-rule);
}
.hp-mag .hp-body h2:first-child { border-top: 0; padding-top: 0; }
.hp-mag .hp-body p {
  font-size: 1.12rem;
  line-height: 1.82;
  margin: 0 0 1.1rem;
}
.hp-mag .hp-body > h2:first-child + p::first-letter {
  font-family: var(--hp-serif);
  font-size: 5.6rem;
  font-weight: 650;
  line-height: 0.78;
  float: left;
  padding: 0.1rem 0.15rem 0;
  margin: 0.08rem 0.4rem 0 0;
  color: var(--hp-accent);
  background: transparent;
  border-bottom: 0;
}
.hp-mag .hp-notes {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hp-rule);
  font-size: 0.9rem;
  color: var(--hp-muted);
}

@media (max-width: 800px) {
  .hp-mag .hp-hero-art { grid-template-columns: 1fr; }
  .hp-mag .hp-p1 { grid-column: 1; grid-row: auto; transform: none; justify-self: start; }
  .hp-mag .hp-display-title { max-width: none; }
}

/* ---------- JOURNAL SAVANT .hp-savant ---------- */
body.view-article:has(.hp-savant) .com-content-article {
  max-width: 980px;
  margin: 0 auto;
  padding: 1.8rem 2.1rem 3rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.hp-savant { color: #221c16; }
.hp-savant .hp-kicker-art {
  color: var(--hp-forest);
  border-bottom: 1px solid var(--hp-forest);
  display: inline-block;
  padding-bottom: 0.25rem;
  margin-bottom: 0.9rem;
}
.hp-savant .hp-display-title {
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
  line-height: 1.22;
  max-width: 40rem;
}
.hp-savant .hp-byline {
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hp-ink);
}
.hp-savant .hp-hero-art {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 1rem 1.6rem;
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid var(--hp-rule);
}
.hp-savant .hp-p1 { margin: 0; }
.hp-savant .hp-p1 img { border: 1px solid var(--hp-rule); filter: grayscale(0.12); }

.hp-savant .hp-quote {
  margin: 0 0 1.3rem;
  padding: 0.4rem 0 0.4rem 1rem;
  border-left: 1px solid var(--hp-forest);
}
.hp-savant .hp-quote p {
  font-family: var(--hp-serif);
  font-size: 1.08rem;
  font-style: italic;
  margin: 0;
  color: var(--hp-forest);
}

.hp-resume,
.hp-abstract {
  background: #fff;
  border: 1px solid var(--hp-rule);
  padding: 0.95rem 1.15rem 1rem;
  margin: 0 0 1.1rem;
}
.hp-resume { border-top: 3px solid var(--hp-forest); }
.hp-abstract { border-top: 3px solid var(--hp-accent); }
.hp-resume-label {
  font-size: 0.7rem !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700 !important;
  color: var(--hp-forest);
  margin: 0 0 0.4rem !important;
}
.hp-resume p,
.hp-abstract p { font-size: 0.95rem; line-height: 1.55; margin: 0; }
.hp-mots { font-size: 0.9rem; color: var(--hp-muted); }
.hp-mots span { font-weight: 700; color: var(--hp-forest); letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem; }

.hp-savant .hp-body {
  column-count: 2;
  column-gap: 2rem;
  column-rule: 1px solid var(--hp-rule);
}
.hp-savant .hp-body h2 {
  column-span: all;
  font-family: var(--hp-serif);
  font-size: 1.15rem;
  color: var(--hp-ink);
  margin: 1.5rem 0 0.7rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--hp-rule);
}
.hp-savant .hp-body p {
  font-size: 0.98rem;
  line-height: 1.62;
  margin: 0 0 0.75rem;
  text-align: justify;
  hyphens: auto;
}
.hp-savant .hp-notes {
  column-span: all;
  margin-top: 1.4rem;
  padding: 0.9rem 1rem 0.4rem;
  background: var(--hp-paper-deep);
  border-top: 1px solid var(--hp-rule);
  font-size: 0.82rem;
  color: #4a555b;
}
.hp-savant .hp-pdf-dl { column-span: all; }

@media (max-width: 800px) {
  .hp-savant .hp-hero-art { grid-template-columns: 1fr; }
  .hp-savant .hp-body { column-count: 1; }
}

/* ---------- PORTRAIT .hp-portrait ---------- */
body.view-article:has(.hp-portrait) .com-content-article {
  max-width: 1040px;
  margin: 0 auto;
  padding: 1.6rem 2rem 3rem;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.hp-portrait { color: #241910; }
.hp-portrait .hp-kicker-art { color: var(--hp-accent); }
.hp-portrait .hp-short {
  font-family: var(--hp-serif);
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--hp-accent);
  margin: 0 0 0.35rem;
  line-height: 1.12;
}
.hp-portrait .hp-display-title {
  font-family: var(--hp-sans);
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #5c4636;
  line-height: 1.4;
  max-width: 38rem;
}
.hp-portrait .hp-byline { font-size: 1.02rem; color: var(--hp-accent); }

.hp-portrait .hp-hero-art {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 0.2rem 2rem;
}
.hp-portrait .hp-p1 {
  grid-column: 2;
  grid-row: 1 / span 6;
  margin: 0.2rem 0 0;
  position: sticky;
  top: 1rem;
}
.hp-portrait .hp-p1 img {
  border-radius: 0;
  box-shadow: 0 16px 36px rgba(90, 40, 10, 0.14);
  border: 0;
}

.hp-portrait .hp-quote {
  max-width: 38rem;
  margin: 1.2rem 0 1.5rem;
  padding: 0 0 0 1.1rem;
  background: transparent;
  border-radius: 0;
  border-left: 2px solid var(--hp-accent);
}
.hp-portrait .hp-quote p {
  font-family: var(--hp-serif);
  font-size: 1.22rem;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
  color: #6b2e0c;
}

.hp-portrait .hp-body { max-width: 40rem; }
.hp-portrait .hp-body h2 {
  font-family: var(--hp-serif);
  font-size: 1.25rem;
  color: var(--hp-accent);
  margin: 1.8rem 0 0.7rem;
}
.hp-portrait .hp-body p {
  font-size: 1.08rem;
  line-height: 1.72;
  margin: 0 0 1rem;
}

@media (max-width: 800px) {
  .hp-portrait .hp-hero-art { grid-template-columns: 1fr; }
  .hp-portrait .hp-p1 { grid-column: 1; grid-row: auto; position: static; max-width: 260px; }
}

/* ---------- ESSAI .hp-essai ---------- */
body.view-article:has(.hp-essai) .com-content-article {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 2.8rem;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}

.hp-essai .hp-hero-art {
  background: var(--hp-ink);
  color: #f6efe2;
  padding: 2.2rem 2.2rem 1.8rem;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) 240px;
  gap: 1rem 1.6rem;
  align-items: end;
}
.hp-essai .hp-kicker-art { color: #e8c9a4; }
.hp-essai .hp-display-title {
  color: #f6efe2;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.05;
  max-width: 16ch;
}
.hp-essai .hp-byline { color: #e4d5c0; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.82rem; }
.hp-essai .hp-p1 { margin: 0; }
.hp-essai .hp-p1 img {
  border: 0;
  box-shadow: 0 12px 28px rgba(0,0,0,0.28);
}

.hp-essai .hp-quote {
  margin: 0;
  padding: 1.6rem 2.2rem;
  background: var(--hp-forest);
  color: #f6efe2;
}
.hp-essai .hp-quote p {
  font-family: var(--hp-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-style: italic;
  line-height: 1.35;
  margin: 0;
  max-width: 40rem;
}

.hp-essai .hp-body { padding: 1.8rem 2.2rem 0; max-width: 46rem; }
.hp-essai .hp-body h2 {
  font-family: var(--hp-serif);
  font-size: 1.3rem;
  color: var(--hp-ink);
  margin: 1.8rem 0 0.7rem;
}
.hp-essai .hp-body p {
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0 0 1rem;
}
.hp-essai .hp-pdf-dl { margin-left: 2.2rem; margin-right: 2.2rem; }

@media (max-width: 800px) {
  .hp-essai .hp-hero-art { grid-template-columns: 1fr; padding: 1.4rem; }
  .hp-essai .hp-display-title { max-width: none; }
  .hp-essai .hp-body { padding: 1.2rem 1.2rem 0; }
}

/* ---------- SOMMAIRE .hp-toc ---------- */
body.view-article:has(.hp-toc) .com-content-article {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.8rem 2.2rem 3rem;
  background: transparent;
  border-radius: 0;
  border-top: 0;
}

.hp-toc-hero {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0.2rem 2.4rem;
  align-items: end;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--hp-ink);
}
.hp-toc-cover {
  grid-column: 1;
  grid-row: 1 / span 4;
  margin: 0;
}
.hp-toc-cover img {
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(27, 23, 19, 0.16);
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center top;
  background: #f3ead8;
}
.hp-toc .hp-kicker-art { color: var(--hp-accent); }
.hp-toc .hp-display-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 0.2rem;
  line-height: 0.95;
}
.hp-toc-label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--hp-muted);
  margin: 0;
}

.hp-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc;
}
.hp-toc-list li {
  counter-increment: toc;
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.9rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--hp-rule);
  align-items: baseline;
}
.hp-toc-list li::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--hp-serif);
  font-weight: 650;
  color: var(--hp-accent);
  font-size: 1.05rem;
}
.hp-toc-list a {
  text-decoration: none;
  color: var(--hp-ink);
  font-family: var(--hp-serif);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 1.35;
}
.hp-toc-list a:hover { color: var(--hp-accent); }
.hp-toc .hp-pdf-dl { border-top: 0; margin-top: 1.8rem; }

@media (max-width: 700px) {
  .hp-toc-hero { grid-template-columns: 1fr; }
  .hp-toc-cover { grid-row: auto; max-width: 200px; }
}

/* MAG extras (Abraham etc.) */
.hp-mag .hp-hero-art,
.hp-mag .hp-hero-text,
.hp-mag .hp-kicker-art,
.hp-mag .hp-display-title,
.hp-mag .hp-byline { text-align: left; }
.hp-mag .hp-display-title { max-width: none; }
.hp-mag-rule {
  width: 4.5rem;
  height: 2px;
  margin: 1.1rem 0 0;
  background: var(--hp-accent);
}
.hp-mag .hp-p1 figcaption {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--hp-muted);
  text-align: center;
  margin-top: 0.4rem;
}
.hp-mag-drop {
  float: left;
  font-family: var(--hp-serif);
  font-size: 5.8rem;
  font-weight: 650;
  line-height: 0.78;
  padding: 0.1rem 0.15rem 0;
  margin: 0.15rem 0.5rem 0.15rem 0;
  color: var(--hp-accent);
  background: transparent;
  border-bottom: 0;
}
.hp-mag .hp-body > h2:first-child + p::first-letter { all: unset; }
.hp-mag .hp-list { margin: 0 0 1.2rem; padding-left: 1.15rem; text-align: left; }
.hp-mag .hp-list li { margin: 0 0 0.4rem; line-height: 1.55; font-size: 1.02rem; }
.hp-mag .hp-biblio { margin: 0 0 1.4rem; padding-left: 1.2rem; text-align: left; }
.hp-mag .hp-biblio li { margin: 0 0 0.65rem; font-size: 0.95rem; line-height: 1.5; }
.hp-mag .hp-fn, .hp-mag-fn { font-size: 0.86rem; line-height: 1.5; color: var(--hp-muted); text-align: left; margin: 0 0 0.85rem; }
.hp-mag .hp-keywords, .hp-mag-keywords { font-size: 0.95rem; color: var(--hp-muted); border-top: 1px solid var(--hp-rule); padding-top: 0.9rem; }
@media (max-width: 800px) {
  .hp-mag-drop { font-size: 4.3rem; padding: 0.1rem 0.12rem 0; }
}

.hp-mag .hp-hero-text { grid-column: 1; min-width: 0; }
.hp-mag .hp-quote,
.hp-mag .hp-quote p { text-align: left; hyphens: none; }
.hp-mag .hp-mag-list { margin: 0 0 1.2rem; padding-left: 1.15rem; text-align: left; }
.hp-mag .hp-mag-list li { margin: 0 0 0.4rem; line-height: 1.55; font-size: 1.02rem; }
.hp-mag .hp-mag-biblio { margin: 0 0 1.4rem; padding-left: 1.2rem; text-align: left; }
.hp-mag .hp-mag-biblio li { margin: 0 0 0.65rem; font-size: 0.95rem; line-height: 1.5; }

@media (max-width: 900px) {
  .hp-hero-inner { grid-template-columns: 1fr; padding: 6.2rem 1.3rem 2.2rem; min-height: 100svh; }
  .hp-hero-cover { justify-self: start; max-width: 200px; }
  .hp-covers { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.itemid-111 .blog-items,
  body.itemid-111 .com-content-category-blog .blog-items,
  body.itemid-111 .com-content-category-blog__items { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .hp-pdfs ul { columns: 1; }
  .blog-items, .com-content-category-blog .blog-items { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body.itemid-111 .blog-items,
  body.itemid-111 .com-content-category-blog__items { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .hp-wordmark { font-size: 1.05rem; }
}

/* MAG extras (Abraham etc.) */
.hp-mag .hp-hero-art,
.hp-mag .hp-hero-text,
.hp-mag .hp-kicker-art,
.hp-mag .hp-display-title,
.hp-mag .hp-byline { text-align: left; }
.hp-mag .hp-display-title { max-width: none; }
.hp-mag-rule {
  width: 4.5rem;
  height: 2px;
  margin: 1.1rem 0 0;
  background: var(--hp-accent);
}
.hp-mag .hp-p1 figcaption {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--hp-muted);
  text-align: center;
  margin-top: 0.4rem;
}
.hp-mag-drop {
  float: left;
  font-family: var(--hp-serif);
  font-size: 5.8rem;
  font-weight: 650;
  line-height: 0.78;
  padding: 0.1rem 0.15rem 0;
  margin: 0.15rem 0.5rem 0.15rem 0;
  color: var(--hp-accent);
  background: transparent;
  border-bottom: 0;
}
.hp-mag .hp-body > h2:first-child + p::first-letter { all: unset; }
.hp-mag .hp-list { margin: 0 0 1.2rem; padding-left: 1.15rem; text-align: left; }
.hp-mag .hp-list li { margin: 0 0 0.4rem; line-height: 1.55; font-size: 1.02rem; }
.hp-mag .hp-biblio { margin: 0 0 1.4rem; padding-left: 1.2rem; text-align: left; }
.hp-mag .hp-biblio li { margin: 0 0 0.65rem; font-size: 0.95rem; line-height: 1.5; }
.hp-mag .hp-fn, .hp-mag-fn { font-size: 0.86rem; line-height: 1.5; color: var(--hp-muted); text-align: left; margin: 0 0 0.85rem; }
.hp-mag .hp-keywords, .hp-mag-keywords { font-size: 0.95rem; color: var(--hp-muted); border-top: 1px solid var(--hp-rule); padding-top: 0.9rem; }
@media (max-width: 800px) {
  .hp-mag-drop { font-size: 4.3rem; padding: 0.1rem 0.12rem 0; }
}

.hp-mag .hp-hero-text { grid-column: 1; min-width: 0; }
.hp-mag .hp-quote,
.hp-mag .hp-quote p { text-align: left; hyphens: none; }
.hp-mag .hp-mag-list { margin: 0 0 1.2rem; padding-left: 1.15rem; text-align: left; }
.hp-mag .hp-mag-list li { margin: 0 0 0.4rem; line-height: 1.55; font-size: 1.02rem; }
.hp-mag .hp-mag-biblio { margin: 0 0 1.4rem; padding-left: 1.2rem; text-align: left; }
.hp-mag .hp-mag-biblio li { margin: 0 0 0.65rem; font-size: 0.95rem; line-height: 1.5; }

@media (max-width: 900px) {
  .hp-hero-inner { grid-template-columns: 1fr; padding: 6.2rem 1.3rem 2.2rem; min-height: 100svh; }
  .hp-hero-cover { justify-self: start; max-width: 200px; }
  .hp-covers { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.itemid-111 .blog-items,
  body.itemid-111 .com-content-category-blog .blog-items,
  body.itemid-111 .com-content-category-blog__items { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .hp-pdfs ul { columns: 1; }
  .blog-items, .com-content-category-blog .blog-items { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body.itemid-111 .blog-items,
  body.itemid-111 .com-content-category-blog__items { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .hp-wordmark { font-size: 1.05rem; }
}

/* static chrome + index (archive folder) */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
a { color: var(--hp-accent); }
.hp-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 58px;
  padding: 0.35rem 1.6rem;
  background: var(--hp-ink);
  color: #f4efe6;
}
.hp-chrome a {
  color: #f4efe6;
  text-decoration: none;
}
.hp-chrome .hp-wordmark {
  font-family: var(--hp-serif);
  font-weight: 650;
  letter-spacing: -0.02em;
  font-size: 1.15rem;
}
.hp-chrome nav a {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 650;
}
.hp-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.8rem 2.2rem 3rem;
}
.hp-index-title {
  font-family: var(--hp-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 1.6rem;
  letter-spacing: -0.03em;
}
.hp-index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.4rem 1.1rem;
}
.hp-index a {
  display: block;
  color: var(--hp-ink);
  text-decoration: none;
  font-family: var(--hp-serif);
  font-weight: 500;
}
.hp-index img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center top;
  background: #f3ead8;
  box-shadow: 0 18px 40px rgba(27, 23, 19, 0.16);
  margin-bottom: 0.55rem;
}
.hp-index span { display: block; line-height: 1.25; }

/* site chrome aligned on homepage */
body {
  background: #c9b79a url("/images/hp-hero-sable.png") center top / cover fixed !important;
  color: #2b2118;
}
.hp-sitehead {
  position: sticky; top: 0; z-index: 40;
  background: rgba(244,236,220,.78);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(43,33,24,.12);
}
.hp-sitehead__bar {
  width: min(1100px, 92vw);
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.hp-sitehead__logo img { display:block; height: 36px; width: auto; }
.hp-sitehead__nav {
  display: flex; align-items: center; gap: 1.15rem;
  font-family: Outfit, "Instrument Sans", system-ui, sans-serif;
  font-size: .82rem; font-weight: 500;
}
.hp-sitehead__nav a, .hp-sitehead__nav span {
  color: #2b2118; text-decoration: none;
}
.hp-drop { position: relative; }
.hp-drop > span { cursor: default; }
.hp-drop__list {
  display: none; position: absolute; top: 100%; left: 0;
  min-width: 220px; padding: .45rem 0;
  background: #f4ecd8; border: 1px solid rgba(43,33,24,.12);
  box-shadow: 0 14px 30px rgba(43,33,24,.16);
}
.hp-drop:hover .hp-drop__list, .hp-drop:focus-within .hp-drop__list { display: block; }
.hp-drop__list a { display: block; padding: .4rem .85rem; }
.hp-drop__list a:hover { background: rgba(43,33,24,.06); }
.hp-page {
  width: min(1100px, 92vw);
  margin: 1.4rem auto 2.6rem;
  padding: 1.6rem 1.8rem 2.2rem;
  background: rgba(251,247,239,.88);
  box-shadow: 0 18px 44px rgba(43,33,24,.14);
}
.hp-index { grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); }
.hp-index a { color: #2b2118; }
.hp-sitefoot {
  width: min(1100px, 92vw);
  margin: 0 auto 1.6rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: .78rem; color: #3a2d22;
}
.hp-chrome { display: none !important; }
@media (max-width: 800px) {
  .hp-sitehead__nav { display: none; }
}


.hp-foot{
  position:relative;z-index:2;
  background:#2b2118;color:#f4efe6;
}
.hp-foot a{color:#f4efe6;text-decoration:none}
.hp-foot a:hover{opacity:.72}
.hp-foot__grid{
  width:min(1180px,92vw);margin:0 auto;padding:2.4rem 0 1.8rem;
  display:grid;grid-template-columns:1.2fr 1.3fr 1fr;gap:2.2rem 2.4rem;
  font-family:Outfit,system-ui,sans-serif;
}
.hp-foot h2{
  margin:0 0 .7rem;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;opacity:.72;
}
.hp-foot p, .hp-foot li{margin:0 0 .35rem;font-size:.92rem;line-height:1.45;font-weight:300}
.hp-foot ul{list-style:none;margin:0;padding:0}
.hp-foot__name{
  margin:0 0 .35rem;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.45rem;font-weight:500;
}
.hp-foot__legal{
  width:min(1180px,92vw);margin:0 auto;padding:0 0 1.4rem;
  border-top:1px solid rgba(244,236,220,.16);
  font-family:Outfit,system-ui,sans-serif;font-size:.75rem;opacity:.7;padding-top:.85rem;
}
@media (max-width:800px){
  .hp-foot__grid{grid-template-columns:1fr;padding-top:1.8rem}
}
