:root {
  --ivory: #fbf7ed;
  --parchment: #eee5d4;
  --lavender: #e4d6e5;
  --plum: #9b6d86;
  --deep-plum: #6f445d;
  --copper: #b17852;
  --copper-dark: #825039;
  --ink: #182e4b;
  --ink-soft: #40506a;
  --paper-white: #fffdf7;
  --red-pen: #a45b58;
  --rule: rgba(24, 46, 75, .32);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--lavender); color: var(--ink); }

.skip-link { position: fixed; top: 0; left: 0; z-index: 1000; padding: .75rem 1rem; background: var(--ink); color: white; transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 50; background: var(--ivory); border-bottom: 1px solid var(--ink); }
.masthead-rule { height: 7px; background: var(--ink); }
.header-inner { min-height: 86px; max-width: 1500px; margin: 0 auto; padding: 0 3.5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.wordmark-mark { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--ink); font-family: var(--serif); font-size: 1.25rem; background: var(--parchment); }
.wordmark-copy { display: grid; line-height: 1.08; }
.wordmark-copy strong { font-family: var(--serif); font-size: 1.26rem; letter-spacing: .02em; }
.wordmark-copy small { text-transform: uppercase; letter-spacing: .27em; font-size: .63rem; margin-top: .35rem; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.7vw, 3rem); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.primary-nav a { text-decoration: none; border-bottom: 1px solid transparent; padding: .4rem 0; }
.primary-nav a:hover, .primary-nav a:focus-visible { border-color: var(--copper); }
.menu-toggle { display: none; border: 1px solid var(--ink); background: transparent; padding: .6rem .85rem; text-transform: uppercase; letter-spacing: .12em; }
.mobile-nav { border-top: 1px solid var(--rule); padding: 1rem 3.5vw; }
.mobile-nav a { display: block; padding: .75rem 0; text-decoration: none; border-bottom: 1px solid var(--rule); }

.cover-hero { min-height: calc(100vh - 93px); display: grid; grid-template-columns: 74px minmax(0, 1.08fr) minmax(340px, .92fr); grid-template-rows: 1fr auto; border-bottom: 1px solid var(--ink); background: var(--paper-white); }
.issue-rail { grid-row: 1 / 3; border-right: 1px solid var(--ink); background: var(--lavender); display: flex; align-items: center; justify-content: space-around; writing-mode: vertical-rl; transform: rotate(180deg); padding: 1.4rem 0; font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; }
.cover-copy { padding: clamp(4rem, 8vw, 9rem) clamp(2rem, 6vw, 7rem) 4rem; align-self: center; }
.eyebrow { margin: 0 0 1rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .25em; font-weight: 700; }
.cover-copy h1 { margin: 0; max-width: 900px; font-family: var(--serif); font-weight: 400; font-size: clamp(3.8rem, 7vw, 8.2rem); line-height: .92; letter-spacing: -.045em; }
.cover-deck { max-width: 740px; margin: 2.4rem 0 0; font-family: var(--serif); font-size: clamp(1.2rem, 1.6vw, 1.65rem); line-height: 1.48; color: var(--ink-soft); }
.cover-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem 2rem; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.2rem; border: 1px solid var(--ink); text-decoration: none; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 700; border-radius: 0; }
.button-primary { color: var(--ivory); background: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { color: var(--ink); background: var(--copper); }
.text-link { text-underline-offset: .35rem; }
.cover-metadata { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 4rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--rule); }
.cover-metadata div { padding-right: 1rem; border-right: 1px solid var(--rule); }
.cover-metadata div:last-child { border-right: 0; }
.cover-metadata dt { text-transform: uppercase; font-size: .63rem; letter-spacing: .15em; font-weight: 700; }
.cover-metadata dd { margin: .55rem 0 0; font-family: var(--serif); font-size: .95rem; line-height: 1.4; }
.cover-art { margin: 0; min-height: 680px; border-left: 1px solid var(--ink); display: grid; grid-template-rows: 1fr auto; background: var(--parchment); }
.cover-art img { width: 100%; height: 100%; object-fit: cover; }
.cover-art figcaption { padding: .7rem 1rem; border-top: 1px solid var(--ink); font-size: .69rem; letter-spacing: .06em; }
.cover-folio { grid-column: 2 / 4; margin: 0; padding: .8rem 2rem; border-top: 1px solid var(--ink); text-align: right; text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; }

