.voices-page,
.voices-page .site-header,
.voices-page .main-navigation,
.voices-page .voices-hero,
.voices-page .voices-entries,
.voices-page .voices-compass-link,
.voices-page .voices-contact,
.voices-page .site-footer {
  background: #f0eadd;
}

.voices-reading { max-width: 760px; }
.voices-hero { padding: 88px 0 76px; border-bottom: 1px solid #d8d0c2; }
.voices-hero h1 { margin-bottom: 24px; }
.section-marker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: #5c1721;
  font-size: 15px;
  font-weight: 700;
}
.section-marker::before { width: 34px; height: 2px; background: #5c1721; content: ""; flex: 0 0 auto; }
.voices-compass-link { padding: 68px 0; border-bottom: 1px solid #d8d0c2; }
.voices-compass-link h2,
.voices-contact h2 { font-size: clamp(30px, 3.2vw, 40px); line-height: 1.55; }
.voices-entries { padding: 0 0 72px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.voice-entry {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(380px, 1.1fr);
  gap: 48px;
  align-items: start;
  padding: 56px 0 64px;
  border-bottom: 1px solid #d8d0c2;
}
.voice-entry:first-child { padding-top: 64px; border-top: 2px solid #5c1721; }
.voice-entry__media { margin: 0; }
.voice-entry__media img { display: block; width: 100%; height: auto; border: 1px solid #d8d0c2; }
.voice-entry__content section + section { margin-top: 36px; padding-top: 30px; border-top: 1px solid #d8d0c2; }
.voice-entry__content h3 { margin-bottom: 12px; color: #5c1721; font-family: "Shippori Mincho", "Yu Mincho", serif; font-size: 23px; line-height: 1.5; }
.voice-entry__content p { max-width: 600px; margin: 0; }
.voices-action { margin-top: 24px; }
.voices-action a { font-weight: 700; }
.voices-contact { border-bottom-color: #d8d0c2; }
.voices-page .site-header,
.voices-page .main-navigation,
.voices-page .main-navigation li + li,
.voices-page .site-footer { border-color: #d8d0c2; }
.voices-page input,
.voices-page select,
.voices-page textarea { background: #fff; }

@media (max-width: 820px) {
  .voice-entry { grid-template-columns: 1fr; gap: 32px; }
  .voice-entry__media { max-width: 620px; }
}

@media (max-width: 640px) {
  .voices-hero { padding: 64px 0 56px; }
  .voices-compass-link { padding: 52px 0; }
  .voices-entries { padding-bottom: 52px; }
  .voice-entry { gap: 26px; padding: 42px 0 48px; }
  .voice-entry:first-child { padding-top: 48px; }
  .voice-entry__content section + section { margin-top: 28px; padding-top: 24px; }
  .voice-entry__content h3 { font-size: 21px; }
}
