@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#008c50;--dark:#122b24;--muted:#64726a;--line:#dce5df;--pale:#edf5ef}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--dark);font-family:'DM Sans',sans-serif;font-size:16px;background:#fff}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #69bba1;outline-offset:4px}header{height:80px;position:sticky;top:0;z-index:10;background:#fffffff2;backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(6%,calc((100vw - 1240px)/2))}.brand{display:flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.6px;font-size:23px}.brand img{object-fit:contain}.header-link{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:600;min-height:44px}main{overflow:hidden}.hero{max-width:1240px;margin:auto;padding:66px 0 64px;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;min-height:640px}.eyebrow{font-size:12px;letter-spacing:1.65px;font-weight:700;color:var(--green)}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:clamp(48px,5.6vw,76px);line-height:1.08;letter-spacing:-3.7px;margin:21px 0}h1 em{color:var(--green);font-style:normal}p{color:var(--muted);line-height:1.65}.hero-copy>p{font-size:18px;margin-bottom:30px}.primary{background:var(--green);color:#fff;min-height:54px;border:0;border-radius:9px;padding:16px 24px;display:inline-flex;align-items:center;justify-content:center;gap:44px;font-weight:700}.primary:hover{background:#006e3e}.primary:disabled{opacity:.45;cursor:not-allowed}.hero-note{display:flex;gap:20px;font-size:10px;letter-spacing:1px;margin-top:25px;color:var(--muted)}.hero-art{height:500px;position:relative;isolation:isolate}.orbit{position:absolute;inset:16px 0 0;background:#eaf4ed;border-radius:50%;z-index:-1}.display-card{position:absolute;width:42%;padding:7px;background:#fff;box-shadow:0 18px 32px #173d2325;border-radius:13px;overflow:hidden;top:56px}.display-card img{width:100%;height:auto;display:block;border-radius:8px;aspect-ratio:2/3;object-fit:cover}.display-card figcaption{font-size:10px;letter-spacing:1px;padding:10px 3px 4px;font-weight:700;display:flex;justify-content:space-between}.display-card figcaption span{font-size:8px;color:var(--muted)}.display-card.left{left:0;transform:rotate(-15deg)}.display-card.right{right:0;transform:rotate(14deg)}.display-card.front{left:28%;top:20px;transform:rotate(-3deg);z-index:2}.art-caption{position:absolute;bottom:0;left:0;right:0;text-align:center;font-size:10px;letter-spacing:2px}.art-caption b{color:var(--green)}.brand-strip{padding:24px max(6%,calc((100vw - 1240px)/2));display:flex;gap:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;letter-spacing:1.3px;font-weight:700}.strip-end{margin-left:auto;color:var(--muted);letter-spacing:0;font-weight:400}.collections{max-width:1240px;margin:auto;padding:68px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}h2{font-size:36px;letter-spacing:-1.2px;line-height:1.2;margin-top:12px}.section-heading p{font-size:14px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white;padding:0;text-align:left;color:var(--dark);transition:transform .2s,box-shadow .2s}.product:hover{transform:translateY(-5px);box-shadow:0 14px 35px #183b1812}.product-art{height:330px;position:relative;overflow:hidden;background:#162434}.product-art img{width:100%;height:100%;object-fit:cover;object-position:center 37%;transition:transform .4s}.product:hover img{transform:scale(1.025)}.product-tag{position:absolute;left:18px;top:18px;background:#ffffffed;border-radius:30px;padding:7px 11px;font-size:10px;letter-spacing:1.2px;font-weight:700}.product-info{padding:23px;position:relative}.product-info h3{font-size:25px;margin-bottom:8px}.product-info p{font-size:14px;padding-right:25px}.product-info .arrow{position:absolute;right:22px;top:25px;border:1px solid var(--line);border-radius:50%;height:40px;width:40px;display:grid;place-items:center;color:var(--green)}.how{max-width:1240px;margin:0 auto 68px;background:var(--pale);padding:40px;display:grid;grid-template-columns:.9fr 1.4fr;border-radius:14px;gap:30px}.how ol{padding:0;list-style:none;margin:0;display:grid;gap:24px}.how li{display:flex;gap:22px}.how li>span{font-size:13px;color:var(--green);padding-top:4px}.how h3{font-size:17px;margin-bottom:4px}.how p{font-size:14px}footer{border-top:1px solid var(--line);padding:28px 6%;display:flex;gap:25px;align-items:center;font-size:14px}footer small{margin-left:auto;color:var(--muted);font-size:12px}dialog{width:min(580px,calc(100% - 32px));max-height:90dvh;border:0;border-radius:22px;padding:24px;color:var(--dark);box-shadow:0 24px 100px #061f3155;overflow:auto}dialog::backdrop{background:#10281bb3;backdrop-filter:blur(5px)}body:has(dialog[open]){overflow:hidden}.sheet-top{display:flex;align-items:center;justify-content:space-between}.icon-button{height:44px;width:44px;font-size:28px;background:transparent;border:0;color:var(--dark)}.progress{display:flex;gap:7px;margin:15px 0 9px}.progress span{height:4px;background:#e5ebe7;border-radius:3px;flex:1}.progress .active{background:var(--green)}.step-label{font-size:12px;color:var(--muted);margin-bottom:20px}#sheet-body h2{font-size:29px;margin:0 0 10px}#sheet-body>p{font-size:14px;margin-bottom:22px}.choices{display:grid;gap:10px}.choice{display:flex;align-items:center;gap:15px;width:100%;padding:16px;min-height:58px;border:1px solid var(--line);background:white;border-radius:10px;text-align:left;color:var(--dark)}.choice.selected{border:2px solid var(--green);padding:15px;background:var(--pale)}.choice img{width:45px;height:58px;object-fit:cover;border-radius:5px}.choice span{flex:1}.choice b{color:var(--green)}.sheet-actions{position:sticky;bottom:-24px;background:white;display:flex;gap:12px;padding:20px 0 4px;margin-top:15px}.sheet-actions .primary{flex:1}.secondary{min-height:52px;border:1px solid var(--line);border-radius:9px;padding:12px 20px;background:white;color:var(--dark)}label.field{display:block;font-weight:600;font-size:14px;margin:18px 0}input:not([type=file]),textarea{display:block;width:100%;padding:15px;margin-top:8px;border:1px solid #b8c9bd;border-radius:8px;background:white;color:var(--dark);font-size:16px}textarea{resize:vertical;min-height:90px}input:focus,textarea:focus{outline:2px solid var(--green);outline-offset:2px}.upload{border:1.5px dashed #91b7a0;border-radius:12px;background:var(--pale);padding:28px 18px;text-align:center;display:block;cursor:pointer}.upload strong{display:block;margin:8px}.upload small{display:block;color:var(--muted);font-size:12px}.upload input{max-width:100%;margin-top:18px;font-size:14px}.portrait{width:110px;height:135px;object-fit:cover;border-radius:10px;display:block;margin:0 auto 12px}.error{color:#a2242e;font-size:14px;margin-top:12px}.summary{background:var(--pale);border-radius:12px;padding:18px;display:flex;align-items:center;gap:18px;margin:20px 0}.summary img{width:78px;height:110px;object-fit:cover;border-radius:7px}.summary h3{font-size:22px;overflow-wrap:anywhere}.summary p{font-size:14px}.review-row{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line);font-size:14px}.review-row span{color:var(--muted)}.review-row b{text-align:right;overflow-wrap:anywhere;max-width:65%}.notice{font-size:12px;color:var(--muted);line-height:1.6;margin-top:18px}.success-mark{height:64px;width:64px;background:var(--pale);color:var(--green);font-size:32px;border-radius:50%;display:grid;place-items:center;margin:10px 0 22px}@media(min-width:1500px){.hero{min-height:680px}}@media(max-width:1370px){.hero,.collections,.how{margin-left:6%;margin-right:6%}}@media(max-width:760px){header{height:66px;padding:0 20px}.brand{font-size:19px}.brand img{width:31px;height:39px}.header-link{gap:12px;font-size:12px}.hero{margin:0;padding:35px 22px 25px;display:flex;flex-direction:column;min-height:0;align-items:stretch}.hero .eyebrow{font-size:10px;letter-spacing:1.3px}h1{font-size:44px;letter-spacing:-2px;margin:16px 0}.hero-copy>p{font-size:16px;margin-bottom:21px}.hero-copy>.primary{width:100%;justify-content:space-between}.hero-note{display:none}.hero-art{height:320px;margin:26px auto 0;width:100%;max-width:390px}.display-card{width:39%;top:35px}.display-card.front{left:30%;top:9px}.display-card.left{left:6%}.display-card.right{right:4%}.orbit{inset:8px 5% 0}.display-card figcaption{font-size:8px;padding:6px 0 2px}.display-card figcaption span{font-size:6px}.art-caption{bottom:1px;font-size:8px}.brand-strip{padding:18px 20px;justify-content:space-between;gap:8px;font-size:10px;letter-spacing:1px}.strip-end{display:none}.collections{margin:0;padding:36px 20px}.section-heading{display:block;margin-bottom:22px}h2{font-size:30px}.section-heading p{margin-top:12px;font-size:14px}.products{grid-template-columns:1fr;gap:20px}.product-art{height:300px}.product-art img{object-position:center 34%}.product-info{padding:19px}.product-info h3{font-size:23px}.how{margin:0 20px 35px;padding:26px;grid-template-columns:1fr;gap:27px}.how h2 br{display:none}.how h2{font-size:28px}footer{padding:26px 20px;flex-wrap:wrap;gap:10px 22px}footer small{margin:0;width:100%}dialog{width:100%;max-width:100%;max-height:94dvh;margin:auto 0 0;border-radius:22px 22px 0 0;padding:20px;padding-bottom:max(20px,env(safe-area-inset-bottom))}.sheet-actions{bottom:-20px;padding-bottom:max(4px,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.portrait-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 14px;border:1px solid #b8d2c2;border-radius:50%;color:var(--green);background:white}
@media(max-width:760px){.products{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:86%;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:20px;overscroll-behavior-x:contain;margin-inline:-20px;padding:6px 20px 18px;scrollbar-width:thin;scrollbar-color:#8ab99d #edf5ef}.product{scroll-snap-align:start;min-width:0}.product:hover{transform:none}.products::after{content:'';width:4px}.section-heading::after{content:'Swipe to explore  ↔';display:block;margin-top:12px;font-size:12px;color:var(--green)} }
