*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0a0a0a;--dark:#111111;--dark-mid:#1a1a1a;--grey:#888888;--white:#ffffff;--accent:#e8d5a3;--font:'Inter', system-ui, -apple-system, sans-serif;--nav-h:64px}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--black);color:var(--white);min-height:100vh}a{color:inherit;text-decoration:none}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 100%);backdrop-filter:blur(2px)}.nav-logo{font-size:1.1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--white)}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links a{font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.75);transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--white)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background-color:var(--dark);background-size:cover;background-position:50%}.hero-overlay{position:absolute;inset:0;background:linear-gradient( 135deg,rgba(0,0,0,.75) 0%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.6) 100% )}.hero-content{position:relative;z-index:1;max-width:800px;padding:0 2rem;margin-left:8vw}.hero-tagline{font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.05;letter-spacing:-.02em;color:var(--white);margin-bottom:1.25rem}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:rgba(255,255,255,.75);line-height:1.6;max-width:520px;margin-bottom:2rem}.hero-cta{display:inline-block;padding:.875rem 2rem;background:var(--accent);color:var(--black);font-weight:700;font-size:.875rem;letter-spacing:.06em;text-transform:uppercase;transition:opacity .2s}.hero-cta:hover{opacity:.85}.tile-grid-section{padding:2rem}.tile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:1400px;margin:0 auto}.tile{position:relative;display:block;background-color:var(--dark-mid);background-size:cover;background-position:50%;overflow:hidden;aspect-ratio:1/1;cursor:pointer}.tile--wide{grid-column:span 2;aspect-ratio:2/1}.tile--tall{grid-row:span 2;aspect-ratio:1/2}.tile-overlay{position:absolute;inset:0;background:linear-gradient( to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.1) 60%,transparent 100% );transition:opacity .3s}.tile:hover .tile-overlay{opacity:.6}.tile::before{content:'';position:absolute;inset:0;background:inherit;background-size:cover;background-position:50%;transition:transform .5s ease}.tile:hover{transform:none}.tile:hover::before{transform:scale(1.04)}.tile-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:1}.tile-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem}.tile-title{font-size:clamp(1rem,2vw,1.5rem);font-weight:700;color:var(--white);line-height:1.2}.tile--placeholder{background:var(--dark-mid);border:1px solid rgba(255,255,255,6%)}@media(max-width:768px){.tile-grid{grid-template-columns:1fr 1fr}.tile--wide{grid-column:span 2}.tile--tall{grid-row:span 1;aspect-ratio:1/1}}@media(max-width:480px){.tile-grid{grid-template-columns:1fr}.tile--wide{grid-column:span 1;aspect-ratio:1/1}}.page-header{padding:calc(var(--nav-h) + 3rem)2rem 2rem;max-width:900px;margin:0 auto}.page-header h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:900;letter-spacing:-.02em}.page-intro{margin-top:1rem;color:rgba(255,255,255,.65);font-size:1.1rem;line-height:1.6}.article-list{max-width:900px;margin:0 auto;padding:1rem 2rem 4rem;display:flex;flex-direction:column;gap:2rem}.article-card{display:flex;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,8%);padding-bottom:2rem}.article-card__image{flex-shrink:0;width:220px;height:160px;background-size:cover;background-position:50%;background-color:var(--dark-mid)}.article-card__body{flex:1}.article-card__label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem}.article-card__title{font-size:1.4rem;font-weight:700;margin-bottom:.4rem;line-height:1.2}.article-card__title a:hover{color:var(--accent)}.article-card__date{font-size:.8rem;color:var(--grey);margin-bottom:.75rem}.article-card__summary{color:rgba(255,255,255,.65);line-height:1.6;margin-bottom:1rem}.article-card__link{font-size:.85rem;font-weight:600;color:var(--accent);letter-spacing:.03em}.article-card__link:hover{opacity:.8}.empty-state{color:var(--grey);font-size:1.1rem;padding:2rem 0}@media(max-width:600px){.article-card{flex-direction:column}.article-card__image{width:100%;height:200px}}.single-post__hero{width:100%;height:60vh;background-size:cover;background-position:50%;margin-top:var(--nav-h)}.single-post__body{max-width:740px;margin:0 auto;padding:3rem 2rem 5rem}.single-post__body h1{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:900;letter-spacing:-.02em;margin:.75rem 0 .5rem;line-height:1.1}.single-post__date{font-size:.8rem;color:var(--grey);margin-bottom:2rem}.prose{color:rgba(255,255,255,.82);line-height:1.75}.prose h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--white)}.prose h3{font-size:1.2rem;font-weight:700;margin:2rem 0 .75rem;color:var(--white)}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin:0 0 1.25rem 1.5rem}.prose li{margin-bottom:.4rem}.prose img{width:100%;margin:2rem 0}.prose a{color:var(--accent);text-decoration:underline}.prose blockquote{border-left:3px solid var(--accent);padding-left:1.25rem;color:rgba(255,255,255,.6);font-style:italic;margin:1.5rem 0}.prose code{background:var(--dark-mid);padding:.15em .4em;border-radius:3px;font-size:.9em}.prose pre{background:var(--dark-mid);padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.prose pre code{background:0 0;padding:0}.contact-page{max-width:640px;margin:0 auto;padding:1rem 2rem 5rem}.contact-form{margin-top:2rem}.form-group{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.65)}.form-group input,.form-group textarea{background:var(--dark-mid);border:1px solid rgba(255,255,255,.12);color:var(--white);font-family:var(--font);font-size:1rem;padding:.75rem 1rem;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent)}.btn-submit{background:var(--accent);color:var(--black);font-family:var(--font);font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.875rem 2rem;border:none;cursor:pointer;transition:opacity .2s}.btn-submit:hover{opacity:.85}.site-footer{border-top:1px solid rgba(255,255,255,8%);padding:2rem;text-align:center;color:var(--grey);font-size:.8rem}