.pc-bd-page {
    --bd-ink: #16331f;
    --bd-muted: #657268;
    --bd-paper: #fbfaf4;
    --bd-soft: #f0f3e8;
    --bd-line: rgba(22, 51, 31, 0.14);
    --bd-saffron: #ef6518;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 38%, rgba(221, 231, 210, 0.65), transparent 31rem),
        var(--bd-paper);
    color: var(--bd-ink);
}

.pc-bd-page,
.pc-bd-page * {
    box-sizing: border-box;
}

.pc-bd-article {
    min-width: 0;
}

.pc-bd-hero {
    position: relative;
    min-height: min(680px, 82vh);
    display: grid;
    align-items: end;
    isolation: isolate;
    background: #17311d;
}

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

.pc-bd-hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center;
}

.pc-bd-hero__shade {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(8, 21, 12, 0.34) 0%, rgba(8, 21, 12, 0.14) 32%, rgba(8, 21, 12, 0.86) 100%),
        linear-gradient(90deg, rgba(8, 21, 12, 0.55), transparent 68%);
}

.pc-bd-hero__content {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 7.5rem 0 3.8rem;
    color: #fffdf6;
}

.pc-bd-breadcrumb {
    position: absolute;
    top: 8.2rem;
    display: flex;
    max-width: min(850px, calc(100% - 48px));
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.76);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.pc-bd-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.pc-bd-breadcrumb a:hover {
    color: #fff;
}

.pc-bd-breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-bd-hero__copy {
    max-width: 940px;
}

.pc-bd-kicker,
.pc-bd-overline,
.pc-bd-section__heading p,
.pc-bd-experience__number,
.pc-bd-practical__grid article > span {
    margin: 0;
    color: var(--bd-saffron);
    font-family: var(--font-body);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.pc-bd-hero h1 {
    max-width: 1000px;
    margin: 0.55rem 0 0;
    color: #fffdf7;
    font-family: var(--font-display);
    font-size: clamp(2.75rem, 4.8vw, 4.8rem);
    font-weight: 560;
    letter-spacing: -0.045em;
    line-height: 0.96;
    text-wrap: balance;
}

.pc-bd-deck {
    max-width: 760px;
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    line-height: 1.62;
}

.pc-bd-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.65rem;
}

.pc-bd-hero__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.38rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(12, 34, 20, 0.3);
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-body);
    font-size: 0.76rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.pc-bd-contents {
    display: flex;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    align-items: center;
    gap: 1.2rem;
    overflow-x: auto;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--bd-line);
    color: var(--bd-muted);
    scrollbar-width: none;
}

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

.pc-bd-contents span,
.pc-bd-contents a {
    flex: 0 0 auto;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 750;
}

.pc-bd-contents span {
    padding-right: 1.1rem;
    border-right: 1px solid var(--bd-line);
    color: var(--bd-ink);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pc-bd-contents a {
    color: inherit;
    text-decoration: none;
}

.pc-bd-contents a:hover {
    color: var(--bd-saffron);
}

.pc-bd-reading-shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(3.5rem, 7vw, 7rem) 0 2rem;
}

