.news-page{padding-bottom:64px}
.news-ticker{background:#261137;color:#fff;border-bottom:1px solid rgba(215,166,79,.35)}
.ticker-row{min-height:42px;display:flex;align-items:center;gap:12px}
.ticker-row span{background:#d7a64f;color:#2a1631;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;white-space:nowrap}
.ticker-row p{margin:0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news-heading{padding:48px 0 30px;position:relative}
.news-heading h1{font-size:clamp(38px,6vw,68px);line-height:1;margin:12px 0 14px;color:#301858}
.news-heading p{font-size:18px;color:#6c6074;margin:0;max-width:640px}
.updated{display:inline-block;margin-top:14px;color:#76508d;font-size:13px;font-weight:700}
.eyebrow{color:#8a5aa3;font-weight:800;letter-spacing:.02em}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:18px}
.section-title span{color:#a67b27;font-weight:800}
.section-title h2{font-size:clamp(27px,4vw,40px);margin:3px 0}
.section-title p{color:#756a7b;margin:0}
.opening-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.opening-card{min-height:460px;border-radius:28px;overflow:hidden;position:relative;isolation:isolate;background:#321653;box-shadow:0 20px 50px rgba(49,22,82,.14)}
.opening-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(28,11,42,.94),rgba(28,11,42,.08) 72%);z-index:-1}
.opening-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .65s ease}
.opening-card:hover img{transform:scale(1.035)}
.opening-copy{position:absolute;inset:auto 22px 20px;padding:18px 20px;color:#fff;background:linear-gradient(135deg,rgba(35,14,49,.9),rgba(73,35,91,.72));border:1px solid rgba(255,255,255,.18);border-radius:18px;backdrop-filter:blur(8px);box-shadow:0 12px 30px rgba(20,8,29,.22)}
.coming{display:inline-flex;padding:5px 10px;border:1px solid rgba(255,255,255,.5);border-radius:999px;font-size:11px;letter-spacing:.12em;color:#fff}
.opening-copy p{margin:12px 0 2px;color:#f4d98f;font-weight:800}
.opening-copy h3{font-size:34px;line-height:1.25;margin:0 0 8px;color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.45)}
.opening-copy small{font-size:15px;line-height:1.7;color:#fff}
.gusto-story{margin-top:52px;display:grid;grid-template-columns:1fr;border:1px solid #e5d9eb;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#fff,#f7effc);box-shadow:0 18px 55px rgba(48,24,88,.09)}
.gusto-visual{aspect-ratio:1672/941;background:#d8c0eb;position:relative;overflow:hidden}
.gusto-visual img{display:block;width:100%;height:100%;object-fit:cover}
.gusto-copy{padding:46px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.gusto-copy h2,.legacy-story h2{font-size:clamp(30px,4vw,48px);color:#301858;margin:6px 0 14px}
.lead{font-size:18px;line-height:1.9;color:#5f5267;margin:0}
.gusto-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0}
.gusto-facts span{background:#fff;border:1px solid #e6dceb;border-radius:16px;padding:13px;color:#75677c;font-size:12px;min-width:0}
.gusto-facts b{display:block;color:#351754;font-size:18px}
.sales-line{background:#f5e9c9;border-right:4px solid #c99630;padding:14px 16px;border-radius:12px;color:#503d20;line-height:1.75}
.story-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.story-actions a{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border-radius:12px;font-weight:800;text-decoration:none}
.story-actions .primary{background:#321653;color:#fff}
.story-actions .secondary{background:#fff;color:#321653;border:1px solid #d9cae3}
.legacy-story{margin-top:24px;display:grid;grid-template-columns:280px 1fr;align-items:center;gap:28px;background:#fff;border:1px solid #e7dced;border-radius:25px;padding:18px}
.legacy-story img{width:100%;height:210px;object-fit:cover;border-radius:18px}
.legacy-story h2{font-size:30px}
.legacy-story p{color:#665a6d;font-size:17px}
.legacy-story small{color:#8a7f8f}
@media(max-width:800px){
  .opening-grid,.gusto-story{grid-template-columns:1fr}
  .gusto-story{overflow:hidden}
  .gusto-copy{padding:30px}
  .legacy-story{grid-template-columns:1fr}
  .legacy-story img{height:260px}
  .section-title{align-items:start;flex-direction:column;gap:6px}
}
@media(max-width:520px){
  .news-heading{padding-top:34px}
  .ticker-row p{font-size:12px}
  .opening-card{min-height:405px}
  .opening-copy{inset:auto 14px 14px;padding:15px 16px}
  .opening-copy h3{font-size:30px}
  .opening-copy small{font-size:14px}
  .gusto-story{margin-top:34px;border-radius:22px}
  .gusto-visual{aspect-ratio:1672/941}
  .gusto-copy{padding:24px 18px;text-align:right}
  .gusto-copy h2{font-size:34px;margin-bottom:10px}
  .lead{font-size:16px;line-height:1.8}
  .gusto-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0}
  .gusto-facts span{padding:11px;font-size:12px}
  .gusto-facts span:last-child{grid-column:1/-1}
  .gusto-facts b{font-size:17px}
  .sales-line{font-size:14px;padding:13px}
  .story-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .story-actions a{width:100%;min-height:46px}
  .legacy-story{padding:12px}
  .legacy-story img{height:210px}
}
