:root {
    --ptc-ink: #18302b;
    --ptc-red: #9b4037;
    --ptc-copper: #a25f30;
    --ptc-paper: #f4efe4;
    --ptc-paper-light: #fffdf7;
    --ptc-line: #cfc3b1;
    --ptc-muted: #5f675f;
    --ptc-shadow: 0 18px 50px rgba(64, 45, 31, 0.09);
}

body.ptc-editorial-page #content {
    padding: 0 !important;
    background: transparent !important;
}

body.ptc-editorial-page #main.entry-content {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

body.ptc-editorial-tours #page-wrapper > .slideshow-bg,
body.ptc-editorial-guides #page-wrapper > .page-title-container {
    display: none !important;
}

body.ptc-editorial-page #page-wrapper {
    background: transparent;
}

.ptc-editorial-main {
    --ptc-ink: #18302b;
    --ptc-red: #9b4037;
    --ptc-copper: #a25f30;
    --ptc-paper: #f4efe4;
    --ptc-paper-light: #fffdf7;
    --ptc-line: #cfc3b1;
    --ptc-muted: #5f675f;
    --ptc-shadow: 0 18px 50px rgba(64, 45, 31, 0.09);
    width: min(1320px, calc(100% - 72px));
    margin: 0 auto;
    padding: 48px 0 88px;
    color: var(--ptc-ink);
    font-family: Inter, Arial, sans-serif;
}

.ptc-editorial-main *,
.ptc-editorial-main *::before,
.ptc-editorial-main *::after {
    box-sizing: border-box;
}

.ptc-editorial-main a {
    color: inherit;
    text-decoration: none;
}

.ptc-editorial-main img {
    display: block;
    width: 100%;
    max-width: none;
}

.ptc-editorial-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: 520px;
    overflow: hidden;
    border: 1px solid var(--ptc-line);
    border-radius: 3px 26px 3px 3px;
    background: rgba(255, 253, 247, 0.72);
    box-shadow: none;
}

.ptc-editorial-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background: repeating-linear-gradient(90deg, #7f1c17 0 24px, #c48746 24px 39px, #173e4b 39px 59px, #ead8ba 59px 69px);
}

.ptc-editorial-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 50px 66px;
}

.ptc-editorial-kicker {
    margin: 0 0 14px !important;
    color: var(--ptc-copper) !important;
    font: 700 11px/1.3 Inter, Arial, sans-serif !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ptc-editorial-hero h1 {
    max-width: 600px;
    margin: 0 0 22px !important;
    color: var(--ptc-ink) !important;
    font: 600 clamp(52px, 6vw, 82px)/0.94 "Cormorant Garamond", Georgia, serif !important;
    letter-spacing: -0.045em;
}

.ptc-editorial-hero__copy > p:not(.ptc-editorial-kicker) {
    max-width: 510px;
    margin: 0 !important;
    color: #5e574f !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.ptc-editorial-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
}

.ptc-editorial-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid var(--ptc-red);
    border-radius: 0;
    background: var(--ptc-red);
    color: #fff !important;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    transition: background-color 180ms ease, box-shadow 180ms ease;
}

.ptc-editorial-button:hover,
.ptc-editorial-button:focus-visible {
    background: #2e4b3c;
    border-color: #2e4b3c;
    box-shadow: none;
}

.ptc-editorial-text-link,
.ptc-editorial-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ptc-ink) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(162, 95, 48, 0.45);
    text-underline-offset: 5px;
}

.ptc-editorial-hero__media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #d6c5aa;
}

.ptc-editorial-hero__media::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 253, 248, 0.76) 0, rgba(255, 253, 248, 0.18) 22%, transparent 48%);
}

.ptc-editorial-hero__media img {
    height: 100%;
    object-fit: cover;
}

.ptc-editorial-hero__caption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 24px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 0;
    background: rgba(16, 45, 60, 0.8);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.ptc-tour-search {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: -48px auto 0;
    padding: 22px 24px 24px;
    border: 1px solid rgba(177, 155, 126, 0.62);
    border-radius: 0;
    background: rgba(251, 247, 239, 0.98);
    box-shadow: var(--ptc-shadow);
}

.ptc-tour-search > div {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 16px;
}

.ptc-tour-search h2 {
    margin: 0 !important;
    color: var(--ptc-ink) !important;
    font: 500 32px/1 "Cormorant Garamond", Georgia, serif !important;
}

