* {
  box-sizing:border-box
}
body {
  margin:0;
  overflow-x:hidden;
  background:#fbfaf5;
  color:#18321f;
  font-family:"DM Sans",sans-serif
}
a {
  text-decoration:none;
  color:inherit
}
.wrap {
  width:min(1160px,calc(100% - 32px));
  margin:auto
}
.top {
  background:#123b20;
  color:#e8f5e9;
  text-align:center;
  padding:8px;
  font-size:11px
}
.top span {
  opacity:.5;
  margin:0 10px
}
.marquee {
  overflow:hidden;
  max-width:100%;
  background:#f3c969;
  color:#18321f;
  white-space:nowrap;
  border-bottom:1px solid #dfb34f
}
.marquee-track {
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-width:max-content;
  padding:10px 0;
  animation:marquee 26s linear infinite
}
.marquee span {
  font-size:10px;
  font-weight:800;
  letter-spacing:1.5px
}
.marquee i {
  font-style:normal;
  color:#287a3d
}
.marquee:hover .marquee-track,.marquee:focus-within .marquee-track {
  animation-play-state:paused
}
header {
  position:sticky;
  top:0;
  z-index:20;
  background:#fbfaf5ee;
  backdrop-filter:blur(12px);
  border-bottom:1px solid #e7ece5
}
.nav {
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.logo {
  display:flex;
  align-items:center;
  gap:9px;
  color:#155529;
  font-family:"Plus Jakarta Sans"
}
.logo>b {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:13px;
  background:#287a3d;
  color:#fff;
  font-size:23px
}
.logo span {
  font-weight:800;
  font-size:17px
}
.logo small {
  display:block;
  font-size:8px;
  letter-spacing:3px
}
.nav nav {
  display:flex;
  gap:32px;
  font-weight:700;
  font-size:13px;
  color:#607066
}
.nav nav a.active,.nav nav a:hover {
  color:#287a3d
}
.actions {
  display:flex;
  gap:9px;
  align-items:center
}
.actions,
.nav {
  min-width:0
}
#google_translate_element,
#google_translate_mobile {
  min-width:105px
}
.goog-te-gadget {
  font:600 11px "DM Sans",sans-serif !important;
  color:#607066 !important
}
.goog-te-gadget .goog-te-combo {
  margin:0 !important;
  border:1px solid #e2e9df;
  border-radius:10px;
  background:white;
  color:#18321f;
  padding:8px 6px;
  font:600 11px "DM Sans",sans-serif
}
.search,.cart {
  border:1px solid #e2e9df;
  background:white;
  border-radius:12px;
  height:42px;
  display:grid;
  place-items:center
}
.wishlist-link {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #e2e9df;
  border-radius:12px;
  background:white;
  color:#287a3d;
  font-size:22px
}
.search {
  width:42px;
  font-size:23px
}
.cart {
  padding:0 8px 0 12px;
  font-size:14px
}
.cart i {
  font-style:normal;
  background:#287a3d;
  color:#fff;
  border-radius:7px;
  padding:5px 7px;
  font-size:10px;
  margin-left:5px
}
.hamb {
  display:none;
  border:0;
  background:none;
  font-size:23px
}
.mobile {
  display:none
}
.hero {
  background:#eaf5e4;
  padding:65px 0
}
.hero-copy {
  animation:rise-in .8s both
}
.hero-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
  align-items:center
}
.hero-grid > * {
  min-width:0
}
.ey {
  color:#287a3d;
  font-weight:800;
  font-size:10px;
  letter-spacing:2px
}
.hero h1,.page h1 {
  font:800 clamp(42px,6vw,70px)/.99 "Plus Jakarta Sans";
  letter-spacing:-3px;
  margin:18px 0
}
.hero h1 em {
  color:#287a3d;
  font-style:normal
}
.hero p,.page p {
  color:#68766d;
  line-height:1.8;
  max-width:560px
}
.buttons {
  display:flex;
  gap:12px;
  margin:28px 0
}
.btn,.light {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:13px;
  padding:14px 19px;
  background:#287a3d;
  color:white;
  font-weight:800;
  font-size:12px;
  cursor:pointer
}
.btn:disabled {
  opacity:.5;
  cursor:not-allowed
}
.ghost {
  background:white;
  border:1px solid #dce6da;
  border-radius:13px;
  padding:14px 19px;
  font-weight:800;
  font-size:12px
}
.trust {
  font-size:10px;
  color:#617064;
  font-weight:700
}
.visual {
  position:relative;
  min-height:480px;
  display:grid;
  place-items:center
}
.hero-img {
  border-radius:38px;
  overflow:hidden;
  box-shadow:0 25px 65px #18321f18;
  position:relative;
  animation:hero-float 6s ease-in-out infinite
}
.hero-img img {
  width:100%;
  display:block
}
.hero-actions {
  justify-content:center;
  margin-top:18px
}
.hero-img>span {
  position:absolute;
  top:18px;
  left:18px;
  background:#fff;
  padding:9px 12px;
  border-radius:20px;
  z-index:2;
  font-size:9px;
  font-weight:800;
  color:#287a3d
}
.float {
  position:absolute;
  background:white;
  border-radius:17px;
  padding:13px;
  box-shadow:0 15px 40px #18321f18;
  display:flex;
  gap:8px;
  align-items:center;
  animation:badge-float 4s ease-in-out infinite
}
.float b {
  font-size:11px
}
.float small {
  display:block;
  color:#718078;
  font-size:9px;
  margin-top:2px
}
.delivery {
  left:-5px;
  bottom:60px
}
.rating {
  right:-5px;
  top:50px;
  animation-delay:1.2s
}
.reveal {
  animation:rise-in .8s both
}
.reveal-item {
  animation:rise-in .7s both
}
.cats .reveal-item:nth-child(2),.benefits div:nth-child(2) { animation-delay:.1s }
.cats .reveal-item:nth-child(3),.benefits div:nth-child(3) { animation-delay:.2s }
.cats .reveal-item:nth-child(4),.benefits div:nth-child(4) { animation-delay:.3s }
.card {
  transition:transform .25s ease,box-shadow .25s ease
}
.card:nth-child(2) { animation-delay:.1s }
.card:nth-child(3) { animation-delay:.2s }
.card:nth-child(4) { animation-delay:.3s }
.section {
  padding:78px 0
}
.white {
  background:#fff
}
.head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:28px
}
.head h2,.center h2,.about h2,.contact h2 {
  font:800 29px "Plus Jakarta Sans";
  letter-spacing:-1px;
  margin:7px 0
}
.head>a {
  color:#287a3d;
  font-size:12px;
  font-weight:800
}
.cats {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:13px
}
.cats a {
  padding:20px;
  border-radius:20px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  align-items:center;
  font-size:22px
}
.cats a:nth-child(1) {
  background:#e8f5df
}
.cats a:nth-child(2) {
  background:#fae6e4
}
.cats a:nth-child(3) {
  background:#fff2d5
}
.cats a:nth-child(4) {
  background:#e9edf3
}
.cats b {
  font:700 16px "Plus Jakarta Sans"
}
.cats small {
  display:block;
  color:#718078;
  font:400 9px "DM Sans";
  margin-top:3px
}
.grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:17px
}
.card {
  border:1px solid #e3e9e0;
  border-radius:20px;
  overflow:hidden;
  background:white;
  transition:transform .25s ease,box-shadow .25s ease;
  animation:rise-in .7s both
}
.card:hover {
  transform:translateY(-4px);
  box-shadow:0 20px 50px #18321f12
}
.pic {
  position:relative;
  background:#f1f6ee
}
.pic img {
  width:100%;
  aspect-ratio:1/.85;
  display:block
}
.pic label {
  position:absolute;
  z-index:2;
  top:11px;
  left:11px;
  background:#183d23;
  color:#fff;
  border-radius:7px;
  padding:6px 8px;
  font-size:8px;
  font-weight:800
}
.stock-badge {
  position:absolute;
  left:11px;
  bottom:11px;
  padding:6px 8px;
  border-radius:7px;
  background:#eaf5e4;
  color:#287a3d;
  font-size:10px;
  font-weight:800
}
.stock-badge.low-stock {
  background:#fff2d5;
  color:#936b00
}
.stock-badge.out-of-stock {
  background:#fae6e4;
  color:#a83e37
}
.wishlist-button {
  position:absolute;
  top:11px;
  right:11px;
  width:36px;
  height:36px;
  border:0;
  border-radius:11px;
  background:#fff;
  color:#287a3d;
  font-size:22px;
  line-height:1;
  box-shadow:0 8px 20px #18321f18;
  cursor:pointer
}
.wishlist-button.saved {
  color:#c24743
}
.detail-wishlist {
  position:static;
  flex:none;
  border:1px solid #dce6da;
  box-shadow:none
}
.pic button {
  position:absolute;
  right:11px;
  bottom:11px;
  width:36px;
  height:36px;
  border:0;
  border-radius:11px;
  background:#fff;
  color:#287a3d;
  font-size:22px;
  box-shadow:0 8px 20px #18321f18
}
.ci {
  padding:14px
}
.ci>small {
  font-size:9px;
  color:#287a3d;
  font-weight:800
}
.ci h3 {
  font:700 14px "Plus Jakarta Sans";
  margin:6px 0 13px
}
.price {
  display:flex;
  align-items:center;
  gap:3px
}
.price strong {
  font-size:13px
}
.price em {
  font-style:normal;
  color:#718078;
  font-size:9px
}
.price button {
  margin-left:auto;
  border:0;
  background:#eaf5e5;
  color:#287a3d;
  border-radius:9px;
  padding:8px;
  font-size:9px;
  font-weight:800
}
.promo {
  background:#123b20;
  color:white;
  padding:40px 0
}
.promo-in {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.promo h2 {
  font:800 38px/1.05 "Plus Jakarta Sans"
}
.promo p {
  color:#b6c9bb
}
.promo img {
  width:330px
}
.light {
  background:white;
  color:#123b20
}
.why {
  background:#f5f7f2
}
.center {
  text-align:center
}
.center>p {
  margin:auto;
  max-width:600px
}
.benefits {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
  margin-top:40px
}
.benefits div {
  background:white;
  padding:27px 15px;
  border-radius:18px;
  font-size:28px
}
.benefits b,.benefits small {
  display:block
}
.benefits b {
  font:700 14px "Plus Jakarta Sans";
  margin:9px
}
.benefits small {
  font-size:10px;
  color:#718078;
  line-height:1.5
}
.delivery {
  position:static;
  padding:45px 0;
  background:#dff0d5
}
.visual .delivery {
  position:absolute;
  padding:13px;
  background:white
}
.delivery .wrap {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.delivery-actions {
  display:flex;
  align-items:center;
  gap:10px
}
.delivery h2 {
  font:800 28px "Plus Jakarta Sans";
  margin:8px 0
}
.delivery p {
  color:#68766d
}
@keyframes marquee {
  from { transform:translateX(0) }
  to { transform:translateX(-50%) }
}
@keyframes rise-in {
  from { opacity:0; transform:translateY(24px) }
  to { opacity:1; transform:translateY(0) }
}
@keyframes hero-float {
  0%,100% { transform:translateY(0) rotate(0deg) }
  50% { transform:translateY(-10px) rotate(.7deg) }
}
@keyframes badge-float {
  0%,100% { transform:translateY(0) }
  50% { transform:translateY(-9px) }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after {
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important
  }
}
.page {
  background:#eaf5e4;
  padding:60px 0
}
.page h1 {
  font-size:47px;
  margin-bottom:10px
}
.toolbar {
  display:grid;
  grid-template-columns:1fr 180px auto;
  gap:10px
}
.toolbar input,.toolbar select,.form input,.form textarea {
  border:1px solid #e1e8df;
  background:white;
  border-radius:11px;
  padding:13px;
  outline:0
}
.result {
  font-size:11px;
  color:#718078;
  margin:20px 0
}
.detail {
  padding:70px 0
}
.detail-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center
}
.detail-img {
  background:#edf6e8;
  border-radius:30px;
  overflow:hidden
}
.detail-media {
  min-width:0
}
.gallery-thumbs {
  display:flex;
  gap:9px;
  margin-top:10px
}
.gallery-thumbs button {
  width:70px;
  height:62px;
  padding:0;
  border:2px solid transparent;
  border-radius:10px;
  overflow:hidden;
  background:#edf6e8;
  cursor:pointer
}
.gallery-thumbs button:hover {
  border-color:#287a3d
}
.gallery-thumbs img {
  width:100%;
  height:100%;
  object-fit:cover
}
.detail-img img {
  width:100%;
  display:block
}
.detail h1 {
  font:800 45px "Plus Jakarta Sans";
  letter-spacing:-2px
}
.big-price {
  font-weight:800;
  font-size:25px;
  color:#287a3d
}
.big-price small {
  font-size:11px;
  color:#718078
}
.detail p {
  color:#68766d;
  line-height:1.8
}
.stock {
  font-size:11px;
  color:#287a3d
}
.stock.low-stock {
  color:#936b00
}
.stock.out-of-stock {
  color:#a83e37
}
.delivery-estimate {
  margin:10px 0;
  color:#68766d;
  font-size:13px
}
.offer-grid,
.quote-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.offer {
  padding:25px;
  border-radius:18px
}
.offer span {
  font-size:11px;
  font-weight:800;
  letter-spacing:1px
}
.offer h3 {
  font:700 22px "Plus Jakarta Sans";
  margin:12px 0 8px
}
.offer p {
  min-height:48px;
  color:#68766d;
  line-height:1.5
}
.offer-green { background:#e8f5df }
.offer-yellow { background:#fff2d5 }
.offer-red { background:#fae6e4 }
.offer .btn {
  padding:11px 14px
}
.quote-grid {
  margin-top:34px;
  text-align:left
}
.quote-grid blockquote {
  margin:0;
  padding:22px;
  border-left:3px solid #f3c969;
  background:#fbfaf5
}
.quote-grid blockquote span {
  color:#c48b00;
  letter-spacing:2px
}
.quote-grid p {
  line-height:1.6
}
.quote-grid cite {
  color:#68766d;
  font-size:12px;
  font-style:normal
}
.about-facts {
  display:grid;
  grid-template-columns:1fr 280px;
  gap:40px;
  align-items:center
}
.fact-list {
  display:grid;
  gap:5px;
  padding-left:20px;
  border-left:3px solid #f3c969
}
.fact-list strong {
  font:700 20px "Plus Jakarta Sans";
  margin-top:10px
}
.fact-list span,
.location-note {
  color:#68766d;
  font-size:13px
}
.map-block {
  grid-column:1 / -1
}
.map-block iframe {
  display:block;
  width:100%;
  height:280px;
  border:0;
  border-radius:18px
}
.legal-copy {
  max-width:820px
}
.legal-copy h2 {
  font:700 22px "Plus Jakarta Sans";
  margin-top:28px
}
.legal-copy p {
  color:#68766d;
  line-height:1.8
}
.review-grid {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px
}
.rating-summary {
  color:#c48b00
}
.rating-summary strong {
  font-size:28px
}
.review {
  padding:16px 0;
  border-bottom:1px solid #e4e9e1
}
.review span {
  display:block;
  color:#c48b00;
  margin-top:5px
}
.review p {
  margin-bottom:0
}
.buy-again-list {
  display:grid;
  gap:10px
}
.buy-again-list > div {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid #e4e9e1
}
.buy-again-list span {
  color:#718078;
  font-size:12px
}
.buy-again-list .btn {
  margin-left:auto;
  padding:10px 13px
}
.buy {
  display:flex;
  gap:10px;
  margin:22px 0
}
.qty {
  display:flex;
  border:1px solid #e1e8df;
  border-radius:12px;
  background:white
}
.qty button,.qty input {
  border:0;
  background:none;
  width:38px;
  text-align:center
}
.qty input {
  outline:0
}
.perks {
  font-size:10px;
  color:#68766d
}
.cart-layout,.checkout {
  display:grid;
  grid-template-columns:1fr 350px;
  gap:30px;
  align-items:start
}
.cart-item {
  display:grid;
  grid-template-columns:70px 1fr auto auto auto;
  gap:14px;
  align-items:center;
  border-bottom:1px solid #e4e9e1;
  padding:13px 0
}
.cart-item img {
  width:70px;
  height:62px;
  object-fit:cover;
  border-radius:11px
}
.cart-item h3 {
  font-size:14px;
  margin:5px 0
}
.cart-item small,.cart-item span {
  font-size:9px;
  color:#718078
}
.q {
  display:flex;
  gap:8px;
  align-items:center
}
.q button {
  border:1px solid #e1e8df;
  background:white;
  border-radius:7px;
  width:27px;
  height:27px
}
.remove {
  border:0;
  background:none;
  font-size:19px;
  color:#9b4d45
}
.continue {
  display:block;
  color:#287a3d;
  font-weight:800;
  font-size:11px;
  margin-top:20px
}
.summary {
  background:white;
  border:1px solid #e1e8df;
  border-radius:20px;
  padding:23px;
  position:sticky;
  top:100px
}
.summary h2 {
  font:800 19px "Plus Jakarta Sans"
}
.summary>div {
  display:flex;
  justify-content:space-between;
  font-size:11px;
  margin:14px 0;
  color:#718078
}
.summary hr {
  border:0;
  border-top:1px solid #e1e8df
}
.summary .grand {
  color:#18321f;
  font-size:13px
}
.summary .grand b {
  font-size:18px;
  color:#287a3d
}
.summary small {
  display:block;
  text-align:center;
  color:#718078;
  font-size:9px;
  margin-top:12px
}
.full {
  width:100%
}
.form {
  background:white;
  border:1px solid #e1e8df;
  border-radius:20px;
  padding:27px
}
.form h2 {
  font:800 19px "Plus Jakarta Sans"
}
.form label {
  display:block;
  font-size:10px;
  font-weight:800;
  color:#526257;
  margin:16px 0
}
.form input,.form textarea {
  display:block;
  width:100%;
  margin-top:6px
}
.feedback-form {
  margin-top:24px;
  padding:0;
  border:0;
  background:transparent
}
.ok {
  background:#e5f3df;
  color:#287a3d;
  padding:12px 14px;
  border-radius:10px;
  font-size:12px;
  font-weight:700
}
.two {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}
.payment {
  display:flex;
  align-items:center;
  gap:12px;
  background:#eef7e8;
  padding:14px;
  border-radius:12px;
  margin:20px 0
}
.payment div {
  flex:1
}
.payment-options {
  margin:20px 0;
  padding:16px;
  border:1px solid #e1e8df;
  border-radius:14px;
  background:#fbfdf9
}
.payment-title {
  margin:0 0 12px;
  font-size:12px;
  font-weight:800
}
.payment-choice {
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:10px 0;
  color:#18321f
}
.payment-choice input {
  width:auto;
  margin-top:2px
}
.payment-choice span {
  font-size:12px;
  font-weight:800
}
.payment-choice small {
  display:block;
  margin-top:3px;
  color:#718078;
  font-size:10px;
  font-weight:400
}
.mobile-payment-fields {
  border-top:1px solid #e1e8df;
  margin-top:13px;
  padding-top:4px
}
.mobile-payment-fields[hidden] {
  display:none
}
.mobile-payment-fields label {
  margin:12px 0
}
.mobile-payment-instructions {
  margin:18px 0;
  padding:16px;
  border-radius:14px;
  background:#eef7e8;
  color:#18321f;
  text-align:left
}
.mobile-payment-instructions strong {
  color:#287a3d;
  font-size:13px
}
.mobile-payment-instructions p {
  margin:8px 0;
  line-height:1.5
}
.mobile-payment-instructions small,.payment-note {
  color:#718078;
  font-size:10px
}
.payment-menu-link {
  display:inline-block;
  margin-top:12px;
  color:#287a3d;
  font-size:11px;
  font-weight:800
}
.payment small {
  display:block;
  color:#718078;
  font-size:9px
}
.empty {
  text-align:center;
  padding:80px 20px;
  font-size:45px
}
.empty h2 {
  font:800 24px "Plus Jakarta Sans";
  font-size:24px
}
.success {
  min-height:65vh;
  display:grid;
  place-items:center;
  text-align:center
}
.success>div {
  background:white;
  border:1px solid #e1e8df;
  border-radius:25px;
  padding:50px;
  max-width:570px
}
.success>div>b {
  display:grid;
  place-items:center;
  width:65px;
  height:65px;
  margin:auto auto 18px;
  border-radius:50%;
  background:#e6f4df;
  color:#287a3d;
  font-size:32px
}
.success h1 {
  font:800 31px "Plus Jakarta Sans"
}
.success p {
  color:#718078;
  line-height:1.7
}
.about,.contact {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center
}
.about img {
  width:100%;
  border-radius:28px
}
.about p,.contact p {
  color:#68766d;
  line-height:1.8
}
.contact-box {
  background:#eaf5e4;
  border-radius:25px;
  padding:40px
}
.foot {
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:40px;
  padding:55px 0;
  color:#d8e6da
}
.white {
  color:white
}
.foot p {
  color:#9db1a2;
  font-size:11px;
  line-height:1.8
}
.foot h4 {
  font-size:11px
}
.foot>div>a:not(.logo) {
  display:block;
  color:#9db1a2;
  font-size:10px;
  margin:11px 0
}
.copy {
  border-top:1px solid #284c32;
  padding:16px 0;
  color:#718878;
  font-size:9px;
  text-align:center
}
.copy span {
  float:right
}
footer {
  background:#102b19
}
#toast {
  position:fixed;
  right:18px;
  bottom:18px;
  background:#123b20;
  color:white;
  padding:12px 16px;
  border-radius:10px;
  font-size:11px;
  font-weight:800;
  opacity:0;
  transform:translateY(15px);
  transition:.2s;
  z-index:100
}
#toast.show {
  opacity:1;
  transform:none
}
.status-timeline {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin:24px 0
}
.status-step {
  color:#718078;
  text-align:center;
  font-size:11px
}
.status-step span {
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  margin:0 auto 7px;
  border:2px solid #dce6da;
  border-radius:50%;
  font-weight:800
}
.status-step.complete {
  color:#287a3d
}
.status-step.complete span {
  border-color:#287a3d;
  background:#eaf5e4
}
.status-step.current strong {
  color:#18321f
}
@media(max-width:900px) {
  #google_translate_element {
    display:none
  }
  .nav nav {
    display:none
  }
  .hamb {
    display:block
  }
  .mobile.open {
    display:grid;
    padding:10px 20px;
    background:white
  }
  .mobile a {
    padding:10px;
    font-weight:700
  }
  #google_translate_mobile {
    padding:10px
  }
  .hero-grid,.detail-grid,.about,.contact,.cart-layout,.checkout,.review-grid,.about-facts {
    grid-template-columns:1fr
  }
  .grid,.cats,.benefits,.offer-grid,.quote-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .promo-in {
    gap:20px
  }
  .promo img {
    width:250px
  }
  .summary {
    position:static
  }
  .delivery .wrap {
    display:block
  }
  .delivery-actions {
    margin-top:18px;
    flex-wrap:wrap
  }
  .toolbar {
    grid-template-columns:1fr
  }
  .foot {
    grid-template-columns:1fr 1fr
  }
}
@media(max-width:560px) {
  .wishlist-link {
    display:none
  }
  .actions {
    gap:6px
  }
  .top span {
    display:none
  }
  .hero {
    padding:45px 0
  }
  .hero h1 {
    font-size:43px;
    letter-spacing:-2px
  }
  .visual {
    min-height:340px
  }
  .delivery {
    left:0;
    bottom:15px
  }
  .rating {
    right:0;
    top:20px
  }
  .grid,.cats,.offer-grid,.quote-grid {
    grid-template-columns:1fr
  }
  .map-block {
    grid-column:auto
  }
  .grid,.cats {
    gap:9px
  }
  .cats a {
    padding:14px;
    grid-template-columns:auto 1fr;
    font-size:25px
  }
  .cats a>span:last-child {
    display:none
  }
  .cats b {
    font-size:13px
  }
  .head h2 {
    font-size:22px
  }
  .promo h2 {
    font-size:28px
  }
  .promo img {
    display:none
  }
  .benefits {
    gap:9px
  }
  .benefits div {
    padding:20px 8px
  }
  .two {
    grid-template-columns:1fr
  }
  .cart-item {
    grid-template-columns:55px 1fr auto
  }
  .cart-item img {
    width:55px;
    height:55px
  }
  .cart-item>strong {
    grid-column:2
  }
  .remove {
    grid-column:3;
    grid-row:1
  }
  .q {
    grid-column:2
  }
  .copy span {
    float:none;
    display:block;
    margin-top:6px
  }
  .status-timeline {
    gap:3px
  }
  .status-step {
    font-size:9px
  }
}

