/*
Theme Name: Huanhai Cross-border Trade
Theme URI: https://rootcropglobal.com
Author: Hubei Huanhai Cross-border Trade Service Co., Ltd.
Description: A clean B2B fresh produce WordPress theme for Hubei Huanhai Cross-border Trade Service Co., Ltd.
Version: 1.0.23
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: rootcrop
*/

:root {
  --rc-forest: #063f72;
  --rc-leaf: #1262a8;
  --rc-platform-blue: #1262a8;
  --rc-platform-blue-dark: #0f5799;
  --rc-sky: #eaf3ff;
  --rc-mint: #eef8f3;
  --rc-cream: #f5f7fb;
  --rc-tomato: #f01d2f;
  --rc-gold: #f2a900;
  --rc-ink: #162019;
  --rc-body: #4d5a52;
  --rc-muted: #758077;
  --rc-line: #e2e8f0;
  --rc-white: #ffffff;
  --rc-shadow: 0 2px 7px rgba(15, 23, 42, 0.12), 0 12px 28px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--rc-body);
  background: var(--rc-white);
  font-family: Poppins, Montserrat, Roboto, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.62;
  overflow-x: hidden;
}

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

a {
  color: var(--rc-platform-blue);
  text-decoration: none;
}

a:hover {
  color: var(--rc-tomato);
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: var(--rc-platform-blue);
  border-bottom: 0;
  box-shadow: 0 11px 26px rgba(13, 54, 96, 0.28);
}

.site-header.is-scrolled {
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.26);
}

.site-header__inner,
.site-footer__inner,
.rc-container,
.entry-content > .wp-block-group,
.entry-content > .wp-block-columns,
.entry-content > .wp-block-heading,
.entry-content > p,
.entry-content > ul,
.entry-content > .wp-block-shortcode {
  width: min(1160px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 18px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--rc-white);
  font-weight: 800;
}

.site-brand__mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: var(--rc-white);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.site-brand__mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.site-brand__text {
  display: grid;
  line-height: 1.18;
}

.site-brand__name {
  color: var(--rc-white);
  font-size: 24px;
  font-family: Montserrat, Poppins, "Segoe UI", Arial, sans-serif;
  font-weight: 900;
}

.site-brand__tagline {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 15px;
  border-radius: 0;
  color: var(--rc-white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.menu a::after {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 4px;
  height: 3px;
  background: var(--rc-tomato);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 180ms ease;
}

.menu a:hover,
.current-menu-item > a {
  color: var(--rc-white);
  background: transparent;
}

.menu a:hover::after,
.current-menu-item > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-whatsapp,
.rc-button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background: var(--rc-platform-blue);
  color: var(--rc-white);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(34, 102, 204, 0.22);
}

.header-whatsapp:hover,
.rc-button:hover,
.wp-block-button__link:hover {
  background: var(--rc-platform-blue-dark);
  color: var(--rc-white);
}

.header-whatsapp {
  background: var(--rc-white);
  color: #0b1b2b;
  box-shadow: none;
}

.header-whatsapp:hover {
  background: var(--rc-tomato);
  color: var(--rc-white);
}

.site-contact-strip {
  position: relative;
  z-index: 55;
  background: var(--rc-tomato);
  color: var(--rc-white);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.24);
}

.site-contact-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  gap: 22px;
}

.site-contact-strip__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.site-contact-strip a,
.site-contact-strip span {
  color: var(--rc-white);
  font-size: 18px;
  font-weight: 700;
}

.site-contact-strip__links a,
.site-contact-strip__links > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.site-contact-strip__links span span,
.site-contact-strip__links a span {
  font-size: 20px;
  line-height: 1;
}

.site-contact-strip__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-contact-strip__social a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 6px;
  background: #050505;
  color: var(--rc-white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-contact-strip__social a:hover {
  background: var(--rc-white);
  color: var(--rc-tomato);
}

.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}

.mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--rc-white);
}

.site-main {
  min-height: 64vh;
  overflow-x: hidden;
}

.entry-content {
  overflow: hidden;
}

.entry-content > .rc-hero,
.entry-content > .rc-carousel,
.entry-content > .rc-map-section,
.entry-content > .rc-product-showcase,
.entry-content > .rc-strength-section,
.entry-content > .rc-social-band,
.entry-content > .rc-contact-band {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 0 0 18px;
  color: var(--rc-ink);
  font-family: Montserrat, Poppins, Roboto, "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}

.entry-content h1 {
  font-size: clamp(34px, 4vw, 56px);
}

.entry-content h2 {
  font-size: clamp(26px, 2.7vw, 38px);
}

.entry-content h3 {
  font-size: 24px;
}

.entry-content p {
  margin-top: 0;
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--rc-platform-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rc-eyebrow::before {
  width: 28px;
  height: 2px;
  background: var(--rc-tomato);
  content: "";
}

.rc-carousel {
  position: relative;
  height: calc(100vh - 162px);
  min-height: 660px;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
  background: #0c1824;
}

.rc-carousel__slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 980ms ease, visibility 980ms ease, transform 980ms cubic-bezier(0.7, 0, 0.2, 1);
  transform: translateY(100%);
  will-change: opacity, transform;
}

.rc-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.rc-carousel__slide.is-exiting {
  opacity: 0;
  visibility: visible;
  transform: translateY(-100%);
}

.rc-carousel__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
}

