/* ==========================================================================
   Optimal Wellness — The Journal
   --------------------------------------------------------------------------
   A separate room from the rest of the site: plum-noir chrome over a
   lavender-white reading surface, because 2,000 words of medical writing needs
   a light ground.

   Three materials, no overlap — check every colour decision against this
   before adding one:

     LAVENDER #8E6BCB  is FLUID.   The drip rail, the beads, the short-answer
                                   card. Anything representing the thing
                                   moving through the line.
     VIOLET   #654093  is LANGUAGE. Links, eyebrows, emphasis. Text that acts.
     GOLD     #A8781F  is METAL.    Hairlines, frames, citation markers. The
                                   apparatus the fluid runs through.

   Fluid and language are now the same hue family, so they are separated by
   WEIGHT instead: the fluid is the light lavender, the language is the deep
   violet. That is a real, visible difference — and it leaves gold as the only
   non-purple accent, which makes the citation markers easier to find, not
   harder. If a future change collapses that gap, the system stops working.

   Teal keeps exactly one job — the service note, where the clinic stops
   writing editorially and starts talking about its own menu.

   SIGNATURE — the drip rail. A hairline down the left of the article with a
   bead at every section. As you read, fluid descends the line and each bead
   fills as you pass it. It is the reading-progress indicator this kind of
   page needs, drawn in the client's own apparatus. (It also does the one
   thing the hero footage never could: it actually drips.)
   ========================================================================== */

/* styles.css holds body overflow hidden until scroll-cinematic.js sets .ready,
   which is the home-page loader gate. No loader here — same undo as shop.css.
   Miss this and the page is silently unscrollable. */
html:not(.ready) body.blog-page { overflow: auto; }

.blog-page {
  /* Light reading room */
  --bl-ground:     #FAF8FC;   /* white with lavender in it, not cream */
  --bl-ground-2:   #F2EEFA;   /* raised cards, table stripes */
  --bl-ink:        #1A1020;   /* body text — a plum black, 17.4:1 */
  --bl-dim:        #4A3A55;   /* meta, captions — 9.8:1 */
  --bl-violet:     #654093;   /* links, eyebrows — 7.7:1 AAA */
  --bl-violet-2:   #7C5CBF;   /* hover */
  --bl-lav:       #8E6BCB;   /* fluid — graphics and large text only, 3.7:1 */
  --bl-lav-deep:  #71499E;   /* fluid when it must carry small text, 6.2:1 */
  --bl-lav-wash:  #F1ECFB;
  --bl-gold:       #A8781F;   /* metal on light */
  --bl-hair:       rgba(26, 16, 32, .12);
  --bl-hair-soft:  rgba(26, 16, 32, .07);

  /* Plum-black chrome */
  --bl-chrome:     #150E22;
  --bl-chrome-2:   #221636;
  --bl-chrome-3:   #2E1F49;
  --bl-on-chrome:  #F2ECF2;
  --bl-on-chrome-d:rgba(242, 236, 242, .70);
  --bl-lav-lit:    #CFB2E6;   /* lavender that reads on the dark chrome, 10.2:1 */

  --bl-measure:    68ch;      /* long-form line length */
  --bl-rail:       34px;      /* gutter the drip rail lives in */
  --bl-col:        1000px;    /* the journal's single editorial column */

  background: var(--bl-ground);
  color: var(--bl-ink);
}

/* ---------- Shared furniture, retinted for this room ----------------------
   The nav and footer come from styles.css in teal. The journal is a different
   room, the same way the weight-loss section is a different room on the home
   page, so its furniture carries the room's accent rather than the site's. */

