:root {
    --rept-bg: #ffffff;
    --rept-surface: #ffffff;
    --rept-text: #1f2937;
    --rept-muted: #6b7280;
    --rept-wheat: #f1be48;
    --rept-wheat-deep: #cc9526;
    --rept-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    --rept-radius: 22px;
}

body.rept-premium-shell {
    background: #ffffff;
    color: var(--rept-text);
    font-family: Manrope, sans-serif;
}

main {
    min-height: 60vh;
}

.rept-header-wrap {
    z-index: 1050;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    padding: 12px 16px;
    top: 0 !important;
}

.rept-header-outer {
    max-width: 1320px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    padding: 0 1.2rem;
}

.rept-header-inner {
    max-width: 1320px;
}

.rept-utility-bar {
    background: #ffffff;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.rept-main-nav-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.rept-glass-nav {
    border-radius: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    padding: 0.5rem 0;
}

.rept-main-nav {
    min-height: 66px;
}

/* Force override legacy style.css navbar sizing so header renders consistently. */
body.rept-premium-shell .rept-header-wrap .navbar {
    height: auto !important;
    min-height: 62px;
    border-bottom: 0 !important;
    background: transparent !important;
}

body.rept-premium-shell .rept-header-wrap .navbar .navbar-nav .nav-link {
    font-size: 0.92rem !important;
    padding: 0.38rem 0.72rem !important;
}

body.rept-premium-shell .rept-header-wrap .navbar-brand {
    margin-right: 0.55rem;
}

body.rept-premium-shell .rept-header-wrap .navbar-toggler {
    padding: 0.3rem 0.45rem;
}

.rept-nav-collapse {
    align-items: center;
}

.rept-brand-text {
    font-family: Fraunces, serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.rept-nav-links .nav-link {
    font-weight: 600;
    color: #374151;
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    font-size: 0.92rem;
}

.rept-nav-links .nav-link.active,
.rept-nav-links .nav-link:hover {
    background: rgba(241, 190, 72, 0.22);
    color: #111827;
}

.rept-icon-link {
    color: #1f2937;
    font-size: 1.08rem;
    text-decoration: none;
    position: relative;
}

.rept-cart-badge {
    position: absolute;
    top: -9px;
    right: -10px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--rept-wheat);
    color: #111827;
    font-size: 0.72rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.rept-btn-primary,
.rept-btn-outline {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.68rem 1.2rem;
}

.rept-btn-primary {
    background: #f1be48;
    border: 1px solid #e9b43f;
    color: #171717;
}

.rept-btn-primary:hover {
    color: #111;
    background: #e7b33f;
}

.rept-btn-outline {
    border: 1px solid rgba(17, 24, 39, 0.18);
    background: rgba(255, 255, 255, 0.8);
    color: #111827;
}

.rept-btn-outline:hover {
    background: rgba(241, 190, 72, 0.15);
    color: #111;
}

.rept-hero-section {
    padding: 10rem 0 3.7rem;
    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(234, 194, 106, 0.24) 0%,
            rgba(234, 194, 106, 0) 44%
        ),
        linear-gradient(180deg, #f7f2e8 0%, #f4f1ec 100%);
}

.rept-section-block {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.rept-grain-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    pointer-events: none;
}

.rept-chip,
.section-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    font-weight: 700;
    color: #8d670f;
}

.rept-hero-title,
.section-title {
    font-family: Fraunces, serif;
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.rept-hero-title {
    font-size: clamp(2rem, 5.4vw, 3.6rem);
    color: #111827;
}

.rept-hero-subtitle {
    color: var(--rept-muted);
    max-width: 56ch;
    font-size: clamp(0.98rem, 1.2vw, 1.08rem);
    line-height: 1.7;
}

.rept-hero-content {
    max-width: 610px;
}

.rept-hero-shell {
    padding: 0;
}

.rept-hero-cta .btn {
    min-height: 44px;
}

.rept-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.rept-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #374151;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    background: rgba(255, 255, 255, 0.86);
}

.rept-hero-trust i {
    color: #0f766e;
}

