/* Repa catalogue: dark intro → light ecommerce listing (matches white product photos) */
.repa-prod {
    --rp-ink: #14171c;
    --rp-muted: #5c6570;
    --rp-line: #e4e7eb;
    --rp-paper: #f4f5f7;
    --rp-white: #ffffff;
    --rp-accent: #b21f27;
    --rp-accent-hover: #96191f;
    --rp-accent-soft: rgba(178, 31, 39, 0.35);
    --rp-dark: #0a0b0d;
    --rp-display: Syne, "Arial Narrow", sans-serif;
    --rp-body: Barlow, "Helvetica Neue", sans-serif;
    position: relative;
    background: var(--rp-dark);
    color: #fff;
    font-family: var(--rp-body);
    overflow: visible;
    isolation: isolate;
}

.repa-prod h1,
.repa-prod h2,
.repa-prod h3 {
    font-family: var(--rp-display);
    position: relative;
}

.repa-prod h1::before,
.repa-prod h1::after,
.repa-prod h2::before,
.repa-prod h2::after,
.repa-prod h3::before,
.repa-prod h3::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.repa-prod__wrap {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

/* Contact-style hero — clipped so mark/glow never spill into listing */
.repa-prod__hero {
    position: relative;
    z-index: 1;
    min-height: clamp(300px, 48vh, 560px);
    display: flex;
    align-items: flex-end;
    padding: 8rem 0 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.repa-prod__hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 55% at 15% 20%, var(--rp-accent-soft), transparent 55%),
        radial-gradient(ellipse 50% 40% at 85% 70%, rgba(255, 255, 255, 0.05), transparent 50%),
        linear-gradient(165deg, #101217 0%, #070809 55%, #0d1014 100%);
}

.repa-prod__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.repa-prod__glow {
    position: absolute;
    width: 42vw;
    height: 42vw;
    max-width: 520px;
    max-height: 520px;
    right: -8%;
    top: 10%;
    border: 1px solid rgba(178, 31, 39, 0.35);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    animation: rp-orbit 18s linear infinite;
}

.repa-prod__glow::before {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.repa-prod__scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 35%;
    background: linear-gradient(90deg, transparent, var(--rp-accent), transparent);
    opacity: 0.55;
    animation: rp-scan 7s ease-in-out infinite;
}

.repa-prod__hero-inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 2.5rem));
    margin: 0 auto;
}

.repa-prod__crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    margin: 0 0 1rem;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.repa-prod__crumb a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
}

.repa-prod__crumb a:hover { color: #fff !important; }
.repa-prod__crumb span { opacity: 0.4; }

.repa-prod__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1.15rem;
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--rp-accent);
    font-weight: 600;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.repa-prod__eyebrow::before {
    content: "";
    width: 2rem;
    height: 2px;
    background: var(--rp-accent);
}

.repa-prod__title {
    margin: 0;
    max-width: 18ch;
    color: #fff;
    font-weight: 800;
    font-size: clamp(2.2rem, 5.5vw, 4.6rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.repa-prod__title-line {
    display: inline-block;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.85s ease 0.12s, transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}

.repa-prod__sub {
    margin: 1.35rem 0 0;
    max-width: 38rem;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.58);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.28s, transform 0.8s ease 0.28s;
}

.repa-prod__mark {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: var(--rp-display);
    font-weight: 800;
    font-size: clamp(3.5rem, 12vw, 9.5rem);
    line-height: 0.8;
    letter-spacing: -0.06em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
    pointer-events: none;
    user-select: none;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 1.1s ease 0.2s, transform 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    z-index: 0;
}

.repa-prod__hero-inner > *:not(.repa-prod__mark) {
    position: relative;
    z-index: 1;
}

.repa-prod.is-ready .repa-prod__crumb,
.repa-prod.is-ready .repa-prod__eyebrow,
.repa-prod.is-ready .repa-prod__title-line,
.repa-prod.is-ready .repa-prod__sub,
.repa-prod.is-ready .repa-prod__mark {
    opacity: 1;
    transform: none;
}

@keyframes rp-orbit {
    to { transform: rotate(360deg); }
}

@keyframes rp-scan {
    0%, 100% { top: 28%; opacity: 0.25; }
    50% { top: 62%; opacity: 0.7; }
}

/* Light catalogue stage — force readable colors against Repa dark theme */
.repa-prod__main {
    position: relative;
    z-index: 2;
    background: var(--rp-paper) !important;
    color: var(--rp-ink) !important;
    padding: 2.25rem 0 5rem;
    isolation: isolate;
}

.repa-prod__main a {
    padding: 0 !important;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
}

.repa-prod__main h1,
.repa-prod__main h2,
.repa-prod__main h3 {
    color: var(--rp-ink) !important;
    margin: 0 !important;
    position: static !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
    font-weight: 700 !important;
    flex-basis: auto !important;
}

.repa-prod__main--detail {
    padding-top: 2.25rem;
}

.repa-prod__layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.repa-prod__aside {
    position: sticky;
    top: 5.5rem;
    z-index: 3;
    padding: 1.15rem 1.1rem 1.25rem;
    background: var(--rp-white) !important;
    border: 1px solid var(--rp-line);
    box-shadow: 0 10px 30px rgba(20, 23, 28, 0.04);
    color: var(--rp-ink) !important;
}

.repa-prod__aside-head,
.repa-prod__aside-foot,
.repa-prod__filters-btn,
.repa-prod__filters-backdrop {
    display: none;
}

.repa-prod__aside-body {
    display: block;
}

.repa-prod__aside-title {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.7rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6b7580 !important;
}

.repa-prod__aside-ico {
    display: inline-flex;
    width: 15px;
    height: 15px;
    color: var(--rp-accent);
    flex: 0 0 auto;
}

.repa-prod__aside-ico svg {
    width: 100%;
    height: 100%;
    display: block;
}

.repa-prod__aside-count {
    margin-left: auto;
    padding: 0.12rem 0.4rem;
    border: 1px solid #e0e4ea;
    background: #f7f8fa;
    color: #8a939e !important;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.repa-prod__search {
    margin-bottom: 1.05rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--rp-line);
}

