@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');:root{--ink:#17211b;--muted:#667269;--paper:#f3f0e6;--cream:#fbfaf5;--forest:#183c2b;--gold:#d6aa50;--line:#d9d5c9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.65}.nav{height:72px;position:sticky;top:0;z-index:10;background:rgba(243,240,230,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5vw}.brand{font-weight:700;text-decoration:none;color:var(--ink)}.brand span{font-weight:400;color:var(--muted);margin-left:8px}.nav nav{display:flex;gap:25px}.nav nav a{font-size:.86rem;color:var(--muted);text-decoration:none}.hero{min-height:650px;max-width:1200px;margin:auto;padding:90px 5vw;display:grid;grid-template-columns:1.4fr .8fr;gap:70px;align-items:center}.eyebrow{font-size:.7rem;letter-spacing:.2em;font-weight:700;color:#718074;margin:0 0 18px}.hero h1,h2,h3{font-family:"Libre Baskerville",serif;line-height:1.15}.hero h1{font-size:clamp(3.1rem,6vw,6.3rem);letter-spacing:-.055em;margin:0 0 25px}.intro{font-size:1.16rem;color:var(--muted);max-width:650px;margin-bottom:32px}.button{display:inline-block;background:var(--forest);color:white;text-decoration:none;padding:13px 20px;border-radius:3px;font-weight:700}.hero-mark{height:390px;background:var(--forest);border-radius:45% 45% 8px 8px;position:relative;color:white;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.sun{position:absolute;width:170px;height:170px;border-radius:50%;background:var(--gold);right:-25px;top:35px}.bird{position:absolute;right:80px;top:115px;font-size:7rem;color:#f7f4e9;transform:rotate(-8deg)}.hero-mark p{letter-spacing:.15em;font-size:.7rem;color:#c9d5c7}.hero-mark strong{font-size:1.4rem;color:white}.section{max-width:1200px;margin:auto;padding:110px 5vw}.section h2{font-size:clamp(2.3rem,4vw,4.3rem);letter-spacing:-.04em;margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}.cards article{background:var(--cream);border:1px solid var(--line);padding:32px;min-height:280px}.cards span,.number{font-size:.68rem;letter-spacing:.15em;font-weight:700;color:#718074}.cards h3{font-size:1.45rem;margin:28px 0 15px}.cards p,.species p,.copy p,.photo-copy p,.about-text{color:var(--muted)}.dark{max-width:none;background:var(--forest);color:white;padding-left:max(5vw,calc((100% - 1100px)/2));padding-right:max(5vw,calc((100% - 1100px)/2))}.dark .eyebrow{color:#b9cbb8}.species{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#46604e;margin-top:45px}.species article{background:var(--forest);padding:30px;min-height:245px}.species h3{font-size:1.3rem;margin-top:25px}.species p{color:#c0cbc0}.number{color:var(--gold)}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line)}.copy{font-size:1.08rem;max-width:620px}.photo-section{background:var(--cream);padding:100px max(5vw,calc((100% - 1100px)/2));display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.photo-copy h2{font-size:clamp(2.3rem,4vw,4rem);margin:0}.photo-box{min-height:320px;background:#2b4637;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;color:white;border-radius:4px}.photo-box span{font-size:.68rem;letter-spacing:.18em;color:#d6aa50;font-weight:700}.photo-box strong{font:700 1.7rem "Libre Baskerville",serif;margin:12px 0}.photo-box small{color:#c6d0c8}.about{text-align:center}.about h2{max-width:750px;margin:0 auto 25px}.about-text{max-width:720px;margin:auto;font-size:1.08rem}footer{background:#11281d;color:#b9c5bb;padding:30px 5vw;display:flex;justify-content:space-between;font-size:.8rem}footer strong{color:white}@media(max-width:850px){.nav{padding:0 22px}.nav nav{display:none}.hero{grid-template-columns:1fr;padding:70px 22px}.section{padding:80px 22px}.cards,.species{grid-template-columns:1fr 1fr}.split,.photo-section{grid-template-columns:1fr;gap:30px}.dark{padding-left:22px;padding-right:22px}}@media(max-width:560px){.cards,.species{grid-template-columns:1fr}.hero h1{font-size:3.2rem}.hero-mark{height:300px}footer{flex-direction:column;gap:8px}}
.hero-photo{height:390px;border-radius:12px;overflow:hidden;background:#183c2b;box-shadow:0 20px 50px rgba(20,40,25,.18)}
.hero-photo img{width:100%;height:100%;object-fit:cover}.card-img{width:100%;height:145px;object-fit:cover;margin:-32px -32px 22px;width:calc(100% + 64px)}.gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:5px}.world-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:38px 0}.world-strip img{width:100%;height:190px;object-fit:cover;border-radius:5px}@media(max-width:850px){.gallery{grid-template-columns:repeat(2,1fr)}.world-strip{grid-template-columns:1fr}.hero-photo{height:300px}}@media(max-width:560px){.gallery{grid-template-columns:1fr}.gallery img{height:240px}}
