:root {
    --pd-navy: #073b4c;
    --pd-blue: #087f8c;
    --pd-cyan: #16b7a2;
    --pd-orange: #f29f3d;
    --pd-ink: #173943;
    --pd-muted: #6d8188;
    --pd-line: #dce9e8;
    --pd-soft: #f1f8f7;
}

.product-detail-page {
    background: #fbfdfd;
    color: var(--pd-ink);
    overflow: hidden;
    padding: 0;
}

    .product-detail-page *, .product-detail-page *::before, .product-detail-page *::after {
        box-sizing: border-box;
    }

    .product-detail-page a {
        text-decoration: none;
    }

.product-detail-breadcrumb {
    align-items: center;
    color: var(--pd-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    padding: 22px 0 25px;
}

    .product-detail-breadcrumb a {
        color: var(--pd-blue);
    }

    .product-detail-breadcrumb i {
        color: #a6b8b9;
        font-size: 9px;
    }

.product-detail-hero {
    align-items: stretch;
    display: grid;
    gap: clamp(30px,4vw,74px);
    grid-template-columns: minmax(0,1.06fr) minmax(350px,.94fr);
    padding: 10px 0 66px;
}

.product-gallery {
    min-width: 0;
    position: relative;
}

.product-gallery__main {
    aspect-ratio: 1.3;
    background: linear-gradient(135deg,#e6f1ef,#d1e8e3);
    border-radius: 22px;
    display: block;
    overflow: hidden;
    position: relative;
}

    .product-gallery__main::after {
        background: linear-gradient(180deg,transparent 55%,rgba(3,35,43,.7));
        bottom: 0;
        content: "";
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .product-gallery__main img {
        height: 100%;
        object-fit: cover;
        transition: opacity .14s ease,transform .7s cubic-bezier(.2,.7,.2,1);
        width: 100%;
    }

    .product-gallery__main:hover img {
        transform: scale(1.04);
    }

    .product-gallery__main img.is-changing {
        opacity: .35;
    }

    .product-gallery__main > span {
        bottom: 20px;
        color: #fff;
        font-size: 13px;
        left: 22px;
        position: absolute;
        z-index: 1;
    }

        .product-gallery__main > span i {
            margin-right: 6px;
        }

.product-gallery__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 13px;
    overflow-x: auto;
    padding: 2px 2px 7px;
    scrollbar-width: thin;
    scrollbar-color: var(--pd-cyan) var(--pd-soft);
}

    .product-gallery__thumbs button {
        background: #e9f2f0;
        border: 2px solid transparent;
        border-radius: 10px;
        cursor: pointer;
        flex: 0 0 76px;
        height: 63px;
        overflow: hidden;
        padding: 0;
        transition: border-color .2s ease,transform .2s ease;
    }

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

        .product-gallery__thumbs button.active {
            border-color: var(--pd-orange);
        }

    .product-gallery__thumbs img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.product-gallery__count {
    align-items: center;
    background: rgba(7,59,76,.86);
    border-radius: 99px;
    bottom: 95px;
    color: #fff;
    display: flex;
    font-size: 12px;
    gap: 6px;
    padding: 7px 11px;
    position: absolute;
    right: 18px;
    z-index: 2;
}

.product-detail-intro {
    align-self: center;
    min-width: 0;
}

.product-eyebrow {
    align-items: center;
    color: var(--pd-orange);
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.product-detail-intro h1 {
    color: var(--pd-navy);
    font-family: 'BeVietnamPro-Medium',Arial,sans-serif;
    font-size: clamp(23px,1vw,49px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.4;
    margin: 15px 0 17px;
}

.product-detail-intro__lead {
    color: var(--pd-muted);
    font-size: 16px;
    line-height: 1.78;
    margin: 0;
}

.product-detail-specs {
    border-bottom: 1px solid var(--pd-line);
    border-top: 1px solid var(--pd-line);
    display: flex;
    gap: 16px 12px;
    flex-flow: wrap;
    margin: 27px 0 19px;
    padding: 20px 0;
}

    .product-detail-specs > div {
        align-items: center;
        display: flex;
        gap: 10px;
        min-width: 0;
    }

        .product-detail-specs > div > i {
            color: var(--pd-cyan);
            font-size: 18px;
            width: 21px;
        }

    .product-detail-specs span {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .product-detail-specs small {
        color: #90a0a4;
        font-size: 15px;
    }

    .product-detail-specs strong {
        color: var(--pd-navy);
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.7;
        text-align: justify;
    }

.product-detail-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 17px;
}

    .product-detail-assurance span {
        color: #557078;
        font-size: 14px;
    }

    .product-detail-assurance i {
        color: var(--pd-cyan);
        margin-right: 4px;
    }

.product-detail-layout {
    align-items: start;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0,1fr) 330px;
}

.product-detail-content {
    min-width: 0;
}

.product-content-section {
    border-top: 1px solid var(--pd-line);
    padding: 38px 0 42px;
}

.product-content-heading {
    align-items: flex-start;
    display: flex;
    gap: 17px;
    margin-bottom: 23px;
}

    .product-content-heading > span {
        color: var(--pd-orange);
        font-size: 16px;
        font-weight: 800;
        letter-spacing: .08em;
        padding-top: 5px;
    }

    .product-content-heading small {
        color: var(--pd-orange);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .product-content-heading h2 {
        color: var(--pd-navy);
        font-family: 'BeVietnamPro-Medium',Arial,sans-serif;
        font-size: clamp(25px,3vw,28px);
        font-weight: 500;
        letter-spacing: -.03em;
        line-height: 1.15;
        margin: 7px 0 0;
    }

.product-richtext {
    color: #4f6870;
    font-size: 15px;
    line-height: 1.85;
}

    .product-richtext h2, .product-richtext h3 {
        color: var(--pd-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: clamp(20px, 1.2vw, 49px);
        font-weight: 500;
        letter-spacing: -.045em;
        line-height: 1.4;
    }

    .product-richtext img {
        border-radius: 12px;
        height: auto;
        max-width: 100%;
    }

    .product-richtext ul, .product-richtext ol {
        padding-left: 22px;
    }

.product-amenity-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.product-amenity {
    align-items: center;
    background: var(--pd-soft);
    border: 1px solid transparent;
    border-radius: 12px;
    display: flex;
    gap: 11px;
    min-width: 0;
    padding: 13px 14px;
    transition: border-color .2s ease,transform .2s ease;
}

    .product-amenity:hover {
        border-color: #b9ded8;
        transform: translateY(-3px);
    }

    .product-amenity span {
        align-items: center;
        background: #fff;
        border-radius: 8px;
        display: flex;
        flex: 0 0 34px;
        height: 34px;
        justify-content: center;
        overflow: hidden;
    }

    .product-amenity img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .product-amenity strong {
        color: var(--pd-navy);
        font-size: 13px;
    }

    .product-amenity > i {
        color: var(--pd-cyan);
        font-size: 12px;
        margin-left: auto;
    }

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

    .product-service-grid > div {
        background: #fff;
        border: 1px solid var(--pd-line);
        border-radius: 14px;
        padding: 20px 16px;
        transition: box-shadow .25s ease,transform .25s ease;
    }

        .product-service-grid > div:hover {
            box-shadow: 0 14px 30px rgba(7,59,76,.1);
            transform: translateY(-4px);
        }

    .product-service-grid i {
        color: var(--pd-cyan);
        font-size: 22px;
    }

    .product-service-grid h3 {
        color: var(--pd-navy);
        font-size: 17px;
        line-height: 1.3;
        margin: 13px 0 8px;
    }

    .product-service-grid p {
        color: var(--pd-muted);
        font-size: 15px;
        line-height: 1.65;
        margin: 0;
        text-align: justify;
    }

.product-contact-card {
    background: linear-gradient(145deg,#073b4c,#0b6772);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(7,59,76,.2);
    color: #fff;
    padding: 26px;
    position: sticky;
    top: 20px;
}

.product-contact-card__label {
    color: #a8e8da;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.product-contact-card__price {
    margin: 10px 0 12px;
}

    .product-contact-card__price strong {
        color: #fff;
        font-size: 26px;
        font-weight: normal;
    }

.product-contact-card > p {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 21px;
    text-align: justify;
}

.product-contact-card__primary {
    align-items: center;
    background: var(--pd-orange);
    border-radius: 8px;
    color: #fff !important;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    padding: 13px 14px;
    transition: background .2s ease,transform .2s ease;
}

    .product-contact-card__primary:hover {
        background: #ffb45b;
        transform: translateY(-2px);
    }

.product-contact-card__secondary {
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.15);
    color: #fff !important;
    display: flex;
    gap: 12px;
    padding: 17px 0;
}

    .product-contact-card__secondary > i {
        color: #8ce4d4;
        font-size: 20px;
    }

    .product-contact-card__secondary span {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .product-contact-card__secondary small {
        color: rgba(255,255,255,.63);
        font-size: 14px;
    }

    .product-contact-card__secondary strong {
        font-size: 19px;
    }

.product-contact-card__benefits {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 18px;
}

    .product-contact-card__benefits span {
        color: rgba(255,255,255,.76);
        font-size: 14px;
    }

    .product-contact-card__benefits i {
        color: #83e0d0;
        margin-right: 7px;
    }

.product-related {
    background: var(--pd-soft);
    padding: 40px 0 40px;
}

    .product-related .product-section-heading {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .product-related .product-section-heading h2 {
            color: var(--pd-navy);
            font-family: 'BeVietnamPro-Medium',Arial,sans-serif;
            font-size: 30px;
            font-weight: 500;
            letter-spacing: -.03em;
            margin: 9px 0 0;
        }

        .product-related .product-section-heading > a {
            color: var(--pd-blue);
            font-size: 16px;
            font-weight: 800;
        }

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

.product-related-card {
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .25s ease,transform .25s ease;
}

    .product-related-card:hover {
        box-shadow: 0 16px 30px rgba(7,59,76,.11);
        transform: translateY(-5px);
    }

.product-related-card__image {
    aspect-ratio: 1.45;
    background: #e4f0ee;
    display: block;
    overflow: hidden;
}

    .product-related-card__image img {
        height: 100%;
        object-fit: cover;
        transition: transform .6s ease;
        width: 100%;
    }

.product-related-card:hover img {
    transform: scale(1.06);
}

.product-related-card > div {
    padding: 15px 17px 17px;
}

    .product-related-card > div > span {
        color: var(--pd-orange);
        font-size: 14px;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }

.product-related-card h3 {
    font-size: 17px;
    line-height: 1.5;
    margin: 12px 0 14px;
}

    .product-related-card h3 a {
        color: var(--pd-navy);
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
    }

.product-related-card > div > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.product-related-card strong {
    color: var(--pd-blue);
    font-size: 15px;
}

.product-related-card > div > div a {
    color: var(--pd-navy);
    font-size: 14px;
    font-weight: 800;
}

.product-mobile-contact {
    display: none;
}

@media (max-width: 980px) {
    .product-detail-hero {
        gap: 30px;
        grid-template-columns: minmax(0,1fr) minmax(300px,.9fr);
    }

    .product-detail-layout {
        gap: 25px;
        grid-template-columns: minmax(0,1fr) 285px;
    }

    .product-contact-card {
        padding: 21px;
    }

    .product-service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .product-detail-page {
    }

    .product-detail-breadcrumb {
        padding: 16px 0 20px;
    }

    .product-richtext {
        text-align: justify;
    }

    .product-detail-hero {
        display: flex;
        flex-direction: column;
        padding-bottom: 37px;
    }

    .product-gallery__main {
        aspect-ratio: 1.75;
        border-radius: 16px;
    }

    .product-gallery__count {
        bottom: 93px;
    }

    .product-detail-intro h1 {
        font-size: 16px;
    }

    .product-detail-intro__lead {
        font-size: 14px;
        text-align: justify;
    }

    .product-detail-specs small {
        font-size: 14px;
    }

    .product-detail-specs strong {
        font-size: 13px;
    }

    .product-eyebrow {
        font-size: 13px;
    }

    .product-detail-layout {
        display: block;
    }

    .product-contact-card {
        margin: 0 0 20px;
        position: static;
    }

    .product-detail-content {
        display: flex;
        flex-direction: column;
    }

    .product-contact-card__price strong {
        font-size: 21px;
    }

    .product-content-section {
        padding: 31px 0 34px;
    }

    .product-content-heading h2 {
        font-size: 21px;
    }

    .product-richtext h2, .product-richtext h3 {
        font-size: 16px;
    }

    .product-amenity-grid {
        grid-template-columns: 1fr;
    }

    .product-service-grid {
        grid-template-columns: 1fr;
    }

    .product-related {
        padding: 48px 0 65px;
    }

        .product-related .product-section-heading {
            align-items: flex-start;
            flex-direction: column;
            gap: 14px;
        }

            .product-related .product-section-heading h2 {
                font-size: 21px;
            }

    .product-related-grid {
        grid-template-columns: 1fr;
    }

    .product-related-card__image {
        aspect-ratio: 1.6;
    }

    .product-mobile-contact {
        align-items: center;
        background: #fff;
        border-top: 1px solid var(--pd-line);
        bottom: 0;
        box-shadow: 0 -8px 24px rgba(7,59,76,.12);
        display: flex;
        gap: 15px;
        justify-content: space-between;
        left: 0;
        padding: 10px max(16px,calc((100vw - 680px)/2));
        position: fixed;
        right: 0;
        z-index: 20;
    }

        .product-mobile-contact div {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }

        .product-mobile-contact small {
            color: var(--pd-muted);
            font-size: 10px;
        }

        .product-mobile-contact strong {
            color: var(--pd-blue);
            font-size: 16px;
        }

        .product-mobile-contact a {
            background: var(--pd-orange);
            border-radius: 7px;
            color: #fff !important;
            font-size: 13px;
            font-weight: 800;
            padding: 11px 14px;
            white-space: nowrap;
        }
}

@media (prefers-reduced-motion:reduce) {
    .product-gallery__main img, .product-gallery__thumbs button, .product-amenity, .product-service-grid > div, .product-contact-card__primary, .product-related-card, .product-related-card img {
        transition: none;
    }
}