/* Homepage revision v8: document-approved sequence and responsive presentation. */
:root {
  --v8-forest: #123f2b;
  --v8-deep: #0c3122;
  --v8-leaf: #3d714d;
  --v8-sage: #e8efe2;
  --v8-ivory: #faf7ef;
  --v8-sand: #eee4d2;
  --v8-line: #dce2d7;
}

.home-v8-hero h1,
.home-v8-hero h2,
.home-v8-shapes h2,
.home-v8-why h2,
.home-v8-story h2,
.home-v8-collection h2,
.home-v8-women h2,
.home-v8-achievements h2,
.home-v8-testimonials h2,
.home-v8-journal h2,
.home-v8-categories h2 { font-family: 'Newsreader',Georgia,serif; }

.home-v8-text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--v8-forest); font-size: 15px; font-weight: 700; }
.home-v8-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.home-v8-heading-row h2 { max-width: 720px; margin: 7px 0 0; font-size: clamp(39px,4vw,58px); line-height: .98; }

/* Equal visual geometry for the three requested desktop header actions. */
.nav-actions .header-action { width: 66px; min-width: 66px; min-height: 66px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; position: relative; padding: 0; }
.nav-actions .header-action > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; box-sizing: border-box; }
.nav-actions .header-action > small { min-height: 14px; margin: 0; font-size: 10px; line-height: 14px; }
.nav-actions .heart-mark { font-size: 30px; line-height: 25px; }
.nav-actions .person-mark,
.nav-actions .bag-mark { transform: scale(.92); transform-origin: center; }
.nav-actions .header-action > em { top: 5px; right: 7px; }

