/* Society public-chamber composition.
   Shared across the public landing and the Letter of Inquiry (and any
   future world-facing surface — About the Council, Annual Bulletin).
   Internal/Fellows-only surfaces have their own component sheets
   (common-room.css, wire.css, stacks.css, cable-form.css).

   Source: extracted from society-landing.njk Phase 1 exploration after
   promotion to Phase 2 iteration (society-public hub). The Phase 1
   exploration is the receipt of the responsive composition question
   answered by this code.

   Token usage: every color reads from --soc-* so the navy flavor flips
   the whole surface without per-selector overrides. */

/* ─────────────────────────────────────────────────────────────────
   Hero — Master's letter (left) + pull-quote panel (right).
   Asymmetric 1.5fr/1fr; stacks at 960.
   ───────────────────────────────────────────────────────────────── */
.landing-hero {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0;
}

.hero-copy {
  padding: 72px 56px 48px;
}

.hero-eyebrow {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--soc-accent);
  margin-bottom: 24px;
}

.hero-copy h1 {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.04;
  color: var(--soc-structural);
  letter-spacing: -0.012em;
  margin: 0 0 26px;
  max-width: 18ch;
}

.hero-copy p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--soc-text-soft);
  max-width: 54ch;
  margin: 0 0 28px;
}

.hero-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  font-family: "IBM Plex Sans", sans-serif;
}

.cta-secondary {
  font-size: 11.5px;
  color: var(--soc-muted);
  letter-spacing: 0.06em;
}
.cta-secondary a {
  color: var(--soc-structural);
  text-decoration: none;
  border-bottom: 1px dotted var(--soc-muted);
}

.hero-quote {
  background: var(--soc-bg-elev);
  border-left: 1px solid var(--soc-rule);
  padding: 72px 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.quote-eyebrow {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--soc-accent);
  margin-bottom: 18px;
}

.hero-quote blockquote {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.45;
  color: var(--soc-structural);
  margin: 0;
  padding: 0;
  position: relative;
}
.hero-quote blockquote::before {
  content: "\201C";
  position: absolute;
  left: -22px;
  top: -16px;
  font-size: 64px;
  color: var(--soc-accent);
  opacity: 0.35;
  line-height: 1;
  font-family: "Libre Caslon Text", serif;
}

.quote-attribution {
  margin-top: 22px;
  font-size: 11px;
  color: var(--soc-muted);
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-top: 1px solid var(--soc-rule);
  padding-top: 14px;
}
.quote-attribution span { color: var(--soc-structural); }

/* ─────────────────────────────────────────────────────────────────
   Society button — primary CTA. Filled navy/cream inversion in day,
   filled cream/navy inversion in night (tokens carry the flip).
   ───────────────────────────────────────────────────────────────── */
.society-btn {
  background: var(--soc-structural);
  color: var(--soc-bg);
  border: none;
  padding: 12px 26px;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease;
  display: inline-block;
}
.society-btn:hover { background: var(--soc-text); }

/* ─────────────────────────────────────────────────────────────────
   Three notices — I / II / III, equal-weight columns under the hero.
   Stacks at 880 (notices crowd before chrome does).
   ───────────────────────────────────────────────────────────────── */
.landing-notices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--soc-rule);
}

.landing-notices article {
  padding: 26px 30px 30px;
  border-right: 1px solid var(--soc-rule);
}
.landing-notices article:last-child { border-right: none; }

.notice-numeral {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-size: 30px;
  color: var(--soc-accent);
  line-height: 1;
  margin-bottom: 10px;
}

.landing-notices h3 {
  font-family: "Libre Caslon Text", serif;
  font-size: 15px;
  color: var(--soc-structural);
  font-weight: 700;
  margin: 0 0 6px;
}

.landing-notices p {
  font-size: 12px;
  color: var(--soc-muted);
  line-height: 1.6;
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
}