.ptc-tour-search .ptc-editorial-kicker {
    margin: 0 !important;
}

.ptc-tour-search form {
    display: grid;
    grid-template-columns: minmax(210px, 1.55fr) repeat(2, minmax(145px, 0.9fr)) minmax(155px, 1fr) 154px;
    gap: 0;
    padding: 6px;
    border: 1px solid #c9bcaa;
    border-radius: 0;
    background: var(--ptc-paper-light);
}

.ptc-tour-search label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 68px;
    padding: 8px 15px;
    border-right: 1px solid #ddd2c3;
}

.ptc-tour-search label > span {
    margin-bottom: 3px;
    color: #776958;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ptc-tour-search input,
.ptc-tour-search select {
    width: 100%;
    height: 32px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--ptc-ink) !important;
    font: 500 14px/1.2 Inter, Arial, sans-serif !important;
}

.ptc-tour-search label:focus-within {
    border-radius: 0;
    background: #f8f0e4;
    box-shadow: inset 0 0 0 1px rgba(162, 96, 48, 0.5);
}

.ptc-tour-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    height: 68px;
    margin-left: 6px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: var(--ptc-red);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.ptc-editorial-section {
    padding: 78px 0 0;
}

.ptc-editorial-section__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
    align-items: end;
    gap: 48px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ptc-line);
}

.ptc-editorial-section__head .ptc-editorial-kicker {
    margin-bottom: 8px !important;
}

.ptc-editorial-section__head h2,
.ptc-editorial-cta h2 {
    margin: 0 !important;
    color: var(--ptc-ink) !important;
    font: 500 clamp(38px, 4vw, 54px)/1 "Cormorant Garamond", Georgia, serif !important;
    letter-spacing: -0.025em;
}

.ptc-editorial-section__head > p {
    margin: 0 !important;
    color: var(--ptc-muted) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.ptc-editorial-section__head > .ptc-editorial-text-link {
    justify-self: end;
    margin-bottom: 8px;
}

.ptc-tour-type-grid,
.ptc-city-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 28px;
}

.ptc-tour-type-card,
.ptc-city-guide-card,
.ptc-journey-card,
.ptc-tip-card {
    overflow: hidden;
    border: 1px solid var(--ptc-line);
    border-radius: 3px 22px 3px 3px;
    background: rgba(255, 253, 247, 0.72);
    box-shadow: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.ptc-tour-type-card:hover,
.ptc-city-guide-card:hover,
.ptc-journey-card:hover,
.ptc-tip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(59, 42, 29, 0.11);
}

.ptc-tour-type-card__media,
.ptc-city-guide-card__media,
.ptc-journey-card__media,
.ptc-tip-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #d9c9af;
}

.ptc-tour-type-card__media,
.ptc-city-guide-card__media {
    aspect-ratio: 16 / 10;
}

.ptc-tour-type-card__media img,
.ptc-city-guide-card__media img,
.ptc-journey-card__media img,
.ptc-tip-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 320ms ease;
}

.ptc-tour-type-card:hover img,
.ptc-city-guide-card:hover img,
.ptc-journey-card:hover img,
.ptc-tip-card:hover img {
    transform: scale(1.025);
}

.ptc-tour-type-card__media > span,
.ptc-city-guide-card__media > span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 7px 10px;
    border-radius: 0;
    background: rgba(16, 45, 60, 0.82);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ptc-tour-type-card__body,
.ptc-city-guide-card__body,
.ptc-journey-card__body,
.ptc-tip-card__body {
    padding: 22px 22px 24px;
}

.ptc-tour-type-card h3,
.ptc-city-guide-card h3,
.ptc-journey-card h3,
.ptc-tip-card h3 {
    margin: 0 0 10px !important;
    color: var(--ptc-ink) !important;
    font: 500 29px/1.05 "Cormorant Garamond", Georgia, serif !important;
}

.ptc-tour-type-card p,
.ptc-city-guide-card p,
.ptc-journey-card p,
.ptc-tip-card p {
    min-height: 66px;
    margin: 0 0 18px !important;
    color: var(--ptc-muted) !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

.ptc-journey-grid,
.ptc-tip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 28px;
}

.ptc-journey-card__media,
.ptc-tip-card__media {
    aspect-ratio: 4 / 3;
}

