/* ==========================================================================
   HerSpace Café — "The HerSpace Journal"
   Editorial lifestyle-magazine art direction (Kinfolk / Cereal register).
   Brand palette base carried over from the original identity:
     mulberry #5C2A45 · honey gold #C0862E · warm cream #FBF6EF · ink #2A1B22
   Extended with an editorial ink, blush paper and rule tokens.
   Type: Fraunces (expressive display serif) + Nunito Sans (humanist body)
         + Caveat (handwritten script accents, small flourishes only).
   ========================================================================== */

:root {
  /* Paper & ink */
  --paper: #FBF6EF;
  --paper-2: #F4E9DC;
  --paper-3: #EADBC8;
  --plum-paper: #F1DEE8;
  --ink: #241017;
  --ink-2: #4E3A44;
  --ink-3: #8B7580;

  /* Brand */
  --mulberry: #5C2A45;
  --mulberry-deep: #3A1729;
  --mulberry-mid: #7E3D5E;
  --gold: #C0862E;
  --gold-deep: #855611;
  --gold-soft: #E8C889;

  /* Rules & shadow */
  --rule: #D8C4B2;
  --rule-soft: #E7D8C7;
  --shadow: 0 26px 60px -34px rgba(58, 23, 41, .5);
  --shadow-soft: 0 14px 34px -22px rgba(58, 23, 41, .38);

  /* Type */
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --script: "Caveat", "Segoe Script", cursive;

  --measure: 40rem;
  --gutter: clamp(20px, 5vw, 64px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
svg { display: block; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0;
  font-optical-sizing: auto;
}

p { margin: 0 0 1.15em; color: var(--ink-2); }

a { color: var(--mulberry); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--gold-deep); }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

::selection { background: var(--gold-soft); color: var(--mulberry-deep); }

/* -------------------------------------------------------------------------- */
/* Utilities                                                                  */
/* -------------------------------------------------------------------------- */
.wrap { width: 100%; max-width: 1220px; margin-inline: auto; padding-inline: var(--gutter); }
.reading { width: 100%; max-width: var(--measure); margin-inline: auto; padding-inline: var(--gutter); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--mulberry); color: #fff; padding: 12px 22px;
  border-radius: 0 0 10px 0; font-weight: 700;
}
.skip-link:focus { left: 0; }

/* Folio — small-caps editorial label */
.folio {
  font-family: var(--body);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-block;
}
.folio--plum { color: var(--mulberry-mid); }
.folio--paper { color: var(--gold-soft); }

/* Script accent */
.script {
  font-family: var(--script);
  font-weight: 600;
  color: var(--mulberry-mid);
  letter-spacing: .01em;
  line-height: 1;
}

.hr-rule { border: 0; border-top: 1px solid var(--rule); margin: 0; }