.blog-page .nav {
  background: rgba(21, 14, 34, .90);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(163, 149, 228, .18);
}
.blog-page main { padding-top: 78px; }
.blog-page .brand { color: var(--bl-on-chrome); }
.blog-page .brand span,
.blog-page .foot-word span { color: var(--bl-lav-lit); }
.blog-page .brand-drop { fill: var(--bl-lav-lit); filter: drop-shadow(0 0 8px rgba(207, 178, 230, .45)); }
.blog-page .nav-links a:hover,
.blog-page .mobile-menu > a:hover { color: var(--bl-lav-lit); }
.blog-page .btn-nav { background: var(--bl-lav-lit); color: #1E1033; }
.blog-page .btn-nav:hover { background: #E1C9F2; }
.blog-page .mobile-menu { background: rgba(21, 14, 34, .97); }
.blog-page .footer { background: #0F0918; border-top: 1px solid rgba(163, 149, 228, .16); }
.blog-page .footer .btn-drip { background: var(--bl-lav-lit); color: #1E1033; box-shadow: none; }
.blog-page .footer .btn-drip:hover { background: #E1C9F2; }
.blog-page .beltline-foot { border-color: rgba(163, 149, 228, .16); }
.blog-page .beltline-foot .belt-track { color: rgba(207, 178, 230, .62); }
.blog-page .belt-track i { color: #E2A94E; }
.blog-page .foot-col h3 { color: var(--bl-lav-lit); }
.blog-page .foot-col a:hover { color: var(--bl-lav-lit); }
.blog-page .foot-list input:focus { border-color: var(--bl-lav-lit); }

/* Nav "Journal" is the current page — mark it rather than leaving it live. */
.blog-page .nav-links a[aria-current],
.blog-page .mobile-menu a[aria-current] { color: var(--bl-lav-lit); }

/* ==========================================================================
   Masthead — the plum-black band every journal page opens on
   ========================================================================== */

.bl-mast {
  background:
    radial-gradient(120% 90% at 15% 0%, rgba(163, 149, 228, .16) 0%, transparent 62%),
    radial-gradient(90% 70% at 92% 8%, rgba(142, 107, 203, .14) 0%, transparent 60%),
    var(--bl-chrome);
  color: var(--bl-on-chrome);
  padding: clamp(46px, 8vw, 88px) 0 clamp(34px, 5vw, 56px);
  position: relative;
}
/* The masthead hands off to the reading room through a gold hairline —
   the fitting the line runs through. */
.bl-mast::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 169, 78, .55) 22%, rgba(226, 169, 78, .55) 78%, transparent);
}
.bl-mast .wrap { max-width: var(--bl-col); }

.bl-kicker {
  font-family: var(--font-caps);
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bl-lav-lit);
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin: 0 0 18px;
}
.bl-kicker i { font-style: normal; color: rgba(242, 236, 242, .40); }
.bl-kicker .bl-k-dim { color: var(--bl-on-chrome-d); }

.bl-mast h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.05rem, 5.4vw, 3.35rem);
  line-height: 1.09; letter-spacing: -.005em;
  margin: 0; max-width: 19ch;
}
.bl-mast .bl-dek {
  font-size: clamp(1rem, 1.55vw, 1.16rem); line-height: 1.62;
  color: var(--bl-on-chrome-d);
  margin: 20px 0 0; max-width: 58ch;
}

/* Byline / medical review. On a YMYL page this is not decoration — it is the
   E-E-A-T signal, so it sits above the fold and is marked up as Person. */