.ptc-journey-card h3,
.ptc-tip-card h3 {
    font-size: 25px !important;
}

.ptc-tip-card time {
    display: block;
    margin-bottom: 10px;
    color: var(--ptc-copper);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ptc-guide-paths {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    border: 1px solid var(--ptc-line);
    border-radius: 3px 22px 3px 3px;
    background: rgba(255, 253, 248, 0.76);
    box-shadow: none;
}

.ptc-guide-paths a {
    display: grid;
    min-height: 154px;
    padding: 24px;
    border-right: 1px solid var(--ptc-line);
    transition: background-color 180ms ease;
}

.ptc-guide-paths a:last-child {
    border-right: 0;
}

.ptc-guide-paths a:hover,
.ptc-guide-paths a:focus-visible {
    background: #f5eadb;
}

.ptc-guide-paths span {
    color: var(--ptc-copper);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.ptc-guide-paths strong {
    align-self: end;
    margin: 18px 0 5px;
    font: 500 26px/1 "Cormorant Garamond", Georgia, serif;
}

.ptc-guide-paths small {
    color: var(--ptc-muted);
    font-size: 11px;
    line-height: 1.4;
}

.ptc-editorial-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
    margin-top: 78px;
    padding: 42px 46px;
    overflow: hidden;
    border: 1px solid #b8a181;
    border-radius: 3px 22px 3px 3px;
    background: #efe2cf;
}

.ptc-editorial-cta::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    background: repeating-linear-gradient(0deg, #7f1c17 0 22px, #c48746 22px 37px, #173e4b 37px 56px, #ead8ba 56px 66px);
}

.ptc-editorial-cta h2 {
    max-width: 720px;
}

.ptc-editorial-cta p:not(.ptc-editorial-kicker) {
    max-width: 720px;
    margin: 13px 0 0 !important;
    color: var(--ptc-muted) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.ptc-editorial-main a:focus-visible,
.ptc-editorial-main button:focus-visible,
.ptc-editorial-main input:focus-visible,
.ptc-editorial-main select:focus-visible {
    outline: 3px solid rgba(162, 95, 48, 0.42);
    outline-offset: 3px;
}

@media (max-width: 1050px) {
    .ptc-editorial-main {
        width: calc(100% - 48px);
    }

    .ptc-editorial-hero {
        grid-template-columns: 1fr 1fr;
    }

    .ptc-editorial-hero__copy {
        padding: 46px 36px 56px;
    }

    .ptc-tour-search {
        width: 100%;
    }

    .ptc-tour-search form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ptc-tour-search label {
        border-right: 0;
        border-bottom: 1px solid #ddd2c3;
    }

    .ptc-tour-search label:nth-of-type(odd) {
        border-right: 1px solid #ddd2c3;
    }

    .ptc-tour-search button {
        grid-column: 1 / -1;
        height: 56px;
        margin: 6px 0 0;
    }

    .ptc-tour-type-grid,
    .ptc-city-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ptc-journey-grid,
    .ptc-tip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ptc-guide-paths {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ptc-guide-paths a:nth-child(2) {
        border-right: 0;
    }

    .ptc-guide-paths a:nth-child(-n+2) {
        border-bottom: 1px solid var(--ptc-line);
    }
}

@media (max-width: 767px) {
    .ptc-editorial-main {
        width: calc(100% - 32px);
        padding: 26px 0 58px;
    }

    .ptc-editorial-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 3px 26px 3px 3px;
    }

    .ptc-editorial-hero__copy {
        padding: 38px 24px 34px;
    }

    .ptc-editorial-hero h1 {
        font-size: clamp(48px, 15vw, 62px) !important;
    }

    .ptc-editorial-hero__copy > p:not(.ptc-editorial-kicker) {
        font-size: 15px !important;
    }

    .ptc-editorial-hero__media {
        min-height: 280px;
    }

    .ptc-editorial-hero__media::before {
        background: linear-gradient(180deg, rgba(255, 253, 248, 0.38), transparent 42%);
    }

    .ptc-editorial-hero__caption {
        right: 14px;
        bottom: 16px;
    }

    .ptc-tour-search {
        width: 100%;
        margin-top: -22px;
        padding: 18px 14px 16px;
    }

    .ptc-tour-search > div {
        display: block;
    }

    .ptc-tour-search h2 {
        font-size: 29px !important;
    }

    .ptc-tour-search form {
        grid-template-columns: 1fr;
        padding: 5px;
    }

    .ptc-tour-search label,
    .ptc-tour-search label:nth-of-type(odd) {
        height: 62px;
        padding: 7px 13px;
        border-right: 0;
        border-bottom: 1px solid #ddd2c3;
    }

    .ptc-tour-search input,
    .ptc-tour-search select {
        font-size: 16px !important;
    }

    .ptc-tour-search button {
        height: 54px;
        margin-top: 5px;
    }

    .ptc-editorial-section {
        padding-top: 58px;
    }

    .ptc-editorial-section__head {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 22px;
    }

    .ptc-editorial-section__head > .ptc-editorial-text-link {
        justify-self: start;
    }

    .ptc-tour-type-grid,
    .ptc-city-guide-grid,
    .ptc-journey-grid,
    .ptc-tip-grid,
    .ptc-guide-paths {
        grid-template-columns: 1fr;
    }

    .ptc-guide-paths a,
    .ptc-guide-paths a:nth-child(2),
    .ptc-guide-paths a:nth-child(-n+2) {
        min-height: 132px;
        border-right: 0;
        border-bottom: 1px solid var(--ptc-line);
    }

    .ptc-guide-paths a:last-child {
        border-bottom: 0;
    }

    .ptc-editorial-cta {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 58px;
        padding: 32px 25px 30px 30px;
    }

    .ptc-editorial-cta .ptc-editorial-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ptc-editorial-main *,
    .ptc-editorial-main *::before,
    .ptc-editorial-main *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* Single travel guide
   -------------------------------------------------------------------------- */

body.ptc-editorial-single-guide#error-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 0 0 28px !important;
}

body.ptc-editorial-single-guide #page-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: transparent;
}

body.ptc-editorial-single-guide #page-wrapper > .page-title-container {
    display: none !important;
}

