/* ==========================================================================
   FIRSTPEAK STUDIO — PUBLICATIONS (/publications)
   Page-scoped styles only. Built on the V2 tokens (:root in v2.css).
   Doctrine matches v2: content is visible by default, motion only ever adds,
   gold is the response color and never the field. v2.css and websites.css are
   untouched by this file.
   ========================================================================== */

/* ---- hero ---------------------------------------------------------------- */
.pub-hero { position: relative; overflow: hidden; background: var(--granite); color: var(--bone);
  min-height: clamp(480px, 80vh, 660px); display: flex; align-items: flex-end; }
.pub-hero__bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; opacity: .42; }
.pub-hero__scrim { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(26,29,34,.8) 0%, rgba(26,29,34,.34) 30%, rgba(26,29,34,.54) 62%, rgba(26,29,34,.97) 100%),
              linear-gradient(72deg, rgba(26,29,34,.8) 0%, rgba(26,29,34,.22) 48%, rgba(26,29,34,0) 74%); }
.pub-hero__inner { position: relative; z-index: 2; width: 100%;
  padding-top: clamp(6rem, 13vh, 9rem); padding-bottom: clamp(3rem, 8vh, 5.5rem); }
.pub-hero__eyebrow { display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--font-display); font-weight: 600; font-size: .75rem;
  text-transform: uppercase; letter-spacing: .22em; color: var(--gold-bright); }
.pub-hero__eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--gold); flex: none; }
.pub-hero__heading { font-weight: 800; letter-spacing: -.02em; font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.0; max-width: 17ch; margin: .85rem 0 0; text-shadow: 0 2px 40px rgba(0,0,0,.45); }
.pub-hero__heading em { font-style: normal; color: var(--gold); }
.pub-hero__sub { font-family: var(--font-serif); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.55;
  color: rgba(242,238,230,.9); max-width: 54ch; margin-top: 1.2rem; }
.pub-hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center;
  margin-top: clamp(1.6rem, 3.4vh, 2.4rem); }
.pub-hero__thesis { display: block; margin-top: clamp(1.5rem, 3vh, 2.2rem); max-width: 44ch;
  padding-left: .9rem; border-left: 2px solid var(--gold);
  font-family: var(--font-serif); font-style: italic; font-size: .98rem; line-height: 1.55;
  color: rgba(242,238,230,.8); }

/* ---- shared section chrome ---------------------------------------------- */
.pub-sec { position: relative; }
.pub-sec--bone { background: var(--bone); color: var(--granite); }
.pub-sec--granite { background: var(--granite); color: var(--bone); }
.pub-sec--deep { background: var(--granite-deep); color: var(--bone); }
.pub-sec__inner { padding-top: clamp(4rem, 9vh, 7rem); padding-bottom: clamp(4rem, 9vh, 7rem); }
.pub-eyebrow { font-family: var(--font-display); font-weight: 600; font-size: .75rem;
  text-transform: uppercase; letter-spacing: .24em; color: var(--gold-deep); }
.pub-sec--granite .pub-eyebrow, .pub-sec--deep .pub-eyebrow { color: var(--gold); }
.pub-h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.1; margin: .8rem 0 0; max-width: 22ch; }
.pub-h2 em { font-style: normal; color: var(--gold-deep); }
.pub-sec--granite .pub-h2 em, .pub-sec--deep .pub-h2 em { color: var(--gold); }
.pub-lead { font-family: var(--font-serif); font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.62;
  color: var(--slate); max-width: 60ch; margin-top: 1.2rem; }
.pub-sec--granite .pub-lead, .pub-sec--deep .pub-lead { color: rgba(242,238,230,.82); }
.pub-body { font-size: 1rem; line-height: 1.75; color: var(--slate); max-width: 62ch; margin-top: 1.1rem; }
.pub-sec--granite .pub-body, .pub-sec--deep .pub-body { color: rgba(242,238,230,.78); }
.pub-body a, .pub-lead a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 2px; }
.pub-sec--granite .pub-body a, .pub-sec--granite .pub-lead a,
.pub-sec--deep .pub-body a, .pub-sec--deep .pub-lead a { color: var(--gold-bright); }

/* a bracketed placeholder awaiting a confirmed figure */
.ph { font-family: var(--font-display); font-weight: 600; font-size: .92em;
  color: var(--gold-deep); background: rgba(216,154,69,.12);
  border: 1px dashed rgba(140,94,31,.5); border-radius: 4px; padding: 0 .35em; white-space: nowrap; }