.pc-bd-opening,
.pc-bd-section,
.pc-bd-pull-section,
.pc-bd-itinerary,
.pc-bd-closing {
    width: min(780px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.pc-bd-opening {
    margin-bottom: clamp(4rem, 8vw, 7rem);
}

.pc-bd-prose {
    color: #334a39;
    font-family: var(--font-body);
    font-size: 1.02rem;
    line-height: 1.86;
}

.pc-bd-prose--lead {
    margin-top: 1rem;
    color: #263f2d;
    font-family: var(--font-display);
    font-size: clamp(1.28rem, 2vw, 1.58rem);
    line-height: 1.62;
}

.pc-bd-prose p {
    margin: 0 0 1.2rem;
}

.pc-bd-prose p:last-child {
    margin-bottom: 0;
}

.pc-bd-prose--lead > p:first-child::first-letter {
    float: left;
    margin: 0.09em 0.1em 0 0;
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: 4.5em;
    font-weight: 600;
    line-height: 0.72;
}

.pc-bd-section {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.pc-bd-section__heading {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.7rem;
}

.pc-bd-section__heading > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid var(--bd-line);
    border-radius: 50%;
    color: var(--bd-saffron);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 800;
}

.pc-bd-section__heading h2,
.pc-bd-pull-section h2,
.pc-bd-planner__heading h2,
.pc-bd-practical h2,
.pc-bd-itinerary h2 {
    margin: 0.15rem 0 0;
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    font-weight: 560;
    letter-spacing: -0.04em;
    line-height: 0.98;
    text-wrap: balance;
}

.pc-bd-pull-section {
    position: relative;
    margin-bottom: clamp(4.5rem, 9vw, 8rem);
    padding: clamp(2rem, 5vw, 3.6rem);
    overflow: hidden;
    border-radius: 2px 42px 2px 42px;
    background: var(--bd-ink);
    color: #fffdf6;
}

.pc-bd-pull-section::after {
    position: absolute;
    right: -3rem;
    bottom: -6rem;
    width: 15rem;
    height: 15rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.pc-bd-pull-section h2,
.pc-bd-pull-section .pc-bd-prose {
    color: #fffdf6;
}

.pc-bd-pull-section .pc-bd-prose {
    max-width: 650px;
    margin-top: 1.35rem;
}

.pc-bd-experiences {
    margin: 0 0 clamp(5rem, 10vw, 9rem);
}

.pc-bd-section__heading--wide {
    width: min(780px, 100%);
    margin-right: auto;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    margin-left: auto;
}

.pc-bd-experience-list {
    display: grid;
    gap: clamp(3.6rem, 8vw, 7rem);
}

.pc-bd-experience {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.92fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.pc-bd-experience:nth-child(even) .pc-bd-experience__image {
    order: 2;
}

.pc-bd-experience__image {
    position: relative;
    min-height: 430px;
    margin: 0;
    overflow: hidden;
    border-radius: 3px 56px 3px 56px;
    background: #e5eadf;
    box-shadow: 0 28px 68px rgba(22, 51, 31, 0.13);
}

.pc-bd-experience:nth-child(even) .pc-bd-experience__image {
    border-radius: 56px 3px 56px 3px;
}

.pc-bd-experience__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.pc-bd-experience:hover .pc-bd-experience__image img {
    transform: scale(1.025);
}

.pc-bd-experience__copy h3 {
    margin: 0.55rem 0 0.9rem;
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    font-weight: 580;
    letter-spacing: -0.035em;
    line-height: 1;
}

.pc-bd-experience__note {
    margin: 0 0 1rem;
    padding-left: 1rem;
    border-left: 2px solid var(--bd-saffron);
    color: #536257;
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-style: italic;
    line-height: 1.55;
}

.pc-bd-experience__details {
    margin-top: 0.8rem;
    color: var(--bd-muted);
    font-family: var(--font-body);
    font-size: 0.9rem;
    line-height: 1.72;
}

.pc-bd-experience__details p {
    margin: 0;
}

.pc-bd-experience__facts {
    display: grid;
    gap: 0.7rem;
    margin: 1.35rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--bd-line);
}

.pc-bd-experience__facts div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0.75rem;
}

.pc-bd-experience__facts dt,
.pc-bd-experience__facts dd {
    margin: 0;
    font-family: var(--font-body);
    font-size: 0.78rem;
    line-height: 1.5;
}

.pc-bd-experience__facts dt {
    color: var(--bd-muted);
    font-weight: 700;
}

.pc-bd-experience__facts dd {
    color: var(--bd-ink);
    font-weight: 750;
}

.pc-bd-legacy-experience {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    width: min(780px, 100%);
    margin: 0 auto;
    gap: 1rem;
    padding: 1.35rem 0;
    border-top: 1px solid var(--bd-line);
}

.pc-bd-legacy-experience:last-child {
    border-bottom: 1px solid var(--bd-line);
}

.pc-bd-legacy-experience span {
    color: var(--bd-saffron);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 800;
}

.pc-bd-legacy-experience p {
    margin: 0;
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: 1.35rem;
    line-height: 1.45;
}

.pc-bd-planner {
    width: 100%;
    margin: 0 0 clamp(4.5rem, 9vw, 8rem);
    padding: clamp(1.45rem, 3.4vw, 2.7rem);
    border: 1px solid rgba(22, 51, 31, 0.12);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 234, 0.82)),
        var(--bd-paper);
    box-shadow: 0 28px 76px rgba(22, 51, 31, 0.07);
}