.repa-prod__search--nsn {
    margin-top: -0.15rem;
}

.repa-prod__search-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.4rem;
}

.repa-prod__search input {
    width: 100%;
    padding: 0.6rem 0.7rem;
    border: 1px solid var(--rp-line);
    background: #fafbfc !important;
    color: var(--rp-ink) !important;
    font-size: 0.9rem;
}

.repa-prod__search input::placeholder {
    color: #9aa3ad !important;
}

.repa-prod__search input:focus {
    outline: none;
    border-color: rgba(178, 31, 39, 0.45);
    background: #fff !important;
}

.repa-prod__search button {
    padding: 0.6rem 0.8rem !important;
    border: 1px solid var(--rp-accent);
    background: var(--rp-accent);
    color: #fff !important;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
}

.repa-prod__search button:hover {
    background: var(--rp-accent-hover);
    color: #fff !important;
}

.repa-prod__facet {
    margin-bottom: 1.1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--rp-line);
}

.repa-prod__facet:last-of-type {
    border-bottom: 0;
    margin-bottom: 0.75rem;
    padding-bottom: 0;
}

.repa-prod__facet-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    max-height: 176px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #c5cbd3 transparent;
}

.repa-prod__facet-list--short {
    max-height: none;
    overflow: visible;
}

.repa-prod__facet-list--compact {
    max-height: 132px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem;
}

.repa-prod__facet-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    padding: 0.4rem 0.45rem !important;
    color: #2f3844 !important;
    text-decoration: none !important;
    font-size: 0.86rem;
    line-height: 1.25;
    border: 1px solid transparent;
    background: transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.repa-prod__facet-list a > span:last-child {
    color: #8a939e !important;
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
    margin-left: auto;
    flex: 0 0 auto;
}

.repa-prod__facet-txt {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    min-width: 0;
    flex: 1 1 auto;
}

.repa-prod__facet-txt strong {
    font-size: 0.82rem;
    font-weight: 700;
    color: inherit !important;
    line-height: 1.2;
}

.repa-prod__facet-txt em {
    font-style: normal;
    font-size: 0.74rem;
    color: #7a8490 !important;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.repa-prod__facet-list a:hover {
    background: #f7f8fa;
    color: var(--rp-ink) !important;
}

.repa-prod__facet-list a.is-active {
    border-color: rgba(178, 31, 39, 0.35);
    background: rgba(178, 31, 39, 0.06);
    color: var(--rp-accent) !important;
    font-weight: 600;
}

.repa-prod__facet-list a.is-active > span:last-child {
    color: var(--rp-accent) !important;
}

.repa-prod__clear {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rp-accent) !important;
    text-decoration: none !important;
}

.repa-prod__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1.35rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #d8dde3;
}

.repa-prod__meta {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6a7380 !important;
}

.repa-prod__meta span {
    color: #9aa3ad !important;
    font-weight: 600;
}

.repa-prod__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.repa-prod__chip {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.65rem !important;
    border: 1px solid #d5dae1;
    background: #fff !important;
    color: var(--rp-ink) !important;
    text-decoration: none !important;
    font-size: 0.78rem;
    font-weight: 600;
}

.repa-prod__chip:hover {
    border-color: var(--rp-accent);
    color: var(--rp-accent) !important;
}

.repa-prod__facet-q {
    width: 100%;
    margin: 0 0 0.55rem;
    padding: 0.45rem 0.6rem;
    border: 1px solid var(--rp-line);
    background: #fafbfc !important;
    color: var(--rp-ink) !important;
    font-size: 0.84rem;
}

.repa-prod__facet-q:focus {
    outline: none;
    border-color: rgba(178, 31, 39, 0.45);
    background: #fff !important;
}

.repa-prod__facet-empty {
    margin: 0.35rem 0 0;
    font-size: 0.8rem;
    color: #8a939e !important;
}

.repa-prod__facet-list li[hidden] {
    display: none !important;
}

.repa-prod__content {
    min-width: 0;
}

/* Catalogue cards — stable baseline */
.repa-prod__gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.repa-prod__item {
    --i: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff !important;
    border: 1px solid #e6e9ee;
    overflow: hidden;
    opacity: 0;
    animation: rp-item-in 0.45s ease forwards;
    animation-delay: calc(var(--i) * 30ms);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.repa-prod__item:hover {
    border-color: rgba(178, 31, 39, 0.35);
    box-shadow: 0 12px 28px rgba(20, 23, 28, 0.07);
}

.repa-prod__item-shot {
    display: block;
    aspect-ratio: 1 / 1;
    background: #f4f5f7 !important;
    border-bottom: 1px solid #eef0f3;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

.repa-prod__item-shot img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    position: static !important;
    background: transparent !important;
}

.repa-prod__item-copy {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem 1.1rem 0.9rem;
    flex: 1 1 auto;
}

.repa-prod__item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a939e !important;
}

.repa-prod__item-meta span:first-child {
    color: var(--rp-accent) !important;
}

.repa-prod__item-name {
    margin: 0 !important;
    font-family: var(--rp-display);
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
    color: var(--rp-ink) !important;
    text-transform: none !important;
}

.repa-prod__item-name a {
    color: inherit !important;
    text-decoration: none !important;
    padding: 0 !important;
}

.repa-prod__item-name a:hover {
    color: var(--rp-accent) !important;
}

.repa-prod__item:hover .repa-prod__item-name a {
    color: var(--rp-accent) !important;
}

/* Listing cards — scoped so detail dl rules cannot bleed in */
.repa-prod__item .repa-prod__specs {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.repa-prod__item .repa-prod__specs > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
    padding: 0;
    border: 0;
}

