/* =============================================
   ORLÉ — BLOG (LETTERS FROM ORLÉ)
   Built on the redesign tokens (--hp-maroon /
   --hp-blue / --hp-pink / --hp-cream / --hp-navy
   and --hp-cursive). Same visual chrome as the
   homepage and diagnostic page — section spacing,
   pill cards, soft drop-shadows, italic emphasis.
   ============================================= */

/* ---- Cancel the global p { max-width: 600px } from style.css
       so blog sections can flow at full container width. ---- */
.bl-hero p,
.bl-featured p,
.bl-author p,
.bl-archive p,
.bl-newsletter p {
  max-width: none;
}


/* =============================================
   SECTION 1 · HERO
   Cream background, centered editorial headline.
   Cursive sign-off underneath signals who is
   speaking — "this is from a person, not a desk."
   ============================================= */
.bl-hero {
  position: relative;
  background: var(--hp-cream);
  padding: calc(16px + 62px + 4rem) clamp(1.25rem, 4vw, 4rem) clamp(3rem, 5vw, 5rem);
  overflow: hidden;
  text-align: center;
}

.bl-hero-inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.bl-hero-tag {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hp-maroon);
  margin: 0;
}

.bl-hero-heading {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(2.25rem, 6vw, 5rem);
  color: var(--hp-navy);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0;
}
.bl-hero-heading span { display: block; }
.bl-hero-heading em {
  font-style: italic;
  font-weight: 550;
  background-image: linear-gradient(var(--hp-blue), var(--hp-blue));
  background-repeat: no-repeat;
  background-size: 100% 0.42em;
  background-position: 0 78%;
  padding: 0 0.12em;
}

.bl-hero-eyebrow {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: 300;
  color: var(--hp-navy);
  letter-spacing: -0.02em;
  line-height: 1.6;
  max-width: 640px;
  margin: 0;
}

.bl-hero-greeting {
  font-family: var(--hp-cursive);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  color: var(--hp-maroon);
  line-height: 1;
  margin: 0.25rem 0 0;
}

.bl-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0.9rem;
  margin-top: 0.5rem;
}
.bl-hero-meta-item {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-maroon);
}
.bl-hero-meta-dot {
  color: var(--hp-maroon);
  opacity: 0.6;
  font-size: 0.7rem;
}


/* =============================================
   SECTION 2 · FEATURED LETTER (CARD)
   Maroon section, blue-on-maroon headline,
   cream card with photo + excerpt — same chrome
   pattern as hp-problem-card / bd-deliv-card.
   ============================================= */
.bl-featured {
  background: var(--hp-maroon);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
  text-align: center;
}
.bl-featured-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bl-featured-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto 2.25rem;
  max-width: 720px;
  text-align: center;
}
.bl-featured-heading {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 3rem);
  color: var(--hp-blue);
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin: 0;
}
.bl-featured-heading em {
  font-style: italic;
  font-weight: 550;
}

.bl-featured-card {
  background: var(--hp-cream);
  border: 4px solid var(--hp-blue);
  border-radius: 24px;
  box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.bl-featured-content {
  padding: clamp(1.75rem, 3.5vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
}

.bl-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-maroon);
  margin: 0;
}
.bl-card-cat { font-weight: 550; }
.bl-card-dot { opacity: 0.55; font-size: 0.65rem; }
.bl-card-date,
.bl-card-read {
  font-weight: 400;
  letter-spacing: 0.16em;
  color: var(--hp-navy);
  opacity: 0.75;
}

.bl-featured-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  color: var(--hp-navy);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0;
}
.bl-featured-title em {
  font-style: italic;
  font-weight: 500;
}
.bl-featured-title a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--hp-blue), var(--hp-blue));
  background-repeat: no-repeat;
  background-size: 0% 0.18em;
  background-position: 0 92%;
  transition: background-size 0.3s ease;
  padding: 0 0.05em;
}
.bl-featured-title a:hover { background-size: 100% 0.18em; }

