:root{--color-sienna:#b8401a;--color-charcoal:#1c1e1a;--color-stone:#4a4b47;--color-mid-grey:#62635e;--color-warm-grey:#7c7d77;--color-parchment:#ece9e3;--color-surface:#d7d1c5;--color-white:#fff;--color-brand-primary:var(--color-sienna);--color-brand-authority:var(--color-charcoal);--color-text-primary:var(--color-stone);--color-text-secondary:var(--color-mid-grey);--color-text-muted:var(--color-warm-grey);--color-text-inverse:var(--color-parchment);--color-text-on-primary:var(--color-white);--color-surface-base:var(--color-parchment);--color-surface-raised:var(--color-white);--color-surface-subtle:var(--color-surface);--color-surface-inverse:var(--color-charcoal);--color-border-default:var(--color-surface);--color-border-strong:var(--color-mid-grey);--font-display:"Playfair Display", Georgia, serif;--font-body:"Raleway", system-ui, sans-serif;--font-mono:"DM Mono", monospace;--navbar-height-mobile:72px;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--space-2xl:12rem;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--text-3xl:3rem;--text-4xl:4rem;--text-5xl:6rem;--text-hero:clamp(4rem, 10vw, 9rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;height:100%;overflow-x:hidden}body{background-color:var(--color-surface-base);min-height:100%;color:var(--color-text-primary);font-family:var(--font-body);font-size:var(--text-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;line-height:1.7;display:flex}main{flex:1}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;color:inherit;appearance:none;background:0 0;border:none}.skip-link{z-index:9999;background:var(--color-brand-primary);color:var(--color-white);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;padding:.75rem 1.5rem;transition:top .2s;position:absolute;top:-200%;left:1rem}.skip-link:focus{top:1rem}@media (prefers-reduced-motion:no-preference){@keyframes revealUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:.7s cubic-bezier(.25,.46,.45,.94) .3s both revealUp}.reveal-delay-1{animation-delay:.4s}.reveal-delay-2{animation-delay:.5s}.reveal-delay-3{animation-delay:.6s}.reveal-delay-4{animation-delay:.7s}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;animation:.6s forwards fadeUp}.animate-delay-200{animation-delay:.2s}.animate-delay-400{animation-delay:.4s}.animate-delay-600{animation-delay:.6s}.animate-delay-800{animation-delay:.8s}}:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:3px}#mobile-menu.nav-open{justify-content:center;align-items:center;display:flex!important}
