/**
 * Shared layout for /service/{slug} detail pages (Hotspot AV).
 */

.sd-page .sd-hero {
    min-height: min(78vh, 900px);
}

.sd-page .sd-hero-figure {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.sd-page .sd-hero-figure:has(.service-parallax-wrap) {
    overflow: visible;
    padding-bottom: 1.5rem;
    box-shadow: none;
}

/* — Details band (light) — */
.sd-details {
    background: linear-gradient(180deg, #e8eef5 0%, #f4f7fb 45%, #ffffff 100%);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.sd-details__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 1.75rem;
    align-items: stretch;
}

@media (max-width: 991.98px) {
    .sd-details__grid {
        grid-template-columns: 1fr;
    }
}

.sd-card {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid rgba(30, 89, 131, 0.12);
    box-shadow: 0 12px 40px rgba(15, 35, 55, 0.06);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    height: 100%;
}

.sd-card--accent {
    background: linear-gradient(160deg, #ffffff 0%, #f0f6fb 100%);
    border-color: rgba(30, 89, 131, 0.18);
}

.sd-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1e5983;
    margin-bottom: 0.5rem;
}

.sd-card__title {
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.sd-card__lead {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(15, 25, 40, 0.82);
    margin-bottom: 1.25rem;
}

.sd-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.sd-list li {
    position: relative;
    padding-left: 1.65rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(15, 25, 40, 0.88);
}

.sd-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e5983, #2a8bc8);
    box-shadow: 0 0 0 3px rgba(30, 89, 131, 0.15);
}

.sd-aside-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1e5983;
}

.sd-aside-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    color: rgba(15, 25, 40, 0.78);
}

/* — Case study — */
.sd-case {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.sd-case__intro {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    text-align: center;
}

.sd-case__label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.35rem;
}

.sd-case__title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.sd-case__text {
    font-size: 0.95rem;
    line-height: 1.65;
    opacity: 0.92;
    margin: 0;
}

.sd-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575.98px) {
    .sd-gallery {
        grid-template-columns: 1fr;
    }
}

.sd-gallery__cell {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.sd-gallery__cell img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2.5rem;
}

/* — Creative LED catalogue (dark, alternating columns) — */
.sd-catalog {
    background: #0a0a0f;
    color: #f0f4f8;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.sd-catalog__head {
    max-width: 760px;
    margin-bottom: 2.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sd-catalog__head h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

.sd-catalog__head p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(240, 244, 248, 0.72);
}

.sd-creative-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sd-creative-row > [class*="col-"] {
    min-width: 0;
}

.sd-creative-row:last-of-type {
    border-bottom: none;
}

.sd-creative-row__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .sd-creative-row__text {
        padding: 1.5rem 1.25rem 1.5rem 0;
    }

    .sd-creative-row__text--flush-end {
        padding: 1.5rem 0 1.5rem 1.25rem;
    }
}

.sd-creative-row__index {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5eb0e8;
    margin-bottom: 0.5rem;
}

.sd-creative-row__title {
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 0.5rem;
}

.sd-creative-row__spec {
    font-size: 0.82rem;
    font-weight: 600;
    color: #7ec8f0;
    line-height: 1.45;
    margin-bottom: 0.85rem;
}

.sd-creative-row__body {
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
    color: rgba(240, 244, 248, 0.82);
}

.sd-creative-row__drive {
    font-size: 0.85rem;
    line-height: 1.55;
    margin-top: 1rem;
    color: rgba(240, 244, 248, 0.78);
}

.sd-creative-row__drive-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(126, 200, 240, 0.85);
    margin-bottom: 0.25rem;
}

.sd-creative-row__drive a {
    color: #7ec8f0;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sd-creative-row__drive a:hover {
    color: #a8dcff;
}

.sd-creative-row__drive--muted {
    font-style: italic;
    color: rgba(240, 244, 248, 0.5);
}

.sd-creative-row__features {
    margin: 1rem 0 0;
    padding-left: 1.15rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(240, 244, 248, 0.88);
}

.sd-creative-row__features li {
    margin-bottom: 0.4rem;
}

.sd-creative-row__features li:last-child {
    margin-bottom: 0;
}

.sd-creative-row__rating {
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: 0.12em;
}

