/* Rico Holt home — PDF target layout. Load AFTER style.css */
body.page-home {
  background: #1A1A1A;
  color: #C9C4BE;
}

body.page-home .street-band {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
  background: #1A1A1A;
}

body.page-home .street-band img {
  display: block;
  width: 100%;
  height: clamp(200px, 28vw, 320px);
  object-fit: cover;
  object-position: center 42%;
  border: 0;
}

body.page-home .wordmark-bar {
  background: #F5F2EE;
  padding: 1.25rem 2rem;
  text-align: center;
  border-bottom: 1px solid #e4dfd8;
}

body.page-home .wordmark-bar__mark {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #1A1A1A;
  text-decoration: none;
}

body.page-home nav {
  position: static !important;
  background: #1A1A1A;
  border-bottom: 1px solid #2C2C2C;
  padding: 0;
}

body.page-home .nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.95rem 2rem;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

body.page-home .nav-logo {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F5F2EE;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

body.page-home .nav-logo span { color: #B87A3B; }

body.page-home .nav-links {
  display: flex !important;
  list-style: none;
  gap: 1.35rem;
  margin: 0;
  padding: 0;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body.page-home .nav-links a {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C9C4BE;
  text-decoration: none;
}

body.page-home .nav-links a:hover { color: #F5F2EE; }

body.page-home .nav-cta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: #8A5A26;
  color: #F5F2EE !important;
  border: 1px solid #8A5A26;
  padding: 0.65rem 0.95rem;
  text-decoration: none;
  white-space: nowrap;
}

body.page-home .nav-cta:hover {
  background: #B87A3B;
  border-color: #B87A3B;
  color: #1A1A1A !important;
}

body.page-home .home-hero {
  background: #1A1A1A;
  padding: 0;
  border-bottom: 1px solid #2C2C2C;
}

body.page-home .home-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4.75rem 2rem 3.75rem;
}

body.page-home .hero-eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8C8680;
  margin-bottom: 1.25rem;
}

body.page-home .home-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(2.8rem, 9vw, 6.2rem);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F5F2EE;
  margin: 0 0 1.5rem;
}

body.page-home .hero-rule {
  width: 72px;
  height: 2px;
  background: #B87A3B;
  margin: 0 0 1.5rem;
}

body.page-home .hero-text {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #C9C4BE;
  max-width: 620px;
  margin-bottom: 2rem;
}

body.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}

body.page-home .btn {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.85rem 1.35rem;
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
}

body.page-home .btn-cream {
  background: #F5F2EE;
  color: #1A1A1A;
  border-color: #F5F2EE;
}

body.page-home .btn-cream:hover {
  background: #fff;
  color: #1A1A1A;
}

body.page-home .btn-outline {
  background: transparent;
  color: #F5F2EE;
  border-color: #5A5A5A;
}

body.page-home .btn-outline:hover {
  border-color: #F5F2EE;
  color: #F5F2EE;
}

body.page-home .home-hero__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8C8680;
  line-height: 1.5;
  border-top: 1px solid #2C2C2C;
  padding-top: 1.5rem;
}

body.page-home .home-section {
  padding: 4.5rem 0;
  background: #1A1A1A;
}

body.page-home .section-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B87A3B;
  margin-bottom: 0.75rem;
}

body.page-home .home-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.35rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #F5F2EE;
  font-weight: 600;
  margin: 0;
}

body.page-home .home-section__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: start;
}

body.page-home .home-section__body p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #C9C4BE;
  margin-bottom: 1.1rem;
}

body.page-home .home-section__body p:last-child { margin-bottom: 0; }

body.page-home .home-section__head { margin-bottom: 2.5rem; }

body.page-home .home-section__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

body.page-home .home-all-writing {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B87A3B;
}

body.page-home .divider {
  height: 1px;
  background: #2C2C2C;
  border: 0;
  margin: 0;
}

body.page-home .room-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #2C2C2C;
}

body.page-home .room-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem 2.25rem;
  text-decoration: none;
  min-height: 320px;
}

body.page-home .room-card--quiet {
  background: #F5F2EE;
  border-right: 1px solid #e4dfd8;
}

body.page-home .room-card--systems {
  background: #2C2C2C;
  border-left: 3px solid #B87A3B;
}

body.page-home .room-card__eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
}