.pub-sec--granite .ph, .pub-sec--deep .ph { color: var(--gold-bright);
  background: rgba(216,154,69,.1); border-color: rgba(216,154,69,.45); }

/* ---- what you are buying (three column) --------------------------------- */
.pub-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 3.4vw, 2.8rem);
  margin-top: clamp(2.4rem, 5vh, 3.4rem); }
.pub-col__no { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: var(--gold-deep); }
.pub-sec--granite .pub-col__no, .pub-sec--deep .pub-col__no { color: var(--gold); }
.pub-col__h { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  margin: .6rem 0 .5rem; letter-spacing: -.01em; }
.pub-col__p { font-size: .96rem; line-height: 1.68; color: var(--slate); max-width: 42ch; }
.pub-sec--granite .pub-col__p, .pub-sec--deep .pub-col__p { color: rgba(242,238,230,.74); }

/* a plain-spoken aside that sits under a block */
.pub-aside { margin-top: clamp(2rem, 4vh, 2.8rem); padding: 1.1rem 1.3rem;
  border-left: 3px solid var(--gold); background: rgba(140,94,31,.06);
  font-family: var(--font-serif); font-size: 1rem; line-height: 1.65; color: var(--granite); max-width: 68ch; }
.pub-sec--granite .pub-aside, .pub-sec--deep .pub-aside {
  background: rgba(216,154,69,.07); color: rgba(242,238,230,.88); }

/* ---- the network: title list -------------------------------------------- */
.pub-titles { list-style: none; margin: clamp(2rem, 4.5vh, 3rem) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 clamp(1.2rem, 2.4vw, 2rem); }
.pub-titles li { display: flex; align-items: baseline; gap: .7rem; padding: .85rem 0;
  border-top: 1px solid var(--hairline-dark); font-family: var(--font-display); font-weight: 600;
  font-size: .98rem; color: var(--bone); }
.pub-titles li::before { content: ""; flex: none; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); opacity: .9; }
.pub-titles li em { font-style: italic; font-family: var(--font-serif); font-weight: 400;
  font-size: .84rem; color: rgba(242,238,230,.55); margin-left: auto; }
.pub-titles a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }
.pub-titles a:hover { color: var(--bone); }
.pub-titles__note { margin-top: 1.2rem; font-size: .88rem; line-height: 1.6;
  color: rgba(242,238,230,.6); max-width: 62ch; }

/* the single insertion order callout for multi-market buyers */
.pub-multi { margin-top: clamp(2.4rem, 5vh, 3.4rem); padding: clamp(1.5rem, 2.6vw, 2.2rem);
  border: 1px solid rgba(216,154,69,.4); border-radius: 14px; background: rgba(216,154,69,.06); }
.pub-multi__h { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: var(--bone); letter-spacing: -.01em; }
.pub-multi__p { margin-top: .7rem; font-size: .98rem; line-height: 1.7; color: rgba(242,238,230,.82); max-width: 66ch; }
.pub-multi__list { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .55rem; }
.pub-multi__list li { position: relative; padding-left: 1.3rem; font-size: .94rem; line-height: 1.55;
  color: rgba(242,238,230,.8); }
.pub-multi__list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px;
  border-radius: 50%; background: var(--gold); }

/* ---- the platform panel (third person, visually separate) ---------------- */
.pub-platform { position: relative; margin-top: clamp(2.2rem, 5vh, 3.2rem);
  padding: clamp(1.7rem, 3vw, 2.6rem); border: 1px solid var(--hairline-dark);
  border-radius: 16px; background: rgba(242,238,230,.045);
  box-shadow: 0 30px 80px -46px rgba(0,0,0,.8); }
.pub-platform__tag { font-family: var(--font-display); font-weight: 700; font-size: .68rem;
  text-transform: uppercase; letter-spacing: .18em; color: var(--granite-deep);
  background: var(--gold); border-radius: 999px; padding: .3rem .8rem; display: inline-block; }
.pub-platform__h { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: var(--bone); margin: 1rem 0 0; letter-spacing: -.01em; }
.pub-platform__p { margin-top: .8rem; font-size: .98rem; line-height: 1.75;
  color: rgba(242,238,230,.78); max-width: 66ch; }