.sd-creative-row__star {
    color: #f5c84c;
}

.sd-creative-row__quote {
    margin: 1.15rem 0 0;
    padding: 0.85rem 0 0 1rem;
    border-left: 3px solid rgba(126, 200, 240, 0.45);
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(240, 244, 248, 0.88);
}

.sd-creative-row__quote p {
    margin: 0;
}

.sd-creative-row__figure {
    margin: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #121820;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.sd-creative-row__figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(420px, 55vh);
    object-fit: contain;
    object-position: center;
}

@media (min-width: 768px) {
    .sd-creative-row__figure {
        min-height: 280px;
    }

    .sd-creative-row__figure img {
        max-height: 380px;
    }
}

.sd-catalog-actions {
    margin-top: 2.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* — Special Effects: two-image layout — */
.sd-se-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

@media (max-width: 767.98px) {
    .sd-se-two {
        grid-template-columns: 1fr;
    }
}

.sd-se-two__card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

.sd-se-two__figure {
    margin: 0;
    background: #121820;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-se-two__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd-se-two__title {
    margin: 0;
    padding: 0.9rem 1rem 1.05rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
}

/* — Special Effects: catalog grid — */
.sd-special-effects-catalog {
    background: #030303;
    color: rgba(255, 255, 255, 0.9);
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.sd-special-effects-catalog__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.25rem;
}

.sd-special-effects-catalog__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #ffffff;
}

.sd-special-effects-catalog__lead {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.sd-se-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: stretch;
}

@media (max-width: 991.98px) {
    .sd-se-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .sd-se-grid {
        grid-template-columns: 1fr;
    }
}