.bl-byline {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 10px 20px;
  margin: clamp(24px, 3.4vw, 34px) 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(226, 169, 78, .26);
  font-size: 13.5px; color: var(--bl-on-chrome-d);
}
.bl-byline b { color: var(--bl-on-chrome); font-weight: 600; }
.bl-byline .bl-sep { color: rgba(242, 236, 242, .30); }
.bl-review-flag {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--bl-on-chrome);
}
.bl-review-flag svg { width: 15px; height: 15px; fill: none; stroke: #E2A94E; stroke-width: 1.7; flex: none; }
/* The reviewer slot is empty on the preview build on purpose. Marked, not hidden. */
.bl-review-todo {
  color: #E2A94E; border-bottom: 1px dashed rgba(226, 169, 78, .5);
  font-style: italic;
}

/* ==========================================================================
   Reading room + the drip rail
   ========================================================================== */

.bl-room { background: var(--bl-ground); padding: clamp(38px, 5.5vw, 62px) 0 clamp(50px, 7vw, 84px); }
.bl-room .wrap { max-width: var(--bl-col); }

.bl-article {
  position: relative;
  padding-left: var(--bl-rail);
  max-width: calc(var(--bl-measure) + 2ch);
  margin-inline: auto;
}

/* The line itself — always present, faint. */
.bl-article::before {
  content: ""; position: absolute; left: 4px; top: 4px; bottom: 0; width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(142, 107, 203, .22) 0%, rgba(142, 107, 203, .22) 92%, transparent 100%);
}
/* The fluid — height is driven from scroll position by blog.js. */
.bl-rail-fill {
  position: absolute; left: 4px; top: 4px; width: 3px; border-radius: 2px;
  height: var(--bl-fill, 0px);
  background: linear-gradient(180deg, var(--bl-lav) 0%, var(--bl-lav) 55%, #C98A4E 100%);
  transition: height .12s linear;
  pointer-events: none;
}
/* The leading drop — a soft bead of light at the bottom edge of the fluid. */
.bl-rail-fill::after {
  content: ""; position: absolute; left: 50%; bottom: -3px;
  width: 9px; height: 9px; margin-left: -4.5px; border-radius: 50%;
  background: var(--bl-lav);
  box-shadow: 0 0 0 4px rgba(142, 107, 203, .16), 0 0 14px rgba(142, 107, 203, .55);
}

/* Section beads sit on the line. Hollow until the fluid reaches them. */
.bl-article h2 { position: relative; }
.bl-article h2::before {
  content: ""; position: absolute; left: calc(-1 * var(--bl-rail) + 0px);
  top: .55em; width: 11px; height: 11px; border-radius: 50%;
  background: var(--bl-ground);
  border: 1.5px solid rgba(142, 107, 203, .38);
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.bl-article h2.wet::before {
  background: var(--bl-lav); border-color: var(--bl-lav);
  box-shadow: 0 0 0 4px rgba(142, 107, 203, .14);
}

/* ---------- Prose ---------- */

.bl-article h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.38rem, 2.55vw, 1.82rem); line-height: 1.24;
  margin: clamp(40px, 5vw, 58px) 0 14px;
  color: var(--bl-ink);
  scroll-margin-top: 96px;
}
.bl-article h2:first-child { margin-top: 0; }
.bl-article h3 {
  font-family: var(--font-body); font-weight: 700;
  font-size: 1.02rem; letter-spacing: .01em;
  margin: 30px 0 8px; color: var(--bl-ink);
}
.bl-article p {
  font-size: 1.08rem; line-height: 1.76; margin: 0 0 1.05em;
  color: var(--bl-ink); max-width: var(--bl-measure);
}
.bl-article a:not(.btn) {
  color: var(--bl-violet);
  text-decoration: underline;
  text-decoration-color: rgba(101, 64, 147, .35);
  text-underline-offset: 3px; text-decoration-thickness: 1px;
  transition: color .18s ease, text-decoration-color .18s ease;
}
.bl-article a:not(.btn):hover { color: var(--bl-violet-2); text-decoration-color: currentColor; }
.bl-article strong { font-weight: 700; color: var(--bl-ink); }

.bl-article ul.bl-list { margin: 0 0 1.4em; padding: 0; list-style: none; max-width: var(--bl-measure); }
.bl-article ul.bl-list li {
  position: relative; padding-left: 22px; margin-bottom: .6em;
  font-size: 1.05rem; line-height: 1.7;
}
.bl-article ul.bl-list li::before {
  content: ""; position: absolute; left: 2px; top: .68em;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--bl-gold); opacity: .75;
}

/* ---------- The short answer ----------------------------------------------
   The first drop on the line, and the block an AI engine lifts verbatim.
   It earns its place twice: a reader in a hurry gets the answer, and the
   passage is self-contained enough to be quoted without the page. */

.bl-answer {
  background: var(--bl-lav-wash);
  border: 1px solid rgba(142, 107, 203, .22);
  border-left: 3px solid var(--bl-lav);
  border-radius: 4px 12px 12px 4px;
  padding: clamp(20px, 3vw, 26px) clamp(20px, 3vw, 28px);
  margin: 0 0 clamp(30px, 4vw, 40px);
  max-width: var(--bl-measure);
}
.bl-answer .bl-label { color: var(--bl-lav-deep); }
.bl-answer p { font-size: 1.12rem; line-height: 1.68; margin: 0; }

