/* ============================================================
   Newsroom — "The Archive Times"
   A broadsheet-front-page take on the site's look: the masthead,
   double rules, column dividers, drop cap, and clipping cards all
   borrow from newspaper typography, set in the site's own cream /
   orange palette and type. Chrome (header/footer) comes from
   styles.css; everything below is scoped with an nr- prefix.
   ============================================================ */

body.newsroom-page {
  background-color: #eadfcb;
}

.newsroom-page .desktop-view-wrapper,
.newsroom-page .mobile-view-wrapper {
  min-height: 0;
}

.newsroom-page .navigation-tab p[data-nav-link] {
  cursor: pointer;
}

/* ------------------------------------------------------------
   Masthead
   ------------------------------------------------------------ */
.nr-masthead {
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px 24px 0;
  text-align: center;
}

.nr-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #57503f;
  border-bottom: 1px solid #57503f;
  padding: 7px 4px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #57503f;
}

.nr-title {
  font-family: "Cause", "Jersey 25", sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 1;
  color: #000;
  margin: 26px 0 18px;
}

.nr-title .nr-title-accent {
  color: #f35933;
}

/* thick-thin newspaper rule under the title */
.nr-rules {
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
  height: 4px;
}

.nr-sub {
  font-family: "Hammersmith One", sans-serif;
  font-size: clamp(15px, 1.8vw, 19px);
  color: #57503f;
  margin: 16px 0 0;
}

/* ------------------------------------------------------------
   Latest releases — featured article (+ older ones at the side)
   ------------------------------------------------------------ */
.nr-front {
  max-width: 1120px;
  margin: 40px auto 0;
  padding: 0 24px;
  position: relative;
}

/* newspaper section header: label between rules */
.nr-section-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.nr-section-head::before,
.nr-section-head::after {
  content: "";
  flex: 1;
  border-top: 1px solid #57503f;
}

.nr-section-head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #17130d;
  margin: 0;
  white-space: nowrap;
}

/* two-column article grid: featured story + "previously" rail.
   Add/remove the --solo modifier as the archive grows:
   with it, the featured card takes the full width (current state,
   only one release published). */
.nr-articles {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  align-items: start;
}

.nr-articles--solo {
  grid-template-columns: 1fr;
}

/* ---- featured release card ---- */
.nr-featured {
  display: grid;
  grid-template-columns: 380px 1fr;
  text-decoration: none;
  background: #f8f2e4;
  border: 1px solid #d9cdb2;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nr-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.nr-featured .nr-stamp {
  position: absolute;
  top: -26px;
  right: 34px;
  width: 92px;
  transform: rotate(7deg);
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

/* thumbnail slot. Currently a designed report cover built from site
   assets — replace the whole .nr-cover with a plain
   <img class="nr-thumb-img" src="..."> once a real thumbnail exists. */
.nr-featured-thumb {
  margin: 0;
  background: #f35933;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 30px;
  border-right: 1px solid #d9cdb2;
}

.nr-thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nr-cover {
  background: #fdfbf5;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 3 / 4;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  transform: rotate(-2deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 20px;
  border: 1px solid #e2d8c2;
}

.nr-cover img {
  width: 44%;
  height: auto;
}

.nr-cover-title {
  font-family: "Cause", "Jersey 25", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.05;
  color: #17130d;
  text-align: center;
}

.nr-cover-sub {
  font-family: "Poppins", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f35933;
  border-top: 1px solid #d9cdb2;
  padding-top: 10px;
}

.nr-featured-body {
  padding: 34px 38px 30px;
  display: flex;
  flex-direction: column;
}

.nr-kicker {
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f35933;
  margin: 0 0 12px;
}

.nr-headline {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.14;
  color: #17130d;
  margin: 0 0 14px;
}

.nr-excerpt {
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  line-height: 1.7;
  color: #57503f;
  margin: 0 0 20px;
}

.nr-read {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #f35933;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nr-featured:hover .nr-read {
  text-decoration: underline;
}

/* ---- "previously" rail (older releases) ---- */
.nr-prev-title {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f8f2e4;
  background: #17130d;
  display: inline-block;
  padding: 5px 12px;
  margin: 0 0 18px;
}

.nr-prev-card {
  display: block;
  text-decoration: none;
  background: #f8f2e4;
  border: 1px solid #d9cdb2;
  padding: 16px 18px;
  margin-bottom: 14px;
  transition: transform 0.15s ease;
}

.nr-prev-card:hover {
  transform: translateY(-2px);
}

.nr-prev-date {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8271;
}

.nr-prev-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.3;
  color: #17130d;
  margin: 6px 0 0;
}