.repa-prod__item .repa-prod__specs > .repa-prod__specs-row--full {
    grid-template-columns: minmax(0, 1fr);
}

.repa-prod__item .repa-prod__spec {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.55rem 0.65rem;
    background: #f6f7f9;
    border: 0;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.repa-prod__item .repa-prod__specs-val {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}

.repa-prod__item .repa-prod__specs-val--wrap {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.repa-prod__specs-ico {
    flex: 0 0 auto;
    display: inline-flex;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.12rem;
    color: var(--rp-accent);
}

.repa-prod__specs-ico svg {
    width: 100%;
    height: 100%;
    display: block;
}

.repa-prod__spec > div {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.repa-prod__specs-lab {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a939e !important;
}

.repa-prod__specs-val {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.3;
    color: #252a32 !important;
    word-break: break-word;
}

.repa-prod__item-more {
    align-self: stretch;
    justify-content: center !important;
    gap: 0.55rem;
    margin: auto 1.1rem 1.15rem !important;
    width: calc(100% - 2.2rem);
    box-sizing: border-box;
    min-height: 3rem;
    padding: 0.95rem 1.25rem !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.14em !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.repa-prod__item-more svg {
    width: 1.05rem;
    height: 1.05rem;
    display: block;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

.repa-prod__item-more:hover,
.repa-prod__item-more:focus {
    background: #96191f !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.repa-prod__item-more:hover svg,
.repa-prod__item-more:focus svg {
    transform: translateX(3px);
}

.repa-prod__empty {
    padding: 3rem 1.5rem;
    background: #fff !important;
    border: 1px dashed #d0d5db;
    color: var(--rp-muted) !important;
    text-align: center;
}

@keyframes rp-item-in {
    to { opacity: 1; }
}

@media (max-width: 991px) {
    .repa-prod__gallery {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .repa-prod__item .repa-prod__specs > div:not(.repa-prod__specs-row--full) {
        grid-template-columns: 1fr;
    }
}

/* Products listing: same menu as Contact (theme default). No header overrides. */
.banner-page:has(.repa-prod) .logo-circle {
    display: none !important;
}

.repa-prod__aside {
    top: 6.25rem;
}

/* Detail grid inside light stage */
.repa-prod__detail {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.75rem;
    padding: 0;
    align-items: start;
}

.repa-prod__detail-media {
    border: 1px solid var(--rp-line);
    background: #fff;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(20, 23, 28, 0.06);
}

.repa-prod__detail-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.5rem;
    display: block;
    background: #fff;
}

.repa-prod__detail-info {
    background: #fff;
    border: 1px solid var(--rp-line);
    padding: 1.5rem 1.5rem 1.65rem;
    box-shadow: 0 12px 36px rgba(20, 23, 28, 0.06);
}

.repa-prod__detail-title {
    margin: 0 0 0.75rem;
    color: var(--rp-ink);
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.repa-prod__detail-lead {
    margin: 0 0 1.1rem;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--rp-muted);
}

.repa-prod__detail-info .repa-prod__specs {
    margin: 0 0 1.4rem;
    padding: 0;
    border-top: 1px solid var(--rp-line);
}

.repa-prod__detail-info .repa-prod__specs > div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--rp-line);
}

.repa-prod__detail-info .repa-prod__specs dt {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a939e;
}

.repa-prod__detail-info .repa-prod__specs dd {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: var(--rp-ink);
}

.repa-prod__spec-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.repa-prod__spec-tags a {
    display: inline-flex;
    padding: 0.3rem 0.55rem;
    border: 1px solid var(--rp-line);
    background: #f7f8fa;
    color: var(--rp-ink) !important;
    text-decoration: none !important;
    font-size: 0.8rem;
}

.repa-prod__spec-tags a:hover {
    border-color: var(--rp-accent);
    color: var(--rp-accent) !important;
}

.repa-prod__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.repa-prod__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.15rem;
    font-family: var(--rp-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.repa-prod__btn--primary {
    background: var(--rp-accent);
    border: 1px solid var(--rp-accent);
    color: #fff !important;
}

.repa-prod__btn--primary:hover {
    background: var(--rp-accent-hover);
}

.repa-prod__btn--ghost {
    background: transparent;
    border: 1px solid #c8ced6;
    color: var(--rp-ink) !important;
}

.repa-prod__btn--ghost:hover {
    border-color: var(--rp-accent);
    color: var(--rp-accent) !important;
}

.repa-prod__detail-body {
    margin-top: 1.25rem;
    padding: 1.5rem 1.5rem 1.75rem;
    background: #fff;
    border: 1px solid var(--rp-line);
    box-shadow: 0 8px 24px rgba(20, 23, 28, 0.04);
}

.repa-prod__section-label {
    margin: 0 0 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rp-accent);
}

.repa-prod__prose {
    font-size: 1rem;
    line-height: 1.65;
    color: #3f4854;
    max-width: 70ch;
}

.repa-prod__back {
    display: inline-block;
    margin-top: 1.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5c6570 !important;
    text-decoration: none !important;
}

.repa-prod__back:hover {
    color: var(--rp-accent) !important;
}

@media (max-width: 991px) {
    .repa-prod__hero {
        min-height: 0;
        padding: 6.5rem 0 2.25rem;
    }

    .repa-prod__sub {
        font-size: 0.95rem;
    }

    .repa-prod__layout {
        display: flex;
        flex-direction: column;
        gap: 0;
        grid-template-columns: none;
    }

    .repa-prod__content {
        order: 1;
        width: 100%;
    }

    .repa-prod__toolbar {
        position: sticky;
        top: 64px;
        z-index: 20;
        align-items: center;
        gap: 0.65rem;
        margin: 0 0 1rem;
        padding: 0.75rem 0;
        background: var(--rp-paper);
        border-bottom: 1px solid #d8dde3;
    }

    .repa-prod__chips {
        flex-basis: 100%;
        order: 3;
    }

    .repa-prod__filters-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        margin-left: auto;
        padding: 0.55rem 0.8rem;
        border: 1px solid var(--rp-line);
        background: #fff;
        color: var(--rp-ink) !important;
        font-family: var(--rp-display);
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        cursor: pointer;
    }

    .repa-prod__filters-btn svg {
        width: 1rem;
        height: 1rem;
        color: var(--rp-accent);
    }

    .repa-prod__filters-btn em {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 1.2rem;
        height: 1.2rem;
        padding: 0 0.3rem;
        background: var(--rp-accent);
        color: #fff !important;
        font-style: normal;
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0;
    }

    .repa-prod__filters-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 90;
        margin: 0;
        padding: 0;
        border: 0;
        background: rgba(10, 11, 13, 0.55);
        cursor: pointer;
    }

    .repa-prod.is-filters-open .repa-prod__filters-backdrop {
        display: block;
    }

    .repa-prod__aside {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 95;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-height: min(88vh, 100%);
        height: min(88vh, 100%);
        margin: 0;
        padding: 0;
        border: 0;
        border-top: 1px solid #d8dde3;
        border-radius: 14px 14px 0 0;
        box-shadow: 0 -16px 40px rgba(10, 11, 13, 0.22);
        transform: translate3d(0, 110%, 0);
        transition: transform 0.28s ease;
        overflow: hidden;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .repa-prod.is-filters-open .repa-prod__aside {
        transform: translate3d(0, 0, 0);
    }

    .repa-prod__aside-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        flex: 0 0 auto;
        padding: 0.95rem 1.1rem;
        border-bottom: 1px solid var(--rp-line);
        background: #fff;
    }

    .repa-prod__aside-head-title {
        margin: 0;
        font-family: var(--rp-display);
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--rp-ink) !important;
    }

    .repa-prod__aside-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid var(--rp-line);
        background: #f7f8fa;
        color: var(--rp-ink);
        font-size: 1.4rem;
        line-height: 1;
        cursor: pointer;
    }

    .repa-prod__aside-body {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        padding: 1rem 1.1rem 1.15rem;
    }

    .repa-prod__aside-body .repa-prod__clear {
        display: none;
    }

    .repa-prod__aside-foot {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        flex: 0 0 auto;
        padding: 0.85rem 1.1rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid var(--rp-line);
        background: #fff;
    }

    .repa-prod__aside-clear {
        flex: 0 0 auto;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--rp-accent) !important;
        text-decoration: none !important;
        white-space: nowrap;
    }

    .repa-prod__aside-done {
        flex: 1 1 auto;
        width: auto;
        min-height: 2.85rem;
        justify-content: center;
        gap: 0.35rem;
    }

    .repa-prod__aside-done span {
        opacity: 0.85;
        font-weight: 600;
        letter-spacing: 0;
    }

    .repa-prod__gallery {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .repa-prod__detail {
        grid-template-columns: 1fr;
        gap: 1.15rem;
        padding-top: 0;
    }

    .repa-prod__detail-media {
        aspect-ratio: 4 / 3;
    }

    .repa-prod__detail-info .repa-prod__specs > div {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}

@media (min-width: 640px) and (max-width: 991px) {
    .repa-prod__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

html.repa-prod-filters-lock,
html.repa-prod-filters-lock body {
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none;
}

html.repa-prod-filters-lock .repa-prod__aside-body {
    touch-action: pan-y;
}

/* ═══════════════════════════════════════════
   Product detail — fullscreen slide deck
   ═══════════════════════════════════════════ */
body:has(.repa-pd) {
    overflow: hidden !important;
    height: 100%;
    --pd-progress: 0;
}

/* Alttaki site progress bar: slide deck’te native scroll yok → slide index ile sür */
@media (min-width: 992px) {
    body:has(.repa-pd)::before {
        animation: none !important;
        transform: scaleX(var(--pd-progress, 0));
        transform-origin: left;
        transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 1200;
    }
}

/* Product detail: fullscreen stage — keep theme menu readable (Contact DNA) */
body:has(.repa-pd) > .banner-page > footer {
    display: none !important;
}

body:has(.repa-pd) > .banner-page > header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    pointer-events: auto !important;
    /* Let theme header-shape paint the bar — don't invent a second chrome */
    background: transparent !important;
}

body:has(.repa-pd) > .banner-page > header .header-shape {
    background-color: rgba(23, 23, 23, 0.97) !important;
    border-bottom: 1px solid #b21f27 !important;
    opacity: 1 !important;
}

body:has(.repa-pd) > .banner-page > header .logo img {
    opacity: 1 !important;
    filter: none !important;
}

body:has(.repa-pd) > .banner-page > header .menu-mobile,
body:has(.repa-pd) > .banner-page > header .menu-mobile span,
body:has(.repa-pd) > .banner-page > header .burger,
body:has(.repa-pd) > .banner-page > header .hamburger {
    color: #fff !important;
    border-color: rgba(255,255,255,0.55) !important;
}

body:has(.repa-pd) > .banner-page > header .menu-mobile span,
body:has(.repa-pd) > .banner-page > header .menu-mobile i,
body:has(.repa-pd) > .banner-page > header .burger span {
    background-color: #fff !important;
}

body:has(.repa-pd) .social-links-wrapper {
    display: none !important;
}

.repa-pd {
    --pd-ink: #14171c;
    --pd-muted: #6a7380;
    --pd-accent: #b21f27;
    --pd-dark: #08090b;
    --pd-display: Syne, "Arial Narrow", sans-serif;
    --pd-body: Barlow, "Helvetica Neue", sans-serif;
    --pd-ease: cubic-bezier(0.77, 0, 0.175, 1);
    --pd-dur: 0.78s;
    position: fixed;
    inset: 0;
    z-index: 1;
    background: var(--pd-dark);
    color: #fff;
    font-family: var(--pd-body);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: auto;
}

.repa-pd.is-ready { opacity: 1; }

.repa-pd__back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.85rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,0.72) !important;
    text-decoration: none !important;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.repa-pd__back svg { width: 0.95rem; height: 0.95rem; }

