.rainflo-site-page {
  background: var(--e-global-color-pagebg);
}

.rainflo-site-page .wp-site-blocks > header,
.rainflo-site-page .wp-site-blocks > footer,
.rainflo-site-page h1.entry-title {
  display: none;
}

.rainflo-site-page .elementor-widget-shortcode .elementor-widget-container,
.rainflo-site-page .elementor-widget-shortcode .elementor-shortcode {
  display: block;
}

.rainflo-homepage {
  --rf-page-bg: var(--e-global-color-pagebg);
  --rf-ink: var(--e-global-color-text);
  --rf-muted: var(--e-global-color-accent);
  --rf-muted-soft: var(--e-global-color-mutedsoft);
  --rf-panel: var(--e-global-color-surface);
  --rf-line: var(--e-global-color-bordersand);
  --rf-accent: var(--e-global-color-secondary);
  --rf-accent-dark: var(--e-global-color-accentdark);
  --rf-green: var(--e-global-color-primary);
  --rf-green-deep: var(--e-global-color-greendeep);
  --rf-green-soft: var(--e-global-color-greensoft);
  --rf-white-soft: var(--e-global-color-whitesoft);
  --rf-footer: var(--e-global-color-footer);
  --rf-footer-copy: var(--e-global-color-footercopy);
  --rf-white: var(--e-global-color-white);
  --rf-radius-xl: 30px;
  --rf-radius-lg: 24px;
  --rf-radius-sm: 14px;
  --rf-radius-pill: 999px;
  --rf-shadow: 0 34px 90px rgba(18, 26, 16, 0.08);
  --rf-easing: cubic-bezier(0.22, 1, 0.36, 1);
  --rf-advantage-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='132' viewBox='0 0 72 132' fill='none'%3E%3Cg opacity='0.55' stroke='%2355824d' stroke-width='2.3' stroke-linecap='round'%3E%3Cpath d='M36 17v68'/%3E%3Cpath d='M36 24c-10 4-15 11-15 22'/%3E%3Cpath d='M36 24c10 4 15 11 15 22'/%3E%3Cpath d='M36 38c-9 4-13 10-13 20'/%3E%3Cpath d='M36 38c9 4 13 10 13 20'/%3E%3Cpath d='M36 52c-8 3-11 8-11 16'/%3E%3Cpath d='M36 52c8 3 8 11 11 16'/%3E%3Cpath d='M36 64c-6 3-8 7-8 13'/%3E%3Cpath d='M36 64c6 3 8 7 8 13'/%3E%3Cpath d='M32 10h8'/%3E%3Cpath d='M33 4h6'/%3E%3C/g%3E%3C/svg%3E");
  color: var(--rf-ink);
  background: var(--rf-page-bg);
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  overflow-x: clip;
}

.rainflo-homepage *,
.rainflo-homepage *::before,
.rainflo-homepage *::after {
  box-sizing: border-box;
}

.rainflo-homepage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rainflo-homepage a {
  color: inherit;
  text-decoration: none;
}

.rainflo-homepage button,
.rainflo-homepage input,
.rainflo-homepage textarea {
  font: inherit;
}

.rf-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--rf-page-bg) 94%, transparent);
  border-bottom: 1px solid var(--rf-line);
  backdrop-filter: blur(18px);
}

.admin-bar .rf-site-header {
  top: 32px;
}

.rf-site-header.is-scrolled {
  box-shadow: 0 16px 36px rgba(27, 32, 24, 0.06);
}

.rf-header-row {
  max-width: 1920px;
  min-height: 80px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.25rem;
}

.rf-header-nav-left {
  justify-self: start;
}

.rf-brand-logo {
  justify-self: center;
  width: 150px;
  transform: translateY(10px);
  filter: drop-shadow(0 8px 18px rgba(23, 61, 38, 0.12));
}

.rf-header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.rf-header-nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  white-space: nowrap;
}

.rf-header-nav a {
  position: relative;
  font-family: var(--e-global-typography-accent-font-family), sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: 1;
  transition: color 180ms ease;
}

.rf-header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 180ms ease, transform 180ms ease;
}

.rf-header-nav a:hover::after,
.rf-header-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.rf-header-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rf-icon-link,
.rf-button-circle,
.rf-footer-title svg,
.rf-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rf-icon-link {
  width: 24px;
  height: 24px;
  color: var(--rf-ink);
  transition: color 180ms ease;
}