/* ─────────────────────────────────────────────────────────────────
   Fellows' Entrance — page-foot member-only link.
   Lives inside the colophon's right column under the bulletin imprint,
   separated by a thin gilt rule. Quiet, mono Plex, Society-toned.
   ───────────────────────────────────────────────────────────────── */
.society-colophon-bulletin {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.society-colophon-bulletin .bulletin-imprint { display: block; }

.fellows-entrance {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--soc-structural);
  opacity: 0.55;
  padding-top: 8px;
  border-top: 1px solid var(--soc-accent);
  transition: opacity 0.15s ease;
}
.fellows-entrance:hover { opacity: 1; }

/* ─────────────────────────────────────────────────────────────────
   Letter of Inquiry — page title strip + 1.4fr/1fr body.
   Form left, side panel right (reservation, Fellow quote, sponsorship).
   ───────────────────────────────────────────────────────────────── */
.loi-title-strip {
  padding: 22px 56px 18px;
  border-bottom: 1px solid var(--soc-rule);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}

.loi-title-strip .strip-eyebrow {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--soc-accent);
  margin-bottom: 6px;
}

.loi-title-strip h1 {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.05;
  color: var(--soc-structural);
  letter-spacing: -0.008em;
  margin: 0;
}

.loi-form-no {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soc-muted);
  text-align: right;
  line-height: 1.7;
}

.loi-body {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  flex: 1;
}

.loi-form {
  padding: 28px 56px 36px;
}

.loi-form-lede {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--soc-text-soft);
  margin: 0;
  font-style: italic;
}

.loi-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}

.loi-field {
  border-bottom: 1px solid var(--soc-rule);
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.loi-field label {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--soc-muted);
  margin-bottom: 6px;
}

.loi-field input,
.loi-field textarea {
  font-family: "Libre Caslon Text", serif;
  font-size: 15px;
  color: var(--soc-text);
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 4px 0;
}
.loi-field textarea {
  resize: none;
  line-height: 1.5;
  font-size: 14px;
}
.loi-field input::placeholder,
.loi-field textarea::placeholder {
  color: var(--soc-muted);
  opacity: 0.7;
}

.loi-submit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.loi-submit .submit-note {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10.5px;
  color: var(--soc-muted);
  letter-spacing: 0.04em;
  max-width: 32ch;
  line-height: 1.5;
}
.loi-submit .submit-note .note-link {
  color: var(--soc-structural);
  border-bottom: 1px dotted var(--soc-muted);
}

.loi-aside {
  background: var(--soc-bg-elev);
  border-left: 1px solid var(--soc-rule);
  padding: 28px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.loi-aside-block {
  border-bottom: 1px solid var(--soc-rule);
  padding-bottom: 22px;
}
.loi-aside-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.loi-aside-eyebrow {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--soc-accent);
  margin-bottom: 10px;
}