.repa-pd__back:hover {
    color: #fff !important;
}

.repa-pd__dots {
    position: fixed;
    right: max(0.85rem, env(safe-area-inset-right, 0px));
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.repa-pd__dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.repa-pd__dots button.is-active {
    background: var(--pd-accent);
    border-color: var(--pd-accent);
    transform: scale(1.15);
}

.repa-pd__viewport {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.repa-pd__track {
    will-change: transform;
    transition: transform var(--pd-dur) var(--pd-ease);
}

.repa-pd__slide {
    position: relative;
    box-sizing: border-box;
    height: 100svh;
    height: 100dvh;
    overflow: hidden;
}


.repa-pd__slide--hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-rows: 1fr;
    align-items: stretch;
    gap: 0 clamp(1.5rem, 3vw, 3rem);
    width: min(1200px, calc(100% - 4rem));
    margin-inline: auto;
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: 5.25rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    overflow: hidden;
}

.repa-pd__stage-visual {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background:
        radial-gradient(ellipse 60% 50% at 50% 45%, rgba(178, 31, 39, 0.18), transparent 65%),
        linear-gradient(145deg, #12141a 0%, #070809 55%, #0e1014 100%);
}

.repa-pd__shot {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
    z-index: 1;
}

.repa-pd__shot.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.repa-pd__shot img,
.repa-pd__stage-visual > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: clamp(1.25rem, 4vw, 3rem) !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: block !important;
}

.repa-pd__shot.is-active img {
    opacity: 0;
    transform: translateY(10px);
    animation: pd-img-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
}

.repa-pd__shot--logo {
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.repa-pd__shot--logo img,
.repa-pd__shot--logo.is-active img {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: min(72%, 360px) !important;
    height: auto !important;
    max-height: min(52%, 220px) !important;
    padding: 1.25rem !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.repa-pd__gallery-ui {
    position: absolute;
    left: 50%;
    bottom: 1.15rem;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    transform: translateX(-50%);
}

.repa-pd__gallery-nav {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(8,9,11,0.55);
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(6px);
}

.repa-pd__gallery-nav:hover {
    border-color: var(--pd-accent);
    background: rgba(178, 31, 39, 0.9);
}

.repa-pd__gallery-dots {
    display: flex;
    gap: 0.35rem;
}

.repa-pd__gallery-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.4);
    background: transparent;
    cursor: pointer;
}

.repa-pd__gallery-dots button.is-active {
    background: var(--pd-accent);
    border-color: var(--pd-accent);
}

.repa-pd__stage-visual:has(.repa-pd__shot--logo.is-active) .repa-pd__stage-fade,
.repa-pd__stage-visual:has(.repa-pd__shot--logo.is-active) .repa-pd__stage-grid {
    opacity: 0;
}

.repa-pd__stage-visual:has(.repa-pd__shot--logo.is-active) .repa-pd__gallery-nav {
    border-color: rgba(20, 23, 28, 0.2);
    background: rgba(255,255,255,0.92);
    color: #14171c;
}

.repa-pd__stage-visual:has(.repa-pd__shot--logo.is-active) .repa-pd__gallery-dots button {
    border-color: rgba(20, 23, 28, 0.35);
}

.repa-pd__stage-fade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient(0deg, rgba(8,9,11,0.45) 0%, transparent 40%);
}