/* Buttons */
.ink-btn, .line-btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--body); font-weight: 800; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .95em 1.6em; border-radius: 2px;
  text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.ink-btn { background: var(--mulberry); color: #FBF6EF; }
.ink-btn:hover { background: var(--mulberry-deep); color: #fff; transform: translateY(-2px); }
.ink-btn--gold { background: var(--gold); color: var(--mulberry-deep); }
.ink-btn--gold:hover { background: var(--gold-deep); color: #fff; }
.line-btn { background: transparent; color: var(--mulberry); border-color: var(--mulberry); }
.line-btn:hover { background: var(--mulberry); color: #fff; transform: translateY(-2px); }
.line-btn--paper { color: #fff; border-color: rgba(255,255,255,.6); }
.line-btn--paper:hover { background: #fff; color: var(--mulberry-deep); }

/* Text link with arrow */
.readmore {
  font-family: var(--body); font-weight: 800; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep);
  text-decoration: none; display: inline-flex; align-items: center; gap: .5em;
  border-bottom: 2px solid transparent; padding-bottom: 2px;
}
.readmore:hover { color: var(--mulberry); border-bottom-color: var(--gold); }
.readmore svg { width: 15px; height: 15px; transition: transform .25s; }
.readmore:hover svg { transform: translateX(4px); }

/* -------------------------------------------------------------------------- */
/* Masthead                                                                    */
/* -------------------------------------------------------------------------- */
.masthead { background: var(--paper); border-bottom: 1px solid var(--rule); position: relative; z-index: 60; }

.masthead-bar {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding-block: 8px; border-bottom: 1px solid var(--rule-soft);
  font-family: var(--body); font-size: .7rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ink-3);
}
.masthead-bar .script { font-size: 1.15rem; letter-spacing: 0; text-transform: none; }
.masthead-bar a { color: var(--ink-2); text-decoration: none; font-weight: 700; }
.masthead-bar a:hover { color: var(--gold-deep); }

.masthead-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding-block: 22px;
}
.mast-nav { display: flex; gap: clamp(14px, 2vw, 30px); align-items: center; }
.mast-nav.left { justify-content: flex-start; }
.mast-nav.right { justify-content: flex-end; }
.mast-nav a {
  font-family: var(--body); font-weight: 700; font-size: .82rem;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  color: var(--ink-2); padding: 4px 0; border-bottom: 2px solid transparent;
}
.mast-nav a:hover { color: var(--mulberry); }
.mast-nav a[aria-current="page"] { color: var(--mulberry); border-bottom-color: var(--gold); }

.wordmark { justify-self: center; display: block; }
.wordmark img { width: clamp(150px, 20vw, 208px); height: auto; }

.mast-toggle {
  display: none; background: none; border: 1px solid var(--rule);
  border-radius: 2px; padding: 8px; color: var(--mulberry); cursor: pointer;
}
.mast-toggle svg { width: 24px; height: 24px; }

/* Mobile drawer (single combined menu) */
.mast-drawer { display: none; }

/* -------------------------------------------------------------------------- */
/* Cover (hero)                                                                */
/* -------------------------------------------------------------------------- */
.cover { position: relative; padding-block: clamp(28px, 5vw, 60px) clamp(60px, 9vw, 120px); }
.cover-grid { position: relative; display: grid; grid-template-columns: 1fr; }
.cover-figure {
  position: relative;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
  width: 100%;
  margin-left: auto;
  max-width: 78%;
  justify-self: end;
}
.cover-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.cover-figure figcaption {
  position: absolute; right: 14px; bottom: 12px;
  font-family: var(--body); font-size: .66rem; letter-spacing: .16em;
  text-transform: uppercase; color: #fff; background: rgba(36,16,23,.55);
  padding: 5px 10px; border-radius: 2px; backdrop-filter: blur(2px);
}
.cover-plate {
  position: relative;
  z-index: 2;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-top: 4px solid var(--gold);
  padding: clamp(26px, 4vw, 46px);
  max-width: 560px;
  margin-top: -18%;
  margin-right: auto;
  box-shadow: var(--shadow-soft);
}
.cover-plate .kicker { display: block; margin-bottom: 10px; }
.cover-plate .kicker .script { font-size: 1.9rem; display: block; }
.cover-plate h1 { font-size: clamp(2.6rem, 6.4vw, 4.7rem); font-weight: 500; margin: 6px 0 18px; }
.cover-plate h1 em { font-style: italic; color: var(--mulberry); }
.cover-plate .stand { font-size: 1.12rem; color: var(--ink-2); max-width: 42ch; margin-bottom: 26px; }
.cover-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* -------------------------------------------------------------------------- */
/* Section scaffolding                                                         */
/* -------------------------------------------------------------------------- */
.chapter { padding-block: clamp(58px, 9vw, 108px); }
.chapter--paper2 { background: var(--paper-2); }
.chapter--mulberry { background: var(--mulberry); color: #F6E4EE; }
.chapter--mulberry h1, .chapter--mulberry h2, .chapter--mulberry h3 { color: #fff; }
.chapter--mulberry p { color: #EAD2DE; }

.chapter-head { max-width: 720px; margin-bottom: clamp(34px, 5vw, 56px); }
.chapter-head.center { margin-inline: auto; text-align: center; }
.chapter-head h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 500; margin: 12px 0 0; }
.chapter-head .lede { font-size: 1.1rem; margin-top: 16px; color: var(--ink-2); }
.chapter--mulberry .chapter-head .lede { color: #EAD2DE; }

/* -------------------------------------------------------------------------- */
/* Editorial essay (drop-cap + pull quote)                                     */
/* -------------------------------------------------------------------------- */
.essay { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 48px); align-items: start; }
.essay-lead { }
.essay-lead .byline {
  font-family: var(--body); font-size: .78rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink-3); margin-bottom: 20px;
}
.essay-lead h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); font-weight: 500; margin-bottom: 24px; }
.essay-body { columns: 1; }
.essay-body > p:first-of-type::first-letter {
  font-family: var(--display);
  float: left; font-size: 4.6rem; line-height: .78;
  padding: 6px 12px 0 0; color: var(--mulberry); font-weight: 500;
}
.pull {
  border-top: 2px solid var(--gold); border-bottom: 1px solid var(--rule);
  padding: 22px 0; margin: 8px 0 8px;
}
.pull blockquote {
  margin: 0; font-family: var(--display); font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 1.95rem); line-height: 1.28; color: var(--mulberry);
  font-weight: 500;
}
.pull cite {
  display: block; margin-top: 14px; font-family: var(--body); font-style: normal;
  font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3);
}