.rf-icon-link:hover,
.rf-icon-link:focus-visible {
  color: var(--rf-accent);
}

.rf-icon-link svg,
.rf-button-circle svg,
.rf-footer-title svg,
.rf-to-top svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rf-hero-shell,
.rf-panel-shell,
.rf-section-shell {
  margin-inline: auto;
}

.rf-hero-shell,
.rf-panel-shell {
  width: min(1820px, calc(100% - 72px));
}

.rf-section-shell {
  width: min(1520px, calc(100% - 72px));
}

.rf-hero-shell {
  margin-top: 22px;
  margin-bottom: 150px;
}

.rf-panel-shell,
.rf-section-shell {
  margin-bottom: 150px;
}

.rf-hero-media {
  position: relative;
  min-height: 960px;
  overflow: hidden;
  border-radius: var(--rf-radius-xl);
  box-shadow: var(--rf-shadow);
  isolation: isolate;
}

.rf-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.68) 0%, rgba(20, 20, 20, 0.3) 38%, rgba(20, 20, 20, 0.02) 76%);
  z-index: 1;
}

.rf-hero-image {
  position: absolute;
  inset: 0;
}

.rf-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 46rem;
  padding: clamp(11rem, 22vw, 17.5rem) clamp(1.5rem, 4vw, 6.75rem) 10rem;
}

.rf-hero-copy h1,
.rf-section-heading h2,
.rf-panel-inner > h2,
.rf-contact-copy h2,
.rf-footer-title {
  margin: 0;
  font-family: var(--e-global-typography-sectionheading-font-family), sans-serif;
  font-size: var(--e-global-typography-sectionheading-font-size);
  font-weight: var(--e-global-typography-sectionheading-font-weight);
  line-height: var(--e-global-typography-sectionheading-line-height);
  letter-spacing: var(--e-global-typography-sectionheading-letter-spacing);
}

.rf-hero-copy h1 {
  color: var(--rf-white);
  font-family: var(--e-global-typography-herodisplay-font-family), sans-serif;
  font-size: clamp(3rem, 5.3vw, var(--e-global-typography-herodisplay-font-size));
  font-weight: var(--e-global-typography-herodisplay-font-weight);
  line-height: var(--e-global-typography-herodisplay-line-height);
  letter-spacing: var(--e-global-typography-herodisplay-letter-spacing);
}

.rf-hero-copy h1 span {
  display: inline-block;
}

.rf-hero-copy p,
.rf-hub-card p,
.rf-card-copy p,
.rf-contact-copy p,
.rf-footer-links a,
.rf-footer-copy {
  margin: 0;
  font-family: var(--e-global-typography-bodylarge-font-family, var(--e-global-typography-text-font-family)), sans-serif;
  font-size: var(--e-global-typography-bodylarge-font-size, var(--e-global-typography-text-font-size));
  font-weight: var(--e-global-typography-bodylarge-font-weight, var(--e-global-typography-text-font-weight));
  line-height: var(--e-global-typography-bodylarge-line-height, var(--e-global-typography-text-line-height));
}

.rf-hero-copy p {
  margin: 1.4rem 0 2.25rem;
  color: var(--rf-white);
  font-family: var(--e-global-typography-introtext-font-family), sans-serif;
  font-size: clamp(1.25rem, 2vw, var(--e-global-typography-introtext-font-size));
  font-weight: var(--e-global-typography-introtext-font-weight);
  line-height: var(--e-global-typography-introtext-line-height);
}

.rf-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 2;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.rf-hero-dots span {
  width: 20px;
  height: 6px;
  border-radius: var(--rf-radius-pill);
  background: rgba(255, 255, 255, 0.48);
}

.rf-hero-dots .is-active {
  width: 42px;
  background: var(--rf-accent);
}

.rf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 0;
  border-radius: var(--rf-radius-pill);
  font-family: var(--e-global-typography-button-font-family, var(--e-global-typography-primary-font-family)), sans-serif;
  font-size: var(--e-global-typography-button-font-size, var(--e-global-typography-accent-font-size));
  font-weight: var(--e-global-typography-button-font-weight, var(--e-global-typography-primary-font-weight));
  line-height: var(--e-global-typography-button-line-height, 1);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.rf-button:hover,
.rf-button:focus-visible,
.rf-button-circle:hover,
.rf-button-circle:focus-visible,
.rf-to-top:hover,
.rf-to-top:focus-visible {
  transform: translateY(-2px);
}