.rc-carousel__slide::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  content: "";
}

.rc-carousel__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 0;
  color: var(--rc-white);
  text-align: center;
}

.rc-carousel__eyebrow {
  margin-bottom: 18px;
  color: var(--rc-tomato);
  font-family: Roboto, Poppins, "Segoe UI", Arial, sans-serif;
  font-size: clamp(15px, 1.3vw, 22px);
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.3;
  text-transform: uppercase;
}

.rc-carousel h1 {
  margin-bottom: 22px;
  color: var(--rc-white);
  font-family: Montserrat, Poppins, Roboto, "Segoe UI", Arial, sans-serif;
  font-size: clamp(60px, 8vw, 118px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.rc-carousel p {
  max-width: 940px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(24px, 2.5vw, 42px);
  font-weight: 400;
  line-height: 1.42;
}

.rc-carousel__site-line {
  max-width: 880px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.rc-carousel__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 56px;
  margin-top: 36px;
  padding: 0 34px;
  border-radius: 0;
  background: var(--rc-tomato);
  color: var(--rc-white);
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
}

.rc-carousel__button:hover {
  background: var(--rc-white);
  color: var(--rc-tomato);
}

.rc-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(34, 102, 204, 0.92);
  color: var(--rc-white);
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: var(--rc-shadow);
}

.rc-carousel__arrow::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 900;
}

.rc-carousel__arrow--prev {
  left: 22px;
}

.rc-carousel__arrow--prev::before {
  content: "‹";
}

.rc-carousel__arrow--next {
  right: 22px;
}

.rc-carousel__arrow--next::before {
  content: "›";
}

.rc-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 4;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.rc-carousel__dots button {
  width: 42px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.rc-carousel__dots button.is-active {
  background: var(--rc-tomato);
}

.rc-hero {
  position: relative;
  height: clamp(380px, 40vw, 620px);
  min-height: auto;
  display: grid;
  align-items: center;
  padding: 0;
  color: var(--rc-ink);
  isolation: isolate;
  overflow: hidden;
  background: var(--rc-white);
}

.rc-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.18) 64%, rgba(255, 255, 255, 0));
  content: "";
}

.rc-hero .wp-block-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  margin: 0;
}

.rc-hero .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.rc-hero__copy {
  width: min(820px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1160px) / 2));
}

.rc-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: var(--rc-ink);
  text-shadow: none;
}

.rc-hero .rc-lead {
  width: min(650px, 100%);
  color: #52605a;
  font-size: 17px;
}

.rc-hero .wp-block-buttons {
  margin-top: 26px;
}

.rc-hero .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #cfe0ff;
  background: var(--rc-white);
  color: var(--rc-platform-blue);
  box-shadow: none;
}

.rc-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--rc-platform-blue);
  background: var(--rc-sky);
  color: var(--rc-platform-blue-dark);
}