/* Founder portrait plate */
.portrait-plate {
  background: var(--paper); border: 1px solid var(--rule); border-radius: 4px;
  padding: 26px; box-shadow: var(--shadow-soft); position: relative;
}
.portrait-plate::before {
  content: ""; position: absolute; inset: 10px; border: 1px solid var(--rule-soft);
  pointer-events: none; border-radius: 2px;
}
.portrait-plate .role { display: block; margin-bottom: 6px; }
.portrait-plate .who { font-family: var(--display); font-size: 1.8rem; margin-bottom: 8px; }
.portrait-plate .who-script { font-size: 2.1rem; color: var(--mulberry-mid); margin-bottom: 14px; }
.credential { list-style: none; margin: 18px 0 0; padding: 0; }
.credential li {
  display: flex; gap: 12px; align-items: flex-start; padding: 9px 0;
  border-top: 1px solid var(--rule-soft); font-size: .96rem; color: var(--ink-2);
}
.credential li:first-child { border-top: 0; }
.credential svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--gold-deep); }

/* -------------------------------------------------------------------------- */
/* Bill of fare (printed menu)                                                 */
/* -------------------------------------------------------------------------- */
.bill {
  background: var(--paper); border: 1px solid var(--rule);
  padding: clamp(26px, 4vw, 52px); border-radius: 4px; box-shadow: var(--shadow-soft);
}
.bill-head { text-align: center; margin-bottom: 34px; }
.bill-head .script { font-size: 2.4rem; display: block; margin-bottom: 4px; }
.bill-head h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 500; }
.bill-cols { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 48px); }
.bill-col h3 {
  font-family: var(--body); font-size: .82rem; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold-deep); padding-bottom: 10px;
  border-bottom: 2px solid var(--gold); margin-bottom: 8px;
}
.bill-list { list-style: none; margin: 0; padding: 0; }
.bill-list li {
  display: flex; align-items: baseline; gap: 8px; padding: 11px 0;
  border-bottom: 1px dotted var(--rule);
}
.bill-item { }
.bill-name { font-family: var(--display); font-size: 1.12rem; color: var(--ink); }
.bill-desc { display: block; font-family: var(--body); font-size: .82rem; color: var(--ink-3); font-style: italic; }
.bill-dots { flex: 1; align-self: flex-end; border-bottom: 2px dotted var(--rule); transform: translateY(-4px); min-width: 20px; }
.bill-price { font-family: var(--display); font-size: 1.12rem; color: var(--mulberry); font-weight: 500; white-space: nowrap; }
.bill-note { text-align: center; margin: 30px 0 0; font-size: .9rem; font-style: italic; color: var(--ink-3); }