.repa-pd__stage-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 10%, transparent 75%);
    animation: pd-grid-drift 22s linear infinite;
}

.repa-pd__stage-copy {
    position: relative;
    z-index: 4;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 1rem 0 3.5rem;
    opacity: 0;
    transform: translateY(14px);
    animation: pd-copy-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
}

.repa-pd__crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    margin: 0 0 1.25rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

.repa-pd__crumb a {
    color: rgba(255,255,255,0.7) !important;
    text-decoration: none !important;
}

.repa-pd__crumb a:hover { color: #fff !important; }

.repa-pd__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pd-accent);
}

.repa-pd__title {
    margin: 0 0 1.15rem !important;
    font-family: var(--pd-display);
    font-size: clamp(1.5rem, 3.2vw, 2.35rem) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
    color: #fff !important;
    text-transform: none !important;
    max-width: 15ch;
}

.repa-pd__facts {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
    max-width: 420px;
}

.repa-pd__facts li {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.repa-pd__facts span {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.42);
}

.repa-pd__facts strong {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    word-break: break-word;
}

.repa-pd__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.repa-pd__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3rem;
    padding: 0.8rem 1.15rem;
    font-family: var(--pd-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 0;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.repa-pd__btn svg {
    width: 1.05rem;
    height: 1.05rem;
    transition: transform 0.2s ease;
}

.repa-pd__btn--primary {
    background: var(--pd-accent);
    border: 1px solid var(--pd-accent);
    color: #fff !important;
}

.repa-pd__btn--primary:hover {
    background: #96191f;
    border-color: #96191f;
    color: #fff !important;
    transform: translateY(-1px);
}

.repa-pd__btn--primary:hover svg { transform: translateX(3px); }

.repa-pd__btn--ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff !important;
}

.repa-pd__btn--ghost:hover {
    border-color: rgba(255,255,255,0.55);
}

.repa-pd__btn--compact {
    min-height: 2.6rem;
    padding: 0.65rem 1rem;
}

.repa-pd__scroll-hint {
    position: absolute;
    left: 50%;
    bottom: 1.1rem;
    z-index: 5;
    grid-column: 1 / -1;
    width: 28px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.28);
    background: transparent;
    transform: translateX(-50%);
    cursor: pointer;
}

