:root { --ink: #fff9fb; --soft: #d8bec7; --pink: #ff5b84; --line: rgba(255, 198, 214, .2); --card: rgba(53, 12, 25, .68); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: #a91545 #180008; scrollbar-width: thin; }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: #180008; }
::-webkit-scrollbar-thumb { border: 3px solid #180008; border-radius: 999px; background: linear-gradient(#ff5b84, #800020); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(#ff9ab5, #b30039); }
body { min-height: 100vh; margin: 0; overflow-x: hidden; background: #170007; color: var(--ink); font-family: Poppins, Arial, sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 9% 8%, rgba(197, 21, 71, .33), transparent 26%), radial-gradient(circle at 92% 72%, rgba(116, 24, 65, .26), transparent 30%), linear-gradient(135deg, #24000d, #100006 60%, #26000d); }
a { color: inherit; text-decoration: none; }
.detail-nav, .story-wrap { width: min(1120px, calc(100% - 40px)); margin: auto; }
.detail-nav { display: flex; justify-content: space-between; align-items: center; padding: 28px 0; }
.brand { font-size: 17px; font-weight: 700; letter-spacing: .5px; }
.back-link { color: var(--soft); font-size: 13px; transition: color .2s ease; }
.back-link:hover { color: #fff; }
.hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: stretch; padding: 58px 0 38px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #ffb4c7; font: 700 11px monospace; letter-spacing: 1.6px; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 14px var(--pink); }
h1 { max-width: 690px; margin: 18px 0; font-size: clamp(43px, 6vw, 76px); letter-spacing: -3px; line-height: .98; }
.hero-copy > p { max-width: 620px; color: var(--soft); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; gap: 9px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 12px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { border-color: var(--pink); background: var(--pink); color: #2a0010; }
.button.secondary { background: rgba(255,255,255,.06); }
.project-preview { position: relative; min-height: 360px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--preview) center/cover; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.project-preview::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(16,0,7,.15), rgba(16,0,7,.86)); }
.preview-chip { position: absolute; left: 22px; bottom: 22px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(20,0,8,.66); backdrop-filter: blur(8px); color: #fff; font: 700 11px monospace; letter-spacing: 1px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 30px 0 72px; }
.story-card { min-height: 225px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)), var(--card); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.story-card h2 { margin: 17px 0 12px; font-size: 20px; }
.story-card p { margin: 0; color: var(--soft); font-size: 14px; line-height: 1.75; }
.card-index { color: #ffb4c7; font: 700 12px monospace; }
.gratitude { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; padding: 30px; border: 1px solid rgba(255, 109, 147, .35); border-radius: 23px; background: linear-gradient(115deg, rgba(255, 52, 105, .19), rgba(255,255,255,.05)); }
.gratitude-mark { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; background: #ff5b84; color: #30000f; font-size: 26px; }
.gratitude h2 { margin: 0 0 6px; font-size: 21px; }
.gratitude p { max-width: 760px; margin: 0; color: var(--soft); font-size: 14px; line-height: 1.7; }
.detail-footer { padding: 0 0 36px; color: rgba(255,255,255,.42); font-size: 12px; text-align: center; }
@media (max-width: 800px) { .hero { grid-template-columns: 1fr; padding-top: 35px; } .project-preview { min-height: 270px; } .story-grid { grid-template-columns: 1fr; } .gratitude { grid-column: auto; } }
@media (max-width: 480px) { .detail-nav, .story-wrap { width: min(100% - 28px, 1120px); } .detail-nav { padding: 20px 0; } .brand { font-size: 15px; } .back-link { font-size: 11px; } h1 { font-size: clamp(40px, 14vw, 56px); letter-spacing: -2px; } .hero-copy > p { font-size: 15px; line-height: 1.7; } .hero-actions { display: grid; margin-top: 24px; } .hero-actions .button { width: 100%; justify-content: center; min-height: 48px; } .project-preview { min-height: 220px; border-radius: 20px; } .preview-chip { left: 14px; bottom: 14px; max-width: calc(100% - 28px); font-size: 9px; } .story-grid { padding-top: 18px; padding-bottom: 46px; gap: 13px; } .story-card { min-height: 0; padding: 21px; border-radius: 18px; } .story-card h2 { font-size: 18px; } .gratitude { grid-template-columns: 1fr; padding: 22px; border-radius: 18px; } .gratitude-mark { width: 48px; height: 48px; border-radius: 14px; } }