/* -------------------------------------------------------------------------- */
/* Photo mosaic                                                                */
/* -------------------------------------------------------------------------- */
.mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.tile { position: relative; margin: 0; overflow: hidden; border-radius: 4px; box-shadow: var(--shadow-soft); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tile:hover img { transform: scale(1.04); }
.tile figcaption {
  position: absolute; left: 0; bottom: 0; right: 0;
  padding: 26px 16px 12px; color: #fff;
  font-family: var(--body); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  background: linear-gradient(to top, rgba(36,16,23,.72), transparent);
}
.tile--tall { grid-row: span 2; }
.tile--wide { grid-column: span 2; }

/* -------------------------------------------------------------------------- */
/* Daybook (a day in the space — narrative timeline)                           */
/* -------------------------------------------------------------------------- */
.daybook { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 8px; }
.hour {
  display: grid; grid-template-columns: 88px 1fr; gap: 20px;
  padding: 26px 0; border-top: 1px solid var(--rule);
  position: relative;
}
.hour:last-child { border-bottom: 1px solid var(--rule); }
.hour-time {
  font-family: var(--display); font-style: italic; font-size: 1.2rem; color: var(--gold-deep);
  padding-top: 2px;
}
.hour-body h3 { font-size: 1.35rem; font-weight: 500; margin-bottom: 8px; }
.hour-body p { margin: 0; }

/* -------------------------------------------------------------------------- */
/* Rates (membership editorial cards)                                          */
/* -------------------------------------------------------------------------- */
.rates { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
.rate {
  background: var(--paper); border: 1px solid var(--rule); border-radius: 4px;
  padding: 32px 28px; box-shadow: var(--shadow-soft); position: relative;
}
.rate--feature { border-color: var(--mulberry); border-top: 5px solid var(--mulberry); }
.rate-flag {
  position: absolute; top: -13px; left: 28px; background: var(--gold); color: var(--mulberry-deep);
  font-family: var(--body); font-size: .68rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; padding: 5px 12px; border-radius: 2px;
}
.rate .r-name { font-family: var(--display); font-size: 1.6rem; margin-bottom: 4px; }
.rate .r-tag { font-size: .92rem; color: var(--ink-3); font-style: italic; margin-bottom: 18px; }
.rate .r-price { font-family: var(--display); font-size: 2.7rem; color: var(--mulberry); font-weight: 500; margin-bottom: 4px; }
.rate .r-price span { font-family: var(--body); font-size: .9rem; color: var(--ink-3); font-weight: 700; letter-spacing: .04em; }
.rate ul { list-style: none; margin: 20px 0 26px; padding: 20px 0 0; border-top: 1px solid var(--rule-soft); }
.rate ul li { display: flex; gap: 11px; align-items: flex-start; padding: 7px 0; font-size: .95rem; color: var(--ink-2); }
.rate ul li svg { width: 17px; height: 17px; flex: none; margin-top: 4px; color: var(--gold-deep); }
.rate .ink-btn, .rate .line-btn { width: 100%; justify-content: center; }

/* -------------------------------------------------------------------------- */
/* Departments / values editorial list                                         */
/* -------------------------------------------------------------------------- */
.dept-list { display: grid; grid-template-columns: 1fr; gap: 0; }
.dept {
  display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: start;
  padding: 26px 0; border-top: 1px solid var(--rule);
}
.dept:last-child { border-bottom: 1px solid var(--rule); }
.dept-no { font-family: var(--display); font-style: italic; font-size: 1.6rem; color: var(--gold); }
.dept h3 { font-size: 1.45rem; font-weight: 500; margin-bottom: 8px; }
.dept p { margin: 0; }

/* Card grid variant for "in every plan" style groupings */
.brief-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.brief {
  background: var(--paper); border: 1px solid var(--rule); border-radius: 4px; padding: 24px;
}
.chapter--mulberry .brief { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); }
.brief .b-icon { width: 34px; height: 34px; color: var(--gold-deep); margin-bottom: 14px; }
.chapter--mulberry .brief .b-icon { color: var(--gold-soft); }
.brief h3 { font-size: 1.25rem; font-weight: 500; margin-bottom: 8px; }
.brief p { margin: 0; font-size: .95rem; }

/* -------------------------------------------------------------------------- */
/* Readers (who we serve profiles)                                             */
/* -------------------------------------------------------------------------- */
.readers { display: grid; grid-template-columns: 1fr; gap: 24px; }
.reader {
  background: var(--paper); border: 1px solid var(--rule); border-radius: 4px;
  padding: 30px; box-shadow: var(--shadow-soft);
}
.reader-no {
  font-family: var(--display); font-style: italic; font-size: 1.1rem; color: var(--gold-deep);
  letter-spacing: .04em; margin-bottom: 10px; display: block;
}
.reader h3 { font-size: 1.5rem; font-weight: 500; margin-bottom: 12px; }
.reader > p { color: var(--ink-2); }
.reader ul { list-style: none; margin: 16px 0 0; padding: 16px 0 0; border-top: 1px solid var(--rule-soft); }
.reader ul li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; font-size: .92rem; color: var(--ink-2); }
.reader ul li svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--gold-deep); }

