/* The hero keeps its title above a bottom-aligned subtitle and shared actions. */
.home-hero { position: relative; height: 100%; padding: 18px var(--gutter) 26px; text-align: left; color: #f8f5ef; transition: opacity 250ms; }
.hero-content h1 { font: 400 clamp(52px, 4.8vw, 70px)/.99 var(--display); letter-spacing: -.025em; margin: 0 0 20px; }
.hero-intro { font-size: 20px; line-height: 1.4; margin: 0; }
.hero-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-width: 0; min-height: 46px; padding: 10px 20px; border: 1px solid rgba(255,255,255,.8); background: rgba(0,0,0,.1); color: inherit; font: 400 10px/1.4 var(--serif); text-transform: uppercase; letter-spacing: .14em; text-decoration: none; }
.hero-button-label { display: inline-flex; align-items: baseline; gap: inherit; font: inherit; }
.hero-button:hover { background: rgba(255,255,255,.15); }
.hero-button:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
body[data-page='index'] .paper-panel { padding: 30px 30px 22px; }
.home-columns { display: grid; grid-template-columns: 1.22fr 1.5fr 1.05fr 1fr; }
.home-columns > section { min-width: 0; padding: 0 24px; border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.home-columns > section:first-child { padding-left: 0; border-left: 0; }
.home-columns > section:last-child { padding-right: 0; }
.home-columns .section-label { margin-bottom: 13px; font-size: 11px; letter-spacing: .15em; }
.home-columns .editorial-link { margin-top: 8px; align-self: flex-start; }
.about-layout { display: grid; grid-template-columns: minmax(70px, .75fr) 1fr; gap: 16px; align-items: start; }
.about-layout > div:last-child { display: flex; flex-direction: column; }
.about-layout p { font-size: 16px; line-height: 1.4; margin: 0 0 8px; }
.author-portrait { aspect-ratio: 225 / 338; align-self: start; background: url('../images/sophie-jabes-portrait.png') no-repeat 55% center / cover; }
.mini-books { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 3px 0 14px; }
.mini-books a { display: block; }
.mini-books img { display: block; width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: contain; object-position: center top; transition: transform .2s; }
.mini-books a:hover img { transform: translateY(-4px); }
.journal-list { list-style: none; padding: 0; margin: 0 0 10px; }
.journal-list li { border-bottom: 1px solid var(--line); padding: 10px 0; line-height: 1.25; }
.journal-list li:first-child { padding-top: 0; }
.journal-list li:last-child { border: 0; }
.journal-list a { display: block; font-size: 18px; text-decoration: none; }
.journal-list a:hover { text-decoration: underline; }
.journal-list span { display: block; font-size: 12px; color: var(--muted); margin: 4px 0; }
.home-events .journal-list a { font-size: 17px; }
.home-bottom { display: grid; grid-template-columns: 1.2fr 1.8fr 1fr; border-top: 1px solid var(--line); margin-top: 22px; padding-top: 20px; }
.home-bottom > div { padding: 0 26px; border-left: 1px solid var(--line); }
.home-bottom > div:first-child { border: 0; padding-left: 0; }
.home-bottom > div:last-child { padding-right: 0; }
.home-bottom .section-label { margin-bottom: 10px; font-size: 11px; }
.home-bottom .section-label::after { display: none; }
.home-bottom p { font-size: 15px; margin-bottom: 0; }
.social-links a { display: inline-block; margin-right: 14px; font-size: 14px; padding-block: 8px; }
@media (max-width: 1200px) {
  .home-columns { grid-template-columns: 1fr 1.2fr; gap: 30px 0; }
  .home-columns > section:nth-child(3) { border: 0; padding-left: 0; }
  .home-columns > section:nth-child(2) { padding-right: 0; }
  .about-layout { grid-template-columns: 100px 1fr; }
}
@media (max-width: 850px) {
  .home-bottom { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .home-bottom > div:last-child { border: 0; padding-left: 0; }
}
@media (max-width: 540px) {
  .home-hero { padding: 16px var(--gutter) 20px; }
  body[data-page='index'] .paper-panel { padding: 24px 20px; }
  .home-columns, .home-bottom { grid-template-columns: 1fr; gap: 26px; }
  .home-columns > section, .home-columns > section:nth-child(3), .home-bottom > div { border: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .home-columns > section:first-child { border: 0; padding: 0; }
  .home-columns > section:first-child p { font-size: 17px; }
  .home-bottom > div:first-child { padding-top: 0; }
  .about-layout { grid-template-columns: 100px 1fr; }
}

/* The current theatre production leads the homepage without lengthening the hero. */
.home-hero-featured { display: grid; grid-template-columns: auto minmax(0, 650px); grid-template-areas: "poster content"; gap: 28px; justify-content: start; align-content: start; align-items: stretch; }
.hero-content { grid-area: content; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; min-width: 0; }
.hero-details { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.home-hero-featured .hero-actions { justify-content: flex-start; max-width: 100%; }
.hero-poster { grid-area: poster; display: block; height: min(320px, calc(var(--hero-height) - 44px)); min-height: 0; }
.hero-poster img { display: block; width: auto; height: 100%; object-fit: contain; filter: grayscale(1); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.asmahan-spotlight { padding-bottom: 24px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.spotlight-facts { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 28px; }
.spotlight-facts > div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.spotlight-facts .section-label { margin-bottom: 12px; }
.spotlight-facts .section-label::after { display: none; }
.spotlight-facts p { font-size: 19px; line-height: 1.4; margin: 0; }
.spotlight-facts .editorial-link { margin-top: 5px; }

/* Both actions use the same light outline, typography and touch target. */
.hero-actions { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; }
.replay-button { gap: 10px; }
.replay-button img { display: block; flex: none; width: auto; height: 1em; }
@media (max-width: 850px) {
  .hero-button { gap: 12px; padding: 10px 14px; }
  .home-hero-featured { gap: 24px; }
  .spotlight-facts { gap: 18px; }
  .spotlight-facts > div + div { padding-left: 18px; }
  .spotlight-facts p { font-size: 17px; }
}
@media (max-width: 700px) {
  .home-hero-featured { grid-template-columns: clamp(85px, 28vw, 150px) minmax(0, 1fr); grid-template-areas: "poster title" "poster subtitle" "actions actions"; grid-template-rows: auto auto auto; gap: 14px 20px; }
  .hero-content, .hero-details { display: contents; }
  .hero-content h1 { grid-area: title; font-size: clamp(34px, 8.5vw, 58px); margin: 0; }
  .hero-intro { grid-area: subtitle; align-self: end; font-size: 17px; }
  .home-hero-featured .hero-actions { grid-area: actions; justify-self: start; }
  .hero-poster { height: auto; width: 100%; }
  .hero-poster img { width: 100%; height: auto; }
  .spotlight-facts { display: flex; flex-direction: column; gap: 18px; }
  .spotlight-facts > div + div { padding-left: 0; border-left: 0; }
  .spotlight-facts .section-label { margin-bottom: 6px; font-size: 10px; letter-spacing: .1em; }
}
@media (max-width: 380px) {
  .home-hero-featured { column-gap: 14px; }
  .hero-intro { font-size: 16px; }
  .spotlight-facts p { font-size: 16px; }
}
