@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@400;500;600&display=swap');

body.ptc-global-shell {
    --ptc-shell-paper: #f4efe4;
    --ptc-shell-white: #fffdf7;
    --ptc-shell-ink: #18302b;
    --ptc-shell-muted: #5f675f;
    --ptc-shell-rust: #9b4037;
    --ptc-shell-green: #2e4b3c;
    --ptc-shell-line: #cfc3b1;
    width: auto;
    padding-left: 28px;
    overflow-x: hidden;
}

body.home.ptc-global-shell::before {
    display: none !important;
}

body.ptc-global-shell *,
body.ptc-global-shell *::before,
body.ptc-global-shell *::after {
    box-sizing: border-box;
}

/* Replace every legacy/theme/Elementor shell with one shared component. */
body.ptc-global-shell header#header,
body.ptc-global-shell footer#footer,
body.ptc-global-shell .ptc-header,
body.ptc-global-shell .fhc-header,
body.ptc-global-shell .ptc-footer,
body.ptc-global-shell .ptc-footer-bottom,
body.ptc-global-shell .chaser,
body.ptc-global-shell .chaser-wrapper {
    display: none !important;
}

.ptc-global-skip {
    position: fixed;
    z-index: 100004;
    top: 8px;
    left: 44px;
    padding: 10px 14px;
    color: #fff !important;
    background: var(--ptc-shell-green);
    transform: translateY(-150%);
    transition: transform .18s ease;
}

.ptc-global-skip:focus {
    transform: translateY(0);
}

.ptc-global-carpet {
    position: fixed;
    z-index: 30;
    inset: 0 auto 0 0;
    width: 86px;
    background: #6f211c url("https://persiantouring.com/wp-content/uploads/2026/07/persian-carpet-runner-concept.png") center top / 86px auto repeat-y;
    box-shadow: 3px 0 0 rgba(82, 44, 33, .12);
    pointer-events: none;
}

.ptc-global-header {
    position: relative;
    z-index: 1000;
    width: min(1380px, calc(100% - 56px));
    min-height: 92px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: var(--ptc-shell-ink);
    background: var(--ptc-shell-paper);
    border-bottom: 1px solid var(--ptc-shell-line);
    font-family: Inter, Arial, sans-serif;
}

.ptc-global-brand {
    min-width: 220px;
    display: flex;
    flex-direction: column;
    color: var(--ptc-shell-ink) !important;
    text-decoration: none !important;
}

.ptc-global-brand__image {
    display: block;
    width: 220px;
    height: auto;
}

.ptc-global-brand span,
.ptc-global-footer h2 {
    font: 600 27px/1 Cormorant Garamond, Georgia, serif;
    letter-spacing: -.02em;
}

.ptc-global-brand small {
    margin-top: 6px;
    color: var(--ptc-shell-rust);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.ptc-global-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 34px);
}

.ptc-global-menu,
.ptc-global-mobile-menu,
.ptc-global-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ptc-global-menu {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 34px);
}

.ptc-global-menu > li > a {
    position: relative;
    padding: 36px 0 31px;
    display: block;
    color: var(--ptc-shell-ink) !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
}

