:root {
    --pp-brand-navy: #152c51;
    --pp-brand-navy-surface: #2a3e5f;
    --pp-brand-coral: #e36f62;
    --pp-brand-coral-action: #b54840;
    --pp-brand-coral-action-hover: #973b35;
    --pp-brand-cream: #fffaf2;
    --pp-brand-peach: #f8e1da;
    --pp-brand-white: #fff;
    --pp-brand-text: #26364b;
    --pp-brand-muted: #5a6676;
    --pp-brand-border: #dfd8d0;
    --pp-interface-inactive: #8a929f;
    --pp-shared-navy: var(--pp-brand-navy);
    --pp-shared-navy-surface: var(--pp-brand-navy-surface);
    --pp-shared-coral: var(--pp-brand-coral);
    --pp-shared-coral-action: var(--pp-brand-coral-action);
    --pp-shared-cream: var(--pp-brand-cream);
    --pp-shared-peach: var(--pp-brand-peach);
    --pp-shared-white: var(--pp-brand-white);
    --pp-shared-text: var(--pp-brand-text);
    --pp-shared-muted: var(--pp-brand-muted);
    --pp-shared-border: var(--pp-brand-border);
}

.site-header {
    background: var(--pp-shared-cream) !important;
    box-shadow: 0 3px 18px rgb(21 44 81 / 9%);
    position: sticky !important;
    top: 0;
    z-index: 1000 !important;
}

.site-header :where(.site-main-header-wrap, .site-main-header-inner-wrap) {
    background: var(--pp-shared-cream) !important;
}

body.admin-bar .site-header {
    top: 32px;
}

.site-header .custom-logo-link {
    align-items: center;
    display: inline-flex;
}

.site-header .custom-logo {
    height: auto;
}

.site-header .main-navigation .primary-menu-container > ul > li > a {
    color: var(--pp-shared-navy);
    font-weight: 650;
}

.site-header .main-navigation .primary-menu-container > ul > li > a:hover,
.site-header .main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.site-header .main-navigation .primary-menu-container > ul > li.current_page_item > a {
    color: var(--pp-shared-coral-action);
}

.site-header .main-navigation .sub-menu {
    background: var(--pp-shared-cream);
    border: 1px solid var(--pp-shared-border);
    border-radius: 12px;
    box-shadow: 0 14px 32px rgb(21 44 81 / 14%);
    min-width: 220px;
    overflow: hidden;
    padding: 8px;
}

.site-header .main-navigation .sub-menu a {
    align-items: center;
    border-radius: 8px;
    color: var(--pp-shared-navy);
    display: flex;
    font-weight: 650;
    min-height: 44px;
    padding: 10px 14px;
}

.site-header .main-navigation .sub-menu a:hover,
.site-header .main-navigation .sub-menu a:focus-visible,
.site-header .main-navigation .sub-menu .current-menu-item > a,
.site-header .main-navigation .sub-menu .current_page_item > a {
    background: var(--pp-shared-peach);
    color: var(--pp-shared-coral-action);
}

@media (min-width: 1025px) {
    .site-header .main-navigation .primary-menu-container > ul > li.menu-item-has-children > a {
        padding-right: 44px;
    }

    .site-header .main-navigation .primary-menu-container > ul > li.menu-item-has-children > .dropdown-nav-special-toggle {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        left: auto;
        min-height: 44px;
        min-width: 44px;
        pointer-events: auto;
        right: 0;
    }

    .site-header .main-navigation .primary-menu-container > ul > li.menu-item-has-children > .dropdown-nav-special-toggle:focus-visible {
        outline: 3px solid var(--pp-shared-coral-action);
        outline-offset: -4px;
    }

    .site-header .main-navigation .primary-menu-container > ul > li.menu-item-has-children:focus-within > .sub-menu {
        display: block;
    }

    .site-header .main-navigation .primary-menu-container > ul > li:last-child > a {
        background: var(--pp-shared-coral-action);
        border-radius: 999px;
        color: var(--pp-shared-white);
        margin-left: 6px;
        min-height: 44px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-header .main-navigation .primary-menu-container > ul > li:last-child > a:hover {
        background: var(--pp-brand-coral-action-hover);
        color: var(--pp-shared-white);
    }
}

.site-header .menu-toggle-open,
#mobile-drawer .menu-toggle-close {
    align-items: center;
    border-radius: 50%;
    color: var(--pp-shared-navy);
    display: inline-flex;
    justify-content: center;
    min-height: 44px !important;
    min-width: 44px !important;
}

#mobile-drawer .drawer-inner {
    background: var(--pp-shared-cream);
}

