/* ============================================================
   Visit Monterrey — Field Guide
   Editorial / luxury-traveler. Sans-serif throughout.
   ============================================================ */

:root {
  --bg:           #f6f3ec;
  --bg-warm:      #efeadf;
  --ink:          #14110d;
  --ink-soft:     #4d4641;
  --ink-faint:    #877f74;
  --rule:         #d6cfc2;
  --rule-soft:    #e6e0d3;
  --accent:       #a64f33;
  --white:        #ffffff;

  --max:          1320px;
  --gutter:       clamp(1.25rem, 3.5vw, 3rem);

  --f-display:    "Manrope", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --f-body:       "Manrope", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }

p { margin: 0 0 1.1em; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.eyebrow--light { color: rgba(255, 255, 255, 0.78); }

.display {
  font-family: var(--f-display);
  font-weight: 200;
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0;
  color: var(--ink);
}
.display span { display: block; }
.display--soft { color: var(--ink-soft); }
.display--white { color: var(--white); }

.heading {
  font-family: var(--f-display);
  font-weight: 200;
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0 0 0.9em;
  color: var(--ink);
}
.heading--center { text-align: center; }

.sub {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  margin: 0 0 0.55em;
  color: var(--ink);
}

.standfirst {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.55;
  font-weight: 300;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 0 2.5rem;
}
.standfirst--center { margin-left: auto; margin-right: auto; text-align: center; }

.lede {
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.6;
  color: var(--ink);
  max-width: 62ch;
}

/* ============================================================
   NAV
   ============================================================ */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem var(--gutter);
  background: transparent;
  border-bottom: 1px solid transparent;
  color: var(--white);
  transition: background-color 0.4s ease, border-color 0.4s ease, padding 0.3s ease;
}
.nav--solid {
  background: rgba(246, 243, 236, 0.86);
  backdrop-filter: saturate(150%) blur(16px);
  -webkit-backdrop-filter: saturate(150%) blur(16px);
  border-bottom-color: var(--rule-soft);
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--ink);
}

.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: inherit;
}
.brand__mark {
  width: 32px; height: 16px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.95);
  transition: color 0.4s ease;
}
.nav--solid .brand__mark { color: var(--accent); }
.brand__mark svg { width: 100%; height: 100%; }
.brand__word {
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav__links { display: flex; gap: 1.8rem; }
.nav__links a {
  font-size: 0.84rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.86);
  transition: color 0.25s ease;
}
.nav__links a:hover { color: var(--white); }
.nav--solid .nav__links a { color: var(--ink-soft); }
.nav--solid .nav__links a:hover { color: var(--ink); }

.nav__meta {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: color 0.4s ease;
}
.nav--solid .nav__meta { color: var(--ink-faint); }

@media (max-width: 880px) {
  .nav__links { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 6rem var(--gutter) 3rem;
  overflow: hidden;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(20, 17, 13, 0.18) 0%, rgba(20, 17, 13, 0.05) 30%, rgba(20, 17, 13, 0.55) 100%);
}

.hero__copy {
  position: relative;
  max-width: 920px;
  color: var(--white);
}
.hero .eyebrow { color: rgba(255, 255, 255, 0.82); margin-bottom: 1.6rem; }
.hero .display { color: var(--white); margin-bottom: 1.8rem; }
.hero .display--soft { color: rgba(255, 255, 255, 0.7); font-style: normal; }

.hero__deck {
  max-width: 56ch;
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2.4rem;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  transition: gap 0.25s, border-color 0.25s;
}
.hero__cta:hover { gap: 1.2rem; border-color: var(--white); color: var(--white); }
.hero__cta i { font-style: normal; }

.hero__index {
  position: absolute;
  right: var(--gutter);
  bottom: 3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: right;
}
.hero__index span:nth-child(odd) { color: rgba(255, 255, 255, 0.55); }

@media (max-width: 880px) {
  .hero__index { display: none; }
}

/* ============================================================
   DISPATCH
   ============================================================ */

.dispatch {
  padding: clamp(5rem, 9vw, 9rem) var(--gutter);
  background: var(--bg);
}
.dispatch__rule {
  width: 60px;
  height: 1px;
  background: var(--accent);
  margin: 0 auto 3rem;
}
.dispatch__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.dispatch .eyebrow { margin-bottom: 2.4rem; }
.dispatch .lede { text-align: left; margin: 0 auto 1.6rem; }
.dispatch .lede:last-of-type { margin-bottom: 3.5rem; }