.pub-platform__stats { list-style: none; margin: 1.5rem 0 0; padding: 1.3rem 0 0;
  border-top: 1px solid var(--hairline-dark);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.pub-platform__stats b { display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1; color: var(--gold); }
.pub-platform__stats span { display: block; margin-top: .45rem; font-size: .82rem; line-height: 1.45;
  color: rgba(242,238,230,.66); }
.pub-connect { margin-top: clamp(1.6rem, 3.4vh, 2.4rem); font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem); line-height: 1.5; color: var(--bone); max-width: 40ch; }
.pub-connect em { font-style: italic; color: var(--gold); }

/* the operator block, first person */
.pub-me { margin-top: clamp(1.4rem, 3vh, 2rem); padding-left: 1.1rem;
  border-left: 2px solid rgba(216,154,69,.55); max-width: 62ch; }
.pub-me p { font-size: 1rem; line-height: 1.75; color: rgba(242,238,230,.84); }
.pub-me p + p { margin-top: .9rem; }
.pub-me a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 2px; }
.pub-me__sig { display: block; margin-top: 1rem; font-family: var(--font-display); font-weight: 700;
  font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(242,238,230,.6); }

/* ---- print and digital, side by side ------------------------------------ */
.pub-pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.6vw, 2rem);
  margin-top: clamp(2.4rem, 5vh, 3.4rem); }
.pub-half { border: 1px solid var(--hairline-light); border-radius: 14px;
  padding: clamp(1.4rem, 2.4vw, 2rem); background: rgba(34,38,45,.03); }
.pub-half__k { font-family: var(--font-display); font-weight: 700; font-size: .7rem;
  text-transform: uppercase; letter-spacing: .18em; color: var(--gold-deep); }
.pub-half__h { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.15rem, 2vw, 1.45rem);
  margin: .6rem 0 .6rem; letter-spacing: -.01em; }
.pub-half__p { font-size: .96rem; line-height: 1.7; color: var(--slate); }
.pub-half__list { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .5rem; }
.pub-half__list li { position: relative; padding-left: 1.25rem; font-size: .92rem; line-height: 1.55;
  color: var(--slate); }
.pub-half__list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px;
  border-radius: 50%; background: var(--gold-deep); }
.pub-together { margin-top: clamp(1.8rem, 4vh, 2.6rem); font-family: var(--font-serif);
  font-size: clamp(1.1rem, 1.9vw, 1.4rem); line-height: 1.5; color: var(--granite); max-width: 46ch; }
.pub-together em { font-style: italic; color: var(--gold-deep); }

/* ---- the guarantee asymmetry -------------------------------------------- */
.pub-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.6rem);
  margin-top: clamp(2.2rem, 4.5vh, 3rem); }
.pub-gcard { border: 1px solid var(--hairline-dark); border-radius: 14px;
  padding: clamp(1.3rem, 2.2vw, 1.8rem); background: rgba(242,238,230,.04); }
.pub-gcard--no { border-color: rgba(216,154,69,.4); background: rgba(216,154,69,.06); }
.pub-gcard__k { font-family: var(--font-display); font-weight: 700; font-size: .68rem;
  text-transform: uppercase; letter-spacing: .18em; color: var(--gold-bright); }
.pub-gcard__h { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  color: var(--bone); margin: .55rem 0 .5rem; letter-spacing: -.01em; }
.pub-gcard__p { font-size: .93rem; line-height: 1.65; color: rgba(242,238,230,.74); }

.pub-ledger { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 3vw, 2.6rem);
  margin-top: clamp(2.4rem, 5vh, 3.4rem); padding-top: clamp(1.8rem, 4vh, 2.6rem);
  border-top: 1px solid var(--hairline-dark); }
.pub-ledger__h { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  color: var(--bone); margin-bottom: .9rem; }
.pub-ledger__h span { color: var(--gold); }
.pub-ledger ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.pub-ledger li { position: relative; padding-left: 1.4rem; font-size: .94rem; line-height: 1.6;
  color: rgba(242,238,230,.78); }
.pub-ledger li::before { position: absolute; left: 0; top: 0; font-family: var(--font-display);
  font-weight: 700; color: var(--gold); }
.pub-ledger--will li::before { content: "+"; }
.pub-ledger--wont li::before { content: "\00D7"; }
.pub-freq { margin-top: clamp(2.2rem, 4.5vh, 3rem); padding: clamp(1.3rem, 2.4vw, 1.9rem);
  border-radius: 14px; border: 1px solid var(--hairline-dark); background: rgba(242,238,230,.035); }
.pub-freq__h { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.1rem, 1.9vw, 1.35rem);
  color: var(--bone); letter-spacing: -.01em; }