.editorial-spread { position: relative; min-height: 720px; padding: clamp(5rem, 9vw, 10rem) clamp(5vw, 10vw, 12vw); display: grid; grid-template-columns: .85fr 1.4fr .55fr; gap: clamp(2rem, 5vw, 6rem); border-bottom: 1px solid var(--ink); background: var(--parchment); }
.section-number { display: block; font-family: var(--serif); font-size: 4rem; line-height: 1; color: var(--copper-dark); }
.spread-heading h2, .section-header h2, .markup-copy h2, .index-header h2, .submission-sheet h2, .quotation-intro h2 { margin: .5rem 0 0; font-family: var(--serif); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.spread-heading h2 { font-size: clamp(2.8rem, 5vw, 5.8rem); }
.narrow-columns { columns: 2 240px; column-gap: 3rem; padding-top: 5.8rem; font-family: var(--serif); font-size: 1.1rem; }
.narrow-columns p { margin: 0 0 1.4rem; break-inside: avoid; }
.drop-cap::first-letter { float: left; padding: .1rem .45rem 0 0; font-family: var(--serif); font-size: 5rem; line-height: .73; color: var(--deep-plum); }
.margin-note { align-self: start; margin-top: 7rem; padding: 1.4rem 0 1.4rem 1.4rem; border-left: 4px solid var(--copper); }
.margin-note span, .toc-notes span, .feature-articles article > span, .portrait-caption span { display: block; margin-bottom: .65rem; text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; font-weight: 700; }
.margin-note strong { font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; }
.margin-note p { font-size: .88rem; }

.toc-section { padding: clamp(5rem, 8vw, 9rem) max(4vw, calc((100vw - 1500px) / 2)); border-bottom: 1px solid var(--ink); background: var(--ivory); }
.section-header { display: grid; grid-template-columns: .45fr 1fr .65fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-header h2 { font-size: clamp(3.2rem, 6vw, 7rem); }
.section-header > p { max-width: 430px; margin: 0 0 .8rem; font-family: var(--serif); font-size: 1.1rem; }
.toc-layout { display: grid; grid-template-columns: 1fr 320px; gap: clamp(2.5rem, 6vw, 7rem); }
.toc-list { list-style: none; padding: 0; margin: 0; counter-reset: toc; border-top: 2px solid var(--ink); }
.toc-list li { border-bottom: 1px solid var(--ink); }
.toc-list a { display: grid; grid-template-columns: 60px minmax(190px, .9fr) minmax(220px, 1.4fr) 50px; gap: 1.2rem; align-items: center; min-height: 112px; text-decoration: none; }
.toc-list a:hover { background: var(--lavender); }
.toc-list span { font-family: var(--serif); font-size: 1.6rem; color: var(--copper-dark); }
.toc-list strong { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2.1rem); font-weight: 400; }
.toc-list em { font-style: normal; color: var(--ink-soft); }
.toc-list b { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.toc-notes { border-top: 2px solid var(--ink); }
.toc-notes > div { padding: 1.6rem 0; border-bottom: 1px solid var(--rule); }
.toc-notes p { margin: 0; font-family: var(--serif); }

.markup-spread { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); min-height: 820px; border-bottom: 1px solid var(--ink); background: var(--paper-white); }
.markup-figure { margin: 0; display: grid; grid-template-rows: 1fr auto; border-right: 1px solid var(--ink); background: var(--parchment); }
.markup-figure img { width: 100%; height: 100%; object-fit: cover; }
.markup-figure figcaption { padding: .8rem 1.2rem; border-top: 1px solid var(--ink); font-size: .7rem; letter-spacing: .08em; }
.markup-copy { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem); }
.markup-copy h2 { font-size: clamp(3.2rem, 5.5vw, 6.6rem); }
.markup-copy > p { max-width: 660px; font-family: var(--serif); font-size: 1.15rem; }
.markup-example { margin: 2.5rem 0; padding: 1.5rem; border: 1px solid var(--ink); background: var(--ivory); font-family: var(--serif); }
.markup-example del { text-decoration-color: var(--red-pen); text-decoration-thickness: 2px; }
.markup-example ins { color: var(--deep-plum); text-decoration: none; border-bottom: 2px solid var(--deep-plum); }
.markup-example small { display: block; margin-top: 1.3rem; padding-top: 1rem; border-top: 1px solid var(--rule); font-family: var(--sans); }
.editorial-checks { list-style: none; padding: 0; margin: 2rem 0 0; border-top: 1px solid var(--ink); }
.editorial-checks li { padding: 1rem 0; border-bottom: 1px solid var(--rule); }
.editorial-checks span { display: inline-block; min-width: 120px; color: var(--deep-plum); text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; font-weight: 700; }