.repa-pd__scroll-hint span {
    display: block;
    width: 4px;
    height: 8px;
    margin: 8px auto 0;
    background: var(--pd-accent);
    animation: pd-hint 1.4s ease-in-out infinite;
}

.repa-pd[data-pd-index]:not([data-pd-index="0"]) .repa-pd__scroll-hint {
    opacity: 0;
    pointer-events: none;
}

.repa-pd__slide--panel {
    background: #f3f4f6;
    color: var(--pd-ink);
    display: flex;
    align-items: center;
    padding: 5rem 0 2rem;
}

.repa-pd__panel {
    width: min(1120px, calc(100% - 2.5rem));
    margin: 0 auto;
    max-height: calc(100dvh - 6rem);
    overflow: auto;
    overscroll-behavior: contain;
    padding: 0.25rem 0 1rem;
}

.repa-pd__panel--fit { max-height: calc(100% - 0.5rem); }

.repa-pd__panel:has(> .repa-pd__panel-col) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
    align-items: start;
}

.repa-pd__panel-col { min-width: 0; }

.repa-pd__panel-head {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.repa-pd__kicker {
    margin: 0 0 0.3rem;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pd-accent);
}

.repa-pd__h2 {
    margin: 0 0 1.1rem !important;
    font-family: var(--pd-display);
    font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
    font-weight: 750 !important;
    letter-spacing: -0.02em !important;
    color: inherit !important;
    text-transform: none !important;
    line-height: 1.15 !important;
}

.repa-pd__slide--panel .repa-pd__h2 { color: var(--pd-ink) !important; }

.repa-pd__specs {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #d9dee5;
    border: 1px solid #d9dee5;
}

.repa-pd__specs > div {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin: 0;
    padding: 1rem 1.1rem;
    background: #fff;
}

.repa-pd__specs dt {
    margin: 0;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a939e;
}

.repa-pd__specs dd {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--pd-ink);
    line-height: 1.35;
}

.repa-pd__compat {
    margin-top: 1.35rem;
}

.repa-pd__compat-label {
    margin: 0 0 0.55rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a939e;
}

.repa-pd__compat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.repa-pd__compat-list a {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.7rem;
    border: 1px solid #d9dee5;
    background: #fff;
    color: var(--pd-ink) !important;
    text-decoration: none !important;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.2;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.repa-pd__compat-list a:hover {
    border-color: rgba(178, 31, 39, 0.45);
    color: var(--pd-accent) !important;
}

.repa-pd__prose {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3f4854;
    max-width: 54ch;
}

.repa-pd__prose p { margin: 0 0 1rem; }
.repa-pd__rich { margin-top: 0.75rem; }

.repa-pd__fit-lead {
    margin: -0.35rem 0 0;
    max-width: 42ch;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #66707c;
}

.repa-pd__search input {
    width: min(280px, 100%);
    padding: 0.65rem 0.8rem;
    border: 1px solid #d0d5dd;
    background: #fff;
    color: var(--pd-ink);
    font-size: 0.9rem;
}

.repa-pd__search input:focus {
    outline: none;
    border-color: rgba(178, 31, 39, 0.45);
}

.repa-pd__vrail {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.5rem;
}

.repa-pd__vrail-btn {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #d0d5dd;
    background: #fff;
    color: var(--pd-ink);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.repa-pd__vrail-btn:hover {
    border-color: var(--pd-accent);
    color: var(--pd-accent);
}

.repa-pd__platforms {
    list-style: none;
    margin: 0;
    padding: 0.15rem 0.15rem 0.65rem;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 240px);
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.repa-pd__platforms > li {
    scroll-snap-align: start;
}

.repa-pd__vcard {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e1e5eb;
    color: inherit !important;
    text-decoration: none !important;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.repa-pd__vcard:hover {
    border-color: rgba(178, 31, 39, 0.45);
    transform: translateY(-2px);
}

.repa-pd__vcard-media {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(ellipse 70% 55% at 50% 60%, rgba(178, 31, 39, 0.1), transparent 70%),
        linear-gradient(160deg, #eceff3 0%, #f7f8fa 55%, #e7ebf0 100%);
    overflow: hidden;
}

.repa-pd__vcard-media.has-photo {
    background: #111;
}

.repa-pd__vcard-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.repa-pd__vcard-sil {
    width: 62%;
    height: auto;
    opacity: 0.22;
    filter: grayscale(1);
    transform: translateY(6%);
}

.repa-pd__vcard-logo {
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    width: min(72%, 140px);
    height: auto;
    max-height: 40px;
    object-fit: contain;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.repa-pd__vcard-mark {
    position: absolute;
    left: 50%;
    bottom: 14%;
    transform: translateX(-50%);
    min-width: 2.4rem;
    padding: 0.35rem 0.55rem;
    background: var(--pd-dark);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.repa-pd__vcard-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.85rem 0.95rem 1rem;
}

.repa-pd__vcard-copy small {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a939e;
}

.repa-pd__vcard-copy strong {
    font-size: 1rem;
    font-weight: 700;
    color: var(--pd-ink);
    line-height: 1.25;
}

.repa-pd__vcard-copy em {
    margin-top: 0.35rem;
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pd-accent);
}

.repa-pd__platforms-empty { margin: 0.75rem 0 0; color: var(--pd-muted); }

.repa-pd__related {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.repa-pd__related-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e1e5eb;
    text-decoration: none !important;
    color: inherit !important;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.repa-pd__related-item:hover {
    border-color: rgba(178, 31, 39, 0.4);
    transform: translateY(-2px);
}

.repa-pd__related-shot {
    display: block;
    aspect-ratio: 1 / 1;
    background: #f7f8fa;
}

.repa-pd__related-shot img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 0.75rem !important;
    border: 0 !important;
    background: transparent !important;
}

.repa-pd__related-copy {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.85rem 0.9rem 1rem;
}

.repa-pd__related-copy small {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a939e;
}

.repa-pd__related-copy strong {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--pd-ink);
}





.repa-pd__slide--trust {
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
    background: #f3f4f6;
    color: var(--pd-ink);
}

.repa-pd__panel--trust {
    max-height: none;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    width: min(1120px, calc(100% - 4rem));
    margin-inline: auto;
}

.repa-pd__trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 3.5rem;
    align-items: start;
    margin: 0;
}

.repa-pd__trust-block .repa-pd__h2 {
    margin-bottom: 0.65rem !important;
    color: var(--pd-ink) !important;
}

.repa-pd__trust-lead {
    margin: 0.15rem 0 1rem;
    max-width: 44ch;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #66707c;
}

.repa-pd__badges {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
}

.repa-pd__badges li {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.55rem 0.55rem 0.6rem;
    background: #fff;
    border: 1px solid rgba(20, 23, 28, 0.08);
    border-left: 3px solid var(--pd-accent);
}

.repa-pd__badge-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.75rem;
    padding: 0.4rem;
    background: #fff;
}

.repa-pd__badge-logo img {
    max-width: 100%;
    max-height: 5.1rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.repa-pd__badge-meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    padding: 0 0.15rem;
}

.repa-pd__badge-mark {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pd-accent);
}