.pub-freq__p { margin-top: .7rem; font-size: .97rem; line-height: 1.72; color: rgba(242,238,230,.78); max-width: 66ch; }
.pub-freq__p strong { color: var(--gold-bright); font-weight: 700; }

/* ---- regional coverage tiers -------------------------------------------- */
.pub-cov { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.1rem, 2.2vw, 1.7rem);
  margin-top: clamp(2.4rem, 5vh, 3.4rem); align-items: stretch; }
.cov { display: flex; flex-direction: column; border: 1px solid var(--hairline-light);
  border-radius: 14px; padding: clamp(1.4rem, 2.3vw, 1.9rem); background: rgba(34,38,45,.03); }
.cov--wide { border-color: rgba(140,94,31,.45); background: rgba(216,154,69,.07); }
.cov__k { font-family: var(--font-display); font-weight: 700; font-size: .68rem;
  text-transform: uppercase; letter-spacing: .18em; color: var(--gold-deep); }
.cov__h { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.2rem, 2vw, 1.5rem);
  margin: .5rem 0 .5rem; letter-spacing: -.01em; color: var(--granite); }
.cov__p { font-size: .95rem; line-height: 1.65; color: var(--slate); }
.cov__list { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .45rem; }
.cov__list li { position: relative; padding-left: 1.2rem; font-size: .9rem; line-height: 1.5; color: var(--slate); }
.cov__list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px;
  border-radius: 50%; background: var(--gold-deep); opacity: .8; }
.cov__foot { margin-top: auto; padding-top: 1.1rem; border-top: 1px solid var(--hairline-light);
  font-size: .88rem; line-height: 1.55; color: var(--slate); }
.cov__foot b { display: block; font-family: var(--font-display); font-weight: 700; font-size: .68rem;
  text-transform: uppercase; letter-spacing: .16em; color: var(--gold-deep); margin-bottom: .35rem; }
.pub-math { margin-top: clamp(2rem, 4vh, 2.8rem); padding-top: clamp(1.4rem, 3vh, 2rem);
  border-top: 1px solid var(--hairline-light); font-size: .96rem; line-height: 1.72;
  color: var(--slate); max-width: 70ch; }
.pub-math strong { color: var(--granite); font-weight: 700; }

/* ---- category exclusivity ----------------------------------------------- */
.pub-excl { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: start; }
.pub-excl__card { border: 1px solid rgba(216,154,69,.4); border-radius: 16px;
  padding: clamp(1.5rem, 2.6vw, 2.2rem); background: rgba(216,154,69,.06); }
.pub-excl__card h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.1rem, 1.9vw, 1.35rem);
  color: var(--bone); letter-spacing: -.01em; }
.pub-excl__card p { margin-top: .8rem; font-size: .96rem; line-height: 1.7; color: rgba(242,238,230,.8); }
.pub-excl__card p + p { margin-top: .8rem; }

/* ---- the client print work ---------------------------------------------- */
.pub-ads { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.4vw, 2rem);
  margin-top: clamp(2.4rem, 5vh, 3.4rem); }
.pub-ad { margin: 0; }
.pub-ad__frame { overflow: hidden; border-radius: 6px; background: #0d0f12;
  box-shadow: 0 18px 46px -18px rgba(0,0,0,.55); outline: 1px solid rgba(216,154,69,.22); outline-offset: -1px; }
.pub-ad__frame img { width: 100%; height: auto; display: block;
  transition: transform 900ms var(--ease); }
.pub-ad:hover .pub-ad__frame img { transform: scale(1.02); }
.pub-ad figcaption { margin-top: .8rem; padding-top: .6rem; border-top: 1px solid var(--hairline-dark);
  font-size: .85rem; line-height: 1.5; color: rgba(242,238,230,.7); }
.pub-ad figcaption b { display: block; font-family: var(--font-display); font-weight: 600;
  font-size: .92rem; color: var(--bone); margin-bottom: .15rem; }
.pub-ads__note { margin-top: clamp(1.6rem, 3.4vh, 2.2rem); font-size: .88rem; line-height: 1.6;
  color: rgba(242,238,230,.6); max-width: 66ch; }

/* ---- the magazine, the foundation element ------------------------------- */
.pub-ways { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.1rem, 2.2vw, 1.7rem);
  margin-top: clamp(2.4rem, 5vh, 3.4rem); }
.way { border-top: 2px solid var(--granite); padding-top: 1rem; }
.way__k { font-family: var(--font-display); font-weight: 700; font-size: .7rem;
  text-transform: uppercase; letter-spacing: .16em; color: var(--gold-deep); }
