:root{--paper:#f6f3eb;--ink:#263c31;--muted:#6c766b;--line:#dce0d4;--green:#28634e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--green);outline-offset:6px}.page{max-width:1160px;padding:0 44px;margin:auto}header{height:108px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;font-size:23px;font-weight:750;letter-spacing:-1px}nav{display:flex;gap:30px;font-size:13px}nav a:hover{color:var(--green)}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:55px;padding:78px 0 86px;align-items:center}.eyebrow{font-size:10px;letter-spacing:2.2px;font-weight:700;color:var(--green);margin:0 0 24px}.eyebrow>span{display:inline-block;background:#60896b;width:6px;height:6px;border-radius:50%;margin-right:7px}h1{font-family:Georgia,"Times New Roman",serif;font-size:76px;line-height:1.09;letter-spacing:-3.7px;font-weight:400;margin:0 0 28px}h1 em{font-weight:400;color:var(--green)}.intro{font-size:18px;line-height:1.8;color:var(--muted);margin:0 0 28px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;border:1px solid #b9c7b5;border-radius:5px;padding:13px 19px;font-size:13px;font-weight:600;transition:background .15s}.button:hover{background:#e5eadc}.button span{font-size:21px;font-weight:400;line-height:1}.hero-note{font-size:11px;color:var(--muted);margin-top:25px}.art{aspect-ratio:0.92;border-radius:140px 140px 12px 12px;background:#e5e8d7;position:relative;overflow:hidden;isolation:isolate}.art-label{position:absolute;top:49px;left:0;width:100%;text-align:center;letter-spacing:1.6px;font-size:8px;color:#6d785f}.sun{position:absolute;top:86px;right:70px;width:130px;height:130px;border-radius:50%;background:#e6c894}.bird{position:absolute;width:80%;left:11%;top:19%;filter:drop-shadow(0 15px 18px #214e3420);transform:rotate(-9deg)}.orbit{position:absolute;border:1px solid #c3cdb5;border-radius:50%;width:125%;height:90%;left:-12%;top:33%;transform:rotate(-25deg);z-index:-1}.orbit-two{top:46%;left:2%}.art-bottom{position:absolute;bottom:25px;left:25px;right:25px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:1.3px;color:#566a51}.about{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-block:1px solid var(--line);padding:58px 0}.about .eyebrow{margin-bottom:17px}h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.28;letter-spacing:-.8px;font-weight:400;margin:0}.about-copy p{margin:0 0 16px;color:var(--muted);font-size:15px}.about-copy p:last-child{margin:0}.interests{padding:64px 0}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.section-heading>span{font-size:9px;letter-spacing:1.8px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cards article{padding:26px;border:1px solid var(--line);border-radius:8px;background:#fbf9f340}.number{font-family:Georgia,serif;color:#8a9b80;font-size:20px}.cards h3{font-size:16px;font-weight:600;letter-spacing:-.2px;margin:24px 0 11px}.cards p{font-size:13px;color:var(--muted);margin:0}.contact{background:#e8ecdf;border:1px solid #d9e0cf;border-radius:10px;padding:38px 40px;display:flex;align-items:center;justify-content:space-between;gap:25px}.contact .eyebrow{margin-bottom:13px}.contact p:last-child{color:var(--muted);font-size:13px;margin:12px 0 0}.dark{background:var(--green);color:white;border-color:var(--green);flex-shrink:0}.dark:hover{background:#1b4c3b}footer{display:flex;justify-content:space-between;gap:20px;padding:35px 0;font-size:10px;color:var(--muted)}@media(max-width:850px){.page{padding:0 28px}.hero{gap:30px;padding:58px 0}h1{font-size:60px}.art{border-radius:95px 95px 10px 10px}.sun{width:100px;height:100px;top:68px;right:40px}.art-label{top:37px;font-size:7px}.about{gap:40px}.cards{gap:12px}.cards article{padding:20px}.contact{padding:30px}h2{font-size:29px}}@media(max-width:600px){.page{padding:0 22px}header{height:82px}.brand{font-size:21px}.brand img{width:27px;height:27px}nav{gap:15px;font-size:11px}nav a:last-child{display:none}.hero{grid-template-columns:1fr;padding:42px 0;gap:30px}.eyebrow{font-size:9px;letter-spacing:1.6px}h1{font-size:65px;letter-spacing:-3px}.intro{font-size:16px}.hero-note{max-width:270px}.art{aspect-ratio:1.15;border-radius:120px 120px 12px 12px;max-width:370px;width:100%;margin:auto}.art-label{top:34px}.bird{width:70%;left:16%;top:12%}.sun{top:65px;right:68px}.about{grid-template-columns:1fr;gap:26px;padding:36px 0}.about h2 br{display:none}.about-copy{font-size:14px}.interests{padding:40px 0}.section-heading>span{display:none}.cards{grid-template-columns:1fr;gap:12px}.cards article{padding:23px;display:grid;grid-template-columns:35px 1fr;gap:0 15px}.cards h3{margin:3px 0 10px}.cards p{grid-column:2}.number{grid-row:1/3}.contact{padding:27px;display:block}.contact .button{margin-top:23px}footer{flex-wrap:wrap;font-size:10px;padding:25px 0}footer>span:nth-child(2){order:3;width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