.rf-button-accent {
  background: var(--rf-accent);
  color: var(--rf-white);
  box-shadow: 0 18px 40px rgba(217, 130, 43, 0.24);
}

.rf-button-accent:hover,
.rf-button-accent:focus-visible {
  background: var(--rf-accent-dark);
}

.rf-button-outline {
  padding-inline: 24px;
  color: var(--rf-accent);
  border: 1.5px solid var(--rf-accent);
  background: transparent;
}

.rf-button-outline:hover,
.rf-button-outline:focus-visible {
  background: color-mix(in srgb, var(--rf-accent) 8%, transparent);
}

.rf-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 50px;
}

.rf-section-heading-centered {
  justify-content: center;
  text-align: center;
}

.rf-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) repeat(2, minmax(0, 0.94fr));
  gap: 30px;
}

.rf-hub-card {
  min-height: 400px;
  padding: 54px 50px 48px;
  border: 1px solid var(--rf-line);
  border-radius: var(--rf-radius-xl);
  background: color-mix(in srgb, var(--rf-white) 34%, transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.rf-hub-card.is-featured {
  justify-content: space-between;
  border-color: var(--rf-accent);
}

.rf-hub-card h3,
.rf-card-copy h3 {
  margin: 0 0 1.4rem;
  font-family: var(--e-global-typography-featureheading-font-family), sans-serif;
  font-size: clamp(2rem, 3vw, var(--e-global-typography-featureheading-font-size));
  font-weight: var(--e-global-typography-featureheading-font-weight);
  line-height: var(--e-global-typography-featureheading-line-height);
  letter-spacing: var(--e-global-typography-featureheading-letter-spacing);
}

.rf-hub-card h3 {
  max-width: 10ch;
}

.rf-hub-card p {
  max-width: 19rem;
  color: var(--rf-muted);
}

.rf-button-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--rf-accent);
  color: var(--rf-white);
  box-shadow: 0 18px 34px rgba(217, 130, 43, 0.22);
}

.rf-button-circle svg {
  width: 22px;
  height: 22px;
}

.rf-section-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--rf-radius-xl);
  box-shadow: var(--rf-shadow);
}

.rf-panel-inner {
  position: relative;
  z-index: 2;
  padding: clamp(2.5rem, 8vw, 150px);
}

.rf-section-panel-advantage {
  background: linear-gradient(180deg, var(--rf-green) 0%, var(--rf-green-deep) 100%);
  color: var(--rf-white);
}

.rf-section-panel-advantage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--rf-advantage-pattern);
  background-size: 74px 132px;
  opacity: 0.16;
}

.rf-section-panel-advantage h2,
.rf-section-panel-contact h2 {
  color: var(--rf-white);
}

.rf-advantage-grid {
  display: grid;
  grid-template-columns: minmax(0, 616px) minmax(0, 1fr);
  gap: 30px;
}

.rf-advantage-stack {
  display: grid;
  gap: 30px;
}

.rf-advantage-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--rf-radius-xl);
  background: color-mix(in srgb, var(--rf-green-deep) 42%, transparent);
}

.rf-advantage-card img {
  position: absolute;
  inset: 0;
}

.rf-advantage-card-large {
  min-height: 630px;
}

.rf-advantage-card-copy,
.rf-advantage-card-photo {
  min-height: 300px;
}

.rf-advantage-card-large::after,
.rf-advantage-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 32, 22, 0.12) 0%, rgba(14, 32, 22, 0.68) 100%);
}

.rf-card-copy {
  position: absolute;
  inset: auto 36px 34px 36px;
  z-index: 1;
}

.rf-advantage-card-copy .rf-card-copy {
  position: relative;
  inset: auto;
  padding: 58px 36px;
}

.rf-card-copy h3 {
  max-width: 12ch;
}

.rf-card-copy p {
  max-width: 32rem;
  color: color-mix(in srgb, var(--rf-white) 84%, transparent);
}

.rf-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 30px;
}

.rf-category-card {
  display: grid;
  gap: 18px;
}

.rf-media-frame {
  height: 400px;
  overflow: hidden;
  border: 1px solid var(--rf-line);
  border-radius: var(--rf-radius-lg);
  background: color-mix(in srgb, var(--rf-white) 18%, transparent);
}

.rf-media-frame.is-empty {
  background: transparent;
}

.rf-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 14px;
}