.bl-label {
  font-family: var(--font-caps);
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bl-gold); font-weight: 700;
  display: block; margin: 0 0 10px;
}

/* ---------- What to remember ----------------------------------------------
   Gold frame: this is apparatus, not fluid. Five self-contained facts, each
   written to survive being quoted on its own. */

.bl-takeaways {
  border: 1px solid rgba(168, 120, 31, .34);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(226, 169, 78, .07), rgba(226, 169, 78, .02));
  padding: clamp(22px, 3.2vw, 30px);
  margin: clamp(38px, 5vw, 52px) 0;
  max-width: var(--bl-measure);
}
.bl-takeaways ul { margin: 0; padding: 0; list-style: none; }
.bl-takeaways li {
  position: relative; padding-left: 26px; margin-bottom: .78em;
  font-size: 1.02rem; line-height: 1.65;
}
.bl-takeaways li:last-child { margin-bottom: 0; }
.bl-takeaways li::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: 13px; height: 8px;
  border-left: 1.8px solid var(--bl-gold); border-bottom: 1.8px solid var(--bl-gold);
  transform: rotate(-45deg);
}

/* ---------- Service note ---------------------------------------------------
   The ONE teal element in the journal. It marks the moment the editorial
   voice stops and the clinic starts talking about its own menu — so the
   reader can always tell which is which. */

.bl-service {
  border-left: 3px solid var(--teal);
  background: rgba(110, 216, 204, .07);
  border-radius: 0 10px 10px 0;
  padding: 18px 22px;
  margin: clamp(28px, 3.6vw, 36px) 0;
  max-width: var(--bl-measure);
}
.bl-service .bl-label { color: var(--teal-deep); }
.bl-service p { font-size: 1rem; margin: 0; }
.bl-service p + p { margin-top: .5em; }
.bl-service .bl-price { font-weight: 700; color: var(--bl-ink); }

/* ---------- Tables ---------------------------------------------------------
   Wide content scrolls inside its own container; the page body never does. */

.bl-tablewrap {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: clamp(26px, 3.4vw, 34px) 0;
  border: 1px solid var(--bl-hair); border-radius: 12px;
  background: #fff;
}
.bl-tablewrap table { width: 100%; border-collapse: collapse; font-size: .96rem; min-width: 520px; }
.bl-tablewrap caption {
  caption-side: top; text-align: left;
  font-family: var(--font-caps); font-size: 10.5px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--bl-gold); font-weight: 700;
  padding: 15px 18px 0;
}
.bl-tablewrap thead th {
  text-align: left; font-family: var(--font-body); font-weight: 700;
  font-size: 12px; letter-spacing: .07em; text-transform: uppercase;
  color: var(--bl-on-chrome); background: var(--bl-chrome-2);
  padding: 12px 16px;
}
.bl-tablewrap td,
.bl-tablewrap tbody th {
  padding: 13px 16px; border-top: 1px solid var(--bl-hair-soft);
  line-height: 1.55; vertical-align: top; text-align: left;
  font-size: .96rem; color: var(--bl-ink);
}
.bl-tablewrap tbody th { font-weight: 700; font-family: var(--font-body); }
.bl-tablewrap tbody tr:nth-child(even) td,
.bl-tablewrap tbody tr:nth-child(even) th { background: var(--bl-ground-2); }

/* ---------- Citations ------------------------------------------------------
   Gold, because the citation is apparatus. Superscript, tappable at 44px on
   touch without opening a gap in the line height. */

.bl-cite {
  font-size: .62em; vertical-align: super; line-height: 0;
  color: var(--bl-gold); font-weight: 700;
  text-decoration: none !important; padding: 0 1px;
  position: relative;
}
.bl-cite::after { content: ""; position: absolute; inset: -14px -8px; }
.bl-cite:hover { color: var(--bl-lav-deep); }

.bl-sources { margin: clamp(44px, 5.5vw, 60px) 0 0; max-width: var(--bl-measure); }
.bl-sources h2 { font-size: 1.2rem; margin-bottom: 16px; }
.bl-sources ol { margin: 0; padding-left: 1.3em; }
.bl-sources li { font-size: .92rem; line-height: 1.6; margin-bottom: .7em; color: var(--bl-dim); }
.bl-sources li a { word-break: break-word; }
.bl-sources .bl-pub { color: var(--bl-ink); font-weight: 600; }

