@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--bg: #0a0a0a;--bg-card: #111111;--bg-hover: #161616;--border: #1e1e1e;--border-hover: #333333;--text: #f0ede6;--text-muted: #888888;--text-dim: #3a3a3a;--accent: #e8a045;--accent-light: #f5c278;--accent-bg: rgba(232, 160, 69, .08);--radius: 12px;--max: 1200px;--post-max: 720px;--ease: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;line-height:1.25;color:var(--text)}.container{max-width:var(--max);margin:0 auto;padding:0 2rem}.nav{position:sticky;top:0;z-index:100;background:#0a0a0ae0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:var(--max);margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--accent);letter-spacing:-.02em}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);transition:color var(--ease)}.nav-links a:hover,.nav-links a[data-active]{color:var(--text)}.hero{min-height:calc(100vh - 64px);display:flex;align-items:center;padding:6rem 0;position:relative;overflow:hidden}.hero-glow{position:absolute;width:900px;height:900px;background:radial-gradient(circle at center,rgba(232,160,69,.05) 0%,transparent 65%);top:50%;left:40%;transform:translate(-50%,-50%);pointer-events:none}.hero-content{position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.8125rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:2rem}.hero-eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--accent)}.hero-name{font-family:Playfair Display,serif;font-size:clamp(5rem,14vw,9.5rem);font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--text);margin-bottom:1.5rem}.hero-tagline{font-size:1.125rem;color:var(--text-muted);max-width:480px;margin-bottom:3rem;line-height:1.75}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 2rem;background:var(--accent);color:#0a0a0a;border-radius:100px;font-weight:600;font-size:.9375rem;transition:all var(--ease)}.hero-cta:hover{background:var(--accent-light);transform:translateY(-2px)}.hero-cta svg{transition:transform var(--ease)}.hero-cta:hover svg{transform:translate(4px)}.section{padding:6rem 0}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:3rem}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--text)}.view-all{font-size:.875rem;color:var(--text-muted);display:inline-flex;align-items:center;gap:.375rem;transition:color var(--ease)}.view-all:hover{color:var(--accent)}.divider{height:1px;background:var(--border)}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:all var(--ease);cursor:pointer}.post-card:hover{border-color:var(--border-hover);background:var(--bg-hover);transform:translateY(-3px)}.post-tags{display:flex;gap:.5rem;flex-wrap:wrap}.post-tag{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-bg);padding:.25rem .625rem;border-radius:100px}.post-title{font-family:Playfair Display,serif;font-size:1.375rem;font-weight:700;line-height:1.3;color:var(--text);transition:color var(--ease)}.post-card:hover .post-title{color:var(--accent-light)}.post-excerpt{font-size:.9375rem;color:var(--text-muted);line-height:1.7;flex:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.post-meta{display:flex;align-items:center;gap:1rem;font-size:.8125rem;color:var(--text-muted);padding-top:1rem;border-top:1px solid var(--border);margin-top:auto}.meta-dot{width:3px;height:3px;background:var(--border-hover);border-radius:50%}.post-hero{padding:6rem 0 4rem;border-bottom:1px solid var(--border);margin-bottom:4rem}.post-hero-tags{margin-bottom:1.5rem}.post-hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;max-width:var(--post-max);margin-bottom:1.5rem}.post-hero-desc{font-size:1.125rem;color:var(--text-muted);max-width:600px;line-height:1.7;margin-bottom:2rem}.post-hero-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--text-muted)}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted);margin-bottom:3rem;transition:color var(--ease)}.back-link:hover{color:var(--accent)}.prose{max-width:var(--post-max);font-size:1.0625rem;line-height:1.85;color:#ccc8c0}.prose p{margin-bottom:1.75rem}.prose h2{font-size:1.75rem;margin:3rem 0 1.25rem;color:var(--text)}.prose h3{font-size:1.375rem;margin:2.5rem 0 1rem;color:var(--text)}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose a:hover{color:var(--accent-light)}.prose strong{color:var(--text);font-weight:600}.prose blockquote{border-left:3px solid var(--accent);padding:1rem 1.5rem;margin:2rem 0;background:var(--accent-bg);border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--text-muted)}.prose code{background:var(--bg-hover);border:1px solid var(--border-hover);padding:.125rem .375rem;border-radius:4px;font-family:Fira Code,Cascadia Code,monospace;font-size:.875em}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.75rem}.prose li{margin-bottom:.5rem}.prose hr{border:none;border-top:1px solid var(--border);margin:3rem 0}.about-hero{padding:8rem 0 4rem}.about-eyebrow{font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.about-name{font-family:Playfair Display,serif;font-size:clamp(3rem,8vw,5.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:2rem}.about-intro{font-size:1.25rem;color:var(--text-muted);max-width:640px;line-height:1.7}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:6rem;padding:6rem 0;border-top:1px solid var(--border)}.about-bio{font-size:1.0625rem;line-height:1.85;color:#ccc8c0}.about-bio p{margin-bottom:1.5rem}.about-sidebar h3{font-size:.6875rem;font-family:Inter,sans-serif;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;margin-top:2.5rem}.about-sidebar h3:first-child{margin-top:0}.about-sidebar ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.about-sidebar li{font-size:.9375rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.about-sidebar li:before{content:"→";color:var(--accent);font-size:.75rem}.blog-header{padding:6rem 0 4rem;border-bottom:1px solid var(--border);margin-bottom:4rem}.blog-header-title{font-size:clamp(3rem,8vw,5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.blog-header-desc{font-size:1.0625rem;color:var(--text-muted)}.footer{border-top:1px solid var(--border);padding:3rem 0;margin-top:8rem}.footer-inner{max-width:var(--max);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.875rem;color:var(--text-dim)}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.875rem;color:var(--text-muted);transition:color var(--ease)}.footer-links a:hover{color:var(--accent)}@media(max-width:900px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.container,.nav-inner,.footer-inner{padding:0 1.25rem}.hero{padding:4rem 0;min-height:auto}.section{padding:4rem 0}.post-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:3rem}.section-header{flex-direction:column;gap:1rem}}