.ptc-guide-single {
    --ptc-ink: #18302b;
    --ptc-red: #9b4037;
    --ptc-copper: #a25f30;
    --ptc-paper: #f4efe4;
    --ptc-paper-light: #fffdf7;
    --ptc-line: #cfc3b1;
    --ptc-muted: #5f675f;
    width: min(1320px, calc(100% - 72px));
    margin: 0 auto;
    padding: 48px 0 96px;
    color: var(--ptc-ink);
    font-family: Inter, Arial, sans-serif;
}

.ptc-guide-single *,
.ptc-guide-single *::before,
.ptc-guide-single *::after {
    box-sizing: border-box;
}

.ptc-guide-single a {
    color: inherit;
    text-decoration: none;
}

.ptc-guide-single img {
    max-width: 100%;
}

.ptc-guide-single__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    min-height: 550px;
    overflow: hidden;
    border: 1px solid var(--ptc-line);
    border-radius: 3px 26px 3px 3px;
    background: rgba(255, 253, 247, .74);
}

.ptc-guide-single__hero::after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    height: 7px;
    background: repeating-linear-gradient(90deg, #7f1c17 0 24px, #c48746 24px 39px, #173e4b 39px 59px, #ead8ba 59px 69px);
}

.ptc-guide-single__hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 50px 62px;
}

.ptc-guide-single__back {
    position: absolute;
    top: 28px;
    left: 50px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ptc-muted) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ptc-guide-single__back:hover {
    color: var(--ptc-red) !important;
}

.ptc-guide-single__hero h1 {
    max-width: 600px;
    margin: 0 0 22px !important;
    color: var(--ptc-ink) !important;
    font: 600 clamp(58px, 6.5vw, 92px)/.9 "Cormorant Garamond", Georgia, serif !important;
    letter-spacing: -.05em;
}

.ptc-guide-single__summary {
    max-width: 540px;
    margin: 0 !important;
    color: var(--ptc-muted) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.ptc-guide-single__hero-media {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    background: #d8cab5;
}

.ptc-guide-single__hero-media::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 253, 247, .68), rgba(255, 253, 247, .08) 34%, transparent 58%);
}

.ptc-guide-single__hero-media img {
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: block;
    object-fit: cover;
}

.ptc-guide-single__hero-media > span {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 25px;
    padding: 9px 12px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(24, 48, 43, .84);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ptc-guide-single__quick-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    overflow: hidden;
    border: 1px solid var(--ptc-line);
    border-radius: 3px 22px 3px 3px;
    background: rgba(255, 253, 247, .62);
}

