.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: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.pc-pd-hero h1 {
    margin: 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(3rem, 7vw, 6.2rem);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.025em;
    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: 500;
}

.pc-pd-location {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.85rem;
    font-weight: 700;
    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: 800;
}

.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: 800;
    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: 800;
    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,
#how-to-reach,
#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: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pc-pd-story h2,
.pc-pd-planning h2,
.pc-pd-section__head h2 {
    margin: 0;
    color: #17311d;
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: left;
}

.pc-pd-story h2 {
    font-size: clamp(2.15rem, 4.3vw, 3.8rem);
    line-height: 1.06;
}

.pc-pd-planning h2 {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.05;
}

.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-travel {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto clamp(3rem, 7vw, 5.5rem);
    padding: clamp(1.35rem, 3vw, 2.5rem);
    overflow: hidden;
    border: 1px solid rgba(23, 49, 29, 0.10);
    border-radius: 36px;
    background:
        radial-gradient(circle at 94% 2%, rgba(232, 101, 26, 0.12), transparent 20rem),
        linear-gradient(145deg, #f9fbf6, #eef5eb);
    box-shadow: 0 28px 75px rgba(23, 49, 29, 0.09);
}

.pc-pd-travel__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
    gap: 2rem;
    align-items: end;
}

.pc-pd-travel__intro h2 {
    margin: 0;
    color: #17311d;
    font-family: var(--font-display);
    font-size: clamp(2.15rem, 4.3vw, 3.8rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.025em;
}

.pc-pd-travel__intro > p {
    margin: 0;
    color: rgba(24, 51, 31, 0.70);
    font-size: 0.86rem;
    line-height: 1.7;
}

.pc-pd-route-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.pc-pd-route-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 49, 29, 0.09);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.88);
}

.pc-pd-route-card > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid rgba(23, 49, 29, 0.08);
}

.pc-pd-route-card > header span {
    color: #e8651a;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pc-pd-route-card h3 {
    margin: 0.22rem 0 0;
    color: #17311d;
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    font-weight: 600;
    line-height: 1.05;
}

.pc-pd-route-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: flex-end;
}

.pc-pd-route-card__facts strong {
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    background: rgba(23, 49, 29, 0.07);
    color: rgba(23, 49, 29, 0.76);
    font-size: 0.7rem;
}

.pc-pd-route-track {
    display: flex;
    min-width: 100%;
    align-items: flex-start;
    overflow-x: auto;
    padding: 1.55rem 1.2rem 1.25rem;
    scrollbar-width: thin;
}

.pc-pd-route-node {
    display: grid;
    width: 104px;
    flex: 0 0 104px;
    justify-items: center;
    gap: 0.35rem;
    text-align: center;
}

.pc-pd-route-node > i {
    width: 17px;
    height: 17px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #e8651a;
    box-shadow: 0 0 0 2px #31573a, 0 9px 20px rgba(23, 49, 29, 0.16);
}

.pc-pd-route-node strong {
    max-width: 104px;
    color: #17311d;
    font-size: 0.72rem;
    line-height: 1.3;
}

.pc-pd-route-node small {
    color: rgba(24, 51, 31, 0.58);
    font-size: 0.58rem;
}

.pc-pd-route-leg {
    position: relative;
    width: 96px;
    height: 50px;
    flex: 0 0 96px;
    margin: 2px 0 0;
}

.pc-pd-route-leg::before {
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 999px;
    background: rgba(49, 87, 58, 0.28);
    content: '';
}

