:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #171717;
  background: #f6f5f1;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
a { color: inherit; }
.site-header { max-width: 1180px; margin: 0 auto; padding: 28px 24px; }
.brand { text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -0.04em; }
.brand span { font-weight: 400; opacity: .55; }
.shell { max-width: 1180px; margin: 0 auto; padding: 48px 24px 80px; }
.hero { max-width: 760px; margin: 40px 0 58px; }
.hero h1, .detail h1 { font-size: clamp(42px, 7vw, 82px); line-height: .95; letter-spacing: -0.065em; margin: 8px 0 22px; }
.hero p { color: #686868; font-size: 18px; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; color: #777; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.card { min-width: 0; overflow: hidden; background: #fff; border-radius: 24px; box-shadow: 0 10px 35px rgba(0,0,0,.055); border: 1px solid rgba(0,0,0,.05); }
.image-wrap { display: block; aspect-ratio: 1/1; background: #fff; padding: 24px; }
.image-wrap img, .detail-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.card-body { padding: 20px; }
.card h2 { font-size: 18px; line-height: 1.35; margin: 0 0 18px; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border-radius: 999px; background: #171717; color: #fff; text-decoration: none; font-weight: 750; font-size: 14px; }
.button.secondary { background: #eceae3; color: #171717; }
.button.large { min-height: 54px; padding: 0 24px; font-size: 16px; margin-top: 18px; }
.back { display: inline-block; margin-bottom: 28px; text-decoration: none; color: #666; font-weight: 650; }
.detail { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(300px, .85fr); gap: clamp(32px, 7vw, 90px); align-items: center; }
.detail-image { aspect-ratio: 1 / 1; background: #fff; padding: clamp(24px,5vw,64px); border-radius: 32px; box-shadow: 0 18px 60px rgba(0,0,0,.06); }
.detail h1 { font-size: clamp(38px,5vw,64px); }
.muted { color: #737373; line-height: 1.65; }
.message { max-width: 680px; padding: 40px; border-radius: 24px; background: #fff; }
.message h1 { margin-top: 0; }
.unavailable { background: #efede7; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em; }
footer { max-width: 1180px; margin: 0 auto; padding: 0 24px 32px; color: #8b8b8b; font-size: 12px; }
@media (max-width: 720px) {
  .shell { padding-top: 18px; }
  .detail { grid-template-columns: 1fr; }
  .hero { margin-top: 18px; }
}
