/*
Theme Name: Daniel Portfolio SEO
Theme URI: https://dominguezdaniel.com/
Author: Daniel Dominguez
Description: Crawlable React portfolio theme with clean URLs, server-rendered fallback content, route-specific SEO metadata and an XML sitemap.
Version: 6.0.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: daniel-portfolio-seo
*/

html { scroll-behavior: smooth; }
body { margin: 0; background: #ebebeb; color: #1a1a1a; font-family: Inter, Arial, sans-serif; }
.dd-ssr { min-height: 100vh; background: #fff; }
.dd-ssr__header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.25rem max(1.5rem, calc((100vw - 1120px) / 2)); background: #ebebeb; border-bottom: 1px solid #d4d4d4; }
.dd-ssr__brand { color: #1a1a1a; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.dd-ssr nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.dd-ssr nav a, .dd-ssr__main a { color: #b53600; font-weight: 600; }
.dd-ssr__main { max-width: 880px; margin: 0 auto; padding: 5rem 1.5rem; line-height: 1.7; }
.dd-ssr__main h1 { max-width: 800px; margin: 0 0 1.5rem; font-size: clamp(2.5rem, 8vw, 5rem); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.dd-ssr__main h2 { margin-top: 3.5rem; font-size: clamp(1.6rem, 4vw, 2.3rem); line-height: 1.15; text-transform: uppercase; }
.dd-ssr__main h3 { margin-bottom: .5rem; font-size: 1.35rem; text-transform: uppercase; }
.dd-ssr__main section, .dd-ssr__main article { padding: 1.5rem 0; border-bottom: 1px solid #d4d4d4; }
.dd-ssr__eyebrow { color: #b53600; font: 700 .75rem/1.4 "JetBrains Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
.dd-ssr__footer { padding: 2rem max(1.5rem, calc((100vw - 1120px) / 2)); background: #1a1a1a; color: #fff; }
@media (max-width: 700px) { .dd-ssr__header { align-items: flex-start; flex-direction: column; } .dd-ssr nav { gap: .8rem; } }