.repa-pd__badges strong {
    font-size: 0.78rem;
    font-weight: 650;
    color: var(--pd-ink);
    line-height: 1.25;
}

.repa-pd__text-link {
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pd-accent) !important;
    text-decoration: none !important;
}

.repa-pd__text-link:hover { opacity: 0.85; }

.repa-pd__faq {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 0;
    background: transparent;
}

.repa-pd__faq-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(20, 23, 28, 0.1);
}

.repa-pd__faq-item:last-child {
    border-bottom: 0;
}

.repa-pd__faq-item summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    font-size: 0.92rem;
    font-weight: 650;
    color: var(--pd-ink);
}

.repa-pd__faq-item summary::-webkit-details-marker { display: none; }

.repa-pd__faq-item summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--pd-accent);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}

.repa-pd__faq-item[open] summary::after { content: "–"; }

.repa-pd__faq-item[open] summary {
    color: var(--pd-accent);
}

.repa-pd__faq-item p {
    margin: 0;
    padding: 0 0 0.85rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #5a6570;
    max-width: 52ch;
}

.repa-pd__quote {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1rem 1.75rem;
    align-items: center;
    margin: 0;
    padding: 1.15rem 1.25rem;
    background: #14171c;
    color: #fff;
}

.repa-pd__quote .repa-pd__kicker { margin-bottom: 0.2rem; }
.repa-pd__quote .repa-pd__h2 {
    color: #fff !important;
    margin: 0 0 0.4rem !important;
    font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
}
.repa-pd__quote .repa-pd__trust-lead {
    color: rgba(255,255,255,0.68);
    margin: 0;
    max-width: 48ch;
}

.repa-pd__quote-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.repa-pd__btn--ghost-dark {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff !important;
}

.repa-pd__btn--ghost-dark:hover {
    border-color: rgba(255,255,255,0.55);
    color: #fff !important;
}


.repa-pd__slide--quote {
    background: #0a0b0d;
    color: #f3f1ec;
}

.repa-pd__panel--quote {
    max-height: calc(100dvh - 5.5rem);
    overflow: auto;
    width: min(1180px, calc(100% - 2.5rem));
    margin-inline: auto;
    padding-block: 0.5rem 1.25rem;
}

/* Contact form embed inside product quote slide */
.repa-contact--embed {
    background: transparent;
    overflow: visible;
}

.repa-contact--embed .repa-contact__stage-inner {
    width: 100%;
    margin: 0;
    gap: clamp(1.5rem, 3vw, 3rem);
}

.repa-contact--embed .repa-contact__channel,
.repa-contact--embed .repa-contact__panel {
    opacity: 1;
    transform: none;
}

.repa-contact--embed .repa-contact__section-label {
    margin-top: 0.15rem;
    margin-bottom: 0.75rem;
}

.repa-pd__quote-channels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
}

/* Contact form embed — kill theme title underline + tighten channels */
.repa-contact--embed :is(h1, h2, h3)::before,
.repa-contact--embed :is(h1, h2, h3)::after,
.repa-pd :is(h1, h2, h3)::before,
.repa-pd :is(h1, h2, h3)::after {
    content: none !important;
    display: none !important;
}

.repa-contact--embed .repa-pd__quote-ch {
    padding: 0.7rem 0.75rem;
    min-width: 0;
    align-items: center;
    gap: 0.55rem;
    border-color: rgba(255, 255, 255, 0.14);
}

.repa-contact--embed .repa-pd__quote-ch .repa-contact__channel-arrow {
    display: none;
}

.repa-contact--embed .repa-pd__quote-ch .repa-contact__channel-k {
    margin-bottom: 0.2rem;
    font-size: 0.62rem;
}

.repa-contact--embed .repa-pd__quote-ch .repa-contact__channel-v {
    font-size: 0.9rem;
    line-height: 1.3;
    word-break: break-word;
}

.repa-contact--embed .repa-contact__channel {
    padding: 0.95rem 1.1rem;
}

.repa-contact--embed .repa-contact__field textarea {
    min-height: 7.5rem;
}

.repa-contact--embed .repa-contact__submit {
    width: 100%;
    justify-content: center;
}

.repa-pd__quote-intro {
    margin-bottom: 0.55rem;
}

.repa-pd__quote-intro .repa-contact__eyebrow {
    margin-bottom: 0.45rem;
}

.repa-pd__quote-title {
    margin: 0 0 0.45rem;
    font-family: var(--rc-display, "Syne", Oswald, sans-serif);
    font-size: clamp(1.55rem, 2.6vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.08;
    color: #fff;
    text-transform: uppercase;
}

.repa-pd__quote-lead {
    margin: 0 0 0.25rem;
    font-size: 0.92rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.62);
    max-width: 36ch;
}

