/* A distinct first screen; the rest of the page keeps its quiet white rhythm. */
.header{height:88px;border-bottom:0}
.header-link{display:inline-flex;align-items:center;gap:16px;padding:12px 18px;border-radius:6px;background:#a23938;color:#fff}
.header-link:hover{background:#8f302f;color:#fff}
.header-link span{color:inherit}
.hero-cover{
  background:linear-gradient(112deg,#f2e7e3 0%,#f6f2ee 44%,#edf1f4 100%);
  border-block:1px solid #e7dfda;
}
.hero-cover .story-opening.primary-hero{
  grid-template-columns:minmax(0,1fr) minmax(0,1.24fr);
  column-gap:40px;
  align-content:center;
  align-items:start;
  min-height:calc(100svh - 90px);
  padding:36px 48px;
  background:transparent;
}
.primary-hero .hero-kicker{display:flex;align-items:center;gap:9px;font-size:12px;letter-spacing:1.3px;margin:0 0 18px;color:#8c3532}
.hero-kicker>span{width:6px;height:6px;border-radius:50%;background:#a23938}
.hero-cover .primary-heading .story-title{font-size:clamp(39px,3.65vw,54px);line-height:1.08;letter-spacing:-1.5px;margin:0 0 26px}
.hero-cover .primary-brief{max-width:460px}
.hero-cover .primary-brief .story-label{font-size:15px;color:#5e5350;margin-bottom:10px}
.hero-cover .primary-brief .story-message{padding:16px;gap:12px;min-height:150px;background:#fffcf9;border-color:#e5d7d0;border-radius:12px;box-shadow:0 6px 22px #744d3c04}
.story-message-content{flex:1;min-width:0}
.hero-cover .story-avatar{background:#f1e3dc;color:#943734;flex-basis:28px;height:28px;font-size:11px}
.hero-cover .primary-brief .story-message p{font-size:17px;line-height:1.45;color:#443c39;margin:0}
.story-attachments{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:14px;transition:opacity .55s,transform .55s}
.dataset-file{display:inline-flex;align-items:center;gap:5px;font-size:13px;line-height:1.4;padding:5px 8px;border:1px solid #e4dfdb;border-radius:5px;background:#fff;color:#6b5c53;white-space:nowrap}
.dataset-file svg{width:16px;height:16px;fill:none;stroke:#a5816b;stroke-width:1.2;stroke-linejoin:round}
.primary-hero[data-phase=title] .story-attachments,.primary-hero[data-phase=request] .story-attachments{opacity:0;transform:translateY(4px)}
.dataset-hint{font-size:14px;line-height:1.4;margin:10px 0 0;color:#806e62}
.hero-cover .primary-brief .story-agent{margin-top:18px;column-gap:11px}
.hero-cover .primary-brief .story-agent-mark{background:#a23938;border-radius:9px}
.hero-cover .primary-hero .story-agent-note{color:#79685e}
.hero-cover .primary-investigation{
  align-self:center;
  padding:20px;
  border:1px solid #fff;
  border-radius:18px;
  background:#ffffffc9;
  box-shadow:0 14px 50px #4f56620b;
}
.hero-cover .primary-scene-heading{font-size:11px;letter-spacing:.65px;color:#6d747c;padding:0 2px 15px;border-bottom:1px solid #e1e5e9}
.hero-cover .primary-scene-heading small{font-size:12px;color:#899099}
.hero-cover .is-running .living-loupe{display:none}
.hero-cover .primary-hero .living-stage{
  height:360px;
  background-image:radial-gradient(#aebecb40 .7px,transparent .8px);
  background-size:22px 22px;
}
.hero-cover .scenario-explanation{padding:12px 2px 0;border-top:1px solid #e1e5e9}
.hero-cover .primary-hero .living-caption{margin-top:0;min-height:36px;gap:10px}
.hero-cover .primary-hero .living-summary{font-size:14px;line-height:1.4;min-height:60px;color:#6d747c}
.hero-cover .living-status{font-size:15px;line-height:1.3;color:#8d3533}
.hero-cover .living-pause{height:30px;padding:0 9px;font-size:12px;background:transparent;border-color:#dbe0e4;color:#7b8188}
.hero-cover .primary-hero .fragment-name{color:#656a70}
.hero-cover .living-wire{stroke:#b46b63}
.hero-cover .living-packet{fill:#a23938}
@media(min-width:1440px){
  .hero-cover .story-opening.primary-hero{column-gap:50px;padding-block:52px}
  .hero-cover .primary-heading .story-title{font-size:54px}
  .hero-cover .primary-hero .living-stage{height:380px}
}
@media(max-width:1100px){
  .hero-cover .story-opening.primary-hero{padding-inline:32px;column-gap:28px}
  .hero-cover .primary-heading .story-title{font-size:39px}
  .hero-cover .primary-investigation{padding:16px}
  .hero-cover .primary-brief .story-message p{font-size:16px}
  .hero-cover .primary-hero .living-stage{height:340px}
}
@media(max-width:900px){
  .header{height:78px}
  .hero-cover .story-opening.primary-hero{grid-template-columns:1fr;min-height:0;padding-block:40px}
  .hero-cover .primary-heading .story-title{font-size:48px}
  .hero-cover .primary-brief{display:block;max-width:560px}
  .hero-cover .primary-investigation{margin-top:32px;padding:22px;max-width:680px;width:100%;justify-self:center}
  .hero-cover .primary-hero .living-stage{height:340px}
  .hero-cover .primary-scene-heading small{display:block}
}
@media(max-width:580px){
  .header{height:76px}
  .header-link{padding:9px 12px;gap:8px;font-size:13px}
  .header-link span{font-size:20px}
  .hero-cover .story-opening.primary-hero{padding:30px 20px 24px}
  .primary-hero .hero-kicker{font-size:11px;letter-spacing:1.1px;margin-bottom:21px}
  .hero-cover .primary-heading .story-title{font-size:32px;letter-spacing:-1px;line-height:1.1;margin-bottom:25px}
  .hero-cover .primary-brief .story-label{font-size:14px}
  .hero-cover .primary-brief .story-message{padding:14px;min-height:146px;gap:10px}
  .hero-cover .primary-brief .story-message p{font-size:16px}
  .dataset-file{font-size:13px;padding:4px 6px;gap:4px}
  .dataset-file svg{width:14px;height:14px}
  .story-attachments{gap:6px;margin-top:12px}
  .dataset-hint{font-size:13px;max-width:300px}
  .hero-cover .primary-investigation{padding:14px 10px 12px;margin-top:26px;border-radius:12px}
  .hero-cover .primary-scene-heading{font-size:10px;letter-spacing:.3px;padding:0 4px 12px}
  .hero-cover .primary-scene-heading small{display:none}
  .hero-cover .primary-hero .living-stage{height:290px;background-size:20px 20px}
  .hero-cover .primary-hero .fragment-name{font-size:14px;width:74px;max-width:74px;line-height:1.15}
  .hero-cover .scenario-explanation{padding:10px 4px 0}
  .hero-cover .living-status{font-size:14px;max-width:210px}
  .hero-cover .primary-hero .living-summary{min-height:80px;font-size:14px;margin-top:6px!important}
  .hero-cover .living-pause{min-width:58px}
}