.rf-card-foot h3 {
  margin: 0;
  font-family: var(--e-global-typography-cardtitle-font-family), sans-serif;
  font-size: var(--e-global-typography-cardtitle-font-size);
  font-weight: var(--e-global-typography-cardtitle-font-weight);
  line-height: var(--e-global-typography-cardtitle-line-height);
  letter-spacing: var(--e-global-typography-cardtitle-letter-spacing);
}

.rf-card-arrow {
  color: var(--rf-accent);
  font-size: 2rem;
  line-height: 1;
}

.rf-brand-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--rf-line);
  border-radius: var(--rf-radius-xl);
  background: var(--rf-line);
}

.rf-brand-cell {
  min-height: 149px;
  background: var(--rf-panel);
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.rf-brand-cell img {
  width: auto;
  max-width: 88%;
  max-height: 76px;
  object-fit: contain;
}

.rf-brand-cell.is-empty {
  background: var(--rf-panel);
}

.rf-section-panel-contact {
  background:
    radial-gradient(circle at 88% 30%, color-mix(in srgb, var(--rf-green-soft) 50%, transparent), transparent 16%),
    linear-gradient(180deg, var(--rf-green) 0%, color-mix(in srgb, var(--rf-green-deep) 86%, var(--rf-green)) 100%);
  color: var(--rf-white);
}

.rf-section-panel-contact::before {
  content: "";
  position: absolute;
  inset: auto -8% -15% -8%;
  height: 44%;
  background:
    repeating-linear-gradient(174deg, transparent 0 18px, color-mix(in srgb, var(--rf-line) 16%, transparent) 18px 26px, transparent 26px 52px),
    linear-gradient(180deg, color-mix(in srgb, var(--rf-green-soft) 34%, transparent), rgba(24, 63, 37, 0));
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  opacity: 0.42;
}

.rf-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 720px);
  align-items: start;
  gap: clamp(2rem, 5vw, 74px);
}

.rf-contact-copy {
  padding-top: 10px;
}

.rf-contact-copy h2 {
  font-size: clamp(2.8rem, 4vw, var(--e-global-typography-sectionheading-font-size));
  line-height: 1.22;
}

.rf-contact-copy p {
  max-width: 24rem;
  color: var(--rf-white-soft);
}

.rf-contact-form {
  position: relative;
  z-index: 2;
}

.rf-form-message {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--rf-radius-sm);
  font-family: var(--e-global-typography-meta-font-family, var(--e-global-typography-text-font-family)), sans-serif;
  font-size: var(--e-global-typography-meta-font-size, 16px);
  font-weight: var(--e-global-typography-meta-font-weight, 500);
  line-height: var(--e-global-typography-meta-line-height, 1.5);
}

.rf-form-message.is-success {
  background: color-mix(in srgb, var(--rf-white) 14%, transparent);
  color: var(--rf-white);
}

.rf-form-message.is-error {
  background: rgba(130, 20, 20, 0.26);
  color: var(--rf-white);
}

.rf-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.rf-field-full {
  grid-column: 1 / -1;
}

.rf-field input,
.rf-field textarea {
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--rf-line) 38%, transparent);
  border-radius: var(--rf-radius-sm);
  background: color-mix(in srgb, var(--rf-green-soft) 76%, transparent);
  color: var(--rf-white);
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.rf-field input {
  height: 54px;
  padding: 0 20px;
}

.rf-field textarea {
  min-height: 118px;
  padding: 18px 20px;
  resize: vertical;
}

.rf-field input::placeholder,
.rf-field textarea::placeholder {
  color: color-mix(in srgb, var(--rf-white) 90%, transparent);
}

.rf-field input:focus,
.rf-field textarea:focus {
  border-color: color-mix(in srgb, var(--rf-white) 72%, transparent);
  background: color-mix(in srgb, var(--rf-green-soft) 86%, transparent);
}

.rf-contact-form .rf-button {
  margin-top: 20px;
}

.rf-contact-scene {
  position: absolute;
  inset: auto 0 0 0;
  height: 54%;
  opacity: 0.22;
  pointer-events: none;
}

.rf-scene-barn,
.rf-scene-silo,
.rf-scene-tractor,
.rf-scene-windmill {
  position: absolute;
  border-color: color-mix(in srgb, var(--rf-green-soft) 92%, transparent);
}

