:root{--color-brand-red:#B91C1C;--color-brand-red-dark:#991B1B;--color-brand-red-light:#FEE2E2;--color-brand-navy:#0F172A;--color-brand-navy-mid:#1E293B;--color-brand-navy-light:#334155;--color-brand-bg:#F8FAFC;--color-accent-gold:#D4AF37;--color-accent-gold-light:#F6E89A;--color-accent-gold-dark:#B8960C;--color-brand-teal:hsl(185,50%,28%);--color-accent-gold-hover:#B8960C;--color-neutral-50:#F8FAFC;--color-neutral-100:#F1F5F9;--color-neutral-200:#E2E8F0;--color-neutral-300:#CBD5E1;--color-neutral-400:#94A3B8;--color-neutral-500:#64748B;--color-neutral-600:#475569;--color-neutral-700:#334155;--color-neutral-800:#1E293B;--color-neutral-900:#0F172A;--color-surface-warm:#F8FAFC;--color-surface-card:#FFFFFF;--color-surface-sunken:#F1F5F9;--color-surface-overlay:rgba(15,23,42,0.6);--color-text-primary:#1E293B;--color-text-secondary:#475569;--color-text-tertiary:#94A3B8;--color-text-inverse:#FFFFFF;--color-success:hsl(142,60%,35%);--color-success-bg:hsl(142,60%,95%);--color-warning:hsl(35,90%,45%);--color-warning-bg:hsl(35,90%,95%);--color-error:#B91C1C;--color-error-bg:#FEE2E2;--color-info:hsl(210,80%,45%);--color-info-bg:hsl(210,80%,95%);--color-focus-ring:rgba(185,28,28,0.35);--space-2:0.125rem;--space-4:0.25rem;--space-8:0.5rem;--space-12:0.75rem;--space-16:1rem;--space-20:1.25rem;--space-24:1.5rem;--space-32:2rem;--space-40:2.5rem;--space-48:3rem;--space-64:4rem;--space-80:5rem;--space-96:6rem;--space-120:7.5rem;--space-160:10rem;--font-sans:var(--font-inter),sans-serif;--font-serif:var(--font-playfair),serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3rem;--text-6xl:3.75rem;--leading-none:1;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-3xl:24px;--radius-full:9999px;--border-width:1px;--border-color:var(--color-neutral-200);--shadow-none:none;--shadow-sm:0 1px 3px 0 rgba(0,0,0,0.06),0 1px 2px -1px rgba(0,0,0,0.06);--shadow-md:0 4px 12px -2px rgba(0,0,0,0.08),0 2px 4px -1px rgba(0,0,0,0.04);--shadow-lg:0 10px 30px -4px rgba(0,0,0,0.10),0 4px 8px -2px rgba(0,0,0,0.05);--shadow-xl:0 24px 48px -8px rgba(15,23,42,0.12),0 8px 16px -4px rgba(15,23,42,0.06);--shadow-card:0 2px 8px rgba(15,23,42,0.06),0 8px 24px rgba(15,23,42,0.05);--shadow-card-hover:0 8px 24px rgba(15,23,42,0.10),0 16px 40px rgba(15,23,42,0.08);--shadow-hero-image:0 32px 64px -12px rgba(15,23,42,0.20);--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-normal:250ms cubic-bezier(0.4,0,0.2,1);--transition-slow:400ms cubic-bezier(0.4,0,0.2,1);--z-negative:-1;--z-elevate:1;--z-sticky:100;--z-drawer:200;--z-modal:300;--z-popover:400;--z-toast:500;--container-max:1440px;--grid-gutter-desktop:24px;--grid-gutter-tablet:20px;--grid-gutter-mobile:16px;--glass-bg:hsla(0,0%,100%,0.7);--glass-bg-dark:hsla(210,30%,10%,0.7);--glass-border:1px solid hsla(0,0%,100%,0.5);--glass-border-dark:1px solid hsla(210,20%,95%,0.1);--glass-blur:blur(12px);--transition-smooth:500ms cubic-bezier(0.16,1,0.3,1);--transition-spring:600ms cubic-bezier(0.175,0.885,0.32,1.275)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100vh;background-color:var(--color-brand-bg,#F8FAFC);color:var(--color-text-primary);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;color:var(--color-brand-navy)}a{color:inherit;text-decoration:none}ol,ul{list-style:none}img{max-width:100%;height:auto;display:block}