.pc-pd-route-leg > span {
    position: absolute;
    top: 19px;
    right: 0;
    left: 0;
    overflow: hidden;
    color: rgba(24, 51, 31, 0.56);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.pc-pd-route-leg__distance {
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
    color: #31573a;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.pc-pd-route-leg--hill_road::before,
.pc-pd-route-leg--mountain_pass::before {
    top: 1px;
    height: 15px;
    border-top: 4px dashed rgba(75, 111, 78, 0.64);
    border-radius: 50%;
    background: transparent;
}

.pc-pd-route-leg--walking::before,
.pc-pd-route-leg--trek::before {
    height: 3px;
    background: repeating-linear-gradient(90deg, #71856d 0 6px, transparent 6px 11px);
}

.pc-pd-route-vehicle {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 16px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 4px 5px 3px 3px;
    background: #31573a;
    box-shadow: 0 3px 8px rgba(23, 49, 29, 0.25);
    animation: pc-pd-route-drive 4.2s ease-in-out infinite;
}

.pc-pd-route-vehicle::before {
    position: absolute;
    top: -5px;
    left: 3px;
    width: 8px;
    height: 5px;
    border-radius: 4px 4px 0 0;
    background: #31573a;
    content: '';
}

.pc-pd-route-vehicle::after {
    position: absolute;
    bottom: -4px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #17281b;
    box-shadow: 8px 0 0 #17281b;
    content: '';
}

.pc-pd-route-leg--walking .pc-pd-route-vehicle,
.pc-pd-route-leg--trek .pc-pd-route-vehicle {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    background: #e8651a;
}

.pc-pd-route-leg--walking .pc-pd-route-vehicle::before,
.pc-pd-route-leg--walking .pc-pd-route-vehicle::after,
.pc-pd-route-leg--trek .pc-pd-route-vehicle::before,
.pc-pd-route-leg--trek .pc-pd-route-vehicle::after {
    display: none;
}

@keyframes pc-pd-route-drive {
    0% { transform: translateX(0); }
    45%, 55% { transform: translateX(74px); }
    100% { transform: translateX(0); }
}

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

.pc-pd-access-grid article {
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(23, 49, 29, 0.09);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
}

.pc-pd-access-grid span {
    color: #e8651a;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pc-pd-access-grid h3 {
    margin: 0.35rem 0 0;
    color: #17311d;
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.05;
}

.pc-pd-access-grid article > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.65rem;
}

.pc-pd-access-grid strong {
    padding: 0.3rem 0.45rem;
    border-radius: 999px;
    background: rgba(23, 49, 29, 0.07);
    color: rgba(23, 49, 29, 0.72);
    font-size: 0.64rem;
}

.pc-pd-access-grid p,
.pc-pd-access-grid small {
    display: block;
    margin: 0.55rem 0 0;
    color: rgba(24, 51, 31, 0.68);
    font-size: 0.74rem;
    line-height: 1.5;
}

.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(2rem, 3.8vw, 3.4rem);
    line-height: 1.03;
}

.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: 800;
    letter-spacing: 0.09em;
    line-height: 1.45;
    text-transform: uppercase;
}