.dispatch__facts {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  border-top: 1px solid var(--rule);
  padding-top: 2.5rem;
}
.dispatch__facts li {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: left;
}
.fact__num {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.02em;
  color: var(--ink);
}
.fact__label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
@media (max-width: 720px) {
  .dispatch__facts { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   CHAPTER (split / stacked)
   ============================================================ */

.chapter {
  padding: clamp(5rem, 8vw, 8rem) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}

.chapter--split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}
.chapter--reverse .chapter__media { order: 2; }
.chapter--reverse .chapter__text { order: 1; }

.chapter__media {
  margin: 0;
  position: relative;
}
.chapter__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.chapter__media figcaption,
.chapter__accent figcaption {
  margin-top: 0.9rem;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
  text-transform: none;
}

.chapter__text .eyebrow { margin-bottom: 1.8rem; }
.chapter__text p {
  max-width: 52ch;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.62;
}

.chapter__notes {
  margin: 2.4rem 0 0;
  padding-top: 1.6rem;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 0.7rem 1.4rem;
  max-width: 52ch;
}
.chapter__notes dt {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding-top: 0.15rem;
}
.chapter__notes dd {
  margin: 0;
  font-size: 0.94rem;
  color: var(--ink);
  line-height: 1.55;
}

.chapter--stacked {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  max-width: var(--max);
}
.chapter__text--wide { max-width: 100%; }
.chapter__text--wide .standfirst { max-width: 70ch; }

.chapter__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem clamp(2rem, 4vw, 4rem);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--rule);
}
.chapter__columns article p {
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.chapter__accent {
  margin: 0;
  max-width: 100%;
}
.chapter__accent img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 880px) {
  .chapter--split { grid-template-columns: 1fr; }
  .chapter--reverse .chapter__media { order: 0; }
  .chapter--reverse .chapter__text { order: 0; }
  .chapter__media img { aspect-ratio: 4 / 3; }
  .chapter__notes { grid-template-columns: 1fr; gap: 0.3rem; }
  .chapter__notes dd { margin-bottom: 0.8rem; }
  .chapter__columns { grid-template-columns: 1fr; }
}

/* ============================================================
   FULL-BLEED IMAGE SECTIONS
   ============================================================ */

.full {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 5rem var(--gutter);
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
}
.full--tall { min-height: 92vh; }
.full--closer { min-height: 70vh; }

.full__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
}
.full__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.full::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 17, 13, 0.45) 0%, rgba(20, 17, 13, 0.25) 50%, rgba(20, 17, 13, 0.7) 100%);
}

.full__overlay {
  max-width: 760px;
}
.full__overlay--bottom {
  position: absolute;
  bottom: clamp(3rem, 6vw, 5rem);
  left: var(--gutter);
  right: var(--gutter);
  max-width: 760px;
}
.full__overlay--center {
  margin: 0 auto;
  text-align: center;
  max-width: 720px;
}
.full__overlay .eyebrow { margin-bottom: 1.6rem; }
.full__deck {
  margin-top: 1.6rem;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  max-width: 60ch;
}

.closer {
  font-family: var(--f-display);
  font-weight: 200;
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  line-height: 1.25;
  letter-spacing: -0.018em;
  color: var(--white);
  margin: 0;
}
.closer__sub {
  display: block;
  margin-top: 1.2rem;
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0;
}

/* ============================================================
   TABLE (restaurants)
   ============================================================ */

.table {
  padding: clamp(5rem, 8vw, 8rem) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}
.table__head {
  text-align: center;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.table__head .eyebrow { margin-bottom: 1.6rem; }

.table__intro {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.table__intro figure { margin: 0; }
.table__intro figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.table__intro figcaption {
  margin-top: 0.9rem;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
}
.table__intro__copy .eyebrow { margin-bottom: 1.8rem; }
.table__intro__copy .heading { text-align: left; margin-bottom: 1.6rem; }
.table__intro__copy .standfirst { text-align: left; margin: 0; max-width: 52ch; }

@media (max-width: 880px) {
  .table__intro { grid-template-columns: 1fr; }
}

.chapter__diptych {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2vw, 1.6rem);
  margin: 0;
}
.chapter__diptych figure { margin: 0; }
.chapter__diptych img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.chapter__diptych figcaption {
  margin-top: 0.7rem;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
}
@media (max-width: 720px) {
  .chapter__diptych { grid-template-columns: 1fr; }
}

.table__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.restaurant {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.4rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--rule);
}
.restaurant:nth-child(odd) { padding-right: clamp(1rem, 3vw, 3rem); border-right: 1px solid var(--rule); }
.restaurant:nth-child(even) { padding-left: clamp(1rem, 3vw, 3rem); }

.restaurant__num {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: var(--accent);
  padding-top: 0.3rem;
}
.restaurant__body h3 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  margin: 0 0 0.2rem;
  color: var(--ink);
}
.restaurant__where {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin: 0 0 0.9rem;
}
.restaurant__body p:not(.restaurant__where) {
  font-size: 0.96rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 880px) {
  .table__list { grid-template-columns: 1fr; }
  .restaurant:nth-child(odd),
  .restaurant:nth-child(even) {
    padding-left: 0; padding-right: 0;
    border-right: 0;
  }
}

