@charset "UTF-8";
/* ==========================================================================
   TRAVELNEST — Journal post (article)
   Loaded after style.css, destination.css and blog.css. The three-column
   shell, both sidebars and the page hero come from blog.css unchanged; this
   file is only the article in the centre column and the comment thread under
   it. The article body has no horizontal padding on purpose — text and hero
   photograph share the same left and right edge.
   These rules are the body renderer's vocabulary: an editor places a block,
   never a style, so every device below has to hold on its own.
   --------------------------------------------------------------------------
   01. Page tokens
   02. The hero photograph, letterhead and byline
   03. The body — figures, intro, margin notes, quote, calendar
   04. The practical block, image pair, read next, tags
   05. Comments and the comment form
   06. Responsive — 1400 / 1000 / 900 / 700 / 430
   ========================================================================== */

/* ==========================================================================
   01. Page tokens
   ========================================================================== */

.page-bpost {
  --bp-panel: #17435A;
  --bp-form-head: #17435A;
  --bp-form-head-ink: #FBF6EC;
  --bp-tint: rgba(192, 82, 27, 0.05);
  --bp-photo-ink: #FFFFFF;
  --bp-on-accent: #FFFFFF;
  /* the "fine" months keep one terracotta wash in both themes */
  --bp-cal-fine: rgba(192, 82, 27, 0.35);
}

/* two of the article's own 2px rules soften on dark paper; the practical
   block, the comment strip and the form keep full ink */
[data-theme="dark"] .numstrip:not(.numstrip--comments),
[data-theme="dark"] .filed { border-top-color: rgba(var(--ink-rgb), 0.45); }

[data-theme="dark"] .page-bpost {
  --bp-panel: rgba(16, 16, 16, 0.72);
  /* the form header inverts rather than following the panel: on dark paper it
     is a cream block with near-black type, so the form still reads as the one
     thing on the page asking for something */
  --bp-form-head: #EDE3D3;
  --bp-form-head-ink: #1A1A1A;
  --bp-tint: rgba(226, 102, 31, 0.08);
  --bp-on-accent: #1A1A1A;
}


/* ==========================================================================
   02. The hero photograph, letterhead and byline
   ========================================================================== */

.article {
  display: flex;
  flex-direction: column;
}

.bphero {
  position: relative;
  height: 660px;
  overflow: hidden;
}

.bphero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bphero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.18) 52%, transparent 78%);
  pointer-events: none;
}

/* measured on the real photograph: the handoff's 0.5/18% left the letterhead
   at 2.0:1 over the lit ridge. This carries it at 5.9:1 or better. */
.bphero__scrim--head {
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.52) 13%, transparent 28%);
}

