:root{--moss:#5a7a5c;--moss-light:#8aab8c;--moss-pale:#d4e4d5;--sky:#a8d4e6;--sky-deep:#6ba3be;--sky-pale:#e8f4f8;--clay:#c4785a;--clay-light:#e8c4b0;--clay-pale:#f5e8df;--sun:#e8b84a;--sun-light:#f5d88a;--sun-pale:#fef6e4;--blossom:#e8a0b4;--blossom-light:#f5c8d4;--blossom-pale:#fceef2;--blossom-deep:#b85a75;--ink:#2d3a2e;--ink-soft:#5a6b5c;--cream:#faf7f2;--white:#fffef9;--color-surface:var(--cream);--color-surface-elevated:var(--white);--color-text:var(--ink);--color-text-muted:var(--ink-soft);--color-accent:var(--moss);--color-accent-warm:var(--clay);--color-hero-highlight:var(--blossom-light);--color-on-primary:var(--white);--color-header-bg:color-mix(in srgb,var(--blossom-pale) 88%,transparent);--color-header-border:color-mix(in srgb,var(--blossom-deep) 12%,transparent);--color-logo-accent:var(--blossom-deep);--color-footer-bg:var(--ink);--color-footer-text:var(--cream);--color-footer-demo-bg:color-mix(in srgb,var(--white) 8%,transparent);--color-footer-demo-border:color-mix(in srgb,var(--white) 20%,transparent);--font-display:"Lora",Georgia,"Times New Roman",serif;--font-body:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--radius-sm:12px;--radius-md:24px;--radius-lg:48px;--radius-blob:60% 40% 55% 45%/50% 60% 40% 50%;--radius-pill:999px;--shadow-soft:0 4px 24px color-mix(in srgb,var(--ink) 8%,transparent);--shadow-lift:0 12px 40px color-mix(in srgb,var(--ink) 12%,transparent);--text-sm:0.85rem;--text-base:1.05rem;--text-lg:1.1rem;--text-xl:clamp(1.8rem,4vw,2.4rem);--text-hero:clamp(2.4rem,5vw,3.6rem)}html{scroll-behavior:smooth}body{margin:0;min-height:100vh}.sky{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.cloud,.sky{color:var(--sky-pale)}.cloud{position:absolute;animation:drift 50s linear infinite}.cloud--1{top:6%;left:-10%;width:160px;opacity:.6}.cloud--2{top:14%;left:55%;width:130px;opacity:.4}.leaf{position:absolute;width:28px;height:42px;color:var(--moss-pale);animation:float 12s ease-in-out infinite}.leaf--1{top:22%;left:15%}.leaf--2{top:30%;right:10%;animation-delay:-4s}.blossom{position:absolute;width:18px;height:18px;color:var(--blossom-pale);animation:blossom-spin 18s linear infinite}.blossom--1{top:18%;right:22%}.blossom--2{top:35%;left:8%;animation-delay:-9s}@keyframes drift{0%{transform:translateX(0)}to{transform:translateX(120vw)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(8deg)}}@keyframes blossom-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;justify-content:space-between;padding:.75rem 2rem;background:var(--color-header-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-header-border)}.logo,.site-header{display:flex;align-items:center}.logo{gap:.75rem;text-decoration:none;color:var(--color-text);font-family:var(--font-display);font-size:1.25rem;font-weight:600}.logo__mark{width:48px;height:112px;object-fit:contain}.site-nav{display:flex;gap:1.5rem}.site-nav a{text-decoration:none;color:var(--color-text-muted);font-size:var(--text-base);transition:color .2s}.site-nav a:hover{color:var(--color-logo-accent)}.hero{display:flex;align-items:center;gap:3rem;padding:4rem 2rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero__eyebrow{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.5rem}.hero h1{font-family:var(--font-display);font-size:var(--text-hero);font-weight:400;line-height:1.2;margin:0 0 1rem}.hero h1 em{color:var(--color-hero-highlight);font-style:normal}.hero__lead{font-size:var(--text-lg);color:var(--color-text-muted);max-width:480px;margin-bottom:2rem}.hero__actions{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-pill);text-decoration:none;font-size:var(--text-base);font-family:var(--font-body);cursor:pointer;transition:all .2s;border:none}.btn--primary{background:var(--color-accent);color:var(--color-on-primary)}.btn--primary:hover{background:var(--moss-light)}.btn--ghost{background:transparent;color:var(--color-text);border:1px solid var(--color-text-muted)}.btn--ghost:hover{border-color:var(--color-accent);color:var(--color-accent)}.hero__visual{position:relative;flex-shrink:0;width:280px;height:320px}.hero__pot{position:absolute;border-radius:var(--radius-blob)}.hero__pot--1{width:160px;height:180px;background:var(--sky-pale);top:10%;left:5%}.hero__pot--2{width:120px;height:140px;background:var(--clay-pale);top:35%;right:5%}.hero__pot--3{width:80px;height:100px;background:var(--blossom-pale);bottom:5%;left:35%}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;margin:0 0 .5rem}.section-header p{color:var(--color-text-muted);font-size:var(--text-lg);max-width:500px;margin:0 auto}.products{padding:4rem 2rem;position:relative;z-index:1}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.product-card{border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface-elevated);box-shadow:var(--shadow-soft);transition:box-shadow .3s,transform .3s}.product-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.product-card__visual{aspect-ratio:4/3;position:relative;overflow:hidden}.product-card__visual:after{content:"";position:absolute;inset:0}.product-card--moss .product-card__visual{background:var(--moss-pale)}.product-card--moss .product-card__visual:after{background:linear-gradient(160deg,var(--moss-light),var(--moss))}.product-card--sky .product-card__visual{background:var(--sky-pale)}.product-card--sky .product-card__visual:after{background:linear-gradient(160deg,var(--sky),var(--sky-deep))}.product-card--clay .product-card__visual{background:var(--clay-pale)}.product-card--clay .product-card__visual:after{background:linear-gradient(160deg,var(--clay-light),var(--clay))}.product-card--sun .product-card__visual{background:var(--sun-pale)}.product-card--sun .product-card__visual:after{background:linear-gradient(160deg,var(--sun-light),var(--sun))}.product-card--blossom .product-card__visual{background:var(--blossom-pale)}.product-card--blossom .product-card__visual:after{background:linear-gradient(160deg,var(--blossom-light),var(--blossom))}.product-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.product-card__body{padding:1rem}.product-card__body h3{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600;margin:0 0 .25rem}.product-card__body p{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.product-card__footer{display:flex;justify-content:space-between;align-items:center;padding:0 1rem 1rem}.product-card__price{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600}.product-card__badge{font-size:.75rem;padding:.2rem .5rem;border-radius:var(--radius-pill);background:var(--moss-pale);color:var(--moss)}.about{display:flex;align-items:center;gap:3rem;padding:4rem 2rem;max-width:1000px;margin:0 auto;position:relative;z-index:1}.about__illustration{width:240px;height:240px;flex-shrink:0}.about__content h2{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;margin:0 0 1rem}.about__body p,.about__content p{color:var(--color-text-muted);margin-bottom:1rem}.about__highlights{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.5rem}.about__highlights li{padding-left:1.5rem;position:relative}.about__highlights li:before{content:"";position:absolute;left:0;top:.45em;width:8px;height:8px;border-radius:50%;background:var(--color-accent)}.spotlight{padding:4rem 2rem;background:var(--color-surface-elevated);position:relative;z-index:1}.spotlight__inner{max-width:600px;margin:0 auto;text-align:center}.spotlight__badge{display:inline-block;font-size:var(--text-sm);padding:.3rem .8rem;border-radius:var(--radius-pill);background:var(--sun-pale);color:var(--sun);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}.spotlight h2{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;margin:0 0 1rem}.spotlight p{color:var(--color-text-muted);margin-bottom:1.5rem}.spotlight blockquote{border-left:3px solid var(--color-accent-warm);padding-left:1.5rem;margin:0}.spotlight blockquote p{font-family:var(--font-display);font-size:var(--text-lg);font-style:italic;color:var(--color-text)}.spotlight cite{font-style:normal;font-size:var(--text-sm);color:var(--color-text-muted)}.contact__details{margin:1.5rem 0 .5rem}.contact__email{font-family:var(--font-display);font-size:var(--text-lg);color:var(--color-logo-accent);text-decoration:none}.contact__email:hover{text-decoration:underline}.contact__meta{font-size:var(--text-sm);color:var(--color-text-muted)}.site-footer{background:var(--color-footer-bg);color:var(--color-footer-text);position:relative;z-index:1}.site-footer__inner{max-width:1200px;margin:0 auto;padding:2rem;display:flex;justify-content:space-between;align-items:center}.site-footer__brand{display:flex;align-items:center;gap:1rem}.site-footer__logo{width:48px;height:112px;object-fit:contain;filter:brightness(.9)}.site-footer__brand strong{font-family:var(--font-display);font-size:var(--text-lg)}.site-footer__brand p{margin:0}.site-footer__brand p,.site-footer__copy{color:var(--color-text-muted);font-size:var(--text-sm)}.product-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1000px;margin:3rem auto;padding:0 1.5rem}.product-detail__visual{border-radius:1.5rem;height:400px}.product-detail__visual--moss{background:var(--moss-pale)}.product-detail__visual--sky{background:var(--sky-pale)}.product-detail__visual--clay{background:var(--clay-pale)}.product-detail__visual--sun{background:var(--sun-pale)}.product-detail__visual--blossom{background:var(--blossom-pale)}.product-detail__gallery{--ig-primary-color:var(--color-logo-accent);--ig-thumbnail-size:72px;--ig-thumbnail-size-small:56px;--ig-thumbnail-border-width:2px;--ig-thumbnail-border-width-small:2px;border-radius:1.5rem;overflow:hidden;box-shadow:0 12px 32px rgba(45,42,38,.08)}.product-detail__gallery--moss{background:var(--moss-pale)}.product-detail__gallery--sky{background:var(--sky-pale)}.product-detail__gallery--clay{background:var(--clay-pale)}.product-detail__gallery--sun{background:var(--sun-pale)}.product-detail__gallery--blossom{background:var(--blossom-pale)}.product-detail__gallery .image-gallery-content,.product-detail__gallery .image-gallery-slide-wrapper{background:transparent}.product-detail__gallery .image-gallery-slide .image-gallery-image{width:100%;height:min(420px,56vw);max-height:420px;object-fit:contain;object-position:center}.product-detail__gallery .image-gallery-thumbnails-wrapper{background:transparent;border-top:1px solid rgba(45,42,38,.08)}.product-detail__gallery .image-gallery-thumbnails{padding:.75rem .5rem .875rem}.product-detail__gallery .image-gallery-thumbnails .image-gallery-thumbnails-container{display:inline-flex;justify-content:center;gap:.5rem}.product-detail__gallery .image-gallery-thumbnail{border:2px solid transparent;border-radius:.625rem;overflow:hidden;transition:border-color .15s ease,transform .15s ease}.product-detail__gallery .image-gallery-thumbnail:hover{transform:translateY(-1px)}.product-detail__gallery .image-gallery-thumbnail.active,.product-detail__gallery .image-gallery-thumbnail:focus{border-color:var(--color-logo-accent)}.product-detail__gallery .image-gallery-thumbnail-image{object-fit:cover}.product-detail__gallery .image-gallery-fullscreen-button,.product-detail__gallery .image-gallery-left-nav,.product-detail__gallery .image-gallery-right-nav{color:var(--color-heading);filter:none}.product-detail__gallery .image-gallery-fullscreen-button .image-gallery-svg,.product-detail__gallery .image-gallery-left-nav .image-gallery-svg,.product-detail__gallery .image-gallery-right-nav .image-gallery-svg{width:1.5rem;height:1.5rem}.product-detail__gallery .image-gallery-left-nav,.product-detail__gallery .image-gallery-right-nav{padding:.625rem;margin:0 .5rem;background:rgba(255,255,255,.9);border-radius:999px;box-shadow:0 2px 10px rgba(45,42,38,.12)}.product-detail__gallery .image-gallery-fullscreen-button{margin:.5rem;padding:.5rem;background:rgba(255,255,255,.9);border-radius:.5rem;box-shadow:0 2px 10px rgba(45,42,38,.12)}.product-detail__gallery .image-gallery-index{top:.75rem;right:.75rem;padding:.25rem .625rem;border-radius:999px;background:rgba(255,255,255,.9);color:var(--color-heading);font-size:.75rem;font-weight:600;line-height:1.4;box-shadow:0 2px 8px rgba(45,42,38,.1)}.product-detail__body{display:flex;flex-direction:column;gap:1rem}.product-detail__badge{display:inline-block;background:var(--color-surface);color:var(--color-text);padding:.25rem .75rem;border-radius:999px;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--color-border);align-self:flex-start}.product-detail__title{font-size:2rem;font-weight:600;color:var(--color-heading);margin:0}.product-detail__description{font-size:1.1rem;line-height:1.7;color:var(--color-text);margin:0}.product-detail__price{font-size:1.5rem;font-weight:600;color:var(--color-heading);margin:0}@media (max-width:768px){.hero{flex-direction:column;text-align:center;padding:2rem 1rem}.hero__actions{justify-content:center}.hero__visual{display:none}.about{flex-direction:column;text-align:center}.about__highlights li{text-align:left}.site-header{padding:.5rem 1rem}.site-footer__inner{flex-direction:column;gap:1rem;text-align:center}.product-detail{grid-template-columns:1fr;gap:1.25rem;margin:1.25rem auto 2rem;padding:0 1rem}.product-detail__visual{height:min(72vw,320px);margin-inline:-1rem;border-radius:0}.product-detail__gallery{--ig-thumbnail-size:48px;--ig-thumbnail-size-small:40px;margin-inline:-1rem;border-radius:0}.product-detail__gallery .image-gallery-slide .image-gallery-image{height:min(72vw,360px);max-height:min(72vw,360px)}.product-detail__gallery .image-gallery-thumbnails-wrapper{padding-inline:.5rem;padding-bottom:max(.25rem,env(safe-area-inset-bottom))}.product-detail__gallery .image-gallery-fullscreen-button{padding:.75rem;top:max(.25rem,env(safe-area-inset-top));right:max(.25rem,env(safe-area-inset-right))}.product-detail__title{font-size:1.5rem}.product-detail__description{font-size:1rem;line-height:1.6}.product-detail__price{font-size:1.25rem}}@media (max-width:480px){.product-detail__gallery{--ig-thumbnail-size:44px;--ig-thumbnail-size-small:36px}.product-detail__gallery .image-gallery-thumbnail{border-radius:.375rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.checkout{max-width:960px;margin:0 auto;padding:2rem 1.25rem 4rem}.checkout h1{font-family:var(--font-display);margin-bottom:1.5rem}.checkout__grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1fr 1fr}.checkout__lines{list-style:none;display:flex;flex-direction:column;gap:1rem}.checkout__line-controls{display:flex;gap:.75rem;align-items:center;margin-top:.35rem}.add-to-cart__field,.checkout__field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.add-to-cart__field input,.add-to-cart__field select,.checkout__field input,.checkout__field select{padding:.5rem .65rem;border:1px solid var(--color-border,#ddd);border-radius:6px}.checkout__consent{border:1px solid var(--color-border,#ddd);border-radius:8px;padding:1rem;margin:1rem 0}.checkout__consent label{display:block;margin-bottom:.5rem;font-size:.95rem}.checkout__privacy-note{font-size:.85rem;opacity:.85;margin-top:.5rem}.checkout__error{color:#b42318;margin-bottom:.75rem}.add-to-cart{margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem;max-width:280px}.add-to-cart__message{font-size:.9rem;color:var(--moss-deep,#3d5c45)}.site-nav__cart{font-weight:600}.checkout-complete{max-width:560px;margin:3rem auto;padding:0 1.25rem;text-align:center}@media (max-width:768px){.checkout__grid{grid-template-columns:1fr}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-surface);line-height:1.6}