/*
Theme Name: RKE ME
Theme URI: https://www.rke-me.com/
Author: R K Enterprise Trading LLC
Description: Custom WordPress theme for R K Enterprise Trading LLC, built for an Elementor and WooCommerce enquiry/catalog workflow.
Version: 1.6.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: rke-me
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=Reem+Kufi:wght@500;600;700&display=swap");

:root {
  --ink: #171510;
  --coal: #242019;
  --paper: #f3eee4;
  --paper-2: #fbf8f0;
  --line: rgba(23, 21, 16, 0.16);
  --muted: #6f695f;
  --gold: #a8822e;
  --green: #3f6947;
  --white: #ffffff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --display: "Reem Kufi", Inter, system-ui, sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.62;
}
body.rke-large-text { font-size: 112%; }
body.rke-high-contrast {
  --paper: #fff;
  --paper-2: #fff;
  --ink: #050505;
  --muted: #222;
  --line: #050505;
}
body.rke-reduce-motion *,
body.rke-reduce-motion *::before,
body.rke-reduce-motion *::after {
  scroll-behavior: auto !important;
  transition: none !important;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--paper-2);
  background: var(--ink);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 4vw, 60px);
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 72px);
  background: rgba(243, 238, 228, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { width: 132px; }
.brand img { width: 100%; height: 54px; object-fit: contain; }
.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 42px);
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.site-nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.site-nav a:hover,
.site-nav .current-menu-item > a { color: var(--ink); border-bottom-color: var(--ink); }
.header-action {
  padding: 12px 16px;
  color: var(--paper-2);
  background: var(--ink);
  font-weight: 800;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  background: transparent;
}
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: 0; }
h1 { max-width: 980px; margin-bottom: 24px; font-size: clamp(3.5rem, 10vw, 9rem); line-height: 0.84; }
h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 5vw, 5.2rem); line-height: 0.94; }
h3 { margin-bottom: 8px; font-family: var(--display); font-size: 1.05rem; }
.kicker, .section-label, .eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.site-main > section,
.rke-section {
  padding-left: clamp(18px, 5vw, 86px);
  padding-right: clamp(18px, 5vw, 86px);
}
.rke-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: end;
  min-height: calc(100vh - 82px);
  padding-top: clamp(54px, 8vw, 112px);
  padding-bottom: clamp(48px, 7vw, 92px);
  border-bottom: 1px solid var(--line);
}
.rke-hero > *, .rke-grid > *, .rke-split > * { min-width: 0; }
.standfirst, .rke-copy {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 34px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.84rem;
}
.hero-media { margin: 0; }
.hero-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(0.88); }
.hero-media figcaption { margin-top: 12px; color: var(--muted); font-size: 0.86rem; }

.rke-intro,
.rke-numbered,
.rke-categories,
.rke-products,
.rke-project,
.rke-contact-band {
  padding-top: clamp(64px, 9vw, 126px);
  padding-bottom: clamp(64px, 9vw, 126px);
  border-bottom: 1px solid var(--line);
}
.rke-intro,
.rke-split,
.rke-page-hero {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
}
.rke-numbered-head,
.rke-grid {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: clamp(28px, 6vw, 90px);
}
.numbered-list { border-top: 1px solid var(--line); }
.numbered-list a,
.numbered-list .row {
  display: grid;
  grid-template-columns: 76px minmax(180px, 0.35fr) 1fr auto;
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.numbered-list span {
  color: var(--gold);
  font-family: var(--display);
  font-weight: 700;
}
.numbered-list strong { font-family: var(--display); font-size: 1.08rem; }
.numbered-list em { color: var(--muted); font-style: normal; }
.row-cta { font-weight: 800; white-space: nowrap; }

.rke-categories { background: var(--paper-2); }
.category-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.category-card,
.product-card,
.woocommerce ul.products li.product {
  min-height: 260px;
  padding: 0;
  background: var(--paper-2);
}
.category-card img,
.product-card img,
.woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.category-card div,
.product-card div,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 20px;
}
.product-card .button,
.woocommerce a.button,
.woocommerce button.button {
  display: inline-flex;
  margin: 0 20px 20px;
}
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 800;
}
.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover { color: var(--paper-2); background: var(--ink); }
.text-link {
  display: inline-flex;
  margin-top: 12px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

.rke-project {
  color: var(--paper-2);
  background: var(--coal);
}
.rke-project .section-label { color: #d4b466; }
.rke-project p { color: rgba(251, 248, 240, 0.75); }
.statement-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.statement-gallery img { width: 100%; min-height: 220px; height: 100%; object-fit: cover; }

.rke-page-hero {
  grid-template-columns: 1fr minmax(280px, 0.7fr);
  padding-top: clamp(58px, 8vw, 112px);
  padding-bottom: clamp(58px, 8vw, 112px);
  border-bottom: 1px solid var(--line);
}
.rke-page-hero h1 { font-size: clamp(3rem, 7vw, 7.5rem); }
.rke-page-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.contact-list {
  display: grid;
  max-width: 560px;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}
.contact-list a { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 800; }
.wpcf7-form input,
.wpcf7-form textarea,
.rke-contact-form input,
.rke-contact-form select,
.rke-contact-form textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  font: inherit;
}

.rke-contact-form {
  display: grid;
  gap: 16px;
  max-width: 680px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(22, 69, 42, 0.08);
}

.rke-contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.rke-contact-form span {
  color: var(--stp-green-dark, #16452a);
  font-size: 0.92rem;
}

.rke-contact-form textarea {
  resize: vertical;
}

.rke-form-notice {
  max-width: 680px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 800;
}

.rke-form-notice--success {
  color: #16452a;
  background: #eaf5e8;
}

.rke-form-notice--error {
  color: #7a1d1d;
  background: #fde8e8;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 42px clamp(18px, 4vw, 72px);
  color: rgba(251, 248, 240, 0.78);
  background: var(--ink);
}
.site-footer strong,
.site-footer .footer-company,
.site-footer .footer-summary { display: block; }
.site-footer strong { color: var(--paper-2); font-family: var(--display); }
.site-footer .footer-company { margin-top: 5px; color: var(--paper-2); font-weight: 800; }
.site-footer .footer-summary { margin-top: 8px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 24px; }
.whatsapp-float,
.accessibility-trigger {
  position: fixed;
  z-index: 70;
  right: 18px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(23, 21, 16, 0.16);
  font-weight: 800;
}
.whatsapp-float { bottom: 80px; padding: 13px 16px; }
.accessibility-trigger { bottom: 18px; padding: 10px 12px; cursor: pointer; }
.accessibility-panel {
  position: fixed;
  right: 18px;
  bottom: 132px;
  z-index: 71;
  display: none;
  width: min(360px, calc(100vw - 36px));
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  box-shadow: 0 24px 70px rgba(23, 21, 16, 0.18);
}
.accessibility-panel.is-open { display: block; }
.accessibility-panel h2 { font-family: var(--display); font-size: 1rem; }
.utility-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.mini-button { border: 1px solid var(--line); background: transparent; padding: 9px 11px; font: inherit; font-weight: 800; cursor: pointer; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; }
  .header-action { display: none; }
  .nav-toggle { display: block; justify-self: end; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 18px 24px;
    background: rgba(243, 238, 228, 0.98);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .rke-hero,
  .rke-intro,
  .rke-split,
  .rke-grid,
  .rke-numbered-head,
  .rke-page-hero { grid-template-columns: 1fr; }
  .numbered-list a,
  .numbered-list .row { grid-template-columns: 56px 1fr; }
  .numbered-list em,
  .row-cta { grid-column: 2; }
  .category-grid,
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.45rem; }
  .rke-hero { min-height: auto; }
  .category-grid,
  .product-grid,
  .statement-gallery,
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .whatsapp-float { right: 12px; bottom: 70px; }
  .accessibility-trigger { right: 12px; bottom: 12px; }
.accessibility-panel { right: 12px; bottom: 122px; width: calc(100vw - 24px); }
}

/* RKE dark blue and gold brand update. */
:root {
  --stp-green: #0b2d5e;
  --stp-green-dark: #061735;
  --stp-green-soft: #eef3fb;
  --stp-lime: #e5bd45;
  --stp-cream: #f6f8fc;
  --stp-card: #ffffff;
  --stp-text: #101a2f;
  --gold: #d9a92f;
  --blue: #0b2d5e;
}