.repa-pd__quote {
    /* legacy banner kept harmless */
    display: none;
}

@keyframes pd-img-in { to { opacity: 1; transform: none; } }
@keyframes pd-copy-in { to { opacity: 1; transform: none; } }
@keyframes pd-grid-drift {
    from { background-position: 0 0, 0 0; }
    to { background-position: 48px 48px, 48px 48px; }
}
@keyframes pd-hint {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(10px); opacity: 0.35; }
}

@media (max-width: 991px) {
    /* Tam ekran slide deck — mobilde de aktif */
    html:has(.repa-pd),
    body:has(.repa-pd) {
        overflow: hidden !important;
        height: 100% !important;
        overscroll-behavior: none;
        touch-action: none;
    }

    body:has(.repa-pd) > .banner-page > footer {
        display: none !important;
    }

    .repa-pd {
        position: fixed !important;
        inset: 0 !important;
        height: 100% !important;
        overflow: hidden !important;
        touch-action: none;
    }

    .repa-pd__viewport {
        position: absolute !important;
        inset: 0 !important;
        height: 100% !important;
        overflow: hidden !important;
    }

    .repa-pd__track {
        position: absolute !important;
        inset: 0 auto auto 0 !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
        will-change: transform;
        transition: transform var(--pd-dur) var(--pd-ease);
    }

    .repa-pd__slide {
        height: 100dvh !important;
        min-height: 100dvh !important;
        max-height: 100dvh !important;
        overflow: hidden !important;
        box-sizing: border-box;
    }

    .repa-pd__dots {
        display: flex !important;
        right: 0.65rem;
        gap: 0.4rem;
        z-index: 50;
    }

    .repa-pd__dots button {
        width: 8px;
        height: 8px;
    }

    .repa-pd__scroll-hint {
        display: none !important;
    }

    .repa-pd__slide--hero {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(0, 0.95fr) minmax(0, 1.05fr);
        width: 100%;
        margin: 0;
        gap: 0;
        padding: 5.5rem 1rem 1rem;
        align-items: stretch;
    }

    .repa-pd__stage-visual {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
        align-self: center;
        width: min(100%, 320px);
        max-width: 100%;
        aspect-ratio: 1 / 1;
        max-height: min(42dvh, 320px);
        margin-inline: auto;
    }

    .repa-pd__shot img,
    .repa-pd__stage-visual > img {
        object-position: center center !important;
        padding: 0.75rem !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .repa-pd__shot.is-active img {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .repa-pd__shot--logo {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .repa-pd__shot--logo img,
    .repa-pd__shot--logo.is-active img {
        position: relative !important;
        inset: auto !important;
        top: auto !important;
        left: auto !important;
        width: min(70%, 200px) !important;
        max-height: 58% !important;
        height: auto !important;
        padding: 0.85rem !important;
        margin: 0 auto !important;
        transform: none !important;
        animation: none !important;
        opacity: 1 !important;
    }

    .repa-pd__gallery-ui {
        left: 50%;
        bottom: 0.45rem;
        transform: translateX(-50%);
    }

    .repa-pd__stage-fade {
        background: linear-gradient(180deg, transparent 70%, rgba(8,9,11,0.35) 100%);
    }

    .repa-pd__stage-copy {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0.65rem 0 0;
        max-height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        background: transparent;
    }

    .repa-pd__title {
        max-width: none;
        font-size: clamp(1.25rem, 5.5vw, 1.7rem) !important;
    }

    .repa-pd__facts {
        max-width: none;
        grid-template-columns: 1fr 1fr;
    }

    .repa-pd__slide--panel {
        padding-top: 6.25rem;
        padding-bottom: 1.5rem;
        align-items: start;
    }

    .repa-pd__panel,
    .repa-pd__panel--trust,
    .repa-pd__panel--quote {
        width: min(1120px, calc(100% - 1.5rem));
        max-height: calc(100dvh - 7rem) !important;
        overflow: auto !important;
        overscroll-behavior: contain;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
        padding-top: 0.35rem;
    }

    .repa-pd__panel:has(> .repa-pd__panel-col) {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .repa-pd__specs { grid-template-columns: 1fr; }
    .repa-pd__related { grid-template-columns: 1fr 1fr; }

    .repa-pd__slide--trust {
        padding-top: 6.25rem;
        padding-bottom: 1.5rem;
        background: #f3f4f6;
    }

    .repa-pd__trust-grid {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .repa-pd__quote {
        grid-template-columns: 1fr;
    }

    .repa-pd__slide--quote {
        background: #0a0b0d;
    }

    .repa-contact--embed .repa-contact__stage-inner {
        grid-template-columns: 1fr;
    }

    .repa-pd__quote-channels {
        grid-template-columns: 1fr 1fr;
    }

    .repa-contact--embed .repa-contact__field textarea {
        min-height: 5.5rem;
    }

    .repa-pd__quote-actions { justify-content: stretch; }
    .repa-pd__quote-actions .repa-pd__btn { width: 100%; }

    /* Progress bar: slide index ile (JS --pd-progress) */
    body:has(.repa-pd)::before {
        animation: none !important;
        transform: scaleX(var(--pd-progress, 0));
        transform-origin: left;
        transition: transform 0.45s ease;
        z-index: 1200;
    }
}

@media (max-width: 560px) {
    .repa-pd__facts { grid-template-columns: 1fr; }
    .repa-pd__related { grid-template-columns: 1fr; }
    .repa-pd__cta { flex-direction: column; }
    .repa-pd__cta .repa-pd__btn { width: 100%; }
    .repa-pd__quote-channels { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .repa-pd { --pd-dur: 0.01ms; }
    .repa-pd__stage-visual img,
    .repa-pd__stage-copy,
    .repa-pd__stage-grid,
    .repa-pd__scroll-hint span {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