body.page-home .room-card--quiet .room-card__eyebrow { color: #8A5A26; }
body.page-home .room-card--systems .room-card__eyebrow { color: #B87A3B; }

body.page-home .room-card__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

body.page-home .room-card--quiet .room-card__title { color: #1A1A1A; }
body.page-home .room-card--systems .room-card__title { color: #F5F2EE; }

body.page-home .room-card__dek {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1rem;
  line-height: 1.7;
  flex: 1;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

body.page-home .room-card--quiet .room-card__dek { color: #5A5A5A; }
body.page-home .room-card--systems .room-card__dek { color: #C9C4BE; }

body.page-home .room-card__cta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: auto;
}

body.page-home .room-card--quiet .room-card__cta { color: #8A5A26; }
body.page-home .room-card--systems .room-card__cta { color: #B87A3B; }

body.page-home .writing-room-split {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

body.page-home .writing-room-split__fig {
  margin: 0;
}

body.page-home .writing-room-split__fig img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

body.page-home .writing-room-split__fig figcaption {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8C8680;
  margin-top: 0.85rem;
}

body.page-home .writing-room-split__copy p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #C9C4BE;
  margin-bottom: 1.1rem;
}

body.page-home .latest-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

body.page-home .latest-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #2C2C2C;
  padding: 2.35rem 2.15rem;
  text-decoration: none;
  min-height: 280px;
  border: 1px solid transparent;
}

body.page-home .latest-card:hover { border-color: #B87A3B; }

body.page-home .latest-card__lane {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B87A3B;
  margin: 0;
}

body.page-home .latest-card__title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.25;
  color: #F5F2EE;
  margin: 0;
}

body.page-home .latest-card__dek {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #8C8680;
  flex: 1;
  margin: 0;
}

body.page-home .latest-card__meta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8C8680;
  margin: 0;
}

body.page-home .home-quote {
  background: #F5F2EE;
  padding: 4.5rem 0;
}

body.page-home .home-quote blockquote {
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

body.page-home .home-quote blockquote p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-style: italic;
  line-height: 1.45;
  color: #1A1A1A;
  margin-bottom: 1.75rem;
}

body.page-home .home-quote .quote-rule {
  width: 48px;
  height: 2px;
  background: #B87A3B;
  margin: 0 auto 1.25rem;
}

body.page-home .home-quote cite {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #1A1A1A;
}

body.page-home .soft-tip-bar {
  background: #F5F2EE;
  border-top: 1px solid #e4dfd8;
}

body.page-home .soft-tip-bar__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.35rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

body.page-home .soft-tip-bar__eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8A5A26;
  margin-bottom: 0.55rem;
}

body.page-home .soft-tip-bar__title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.35rem;
  color: #1A1A1A;
  margin-bottom: 0.25rem;
}

body.page-home .soft-tip-bar__dek {
  font-size: 0.98rem;
  color: #5A5A5A;
  margin: 0;
}

body.page-home .btn-tip {
  background: #8A5A26;
  color: #F5F2EE !important;
  border: 1px solid #8A5A26;
  white-space: nowrap;
}

body.page-home .btn-tip:hover {
  background: #B87A3B;
  border-color: #B87A3B;
  color: #1A1A1A !important;
}

body.page-home footer {
  background: #1A1A1A;
  border-top: 1px solid #2C2C2C;
  padding: 2.5rem 0;
}

body.page-home .footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

body.page-home .footer-logo {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #F5F2EE;
  margin-bottom: 0.35rem;
}

body.page-home .footer-tagline {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8C8680;
}

body.page-home .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.page-home .footer-links a {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C9C4BE;
}

@media (max-width: 900px) {
  body.page-home .home-hero__meta {
    grid-template-columns: 1fr 1fr;
  }
  body.page-home .home-section__grid,
  body.page-home .room-cards,
  body.page-home .writing-room-split,
  body.page-home .latest-cards {
    grid-template-columns: 1fr;
  }
  body.page-home .room-card--quiet {
    border-right: none;
    border-bottom: 1px solid #e4dfd8;
  }
  body.page-home .room-card--systems {
    border-left: none;
    border-top: 3px solid #B87A3B;
  }
}

@media (max-width: 768px) {
  body.page-home .nav-links {
    display: none !important;
  }
  body.page-home .nav-inner {
    justify-content: space-between;
  }
  body.page-home .soft-tip-bar__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ─── Writing feed (infinite) ───────────────────────────────────────────── */
body.page-writing .writing-filters {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0 0 2.5rem;
}
body.page-writing .filter-btn {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.65rem 0.95rem;
  border: 1px solid #5A5A5A;
  color: #8C8680;
  background: transparent;
  cursor: pointer;
}
body.page-writing .filter-btn:hover,
body.page-writing .filter-btn.active {
  border-color: #B87A3B;
  color: #F5F2EE;
  background: #2C2C2C;
}
body.page-writing .writing-feed {
  display: grid;
  gap: 1.25rem;
}
body.page-writing .feed-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: start;
  background: #2C2C2C;
  padding: 2rem 2.15rem;
  text-decoration: none;
  border: 1px solid transparent;
  color: inherit;
}
body.page-writing .feed-card:hover {
  border-color: #B87A3B;
}
body.page-writing .feed-card__lane {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B87A3B;
  margin: 0 0 0.75rem;
}
body.page-writing .feed-card__title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
  color: #F5F2EE;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 0.75rem;
}
body.page-writing .feed-card__dek {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #8C8680;
  margin: 0;
}
body.page-writing .feed-card__meta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8C8680;
  white-space: nowrap;
  padding-top: 0.35rem;
}
body.page-writing .feed-sentinel {
  height: 1px;
  margin: 2rem 0;
}
body.page-writing .feed-status {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8C8680;
  text-align: center;
  padding: 1.5rem 0 0;
}
@media (max-width: 700px) {
  body.page-writing .feed-card {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
}


/* ─── Publication IA shelves / series (20260911a) ─────────────────────── */
body.page-writing .shelf-tabs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}
body.page-writing .feed-card__shelf {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8C8680;
  margin: -0.35rem 0 0.7rem;
}
body.page-writing .series-chip {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1A1A1A;
  background: #F5F2EE;
  border: 1px solid #e4dfd8;
  padding: 0.35rem 0.65rem;
  margin: 0 0 0.85rem;
}
body.page-writing .series-strip__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: #2C2C2C;
  border: 1px solid #3a3a3a;
  padding: 1.15rem 1.35rem;
  margin: 0 0 0.85rem;
}
body.page-writing .series-strip__meta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8C8680;
  margin: 0;
}
body.page-writing .series-list {
  margin-top: 0.5rem;
}
body.page-writing .filter-btn:focus-visible {
  outline: 2px solid #B87A3B;
  outline-offset: 2px;
}