.top-strip,
.site-footer,
.stp-grow,
.stp-image-scroll {
  background: var(--stp-green-dark);
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 30px rgba(6, 23, 53, 0.1);
}

.brand-pair {
  width: clamp(250px, 24vw, 360px);
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-pair img {
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-pair .brand-logo-rk,
.brand-pair .brand-logo-global {
  height: 72px;
  max-width: 50%;

}

.header-action,
.button,
.button-filled,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.rke-contact-form button,
.stp-callback .button,
.stp-center .button,
.product-card .button {
  min-width: max-content;
  color: #ffffff !important;
  background: var(--stp-green) !important;
  border-color: var(--stp-green) !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  font-size: 1rem;
  line-height: 1.2;
  visibility: visible !important;
}

.button:not(.button-filled),
.wp-block-button__link:not(.button-filled) {
  color: var(--stp-green) !important;
  background: #ffffff !important;
}

.stp-slide .button {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(6, 23, 53, 0.48) !important;
}

.stp-slide .button-filled {
  color: #061735 !important;
  background: var(--stp-lime) !important;
  border-color: var(--stp-lime) !important;
}

.header-action:hover,
.button:hover,
.button-filled:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.rke-contact-form button:hover {
  color: #061735 !important;
  background: var(--stp-lime) !important;
  border-color: var(--stp-lime) !important;
}

.stp-slide .button:hover {
  color: #061735 !important;
  background: var(--stp-lime) !important;
  border-color: var(--stp-lime) !important;
}

.stp-slide::after {
  background: linear-gradient(180deg, rgba(6, 23, 53, 0.04), rgba(6, 23, 53, 0.86));
}

.stp-hero {
  background:
    radial-gradient(circle at 12% 15%, rgba(229, 189, 69, 0.28), transparent 24%),
    linear-gradient(135deg, #f6f8fc, #e7edf8);
}

.stp-feature-band article {
  background: var(--stp-green-dark);
}

.stp-feature-band div {
  background: linear-gradient(180deg, transparent, rgba(6, 23, 53, 0.92));
}

.stp-category-card,
.stp-benefits article,
.stp-product-card,
.rke-contact-form {
  box-shadow: 0 16px 46px rgba(6, 23, 53, 0.1);
}

@media (max-width: 980px) {
  .brand-pair {
    width: 230px;
  }

  .brand-pair .brand-logo-rk,
  .brand-pair .brand-logo-global {
    height: 58px;
  }
}

/* Save The Planet inspired ecommerce/catalog direction for RKE. */
:root {
  --stp-green: #2f6f3e;
  --stp-green-dark: #16452a;
  --stp-green-soft: #eaf5e8;
  --stp-lime: #cfe76f;
  --stp-cream: #fbf8ee;
  --stp-card: #ffffff;
  --stp-text: #183123;
}

body {
  color: var(--stp-text);
  background: var(--stp-cream);
}

.top-strip {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px clamp(18px, 4vw, 72px);
  color: #fff;
  background: var(--stp-green-dark);
  font-size: 0.84rem;
}

.top-strip__links {
  display: flex;
  gap: 18px;
  font-weight: 800;
}

.site-header {
  min-height: 92px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 30px rgba(22, 69, 42, 0.08);
}

.site-nav {
  color: #304838;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
  color: var(--stp-green);
  border-bottom-color: var(--stp-green);
}

.header-action,
.button-filled,
.woocommerce a.button,
.woocommerce button.button {
  border-color: var(--stp-green);
  color: #fff;
  background: var(--stp-green);
  border-radius: 999px;
}

.button,
.wp-block-button__link {
  border-color: var(--stp-green);
  color: var(--stp-green);
  border-radius: 999px;
}

.button:hover,
.wp-block-button__link:hover,
.button-filled:hover {
  border-color: var(--stp-green-dark);
  color: #fff;
  background: var(--stp-green-dark);
}

.site-main > .stp-hero,
.site-main > .stp-product-menu,
.site-main > .stp-feature-band,
.site-main > .stp-section,
.site-main > .stp-grow,
.site-main > .stp-callback {
  padding-left: clamp(18px, 5vw, 86px);
  padding-right: clamp(18px, 5vw, 86px);
}

.stp-hero {
  position: relative;
  padding-top: clamp(28px, 5vw, 70px);
  padding-bottom: 28px;
  background:
    radial-gradient(circle at 12% 15%, rgba(207, 231, 111, 0.35), transparent 24%),
    linear-gradient(135deg, #f7faef, #e7f4e2);
}

.stp-hero__slider {
  position: relative;
  min-height: clamp(540px, 68vw, 720px);
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(22, 69, 42, 0.12);
}

.stp-slide {
  position: absolute;
  inset: 0;
  min-height: 100%;
  display: grid;
  align-content: end;
  overflow: hidden;
  border-radius: 28px;
  background: var(--stp-card);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 700ms ease, visibility 700ms ease, transform 900ms ease;
}

.stp-slide--primary {
  min-height: 100%;
}

.stp-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.stp-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.stp-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(19, 56, 33, 0.86));
}

.stp-slide > div {
  position: relative;
  z-index: 2;
  max-width: 840px;
  padding: clamp(24px, 4vw, 48px);
  color: #fff;
}

.stp-slide h1,
.stp-slide h2 {
  margin-bottom: 14px;
  color: #fff;
  font-family: var(--sans);
  font-weight: 800;
  line-height: 0.98;
}

.stp-slide h1 {
  font-size: clamp(2.8rem, 6vw, 6.4rem);
}

.stp-slide h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.stp-slide p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
}

.stp-slide .kicker {
  color: var(--stp-lime);
}

.stp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.stp-slide .button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
}