.pc-bd-planner__heading {
    margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.pc-bd-planner__heading h2 {
    max-width: 760px;
}

.pc-bd-reach > h3,
.pc-bd-season > h3 {
    margin: 0 0 1rem;
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.7vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.025em;
}

.pc-bd-route-panel {
    overflow: hidden;
    border: 1px solid rgba(22, 51, 31, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
}

.pc-bd-route-panel > header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem 0.85rem;
    border-bottom: 1px solid rgba(22, 51, 31, 0.09);
}

.pc-bd-route-panel > header div {
    display: grid;
    gap: 0.2rem;
}

.pc-bd-route-panel > header span,
.pc-bd-route-panel > header em {
    color: var(--bd-muted);
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pc-bd-route-panel > header strong {
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: 1.3rem;
    line-height: 1.2;
}

.pc-bd-route-scroll {
    overflow-x: auto;
    padding: 1rem 0.9rem 1.2rem;
    scrollbar-color: rgba(22, 51, 31, 0.22) transparent;
    scrollbar-width: thin;
}

.pc-bd-route-scroll:focus-visible {
    outline: 2px solid var(--bd-saffron);
    outline-offset: -3px;
}

.pc-bd-route-track {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(var(--pc-route-items, 1), minmax(0, 1fr));
    align-items: flex-start;
}

.pc-bd-route-node {
    display: grid;
    min-width: 0;
    justify-items: center;
    gap: 0.28rem;
    text-align: center;
}

.pc-bd-route-node i {
    position: relative;
    z-index: 2;
    width: 17px;
    height: 17px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--bd-saffron);
    box-shadow: 0 0 0 2px #477352;
}

.pc-bd-route-node:first-child i,
.pc-bd-route-node:last-child i {
    background: #477352;
    box-shadow: 0 0 0 2px #477352, 0 0 0 6px rgba(71, 115, 82, 0.12);
}

.pc-bd-route-node strong,
.pc-bd-route-node small,
.pc-bd-route-leg span,
.pc-bd-route-leg small {
    font-family: var(--font-body);
}

.pc-bd-route-node strong {
    max-width: 96px;
    color: var(--bd-ink);
    font-size: 0.69rem;
    line-height: 1.25;
}

.pc-bd-route-node small {
    color: var(--bd-muted);
    font-size: 0.6rem;
}

.pc-bd-route-leg {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 58px;
    place-items: start center;
    padding-top: 1.75rem;
    color: #6a796d;
    text-align: center;
}

.pc-bd-route-leg::before {
    position: absolute;
    top: 0.46rem;
    right: -0.36rem;
    left: -0.36rem;
    height: 2px;
    background: #8ba28e;
    content: "";
}

.pc-bd-route-leg--hill_road::before,
.pc-bd-route-leg--mountain_road::before,
.pc-bd-route-leg--walking_trail::before {
    height: 7px;
    background: repeating-linear-gradient(100deg, #8ba28e 0 12px, transparent 12px 21px);
}

.pc-bd-route-leg span {
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pc-bd-route-leg small {
    margin-top: 0.15rem;
    font-size: 0.55rem;
}

.pc-bd-mode-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 0.75rem;
    margin-top: 0.8rem;
}

.pc-bd-mode-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0.9rem;
    min-height: 150px;
    align-items: start;
    padding: 1.1rem;
    border: 1px solid rgba(22, 51, 31, 0.11);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.pc-bd-plan-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    background: #e8eee1;
    color: #426a49;
}

.pc-bd-plan-icon svg {
    width: 30px;
    height: 30px;
}

.pc-bd-mode-card--air .pc-bd-plan-icon {
    background: #eef3f3;
    color: #3d6971;
}

.pc-bd-mode-card--train .pc-bd-plan-icon,
.pc-bd-mode-card--bus .pc-bd-plan-icon {
    background: #f4eee0;
    color: #7c6433;
}

.pc-bd-mode-card h4,
.pc-bd-season-card h4 {
    margin: 0 0 0.35rem;
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: 1.13rem;
    font-weight: 620;
    line-height: 1.25;
}

.pc-bd-mode-card p,
.pc-bd-season-card p,
.pc-bd-plan-note p {
    margin: 0 0 0.45rem;
    color: #506156;
    font-family: var(--font-body);
    font-size: 0.77rem;
    line-height: 1.58;
}

.pc-bd-mode-card p:last-child,
.pc-bd-season-card p:last-child,
.pc-bd-plan-note p:last-child {
    margin-bottom: 0;
}

.pc-bd-plan-note {
    margin-top: 0.8rem;
    padding: 0.95rem 1rem;
    border-left: 3px solid var(--bd-saffron);
    background: rgba(239, 101, 24, 0.055);
}

.pc-bd-season {
    margin-top: 1.8rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(22, 51, 31, 0.11);
}

.pc-bd-season-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(22, 51, 31, 0.11);
    border-radius: 20px;
}