.loi-aside-figure {
  font-family: "Libre Caslon Text", serif;
  font-size: 30px;
  color: var(--soc-structural);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.loi-aside-figure .figure-note {
  font-style: italic;
  font-size: 14px;
  color: var(--soc-muted);
  letter-spacing: 0;
  margin-left: 6px;
}

.loi-aside-block p {
  font-size: 11.5px;
  line-height: 1.65;
  color: var(--soc-text-soft);
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
}

.loi-aside-block blockquote {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.55;
  color: var(--soc-structural);
  margin: 0;
  padding: 0;
}
.loi-aside-block .quote-by {
  font-size: 10px;
  color: var(--soc-muted);
  margin-top: 8px;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ─────────────────────────────────────────────────────────────────
   Letter treatment — `.is-letter` modifier.

   Apply `.is-letter` to any container that should read as a letter
   from a Society officer rather than plain body copy: justified with
   hyphens, a hairline gilt rule beside any heading, a gilt drop
   initial on the first paragraph, and (if a `.hero-signoff` line is
   present) a right-aligned signature.

   Surfaces:
     · `.hero-copy.is-letter` — Landing hero (Master), Bulletin
       foreword (Honorary Secretary), About the Council foreword
       (Master). The hero-context adds inset padding so the letter
       reads pulled-in from the page edge.
     · `.loi-form-letter.is-letter` — the brief Honorary Secretary's
       note that opens the Letter of Inquiry, before the form proper.

   The h2 typography rules below apply where the page-h1 is carried
   elsewhere (the title strip on the About page); h1 rules apply on
   surfaces that carry the page heading inside the letter (Landing).
   ───────────────────────────────────────────────────────────────── */
.is-letter h1,
.is-letter h2 { position: relative; }

.is-letter h1::before,
.is-letter h2::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0.55em;
  width: 22px;
  height: 1px;
  background: var(--soc-accent);
  opacity: 0.85;
}

.is-letter p {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  max-width: 52ch;
}

.is-letter p:first-of-type::first-letter {
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6em;
  line-height: 0.85;
  float: left;
  padding: 6px 10px 0 0;
  margin-left: -2px;
  color: var(--soc-accent);
}

/* Hero-context inset padding for the letter — only applies when the
   letter occupies a full hero column. */
.hero-copy.is-letter {
  padding: 80px 64px 56px 88px;
}

.hero-copy.is-letter h2 {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  color: var(--soc-structural);
  letter-spacing: -0.012em;
  margin: 0 0 24px;
  max-width: 22ch;
}

.hero-signoff {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-size: 13.5px;
  color: var(--soc-muted);
  text-align: right;
  margin: 4px 0 0;
  max-width: 52ch;
  letter-spacing: 0.01em;
}
.hero-signoff::before {
  content: "\2014\00a0";
  color: var(--soc-accent);
}

/* LoI letter-block — short Honorary Secretary's note before the form.
   Drops the prior gilt left-rule on .loi-form-lede in favour of the
   shared .is-letter pattern (eyebrow + lede with gilt drop initial +
   signature). The lede is set smaller than a hero letter, so the
   drop initial is sized accordingly. */
.loi-form-letter {
  margin: 0 0 28px;
  max-width: 58ch;
}
.loi-form-letter .hero-eyebrow {
  margin-bottom: 12px;
}
.loi-form-letter.is-letter p:first-of-type::first-letter {
  font-size: 3em;
  padding: 4px 8px 0 0;
}

.council-section {
  padding: 56px 56px 40px;
  border-top: 1px solid var(--soc-rule);
}

.council-section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.council-section-head h2 {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.05;
  color: var(--soc-structural);
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.council-section-sub {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12.5px;
  color: var(--soc-muted);
  margin: 0;
  font-style: italic;
}
.council-section-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--soc-muted);
}

.council-roster {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--soc-rule);
  border-left: 1px solid var(--soc-rule);
}

.council-entry {
  padding: 22px 28px 26px;
  border-right: 1px solid var(--soc-rule);
  border-bottom: 1px solid var(--soc-rule);
  display: flex;
  flex-direction: column;
}

.council-entry.is-master {
  grid-column: 1 / -1;
  background: var(--soc-bg-elev);
  padding: 28px 32px 30px;
}

.council-entry-portfolio {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--soc-accent);
  margin-bottom: 10px;
}

.council-entry-name {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: var(--soc-structural);
  line-height: 1.1;
  margin: 0 0 6px;
  letter-spacing: -0.008em;
}
.council-entry.is-master .council-entry-name {
  font-size: 30px;
}

.council-entry-admitted {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--soc-muted);
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--soc-rule);
}

.council-entry-charge {
  font-family: "Libre Caslon Text", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  color: var(--soc-text-soft);
  margin: 0;
}