.rf-scene-barn {
  left: 14%;
  bottom: 19%;
  width: 18rem;
  height: 9rem;
  border: 6px solid color-mix(in srgb, var(--rf-green-soft) 82%, transparent);
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.rf-scene-barn::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 100%;
  height: 6.6rem;
  background:
    linear-gradient(135deg, transparent 48%, color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 48% 52%, transparent 52%) left bottom/50% 100% no-repeat,
    linear-gradient(225deg, transparent 48%, color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 48% 52%, transparent 52%) right bottom/50% 100% no-repeat;
}

.rf-scene-silo {
  left: 58%;
  bottom: 17%;
  width: 7.6rem;
  height: 13rem;
  border: 6px solid color-mix(in srgb, var(--rf-green-soft) 72%, transparent);
  border-bottom: 0;
  border-radius: 4rem 4rem 0 0;
}

.rf-scene-silo::before {
  content: "";
  position: absolute;
  inset: 2rem 1.1rem auto;
  height: 4px;
  background: color-mix(in srgb, var(--rf-green-soft) 72%, transparent);
  box-shadow:
    0 1.8rem 0 color-mix(in srgb, var(--rf-green-soft) 72%, transparent),
    0 3.6rem 0 color-mix(in srgb, var(--rf-green-soft) 72%, transparent),
    0 5.4rem 0 color-mix(in srgb, var(--rf-green-soft) 72%, transparent);
}

.rf-scene-tractor {
  right: 12%;
  bottom: 17%;
  width: 11rem;
  height: 4.8rem;
  border-bottom: 6px solid color-mix(in srgb, var(--rf-green-soft) 76%, transparent);
}

.rf-scene-tractor::before,
.rf-scene-tractor::after {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  border: 6px solid color-mix(in srgb, var(--rf-green-soft) 76%, transparent);
  border-radius: 50%;
}

.rf-scene-tractor::before {
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.rf-scene-tractor::after {
  right: 0.4rem;
  width: 3.3rem;
  height: 3.3rem;
}

.rf-scene-windmill {
  right: 3.5%;
  bottom: 8%;
  width: 7rem;
  height: 19rem;
  border-left: 6px solid color-mix(in srgb, var(--rf-green-soft) 72%, transparent);
  border-right: 6px solid color-mix(in srgb, var(--rf-green-soft) 72%, transparent);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
}

.rf-scene-windmill::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.6rem;
  width: 11rem;
  height: 11rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--rf-green-soft) 80%, transparent) 0 12px, transparent 12px),
    conic-gradient(
      from 0deg,
      color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 0 8%,
      transparent 8% 13%,
      color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 13% 21%,
      transparent 21% 26%,
      color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 26% 34%,
      transparent 34% 39%,
      color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 39% 47%,
      transparent 47% 52%,
      color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 52% 60%,
      transparent 60% 65%,
      color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 65% 73%,
      transparent 73% 78%,
      color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 78% 86%,
      transparent 86% 91%,
      color-mix(in srgb, var(--rf-green-soft) 82%, transparent) 91% 100%
    );
}

.rf-site-footer {
  position: relative;
  overflow: hidden;
  min-height: 861px;
  padding: clamp(2.5rem, 8vw, 150px) clamp(1.5rem, 4vw, 40px) 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--rf-footer) 92%, var(--rf-ink)) 0%, color-mix(in srgb, var(--rf-footer) 82%, black) 100%);
  color: var(--rf-white);
  border-radius: var(--rf-radius-xl) var(--rf-radius-xl) 0 0;
}

.rf-footer-inner {
  position: relative;
  z-index: 2;
  width: min(1520px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) minmax(0, 0.96fr);
  gap: clamp(2rem, 7vw, 9rem);
}

.rf-footer-title {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 3.4rem;
  color: var(--rf-white);
  line-height: 1;
}

.rf-footer-title svg {
  width: 28px;
  height: 28px;
}

.rf-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-width: 31rem;
  padding: 0;
  margin: 0 0 4.4rem;
  list-style: none;
}

.rf-footer-links li {
  position: relative;
  padding-right: 20px;
}

.rf-footer-links li::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  color: color-mix(in srgb, var(--rf-white) 30%, transparent);
  font-family: var(--e-global-typography-decorative-font-family, var(--e-global-typography-text-font-family)), sans-serif;
  font-weight: var(--e-global-typography-decorative-font-weight, 200);
}

.rf-footer-links li:last-child::after {
  display: none;
}

.rf-footer-links a:hover,
.rf-footer-links a:focus-visible,
.rf-footer-title:hover,
.rf-footer-title:focus-visible {
  color: var(--rf-accent);
}