.pathways-section { padding: clamp(5rem, 8vw, 9rem) max(4vw, calc((100vw - 1500px) / 2)); border-bottom: 1px solid var(--ink); background: var(--ink); color: var(--ivory); }
.inverse-header .section-number { color: var(--copper); }
.pathway-plate { margin: 0; border: 1px solid var(--ivory); }
.pathway-plate img { width: 100%; }
.feature-articles { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid rgba(255,255,255,.55); margin-top: 3rem; }
.feature-articles article { min-height: 440px; padding: 2rem; border-top: 1px solid rgba(255,255,255,.55); border-right: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.55); }
.feature-articles h3 { margin: 1.5rem 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.2vw, 2.8rem); font-weight: 400; line-height: 1.05; }
.feature-articles p { color: rgba(255,255,255,.78); }
.feature-articles a { display: inline-block; margin-top: 1rem; color: var(--parchment); text-underline-offset: .35rem; }

.quotation-spread { display: grid; grid-template-columns: .65fr 1.35fr; min-height: 700px; border-bottom: 1px solid var(--ink); background: var(--lavender); }
.quotation-intro { padding: clamp(4rem, 8vw, 8rem); border-right: 1px solid var(--ink); }
.quotation-intro h2 { font-size: clamp(3rem, 5.3vw, 6.2rem); }
.quotation-intro > p:last-child { max-width: 430px; font-family: var(--serif); font-size: 1.1rem; }
.pull-quotes { display: grid; }
.pull-quotes blockquote { margin: 0; padding: clamp(2.5rem, 5vw, 5rem); display: grid; align-content: center; border-bottom: 1px solid var(--ink); }
.pull-quotes blockquote:last-child { border-bottom: 0; }
.pull-quotes blockquote p { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3.5rem); line-height: 1.12; }
.pull-quotes footer { margin-top: 1.5rem; text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; }

