.or-fr-hero {
  padding: 56px 0 36px;
  background: linear-gradient(180deg, #f7f7f7, #ffffff);
  border-bottom: 1px solid rgba(0,0,0,.04);
}

.or-fr-hero--bg {
  padding: 0;
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  background-color: #f3f4f3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.or-fr-hero__bgOverlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.18) 68%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}
.or-fr-hero--bg .or-wrap {
  position: relative;
  width: 100%;
}
.or-fr-hero__content {
  margin-left: 0;
  margin-right: auto;
  max-width: 620px;
  padding: 74px 0 74px;
  text-align: left;
  color: #fff;
}
.or-fr-hero--bg .or-fr-hero__kickerDot { display: none; }
.or-fr-hero--bg .or-fr-hero__kicker {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(255,255,255,.75);
}
.or-fr-hero--bg .or-fr-hero__kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  margin-right: 12px;
  transform: translateY(0.70em);
  opacity: .45;
}
.or-fr-hero--bg .or-fr-hero__kicker::after {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  margin-left: 12px;
  transform: translateY(0.70em);
  opacity: .45;
}
.or-fr-hero__kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  font-size: 0.9375rem;
  color: rgba(0,0,0,.7);
}
.or-fr-hero__kickerDot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--wp--preset--color--brand-900);
  box-shadow: 0 0 0 6px rgba(32,81,0,.12);
}
.or-fr-hero__title {
  margin: 12px 0 0;
  font-size: clamp(2.2rem, 4.9vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}
.or-fr-hero__sub {
  margin: 14px 0 0;
  color: rgba(0,0,0,.68);
  max-width: 56ch;
  line-height: 1.65;
}
.or-fr-hero--bg .or-fr-hero__sub {
  margin-left: 0;
  margin-right: 0;
  max-width: 52ch;
  font-size: 1.02rem;
  color: rgba(255,255,255,.82);
}
.or-fr-hero--bg .or-fr-hero__ctas {
  justify-content: flex-start;
}
.or-fr-hero--bg .or-fr-hero__ctas .or-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.55);
}
.or-fr-hero--bg .or-fr-hero__ctas .or-btn--ghost:hover {
  border-color: #fff;
  color: #fff;
}
.or-fr-hero--bg .or-hero__badges {
  justify-content: flex-start;
}
.or-fr-hero--bg .or-hero__badges .or-badge {
  background: rgba(255,255,255,.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
}
.or-fr-hero__ctas {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.or-fr-hero__media {
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(1200px 420px at 30% 20%, rgba(80,112,30,.35), rgba(32,81,0,.12)), linear-gradient(135deg, #f6f7f6, #e9ece8);
  border: 1px solid rgba(0,0,0,.06);
  min-height: 320px;
  position: relative;
}
.or-fr-hero__mediaInner {
  position: absolute;
  inset: 0;
  padding: 18px;
  display: grid;
  align-content: end;
}
.or-fr-hero__card {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 14px 14px 12px;
  box-shadow: 0 14px 40px rgba(0,0,0,.12);
  max-width: 420px;
}
.or-fr-hero__cardTitle {
  margin: 0;
  font-weight: 800;
  font-size: 1.05rem;
}
.or-fr-hero__cardText {
  margin: 6px 0 0;
  color: rgba(0,0,0,.68);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.or-fr-tabs {
  padding: 14px 0 40px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,.04);
}
.or-fr-tabs__row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.or-fr-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  color: rgba(0,0,0,.76);
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
}
.or-fr-chip:hover {
  border-color: rgba(32,81,0,.35);
  color: var(--wp--preset--color--brand-900);
}

.or-fr-featured {
  padding: 40px 0 52px;
  background: #fafafa;
}
.or-fr-featured__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.or-fr-featured__top .or-section-title {
  margin-top: 0;
}
.or-fr-featured__top .or-section-desc {
  margin-top: 0;
}
.or-fr-featured__top .or-btn {
  align-self: center;
  transform: translateY(-10px);
}
.or-fr-featured__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
.or-fr-product {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}
.or-fr-product__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, rgba(80,112,30,.18), rgba(32,81,0,.05));
  display: grid;
  place-items: center;
  color: rgba(0,0,0,.62);
  font-weight: 800;
}
.or-fr-product__body {
  padding: 12px 12px 14px;
}
.or-fr-product__name {
  margin: 0;
  font-weight: 800;
  font-size: 1rem;
}
.or-fr-product__meta {
  margin: 6px 0 0;
  color: rgba(0,0,0,.68);
  font-size: 0.9375rem;
  line-height: 1.45;
}
.or-fr-product__cta {
  margin-top: 10px;
}

.or-fr-band {
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(32,81,0,.92), rgba(32,81,0,.92)), radial-gradient(1200px 520px at 30% 10%, rgba(255,255,255,.22), rgba(255,255,255,0));
  color: #fff;
}
.or-fr-band--banner {
  position: relative;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--brand-900);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(0,0,0,.08);
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.or-fr-band--banner .or-wrap {
  position: relative;
  width: 100%;
}
.or-fr-band--banner .or-fr-band__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.52) 48%, rgba(0,0,0,.30) 100%),
    radial-gradient(900px 520px at 20% 50%, rgba(32,81,0,.55), rgba(32,81,0,0));
  pointer-events: none;
}
.or-fr-band--banner .or-wrap {
  position: relative;
}
.or-fr-band--banner .or-fr-band__aside {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}
.or-fr-band--banner .or-fr-band__text {
  color: rgba(255,255,255,.88);
}
.or-fr-band--banner .or-fr-band__title {
  letter-spacing: -0.01em;
}
.or-fr-band__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
}
.or-fr-band__title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.12;
}
.or-fr-band__text {
  margin: 10px 0 0;
  color: rgba(255,255,255,.86);
  line-height: 1.65;
  max-width: 62ch;
}
.or-fr-band__aside {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 16px;
}

/* \-\-\- PREMIUM REDESIGN: CLEAN INDUSTRIES GRID \-\-\- */
.or-fr-industries {
  padding: 80px 0 100px;
  background: #ffffff;
}
.or-industries-clean__title {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 40px;
  color: #000;
}
.or-fr-industries__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
}
.or-fr-industry-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.or-fr-industry-card__image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #f4f4f4;
}
.or-fr-industry-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  will-change: transform;
}
.or-fr-industry-card:hover .or-fr-industry-card__img,
.or-fr-industry-card:focus .or-fr-industry-card__img {
  transform: scale(1.03);
}
.or-fr-industry-card__content {
  display: block;
}
.or-fr-industry-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}
.or-fr-industry-card:hover .or-fr-industry-card__title,
.or-fr-industry-card:focus .or-fr-industry-card__title {
  color: var(--wp--preset--color--brand-900, #385d1e);
}

@media (max-width: 980px) {
  .or-fr-hero--bg { min-height: 420px; }
  .or-fr-hero__content { max-width: 680px; padding: 42px 0 52px; }
  .or-fr-featured__grid { grid-template-columns: repeat(2, 1fr); }
  .or-fr-band__grid { grid-template-columns: 1fr; }
  .or-fr-industries__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 560px) {
  .or-fr-hero__content { padding: 34px 0 44px; }
  .or-fr-hero--bg .or-fr-hero__kicker::before,
  .or-fr-hero--bg .or-fr-hero__kicker::after { width: 26px; }
}
@media (max-width: 560px) {
  .or-fr-featured__grid { grid-template-columns: 1fr; }
  .or-fr-industries__grid { grid-template-columns: 1fr; }
}