.rf-footer-meta,
.rf-footer-label {
  margin: 0;
  font-family: var(--e-global-typography-meta-font-family, var(--e-global-typography-text-font-family)), sans-serif;
  font-size: var(--e-global-typography-meta-font-size, 16px);
  font-weight: var(--e-global-typography-meta-font-weight, 500);
  line-height: var(--e-global-typography-meta-line-height, 1.625);
}

.rf-footer-meta {
  color: var(--rf-footer-copy);
}

.rf-footer-column {
  display: grid;
  align-content: start;
  gap: 2.8rem;
}

.rf-footer-label {
  margin-bottom: 0.75rem;
  color: var(--rf-footer-copy);
  line-height: var(--e-global-typography-label-line-height, 1.3);
}

.rf-footer-value {
  margin: 0;
  color: color-mix(in srgb, var(--rf-white) 92%, transparent);
  font-family: var(--e-global-typography-contactvalue-font-family, var(--e-global-typography-text-font-family)), sans-serif;
  font-size: clamp(1.75rem, 2.3vw, var(--e-global-typography-contactvalue-font-size, 2.4rem));
  font-weight: var(--e-global-typography-contactvalue-font-weight, 400);
  line-height: var(--e-global-typography-contactvalue-line-height, 1.2);
  letter-spacing: var(--e-global-typography-contactvalue-letter-spacing, -0.02em);
}

.rf-footer-watermark {
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 1;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-size: clamp(8rem, 24vw, 20rem);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 0.78;
  letter-spacing: -0.07em;
  color: transparent;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--rf-white) 8%, transparent);
}

.rf-to-top {
  position: absolute;
  right: 34px;
  bottom: 176px;
  z-index: 3;
  width: 48px;
  height: 48px;
  color: var(--rf-white);
  border: 1px solid color-mix(in srgb, var(--rf-white) 50%, transparent);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
}

.rf-eyebrow {
  margin: 0 0 1rem;
  color: var(--rf-accent);
  font-family: var(--e-global-typography-label-font-family, var(--e-global-typography-accent-font-family)), sans-serif;
  font-size: var(--e-global-typography-label-font-size, 16px);
  font-weight: var(--e-global-typography-label-font-weight, 500);
  line-height: var(--e-global-typography-label-line-height, 1.3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rf-section-copy {
  max-width: 36rem;
  margin: 0;
  color: var(--rf-muted);
  font-family: var(--e-global-typography-bodylarge-font-family, var(--e-global-typography-text-font-family)), sans-serif;
  font-size: var(--e-global-typography-bodylarge-font-size, var(--e-global-typography-text-font-size));
  font-weight: var(--e-global-typography-bodylarge-font-weight, var(--e-global-typography-text-font-weight));
  line-height: var(--e-global-typography-bodylarge-line-height, var(--e-global-typography-text-line-height));
}

.rainflo-equipment-page .rf-site-main {
  padding-bottom: 40px;
}

.rf-equipment-hero-panel {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: stretch;
  gap: 30px;
  padding: 36px;
  border-radius: var(--rf-radius-xl);
  background: linear-gradient(135deg, color-mix(in srgb, var(--rf-green) 10%, var(--rf-page-bg)) 0%, var(--rf-page-bg) 52%, color-mix(in srgb, var(--rf-panel) 72%, var(--rf-white)) 100%);
  box-shadow: var(--rf-shadow);
}

.rf-equipment-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.rf-equipment-hero-copy h1 {
  margin: 0 0 1.5rem;
  max-width: 12ch;
  color: var(--rf-ink);
  font-family: var(--e-global-typography-herodisplay-font-family), sans-serif;
  font-size: clamp(3rem, 5vw, var(--e-global-typography-herodisplay-font-size));
  font-weight: var(--e-global-typography-herodisplay-font-weight);
  line-height: var(--e-global-typography-herodisplay-line-height);
  letter-spacing: var(--e-global-typography-herodisplay-letter-spacing);
}

.rf-equipment-intro {
  max-width: 35rem;
  margin: 0;
  color: var(--rf-muted);
  font-family: var(--e-global-typography-introtext-font-family), sans-serif;
  font-size: clamp(1.125rem, 2vw, var(--e-global-typography-introtext-font-size));
  font-weight: var(--e-global-typography-introtext-font-weight);
  line-height: var(--e-global-typography-introtext-line-height);
}

.rf-equipment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 2.4rem;
}

.rf-equipment-hero-media {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--rf-radius-xl) - 6px);
  min-height: 100%;
}