/* ---------- FAQ ------------------------------------------------------------
   Real disclosure elements: they work without JS, they are keyboard operable,
   and their text is in the DOM for crawlers whether open or shut. */

.bl-faq { margin: clamp(44px, 5.5vw, 60px) 0 0; max-width: var(--bl-measure); }
.bl-faq h2 { margin-bottom: 6px; }
.bl-faq details { border-bottom: 1px solid var(--bl-hair); }
.bl-faq summary {
  cursor: pointer; list-style: none;
  padding: 18px 34px 18px 0; position: relative;
  font-family: var(--font-body); font-weight: 600; font-size: 1.03rem;
  line-height: 1.5; color: var(--bl-ink);
  min-height: 44px; display: flex; align-items: center;
}
.bl-faq summary::-webkit-details-marker { display: none; }
.bl-faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%;
  width: 9px; height: 9px; margin-top: -6px;
  border-right: 1.8px solid var(--bl-lav); border-bottom: 1.8px solid var(--bl-lav);
  transform: rotate(45deg); transition: transform .22s ease;
}
.bl-faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.bl-faq details[open] summary { color: var(--bl-lav-deep); }
.bl-faq .bl-answer-body { padding: 0 0 20px; }
.bl-faq .bl-answer-body p { font-size: 1rem; margin-bottom: .6em; }
.bl-faq .bl-answer-body p:last-child { margin-bottom: 0; }

/* ---------- Disclaimer ---------------------------------------------------- */

.bl-disclaimer {
  margin: clamp(40px, 5vw, 54px) 0 0; padding: 18px 20px;
  border: 1px dashed var(--bl-hair); border-radius: 10px;
  background: var(--bl-ground-2);
  max-width: var(--bl-measure);
}
.bl-disclaimer p { font-size: .88rem; line-height: 1.6; color: var(--bl-dim); margin: 0; }

/* ==========================================================================
   Closing band + related reading
   ========================================================================== */

.bl-close {
  background:
    radial-gradient(90% 120% at 12% 100%, rgba(142, 107, 203, .18) 0%, transparent 62%),
    var(--bl-chrome);
  color: var(--bl-on-chrome);
  padding: clamp(48px, 7vw, 76px) 0;
  border-top: 1px solid rgba(226, 169, 78, .3);
}
.bl-close h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.3rem); line-height: 1.16; margin: 0 0 12px;
  max-width: 17ch;
}
.bl-close p { color: var(--bl-on-chrome-d); font-size: 1.04rem; line-height: 1.65; margin: 0 0 26px; max-width: 52ch; }
.bl-close .cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.bl-close .btn-lav { background: var(--bl-lav-lit); color: #1E1033; }
.bl-close .btn-lav:hover { background: #E1C9F2; }
.bl-close .btn-line { border: 1px solid rgba(242, 236, 242, .34); color: var(--bl-on-chrome); background: transparent; }
.bl-close .btn-line:hover { border-color: #E2A94E; color: #E2A94E; }

.bl-related { background: var(--bl-ground); padding: clamp(44px, 6vw, 66px) 0; border-top: 1px solid var(--bl-hair); }
.bl-related > .wrap { max-width: var(--bl-col); }
.bl-related h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.3rem, 2.4vw, 1.6rem); margin: 0 0 24px;
}
.bl-rel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.bl-rel-card {
  display: block; text-decoration: none; color: inherit;
  border: 1px solid var(--bl-hair); border-radius: 12px;
  padding: 22px; background: #fff;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.bl-rel-card:hover {
  border-color: rgba(142, 107, 203, .45); transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(26, 16, 32, .09);
}
.bl-rel-card .bl-label { color: var(--bl-violet); }
.bl-rel-card h3 {
  font-family: var(--font-display); font-weight: 400; font-size: 1.12rem;
  line-height: 1.3; margin: 0 0 8px;
}
.bl-rel-card p { font-size: .92rem; line-height: 1.55; color: var(--bl-dim); margin: 0; }

/* ==========================================================================
   Index page
   ========================================================================== */

.bl-index-head { padding-bottom: clamp(40px, 6vw, 62px); }
.bl-index-head h1 { max-width: 15ch; }

/* Article list hangs off the same rail as the article body — one device,
   both templates. */
.bl-list-room { background: var(--bl-ground); padding: clamp(40px, 6vw, 66px) 0 clamp(20px, 3vw, 30px); }
.bl-list-room > .wrap { max-width: var(--bl-col); }

.bl-feed { position: relative; padding-left: var(--bl-rail); }
.bl-feed::before {
  content: ""; position: absolute; left: 4px; top: 10px; bottom: 10px; width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, transparent, rgba(142, 107, 203, .26) 6%, rgba(142, 107, 203, .26) 94%, transparent);
}