/* ============================================================
   ASIDE / PULL
   ============================================================ */

.aside {
  padding: clamp(5rem, 8vw, 7rem) var(--gutter);
  background: var(--bg-warm);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.aside__inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.aside .eyebrow { margin-bottom: 1.8rem; }
.pull {
  font-family: var(--f-display);
  font-weight: 200;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.3;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0;
}
.pull em { font-style: italic; color: var(--accent); font-weight: 300; }

/* ============================================================
   ITINERARY
   ============================================================ */

.itinerary {
  padding: clamp(5rem, 8vw, 8rem) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}
.itinerary__head {
  text-align: center;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.itinerary__head .eyebrow { margin-bottom: 1.6rem; }

.itinerary__days {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.itinerary__days > li {
  padding: 2.4rem clamp(1.2rem, 2.4vw, 2rem);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.itinerary__days > li:last-child { border-right: 0; }

.itinerary__days header { margin-bottom: 2rem; }
.day__num {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.itinerary__days header h3 {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: -0.015em;
  margin: 0.5rem 0 0;
  color: var(--ink);
}

.itinerary__days ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.itinerary__days ul li {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 0.8rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--rule-soft);
  font-size: 0.93rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.itinerary__days ul li:first-child { border-top: 0; padding-top: 0; }
.time {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-faint);
  padding-top: 0.18rem;
}

@media (max-width: 880px) {
  .itinerary__days { grid-template-columns: 1fr; }
  .itinerary__days > li { border-right: 0; }
}

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  padding: clamp(4rem, 7vw, 6rem) var(--gutter) 2.5rem;
}
.footer__top {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  max-width: var(--max);
  margin: 0 auto;
}
.footer__brand .brand__mark { color: var(--accent); }
.footer__word {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  margin: 0.8rem 0 0.6rem;
}
.footer__tag {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
  max-width: 32ch;
  margin: 0;
}

.footer__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem clamp(2rem, 5vw, 5rem);
}
.footer__col { display: flex; flex-direction: column; gap: 0.55rem; }
.footer__label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.5rem;
}
.footer__col a {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s;
}
.footer__col a:hover { color: var(--white); }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2.5rem;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
  max-width: var(--max);
  margin: 0 auto;
}
.footer__coords {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 880px) {
  .footer__top { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   FINER DETAILS
   ============================================================ */

::selection { background: var(--accent); color: var(--white); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
}

/* ============================================================
   ARTICLE PAGES & FIELD NOTES INDEX
   ============================================================ */

/* --- Field Notes index (on home page) --- */

.field-notes {
  padding: clamp(5rem, 8vw, 8rem) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}
.field-notes__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--rule);
}
.field-notes__head .eyebrow { margin-bottom: 1.1rem; }
.field-notes__head .heading { margin: 0; }
.field-notes__head__deck {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 60ch;
  margin: 0;
}
@media (max-width: 880px) {
  .field-notes__head { grid-template-columns: 1fr; }
}

.field-notes__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 3vw, 3rem) clamp(1.4rem, 2.2vw, 2.2rem);
}
@media (max-width: 980px) { .field-notes__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .field-notes__grid { grid-template-columns: 1fr; } }

.note-card { display: flex; flex-direction: column; color: inherit; }
.note-card__media {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.note-card__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.note-card:hover .note-card__media img { transform: scale(1.03); }
.note-card__num {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
}
.note-card__title {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(1.2rem, 1.55vw, 1.42rem);
  letter-spacing: -0.012em;
  line-height: 1.22;
  color: var(--ink);
  margin: 0 0 0.55rem;
  min-height: 2.5em;
}
.note-card__deck {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- Article hero --- */

.article-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  padding: 5rem var(--gutter) 3.5rem;
  overflow: hidden;
  isolation: isolate;
}
.article-hero__media { position: absolute; inset: 0; z-index: -2; }
.article-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.article-hero::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,17,13,0.22) 0%, rgba(20,17,13,0.05) 35%, rgba(20,17,13,0.65) 100%);
}
.article-hero__copy { color: var(--white); max-width: 900px; }
.article-hero .eyebrow { color: rgba(255,255,255,0.82); margin-bottom: 1.6rem; }
.article-hero__title {
  font-family: var(--f-display);
  font-weight: 200;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.028em;
  color: var(--white);
  margin: 0 0 1.4rem;
  max-width: 20ch;
}
.article-hero__deck {
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255,255,255,0.88);
  max-width: 58ch;
  margin: 0 0 1.6rem;
}
.article-hero__meta {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* --- Article body --- */

.article-body {
  padding: clamp(3.5rem, 6vw, 6rem) var(--gutter) clamp(3rem, 5vw, 4.5rem);
  max-width: 720px;
  margin: 0 auto;
}
.article-body > p,
.article-body > ul,
.article-body > ol {
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 1.35em;
}
.article-body > p:first-of-type::first-letter {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 4em;
  float: left;
  line-height: 0.88;
  margin: 0.1em 0.1em -0.05em 0;
  color: var(--accent);
}
.article-body h2 {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin: 2.2em 0 0.7em;
  padding-top: 1.4em;
  border-top: 1px solid var(--rule);
  color: var(--ink);
}
.article-body h3 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 1.8em 0 0.6em;
  color: var(--ink);
}
.article-body strong { font-weight: 500; color: var(--ink); }
.article-body em { font-style: italic; }

