@media (min-width: 701px) {
  :root {
    --rensino-teal: #177f77;
    --rensino-teal-bright: #43aaa1;
    --rensino-teal-dark: #073e3a;
    --rensino-teal-deep: #052e2b;
    --rensino-mint: #dcece8;
    --rensino-ivory: #f7f4ee;
    --rensino-sand: #e8e0d2;
    --rensino-ink: #142321;
    --rensino-muted: #64706e;
    --rensino-white: #ffffff;
    --rensino-line: rgba(20, 35, 33, 0.12);
    --rensino-shadow: 0 28px 70px rgba(7, 62, 58, 0.12);
  }

  html {
    scroll-behavior: smooth;
  }

  .rensino-home,
  .rensino-home * {
    box-sizing: border-box;
  }

  .rensino-home {
    overflow: hidden;
    background: var(--rensino-ivory);
    color: var(--rensino-ink);
    font-family: Poppins, Arial, sans-serif;
  }

  .rensino-home h1,
  .rensino-home h2,
  .rensino-home h3,
  .rensino-home p,
  .rensino-home figure,
  .rensino-home ol,
  .rensino-home ul {
    margin: 0;
  }

  .rensino-home ol,
  .rensino-home ul {
    padding: 0;
  }

  .rensino-home img {
    display: block;
    max-width: 100%;
  }

  .rensino-home a {
    color: inherit;
    text-decoration: none;
  }

  .rensino-shell {
    width: min(1440px, calc(100% - 96px));
    margin: 0 auto;
  }

  .rensino-section {
    position: relative;
    padding: 126px 0;
  }

  .rensino-eyebrow {
    color: var(--rensino-teal);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .rensino-heading {
    margin-bottom: 58px;
  }

  .rensino-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    align-items: end;
    gap: 70px;
  }

  .rensino-heading h2,
  .rensino-private-label h2 {
    margin-top: 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 68px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.02;
  }

  .rensino-heading--split > p,
  .rensino-heading--center > p:last-child {
    color: var(--rensino-muted);
    font-size: 15px;
    line-height: 1.85;
  }

  .rensino-heading--center {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .rensino-heading--center > p:last-child {
    max-width: 650px;
    margin: 22px auto 0;
  }

  .rensino-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .rensino-button {
    display: inline-flex;
    min-height: 54px;
    padding: 0 27px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  }

  .rensino-button:hover {
    transform: translateY(-2px);
  }

  .rensino-button--solid {
    background: var(--rensino-teal-bright);
    color: var(--rensino-teal-deep) !important;
  }

  .rensino-button--solid:hover {
    background: var(--rensino-white);
  }

  .rensino-button--ghost {
    border-color: rgba(255, 255, 255, 0.45);
    color: var(--rensino-white) !important;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.06);
  }

  .rensino-button--ghost:hover {
    border-color: var(--rensino-white);
    background: rgba(255, 255, 255, 0.16);
  }

  .rensino-button--dark {
    background: var(--rensino-teal-deep);
    color: var(--rensino-white) !important;
  }

  .rensino-button--dark:hover {
    background: var(--rensino-teal);
  }

  /* Homepage-only appearance overrides for the shared desktop header. */
  html body .L_nav .pc_nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(3, 24, 23, 0.82), rgba(3, 24, 23, 0.08));
    backdrop-filter: blur(5px);
  }

  html body .L_nav .pc_nav.active {
    border-bottom-color: rgba(23, 127, 119, 0.22);
    background: rgba(5, 38, 36, 0.96);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(16px);
  }

  html body .L_nav .pc_nav li.hvr-left .home-dec,
  html body .L_nav .pc_nav li.current-menu-item .home-dec {
    background: var(--rensino-teal-bright);
  }

  /* Hero */
  .rensino-hero,
  .rensino-hero__slider,
  .rensino-hero__slide {
    width: 100%;
    height: 100vh;
    min-height: 720px;
  }

  .rensino-hero {
    position: relative;
    background: var(--rensino-teal-deep);
  }

  .rensino-hero__slider {
    overflow: hidden;
  }

  .rensino-hero__slide {
    position: relative;
    overflow: hidden;
  }

  .rensino-hero__image,
  .rensino-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .rensino-hero__image {
    object-fit: cover;
    object-position: center;
    transform: scale(1.025);
    transition: transform 8s ease;
  }

  .rensino-hero__slide.swiper-slide-active .rensino-hero__image {
    transform: scale(1);
  }

  .rensino-hero__slide.is-left .rensino-hero__veil {
    background: linear-gradient(90deg, rgba(2, 30, 28, 0.93) 0%, rgba(2, 30, 28, 0.7) 32%, rgba(2, 30, 28, 0.12) 66%, rgba(2, 30, 28, 0.04) 100%);
  }

  .rensino-hero__slide.is-right .rensino-hero__veil {
    background: linear-gradient(270deg, rgba(2, 30, 28, 0.93) 0%, rgba(2, 30, 28, 0.68) 35%, rgba(2, 30, 28, 0.1) 68%, rgba(2, 30, 28, 0.03) 100%);
  }

  .rensino-hero__veil::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24), transparent 32%, transparent 72%, rgba(0, 0, 0, 0.4));
    content: "";
  }

  .rensino-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    padding-top: 96px;
    align-items: center;
  }

  .rensino-hero__content {
    width: min(680px, 53%);
    color: var(--rensino-white);
  }

  .rensino-hero__slide.is-right .rensino-hero__inner {
    justify-content: flex-end;
  }

  .rensino-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a8d8d2;
  }

  .rensino-hero__eyebrow span {
    width: 38px;
    height: 1px;
    background: var(--rensino-teal-bright);
  }

  .rensino-hero h1,
  .rensino-hero h2 {
    max-width: 720px;
    margin: 25px 0 27px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 5.2vw, 88px);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.99;
    text-wrap: balance;
  }

  .rensino-hero__description {
    max-width: 620px;
    margin-bottom: 38px !important;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
  }

  .rensino-hero__controls {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 42px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
  }

  .rensino-hero__pagination {
    display: flex;
    align-items: center;
    gap: 14px;
    pointer-events: auto;
  }

  .rensino-hero__pagination .swiper-pagination-bullet {
    position: relative;
    width: 42px;
    height: 24px;
    margin: 0 !important;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    opacity: 1;
  }

  .rensino-hero__pagination .swiper-pagination-bullet::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.28);
    content: "";
  }

  .rensino-hero__pagination .swiper-pagination-bullet-active {
    color: var(--rensino-white);
  }

  .rensino-hero__pagination .swiper-pagination-bullet-active::after {
    background: var(--rensino-teal-bright);
  }

  .rensino-hero__arrows {
    display: flex;
    gap: 10px;
    pointer-events: auto;
  }

  .rensino-hero__prev,
  .rensino-hero__next {
    display: inline-flex;
    width: 48px;
    height: 48px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--rensino-white);
    cursor: pointer;
    font-size: 19px;
    transition: background-color 0.25s ease, border-color 0.25s ease;
  }

  .rensino-hero__prev:hover,
  .rensino-hero__next:hover {
    border-color: var(--rensino-teal-bright);
    background: var(--rensino-teal);
  }

  .rensino-hero__scroll {
    position: absolute;
    z-index: 4;
    bottom: 37px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.64) !important;
    font-size: 10px;
    letter-spacing: 0.16em;
    transform: translateX(-50%);
  }

  .rensino-hero__scroll i {
    color: var(--rensino-teal-bright);
    font-size: 17px;
  }

  /* Categories */
  .rensino-categories {
    background:
      radial-gradient(circle at 92% 4%, rgba(67, 170, 161, 0.12), transparent 28%),
      var(--rensino-ivory);
  }

  .rensino-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--rensino-line);
    border-left: 1px solid var(--rensino-line);
  }

  .rensino-category-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border-right: 1px solid var(--rensino-line);
    border-bottom: 1px solid var(--rensino-line);
    background: rgba(255, 255, 255, 0.7);
    color: var(--rensino-ink);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
  }

  .rensino-category-card::before {
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: var(--rensino-teal-bright);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
  }

  .rensino-category-card:hover {
    z-index: 1;
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(4, 53, 48, 0.14);
  }

  .rensino-category-card:hover::before {
    transform: scaleX(1);
  }

  .rensino-category-card__media {
    position: relative;
    display: flex;
    aspect-ratio: 4 / 3;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--rensino-mint);
  }

  .rensino-category-card__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(2, 34, 31, 0.2));
    content: "";
    pointer-events: none;
  }

  .rensino-category-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.45s ease, transform 0.65s cubic-bezier(0.2, 0.65, 0.25, 1);
  }

  .rensino-category-card:hover .rensino-category-card__image {
    filter: saturate(1.05) contrast(1.02);
    transform: scale(1.055);
  }

  .rensino-category-card__icon {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.58);
    background: rgba(250, 253, 250, 0.92);
    box-shadow: 0 8px 24px rgba(3, 43, 39, 0.14);
    color: var(--rensino-teal);
    font-size: 20px;
    backdrop-filter: blur(8px);
    transition: background-color 0.35s ease, color 0.35s ease;
  }

  .rensino-category-card:hover .rensino-category-card__icon {
    background: var(--rensino-teal);
    color: var(--rensino-white);
  }

  .rensino-category-card__media.is-fallback .rensino-category-card__icon {
    position: static;
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .rensino-category-card__body {
    display: flex;
    min-height: 104px;
    padding: 18px 18px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: rgba(255, 255, 255, 0.76);
    transition: background-color 0.35s ease, color 0.35s ease;
  }

  .rensino-category-card:hover .rensino-category-card__body {
    background: var(--rensino-teal-deep);
    color: var(--rensino-white);
  }

  .rensino-category-card__copy {
    min-width: 0;
  }

  .rensino-category-card__copy strong,
  .rensino-category-card__copy small {
    display: block;
  }

  .rensino-category-card__copy strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
  }

  .rensino-category-card__copy small {
    margin-top: 7px;
    color: var(--rensino-muted);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.35s ease;
  }

  .rensino-category-card:hover .rensino-category-card__copy small {
    color: rgba(255, 255, 255, 0.58);
  }

  .rensino-category-card__arrow {
    flex: 0 0 auto;
    color: var(--rensino-teal);
    font-size: 18px;
    opacity: 0.5;
    transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }

  .rensino-category-card:hover .rensino-category-card__arrow {
    color: #8ed1ca;
    opacity: 1;
    transform: translate(2px, -2px);
  }

  .rensino-section-link {
    display: flex;
    margin-top: 38px;
    justify-content: flex-end;
  }

  .rensino-section-link a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--rensino-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 2.2;
    transition: color 0.25s ease, border-color 0.25s ease;
  }

  .rensino-section-link a:hover {
    border-color: var(--rensino-teal);
    color: var(--rensino-teal);
  }

  /* Manufacturing */
  .rensino-manufacturing {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 40%),
      var(--rensino-teal-deep);
    color: var(--rensino-white);
  }

  .rensino-manufacturing::before {
    position: absolute;
    top: 0;
    right: 8%;
    width: 36%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--rensino-teal-bright));
    content: "";
  }

  .rensino-heading--light h2 {
    color: var(--rensino-white);
  }

  .rensino-heading--light > p {
    color: rgba(255, 255, 255, 0.63);
  }

  .rensino-heading--light .rensino-eyebrow {
    color: #79c6bf;
  }

  .rensino-factory-grid {
    display: grid;
    height: 760px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .rensino-factory-card {
    position: relative;
    grid-column: span 3;
    overflow: hidden;
    border-radius: 4px;
    background: #0c4a45;
  }

  .rensino-factory-card.is-featured {
    grid-column: span 6;
    grid-row: span 2;
  }

  .rensino-factory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .rensino-factory-card::after {
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(180deg, transparent, rgba(3, 25, 23, 0.86));
    content: "";
  }

  .rensino-factory-card:hover img {
    transform: scale(1.04);
  }

  .rensino-factory-card figcaption {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 23px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: var(--rensino-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
  }

  .rensino-factory-card.is-featured figcaption {
    right: 34px;
    bottom: 32px;
    left: 34px;
    font-size: 28px;
  }

  .rensino-factory-card figcaption i {
    color: #7fd0c8;
    font-family: remixicon;
    font-size: 18px;
  }

  /* Products */
  .rensino-products {
    background:
      linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
      radial-gradient(circle at 8% 12%, rgba(23, 127, 119, 0.12), transparent 24%);
  }

  .rensino-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 22px;
  }

  .rensino-product-card {
    min-width: 0;
  }

  .rensino-product-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f0f1ee;
  }

  .rensino-product-card__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 54%, rgba(4, 38, 35, 0.74));
    content: "";
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .rensino-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .rensino-product-card__media > span {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 20px;
    left: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--rensino-white);
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .rensino-product-card:hover .rensino-product-card__media::after,
  .rensino-product-card:hover .rensino-product-card__media > span {
    opacity: 1;
  }

  .rensino-product-card:hover .rensino-product-card__media > span {
    transform: none;
  }

  .rensino-product-card:hover .rensino-product-card__media img {
    transform: scale(1.045);
  }

  .rensino-product-card__body {
    padding: 19px 3px 0;
  }

  .rensino-product-card__body > p {
    color: var(--rensino-teal);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .rensino-product-card__body h3 {
    margin-top: 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.35;
  }

  .rensino-product-card__body h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.25s ease;
  }

  .rensino-product-card__body h3 a:hover {
    color: var(--rensino-teal);
  }

  .rensino-empty {
    grid-column: 1 / -1;
    padding: 50px;
    background: var(--rensino-mint);
    text-align: center;
  }

  /* Private label lifestyle */
  .rensino-private-label {
    background: var(--rensino-mint);
  }

  .rensino-private-label::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 35%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent);
    content: "";
  }

  .rensino-private-label__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.42fr);
    align-items: center;
    gap: 78px;
  }

  .rensino-private-label__copy {
    max-width: 540px;
  }

  .rensino-private-label__lead {
    margin-top: 25px !important;
    color: #4f6561;
    font-size: 15px;
    line-height: 1.85;
  }

  .rensino-private-label__copy ul {
    display: grid;
    margin: 32px 0 38px;
    gap: 18px;
    list-style: none;
  }

  .rensino-private-label__copy li {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: start;
    gap: 11px;
    color: #526762;
    font-size: 13px;
    line-height: 1.65;
  }

  .rensino-private-label__copy li i {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rensino-white);
    color: var(--rensino-teal);
  }

  .rensino-private-label__copy li strong {
    color: var(--rensino-ink);
  }

  .rensino-lifestyle-grid {
    display: grid;
    height: 680px;
    grid-template-columns: 1.25fr 0.75fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }

  .rensino-lifestyle-card {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #c9dad6;
  }

  .rensino-lifestyle-card.is-large {
    grid-row: span 2;
  }

  .rensino-lifestyle-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .rensino-lifestyle-card::after {
    position: absolute;
    inset: 50% 0 0;
    background: linear-gradient(180deg, transparent, rgba(3, 34, 31, 0.7));
    content: "";
  }

  .rensino-lifestyle-card:hover img {
    transform: scale(1.035);
  }

  .rensino-lifestyle-card figcaption {
    position: absolute;
    z-index: 2;
    bottom: 22px;
    left: 24px;
    color: var(--rensino-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
  }

  .rensino-lifestyle-card.is-large figcaption {
    bottom: 30px;
    left: 30px;
    font-size: 25px;
  }

  /* Process */
  .rensino-process {
    background:
      radial-gradient(circle at 50% 0, rgba(67, 170, 161, 0.13), transparent 34%),
      var(--rensino-ivory);
  }

  .rensino-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
  }

  .rensino-process-grid::before {
    position: absolute;
    top: 71px;
    right: 5%;
    left: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(23, 127, 119, 0.45) 10%, rgba(23, 127, 119, 0.45) 90%, transparent);
    content: "";
  }

  .rensino-process-card {
    position: relative;
    z-index: 1;
    min-height: 315px;
    padding: 34px 25px 30px;
    border: 1px solid var(--rensino-line);
    background: rgba(255, 255, 255, 0.7);
    transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
  }

  .rensino-process-card:nth-child(even) {
    transform: translateY(24px);
  }

  .rensino-process-card:hover {
    background: var(--rensino-white);
    box-shadow: var(--rensino-shadow);
    transform: translateY(-5px);
  }

  .rensino-process-card:nth-child(even):hover {
    transform: translateY(19px);
  }

  .rensino-process-card__number {
    display: block;
    color: rgba(23, 127, 119, 0.48);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
  }

  .rensino-process-card__icon {
    display: inline-flex;
    width: 62px;
    height: 62px;
    margin: 16px 0 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 127, 119, 0.2);
    border-radius: 50%;
    background: var(--rensino-mint);
    color: var(--rensino-teal);
    font-size: 25px;
  }

  .rensino-process-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
  }

  .rensino-process-card p {
    margin-top: 13px !important;
    color: var(--rensino-muted);
    font-size: 12px;
    line-height: 1.7;
  }

  .rensino-process__cta {
    display: flex;
    margin-top: 74px;
    padding: 27px 31px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-left: 3px solid var(--rensino-teal-bright);
    background: var(--rensino-teal-deep);
    color: var(--rensino-white);
  }

  .rensino-process__cta p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
  }

  .rensino-process__cta a {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #8bd3cc !important;
    font-size: 13px;
    font-weight: 600;
  }

  /* Existing customer sidebar: appearance only, markup and data stay untouched. */
  html body #kf {
    width: min(1440px, calc(100% - 96px));
    max-width: none;
    margin: 0 auto;
  }

  html body #kf .online_cont {
    margin: 0 !important;
    padding: 118px 0 126px;
  }

  html body #kf .online_cont .title {
    max-width: 760px;
    margin: 0 auto 54px !important;
  }

  html body #kf .online_cont .title p:first-child {
    margin: 0 0 14px !important;
    color: var(--rensino-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 64px) !important;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    text-transform: none;
  }

  html body #kf .online_cont .title p:last-child {
    color: var(--rensino-muted);
    font-size: 14px !important;
    line-height: 1.7;
  }

  html body #kf .online_cont ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
  }

  html body #kf .online_cont ul li {
    position: relative;
    padding: 17px 17px 23px;
    overflow: hidden;
    border: 1px solid rgba(20, 35, 33, 0.1);
    border-radius: 3px;
    background: #f5f4ef;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  }

  html body #kf .online_cont ul li:hover {
    border-color: rgba(23, 127, 119, 0.32);
    box-shadow: var(--rensino-shadow);
    transform: translateY(-5px);
  }

  html body #kf .online_cont ul li p:first-child {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden;
    aspect-ratio: 1 / 1.04;
    border-radius: 2px !important;
    background: var(--rensino-mint) !important;
    box-shadow: none !important;
  }

  html body #kf .online_cont ul li p:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
  }

  html body #kf .online_cont ul li:hover p:first-child img {
    transform: scale(1.035);
  }

  html body #kf .online_cont ul li p:nth-child(2) {
    margin: 20px 0 14px !important;
    color: var(--rensino-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
  }

  html body #kf .online_cont ul li p:nth-child(3) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  html body #kf .online_cont ul li p:nth-child(3) span {
    width: 100%;
    padding: 0;
    border-radius: 999px;
    background: var(--rensino-teal) !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    margin-left: 0;
    background: var(--rensino-teal-deep) !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) span a {
    min-height: 34px;
    justify-content: center;
    color: var(--rensino-white);
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .rensino-home.is-enhanced .rensino-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .rensino-home.is-enhanced .rensino-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .rensino-shell,
  html body #kf {
    width: min(1320px, calc(100% - 72px));
  }

  .rensino-section {
    padding: 108px 0;
  }

  .rensino-category-card {
    min-height: 145px;
    padding-right: 18px;
    padding-left: 18px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .rensino-category-card__icon {
    width: 44px;
    height: 44px;
  }

  .rensino-category-card__copy strong {
    font-size: 16px;
  }

  .rensino-factory-grid {
    height: 660px;
  }

  .rensino-lifestyle-grid {
    height: 610px;
  }

  .rensino-process-card {
    min-height: 300px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .rensino-shell,
  html body #kf {
    width: calc(100% - 54px);
  }

  .rensino-section {
    padding: 92px 0;
  }

  .rensino-heading--split {
    gap: 38px;
  }

  .rensino-heading h2,
  .rensino-private-label h2 {
    font-size: 46px;
  }

  .rensino-hero__content {
    width: 57%;
  }

  .rensino-hero h1,
  .rensino-hero h2 {
    font-size: 58px;
  }

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

  .rensino-factory-grid {
    height: 610px;
  }

  .rensino-product-grid {
    gap: 28px 16px;
  }

  .rensino-private-label__layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .rensino-private-label__copy {
    max-width: 760px;
  }

  .rensino-lifestyle-grid {
    height: 650px;
  }

  .rensino-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rensino-process-grid::before {
    display: none;
  }

  .rensino-process-card,
  .rensino-process-card:nth-child(even) {
    min-height: 270px;
    transform: none;
  }

  .rensino-process-card:hover,
  .rensino-process-card:nth-child(even):hover {
    transform: translateY(-5px);
  }

  html body #kf .online_cont ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 701px) and (max-width: 899px) {
  .rensino-shell,
  html body #kf {
    width: calc(100% - 42px);
  }

  .rensino-section {
    padding: 80px 0;
  }

  .rensino-heading--split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rensino-heading {
    margin-bottom: 42px;
  }

  .rensino-heading h2,
  .rensino-private-label h2 {
    font-size: 43px;
  }

  .rensino-hero,
  .rensino-hero__slider,
  .rensino-hero__slide {
    min-height: 680px;
  }

  .rensino-hero__content {
    width: 61%;
  }

  .rensino-hero h1,
  .rensino-hero h2 {
    font-size: 48px;
  }

  .rensino-hero__description {
    font-size: 14px;
  }

  .rensino-hero__scroll {
    display: none;
  }

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

  .rensino-factory-grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .rensino-factory-card,
  .rensino-factory-card.is-featured {
    min-height: 300px;
    grid-column: auto;
    grid-row: auto;
  }

  .rensino-factory-card.is-featured {
    min-height: 430px;
    grid-column: 1 / -1;
  }

  .rensino-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .rensino-private-label__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rensino-private-label__copy {
    max-width: 680px;
  }

  .rensino-lifestyle-grid {
    height: 540px;
  }

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

  .rensino-process-grid::before {
    display: none;
  }

  .rensino-process-card,
  .rensino-process-card:nth-child(even) {
    min-height: 260px;
    transform: none;
  }

  .rensino-process-card:hover,
  .rensino-process-card:nth-child(even):hover {
    transform: translateY(-5px);
  }

  .rensino-process__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  html body #kf .online_cont ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 701px) and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .rensino-home *,
  .rensino-home *::before,
  .rensino-home *::after,
  html body #kf * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .rensino-home.is-enhanced .rensino-reveal {
    opacity: 1;
    transform: none;
  }
}