.rf-equipment-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 30, 20, 0.06) 0%, rgba(14, 30, 20, 0.4) 100%);
}

.rf-equipment-stats {
  margin-top: -40px;
}

.rf-equipment-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rf-equipment-stat,
.rf-process-card {
  padding: 30px;
  border: 1px solid var(--rf-line);
  border-radius: var(--rf-radius-lg);
  background: color-mix(in srgb, var(--rf-white) 66%, transparent);
}

.rf-equipment-stat span,
.rf-process-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--rf-green);
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-size: clamp(1.6rem, 2.3vw, 2.4rem);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1;
}

.rf-equipment-stat p,
.rf-process-card p {
  margin: 0;
  color: var(--rf-muted);
  font-family: var(--e-global-typography-bodylarge-font-family, var(--e-global-typography-text-font-family)), sans-serif;
  font-size: var(--e-global-typography-bodylarge-font-size, var(--e-global-typography-text-font-size));
  font-weight: var(--e-global-typography-bodylarge-font-weight, var(--e-global-typography-text-font-weight));
  line-height: var(--e-global-typography-bodylarge-line-height, var(--e-global-typography-text-line-height));
}

.rf-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.rf-solution-card {
  overflow: hidden;
  border-radius: var(--rf-radius-xl);
  border: 1px solid var(--rf-line);
  background: color-mix(in srgb, var(--rf-white) 44%, transparent);
  box-shadow: 0 20px 48px rgba(18, 26, 16, 0.05);
}

.rf-solution-media {
  height: 280px;
  overflow: hidden;
}

.rf-solution-copy {
  padding: 30px;
}

.rf-solution-copy h3,
.rf-process-card h3 {
  margin: 0 0 0.85rem;
  color: var(--rf-ink);
  font-family: var(--e-global-typography-cardheading-font-family, var(--e-global-typography-secondary-font-family)), sans-serif;
  font-size: clamp(1.9rem, 2.6vw, var(--e-global-typography-cardheading-font-size, 3rem));
  font-weight: var(--e-global-typography-cardheading-font-weight, var(--e-global-typography-secondary-font-weight));
  line-height: var(--e-global-typography-cardheading-line-height, var(--e-global-typography-secondary-line-height));
  letter-spacing: var(--e-global-typography-cardheading-letter-spacing, var(--e-global-typography-secondary-letter-spacing));
}

.rf-solution-copy p {
  margin: 0;
  color: var(--rf-muted);
  font-family: var(--e-global-typography-bodylarge-font-family, var(--e-global-typography-text-font-family)), sans-serif;
  font-size: var(--e-global-typography-bodylarge-font-size, var(--e-global-typography-text-font-size));
  font-weight: var(--e-global-typography-bodylarge-font-weight, var(--e-global-typography-text-font-weight));
  line-height: var(--e-global-typography-bodylarge-line-height, var(--e-global-typography-text-line-height));
}

.rf-equipment-feature {
  background: linear-gradient(135deg, color-mix(in srgb, var(--rf-green) 10%, var(--rf-page-bg)) 0%, color-mix(in srgb, var(--rf-panel) 75%, var(--rf-white)) 100%);
}

.rf-equipment-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 30px;
  align-items: center;
}

.rf-equipment-feature-copy h2 {
  margin-bottom: 1rem;
  color: var(--rf-ink);
}

.rf-highlight-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 1.75rem 0 2rem;
  list-style: none;
}

.rf-highlight-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--rf-ink);
  font-family: var(--e-global-typography-bodylarge-font-family, var(--e-global-typography-text-font-family)), sans-serif;
  font-size: var(--e-global-typography-bodylarge-font-size, var(--e-global-typography-text-font-size));
  font-weight: var(--e-global-typography-bodylarge-font-weight, var(--e-global-typography-text-font-weight));
  line-height: var(--e-global-typography-bodylarge-line-height, var(--e-global-typography-text-line-height));
}

.rf-highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rf-accent);
}

.rf-equipment-feature-media {
  overflow: hidden;
  min-height: 560px;
  border-radius: var(--rf-radius-xl);
  box-shadow: 0 24px 48px rgba(18, 26, 16, 0.08);
}

.rf-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.rf-equipment-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: linear-gradient(135deg, var(--rf-green) 0%, var(--rf-green-deep) 100%);
  color: var(--rf-white);
}

