/*
 * Inner pages: posts, pages, archives, search and 404.
 *
 * Loaded only when ! is_front_page(). The one-pager never renders long-form
 * body copy, headings or lists, so none of this belongs in style.css.
 */

.ls-page {
  background: #000;
  color: #fff;
  min-height: 100svh;
  /* Clear the fixed header. */
  padding: 120px 6vw 96px;
}

.ls-page-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ls-page-narrow {
  max-width: 760px;
}

/* ===== HEADINGS ===== */
.ls-page-header {
  margin-bottom: 48px;
}

.ls-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 14px;
}

.ls-eyebrow a {
  color: inherit;
  text-decoration: none;
}

.ls-eyebrow a:hover {
  color: #fff;
}

.ls-page-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.ls-group-title {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 20px;
}

/* ===== BODY COPY ===== */
.ls-article-body {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}

.ls-article-body p {
  margin: 0 0 1.3em;
}

.ls-article-body h2,
.ls-article-body h3,
.ls-article-body h4 {
  font-family: 'Instrument Sans', sans-serif;
  color: #fff;
  line-height: 1.25;
  margin: 2em 0 0.6em;
}

.ls-article-body h2 { font-size: 26px; }
.ls-article-body h3 { font-size: 21px; }
.ls-article-body h4 { font-size: 18px; }

.ls-article-body a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.ls-article-body a:hover { opacity: 0.6; }

.ls-article-body ul,
.ls-article-body ol {
  margin: 0 0 1.3em;
  padding-left: 1.3em;
}

.ls-article-body li { margin-bottom: 0.4em; }

.ls-article-body img,
.ls-article-media img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ls-article-media {
  margin: 0 0 40px;
}

.ls-quote {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.4;
  color: #fff;
  margin: 0 0 40px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

/* ===== CARDS ===== */
.ls-post-list {
  display: grid;
  gap: 40px;
}

.ls-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ls-card:last-child { border-bottom: none; }

.ls-card-media img {
  width: 100%;
  height: auto;
  display: block;
}

.ls-card-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}

.ls-card-title a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.ls-card-title a:hover { opacity: 0.6; }

.ls-card-meta {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 12px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ls-card-excerpt {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.ls-card-excerpt p { margin: 0; }

/* ===== SEARCH RESULTS ===== */
.ls-result {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ls-result-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}

.ls-result-title a {
  color: #fff;
  text-decoration: none;
}

.ls-result-title a:hover { text-decoration: underline; }

/* ===== EVENTS ===== */
.ls-event-group { margin-bottom: 64px; }

.ls-event-list {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.ls-event-row {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.ls-event-date,
.ls-event-time,
.ls-event-venue {
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 500;
}

.ls-event-name a {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  font-size: 15px;
  text-decoration: none;
}

.ls-event-name a:hover { color: #fff; }

.ls-event-tickets a {
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  padding: 8px 18px;
  text-decoration: none;
  white-space: nowrap;
}

.ls-event-tickets a:hover { background: rgba(255, 255, 255, 0.12); }

.ls-event-list-past { opacity: 0.55; }

.ls-event-details {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px 24px;
  margin: 0 0 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.ls-event-details dt {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.ls-event-details dd {
  margin: 0;
  font-size: 17px;
}

.ls-cta a {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
}

.ls-cta a:hover { opacity: 0.85; }

/* ===== SEARCH FORM ===== */
.ls-search-form {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  max-width: 460px;
}

.ls-search-field {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 12px 20px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
}

.ls-search-field::placeholder { color: rgba(255, 255, 255, 0.4); }
.ls-search-field:focus { outline: none; border-color: #fff; }

.ls-search-submit {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.ls-search-submit:hover { opacity: 0.85; }

/* ===== NAVIGATION / PAGINATION ===== */
.pagination,
.post-navigation {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pagination .nav-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.pagination a,
.pagination .current,
.post-navigation a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}

.pagination .current { opacity: 0.5; }
.pagination a:hover { text-decoration: underline; }

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.ls-nav-label {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}

.ls-404-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.ls-404-links a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 4px;
}

.ls-404-links a:hover { border-color: #fff; }

.ls-empty {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.7;
}

.ls-empty a { color: #fff; }

/* WordPress requires this class to exist for accessible labels. */
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .ls-page { padding: 96px 20px 64px; }

  .ls-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ls-card-media img { max-width: 260px; }

  .ls-event-row { gap: 12px 24px; }

  .ls-event-tickets a { margin-left: 0; }

  .ls-event-details { grid-template-columns: 1fr; gap: 4px 0; }

  .ls-event-details dd { margin-bottom: 14px; }
}