.ptc-global-menu > li > a::after {
    content: "";
    position: absolute;
    inset: auto 0 25px;
    height: 1px;
    background: var(--ptc-shell-rust);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.ptc-global-menu > li > a:hover::after,
.ptc-global-menu > li.current-menu-item > a::after,
.ptc-global-menu > li.current_page_parent > a::after {
    transform: scaleX(1);
}

.ptc-global-cta {
    padding: 12px 16px;
    color: #fff !important;
    background: var(--ptc-shell-green);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .04em;
    text-decoration: none !important;
    transition: background .2s ease;
}

.ptc-global-cta:hover,
.ptc-global-cta:focus-visible {
    color: #fff !important;
    background: var(--ptc-shell-rust);
}

.ptc-global-persepolis {
    width: 138px;
    margin-left: 24px;
    color: rgba(155, 64, 55, .32);
}

.ptc-global-persepolis svg {
    width: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.ptc-global-menu-button,
.ptc-global-mobile-nav {
    display: none;
}

.ptc-global-footer {
    position: relative;
    z-index: 1000;
    width: min(1320px, calc(100% - 72px));
    margin: 0 auto;
    padding: 62px 0 32px;
    display: grid;
    grid-template-columns: 1.7fr repeat(3, 1fr);
    gap: 48px;
    color: var(--ptc-shell-ink);
    background: var(--ptc-shell-paper);
    border-top: 1px solid var(--ptc-shell-line);
    font-family: Inter, Arial, sans-serif;
}

.ptc-global-footer::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 190px;
    height: 9px;
    background: repeating-linear-gradient(90deg, var(--ptc-shell-rust) 0 15px, #d0a54f 15px 22px, var(--ptc-shell-green) 22px 38px);
}

.ptc-global-footer h2,
.ptc-global-footer h3 {
    margin: 0 0 13px;
    color: var(--ptc-shell-ink);
}

.ptc-global-footer__logo {
    display: inline-block !important;
    width: 210px;
    margin: 0 0 18px !important;
}

.ptc-global-footer__logo-image {
    display: block;
    width: 100%;
    height: auto;
}

.ptc-global-footer h3 {
    font: 600 19px/1 Cormorant Garamond, Georgia, serif;
}

.ptc-global-footer p,
.ptc-global-footer a {
    display: block;
    margin: 0 0 8px;
    color: var(--ptc-shell-muted) !important;
    font-size: 11px;
    line-height: 1.6;
    text-decoration: none !important;
}

.ptc-global-footer a:hover {
    color: var(--ptc-shell-rust) !important;
}

.ptc-global-footer-menu li {
    margin: 0;
    padding: 0;
}

.ptc-global-footer__bottom {
    grid-column: 1 / -1;
    margin-top: 26px !important;
    padding-top: 20px;
    border-top: 1px solid var(--ptc-shell-line);
}

.ptc-global-header a:focus-visible,
.ptc-global-footer a:focus-visible,
.ptc-global-menu-button:focus-visible {
    outline: 2px solid var(--ptc-shell-rust);
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .ptc-global-persepolis {
        display: none;
    }

    .ptc-global-header {
        width: min(100% - 40px, 1320px);
    }
}

@media (max-width: 800px) {
    body.ptc-global-shell {
        padding-left: 0;
        padding-top: 17px;
    }

    .ptc-global-carpet {
        position: absolute;
        inset: 0 0 auto;
        width: auto;
        height: 17px;
        background: #6f211c url("https://persiantouring.com/wp-content/uploads/2026/07/persian-carpet-runner-concept.png") center 42% / cover no-repeat;
        box-shadow: 0 3px 0 rgba(82, 44, 33, .12);
    }

    .ptc-global-header {
        width: calc(100% - 32px);
        min-height: 76px;
    }

    .ptc-global-brand {
        min-width: 0;
    }

    .ptc-global-brand__image {
        width: min(190px, 58vw);
    }

    .ptc-global-brand span {
        font-size: 24px;
    }

    .ptc-global-brand small {
        font-size: 7px;
    }

    .ptc-global-nav {
        display: none;
    }

    .ptc-global-menu-button {
        width: 46px;
        height: 46px;
        margin-left: auto;
        padding: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        color: var(--ptc-shell-ink);
        background: transparent;
        border: 1px solid var(--ptc-shell-line);
        cursor: pointer;
    }

    .ptc-global-menu-button > span:not(.screen-reader-text) {
        width: 100%;
        height: 1px;
        background: currentColor;
    }

    .ptc-global-mobile-nav {
        position: absolute;
        z-index: 1001;
        left: 16px;
        right: 16px;
        padding: 12px 18px 18px;
        display: block;
        color: var(--ptc-shell-ink);
        background: var(--ptc-shell-white);
        border: 1px solid var(--ptc-shell-line);
        box-shadow: 0 16px 36px rgba(45, 31, 22, .14);
        font-family: Inter, Arial, sans-serif;
    }

    .ptc-global-mobile-nav[hidden] {
        display: none;
    }

    .ptc-global-mobile-menu a,
    .ptc-global-mobile-cta {
        min-height: 46px;
        display: flex;
        align-items: center;
        color: var(--ptc-shell-ink) !important;
        border-bottom: 1px solid var(--ptc-shell-line);
        font-size: 13px;
        text-decoration: none !important;
    }

    .ptc-global-mobile-cta {
        margin-top: 10px;
        padding: 0 14px;
        justify-content: center;
        color: #fff !important;
        background: var(--ptc-shell-green);
        border: 0;
    }

    body.ptc-global-menu-open {
        overflow: hidden;
    }

    .ptc-global-footer {
        width: calc(100% - 32px);
        grid-template-columns: 1fr 1fr;
        gap: 34px 24px;
    }

    .ptc-global-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ptc-global-skip,
    .ptc-global-menu > li > a::after,
    .ptc-global-cta {
        transition: none;
    }
}