.bl-post {
  position: relative;
  padding: clamp(26px, 3.6vw, 34px) 0;
  border-bottom: 1px solid var(--bl-hair-soft);
}
.bl-post:last-of-type { border-bottom: 0; }
.bl-post::before {
  content: ""; position: absolute; left: calc(-1 * var(--bl-rail));
  top: calc(clamp(26px, 3.6vw, 34px) + 6px);
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--bl-lav); border: 1.5px solid var(--bl-lav);
  box-shadow: 0 0 0 4px rgba(142, 107, 203, .13);
}
.bl-post h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.32rem, 2.7vw, 1.74rem); line-height: 1.22;
  margin: 10px 0 10px; max-width: 24ch;
}
.bl-post h2 a { color: var(--bl-ink); text-decoration: none; }
.bl-post h2 a:hover { color: var(--bl-lav-deep); }
.bl-post .bl-post-dek { font-size: 1.02rem; line-height: 1.66; color: var(--bl-dim); margin: 0 0 14px; max-width: 62ch; }
.bl-post-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px;
  font-family: var(--font-caps); font-size: 10.5px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--bl-dim);
}
.bl-post-meta .bl-chip {
  color: var(--bl-violet); border: 1px solid rgba(101, 64, 147, .3);
  border-radius: 100px; padding: 5px 11px; font-weight: 700;
}
.bl-more {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: .95rem; font-weight: 600;
  color: var(--bl-lav-deep); text-decoration: none;
  min-height: 44px;
}
.bl-more::after {
  content: ""; width: 7px; height: 7px;
  border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor;
  transform: rotate(-45deg); transition: transform .18s ease;
}
.bl-more:hover::after { transform: rotate(-45deg) translate(2px, 2px); }

/* Planned topics — the other 19. Honest about what is not written yet, and
   it doubles as the editorial calendar the client is buying. */
.bl-planned { background: var(--bl-ground-2); padding: clamp(44px, 6vw, 68px) 0; border-top: 1px solid var(--bl-hair); }
.bl-planned > .wrap { max-width: var(--bl-col); }
.bl-planned h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem); margin: 0 0 10px;
}
.bl-planned > .wrap > p { color: var(--bl-dim); font-size: 1rem; line-height: 1.65; margin: 0 0 26px; max-width: 62ch; }
.bl-queue { display: grid; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); gap: 10px 22px; list-style: none; padding: 0; margin: 0; }
.bl-queue li {
  position: relative; padding: 11px 0 11px 24px;
  font-size: .96rem; line-height: 1.45; color: var(--bl-dim);
  border-bottom: 1px solid var(--bl-hair-soft);
}
.bl-queue li::before {
  content: ""; position: absolute; left: 3px; top: 1.15em;
  width: 8px; height: 8px; border-radius: 50%;
  border: 1.5px solid rgba(142, 107, 203, .42); background: transparent;
}
.bl-queue li b { color: var(--bl-ink); font-weight: 600; display: block; }
.bl-queue li i {
  font-style: normal; font-family: var(--font-caps);
  font-size: 10px; letter-spacing: .13em; text-transform: uppercase;
  color: var(--bl-gold);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 900px) {
  .blog-page { --bl-rail: 26px; }
  .bl-article p { font-size: 1.05rem; }
}