.stp-slide .button-filled {
  border-color: var(--stp-lime);
  color: var(--stp-green-dark);
  background: var(--stp-lime);
}

.stp-slider-controls {
  position: absolute;
  right: clamp(30px, 7vw, 110px);
  bottom: 54px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.stp-slider-controls button {
  min-width: 46px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.16);
  font-weight: 800;
  cursor: pointer;
}

.stp-slider-controls button.is-active {
  color: var(--stp-green-dark);
  background: var(--stp-lime);
}

.stp-image-scroll {
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 18px;
  background: var(--stp-green-dark);
}

.stp-marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: rke-marquee 34s linear infinite;
}

.stp-image-scroll:hover .stp-marquee-track {
  animation-play-state: paused;
}

.stp-marquee-track img {
  width: clamp(230px, 28vw, 430px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
}

@keyframes rke-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.stp-product-menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(47, 111, 62, 0.22);
}

.stp-product-menu a {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  background: #fff;
  font-weight: 800;
}

.stp-product-menu span {
  color: var(--stp-green);
  font-size: 0.78rem;
}

.stp-feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(42px, 6vw, 72px);
}

.stp-feature-band article {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--stp-green-dark);
}

.stp-feature-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
}

.stp-feature-band div {
  position: absolute;
  inset: auto 0 0;
  padding: 28px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(22, 69, 42, 0.92));
}