.way__h { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  margin: .5rem 0 .45rem; color: var(--granite); }
.way__p { font-size: .93rem; line-height: 1.65; color: var(--slate); }
.way__limit { display: inline-block; margin-top: .7rem; font-family: var(--font-display); font-weight: 700;
  font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-deep);
  border: 1px solid rgba(140,94,31,.45); border-radius: 999px; padding: .22rem .7rem; }

/* ---- what this is not ---------------------------------------------------- */
.pub-isnt { list-style: none; margin: clamp(2.2rem, 4.5vh, 3rem) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.4vw, 2rem); }
.pub-isnt li { padding-top: 1.1rem; border-top: 1px solid var(--hairline-dark); }
.pub-isnt b { display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.02rem, 1.7vw, 1.2rem); color: var(--bone); margin-bottom: .5rem; }
.pub-isnt p { font-size: .94rem; line-height: 1.68; color: rgba(242,238,230,.74); }

/* ---- CTA microcopy ------------------------------------------------------- */
.pub-micro { margin-top: 1.1rem; font-size: .88rem; line-height: 1.6; color: rgba(242,238,230,.72); }
.pub-sec--bone .pub-micro { color: var(--slate); }

/* ---- responsive ---------------------------------------------------------- */
@media (max-width: 980px) {
  .pub-cols, .pub-titles, .pub-three, .pub-cov, .pub-ways, .pub-isnt,
  .pub-platform__stats { grid-template-columns: repeat(2, 1fr); }
  .pub-excl { grid-template-columns: 1fr; }
  .pub-ads { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .pub-cols, .pub-titles, .pub-pair, .pub-three, .pub-ledger, .pub-cov,
  .pub-ways, .pub-isnt, .pub-ads, .pub-platform__stats { grid-template-columns: 1fr; }
  .pub-titles li { border-top: 1px solid var(--hairline-dark); }
}
@media (prefers-reduced-motion: reduce) {
  .pub-ad__frame img { transition: none; }
  .pub-ad:hover .pub-ad__frame img { transform: none; }
}

/* ---- imagery pass (2026-08) ------------------------------------------- */
.coverwall {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: clamp(0.8rem, 2vw, 1.3rem); margin-top: clamp(1.8rem, 4vh, 2.6rem);
}
.coverwall__item { margin: 0; }
.coverwall__item img {
  width: 100%; height: auto; aspect-ratio: 340 / 440; object-fit: cover;
  display: block; border-radius: 4px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.4);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.coverwall__item:hover img { transform: translateY(-4px); }
.coverwall__item figcaption {
  margin-top: 0.5rem; text-align: center;
  font-family: var(--font-display); font-weight: 600; font-size: 0.72rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(242, 238, 230, 0.6);
}
.coverwall__note {
  margin-top: 1.1rem; font-family: var(--font-serif); font-style: italic;
  font-size: 0.92rem; color: rgba(242, 238, 230, 0.55);
}
/* pub-fig + pub-duo live on BONE (light) sections; style for light by default
   and override on the dark wrappers, so captions are never invisible. */
.pub-fig { margin: clamp(1.8rem, 4vh, 2.6rem) 0 0; }
.pub-fig img {
  width: 100%; height: auto; display: block; border-radius: 6px;
  border: 1px solid rgba(34, 38, 45, 0.12);
  box-shadow: 0 10px 40px rgba(34, 38, 45, 0.18);
}
.pub-fig__cap {
  margin-top: 0.7rem; font-family: var(--font-serif); font-style: italic;
  font-size: 0.9rem; color: rgba(34, 38, 45, 0.62);
}
.pub-sec--granite .pub-fig__cap, .pub-sec--deep .pub-fig__cap { color: rgba(242, 238, 230, 0.55); }
.pub-sec--granite .pub-fig img, .pub-sec--deep .pub-fig img { border-color: rgba(242, 238, 230, 0.1); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35); }
.pub-duo {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1rem, 2.5vw, 1.6rem); margin: clamp(1.6rem, 4vh, 2.4rem) 0;
}
.pub-duo__item { margin: 0; }
.pub-duo__item img {
  width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover;
  display: block; border-radius: 6px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.35);
}
.pub-duo__item figcaption {
  margin-top: 0.6rem; font-family: var(--font-serif); font-style: italic;
  font-size: 0.88rem; color: rgba(34, 38, 45, 0.62);
}
.pub-sec--granite .pub-duo__item figcaption, .pub-sec--deep .pub-duo__item figcaption { color: rgba(242, 238, 230, 0.55); }
