@font-face {
  font-family: "Outfit RE";
  src: url("../fonts/outfit-latin-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* Editable solution imagery and learning hub. */
.ree-solution.has-image {
  isolation: isolate;
  background-image: linear-gradient(90deg, rgba(18, 24, 33, .85), rgba(18, 24, 33, .20)), var(--solution-image);
  background-size: cover;
  background-position: center;
}
.ree-solution-energy.has-image { background-image: linear-gradient(90deg, rgba(82, 12, 23, .88), rgba(185, 19, 32, .20)), var(--solution-image); }
.ree-solution.has-image > * { position: relative; z-index: 1; }
.ree-media-hub { background: var(--ree-work-surface, #f5f6f8); }
.ree-media-layout { display: grid; gap: 40px; }
.ree-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ree-blog-card { overflow: hidden; background: #fff; border-radius: 14px; box-shadow: var(--ree-shadow-sm); }
.ree-blog-card > a { display: block; height: 100%; }
.ree-blog-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #e9edf2; }
.ree-blog-card > a > div { padding: 20px; }
.ree-blog-card time { color: var(--ree-muted); font-size: .8125rem; }
.ree-blog-card h3 { margin: 8px 0 18px; font-size: 1.35rem; }
.ree-blog-card span { display: inline-flex; align-items: center; gap: 8px; color: var(--ree-red); font-weight: 800; }
.ree-blog-card span .ree-icon { width: 17px; }
.ree-youtube-panel { padding: 34px; color: #fff; background: var(--ree-ink); border-radius: 24px; }
.ree-youtube-panel h2 { color: #fff; }
.ree-youtube-channel { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.ree-youtube-mark { width: 58px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--ree-red); border-radius: 12px; }
.ree-youtube-channel small { color: #cfd6de; font-weight: 700; }
.ree-youtube-channel h2 { margin: 2px 0 5px; }
.ree-youtube-channel strong { display: inline-flex; align-items: center; gap: 8px; color: #fff; }
.ree-youtube-channel strong .ree-icon { width: 17px; }
.ree-youtube-empty { min-height: 360px; display: grid; place-items: center; padding: 36px; color: #fff; background: linear-gradient(135deg, #263241, #121821); border-radius: 14px; text-align: center; }
.ree-video-frame iframe { width: 100%; min-height: 520px; aspect-ratio: 16 / 9; border: 0; border-radius: 14px; }
.ree-cart-quote { display: grid; gap: 8px; margin-top: 14px; }
.ree-cart-quote .button { width: 100%; }
.ree-cart-quote small { color: var(--ree-muted); text-align: center; }
@media (max-width: 760px) {
  .ree-blog-grid { grid-template-columns: 1fr; }
  .ree-youtube-panel { padding: 22px; }
  .ree-video-frame iframe { min-height: 220px; }
}
:root {
  --ree-red: #e21f2d;
  --ree-red-dark: #b91320;
  --ree-red-soft: #fff0f1;
  --ree-yellow: #f4b72b;
  --ree-ink: #121821;
  --ree-ink-2: #263241;
  --ree-text: #3d4a5c;
  --ree-muted: #667386;
  --ree-line: #dfe4ea;
  --ree-surface: #f5f6f8;
  --ree-white: #fff;
  --ree-green: #16794a;
  --ree-radius: 14px;
  --ree-radius-lg: 24px;
  --ree-shadow: 0 18px 50px rgba(18, 24, 33, 0.12);
  --ree-shadow-sm: 0 8px 24px rgba(18, 24, 33, 0.08);
  --ree-container: 1240px;
  --ree-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ree-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ree-text);
  background: var(--ree-white);
  font-family:
    "Aptos",
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.ree-menu-open {
  overflow: hidden;
}
.ree-home-main {
  display: flex;
  flex-direction: column;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ree-ink);
  font-family: "Outfit RE", "Segoe UI", system-ui, sans-serif;
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -0.028em;
  text-wrap: balance;
}
p {
  margin: 0 0 1.2em;
}
::selection {
  color: #fff;
  background: var(--ree-red);
}
:focus-visible {
  outline: 3px solid var(--ree-yellow);
  outline-offset: 3px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: var(--ree-surface);
}
::-webkit-scrollbar-thumb {
  border: 3px solid var(--ree-surface);
  border-radius: 999px;
  background: #8e98a6;
}
.ree-container {
  width: min(calc(100% - 40px), var(--ree-container));
  margin-inline: auto;
}
.ree-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.screen-reader-text,
.ree-skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ree-skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--ree-ink);
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--ree-shadow);
}
.ree-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 760;
  line-height: 1.15;
  transition:
    transform 140ms var(--ree-ease-out),
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}
.ree-btn:active,
.woocommerce a.button:active,
.woocommerce button.button:active {
  transform: scale(0.97);
}
.ree-btn-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff !important;
  background: var(--ree-red) !important;
  box-shadow: 0 10px 24px rgba(226, 31, 45, 0.22);
}
.ree-btn-dark {
  color: #fff;
  background: var(--ree-ink);
}
.ree-btn-light {
  color: var(--ree-ink);
  background: #fff;
}
.ree-btn-secondary {
  color: var(--ree-ink);
  background: #fff;
  border-color: #cfd5dd;
}
.ree-btn .ree-icon {
  width: 18px;
  height: 18px;
}
.ree-connect-button {
  position: relative;
  isolation: isolate;
}
.ree-connect-button b {
  position: absolute;
  z-index: -1;
  width: 8px;
  height: 8px;
  right: -4px;
  border-radius: 50%;
  background: var(--ree-yellow);
  opacity: 0;
  transform: scale(0.95);
  transition:
    opacity 180ms var(--ree-ease-out),
    transform 180ms var(--ree-ease-out);
}
.ree-announcement {
  color: #e7ebf0;
  background: var(--ree-ink);
  font-size: 13px;
}
.ree-announcement-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ree-announcement p {
  margin: 0;
}
.ree-announcement-inner > div {
  display: flex;
  gap: 20px;
}
.ree-announcement a {
  display: flex;
  align-items: center;
  gap: 7px;
}
.ree-announcement .ree-icon {
  width: 16px;
  height: 16px;
  color: var(--ree-yellow);
}
.ree-header-sentinel {
  position: absolute;
  top: 36px;
  width: 1px;
  height: 1px;
}
.ree-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--ree-line);
  transition: box-shadow 180ms ease;
}
.admin-bar .ree-header {
  top: 32px;
}
.ree-header.is-stuck {
  box-shadow: 0 8px 24px rgba(18, 24, 33, 0.08);
}
.ree-header-main {
  min-height: 80px;
  display: grid;
  grid-template-columns: 220px minmax(300px, 1fr) auto;
  align-items: center;
  gap: 30px;
}
.ree-brand img {
  width: auto;
  max-width: 205px;
  max-height: 64px;
  object-fit: contain;
}
.ree-header-search form,
.ree-header-search {
  height: 46px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #cfd6de;
  border-radius: 12px;
  background: #fafbfc;
}
.ree-header-search form {
  width: 100%;
  height: 100%;
  border: 0;
}
.ree-header-search label {
  display: none;
}
.ree-header-search input[type="search"] {
  width: 100%;
  padding: 0 15px;
  color: var(--ree-ink);
  border: 0;
  outline: 0;
  background: transparent;
}
.ree-header-search button {
  width: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 0;
  background: var(--ree-red);
}
.ree-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ree-header-action {
  position: relative;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 7px;
  color: var(--ree-ink);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
}
.ree-header-action .ree-icon {
  width: 21px;
  height: 21px;
}
.ree-cart-count {
  position: absolute;
  top: 0;
  right: 8px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  color: #fff;
  background: var(--ree-red);
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 10px;
}
.ree-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ree-ink);
  border: 1px solid var(--ree-line);
  border-radius: 10px;
  background: #fff;
}
.ree-nav-row {
  border-top: 1px solid #eef1f4;
}
.ree-nav-inner {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.ree-menu {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ree-menu li {
  position: relative;
}
.ree-menu > li > a {
  min-height: 49px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: var(--ree-ink-2);
  font-size: 14px;
  font-weight: 720;
}
.ree-menu a:hover,
.ree-menu .current-menu-item > a {
  color: var(--ree-red);
}
.ree-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  margin: 0;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  list-style: none;
  background: #fff;
  border: 1px solid var(--ree-line);
  border-radius: 12px;
  box-shadow: var(--ree-shadow);
  transition:
    opacity 180ms var(--ree-ease-out),
    transform 180ms var(--ree-ease-out),
    visibility 180ms;
}
.ree-menu li:hover > .sub-menu,
.ree-menu li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.ree-menu .sub-menu a {
  display: block;
  padding: 9px 11px;
  border-radius: 8px;
  font-size: 14px;
}
.ree-menu .sub-menu a:hover {
  background: var(--ree-red-soft);
}
.ree-nav-cta {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: var(--ree-red-dark);
  font-size: 14px;
  font-weight: 800;
}
.ree-nav-cta .ree-icon {
  width: 18px;
  height: 18px;
}
.ree-mobile-menu,
.ree-menu-overlay {
  position: fixed;
  z-index: 1001;
  inset: 0 0 0 auto;
}
.ree-mobile-menu {
  width: min(420px, 90vw);
  padding: 22px;
  background: #fff;
  box-shadow: -18px 0 50px rgba(18, 24, 33, 0.18);
}
.ree-menu-overlay {
  z-index: 1000;
  right: 0;
  width: 100%;
  background: rgba(18, 24, 33, 0.55);
  backdrop-filter: blur(3px);
}
.ree-mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--ree-line);
}
.ree-mobile-menu-head button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ree-line);
  border-radius: 10px;
  background: #fff;
}
.ree-mobile-links,
.ree-mobile-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ree-mobile-links {
  padding-top: 15px;
}
.ree-mobile-links a {
  display: block;
  padding: 12px 4px;
  color: var(--ree-ink);
  font-weight: 720;
  border-bottom: 1px solid #edf0f3;
}
.ree-mobile-links ul {
  padding-left: 15px;
}
.ree-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(118deg, #10161f 0%, #182231 58%, #222d3a 100%);
}
.ree-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 76% 25%,
      rgba(226, 31, 45, 0.26),
      transparent 34%
    ),
    radial-gradient(
      circle at 58% 105%,
      rgba(244, 183, 43, 0.08),
      transparent 28%
    );
  pointer-events: none;
}
.ree-hero-layout {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);
  align-items: center;
  gap: 72px;
  padding-block: 68px;
}
.ree-hero-layout::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: calc(50% - 84px);
  top: 50%;
  width: 170px;
  height: 2px;
  background: linear-gradient(90deg, var(--ree-yellow), var(--ree-red));
  transform: translateY(-50%) scaleX(0.12);
  transform-origin: left;
  animation: ree-connect-path 900ms var(--ree-ease-out) 380ms forwards;
}
.ree-hero-copy {
  position: relative;
  z-index: 2;
}
.ree-hero-copy::after,
.ree-hero-products::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 3px solid #182231;
  border-radius: 50%;
  background: var(--ree-yellow);
  box-shadow: 0 0 0 5px rgba(244, 183, 43, 0.15);
  transform: translateY(-50%);
}
.ree-hero-copy::after {
  right: -44px;
}
.ree-hero-products::before {
  left: -44px;
  background: var(--ree-red);
  box-shadow: 0 0 0 5px rgba(226, 31, 45, 0.16);
}
.ree-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.ree-hero-copy > p {
  max-width: 650px;
  margin: 25px 0 30px;
  color: #d9e0e8;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55;
}
.ree-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ree-signal-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ree-signal-field i {
  position: absolute;
  display: block;
  width: 220px;
  height: 1px;
  opacity: 0.55;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(244, 183, 43, 0.8),
    transparent
  );
  transform: rotate(var(--angle, 0deg));
  animation: ree-signal 5.6s linear infinite;
}
.ree-signal-field i::after {
  content: "";
  position: absolute;
  right: 18%;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ree-yellow);
  box-shadow: 0 0 0 5px rgba(244, 183, 43, 0.12);
}
.ree-signal-field i:nth-child(1) {
  left: -40px;
  top: 32%;
  --angle: 12deg;
}
.ree-signal-field i:nth-child(2) {
  left: 38%;
  bottom: 10%;
  --angle: -8deg;
  animation-delay: -2s;
}
.ree-signal-field i:nth-child(3) {
  right: -45px;
  top: 16%;
  --angle: -17deg;
  animation-delay: -3.2s;
}
.ree-signal-field i:nth-child(4) {
  right: 24%;
  top: 49%;
  --angle: 28deg;
  animation-delay: -4.5s;
}
.ree-signal-field i:nth-child(5) {
  left: 18%;
  top: 13%;
  --angle: -24deg;
  animation-delay: -1.1s;
}
.ree-hero-products {
  position: relative;
  z-index: 2;
  min-height: 510px;
}
.ree-carousel-stage {
  position: relative;
  min-height: 450px;
}
.ree-hero-product {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 28px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.97);
  color: var(--ree-ink);
  background: #fff;
  border-radius: var(--ree-radius-lg);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  transition:
    opacity 420ms var(--ree-ease-out),
    transform 420ms var(--ree-ease-out),
    visibility 420ms;
}
.ree-hero-product.is-active {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.ree-hero-product > img {
  width: 100%;
  height: 270px;
  object-fit: contain;
}
.ree-product-status {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 6px 10px;
  color: var(--ree-red-dark);
  background: var(--ree-red-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.ree-hero-product h2 {
  max-width: 450px;
  font-size: 1.25rem;
}
.ree-hero-product .price {
  display: block;
  margin: 7px 0;
  color: var(--ree-red);
  font-size: 1.25rem;
  font-weight: 850;
}
.ree-hero-product strong,
.ree-promo-slide strong {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ree-ink);
  font-size: 14px;
}
.ree-hero-product strong .ree-icon,
.ree-promo-slide strong .ree-icon {
  width: 17px;
  height: 17px;
}
.ree-carousel-controls {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: -42px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ree-carousel-controls > button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  line-height: 1;
}
.ree-carousel-controls > button .ree-icon {
  width: 17px;
  height: 17px;
  margin: auto;
}
.ree-carousel-controls > button.ree-carousel-prev .ree-icon {
  transform: rotate(180deg);
}
.ree-carousel-controls > [data-dots] {
  display: flex;
  gap: 7px;
}
.ree-carousel-controls > [data-dots] button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}
.ree-carousel-controls > [data-dots] button.is-active {
  background: var(--ree-yellow);
}
.ree-advice-status {
  position: absolute;
  z-index: 6;
  left: -30px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  color: #fff;
  background: #182331;
  border-radius: 12px;
  box-shadow: var(--ree-shadow);
}
.ree-advice-status .ree-icon {
  color: var(--ree-yellow);
}
.ree-advice-status span {
  display: grid;
}
.ree-advice-status small {
  color: #c8d0da;
}
.ree-benefits {
  border-bottom: 1px solid var(--ree-line);
  background: #fff;
}
.ree-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ree-benefit-grid > div {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 24px;
  border-right: 1px solid var(--ree-line);
}
.ree-benefit-grid > div:first-child {
  border-left: 1px solid var(--ree-line);
}
.ree-benefit-grid .ree-icon {
  width: 32px;
  height: 32px;
  color: var(--ree-red);
}
.ree-benefit-grid span {
  display: grid;
}
.ree-benefit-grid strong {
  color: var(--ree-ink);
  font-size: 15px;
}
.ree-benefit-grid small {
  color: var(--ree-muted);
  font-size: 13px;
}
.ree-section {
  padding: 94px 0;
}
.ree-section-header {
  max-width: 720px;
  margin-bottom: 38px;
}
.ree-section-header h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}
.ree-section-header p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--ree-muted);
  font-size: 1.08rem;
}
.ree-section-header-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
}
.ree-section-header-row > a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ree-red-dark);
  font-weight: 800;
}
.ree-section-header-row > a .ree-icon {
  width: 18px;
}
.ree-solutions {
  background: var(--ree-surface);
}
.ree-solution-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}
.ree-solution {
  min-height: 230px;
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 24px;
  padding: 34px;
  color: var(--ree-ink);
  background: #fff;
  border-radius: var(--ree-radius);
  box-shadow: var(--ree-shadow-sm);
  transition:
    transform 180ms var(--ree-ease-out),
    box-shadow 180ms ease;
}
.ree-solution:first-child {
  grid-row: 1/3;
  min-height: 478px;
  align-content: center;
}
.ree-solution > .ree-icon {
  width: 70px;
  height: 70px;
  padding: 14px;
  border-radius: 16px;
  color: #fff;
  background: var(--ree-red);
}
.ree-solution-energy > .ree-icon {
  color: var(--ree-ink);
  background: var(--ree-yellow);
}
.ree-solution-network > .ree-icon {
  background: #2f547d;
}
.ree-solution h3 {
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
}
.ree-solution.has-image h3,
.ree-solution.has-image span { color: #fff; }
.ree-solution.has-image p { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.8); }
.ree-solution.has-image h3 { text-shadow: 0 2px 8px rgba(0,0,0,.6); }
.ree-solution.has-image > div { padding: 16px; background: rgba(18,24,33,.78); border-radius: 12px; }
.ree-solution p {
  max-width: 45ch;
  margin: 9px 0 18px;
  color: var(--ree-muted);
}
.ree-solution span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ree-red-dark);
  font-weight: 800;
}
.ree-solution span .ree-icon {
  width: 18px;
}
.ree-featured-products {
  background: #fff;
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}
.woocommerce ul.products li.product {
  position: relative;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 0 18px;
  background: #fff;
  border-radius: var(--ree-radius);
  box-shadow: var(--ree-shadow-sm);
  overflow: hidden;
  transition:
    transform 180ms var(--ree-ease-out),
    box-shadow 180ms ease;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 0 16px !important;
  padding: 20px;
  background: var(--ree-surface);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 52px;
  padding: 0 17px !important;
  font-size: 15px !important;
  line-height: 1.35;
}
.woocommerce ul.products li.product .price {
  padding: 0 17px;
  color: var(--ree-red) !important;
  font-size: 16px !important;
  font-weight: 850 !important;
}
.woocommerce ul.products li.product .button {
  width: calc(100% - 34px);
  margin: 12px 17px 0 !important;
  color: #fff !important;
  background: var(--ree-ink) !important;
}
.woocommerce .onsale {
  z-index: 4;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  color: #fff;
  background: var(--ree-red) !important;
  line-height: 1.2 !important;
}
.ree-product-quote {
  display: block;
  margin: 10px 17px 0;
  text-align: center;
  color: var(--ree-red-dark);
  font-size: 13px;
  font-weight: 800;
}
.ree-promotions {
  color: #fff;
  background: var(--ree-ink);
}
.ree-promo-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 54px;
}
.ree-promo-intro h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}
.ree-promo-intro p {
  margin: 18px 0 28px;
  color: #c9d1dc;
}
.ree-promo-carousel {
  position: relative;
  min-height: 420px;
}
.ree-promo-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: translateX(4%);
  color: var(--ree-ink);
  background: #fff;
  border-radius: var(--ree-radius-lg);
  overflow: hidden;
  transition:
    opacity 420ms var(--ree-ease-out),
    transform 420ms var(--ree-ease-out),
    visibility 420ms;
}
.ree-promo-slide.is-active {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.ree-promo-slide > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
  padding: 25px;
  background: var(--ree-surface);
}
.ree-promo-slide > div {
  padding: 30px;
}
.ree-promo-slide > div > span {
  color: var(--ree-red-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.ree-promo-slide h3 {
  margin: 10px 0 16px;
  font-size: 1.65rem;
}
.ree-promo-slide .price {
  margin-bottom: 18px;
  color: var(--ree-red);
  font-size: 1.3rem;
  font-weight: 850;
}
.ree-promo-controls {
  bottom: -52px;
}
.ree-project-cta {
  padding: 52px 0;
  background: var(--ree-red);
}
.ree-project-cta > .ree-container > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 25px;
  color: #fff;
}
.ree-project-cta > .ree-container > div > .ree-icon {
  width: 58px;
  height: 58px;
}
.ree-project-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}
.ree-project-cta p {
  margin: 9px 0 0;
  color: #ffe5e8;
}
.ree-location-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  min-height: 480px;
  border-radius: var(--ree-radius-lg);
  box-shadow: var(--ree-shadow);
  overflow: hidden;
}
.ree-location-copy {
  align-self: stretch;
  padding: 48px;
  background: #fff;
}
.ree-location-copy > .ree-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 25px;
  color: var(--ree-red);
}
.ree-location-copy h3 {
  font-size: 2rem;
}
.ree-location-copy p {
  color: var(--ree-muted);
}
.ree-map,
.ree-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}
.ree-home-editor {
  border-top: 1px solid var(--ree-line);
}
.ree-content {
  min-height: 55vh;
  padding-top: 70px;
  padding-bottom: 90px;
}
.ree-page-header {
  max-width: 800px;
  margin-bottom: 38px;
}
.ree-page-header h1 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}
.ree-page-header p {
  max-width: 650px;
  margin-top: 15px;
  color: var(--ree-muted);
  font-size: 1.12rem;
}
.ree-entry-content {
  max-width: 760px;
}
.ree-entry-content > * + * {
  margin-top: 1.3em;
}
.ree-entry-content img {
  border-radius: var(--ree-radius);
}
.ree-contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
}
.ree-contact-details,
.ree-contact-form {
  padding: 30px;
  background: #fff;
  border-radius: var(--ree-radius-lg);
  box-shadow: var(--ree-shadow-sm);
}
.ree-contact-details > a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0;
}
.ree-contact-details > a .ree-icon {
  color: var(--ree-red);
}
.ree-contact-details .ree-map {
  margin-top: 24px;
  overflow: hidden;
  border-radius: var(--ree-radius);
}
.ree-contact-form input,
.ree-contact-form textarea,
.ree-contact-form select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cfd6de;
  border-radius: 10px;
  background: #fff;
}
.ree-contact-form label,
.woocommerce form .form-row label {
  color: var(--ree-ink);
  font-weight: 700;
}
.ree-form-notice {
  padding: 14px;
  color: #684f0e;
  background: #fff5cf;
  border-radius: 10px;
}
.ree-about-hero {
  padding: 90px 0;
  color: #fff;
  background: var(--ree-ink);
}
.ree-about-hero > .ree-container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}
.ree-about-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6vw, 6rem);
}
.ree-about-hero p {
  max-width: 650px;
  margin-top: 20px;
  color: #d3dae3;
  font-size: 1.2rem;
}
.ree-about-mark {
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  color: var(--ree-yellow);
  border: 1px solid #4b5665;
  border-radius: 50%;
}
.ree-about-mark .ree-icon {
  width: 90px;
  height: 90px;
}
.ree-about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
}
.ree-about-grid > div > h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}
.ree-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ree-values > div {
  padding: 24px;
  background: var(--ree-surface);
  border-radius: var(--ree-radius);
}
.ree-values > div:last-child {
  grid-column: 1/3;
}
.ree-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ree-article-card {
  padding: 24px;
  background: #fff;
  border-radius: var(--ree-radius);
  box-shadow: var(--ree-shadow-sm);
}
.ree-article-card h2 {
  font-size: 1.45rem;
}
.ree-empty-state {
  max-width: 720px;
  text-align: center;
}
.ree-empty-state h1,
.ree-empty-state h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}
.ree-shop-main {
  padding: 65px 0 90px;
  background: var(--ree-surface);
}
.ree-shop-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 34px;
}
.ree-shop-discovery-layout { display: block; }
.ree-shop-discovery { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(34px,6vw,82px); align-items: start; }
.ree-shop-discovery-copy { position: sticky; top: 165px; padding: clamp(28px,4vw,48px); color: #dce3eb; background: var(--ree-ink); border-radius: var(--ree-radius-lg); }
.ree-shop-discovery-copy h1 { color: #fff; font-size: clamp(2.5rem,4.4vw,4.6rem); line-height: .98; }
.ree-shop-discovery-copy p { margin: 18px 0 24px; }
.ree-shop-discovery-copy form { display: flex; margin-bottom: 14px; }
.ree-shop-discovery-copy input[type=search] { width: 100%; min-width: 0; padding: 14px; border: 0; border-radius: 10px 0 0 10px; }
.ree-shop-discovery-copy button { padding: 0 18px; color: #fff; border: 0; border-radius: 0 10px 10px 0; background: var(--ree-red); font-weight: 800; }
.ree-shop-discovery-copy .ree-btn { margin-top: 6px; }
.ree-shop-category-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.ree-shop-category-grid > a { min-height: 112px; display: grid; grid-template-columns: 74px 1fr 22px; gap: 15px; align-items: center; padding: 16px; background: #fff; border: 1px solid var(--ree-line); border-radius: var(--ree-radius); box-shadow: var(--ree-shadow-sm); transition: transform 180ms ease,border-color 180ms ease; }
.ree-shop-category-grid > a:hover { transform: translateY(-2px); border-color: var(--ree-red); }
.ree-shop-category-grid > a > span { width: 74px; height: 74px; display: grid; place-items: center; overflow: hidden; background: var(--ree-surface); border-radius: 12px; color: var(--ree-red); }
.ree-shop-category-grid img { width: 100%; height: 100%; object-fit: contain; }
.ree-shop-category-grid strong,.ree-shop-category-grid small { display: block; }
.ree-shop-category-grid strong { color: var(--ree-ink); font-size: 1rem; line-height: 1.2; }
.ree-shop-category-grid small { margin-top: 6px; color: var(--ree-muted); }
.ree-shop-category-grid > a > .ree-icon { width: 20px; }
.ree-mobile-shop-tools { display: none; gap: 10px; margin-bottom: 22px; padding: 14px; background: #fff; border-radius: var(--ree-radius); box-shadow: var(--ree-shadow-sm); }
.ree-mobile-shop-tools label { flex: 1; color: var(--ree-ink); font-size: .78rem; font-weight: 800; }
.ree-mobile-shop-tools select { width: 100%; margin-top: 5px; padding: 11px 9px; border: 1px solid var(--ree-line); border-radius: 9px; background: #fff; }
.ree-product-layout { display: block; }
.ree-shop-content { min-width: 0; }
.ree-shop-categories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 34px; }
.ree-shop-categories > a { min-width: 0; display: grid; grid-template-columns: 54px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; padding: 12px; background: #fff; border-radius: var(--ree-radius); box-shadow: var(--ree-shadow-sm); }
.ree-category-thumb { grid-row: 1 / 3; width: 54px; height: 54px; display: grid; place-items: center; overflow: hidden; background: var(--ree-surface); border-radius: 10px; }
.ree-category-thumb img { width: 100%; height: 100%; object-fit: contain; }
.ree-category-thumb .ree-icon { color: var(--ree-red); }
.ree-shop-categories strong { overflow: hidden; color: var(--ree-ink); font-size: .9rem; line-height: 1.2; text-overflow: ellipsis; }
.ree-shop-categories small { color: var(--ree-muted); font-size: .75rem; }
.ree-shop-sidebar {
  align-self: start;
  position: sticky;
  top: 165px;
  display: grid;
  gap: 16px;
}
.ree-filter-widget,
.ree-shop-sidebar > .widget {
  padding: 20px;
  background: #fff;
  border-radius: var(--ree-radius);
  box-shadow: var(--ree-shadow-sm);
}
.ree-filter-widget h3,
.ree-shop-sidebar .widget-title {
  font-size: 1rem;
}
.ree-shop-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ree-shop-sidebar li {
  margin: 8px 0;
}
.ree-shop-sidebar a {
  font-size: 14px;
}
.ree-category-filter h2 { margin-bottom: 16px; font-size: 1.2rem; }
.ree-category-filter .children { margin: 6px 0 10px 12px; padding-left: 10px; border-left: 1px solid var(--ree-line); }
.ree-category-filter .count { color: var(--ree-muted); }
.ree-shop-content .woocommerce-products-header__title {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}
.woocommerce .woocommerce-result-count {
  color: var(--ree-muted);
}
.woocommerce .woocommerce-ordering select {
  padding: 11px;
  border: 1px solid var(--ree-line);
  border-radius: 10px;
  background: #fff;
}
.single-product .ree-shop-layout {
  display: block;
}
.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: start;
}
.single-product div.product .woocommerce-product-gallery { width: 100% !important; max-width: 520px; float: none !important; margin: 0 !important; }
.single-product div.product .woocommerce-product-gallery__wrapper { overflow: hidden; background: #fff; border-radius: var(--ree-radius-lg); box-shadow: var(--ree-shadow-sm); }
.single-product div.product .woocommerce-product-gallery__image img { width: 100%; max-height: 520px; object-fit: contain; padding: 24px; }
.single-product div.product .summary { width: 100% !important; max-width: 620px; float: none !important; margin: 0 !important; padding-top: 12px; }
.single-product div.product .product_title {
  overflow-wrap: anywhere;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.02;
}
.single-product div.product p.price {
  color: var(--ree-red);
  font-size: 1.7rem;
}
.single-product div.product .stock { margin: 26px 0 14px; }
.single-product div.product form.cart { display: flex; align-items: stretch; gap: 8px; }
.single-product div.product form.cart .quantity .qty { min-height: 48px; border: 1px solid var(--ree-line); border-radius: 10px; }
.single-product div.product .product_meta { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--ree-line); color: var(--ree-muted); }
.single-product div.product .woocommerce-tabs,
.single-product div.product .related,
.single-product div.product .upsells { grid-column: 1 / -1; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 0 !important;
  border-radius: 12px;
  background: #fff !important;
  box-shadow: var(--ree-shadow-sm);
}
.woocommerce-message {
	border: 1px solid rgba(22, 121, 74, .24) !important;
}
.woocommerce-info {
	border: 1px solid rgba(47, 84, 125, .24) !important;
}
.woocommerce-error {
	border: 1px solid rgba(226, 31, 45, .24) !important;
}
.woocommerce-cart table.cart img {
  width: 80px;
}
.wc-block-components-button,
.wp-element-button {
  border-radius: 12px !important;
}
.ree-footer {
  color: #d9dfe7;
  background: #0f151d;
}
.ree-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.65fr 1.35fr;
  gap: 42px;
  padding-block: 64px;
}
.ree-footer-brand img {
  max-width: 210px;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
}
.ree-footer-brand p {
  max-width: 430px;
  margin-top: 22px;
  color: #aeb8c4;
}
.ree-social {
  display: flex;
  gap: 18px;
}
.ree-footer h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
}
.ree-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ree-footer li {
  margin: 8px 0;
}
.ree-footer a:hover {
  color: var(--ree-yellow);
}
.ree-footer-contact {
  display: grid;
  align-content: start;
  gap: 11px;
}
.ree-footer-contact > a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ree-footer-contact .ree-icon {
  width: 18px;
  height: 18px;
  color: var(--ree-yellow);
}
.ree-footer-contact p {
  color: #aeb8c4;
}
.ree-footer-bottom {
  border-top: 1px solid #2b3542;
}
.ree-footer-bottom > .ree-container {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ree-footer-bottom p {
  margin: 0;
  color: #96a2b0;
  font-size: 13px;
}
.ree-help {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px 10px 10px;
  color: #fff;
  background: var(--ree-green);
  border-radius: 999px;
  box-shadow: 0 15px 35px rgba(22, 121, 74, 0.3);
  font-size: 14px;
  font-weight: 800;
}
.ree-help-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}
.ree-help .ree-icon {
  width: 18px;
  height: 18px;
}
@keyframes ree-signal {
  0% {
    opacity: 0;
    transform: rotate(var(--angle)) translateX(-15%);
  }
  15%,
  75% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: rotate(var(--angle)) translateX(40%);
  }
}
@keyframes ree-connect-path {
  to {
    transform: translateY(-50%) scaleX(1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .ree-btn:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover {
    transform: translateY(-2px);
  }
  .ree-btn-primary:hover {
    background: var(--ree-red-dark) !important;
  }
  .ree-btn-dark:hover {
    background: #253140;
  }
  .ree-connect-button:hover b {
    opacity: 1;
    transform: scale(1.2);
  }
  .ree-header-action:hover {
    color: var(--ree-red);
    background: var(--ree-surface);
  }
  .ree-solution:hover,
  .woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(18, 24, 33, 0.14);
  }
  .ree-help:hover {
    transform: translateY(-2px);
  }
}
@media (max-width: 1100px) {
	.ree-shop-categories { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ree-header-main {
    grid-template-columns: 190px 1fr auto;
    gap: 18px;
  }
  .ree-brand img {
    max-width: 180px;
  }
  .ree-primary-nav {
    overflow-x: auto;
  }
  .ree-menu > li > a {
    padding-inline: 9px;
  }
  .ree-hero-layout {
    grid-template-columns: 1fr 430px;
    gap: 40px;
  }
  .ree-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ree-benefit-grid > div:nth-child(3) {
    border-left: 1px solid var(--ree-line);
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .ree-footer-grid {
    grid-template-columns: 1.2fr 0.7fr 0.7fr;
  }
  .ree-footer-contact {
    grid-column: 1/4;
  }
}
@media (max-width: 900px) {
	.ree-shop-discovery { grid-template-columns: 1fr; }
	.ree-shop-discovery-copy { position: static; }
	.ree-mobile-shop-tools { display: flex; }
	.ree-shop-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ree-announcement-inner {
    justify-content: center;
  }
  .ree-announcement-inner > div {
    display: none;
  }
  .ree-header-main {
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }
  .ree-header-search,
  .ree-header-action {
    display: none;
  }
  .ree-menu-button {
    display: grid;
  }
  .ree-nav-row {
    display: none;
  }
  .ree-hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 56px;
  }
  .ree-hero-layout::after,
  .ree-hero-copy::after,
  .ree-hero-products::before {
    display: none;
  }
  .ree-hero-products {
    width: min(100%, 600px);
    min-height: 520px;
  }
  .ree-advice-status {
    left: 15px;
  }
  .ree-solution-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .ree-solution,
  .ree-solution:first-child {
    grid-row: auto;
    min-height: 220px;
  }
  .ree-promo-shell {
    grid-template-columns: 1fr;
  }
  .ree-promo-carousel {
    min-height: 430px;
  }
  .ree-location-layout,
  .ree-contact-layout,
  .ree-about-grid {
    grid-template-columns: 1fr;
  }
  .ree-shop-layout {
    grid-template-columns: 1fr;
  }
  .ree-shop-sidebar {
    display: none;
  }
  .single-product div.product {
    grid-template-columns: 1fr;
  }
	.single-product div.product .woocommerce-product-gallery { margin-inline: auto !important; }
	.single-product div.product .summary { max-width: none; }
  .ree-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ree-footer-contact {
    grid-column: 1/3;
  }
  .ree-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
	.ree-shop-category-grid { grid-template-columns: 1fr; }
	.ree-shop-category-grid > a { min-height: 94px; grid-template-columns: 62px 1fr 20px; }
	.ree-shop-category-grid > a > span { width: 62px; height: 62px; }
	.ree-mobile-shop-tools { display: grid; grid-template-columns: 1fr 1fr; }
	.ree-shop-main { padding-top: 34px; }
	.ree-shop-categories { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
	.ree-shop-categories > a { min-width: 220px; scroll-snap-align: start; }
  .ree-container {
    width: min(calc(100% - 28px), var(--ree-container));
  }
  .ree-section {
    padding: 70px 0;
  }
  .ree-hero-layout {
    min-height: auto;
  }
  .ree-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }
  .ree-hero-products {
    min-height: 450px;
  }
  .ree-carousel-stage {
    min-height: 390px;
  }
  .ree-hero-product {
    padding: 20px;
  }
  .ree-hero-product > img {
    height: 225px;
  }
  .ree-advice-status {
    bottom: 5px;
  }
  .ree-benefit-grid {
    grid-template-columns: 1fr;
  }
  .ree-benefit-grid > div,
  .ree-benefit-grid > div:nth-child(3) {
    min-height: 88px;
    border-left: 1px solid var(--ree-line);
    border-bottom: 1px solid var(--ree-line);
  }
  .ree-section-header-row {
    display: block;
  }
  .ree-section-header-row > a {
    margin-top: 18px;
  }
  .ree-solution,
  .ree-solution:first-child {
    grid-template-columns: 58px 1fr;
    min-height: 0;
    padding: 25px;
  }
  .ree-solution > .ree-icon {
    width: 54px;
    height: 54px;
    padding: 10px;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-inline: 13px !important;
    font-size: 14px !important;
  }
  .woocommerce ul.products li.product .price {
    padding-inline: 13px;
  }
  .woocommerce ul.products li.product .button {
    width: calc(100% - 26px);
    margin-inline: 13px !important;
    padding-inline: 10px;
    font-size: 13px;
  }
  .ree-product-quote {
    margin-inline: 13px;
  }
  .ree-promo-slide {
    grid-template-columns: 1fr;
  }
  .ree-promo-slide > img {
    min-height: 220px;
    height: 220px;
  }
  .ree-promo-slide > div {
    padding: 22px;
  }
  .ree-promo-carousel {
    min-height: 510px;
  }
  .ree-project-cta > .ree-container > div {
    grid-template-columns: 1fr;
  }
  .ree-project-cta > .ree-container > div > .ree-icon {
    display: none;
  }
  .ree-location-copy {
    padding: 30px;
  }
  .ree-about-hero > .ree-container {
    grid-template-columns: 1fr;
  }
  .ree-about-mark {
    display: none;
  }
  .ree-values {
    grid-template-columns: 1fr;
  }
  .ree-values > div:last-child {
    grid-column: auto;
  }
  .ree-shop-sidebar {
    grid-template-columns: 1fr;
  }
  .ree-footer-grid {
    grid-template-columns: 1fr;
  }
  .ree-footer-contact {
    grid-column: auto;
  }
  .ree-footer-bottom > .ree-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 14px;
  }
  .ree-help {
    right: 14px;
    bottom: 14px;
  }
  .ree-help > span:last-child {
    display: none;
  }
  .ree-help {
    padding: 8px;
  }
  .ree-post-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 420px) {
  .ree-brand img {
    max-width: 170px;
  }
  .ree-actions {
    display: grid;
  }
  .ree-actions .ree-btn {
    width: 100%;
  }
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
  .ree-solution {
    grid-template-columns: 1fr;
  }
  .ree-promo-carousel {
    min-height: 540px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ree-signal-field {
    display: none;
  }
  .ree-hero-layout::after {
    animation: none;
    transform: translateY(-50%) scaleX(1);
  }
  .ree-reveal {
    opacity: 1;
    transform: none;
  }
  .ree-reveal.is-revealed {
    transition: none;
  }
  .ree-hero-product,
  .ree-promo-slide {
    transform: none;
    transition:
      opacity 180ms ease,
      visibility 180ms;
  }
  .ree-btn,
  .ree-solution,
  .woocommerce ul.products li.product {
    transition:
      background-color 180ms ease,
      color 180ms ease,
      border-color 180ms ease;
  }
  .ree-btn:hover,
  .ree-solution:hover,
  .woocommerce ul.products li.product:hover {
    transform: none !important;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .ree-header {
    background: #fff;
  }
  .ree-menu-overlay {
    backdrop-filter: none;
  }
}

/* Editorial, solution archives and order-request flow. */
.ree-kicker { display: inline-block; margin-bottom: 12px; color: var(--ree-red); font-size: .78rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.ree-category-hero { min-height: 300px; display: flex; flex-direction: column; justify-content: end; margin-bottom: 34px; padding: clamp(28px, 5vw, 56px); color: #fff; background: var(--ree-ink); border-radius: var(--ree-radius-lg); overflow: hidden; }
.ree-category-hero.has-image { background-image: linear-gradient(90deg, rgba(18,24,33,.96), rgba(18,24,33,.48)), var(--category-image); background-position: center; background-size: cover; }
.ree-category-hero h1 { max-width: 800px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.ree-category-hero > div { max-width: 720px; margin-top: 16px; color: #e4e8ee; font-size: 1.08rem; }
.ree-category-hero > div p:last-child { margin-bottom: 0; }
.ree-promo-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.ree-promo-product-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; }
.ree-promo-product-link .ree-icon { width: 17px; }
.ree-quote-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 4px; }
.ree-quote-fields label { color: var(--ree-ink); font-size: .84rem; font-weight: 750; text-align: left; }
.ree-quote-fields input, .ree-quote-fields textarea { width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid var(--ree-line); border-radius: 10px; background: #fff; }
.ree-quote-notes { grid-column: 1 / -1; }
.ree-blog-hero { padding: clamp(72px, 10vw, 130px) 0; color: #d7dee7; background: var(--ree-ink); }
.ree-blog-hero h1 { max-width: 850px; color: #fff; font-size: clamp(3rem, 7vw, 6.5rem); }
.ree-blog-hero p { max-width: 680px; margin: 22px 0 0; font-size: 1.16rem; }
.ree-blog-index { padding-block: 46px 96px; }
.ree-blog-topics { display: flex; gap: 8px; margin-bottom: 34px; overflow-x: auto; }
.ree-blog-topics a { flex: 0 0 auto; padding: 8px 14px; border: 1px solid var(--ree-line); border-radius: 999px; font-size: .86rem; font-weight: 750; }
.ree-blog-topics a.is-current, .ree-blog-topics a:hover { color: #fff; border-color: var(--ree-ink); background: var(--ree-ink); }
.ree-blog-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.ree-blog-index-card { overflow: hidden; background: #fff; border: 1px solid var(--ree-line); border-radius: var(--ree-radius); box-shadow: var(--ree-shadow-sm); }
.ree-blog-card-image { min-height: 230px; display: grid; place-items: center; background: var(--ree-surface); }
.ree-blog-card-image img { width: 100%; height: 230px; object-fit: cover; }
.ree-blog-card-image > span { color: var(--ree-red); }
.ree-blog-card-image .ree-icon { width: 54px; height: 54px; }
.ree-blog-index-card > div { padding: 22px; }
.ree-post-eyebrow { display: flex; flex-wrap: wrap; gap: 10px; color: var(--ree-muted); font-size: .78rem; font-weight: 700; }
.ree-blog-index-card h2 { margin: 12px 0; font-size: 1.45rem; }
.ree-blog-index-card p { color: var(--ree-muted); }
.ree-read-more { display: inline-flex; align-items: center; gap: 7px; color: var(--ree-red-dark); font-weight: 800; }
.ree-read-more .ree-icon { width: 17px; }
.ree-article-hero { padding: clamp(64px, 9vw, 110px) 0; color: #cbd3dd; background: var(--ree-ink); }
.ree-article-hero .ree-container { max-width: 980px; }
.ree-article-hero h1 { max-width: 950px; margin-top: 18px; color: #fff; font-size: clamp(2.7rem, 6vw, 5.7rem); }
.ree-article-hero p { max-width: 760px; margin-top: 20px; font-size: 1.18rem; }
.ree-article-back { display: inline-block; margin-bottom: 34px; color: #fff; font-weight: 750; }
.ree-article-hero .ree-post-eyebrow { color: #aeb8c4; }
.ree-article-hero .ree-post-eyebrow a { color: var(--ree-yellow); }
.ree-article-body { padding-bottom: 100px; }
.ree-article-body .ree-featured-image { max-width: 1050px; margin: -42px auto 54px; }
.ree-article-body .ree-featured-image img { width: 100%; max-height: 620px; object-fit: cover; border-radius: var(--ree-radius-lg); box-shadow: var(--ree-shadow); }
.ree-article-body .ree-entry-content { margin-inline: auto; font-size: 1.08rem; }
@media (max-width: 900px) { .ree-blog-archive-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 620px) { .ree-blog-archive-grid, .ree-quote-fields { grid-template-columns: 1fr; } .ree-quote-notes { grid-column: auto; } .ree-category-hero { min-height: 260px; } }

.woocommerce-cart .ree-content, .woocommerce-cart .entry-content { max-width: none; }
.woocommerce-cart .woocommerce-cart-form { padding: 24px; background: #fff; border-radius: var(--ree-radius-lg); box-shadow: var(--ree-shadow-sm); }
.woocommerce-cart .cart-collaterals { margin-top: 28px; }
.woocommerce-cart .cart_totals { padding: 24px; background: #fff; border-radius: var(--ree-radius-lg); box-shadow: var(--ree-shadow-sm); }
.woocommerce-cart .cart_totals h2::after { content: " / Cotización"; color: var(--ree-red); }
.woocommerce-cart table.shop_table { border: 0; }
.woocommerce-cart table.shop_table th { color: var(--ree-muted); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce-cart table.shop_table td { padding-block: 18px; }
.woocommerce-cart .product-name a { color: var(--ree-ink); font-weight: 750; }
.woocommerce-cart .product-thumbnail img { width: 76px; height: 76px; object-fit: contain; background: var(--ree-surface); border-radius: 10px; }
.ree-entry-content svg:not(.ree-icon), .ree-page svg:not(.ree-icon) { max-width: 48px; max-height: 48px; }
@media (max-width: 768px) { .woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart_totals { padding: 16px; } }

.ree-contact-layout { align-items: start; }
.ree-contact-details .ree-map { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
.ree-contact-details .ree-map iframe { min-height: 0; }
.ree-business-quote { position: relative; overflow: hidden; }
.ree-business-quote::after { content: ""; position: absolute; z-index: 0; right: -75px; top: -75px; width: 190px; height: 190px; border: 34px solid rgba(22,121,74,.08); border-radius: 50%; }
.ree-business-quote > * { position: relative; z-index: 1; }
.ree-business-quote .ree-kicker { color: var(--ree-green); }
.ree-business-quote > p { max-width: 650px; color: var(--ree-muted); }
.ree-business-form { margin-top: 26px; }
.ree-business-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ree-business-form label { display: grid; gap: 6px; color: var(--ree-ink); font-size: .86rem; font-weight: 750; }
.ree-business-form input, .ree-business-form select, .ree-business-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #cfd6de; border-radius: 10px; color: var(--ree-ink); background: #fff; }
.ree-business-message { grid-column: 1 / -1; }
.ree-consent { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; margin: 17px 0; color: var(--ree-muted) !important; font-weight: 500 !important; }
.ree-consent input { width: 18px; height: 18px; margin-top: 2px; }
.ree-business-success { margin: 18px 0; padding: 14px 16px; color: #0d5935; border: 1px solid rgba(22,121,74,.25); border-radius: 10px; background: #edf9f3; font-weight: 750; }
.ree-extra-contact-form { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--ree-line); }
@media (max-width: 680px) { .ree-business-form-grid { grid-template-columns: 1fr; } .ree-business-message { grid-column: auto; } .ree-contact-details .ree-map { aspect-ratio: 1 / 1; } }

/* Master solution landing: product-specific imagery with live WooCommerce data. */
.ree-landing-hero { padding: clamp(54px,8vw,92px) 0; color:#d7dee7; background:var(--ree-ink); }
.ree-landing-hero > .ree-container { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr); align-items:center; gap:clamp(36px,7vw,90px); }
.ree-landing-hero h1 { max-width:820px; color:#fff; font-size:clamp(2.9rem,5.5vw,5.6rem); }
.ree-landing-hero p { max-width:680px; margin:20px 0 28px; font-size:1.12rem; }
.ree-landing-hero figure { min-height:430px; display:grid; place-items:center; margin:0; padding:28px; background:#fff; border-radius:var(--ree-radius-lg); box-shadow:0 28px 70px rgba(0,0,0,.22); }
.ree-landing-hero figure:empty::before { content:"Agrega una imagen destacada"; color:var(--ree-muted); }
.ree-landing-hero img { width:100%; height:390px; object-fit:contain; }
.ree-landing-intro { display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(36px,7vw,90px); align-items:start; }
.ree-landing-intro h2,.ree-landing-guide h2,.ree-landing-compare h2,.ree-landing-faq h2 { font-size:clamp(2.2rem,4vw,3.8rem); }
.ree-landing-intro p,.ree-landing-guide p { margin-top:18px; font-size:1.08rem; }
.ree-landing-benefits { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.ree-landing-benefits > div { min-height:118px; display:flex; align-items:flex-start; gap:14px; padding:22px; background:var(--ree-surface); border-radius:var(--ree-radius); }
.ree-landing-benefits .ree-icon { color:var(--ree-red); }
.ree-landing-guide { background:var(--ree-surface); }
.ree-landing-guide > .ree-container { display:grid; grid-template-columns:1fr 1fr; gap:70px; }
.ree-use-cases { display:flex; flex-wrap:wrap; align-content:start; gap:10px; padding:28px; background:#fff; border-radius:var(--ree-radius-lg); box-shadow:var(--ree-shadow-sm); }
.ree-use-cases h3 { flex:0 0 100%; margin-bottom:8px; }
.ree-use-cases span { padding:9px 13px; color:var(--ree-ink); border:1px solid var(--ree-line); border-radius:10px; font-weight:700; }
.ree-landing-products { background:var(--ree-surface); }
.ree-landing-compare { display:grid; grid-template-columns:.75fr 1.25fr; gap:60px; }
.ree-compare-table { overflow:hidden; border:1px solid var(--ree-line); border-radius:var(--ree-radius); }
.ree-compare-table > div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; padding:15px 18px; }
.ree-compare-table > div:nth-child(even) { background:var(--ree-surface); }
.ree-compare-table strong { color:var(--ree-ink); }
.ree-landing-faq { background:var(--ree-surface); }
.ree-landing-faq > .ree-container { display:grid; grid-template-columns:.7fr 1.3fr; gap:60px; }
.ree-landing-faq details { margin-bottom:12px; padding:18px 20px; background:#fff; border-radius:var(--ree-radius); box-shadow:var(--ree-shadow-sm); }
.ree-landing-faq summary { color:var(--ree-ink); font-weight:800; cursor:pointer; }
.ree-landing-faq details p { margin:13px 0 0; color:var(--ree-muted); }
@media(max-width:900px){.ree-landing-hero>.ree-container,.ree-landing-intro,.ree-landing-guide>.ree-container,.ree-landing-compare,.ree-landing-faq>.ree-container{grid-template-columns:1fr}.ree-landing-hero figure{min-height:330px}.ree-landing-hero img{height:290px}}
@media(max-width:580px){.ree-landing-benefits{grid-template-columns:1fr}.ree-compare-table>div{grid-template-columns:1fr}.ree-compare-table span{color:var(--ree-muted)}}
.ree-enterprise-hero{padding:90px 0;color:#d7dee7;background:var(--ree-ink)}.ree-enterprise-hero>.ree-container{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.ree-enterprise-hero h1{color:#fff;font-size:clamp(3rem,6vw,6rem)}.ree-enterprise-hero p{max-width:680px;margin:20px 0 28px;font-size:1.12rem}.ree-enterprise-panel{display:grid;gap:14px;padding:34px;background:#fff;color:var(--ree-text);border-radius:var(--ree-radius-lg);box-shadow:var(--ree-shadow)}.ree-enterprise-panel strong{color:var(--ree-ink);font-size:1.45rem}.ree-enterprise-panel span{padding:13px 0;border-bottom:1px solid var(--ree-line)}.ree-enterprise-panel span:last-child{border:0}.ree-enterprise-services{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ree-enterprise-services a{padding:28px;background:var(--ree-surface);border-radius:var(--ree-radius)}.ree-enterprise-services h3{font-size:1.45rem}.ree-enterprise-services p{margin:9px 0 0;color:var(--ree-muted)}@media(max-width:800px){.ree-enterprise-hero>.ree-container{grid-template-columns:1fr}.ree-enterprise-services{grid-template-columns:1fr}}