.rc-category-strip {
  background: var(--rc-white);
  border-bottom: 1px solid var(--rc-line);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.rc-category-strip__inner {
  display: flex;
  align-items: center;
  gap: 1px;
  min-height: 58px;
  overflow-x: auto;
}

.rc-category-strip__label,
.rc-category-strip a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.rc-category-strip__label {
  border-radius: 8px 0 0 8px;
  background: var(--rc-tomato);
  color: var(--rc-white);
}

.rc-category-strip a {
  color: var(--rc-ink);
  background: #f8fafc;
}

.rc-category-strip a:hover,
.rc-category-strip a:last-child {
  color: var(--rc-white);
  background: var(--rc-platform-blue);
}

.rc-section {
  padding: 58px 0;
}

.rc-section--soft {
  background: #ffffff;
}

.rc-section--dark {
  background: #101820;
  color: rgba(255, 255, 255, 0.78);
}

.rc-section--dark h2,
.rc-section--dark h3 {
  color: var(--rc-white);
}

.rc-section__head {
  max-width: 860px;
  margin-bottom: 30px;
}

.rc-section__head::after {
  display: block;
  width: min(360px, 100%);
  height: 4px;
  margin-top: 18px;
  background: linear-gradient(to right, var(--rc-tomato) 0 110px, #111827 110px 210px, transparent 210px);
  content: "";
}

.rc-section__head p {
  color: var(--rc-muted);
  font-size: 16px;
}

.rc-section__head h2 {
  text-transform: uppercase;
}

.rc-section--dark .rc-section__head::after {
  background: linear-gradient(to right, var(--rc-tomato) 0 110px, var(--rc-white) 110px 210px, transparent 210px);
}

.rc-section--dark .rc-section__head p {
  color: rgba(255, 255, 255, 0.76);
}

.rc-button--red {
  background: var(--rc-tomato);
  box-shadow: 0 8px 18px rgba(246, 64, 0, 0.22);
}

.rc-button--red:hover {
  background: #d43400;
}

.rc-map-section {
  background: var(--rc-white);
  padding-top: 86px;
  padding-bottom: 92px;
}

.rc-map-art {
  display: grid;
  min-height: 300px;
  place-items: center;
  margin-bottom: 38px;
}

.rc-map-art svg,
.rc-map-art .rc-indonesia-map-img {
  display: block;
  width: min(1040px, 100%);
  height: auto;
}

.rc-map-art svg {
  fill: var(--rc-platform-blue-dark);
  filter: none;
}

.rc-map-art .rc-indonesia-map-img {
  max-width: 100%;
}

.rc-map-art circle {
  fill: var(--rc-tomato);
  stroke: var(--rc-white);
  stroke-width: 5;
}

.rc-map-copy {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.rc-map-copy .rc-eyebrow {
  justify-content: center;
  color: var(--rc-tomato);
  font-size: 15px;
  letter-spacing: 0.28em;
}

.rc-map-copy .rc-eyebrow::before {
  display: none;
}

.rc-map-copy .rc-section__head::after {
  margin-left: auto;
  margin-right: auto;
}

.rc-map-copy h2 {
  color: var(--rc-platform-blue-dark);
  font-size: clamp(40px, 4.6vw, 62px);
  font-weight: 900;
}

.rc-map-copy p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #111827;
  font-size: 18px;
}

.rc-map-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

.rc-map-actions .rc-button {
  min-width: 178px;
  min-height: 52px;
  text-transform: none;
}

.rc-product-showcase {
  background: var(--rc-white);
}

.rc-product-panels {
  display: grid;
  gap: 18px;
}

.rc-product-panel {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 0;
  background: #111827;
  box-shadow: none;
  isolation: isolate;
}

.rc-product-panel__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease;
}

.rc-product-panel::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 23, 43, 0.82), rgba(3, 23, 43, 0.52) 48%, rgba(3, 23, 43, 0.15));
  content: "";
}

.rc-product-panel:hover .rc-product-panel__image {
  transform: scale(1.04);
}

.rc-product-panel__content {
  display: grid;
  align-content: end;
  width: min(720px, 100%);
  min-height: 440px;
  padding: 54px;
  color: var(--rc-white);
}

.rc-product-panel h3 {
  margin-bottom: 14px;
  color: var(--rc-white);
  font-family: Montserrat, Poppins, Roboto, "Segoe UI", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1;
}

.rc-product-panel p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.rc-product-panel a {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  margin-top: 14px;
  padding: 0 26px;
  border-radius: 0;
  background: var(--rc-platform-blue);
  color: var(--rc-white);
  font-weight: 900;
}

.rc-product-panel a:hover {
  background: var(--rc-tomato);
  color: var(--rc-white);
}

.rc-social-band {
  padding: 38px 0;
  background: var(--rc-tomato);
  color: var(--rc-white);
}

.rc-social-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.rc-social-band span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-family: Roboto, Poppins, "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.rc-social-band strong {
  display: block;
  color: var(--rc-white);
  font-family: Montserrat, Poppins, Roboto, "Segoe UI", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.1;
}

.rc-social-band nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.rc-social-band a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  background: var(--rc-white);
  color: #0b1b2b;
  font-weight: 900;
}

.rc-social-band a:hover {
  background: var(--rc-platform-blue);
  color: var(--rc-white);
}

.rc-strength-grid,
.rc-cert-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 34px;
  align-items: center;
}

.rc-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.rc-mini-stats span {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 8px;
  background: var(--rc-white);
  color: var(--rc-muted);
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--rc-shadow);
}

.rc-mini-stats strong {
  color: var(--rc-platform-blue);
  font-size: 24px;
  line-height: 1;
}

.rc-cert-preview,
.rc-cert-frame {
  overflow: hidden;
  border-radius: 8px;
  background: var(--rc-white);
  box-shadow: var(--rc-shadow);
}

.rc-cert-preview {
  padding: 18px;
}

