/* =========================================================================
   REDE — Subpages (extends home.css · MONOLOG-DNA)
   Loaded after home.css — relies on its tokens and shared components.
   ========================================================================= */

/* ---- Page hero (compact) ---- */
.p-hero {
  padding: clamp(8rem, 16vw, 12rem) 0 0;
}
.p-hero__label {
  display: block;
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}
.p-hero__title {
  font-family: var(--f-disp);
  font-size: clamp(2.8rem, 9.5vw, 9.5rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--bone);
}
.p-hero__title em {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 350;
  text-transform: none;
  letter-spacing: -0.01em;
}
.p-hero__sub {
  margin-top: clamp(1.75rem, 4vw, 3rem);
  max-width: 52ch;
  font-size: clamp(0.98rem, 1.5vw, 1.15rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--bone-dim);
}
.p-hero__sub strong { color: var(--bone); font-weight: 600; }
.p-hero .strip { margin-top: clamp(2.5rem, 6vw, 4.5rem); border-top: 0; border-bottom: 1px solid var(--hair); padding: 1rem 0; }

/* ---- Section rhythm ---- */
.sec { padding: clamp(4rem, 9vw, 8rem) 0; }
.sec--tight { padding: clamp(3rem, 6vw, 5rem) 0; }

.sec__head {
  font-size: clamp(1.7rem, 3.6vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  max-width: 24ch;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.sec__head em { font-family: var(--f-serif); font-style: italic; font-weight: 350; }
.sec__intro {
  margin-top: 1.25rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--bone-dim);
  max-width: 52ch;
}

/* ---- Engagement plates ---- */
.plates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px dotted var(--hair-dot);
  border-left: 1px dotted var(--hair-dot);
  margin-top: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 860px) { .plates { grid-template-columns: 1fr; } }
.plate {
  border-right: 1px dotted var(--hair-dot);
  border-bottom: 1px dotted var(--hair-dot);
  padding: clamp(1.75rem, 3vw, 2.75rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: background 0.3s ease;
}
.plate:hover { background: rgba(232,229,220,0.03); }
.plate__num {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-dim);
}
.plate__name {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.plate__body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--bone-dim);
  flex: 1;
}
.plate__meta {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
}

/* ---- Not-list ---- */
.notlist {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(2rem, 4vw, 4rem);
  margin-top: clamp(2rem, 4vw, 3rem);
  max-width: 900px;
}
@media (max-width: 640px) { .notlist { grid-template-columns: 1fr; } }
.notlist li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.9rem 0;
  border-bottom: 1px dotted var(--hair-dot);
  font-size: 1rem;
  font-weight: 500;
  color: var(--bone-dim);
}
.notlist li::before {
  content: "✕";
  font-family: var(--f-mono);
  font-size: 0.7rem;
  color: var(--clay);
}

/* ---- Work grid (light chapter) ---- */
.wgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3.5vw, 3.5rem) clamp(1.5rem, 3vw, 3rem);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
@media (max-width: 760px) { .wgrid { grid-template-columns: 1fr; } }
.place { margin: 0; }
.place__media {
  aspect-ratio: 16 / 11;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.place:hover .place__media { transform: scale(0.985); }
.place__cap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding-top: 0.9rem;
}
.place__name {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.place__tag {
  font-family: var(--f-mono);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(18,17,16,0.5);
  white-space: nowrap;
}
.place--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: rgba(18,17,16,0.05);
}
.place--text p {
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 18ch;
}
.place--text em { font-family: var(--f-serif); font-style: italic; font-weight: 350; }
.place__more {
  font-weight: 500;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}
.place__more:hover { color: var(--clay-deep); }

