:root{--olive-deep:#2c3527;--olive:#4a5540;--olive-light:#6b7a5e;--warm-cream:#faf6f0;--warm-cream-dark:#f0e9df;--terracotta:#c1623b;--terracotta-light:#d4845e;--gold:#c9944a;--gold-light:#e8c88a;--charcoal:#1a1a18;--text-primary:#2a2a26;--text-secondary:#5c5c54;--serif:"Playfair Display", Georgia, serif;--sans:"Inter", -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--warm-cream);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.app{min-height:100vh}.hero{background:var(--olive-deep);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-overlay{background:radial-gradient(at 30% 20%,#c9944a14 0%,#0000 50%),radial-gradient(at 70% 80%,#c1623b0f 0%,#0000 50%),linear-gradient(#0000001a 0%,#0000 30% 70%,#0003 100%);position:absolute;inset:0}.hero-content{text-align:center;padding:2rem;animation:1.5s ease-out heroFadeIn;position:relative}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-logo-container{margin-bottom:2.5rem}.hero-logo{object-fit:contain;border:3px solid var(--gold);background:#fff;border-radius:50%;width:160px;height:160px;padding:6px;box-shadow:0 0 60px #c9944a33}.hero-title{font-family:var(--serif);color:var(--warm-cream);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:700;line-height:1.05}.hero-tagline{color:var(--gold-light);max-width:540px;margin:0 auto;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:300;line-height:1.7}.hero-scroll-indicator{position:absolute;bottom:-4rem;left:50%;transform:translate(-50%)}.hero-scroll-indicator span{background:linear-gradient(to bottom, var(--gold), transparent);width:2px;height:40px;animation:2s ease-in-out infinite scrollPulse;display:block}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.section{padding:8rem 2rem;position:relative}.section-inner{max-width:900px;margin:0 auto}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--terracotta);margin-bottom:1rem;font-size:.8rem;font-weight:600}.section h2{font-family:var(--serif);color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:600;line-height:1.15}.section-description{color:var(--text-secondary);max-width:640px;font-size:1.15rem;line-height:1.8}.section-about{background:var(--warm-cream)}.section-progress{background:var(--warm-cream-dark)}.timeline{margin-top:3rem;padding-left:2rem;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--gold), var(--terracotta-light), transparent);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline-item{margin-bottom:3rem;padding-left:2rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-marker{background:var(--terracotta);border:3px solid var(--warm-cream-dark);width:12px;height:12px;box-shadow:0 0 0 2px var(--terracotta);border-radius:50%;position:absolute;top:.5rem;left:-2rem}.timeline-content{background:#fff;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 12px #0000000a}.timeline-content:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000014}.timeline-date{color:var(--olive-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:500;display:block}.timeline-content h3{font-family:var(--serif);color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.timeline-content p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.section-offerings{background:var(--warm-cream)}.offerings-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.offering-card{background:#fff;border:1px solid #0000000a;border-radius:16px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 12px #0000000a}.offering-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #00000014}.offering-icon{width:48px;height:48px;color:var(--terracotta);margin-bottom:1.5rem}.offering-icon svg{width:100%;height:100%}.offering-card h3{font-family:var(--serif);color:var(--text-primary);margin-bottom:.75rem;font-size:1.4rem;font-weight:600}.offering-card p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.section-connect{background:var(--olive-deep);color:var(--warm-cream)}.section-connect .section-label{color:var(--gold-light)}.section-connect h2{color:var(--warm-cream)}.section-connect .section-description{color:#faf6f0b3}.instagram-link{color:var(--warm-cream);background:#ffffff14;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.75rem;margin-top:2rem;padding:1rem 2rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.instagram-link:hover{border-color:var(--gold);background:#ffffff24;transform:translateY(-2px)}.instagram-icon{width:24px;height:24px}.footer{background:var(--charcoal);color:#faf6f080;padding:3rem 2rem}.footer-inner{text-align:center;max-width:900px;margin:0 auto}.footer p{font-size:.9rem}.fade-in{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (width<=768px){.hero{min-height:85vh}.hero-logo{width:120px;height:120px}.section{padding:5rem 1.5rem}.timeline,.timeline-item{padding-left:1.5rem}.timeline-marker{left:-1.5rem}.timeline-content{padding:1.5rem}.offerings-grid{grid-template-columns:1fr}.offering-card{padding:2rem 1.5rem}}
