.dusk-head{text-align:center;padding:2.5rem 0 1rem;background:linear-gradient(180deg,#ee9ca7,#fff8f5)}
.dusk-head h1{font-size:clamp(1.35rem,3.2vw,1.85rem);font-weight:800;margin-bottom:.5rem;color:#4a3030}
.dusk-head p{font-size:.92rem;color:#8a6060}

.sunset-timeline{padding:2rem 0 3.5rem;position:relative}
.sunset-timeline::before{
  content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;
  background:linear-gradient(180deg,#fcb69f,#ee9ca7,#f4a261);transform:translateX(-50%);border-radius:3px;
}
.timeline-item{display:grid;grid-template-columns:1fr 40px 1fr;gap:1rem;margin-bottom:2rem;align-items:center}
.timeline-item:nth-child(even) .tl-content:first-child{visibility:hidden;height:0;padding:0;margin:0;overflow:hidden}
.timeline-item:nth-child(even) .tl-content:last-child{grid-column:3}
.timeline-item:nth-child(odd) .tl-content:last-child{visibility:hidden;height:0;padding:0;margin:0;overflow:hidden}
.tl-dot{width:16px;height:16px;background:#fff;border:4px solid #e85d4c;border-radius:50%;justify-self:center;position:relative;z-index:1}
.tl-content{background:#fff;border-radius:20px;padding:1.25rem 1.3rem;border:1px solid rgba(232,93,76,.15)}
.tl-tag{font-size:.65rem;font-weight:800;color:#e85d4c;letter-spacing:.1em;margin-bottom:.45rem}
.tl-content h2{font-size:1.05rem;font-weight:800;margin-bottom:.45rem;color:#4a3030}
.tl-content p{font-size:.86rem;color:#8a6060;line-height:1.6;margin-bottom:.5rem}
.tl-content li{font-size:.84rem;color:#8a6060;padding:.18rem 0 .18rem .9rem;position:relative}
.tl-content li::before{content:"•";position:absolute;left:0;color:#f4a261}
.tl-content img{border-radius:16px;margin-top:.65rem;border:2px solid rgba(244,162,97,.3)}

.dusk-appendix{background:linear-gradient(180deg,#fff8f5,#ffecd2);padding:2.5rem 0}
.dusk-pair{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.dusk-note{background:#fff;border-radius:20px;padding:1.25rem;border:1px solid rgba(244,162,97,.25)}
.dusk-note h3{font-size:.95rem;font-weight:800;color:#e85d4c;margin-bottom:.6rem}
.dusk-note li{font-size:.86rem;color:#8a6060;padding:.28rem 0}

.dusk-cta{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#e85d4c,#f4a261);color:#fff}
.dusk-cta h2{font-size:1.15rem;font-weight:800;margin-bottom:.7rem}
.dusk-cta a{display:inline-block;background:#fff;color:#e85d4c!important;padding:.5rem 1.3rem;font-weight:800;border-radius:999px;text-decoration:none!important}

@media(max-width:768px){
  .sunset-timeline::before{left:20px}
  .timeline-item{grid-template-columns:40px 1fr;gap:.75rem}
  .timeline-item:nth-child(even) .tl-content:first-child{display:none}
  .timeline-item:nth-child(odd) .tl-content:last-child{display:none}
  .timeline-item:nth-child(even) .tl-content:last-child{grid-column:2;visibility:visible;height:auto}
  .tl-dot{justify-self:start;margin-left:2px}
  .dusk-pair{grid-template-columns:1fr}
}