.rc-cert-preview .wp-block-image,
.rc-cert-frame .wp-block-image {
  margin: 0;
}

.rc-cert-preview img,
.rc-cert-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.rc-cert-preview h3 {
  margin: 18px 0 8px;
  color: var(--rc-platform-blue-dark);
}

.rc-company-photo-card,
.rc-company-doc-card,
.rc-company-contact-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--rc-white);
  box-shadow: var(--rc-shadow);
}

.rc-company-photo-card .wp-block-image,
.rc-company-doc-card .wp-block-image,
.rc-company-contact-card .wp-block-image,
.rc-company-logo-strip .wp-block-image {
  margin: 0;
}

.rc-company-photo-card img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.rc-company-photo-card span {
  display: block;
  padding: 14px 18px;
  color: var(--rc-muted);
  font-size: 13px;
  font-weight: 800;
}

.rc-company-note {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 22px;
  border-left: 5px solid var(--rc-tomato);
  background: var(--rc-white);
  box-shadow: var(--rc-shadow);
}

.rc-company-note strong {
  color: var(--rc-platform-blue-dark);
  font-size: 19px;
  line-height: 1.35;
}

.rc-company-note span {
  color: var(--rc-body);
  font-weight: 700;
}

.rc-company-logo-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--rc-line);
  border-radius: 8px;
  background: var(--rc-white);
  box-shadow: var(--rc-shadow);
}

.rc-company-logo img {
  display: block;
  width: auto;
  max-width: 120px;
  height: 78px;
  object-fit: contain;
}

.rc-company-logo-strip span {
  color: var(--rc-platform-blue-dark);
  font-weight: 900;
}

.rc-company-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: center;
}

.rc-company-doc-card {
  padding: 14px;
}

.rc-company-doc-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.rc-company-detail-list {
  display: grid;
  gap: 12px;
}

.rc-company-detail {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-left: 4px solid var(--rc-platform-blue);
  border-radius: 8px;
  background: var(--rc-white);
  box-shadow: var(--rc-shadow);
}

.rc-company-detail strong {
  color: var(--rc-ink);
  font-size: 14px;
}

.rc-company-detail span {
  color: var(--rc-body);
  font-weight: 700;
}

.rc-company-contact-card {
  margin-top: 30px;
}

.rc-company-contact-card img {
  display: block;
  width: 100%;
  height: auto;
}

.rc-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.rc-stat {
  padding: 20px;
  border: 0;
  border-top: 4px solid var(--rc-platform-blue);
  border-radius: 8px;
  background: var(--rc-white);
  box-shadow: var(--rc-shadow);
}

.rc-stat strong {
  display: block;
  color: var(--rc-platform-blue);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.rc-stat span {
  display: block;
  margin-top: 8px;
  color: var(--rc-muted);
  font-size: 14px;
  font-weight: 700;
}

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

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

.rc-card {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--rc-white);
  box-shadow: var(--rc-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.15), 0 18px 36px rgba(15, 23, 42, 0.12);
}

.rc-card__image {
  aspect-ratio: 1 / 1;
  margin: 0;
  background: var(--rc-white);
  overflow: hidden;
  border-bottom: 1px solid var(--rc-line);
}

.rc-card__image img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  object-position: center;
  transition: transform 220ms ease;
}

.rc-card:hover .rc-card__image img {
  transform: scale(1.04);
}

.rc-card__body {
  padding: 20px;
}

.rc-card__body h3 {
  margin-bottom: 9px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
}

.rc-card__body p {
  margin-bottom: 0;
  color: #52605a;
  font-size: 14px;
  line-height: 1.56;
}

.rc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.rc-tags li {
  padding: 5px 9px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: var(--rc-sky);
  color: var(--rc-platform-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.rc-feature {
  padding: 28px;
  border: 0;
  border-radius: 8px;
  background: var(--rc-white);
  box-shadow: var(--rc-shadow);
}

.rc-feature h3 {
  margin-bottom: 10px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
}

.rc-feature__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--rc-platform-blue);
  color: var(--rc-white);
  font-weight: 900;
}

.rc-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.rc-split .wp-block-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--rc-shadow);
  background: var(--rc-white);
}

.rc-split .wp-block-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
}

.rc-document-panel {
  display: grid;
  min-height: 380px;
  align-content: center;
  gap: 18px;
  padding: 42px;
  border: 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(237, 244, 255, 0.94), rgba(255, 255, 255, 0.96)),
    var(--rc-white);
  box-shadow: var(--rc-shadow);
}

