/* Syne font declarations */
@font-face{font-family:'Syne';font-style:normal;font-weight:400 800;font-display:swap;src:url('/fonts/syne-latin-ext-site.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Syne';font-style:normal;font-weight:400 800;font-display:swap;src:url('/fonts/syne-latin-site.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* Override display font to Syne across all pages */
:root{--font-display:'Syne',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}

/* Cinematic grain overlay */
body::after{content:'';position:fixed;inset:0;pointer-events:none;z-index:9998;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:300px 300px}

/* Top cinematic accent stripe */
body::before{content:'';position:fixed;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#ff4d1c 20%,#ff8c2e 50%,#ff4d1c 80%,transparent 100%);z-index:10000;opacity:.9;pointer-events:none}

/* Typography — tighter, heavier headings */
h1,h2,h3{letter-spacing:-.04em;font-weight:700}
.section-title{letter-spacing:-.03em}
.section-label{letter-spacing:.22em}
.section-label::before{content:'■';font-size:.45em;margin-right:.6em;opacity:.5;vertical-align:middle}

/* Nav stronger blur */
nav{backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid rgba(255,77,28,.08)!important}