/* Improve readability across the storefront without changing its layout. */
body { font-size:16px }
.top { font-size:13px }
.logo span { font-size:19px }
.logo small { font-size:10px }
.nav nav { font-size:15px }
.goog-te-gadget,.goog-te-gadget .goog-te-combo { font-size:13px !important }
.cart { font-size:16px }
.cart i { font-size:12px }
.ey { font-size:12px }
.hero p,.page p { font-size:17px }
.btn,.light,.ghost { font-size:14px }
.trust { font-size:13px }
.hero-img>span { font-size:11px }
.float b { font-size:13px }
.float small { font-size:11px }
.head>a { font-size:14px }
.cats b { font-size:18px }
.cats small { font-size:12px }
.pic label { font-size:11px }
.ci>small { font-size:12px }
.ci h3 { font-size:16px }
.price strong { font-size:15px }
.price em { font-size:11px }
.price button { font-size:11px }
.benefits b { font-size:16px }
.benefits small { font-size:12px }
.result { font-size:13px }
.stock { font-size:13px }
.perks { font-size:12px }
.cart-item h3 { font-size:16px }
.cart-item small,.cart-item span { font-size:11px }
.continue { font-size:13px }
.summary>div { font-size:13px }
.summary small { font-size:11px }
.form label { font-size:13px }
.payment small { font-size:11px }
.foot p { font-size:13px }
.foot h4 { font-size:13px }
.foot>div>a:not(.logo) { font-size:12px }
.copy { font-size:11px }
#toast { font-size:13px }
.orders-link{background:#287a3d!important;color:#fff!important;display:inline-flex!important}
.chatbot-toggle{position:fixed;right:20px;bottom:20px;z-index:101;border:0;border-radius:50%;width:58px;height:58px;background:#287a3d;color:#fff;font-weight:800;box-shadow:0 10px 25px #18321f30;cursor:pointer}.chatbot{position:fixed;right:20px;bottom:88px;z-index:101;width:min(360px,calc(100% - 32px));background:#fff;border:1px solid #dce6da;border-radius:16px;box-shadow:0 20px 55px #18321f25;overflow:hidden}.chatbot[hidden]{display:none}.chatbot-head{display:flex;justify-content:space-between;align-items:center;padding:15px 16px;background:#123b20;color:#fff;font-size:15px}.chatbot-head button{border:0;background:none;color:#fff;font-size:24px;cursor:pointer}.chatbot-messages{height:250px;padding:14px;overflow:auto;background:#fbfaf5}.chatbot-message{width:fit-content;max-width:88%;padding:10px 12px;margin:7px 0;border-radius:12px;font-size:14px;line-height:1.45}.chatbot-message.bot{background:#eaf5e4;color:#18321f}.chatbot-message.user{margin-left:auto;background:#287a3d;color:#fff}.chatbot-quick{display:flex;gap:6px;padding:10px;overflow:auto;border-top:1px solid #edf0eb}.chatbot-quick button{white-space:nowrap;border:1px solid #cfe0ca;background:#fff;color:#287a3d;border-radius:15px;padding:7px 9px;font-size:12px;cursor:pointer}.chatbot-form{display:flex;gap:7px;padding:10px;border-top:1px solid #edf0eb}.chatbot-form input{min-width:0;flex:1;border:1px solid #dce6da;border-radius:8px;padding:10px;font:inherit;font-size:14px}.chatbot-form button{border:0;border-radius:8px;background:#287a3d;color:#fff;padding:0 12px;font-weight:800;cursor:pointer}
.chatbot-whatsapp{display:block;margin:0 10px 10px;padding:9px;border-radius:8px;background:#25d366;color:#fff;text-align:center;font-size:13px;font-weight:800}
.mobile-bottom-nav {
  display:none
}
@media(max-width:560px) {
  body {
    padding-bottom:70px
  }
  .mobile-bottom-nav {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:90;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    padding:8px 6px calc(8px + env(safe-area-inset-bottom));
    background:#fff;
    border-top:1px solid #e2e9df;
    box-shadow:0 -8px 25px #18321f12
  }
  .mobile-bottom-nav a {
    display:grid;
    justify-items:center;
    gap:3px;
    color:#607066;
    font-size:10px;
    font-weight:800
  }
  .mobile-bottom-nav span {
    font-size:18px;
    line-height:1
  }
}

.product-option-label{display:block;margin:16px 0;font-weight:700}.product-option{display:block;width:100%;max-width:420px;margin-top:8px;padding:12px;border:1px solid #ddd;border-radius:10px;background:#fff;font:inherit}.product-option-label small{font-weight:400}


/* Special-day notification */
.special-day-notice{background:#fff7df;border-bottom:1px solid #f0dfad;color:#5d4815}
.special-day-inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 16px;text-align:center;font-size:13px;font-weight:600}
.special-day-icon{font-size:18px;line-height:1}.special-day-inner small{font-weight:500;opacity:.8}
@media(max-width:560px){.special-day-inner{font-size:12px;padding:7px 12px;line-height:1.35}}

.notification-link{position:relative;text-decoration:none;font-size:19px;margin-right:8px}.notification-link i{position:absolute;top:-7px;right:-7px;min-width:17px;height:17px;border-radius:10px;background:#d62828;color:#fff;font:700 10px/17px Arial;text-align:center;font-style:normal}.notification-page{padding-top:34px;padding-bottom:50px}.notification-login{max-width:620px;padding:28px}.notification-login form{display:flex;gap:10px;margin-top:18px}.notification-login input{flex:1}.notification-card{display:flex;gap:15px;padding:18px;border:1px solid #e7e7e7;border-radius:14px;margin:12px 0;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.04)}.notification-icon{font-size:26px}.notification-content{flex:1}.notification-meta{display:flex;justify-content:space-between;gap:15px}.notification-meta small{color:#777}.notification-content p{line-height:1.6}.promotion-badge,.special-badge{display:inline-block;padding:5px 9px;border-radius:20px;background:#fff3cd;margin:3px 5px 0 0;font-size:12px;font-weight:700}.special-badge{background:#e7f5ff}.empty-state{padding:30px;text-align:center}.muted{color:#777}

/* =========================================================
   GENGE ONLINE — UI POLISH 2026
   Visual-only improvements: no business logic changes.
========================================================= */
:root{
  --go-green:#287a3d;
  --go-dark:#123b20;
  --go-bg:#fbfaf5;
  --go-line:#e2e9df;
  --go-muted:#68766d;
  --go-yellow:#f3c969;
  --go-radius:18px;
}
html{scroll-behavior:smooth}
body{background:var(--go-bg);color:#18321f;-webkit-font-smoothing:antialiased}
::selection{background:#cfe7c8;color:#123b20}
button,input,select,textarea{font-family:inherit}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #b9dcb1;outline-offset:2px}
.wrap{width:min(1180px,calc(100% - 36px))}
.top{padding:9px 12px;font-size:12px;letter-spacing:.15px}
header{box-shadow:0 4px 20px rgba(18,59,32,.035)}
.nav{height:72px}
.logo{letter-spacing:-.2px}
.logo>b{box-shadow:0 7px 18px rgba(40,122,61,.18)}
.nav nav{gap:26px}
.nav nav a{position:relative;padding:8px 0}
.nav nav a.active:after,.nav nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:var(--go-green)}
.search,.cart,.wishlist-link{box-shadow:0 4px 14px rgba(24,50,31,.04);transition:.2s ease}
.search:hover,.cart:hover,.wishlist-link:hover{transform:translateY(-1px);border-color:#cbdcc8;box-shadow:0 8px 20px rgba(24,50,31,.08)}
.special-day-notice{box-shadow:inset 0 -1px rgba(93,72,21,.05)}
.hero{padding:72px 0;background:linear-gradient(135deg,#eaf5e4 0%,#f3f8ef 100%)}
.hero-grid{gap:64px}
.hero h1{max-width:700px}
.hero p{font-size:16px;max-width:600px}
.buttons{flex-wrap:wrap}
.btn,.light,.ghost{min-height:46px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(40,122,61,.2)}
.ghost:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(24,50,31,.08);border-color:#cbdcc8}
.hero-img{box-shadow:0 30px 75px rgba(24,50,31,.14);border:7px solid rgba(255,255,255,.72)}
.hero-img img{aspect-ratio:1/.9;object-fit:cover}
.float{box-shadow:0 16px 38px rgba(24,50,31,.12);border:1px solid rgba(226,233,223,.9)}
.section{padding:86px 0}
.head{margin-bottom:30px}
.head h2,.center h2,.about h2,.contact h2{font-size:31px}
.cats a{border:1px solid transparent;transition:.22s ease;box-shadow:0 6px 18px rgba(24,50,31,.025)}
.cats a:hover{transform:translateY(-3px);border-color:#d7e5d3;box-shadow:0 12px 28px rgba(24,50,31,.08)}
.grid{gap:20px}
.card{border-color:#e0e8dd;box-shadow:0 5px 18px rgba(24,50,31,.025)}
.card:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(24,50,31,.11)}
.pic{overflow:hidden}
.pic img{transition:transform .35s ease}
.card:hover .pic img{transform:scale(1.035)}
.wishlist-button,.pic button{transition:transform .2s ease,box-shadow .2s ease}
.wishlist-button:hover,.pic button:hover{transform:scale(1.06);box-shadow:0 10px 22px rgba(24,50,31,.14)}
.ci{padding:16px}
.ci h3{line-height:1.35}
.price button{cursor:pointer;transition:.2s ease}
.price button:hover{background:#dcefd5;transform:translateY(-1px)}
.promo{padding:48px 0;background:linear-gradient(110deg,#123b20,#194c29)}
.promo-in{gap:30px}
.promo .btn.light:hover{box-shadow:0 10px 25px rgba(0,0,0,.16);transform:translateY(-2px)}
.benefits div{border:1px solid #e4e9e1;box-shadow:0 6px 20px rgba(24,50,31,.035);transition:.22s ease}
.benefits div:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(24,50,31,.08)}
.delivery{background:linear-gradient(135deg,#dff0d5,#eaf5e4)}
.toolbar input,.toolbar select,.form input,.form textarea,.product-option{box-shadow:0 3px 12px rgba(24,50,31,.025);transition:border-color .2s,box-shadow .2s}
.toolbar input:focus,.toolbar select:focus,.form input:focus,.form textarea:focus,.product-option:focus{border-color:#9fc89a;box-shadow:0 0 0 4px rgba(40,122,61,.08)}
.detail-img{box-shadow:0 18px 45px rgba(24,50,31,.07);border:1px solid #e1e9de}
.notification-card{border-color:#e1e9de;box-shadow:0 8px 22px rgba(24,50,31,.045);transition:.2s ease}
.notification-card:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(24,50,31,.08)}
footer{background:#102f1a!important}
.foot{padding-top:58px;padding-bottom:42px}
.foot a{transition:color .2s ease,transform .2s ease}
.foot>div>a:not(.logo):hover{color:#f3c969!important;transform:translateX(2px)}
.copy{border-top:1px solid rgba(255,255,255,.08)!important}
#toast{border-radius:12px!important;box-shadow:0 15px 35px rgba(0,0,0,.18)!important}
.chatbot-toggle{box-shadow:0 12px 30px rgba(18,59,32,.25);transition:.2s ease}
.chatbot-toggle:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(18,59,32,.3)}
.mobile-bottom-nav{backdrop-filter:blur(12px);background:rgba(255,255,255,.94)}
@media(max-width:900px){
  .wrap{width:min(100% - 28px,720px)}
  .hero{padding:54px 0}
  .hero-grid{gap:30px}
  .section{padding:64px 0}
}
@media(max-width:560px){
  .wrap{width:calc(100% - 24px)}
  .nav{height:66px}
  .logo>b{width:36px;height:36px;font-size:20px}
  .logo span{font-size:16px}
  .hero{padding:42px 0}
  .hero h1{font-size:40px;line-height:1.02}
  .hero p{font-size:15px;line-height:1.65}
  .hero-actions{align-items:stretch;flex-direction:column}
  .hero-actions .btn,.hero-actions .ghost{width:100%;text-align:center}
  .section{padding:54px 0}
  .head{align-items:flex-start;gap:12px}
  .head h2{font-size:24px}
  .card{border-radius:16px}
  .ci{padding:13px}
  .promo{padding:38px 0}
  .promo-in{display:block}
  .promo h2{margin-top:0}
}

/* ==========================================================
   GENGE ONLINE — ABOUT & CONTACT PREMIUM PAGES
   ========================================================== */
.about-hero,.contact-hero{background:linear-gradient(135deg,#103b20 0%,#185a30 58%,#287a3d 100%);color:#fff;overflow:hidden;position:relative}.about-hero{padding:76px 0 72px}.about-hero:after,.contact-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.12);right:-150px;top:-180px}.about-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center}.light-ey{color:#d9efc9!important}.about-hero h1,.contact-hero h1{font:800 clamp(42px,5vw,68px)/1.02 "Plus Jakarta Sans";letter-spacing:-3px;margin:18px 0}.about-hero h1 em{color:#d6ee83;font-style:normal}.about-hero p,.contact-hero p{color:#e1eee4;line-height:1.8;max-width:620px}.about-hero .light,.contact-bottom .light{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.25)}.about-hero-media{position:relative}.about-hero-media img{width:100%;height:470px;object-fit:cover;border-radius:30px;box-shadow:0 25px 70px rgba(0,0,0,.25)}.floating-card{position:absolute;left:-24px;bottom:24px;background:#fff;color:#18321f;border-radius:17px;padding:15px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 18px 45px rgba(0,0,0,.2)}.floating-card>span{font-size:26px}.floating-card strong,.floating-card small{display:block}.floating-card small{color:#68766d;margin-top:3px}.about-mini-stats{display:flex;gap:30px;margin-top:34px}.about-mini-stats div{border-left:2px solid rgba(255,255,255,.25);padding-left:14px}.about-mini-stats strong,.about-mini-stats span{display:block}.about-mini-stats strong{font:800 18px "Plus Jakarta Sans"}.about-mini-stats span{font-size:11px;color:#cfe0d3;margin-top:4px}.story-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:65px;align-items:center}.story-grid h2,.feature-section h2,.mission-grid h3,.contact-panel h2,.contact-map-grid h2{font:800 34px "Plus Jakarta Sans";letter-spacing:-1.5px;margin:12px 0 18px}.story-grid p{color:#68766d;line-height:1.85}.story-highlight{background:linear-gradient(145deg,#eaf5e4,#fff2d5);border-radius:28px;padding:40px;box-shadow:0 12px 35px rgba(24,50,31,.07)}.story-highlight span{font-size:11px;font-weight:800;letter-spacing:2px;color:#287a3d}.story-highlight h3{font:800 26px "Plus Jakarta Sans";line-height:1.2}.story-highlight p{margin:0}.feature-section{background:#f6f8f2}.center{text-align:center}.center p{margin:auto}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:35px}.feature-grid article{background:#fff;border:1px solid #e6ece2;border-radius:22px;padding:28px;box-shadow:0 7px 25px rgba(24,50,31,.04)}.feature-icon{font-size:30px;margin-bottom:18px}.feature-grid h3{font:700 19px "Plus Jakarta Sans"}.feature-grid p{font-size:13px;line-height:1.65;color:#68766d}.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mission-card{border:1px solid #e3eae0;border-radius:22px;padding:30px;background:#fff}.mission-card>span{font-size:28px}.mission-card p{color:#68766d;line-height:1.7}.about-cta,.contact-bottom{background:#123b20;color:#fff;padding:58px 0}.about-cta .wrap,.contact-bottom .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.about-cta h2,.contact-bottom h2{font:800 34px "Plus Jakarta Sans";margin:10px 0}.about-cta p,.contact-bottom p{color:#cfe0d3;margin:0}.white-btn{background:#fff!important;color:#123b20!important}.contact-hero{padding:65px 0}.contact-hero h1{margin-bottom:12px}.contact-section{background:#f7f9f5}.contact-modern-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}.contact-panel,.message-card{background:#fff;border:1px solid #e3eae0;border-radius:28px;padding:38px;box-shadow:0 12px 40px rgba(24,50,31,.06)}.contact-panel .lead{color:#68766d;margin-top:-8px}.contact-cards{display:grid;gap:12px;margin-top:25px}.contact-card{display:flex;align-items:center;gap:15px;border:1px solid #e5ebe2;border-radius:17px;padding:17px;text-decoration:none;color:#18321f;transition:.2s}.contact-card:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(24,50,31,.07);border-color:#c8dcc3}.contact-icon{width:45px;height:45px;border-radius:13px;background:#eaf5e4;display:grid;place-items:center;font-size:20px;flex:none}.contact-card div{flex:1}.contact-card small{display:block;font-size:9px;letter-spacing:1.5px;font-weight:800;color:#287a3d}.contact-card strong{display:block;font-size:15px;margin-top:3px}.contact-card p{font-size:11px;color:#718078;margin:3px 0 0}.contact-card>b{font-size:18px;color:#287a3d}.whatsapp-card .contact-icon{background:#e5f6e8}.message-card{background:linear-gradient(145deg,#123b20,#287a3d);color:#fff;display:flex;flex-direction:column;justify-content:center}.message-card-head{display:flex;gap:18px}.message-card-head>span{font-size:34px;color:#d6ee83}.message-card h2{font:800 30px "Plus Jakarta Sans";margin:0 0 10px}.message-card p{color:#d9e9dc;line-height:1.7}.message-card .btn{align-self:flex-start;margin-top:18px;background:#fff;color:#123b20}.contact-note{margin-top:25px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);padding:15px;border-radius:13px;font-size:12px;color:#d9e9dc}.contact-map-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:40px;align-items:center}.contact-map-grid p{color:#68766d;line-height:1.7}.map-frame{overflow:hidden;border-radius:24px;box-shadow:0 15px 45px rgba(24,50,31,.1)}.map-frame iframe{display:block;width:100%;height:360px;border:0}.muted{color:#718078!important;font-size:13px}
@media(max-width:850px){.about-hero-grid,.story-grid,.contact-modern-grid,.contact-map-grid{grid-template-columns:1fr;gap:35px}.feature-grid{grid-template-columns:repeat(2,1fr)}.mission-grid{grid-template-columns:1fr}.about-hero-media img{height:360px}.floating-card{left:15px}.about-mini-stats{gap:15px;flex-wrap:wrap}.about-cta .wrap,.contact-bottom .wrap{align-items:flex-start;flex-direction:column}.contact-panel,.message-card{padding:28px}}
@media(max-width:520px){.feature-grid{grid-template-columns:1fr}.about-hero,.contact-hero{padding:50px 0}.about-hero h1,.contact-hero h1{letter-spacing:-2px}.about-mini-stats{display:grid;grid-template-columns:1fr 1fr}.about-mini-stats div:last-child{grid-column:1/-1}.contact-card{padding:13px}.map-frame iframe{height:300px}}



/* HOME PAGE ONLY — final compact layout */
.hero {
  padding: 16px 0 10px;
}
.hero-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.hero h1 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.05;
  margin: 8px 0 8px;
}
.hero p {
  max-width: 760px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}
.section {
  padding: 30px 0;
}
.section.white {
  color: #18321f;
}
.section.white .head h2,
.section.white .ey {
  color: #18321f;
}
.head {
  margin-bottom: 18px;
}
.head h2 {
  font-size: 27px;
  margin: 4px 0 0;
}
.cats {
  gap: 11px;
}
.cats a {
  min-height: 68px;
  padding: 14px 16px;
  border: 1px solid #e0e8dd;
  box-shadow: 0 5px 16px rgba(24,50,31,.035);
}
.cats a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(24,50,31,.09);
}
.grid {
  gap: 18px;
}
.card {
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(24,50,31,.045);
}
.pic img {
  aspect-ratio: 1 / .82;
  object-fit: cover;
}
@media(max-width:900px){
  .hero { padding: 14px 0 8px; }
  .section { padding: 26px 0; }
}
@media(max-width:850px){
  .hero h1 { white-space: normal; }
}
@media(max-width:560px){
  .hero { padding: 12px 0 7px; }
  .hero h1 { font-size: 31px; line-height: 1.08; margin: 5px 0 7px; }
  .hero p { font-size: 13px; }
  .section { padding: 22px 0; }
  .head { margin-bottom: 14px; }
  .head h2 { font-size: 23px; }
  .cats a { min-height: 58px; padding: 12px; }
}

/* ==========================================================
   HOME PAGE ONLY — extra compact layout
   ========================================================== */
.home-hero { padding: 9px 0 6px; }
.home-hero h1 { font-size: clamp(29px, 3vw, 40px); margin: 4px 0 5px; }
.home-hero p { display: none; }
.home-categories { padding: 15px 0 13px; }
.home-categories .head { margin-bottom: 11px; }
.home-categories .head h2 { font-size: 25px; margin-top: 2px; }
.home-categories .cats a { min-height: 62px; padding: 11px 15px; }
.home-favourites { padding: 17px 0 30px; background: linear-gradient(180deg,#f7faf5 0%,#ffffff 100%); }
.home-favourites .head { margin-bottom: 14px; }
.home-favourites .head h2 { font-size: 28px; margin-top: 3px; }
.home-favourites .ey { display: inline-block; background: #eaf5e4; color: #123b20; padding: 4px 8px; border-radius: 6px; }
.home-favourites .grid { gap: 16px; }
.home-favourites .card { border-radius: 18px; }
@media(max-width:900px){ .home-hero { padding: 8px 0 5px; } .home-categories { padding: 13px 0 11px; } .home-favourites { padding: 15px 0 25px; } }
@media(max-width:560px){ .home-hero { padding: 7px 0 4px; } .home-hero h1 { font-size: 28px; margin: 3px 0 4px; } .home-categories { padding: 11px 0 9px; } .home-categories .head h2 { font-size: 22px; } .home-favourites { padding: 13px 0 20px; } .home-favourites .head h2 { font-size: 23px; } }

/* About page feature images - only affects the feature/mission blocks */
.feature-grid article{overflow:hidden;padding:0 0 24px}
.feature-grid article h3,.feature-grid article p{margin-left:28px;margin-right:28px}
.feature-image{display:block;width:100%;height:170px;object-fit:cover;margin:0 0 20px}
.mission-card{overflow:hidden;padding:0 0 30px}
.mission-card h3,.mission-card p{margin-left:30px;margin-right:30px}
.mission-image{display:block;width:100%;height:150px;object-fit:cover;margin:0 0 22px}
@media(max-width:850px){.feature-image{height:180px}.mission-image{height:160px}}

/* Contact welcome marquees — contact page only */
.contact-welcome-marquee{
  overflow:hidden;
  width:100%;
  background:linear-gradient(135deg,#103b20 0%,#185a30 58%,#287a3d 100%);
  color:#fff;
  white-space:nowrap;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.contact-welcome-track{
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-width:max-content;
  padding:10px 0;
  animation:contactWelcomeMarquee 22s linear infinite;
}
.contact-welcome-track span{
  font-size:11px;
  font-weight:800;
  letter-spacing:1.6px;
}
.contact-welcome-track i{
  font-style:normal;
  color:#d6ee83;
}
.contact-welcome-marquee:hover .contact-welcome-track{
  animation-play-state:paused;
}
.contact-welcome-marquee-inner{
  margin:-38px -38px 28px;
  width:calc(100% + 76px);
  border-radius:28px 28px 0 0;
}
@keyframes contactWelcomeMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-33.333%)}
}
@media(max-width:700px){
  .contact-welcome-marquee-inner{margin:-28px -28px 24px;width:calc(100% + 56px);}
}
