/* Integration rules follow the original shared design; no source layout rewrite. */
.ppp-header-shell{position:relative;z-index:40}
.ppp-header-shell .header{top:var(--ppp-announcement-height,42px);background:var(--ppp-header-bg,transparent)}
.ppp-header-shell .nav{height:var(--ppp-nav-height,92px)}
.ppp-header-shell .brand{width:var(--ppp-logo-size,74px);height:var(--ppp-logo-size,74px)}
.ppp-header-shell .menu{font-size:var(--ppp-nav-font,13px)}
.ppp-header-shell .menu,.ppp-nav-list{gap:var(--ppp-menu-gap,6px)}
.ppp-header-shell .menu a,.ppp-header-shell .icon-btn{color:var(--ppp-nav-color,#514b47)}
.ppp-header-shell .menu a:hover,.ppp-header-shell .menu a.active,.ppp-header-shell .current-menu-item>a,.ppp-header-shell .current-menu-ancestor>a{color:var(--ppp-nav-hover,#8f5f5a);background:var(--ppp-nav-hover-bg,#f8ece6)}
.ppp-nav-list,.ppp-nav-list ul,.ppp-footer-menu{list-style:none;margin:0;padding:0}
.ppp-nav-list{display:flex;align-items:center}
.ppp-nav-list li{position:relative;margin:0;padding:0}
.ppp-nav-list a{display:block}
.ppp-nav-list .sub-menu{position:absolute;top:100%;left:0;display:none;min-width:210px;padding:10px;background:#fffaf6;border:1px solid #eaded7;border-radius:16px;box-shadow:0 12px 28px #27252314;z-index:50}
.ppp-nav-list .sub-menu .sub-menu{top:0;left:100%}
.ppp-nav-list .sub-menu a{border-radius:8px;white-space:normal}
.ppp-nav-list li:hover>.sub-menu,.ppp-nav-list li:focus-within>.sub-menu,.ppp-nav-list li.ppp-submenu-open>.sub-menu{display:block}
.ppp-nav-list .menu-item-has-children>a{padding-right:27px}
.ppp-nav-list .menu-item-has-children>a::after{content:'⌄';position:absolute;right:12px;top:50%;transform:translateY(-55%);font-size:14px}
.ppp-submenu-toggle{display:none}
.ppp-header-shell .announcement-item.active{pointer-events:auto}
.ppp-announcement-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:inherit}
.ppp-header-shell .announcement .announcement-detail{color:inherit;opacity:.75}
.ppp-header-shell .announcement button{color:inherit}
.ppp-header-shell .announcement-dot.active{background:currentColor}
.ppp-logo-frameless .brand,.ppp-logo-frameless .footer-logo-link{padding:0;border:0;box-shadow:none;background:transparent;border-radius:0}
.ppp-logo-frameless .brand img,.ppp-logo-frameless .footer-logo-link img{border-radius:0}
.ppp-search-panel{position:absolute;top:100%;left:50%;width:min(720px,calc(100% - 32px));transform:translateX(-50%);padding:20px;border:1px solid #eaded7;border-radius:18px;background:#fffaf6;box-shadow:0 20px 50px #2725231f}
.ppp-search-panel[hidden]{display:none}
.ppp-search-panel form{display:flex;gap:10px;align-items:center;margin:0}
.ppp-search-panel input[type=search]{flex:1;min-width:0;padding:12px 15px;border:1px solid #d8cbc4;border-radius:10px;font:inherit;background:white;color:#272523}
.ppp-search-panel button{border:0;border-radius:10px;padding:12px 18px;background:#7c8877;color:white;font:inherit;cursor:pointer}
.ppp-search-panel .ppp-search-close{padding:8px;background:transparent;color:#272523;font-size:24px}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.ppp-skip-link{position:fixed;top:10px;left:10px;padding:12px 20px;background:white;color:#272523;border:2px solid #7c8877;z-index:100000;transform:translateY(-200%)}
.ppp-skip-link:focus{transform:translateY(0)}
.ppp-footer .footer-logo-link{width:var(--ppp-footer-logo,126px);height:var(--ppp-footer-logo,126px)}
.ppp-footer>.container{padding-top:var(--ppp-footer-top,56px);padding-bottom:var(--ppp-footer-bottom,22px)}
.ppp-footer p,.ppp-footer a{color:var(--ppp-footer-text,#d4ceca);font-size:var(--ppp-footer-font,13px)}
.ppp-footer .footer-promise strong,.ppp-footer .footer-contact-copy strong{color:var(--ppp-footer-title,#fff);font-size:var(--ppp-footer-title-size,29px)}
.ppp-footer h4{color:var(--ppp-footer-heading,#efd9d4)}
.ppp-footer.ppp-custom-overlay::before{background:var(--ppp-footer-overlay,#252522);opacity:var(--ppp-footer-overlay-opacity,.8)}
.ppp-footer .footer-legal .ppp-footer-menu{display:flex;gap:20px;flex-wrap:wrap}
.ppp-footer .footer-bottom{flex-wrap:wrap}
.ppp-footer .footer-credit{flex:1;min-width:220px}
.ppp-footer .footer-legal a,.ppp-footer .footer-credit a{font-size:12px}
.ppp-footer-socials{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.ppp-footer-socials:empty{display:none}
.ppp-footer-socials a{display:grid;place-items:center;width:34px;height:34px;border:1px solid #ffffff35;border-radius:50%;color:var(--ppp-footer-text,#d4ceca)}
.ppp-footer-socials svg{display:block;width:18px;height:18px}
.ppp-footer-socials a:hover{background:#ffffff1a;color:white}
.elementor-editor-active .ppp-header-shell .header{position:relative;top:0}
.elementor-editor-active .ppp-header-shell{min-height:calc(var(--ppp-nav-height,92px) + var(--ppp-announcement-height,42px))}
@media(max-width:900px){
 .ppp-header-shell .menu{top:var(--ppp-nav-height,92px);max-height:calc(100dvh - 150px);overflow:auto;overscroll-behavior:contain}
 .ppp-nav-list{display:flex;align-items:stretch;flex-direction:column;width:100%;gap:4px}
 .ppp-nav-list .sub-menu,.ppp-nav-list .sub-menu .sub-menu{position:static;min-width:0;box-shadow:none;border:0;background:#f7eee8;border-radius:10px;margin:4px 8px}
 .ppp-nav-list .menu-item-has-children>a{padding-right:45px}
 .ppp-nav-list .menu-item-has-children>a::after{display:none}
 .ppp-submenu-toggle{display:grid;place-items:center;position:absolute;top:5px;right:4px;width:36px;height:36px;border:0;background:transparent;color:inherit;cursor:pointer}
 .ppp-nav-list li:hover:not(.ppp-submenu-open)>.sub-menu,.ppp-nav-list li:focus-within:not(.ppp-submenu-open)>.sub-menu{display:none}
 .ppp-nav-list li.ppp-submenu-open>.sub-menu{display:block}
}
@media(max-width:600px){
 .ppp-header-shell .nav{height:var(--ppp-mobile-nav-height,76px)}
 .ppp-header-shell .brand{width:var(--ppp-mobile-logo-size,54px);height:var(--ppp-mobile-logo-size,54px)}
 .ppp-header-shell .menu{top:var(--ppp-mobile-nav-height,76px)}
 .ppp-footer .footer-logo-link{width:var(--ppp-footer-logo-mobile,112px);height:var(--ppp-footer-logo-mobile,112px)}
 .ppp-footer>.container{padding-top:var(--ppp-footer-top-mobile,34px);padding-bottom:var(--ppp-footer-bottom-mobile,16px)}
 .ppp-footer .footer-contact-copy strong{font-size:min(var(--ppp-footer-title-size,29px),26px)}
 .ppp-footer .footer-credit{min-width:0}
 .ppp-search-panel{padding:14px}
 .ppp-search-panel form{gap:6px}
 .ppp-search-panel button{padding:12px 10px}
 .ppp-header-shell .announcement-inner{grid-template-columns:30px minmax(0,1fr) 30px}
}
@media(prefers-reduced-motion:reduce){.ppp-header-shell *{scroll-behavior:auto!important}.ppp-header-shell .announcement::before{animation:none}}