/* ─────────────────────────────────────────────────────────────────
   Bulletin — Annual Bulletin masthead, contents (TOC), and calendar.
   Three publication-shapes used together on the Bulletin variant.
   The Bulletin foreword reuses .landing-hero + .hero-copy.is-letter
   (Honorary Secretary's notice + pull-quote from this issue).
   ───────────────────────────────────────────────────────────────── */
.bulletin-masthead {
  position: relative;
  text-align: center;
  padding: 38px 56px 28px;
  border-top: 2px double var(--soc-accent);
  border-bottom: 1px solid var(--soc-rule);
}

.masthead-meta-l,
.masthead-meta-r {
  position: absolute;
  top: 40px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--soc-muted);
}
.masthead-meta-l { left: 56px; text-align: left; }
.masthead-meta-r { right: 56px; text-align: right; }

.masthead-title {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(56px, 8vw, 92px);
  line-height: 1;
  color: var(--soc-structural);
  letter-spacing: -0.022em;
  margin: 0 0 10px;
}

.masthead-issue {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--soc-muted);
}

/* The Bulletin foreword reuses .landing-hero. The hero-quote on the
   right shows an excerpt from the present issue — same shape as the
   landing hero's quote panel, no overrides needed.
   The bulletin-foreword class is markup-only for sibling clarity. */

/* ─────────────────────────────────────────────────────────────────
   Bulletin contents (Table of Contents). Item per line: roman
   numeral / title + contributor / page reference.
   ───────────────────────────────────────────────────────────────── */
.bulletin-contents {
  padding: 40px 56px 32px;
  border-top: 1px solid var(--soc-rule);
}

.bulletin-contents-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.bulletin-contents-head h2 {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 32px);
  color: var(--soc-structural);
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.bulletin-contents-head .contents-sub {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12.5px;
  font-style: italic;
  color: var(--soc-muted);
  margin: 0;
}
.bulletin-contents-head .contents-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--soc-muted);
}

.bulletin-toc {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--soc-rule);
}
.bulletin-toc > li {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 0 22px;
  padding: 14px 0 16px;
  border-bottom: 1px solid var(--soc-rule);
  align-items: baseline;
}
.toc-no {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-size: 22px;
  color: var(--soc-accent);
  text-align: right;
  line-height: 1;
}
.toc-body { min-width: 0; }
.toc-title {
  font-family: "Libre Caslon Text", serif;
  font-size: 17px;
  color: var(--soc-structural);
  margin: 0 0 4px;
  line-height: 1.3;
}
.toc-by {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--soc-muted);
  font-style: italic;
}
.toc-page {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--soc-muted);
  text-align: right;
  white-space: nowrap;
}

/* ─────────────────────────────────────────────────────────────────
   Bulletin calendar (Annual Sittings). 2-up event grid with
   roman/short date markers on the left of each entry.
   ───────────────────────────────────────────────────────────────── */
.bulletin-calendar {
  padding: 40px 56px 40px;
  background: var(--soc-bg-elev);
  border-top: 1px solid var(--soc-rule);
}

.bulletin-calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.bulletin-calendar-head h2 {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 32px);
  color: var(--soc-structural);
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.bulletin-calendar-head .calendar-sub {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12.5px;
  font-style: italic;
  color: var(--soc-muted);
  margin: 0;
}
.bulletin-calendar-head .calendar-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--soc-muted);
}

.bulletin-events {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--soc-rule);
  border-left: 1px solid var(--soc-rule);
}
.bulletin-events > li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  padding: 18px 22px 22px;
  border-right: 1px solid var(--soc-rule);
  border-bottom: 1px solid var(--soc-rule);
}
.event-date {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-size: 18px;
  color: var(--soc-accent);
  line-height: 1.15;
  white-space: nowrap;
}
.event-body h3 {
  font-family: "Libre Caslon Text", serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--soc-structural);
  margin: 0 0 4px;
  line-height: 1.25;
}
.event-body p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  color: var(--soc-text-soft);
  margin: 0;
  line-height: 1.55;
}

