:root{--sage: #9CAF88;--sage-light: #C5D4B8;--sage-dark: #6B7F5A;--cream: #FBF9F3;--ivory: #F5F1E6;--sand: #E8DFD0;--warm-gray: #8B8178;--terracotta: #C07556;--terracotta-light: #D4967E;--blush: #E8C4B8;--honey: #D4A574;--honey-light: #E8C9A0;--wine: #722F37;--wine-light: #8B4049;--gradient-warm: linear-gradient(135deg, var(--blush) 0%, var(--honey-light) 100%);--gradient-sage: linear-gradient(135deg, var(--sage-light) 0%, var(--sage) 100%);--gradient-earth: linear-gradient(135deg, var(--terracotta-light) 0%, var(--honey) 100%);--noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");--text-primary: #2C2825;--text-secondary: #5C5652;--text-muted: #8B8178;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 2rem;--space-xl: 4rem;--space-2xl: 8rem;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Cormorant Garamond", Georgia, serif;--font-accent: "Caveat", cursive;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .1), 0 4px 12px rgba(0, 0, 0, .06);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--transition-fast: .15s var(--ease-out-expo);--transition-base: .3s var(--ease-out-expo);--transition-slow: .5s var(--ease-out-expo)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--text-primary);background-color:var(--cream)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2.75rem,9vw,5.5rem)}h2{font-size:clamp(2rem,5vw,3rem)}h3{font-size:clamp(1.35rem,3vw,1.65rem)}p{max-width:65ch}a{color:var(--wine);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--wine-light)}:focus-visible{outline:2px solid var(--sage);outline-offset:2px;border-radius:4px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.text-center{text-align:center}.text-muted{color:var(--text-muted)}@view-transition{navigation:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in-up{animation:fadeInUp .8s var(--ease-out-expo) both}.animate-fade-in{animation:fadeIn .6s var(--ease-out-expo) both}.animate-slide-in-left{animation:slideInLeft .8s var(--ease-out-expo) both}.animate-scale-in{animation:scaleIn .6s var(--ease-out-expo) both}.stagger>*{animation:fadeInUp .8s var(--ease-out-expo) both}.stagger>*:nth-child(1){animation-delay:0ms}.stagger>*:nth-child(2){animation-delay:.1s}.stagger>*:nth-child(3){animation-delay:.2s}.stagger>*:nth-child(4){animation-delay:.3s}.stagger>*:nth-child(5){animation-delay:.4s}.stagger>*:nth-child(6){animation-delay:.5s}[data-reveal]{opacity:0;transform:translateY(40px)}.reveal{opacity:0;transform:translateY(30px)}.reveal.revealed{animation:fadeInUp .8s var(--ease-out-expo) both}.noise-overlay{position:fixed;inset:0;pointer-events:none;z-index:9999;background-image:var(--noise);background-repeat:repeat;opacity:.35}.section-kicker{font-family:var(--font-accent);font-size:1.35rem;color:var(--terracotta);margin-bottom:var(--space-xs);display:block}.section-wave{width:100%;overflow:hidden;line-height:0;position:relative}.section-wave svg{display:block;width:100%;height:auto}.btn-spotlight{position:relative;overflow:hidden;--mouse-x: 50%;--mouse-y: 50%}.btn-spotlight:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.15) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.btn-spotlight:hover:before{opacity:1}input:focus,textarea:focus,select:focus{transform:translateY(-1px);box-shadow:0 0 0 3px #9caf8826,0 4px 12px #0000000a}.card-depth{transition:transform .3s var(--ease-out-expo),box-shadow .3s var(--ease-out-expo)}.card-depth:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000014,0 4px 10px #0000000a}.nav-wavy-underline:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:4px;background:url("data:image/svg+xml,%3Csvg width='40' height='4' viewBox='0 0 40 4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2 C5 0, 10 4, 15 2 S25 0, 30 2 S35 4, 40 2' stroke='%239CAF88' stroke-width='1.2' fill='none'/%3E%3C/svg%3E") repeat-x;transform:scaleX(0);transform-origin:right;transition:transform .3s var(--ease-out-expo)}.nav-wavy-underline:hover:after{transform:scaleX(1);transform-origin:left}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}.reveal,[data-reveal]{opacity:1;transform:none}}
