:root {
  --ink: #163328;
  --green: #0f5a3c;
  --green-2: #1e7650;
  --lime: #79bd35;
  --cream: #f6f4e9;
  --paper: #fffef9;
  --muted: #66766e;
  --line: #dfe6df;
  --shadow: 0 18px 50px rgba(20, 64, 45, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.announcement { height: 34px; overflow: hidden; background: var(--green); color: white; font-size: 12px; letter-spacing: .02em; }
.announcement > div { max-width: 1280px; height: 100%; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.announcement span { white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,250,.97); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(16,67,45,.09); }
.desktop-head { max-width: 1280px; min-height: 84px; margin: auto; padding: 10px 28px; display: grid; grid-template-columns: 230px minmax(300px, 1fr) 250px; align-items: center; gap: 28px; }
.brand, .brand-mobile { border: 0; background: transparent; padding: 0; cursor: pointer; }
.brand img { width: 205px; height: 64px; object-fit: contain; }
.header-search { height: 48px; display: flex; align-items: center; gap: 10px; border: 1px solid #cbd7cf; background: #fff; border-radius: 99px; padding: 0 17px; box-shadow: 0 3px 15px rgba(21,59,43,.04); }
.header-search:focus-within { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(30,118,80,.10); }
.header-search > span { font-size: 25px; line-height: 1; transform: rotate(-18deg); }
.header-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
.header-search button { border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.header-actions button { min-width: 54px; border: 0; background: transparent; display: grid; place-items: center; gap: 1px; cursor: pointer; position: relative; }
.header-actions button > span { font-size: 27px; height: 29px; }
.header-actions small { font-size: 11px; color: #52635b; }
.cart-icon { position: relative; }
.cart-icon svg { width: 25px; height: 25px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-svg { display: grid; place-items: center; }
.nav-svg svg { width: 25px; height: 25px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-icon > b, .mobile-actions .cart-icon > b, .mobile-bottom .cart-icon > b { position: absolute; top: -4px; right: 4px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 99px; background: var(--lime); color: #102f21; font-size: 10px; }
.desktop-nav { height: 45px; padding: 0 28px; display: flex; align-items: stretch; justify-content: center; gap: 32px; border-top: 1px solid rgba(16,67,45,.08); }
.desktop-nav button { border: 0; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; position: relative; }
.desktop-nav button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--green); transition: .2s; }
.desktop-nav button:hover::after { right: 0; }
.desktop-nav .offer-nav { color: #b44c1a; }
.mobile-head, .mobile-search-wrap { display: none; }

.hero { position: relative; overflow: hidden; background: #e6eee5; }
.hero-track { display: flex; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.hero-slide { flex: 0 0 100%; width: 100%; min-height: clamp(500px, 43vw, 680px); position: relative; overflow: hidden; }
.hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide.slide-1 > img { object-position: 42% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,241,226,.94) 0%, rgba(248,241,226,.76) 28%, rgba(248,241,226,0) 58%); }
.hero-slide.right .hero-shade { background: linear-gradient(270deg, rgba(248,241,226,.94) 0%, rgba(248,241,226,.78) 30%, rgba(248,241,226,0) 61%); }
.hero-copy { position: absolute; z-index: 2; top: 50%; left: max(7vw, calc((100vw - 1224px)/2)); width: min(490px, 40vw); transform: translateY(-50%); }
.hero-slide.right .hero-copy { left: auto; right: max(7vw, calc((100vw - 1224px)/2)); }
.hero-copy small { color: var(--green-2); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy h1 { margin: 12px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5vw, 76px); line-height: .96; font-weight: 500; letter-spacing: -.045em; }
.hero-copy p { max-width: 430px; margin: 0; color: #50645a; font-size: 15px; line-height: 1.65; }
.hero-copy > button { min-height: 50px; display: flex; align-items: center; gap: 18px; margin-top: 27px; border: 1px solid var(--green); border-radius: 99px; background: var(--green); color: white; padding: 0 23px; font-size: 12px; font-weight: 800; cursor: pointer; box-shadow: 0 12px 30px rgba(15,90,60,.22); }
.hero-copy > button b { font-size: 20px; transition: transform .2s; }.hero-copy > button:hover b { transform: translateX(4px); }
.hero-arrow { position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(255,255,255,.86); font-size: 34px; line-height: 1; cursor: pointer; transform: translateY(-50%); box-shadow: 0 5px 20px rgba(22,51,40,.12); }
.hero-arrow.prev { left: 24px; } .hero-arrow.next { right: 24px; }
.hero-dots { position: absolute; left: 50%; bottom: 18px; display: flex; gap: 7px; transform: translateX(-50%); }
.hero-dots button { width: 8px; height: 8px; border: 0; border-radius: 99px; padding: 0; background: rgba(255,255,255,.75); transition: .2s; }
.hero-dots button.active { width: 27px; background: white; }

.benefit-strip { max-width: 1180px; min-height: 104px; margin: -1px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; background: white; }
.benefit-strip > div { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.benefit-strip > div:last-child { border: 0; }
.benefit-strip > div > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: #eaf3e7; color: var(--green); font-weight: 900; }
.benefit-strip p { display: grid; margin: 0; }
.benefit-strip strong { font-size: 14px; }
.benefit-strip small { margin-top: 2px; color: var(--muted); font-size: 11px; }

.section { max-width: 1280px; margin: 0 auto; padding: 86px 28px; }
.soft-section { max-width: none; padding-left: max(28px, calc((100vw - 1224px)/2)); padding-right: 0; background: #f3f5ed; overflow: hidden; }
.section-heading { margin-bottom: 34px; text-align: center; }
.section-heading > span, .section-heading > div > span, .story-copy > span, .green-services > div > span, .newsletter span { color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2, .story-copy h2, .green-services h2, .newsletter h2 { margin: 7px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 4vw, 50px); line-height: 1.02; font-weight: 500; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.section-heading.row { display: flex; align-items: end; justify-content: space-between; text-align: left; }
.text-link { border: 0; background: transparent; color: var(--green); font-size: 13px; font-weight: 800; cursor: pointer; padding: 10px 0; }
.section-heading-actions { display: flex; align-items: center; gap: 18px; }
.slider-buttons { display: flex; gap: 8px; }
.slider-buttons button { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(15,90,60,.28); border-radius: 50%; background: rgba(255,255,255,.82); color: var(--green); cursor: pointer; box-shadow: 0 6px 18px rgba(20,62,44,.08); transition: background .22s, color .22s, transform .22s, box-shadow .22s; }
.slider-buttons button:hover { background: var(--green); color: white; transform: translateY(-2px); box-shadow: 0 9px 22px rgba(15,90,60,.2); }
.slider-buttons svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.category-rail { display: grid; grid-template-columns: repeat(8, minmax(128px, 1fr)); gap: 18px; overflow-x: auto; scrollbar-width: none; padding: 5px 2px 18px; }
.category-rail::-webkit-scrollbar, .product-row::-webkit-scrollbar, .filter-row::-webkit-scrollbar { display: none; }
.category-card { min-width: 128px; position: relative; border: 0; background: transparent; padding: 0 0 4px; color: inherit; text-align: left; cursor: pointer; }
.category-visual { aspect-ratio: .84; position: relative; display: block; overflow: hidden; border-radius: 76px 76px 18px 18px; background: #e8eddf; box-shadow: 0 9px 24px rgba(20,62,44,.08); transition: transform .32s, box-shadow .32s; }
.category-image { width: 100%; height: 100%; position: relative; display: grid; place-items: center; overflow: hidden; background: #e8eddf; font-size: 42px; }
.category-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0) 56%, rgba(8,52,35,.2) 100%); pointer-events: none; }
.category-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .55s; }
.category-icon { position: absolute; z-index: 2; left: 10px; bottom: 10px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(255,255,248,.9); color: var(--green); box-shadow: 0 5px 14px rgba(8,52,35,.14); backdrop-filter: blur(8px); transition: color .3s, background .3s, transform .3s; }
.category-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.category-card strong { display: block; margin-top: 14px; font-family: Georgia, serif; font-size: 17px; font-weight: 500; line-height: 1.08; }
.category-card small { min-height: 28px; display: block; margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.category-explore { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; border-bottom: 1px solid rgba(15,90,60,.28); padding-bottom: 2px; color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.category-explore b { color: #ad8440; font-size: 11px; transition: transform .25s; }
.category-card:hover .category-visual { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(20,62,44,.16); }
.category-card:hover .category-image img { transform: scale(1.065); }
.category-card:hover .category-icon { transform: rotate(-7deg); background: var(--green); color: white; }
.category-card:hover .category-explore b { transform: translate(2px, -2px); }
.category-card.active .category-visual { box-shadow: 0 0 0 3px rgba(14,101,67,.2), 0 16px 32px rgba(20,62,44,.15); }

.plant-features-section { max-width: none; padding-top: 74px; padding-bottom: 74px; background: linear-gradient(135deg, #edf4e8, #f8f6ec); }
.plant-feature-grid { max-width: 1224px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plant-feature-card { min-height: 190px; display: grid; grid-template-columns: 43% 1fr; align-items: center; gap: 20px; overflow: hidden; border: 1px solid rgba(24,83,55,.12); border-radius: 22px; background: rgba(255,255,255,.9); padding: 14px; text-align: left; cursor: pointer; box-shadow: 0 9px 30px rgba(20,64,45,.06); transition: transform .25s, box-shadow .25s; }
.plant-feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-photo { height: 160px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 16px; background: #e4eddc; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.feature-photo > b { font-size: 48px; }
.feature-photo i { position: absolute; right: 9px; bottom: 9px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-style: normal; font-size: 17px; box-shadow: 0 4px 12px rgba(15,90,60,.24); }
.plant-feature-card > span:last-child { display: grid; align-content: center; }
.plant-feature-card strong { font-family: Georgia, serif; font-size: 24px; font-weight: 500; line-height: 1.06; }
.plant-feature-card small { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.plant-feature-card em { margin-top: 16px; color: var(--green); font-size: 10px; font-style: normal; font-weight: 800; }
.catalog-plant-features { margin: -5px 0 34px; padding: 28px; border: 1px solid #dfe8db; border-radius: 24px; background: linear-gradient(135deg, #edf4e8, #f8f6ec); }
.plant-feature-title { margin-bottom: 22px; text-align: left; }
.plant-feature-title > span { color: var(--green-2); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.plant-feature-title h3 { margin: 5px 0 4px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.plant-feature-title p { margin: 0; color: var(--muted); font-size: 11px; }
.catalog-plant-features .plant-feature-card.selected { border: 2px solid var(--green); box-shadow: 0 0 0 3px rgba(15,90,60,.09); }
.catalog-plant-features + .filter-row { margin-top: 0; }

.offers-section { padding: 78px 28px; border-top: 4px solid var(--green); background: #fbf5f0; overflow: hidden; }
.offers-inner { max-width: 1224px; margin: auto; }
.offers-track { display: grid; grid-template-columns: repeat(3, minmax(310px, 1fr)); gap: 16px; overflow-x: auto; scrollbar-width: none; }
.offers-track::-webkit-scrollbar { display: none; }
.offer-card { min-height: 275px; position: relative; overflow: hidden; border-radius: 17px; background: linear-gradient(140deg, #f4ddd3, #f7c5a8); }
.offer-card.gold { background: linear-gradient(140deg, #ffe0a3, #f3a85e); }
.offer-card.sand { background: linear-gradient(140deg, #e5cab4, #cfa887); }
.offer-copy { position: relative; z-index: 3; width: 58%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; padding: 27px 0 24px 28px; }
.offer-copy small { color: #118251; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.offer-copy strong { margin-top: 2px; color: #06543d; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 39px); line-height: 1; white-space: nowrap; }
.offer-copy span { margin-top: 7px; color: #16875a; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.offer-copy button { margin-top: auto; min-height: 31px; border: 0; border-radius: 6px; background: var(--green); color: white; padding: 0 16px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.offer-plants { position: absolute; z-index: 1; left: 26%; right: -7%; bottom: -28px; height: 175px; display: flex; align-items: flex-end; justify-content: flex-end; }
.offer-plants img { width: 30%; max-width: 118px; aspect-ratio: 1; object-fit: cover; border-radius: 50% 50% 15% 15%; mix-blend-mode: multiply; }
.bundle-stamp { position: absolute; z-index: 4; top: 15px; right: 15px; width: 67px; height: 67px; display: grid; place-items: center; border: 2px solid #16875a; border-radius: 50%; background: rgba(255,255,255,.42); color: #116c49; text-align: center; font-family: Georgia, serif; font-size: 10px; line-height: 1; transform: rotate(-7deg); }

.product-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(225px, 260px); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 28px 14px 0; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.product-row:focus-visible { outline: 2px solid rgba(15,90,60,.35); outline-offset: 5px; border-radius: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 16px; }
.product-card { min-width: 0; overflow: hidden; background: white; border: 1px solid #e2e7df; border-radius: 17px; scroll-snap-align: start; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image { width: 100%; aspect-ratio: 1 / 1.04; position: relative; overflow: hidden; background: #f3f3ed; }
.image-open { width: 100%; height: 100%; border: 0; padding: 0; background: transparent; cursor: pointer; }
.image-open img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s; }
.product-card:hover .image-open img { transform: scale(1.035); }
.plant-placeholder { height: 100%; display: grid; place-items: center; font-size: 68px; }
.sale-pill { position: absolute; z-index: 2; top: 12px; left: 11px; padding: 5px 8px; border-radius: 99px; background: #d9ebc9; color: #245131; font-size: 9px; font-weight: 900; letter-spacing: .04em; pointer-events: none; }
.wish-button { position: absolute; z-index: 3; top: 10px; right: 10px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 21px; cursor: pointer; box-shadow: 0 4px 12px rgba(21,52,39,.09); }
.wish-button.active { color: #b52f4e; }
.product-info { padding: 14px 14px 15px; }
.product-type { color: var(--green-2); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-title { width: 100%; height: 42px; overflow: hidden; border: 0; background: transparent; padding: 4px 0 0; text-align: left; font-family: Georgia, serif; font-size: 16px; line-height: 1.22; cursor: pointer; }
.rating { display: flex; align-items: center; gap: 6px; margin-top: 5px; color: var(--muted); font-size: 9px; }
.rating b { color: #e2a129; font-size: 10px; }
.price-row { display: flex; align-items: end; justify-content: space-between; gap: 6px; margin-top: 11px; }
.price-row p { margin: 0; }
.price-row strong { font-size: 15px; }
.price-row del { margin-left: 5px; color: #8b9891; font-size: 10px; }
.add-button { min-width: 54px; min-height: 36px; border: 1px solid var(--green); border-radius: 99px; background: white; color: var(--green); font-size: 12px; font-weight: 800; cursor: pointer; }
.add-button:hover { background: var(--green); color: white; }

.nursery-story { max-width: 1180px; min-height: 475px; margin: 95px auto; display: grid; grid-template-columns: 1fr 1.06fr; overflow: hidden; border-radius: 28px; background: var(--green); color: white; }
.story-art { min-height: 420px; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 40%, #8bd053 0, #4a9a54 35%, #0e593c 76%); }
.story-art::before, .story-art::after { content: ""; position: absolute; width: 300px; height: 430px; border: 1px solid rgba(255,255,255,.23); border-radius: 100% 0 100% 0; transform: rotate(32deg); }
.story-art::after { transform: rotate(-35deg) scale(.72); }
.story-leaf { z-index: 1; font-size: 145px; filter: drop-shadow(0 20px 25px rgba(0,0,0,.16)); }
.story-art > span { position: absolute; z-index: 1; bottom: 40px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; background: rgba(255,255,255,.12); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.story-copy { padding: 70px; align-self: center; }
.story-copy > span { color: #b9e68f; }
.story-copy p { max-width: 540px; color: rgba(255,255,255,.74); line-height: 1.7; }
.story-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 24px 0; color: #d6f1bf; font-size: 13px; }
.story-copy button { min-height: 48px; padding: 0 21px; border: 0; border-radius: 99px; background: #e9f4d8; color: var(--green); font-weight: 800; cursor: pointer; }

.catalog-section { scroll-margin-top: 128px; }
.sort-select { display: grid; gap: 5px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.sort-select select { min-width: 180px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: white; padding: 0 12px; color: var(--ink); font-size: 12px; outline: 0; }
.filter-row { display: flex; gap: 8px; overflow-x: auto; margin: -8px 0 30px; padding-bottom: 3px; scrollbar-width: none; }
.filter-row button { min-height: 39px; flex: 0 0 auto; padding: 0 14px; border: 1px solid var(--line); border-radius: 99px; background: white; color: #4d5e55; font-size: 11px; font-weight: 700; cursor: pointer; }
.filter-row button.active { border-color: var(--green); background: var(--green); color: white; }
.search-summary { margin: -12px 0 22px; padding: 12px 15px; border-radius: 10px; background: #eef4eb; font-size: 12px; }
.search-summary button { float: right; border: 0; background: transparent; color: var(--green); font-weight: 800; cursor: pointer; }
.load-more { display: grid; justify-items: center; gap: 9px; margin-top: 45px; }
.load-more button, .empty-cart > button { min-height: 48px; padding: 0 24px; border: 0; border-radius: 99px; background: var(--green); color: white; font-weight: 800; cursor: pointer; }
.load-more small { color: var(--muted); }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state span { font-size: 60px; }
.empty-state h3 { margin: 10px 0 4px; font-family: Georgia, serif; font-size: 25px; }
.empty-state p { margin: 0; color: var(--muted); }

.green-services { padding: 88px max(28px, calc((100vw - 1224px)/2)); background: #0e5037; color: white; }
.green-services > div:first-child { max-width: 620px; }
.green-services > div > span { color: #bfe491; }
.green-services > div > p { color: rgba(255,255,255,.68); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 38px; }
.service-cards article { min-height: 220px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(255,255,255,.06); }
.service-cards article > span { color: #bfe491; font-size: 11px; letter-spacing: .12em; }
.service-cards h3 { margin: 32px 0 10px; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.service-cards p { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.service-cards a { color: white; font-size: 12px; font-weight: 800; }
.testimonials { text-align: center; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: left; }
.quote-grid blockquote { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.quote-grid blockquote > div { color: #e2a129; letter-spacing: .13em; }
.quote-grid p { min-height: 74px; font-family: Georgia, serif; font-size: 17px; line-height: 1.5; }
.quote-grid cite { color: var(--muted); font-size: 11px; font-style: normal; }

.newsletter { max-width: 1180px; margin: 0 auto 85px; padding: 50px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 24px; background: #e9f2df; }
.newsletter h2 { max-width: 540px; font-size: 35px; }
.newsletter form { width: min(420px, 100%); height: 52px; display: flex; padding: 5px; border-radius: 99px; background: white; }
.newsletter input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 15px; background: transparent; font-size: 12px; }
.newsletter button { border: 0; border-radius: 99px; background: var(--green); color: white; padding: 0 18px; font-size: 11px; font-weight: 800; cursor: pointer; }

footer { background: #0a2e22; color: white; }
.footer-main { max-width: 1280px; margin: auto; padding: 70px 28px 55px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 210px; height: 70px; object-fit: contain; background: white; border-radius: 10px; }
.footer-brand p { max-width: 320px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.7; }
.footer-main h3 { margin: 0 0 18px; color: #cae7b0; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-main a, .footer-main button, .footer-main p { border: 0; background: transparent; padding: 0; color: rgba(255,255,255,.68); text-align: left; text-decoration: none; font-size: 12px; line-height: 1.6; cursor: pointer; }
.socials { display: flex; gap: 8px; margin-top: 18px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; font-size: 10px; }
.footer-bottom { max-width: 1280px; margin: auto; padding: 18px 28px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 10px; }

.mobile-bottom { display: none; }
.scrim { position: fixed; z-index: 80; inset: 0; border: 0; background: rgba(4,27,18,.48); backdrop-filter: blur(2px); }
.side-panel { position: fixed; z-index: 90; top: 0; bottom: 0; width: min(430px, 92vw); display: flex; flex-direction: column; background: var(--paper); box-shadow: var(--shadow); transition: transform .32s cubic-bezier(.22,.61,.36,1); }
.side-panel.left { left: 0; transform: translateX(-105%); }
.side-panel.right { right: 0; transform: translateX(105%); }
.side-panel.open { transform: translateX(0); }
.panel-head { min-height: 84px; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.panel-head img { width: 165px; height: 48px; object-fit: contain; }
.panel-head button, .product-close { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 24px; cursor: pointer; }
.panel-head small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.panel-head h2 { margin: 2px 0 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.menu-list { padding: 10px 20px 20px; overflow-y: auto; }
.menu-list > button { width: 100%; min-height: 57px; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.menu-list span { display: grid; gap: 3px; font-weight: 700; font-size: 13px; }
.menu-list small { color: var(--muted); font-size: 9px; font-weight: 500; }
.panel-contact { margin: auto 20px 20px; padding: 18px; border-radius: 14px; background: #eaf2e3; display: grid; gap: 4px; }
.panel-contact small { color: var(--muted); }
.panel-contact a { color: var(--green); font-weight: 800; text-decoration: none; }
.empty-cart { margin: auto; padding: 40px 25px; text-align: center; }
.empty-cart > span { font-size: 68px; }
.empty-cart h3 { margin: 14px 0 6px; font-family: Georgia, serif; font-size: 25px; }
.empty-cart p { color: var(--muted); font-size: 12px; }
.cart-lines { flex: 1; overflow-y: auto; padding: 0 20px; }
.cart-lines article { display: grid; grid-template-columns: 80px 1fr 30px; gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-lines article > img { width: 80px; height: 90px; border-radius: 10px; object-fit: cover; background: #f1f3eb; }
.cart-lines h3 { margin: 2px 0 7px; font-family: Georgia, serif; font-size: 14px; font-weight: 500; }
.cart-lines strong { font-size: 12px; }
.quantity { width: 90px; height: 31px; margin-top: 9px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border: 1px solid var(--line); border-radius: 99px; text-align: center; }
.quantity button { border: 0; background: transparent; cursor: pointer; }
.quantity span { font-size: 11px; }
.remove-line { align-self: start; border: 0; background: transparent; color: var(--muted); font-size: 20px; cursor: pointer; }
.cart-total { padding: 20px; border-top: 1px solid var(--line); background: white; }
.cart-total > div { display: flex; justify-content: space-between; font-size: 15px; }
.cart-total p { color: var(--muted); font-size: 10px; }
.cart-total > button, .signin-form > button { width: 100%; min-height: 50px; border: 0; border-radius: 99px; background: var(--green); color: white; font-weight: 800; cursor: pointer; }
.profile-intro { padding: 36px 25px 18px; text-align: center; }
.profile-intro > span { width: 66px; height: 66px; margin: auto; display: grid; place-items: center; border-radius: 50%; background: #eaf2e3; font-size: 34px; }
.profile-avatar svg { width: 34px; height: 34px; fill: none; stroke: var(--green); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.profile-intro h3 { margin: 12px 0 4px; font-family: Georgia, serif; font-size: 23px; }
.profile-intro p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.signin-form { padding: 0 25px 22px; }
.signin-form label { display: grid; gap: 7px; color: var(--muted); font-size: 10px; }
.signin-form input { height: 48px; border: 1px solid var(--line); border-radius: 10px; padding: 0 13px; outline: 0; font-size: 13px; }
.signin-form > button { margin-top: 12px; }
.profile-links { padding: 0 20px; border-top: 1px solid var(--line); }
.profile-links button, .profile-links a { width: 100%; min-height: 70px; display: grid; grid-template-columns: 35px 1fr 20px; align-items: center; gap: 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.profile-links p { display: grid; gap: 3px; margin: 0; }
.profile-links p b { font-size: 12px; }.profile-links p small { color: var(--muted); font-size: 9px; }

.product-panel { position: fixed; z-index: 92; left: 50%; bottom: 0; width: min(920px, 96vw); max-height: 90vh; overflow-y: auto; display: grid; grid-template-columns: 1fr 1fr; border-radius: 26px 26px 0 0; background: white; box-shadow: 0 -25px 80px rgba(13,48,34,.26); transform: translate(-50%, 110%); transition: transform .35s cubic-bezier(.22,.61,.36,1); }
.product-panel.open { transform: translate(-50%, 0); }
.product-close { position: absolute; z-index: 2; top: 16px; right: 16px; }
.detail-image { min-height: 530px; position: relative; overflow: hidden; background: #f1f3eb; }
.detail-image img { width: 100%; height: 100%; object-fit: contain; }
.detail-copy { padding: 62px 48px 45px; }
.detail-copy > span { color: var(--green-2); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-copy h2 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: 36px; line-height: 1.12; font-weight: 500; }
.detail-rating { color: #e2a129; font-size: 12px; }.detail-rating small { margin-left: 7px; color: var(--muted); }
.detail-price { margin: 22px 0 0; font-size: 24px; font-weight: 800; }.detail-price del { margin-left: 9px; color: #92a098; font-size: 13px; font-weight: 500; }
.size-selector { margin: 22px 0 8px; }
.size-selector > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.size-selector > div:first-child > strong { font-family: Georgia, serif; font-size: 16px; }
.size-selector > div:first-child > button { border: 0; border-bottom: 1px solid var(--green); background: transparent; color: var(--green); padding: 1px 0; font-size: 10px; cursor: pointer; }
.size-options { display: grid; grid-template-columns: repeat(2, minmax(0, 140px)); gap: 9px; margin-top: 11px; }
.size-options button { min-height: 63px; display: grid; place-items: center; align-content: center; gap: 3px; border: 1px solid #cfd9d2; border-radius: 8px; background: white; color: var(--ink); cursor: pointer; }
.size-options button.active { border-color: #0caf65; background: #0caf65; color: white; }
.size-options b { font-size: 13px; }.size-options small { font-size: 9px; opacity: .8; }
.detail-description { color: var(--muted); font-size: 13px; line-height: 1.65; }
.detail-copy ul { padding: 0; list-style: none; color: #34594a; font-size: 12px; line-height: 2; }
.detail-actions { display: grid; grid-template-columns: 110px 1fr; gap: 10px; margin-top: 24px; }
.detail-actions button { min-height: 49px; border: 1px solid var(--green); border-radius: 99px; background: white; color: var(--green); font-weight: 800; cursor: pointer; }
.detail-actions button:last-child { background: var(--green); color: white; }.detail-actions button.wished { color: #b52f4e; border-color: #b52f4e; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; transform: translateX(-50%); min-width: 260px; padding: 13px 18px; border-radius: 99px; background: #143e2e; color: white; text-align: center; font-size: 12px; box-shadow: var(--shadow); }

@media (max-width: 980px) {
  .desktop-head { grid-template-columns: 180px 1fr 210px; gap: 16px; }
  .desktop-nav { gap: 17px; }
  .category-rail { grid-template-columns: repeat(8, 136px); }
  .plant-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .plant-feature-card { min-height: 170px; grid-template-columns: 1fr; gap: 12px; }
  .feature-photo { height: 125px; }
  .plant-feature-card strong { font-size: 19px; }
  .offers-track { grid-template-columns: repeat(3, 360px); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .nursery-story { margin-left: 24px; margin-right: 24px; }
  .story-copy { padding: 45px; }
  .footer-main { grid-template-columns: 1.3fr repeat(3, .9fr); gap: 25px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 69px; }
  .announcement { height: 30px; }
  .announcement > div { width: max-content; padding: 0; gap: 70px; animation: announcement 14s linear infinite; }
  .announcement > div::after { content: "🚚 Free shipping above ₹499"; white-space: nowrap; }
  @keyframes announcement { to { transform: translateX(-50%); } }
  .desktop-head, .desktop-nav { display: none; }
  .mobile-head { min-height: 63px; display: grid; grid-template-columns: 44px 1fr 88px; align-items: center; padding: 6px 12px; }
  .brand-mobile { justify-self: center; }
  .brand-mobile img { width: 157px; height: 47px; object-fit: contain; }
  .icon-button { width: 42px; height: 42px; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
  .mobile-actions { display: flex; justify-content: flex-end; }
  .mobile-actions .cart-icon { font-size: 21px; }
  .mobile-search-wrap { display: block; padding: 0 12px 10px; }
  .mobile-search-wrap .header-search { height: 43px; }
  .hero { background: #f2f5ee; }
  .hero-slide { min-height: 525px; }
  .hero-slide > img { object-fit: cover; }
  .hero-slide.slide-0 > img { object-position: 66% center; }
  .hero-slide.slide-1 > img { object-position: 34% center; }
  .hero-slide.slide-2 > img { object-position: 68% center; }
  .hero-shade, .hero-slide.right .hero-shade { background: linear-gradient(0deg, rgba(9,39,28,.88) 0%, rgba(9,39,28,.62) 36%, rgba(9,39,28,.04) 72%); }
  .hero-copy, .hero-slide.right .hero-copy { top: auto; left: 22px; right: 22px; bottom: 48px; width: auto; transform: none; color: white; }
  .hero-copy small { color: #c6ed9d; font-size: 9px; }
  .hero-copy h1 { max-width: 350px; margin: 8px 0 10px; font-size: 40px; line-height: 1; }
  .hero-copy p { max-width: 350px; color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.5; }
  .hero-copy > button { min-height: 44px; margin-top: 18px; border-color: white; background: white; color: var(--green); padding: 0 18px; font-size: 10px; box-shadow: none; }
  .hero-arrow { display: none; }
  .hero-dots { bottom: 10px; }
  .benefit-strip { min-height: 85px; grid-template-columns: repeat(4, minmax(135px, 1fr)); overflow-x: auto; justify-content: start; padding: 0 14px; }
  .benefit-strip > div { min-width: 135px; justify-content: flex-start; padding: 0 10px; }
  .benefit-strip > div > span { width: 32px; height: 32px; flex: 0 0 32px; font-size: 11px; }
  .benefit-strip strong { font-size: 11px; }.benefit-strip small { font-size: 8px; }
  .section { padding: 60px 14px; }
  .soft-section { padding: 60px 0 60px 14px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h2, .story-copy h2, .green-services h2, .newsletter h2 { font-size: 31px; }
  .section-heading p { max-width: 330px; margin: auto; line-height: 1.55; font-size: 11px; }
  .section-heading.row { align-items: flex-end; }
  .section-heading.row .text-link { font-size: 10px; }
  .section-heading-actions { gap: 8px; }
  .slider-buttons { gap: 6px; }
  .slider-buttons button { width: 36px; height: 36px; }
  .slider-buttons svg { width: 16px; height: 16px; }
  .categories-section { padding-bottom: 48px; }
  .category-rail { margin-right: -14px; grid-template-columns: repeat(8, 128px); gap: 13px; padding: 4px 2px 15px; scroll-snap-type: x mandatory; }
  .category-card { min-width: 128px; scroll-snap-align: start; }
  .category-visual { border-radius: 67px 67px 16px 16px; }
  .category-card strong { margin-top: 12px; font-size: 14px; }.category-card small { display: none; }
  .category-icon { left: 8px; bottom: 8px; width: 32px; height: 32px; }
  .category-icon svg { width: 17px; height: 17px; }
  .category-explore { margin-top: 7px; font-size: 7px; }
  .category-card:hover .category-visual { transform: translateY(-3px); }
  .plant-features-section { padding-top: 52px; padding-bottom: 52px; }
  .plant-feature-grid { display: flex; gap: 10px; overflow-x: auto; margin-right: -14px; padding: 2px 14px 12px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .plant-feature-grid::-webkit-scrollbar { display: none; }
  .plant-feature-card { min-width: 76vw; min-height: 150px; grid-template-columns: 42% 1fr; gap: 14px; border-radius: 17px; scroll-snap-align: start; }
  .feature-photo { height: 125px; border-radius: 13px; }
  .feature-photo i { width: 30px; height: 30px; font-size: 14px; }
  .plant-feature-card strong { font-size: 19px; }
  .plant-feature-card small { font-size: 10px; }
  .plant-feature-card em { margin-top: 11px; font-size: 9px; }
  .catalog-plant-features { margin: 0 0 25px; padding: 20px 14px; border-radius: 18px; }
  .plant-feature-title { margin-bottom: 16px; }
  .plant-feature-title h3 { font-size: 22px; }
  .catalog-plant-features .plant-feature-grid { margin-right: -14px; }
  .offers-section { padding: 52px 14px; }
  .offers-section .section-heading.row { align-items: flex-end; }
  .offers-track { margin-right: -14px; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 88vw; padding-right: 14px; scroll-snap-type: x mandatory; }
  .offer-card { min-height: 245px; scroll-snap-align: start; }
  .offer-copy { padding: 23px 0 20px 20px; }
  .offer-copy strong { font-size: 32px; }
  .offer-plants { height: 150px; }
  .bundle-stamp { width: 58px; height: 58px; font-size: 9px; }
  .product-row { grid-auto-columns: minmax(166px, 43vw); gap: 10px; padding-right: 14px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { border-radius: 13px; }
  .product-info { padding: 10px; }
  .product-title { height: 36px; font-size: 13px; }
  .product-type { font-size: 8px; }.rating span { display: none; }
  .price-row { margin-top: 8px; }.price-row strong { font-size: 13px; }.price-row del { display: none; }
  .add-button { min-width: 46px; min-height: 33px; font-size: 10px; }
  .wish-button { width: 31px; height: 31px; top: 7px; right: 7px; }
  .sale-pill { top: 8px; left: 7px; font-size: 7px; }
  .nursery-story { min-height: 0; margin: 25px 14px 65px; grid-template-columns: 1fr; border-radius: 20px; }
  .story-art { min-height: 250px; }.story-leaf { font-size: 100px; }.story-art > span { bottom: 20px; }
  .story-copy { padding: 34px 24px 38px; }.story-copy p { font-size: 12px; }.story-points { font-size: 10px; }
  .catalog-section { scroll-margin-top: 95px; }
  .catalog-section .section-heading.row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
  .sort-select select { min-width: 142px; height: 38px; font-size: 10px; }
  .filter-row { margin-right: -14px; }
  .filter-row button { min-height: 36px; padding: 0 12px; font-size: 10px; }
  .green-services { padding: 60px 14px; }
  .service-cards { grid-template-columns: 1fr; gap: 10px; }.service-cards article { min-height: 170px; padding: 22px; }.service-cards h3 { margin-top: 20px; }
  .quote-grid { grid-auto-flow: column; grid-auto-columns: 84vw; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; }.quote-grid blockquote { scroll-snap-align: start; }
  .newsletter { margin: 0 14px 60px; padding: 30px 20px; display: grid; border-radius: 18px; }.newsletter form { height: 48px; }.newsletter button { padding: 0 13px; }
  .footer-main { padding: 52px 20px 35px; grid-template-columns: 1fr 1fr; gap: 35px 20px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { padding: 16px 20px; display: grid; gap: 5px; }
  .mobile-bottom { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; height: 68px; padding: 5px max(6px, env(safe-area-inset-left)) max(5px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; border-top: 1px solid #dbe2db; background: rgba(255,255,252,.98); box-shadow: 0 -8px 25px rgba(20,62,45,.09); }
  .mobile-bottom button { min-height: 52px; position: relative; border: 0; background: transparent; display: grid; place-items: center; align-content: center; gap: 2px; color: #52645b; cursor: pointer; }
  .mobile-bottom button > span { font-size: 21px; line-height: 1; }.mobile-bottom small { font-size: 9px; font-weight: 700; }
  .mobile-bottom .search-main > span { width: 42px; height: 42px; margin-top: -25px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; box-shadow: 0 6px 18px rgba(15,90,60,.25); font-size: 25px; }.mobile-bottom .search-main small { margin-top: -1px; }
  .mobile-bottom .cart-icon > b { top: -1px; right: 15px; }
  .product-panel { width: 100%; max-height: 92vh; grid-template-columns: 1fr; border-radius: 20px 20px 0 0; }
  .detail-image { min-height: 0; height: 43vh; }.detail-copy { padding: 26px 20px 28px; }.detail-copy h2 { font-size: 26px; }.detail-description { font-size: 11px; }.size-options { grid-template-columns: repeat(2, 1fr); }.detail-actions { position: sticky; bottom: 0; grid-template-columns: 90px 1fr; background: white; }
  .toast { bottom: 82px; width: calc(100% - 28px); min-width: 0; }
}

@media (max-width: 390px) {
  .brand-mobile img { width: 140px; }
  .soft-section .section-heading.row { display: block; }
  .soft-section .section-heading-actions { margin-top: 13px; padding-right: 14px; justify-content: space-between; }
  .product-row { grid-auto-columns: 45vw; }
  .catalog-section .section-heading.row { grid-template-columns: 1fr; }.sort-select { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
/* Real customer account actions inside the storefront profile drawer. */
.profile-main-action,.profile-register-action{min-height:46px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:12px;font-weight:850;text-decoration:none}.profile-main-action{background:#0e5a3c;color:#fff}.profile-register-action{border:1px solid #bfd0c5;background:#fff;color:#0e5a3c}.signin-form form,.signin-form form button{width:100%}