.stp-feature-band h2 {
  font-family: var(--sans);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-weight: 800;
}

.stp-feature-band a {
  color: var(--stp-lime);
  font-weight: 800;
}

.stp-section {
  padding-top: clamp(58px, 8vw, 100px);
  padding-bottom: clamp(58px, 8vw, 100px);
}

.stp-section-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.stp-section-head h2,
.stp-clients h2,
.stp-callback h2 {
  font-family: var(--sans);
  font-weight: 800;
  color: var(--stp-green-dark);
}

.section-label,
.kicker {
  color: var(--stp-green);
}

.stp-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stp-category-card {
  min-height: 310px;
  display: grid;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(22, 69, 42, 0.1);
}

.stp-category-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.stp-category-card strong,
.stp-category-card span {
  padding-left: 20px;
  padding-right: 20px;
}

.stp-category-card strong {
  padding-top: 18px;
  color: var(--stp-green-dark);
  font-size: 1.15rem;
}

.stp-category-card span {
  padding-bottom: 22px;
  color: #607568;
}

.stp-center {
  margin-top: 34px;
  text-align: center;
}

.stp-why {
  background: var(--stp-green-soft);
}

.stp-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stp-benefits article {
  min-height: 260px;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(22, 69, 42, 0.08);
}

.stp-benefits span {
  display: block;
  margin-bottom: 24px;
  color: var(--stp-green);
  font-size: 3rem;
  font-weight: 800;
}

.stp-benefits h3,
.stp-product-card h3 {
  color: var(--stp-green-dark);
}

.stp-products {
  background: #fff;
}

.stp-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.stp-product-card {
  overflow: hidden;
  border: 1px solid rgba(47, 111, 62, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(22, 69, 42, 0.08);
}

.stp-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.stp-product-card div {
  padding: 22px;
}

.stp-product-card a {
  color: var(--stp-green);
  font-weight: 800;
}

.stp-grow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-top: clamp(58px, 8vw, 100px);
  padding-bottom: clamp(58px, 8vw, 100px);
  color: #fff;
  background: var(--stp-green-dark);
}