.rf-equipment-support-copy h2 {
  margin: 0.25rem 0 1rem;
  color: var(--rf-white);
}

.rf-equipment-support-copy .rf-section-copy {
  color: var(--rf-white-soft);
}

.rf-equipment-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.rainflo-homepage [data-reveal] {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 720ms var(--rf-easing), transform 720ms var(--rf-easing);
  transition-delay: var(--rf-reveal-delay, 0ms);
}

.rainflo-homepage [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rainflo-homepage :focus-visible {
  outline: 2px solid var(--rf-accent);
  outline-offset: 3px;
}

@media (max-width: 1440px) {
  .rf-header-nav {
    gap: 2rem;
  }

  .rf-header-right {
    gap: 1.5rem;
  }

  .rf-hero-media {
    min-height: 840px;
  }
}

@media (max-width: 1100px) {
  .rf-header-row {
    padding-block: 14px 18px;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo right"
      "left left";
    row-gap: 1rem;
  }

  .rf-header-nav-left {
    grid-area: left;
  }

  .rf-brand-logo {
    grid-area: logo;
    justify-self: start;
    transform: none;
  }

  .rf-header-right {
    grid-area: right;
    justify-self: end;
    gap: 1rem;
  }

  .rf-header-nav {
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
  }

  .rf-hero-shell,
  .rf-panel-shell,
  .rf-section-shell {
    width: calc(100% - 32px);
    margin-bottom: 110px;
  }

  .rf-hero-copy {
    max-width: 34rem;
    padding: 11rem 2rem 7rem;
  }

  .rf-hub-grid,
  .rf-advantage-grid,
  .rf-contact-layout,
  .rf-footer-inner,
  .rf-equipment-feature-grid,
  .rf-equipment-hero-panel {
    grid-template-columns: 1fr;
  }

  .rf-advantage-grid {
    gap: 24px;
  }

  .rf-hub-card,
  .rf-hub-card.is-featured {
    min-height: 320px;
  }

  .rf-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rf-brand-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rf-equipment-stat-grid,
  .rf-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rf-equipment-support {
    flex-direction: column;
    align-items: flex-start;
  }

  .rf-equipment-support-actions {
    justify-content: flex-start;
  }

  .rf-footer-watermark {
    bottom: 46px;
  }
}

@media (max-width: 782px) {
  .admin-bar .rf-site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .rf-site-header {
    position: static;
  }

  .rf-header-row {
    padding-inline: 16px;
  }

  .rf-header-right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .rf-header-nav-right {
    justify-content: flex-end;
  }

  .rf-hero-media {
    min-height: 620px;
  }

  .rf-hero-copy {
    max-width: 24rem;
    padding: 7.5rem 1.5rem 5.5rem;
  }

  .rf-section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .rf-section-heading-centered {
    align-items: center;
  }

  .rf-hub-card,
  .rf-panel-inner {
    padding: 36px 24px;
  }

  .rf-category-grid,
  .rf-field-grid,
  .rf-brand-board,
  .rf-solution-grid,
  .rf-equipment-stat-grid,
  .rf-process-grid {
    grid-template-columns: 1fr;
  }

  .rf-field-full {
    grid-column: auto;
  }

  .rf-media-frame {
    height: 280px;
  }

  .rf-card-foot {
    padding-inline: 0;
  }

  .rf-equipment-hero-panel {
    padding: 18px;
    min-height: 0;
  }

  .rf-equipment-hero-copy {
    padding: 1.5rem;
  }

  .rf-equipment-feature-media {
    min-height: 360px;
  }

  .rf-contact-scene {
    height: 40%;
  }

  .rf-scene-barn {
    left: 5%;
    width: 11rem;
    height: 6rem;
  }

  .rf-scene-barn::before {
    height: 4.2rem;
  }

  .rf-scene-silo {
    left: 42%;
    width: 5rem;
    height: 9rem;
  }

  .rf-scene-tractor {
    right: 10%;
    width: 7rem;
  }

  .rf-scene-windmill {
    right: 1.5%;
    width: 4.8rem;
    height: 13rem;
  }

  .rf-scene-windmill::before {
    width: 7rem;
    height: 7rem;
  }

  .rf-site-footer {
    min-height: 0;
    padding-top: 48px;
  }

  .rf-to-top {
    right: 18px;
    bottom: 110px;
  }

  .rf-footer-watermark {
    bottom: 30px;
    font-size: clamp(5rem, 24vw, 8rem);
  }
}