.rept-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.rept-kpis > div {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    padding: 0.9rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.rept-kpis h5 {
    margin-bottom: 0.1rem;
    font-weight: 800;
}

.rept-kpis span {
    font-size: 0.8rem;
    color: var(--rept-muted);
}

.rept-hero-media-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.44);
    background: linear-gradient(150deg, #f7f3eb 0%, #fefcf8 65%, #f7f3eb 100%);
    min-height: 455px;
    box-shadow: inset 0 -40px 80px rgba(0, 0, 0, 0.09);
}

.rept-hero-float-grain {
    position: absolute;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        rgba(234, 194, 106, 0.95),
        rgba(201, 145, 55, 0.9)
    );
    box-shadow: 0 4px 14px rgba(201, 145, 55, 0.25);
    opacity: 0.58;
    z-index: 1;
}

.rept-hero-float-1 {
    width: 56px;
    height: 8px;
    top: 42px;
    left: 54%;
    transform: rotate(-21deg);
}

.rept-hero-float-2 {
    width: 42px;
    height: 8px;
    top: 112px;
    right: 12%;
    transform: rotate(23deg);
}

.rept-hero-float-3 {
    width: 54px;
    height: 9px;
    bottom: 86px;
    right: 18%;
    transform: rotate(-17deg);
}

.glass-card {
    border-radius: var(--rept-radius);
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: var(--rept-surface);
    backdrop-filter: none;
    box-shadow: var(--rept-shadow);
}

.rept-hero-stage {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.rept-hero-media-card {
    position: relative;
    overflow: hidden;
    padding: 0.8rem;
    background: linear-gradient(140deg, #ffffff 0%, #f8fbff 100%);
}

.rept-three-container {
    width: 100%;
    min-height: 420px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
}

.rept-hero-banner-img {
    position: relative;
    z-index: 2;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
    min-height: 455px;
    padding: 0;
}

.rept-hero-banner-info {
    position: absolute;
    left: 1.05rem;
    right: 1.05rem;
    bottom: 1.05rem;
    border-radius: 14px;
    padding: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.93) 0%,
        rgba(255, 255, 255, 0.84) 100%
    );
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.15);
    backdrop-filter: blur(3px);
}

.rept-hero-banner-info h5 {
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #111827;
}

.rept-hero-banner-info p {
    margin-bottom: 0.45rem;
    color: #4b5563;
}

.rept-hero-nav-wrap {
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.rept-hero-media-tag {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 3;
    border-radius: 14px;
    padding: 0.55rem 0.75rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(17, 24, 39, 0.12);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.13);
    display: inline-flex;
    flex-direction: column;
    gap: 0.05rem;
}

.rept-hero-media-tag span {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #6b7280;
}

.rept-hero-media-tag strong {
    font-size: 0.87rem;
    line-height: 1.2;
    color: #111827;
}

.rept-hero-media-tag small {
    font-size: 0.76rem;
    color: #374151;
    font-weight: 700;
}

.rept-hero-benefits {
    margin-top: 0.35rem !important;
}

.rept-benefit-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.46)
    );
    padding: 0.85rem 0.95rem;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.rept-benefit-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: linear-gradient(145deg, #fffdf8, #f2eee6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.rept-benefit-icon i {
    font-size: 1.15rem;
    color: #c38922;
}

.rept-benefit-card h6 {
    margin: 0 0 0.2rem;
    font-family: Fraunces, serif;
    font-size: 1.25rem;
    color: #1f2937;
}

.rept-benefit-card p {
    margin: 0;
    font-size: 0.92rem;
    color: #5b6472;
}

.rept-hero-carousel .carousel-indicators {
    position: static;
    margin: 0;
    display: flex;
    gap: 0.35rem;
    pointer-events: auto;
}

.rept-hero-carousel .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 3px;
    border-radius: 999px;
    border: 0;
    opacity: 0.72;
    background-color: rgba(255, 255, 255, 0.95);
}

.rept-hero-carousel .carousel-indicators .active {
    opacity: 1;
    background-color: #111827;
}

.rept-hero-control {
    position: static;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.14);
    margin: 0;
    pointer-events: auto;
}

.rept-hero-control .carousel-control-prev-icon,
.rept-hero-control .carousel-control-next-icon {
    width: 0.8rem;
    height: 0.8rem;
    filter: invert(1);
}

