@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--navy:#142638;--sage:#84937a;--cream:#f6f2eb;--white:#fff;--ink:#1d252b;--muted:#687078;--line:#ddd8cf;--gold:#b39a6b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:var(--cream)}a{text-decoration:none;color:inherit}
.hero{min-height:650px;background:linear-gradient(120deg,rgba(20,38,56,.95),rgba(20,38,56,.72)),url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1800&q=85") center/cover;color:white}
.nav{max-width:1150px;margin:auto;padding:26px 28px;display:flex;justify-content:space-between;align-items:center}.nav a{font-size:13px;text-transform:uppercase;letter-spacing:.12em}.monogram{font-family:"Playfair Display";font-size:23px}.monogram span{font-style:italic;color:#d8cfb8}
.hero-inner{max-width:850px;margin:90px auto;padding:0 28px;text-align:center}.eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600}.hero h1{font:600 clamp(55px,8vw,92px)/.92 "Playfair Display";margin:22px 0}.hero h1 em{color:#d8cfb8;font-weight:500}.intro{max-width:650px;margin:25px auto 34px;line-height:1.8;font-size:16px;color:#edf0f1}.button{display:inline-block;border:0;background:var(--navy);color:white;padding:15px 23px;border-radius:2px;font-weight:600;cursor:pointer}.button.light{background:white;color:var(--navy)}
main{max-width:1150px;margin:auto}.welcome{max-width:760px;text-align:center;padding:100px 28px 70px;margin:auto}.welcome h2,.section-head h2,.how h2{font:500 clamp(35px,5vw,54px)/1.05 "Playfair Display";margin:14px 0 20px}.welcome p:last-child{color:var(--muted);line-height:1.8}
.wishlist,.funds{padding:55px 28px}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.stats{color:var(--muted);font-size:13px}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.tab{border:1px solid var(--line);background:transparent;padding:10px 15px;border-radius:30px;cursor:pointer;color:var(--muted)}.tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid var(--line);overflow:hidden;position:relative;display:flex;flex-direction:column}.card-img{height:205px;background:#e8e4dd center/cover}.card-body{padding:20px;display:flex;flex-direction:column;flex:1}.card h3{font:500 25px "Playfair Display";margin:0 0 8px}.card p{color:var(--muted);font-size:14px;line-height:1.6;margin:0 0 17px}.price{font-weight:600;margin-top:auto;margin-bottom:15px}.card .button{width:100%;text-align:center}.claimed{position:absolute;inset:0;background:rgba(20,38,56,.9);color:white;display:flex;align-items:center;justify-content:center;text-align:center;padding:25px;z-index:2}.claimed b{font:500 31px "Playfair Display";display:block;margin-bottom:8px}.card.is-claimed{filter:saturate(.6)}
.fund-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.fund{background:var(--navy);color:white;padding:32px}.fund h3{font:500 32px "Playfair Display";margin:10px 0}.fund p{color:#dbe1e4;line-height:1.7;font-size:14px}.bar{height:8px;background:#405363;margin:22px 0 10px}.bar span{display:block;height:100%;background:#c5b690}.fund-meta{display:flex;justify-content:space-between;font-size:13px;color:#dbe1e4}.fund .button{margin-top:20px;background:white;color:var(--navy)}
.how{padding:95px 28px;display:grid;grid-template-columns:1fr 2fr;gap:70px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.steps b{color:var(--gold)}.steps h3{font:500 25px "Playfair Display"}.steps p{font-size:14px;color:var(--muted);line-height:1.6}
footer{background:#0e1c29;color:white;padding:45px 28px;text-align:center}.footer p{color:#ccd3d8}footer a{font-size:12px;color:#9eabb3;display:block;margin-top:18px}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.65);display:none;align-items:center;justify-content:center;padding:20px;z-index:20}.modal.open{display:flex}.modal-box{background:var(--cream);max-width:520px;width:100%;padding:35px;position:relative}.close{position:absolute;right:18px;top:12px;border:0;background:none;font-size:30px;cursor:pointer}.modal-box h2{font:500 36px "Playfair Display";margin:8px 0}.modal-box p{color:var(--muted);line-height:1.6}.modal-box label{display:block;font-size:13px;font-weight:600;margin:16px 0}.modal-box input{display:block;width:100%;padding:13px;margin-top:7px;border:1px solid var(--line);background:white}.modal-box .button{width:100%;margin-top:8px}.modal-box small{display:block;color:var(--muted);margin-top:12px;line-height:1.5}.hidden{display:none!important}.success{padding:20px;background:#e4eadf;color:#263627}
@media(max-width:800px){.grid{grid-template-columns:1fr 1fr}.how{grid-template-columns:1fr;gap:20px}.fund-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.hero{min-height:620px}}
@media(max-width:520px){.grid{grid-template-columns:1fr}.section-head{display:block}.stats{margin-top:10px}.hero-inner{margin-top:65px}.wishlist,.funds{padding-left:18px;padding-right:18px}.welcome{padding-top:70px}}