/* ─────────────────────────────────────────────────────────────────
   Study chrome — day/night toggle (Phase 1/2 comparison utility).
   Distinct from Society chrome; fixed bottom-left, mono Plex.
   Hidden below 720; ?mode=night URL param for direct preview.
   ───────────────────────────────────────────────────────────────── */
.study-mode-toggle {
  position: fixed;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  gap: 0;
  background: var(--soc-bg-elev);
  border: 1px solid var(--soc-rule);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  z-index: 100;
}
.study-mode-toggle button {
  background: transparent;
  border: none;
  color: var(--soc-muted);
  padding: 6px 12px;
  cursor: pointer;
  letter-spacing: inherit;
  text-transform: inherit;
  font: inherit;
}
.study-mode-toggle button.is-active {
  background: var(--soc-structural);
  color: var(--soc-bg);
}

/* ─────────────────────────────────────────────────────────────────
   Responsive.
   - 960: hero + LoI body stack.
   - 880: three notices stack (notices crowd before the chrome does).
   - 720: society-chrome.css handles topbar/header/colophon stacking;
          here we tighten paddings and hide the study toggle.
   ───────────────────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .landing-hero,
  .loi-body {
    grid-template-columns: 1fr;
  }
  .hero-quote,
  .loi-aside {
    border-left: none;
    border-top: 1px solid var(--soc-rule);
    padding: 44px 40px;
  }
  .hero-copy { padding: 56px 40px 36px; }
  .hero-copy h1 { max-width: none; }
  .loi-form { padding: 28px 40px 32px; }
  .hero-copy.is-letter { padding: 56px 40px 36px 64px; }
  .hero-copy.is-letter h1::before,
  .hero-copy.is-letter h2::before { left: -28px; width: 18px; }
}

@media (max-width: 880px) {
  .landing-notices { grid-template-columns: 1fr; }
  .landing-notices article {
    border-right: none;
    border-bottom: 1px solid var(--soc-rule);
  }
  .landing-notices article:last-child { border-bottom: none; }

  .bulletin-events { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .hero-copy { padding: 40px 24px 32px; }
  .hero-quote { padding: 36px 28px; }
  .loi-title-strip { padding: 22px 24px 16px; }
  .loi-form { padding: 24px 24px 28px; }
  .loi-aside { padding: 32px 24px; }
  .loi-row { grid-template-columns: 1fr; gap: 0; }
  .society-colophon-bulletin { align-items: flex-start; }
  .study-mode-toggle { display: none; }

  .council-section { padding: 36px 24px 28px; }
  .council-roster { grid-template-columns: 1fr; }
  .council-entry.is-master { grid-column: auto; padding: 24px; }
  .hero-copy.is-letter { padding: 40px 24px 32px 40px; }
  .hero-copy.is-letter h1::before,
  .hero-copy.is-letter h2::before { display: none; }
  .hero-copy.is-letter p:first-of-type::first-letter { font-size: 3em; padding-right: 8px; }

  .bulletin-masthead { padding: 28px 24px 22px; }
  .masthead-meta-l,
  .masthead-meta-r { position: static; display: block; margin-bottom: 4px; }
  .masthead-meta-l { left: auto; }
  .masthead-meta-r { right: auto; text-align: left; }
  .bulletin-contents { padding: 28px 24px 22px; }
  .bulletin-toc > li { grid-template-columns: 36px 1fr auto; gap: 0 14px; }
  .bulletin-calendar { padding: 28px 24px 28px; }
  .bulletin-events > li { padding: 16px 18px 18px; }
}

@media (max-width: 480px) {
  .hero-eyebrow { letter-spacing: 0.24em; }
  .hero-cta { gap: 12px; }
  .society-btn { padding: 11px 22px; }
  .loi-title-strip { flex-direction: column; align-items: flex-start; gap: 8px; }
  .loi-form-no { text-align: left; }
}