/* "Dear founder," handwritten dek inside the card */
.bl-featured-dek {
  font-family: var(--hp-cursive);
  font-weight: 400;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  color: var(--hp-maroon);
  line-height: 1;
  margin: 0.25rem 0 0.25rem;
}

.bl-featured-excerpt {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  color: var(--hp-navy);
  letter-spacing: -0.02em;
  line-height: 1.7;
  margin: 0;
}
.bl-featured-excerpt em {
  font-style: italic;
  font-weight: 500;
  color: var(--hp-maroon);
}

.bl-featured-link {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-maroon);
  text-decoration: none;
  align-self: flex-start;
  border-bottom: 1.5px solid var(--hp-maroon);
  padding-bottom: 0.35rem;
  margin-top: 0.4rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.bl-featured-link:hover {
  color: var(--hp-navy);
  border-color: var(--hp-navy);
}


/* =============================================
   SECTION 3 · ABOUT THE AUTHOR
   Cream section, two columns: portrait on the left,
   short bio + signature on the right. Same image
   chrome (4px blue border, soft drop shadow) as the
   featured letter card so the page reads as a set.
   ============================================= */
.bl-author {
  background: var(--hp-cream);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
}
.bl-author-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.bl-author-photo {
  position: relative;
  border: 4px solid var(--hp-blue);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.22);
  aspect-ratio: 4 / 5;
  background: var(--hp-navy);
}
.bl-author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Small ✦ stamp in the top-right corner of the photo */
.bl-author-stamp {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  font-family: var(--font-body);
  color: var(--hp-cream);
  font-size: 1.1rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.bl-author-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bl-author-heading {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  color: var(--hp-navy);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0.25rem 0 0.25rem;
}
.bl-author-heading em {
  font-style: italic;
  font-weight: 550;
}

.bl-author-bio {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  color: var(--hp-navy);
  letter-spacing: -0.02em;
  line-height: 1.7;
}
.bl-author-bio strong {
  font-weight: 600;
  color: var(--hp-maroon);
}

.bl-author-signoff {
  font-family: var(--hp-cursive);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--hp-maroon);
  margin: 0.25rem 0 0;
  line-height: 1;
}

.bl-author-link {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-maroon);
  text-decoration: none;
  align-self: flex-start;
  border-bottom: 1.5px solid var(--hp-maroon);
  padding-bottom: 0.35rem;
  margin-top: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.bl-author-link:hover {
  color: var(--hp-navy);
  border-color: var(--hp-navy);
}


/* =============================================
   SECTION 4 · EARLIER LETTERS
   Vertical list. Hairline rules between entries.
   Stacked month/year date stamp on the left,
   excerpt + categories in the middle, slide arrow.
   ============================================= */
.bl-archive {
  background: var(--hp-pink);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 3rem);
}
.bl-archive-inner {
  max-width: 960px;
  margin: 0 auto;
}

.bl-archive-head {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
  max-width: 720px;
}

.bl-archive-heading {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  color: var(--hp-navy);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0;
}
.bl-archive-heading em {
  font-style: italic;
  font-weight: 550;
}
.bl-archive-sub {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--hp-navy);
  letter-spacing: -0.01em;
  margin: 0;
  opacity: 0.75;
}

/* List ----------------------------------------------- */
.bl-letter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(100, 10, 34, 0.22);
}
.bl-list-item {
  border-bottom: 1px solid rgba(100, 10, 34, 0.22);
}

.bl-list-link {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 28px;
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: start;
  padding: 1.75rem 0.25rem;
  color: inherit;
  text-decoration: none;
  transition: background 0.2s ease, padding 0.2s ease;
}
.bl-list-link:hover {
  background: rgba(247, 246, 238, 0.55);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.bl-list-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--font-body);
  margin: 0;
  padding-top: 0.35rem;
  color: var(--hp-maroon);
}
.bl-list-month {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--font-heading);
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1;
}
.bl-list-year {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 0.3rem;
  opacity: 0.8;
}

