/* ==========================================================================
   TaradomeFilms — Projects page (loaded after site.css)
   ========================================================================== */

/* Page hero (shared interior pattern) */
.page-hero { position: relative; padding: clamp(9rem, 18vw, 14rem) 0 clamp(3rem, 8vw, 5rem); overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 70% at 20% 10%, rgba(107,63,160,0.22), transparent 60%); pointer-events: none; }
.page-hero-grain { position: absolute; inset: 0; opacity: 0.05; mix-blend-mode: overlay; pointer-events: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"); }
.page-hero .eyebrow { margin-bottom: 1.6rem; }
.page-hero h1 { position: relative; font-size: clamp(2.6rem, 7vw, 5rem); }
.page-hero-lede { position: relative; margin-top: 1.6rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 52ch; line-height: 1.7; }

/* Flagship feature */
.project-feature { display: grid; grid-template-columns: 1fr 1.1fr; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background: var(--ink-2); }
@media (max-width: 880px) { .project-feature { grid-template-columns: 1fr; } }
.project-feature-media { position: relative; min-height: 360px; background: radial-gradient(90% 80% at 30% 20%, rgba(107,63,160,0.4), transparent 60%), radial-gradient(80% 70% at 90% 90%, rgba(110,31,36,0.35), transparent 55%), linear-gradient(135deg, #1a1424, #0b0b11); }
.pf-grain { position: absolute; inset: 0; opacity: 0.08; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"); }
.pf-badge { position: absolute; top: 1.2rem; left: 1.2rem; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; background: var(--purple); color: var(--white); padding: 0.4rem 0.9rem; border-radius: 2px; }
.project-feature-body { padding: clamp(2rem, 4vw, 3.5rem); }
.project-feature-body h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 1.1rem 0 1.3rem; }
.project-feature-body p { color: var(--muted); font-size: 1.02rem; line-height: 1.7; margin-bottom: 1rem; }
.project-meta { font-size: 0.85rem; color: var(--muted-2); margin: 1.4rem 0 1.8rem; }
.project-meta span { color: var(--purple-bright); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.7rem; margin-right: 0.3rem; }

/* Slate */
.slate-section { border-top: 1px solid var(--line); }
.slate { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 860px) { .slate { grid-template-columns: 1fr; } }
.slate-card { border: 1px solid var(--line); border-radius: 4px; padding: clamp(1.8rem, 3vw, 2.5rem); background: var(--black); transition: border-color 0.3s var(--ease), transform 0.3s var(--ease); }
.slate-card:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.slate-status { display: inline-block; font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase; padding: 0.35rem 0.8rem; border-radius: 2px; margin-bottom: 1.4rem; }
.status-dev { background: rgba(139,92,246,0.15); color: var(--purple-bright); }
.status-research { background: rgba(201,168,76,0.14); color: var(--gold); }
.status-soon { background: rgba(245,240,255,0.08); color: var(--muted); }
.slate-card h3 { font-size: 1.5rem; margin-bottom: 0.9rem; }
.slate-card p { color: var(--muted); font-size: 0.96rem; line-height: 1.65; margin-bottom: 1.4rem; }
.slate-type { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); padding-top: 1rem; border-top: 1px solid var(--line); display: block; }

/* Closing CTA */
.closing-cta { text-align: center; border-top: 1px solid var(--line); }
.closing-cta h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.closing-cta p { color: var(--muted); margin: 1.2rem auto 2rem; max-width: 48ch; }