.pc-bd-season-card {
    min-width: 0;
    padding: 1.2rem 1rem;
    border-right: 1px solid rgba(22, 51, 31, 0.1);
    background: rgba(245, 239, 224, 0.66);
}

.pc-bd-season-card:last-child {
    border-right: 0;
}

.pc-bd-season-card .pc-bd-plan-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 0.8rem;
    background: transparent;
}

.pc-bd-season-card .pc-bd-plan-icon svg {
    width: 44px;
    height: 44px;
}

.pc-bd-season-card--leaf {
    background: rgba(225, 234, 207, 0.72);
}

.pc-bd-season-card--leaf .pc-bd-plan-icon {
    color: #6f8c43;
}

.pc-bd-season-card--rain {
    background: rgba(230, 237, 239, 0.8);
}

.pc-bd-season-card--rain .pc-bd-plan-icon {
    color: #477991;
}

.pc-bd-season-card--sun {
    background: rgba(249, 235, 210, 0.76);
}

.pc-bd-season-card--sun .pc-bd-plan-icon {
    color: #d78a1d;
}

.pc-bd-season-card--snow {
    background: rgba(226, 236, 244, 0.78);
}

.pc-bd-season-card--snow .pc-bd-plan-icon {
    color: #5d86a0;
}

.pc-bd-section--culture {
    position: relative;
}

.pc-bd-practical {
    margin: 0 0 clamp(4.5rem, 9vw, 8rem);
    padding: clamp(2rem, 5vw, 3.5rem);
    border-radius: 42px 4px 42px 4px;
    background: #e9eee2;
}

.pc-bd-practical__heading {
    width: min(780px, 100%);
    margin: 0 auto 2rem;
}

.pc-bd-practical__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.pc-bd-practical__grid article {
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(22, 51, 31, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
}

.pc-bd-practical__grid article h3 {
    margin: 0.35rem 0 1rem;
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 580;
}

.pc-bd-practical__grid ul,
.pc-bd-itinerary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-bd-practical__grid li,
.pc-bd-itinerary li {
    position: relative;
    margin: 0.75rem 0;
    padding-left: 1.2rem;
    color: #405246;
    font-family: var(--font-body);
    font-size: 0.94rem;
    line-height: 1.65;
}

.pc-bd-practical__grid li::before,
.pc-bd-itinerary li::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--bd-saffron);
    content: "";
}

.pc-bd-practical__warning {
    background: #fff8f2 !important;
}

.pc-bd-itinerary {
    margin-bottom: clamp(4rem, 8vw, 7rem);
}

.pc-bd-itinerary__list {
    margin-top: 1.8rem;
}

.pc-bd-itinerary li {
    margin: 0;
    padding: 1.15rem 0 1.15rem 2.2rem;
    border-top: 1px solid var(--bd-line);
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: 1.16rem;
}

.pc-bd-itinerary li:last-child {
    border-bottom: 1px solid var(--bd-line);
}

.pc-bd-itinerary li::before {
    top: 1.7rem;
    width: 8px;
    height: 8px;
}

.pc-bd-closing {
    margin-bottom: clamp(3rem, 7vw, 6rem);
    padding: clamp(2.2rem, 5vw, 4rem);
    border-radius: 2px 42px 2px 42px;
    background: var(--bd-ink);
}

.pc-bd-closing .pc-bd-prose {
    margin-top: 1rem;
    color: #fffdf6;
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.3vw, 1.75rem);
    font-style: italic;
    line-height: 1.55;
}

.pc-bd-section--legacy h2,
.pc-bd-section--legacy h3 {
    margin: 2.2rem 0 0.8rem;
    color: var(--bd-ink);
    font-family: var(--font-display);
}

.pc-bd-section--legacy ul {
    padding-left: 1.2rem;
}

