.mobile-only { display: none; }
.desktop-only { display: block; }

.pp-mobile-breadcrumbs,
.pp-gallery-mobile,
.pp-fixed-info,
.pp-popup {
    display: none;
}

.pp-container {
    padding: 40px 20px 40px;
}

.pp-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
    align-items: flex-start;
}

.pp-gallery {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pp-gallery-item {
    width: 100%;
}

.pp-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.pp-gallery-main img {
    width: 100%;
    height: auto;
    display: block;
}

.pp-info {
    position: sticky;
    top: 100px;
    align-self: start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pp-info::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.pp-breadcrumbs {
    font-family: 'Geologica', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 20px;
}

.pp-breadcrumbs a {
    color: #FF0000;
    text-decoration: none;
}

.pp-breadcrumbs a:hover {
    text-decoration: underline;
}

.pp-breadcrumbs span {
    margin: 0 6px;
}

.pp-breadcrumbs-current {
    color: #000;
}

.pp-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.pp-designer {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.pp-status {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 30px;
}

.pp-label {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 10px;
}

.pp-colors {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
}

.pp-color-circle {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.pp-accordions {
    margin-bottom: 30px;
}

.pp-accordion {
    border-top: 1px solid #000;
}

.pp-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    user-select: none;
}

.pp-accordion-icon {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.pp-accordion-body {
    display: none;
    padding: 8px 0 16px;
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.pp-accordion.open .pp-accordion-body {
    display: block;
}

.pp-accordion.open .pp-accordion-icon {
    transform: rotate(45deg);
}

.pp-dimensions-list p {
    margin-bottom: 8px;
}

.pp-dimension-nav {
    background: transparent;
    border: none;
    color: #000;
    font-family: 'Geologica', sans-serif;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.pp-dimension-nav:hover {
    color: #FF0000;
}

.pp-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-details-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.pp-download-link {
    display: block;
    padding: 8px 0;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: color 0.3s ease;
}

.pp-download-link:hover {
    color: #FF0000;
}

.pp-button {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-family: 'Geologica', sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    margin-bottom: 12px;
}

.pp-button-primary {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.pp-button-primary:hover {
    background: #FF0000;
    border-color: #FF0000;
}

.pp-button-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.pp-button-secondary:hover {
    background: #000;
    color: #fff;
}

.pp-related-stories {
    margin-bottom: 80px;
}

.pp-related-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
}

.pp-related-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.pp-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pp-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.pp-related-image {
    width: 100%;
    height: 425px;
    overflow: hidden;
    margin-bottom: 15px;
}

.pp-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-related-date {
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #494747;
    margin-bottom: 8px;
}

.pp-related-name {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
}

.pp-related-tag {
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #818181;
    margin-bottom: 8px;
}

.pp-related-excerpt {
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #494747;
}

.pp-related-products {
    margin-bottom: 40px;
}

.pp-related-products .pp-related-title {
    margin-bottom: 30px;
}

.pp-related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pp-product-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.pp-product-card-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-product-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pp-product-color {
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.pp-product-size {
    font-family: 'Geologica', sans-serif;
    font-size: 15px;
    color: #818181;
}

.pp-dimension-more {
    color: #818181;
}

.pp-dimensions-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 16px;
    margin: 0;
}

.pp-dimensions-row span {
    margin: 0;
}

.pp-dimensions-all {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 16px;
    margin-bottom: 0;
}

.pp-dimensions-all span {
    margin: 0;
}

.pp-see-more {
    background: transparent;
    border: none;
    color: #000;
    font-family: 'Geologica', sans-serif;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    padding: 0;
    margin-top: 8px;
    transition: color 0.3s ease;
}

.pp-see-more:hover {
    color: #FF0000;
}

.c-passport {
    background: #8B1A1A;
    color: #fff;
    padding: 80px 40px;
    margin: 0;
}

.c-passport * {
    color: inherit;
}

.c-passport-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.c-passport-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    justify-self: end;
    max-width: 520px;
    margin-left: auto;
}

.c-passport-top-right .c-passport-description {
    text-align: right;
    margin-left: auto;
}

.c-passport-top-right .c-passport-actions {
    justify-content: flex-end;
    align-items: flex-end;
}

.c-passport-kicker {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.9);
}

.c-passport-title {
    font-weight: 500;
    font-size: 72px;
    line-height: 78px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.c-passport-description {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 30px;
    max-width: 460px;
    color: #fff;
}

.c-passport-actions {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.c-passport-btn {
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
    transition: opacity 0.3s ease;
}

.c-passport-btn::before {
    content: "› ";
    margin-right: 4px;
}

.c-passport-btn:hover {
    opacity: 0.6;
}

.c-passport-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.c-passport-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.c-passport-num {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.c-passport-section-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.c-passport-section-desc {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #fff;
}

.c-passport-section .c-passport-btn {
    margin-top: 5px;
}

@media (max-width: 768px) {

    .mobile-only { display: block; }
    .desktop-only { display: none !important; }

    .pp-mobile-breadcrumbs {
        display: block;
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        z-index: 950;
        text-align: center;
        padding: 0 16px;
        font-family: 'Geologica', sans-serif;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        transition: top 0.3s ease;
        pointer-events: none;
    }

    .pp-mobile-breadcrumbs a,
    .pp-mobile-breadcrumbs span {
        color: #fff;
        text-decoration: none;
        text-shadow:
            0 0 2px #000,
            0 0 2px #000,
            0 0 2px #000;
        pointer-events: auto;
        margin: 0 2px;
    }

    .pp-mobile-breadcrumbs-current {
        color: #fff;
    }

    body.header-scrolled .pp-mobile-breadcrumbs {
        top: 0;
    }

    .pp-container {
        padding: 0 0 40px;
    }

    .pp-top {
        display: none;
    }

    .pp-gallery-mobile {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .pp-gallery-mobile-item {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .pp-gallery-mobile-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    .pp-related-stories,
    .pp-related-products {
        padding: 0 16px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pp-related-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 25px;
    }

    .pp-related-title {
        font-size: 20px;
        line-height: 26px;
    }

    .pp-related-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pp-related-image {
        height: auto;
        margin-bottom: 10px;
    }

    .pp-related-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 358 / 447.5;
        object-fit: cover;
    }

    .pp-related-date {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .pp-related-name {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .pp-related-tag {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .pp-related-excerpt {
        font-size: 14px;
        line-height: 18px;
    }

    .pp-related-more {
        display: inline-block;
        margin-top: 20px;
    }

    .pp-related-products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px 16px;
    }

    .pp-product-card-image {
        height: 213px;
        margin-bottom: 12px;
    }

    .pp-product-color {
        font-size: 13px;
        margin-bottom: 3px;
    }

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

    .pp-fixed-info {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 50px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 950;
        padding: 18px 16px 16px;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .pp-fixed-status {
        font-family: 'Geologica', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #494747;
        margin: 0 0 6px;
    }

    .pp-fixed-title {
        font-family: 'Geologica', sans-serif;
        font-weight: 500;
        font-size: 40px;
        line-height: 46px;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pp-fixed-designer {
        font-family: 'Geologica', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 8px;
    }

    .pp-fixed-buttons {
        display: flex;
        gap: 8px;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .pp-fixed-btn {
        flex: 1;
        max-width: 175px;
        height: 50px;
        padding: 16px 8px;
        font-family: 'Geologica', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0;
        text-align: center;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        transition: opacity 0.3s ease;
        white-space: nowrap;
    }

    .pp-fixed-btn-primary {
        background: #000;
        color: #fff;
    }

    .pp-fixed-btn-secondary {
        background: #8E1B19;
        color: #fff;
    }

    .pp-fixed-btn:hover {
        opacity: 0.85;
    }

    .pp-fixed-details {
        background: transparent;
        border: none;
        font-family: 'Geologica', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #000;
        cursor: pointer;
        padding: 0;
        margin: 0;
        align-self: flex-start;
        transition: color 0.3s ease;
    }

    .pp-fixed-details::before {
        content: "› ";
        margin-right: 4px;
    }

    .pp-fixed-details:hover {
        color: #FF0000;
    }

    .pp-popup {
        position: fixed;
        inset: 0;
        background: #fff;
        z-index: 2500;
        flex-direction: column;
    }

    .pp-popup.open {
        display: flex;
    }

    .pp-popup-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        padding: 0;
        color: #000;
        cursor: pointer;
        transition: color 0.3s ease;
        z-index: 2501;
    }

    .pp-popup-close svg {
        width: 24px;
        height: 24px;
        display: block;
        pointer-events: none;
    }

    .pp-popup-close:hover {
        color: #FF0000;
    }

    .pp-popup-content {
        flex: 1;
        overflow-y: auto;
        padding: 70px 16px 40px;
        box-sizing: border-box;
    }

    .pp-popup-breadcrumbs {
        font-family: 'Geologica', sans-serif;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 30px;
    }

    .pp-popup-breadcrumbs a {
        color: #FF0000;
        text-decoration: none;
    }

    .pp-popup-breadcrumbs a:hover {
        text-decoration: underline;
    }

    .pp-popup-breadcrumbs span {
        margin: 0 4px;
    }

    .pp-popup-breadcrumbs-current {
        color: #000;
    }

    .pp-popup-status {
        font-family: 'Geologica', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #494747;
        margin: 0 0 6px;
    }

    .pp-popup-title {
        font-family: 'Geologica', sans-serif;
        font-weight: 500;
        font-size: 40px;
        line-height: 46px;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 6px;
    }

    .pp-popup-designer {
        font-family: 'Geologica', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 25px;
    }

    .pp-popup-label {
        font-family: 'Geologica', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 10px;
    }

    .pp-popup-colors {
        display: flex;
        gap: 8px;
        margin-bottom: 30px;
    }

    .pp-popup-buttons {
        display: flex;
        gap: 8px;
        margin-top: 30px;
    }

    .pp-popup .pp-accordions {
        margin-bottom: 0;
    }

    .c-passport {
        padding: 50px 16px 340px;
        margin: 0;
    }

    .c-passport-top {
        display: block;
        margin-bottom: 40px;
    }

    .c-passport-kicker {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .c-passport-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .c-passport-top-right {
        align-items: flex-start;
        text-align: left;
        max-width: 100%;
        margin-left: 0;
    }

    .c-passport-top-right .c-passport-description {
        text-align: left;
        margin-left: 0;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .c-passport-top-right .c-passport-actions {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .c-passport-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-top: 0;
        border-top: none;
    }

    .c-passport-section {
        padding: 30px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        width: 100%;
    }

    .c-passport-section:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .c-passport-num {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .c-passport-section-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .c-passport-section-desc {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .c-passport-btn {
        font-size: 14px;
        line-height: 21px;
    }
}