@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--bg: #faf8f4;--surface: #ffffff;--navy: #1a3a5c;--navy-dark: #0f2540;--gold: #a0782a;--gold-light: #c9a05a;--gold-pale: #f5ede0;--text: #1a1612;--text-mid: #4a3f35;--text-soft: #9a8f84;--border: #e3dcd2;--shadow-sm: 0 1px 8px rgba(26,58,92,.06);--shadow-md: 0 4px 24px rgba(26,58,92,.1);--shadow-lg: 0 8px 48px rgba(26,58,92,.14);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif;--color-accent: #a0782a;--color-accent-hover: #8a6520;--color-dark: #1a1612;--color-text: #4a3f35;--color-muted: #9a8f84;--color-border: #e3dcd2;--color-bg: #faf8f4;--color-surface: #ffffff;--color-green: #4a7c59;--color-navy: #1a3a5c}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.wave-divider{width:100%;overflow:hidden;line-height:0;clip-path:polygon(0 0,100% 0,100% 88%,0 100%)}@media (max-width: 768px){.split-grid{grid-template-columns:1fr!important}.hide-mobile{display:none!important}}