.rc-document-panel__eyebrow {
  color: var(--rc-tomato);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rc-document-panel strong {
  display: block;
  max-width: 520px;
  color: var(--rc-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
}

.rc-document-panel__copy {
  display: block;
  max-width: 520px;
  margin: 0;
  color: var(--rc-body);
  font-size: 17px;
  line-height: 1.7;
}

.rc-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.rc-process__step {
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
}

.rc-process__step strong {
  display: block;
  margin-bottom: 12px;
  color: var(--rc-gold);
  font-size: 13px;
  text-transform: uppercase;
}

.rc-doc-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rc-legal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rc-doc {
  padding: 22px;
  border: 0;
  border-left: 4px solid var(--rc-tomato);
  border-radius: 8px;
  background: var(--rc-white);
  box-shadow: var(--rc-shadow);
}

.rc-doc h3 {
  color: var(--rc-platform-blue-dark);
  font-size: 19px;
}

.rc-doc p {
  margin-bottom: 0;
}

.rc-contact-band {
  padding: 64px 0;
  background: linear-gradient(135deg, #0f172a, var(--rc-platform-blue-dark));
  color: var(--rc-white);
}

.rc-contact-band h2 {
  max-width: 1080px;
  margin-bottom: 16px;
  color: var(--rc-white);
  font-size: clamp(36px, 4.6vw, 68px);
  line-height: 1.06;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
}

.rc-contact-band p {
  max-width: 1020px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.8vw, 28px);
}

.rc-contact-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 10px;
  padding: 0 28px;
  background: var(--rc-tomato);
  color: var(--rc-white);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.rc-contact-band a:hover {
  background: var(--rc-white);
  color: var(--rc-platform-blue-dark);
}

.rc-form-wrap {
  padding: 30px;
  border: 1px solid var(--rc-line);
  border-radius: 8px;
  background: var(--rc-white);
}

.fluentform .ff-el-input--label label {
  color: var(--rc-ink);
  font-weight: 800;
}

.fluentform .ff-el-form-control {
  border-color: var(--rc-line);
  border-radius: 8px;
  min-height: 46px;
}

.fluentform .ff-btn-submit {
  border-radius: 8px;
  background: var(--rc-platform-blue);
  font-weight: 800;
}

.site-footer {
  padding: 58px 0 24px;
  background: #101820;
  color: rgba(255, 255, 255, 0.74);
  border-top: 5px solid var(--rc-platform-blue);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr 0.9fr 1.1fr;
  gap: 34px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 16px;
  color: var(--rc-white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}

.site-footer .menu {
  display: grid;
  gap: 8px;
}

.site-footer .menu a {
  min-height: auto;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  font-weight: 600;
}

.site-footer .menu a:hover {
  color: var(--rc-white);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
}

.footer-contact {
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.footer-social a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--rc-white);
  font-size: 13px;
  font-weight: 800;
}

.footer-social a:hover {
  border-color: var(--rc-platform-blue);
  background: var(--rc-platform-blue);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: var(--rc-white);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.35);
}

.whatsapp-float:hover {
  background: #1eb75a;
  color: var(--rc-white);
}

.whatsapp-float svg {
  width: 29px;
  height: 29px;
}

.page-title-band {
  padding: 74px 0 46px;
  background: linear-gradient(135deg, #0f172a, var(--rc-platform-blue-dark));
  color: var(--rc-white);
}

.page-title-band h1 {
  margin: 0;
  color: var(--rc-white);
}

.page-title-band p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.rc-hidden-title .page-title-band {
  display: none;
}

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

  .mobile-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 20px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--rc-platform-blue);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.22);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav .menu {
    display: grid;
    gap: 6px;
  }

  .site-nav .menu a {
    min-height: 44px;
    padding: 0 10px;
    color: var(--rc-white);
  }

  .header-whatsapp {
    width: 100%;
    margin-top: 12px;
  }

  .site-contact-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 92px;
    padding: 14px 0;
  }

  .site-contact-strip__links {
    gap: 12px 20px;
  }

  .site-contact-strip a,
  .site-contact-strip span {
    font-size: 15px;
  }

  .entry-content h1 {
    font-size: 38px;
  }

  .entry-content h2 {
    font-size: 30px;
  }

  .rc-carousel {
    height: 680px;
    min-height: 680px;
  }

  .rc-carousel__slide::after {
    background: rgba(0, 0, 0, 0.6);
  }

  .rc-carousel__content {
    margin: 0 auto;
    padding-top: 0;
  }

  .rc-carousel h1 {
    font-size: clamp(52px, 9vw, 78px);
  }

  .rc-hero {
    height: 560px;
  }

  .rc-stats,
  .rc-grid,
  .rc-grid--two,
  .rc-doc-list,
  .rc-legal-grid,
  .rc-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .rc-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rc-split .wp-block-image img {
    height: 360px;
  }

  .rc-document-panel {
    min-height: 300px;
    padding: 30px;
  }

  .rc-strength-grid,
  .rc-cert-layout,
  .rc-company-info-grid {
    grid-template-columns: 1fr;
  }

  .rc-company-photo-card img {
    height: 360px;
  }

  .site-footer__bottom {
    display: grid;
  }

  .rc-social-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .rc-social-band nav {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header__inner,
  .site-footer__inner,
  .rc-container,
  .entry-content > .wp-block-group,
  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-heading,
  .entry-content > p,
  .entry-content > ul,
  .entry-content > .wp-block-shortcode {
    width: min(100% - 28px, 1160px);
  }

  .site-brand__tagline {
    display: none;
  }

  .site-contact-strip__inner {
    width: min(100% - 28px, 1160px);
    min-height: auto;
    gap: 12px;
  }

  .site-contact-strip__links {
    display: grid;
    width: 100%;
    gap: 8px;
  }

  .site-contact-strip__links a,
  .site-contact-strip__links > span {
    white-space: normal;
  }

  .site-contact-strip__social a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .entry-content h1 {
    font-size: 34px;
  }

  .rc-section {
    padding: 46px 0;
  }

  .rc-hero {
    height: 520px;
  }

  .rc-carousel {
    height: 640px;
    min-height: 640px;
  }

  .rc-carousel__image {
    object-position: center bottom;
  }

  .rc-carousel__slide::after {
    background: rgba(0, 0, 0, 0.62);
  }

  .rc-carousel__content {
    width: min(100% - 28px, 1160px);
    max-width: calc(100vw - 28px);
    margin: 0 auto;
    align-self: center;
    padding-top: 0;
    justify-items: center;
    text-align: center;
  }

  .rc-carousel__eyebrow {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

  .rc-carousel h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .rc-carousel p {
    max-width: 100%;
    font-size: 18px;
    overflow-wrap: break-word;
  }

  .rc-carousel__site-line {
    font-size: 12px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .rc-carousel__button {
    min-height: 48px;
    margin-top: 24px;
    padding: 0 28px;
    font-size: 16px;
  }

  .rc-carousel__dots {
    left: 50%;
    transform: translateX(-50%);
  }

  .rc-carousel__arrow {
    display: none;
  }

  .rc-hero::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86) 58%, rgba(255, 255, 255, 0.3));
  }

  .rc-hero__copy {
    width: min(100% - 28px, 1160px);
    margin-left: auto;
    margin-right: auto;
  }

  .rc-category-strip__inner {
    width: min(100% - 28px, 1160px);
  }

  .rc-stats,
  .rc-grid,
  .rc-grid--two,
  .rc-doc-list,
  .rc-legal-grid,
  .rc-process,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .rc-map-art {
    min-height: 160px;
  }

  .rc-map-art svg {
    width: 100%;
    max-width: 560px;
  }

  .rc-map-copy {
    max-width: 100%;
  }

  .rc-map-copy h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .rc-map-copy p {
    max-width: 100%;
    font-size: 15px;
    overflow-wrap: break-word;
  }

  .rc-map-actions,
  .rc-mini-stats {
    grid-template-columns: 1fr;
  }

  .rc-social-band {
    padding: 30px 0;
  }

  .rc-social-band a {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
  }

  .rc-company-logo-strip {
    display: none;
  }

  .rc-company-logo img {
    max-width: 86px;
    height: 62px;
  }

  .rc-company-logo-strip span,
  .rc-company-detail span {
    overflow-wrap: anywhere;
  }

  .rc-company-photo-card img {
    height: 240px;
  }

  .rc-product-panel,
  .rc-product-panel__content {
    min-height: 320px;
  }

  .rc-product-panel__content {
    padding: 26px;
  }

  .rc-product-panel h3 {
    font-size: clamp(32px, 10vw, 38px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .rc-product-panel p {
    max-width: 100%;
    font-size: 15px;
    overflow-wrap: break-word;
  }

  .rc-card__body,
  .rc-feature,
  .rc-form-wrap {
    padding: 20px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
}

/* Huanhai visual refresh */
:root {
  --rc-blue: #1263a3;
  --rc-blue-dark: #0a3158;
  --rc-navy: #071523;
  --rc-tomato: #20b894;
  --rc-green: #0d8f62;
  --rc-soft: #eef5fb;
}

.site-header {
  background: var(--rc-blue);
  box-shadow: 0 10px 28px rgba(9, 31, 54, 0.2);
}

.site-header__inner {
  min-height: 106px;
}

.site-brand {
  color: var(--rc-white);
  gap: 16px;
}

.site-brand__mark {
  width: 168px;
  height: 78px;
  background: #fff;
  border-radius: 6px;
  padding: 8px 10px;
}

.site-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-brand__name {
  max-width: 560px;
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.05;
  color: #fff;
  letter-spacing: 0;
}

.site-brand__tagline {
  color: rgba(255, 255, 255, 0.86);
}

.site-nav > .menu {
  align-items: stretch;
}

.site-nav > .menu > li {
  position: relative;
  display: flex;
  align-items: center;
}

.site-nav a {
  color: #fff;
}

.site-nav > .menu > li > a {
  display: flex;
  align-items: center;
  min-height: 62px;
}

.site-nav a::after {
  background: #fff;
  height: 3px;
}

.site-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 60;
  min-width: 245px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 18px 36px rgba(6, 24, 44, 0.22);
  transform: translate(-50%, 14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.site-nav .menu-item-has-children:hover > .sub-menu,
.site-nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.site-nav .sub-menu a {
  display: block;
  padding: 14px 20px;
  color: #425161;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #e6edf4;
  white-space: nowrap;
}

.site-nav .sub-menu li:last-child a {
  border-bottom: 0;
}

.site-nav .sub-menu a:hover {
  color: var(--rc-blue);
  background: #eef6ff;
}

.header-whatsapp {
  color: var(--rc-navy);
  background: #fff;
  border-radius: 0;
}

.site-nav .header-whatsapp {
  min-width: 170px;
  color: #0b1b2b !important;
  background: #fff !important;
  font-size: 18px;
  font-weight: 900;
  box-shadow: none;
}

.site-nav .header-whatsapp:hover {
  color: #fff !important;
  background: var(--rc-tomato) !important;
}

.site-contact-strip,
.rc-category-strip {
  display: none !important;
}

.entry-content > .rc-carousel {
  margin-top: 0;
}

.rc-carousel {
  min-height: 660px;
  height: calc(100vh - 106px);
  background: #071523;
}

.rc-carousel__slide::after {
  display: block;
  background: rgba(0, 0, 0, 0.48);
}

.rc-carousel__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.rc-carousel__eyebrow,
.rc-carousel p,
.rc-carousel__button,
.rc-carousel h1 {
  display: none;
}

.rc-carousel h1 {
  display: block;
  margin: 0;
  color: #fff;
  font-size: clamp(72px, 10vw, 132px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
  background: transparent;
}

.rc-carousel__image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  background: #071523;
}

.rc-carousel__dots button.is-active {
  background: var(--rc-platform-blue);
}

.rc-section--soft,
.rc-map-section,
.rc-product-showcase {
  background: linear-gradient(135deg, #f7fbff 0%, #eef5fb 48%, #dce8f2 100%);
}

.rc-section--dark,
.rc-contact-band {
  background: linear-gradient(135deg, #071523 0%, #0c365d 58%, #1263a3 100%);
}

.rc-section__head h2,
.rc-map-copy h2,
.rc-contact-band h2 {
  color: #0a1826;
}

.rc-section--dark .rc-section__head h2,
.rc-section--dark .rc-section__head p,
.rc-section--dark .rc-eyebrow,
.rc-contact-band h2,
.rc-contact-band p,
.rc-contact-band a {
  color: #fff;
}

.rc-eyebrow {
  color: var(--rc-blue);
}

.rc-section__head::after,
.rc-map-copy::after,
.rc-contact-band::after {
  background: linear-gradient(to right, var(--rc-blue) 0 120px, var(--rc-green) 120px 220px, transparent 220px);
}

.rc-button,
.wp-block-button__link,
.rc-contact-band a {
  background: var(--rc-blue);
}

.rc-button--red {
  background: var(--rc-green);
}

.rc-simple-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.rc-simple-card {
  background: #fff;
  border: 1px solid #e3edf6;
  box-shadow: 0 16px 36px rgba(9, 31, 54, 0.1);
  overflow: hidden;
}

.rc-simple-card--linked a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.rc-simple-card--linked {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rc-simple-card--linked:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(9, 31, 54, 0.16);
}

.rc-simple-card img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
  display: block;
  background: #eef5fb;
}

.rc-simple-card__body {
  padding: 18px;
}

.rc-simple-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.15;
}

.rc-simple-card p {
  margin: 0;
  color: var(--rc-muted);
  font-size: 15px;
  line-height: 1.6;
}

.rc-product-detail-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #071523 0%, #0c355e 52%, #1263a3 100%);
  color: #fff;
}

.rc-product-detail-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: var(--rc-blue);
  content: "";
}

.rc-product-detail-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 46px;
  align-items: center;
}