.sd-se-product {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 1rem 1rem 1.1rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sd-se-product__imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.sd-se-product__figure {
    margin: 0;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-se-product__figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sd-se-product__title {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
    text-align: center;
}

.sd-se-product__note {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.sd-se-product__note a {
    color: rgba(198, 220, 238, 0.95);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sd-se-product__note a:hover {
    color: #ffffff;
}

.sd-se-grid__summary {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
    min-height: 100%;
}

.sd-se-grid__stars {
    font-size: 1.35rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #e6b422;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.sd-se-grid__summary-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.sd-special-effects-catalog__actions {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* — Laser Beam — slide-style details — */
.sd-lb-detail {
    background: #030303;
    color: rgba(255, 255, 255, 0.9);
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.sd-lb-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: clamp(1.25rem, 3.5vw, 2.5rem);
    align-items: start;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 991.98px) {
    .sd-lb-intro {
        grid-template-columns: 1fr;
    }
}

.sd-lb-intro__kicker {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.sd-lb-intro__p {
    margin: 0 0 0.35rem;
    font-size: 0.98rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.sd-lb-intro__subhead {
    margin: 1rem 0 0.65rem;
    font-size: 1rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
}

.sd-lb-intro__list {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    list-style-position: inside;
}

/* Laser Beam intro: keep copy block left-aligned (like slide) */
.sd-lb-intro__copy {
    text-align: left;
}

.sd-lb-intro__copy .sd-lb-intro__p,
.sd-lb-intro__copy .sd-lb-intro__subhead,
.sd-lb-intro__copy .sd-lb-intro__list {
    text-align: left;
}

.sd-lb-intro__copy .sd-lb-intro__list {
    list-style-position: outside;
}

.sd-lb-intro__figure {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sd-lb-intro__figure img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.sd-lb-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

@media (max-width: 991.98px) {
    .sd-lb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .sd-lb-grid {
        grid-template-columns: 1fr;
    }
}

.sd-lb-product {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 1rem 1rem 1.1rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sd-lb-product__imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.sd-lb-product__figure {
    margin: 0;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-lb-product__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sd-lb-product__title {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
}

.sd-lb-product__note {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.sd-lb-product__note a {
    color: rgba(198, 220, 238, 0.95);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sd-lb-product__note a:hover {
    color: #ffffff;
}

.sd-lb-summary {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
    min-height: 100%;
}

.sd-lb-summary__stars {
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #e6b422;
}

.sd-lb-summary__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

/* — Lighting Systems: dark catalog grid (slide-style) — */
.sd-ls-catalog {
    background: #030303;
    color: rgba(255, 255, 255, 0.9);
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.sd-ls-catalog__head {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 720px;
}

.sd-ls-catalog__kicker {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
}

.sd-ls-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

@media (max-width: 991.98px) {
    .sd-ls-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .sd-ls-grid {
        grid-template-columns: 1fr;
    }
}

.sd-ls-product {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 1rem 1rem 1.1rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sd-ls-product__imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.sd-ls-product__figure {
    margin: 0;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-ls-product__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sd-ls-product__title {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
}

.sd-ls-product__note {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.sd-ls-product__note a {
    color: rgba(198, 220, 238, 0.95);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sd-ls-product__note a:hover {
    color: #ffffff;
}

/* — Sound Systems: dark catalog grid (slide-style) — */
.sd-ss-catalog {
    background: #030303;
    color: rgba(255, 255, 255, 0.9);
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.sd-ss-catalog__head {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 720px;
}

.sd-ss-catalog__kicker {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
}

.sd-ss-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

@media (max-width: 991.98px) {
    .sd-ss-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .sd-ss-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .sd-ss-summary {
        grid-column: 1 / -1;
    }
}

.sd-ss-product {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 1rem 1rem 1.1rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.sd-ss-product__figure {
    margin: 0 0 0.85rem;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-ss-product__figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sd-ss-product__title {
    margin: 0 0 0.4rem;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.sd-ss-product__note {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
}

.sd-ss-product__note a {
    color: rgba(198, 220, 238, 0.95);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sd-ss-product__note a:hover {
    color: #ffffff;
}

.sd-ss-summary {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
    min-height: 100%;
    text-align: center;
}

.sd-ss-summary__stars {
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #e6b422;
}

.sd-ss-summary__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
}

/* — Control Systems: dark catalog grid (slide-style, 2 columns) — */
.sd-cs-catalog {
    background: #030303;
    color: rgba(255, 255, 255, 0.9);
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.sd-cs-catalog__head {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 720px;
}

.sd-cs-catalog__kicker {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
}

.sd-cs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

@media (max-width: 991.98px) {
    .sd-cs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .sd-cs-grid {
        grid-template-columns: 1fr;
    }
}

.sd-cs-product {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 1rem 1rem 1.1rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.sd-cs-product__figure {
    margin: 0 0 0.85rem;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-cs-product__figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sd-cs-product__title {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.sd-cs-product__desc {
    margin: 0 0 0.55rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}

.sd-cs-product__note {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
}

.sd-cs-product__note a {
    color: rgba(198, 220, 238, 0.95);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sd-cs-product__note a:hover {
    color: #ffffff;
}

/* — Truss Systems: dark catalog grid + stage flooring block — */
.sd-ts-catalog {
    background: #030303;
    color: rgba(255, 255, 255, 0.9);
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.sd-ts-catalog__head {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 720px;
}

.sd-ts-catalog__kicker {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
}

.sd-ts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 991.98px) {
    .sd-ts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .sd-ts-grid {
        grid-template-columns: 1fr;
    }
}

.sd-ts-product {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 1rem 1rem 1.1rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.sd-ts-product__figure {
    margin: 0 0 0.85rem;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-ts-product__figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sd-ts-product__title {
    margin: 0 0 0.35rem;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.sd-ts-product__sizes {
    margin: 0 0 0.55rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}

.sd-ts-product__note {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
}

.sd-ts-product__note a {
    color: rgba(198, 220, 238, 0.95);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sd-ts-product__note a:hover {
    color: #ffffff;
}

.sd-ts-floor {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 18px 44px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 1.75rem);
    text-align: center;
}

@media (min-width: 992px) {
    .sd-ts-floor {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: center;
    }
}

.sd-ts-floor__title {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.92);
}

.sd-ts-floor__desc {
    margin: 0 0 0.85rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.74);
}

.sd-ts-floor__sub {
    margin: 0 0 0.45rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.86);
}

.sd-ts-floor__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.9rem;
}

.sd-ts-floor__media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (max-width: 575.98px) {
    .sd-ts-floor__media {
        grid-template-columns: 1fr;
    }
}

.sd-ts-floor__figure {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sd-ts-floor__figure img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
}