.ptc-guide-single__quick-nav a {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px 24px;
    border-right: 1px solid var(--ptc-line);
    transition: background-color 180ms ease;
}

.ptc-guide-single__quick-nav a:last-child {
    border-right: 0;
}

.ptc-guide-single__quick-nav a:hover,
.ptc-guide-single__quick-nav a:focus-visible {
    background: #eee3d3;
}

.ptc-guide-single__quick-nav small {
    color: var(--ptc-copper);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.ptc-guide-single__quick-nav strong {
    font: 600 24px/1 "Cormorant Garamond", Georgia, serif;
}

.ptc-guide-single__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: start;
    gap: 72px;
    padding-top: 84px;
}

.ptc-guide-single__article {
    min-width: 0;
}

.ptc-guide-single__section {
    scroll-margin-top: 28px;
    padding-bottom: 78px;
}

.ptc-guide-single__section + .ptc-guide-single__section {
    padding-top: 78px;
    border-top: 1px solid var(--ptc-line);
}

.ptc-guide-single__section > header {
    margin-bottom: 30px;
    padding-bottom: 19px;
    border-bottom: 1px solid var(--ptc-line);
}

.ptc-guide-single__section > header h2 {
    margin: 0 !important;
    color: var(--ptc-ink) !important;
    font: 600 clamp(40px, 4vw, 58px)/.98 "Cormorant Garamond", Georgia, serif !important;
    letter-spacing: -.035em;
}

.ptc-guide-single__prose {
    color: #4f5b55;
    font-size: 17px;
    line-height: 1.85;
}

.ptc-guide-single__prose p {
    max-width: 800px;
    margin: 0 0 24px !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: left !important;
}

.ptc-guide-single__prose h2,
.ptc-guide-single__prose h3 {
    margin: 42px 0 18px !important;
    color: var(--ptc-ink) !important;
    font: 600 34px/1.05 "Cormorant Garamond", Georgia, serif !important;
    letter-spacing: -.025em;
}

.ptc-guide-single__prose .image-container,
.ptc-guide-single__prose .flexslider,
.ptc-guide-single__prose .photo-gallery,
.ptc-guide-single__prose > p:has(> img) {
    margin: 0 0 34px !important;
    overflow: hidden;
    border-radius: 3px 22px 3px 3px;
    background: #d8cab5;
}

.ptc-guide-single__prose .image-container img,
.ptc-guide-single__prose > p > img,
.ptc-guide-single__prose .slides img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 !important;
    object-fit: cover;
}

.ptc-guide-single__prose iframe {
    width: 100%;
    min-height: 420px;
    margin: 20px 0 30px;
    border: 1px solid var(--ptc-line);
    border-radius: 3px 22px 3px 3px;
}

.ptc-guide-single__prose .intro .features,
.ptc-guide-single__prose .features {
    width: 100% !important;
    float: none !important;
}

.ptc-guide-single__prose .features ul {
    margin: 0 0 34px !important;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--ptc-line);
    list-style: none;
}

.ptc-guide-single__prose .features li {
    min-height: 56px;
    padding: 16px 18px;
    border-right: 1px solid var(--ptc-line);
    border-bottom: 1px solid var(--ptc-line);
    background: rgba(255, 253, 247, .55);
    font-size: 12px;
    line-height: 1.5;
}

.ptc-guide-single__prose .features li:nth-child(2n) {
    border-right: 0;
}

.ptc-guide-single__prose .features label {
    margin: 0;
    color: inherit;
    font-weight: 600;
}