#mobile-drawer .mobile-navigation a {
    color: var(--pp-shared-navy);
    font-weight: 650;
}

#mobile-drawer .mobile-navigation li.current-menu-item > a,
#mobile-drawer .mobile-navigation li.current_page_item > a {
    color: var(--pp-shared-coral-action);
}

#mobile-drawer .mobile-navigation .drawer-sub-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: var(--pp-shared-navy) !important;
    display: flex;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
}

#mobile-drawer .mobile-navigation .drawer-sub-toggle:hover,
#mobile-drawer .mobile-navigation .drawer-sub-toggle:focus-visible {
    background: var(--pp-shared-peach);
    color: var(--pp-shared-coral-action) !important;
}

#mobile-drawer .mobile-navigation .drawer-sub-toggle svg {
    transition: transform .18s ease;
}

#mobile-drawer .mobile-navigation .drawer-sub-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

#mobile-drawer .mobile-navigation .sub-menu {
    border-left: 2px solid var(--pp-shared-coral);
    margin: 4px 0 10px 18px;
    padding-left: 10px;
}

#mobile-drawer .mobile-navigation .sub-menu a {
    min-height: 44px;
}

.site-footer {
    background: var(--pp-shared-cream) !important;
    color: var(--pp-shared-text);
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.site-footer :where(.site-middle-footer-wrap, .site-middle-footer-wrap .site-footer-row-container-inner) {
    background: var(--pp-shared-cream) !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-footer .site-middle-footer-wrap .site-container {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-footer .site-middle-footer-inner-wrap {
    display: block !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
}

.site-footer .site-footer-section {
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer .widget,
.site-footer .widget-area,
.site-footer .widget_block {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-footer .widget_block > p:empty {
    display: none !important;
}

.site-footer .site-bottom-footer-wrap {
    display: none !important;
}

.pp-shell-footer {
    background: var(--pp-shared-cream);
    color: var(--pp-shared-text);
    width: 100%;
}

.pp-shell-footer__main {
    padding: clamp(34px, 3.2vw, 44px) clamp(24px, 6vw, 84px);
}

.pp-shell-footer__grid {
    align-items: center;
    display: grid;
    gap: clamp(52px, 9vw, 150px);
    grid-template-columns: minmax(320px, 1fr) minmax(400px, .85fr);
    margin: 0 auto;
    max-width: 1320px;
}

.pp-shell-footer h2 {
    color: var(--pp-shared-navy) !important;
    font-size: clamp(1.25rem, 1.8vw, 1.65rem) !important;
    line-height: 1.2 !important;
    margin: 0 0 18px !important;
}

.pp-shell-footer p,
.pp-shell-footer li {
    color: var(--pp-shared-text) !important;
    font-size: .95rem !important;
    line-height: 1.55 !important;
}

.pp-shell-footer__logo {
    display: block;
    height: auto;
    margin: 0 0 12px;
    max-width: 184px;
    width: 100%;
}

.pp-shell-footer__brand > p {
    margin: 0;
    max-width: 430px;
}

.pp-shell-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.pp-shell-icon {
    align-items: center;
    background: var(--pp-shared-white);
    border: 1px solid var(--pp-shared-border);
    border-radius: 50%;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    width: 44px;
}

.pp-shell-icon:hover {
    border-color: var(--pp-shared-coral);
    box-shadow: 0 5px 14px rgb(21 44 81 / 12%);
    transform: translateY(-1px);
}

.pp-shell-icon svg {
    display: block;
    fill: currentColor;
    height: 22px;
    width: 22px;
}

.site-footer .pp-shell-footer .pp-shell-icon--facebook {
    color: #1877f2 !important;
}

.site-footer .pp-shell-footer .pp-shell-icon--instagram {
    color: #e4405f !important;
}

.site-footer .pp-shell-footer .pp-shell-icon--youtube {
    color: #f00 !important;
}

.site-footer .pp-shell-footer .pp-shell-icon--x,
.site-footer .pp-shell-footer .pp-shell-icon--tiktok {
    color: #111 !important;
}

.pp-shell-search {
    max-width: 540px;
    margin: 0;
}

.pp-shell-search__controls {
    position: relative;
}

.pp-shell-search input {
    background: var(--pp-shared-white) !important;
    border: 1px solid var(--pp-shared-border) !important;
    border-radius: 999px !important;
    box-sizing: border-box;
    color: var(--pp-shared-text) !important;
    font: inherit !important;
    height: 58px !important;
    min-width: 0;
    padding: 0 68px 0 22px !important;
    width: 100%;
}

.pp-shell-search input::placeholder {
    color: var(--pp-shared-muted);
    opacity: 1;
}

.pp-shell-search button {
    align-items: center;
    background: var(--pp-shared-coral-action);
    border: 0;
    border-radius: 50% !important;
    color: var(--pp-shared-white);
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    min-height: 48px;
    min-width: 48px;
    padding: 0 !important;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 48px;
}

.pp-shell-search button:hover {
    background: var(--pp-brand-coral-action-hover);
    border-color: var(--pp-brand-coral-action-hover);
}

.pp-shell-search button svg {
    display: block;
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 21px;
}

.pp-shell-footer a:not(.pp-shell-icon) {
    color: var(--pp-shared-coral-action);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pp-shell-footer__bottom {
    background: var(--pp-shared-navy-surface);
}

.pp-shell-footer__bottom-inner {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1320px;
    min-height: 52px;
    padding: 8px clamp(24px, 6vw, 84px);
}

.pp-shell-footer__bottom p {
    color: var(--pp-shared-white) !important;
    font-size: .84rem !important;
    margin: 0 !important;
}

.pp-shell-footer__bottom nav {
    display: flex;
    gap: 18px;
}

.pp-shell-footer__bottom a {
    color: var(--pp-shared-white) !important;
    font-size: .84rem;
}

.pp-shell-footer :where(a, button, input):focus-visible,
.site-header :where(a, button):focus-visible,
#mobile-drawer :where(a, button):focus-visible {
    outline: 3px solid var(--pp-shared-coral-action);
    outline-offset: 3px;
}

body.home .grw-prev,
body.home .grw-next {
    align-items: center;
    display: inline-flex !important;
    height: 44px !important;
    justify-content: center;
    min-height: 44px !important;
    min-width: 44px !important;
    width: 44px !important;
}

body.home .rpi-dots .rpi-dot {
    align-items: center;
    background: transparent !important;
    border: 0;
    display: inline-flex !important;
    height: 44px !important;
    justify-content: center;
    margin: 0 !important;
    min-height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    position: relative;
    transform: none !important;
    width: 44px !important;
}

body.home .rpi-dots .rpi-dot::after {
    background: var(--pp-interface-inactive);
    border-radius: 50%;
    content: "";
    height: 8px;
    width: 8px;
}

body.home .rpi-dots .rpi-dot.active::after {
    background: var(--pp-shared-coral);
    height: 10px;
    width: 10px;
}

.site-header .menu-toggle-open:focus-visible,
#mobile-drawer .menu-toggle-close:focus-visible,
body.home .grw-prev:focus-visible,
body.home .grw-next:focus-visible,
body.home .rpi-dot:focus-visible,
.pp-shared-breadcrumbs a:focus-visible {
    outline: 3px solid var(--pp-shared-coral-action);
    outline-offset: 3px;
}

.pp-shared-breadcrumbs {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 16px 24px;
}

.pp-shared-breadcrumbs ol {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pp-shared-breadcrumbs li {
    align-items: center;
    color: var(--pp-shared-muted);
    display: inline-flex;
    font-size: .9rem;
    line-height: 1.5;
}

.pp-shared-breadcrumbs li + li::before {
    color: var(--pp-shared-coral-action);
    content: "/";
    margin-right: 8px;
}

.pp-shared-breadcrumbs a {
    color: var(--pp-shared-navy);
    min-height: 44px;
    align-items: center;
    display: inline-flex;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

@media (max-width: 480px) {
    .pp-shared-breadcrumbs {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 767px) {
    #mobile-header .site-main-header-inner-wrap {
        min-height: 64px !important;
    }

    #mobile-header .mobile-site-branding .custom-logo {
        height: auto !important;
        max-width: 112px !important;
        width: 112px !important;
    }

    #mobile-drawer .mobile-navigation li:last-child > a {
        color: var(--pp-shared-coral-action);
    }

    .pp-shell-footer__main {
        padding: 30px 18px;
    }

    .pp-shell-footer__grid {
        gap: 30px;
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-shell-footer__brand {
        text-align: center;
    }

    .pp-shell-footer__logo {
        margin-left: auto;
        margin-right: auto;
        max-width: 150px;
    }

    .pp-shell-socials {
        justify-content: center;
        margin-top: 14px;
    }

    .pp-shell-footer__find h2 {
        text-align: center;
    }

    .pp-shell-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
        min-height: 64px;
        padding: 10px 18px;
    }

    .pp-shell-footer__bottom nav:empty {
        display: none;
    }
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .pp-shell-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #mobile-drawer .mobile-navigation .drawer-sub-toggle svg,
    .pp-shell-icon {
        transition: none;
    }

    .pp-shell-icon:hover {
        transform: none;
    }
}