.article-body > ul,
.article-body > ol {
  list-style: none;
  padding-left: 0;
}
.article-body > ul > li,
.article-body > ol > li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.95em;
  line-height: 1.62;
}
.article-body > ul > li::before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.78em;
  width: 8px;
  height: 1px;
  background: var(--accent);
}
.article-body > ol { counter-reset: art-list; }
.article-body > ol > li::before {
  counter-increment: art-list;
  content: counter(art-list, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 0.78em;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-weight: 500;
}
.article-body > ul > li strong:first-child,
.article-body > ol > li strong:first-child {
  color: var(--ink);
  font-weight: 500;
}

.article-body blockquote {
  margin: 2.4rem 0;
  padding: 1.6rem 0 1.6rem 1.6rem;
  border-left: 2px solid var(--accent);
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.35;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.article-body blockquote p { font-size: inherit; margin: 0; line-height: inherit; }
.article-body blockquote p:first-of-type::first-letter { all: unset; }

.article-body a { color: var(--accent); border-bottom: 1px solid currentColor; padding-bottom: 1px; transition: background 0.2s; }
.article-body a:hover { background: rgba(166, 79, 51, 0.08); color: var(--accent); }

.article-body hr {
  border: 0;
  height: 1px;
  background: var(--rule);
  margin: 2.8rem auto;
  width: 80px;
}

/* Callout box — network cross-link */
.callout {
  margin: 2.4rem 0;
  padding: 1.5rem 0 1.5rem 1.6rem;
  border-left: 2px solid var(--accent);
  background: transparent;
  font-size: 0.97rem;
  line-height: 1.6;
}
.callout__label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.55rem;
  display: block;
  font-weight: 500;
}
.callout strong { font-weight: 500; }
.callout p { margin: 0; font-size: inherit; line-height: inherit; color: var(--ink-soft); }
.callout p::first-letter { all: unset; }
.callout a { color: var(--ink); border-bottom: 1px solid var(--accent); padding-bottom: 0; background: transparent; }
.callout a:hover { color: var(--accent); background: transparent; }

/* Related articles + network grid (end of article) */
.related {
  padding: clamp(4rem, 7vw, 7rem) var(--gutter);
  background: var(--bg-warm);
  border-top: 1px solid var(--rule);
}
.related__head { text-align: center; margin-bottom: clamp(2.5rem, 4vw, 4rem); max-width: var(--max); margin-left: auto; margin-right: auto; }
.related__head .eyebrow { margin-bottom: 1rem; }
.related__head h2 { font-family: var(--f-display); font-weight: 300; font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin: 0; color: var(--ink); }
.related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem 1.8rem;
  max-width: var(--max);
  margin: 0 auto;
}
@media (max-width: 880px) { .related__grid { grid-template-columns: 1fr; } }

.network-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--rule);
}
.network-link {
  display: block;
  padding: 1.6rem 1.4rem;
  border-bottom: 1px solid var(--rule);
  color: inherit;
  transition: background 0.2s;
}
.network-link:nth-child(odd) { border-right: 1px solid var(--rule); }
.network-link:hover { background: rgba(166,79,51,0.04); color: inherit; }
.network-link__label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 0.4rem;
}
.network-link__name {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 0.3rem;
}
.network-link__url {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
  word-break: break-all;
}
.network-link__desc {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0.4rem 0 0;
}
@media (max-width: 720px) {
  .network-grid { grid-template-columns: 1fr; }
  .network-link:nth-child(odd) { border-right: 0; }
}

/* Back-to-guide link */
.article-back {
  padding: 2rem var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}
.article-back a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  transition: gap 0.25s;
}
.article-back a:hover { gap: 1.2rem; color: var(--accent); }

/* Article images inline */
.article-figure {
  margin: 2.6rem 0;
}
.article-figure img { width: 100%; height: auto; }
.article-figure figcaption {
  margin-top: 0.8rem;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
}

/* Article body grid layout — wider variant */
.article-body--wide { max-width: 1080px; }