.ptc-guide-single__prose .row,
.ptc-guide-single__prose [class*="col-"],
.ptc-guide-single__prose .main-content,
.ptc-guide-single__prose .block {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ptc-guide-single__aside {
    position: sticky;
    top: 28px;
    display: grid;
    gap: 22px;
}

.ptc-guide-single__aside-card,
.ptc-guide-single__plan-card {
    padding: 28px;
    border: 1px solid var(--ptc-line);
    background: rgba(255, 253, 247, .68);
}

.ptc-guide-single__aside-card {
    border-radius: 3px 22px 3px 3px;
}

.ptc-guide-single__aside-card ol {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: guide-sections;
}

.ptc-guide-single__aside-card li {
    counter-increment: guide-sections;
    border-top: 1px solid var(--ptc-line);
}

.ptc-guide-single__aside-card li:first-child {
    border-top: 0;
}

.ptc-guide-single__aside-card a {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
}

.ptc-guide-single__aside-card a::before {
    content: "0" counter(guide-sections);
    color: var(--ptc-copper);
    font-size: 9px;
    letter-spacing: .1em;
}

.ptc-guide-single__plan-card {
    position: relative;
    overflow: hidden;
    padding-left: 34px;
    background: #eee2d1;
}

.ptc-guide-single__plan-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    background: repeating-linear-gradient(0deg, #7f1c17 0 22px, #c48746 22px 37px, #173e4b 37px 56px, #ead8ba 56px 66px);
}

.ptc-guide-single__plan-card h2 {
    margin: 0 0 14px !important;
    color: var(--ptc-ink) !important;
    font: 600 32px/1 "Cormorant Garamond", Georgia, serif !important;
}

.ptc-guide-single__plan-card > p:not(.ptc-editorial-kicker) {
    margin: 0 0 22px !important;
    color: var(--ptc-muted) !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
}

.ptc-guide-single__plan-card .ptc-editorial-button {
    width: 100%;
}

.ptc-guide-single__related {
    padding-top: 18px;
}

.ptc-guide-single__related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 28px;
}

.ptc-guide-single__related .ptc-city-guide-card__media {
    aspect-ratio: 16 / 9;
}

.ptc-guide-single a:focus-visible {
    outline: 3px solid rgba(162, 95, 48, .42);
    outline-offset: 3px;
}

@media (max-width: 1050px) {
    .ptc-guide-single {
        width: calc(100% - 48px);
    }

    .ptc-guide-single__hero {
        grid-template-columns: 1fr 1fr;
    }

    .ptc-guide-single__hero-copy {
        padding-right: 36px;
        padding-left: 36px;
    }

    .ptc-guide-single__back {
        left: 36px;
    }

    .ptc-guide-single__layout {
        grid-template-columns: minmax(0, 1fr) 270px;
        gap: 42px;
    }
}

@media (max-width: 800px) {
    body.ptc-editorial-single-guide#error-page {
        padding: 0 !important;
    }

    .ptc-guide-single {
        width: calc(100% - 32px);
        padding: 26px 0 64px;
    }

    .ptc-guide-single__hero {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 3px 26px 3px 3px;
    }

    .ptc-guide-single__hero-copy {
        min-height: 560px;
        padding: 78px 24px 38px;
    }

    .ptc-guide-single__back {
        top: 28px;
        left: 24px;
    }

    .ptc-guide-single__hero h1 {
        font-size: clamp(58px, 19vw, 78px) !important;
    }

    .ptc-guide-single__summary {
        font-size: 15px !important;
    }

    .ptc-guide-single__hero-media,
    .ptc-guide-single__hero-media img {
        min-height: 300px;
        height: 300px;
    }

    .ptc-guide-single__hero-media::before {
        background: linear-gradient(180deg, rgba(255, 253, 247, .38), transparent 42%);
    }

    .ptc-guide-single__quick-nav {
        grid-template-columns: 1fr 1fr;
    }

    .ptc-guide-single__quick-nav a {
        min-height: 104px;
        padding: 18px;
        border-bottom: 1px solid var(--ptc-line);
    }

    .ptc-guide-single__quick-nav a:nth-child(2n) {
        border-right: 0;
    }

    .ptc-guide-single__quick-nav a:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .ptc-guide-single__quick-nav strong {
        font-size: 20px;
    }

    .ptc-guide-single__layout {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-top: 58px;
    }

    .ptc-guide-single__aside {
        position: static;
        grid-row: 1;
    }

    .ptc-guide-single__aside-card {
        display: none;
    }

    .ptc-guide-single__section {
        padding-bottom: 58px;
    }

    .ptc-guide-single__section + .ptc-guide-single__section {
        padding-top: 58px;
    }

    .ptc-guide-single__prose {
        font-size: 16px;
        line-height: 1.78;
    }

    .ptc-guide-single__prose .features ul {
        grid-template-columns: 1fr;
    }

    .ptc-guide-single__prose .features li,
    .ptc-guide-single__prose .features li:nth-child(2n) {
        border-right: 0;
    }

    .ptc-guide-single__related {
        padding-top: 0;
    }

    .ptc-guide-single__related-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