.stp-grow img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 28px;
}

.stp-grow h2 {
  color: #fff;
  font-family: var(--sans);
  font-weight: 800;
}

.stp-grow p {
  color: rgba(255, 255, 255, 0.82);
}

.stp-clients {
  text-align: center;
  background: #fff;
}

.stp-client-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 26px;
  background: rgba(47, 111, 62, 0.18);
}

.stp-client-strip span {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 16px;
  background: var(--stp-green-soft);
  color: var(--stp-green-dark);
  font-weight: 800;
}

.stp-callback {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding-top: clamp(48px, 7vw, 82px);
  padding-bottom: clamp(48px, 7vw, 82px);
  background: var(--stp-lime);
}

.stp-callback h2 {
  margin-bottom: 10px;
}

.site-footer {
  background: var(--stp-green-dark);
}

.whatsapp-float {
  border-color: #22a942;
  color: #fff;
  background: #22a942;
  border-radius: 999px;
}

.accessibility-trigger {
  border-radius: 999px;
}

@media (max-width: 1100px) {
  .stp-feature-band,
  .stp-grow {
    grid-template-columns: 1fr;
  }
  .stp-slide--primary {
    min-height: 100%;
  }
  .stp-product-menu,
  .stp-category-grid,
  .stp-benefits,
  .stp-client-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .top-strip {
    flex-direction: column;
  }
  .stp-slide,
  .stp-slide--primary {
    min-height: 100%;
    border-radius: 18px;
  }
  .stp-hero__slider {
    min-height: 560px;
    border-radius: 18px;
  }
  .stp-slider-controls {
    left: 36px;
    right: auto;
    bottom: 42px;
  }
  .stp-product-menu,
  .stp-category-grid,
  .stp-benefits,
  .stp-product-grid,
  .stp-client-strip {
    grid-template-columns: 1fr;
  }
  .stp-feature-band article {
    min-height: 260px;
  }
  .stp-callback {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final RKE brand override: dark blue and gold wins over all earlier theme rules. */
:root {
  --stp-green: #0b2d5e;
  --stp-green-dark: #061735;
  --stp-green-soft: #eef3fb;
  --stp-lime: #d9a92f;
  --stp-cream: #f6f8fc;
  --stp-card: #ffffff;
  --stp-text: #101a2f;
  --gold: #d9a92f;
  --blue: #0b2d5e;
}

body {
  color: var(--stp-text);
  background: var(--stp-cream);
}

.top-strip,
.site-footer,
.stp-grow,
.stp-image-scroll {
  background: var(--stp-green-dark) !important;
}

.site-header {
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 8px 30px rgba(6, 23, 53, 0.1) !important;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
  color: var(--stp-green) !important;
  border-bottom-color: var(--stp-green) !important;
}

.header-action,
.button-filled,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.rke-contact-form button,
.stp-callback .button,
.stp-center .button,
.product-card .button {
  color: #ffffff !important;
  background: var(--stp-green) !important;
  border-color: var(--stp-green) !important;
}

.button,
.wp-block-button__link {
  color: var(--stp-green) !important;
  background: #ffffff !important;
  border-color: var(--stp-green) !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
}

.stp-slide .button {
  color: #ffffff !important;
  background: rgba(6, 23, 53, 0.56) !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
}

.stp-slide .button-filled,
.header-action:hover,
.button:hover,
.button-filled:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.rke-contact-form button:hover {
  color: #061735 !important;
  background: var(--stp-lime) !important;
  border-color: var(--stp-lime) !important;
}

.stp-slide::after {
  background: linear-gradient(180deg, rgba(6, 23, 53, 0.04), rgba(6, 23, 53, 0.86)) !important;
}

.stp-hero {
  background:
    radial-gradient(circle at 12% 15%, rgba(217, 169, 47, 0.28), transparent 24%),
    linear-gradient(135deg, #f6f8fc, #e7edf8) !important;
}

.stp-feature-band div {
  background: linear-gradient(180deg, transparent, rgba(6, 23, 53, 0.92)) !important;
}

.stp-category-card,
.stp-benefits article,
.stp-product-card,
.rke-contact-form {
  box-shadow: 0 16px 46px rgba(6, 23, 53, 0.1) !important;
}