@media (max-width: 620px) {
  .blog-page { --bl-rail: 20px; }
  .bl-mast { padding-top: clamp(38px, 11vw, 54px); }
  .bl-mast h1 { max-width: 100%; }
  .bl-byline { font-size: 12.5px; gap: 8px 14px; }
  /* The kicker wrapped to two lines and left the separator dangling at the end
     of the first — the same orphan the home-page hero eyebrow had. The location
     is already in the byline and the footer, so it is the item that goes. */
  .bl-kicker:has(.bl-loc) .bl-loc,
  .bl-kicker:has(.bl-loc) i:last-of-type { display: none; }
  .bl-article h2::before { width: 9px; height: 9px; }
  .bl-post::before { width: 9px; height: 9px; }
  .bl-article p, .bl-post .bl-post-dek { font-size: 1.02rem; }
  .bl-answer { border-radius: 3px 8px 8px 3px; }
  .bl-queue { grid-template-columns: 1fr; }
  /* The rail keeps its beads on phones but gives the measure its width back. */
  .bl-room .wrap, .bl-list-room > .wrap { padding-left: max(var(--gutter), 18px); }
}

/* ==========================================================================
   Motion + focus floors
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .bl-rail-fill { transition: none; }
  .bl-rail-fill::after { box-shadow: 0 0 0 3px rgba(142, 107, 203, .16); }
  .bl-article h2::before,
  .bl-rel-card, .bl-more::after, .bl-faq summary::after { transition: none; }
  .bl-rel-card:hover { transform: none; }
}

.blog-page a:focus-visible,
.blog-page button:focus-visible,
.blog-page summary:focus-visible {
  outline: 2px solid var(--bl-lav);
  outline-offset: 3px; border-radius: 3px;
}
.bl-mast a:focus-visible, .bl-close a:focus-visible { outline-color: #E2A94E; }

/* Pre-JS: the rail has no fluid and the beads never fill, which is fine —
   they are progress, not content. Nothing below depends on script. */

/* Internal links the auto-linker could not weave into a sentence land here
   rather than being dropped — a quiet row, not a "related posts" block. */
.bl-elsewhere {
  margin: clamp(30px, 4vw, 40px) 0 0;
  padding-top: 18px; border-top: 1px solid var(--bl-hair);
  font-size: .95rem; color: var(--bl-dim);
  max-width: var(--bl-measure);
}
.bl-elsewhere .bl-label { color: var(--bl-violet); }
.bl-elsewhere a { margin-right: 2px; }

/* ---------- The standard ---------------------------------------------------
   The index masthead ran headline-left against a half-empty band at desktop
   widths. Rather than pad it, the right column states the editorial rules the
   journal is actually built to — which is the whole pitch, said plainly, and
   it explains the shape of every article underneath it. */

.bl-mast-split { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: end; }
.bl-close .wrap { max-width: var(--bl-col); }

.bl-standard { border-top: 1px solid rgba(226, 169, 78, .34); padding-top: 18px; }
.bl-standard .bl-label { color: #E2A94E; }
.bl-standard ul { list-style: none; margin: 0; padding: 0; }
.bl-standard li {
  position: relative; padding: 11px 0 11px 20px;
  font-size: .95rem; line-height: 1.5; color: var(--bl-on-chrome-d);
  border-bottom: 1px solid rgba(242, 236, 242, .1);
}
.bl-standard li:last-child { border-bottom: 0; }
.bl-standard li::before {
  content: ""; position: absolute; left: 0; top: 1.28em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--bl-lav-lit);
}
.bl-standard li b { color: var(--bl-on-chrome); font-weight: 600; }

@media (max-width: 860px) {
  .bl-mast-split { grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .bl-standard { margin-top: 4px; }
}

/* The ↩ back-links out of the source list were 17px tall. Inline links inside a
   sentence are exempt from the 44px floor, but these are standalone controls,
   so they get a real hit area without opening up the line height. */
.bl-sources li a[href^="#ref-"] {
  display: inline-block; position: relative;
  text-decoration: none; color: var(--bl-lav-deep);
  padding: 0 4px;
}
.bl-sources li a[href^="#ref-"]::after { content: ""; position: absolute; inset: -14px -10px; }
