@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700;750&display=swap');
:root{--green:#175b46;--ink:#182720;--yellow:#e6f38b;--muted:#627068}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);letter-spacing:0}a{color:inherit;text-decoration:none}button{font:inherit}header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;background:white} .brand{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:750;line-height:1.1}.brand img{width:43px;height:43px;object-fit:contain}.brand-small{display:block;font-size:10px;font-weight:550;letter-spacing:0;margin-top:5px}nav{display:flex;gap:35px;font-size:14px}nav a,.text-link,.back-top{transition:color .2s}nav a:hover,.text-link:hover,.back-top:hover{color:#4e986f}.contact-link{font-size:14px;border-bottom:1px solid var(--ink);padding:10px 0;display:flex;gap:28px}.contact-link:hover{color:var(--green);border-color:var(--green)}.menu{display:none}.hero{height:650px;max-height:calc(100svh - 92px);min-height:530px;position:relative;color:white;background:#667664}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-image{object-position:center 60%}.hero-shade{background:linear-gradient(90deg,rgba(12,30,23,.79),rgba(12,30,23,.3) 65%,rgba(12,30,23,.08))}.hero-content{position:relative;padding:82px 6% 0;max-width:840px}.eyebrow{font-size:11px;font-weight:650;letter-spacing:0;margin:0 0 25px}.hero h1{font-size:72px;line-height:1.05;font-weight:650;margin:0 0 26px}.yellow{color:var(--yellow)}.hero-copy{font-size:18px;line-height:1.65;max-width:430px;margin-bottom:30px}.button{display:inline-flex;align-items:center;gap:38px;padding:17px 23px;border-radius:3px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button:hover{transform:translateY(-3px)}.light{background:var(--yellow);color:var(--ink)}.light:hover{background:white}.dark{background:var(--green);color:white}.dark:hover{background:#103f31}.hero-bottom{position:absolute;bottom:25px;left:6%;right:6%;display:flex;justify-content:space-between;font-size:12px;border-top:1px solid #ffffff45;padding-top:22px}.hero-bottom a{display:flex;gap:30px}.values-strip{display:flex;justify-content:space-between;gap:20px;padding:28px 6%;border-bottom:1px solid #e3e7e2;background:#f7f9f6;font-size:12px}.values-strip span{display:flex;align-items:center;gap:11px}.values-strip svg{width:20px;color:var(--green)}.section{padding:95px 8%;scroll-margin-top:20px}.green{color:var(--green)}h2{font-size:45px;line-height:1.14;font-weight:550;margin:0}p{line-height:1.7}.about{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about-copy p{font-size:15px;color:var(--muted);margin:0 0 18px}.about-copy .lead{font-size:22px;color:var(--ink);line-height:1.5;margin-bottom:23px}.text-link{display:inline-flex;gap:35px;border-bottom:1px solid #b7c5bb;padding:9px 0;font-size:14px;font-weight:600}.collection{background:#f5f7f3}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:44px}.section-heading p:not(.eyebrow){color:var(--muted);font-size:14px;margin-bottom:0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px}.category{display:block;transition:transform .25s}.category:hover{transform:translateY(-7px)}.category-art{aspect-ratio:1.4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;overflow:hidden;border-radius:4px;transition:filter .25s}.category:hover .category-art{filter:brightness(.96)}.category-art svg{width:82px;height:82px;stroke-width:1.2;transition:transform .3s}.category:hover svg{transform:rotate(-5deg) scale(1.08)}.home-art{background:#dbe8df;color:#315d45}.life-art{background:#e4e7ef;color:#515b79}.daily-art{background:#f1edcf;color:#74713e}.art-label{font-size:9px;font-weight:600}.category-title{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.category-title h3{font-size:20px;font-weight:550;margin:0}.category-title span{font-size:23px}.category p{font-size:13px;color:var(--muted);margin:12px 0 0}.approach{background:var(--green);color:white}.approach .eyebrow{color:var(--yellow)}.approach .section-heading p:not(.eyebrow){color:#d4e1d8}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.principles article{position:relative;border-top:1px solid #ffffff40;padding-top:30px;transition:transform .2s}.principles article:hover{transform:translateY(-4px)}.number{position:absolute;right:0;font-size:12px;color:#b0ccb8}.principles svg{width:30px;height:30px;color:var(--yellow);stroke-width:1.3}.principles h3{font-size:20px;font-weight:550;margin:20px 0 12px}.principles p{font-size:14px;color:#d4e1d8;margin:0}.contact{display:grid;grid-template-columns:1.3fr 1fr;gap:85px}.contact>div>p:not(.eyebrow){font-size:15px;color:var(--muted);margin:24px 0}.contact-details{padding:15px 0}.contact-details>div{display:flex;gap:22px;padding:24px 0;border-bottom:1px solid #e1e7e1}.contact-details svg{width:22px;height:22px;color:var(--green);margin-top:3px}.contact-details p{margin:0;font-size:17px}.contact-details p span{display:block;font-size:10px;color:var(--muted);margin-bottom:12px;font-weight:600}.contact-details a{overflow-wrap:anywhere}.contact-details a:hover{color:var(--green);text-decoration:underline}.contact-details .location-note{border:0;font-size:12px;color:var(--muted);align-items:center;gap:10px}.dot{width:7px;height:7px;border-radius:50%;background:var(--green)}footer{border-top:1px solid #e1e7e1;padding:30px 6%;display:flex;align-items:center;justify-content:space-between;gap:24px}footer p{font-size:11px;color:var(--muted)}.back-top{font-size:12px}a:focus-visible,button:focus-visible{outline:3px solid #97b74a;outline-offset:5px}@media(min-width:1600px){.hero-content{padding-top:100px}.hero{height:720px}}@media(max-width:900px){header{padding:0 5%;height:80px}nav{gap:20px}.hero h1{font-size:58px}.hero{max-height:none;height:610px}.section{padding:70px 6%}.about{gap:45px}.values-strip{display:grid;grid-template-columns:1fr 1fr;padding:23px 6%}.contact{gap:35px}h2{font-size:38px}.category-grid{gap:18px}.principles{gap:25px}}@media(max-width:600px){header{height:76px}.brand{font-size:14px}.brand img{width:36px;height:36px}.contact-link{margin-left:auto;margin-right:20px;font-size:12px;gap:12px}.menu{display:block;border:0;background:none;font-size:23px;color:var(--green);cursor:pointer}nav{display:none;position:absolute;top:76px;left:0;right:0;padding:25px;background:white;z-index:10;box-shadow:0 10px 15px #0001}nav.open{display:flex;flex-direction:column}.hero{height:610px;min-height:0}.hero-content{padding:75px 6% 0}.hero h1{font-size:46px}.hero-copy{font-size:16px;max-width:320px}.hero-image{object-position:62% center}.hero-shade{background:linear-gradient(90deg,#0c1e17cc,#0c1e1755)}.hero-bottom{font-size:10px}.hero-bottom a{gap:12px}.values-strip{font-size:10px;gap:17px 10px}.values-strip span{gap:7px}.values-strip svg{width:17px;flex-shrink:0}.section{padding:58px 6%}.about,.contact{grid-template-columns:1fr;gap:30px}h2{font-size:35px}.about-copy .lead{font-size:20px}.section-heading{display:block}.section-heading p:not(.eyebrow){margin-top:20px}.category-grid,.principles{grid-template-columns:1fr;gap:35px}.category-art{aspect-ratio:1.65}.category p{max-width:360px}.principles article{padding-top:24px}.contact-details{padding:0}footer{flex-wrap:wrap;padding:27px 6%;gap:20px}footer p{order:3;width:100%;margin:0;font-size:10px}.back-top{margin-left:auto}.eyebrow{margin-bottom:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
