.pc-pd-page {
    background:
        radial-gradient(circle at 7% 22%, rgba(240, 165, 0, 0.08), transparent 28rem),
        radial-gradient(circle at 96% 74%, rgba(46, 125, 50, 0.08), transparent 30rem),
        #fafdf7;
}

.pc-pd-hero {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
    background: #102218;
}

.pc-pd-hero__image,
.pc-pd-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pc-pd-hero__image {
    object-fit: cover;
}

.pc-pd-hero__overlay {
    background:
        linear-gradient(180deg, rgba(7, 16, 10, 0.22), rgba(7, 16, 10, 0.72)),
        linear-gradient(90deg, rgba(7, 16, 10, 0.78) 0%, rgba(7, 16, 10, 0.25) 58%, rgba(7, 16, 10, 0.15) 100%);
}

.pc-pd-hero__inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    min-height: 88vh;
    margin: 0 auto;
    padding: 8.6rem 0 4.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pc-pd-back {
    width: fit-content;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-pd-hero__copy {
    max-width: 820px;
}

.pc-pd-overline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.pc-pd-overline span {
    padding: 0.42rem 0.76rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.pc-pd-hero h1 {
    margin: 0;
    color: #fff;
    font-family: 'Cormorant Garamond', 'Cormorant', serif;
    font-size: clamp(4.2rem, 10vw, 8.5rem);
    line-height: 0.82;
    letter-spacing: -0.065em;
    text-align: left;
    text-wrap: balance;
}

.pc-pd-subtitle {
    max-width: 760px;
    margin: 1.35rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 1.8vw, 1.22rem);
    line-height: 1.72;
    font-weight: 520;
}

.pc-pd-location {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.85rem;
    font-weight: 750;
    letter-spacing: 0.04em;
}

.pc-pd-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.pc-pd-love,
.pc-pd-map-btn {
    min-height: 48px;
    padding: 0.78rem 1.08rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    text-decoration: none;
    font: inherit;
    font-weight: 850;
}

.pc-pd-love {
    border: 0;
    background: #fff;
    color: #17311d;
    cursor: pointer;
}

.pc-pd-love.is-loved {
    background: #7d2f22;
    color: #fff;
}

.pc-pd-love small {
    opacity: 0.7;
}

.pc-pd-map-btn {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    backdrop-filter: blur(10px);
}

.pc-pd-glance {
    position: relative;
    z-index: 3;
    width: min(1120px, calc(100% - 32px));
    margin: -2rem auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 24px;
    overflow: hidden;
    background: #fffef9;
    border: 1px solid rgba(23, 49, 29, 0.08);
    box-shadow: 0 26px 70px rgba(23, 49, 29, 0.13);
}

.pc-pd-glance > div {
    min-width: 0;
    padding: 1.15rem 1.2rem;
    border-right: 1px solid rgba(23, 49, 29, 0.08);
}

.pc-pd-glance > div:last-child {
    border-right: 0;
}

.pc-pd-glance span,
.pc-pd-note span {
    display: block;
    margin-bottom: 0.4rem;
    color: rgba(23, 49, 29, 0.52);
    font-size: 0.62rem;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pc-pd-glance strong {
    display: block;
    color: #17311d;
    font-size: 0.92rem;
    line-height: 1.4;
}

.pc-pd-contents {
    width: min(1120px, calc(100% - 32px));
    margin: 1.15rem auto 0;
    padding: 0.55rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    overflow-x: auto;
    scrollbar-width: none;
    border: 1px solid rgba(23, 49, 29, 0.08);
    border-radius: 999px;
    background: rgba(255, 254, 249, 0.84);
    box-shadow: 0 12px 36px rgba(23, 49, 29, 0.06);
    backdrop-filter: blur(16px);
}

.pc-pd-contents::-webkit-scrollbar {
    display: none;
}

.pc-pd-contents a {
    flex: 0 0 auto;
    padding: 0.62rem 0.9rem;
    border-radius: 999px;
    color: rgba(23, 49, 29, 0.72);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 160ms ease, color 160ms ease;
}

.pc-pd-contents a:hover,
.pc-pd-contents a:focus-visible {
    background: #17311d;
    color: #fff;
    outline: none;
}

#overview,
#stories,
#guides,
#videos,
#photographs,
#nearby {
    scroll-margin-top: 110px;
}

.pc-pd-main,
.pc-pd-section {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.pc-pd-main {
    padding: clamp(4.8rem, 9vw, 7.5rem) 0 clamp(3.6rem, 7vw, 5.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.pc-pd-kicker {
    margin: 0 0 0.65rem;
    color: #e8651a;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pc-pd-story h2,
.pc-pd-planning h2,
.pc-pd-section__head h2 {
    margin: 0;
    color: #17311d;
    font-family: 'Cormorant Garamond', 'Cormorant', serif;
    letter-spacing: -0.045em;
    text-align: left;
}

.pc-pd-story h2 {
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    line-height: 0.94;
}

.pc-pd-planning h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.pc-pd-prose {
    margin-top: 1.5rem;
    max-width: 760px;
}

.pc-pd-prose p {
    margin: 0 0 1.15rem;
    color: rgba(24, 51, 31, 0.84);
    font-size: clamp(1rem, 1.25vw, 1.1rem);
    line-height: 1.9;
}

.pc-pd-planning {
    position: sticky;
    top: 105px;
    padding: 1.45rem;
    border-radius: 28px;
    background: linear-gradient(145deg, #fffef9, #f3f7f0);
    border: 1px solid rgba(23, 49, 29, 0.09);
    box-shadow: 0 22px 60px rgba(23, 49, 29, 0.08);
}

.pc-pd-note {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(23, 49, 29, 0.09);
}

.pc-pd-note p {
    margin: 0;
    color: rgba(24, 51, 31, 0.78);
    font-size: 0.92rem;
    line-height: 1.7;
}

.pc-pd-inline-map {
    display: inline-flex;
    margin-top: 1.25rem;
    color: #2f6d34;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 900;
}

.pc-pd-section {
    padding: clamp(3rem, 7vw, 5.5rem) 0;
    border-top: 1px solid rgba(23, 49, 29, 0.08);
}

.pc-pd-section__head {
    max-width: 760px;
    margin-bottom: 1.6rem;
}

.pc-pd-section__head h2 {
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 0.96;
}

.pc-pd-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.pc-pd-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(23, 49, 29, 0.09);
    background: #fffef9;
    box-shadow: 0 18px 44px rgba(23, 49, 29, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.pc-pd-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 64px rgba(23, 49, 29, 0.12);
}

.pc-pd-card > a,
.pc-pd-card > a:link,
.pc-pd-card > a:visited,
.pc-pd-card > a:hover,
.pc-pd-card > a:active {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none !important;
}

.pc-pd-card__image {
    height: 210px;
    overflow: hidden;
    background: #e8efe4;
}

.pc-pd-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 280ms ease;
}

.pc-pd-card:hover .pc-pd-card__image img {
    transform: scale(1.045);
}

.pc-pd-card__body {
    padding: 1.1rem;
}

.pc-pd-card__body > span {
    display: block;
    margin-bottom: 0.55rem;
    color: rgba(23, 49, 29, 0.55);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    line-height: 1.45;
    text-transform: uppercase;
}

.pc-pd-card__body h3 {
    margin: 0;
    color: #17311d;
    font-family: 'Cormorant Garamond', 'Cormorant', serif;
    font-size: 1.65rem;
    line-height: 1.04;
    letter-spacing: -0.03em;
    text-align: left;
}

.pc-pd-card__body p {
    margin: 0.72rem 0 0;
    color: rgba(24, 51, 31, 0.70);
    font-size: 0.9rem;
    line-height: 1.62;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-pd-card__body strong {
    display: inline-flex;
    margin-top: 1rem;
    color: #2f6d34;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-pd-gallery {
    position: relative;
    width: min(1240px, calc(100% - 32px));
    margin: clamp(3rem, 7vw, 5.5rem) auto;
    padding: clamp(1.2rem, 3.5vw, 3rem);
    overflow: hidden;
    border-radius: clamp(28px, 4vw, 48px);
    background:
        radial-gradient(circle at 88% 10%, rgba(232, 101, 26, 0.24), transparent 24rem),
        radial-gradient(circle at 4% 92%, rgba(102, 150, 93, 0.22), transparent 28rem),
        #102218;
    box-shadow: 0 34px 90px rgba(12, 31, 19, 0.18);
}

.pc-pd-gallery::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
}

.pc-pd-gallery__intro {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(1.3rem, 3vw, 2.2rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
    gap: 2rem;
    align-items: end;
}

.pc-pd-gallery__intro h2 {
    margin: 0;
    color: #fffdf4;
    font-family: 'Cormorant Garamond', 'Cormorant', serif;
    font-size: clamp(2.8rem, 6.5vw, 5.7rem);
    line-height: 0.88;
    letter-spacing: -0.055em;
    text-align: left;
    text-wrap: balance;
}

.pc-pd-gallery__intro > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.92rem;
    line-height: 1.75;
}

.pc-pd-gallery__mosaic {
    position: relative;
    z-index: 1;
    height: clamp(500px, 54vw, 660px);
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(0.55rem, 1.2vw, 0.9rem);
}

.pc-pd-gallery__tile {
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background: #263a2c;
    color: #fff;
    cursor: zoom-in;
    text-align: left;
}

.pc-pd-gallery__tile:nth-child(1) {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
}

.pc-pd-gallery__tile:nth-child(2) {
    grid-column: 7 / 10;
    grid-row: 1;
}

.pc-pd-gallery__tile:nth-child(3) {
    grid-column: 10 / 13;
    grid-row: 1;
}

.pc-pd-gallery__tile:nth-child(4) {
    grid-column: 7 / 10;
    grid-row: 2;
}

.pc-pd-gallery__tile:nth-child(5) {
    grid-column: 10 / 13;
    grid-row: 2;
}

.pc-pd-gallery__mosaic[data-count='1'] .pc-pd-gallery__tile:first-child {
    grid-column: 1 / 13;
}

.pc-pd-gallery__mosaic[data-count='2'] .pc-pd-gallery__tile:first-child {
    grid-column: 1 / 9;
}

.pc-pd-gallery__mosaic[data-count='2'] .pc-pd-gallery__tile:nth-child(2) {
    grid-column: 9 / 13;
    grid-row: 1 / 3;
}

.pc-pd-gallery__mosaic[data-count='3'] .pc-pd-gallery__tile:first-child {
    grid-column: 1 / 8;
}

.pc-pd-gallery__mosaic[data-count='3'] .pc-pd-gallery__tile:nth-child(2),
.pc-pd-gallery__mosaic[data-count='3'] .pc-pd-gallery__tile:nth-child(3) {
    grid-column: 8 / 13;
}

.pc-pd-gallery__mosaic[data-count='3'] .pc-pd-gallery__tile:nth-child(3) {
    grid-row: 2;
}

.pc-pd-gallery__mosaic[data-count='4'] .pc-pd-gallery__tile:first-child {
    grid-column: 1 / 8;
}

.pc-pd-gallery__mosaic[data-count='4'] .pc-pd-gallery__tile:nth-child(2) {
    grid-column: 8 / 13;
}

.pc-pd-gallery__mosaic[data-count='4'] .pc-pd-gallery__tile:nth-child(3),
.pc-pd-gallery__mosaic[data-count='4'] .pc-pd-gallery__tile:nth-child(4) {
    grid-row: 2;
}

.pc-pd-gallery__mosaic[data-count='4'] .pc-pd-gallery__tile:nth-child(3) {
    grid-column: 8 / 10;
}

.pc-pd-gallery__mosaic[data-count='4'] .pc-pd-gallery__tile:nth-child(4) {
    grid-column: 10 / 13;
}

.pc-pd-gallery__tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.pc-pd-gallery__tile::after {
    content: '';
    position: absolute;
    inset: 36% 0 0;
    background: linear-gradient(180deg, transparent, rgba(5, 13, 8, 0.78));
    opacity: 0.82;
    transition: opacity 220ms ease;
}

.pc-pd-gallery__tile:hover img,
.pc-pd-gallery__tile:focus-visible img {
    transform: scale(1.045);
    filter: saturate(1.08);
}

.pc-pd-gallery__tile:focus-visible {
    outline: 3px solid #f3a46f;
    outline-offset: 3px;
}

.pc-pd-gallery__credit {
    position: absolute;
    z-index: 2;
    right: 1rem;
    bottom: 0.9rem;
    left: 1rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.35;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.pc-pd-gallery__credit small {
    color: rgba(255, 255, 255, 0.66);
    font-size: inherit;
    font-weight: 650;
}

.pc-pd-gallery__tile:hover .pc-pd-gallery__credit,
.pc-pd-gallery__tile:focus-visible .pc-pd-gallery__credit,
.pc-pd-gallery__tile:first-child .pc-pd-gallery__credit {
    opacity: 1;
    transform: none;
}

.pc-pd-gallery__all {
    position: absolute;
    z-index: 4;
    right: 1rem;
    bottom: 1rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    background: rgba(7, 17, 11, 0.76);
    color: #fff;
    cursor: pointer;
    text-align: left;
    backdrop-filter: blur(12px);
}

.pc-pd-gallery__all span,
.pc-pd-gallery__all strong {
    display: block;
}

.pc-pd-gallery__all span {
    margin-bottom: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pc-pd-gallery__all strong {
    font-size: 0.76rem;
}

.pc-pd-lightbox {
    width: min(1160px, calc(100% - 32px));
    max-width: none;
    height: min(760px, calc(100% - 32px));
    max-height: none;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: #09130d;
    color: #fff;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.48);
}

.pc-pd-lightbox[open] {
    display: grid;
    place-items: stretch;
}

.pc-pd-lightbox::backdrop {
    background: rgba(3, 9, 5, 0.88);
    backdrop-filter: blur(12px);
}

.pc-pd-lightbox figure {
    min-width: 0;
    min-height: 0;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
}

.pc-pd-lightbox__image-wrap {
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    background: #030705;
}

.pc-pd-lightbox__image-wrap img {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: contain;
}

.pc-pd-lightbox figcaption {
    padding: clamp(2rem, 4vw, 3.4rem) 1.7rem 1.7rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        radial-gradient(circle at 100% 0, rgba(232, 101, 26, 0.17), transparent 18rem),
        #102218;
}

.pc-pd-lightbox figcaption > p {
    margin: 0 0 0.8rem;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.86rem;
    line-height: 1.65;
}

.pc-pd-lightbox figcaption h2 {
    margin: 0;
    color: #fffdf4;
    font-family: 'Cormorant Garamond', 'Cormorant', serif;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-align: left;
}

.pc-pd-lightbox figcaption > div {
    margin-top: 1.3rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-pd-lightbox figcaption span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 800;
}

.pc-pd-lightbox figcaption a {
    width: fit-content;
    color: #f3a46f;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pc-pd-lightbox__close,
.pc-pd-lightbox__arrow {
    position: absolute;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(4, 11, 7, 0.72);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.pc-pd-lightbox__close {
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.7rem;
    line-height: 1;
}

.pc-pd-lightbox__arrow {
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.pc-pd-lightbox__arrow--previous {
    left: 1rem;
}

.pc-pd-lightbox__arrow--next {
    right: calc(340px + 1rem);
}

.pc-pd-gallery-open {
    overflow: hidden;
}

.pc-pd-nearby {
    padding-bottom: 7rem;
}

.pc-pd-not-found {
    width: min(800px, calc(100% - 32px));
    margin: 0 auto;
    padding: 12rem 0 8rem;
    text-align: center;
}

.pc-pd-not-found span {
    color: #e8651a;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pc-pd-not-found h1 {
    margin: 0.8rem 0 0;
    color: #17311d;
    font-family: 'Cormorant Garamond', 'Cormorant', serif;
    font-size: clamp(3rem, 7vw, 5.7rem);
    line-height: 0.94;
}

.pc-pd-not-found p {
    margin: 1rem auto 1.4rem;
    max-width: 560px;
    color: rgba(24, 51, 31, 0.68);
    line-height: 1.7;
}

.pc-pd-not-found a {
    display: inline-flex;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    background: #17311d;
    color: #fff;
    text-decoration: none;
    font-weight: 850;
}

@media (max-width: 980px) {
    .pc-pd-glance {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pc-pd-glance > div:nth-child(2) {
        border-right: 0;
    }

    .pc-pd-glance > div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(23, 49, 29, 0.08);
    }

    .pc-pd-main {
        grid-template-columns: 1fr;
    }

    .pc-pd-planning {
        position: static;
    }

    .pc-pd-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .pc-pd-hero,
    .pc-pd-hero__inner {
        min-height: 760px;
    }

    .pc-pd-hero__inner {
        width: min(100% - 24px, 1180px);
        padding-top: 7.2rem;
        padding-bottom: 3rem;
    }

    .pc-pd-hero h1 {
        font-size: clamp(4rem, 20vw, 6.3rem);
    }

    .pc-pd-hero__actions,
    .pc-pd-love,
    .pc-pd-map-btn {
        width: 100%;
    }

    .pc-pd-glance {
        grid-template-columns: 1fr;
        margin-top: -1.25rem;
    }

    .pc-pd-glance > div {
        border-right: 0;
        border-bottom: 1px solid rgba(23, 49, 29, 0.08);
    }

    .pc-pd-glance > div:last-child {
        border-bottom: 0;
    }

    .pc-pd-main {
        padding-top: 4.5rem;
    }

    .pc-pd-contents {
        width: calc(100% - 24px);
        border-radius: 18px;
    }

    .pc-pd-card-grid {
        grid-template-columns: 1fr;
    }

    .pc-pd-card__image {
        height: 225px;
    }

    .pc-pd-gallery {
        width: calc(100% - 24px);
        padding: 1rem;
        border-radius: 28px;
    }

    .pc-pd-gallery__intro {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 0.5rem 0.25rem 0;
    }

    .pc-pd-gallery__intro h2 {
        font-size: clamp(3rem, 15vw, 4.4rem);
    }

    .pc-pd-gallery__mosaic,
    .pc-pd-gallery__mosaic[data-count] {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        grid-auto-rows: 170px;
    }

    .pc-pd-gallery__tile:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
        border-radius: 16px;
    }

    .pc-pd-gallery__tile:first-child,
    .pc-pd-gallery__mosaic[data-count] .pc-pd-gallery__tile:first-child {
        height: 320px;
        grid-column: 1 / 3;
    }

    .pc-pd-gallery__mosaic[data-count='1'] .pc-pd-gallery__tile:first-child {
        height: 430px;
    }

    .pc-pd-gallery__credit {
        right: 0.75rem;
        bottom: 0.7rem;
        left: 0.75rem;
        opacity: 1;
        transform: none;
        font-size: 0.64rem;
    }

    .pc-pd-gallery__all {
        right: 0.65rem;
        bottom: 0.65rem;
    }

    .pc-pd-lightbox {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        border-radius: 20px;
    }

    .pc-pd-lightbox figure {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(0, 1fr) auto;
    }

    .pc-pd-lightbox figcaption {
        max-height: 34vh;
        padding: 1rem 1.1rem 1.15rem;
        overflow-y: auto;
    }

    .pc-pd-lightbox figcaption > p {
        margin-bottom: 0.5rem;
        font-size: 0.76rem;
    }

    .pc-pd-lightbox figcaption h2 {
        font-size: 2rem;
    }

    .pc-pd-lightbox figcaption > div {
        margin-top: 0.75rem;
        padding-top: 0.7rem;
    }

    .pc-pd-lightbox__arrow {
        top: 42%;
        width: 42px;
        height: 42px;
    }

    .pc-pd-lightbox__arrow--next {
        right: 0.75rem;
    }

    .pc-pd-lightbox__arrow--previous {
        left: 0.75rem;
    }
}