.bl-list-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bl-list-no {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hp-navy);
  opacity: 0.55;
  margin: 0;
}
.bl-list-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  color: var(--hp-navy);
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0;
}
.bl-list-title em {
  font-style: italic;
  font-weight: 500;
  background-image: linear-gradient(var(--hp-blue), var(--hp-blue));
  background-repeat: no-repeat;
  background-size: 0% 0.32em;
  background-position: 0 84%;
  padding: 0 0.06em;
  transition: background-size 0.3s ease;
}
.bl-list-link:hover .bl-list-title em {
  background-size: 100% 0.32em;
}
.bl-list-excerpt {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--hp-navy);
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin: 0;
  opacity: 0.85;
}
.bl-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.35rem 0 0;
}
/* Quiet outlined category tag, used inside list-meta */
.bl-cat {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-maroon);
  background: transparent;
  border: 1px solid var(--hp-maroon);
  border-radius: 100px;
  padding: 0.3rem 0.7rem;
  line-height: 1;
}

.bl-list-arrow {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--hp-maroon);
  align-self: center;
  transition: transform 0.25s ease;
}
.bl-list-link:hover .bl-list-arrow {
  transform: translateX(4px);
}

.bl-archive-note {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--hp-navy);
  text-align: center;
  margin: 2.5rem auto 0;
  max-width: 540px;
  opacity: 0.85;
}


/* =============================================
   SECTION 5 · NEWSLETTER (P.S.)
   Maroon block with cursive accent. Same chrome
   as the homepage CTAs and bd-finalcta — only the
   form is custom.
   ============================================= */
.bl-newsletter {
  background: var(--hp-maroon);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
  text-align: center;
}
.bl-newsletter-inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.bl-newsletter-heading {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 3rem);
  color: var(--hp-blue);
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin: 0.5rem 0 0.5rem;
}
.bl-newsletter-heading em {
  font-style: italic;
  font-weight: 550;
}

.bl-newsletter-sub {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--hp-cream);
  letter-spacing: -0.02em;
  line-height: 1.6;
  margin: 0 0 1.25rem;
  max-width: 540px;
}

.bl-newsletter-form {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bl-newsletter-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 550;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hp-blue);
  align-self: flex-start;
}
.bl-newsletter-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
.bl-newsletter-input {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  color: var(--hp-navy);
  background: var(--hp-cream);
  border: 2px solid var(--hp-blue);
  border-radius: 100px;
  padding: 0.75rem 1.2rem;
  outline: none;
}
.bl-newsletter-input::placeholder { color: rgba(38, 24, 52, 0.45); }
.bl-newsletter-input:focus { border-color: var(--hp-pink); }

.bl-newsletter-btn {
  flex: 0 0 auto;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 550;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--hp-maroon);
  background: var(--hp-blue);
  border: 2px solid var(--hp-blue);
  border-radius: 100px;
  padding: 0.75rem 1.6rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.bl-newsletter-btn:hover {
  transform: translateY(-1px);
  background: var(--hp-pink);
  border-color: var(--hp-pink);
  color: var(--hp-maroon);
}

.bl-newsletter-cursive {
  font-family: var(--hp-cursive);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--hp-blue);
  margin: 0.75rem 0 0;
  line-height: 1.1;
}


/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 980px) {
  .bl-author-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .bl-author-photo {
    max-width: 360px;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
  }
  .bl-author-content {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .bl-hero {
    padding-top: calc(16px + 62px + 2rem);
  }
  .bl-list-link {
    grid-template-columns: 70px minmax(0, 1fr) 22px;
    gap: 1rem;
    padding: 1.4rem 0.25rem;
  }
  .bl-list-month { font-size: 1.15rem; }
  .bl-list-arrow { font-size: 1.1rem; }
  .bl-newsletter-row {
    flex-direction: column;
  }
  .bl-newsletter-btn {
    width: 100%;
  }
  .bl-hero-meta {
    gap: 0.4rem 0.7rem;
  }
}
