.page-heading { padding: 72px 0 64px; background: #fff8ef; }
.page-heading .lede { color: var(--muted); margin-top: 25px; }
.page-heading .button { margin-top: 28px; }
.content-section { padding: 72px 0; }
.game-detail-hero { background: #241536; color: white; padding: 52px 0 64px; }
.detail-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: center; }
.back-link { display: inline-block; margin-bottom: 40px; font-size: .9rem; color: #dfcbe9; }
.game-detail-hero .eyebrow { color: #e4c9f2; }
.game-detail-hero em { color: #ffa64d; }
.game-detail-hero .lede { margin: 28px 0 20px; }
.game-detail-hero p:not(.eyebrow):not(.lede) { color: #dfd0e8; }
.game-detail-hero .button { margin-top: 30px; }
.detail-art img { width: 100%; max-height: 660px; object-fit: cover; border-radius: 12px; }
.detail-art figcaption { font-size: .8rem; color: #d8c8e1; margin-top: 10px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; margin-top: 48px; }
.feature-grid article { border-top: 2px solid var(--line); padding-top: 25px; }
.feature-number { font-size: .78rem; font-weight: 800; color: var(--orange-dark); letter-spacing: .08em; }
.feature-grid h3 { margin: 22px 0 15px; }
.feature-grid p { color: var(--muted); }
.platform-section { padding: 64px 0; background: var(--soft); }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.platform-grid h2 { margin-top: 20px; }
.platform-list > div { display: flex; justify-content: space-between; gap: 25px; padding: 18px 0; border-bottom: 1px solid #d9cde5; }
.platform-list dt { font-weight: 800; }
.platform-list dd { color: #665373; font-size: .92rem; text-align: right; }
.platform-grid p { color: var(--muted); margin-top: 20px; font-size: .9rem; }
.faq-list { margin-top: 28px; }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-size: 1.5rem; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin-top: 18px; color: var(--muted); }
.inline-links { display: flex; gap: 30px; margin-top: 35px; }
.support-grid { display: grid; grid-template-columns: .95fr 1.5fr; gap: 70px; align-items: start; }
.support-grid > div > h2 { font-size: 2.1rem; }
.contact-panel { background: var(--soft); padding: 32px; border-radius: 12px; }
.contact-panel h2 { font-size: 2rem; margin-bottom: 22px; }
.contact-panel p { color: var(--muted); margin-bottom: 12px; }
.contact-panel .eyebrow { color: var(--purple); }
.email-link { font-weight: 750; font-size: 1rem; overflow-wrap: anywhere; }
.contact-panel .contact-status { font-size: .85rem; margin-top: 18px; }
.contact-panel hr { border: 0; border-top: 1px solid #d8cce3; margin: 25px 0; }
.prose h2 { font-size: 1.7rem; margin: 38px 0 18px; }
.prose p { color: var(--muted); margin-bottom: 18px; }
.prose li { padding-left: 5px; margin-bottom: 15px; color: var(--muted); }
.notice { border-left: 4px solid var(--orange); background: #fff7e9; padding: 24px; }
.notice p { margin-top: 10px; margin-bottom: 0; }
@media (max-width: 900px) { .detail-grid, .support-grid { gap: 35px; } .game-detail-hero h1 { font-size: 3.5rem; } }
@media (max-width: 700px) { .page-heading { padding: 48px 0; } .content-section { padding: 48px 0; } .detail-grid, .feature-grid, .platform-grid, .support-grid { grid-template-columns: 1fr; gap: 35px; } .detail-art img { max-height: 500px; } .feature-grid { margin-top: 30px; } .platform-section { padding: 45px 0; } .contact-panel { padding: 25px; } .game-detail-hero h1 { font-size: clamp(3rem, 12vw, 4.5rem); } }
