.detail-page { background: var(--cream); }
.detail-main { overflow: visible; }
.detail-hero { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 2.5rem 0 4.5rem; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.detail-cover { position: relative; padding: .7rem; background: var(--yellow); border-radius: 2.2rem; box-shadow: var(--shadow); transform: rotate(-1deg); }
.detail-cover img { width: 100%; aspect-ratio: 1.16; object-fit: cover; border-radius: 1.7rem; }
.detail-cover::after { content: attr(data-label); position: absolute; right: -1rem; bottom: 1.4rem; padding: .65rem .9rem; color: white; background: var(--coral); border-radius: 999px; font: 700 .82rem/1 "Fredoka", sans-serif; transform: rotate(5deg); box-shadow: 0 5px 0 rgba(20, 51, 82, .2); }
.detail-hero h1 { margin: .2rem 0 1rem; font-size: clamp(3.2rem, 6vw, 5.8rem); }
.detail-summary { max-width: 36rem; margin: 0 0 1.3rem; color: #425e73; font-size: 1.12rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.6rem; }
.tag { padding: .5rem .7rem; background: var(--sky); border-radius: 999px; font-size: .8rem; font-weight: 700; }
.detail-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.button-secondary { border: 1px solid var(--line); background: white; }
.detail-meta { margin: 1.4rem 0 0; color: #6d7f8e; font-size: .86rem; }
.detail-content { padding: 4.5rem max(1rem, calc((100vw - 980px) / 2)); background: var(--sky); }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.info-panel { padding: 1.7rem; background: rgba(255, 255, 255, .9); border: 1px solid rgba(20, 51, 82, .08); border-radius: 1.5rem; }
.info-panel h2 { margin: 0 0 .9rem; font-size: 1.9rem; }
.info-panel p { color: #50697b; }
.info-panel ul { margin: 0; padding-left: 1.2rem; color: #50697b; }
.info-panel li + li { margin-top: .45rem; }
.rating-panel { margin-top: 1.4rem; padding: 1.8rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; color: white; background: var(--blue); border-radius: 1.5rem; }
.rating-panel h2 { margin: 0 0 .35rem; font-size: 2rem; }
.rating-panel p { margin: 0; color: #bfd5e0; }
.rating-box { min-width: 250px; padding: 1rem; color: var(--ink); background: white; border-radius: 1rem; text-align: center; }
.rating-stars { display: flex; justify-content: center; gap: .2rem; }
.rating-star { padding: .1rem; color: #bcc7cf; background: none; border: 0; font-size: 2rem; line-height: 1; cursor: pointer; }
.rating-star:hover, .rating-star.is-active { color: #f2b82f; }
.rating-summary { margin-top: .45rem; color: #5e7180; font-size: .82rem; }
.instagram-band { width: min(980px, calc(100% - 2rem)); margin: 0 auto; padding: 5.5rem 0; text-align: center; }
.instagram-band h2 { margin: 0 auto 1rem; max-width: 700px; font-size: clamp(2.3rem, 5vw, 4rem); }
.instagram-band p { margin: 0 auto 1.4rem; max-width: 560px; color: #52697b; }
.instagram-band a { color: var(--coral); font-weight: 800; text-underline-offset: 5px; }
.back-link { display: inline-flex; align-items: center; gap: .4rem; margin-bottom: 1.25rem; color: #5f7485; font-weight: 700; text-decoration: none; }
.back-link:hover { text-decoration: underline; }

@media (max-width: 760px) {
  .detail-hero { grid-template-columns: 1fr; padding-top: 1.5rem; }
  .detail-copy { order: -1; }
  .detail-columns { grid-template-columns: 1fr; }
  .rating-panel { grid-template-columns: 1fr; }
  .rating-box { min-width: 0; }
}