.pc-blog-engagement {
    width: min(900px, calc(100% - 48px));
    margin: 0 auto clamp(4rem, 8vw, 7rem);
    padding: clamp(1.35rem, 3vw, 2.2rem);
    border: 1px solid var(--bd-line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 22px 64px rgba(22, 51, 31, 0.08);
}

.pc-blog-engagement__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1rem;
}

.pc-blog-engagement__stats span {
    padding: 0.48rem 0.78rem;
    border-radius: 999px;
    background: rgba(48, 75, 53, 0.08);
    color: rgba(24, 51, 31, 0.82);
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 800;
}

.pc-blog-like-btn,
.pc-blog-comment-form button {
    border: 0;
    border-radius: 999px;
    background: var(--bd-ink);
    color: #fff;
    padding: 0.82rem 1.15rem;
    font-family: var(--font-body);
    font-weight: 800;
    cursor: pointer;
}

.pc-blog-like-btn.is-liked {
    background: #7d2f22;
}

.pc-blog-comments {
    margin-top: 1.7rem;
}

.pc-blog-comments h2 {
    margin: 0 0 0.9rem;
    color: var(--bd-ink);
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 580;
    line-height: 1.15;
}

.pc-blog-comment-form textarea {
    width: 100%;
    padding: 0.95rem;
    border: 1px solid rgba(48, 75, 53, 0.18);
    border-radius: 18px;
    background: #fff;
    color: var(--bd-ink);
    font: inherit;
    line-height: 1.6;
    resize: vertical;
}

.pc-blog-comment-form button {
    margin-top: 0.7rem;
}

.pc-blog-comment-message {
    margin: 0.7rem 0 0;
    color: rgba(24, 51, 31, 0.75);
    font-weight: 800;
}

.pc-blog-login-note {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(48, 75, 53, 0.08);
}

.pc-blog-login-note a {
    color: var(--bd-ink);
    font-weight: 800;
}

.pc-blog-comment-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.1rem;
}

.pc-blog-comment {
    padding: 1rem;
    border: 1px solid rgba(48, 75, 53, 0.08);
    border-radius: 18px;
    background: rgba(247, 250, 244, 0.95);
}

.pc-blog-comment strong {
    color: var(--bd-ink);
}

.pc-blog-comment p {
    margin: 0.45rem 0;
    color: rgba(24, 51, 31, 0.84);
    line-height: 1.65;
}

.pc-blog-comment small,
.pc-blog-no-comments {
    color: rgba(24, 51, 31, 0.62);
    font-weight: 700;
}

.pc-bd-not-found {
    width: min(760px, calc(100% - 40px));
    min-height: 65vh;
    margin: 0 auto;
    padding: 10rem 0 5rem;
}

.pc-bd-not-found a {
    color: var(--bd-saffron);
    font-weight: 800;
}

.pc-bd-not-found h1 {
    margin: 1rem 0 0.5rem;
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 7vw, 5rem);
}

@media (max-width: 820px) {
    .pc-bd-hero {
        min-height: 620px;
    }

    .pc-bd-hero__content,
    .pc-bd-contents,
    .pc-bd-reading-shell {
        width: min(100% - 28px, 1120px);
    }

    .pc-bd-breadcrumb {
        top: 7.3rem;
        max-width: calc(100% - 28px);
    }

    .pc-bd-hero__content {
        padding-bottom: 3rem;
    }

    .pc-bd-hero h1 {
        font-size: clamp(2.45rem, 8vw, 3.8rem);
    }

    .pc-bd-experience {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pc-bd-experience:nth-child(even) .pc-bd-experience__image {
        order: initial;
    }

    .pc-bd-experience__image {
        min-height: min(115vw, 480px);
        border-radius: 2px 34px 2px 34px;
    }

    .pc-bd-experience:nth-child(even) .pc-bd-experience__image {
        border-radius: 34px 2px 34px 2px;
    }

    .pc-bd-experience__copy {
        padding: 0 0.35rem;
    }

    .pc-bd-practical__grid {
        grid-template-columns: 1fr;
    }

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

    .pc-bd-season-card:nth-child(2) {
        border-right: 0;
    }

    .pc-bd-season-card:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(22, 51, 31, 0.1);
    }
}