.pc-pd-card__body h3 {
    margin: 0;
    color: #17311d;
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.08;
    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: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-pd-gallery {
    position: relative;
    width: min(1280px, calc(100% - 32px));
    margin: clamp(3rem, 7vw, 5.5rem) auto;
    padding: clamp(2.4rem, 5vw, 4.8rem) 0 clamp(1.5rem, 3vw, 2.4rem);
    overflow: hidden;
    border-radius: clamp(28px, 4vw, 48px);
    background:
        radial-gradient(circle at 12% 8%, rgba(240, 165, 0, 0.10), transparent 22rem),
        radial-gradient(circle at 88% 92%, rgba(47, 109, 52, 0.09), transparent 28rem),
        #fffaf1;
    box-shadow: 0 28px 78px rgba(25, 46, 31, 0.12);
}

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

.pc-pd-gallery__intro {
    position: relative;
    z-index: 1;
    width: min(920px, calc(100% - 40px));
    margin: 0 auto clamp(1.8rem, 4vw, 3.2rem);
    text-align: center;
}

.pc-pd-gallery__intro h2 {
    margin: 0;
    color: #17311d;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4.5vw, 4rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.035em;
    text-align: center;
    text-wrap: balance;
}

.pc-pd-gallery__intro .pc-pd-kicker {
    text-align: center;
}

.pc-pd-gallery__intro > p:last-child {
    max-width: 650px;
    margin: 1rem auto 0;
    color: rgba(24, 51, 31, 0.67);
    font-size: 0.92rem;
    line-height: 1.72;
}

.pc-pd-gallery__viewport {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.pc-pd-gallery__viewport::before,
.pc-pd-gallery__viewport::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    width: clamp(24px, 7vw, 100px);
    pointer-events: none;
}

.pc-pd-gallery__viewport::before {
    left: 0;
    background: linear-gradient(90deg, #fffaf1, rgba(255, 250, 241, 0));
}

.pc-pd-gallery__viewport::after {
    right: 0;
    background: linear-gradient(270deg, #fffaf1, rgba(255, 250, 241, 0));
}

.pc-pd-gallery__track {
    --pc-pd-gallery-gap: clamp(0.8rem, 1.5vw, 1.2rem);
    width: max-content;
    display: flex;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.pc-pd-gallery__track.is-moving {
    animation: pc-pd-gallery-flow var(--pc-pd-gallery-duration, 42s) linear infinite;
}

.pc-pd-gallery__track:not(.is-moving) .pc-pd-gallery__group[aria-hidden='true'] {
    display: none;
}

.pc-pd-gallery__viewport:hover .pc-pd-gallery__track,
.pc-pd-gallery__viewport:focus-within .pc-pd-gallery__track {
    animation-play-state: paused;
}

.pc-pd-gallery__group {
    padding-right: var(--pc-pd-gallery-gap);
    display: flex;
    gap: var(--pc-pd-gallery-gap);
}

.pc-pd-gallery__card {
    width: clamp(210px, 21vw, 268px);
    flex: 0 0 auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(34, 63, 40, 0.10);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    color: #17311d;
    cursor: zoom-in;
    text-align: left;
    box-shadow: 0 16px 42px rgba(31, 54, 37, 0.10);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pc-pd-gallery__card:hover,
.pc-pd-gallery__card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(232, 101, 26, 0.34);
    box-shadow: 0 22px 54px rgba(31, 54, 37, 0.16);
}

.pc-pd-gallery__card:focus-visible {
    outline: 3px solid rgba(232, 101, 26, 0.7);
    outline-offset: 3px;
}

.pc-pd-gallery__image {
    height: clamp(132px, 14vw, 176px);
    display: block;
    overflow: hidden;
    background: #dfe8dc;
}

.pc-pd-gallery__image 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__card:hover img,
.pc-pd-gallery__card:focus-visible img {
    transform: scale(1.055);
    filter: saturate(1.08);
}

.pc-pd-gallery__story {
    min-height: 116px;
    padding: 0.9rem 1rem 1rem;
    display: flex;
    flex-direction: column;
}

.pc-pd-gallery__story small {
    color: #e8651a;
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pc-pd-gallery__story strong {
    margin-top: 0.42rem;
    font-family: var(--font-display);
    font-size: 1.25rem;
    line-height: 1.04;
    letter-spacing: -0.025em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-pd-gallery__story em {
    margin-top: auto;
    padding-top: 0.55rem;
    color: rgba(24, 51, 31, 0.56);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 700;
}

.pc-pd-gallery__hint {
    position: relative;
    z-index: 1;
    margin: 1.15rem 0 0;
    color: rgba(24, 51, 31, 0.48);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
}

@keyframes pc-pd-gallery-flow {
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

.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: var(--font-display);
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.02em;
    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: 800;
    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: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pc-pd-not-found h1 {
    margin: 0.8rem 0 0;
    color: #17311d;
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 600;
    line-height: 1.05;
}

.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: 800;
}

@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));
    }

    .pc-pd-travel__intro,
    .pc-pd-access-grid {
        grid-template-columns: 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(2.75rem, 13vw, 4.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-travel {
        width: calc(100% - 24px);
        padding: 1rem;
        border-radius: 26px;
    }

    .pc-pd-travel__intro {
        gap: 0.85rem;
    }

    .pc-pd-route-card > header {
        display: grid;
    }

    .pc-pd-route-card__facts {
        justify-content: flex-start;
    }

    .pc-pd-route-track {
        padding-inline: 0.75rem;
    }

    .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: 2.4rem 0 1.4rem;
        border-radius: 28px;
    }

    .pc-pd-gallery__intro {
        width: calc(100% - 32px);
        margin-bottom: 1.7rem;
    }

    .pc-pd-gallery__intro h2 {
        font-size: clamp(2.05rem, 10vw, 3.1rem);
    }

    .pc-pd-gallery__intro > p:last-child {
        font-size: 0.84rem;
    }

    .pc-pd-gallery__track {
        --pc-pd-gallery-gap: 0.72rem;
    }

    .pc-pd-gallery__card {
        width: 190px;
        border-radius: 16px;
    }

    .pc-pd-gallery__image {
        height: 128px;
    }

    .pc-pd-gallery__story {
        min-height: 108px;
        padding: 0.78rem 0.82rem 0.85rem;
    }

    .pc-pd-gallery__story strong {
        font-size: 1rem;
    }

    .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: 1.65rem;
    }

    .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;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pc-pd-route-vehicle {
        animation: none;
    }

    .pc-pd-gallery__viewport {
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .pc-pd-gallery__viewport::before,
    .pc-pd-gallery__viewport::after,
    .pc-pd-gallery__group[aria-hidden='true'] {
        display: none;
    }

    .pc-pd-gallery__track.is-moving {
        animation: none;
        transform: none;
        will-change: auto;
    }
}