.rept-hero-control:hover {
    background: #111827;
}

.rept-showcase {
    min-height: 280px;
}

.rept-hero-spotlight {
    display: grid;
    grid-template-columns: 86px 1fr;
    align-items: center;
    gap: 0.9rem;
    padding: 0.8rem;
    border-radius: 16px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.rept-hero-spotlight-thumb {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: #f9fafb;
}

.rept-hero-spotlight-thumb img {
    width: 100%;
    height: 86px;
    object-fit: contain;
    padding: 4px;
}

.rept-hero-spotlight-label {
    display: inline-flex;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 0.2rem;
}

.rept-hero-spotlight-body h6 {
    margin: 0;
    font-size: 1rem;
    color: #111827;
}

.rept-hero-spotlight-meta {
    margin-top: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.rept-hero-spotlight-meta strong {
    font-size: 1rem;
    font-weight: 800;
    color: #111827;
}

.rept-floating-grain {
    position: absolute;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(17, 24, 39, 0.07);
}

.rept-grain-1 {
    top: 20px;
    left: 20px;
}
.rept-grain-2 {
    top: 26%;
    right: 8%;
}
.rept-grain-3 {
    bottom: 12%;
    left: 10%;
}

.rept-link-arrow {
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.rept-featured-swiper .swiper-slide > div,
.rept-featured-swiper .swiper-slide > article {
    height: 100%;
}

.rept-essentials-grid {
    align-items: stretch;
}

.rept-essential-card {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.rept-home-card {
    display: flex;
    flex-direction: column;
}

.rept-home-card .rept-product-image-wrap {
    aspect-ratio: 1 / 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.rept-home-card .rept-product-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rept-card-body {
    min-height: 132px;
    display: flex;
    flex-direction: column;
}

.rept-badge-stack {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rept-badge {
    font-size: 0.66rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    color: #111827;
    border: 1px solid transparent;
    background: #f3f4f6;
}

.rept-badge.is-new {
    background: #e0f2fe;
    border-color: #bae6fd;
    color: #0c4a6e;
}

.rept-badge.is-best {
    background: #fef3c7;
    border-color: #fde68a;
    color: #78350f;
}

.rept-badge.is-stock {
    background: #dcfce7;
    border-color: #bbf7d0;
    color: #14532d;
}

.rept-essential-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.rept-product-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 24, 39, 0.09);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(20, 24, 31, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.rept-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 28px rgba(20, 24, 31, 0.15);
}

.rept-product-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.rept-product-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.rept-product-card:hover .rept-product-image {
    transform: scale(1.04);
}

.rept-product-category {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 999px;
    padding: 0.3rem 0.62rem;
    background: rgba(241, 190, 72, 0.9);
    color: #111;
    font-size: 0.7rem;
    font-weight: 700;
}

.rept-price {
    font-size: 1.02rem;
    font-weight: 800;
    color: #111;
}

.rept-qty-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
}

.rept-qty-btn {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(17, 24, 39, 0.2);
    background: #fff;
    padding: 0;
}

.rept-qty-count {
    min-width: 26px;
    text-align: center;
    font-weight: 800;
}

.rept-qty-large .rept-qty-btn {
    width: 40px;
    height: 40px;
}

.benefit-card,
.recipe-card,
.testimonial-card,
.subscription-card {
    border-radius: 16px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 20px rgba(25, 31, 43, 0.08);
    padding: 1rem;
}

.benefit-card i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(241, 190, 72, 0.28);
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
}

.benefit-card h6,
.recipe-card h6,
.testimonial-card h6 {
    margin-bottom: 0.35rem;
}

.benefit-card p,
.recipe-card p,
.testimonial-card p,
.subscription-card p {
    margin-bottom: 0;
    color: var(--rept-muted);
    font-size: 0.9rem;
}

.story-strip {
    display: grid;
    gap: 0.65rem;
}

.story-strip span {
    border-radius: 14px;
    padding: 0.8rem 1rem;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    font-weight: 600;
}

.rept-showcase-card {
    padding: 1rem;
    background: #ffffff;
}

.section-label {
    color: #9a741b;
}

.rept-showcase-stage {
    border-radius: 18px;
    padding: 0.75rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: linear-gradient(180deg, #ffffff, #fdfdfd);
}

.rept-showcase-points {
    display: grid;
    gap: 0.55rem;
    color: #374151;
}

.rept-showcase-points li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.92rem;
}

.rept-showcase-points i {
    color: var(--rept-wheat-deep);
}

.rept-showcase-product-card {
    height: 100%;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    color: #111827;
}

.rept-showcase-product-card img {
    width: 100%;
    max-width: 160px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    margin-bottom: 0.6rem;
}

.rept-showcase-product-card span {
    font-size: 0.84rem;
    font-weight: 700;
    text-align: center;
}

.subscription-card li {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.rept-footer {
    background: linear-gradient(160deg, #121212, #1d1d1d);
}

.rept-newsletter {
    border-radius: 24px;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.95),
        rgba(252, 244, 220, 0.94)
    );
}

.rept-newsletter-form {
    display: grid;
    grid-template-columns: minmax(180px, 300px) auto;
    gap: 0.7rem;
}

.rept-social-link {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.rept-footer-list li {
    margin-bottom: 0.5rem;
}

.rept-footer-list a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.rept-footer-list a:hover,
.rept-social-link:hover {
    color: #fff;
    opacity: 1;
}

.rept-product-page {
    padding-top: 9rem;
}

.rept-product-viewer-card {
    position: sticky;
    top: 120px;
}

.rept-main-product-wrap {
    border-radius: 16px;
    border: 1px solid rgba(17, 24, 39, 0.09);
    background: #fff;
    overflow: hidden;
    margin-bottom: 0.9rem;
}

.rept-main-product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    cursor: grab;
}

.rept-360-badge {
    display: inline-block;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    padding: 0.35rem 0.74rem;
    background: rgba(241, 190, 72, 0.24);
    font-size: 0.74rem;
    font-weight: 700;
}

.rept-thumb-btn {
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    padding: 0;
    background: #fff;
}

.rept-thumb-btn.active {
    border-color: var(--rept-wheat-deep);
    box-shadow: 0 0 0 1px rgba(204, 149, 38, 0.2);
}

.rept-thumb-btn img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.rept-benefit-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.rept-benefit-icons span {
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 999px;
    padding: 0.34rem 0.72rem;
    font-size: 0.84rem;
    background: rgba(255, 255, 255, 0.9);
}

.rept-nutrition-table td {
    border-bottom: 1px dashed rgba(17, 24, 39, 0.16);
    padding: 0.46rem 0;
}

.rept-rating {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(241, 190, 72, 0.24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.rept-sticky-buy {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1060;
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    padding: 0.6rem 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--rept-shadow);
}

.premium-back-top {
    background: var(--rept-wheat);
    color: #111;
}

@media (max-width: 991.98px) {
    .rept-header-wrap {
        box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
    }

    .rept-main-nav-wrap {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .rept-nav-collapse {
        margin-top: 0.65rem;
        border-top: 1px solid rgba(17, 24, 39, 0.08);
        padding-top: 0.65rem;
    }

    .rept-hero-section {
        padding: 7.9rem 0 2.7rem;
    }

    .rept-hero-shell {
        padding: 0;
    }

    .rept-hero-media-wrap {
        min-height: 320px;
    }

    .rept-hero-banner-img,
    .rept-three-container {
        min-height: 320px;
        padding: 0;
        border-radius: 16px;
    }

    .rept-benefit-card h6 {
        font-size: 1.08rem;
    }

    .rept-benefit-card p {
        font-size: 0.84rem;
    }

    .rept-hero-control {
        width: 32px;
        height: 32px;
    }

    .rept-hero-media-tag {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .rept-kpis {
        grid-template-columns: 1fr;
    }

    .rept-newsletter-form {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .rept-product-page {
        padding-top: 8.2rem;
    }

    .rept-product-viewer-card {
        position: static;
    }

    .rept-glass-nav {
        padding: 0.5rem 0.2rem;
    }

    .rept-home-card .rept-product-image {
        aspect-ratio: 1 / 1;
    }

    .rept-card-body {
        min-height: 122px;
    }

    .rept-hero-stage {
        gap: 0.7rem;
    }
}