/* -------------------------------------------------------------------------- */
/* Feature spread (big captioned photography)                                  */
/* -------------------------------------------------------------------------- */
.spread { display: grid; grid-template-columns: 1fr; gap: clamp(26px, 4vw, 48px); align-items: center; }
.spread--flip .spread-fig { order: -1; }
.spread-fig { margin: 0; border-radius: 4px; overflow: hidden; box-shadow: var(--shadow); }
.spread-fig img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.spread-fig figcaption {
  font-family: var(--body); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-3); padding: 12px 4px 0;
}
.spread-copy h2 { font-size: clamp(1.8rem, 3.8vw, 2.7rem); font-weight: 500; margin-bottom: 18px; }

/* -------------------------------------------------------------------------- */
/* Envelope (closing invitation / RSVP)                                        */
/* -------------------------------------------------------------------------- */
.envelope {
  background: var(--mulberry); color: #F6E4EE; border-radius: 4px;
  padding: clamp(34px, 6vw, 68px); text-align: center; position: relative; overflow: hidden;
  box-shadow: var(--shadow);
}
.envelope::before {
  content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.22);
  pointer-events: none; border-radius: 2px;
}
.envelope .script { color: var(--gold-soft); font-size: 2.2rem; display: block; margin-bottom: 6px; }
.envelope h2 { color: #fff; font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 500; margin-bottom: 16px; }
.envelope p { color: #EAD2DE; max-width: 48ch; margin-inline: auto; margin-bottom: 28px; }

/* -------------------------------------------------------------------------- */
/* Contact / correspondence                                                    */
/* -------------------------------------------------------------------------- */
.correspond { display: grid; grid-template-columns: 1fr; gap: clamp(30px, 5vw, 56px); align-items: start; }
.letter-form {
  background: var(--paper); border: 1px solid var(--rule); border-radius: 4px;
  padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow-soft);
}
.field { margin-bottom: 18px; }
.field label {
  display: block; font-family: var(--body); font-weight: 800; font-size: .74rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink);
  background: var(--paper-2); border: 1px solid var(--rule); border-radius: 2px;
  padding: 12px 14px;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.form-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 6px; }
.form-note { margin: 0; font-size: .82rem; color: var(--ink-3); font-style: italic; }

.contact-card {
  background: var(--paper-2); border: 1px solid var(--rule); border-radius: 4px; padding: clamp(24px, 4vw, 36px);
}
.contact-card dl { margin: 0; }
.contact-card dt {
  font-family: var(--body); font-weight: 800; font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: 4px;
}
.contact-card dd { margin: 0 0 20px; font-size: 1rem; color: var(--ink-2); }
.contact-card dd a { color: var(--mulberry); font-weight: 700; }