.rc-product-detail-hero__copy span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--rc-tomato);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.rc-product-detail-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(58px, 8vw, 108px);
  font-weight: 900;
  line-height: 0.95;
}

.rc-product-detail-hero p {
  max-width: 680px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.4;
}

.rc-product-detail-hero__media {
  background: #fff;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.rc-product-detail-hero__media img {
  width: 100%;
  height: 390px;
  display: block;
  object-fit: contain;
  background: #fff;
}

.rc-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: start;
}

.rc-product-detail-grid h2 {
  margin: 10px 0 18px;
  color: var(--rc-ink);
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1;
}

.rc-product-detail-grid p {
  color: var(--rc-muted);
  font-size: 20px;
  line-height: 1.65;
}

.rc-product-points {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.rc-product-points li {
  padding: 14px 18px;
  border-left: 5px solid var(--rc-blue);
  background: #eef5fb;
  color: var(--rc-ink);
  font-weight: 800;
}

.rc-product-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.rc-product-gallery figure {
  margin: 0;
  background: #fff;
  border: 1px solid #e2ebf4;
  box-shadow: 0 18px 38px rgba(9, 31, 54, 0.1);
  overflow: hidden;
}

.rc-product-gallery img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: contain;
  background: #fff;
}

.rc-product-gallery__item--onion_cut {
  display: grid;
  place-items: center;
  padding: 28px;
}

