/* /assets/css/reads.css
   Reads page stylesheet
   Cleaned 2026-06-29

   Requires:
   - body class="reads-modern"
   - css/main.css loaded before this file

   Purpose:
   - Modern reads page hero
   - Reading panel
   - Reads side cards / ads
   - Mobile width fixes
*/

/* ==================================================
   1) READS PAGE BASE
   ================================================== */

body.reads-modern {
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(250, 204, 21, 0.18), transparent 28%),
    linear-gradient(135deg, #f8ffff 0%, #eef8ff 45%, #fff7ed 100%);
}


.reading {
	font-family: Georgia;
	font-weight: 600;
	color: red;	
	background-color: lavender;
	padding: 10px;
}



.reads-modern a,
.reads-modern .btn {
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

.reads-modern main,
.reads-hero,
.reads-shell,
.reads-list-card,
.reads-side-card {
  max-width: 100%;
}

/* ==================================================
   2) HERO
   ================================================== */

.reads-hero {
  max-width: 1180px;
  width: min(1180px, calc(100% - 2rem));
  margin: 2rem auto;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.reads-hero-copy {
  height: 100%;
  padding: clamp(1.5rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reads-kicker {
  display: inline-block;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff7cc;
  color: #713f12;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reads-title {
  margin: 0;
  color: #111827;
  font-family: 'Times New Roman', Times, Georgia, serif ;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-shadow: 2px 3px 2px #ADAAAA;
  overflow-wrap: normal;
  word-break: normal;
}

.reads-title span {
  display: inline-block;
  color: #dc2626;
}

.reads-lead {
  max-width: 620px;
  margin-top: 1.5rem;
  color: #111827;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
}

.reads-note {
  display: inline-block;
  width: fit-content;
  margin-top: 0.5rem;
  padding: 0.55rem 0.85rem;
  border: 3px solid #111827;
  border-radius: 0.75rem;
  background: #facc15;
  color: #dc2626;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 #111827;
  transform: rotate(-1deg);
}

.reads-hero-image {
  height: 100%;
  min-height: 360px;
  background: #111827;
}

.reads-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

/* ==================================================
   3) READS CONTENT SHELL
   ================================================== */

.reads-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 2rem 1rem;
  overflow-x: hidden;
}

.reads-shell > .row {
  margin-left: 0;
  margin-right: 0;
}

.reads-list-card,
.reads-side-card {
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.reads-list-card {
  padding: 1.5rem;
}

.reads-side-card {
  padding: 1rem;
  text-align: center;
}

/* ==================================================
   4) READS LIST HEADING
   ================================================== */

.reads-list-heading {
  margin-bottom: 1.5rem;
}

.reads-list-heading span,
.reads-side-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #fee2e2;
  color: #dc2626;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reads-list-heading h2 {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #111827;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: none;
}

/* ==================================================
   5) FETCHED READS PANEL
   ================================================== */

.reads-list {
  text-align: left;
}

.reads-list,
.reads-list * {
  max-width: 100%;
}

.reads-list img,
.reads-list iframe,
.reads-list table {
  max-width: 100%;
}

.reads-list img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.reads-list table {
  width: 100%;
  display: block;
  overflow-x: auto;
}

.reads-list a {  
  font-family: Georgia, Arial, Helvetica, sans-serif !important;
  color: #111827;
  font-weight: 600;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.reads-list a:hover,
.reads-list a:focus {
  color: #dc2626;
  text-decoration: none;
}

/* Optional: makes fetched old list items/cards less ugly */
.reads-list ul {
  padding-left: 1.25rem;
}


.reads-list li {
  font-weight: 650;
  line-height: 1.6;
}

/* ==================================================
   6) ADS
   ================================================== */

.reads-ad-slot {
  border: 1px solid rgba(15, 23, 42, 0.14);
  overflow: hidden;
}

.reads-side-card.sticky-lg-top {
  top: 5rem;
}

/* ==================================================
   7) RESPONSIVE
   ================================================== */

@media (max-width: 767.98px) {
  .reads-hero {
    width: calc(100% - 1rem);
    margin: 1rem auto;
    border-radius: 1.25rem;
  }

  .reads-hero-copy {
    padding: 1.25rem;
  }

  .reads-title {
    font-size: clamp(2.4rem, 13vw, 4rem);
    letter-spacing: -0.045em;
  }

  .reads-lead,
  .reads-note {
    max-width: 100%;
  }

  .reads-note {
    display: block;
    width: 100%;
  }

  .reads-hero-image,
  .reads-hero-image img {
    min-height: 260px;
  }

  .reads-shell {
    padding: 1rem;
  }

  .reads-list-card {
    padding: 1rem;
  }

  .reads-list-heading h2 {
    font-size: clamp(1.7rem, 10vw, 2.5rem);
  }
}

@media (min-width: 768px) {
  .reads-shell {
    padding: 2rem 1rem;
  }
}

@media (min-width: 992px) {
  .reads-hero {
    width: min(1180px, calc(100% - 2rem));
  }
}