@media (max-width: 560px) {
    .pc-bd-hero {
        min-height: 580px;
    }

    .pc-bd-hero__shade {
        background: linear-gradient(180deg, rgba(8, 21, 12, 0.24), rgba(8, 21, 12, 0.22) 32%, rgba(8, 21, 12, 0.9) 100%);
    }

    .pc-bd-breadcrumb {
        display: none;
    }

    .pc-bd-hero__content {
        padding-top: 8rem;
        padding-bottom: 2.25rem;
    }

    .pc-bd-hero h1 {
        font-size: clamp(2rem, 8vw, 2.75rem);
        line-height: 1;
    }

    .pc-bd-deck {
        font-size: 0.96rem;
        line-height: 1.55;
    }

    .pc-bd-hero__meta {
        gap: 0.38rem;
        margin-top: 1.2rem;
    }

    .pc-bd-hero__meta span {
        min-height: 30px;
        padding: 0.3rem 0.58rem;
        font-size: 0.68rem;
    }

    .pc-bd-contents {
        gap: 0.9rem;
        padding: 0.9rem 0;
    }

    .pc-bd-contents span,
    .pc-bd-contents a {
        font-size: 0.7rem;
    }

    .pc-bd-reading-shell {
        padding-top: 3.2rem;
    }

    .pc-bd-prose {
        font-size: 0.98rem;
        line-height: 1.78;
    }

    .pc-bd-prose--lead {
        font-size: 1.2rem;
        line-height: 1.58;
    }

    .pc-bd-section__heading {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 0.75rem;
    }

    .pc-bd-section__heading > span {
        width: 40px;
        height: 40px;
    }

    .pc-bd-section__heading h2,
    .pc-bd-pull-section h2,
    .pc-bd-planner__heading h2,
    .pc-bd-practical h2,
    .pc-bd-itinerary h2 {
        font-size: clamp(1.7rem, 7.8vw, 2.35rem);
    }

    .pc-bd-pull-section,
    .pc-bd-practical,
    .pc-bd-closing {
        padding: 1.55rem;
        border-radius: 2px 26px 2px 26px;
    }

    .pc-bd-planner {
        padding: 1.05rem;
        border-radius: 24px;
    }

    .pc-bd-planner__heading {
        margin-bottom: 1.5rem;
    }

    .pc-bd-route-panel > header {
        display: grid;
        align-items: start;
    }

    .pc-bd-route-panel > header em {
        justify-self: start;
    }

    .pc-bd-route-scroll {
        padding-right: 0.65rem;
        padding-left: 0.65rem;
    }

    .pc-bd-route-track {
        display: flex;
        width: max-content;
        min-width: 100%;
        justify-content: flex-start;
    }

    .pc-bd-route-node {
        flex: 0 0 82px;
    }

    .pc-bd-route-node strong {
        max-width: 82px;
        font-size: 0.64rem;
    }

    .pc-bd-route-leg {
        flex: 0 0 58px;
    }

    .pc-bd-mode-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .pc-bd-mode-card {
        grid-template-columns: 1fr;
        gap: 0.65rem;
        min-height: 0;
        padding: 0.85rem;
    }

    .pc-bd-plan-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .pc-bd-plan-icon svg {
        width: 27px;
        height: 27px;
    }

    .pc-bd-mode-card h4,
    .pc-bd-season-card h4 {
        font-size: 1rem;
    }

    .pc-bd-mode-card p,
    .pc-bd-season-card p,
    .pc-bd-plan-note p {
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .pc-bd-season {
        margin-top: 1.35rem;
        padding-top: 1.2rem;
    }

    .pc-bd-season-grid {
        border-radius: 16px;
    }

    .pc-bd-season-card {
        padding: 0.9rem 0.75rem;
    }

    .pc-bd-season-card .pc-bd-plan-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0.55rem;
    }

    .pc-bd-season-card .pc-bd-plan-icon svg {
        width: 36px;
        height: 36px;
    }

    .pc-bd-experience-list {
        gap: 3.5rem;
    }

    .pc-bd-experience__image {
        min-height: 105vw;
    }

    .pc-bd-experience__copy h3 {
        font-size: 2.2rem;
    }

    .pc-bd-experience__facts div {
        grid-template-columns: 78px 1fr;
    }

    .pc-bd-legacy-experience {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .pc-bd-legacy-experience p {
        font-size: 1.16rem;
    }

    .pc-blog-engagement {
        width: min(100% - 28px, 900px);
        padding: 1.1rem;
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pc-bd-experience__image img {
        transition: none;
    }
}
