:root{--ink:#1B231C;--ink-soft:#4A5449;--bg:#EDEFE4;--bg-card:#F7F8F1;--forest:#25331F;--forest-soft:#31432A;--moss:#4B6B45;--moss-dark:#3A5535;--water:#3D7A8C;--water-light:#DCEAEA;--clay:#B5673A;--line:rgba(27,35,26,.12);--radius:22px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:Inter,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.wrap{max-width:1180px;margin:0 auto;padding:0 32px}h1,h2,h3{font-family:Fraunces,serif;font-weight:600;letter-spacing:-.01em}.eyebrow{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--water);font-weight:500}button,.btn{font-family:Inter,sans-serif;font-weight:600;font-size:15px;cursor:pointer;border:none;border-radius:999px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--water);outline-offset:3px}.btn-primary{background:var(--moss);color:#fff;padding:15px 28px;display:inline-flex;align-items:center;gap:8px}.btn-primary:hover{background:var(--moss-dark);transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-ghost{background:transparent;color:var(--forest);border:1.5px solid var(--line);padding:13px 26px}.btn-ghost:hover{border-color:var(--forest)}nav{position:sticky;top:0;z-index:50;background:#edefe4e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}nav .wrap{display:flex;align-items:center;justify-content:space-between;height:76px}.logo{font-family:Fraunces,serif;font-size:22px;font-weight:600;display:flex;align-items:center;gap:9px}.logo .dot{width:9px;height:9px;border-radius:50%;background:var(--water);display:inline-block}.nav-links{display:flex;gap:36px;font-size:15px;font-weight:500}.nav-links a{opacity:.8;transition:opacity .15s}.nav-links a:hover{opacity:1}.nav-right{display:flex;align-items:center;gap:22px}.cart-link{position:relative}.cart-icon{width:20px;height:20px}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--water);color:#fff;font-size:10px;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:840px){.nav-links{display:none}}.hero{padding:88px 0 60px;overflow:hidden}.hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.hero h1{font-size:clamp(40px,5.4vw,66px);line-height:1.03;margin:18px 0 22px;color:var(--forest)}.hero h1 em{font-style:italic;color:var(--water)}.hero p.lede{font-size:18px;color:var(--ink-soft);max-width:440px;margin-bottom:34px}.hero-ctas{display:flex;gap:14px;margin-bottom:36px;flex-wrap:wrap}.hero-proof{display:flex;gap:28px;font-family:IBM Plex Mono,monospace;font-size:13px;color:var(--ink-soft)}.hero-proof strong{display:block;font-family:Fraunces,serif;font-size:22px;color:var(--forest);font-weight:600}.gauge-scene{position:relative;background:linear-gradient(180deg,#dde4d3,#edefe4);border-radius:32px;padding:40px;display:flex;align-items:flex-end;justify-content:center;min-height:460px}.pot{position:relative;width:210px}.pot-plant{width:100%}.gauge{position:absolute;right:-46px;bottom:18px;width:26px;height:170px;border-radius:14px;background:#fff;border:1.5px solid var(--line);overflow:hidden;box-shadow:0 6px 18px #1b231a14}.gauge-fill{position:absolute;bottom:0;left:0;right:0;height:78%;background:linear-gradient(180deg,#5FA0AF 0%,var(--water) 100%);animation:rise 2.6s ease-out}@keyframes rise{0%{height:0%}to{height:78%}}.gauge-label{position:absolute;right:-64px;bottom:196px;font-family:IBM Plex Mono,monospace;font-size:11.5px;color:var(--ink-soft);white-space:nowrap;text-align:center;width:150px;margin-right:-42px}.gauge-label strong{color:var(--forest);display:block;font-size:13px}@media(max-width:900px){.hero .wrap{grid-template-columns:1fr}.gauge,.gauge-label{display:none}}.strip{background:var(--forest);color:#edefe4;padding:13px 0;overflow:hidden;white-space:nowrap}.strip-track{display:inline-flex;gap:48px;animation:scroll 26s linear infinite;font-family:IBM Plex Mono,monospace;font-size:13px;letter-spacing:.04em}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.strip-track{animation:none}.gauge-fill{animation:none;height:78%}}.values{padding:96px 0 88px}.section-head{max-width:560px;margin-bottom:56px}.section-head h2{font-size:clamp(28px,3.4vw,38px);margin-top:12px;color:var(--forest)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.value-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px}.mini-gauge{width:34px;height:52px;border-radius:9px;background:#fff;border:1.5px solid var(--line);position:relative;overflow:hidden;margin-bottom:20px}.mini-gauge span{position:absolute;bottom:0;left:0;right:0;background:var(--water)}.value-card h3{font-size:19px;margin-bottom:10px;color:var(--forest);font-weight:600}.value-card p{font-size:14.5px;color:var(--ink-soft)}@media(max-width:840px){.value-grid{grid-template-columns:1fr}}.products{padding:20px 0 96px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.product-image{background:linear-gradient(180deg,#e4e9da,#d9e1cd);height:260px;display:flex;align-items:center;justify-content:center;position:relative}.product-badge{position:absolute;top:16px;left:16px;background:#ffffffd9;font-family:IBM Plex Mono,monospace;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;padding:6px 10px;border-radius:999px;color:var(--forest)}.product-body{padding:24px}.product-body h3{font-size:19px;color:var(--forest);margin-bottom:6px;font-weight:600}.product-body p{font-size:14px;color:var(--ink-soft);margin-bottom:16px}.product-meta{display:flex;justify-content:space-between;align-items:center}.price{font-family:IBM Plex Mono,monospace;font-size:15px;font-weight:500}.add-btn{background:transparent;border:1.5px solid var(--forest);color:var(--forest);padding:9px 16px;border-radius:999px;font-size:13px}.add-btn:hover{background:var(--forest);color:#fff}.add-btn:disabled{opacity:.45;cursor:not-allowed}@media(max-width:840px){.product-grid{grid-template-columns:1fr}}.pot-body{fill:var(--clay)}.pot-rim{fill:#96502c}.leaf{fill:var(--moss)}.leaf-dark{fill:var(--moss-dark)}.how{background:var(--forest);color:#edefe4;padding:96px 0}.how .section-head p{color:#c4cdbb}.how .eyebrow{color:#8fc0c8}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.step-gauge{width:30px;height:64px;border-radius:9px;background:#ffffff14;border:1.5px solid rgba(255,255,255,.18);position:relative;overflow:hidden;margin-bottom:22px}.step-gauge span{position:absolute;bottom:0;left:0;right:0;background:#8fc0c8}.how-step h3{font-size:19px;margin-bottom:10px;font-weight:600}.how-step p{font-size:14.5px;color:#b9c2af}@media(max-width:840px){.how-steps{grid-template-columns:1fr}}.about-teaser{padding:100px 0}.about-teaser .wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-teaser blockquote{font-family:Fraunces,serif;font-style:italic;font-size:clamp(24px,2.6vw,32px);line-height:1.35;color:var(--forest)}.about-teaser cite{display:block;font-family:Inter,sans-serif;font-style:normal;font-size:14px;color:var(--ink-soft);margin-top:20px}.product-description{font-size:15.5px;color:var(--ink-soft);line-height:1.7}.product-description p{margin-bottom:16px}.newsletter{background:var(--water-light);border-radius:32px;margin:0 32px 96px;padding:64px 48px;text-align:center}.newsletter h2{font-size:clamp(26px,3vw,34px);color:var(--forest);margin-bottom:12px}.newsletter p{color:var(--ink-soft);margin-bottom:28px}.signup-row{display:flex;gap:10px;justify-content:center;max-width:420px;margin:0 auto;flex-wrap:wrap}.signup-row input{flex:1;min-width:200px;padding:14px 18px;border-radius:999px;border:1.5px solid var(--line);font-family:Inter,sans-serif;font-size:14px;background:#fff}footer{background:var(--forest);color:#c4cdbb;padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-grid h4{color:#fff;font-size:13px;font-family:IBM Plex Mono,monospace;letter-spacing:.06em;margin-bottom:16px;text-transform:uppercase}.footer-grid ul{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:14px}.footer-grid ul a:hover{color:#fff}.footer-logo{font-family:Fraunces,serif;font-size:22px;color:#fff;margin-bottom:12px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;font-size:13px;flex-wrap:wrap;gap:12px}@media(max-width:840px){.footer-grid{grid-template-columns:1fr 1fr}.about-teaser .wrap{grid-template-columns:1fr}}.product-page{padding:60px 0 100px}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery-main{border-radius:var(--radius);width:100%}.product-thumbs{display:flex;gap:10px;margin-top:14px}.product-thumb{width:64px;height:64px;object-fit:cover;border-radius:10px;cursor:pointer;border:1.5px solid var(--line)}.option-row{margin-bottom:14px}.option-row label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--forest)}.option-row select{padding:10px 14px;border-radius:10px;border:1.5px solid var(--line);font-family:Inter,sans-serif;width:100%;max-width:280px}@media(max-width:840px){.product-page-grid{grid-template-columns:1fr}}.password-page{display:flex;align-items:center;justify-content:center;min-height:100vh}.password-wrap{max-width:420px;text-align:center;padding:32px}.password-message{margin-bottom:20px;color:var(--ink-soft)}.password-form{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap;justify-content:center}.password-form input{padding:14px 18px;border-radius:999px;border:1.5px solid var(--line);font-family:Inter,sans-serif;flex:1;min-width:180px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