/* Hero */
.home-v8-hero { padding: 40px 0 46px; background: var(--v8-ivory); }
.home-v8-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(38px,6vw,90px); }
.home-v8-hero-copy { padding: 8px 0; }
.home-v8-hero-copy .eyebrow { color: var(--v8-leaf); font-size: 13px; }
.home-v8-hero h1 { max-width: 650px; margin: 14px 0 20px; color: var(--v8-deep); font-size: clamp(54px,5.35vw,78px); font-weight: 500; letter-spacing: -.052em; line-height: .91; }
.home-v8-hero h1 em { color: var(--v8-leaf); font-weight: 400; }
.home-v8-hero-lead { max-width: 590px; margin: 0; color: #506257; font-size: 17px; line-height: 1.58; }
.home-v8-hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 22px; }
.home-v8-hero-actions .button { min-height: 54px; padding: 0 25px; border-radius: 10px; font-size: 15px; }
.home-v8-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 27px; border-top: 1px solid #d8ddcf; border-bottom: 1px solid #d8ddcf; }
.home-v8-hero-facts span { display: flex; flex-direction: column; padding: 15px 13px; border-right: 1px solid #d8ddcf; color: #657269; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.home-v8-hero-facts span:first-child { padding-left: 0; }
.home-v8-hero-facts span:last-child { border-right: 0; }
.home-v8-hero-facts strong { margin-bottom: 4px; color: var(--v8-forest); font: 500 27px/1 'Newsreader',Georgia,serif; letter-spacing: 0; text-transform: none; }
.home-v8-hero-visual { position: relative; margin: 0; overflow: hidden; border-radius: 34px 34px 110px 34px; background: #e7ebd4; box-shadow: 0 28px 70px rgba(34,61,43,.12); }
.home-v8-hero-visual > img { width: 100%; aspect-ratio: 1.29; display: block; object-fit: cover; }
.home-v8-hero-visual figcaption { position: absolute; left: 22px; bottom: 22px; display: flex; flex-direction: column; gap: 3px; padding: 14px 18px; border-radius: 13px; color: #fff; background: rgba(12,49,34,.9); backdrop-filter: blur(8px); }
.home-v8-hero-visual figcaption span { color: #d7e7d5; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.home-v8-hero-visual figcaption strong { font: 500 19px 'Newsreader',Georgia,serif; }

/* Planter shape selector */
.home-v8-shapes { padding: 90px 0 82px; background: #fff; }
.home-v8-shape-row { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.home-v8-shape-row a { min-width: 0; text-align: center; }
.home-v8-shape-row a > span { display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; padding: 7px; border: 1px solid #d7ddcf; border-radius: 50%; background: var(--v8-ivory); box-shadow: inset 0 0 0 7px #fff; transition: border-color .25s, transform .25s, box-shadow .25s; }
.home-v8-shape-row a:hover > span { transform: translateY(-5px); border-color: var(--v8-leaf); box-shadow: inset 0 0 0 7px #fff,0 13px 30px rgba(24,67,44,.1); }
.home-v8-shape-row img { width: 100%; height: 100%; display: block; object-fit: contain; border-radius: 50%; }
.home-v8-shape-row strong { display: block; margin-top: 14px; color: var(--v8-deep); font-size: 15px; }

/* Original celebrity photos, equal frame dimensions without modifying files. */
.home-v8-shapes + .people-section { padding: 84px 0; background: var(--v8-sage); }
.home-v8-shapes + .people-section .people-track { gap: 18px; }
.home-v8-shapes + .people-section .people-track figure { flex: 0 0 clamp(230px,22vw,310px); width: clamp(230px,22vw,310px); margin: 0; }
.home-v8-shapes + .people-section .people-track img { width: 100%; aspect-ratio: 4/5; display: block; object-fit: cover; object-position: center 24%; border-radius: 22px; }
.home-v8-shapes + .people-section .people-track figcaption { min-height: 42px; padding: 13px 4px 0; color: var(--v8-forest); font-size: 14px; font-weight: 700; }

/* Why Plantozone */
.home-v8-why { padding: 90px 0; background: #fff; }
.home-v8-why-card { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; padding: clamp(44px,6vw,80px); border-radius: 34px; color: #fff; background: var(--v8-forest); box-shadow: 0 32px 80px rgba(15,59,40,.16); }
.home-v8-why .eyebrow { color: #d8eab7; }
.home-v8-why h2 { max-width: 580px; margin: 14px 0 22px; color: #fff; font-size: clamp(43px,4.5vw,64px); font-weight: 500; line-height: .98; }
.home-v8-why-copy > p:not(.eyebrow) { max-width: 560px; color: #d6e2da; font-size: 17px; line-height: 1.72; }
.home-v8-light-button { margin-top: 22px; color: var(--v8-forest); background: #f3f6e8; border-color: #f3f6e8; }
.home-v8-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: center; }
.home-v8-benefits article { min-height: 132px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 23px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.045); }
.home-v8-benefits article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--v8-forest); background: #e4eed5; font-size: 11px; font-weight: 800; }
.home-v8-benefits strong,.home-v8-benefits small { display: block; }
.home-v8-benefits strong { color: #fff; font-size: 16px; line-height: 1.3; }
.home-v8-benefits small { margin-top: 7px; color: #b9ccc0; font-size: 13px; line-height: 1.45; }

/* Story video */
.home-v8-story { padding: 100px 0; background: var(--v8-ivory); }
.home-v8-story-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: clamp(50px,8vw,110px); }
.home-v8-story h2 { max-width: 520px; margin: 14px 0 22px; color: var(--v8-deep); font-size: clamp(45px,4.7vw,68px); font-weight: 500; line-height: .97; }
.home-v8-story-copy > p:not(.eyebrow) { color: #53655a; font-size: 17px; line-height: 1.75; }
.home-v8-story-copy > span { display: inline-block; margin-top: 18px; color: var(--v8-leaf); font-size: 13px; font-weight: 700; }
.home-v8-video.video-story { position: relative; width: 100%; height: 620px; min-height: 620px; aspect-ratio: auto; align-self: center; display: grid; place-items: center; overflow: hidden; border: 1px solid #d8dfcb; border-radius: 34px; background: #edf2df; box-shadow: 0 26px 65px rgba(36,62,44,.12); }
.home-v8-video > img,.home-v8-video > video { width: 100%; height: 620px; display: block; object-fit: contain; background: #edf2df; }
.home-v8-video .story-play { color: #fff; background: var(--v8-forest); box-shadow: 0 12px 35px rgba(13,50,35,.25); }
.home-v8-video .story-play span { background: #fff; color: var(--v8-forest); }

/* Repeating two-product editorial collections */
.home-v8-collection { padding: 100px 0; background: #fff; }
.home-v8-collection-b,.home-v8-collection-d,.home-v8-collection-f { background: var(--v8-ivory); }
.home-v8-collection-grid { display: grid; grid-template-columns: .38fr .62fr; align-items: center; gap: clamp(45px,7vw,100px); }
.home-v8-collection.home-v8-reverse .home-v8-collection-intro { order: 2; }
.home-v8-collection.home-v8-reverse .home-v8-two-products { order: 1; }
.home-v8-collection-intro { max-width: 430px; }
.home-v8-collection-intro h2 { margin: 13px 0 19px; color: var(--v8-deep); font-size: clamp(46px,5vw,70px); font-weight: 500; letter-spacing: -.035em; line-height: .95; }
.home-v8-collection-intro > p:not(.eyebrow) { color: #59685f; font-size: 16px; line-height: 1.7; }
.home-v8-collection-intro .button { margin-top: 18px; }
.home-v8-two-products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.home-v8-two-products .product-media-wrap { border: 1px solid #e0e3d8; border-radius: 20px; background: #f5f3ec; }
.home-v8-two-products .product-media { aspect-ratio: 1; background: #f5f3ec; }
.home-v8-two-products .product-media img { width: 100%; height: 100%; padding: 0; object-fit: contain; }
.home-v8-two-products .product-info h3 { font-size: 22px; }
.home-v8-two-products .product-card-copy { font-size: 14px; }

/* Women and greener enterprise */
.home-v8-women { padding: 100px 0; background: #e8eee0; }
.home-v8-women-card { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(48px,7vw,95px); }
.home-v8-women figure { margin: 0; overflow: hidden; border-radius: 34px 110px 34px 34px; box-shadow: 0 28px 60px rgba(29,62,42,.14); }
.home-v8-women img { width: 100%; aspect-ratio: 1.38; display: block; object-fit: cover; object-position: center; }
.home-v8-women h2 { margin: 13px 0 22px; color: var(--v8-deep); font-size: clamp(45px,5vw,69px); font-weight: 500; line-height: .97; }
.home-v8-women p:not(.eyebrow) { color: #526258; font-size: 17px; line-height: 1.78; }
.home-v8-women blockquote { margin: 28px 0 0; padding: 23px 0 0; border-top: 1px solid #becbb8; color: var(--v8-forest); font: 500 23px/1.35 'Newsreader',Georgia,serif; }

/* Vision, mission and product */
.home-v8-journey { padding: 100px 0; }
.home-v8-journey .section-heading h2 { max-width: 1050px; }
.home-v8-journey .journey-cards { gap: 22px; margin-top: 44px; }
.home-v8-journey .journey-cards > article { padding: 26px; border-radius: 25px; }
.home-v8-journey .journey-cards h3 { font-size: 37px; }
.home-v8-journey .journey-cards p { min-height: 100px; }
.home-v8-journey .journey-cards img { width: 100%; object-fit: contain; }

/* Verified achievements */
.home-v8-achievements { padding: 100px 0; color: #fff; background: var(--v8-deep); }
.home-v8-achievements .eyebrow { color: #d7e7b7; }
.home-v8-achievements h2 { margin: 10px 0 12px; color: #fff; font-size: clamp(46px,5vw,68px); font-weight: 500; }
.home-v8-achievements .section-heading > p:last-child { color: #b9cbbf; }
.home-v8-achievement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.home-v8-achievement-grid article { min-height: 280px; display: flex; flex-direction: column; justify-content: end; padding: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.045); }
.home-v8-achievement-grid strong { color: #dce9bd; font: 500 clamp(74px,8vw,112px)/.75 'Newsreader',Georgia,serif; }
.home-v8-achievement-grid span { margin-top: 28px; color: #fff; font-size: 19px; font-weight: 700; }
.home-v8-achievement-grid p { margin: 9px 0 0; color: #a9bcb0; font-size: 14px; line-height: 1.6; }

/* Customer responses */
.home-v8-testimonials { padding: 100px 0; background: #eee4d2; }
.home-v8-testimonials h2 { margin: 10px 0 12px; color: var(--v8-deep); font-size: clamp(46px,5vw,68px); font-weight: 500; }
.home-v8-testimonials .testimonial-track { gap: 22px; margin-top: 43px; }
.home-v8-testimonials .testimonial-track > article { min-height: 330px; display: flex; flex-direction: column; padding: 34px; border: 0; border-radius: 24px; background: #fffdf8; box-shadow: 0 16px 40px rgba(80,62,34,.07); }
.home-v8-quote { color: #87a276; font: 500 68px/.65 'Newsreader',Georgia,serif; }
.home-v8-testimonials .testimonial-track h3 { margin: 26px 0 12px; font: 500 27px/1.1 'Newsreader',Georgia,serif; }
.home-v8-testimonials .testimonial-track article > p { color: #59645d; font-size: 15px; line-height: 1.75; }
.home-v8-testimonials .testimonial-track footer { margin-top: auto; padding-top: 24px; border-top: 1px solid #e4e3dc; }

/* Blog and final category selector */
.home-v8-journal { padding: 100px 0; }
.home-v8-journal .journal-grid { margin-top: 43px; }
.home-v8-journal .journal-card > a:first-child { border-radius: 20px; background: var(--v8-ivory); }
.home-v8-journal .journal-card img { aspect-ratio: 1.35; object-fit: contain; background: var(--v8-ivory); }
.home-v8-categories { padding: 100px 0; text-align: center; background: var(--v8-sage); }
.home-v8-categories h2 { margin: 10px 0 12px; color: var(--v8-deep); font-size: clamp(47px,5vw,70px); font-weight: 500; }
.home-v8-category-row { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 28px; margin-top: 47px; }
.home-v8-category-row a > span { display: block; overflow: hidden; aspect-ratio: 1; padding: 8px; border: 1px solid #cbd5c5; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 7px var(--v8-sage); transition: transform .25s,border-color .25s; }
.home-v8-category-row a:hover > span { transform: translateY(-5px); border-color: var(--v8-forest); }
.home-v8-category-row img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; }
.home-v8-category-row strong { display: block; margin-top: 15px; color: var(--v8-deep); font-size: 16px; }
.home-v8-final-shop { margin-top: 44px; }

@media (max-width: 1100px) {
  .home-v8-hero-grid { grid-template-columns: .95fr 1.05fr; gap: 36px; }
  .home-v8-hero h1 { font-size: 62px; }
  .home-v8-shape-row { gap: 11px; }
  .home-v8-shape-row strong { font-size: 13px; }
  .home-v8-why-card { gap: 35px; padding: 50px 38px; }
  .home-v8-benefits article { padding: 18px; }
  .home-v8-story-grid,.home-v8-collection-grid { gap: 45px; }
  .home-v8-collection-grid { grid-template-columns: .33fr .67fr; }
}

@media (max-width: 820px) {
  .home-v8-hero { padding: 40px 0 52px; }
  .home-v8-hero-grid,.home-v8-why-card,.home-v8-story-grid,.home-v8-women-card,.home-v8-collection-grid { grid-template-columns: 1fr; }
  .home-v8-hero-copy { padding: 0; }
  .home-v8-hero h1 { max-width: 720px; font-size: clamp(54px,10vw,76px); }
  .home-v8-hero-visual { border-radius: 28px 28px 75px 28px; }
  .home-v8-shape-row { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
  .home-v8-heading-row { align-items: flex-start; flex-direction: column; }
  .home-v8-why-card { padding: 45px 32px; }
  .home-v8-story-copy { max-width: 690px; }
  .home-v8-video.video-story,.home-v8-video > img,.home-v8-video > video { min-height: 540px; height: 540px; }
  .home-v8-collection.home-v8-reverse .home-v8-collection-intro,.home-v8-collection.home-v8-reverse .home-v8-two-products { order: initial; }
  .home-v8-collection-intro { max-width: 680px; }
  .home-v8-women figure { border-radius: 28px 75px 28px 28px; }
  .home-v8-achievement-grid { grid-template-columns: 1fr; }
  .home-v8-achievement-grid article { min-height: 220px; }
  .home-v8-category-row { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .home-v8-hero h1 { font-size: 52px; line-height: .94; }
  .home-v8-hero-lead { font-size: 16px; line-height: 1.65; }
  .home-v8-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .home-v8-hero-actions .button { width: 100%; justify-content: center; }
  .home-v8-hero-facts { grid-template-columns: 1fr 1fr 1fr; }
  .home-v8-hero-facts span { padding: 15px 7px; font-size: 9px; }
  .home-v8-hero-facts strong { font-size: 22px; }
  .home-v8-hero-visual > img { aspect-ratio: 1; object-fit: cover; }
  .home-v8-hero-visual figcaption { left: 14px; right: 14px; bottom: 14px; }
  .home-v8-shapes,.home-v8-why,.home-v8-story,.home-v8-collection,.home-v8-women,.home-v8-journey,.home-v8-achievements,.home-v8-testimonials,.home-v8-journal,.home-v8-categories { padding: 70px 0; }
  .home-v8-shape-row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 17px; }
  .home-v8-shape-row strong { font-size: 15px; }
  .home-v8-shapes + .people-section { padding: 70px 0; }
  .home-v8-shapes + .people-section .people-track figure { flex-basis: 76vw; width: 76vw; }
  .home-v8-why-card { width: 100%; gap: 38px; padding: 36px 24px; border-radius: 25px; }
  .home-v8-why h2 { font-size: 41px; }
  .home-v8-benefits { grid-template-columns: 1fr; }
  .home-v8-benefits article { min-height: 112px; }
  .home-v8-story h2,.home-v8-women h2,.home-v8-collection-intro h2 { font-size: 43px; }
  .home-v8-video.video-story,.home-v8-video > img,.home-v8-video > video { min-height: 520px; height: 520px; border-radius: 25px; }
  .home-v8-two-products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .home-v8-two-products .product-media-wrap { border-radius: 14px; }
  .home-v8-two-products .product-info h3 { font-size: 16px; }
  .home-v8-two-products .product-card-copy { display: none; }
  .home-v8-two-products .product-price strong { font-size: 14px; }
  .home-v8-two-products .product-price small { font-size: 8px; }
  .home-v8-women img { aspect-ratio: 1.15; }
  .home-v8-women p:not(.eyebrow) { font-size: 16px; }
  .home-v8-women blockquote { font-size: 21px; }
  .home-v8-journey .journey-cards p { min-height: 0; }
  .home-v8-achievements h2,.home-v8-testimonials h2,.home-v8-categories h2 { font-size: 43px; }
  .home-v8-achievement-grid article { min-height: 195px; padding: 27px; }
  .home-v8-testimonials .testimonial-track { grid-template-columns: 1fr; }
  .home-v8-testimonials .testimonial-track > article { min-height: 0; }
  .home-v8-journal .journal-grid { grid-template-columns: 1fr; }
  .home-v8-category-row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 17px; }
  .home-v8-final-shop { width: 100%; justify-content: center; }
  .nav-actions .header-action { width: 47px; min-width: 47px; min-height: 58px; }
  .nav-actions .header-action > span { width: 25px; height: 25px; flex-basis: 25px; }
}

/* Shop page */
.shop-v8-category-start { padding: 68px 0 78px; background: var(--v8-ivory); }
.shop-v8-category-start .section-heading h1 { margin: 9px 0 12px; color: var(--v8-deep); font: 500 clamp(50px,6vw,78px)/.95 'Newsreader',Georgia,serif; letter-spacing: -.04em; }
.shop-v8-category-start .section-heading > p:last-child { max-width: 620px; color: #59685f; font-size: 17px; }
.shop-v8-category-start .category-shop-rail { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 23px; margin-top: 42px; overflow: visible; }
.shop-v8-category-start .category-shop-rail a { min-width: 0; padding: 0; text-align: center; }
.shop-v8-category-start .category-shop-rail a > span { width: 100%; height: auto; display: block; aspect-ratio: 1; overflow: hidden; padding: 7px; border: 1px solid #cfd7ca; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 7px var(--v8-ivory); transition: transform .25s,border-color .25s; }
.shop-v8-category-start .category-shop-rail a:hover > span,.shop-v8-category-start .category-shop-rail a.active > span { transform: translateY(-5px); border-color: var(--v8-forest); }
.shop-v8-category-start .category-shop-rail img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; }
.shop-v8-category-start .category-shop-rail strong { display: block; margin-top: 14px; color: var(--v8-deep); font-size: 14px; line-height: 1.3; }
.shop-promo { padding: 30px 0 70px; background: #fff; }
.shop-promo-inner { min-height: 400px; border-radius: 30px; background: #e8eee0; }
.shop-promo-inner > div:first-child { padding: 55px; }
.shop-promo-inner h2 { font-family: 'Newsreader',Georgia,serif; font-size: clamp(45px,5vw,66px); font-weight: 500; line-height: .95; }
.shop-promo-plants { background: #f7f3e9; }
.shop-promo-plants img { max-height: 360px; object-fit: contain; mix-blend-mode: normal; }
.shop-toolbar { border-top: 1px solid var(--v8-line); background: #fff; }
.toolbar-inner { min-height: 76px; }
.toolbar-inner form { padding: 9px 14px; border: 1px solid var(--v8-line); border-radius: 10px; background: var(--v8-ivory); }
.toolbar-inner select { min-width: 145px; }
.shop-section { padding-top: 48px; padding-bottom: 95px; }
.filters { padding: 25px; border: 1px solid var(--v8-line); border-radius: 22px; background: #fcfbf7; }
.filter-head h2 { font-family: 'Newsreader',Georgia,serif; font-size: 31px; font-weight: 500; }
.filter-group { margin-bottom: 22px; padding-bottom: 22px; }
.filter-group > label,.filter-group legend { color: var(--v8-forest); font-size: 11px; }
.check-row { min-height: 36px; margin: 4px 0!important; padding: 5px 7px; border-radius: 8px; }
.check-row:hover { background: #edf2e8; }
.check-row input { width: 17px; height: 17px; }
.price-shortcuts button { border: 1px solid #d5ddd1; background: #fff; }
.price-shortcuts button:hover,.price-shortcuts button.active { color: #fff; background: var(--v8-forest); }
.shop-product-grid { gap: 44px 20px; }
.shop-product-grid .product-media-wrap { overflow: visible; border: 1px solid #e0e4db; border-radius: 18px; background: #f6f4ed; }
.shop-product-grid .product-media { overflow: hidden; aspect-ratio: 1; border-radius: 17px 17px 0 0; background: #f6f4ed; }
.shop-product-grid .product-media img { width: 100%; height: 100%; padding: 0; object-fit: contain; }
.shop-product-grid .product-info { padding-top: 16px; }
.shop-product-grid .product-card-copy { min-height: 44px; }
.shop-card-options { margin-top: 17px; padding-top: 15px; border-top: 1px solid #e2e5dc; }
.shop-card-options > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.shop-card-options label { color: #68746c; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.shop-card-options select { width: 100%; min-width: 0; height: 40px; display: block; margin-top: 6px; padding: 0 28px 0 9px; border: 1px solid #d8ddd4; border-radius: 8px; color: var(--v8-deep); background: #fff; font-size: 11px; font-weight: 700; }
.shop-card-options > p { min-height: 34px; margin: 10px 0; color: #69756d; font-size: 10px; line-height: 1.45; }
.shop-card-options > button { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 0; border-radius: 8px; color: #fff; background: var(--v8-forest); font-size: 12px; font-weight: 800; cursor: pointer; }
.shop-card-options > small { display: block; min-height: 15px; margin-top: 5px; color: var(--v8-leaf); font-size: 10px; text-align: center; }

/* About page */
.about-v8-hero { padding: 62px 0 75px; background: var(--v8-ivory); }
.about-v8-hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(48px,7vw,100px); }
.about-v8-hero h1 { margin: 20px 0 25px; color: var(--v8-deep); font: 500 clamp(58px,6vw,88px)/.9 'Newsreader',Georgia,serif; letter-spacing: -.045em; }
.about-v8-hero h1 em { color: var(--v8-leaf); font-weight: 400; }
.about-v8-hero-grid > div > p:not(.eyebrow) { max-width: 590px; color: #53645a; font-size: 18px; line-height: 1.75; }
.about-v8-hero .button { margin-top: 20px; }
.about-v8-hero figure { margin: 0; overflow: hidden; border-radius: 34px 34px 105px 34px; background: #f3eadb; box-shadow: 0 28px 65px rgba(37,63,44,.13); }
.about-v8-hero figure img { width: 100%; display: block; object-fit: contain; }
.about-v8-hero figcaption { padding: 17px 22px; color: var(--v8-forest); background: #e7edde; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.about-v8-origin { padding: 105px 0; background: #fff; }
.about-v8-origin-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,9vw,140px); }
.about-v8-origin h2,.about-v8-profile h2,.about-v8-history h2,.about-v8-process h2,.about-v8-purpose h2,.about-v8-women h2 { font-family: 'Newsreader',Georgia,serif; font-weight: 500; }
.about-v8-origin h2 { margin: 12px 0 0; color: var(--v8-deep); font-size: clamp(48px,5vw,70px); line-height: .98; }
.about-v8-origin-grid > div:last-child p { margin: 0 0 22px; color: #526259; font-size: 17px; line-height: 1.85; }
.about-v8-profile { padding: 100px 0; background: #e9efe3; }
.about-v8-profile h2 { margin: 10px 0 12px; color: var(--v8-deep); font-size: clamp(46px,5vw,68px); }
.about-v8-profile-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-top: 45px; }
.about-v8-profile-grid article { min-height: 260px; display: flex; flex-direction: column; padding: 27px; border: 1px solid #ced8c8; border-radius: 23px; background: rgba(255,255,255,.62); }
.about-v8-profile-grid span { color: var(--v8-leaf); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.about-v8-profile-grid strong { margin-top: 25px; color: var(--v8-deep); font: 500 29px/1.05 'Newsreader',Georgia,serif; }
.about-v8-profile-grid p { margin-top: auto; color: #5d6b62; font-size: 14px; line-height: 1.65; }
.about-v8-history { padding: 110px 0; color: #fff; background: var(--v8-deep); }
.about-v8-history-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,9vw,130px); }
.about-v8-history .eyebrow { color: #d9e8b8; }
.about-v8-history h2 { margin: 13px 0 22px; color: #fff; font-size: clamp(48px,5vw,69px); line-height: .98; }
.about-v8-history-heading > p:last-child { color: #aebfb4; font-size: 16px; line-height: 1.7; }
.about-v8-timeline article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.15); }
.about-v8-timeline b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--v8-deep); background: #dce9bd; font-size: 11px; }
.about-v8-timeline h3 { margin: 0; color: #fff; font: 500 27px 'Newsreader',Georgia,serif; }
.about-v8-timeline p { margin: 8px 0 0; color: #afc0b5; font-size: 14px; line-height: 1.65; }
.about-v8-process { padding: 105px 0; background: var(--v8-ivory); }
.about-v8-process-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(55px,8vw,115px); }
.about-v8-process figure { margin: 0; overflow: hidden; border-radius: 32px; box-shadow: 0 25px 60px rgba(40,61,46,.12); }
.about-v8-process img { width: 100%; display: block; }
.about-v8-process h2 { margin: 12px 0 20px; color: var(--v8-deep); font-size: clamp(46px,5vw,67px); line-height: .96; }
.about-v8-process div > p:not(.eyebrow) { color: #56665d; font-size: 16px; line-height: 1.75; }
.about-v8-process ol { margin: 28px 0 0; padding: 0; list-style: none; }
.about-v8-process li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid #d9ddd3; }
.about-v8-process li > b { color: var(--v8-leaf); font-size: 12px; }
.about-v8-process li span,.about-v8-process li strong,.about-v8-process li small { display: block; }
.about-v8-process li strong { color: var(--v8-deep); font-size: 15px; }
.about-v8-process li small { margin-top: 4px; color: #69756e; font-size: 13px; }
.about-v8-benefits { padding: 100px 0; }
.about-v8-planters { padding: 100px 0; }
.about-v8-planters .planter-range-grid { grid-template-columns: repeat(7,minmax(0,1fr)); }
.about-v8-planters .planter-range-grid article { min-width: 0; }
.about-v8-planters .planter-range-grid img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.about-v8-purpose { padding: 105px 0; background: #e9efe3; }
.about-v8-purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: 30px; background: #cad5c5; }
.about-v8-purpose-grid > div { padding: clamp(38px,5vw,70px); background: #f9f7ef; }
.about-v8-purpose-grid h2 { margin: 12px 0 18px; color: var(--v8-deep); font-size: clamp(43px,4.5vw,63px); line-height: .98; }
.about-v8-purpose-grid p:last-child { color: #57675d; font-size: 16px; line-height: 1.75; }
.about-v8-women { padding: 105px 0; background: #fff; }
.about-v8-women-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px,8vw,110px); }
.about-v8-women figure { margin: 0; overflow: hidden; border-radius: 30px 90px 30px 30px; }
.about-v8-women img { width: 100%; aspect-ratio: 1.4; display: block; object-fit: cover; }
.about-v8-women h2 { margin: 13px 0 20px; color: var(--v8-deep); font-size: clamp(45px,5vw,66px); line-height: .98; }
.about-v8-women p:not(.eyebrow) { color: #57675e; font-size: 16px; line-height: 1.78; }
.about-v8-women .home-v8-text-link { margin-top: 16px; }
.about-v8-women + .people-section { padding: 95px 0; background: var(--v8-ivory); }
.about-v8-cta { border-radius: 28px; }

/* Contact page */
.contact-body { background: #fff; }
.contact-v8-hero { padding: 68px 0 85px; color: #fff; background: var(--v8-deep); }
.contact-v8-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: end; gap: clamp(55px,8vw,110px); }
.contact-v8-hero .breadcrumbs,.contact-v8-hero .breadcrumbs a { color: #afc0b5; }
.contact-v8-hero .eyebrow { margin-top: 35px; color: #dbe9bc; }
.contact-v8-hero h1 { margin: 15px 0 24px; color: #fff; font: 500 clamp(58px,6vw,85px)/.9 'Newsreader',Georgia,serif; letter-spacing: -.045em; }
.contact-v8-hero h1 em { color: #dbe9bc; font-weight: 400; }
.contact-v8-hero-grid > div:first-child > p:last-child { max-width: 570px; color: #b5c6bb; font-size: 17px; line-height: 1.75; }
.contact-v8-quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-v8-quick-grid a { min-height: 178px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: #fff; background: rgba(255,255,255,.045); }
.contact-v8-quick-grid a:hover { background: rgba(255,255,255,.09); }
.contact-v8-quick-grid .contact-v8-whatsapp { color: var(--v8-deep); background: #dce9bd; border-color: #dce9bd; }
.contact-v8-quick-grid span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-v8-quick-grid strong { font: 500 24px/1.1 'Newsreader',Georgia,serif; }
.contact-v8-quick-grid small { color: inherit; font-size: 12px; }
.contact-v8-main { padding: 105px 0; }
.contact-v8-main-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px,8vw,110px); }
.contact-v8-info h2,.contact-v8-form-card h2,.contact-v8-cta h2 { font-family: 'Newsreader',Georgia,serif; font-weight: 500; }
.contact-v8-info h2 { margin: 12px 0 30px; color: var(--v8-deep); font-size: clamp(44px,4.5vw,62px); line-height: .98; }
.contact-v8-info article { display: grid; grid-template-columns: 38px 1fr; column-gap: 13px; padding: 20px 0; border-top: 1px solid var(--v8-line); }
.contact-v8-info article > span { grid-row: 1/3; color: var(--v8-leaf); font-size: 11px; font-weight: 800; }
.contact-v8-info h3 { margin: 0; color: var(--v8-deep); font: 500 23px 'Newsreader',Georgia,serif; }
.contact-v8-info article p { margin: 7px 0 0; color: #637168; font-size: 14px; line-height: 1.6; }
.contact-v8-info aside { display: flex; flex-direction: column; margin-top: 35px; padding: 24px; border-radius: 18px; background: #e9efe3; }
.contact-v8-info aside span { color: var(--v8-leaf); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-v8-info aside strong { margin-top: 7px; color: var(--v8-deep); font: 500 26px 'Newsreader',Georgia,serif; }
.contact-v8-info aside small { margin-top: 10px; color: #627068; }
.contact-v8-form-card { padding: clamp(34px,5vw,64px); border: 1px solid var(--v8-line); border-radius: 30px; background: var(--v8-ivory); box-shadow: 0 25px 65px rgba(36,62,44,.1); }
.contact-v8-form-card h2 { margin: 12px 0 30px; color: var(--v8-deep); font-size: clamp(43px,4vw,58px); }
.contact-v8-form-card label { color: var(--v8-deep); font-size: 12px; font-weight: 700; }
.contact-v8-form-card input,.contact-v8-form-card textarea { margin-top: 7px; border: 1px solid #d7ded2; border-radius: 9px; background: #fff; }
.contact-v8-form-card .button { margin-top: 12px; }
.contact-v8-cta { padding: 70px 0; color: var(--v8-deep); background: #dce9bd; }
.contact-v8-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.contact-v8-cta h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(40px,4.5vw,61px); line-height: .98; }
.contact-v8-cta .button { flex: 0 0 auto; color: #fff; background: var(--v8-forest); border-color: var(--v8-forest); }

@media(max-width:1024px) {
  .about-v8-profile-grid { grid-template-columns: 1fr 1fr; }
  .about-v8-planters .planter-range-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .contact-v8-hero-grid,.contact-v8-main-grid { grid-template-columns: 1fr; }
}

@media(max-width:760px) {
  .shop-v8-category-start { padding: 48px 0 60px; }
  .shop-v8-category-start .section-heading h1 { font-size: 49px; }
  .shop-v8-category-start .category-shop-rail { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 16px; }
  .shop-v8-category-start .category-shop-rail strong { font-size: 14px; }
  .shop-promo { padding: 20px 0 48px; }
  .shop-promo-inner { min-height: 0; grid-template-columns: 1fr; border-radius: 23px; }
  .shop-promo-inner > div:first-child { padding: 32px 25px; }
  .shop-promo-inner h2 { font-size: 43px; }
  .shop-promo-plants { min-height: 300px; }
  .shop-promo-plants img { max-height: 290px; }
  .filters { border: 0; border-radius: 0; }
  .shop-product-grid { gap: 40px 10px; }
  .shop-product-grid .product-media { aspect-ratio: 1; }
  .shop-product-grid .product-info h3 { font-size: 16px; }
  .shop-product-grid .product-card-copy { min-height: 0; display: -webkit-box; font-size: 11px; -webkit-line-clamp: 2; }
  .shop-card-options { margin-top: 12px; padding-top: 12px; }
  .shop-card-options > div { grid-template-columns: 1fr; }
  .shop-card-options select { height: 38px; font-size: 10px; }
  .shop-card-options > p { display: none; }
  .shop-card-options > button { min-height: 41px; margin-top: 10px; padding: 0 10px; font-size: 10px; }
  .about-v8-hero,.about-v8-origin,.about-v8-profile,.about-v8-history,.about-v8-process,.about-v8-benefits,.about-v8-planters,.about-v8-purpose,.about-v8-women,.contact-v8-main { padding: 70px 0; }
  .about-v8-hero-grid,.about-v8-origin-grid,.about-v8-history-grid,.about-v8-process-grid,.about-v8-purpose-grid,.about-v8-women-grid { grid-template-columns: 1fr; }
  .about-v8-hero h1 { font-size: 53px; }
  .about-v8-hero figure { border-radius: 26px 26px 70px 26px; }
  .about-v8-origin-grid,.about-v8-history-grid,.about-v8-process-grid,.about-v8-women-grid { gap: 40px; }
  .about-v8-origin h2,.about-v8-history h2,.about-v8-process h2,.about-v8-purpose-grid h2,.about-v8-women h2 { font-size: 43px; }
  .about-v8-origin-grid > div:last-child p { font-size: 16px; }
  .about-v8-profile-grid { grid-template-columns: 1fr; }
  .about-v8-profile-grid article { min-height: 220px; }
  .about-v8-planters .planter-range-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-v8-women img { aspect-ratio: 1.1; }
  .contact-v8-hero { padding: 48px 0 65px; }
  .contact-v8-hero-grid { gap: 40px; }
  .contact-v8-hero h1 { font-size: 52px; }
  .contact-v8-quick-grid { grid-template-columns: 1fr; }
  .contact-v8-quick-grid a { min-height: 145px; }
  .contact-v8-main-grid { gap: 45px; }
  .contact-v8-info h2,.contact-v8-form-card h2 { font-size: 43px; }
  .contact-v8-form-card { padding: 30px 22px; border-radius: 23px; }
  .contact-v8-form-card .form-grid { grid-template-columns: 1fr; }
  .contact-v8-form-card .span-2 { grid-column: auto; }
  .contact-v8-cta .container { align-items: flex-start; flex-direction: column; }
  .contact-v8-cta h2 { font-size: 41px; }
  .contact-v8-cta .button { width: 100%; justify-content: center; }
}
