/* Reference-inspired layouts, using Vahidha's own forest-green identity. */
.secondary-phone { display: block; margin-top: 8px; }
.reference-page { background: #fff; }
.reference-page .section { padding: 80px max(24px, 4vw); max-width: 1440px; margin: auto; }
.reference-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: start; }
.reference-intro h1 { font-size: clamp(34px, 4vw, 60px); font-weight: 800; text-transform: uppercase; line-height: 1.22; letter-spacing: -.035em; margin: 16px 0; }
.intro-copy { font-size: 19px; padding-top: 22px; }
.intro-copy blockquote { border-left: 2px solid var(--gold); padding: 8px 0 8px 24px; margin: 26px 0 0; font-style: italic; }
.story-scene { position: relative; padding: 64px 5%; display: flex; justify-content: flex-end; overflow: hidden; background: var(--forest); }
.story-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.7); }
.story-panel { position: relative; background: #fff; padding: clamp(28px,4vw,60px); width: min(560px,50%); }
.story-panel h2 { font-weight: 700; font-size: clamp(30px,3vw,44px); }
.center-heading { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.center-heading h2 { font-weight: 700; }
/* Premium Dark Leadership Showcase Section */
.leadership-section {
  background: radial-gradient(ellipse at 50% 0%, #173224 0%, #0d1b13 55%, #07100b 100%) !important;
  color: #e6eee5;
  max-width: none !important;
  width: 100%;
  padding: 110px max(24px, 5vw) !important;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(222, 200, 150, 0.16);
  border-bottom: 1px solid rgba(222, 200, 150, 0.16);
}

.leadership-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(222, 200, 150, 0.11) 0%, rgba(24, 58, 43, 0.05) 50%, transparent 70%);
  pointer-events: none;
  filter: blur(50px);
}

.leadership-section .center-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 760px;
}

.leadership-section .eyebrow {
  color: var(--gold, #dec896);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.leadership-section .eyebrow::before,
.leadership-section .eyebrow::after {
  content: '✧';
  font-size: 11px;
  opacity: 0.8;
  color: var(--gold, #dec896);
}

.leadership-section h2 {
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: -0.035em;
  margin: 14px 0 16px;
  line-height: 1.15;
}

.leadership-section .center-heading p {
  color: #b5c7b3;
  font-size: 18px;
  line-height: 1.65;
  max-width: 660px;
  margin: 0 auto;
}

/* Vertical Column List View */
.leadership-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 48px !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  position: relative;
  z-index: 2;
}

/* Glassmorphic Luxury Card */
.leader-card {
  min-width: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(222, 200, 150, 0.22);
  border-radius: 26px;
  padding: 44px 50px;
  display: flex;
  align-items: center;
  gap: 44px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s ease,
              box-shadow 0.45s ease;
}

.leader-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(222, 200, 150, 0.4), transparent);
  pointer-events: none;
}

.leader-card::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(222, 200, 150, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.leader-card:hover {
  transform: translateY(-8px);
  border-color: rgba(222, 200, 150, 0.55);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.5), 0 0 35px rgba(222, 200, 150, 0.12);
}

/* Circular Photo with Premium Golden Border */
.leader-avatar-wrap {
  position: relative;
  flex-shrink: 0;
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
}

