.blog-hero { position: relative; min-height: 520px; height: min(680px, calc(100svh - 74px)); display: flex; align-items: end; overflow: hidden; background: url("assets/images/hero-cinema.webp") center 58% / cover no-repeat; color: var(--white); }
.blog-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 10, 12, 0.14), rgba(4, 10, 12, 0.8)); }
.blog-hero-copy { position: relative; z-index: 1; padding-block: 80px; }
.blog-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 66px; font-weight: 500; line-height: 1; }
.blog-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 22px 0 30px; color: rgba(255, 255, 255, 0.84); font-size: 18px; line-height: 1.7; }
.blog-featured, .blog-archive, .related-stories { padding-block: 88px; }
.blog-section-heading, .blog-archive-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr); gap: 64px; align-items: end; margin-bottom: 38px; }
.blog-section-heading h2, .blog-archive-heading h2, .blog-paths h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 43px; font-weight: 500; line-height: 1.1; }
.blog-section-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.featured-story { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr); min-height: 540px; background: #e9efee; }
.featured-story-media { min-height: 540px; overflow: hidden; }
.featured-story-media img { width: 100%; height: 100%; object-fit: cover; }
.featured-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 70px); }
.featured-story-copy > p:first-child, .blog-card-copy > p:first-child, .related-story-grid article > p { margin: 0 0 14px; color: var(--amber-dark); font-size: 11px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.featured-story-copy h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 40px; line-height: 1.08; }
.featured-story-copy > p:nth-of-type(2) { margin: 20px 0; color: var(--muted); line-height: 1.75; }
.featured-story-copy > div, .blog-card-copy > div { display: flex; gap: 18px; color: var(--muted); font-size: 11px; }
.featured-story-copy .button { align-self: flex-start; margin-top: 28px; }
.blog-archive { background: var(--paper); }
.blog-archive-heading { grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr); }
.blog-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; border-bottom: 1px solid var(--line); }
.blog-filters button { min-height: 44px; padding: 0 12px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 12px; font-weight: 750; }
.blog-filters button.is-active { border-bottom-color: var(--amber-dark); color: var(--ink); }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 24px; }
.blog-card { min-width: 0; }
.blog-card-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #e2e7e5; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.blog-card-create .blog-card-media { background: #e7ecea; }
.blog-card-create .blog-card-media img { object-fit: contain; padding: 7%; }
.blog-card:hover .blog-card-media img { transform: scale(1.025); }
.blog-card-copy { padding: 22px 4px 0; }
.blog-card-copy h3 { max-width: 620px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1.14; }
.blog-card-copy > p:nth-of-type(2) { max-width: 640px; margin: 14px 0; color: var(--muted); line-height: 1.7; }
.blog-read-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--ocean); font-size: 13px; font-weight: 800; }
.blog-read-link svg { width: 16px; }
.blog-empty { min-height: 240px; display: grid; place-items: center; align-content: center; gap: 10px; color: var(--muted); }
.blog-empty[hidden] { display: none; }
.blog-empty svg { width: 32px; }
.blog-paths { padding-block: 84px; background: var(--white); }
.blog-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.blog-path-grid > a { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.blog-path-grid > a > svg { width: 23px; color: var(--ocean-bright); }
.blog-path-grid span { display: grid; gap: 4px; }
.blog-path-grid small { color: var(--muted); }

.article-header { padding-top: 62px; background: var(--white); }
.article-heading { max-width: 980px; padding-bottom: 50px; }
.article-back { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 34px; color: var(--ocean); font-size: 13px; font-weight: 800; }
.article-back svg { width: 17px; }
.article-heading h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 58px; font-weight: 500; line-height: 1.04; }
.article-deck { max-width: 760px; margin: 24px 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.article-meta { display: flex; gap: 18px; color: var(--muted); font-size: 12px; }
.article-hero-media { width: min(calc(100% - 40px), 1440px); height: min(680px, 66vw); min-height: 420px; margin-inline: auto; overflow: hidden; background: var(--paper); }
.article-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.article-category-create .article-hero-media { background: #e7ecea; }
.article-category-create .article-hero-media img { object-fit: contain; padding: 4%; }
.article-layout { max-width: 1040px; display: grid; grid-template-columns: 220px minmax(0, 680px); gap: 80px; padding-block: 80px 100px; }
.article-aside { align-self: start; position: sticky; top: 104px; display: grid; gap: 14px; padding-top: 8px; }
.article-aside > span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.article-aside nav { display: grid; border-top: 1px solid var(--line); }
.article-aside a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.35; }
.article-aside a:hover { color: var(--ink); }
.article-body { min-width: 0; }
.article-intro { margin: 0 0 46px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.55; }
.article-body > div > section { margin-bottom: 52px; scroll-margin-top: 100px; }
.article-body h2 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; line-height: 1.15; }
.article-body section p { margin: 0 0 18px; color: #434a4c; font-size: 17px; line-height: 1.85; }
.article-takeaways { margin: 62px 0 36px; padding: 32px; border-left: 4px solid var(--amber-dark); background: #fff8e8; }
.article-takeaways h2 { font-size: 30px; }
.article-takeaways ul { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.article-takeaways li { display: flex; gap: 11px; }
.article-takeaways li svg { width: 18px; flex: 0 0 auto; color: var(--green); }
.article-not-found { min-height: 65vh; display: grid; place-items: center; padding: 60px 20px; text-align: center; }
.article-not-found[hidden] { display: none; }
.article-not-found h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 500; }
.article-not-found p:not(.eyebrow) { color: var(--muted); }
.related-stories { background: var(--paper); }
.related-stories[hidden] { display: none; }
.related-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-story-grid article img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.related-story-grid article > p { margin-top: 18px; }
.related-story-grid h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.18; }
.related-story-grid span { color: var(--muted); font-size: 11px; }

@media (max-width: 900px) {
  .blog-section-heading, .blog-archive-heading { grid-template-columns: 1fr; gap: 20px; }
  .blog-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .featured-story { grid-template-columns: 1fr; }
  .featured-story-media { min-height: 420px; }
  .blog-path-grid { grid-template-columns: 1fr; }
  .article-heading h1 { font-size: 48px; }
  .article-layout { grid-template-columns: 1fr; gap: 38px; }
  .article-aside { position: static; }
}

@media (max-width: 640px) {
  .blog-hero { min-height: 520px; height: calc(100svh - 74px); }
  .blog-hero-copy { padding-block: 58px; }
  .blog-hero h1 { font-size: 47px; }
  .blog-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .blog-featured, .blog-archive, .related-stories { padding-block: 62px; }
  .blog-section-heading h2, .blog-archive-heading h2, .blog-paths h2 { font-size: 34px; }
  .featured-story-media { min-height: 280px; }
  .featured-story-copy { padding: 28px 22px; }
  .featured-story-copy h3 { font-size: 31px; }
  .blog-grid { grid-template-columns: 1fr; gap: 42px; }
  .blog-card-copy h3 { font-size: 25px; }
  .article-header { padding-top: 34px; }
  .article-heading { padding-bottom: 36px; }
  .article-heading h1 { font-size: 40px; }
  .article-deck { font-size: 17px; }
  .article-hero-media { width: 100%; height: 64vw; min-height: 300px; }
  .article-layout { padding-block: 52px 74px; }
  .article-intro { font-size: 22px; }
  .article-body h2 { font-size: 29px; }
  .article-body section p { font-size: 16px; }
  .article-takeaways { padding: 25px 20px; }
  .related-story-grid { grid-template-columns: 1fr; gap: 38px; }
}