.index-section { padding: clamp(5rem, 8vw, 9rem) max(4vw, calc((100vw - 1500px) / 2)); border-bottom: 1px solid var(--ink); background: var(--paper-white); }
.index-header { display: grid; grid-template-columns: 1fr .55fr; gap: 4rem; align-items: end; }
.index-header h2 { font-size: clamp(3.2rem, 6vw, 7rem); }
.index-header > p { font-family: var(--serif); font-size: 1.15rem; }
.index-tools { margin-top: 4rem; padding: 1.5rem 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink); }
.index-tools > label { display: block; margin-bottom: .5rem; text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; font-weight: 700; }
.search-line { display: grid; grid-template-columns: 1fr auto; }
.search-line input { min-width: 0; padding: 1rem; border: 1px solid var(--ink); background: var(--ivory); border-radius: 0; }
.search-line button { padding: 0 1.5rem; border: 1px solid var(--ink); border-left: 0; background: var(--ink); color: white; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }
.alphabet-nav { display: flex; flex-wrap: wrap; margin-top: 1.2rem; border-left: 1px solid var(--ink); }
.alphabet-nav button { width: 43px; height: 43px; border: 1px solid var(--ink); border-left: 0; margin-bottom: -1px; background: transparent; cursor: pointer; }
.alphabet-nav button:hover, .alphabet-nav button[aria-pressed="true"] { background: var(--plum); color: white; }
.index-status { margin: 1rem 0 0; font-size: .82rem; }
.faq-index { margin-top: 2rem; }
.faq-letter-group { display: grid; grid-template-columns: 110px 1fr; border-top: 1px solid var(--ink); }
.faq-letter { padding: 1.5rem .5rem; font-family: var(--serif); font-size: 4rem; color: var(--copper-dark); }
.faq-entries { border-left: 1px solid var(--ink); }
.faq-entry { border-bottom: 1px solid var(--rule); }
.faq-entry summary { list-style: none; cursor: pointer; padding: 1.35rem 1.5rem; display: grid; grid-template-columns: 100px 1fr 34px; align-items: center; gap: 1rem; }
.faq-entry summary::-webkit-details-marker { display: none; }
.faq-entry summary:hover { background: var(--lavender); }
.faq-entry summary span { font-size: .65rem; letter-spacing: .1em; color: var(--copper-dark); }
.faq-entry summary strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.faq-entry summary b { font-size: 1.4rem; font-weight: 400; }
.faq-entry[open] summary b { transform: rotate(45deg); }
.faq-answer { padding: 0 3.5rem 1.6rem 8.75rem; max-width: 1040px; color: var(--ink-soft); }

.submission-section { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); min-height: 900px; border-bottom: 1px solid var(--ink); background: var(--parchment); }
.submission-portrait { border-right: 1px solid var(--ink); display: grid; grid-template-rows: 1fr auto; }
.submission-portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait-caption { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: 1.4rem; border-top: 1px solid var(--ink); }
.portrait-caption p { margin: 0; font-family: var(--serif); }
.submission-sheet { padding: clamp(4rem, 8vw, 8rem); }
.submission-sheet header { max-width: 850px; }
.submission-sheet h2 { font-size: clamp(3.2rem, 6vw, 7rem); }
.submission-sheet header > p:last-child { max-width: 700px; font-family: var(--serif); font-size: 1.1rem; }
.submission-sheet form { margin-top: 3rem; border-top: 2px solid var(--ink); }
.form-row { padding: 1.2rem 0; border-bottom: 1px solid var(--rule); }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.form-row label, .handover-form label { display: grid; gap: .55rem; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 700; }
input, select, textarea { width: 100%; padding: .85rem .2rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); border-radius: 0; outline: none; }
input:focus, select:focus, textarea:focus { border-bottom-width: 3px; border-color: var(--plum); }
textarea { resize: vertical; line-height: 1.55; }
.consent-line { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: .8rem !important; margin: 1.4rem 0; text-transform: none !important; letter-spacing: 0 !important; font-size: .83rem !important; font-weight: 400 !important; }
.consent-line input { width: auto; margin-top: .3rem; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; }
.form-actions p { margin: 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.colophon { padding: 4rem max(4vw, calc((100vw - 1500px) / 2)) 1.5rem; background: var(--ink); color: var(--ivory); }
.colophon-title { display: flex; align-items: center; gap: 1rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.45); }
.colophon-title .wordmark-mark { background: transparent; border-color: var(--ivory); }
.colophon-title div { display: grid; }
.colophon-title strong { font-family: var(--serif); font-size: 1.7rem; }
.colophon-title small { text-transform: uppercase; letter-spacing: .2em; font-size: .6rem; }
.colophon-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid rgba(255,255,255,.4); }
.colophon-grid section { min-height: 210px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); }
.colophon-grid h2 { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; }
.colophon-grid p { color: rgba(255,255,255,.75); }
.colophon-grid a { color: white; text-underline-offset: .3rem; }
.colophon-base { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }

.assistant-launch { position: fixed; z-index: 90; right: 1.2rem; bottom: 1.2rem; width: 116px; height: 72px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: .5rem; padding: .7rem; border: 1px solid var(--ivory); outline: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; }
.assistant-launch span { font-family: var(--serif); font-size: 1.35rem; }
.assistant-launch small { text-align: left; line-height: 1.15; text-transform: uppercase; letter-spacing: .08em; }
.assistant-panel { position: fixed; z-index: 100; right: 1.2rem; bottom: 1.2rem; width: min(440px, calc(100vw - 2.4rem)); max-height: min(760px, calc(100vh - 2.4rem)); border: 2px solid var(--ink); background: var(--paper-white); box-shadow: 10px 10px 0 var(--copper); overflow: auto; }
.assistant-panel > header { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 1rem; border-bottom: 1px solid var(--ink); background: var(--lavender); }
.assistant-panel header span { text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; }
.assistant-panel header h2 { margin: .15rem 0 0; font-family: var(--serif); font-weight: 400; }
.assistant-panel header button { width: 38px; height: 38px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 1.4rem; }
.assistant-disclosure { padding: .8rem 1rem; border-bottom: 1px solid var(--rule); font-size: .72rem; background: var(--parchment); }
.assistant-messages { min-height: 260px; max-height: 370px; overflow-y: auto; padding: 1rem; }
.message { max-width: 88%; margin-bottom: 1rem; padding: .85rem; border: 1px solid var(--ink); font-size: .88rem; }
.message.user { margin-left: auto; background: var(--ink); color: white; }
.message.assistant { background: var(--ivory); }
.message small { display: block; margin-top: .55rem; text-transform: uppercase; letter-spacing: .1em; font-size: .55rem; opacity: .7; }
.assistant-related { padding: 0 1rem; }
.assistant-related button { width: 100%; margin-bottom: .45rem; padding: .65rem; border: 1px solid var(--rule); background: transparent; text-align: left; cursor: pointer; font-size: .76rem; }
.assistant-related button:hover { background: var(--lavender); }
.assistant-form { padding: 1rem; border-top: 1px solid var(--ink); }
.assistant-form > label { display: block; margin-bottom: .5rem; text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; }
.assistant-form > div { display: grid; grid-template-columns: 1fr auto; }
.assistant-form input { padding: .7rem; border: 1px solid var(--ink); }
.assistant-form button, .handover-trigger, .handover-form button { border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; padding: .65rem .8rem; }
.handover-trigger { width: calc(100% - 2rem); margin: 0 1rem 1rem; background: var(--copper-dark); }
.handover-form { padding: 1rem; border-top: 1px solid var(--ink); background: var(--parchment); }
.handover-form label { margin-bottom: .9rem; }
.handover-form input, .handover-form textarea { background: var(--paper-white); padding: .65rem; border: 1px solid var(--ink); }
.noscript { padding: 1rem; margin: 0; background: var(--red-pen); color: white; text-align: center; }

:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
[hidden] { display: none !important; }