/* -------------------------------------------------------------------------- */
/* Prose (legal pages)                                                         */
/* -------------------------------------------------------------------------- */
.prose h2 { font-size: 1.55rem; font-weight: 500; margin: 40px 0 12px; }
.prose h3 { font-size: 1.18rem; font-weight: 500; margin: 26px 0 8px; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul { padding-left: 1.2em; margin: 0 0 1.15em; }
.prose li { margin-bottom: .5em; }
.prose code { background: var(--paper-3); padding: 1px 6px; border-radius: 3px; font-size: .9em; }
.prose blockquote {
  margin: 18px 0; padding: 18px 22px; background: var(--paper-2);
  border-left: 3px solid var(--gold); border-radius: 0 4px 4px 0; color: var(--ink-2);
}

/* Page header band (interior pages) */
.pagehead { padding-block: clamp(46px, 7vw, 84px) clamp(30px, 5vw, 52px); border-bottom: 1px solid var(--rule); }
.pagehead .folio { margin-bottom: 14px; }
.pagehead h1 { font-size: clamp(2.4rem, 5.6vw, 4rem); font-weight: 500; max-width: 16ch; }
.pagehead .lede { font-size: 1.15rem; color: var(--ink-2); max-width: 60ch; margin-top: 18px; }

/* -------------------------------------------------------------------------- */
/* Colophon (footer)                                                           */
/* -------------------------------------------------------------------------- */
.colophon { background: var(--mulberry-deep); color: #E6CFDC; padding-block: clamp(48px, 7vw, 80px) 30px; }
.colophon a { color: #EAD2DE; text-decoration: none; }
.colophon a:hover { color: var(--gold-soft); }
.colophon-top { display: grid; grid-template-columns: 1fr; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.14); }
.colophon-brand img { width: 200px; margin-bottom: 18px; }
.colophon-brand p { color: #D9BFCE; max-width: 40ch; font-size: .95rem; }
.colophon-brand .script { color: var(--gold-soft); font-size: 1.5rem; display: block; margin-top: 14px; }
.colophon h4 {
  font-family: var(--body); font-size: .74rem; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold-soft); margin: 0 0 14px;
}
.colophon ul { list-style: none; margin: 0; padding: 0; }
.colophon ul li { margin-bottom: 9px; font-size: .95rem; }
.colophon address { font-style: normal; font-size: .95rem; line-height: 1.7; color: #D9BFCE; }
.colophon-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  padding-top: 26px; font-size: .82rem; color: #C6A9B9;
}
.colophon-bottom a { color: #C6A9B9; }

/* -------------------------------------------------------------------------- */
/* Responsive                                                                  */
/* -------------------------------------------------------------------------- */
@media (min-width: 620px) {
  .mosaic { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; }
  .tile { grid-row: span 1; }
  .tile img { position: absolute; inset: 0; }
  .bill-cols { grid-template-columns: repeat(2, 1fr); }
  .rates { grid-template-columns: repeat(3, 1fr); }
  .readers { grid-template-columns: repeat(2, 1fr); }
  .brief-grid { grid-template-columns: repeat(2, 1fr); }
  .colophon-top { grid-template-columns: 1.6fr 1fr 1fr; }
  .colophon-brand { grid-column: 1 / -1; }
}

@media (min-width: 880px) {
  .essay { grid-template-columns: 1.15fr .85fr; }
  .essay-lead { position: sticky; top: 24px; }
  .bill-cols { grid-template-columns: repeat(3, 1fr); }
  .spread { grid-template-columns: 1fr 1fr; }
  .correspond { grid-template-columns: 1.3fr .7fr; }
  .colophon-top { grid-template-columns: 2fr 1fr 1fr 1.2fr; }
  .colophon-brand { grid-column: auto; }
  .hour { grid-template-columns: 120px 1fr; }
  .cover-plate { margin-top: -14%; }
}

@media (min-width: 1000px) {
  .mosaic { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; }
  .tile--tall { grid-row: span 2; }
  .tile--wide { grid-column: span 2; }
  .readers { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile masthead */
@media (max-width: 860px) {
  .masthead-main { grid-template-columns: auto 1fr auto; }
  .mast-nav.left, .mast-nav.right { display: none; }
  .wordmark { justify-self: start; }
  .mast-toggle { display: inline-flex; justify-self: end; }
  .masthead[data-open="true"] .mast-drawer {
    display: block; border-top: 1px solid var(--rule); background: var(--paper);
  }
  .mast-drawer ul { list-style: none; margin: 0; padding: 8px var(--gutter) 18px; }
  .mast-drawer li { border-bottom: 1px solid var(--rule-soft); }
  .mast-drawer li:last-child { border-bottom: 0; }
  .mast-drawer a {
    display: block; padding: 13px 2px; text-decoration: none;
    font-family: var(--body); font-weight: 700; font-size: .95rem;
    letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2);
  }
  .mast-drawer a[aria-current="page"] { color: var(--mulberry); }
  .mast-drawer .drawer-cta { margin-top: 14px; }
  .mast-drawer .drawer-cta .ink-btn { width: 100%; justify-content: center; }
}

@media (max-width: 619px) {
  .cover-figure { max-width: 100%; }
  .cover-plate { margin-top: -30%; max-width: 92%; }
  .hour { grid-template-columns: 72px 1fr; gap: 14px; }
  .tile--wide { grid-column: span 2; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .tile:hover img { transform: none; }
}