/* === P0 dynamic read-next / room-nav (20260911b) === */
.read-next {
  background: #2C2C2C;
  padding: 4rem 0;
  margin-top: 3rem;
  color: #FFFFFF;
}
.read-next h3 {
  color: #FFFFFF;
  font-size: 1.6rem;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}
.read-next .amber-rule {
  width: 60px;
  height: 3px;
  background: #B87A3B;
  margin: 0 0 2rem;
  border: 0;
}
.read-next .container {
  margin: 0 auto;
  padding: 0 2rem;
}
.read-next-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}
.read-next-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease;
}
.read-next-card:hover { border-top-color: #B87A3B; }
.read-next-eyebrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #B87A3B;
  margin: 0 0 0.5rem;
  font-weight: 700;
}
.read-next-title {
  font-size: 1.15rem;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.read-next-card:hover .read-next-title { color: #B87A3B; }
.read-next-hook {
  color: #8C8680;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}
.room-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 0 0 2.25rem;
}
.room-nav__link {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease;
}
.room-nav__link:hover { border-top-color: #B87A3B; }
.room-nav__link--empty { border-top-color: transparent; pointer-events: none; }
.room-nav__next { text-align: right; }
.room-nav__label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B87A3B;
  margin: 0 0 0.4rem;
  font-weight: 700;
}
.room-nav__title {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  color: #FFFFFF;
  font-weight: 600;
}
.room-nav__link:hover .room-nav__title { color: #B87A3B; }
.essay-series-strip {
  background: #1A1A1A;
  border: 1px solid #3a3a3a;
  padding: 1rem 1.15rem;
  margin: 0 0 1.75rem;
}
.essay-series-strip__meta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8C8680;
  margin: 0 0 0.65rem;
}
.essay-series-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
}
.essay-series-strip__links a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #B87A3B;
  font-size: 0.95rem;
}
.essay-series-strip__links a:hover { color: #B87A3B; }
@media (max-width: 640px) {
  .read-next-grid { grid-template-columns: 1fr; }
  .room-nav { grid-template-columns: 1fr; }
  .room-nav__next { text-align: left; }
}