.bphero__head {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.bphero__cat {
  background: var(--accent);
  padding: 4px 12px;
  color: var(--bp-on-accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.bphero__where,
.bphero__when {
  color: var(--bp-photo-ink);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  opacity: 0.8;
}

.bphero__when { margin-left: auto; }

.bphero__foot {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--bp-photo-ink);
  pointer-events: none;
}

.bphero__title {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

.byline {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.byline__avatar {
  position: relative;
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}

.byline__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.byline__who {
  display: flex;
  flex-direction: column;
}

.byline__name {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
}

.byline__role {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.85;
}

.byline__script {
  margin-left: auto;
  color: var(--ab-panel-accent);
  font-family: "Caramel", "Segoe Script", cursive;
  font-size: 46px;
  line-height: 0.5;
  white-space: nowrap;
}


/* ==========================================================================
   03. The body — figures, intro, margin notes, quote, calendar
   ========================================================================== */

/* no horizontal padding: the text aligns to the photograph's own edges */
.artbody {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px 0 34px;
}

.artblock {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.para {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.55;
  text-wrap: pretty;
}

.dropcap {
  float: left;
  padding: 6px 14px 0 0;
  color: var(--accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 0.78;
}

.numstrip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.22);
}

.numcell {
  flex: 1 1 170px;
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 12px 18px;
  border-left: 1px solid rgba(var(--ink-rgb), 0.22);
}

.numcell:first-child { padding-left: 0; border-left: 0; }
.numcell:last-child { padding-right: 0; }

.numcell__value {
  color: var(--accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.numcell__label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

.introrow {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

/* the margin column is as tall as three paragraphs — with fewer, a visible
   gap opens under the text, so the intro run stays inside this column */
.introcol {
  flex: 1 1 500px;
  min-width: min(420px, 100%);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.margincol {
  flex: 0 1 270px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left: 2px solid rgba(var(--ink-rgb), 0.2);
  padding-left: 22px;
}

.mnote__label {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mnote {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mnote + .mnote {
  padding-top: 13px;
  border-top: 1px dashed rgba(var(--ink-rgb), 0.3);
}

.mnote__row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.mnote__fig {
  color: var(--accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

/* the July equivalent, struck through — the comparison is the whole point */
.mnote__was {
  font-size: 17px;
  font-weight: 500;
  opacity: 0.5;
}

.mnote__cap {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

.mnote__bar {
  display: flex;
  height: 8px;
  margin-top: 3px;
}

.mnote__on { background: var(--accent); }
.mnote__off { background: rgba(var(--ink-rgb), 0.16); }

/* November's share of the July figure, one rule per note */
.mnote__bar--48 .mnote__on { width: 48%; }
.mnote__bar--48 .mnote__off { width: 52%; }
.mnote__bar--25 .mnote__on { width: 25%; }
.mnote__bar--25 .mnote__off { width: 75%; }
.mnote__bar--90 .mnote__on { width: 90%; }
.mnote__bar--90 .mnote__off { width: 10%; }

.mnote__prov {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.6;
  text-wrap: pretty;
}

.pullq {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  background: var(--bp-panel);
  padding: 26px 30px;
  color: var(--ab-panel-ink);
}

.pullq__text {
  max-width: 620px;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.15;
}

.pullq__who {
  margin-left: auto;
  color: var(--ab-panel-accent);
  font-family: "Caramel", "Segoe Script", cursive;
  font-size: 50px;
  line-height: 0.5;
  white-space: nowrap;
}

.calendar {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.calendar__label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.5;
}

.calendar__months {
  display: flex;
  gap: 4px;
}

.month {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.month__cell {
  width: 100%;
  height: 34px;
}

.month__letter {
  font-size: 15px;
  font-weight: 700;
  opacity: 0.5;
}

.month--go .month__cell,
.calkey--go .calkey__swatch { background: var(--accent); }

.month--fine .month__cell,
.calkey--fine .calkey__swatch { background: var(--bp-cal-fine); }

.month--crowd .month__cell,
.calkey--crowd .calkey__swatch {
  background: repeating-linear-gradient(135deg, rgba(var(--ink-rgb), 0.3) 0 5px, rgba(var(--ink-rgb), 0.12) 5px 10px);
}

.month--wet .month__cell,
.calkey--wet .calkey__swatch { background: rgba(var(--ink-rgb), 0.14); }

.month--go .month__letter { color: var(--accent); opacity: 1; }
.month--fine .month__letter { opacity: 0.6; }

.callegend {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
}

.calkey {
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: 0.7;
}

.calkey--go { opacity: 1; }

.calkey__swatch {
  width: 11px;
  height: 11px;
}

.arth2 {
  padding-top: 4px;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}


/* ==========================================================================
   04. The practical block, image pair, read next, tags
   ========================================================================== */

.practical {
  border: 2px solid var(--ink);
  padding: 0 0 20px;
}

.practical__head {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bp-panel);
  padding: 13px 24px;
  color: var(--ab-panel-ink);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.practical__title { color: var(--ab-panel-accent); }

.practical__sub {
  margin-left: auto;
  opacity: 0.6;
}

.practical__rows {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 6px 24px 0;
  list-style: none;
}

.prow {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.18);
}

.prow:last-child { border-bottom: 0; }

.prow--hot {
  background: var(--bp-tint);
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 -10px;
}

.prow__n {
  flex: none;
  width: 34px;
  color: var(--accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.prow__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.prow__line {
  font-size: 21px;
  font-weight: 700;
}

.prow--hot .prow__line { color: var(--accent); }

.prow__note {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.7;
  text-wrap: pretty;
}

.prow--hot .prow__note { opacity: 0.75; }

.pair {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 14px;
}

.pairfig {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.pairfig__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pairfig__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.72) 0%, transparent 52%);
  pointer-events: none;
}

.pairfig__cap {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: var(--bp-photo-ink);
  font-size: 18px;
  font-weight: 600;
  pointer-events: none;
}

.readnext {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 2px dashed rgba(var(--ink-rgb), 0.4);
}

.rnext {
  flex: 1 1 420px;
  min-width: min(380px, 100%);
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.rnext:last-child {
  flex: 1 1 380px;
  min-width: min(340px, 100%);
}

.rnext__label {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rnext:last-child .rnext__label {
  color: inherit;
  opacity: 0.5;
}

.rnext__title {
  color: inherit;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.rnext__meta {
  font-size: 19px;
  font-weight: 500;
  opacity: 0.65;
}

.filed {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 2px solid var(--ink);
}

.filed__stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.filed__label {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.tag {
  border: 2px solid rgba(var(--ink-rgb), 0.35);
  padding: 5px 13px;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tag--on {
  border-color: var(--accent);
  color: var(--accent);
}

.filed__cta {
  margin-left: auto;
  background: var(--accent);
  padding: 14px 30px;
  color: var(--bp-on-accent);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.16s ease-out, color 0.16s ease-out;
}

.filed__cta:hover,
.filed__cta:focus-visible {
  background: var(--ink);
  color: var(--paper);
}


/* ==========================================================================
   05. Comments and the comment form
   ========================================================================== */

.comments {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 30px;
  border-top: 3px solid var(--ink);
}

.comments__head {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.comments__stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.comments__label {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.comments__title {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.05;
}

.comments__note {
  margin-left: auto;
  max-width: 420px;
  font-size: 19px;
  font-weight: 500;
  text-align: right;
  opacity: 0.7;
  text-wrap: pretty;
}

.numstrip--comments .numcell { flex: 1 1 150px; padding: 11px 18px; }
.numstrip--comments .numcell:first-child { padding-left: 0; }
.numstrip--comments .numcell:last-child { padding-right: 0; }
.numstrip--comments .numcell__value { font-size: 24px; }

.cthread {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmt {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.18);
}

/* the thread closes without a rule — the form below opens on its own border */
.cmt:last-child { border-bottom: 0; }

/* threading is one level deep by design: a staff reply is indented, tinted
   and badged from a role flag, never authored per comment */
.cmt--staff {
  margin-left: 54px;
  background: var(--bp-tint);
}

.cmt__avatar {
  position: relative;
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}

.cmt--staff .cmt__avatar {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
  margin-left: 14px;
}

.cmt__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmt__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cmt--staff .cmt__body { padding-right: 14px; }

.cmt__head {
  display: flex;
  align-items: baseline;
  gap: 11px;
  flex-wrap: wrap;
}

.cmt__name {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.cmt__badge {
  background: var(--accent);
  padding: 3px 10px;
  color: var(--bp-on-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cmt__ctx {
  font-size: 17px;
  font-weight: 500;
  opacity: 0.6;
}

.cmt__time {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.45;
}

.cmt__replyto {
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cmt__text {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.85;
  text-wrap: pretty;
}

.cmt__acts {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 2px;
}

.cmt__act {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

.cmt__act:hover,
.cmt__act:focus-visible {
  color: var(--accent);
  opacity: 1;
}

.cform {
  border: 2px solid var(--ink);
}

.cform__head {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bp-form-head);
  padding: 13px 24px;
  color: var(--bp-form-head-ink);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cform__note {
  margin-left: auto;
  opacity: 0.7;
}

.cform__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 22px 24px 24px;
}

.cfield {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cfield__label {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.frow .cfield__label {
  color: inherit;
  opacity: 0.55;
}

.cfield__area {
  border: 2px solid rgba(var(--ink-rgb), 0.35);
  background: none;
  padding: 16px 18px;
  height: 130px;
  min-height: 130px;
  color: inherit;
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  resize: vertical;
}

.frow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.frow .cfield { gap: 6px; }

.cfield__line {
  border: 0;
  border-bottom: 2px solid rgba(var(--ink-rgb), 0.5);
  background: none;
  padding: 0 0 10px;
  color: inherit;
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
}

/* the select keeps the prototype's own caret rather than the platform's, so
   the field matches the two text fields beside it */
.cfield__wrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  border-bottom: 2px solid rgba(var(--ink-rgb), 0.5);
  padding-bottom: 10px;
}

.cfield__select {
  flex: 1 1 auto;
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
  cursor: pointer;
}

.cfield__caret {
  margin-left: auto;
  color: var(--accent);
  font-size: 20px;
}

.cfield__area::placeholder,
.cfield__line::placeholder {
  color: inherit;
  opacity: 0.45;
}

.notify {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.notify__label {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}

.notify__box {
  flex: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 2px solid var(--accent);
  background: none;
  cursor: pointer;
}

.notify__box:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M3.5 9.5l3.5 3.5 7.5-8' fill='none' stroke='%23C0521B' stroke-width='2.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

[data-theme="dark"] .notify__box:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M3.5 9.5l3.5 3.5 7.5-8' fill='none' stroke='%23E2661F' stroke-width='2.4'/%3E%3C/svg%3E");
}

.notify__text {
  font-size: 19px;
  font-weight: 500;
  opacity: 0.75;
}

.cform__cta {
  margin-left: auto;
  border: 0;
  background: var(--accent);
  padding: 14px 32px;
  color: var(--bp-on-accent);
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.16s ease-out, color 0.16s ease-out;
}

.cform__cta:hover,
.cform__cta:focus-visible {
  background: var(--ink);
  color: var(--paper);
}

.cform__reassure {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px dashed rgba(var(--ink-rgb), 0.3);
  font-size: 18px;
  font-weight: 500;
  opacity: 0.7;
}

.cform__star { color: var(--accent); }


/* ==========================================================================
   06. Responsive — 1400 / 1000 / 900 / 700 / 430
   ========================================================================== */

@media (max-width: 1400px) {
  .bphero { height: 520px; }
  .bphero__title { font-size: 46px; }
}

@media (max-width: 1000px) {
  .bphero { height: 440px; }
  .bphero__title { font-size: 38px; }
  .byline__script { font-size: 38px; }
  .pullq__text { font-size: 30px; }
  .comments__note { margin-left: 0; text-align: left; max-width: none; }
}

/* the margin column moves below the intro rather than beside it */
@media (max-width: 900px) {
  .introcol { flex: 1 1 100%; min-width: 0; }

  .margincol {
    flex: 1 1 100%;
    min-width: 0;
    border-left: 0;
    border-top: 2px solid rgba(var(--ink-rgb), 0.2);
    padding-left: 0;
    padding-top: 18px;
  }

  .pair { grid-template-columns: minmax(0, 1fr); }
  .para { font-size: 21px; }
  .dropcap { font-size: 76px; }
  .arth2 { font-size: 30px; }
}

@media (max-width: 700px) {
  .bphero { height: 380px; }
  .bphero__head { left: 18px; right: 18px; top: 16px; gap: 8px; flex-wrap: wrap; }
  .bphero__when { margin-left: 0; }
  .bphero__foot { left: 18px; right: 18px; bottom: 16px; }
  .bphero__title { font-size: 30px; }
  .byline { gap: 10px; }
  .byline__script { margin-left: 0; font-size: 32px; }

  /* the reply keeps its place in the thread with a rule instead of an indent */
  .cmt--staff {
    margin-left: 0;
    border-left: 3px solid var(--accent);
    padding-left: 14px;
  }

  .cmt--staff .cmt__avatar { margin-left: 0; }
  .cmt--staff .cmt__body { padding-right: 0; }

  .cmt__time { margin-left: 0; }
  .pullq { padding: 20px 22px; }
  .pullq__who { margin-left: 0; }
  .practical__head { padding: 12px 16px; gap: 8px; }
  .practical__rows { padding: 6px 16px 0; }
  .cform__head { padding: 12px 16px; }
  .cform__body { padding: 18px 16px 20px; }
  .filed__cta { margin-left: 0; }
  .cform__cta { margin-left: 0; }
}

@media (max-width: 430px) {
  .bphero { height: 320px; }
  .bphero__title { font-size: clamp(22px, 7vw, 28px); }
  .numcell { flex: 1 1 100%; padding: 10px 0; border-left: 0; border-top: 1px solid rgba(var(--ink-rgb), 0.22); }
  .numcell:first-child { border-top: 0; }
  .comments__title { font-size: 30px; }
  .rnext__title { font-size: 24px; }
  .mnote__fig { font-size: 32px; }
  .prow { flex-wrap: wrap; gap: 4px 14px; }
  .cform__reassure { gap: 6px 14px; }
}