/* classified-style "more coming" strip */
.nr-coming-soon {
  border: 2px dashed #b7ab8d;
  padding: 16px 18px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a8271;
}

.nr-articles--solo .nr-coming-soon {
  margin-top: 26px;
}

/* ------------------------------------------------------------
   Social strip — clippings pinned onto the orange band
   ------------------------------------------------------------ */
.nr-feed {
  position: relative;
  background: #f35933;
  margin-top: 64px;
  padding: 60px 24px 170px;
  text-align: center;
}

.nr-feed-title {
  font-family: "Cause", "Jersey 25", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 42px);
  color: #fff;
  margin: 0 0 12px;
}

.nr-feed-sub {
  font-family: "Hammersmith One", sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

/* the embedded feed straddles the orange/cream boundary,
   framed like a front-page photo plate */
.nr-feed-embed {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: -120px auto 0;
  padding: 0 24px;
}

.nr-embed-frame {
  background: #fdfbf5;
  border: 4px double #17130d;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  padding: 14px;
}

.nr-embed-frame iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: none;
  background: #fff;
}

.nr-embed-caption {
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #8a8271;
  padding-top: 10px;
}

/* small social pills under the embed */
.nr-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.nr-social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #17130d;
  background: #fdfbf5;
  border: 1px solid #d9cdb2;
  border-radius: 999px;
  padding: 9px 18px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.nr-social-pill:hover {
  transform: translateY(-2px);
  border-color: #f35933;
  color: #f35933;
}

/* ------------------------------------------------------------
   Media enquiries — classified-ad box
   ------------------------------------------------------------ */
.nr-enquiries {
  max-width: 760px;
  margin: 56px auto 0;
  padding: 0 24px;
}

.nr-enquiries-box {
  border: 4px double #17130d;
  background: #f8f2e4;
  padding: 30px 34px;
  text-align: center;
}

.nr-enquiries-box h2 {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #17130d;
  margin: 0 0 10px;
}

.nr-enquiries-box p {
  font-family: "Hammersmith One", sans-serif;
  font-size: 16px;
  color: #57503f;
  margin: 0 0 20px;
}

.nr-mail-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #f35933;
  border: none;
  border-radius: 10px;
  padding: 13px 24px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(243, 89, 51, 0.4);
  transition: background 0.15s ease, transform 0.15s ease;
}

.nr-mail-btn:hover {
  background: #d94a29;
  transform: translateY(-1px);
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */
@media (max-width: 900px) {
  .nr-articles {
    grid-template-columns: 1fr;
  }

  .nr-featured {
    grid-template-columns: 1fr;
  }

  .nr-featured-thumb {
    border-right: none;
    border-bottom: 1px solid #d9cdb2;
    padding: 30px 24px;
  }
}

@media (max-width: 767px) {
  .nr-masthead {
    padding-top: 32px;
  }

  .nr-topline {
    font-size: 9.5px;
    letter-spacing: 0.08em;
  }

  .nr-topline span:nth-child(2) {
    display: none; /* keep the dateline to two items on small screens */
  }

  .nr-featured-body {
    padding: 24px 20px 22px;
  }

  .nr-featured .nr-stamp {
    width: 68px;
    right: 16px;
    top: -20px;
  }

  .nr-feed {
    margin-top: 48px;
    padding-bottom: 150px;
  }

  .nr-feed-embed {
    margin-top: -110px;
    padding: 0 16px;
  }

  .nr-embed-frame iframe {
    height: 540px;
  }

  .nr-enquiries-box {
    padding: 24px 18px;
  }
}