.rc-product-gallery__item--onion_cut img {
  width: auto;
  max-width: min(100%, 420px);
  height: auto;
  max-height: 300px;
  margin: auto;
}

.rc-supply-chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.rc-chain-step {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.rc-chain-step strong {
  display: inline-flex;
  margin-bottom: 22px;
  color: #b5e6ff;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rc-chain-step h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 21px;
}

.rc-chain-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.rc-capability-grid,
.rc-certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rc-capability,
.rc-certificate-card,
.rc-social-card {
  padding: 26px;
  background: #fff;
  border: 1px solid #e3edf6;
  box-shadow: 0 16px 36px rgba(9, 31, 54, 0.1);
}

.rc-capability h3,
.rc-certificate-card h3,
.rc-social-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.rc-capability p,
.rc-certificate-card p,
.rc-social-card p {
  margin: 0;
  color: var(--rc-muted);
  line-height: 1.7;
}

.rc-media-card {
  background: #fff;
  border: 1px solid #e3edf6;
  box-shadow: 0 16px 36px rgba(9, 31, 54, 0.1);
  overflow: hidden;
}

.rc-media-card img,
.rc-media-card video {
  width: 100%;
  display: block;
}

.rc-media-card figcaption,
.rc-media-card__body {
  padding: 16px 18px;
  color: var(--rc-muted);
  font-weight: 700;
}

.rc-cert-image img,
.rc-certificate-card img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: #fff;
}

