/* A launch feature and a readable press index. */
.heritage-section#news.press-room { background: #f0f0eb; padding-top: clamp(76px, 8vw, 124px); padding-bottom: clamp(76px, 8vw, 124px); }
#news.press-room .news-head { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 48px; padding-bottom: 42px; margin-bottom: 48px; border-bottom: 1px solid #bdbdb3; }
.heritage-section#news.press-room .news-head h2 { max-width: none; font-size: clamp(56px, 7.4vw, 106px); line-height: .96; letter-spacing: -.06em; }
.press-stop { color: #c56134; }
#news.press-room .news-lead { max-width: 32ch; margin: 0 0 4px; justify-self: end; font-size: 16px; line-height: 1.6; color: #5d5d56; }
.press-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 5vw, 80px); align-items: start; }
.press-feature-stack { min-width: 0; position: sticky; top: 36px; }
.press-film { display: block; color: #191918; }
.press-film-image { position: relative; display: block; margin: 0 0 22px; overflow: hidden; aspect-ratio: 3 / 2; background: #deded7; }
.press-film-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: transform .7s cubic-bezier(.2, .6, .2, 1); }
.press-film-action { position: absolute; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 20px; background: #f7f7f4; padding: 12px 14px; font-size: 12px; }
.press-film-action span { color: #ac4d25; font-size: 20px; }
.press-film:hover .press-film-image img { transform: scale(1.035); }
.press-film-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-bottom: 13px; font-size: 10px; line-height: 1.5; color: #5d5d56; }
.press-film-meta > span { color: #a44823; }
.press-film h3 { max-width: 23ch; margin: 0; font-size: clamp(25px, 2.7vw, 39px); line-height: 1.16; font-weight: 500; letter-spacing: -.035em; }
.press-film:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.press-launch-links { display: flex; flex-direction: column; gap: 0; margin-top: 30px; }
.press-launch-links a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 49px; padding: 13px 0; border-top: 1px solid #ccccc2; font-size: 12px; color: #50504b; }
.press-launch-links a:last-child { border-bottom: 1px solid #ccccc2; }
.press-launch-links a > span:last-child { color: #a44823; font-size: 20px; }
.press-launch-links a:hover { color: #151515; }
#news.press-room .news-list { border-top: 0; }
#news.press-room .news-item { display: grid; grid-template-columns: minmax(0, 1fr) 38px; gap: 22px; align-items: center; min-height: 154px; padding: 27px 0; border-top: 1px solid #ccccc2; color: #191918; }
#news.press-room .news-list > .news-item:first-child { padding-top: 0; border-top: 0; min-height: 128px; }
#news.press-room .news-item::after { display: none; }
#news.press-room .news-meta { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 12px; color: #5d5d56; font-size: 10px; line-height: 1.5; letter-spacing: .015em; }
#news.press-room .news-meta .press-publisher { color: #a44823; }
#news.press-room .news-title { max-width: none; font-size: clamp(19px, 1.8vw, 27px); line-height: 1.32; letter-spacing: -.026em; font-weight: 500; }
.press-arrow { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #bdbdb3; border-radius: 50%; color: #56564e; font-size: 20px; transition: color .2s, border-color .2s, transform .25s; }
#news.press-room .news-item:hover .press-arrow { color: #a44823; border-color: #a44823; transform: translate(2px, -2px); }
#news.press-room .news-toggle { min-height: 60px; padding: 18px 0; border-color: #bdbdb3; font: 400 12px/1.5 var(--sans); text-transform: none; letter-spacing: 0; color: #31312c; }
#news.press-room .news-toggle .tg-ic { color: #a44823; font-size: 22px; }
#news.press-room a:focus-visible, #news.press-room button:focus-visible { outline: 2px solid #151515; outline-offset: 5px; }
@media (max-width: 1000px) {
  #news.press-room .news-head { grid-template-columns: 1.15fr .85fr; gap: 32px; margin-bottom: 36px; padding-bottom: 32px; }
  #news.press-room .news-lead { font-size: 14px; }
  .press-layout { grid-template-columns: minmax(0, 1fr); gap: 45px; }
  .press-feature-stack { position: static; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 32px; align-items: end; }
  .press-film h3 { font-size: 29px; }
  .press-launch-links { margin-top: 0; }
  #news.press-room .news-item { min-height: 130px; }
  #news.press-room .news-title { font-size: 23px; }
}
@media (max-width: 640px) {
  #news.press-room .news-head { grid-template-columns: minmax(0, 1fr); gap: 22px; margin-bottom: 30px; padding-bottom: 30px; }
  .heritage-section#news.press-room .news-head h2 { font-size: clamp(50px, 12.8vw, 80px); }
  #news.press-room .news-lead { justify-self: start; max-width: 36ch; font-size: 14px; }
  .press-feature-stack { display: block; }
  .press-film-image { margin-bottom: 18px; }
  .press-film-action { right: 12px; bottom: 12px; padding: 10px 12px; }
  .press-film h3 { max-width: 24ch; font-size: 28px; }
  .press-film-meta { font-size: 9px; }
  .press-launch-links { margin-top: 24px; }
  .press-layout { gap: 36px; }
  #news.press-room .news-item { grid-template-columns: minmax(0, 1fr) 30px; gap: 16px; min-height: 0; padding: 25px 0; }
  #news.press-room .news-list > .news-item:first-child { min-height: 0; }
  #news.press-room .news-title { font-size: 20px; }
  #news.press-room .news-meta { font-size: 9px; gap: 6px 12px; margin-bottom: 10px; }
  .press-arrow { width: 30px; height: 30px; font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .press-film-image img, .press-arrow { transition: none; }
  .press-film:hover .press-film-image img, #news.press-room .news-item:hover .press-arrow { transform: none; }
}
@media print { .press-feature-stack { position: static; } }