@media (max-width: 1100px) {
  .cover-hero { grid-template-columns: 56px 1fr; }
  .cover-art { grid-column: 2; min-height: 520px; border-left: 0; border-top: 1px solid var(--ink); }
  .cover-folio { grid-column: 2; }
  .editorial-spread { grid-template-columns: 1fr 1.2fr; }
  .margin-note { grid-column: 2; margin-top: 0; }
  .section-header { grid-template-columns: .5fr 1fr; }
  .section-header > p { grid-column: 2; }
  .toc-layout { grid-template-columns: 1fr; }
  .toc-notes { display: grid; grid-template-columns: repeat(3, 1fr); }
  .toc-notes > div { padding: 1.2rem; border-right: 1px solid var(--rule); }
  .feature-articles { grid-template-columns: repeat(2, 1fr); }
  .quotation-spread { grid-template-columns: 1fr; }
  .quotation-intro { border-right: 0; border-bottom: 1px solid var(--ink); }
  .colophon-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .header-inner { padding: 0 1rem; min-height: 74px; }
  .primary-nav { display: none; }
  .menu-toggle { display: block; }
  .wordmark-mark { width: 43px; height: 43px; }
  .cover-hero { grid-template-columns: 38px 1fr; }
  .issue-rail { font-size: .53rem; }
  .cover-copy { padding: 4rem 1.4rem 3rem; }
  .cover-copy h1 { font-size: clamp(3.3rem, 15vw, 5.5rem); }
  .cover-deck { font-size: 1.05rem; }
  .cover-metadata { grid-template-columns: 1fr; }
  .cover-metadata div { border-right: 0; border-bottom: 1px solid var(--rule); padding-bottom: .7rem; }
  .cover-art { min-height: 360px; }
  .cover-folio { padding: .7rem 1rem; text-align: left; }
  .editorial-spread { grid-template-columns: 1fr; padding: 4rem 1.4rem; }
  .narrow-columns { columns: 1; padding-top: 0; }
  .margin-note { grid-column: 1; margin: 0; }
  .toc-section, .pathways-section, .index-section { padding: 4rem 1.4rem; }
  .section-header, .index-header { grid-template-columns: 1fr; gap: 1.2rem; }
  .section-header > p { grid-column: 1; }
  .toc-list a { grid-template-columns: 45px 1fr 34px; gap: .7rem; padding: 1rem 0; }
  .toc-list em { grid-column: 2 / 4; }
  .toc-notes { grid-template-columns: 1fr; }
  .markup-spread { grid-template-columns: 1fr; }
  .markup-figure { border-right: 0; border-bottom: 1px solid var(--ink); min-height: 380px; }
  .markup-copy { padding: 4rem 1.4rem; }
  .feature-articles { grid-template-columns: 1fr; }
  .feature-articles article { min-height: auto; }
  .quotation-intro, .pull-quotes blockquote { padding: 3rem 1.4rem; }
  .faq-letter-group { grid-template-columns: 55px 1fr; }
  .faq-letter { font-size: 2.4rem; }
  .faq-entry summary { grid-template-columns: 1fr 28px; padding: 1rem; }
  .faq-entry summary span { grid-column: 1 / 3; }
  .faq-answer { padding: 0 1rem 1.2rem; }
  .submission-section { grid-template-columns: 1fr; }
  .submission-portrait { border-right: 0; border-bottom: 1px solid var(--ink); min-height: 480px; }
  .submission-sheet { padding: 4rem 1.4rem; }
  .two-column { grid-template-columns: 1fr; gap: 0; }
  .two-column label + label { margin-top: 1.2rem; }
  .colophon { padding: 3rem 1.4rem 1.2rem; }
  .colophon-grid { grid-template-columns: 1fr; }
  .colophon-grid section { min-height: auto; }
  .colophon-base { flex-direction: column; }
  .assistant-launch { right: .7rem; bottom: .7rem; }
  .assistant-panel { right: .7rem; bottom: .7rem; width: calc(100vw - 1.4rem); max-height: calc(100vh - 1.4rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.legal-page { min-height: calc(100vh - 93px); display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 5vw, 6rem); padding: clamp(5rem, 9vw, 10rem) clamp(5vw, 10vw, 12vw); border-bottom: 1px solid var(--ink); background: var(--parchment); }
.legal-page h1 { margin: .5rem 0; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 400; line-height: .95; }
.legal-copy { max-width: 850px; font-family: var(--serif); font-size: 1.06rem; }
.legal-copy h2 { margin: 2.2rem 0 .5rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.error-cover { min-height: 100vh; grid-template-columns: 74px 1fr; }
@media (max-width: 780px) {
  .legal-page { grid-template-columns: 1fr; padding: 4rem 1.4rem; }
  .error-cover { grid-template-columns: 38px 1fr; }
}

/* --------------------------------------------------------------------------
   Layout refinement: keep editorial artwork proportionate on desktop/tablet.
   The original full-bleed rules stretched SVG illustrations to the entire
   height of their grid cells. These overrides preserve the visual concept
   while preventing oversized or clipped artwork.
   -------------------------------------------------------------------------- */

@media (min-width: 1101px) {
  .cover-hero {
    min-height: 680px;
    grid-template-columns: 64px minmax(0, 1.35fr) minmax(320px, .65fr);
  }

  .cover-copy {
    padding: clamp(4rem, 6vw, 6.5rem) clamp(2.5rem, 5vw, 5.5rem) 3.5rem;
  }

  .cover-copy h1 {
    max-width: 760px;
    font-size: clamp(3.8rem, 5.5vw, 6.6rem);
  }

  .cover-art {
    min-height: 0;
    max-height: 680px;
    overflow: hidden;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .cover-art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: clamp(1.5rem, 2.5vw, 3rem);
  }

  .markup-spread {
    grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
    min-height: 0;
  }

  .markup-figure {
    min-height: 600px;
    overflow: hidden;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .markup-figure img {
    width: 100%;
    height: 100%;
    max-height: 620px;
    object-fit: contain;
    object-position: center;
    padding: clamp(1.5rem, 3vw, 3.25rem);
  }

  .markup-copy {
    padding: clamp(4rem, 6vw, 6rem) clamp(2.5rem, 5vw, 5rem);
  }

  .markup-copy h2 {
    font-size: clamp(3rem, 4.6vw, 5.5rem);
  }

  .pathway-plate {
    width: min(100%, 1180px);
    margin-inline: auto;
    background: var(--ivory);
  }

  .pathway-plate img {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
  }

  .submission-section {
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
    min-height: 0;
  }

  .submission-portrait {
    min-height: 650px;
    overflow: hidden;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .submission-portrait img {
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: contain;
    object-position: center;
    padding: clamp(1.5rem, 3vw, 3rem);
  }
}

@media (min-width: 781px) and (max-width: 1100px) {
  .cover-hero {
    min-height: 0;
  }

  .cover-art {
    min-height: 0;
    max-height: 500px;
    overflow: hidden;
  }

  .cover-art img {
    height: 460px;
    object-fit: contain;
    padding: 2rem;
  }

  .markup-spread {
    min-height: 0;
    grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  }

  .markup-figure {
    min-height: 500px;
  }

  .markup-figure img {
    height: 500px;
    object-fit: contain;
    padding: 2rem;
  }

  .pathway-plate {
    width: min(100%, 980px);
    margin-inline: auto;
    background: var(--ivory);
  }

  .pathway-plate img {
    max-height: 500px;
    object-fit: contain;
  }

  .submission-section {
    min-height: 0;
    grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  }

  .submission-portrait {
    min-height: 560px;
  }

  .submission-portrait img {
    height: 560px;
    object-fit: contain;
    padding: 2rem;
  }
}

@media (max-width: 780px) {
  .cover-art,
  .markup-figure,
  .submission-portrait {
    min-height: 0;
  }

  .cover-art img,
  .markup-figure img,
  .submission-portrait img {
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: contain;
    object-position: center;
    padding: 1rem;
  }

  .pathway-plate img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
  }
}
/* UK Journal Publishing brand cleanup */
.wordmark-mark { width: 58px; font-size: .92rem; font-weight: 700; letter-spacing: .04em; }
.assistant-launch { width: 132px; grid-template-columns: 50px 1fr; }
.assistant-launch span { font-size: .92rem; font-weight: 700; letter-spacing: .04em; }
@media (max-width: 780px) {
  .wordmark-mark { width: 52px; }
}


/* Uploaded UK Journal Publishing logo integration */
.wordmark-logo {
  display: block;
  width: min(470px, 44vw);
  max-width: 100%;
  height: auto;
}
.wordmark .wordmark-mark,
.wordmark .wordmark-copy,
.colophon-title .wordmark-mark,
.assistant-launch span {
  display: none;
}
.colophon-title {
  align-items: center;
}
.footer-logo {
  width: min(280px, 46vw);
  height: auto;
  flex: 0 0 auto;
}
.assistant-launch {
  width: 172px;
  height: 88px;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: .35rem;
  padding: .65rem .6rem;
}
.assistant-launch-logo {
  display: block;
  width: 132px;
  max-width: 100%;
  height: auto;
}
.assistant-launch small {
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 980px) {
  .wordmark-logo { width: min(360px, 58vw); }
  .footer-logo { width: min(220px, 56vw); }
}
@media (max-width: 700px) {
  .wordmark-logo { width: min(270px, 62vw); }
  .assistant-launch { width: 150px; height: 82px; }
  .assistant-launch-logo { width: 112px; }
}
