*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #C9A84C;--gold-light: #E8C96A;--gold-dark: #9A7A2E;--navy: #0E1B2E;--navy-mid: #162440;--navy-light: #1E3055;--text: #F0EDE6;--text-muted: #A8A49C;--text-dark: #1A1814;--surface: #F7F5F0;--surface-mid: #EDEAE3;--border: rgba(201,168,76,.2);--radius: 4px;--radius-lg: 8px;--max: 1200px;--font-body: "Inter", system-ui, sans-serif;--font-display: "Playfair Display", Georgia, serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--text-dark);background:#fff;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:400;line-height:1.2}h1{font-size:clamp(2.4rem,5vw,3.8rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--navy);margin-bottom:1rem}h3{font-size:1.2rem;color:var(--navy)}p{line-height:1.8}a{color:var(--gold-dark)}.btn-primary{background:var(--gold);color:var(--navy);padding:14px 28px;border-radius:var(--radius);text-decoration:none;font-weight:600;font-size:14px;letter-spacing:.04em;transition:background .2s,transform .15s;display:inline-block;border:none;cursor:pointer;font-family:var(--font-body)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-outline{border:1px solid rgba(201,168,76,.4);color:var(--text);padding:14px 28px;border-radius:var(--radius);text-decoration:none;font-weight:400;font-size:14px;transition:border-color .2s,color .2s;display:inline-block}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}section{padding:96px 2rem}.section-inner{max-width:var(--max);margin:0 auto}.section-eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.75rem;display:flex;align-items:center;gap:8px}.section-eyebrow:before{content:"";display:block;width:24px;height:1px;background:var(--gold-dark)}.section-eyebrow.light{color:var(--gold)}.section-eyebrow.light:before{background:var(--gold)}.lead{font-size:17px;color:#555;line-height:1.8;max-width:640px}.lead.light{color:#ffffff80}nav.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0e1b2ef7;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s}.nav-inner{max-width:var(--max);margin:0 auto;padding:0 2rem;height:72px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-mark{width:40px;height:40px;background:var(--gold);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:var(--navy);letter-spacing:.05em;flex-shrink:0}.logo-text{display:flex;flex-direction:column}.logo-name{font-family:var(--font-display);font-size:17px;font-weight:500;color:#fff;line-height:1.2}.logo-tagline{font-size:10px;letter-spacing:.12em;color:var(--gold);text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:var(--text-muted);font-size:14px;transition:color .2s}.nav-links a:hover,.nav-links a[aria-current=page]{color:#fff}.nav-cta{background:var(--gold)!important;color:var(--navy)!important;font-weight:600!important;padding:10px 22px!important;border-radius:var(--radius)}.nav-cta:hover{background:var(--gold-light)!important}.nav-phone{font-size:13px;color:var(--gold)!important}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}.hamburger span{display:block;width:24px;height:2px;background:var(--text)}.mobile-menu{display:none;background:var(--navy);border-top:1px solid var(--border);padding:1.5rem 2rem;flex-direction:column;gap:1.25rem}.mobile-menu a{text-decoration:none;color:var(--text-muted);font-size:15px;display:block}.mobile-menu.open{display:flex}footer.site-footer{background:#060e1b;padding:3rem 2rem 2rem}.footer-inner{max-width:var(--max);margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:2rem}.footer-brand p{font-size:14px;color:#ffffff59;margin-top:1rem;line-height:1.7}.footer-col h5{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-weight:600}.footer-col a{display:block;text-decoration:none;font-size:14px;color:#fff6;margin-bottom:.6rem;transition:color .2s}.footer-col a:hover{color:#fffc}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:13px;color:#ffffff40}.page-hero{background:var(--navy);padding:140px 2rem 80px}.page-hero-inner{max-width:var(--max);margin:0 auto}.page-hero h1{color:#fff;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.page-hero p{color:var(--text-muted);font-size:18px;max-width:600px}.breadcrumb{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--text-muted);margin-bottom:1.5rem}.breadcrumb a{color:var(--gold);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .sep{opacity:.4}.card{background:var(--surface);border:1px solid var(--surface-mid);border-radius:var(--radius-lg);padding:2rem;transition:border-color .2s,transform .2s}.card:hover{border-color:var(--gold);transform:translateY(-3px)}.card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.dark-section{background:var(--navy);padding:96px 2rem}.dark-section h2{color:#fff}.cta-band{background:var(--navy);padding:80px 2rem}.cta-band-inner{max-width:720px;margin:0 auto;text-align:center}.cta-band h2{color:#fff;margin-bottom:1rem}.cta-band p{color:var(--text-muted);font-size:17px;margin-bottom:2.5rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-phone{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:18px;font-weight:500;text-decoration:none;border:1px solid var(--border);padding:12px 24px;border-radius:var(--radius);transition:border-color .2s}.cta-phone:hover{border-color:var(--gold)}@media (max-width: 900px){.nav-links{display:none}.hamburger{display:flex}.card-grid-3,.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){section{padding:64px 1.25rem}.card-grid-3,.card-grid-2,.footer-grid{grid-template-columns:1fr}}