.leader-photo {
  width: 210px;
  height: 210px;
  aspect-ratio: 1;
  border-radius: 50% !important;
  object-fit: cover;
  object-position: top center;
  border: 4px solid var(--gold, #dec896);
  box-shadow: 0 0 0 6px rgba(222, 200, 150, 0.18), 0 16px 36px rgba(0, 0, 0, 0.5);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease;
  display: block;
}

.leader-card:hover .leader-photo {
  transform: scale(1.05);
  box-shadow: 0 0 0 8px rgba(222, 200, 150, 0.32), 0 20px 45px rgba(0, 0, 0, 0.65);
}

.leader-placeholder {
  width: 210px;
  height: 210px;
  aspect-ratio: 1;
  border-radius: 50% !important;
  border: 4px solid var(--gold, #dec896);
  box-shadow: 0 0 0 6px rgba(222, 200, 150, 0.18), 0 16px 36px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #183324, #0f2117);
  color: var(--gold, #dec896);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.leader-placeholder span {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(222, 200, 150, 0.45);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 400 28px Georgia, serif;
  color: var(--gold, #dec896);
}

.leader-placeholder small {
  font-size: 11px;
  color: #b5c7b3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Card Copy */
.leader-copy {
  flex: 1;
  padding: 0;
  min-width: 0;
}

.leader-role-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(222, 200, 150, 0.12);
  color: var(--gold, #dec896);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  border: 1px solid rgba(222, 200, 150, 0.28);
  margin-bottom: 14px;
}

.leader-name {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

.leader-role {
  font-size: 17px;
  font-weight: 600;
  color: var(--gold, #dec896);
  margin: 0 0 16px 0;
  letter-spacing: -0.01em;
}

.leader-description {
  font-size: 16px;
  line-height: 1.7;
  color: #d0ded0;
  margin: 0 0 20px 0;
}

.leader-pillars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(222, 200, 150, 0.14);
  font-size: 13px;
  color: #a2bca0;
  letter-spacing: 0.02em;
}

.leader-pillars span {
  font-weight: 500;
}

.leader-pillars i {
  color: var(--gold, #dec896);
  font-style: normal;
  font-size: 9px;
  opacity: 0.8;
}
.reference-page .values-section { background: #f5f7f2; max-width: none; }
.values-grid,.certificate-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; max-width: 1280px; margin: auto; }
.values-grid article { padding: 24px; }
.line-icon { color: #788f67; display: block; font-size: 30px; margin-bottom: 24px; }
.values-grid h3 { font-weight: 700; }
.reference-page .quality-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.quality-section h2 { font-weight: 700; }
.quality-steps article { display: flex; gap: 24px; border-bottom: 1px solid var(--line); padding: 24px 0; }
.quality-steps article:first-child { padding-top: 0; }
.quality-steps article > span { flex-shrink: 0; color: #6d805f; font-size: 25px; }
.quality-steps h3 { font-size: 22px; margin-bottom: 10px; }
.quality-steps p { margin-bottom: 0; }
.reference-page .certification-section { background: #f5f7f2; max-width: none; }
.certificate-card { background: white; border: 1px solid #dde5d8; border-radius: 14px; padding: 36px; display: flex; flex-direction: column; align-items: flex-start; transition: transform .35s, box-shadow .35s; }
.certificate-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px #19382c0e; }
.certificate-mark { background: #edf3e8; color: var(--forest); font-size: 27px; border-radius: 50%; width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 24px; }
.credential-label { font-size: 10px; letter-spacing: .14em; color: #687c5f; margin-bottom: 12px; }
.certificate-card h3 { font-size: 27px; font-weight: 700; }
.certificate-card p { font-size: 15px; }
.credential-status { margin-top: auto; padding: 4px 12px; border: 1px solid #dce7d6; border-radius: 20px; color: #426138; font-size: 12px; }
.catalogue-subtitle { font-size: 12px; letter-spacing: .12em; color: #65775f; }
.catalogue-promise { display: flex; flex-wrap: wrap; gap: 12px 18px; border-left: 2px solid var(--gold); padding: 12px 0 12px 22px; font-size: 12px; text-transform: uppercase; font-weight: 600; }
.reference-page .catalogue-layout { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 36px; padding-top: 24px; align-items: start; }
.catalogue-sidebar { padding: 24px; background: #fff; border: 1px solid #e6e9e1; box-shadow: 0 8px 30px #19382c05; position: sticky; top: 120px; }
.catalogue-search label { font-size: 12px; color: #5e7157; display: block; margin-bottom: 8px; }
.catalogue-search input { width: 100%; min-width: 0; padding: 12px; border: 1px solid #e0e5dc; border-radius: 7px; background: #fafbf8; font-size: 15px; }
.catalogue-search .button { width: 100%; margin-top: 10px; border-radius: 6px; min-height: 42px; padding: 10px 14px; }
.category-list { margin-top: 30px; display: flex; flex-direction: column; gap: 5px; }
.category-list h2 { font: 700 12px 'DM Sans',sans-serif; text-transform: uppercase; letter-spacing: .15em; color: #65795b; margin: 0 0 12px; }
.category-list a { padding: 11px 13px; border-radius: 6px; font-size: 14px; display: flex; justify-content: space-between; gap: 8px; transition: background .2s; }
.category-list a span { opacity: .6; }
.category-list a:hover { background: #f0f4ed; }
.category-list a[aria-current] { background: var(--forest); color: white; }
.reset-filters { display: block; margin-top: 20px; font-size: 13px; text-decoration: underline; }
.sourcing-help { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 24px; }
.sourcing-help h3 { font-size: 16px; }
.sourcing-help p,.sourcing-help a { font-size: 13px; }
.catalogue-results { min-width: 0; }
.catalogue-results .result-count { margin: 0 0 22px; font-size: 14px; }
.catalogue-page .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.catalogue-page .product-card { border: 1px solid #e4e8df; border-radius: 15px; background: white; overflow: hidden; }
.catalogue-page .product-photo { aspect-ratio: 1.55; }
.catalogue-page .product-tag { top: 14px; left: 14px; bottom: auto; border-radius: 30px; padding: 5px 10px; font-size: 10px; background: #ffffffed; text-transform: uppercase; }
.catalogue-page .photo-arrow { display: none; }
.catalogue-page .product-body { padding: 22px; flex: 1; }
.catalogue-page .product-body h3 { font-size: 21px; font-weight: 700; }
.catalogue-page .product-body p { font-size: 15px; line-height: 1.65; }
.product-bottom { flex-wrap: wrap; }
.product-details-link { font-size: 13px; font-weight: 600; }
.catalogue-page .product-bottom { display: flex; flex-direction: column; align-items: stretch; gap: 12px; padding-top: 16px; }
.catalogue-page .product-bottom > span { font-size: 12px; }
.catalogue-page .add-product { border: 1px solid var(--forest); background: var(--forest); color: white; border-radius: 6px; width: 100%; padding: 11px 7px; font-size: 13px; min-height: 44px; }
.add-product[aria-pressed=true] { background: #edf3e8; color: var(--forest); }
.catalogue-page .add-product[aria-pressed=true] { background: #edf3e8; color: var(--forest); }
.catalogue-page .product-details-link { text-align: center; }
.reference-page .reveal.visible { animation: reference-reveal .7s cubic-bezier(.2,.7,.2,1) both; }
@keyframes reference-reveal { from { opacity: .35; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width:1100px) { .catalogue-page .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .reference-page .catalogue-layout { grid-template-columns: 220px minmax(0,1fr); gap: 24px; } .reference-intro { gap: 36px; } .reference-page .quality-section { gap: 40px; } }
@media (max-width:760px) { .reference-page .section { padding: 50px 22px; } .reference-intro { grid-template-columns: 1fr; gap: 12px; } .intro-copy { padding-top: 0; font-size: 17px; } .reference-intro h1 { font-size: 36px; } .story-scene { padding: 180px 22px 30px; } .story-panel { width: 100%; padding: 28px; } .leadership-grid { gap: 24px; } .values-grid,.certificate-grid { grid-template-columns: 1fr; gap: 16px; } .values-grid article { padding: 12px; } .reference-page .quality-section { grid-template-columns: 1fr; gap: 32px; } .reference-page .catalogue-layout { grid-template-columns: 1fr; padding-top: 0; gap: 28px; } .catalogue-sidebar { position: static; padding: 20px; } .category-list { flex-direction: row; flex-wrap: wrap; gap: 6px; margin-top: 22px; } .category-list h2 { flex-basis: 100%; } .category-list a { border: 1px solid #e0e5dc; } .category-list a span { display: none; } .sourcing-help { display: none; } .catalogue-search { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; } .catalogue-search label { grid-column: 1/-1; margin: 0; } .catalogue-search .button { margin: 0; } }
@media (max-width:500px) { .leadership-grid,.catalogue-page .product-grid { grid-template-columns: 1fr; } .reference-intro h1 { font-size: 32px; } .catalogue-page .product-photo { aspect-ratio: 1.55; } .catalogue-page .product-body { padding: 24px; } .center-heading { margin-bottom: 30px; } }
@media (prefers-reduced-motion:reduce) { .reference-page .reveal.visible { animation: none; } .reference-page *, .reference-page *::before, .reference-page *::after { transition: none !important; } }
/* Refined surfaces and compact, clear actions. */
.button { border-radius: 5px; }
.header { box-shadow: 0 4px 24px #183a2b05; }
.reference-intro .eyebrow { color: #7c704d; }
.reference-page .product-card { box-shadow: 0 5px 24px #19382c05; }
.product-bottom { display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: nowrap; border-top: 0; gap: 8px; padding-top: 0; margin-top: auto; }
.add-product { width: auto; border-radius: 999px; background: transparent; color: var(--forest); border: 1px solid var(--forest); min-height: 36px; padding: 7px 13px; font-size: 12px; flex-shrink: 0; font-weight: 700; cursor: pointer; transition: background .2s, color .2s; }
.add-product[aria-pressed=true] { background: #edf3e8; color: var(--forest); }
.product-details-link { border: 0; padding: 8px 0; color: #8a723d; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; min-height: 36px; text-align: center; text-decoration: none; transition: color .2s; }
.product-details-link:hover { background: transparent; color: var(--forest); }
.contact-number,footer .contact-number { display: flex; align-items: center; gap: 10px; margin: 12px 0; font-variant-numeric: tabular-nums; }
.contact-number svg { width: 21px; height: 21px; flex-shrink: 0; color: #9a8457; }
.floating-whatsapp { position: fixed; right: max(24px,env(safe-area-inset-right)); bottom: max(24px,env(safe-area-inset-bottom)); z-index: 30; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: #147d4f; color: #fff; border: 1px solid #ffffff40; box-shadow: 0 6px 24px #143c3033; transition: transform .25s,background .25s; }
.floating-whatsapp svg { width: 32px; height: 32px; }
.floating-whatsapp span { position: absolute; right: 70px; padding: 6px 12px; border-radius: 5px; background: var(--forest); color: #fff; font-size: 13px; opacity: 0; pointer-events: none; transition: opacity .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); background: #10673f; }
.floating-whatsapp:hover span,.floating-whatsapp:focus-visible span { opacity: 1; }
#toast { bottom: 96px; }
.reference-page .digital-journey { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-bottom: 1px solid #e1e6da; background: #fafbf7; }
.digital-journey h2 { font-size: clamp(32px,3.4vw,48px); max-width: 520px; }
.journey-labels { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; color: #786c4c; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; margin-bottom: 24px; }
.buyer-stories { background: #10271e; color: #f7f6ee; padding: 90px max(24px,7vw); text-align: center; position: relative; }
.buyer-stories-heading { max-width: 900px; margin: auto auto 42px; }
.buyer-stories .eyebrow { color: #d7bd80; }
.buyer-stories h2 { font-size: clamp(34px,4.3vw,62px); font-weight: 500; }
.buyer-stories h2 em { color: #e4cc96; }
.buyer-carousel { max-width: 1040px; margin: auto; }
.buyer-quote { margin: 0 0 18px; border: 1px solid #d7bd802b; border-radius: 22px; padding: clamp(32px,5vw,76px); background: #ffffff03; position: relative; }
.quote-mark { color: #d7bd80; font: 80px/.7 Georgia,serif; display: block; margin-bottom: 28px; }
.buyer-quote blockquote { font: 400 clamp(23px,2.7vw,39px)/1.5 Georgia,serif; margin: 0 auto 36px; max-width: 880px; overflow-wrap: anywhere; }
.buyer-quote figcaption { font-size: 14px; font-weight: 600; letter-spacing: .06em; }
.buyer-quote figcaption small { display: block; color: #c8ba97; margin-top: 12px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.quote-controls { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 26px; }
.quote-controls button { border: 1px solid #d7bd8055; border-radius: 50%; width: 46px; height: 46px; color: #e4cc96; background: transparent; transition: background .2s; }
.quote-controls button:hover { background: #ffffff10; }
.quote-controls span { font-size: 12px; color: #d7bd80; letter-spacing: .15em; }
.quote-empty { max-width: 1040px; margin: auto; }
.quote-empty p { color: #f7f6ee; font: 28px/1.5 Georgia,serif; }
.quote-empty a { color: #e4cc96; }
@media(max-width:760px) { .reference-page .digital-journey { grid-template-columns: 1fr; gap: 12px; } .buyer-stories { padding: 60px 22px; } .floating-whatsapp { right: 18px; bottom: 18px; width: 54px; height: 54px; } .buyer-quote { padding: 32px 22px; } }
@media(prefers-reduced-motion:reduce) { .floating-whatsapp,.floating-whatsapp span { transition: none; } }
.buyer-quote:not([hidden]) { animation: buyer-quote-in .45s ease-out both; }
@keyframes buyer-quote-in { from { opacity: .4; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media(prefers-reduced-motion:reduce) { .buyer-quote:not([hidden]) { animation: none; } }

/* Display-only client messages: native swipe/scroll remains available. */
.buyer-carousel { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #b49b65 #10271e; }
.buyer-slides { display: flex; align-items: stretch; }
.buyer-slides .buyer-quote { flex: 0 0 100%; min-width: 0; scroll-snap-align: start; margin: 0; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; animation: none; }
.buyer-slides figcaption { margin-top: auto; }

/* Unified catalogue & home export product tile treatment */
.product-card,
.catalogue-page .product-card,
.catalogue-section .product-card {
  border-radius: 19px;
  border: 1px solid #e3e5df;
  box-shadow: 0 2px 3px #14271d05;
  background: white;
  overflow: hidden;
  transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.product-photo,
.catalogue-page .product-photo,
.catalogue-section .product-photo {
  aspect-ratio: 2.2;
  position: relative;
  overflow: hidden;
}
.product-photo img,
.catalogue-page .product-photo img,
.catalogue-section .product-photo img {
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-arrow,
.catalogue-page .photo-arrow,
.catalogue-section .photo-arrow {
  display: none !important;
}
.product-tag,
.catalogue-page .product-tag,
.catalogue-section .product-tag {
  box-shadow: 0 2px 6px #00000013;
  letter-spacing: .035em;
  font-size: 10px;
  border-radius: 30px;
  padding: 5px 10px;
  background: #ffffffed;
  text-transform: uppercase;
  top: 14px;
  left: 14px;
  bottom: auto;
  line-height: 1.4;
  color: var(--forest);
  font-weight: 600;
}
.product-body,
.catalogue-page .product-body,
.catalogue-section .product-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-body h3,
.catalogue-page .product-body h3,
.catalogue-section .product-body h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 700;
}
.product-body h3 a {
  color: var(--ink);
  text-decoration: none;
}
.product-body p,
.catalogue-page .product-body p,
.catalogue-section .product-body p {
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 18px;
  color: #52624f;
}
.product-bottom,
.catalogue-page .product-bottom,
.catalogue-section .product-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-top: 0;
  gap: 8px;
  padding-top: 0;
  align-items: center;
  margin-top: auto;
}
.add-product,
.catalogue-page .add-product,
.catalogue-section .add-product {
  width: auto;
  border-radius: 999px;
  background: transparent;
  color: var(--forest);
  border: 1px solid var(--forest);
  min-height: 36px;
  padding: 7px 13px;
  font-size: 12px;
  flex-shrink: 0;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.add-product[aria-pressed=true],
.catalogue-page .add-product[aria-pressed=true],
.catalogue-section .add-product[aria-pressed=true] {
  background: #edf3e8;
  color: var(--forest);
}
.product-details-link,
.catalogue-page .product-details-link,
.catalogue-section .product-details-link {
  border: 0;
  padding: 8px 0;
  color: #8a723d;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  min-height: 36px;
  text-align: center;
  text-decoration: none;
  transition: color .2s;
}
.product-details-link:hover,
.catalogue-page .product-details-link:hover,
.catalogue-section .product-details-link:hover {
  background: transparent;
  color: var(--forest);
}
@media(hover:hover) and (prefers-reduced-motion:no-preference) {
  .product-card:hover,
  .catalogue-page .product-card:hover,
  .catalogue-section .product-card:hover {
    transform: scale(1.035);
    box-shadow: 0 22px 35px #23312225;
    position: relative;
    z-index: 2;
    border-color: #c7b683;
  }
  .product-card:hover .product-photo img,
  .catalogue-page .product-card:hover .product-photo img,
  .catalogue-section .product-card:hover .product-photo img {
    transform: none;
  }
}
.product-card:focus-within,
.catalogue-page .product-card:focus-within,
.catalogue-section .product-card:focus-within {
  border-color: #a49467;
}

.product-photo:hover img,
.catalogue-page .product-photo:hover img,
.catalogue-section .product-photo:hover img {
  transform: none;
}

.pagination { display:flex; flex-wrap:wrap; gap:12px; align-items:center; justify-content:center; margin-top:32px; font-size:15px; }
.pagination a { border:1px solid var(--line); border-radius:24px; padding:10px 18px; min-height:44px; }
.pagination a:hover { background:#edf3e8; }

.secure-enquire { display:inline-flex; justify-content:center; align-items:center; min-height:44px; padding:8px 15px; border:1px solid var(--forest); border-radius:24px; font-size:14px; }

/* Homepage reach: a quiet farming backdrop and clear, admin-managed figures. */
.reach-section { position:relative; isolation:isolate; overflow:hidden; background:#233d24; padding:100px max(24px,5vw); }
.reach-background,.reach-shade { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2; }
.reach-shade { z-index:-1; background:linear-gradient(180deg,#0f271bb3,#14241580); }
.reach-content { max-width:1320px; margin:auto; }
.reach-heading { text-align:center; margin:0 auto 58px; max-width:920px; }
.reach-heading .eyebrow { color:#e0c58d; }
.reach-heading h2 { color:#fff; font-weight:700; font-size:clamp(34px,4vw,58px); text-transform:uppercase; letter-spacing:.055em; margin:16px 0; }
.reach-heading p { color:#f2f2e9; font-size:19px; }
.reach-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:26px; }
.reach-card { min-width:0; padding:34px 28px; background:#fffffff2; border:1px solid #ffffff80; border-radius:28px; box-shadow:0 12px 32px #11291c16; }
.reach-card strong { display:block; color:#a8813e; font-size:clamp(38px,4.2vw,62px); font-weight:600; line-height:1.15; letter-spacing:-.03em; overflow-wrap:anywhere; }
.reach-rule { display:block; width:46px; height:2px; background:#d7c598; margin:20px 0; }
.reach-card h3 { font-size:12px; line-height:1.6; text-transform:uppercase; letter-spacing:.14em; font-weight:700; margin:0; }
@media(max-width:1000px) { .reach-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:760px) { .reach-section { padding:52px 20px; } .reach-heading { margin-bottom:28px; } .reach-heading h2 { font-size:30px; letter-spacing:0; text-transform:none; } .reach-heading p { font-size:16px; line-height:1.65; } .reach-grid { gap:14px; } .reach-card { border-radius:19px; padding:24px 18px; } .reach-card strong { font-size:38px; } .reach-card h3 { font-size:12px; letter-spacing:.04em; } .reach-rule { margin:16px 0; } }
@media(max-width:359px) { .reach-grid { grid-template-columns:1fr; } }