.rc-certificate-card--text {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
  border-left: 6px solid var(--rc-blue);
}

.rc-certificate-card--text span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 20px;
  padding: 8px 12px;
  color: #fff;
  background: var(--rc-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rc-logistics-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.rc-home-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.rc-home-proof .rc-media-card video {
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
  background: #071523;
}

.rc-media-card--video {
  overflow: hidden;
}

.rc-media-card--video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-home-proof .rc-certificate-card--text {
  min-height: auto;
}

.rc-logistics-grid .rc-media-card img {
  height: 100%;
  object-fit: cover;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social img,
.rc-social-card img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.rc-social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rc-social-card {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.rc-form-wrap input,
.rc-form-wrap select,
.rc-form-wrap textarea {
  border-radius: 0 !important;
}

@media (max-width: 1200px) {
  .rc-simple-products,
  .rc-supply-chain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    min-height: 86px;
  }

  .site-brand__mark {
    width: 118px;
    height: 58px;
  }

  .site-brand__name {
    max-width: 260px;
    font-size: 18px;
  }

  .site-nav .sub-menu {
    position: static;
    display: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }

  .site-nav .menu-item-has-children:hover > .sub-menu,
  .site-nav .menu-item-has-children:focus-within > .sub-menu {
    display: block;
    transform: none;
  }

  .rc-carousel {
    height: calc(100vh - 86px);
    min-height: 560px;
  }

  .rc-carousel__content {
    left: 24px;
    right: 24px;
    max-width: calc(100vw - 48px);
  }

  .rc-simple-products,
  .rc-supply-chain,
  .rc-home-proof__grid,
  .rc-capability-grid,
  .rc-certificate-grid,
  .rc-logistics-grid,
  .rc-product-detail-hero__inner,
  .rc-product-detail-grid,
  .rc-social-links {
    grid-template-columns: 1fr;
  }

  .rc-product-detail-hero {
    min-height: auto;
    padding: 56px 0 64px;
  }

  .rc-product-detail-hero__inner {
    gap: 28px;
  }

  .rc-product-detail-hero__media img,
  .rc-product-gallery img {
    height: 280px;
  }
}