/* ---- Team ---- */
.team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
@media (max-width: 960px) { .team { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .team { grid-template-columns: 1fr; } }
.tm__photo {
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center top;
  filter: grayscale(0.35) contrast(1.02);
  transition: filter 0.4s ease;
}
.tm:hover .tm__photo { filter: grayscale(0) contrast(1); }
.tm__name {
  display: block;
  margin-top: 1.1rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.tm__role {
  display: block;
  margin-top: 0.3rem;
  font-family: var(--f-mono);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
}
.tm__bio {
  margin-top: 0.8rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--bone-dim);
}

/* ---- Beliefs / prose ---- */
.prose {
  margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
  max-width: 62ch;
  display: grid;
  gap: 1.4rem;
}
.prose p { font-size: clamp(1rem, 1.4vw, 1.1rem); line-height: 1.7; color: var(--bone-dim); }
.prose strong, .prose em { color: var(--bone); }
.prose em { font-family: var(--f-serif); font-style: italic; font-weight: 350; }

/* ---- Journal list ---- */
.jlist { margin-top: clamp(2rem, 4vw, 3rem); }
.jrow {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: baseline;
  padding: clamp(1.4rem, 3vw, 2.2rem) 0;
  border-top: 1px dotted var(--hair-dot);
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.jlist .jrow:last-of-type { border-bottom: 1px dotted var(--hair-dot); }
@media (max-width: 640px) { .jrow { grid-template-columns: 1fr; gap: 0.5rem; } }
a.jrow:hover { color: var(--clay); padding-left: 0.4rem; }
.jrow__date {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-dim);
}
.jrow__title {
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.jrow__title em { font-family: var(--f-serif); font-style: italic; font-weight: 350; }
.jrow__tag {
  font-family: var(--f-mono);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-dim);
  border: 1px solid var(--hair-dot);
  padding: 0.25rem 0.55rem;
  white-space: nowrap;
}
.jrow--soon { opacity: 0.45; }

.jnote {
  margin-top: clamp(2rem, 4vw, 3rem);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--bone-dim);
  max-width: 52ch;
}
.jnote a { text-decoration: underline; text-underline-offset: 3px; }
.jnote a:hover { color: var(--clay); }
.jnote em { font-family: var(--f-serif); font-style: italic; color: var(--bone); }

/* ---- Visioning Hour (contact) ---- */
.vh {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  margin-top: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 860px) { .vh { grid-template-columns: 1fr; } }
.vh__step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: clamp(1rem, 2.5vw, 2rem);
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  border-top: 1px dotted var(--hair-dot);
  align-items: start;
}
.vh__step:first-of-type { border-top: 0; }
@media (max-width: 520px) { .vh__step { grid-template-columns: 1fr; gap: 0.5rem; } }
.vh__no {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone-dim);
  padding-top: 0.35rem;
}
.vh__name {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.vh__body {
  margin-top: 0.55rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--bone-dim);
  max-width: 48ch;
}

.card {
  position: sticky;
  top: 6rem;
  background: var(--blk-soft);
  border: 1px solid var(--hair);
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
@media (max-width: 860px) { .card { position: static; } }
.card h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}
.card h3 em { font-family: var(--f-serif); font-style: italic; font-weight: 350; }
.card ul {
  list-style: none;
  margin-top: 1.5rem;
  display: grid;
  gap: 0.6rem;
  font-size: 1rem;
  font-weight: 500;
}
.card ul a:hover { color: var(--clay); }
.card__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
  background: var(--bone);
  color: var(--blk);
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.65rem 1.1rem;
  transition: transform 0.2s ease;
}
.card__btn:hover { transform: translateY(-1px); }
.card__meta {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px dotted var(--hair-dot);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--bone-dim);
}

/* ---- Full-bleed interlude image ---- */
.plate-img {
  position: relative;
  height: clamp(320px, 55vh, 560px);
  overflow: hidden;
}
.plate-img__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(0.5) brightness(0.6);
}
.plate-img__cap {
  position: absolute;
  left: var(--gut); right: var(--gut); bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  color: var(--bone);
}
.plate-img__cap p {
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  font-weight: 500;
  max-width: 40ch;
}
.plate-img__cap .counter { color: var(--bone-dim); }

/* ---- 404 ---- */
.nf {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.5rem;
  padding: 6rem var(--gut) 4rem;
}
.nf__code {
  font-family: var(--f-disp);
  font-size: clamp(6rem, 22vw, 18rem);
  line-height: 0.9;
  color: var(--bone);
}
.nf p { color: var(--bone-dim); max-width: 36ch; font-weight: 500; }
.nf a.card__btn { margin-top: 0.5rem; }
