:root{--ph-primary:#8e3b43;--ph-primary-dark:#742f36;--ph-primary-soft:#f6ecee;--ph-gold:#d4af37;--ph-gold-dark:#b99120;--ph-dark:#15171b;--ph-dark-soft:#202329;--ph-heading:#1b1e23;--ph-text:#4b4f56;--ph-muted:#70757d;--ph-background:#f6f6f7;--ph-surface:#ffffff;--ph-border:#e7e7e7;--ph-white:#ffffff;--ph-success:#198754;--ph-error:#b42318;--ph-font-family:"Tajawal",Arial,sans-serif;--ph-font-size-xs:0.75rem;--ph-font-size-sm:0.875rem;--ph-font-size-base:1rem;--ph-font-size-md:1.125rem;--ph-font-size-lg:1.25rem;--ph-font-size-xl:1.5rem;--ph-font-size-2xl:clamp(1.75rem,3vw,2.5rem);--ph-font-size-3xl:clamp(2.125rem,4.5vw,3.75rem);--ph-container:1240px;--ph-container-wide:1440px;--ph-content:820px;--ph-section-space:clamp(4.5rem,8vw,7.5rem);--ph-gutter:clamp(1rem,3vw,2rem);--ph-space-1:0.25rem;--ph-space-2:0.5rem;--ph-space-3:0.75rem;--ph-space-4:1rem;--ph-space-5:1.25rem;--ph-space-6:1.5rem;--ph-space-8:2rem;--ph-space-10:2.5rem;--ph-space-12:3rem;--ph-space-16:4rem;--ph-radius-sm:8px;--ph-radius-md:14px;--ph-radius-lg:22px;--ph-radius-xl:32px;--ph-radius-pill:999px;--ph-shadow-sm:0 8px 24px rgba(21,23,27,0.07);--ph-shadow-md:0 16px 40px rgba(21,23,27,0.11);--ph-shadow-lg:0 24px 70px rgba(21,23,27,0.15);--ph-transition-fast:160ms ease;--ph-transition:280ms ease;}*,*::before,*::after{box-sizing:border-box;}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}body{margin:0;direction:rtl;overflow-x:hidden;background:var(--ph-surface);color:var(--ph-text);font-family:var(--ph-font-family);font-size:var(--ph-font-size-base);font-weight:400;line-height:1.8;text-align:right;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}body.admin-bar{--ph-admin-offset:32px;}main{display:block;}img,picture,svg,video,canvas{display:block;max-width:100%;height:auto;}iframe{max-width:100%;border:0;}figure{margin:0;}a{color:var(--ph-primary);text-decoration:none;transition:color var(--ph-transition-fast),background-color var(--ph-transition-fast),border-color var(--ph-transition-fast),transform var(--ph-transition-fast);}a:hover{color:var(--ph-primary-dark);}button,input,textarea,select{font:inherit;}button{cursor:pointer;}input,textarea,select{max-width:100%;}textarea{resize:vertical;}table{width:100%;border-collapse:collapse;}ul,ol{margin-block:0 1.5rem;padding-inline-start:1.25rem;}p{margin-block:0 1.25rem;}p:last-child{margin-bottom:0;}h1,h2,h3,h4,h5,h6{margin-block:0 1rem;color:var(--ph-heading);font-family:var(--ph-font-family);font-weight:800;line-height:1.3;text-wrap:balance;}h1{font-size:var(--ph-font-size-3xl);}h2{font-size:var(--ph-font-size-2xl);}h3{font-size:var(--ph-font-size-xl);}h4{font-size:var(--ph-font-size-lg);}small{font-size:var(--ph-font-size-sm);}strong,b{font-weight:700;}::selection{background:var(--ph-primary);color:var(--ph-white);}:focus-visible{outline:3px solid var(--ph-gold);outline-offset:4px;}.screen-reader-text{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.screen-reader-text:focus{z-index:100000;top:8px;right:8px;width:auto;height:auto;padding:12px 18px;overflow:visible;clip:auto;background:var(--ph-dark);color:var(--ph-white);border-radius:var(--ph-radius-sm);white-space:normal;}.ph-container{width:min( calc(100% - (var(--ph-gutter) * 2)),var(--ph-container) );margin-inline:auto;}.ph-container--wide{width:min( calc(100% - (var(--ph-gutter) * 2)),var(--ph-container-wide) );margin-inline:auto;}.ph-content-width{width:min(100%,var(--ph-content));margin-inline:auto;}.ph-section{position:relative;padding-block:var(--ph-section-space);}.ph-section--light{background:var(--ph-background);}.ph-section--dark{background:var(--ph-dark);color:rgba(255,255,255,0.82);}.ph-section--dark h1,.ph-section--dark h2,.ph-section--dark h3,.ph-section--dark h4{color:var(--ph-white);}.ph-grid{display:grid;gap:clamp(1rem,2.5vw,2rem);}.ph-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));}.ph-grid--3{grid-template-columns:repeat(3,minmax(0,1fr));}.ph-grid--4{grid-template-columns:repeat(4,minmax(0,1fr));}.ph-button{display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;min-height:52px;padding:0.85rem 1.5rem;border:1px solid transparent;border-radius:var(--ph-radius-md);background:var(--ph-primary);color:var(--ph-white);font-weight:700;line-height:1.2;text-align:center;box-shadow:0 10px 24px rgba(142,59,67,0.22);transition:transform var(--ph-transition),box-shadow var(--ph-transition),background-color var(--ph-transition),color var(--ph-transition),border-color var(--ph-transition);}.ph-button:hover{transform:translateY(-2px);background:var(--ph-primary-dark);color:var(--ph-white);box-shadow:0 16px 34px rgba(142,59,67,0.3);}.ph-button:active{transform:translateY(0);}.ph-button--gold{background:var(--ph-gold);color:var(--ph-dark);box-shadow:0 10px 24px rgba(212,175,55,0.22);}.ph-button--gold:hover{background:var(--ph-gold-dark);color:var(--ph-white);}.ph-button--outline{background:transparent;color:var(--ph-primary);border-color:var(--ph-primary);box-shadow:none;}.ph-button--outline:hover{background:var(--ph-primary);color:var(--ph-white);}.ph-card{height:100%;overflow:hidden;background:var(--ph-surface);border:1px solid var(--ph-border);border-radius:var(--ph-radius-lg);box-shadow:var(--ph-shadow-sm);transition:transform var(--ph-transition),box-shadow var(--ph-transition),border-color var(--ph-transition);}.ph-card:hover{transform:translateY(-6px);border-color:rgba(142,59,67,0.35);box-shadow:var(--ph-shadow-md);}@media (max-width:1024px){.ph-grid--4{grid-template-columns:repeat(2,minmax(0,1fr));}.ph-grid--3{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:767px){body.admin-bar{--ph-admin-offset:46px;}.ph-grid--2,.ph-grid--3,.ph-grid--4{grid-template-columns:minmax(0,1fr);}.ph-button{min-height:50px;padding-inline:1.2rem;}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*::before,*::after{scroll-behavior:auto !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}}:root{--ph-color-primary:#8e3b43;--ph-color-primary-dark:#742f36;--ph-color-primary-soft:rgba(142,59,67,0.09);--ph-color-gold:#d4af37;--ph-color-gold-light:#efd16b;--ph-color-gold-soft:rgba(212,175,55,0.12);--ph-color-dark:#15171b;--ph-color-dark-soft:#20252d;--ph-color-text:#4b4f56;--ph-color-muted:#737881;--ph-color-white:#ffffff;--ph-color-background:#f6f6f7;--ph-color-surface:#ffffff;--ph-color-border:#e7e7e7;--ph-color-success:#17874b;--ph-color-warning:#b7791f;--ph-color-error:#b42318;--ph-font-family:"Tajawal",sans-serif;--ph-font-size-xs:0.75rem;--ph-font-size-sm:0.875rem;--ph-font-size-base:1rem;--ph-font-size-lg:1.125rem;--ph-font-size-xl:1.375rem;--ph-font-size-2xl:clamp(1.75rem,4vw,2.5rem);--ph-font-size-3xl:clamp(2.25rem,5vw,4rem);--ph-font-weight-regular:400;--ph-font-weight-medium:500;--ph-font-weight-bold:700;--ph-font-weight-extra-bold:800;--ph-space-1:0.25rem;--ph-space-2:0.5rem;--ph-space-3:0.75rem;--ph-space-4:1rem;--ph-space-5:1.25rem;--ph-space-6:1.5rem;--ph-space-8:2rem;--ph-space-10:2.5rem;--ph-space-12:3rem;--ph-space-16:4rem;--ph-space-20:5rem;--ph-space-24:6rem;--ph-radius-sm:0.625rem;--ph-radius-md:0.875rem;--ph-radius-lg:1.125rem;--ph-radius-xl:1.5rem;--ph-radius-pill:999px;--ph-shadow-sm:0 6px 18px rgba(21,23,27,0.06);--ph-shadow-md:0 16px 38px rgba(21,23,27,0.1);--ph-shadow-lg:0 28px 65px rgba(21,23,27,0.15);--ph-transition-fast:180ms ease;--ph-transition-base:260ms ease;--ph-transition-slow:500ms cubic-bezier(0.22,0.72,0.22,1);--ph-container-width:1280px;--ph-container-padding:clamp(16px,4vw,32px);--ph-z-content:2;--ph-z-header:100;--ph-z-overlay:500;--ph-z-modal:1000;}html{scroll-behavior:smooth;}body{background:var(--ph-color-background);color:var(--ph-color-text);font-family:var(--ph-font-family);}img,svg{max-width:100%;}button,input,select,textarea{font:inherit;}a{color:inherit;}.ph-container{width:min( calc(100% - (var(--ph-container-padding) * 2)),var(--ph-container-width) );margin-inline:auto;}:where( a,button,input,select,textarea ):focus-visible{outline:3px solid rgba(212,175,55,0.5);outline-offset:3px;}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*::before,*::after{scroll-behavior:auto !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}}:root{--ph-section-space-mobile:clamp(3.4rem,9vw,4.8rem);--ph-section-space-desktop:clamp(5rem,7vw,7.5rem);--ph-card-radius:20px;--ph-card-border:1px solid rgba(142,59,67,.10);--ph-card-shadow:0 14px 34px rgba(21,23,27,.07);}.ph-site-header{position:relative;z-index:1000;width:100%;background:var(--ph-white);}.ph-site-header svg{flex:0 0 auto;}.ph-topbar{background:linear-gradient( 135deg,var(--ph-primary-dark) 0%,var(--ph-primary) 100% );color:var(--ph-white);font-size:0.875rem;}.ph-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:42px;}.ph-topbar__contact,.ph-topbar__actions{display:flex;align-items:center;gap:1.25rem;min-width:0;}.ph-topbar__trust{display:inline-flex;align-items:center;gap:0.6rem;color:rgba(255,255,255,0.86);font-size:0.78rem;font-weight:700;white-space:nowrap;}.ph-topbar__trust i{width:4px;height:4px;border-radius:50%;background:var(--ph-gold);box-shadow:0 0 0 3px rgba(212,175,55,0.14);}.ph-topbar__item{display:inline-flex;align-items:center;gap:0.45rem;color:rgba(255,255,255,0.92);white-space:nowrap;}a.ph-topbar__item:hover{color:var(--ph-gold);}.ph-topbar__item svg{color:var(--ph-gold);}.ph-topbar__whatsapp{display:inline-flex;align-items:center;gap:0.5rem;min-height:42px;padding-inline:1rem;background:rgba(255,255,255,0.1);color:var(--ph-white);border-inline:1px solid rgba(255,255,255,0.12);font-weight:700;}.ph-topbar__whatsapp:hover{background:var(--ph-gold);color:var(--ph-dark);}.ph-header-main{position:relative;background:rgba(255,255,255,0.98);border-bottom:1px solid rgba(21,23,27,0.07);box-shadow:0 8px 28px rgba(21,23,27,0.05);}.ph-header-main__inner{display:grid;grid-template-columns:minmax(190px,0.8fr) minmax(420px,2fr) auto;align-items:center;gap:clamp(1.25rem,3vw,3rem);min-height:88px;}.ph-branding{display:flex;align-items:center;min-width:0;}.ph-logo{display:flex;align-items:center;}.ph-logo .custom-logo-link{display:inline-flex;align-items:center;}.ph-logo .custom-logo{width:auto;max-width:210px;max-height:68px;object-fit:contain;}.ph-branding__text{display:inline-flex;flex-direction:column;align-items:flex-start;gap:0.1rem;color:var(--ph-primary);line-height:1.15;}.ph-branding__text:hover{color:var(--ph-primary-dark);}.ph-branding__text strong{font-size:clamp(1.25rem,2vw,1.65rem);font-weight:800;}.ph-branding__text span{color:var(--ph-gold-dark);font-size:0.72rem;font-weight:700;letter-spacing:0.12em;}.ph-primary-navigation{display:flex;align-items:center;justify-content:center;}.ph-primary-menu{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2vw,1.8rem);margin:0;padding:0;list-style:none;}.ph-primary-menu>li{position:relative;margin:0;}.ph-primary-menu>li>a{position:relative;display:flex;align-items:center;min-height:88px;color:var(--ph-heading);font-size:0.98rem;font-weight:700;white-space:nowrap;}.ph-primary-menu>li>a::after{position:absolute;right:50%;bottom:20px;width:0;height:3px;background:var(--ph-gold);border-radius:var(--ph-radius-pill);content:"";transform:translateX(50%);transition:width var(--ph-transition);}.ph-primary-menu>li>a:hover,.ph-primary-menu>.current-menu-item>a,.ph-primary-menu>.current-menu-ancestor>a{color:var(--ph-primary);}.ph-primary-menu>li>a:hover::after,.ph-primary-menu>.current-menu-item>a::after,.ph-primary-menu>.current-menu-ancestor>a::after{width:28px;}.ph-primary-menu .sub-menu{position:absolute;z-index:50;top:calc(100% - 10px);right:0;width:235px;margin:0;padding:0.65rem;visibility:hidden;opacity:0;background:var(--ph-white);border:1px solid var(--ph-border);border-top:3px solid var(--ph-primary);border-radius:0 0 var(--ph-radius-md) var(--ph-radius-md);box-shadow:var(--ph-shadow-md);list-style:none;transform:translateY(12px);transition:opacity var(--ph-transition-fast),visibility var(--ph-transition-fast),transform var(--ph-transition-fast);}.ph-primary-menu li:hover>.sub-menu,.ph-primary-menu li:focus-within>.sub-menu{visibility:visible;opacity:1;transform:translateY(0);}.ph-primary-menu .sub-menu li{margin:0;}.ph-primary-menu .sub-menu a{display:block;padding:0.75rem 0.85rem;color:var(--ph-text);border-radius:var(--ph-radius-sm);font-size:0.9rem;font-weight:600;}.ph-primary-menu .sub-menu a:hover{padding-inline-start:1rem;background:var(--ph-primary-soft);color:var(--ph-primary);}.ph-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:0.75rem;}.ph-header-call{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 46px;background:var(--ph-primary-soft);color:var(--ph-primary);border:1px solid rgba(142,59,67,0.15);border-radius:50%;}.ph-header-call:hover{background:var(--ph-primary);color:var(--ph-white);transform:translateY(-2px);box-shadow:0 12px 26px rgba(142,59,67,0.22);}.ph-header-cta{min-height:48px;padding-inline:1.3rem;border-radius:12px;white-space:nowrap;}.ph-mobile-menu-toggle{display:none;position:relative;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:46px;height:46px;padding:0;background:var(--ph-dark);border:0;border-radius:12px;}.ph-mobile-menu-toggle span{display:block;width:21px;height:2px;background:var(--ph-white);border-radius:var(--ph-radius-pill);transition:transform var(--ph-transition-fast),opacity var(--ph-transition-fast);}.ph-site-header.is-sticky .ph-header-main{position:fixed;top:var(--ph-admin-offset,0);right:0;left:0;z-index:1000;animation:ph-header-slide-down 260ms ease;box-shadow:0 12px 40px rgba(21,23,27,0.12);}.ph-site-header.is-sticky .ph-header-main__inner{min-height:72px;}.ph-site-header.is-sticky .ph-logo .custom-logo{max-height:55px;}.ph-site-header.is-sticky .ph-primary-menu>li>a{min-height:72px;}.ph-site-header.is-sticky .ph-primary-menu>li>a::after{bottom:13px;}@keyframes ph-header-slide-down{from{opacity:0;transform:translateY(-100%);}to{opacity:1;transform:translateY(0);}}@media (max-width:1100px){.ph-header-main__inner{grid-template-columns:auto 1fr auto;gap:1rem;}.ph-primary-menu{gap:0.85rem;}.ph-primary-menu>li>a{font-size:0.9rem;}.ph-header-call{display:none;}.ph-header-cta{padding-inline:1rem;font-size:0.9rem;}}@media (max-width:900px){.ph-topbar__inner{min-height:38px;}.ph-topbar__contact{width:100%;justify-content:center;}.ph-topbar__contact .ph-topbar__item:not(:first-child),.ph-topbar__actions{display:none;}.ph-header-main__inner{display:flex;justify-content:space-between;min-height:74px;}.ph-logo .custom-logo{max-width:165px;max-height:55px;}.ph-primary-navigation{position:fixed;z-index:999;top:0;right:0;bottom:0;display:block;width:min(86vw,360px);padding:6rem 1.25rem 2rem;visibility:hidden;opacity:0;background:var(--ph-white);box-shadow:-20px 0 60px rgba(21,23,27,0.18);transform:translateX(100%);transition:transform var(--ph-transition),opacity var(--ph-transition),visibility var(--ph-transition);overflow-y:auto;}.ph-primary-navigation.is-open{visibility:visible;opacity:1;transform:translateX(0);}.ph-primary-menu{display:block;}.ph-primary-menu>li{border-bottom:1px solid var(--ph-border);}.ph-primary-menu>li>a{min-height:auto;padding-block:0.9rem;font-size:1rem;}.ph-primary-menu>li>a::after{display:none;}.ph-primary-menu .sub-menu{position:static;display:block;width:100%;padding:0 0.75rem 0.7rem;visibility:visible;opacity:1;background:transparent;border:0;box-shadow:none;transform:none;}.ph-primary-menu .sub-menu a{padding-block:0.55rem;}.ph-header-cta{display:none;}.ph-mobile-menu-toggle{display:inline-flex;z-index:1001;}.ph-mobile-menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg);}.ph-mobile-menu-toggle.is-active span:nth-child(2){opacity:0;}.ph-mobile-menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}body.ph-menu-open{overflow:hidden;}}@media (max-width:480px){.ph-topbar{font-size:0.8rem;}.ph-header-main__inner{min-height:68px;}.ph-logo .custom-logo{max-width:145px;max-height:48px;}.ph-mobile-menu-toggle{width:42px;height:42px;}}.ph-mobile-menu-toggle,.ph-mobile-menu-overlay,.ph-mobile-drawer{display:none;}@media (max-width:767px){body.ph-mobile-menu-open{overflow:hidden;touch-action:none;}.ph-topbar{position:relative;z-index:1002;background:linear-gradient( 135deg,#742f36 0%,#8e3b43 55%,#742f36 100% );border-bottom:1px solid rgba(212,175,55,0.36);box-shadow:0 5px 16px rgba(21,23,27,0.12);}.ph-topbar__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;min-height:44px;padding-top:5px;padding-bottom:5px;}.ph-topbar__contact{display:flex;align-items:center;min-width:0;}.ph-topbar__actions{display:flex;align-items:center;gap:7px;}.ph-topbar__address{display:none !important;}.ph-topbar__item{display:inline-flex;align-items:center;gap:7px;min-width:0;margin:0;color:#ffffff;text-decoration:none;}.ph-topbar__phone{padding-left:9px;border-left:1px solid rgba(255,255,255,0.18);}.ph-topbar__icon{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;flex:0 0 27px;background:rgba(255,255,255,0.1);color:#efd16b;border:1px solid rgba(212,175,55,0.32);border-radius:8px;}.ph-topbar__icon svg{width:15px;height:15px;}.ph-topbar__item-content{display:flex;flex-direction:column;min-width:0;}.ph-topbar__item-content small{display:none;}.ph-topbar__item-content strong{color:#ffffff;font-size:11.5px;font-weight:800;line-height:1.4;white-space:nowrap;}.ph-topbar__hours{gap:5px;}.ph-topbar__hours .ph-topbar__icon{width:25px;height:25px;flex-basis:25px;}.ph-topbar__hours .ph-topbar__item-content strong{max-width:100px;overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap;}.ph-topbar__whatsapp{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;padding:0;background:#16874a;color:#ffffff;border:1px solid rgba(255,255,255,0.22);border-radius:9px;box-shadow:0 6px 14px rgba(0,0,0,0.16);text-decoration:none;}.ph-topbar__whatsapp span{display:none;}.ph-topbar__whatsapp svg{width:17px;height:17px;}.ph-header-main{position:relative;z-index:1001;background:rgba(255,255,255,0.98);border-bottom:1px solid rgba(116,47,54,0.09);box-shadow:0 8px 24px rgba(21,23,27,0.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}.ph-header-main__inner{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:72px;padding-top:8px;padding-bottom:8px;}.ph-branding{display:flex;align-items:center;min-width:0;max-width:calc(100% - 62px);}.ph-logo,.ph-logo .custom-logo-link{display:flex;align-items:center;}.ph-logo img,.ph-logo .custom-logo{display:block;width:auto;max-width:190px;height:auto;max-height:55px;object-fit:contain;}.ph-branding__text strong{display:block;color:#8e3b43;font-size:23px;font-weight:800;line-height:1.2;}.ph-branding__text span{display:block;margin-top:2px;color:#4f545c;font-size:9px;font-weight:700;letter-spacing:1px;}.ph-primary-navigation,.ph-header-call,.ph-header-cta{display:none !important;}.ph-header-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;}.ph-mobile-menu-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:48px;height:48px;padding:0;background:linear-gradient( 145deg,#742f36,#8e3b43 );color:#efd16b;border:1px solid rgba(212,175,55,0.72);border-radius:13px;box-shadow:0 10px 22px rgba(116,47,54,0.25),inset 0 1px 0 rgba(255,255,255,0.1);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform 220ms ease,background-color 220ms ease,box-shadow 220ms ease;}.ph-mobile-menu-toggle span{display:block;width:22px;height:2px;background:currentColor;border-radius:999px;transform-origin:center;transition:transform 280ms ease,opacity 220ms ease,width 220ms ease;}.ph-mobile-menu-toggle span:nth-child(2){width:16px;margin-right:auto;margin-left:12px;}.ph-mobile-menu-toggle:hover,.ph-mobile-menu-toggle:focus-visible{transform:translateY(-2px);background:#742f36;box-shadow:0 14px 27px rgba(116,47,54,0.31),0 0 0 4px rgba(212,175,55,0.1);}.ph-mobile-menu-toggle:focus-visible{outline:3px solid rgba(212,175,55,0.47);outline-offset:3px;}.ph-mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}.ph-mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){width:0;opacity:0;}.ph-mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}.ph-mobile-menu-overlay{position:fixed;inset:0;z-index:9997;display:block;visibility:hidden;background:rgba(7,11,15,0.72);opacity:0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer;transition:opacity 320ms ease,visibility 0s linear 320ms;}.ph-mobile-menu-overlay.is-active{visibility:visible;opacity:1;transition:opacity 320ms ease,visibility 0s linear 0s;}.ph-mobile-drawer{position:fixed;top:0;right:0;z-index:9999;display:flex;flex-direction:column;width:min(88vw,390px);height:100dvh;overflow:hidden;background:radial-gradient( circle at 90% 5%,rgba(142,59,67,0.12),transparent 29% ),#ffffff;border-left:1px solid rgba(212,175,55,0.4);box-shadow:-25px 0 60px rgba(0,0,0,0.25);transform:translateX(105%);visibility:hidden;transition:transform 380ms cubic-bezier(0.22,0.72,0.22,1),visibility 0s linear 380ms;}.ph-mobile-drawer.is-open{visibility:visible;transform:translateX(0);transition:transform 380ms cubic-bezier(0.22,0.72,0.22,1),visibility 0s linear 0s;}.ph-mobile-drawer__header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:88px;padding:16px 18px;background:linear-gradient( 135deg,#111820 0%,#1c2731 100% );border-bottom:2px solid #d4af37;}.ph-mobile-drawer__branding{display:flex;align-items:center;min-width:0;}.ph-mobile-drawer__logo,.ph-mobile-drawer__logo .custom-logo-link{display:flex;align-items:center;}.ph-mobile-drawer__logo img{display:block;width:auto;max-width:185px;height:auto;max-height:56px;object-fit:contain;}.ph-mobile-drawer__brand-text{color:#ffffff;text-decoration:none;}.ph-mobile-drawer__brand-text strong{display:block;color:#efd16b;font-size:22px;font-weight:800;line-height:1.2;}.ph-mobile-drawer__brand-text span{display:block;margin-top:3px;color:rgba(255,255,255,0.66);font-size:9px;font-weight:700;letter-spacing:1.1px;}.ph-mobile-drawer__close{position:relative;display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;flex:0 0 43px;padding:0;background:rgba(255,255,255,0.07);color:#efd16b;border:1px solid rgba(212,175,55,0.45);border-radius:12px;cursor:pointer;transition:transform 220ms ease,background-color 220ms ease;}.ph-mobile-drawer__close span{position:absolute;width:19px;height:2px;background:currentColor;border-radius:999px;}.ph-mobile-drawer__close span:first-child{transform:rotate(45deg);}.ph-mobile-drawer__close span:last-child{transform:rotate(-45deg);}.ph-mobile-drawer__close:hover,.ph-mobile-drawer__close:focus-visible{transform:rotate(90deg);background:#8e3b43;}.ph-mobile-drawer__close:focus-visible{outline:3px solid rgba(212,175,55,0.44);outline-offset:3px;}.ph-mobile-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:17px 16px 24px;scrollbar-width:thin;scrollbar-color:#d4af37 #f1ede8;}.ph-mobile-menu{margin:0;padding:0;list-style:none;}.ph-mobile-menu>li{position:relative;margin:0;border-bottom:1px solid rgba(116,47,54,0.085);}.ph-mobile-menu>li>a{position:relative;display:flex;align-items:center;min-height:53px;padding:12px 12px 12px 42px;color:#24282e;font-size:15px;font-weight:800;line-height:1.5;text-decoration:none;border-radius:11px;transition:padding-right 220ms ease,background-color 220ms ease,color 220ms ease;}.ph-mobile-menu>li>a::before{position:absolute;right:12px;width:7px;height:7px;background:#d4af37;border-radius:50%;box-shadow:0 0 0 5px rgba(212,175,55,0.1);content:"";transition:transform 220ms ease,background-color 220ms ease;}.ph-mobile-menu>li>a::after{position:absolute;left:13px;width:8px;height:8px;border-bottom:2px solid #8e3b43;border-left:2px solid #8e3b43;content:"";transform:rotate(45deg);opacity:0.55;transition:transform 220ms ease;}.ph-mobile-menu>li>a:hover,.ph-mobile-menu>li>a:focus-visible,.ph-mobile-menu>li.current-menu-item>a,.ph-mobile-menu>li.current_page_item>a{padding-right:18px;background:rgba(142,59,67,0.07);color:#8e3b43;}.ph-mobile-menu>li>a:hover::before,.ph-mobile-menu>li.current-menu-item>a::before{background:#8e3b43;transform:scale(1.15);}.ph-mobile-menu>li>a:hover::after{transform:translateX(-3px) rotate(45deg);}.ph-mobile-menu a:focus-visible{outline:3px solid rgba(212,175,55,0.4);outline-offset:-3px;}.ph-mobile-drawer__cta{margin-top:18px;padding-top:18px;border-top:1px solid rgba(116,47,54,0.11);}.ph-mobile-drawer__main-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:51px;padding:12px 17px;background:linear-gradient( 135deg,#742f36,#8e3b43 );color:#ffffff;border:1px solid #d4af37;border-radius:12px;box-shadow:0 13px 26px rgba(116,47,54,0.22);font-size:14px;font-weight:800;line-height:1.5;text-decoration:none;transition:transform 210ms ease,box-shadow 210ms ease;}.ph-mobile-drawer__main-button svg{width:21px;height:21px;color:#efd16b;}.ph-mobile-drawer__main-button:hover,.ph-mobile-drawer__main-button:focus-visible{transform:translateY(-3px);box-shadow:0 18px 33px rgba(116,47,54,0.29);}.ph-mobile-drawer__quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:10px;}.ph-mobile-drawer__quick-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:10px;color:#ffffff;border:1px solid transparent;border-radius:11px;font-size:13px;font-weight:800;line-height:1.4;text-decoration:none;transition:transform 200ms ease,box-shadow 200ms ease;}.ph-mobile-drawer__quick-button svg{width:19px;height:19px;}.ph-mobile-drawer__quick-button--call{background:#15171b;border-color:rgba(212,175,55,0.35);}.ph-mobile-drawer__quick-button--whatsapp{background:#16874a;border-color:rgba(22,135,74,0.25);}.ph-mobile-drawer__quick-button:hover,.ph-mobile-drawer__quick-button:focus-visible{transform:translateY(-2px);box-shadow:0 12px 23px rgba(21,23,27,0.17);}.ph-mobile-drawer__information{display:grid;grid-template-columns:1fr;gap:9px;margin-top:17px;}.ph-mobile-drawer__info-item{display:flex;align-items:flex-start;gap:10px;padding:12px;background:#f8f5f0;border:1px solid rgba(116,47,54,0.08);border-radius:11px;}.ph-mobile-drawer__info-item>svg{width:21px;height:21px;flex:0 0 21px;color:#d4af37;}.ph-mobile-drawer__info-item strong,.ph-mobile-drawer__info-item span{display:block;}.ph-mobile-drawer__info-item strong{color:#25292f;font-size:12.5px;font-weight:800;line-height:1.5;}.ph-mobile-drawer__info-item span{margin-top:2px;color:#6c7178;font-size:11.5px;line-height:1.6;}}@media (max-width:390px){.ph-topbar__inner{gap:5px;}.ph-topbar__phone{padding-left:5px;}.ph-topbar__item-content strong{font-size:10.5px;}.ph-topbar__hours .ph-topbar__item-content strong{max-width:76px;font-size:9.5px;}.ph-logo img,.ph-logo .custom-logo{max-width:165px;max-height:49px;}.ph-mobile-menu-toggle{width:44px;height:44px;}.ph-mobile-drawer{width:92vw;}.ph-mobile-drawer__header{padding-inline:13px;}.ph-mobile-drawer__logo img{max-width:160px;}.ph-mobile-menu>li>a{font-size:14px;}}@media (prefers-reduced-motion:reduce){.ph-mobile-menu-toggle,.ph-mobile-menu-toggle span,.ph-mobile-menu-overlay,.ph-mobile-drawer,.ph-mobile-drawer__close,.ph-mobile-menu a,.ph-mobile-menu a::before,.ph-mobile-menu a::after,.ph-mobile-drawer__main-button,.ph-mobile-drawer__quick-button{transition:none;}}@media (max-width:767px){.ph-mobile-menu>.menu-item-has-children{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;}.ph-mobile-menu>.menu-item-has-children>a{grid-column:1;grid-row:1;padding-left:10px;}.ph-mobile-menu>.menu-item-has-children>a::after{display:none;}.ph-mobile-submenu-toggle{position:relative;z-index:2;grid-column:2;grid-row:1;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:3px;padding:0;background:rgba(142,59,67,0.06);color:#8e3b43;border:1px solid rgba(142,59,67,0.13);border-radius:10px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform 260ms ease,background-color 220ms ease,color 220ms ease,border-color 220ms ease;}.ph-mobile-submenu-toggle svg{width:19px;height:19px;transition:transform 280ms ease;}.ph-mobile-submenu-toggle:hover,.ph-mobile-submenu-toggle:focus-visible{background:#8e3b43;color:#efd16b;border-color:#d4af37;}.ph-mobile-submenu-toggle:focus-visible{outline:3px solid rgba(212,175,55,0.4);outline-offset:2px;}.ph-mobile-menu>.menu-item-has-children.is-submenu-open>.ph-mobile-submenu-toggle{background:linear-gradient( 145deg,#742f36,#8e3b43 );color:#efd16b;border-color:#d4af37;transform:rotate(180deg);}.ph-mobile-menu>.menu-item-has-children>.sub-menu{grid-column:1 / -1;display:grid;grid-template-rows:0fr;visibility:hidden;opacity:0;margin:0 12px 10px;padding:0;overflow:hidden;background:linear-gradient( 145deg,#faf8f5,#f5f0ea );border:0 solid rgba(212,175,55,0.35);border-right-width:3px;border-radius:0 12px 12px 0;list-style:none;transition:grid-template-rows 300ms cubic-bezier(0.22,0.7,0.25,1),opacity 220ms ease,visibility 0s linear 300ms,padding 300ms ease;}.ph-mobile-menu>.menu-item-has-children.is-submenu-open>.sub-menu{grid-template-rows:1fr;visibility:visible;opacity:1;padding:8px;transition:grid-template-rows 300ms cubic-bezier(0.22,0.7,0.25,1),opacity 240ms ease,visibility 0s linear 0s,padding 300ms ease;}.ph-mobile-menu .sub-menu[hidden]{display:grid;}.ph-mobile-menu .sub-menu>li{min-height:0;overflow:hidden;border:0;}.ph-mobile-menu .sub-menu>li + li{margin-top:3px;}.ph-mobile-menu .sub-menu a{position:relative;display:flex;align-items:center;min-height:42px;padding:9px 30px 9px 10px;color:#5b6068;border-radius:9px;font-size:12.5px;font-weight:700;line-height:1.55;text-decoration:none;transition:background-color 200ms ease,color 200ms ease,padding-right 200ms ease;}.ph-mobile-menu .sub-menu a::before{position:absolute;right:11px;width:7px;height:7px;background:transparent;border:2px solid #d4af37;border-radius:50%;content:"";}.ph-mobile-menu .sub-menu a:hover,.ph-mobile-menu .sub-menu a:focus-visible,.ph-mobile-menu .sub-menu .current-menu-item>a{padding-right:35px;background:#ffffff;color:#8e3b43;box-shadow:0 5px 14px rgba(21,23,27,0.06);}.ph-mobile-menu .sub-menu a:hover::before,.ph-mobile-menu .sub-menu .current-menu-item>a::before{background:#8e3b43;border-color:#8e3b43;}.ph-mobile-menu>.menu-item-has-children.is-submenu-open>a{color:#8e3b43;}.ph-mobile-menu>.menu-item-has-children.is-submenu-open>a::before{background:#8e3b43;transform:scale(1.15);}}@media (prefers-reduced-motion:reduce){.ph-mobile-submenu-toggle,.ph-mobile-submenu-toggle svg,.ph-mobile-menu .sub-menu,.ph-mobile-menu .sub-menu a{transition:none;}}@media (max-width:767px){html,body,.ph-site-wrapper,.ph-site-header{max-width:100%;overflow-x:clip;}.ph-topbar{min-height:42px;background:#8e3b43;border-bottom:1px solid rgba(212,175,55,0.4);box-shadow:none;}.ph-topbar__inner{display:grid;grid-template-columns:34px minmax(82px,1fr) minmax(105px,1fr);align-items:center;gap:7px;min-height:42px;padding-top:5px;padding-bottom:5px;direction:ltr;}.ph-topbar__contact,.ph-topbar__actions{display:contents;}.ph-topbar__address{display:none !important;}.ph-topbar__phone{grid-column:3;grid-row:1;direction:rtl;display:flex;align-items:center;justify-content:flex-start;gap:6px;min-width:0;padding:0;border:0;color:#ffffff;text-decoration:none;}.ph-topbar__hours{grid-column:2;grid-row:1;direction:rtl;display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;padding:0 7px;border-right:1px solid rgba(255,255,255,0.16);border-left:1px solid rgba(255,255,255,0.16);}.ph-topbar__whatsapp{grid-column:1;grid-row:1;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;padding:0;background:#16874a;color:#ffffff;border:1px solid rgba(255,255,255,0.28);border-radius:9px;box-shadow:none;text-decoration:none;}.ph-topbar__whatsapp span{display:none;}.ph-topbar__whatsapp svg{width:18px;height:18px;}.ph-topbar__icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;flex:0 0 25px;background:rgba(255,255,255,0.08);color:#efd16b;border:1px solid rgba(212,175,55,0.42);border-radius:7px;}.ph-topbar__icon svg{width:14px;height:14px;}.ph-topbar__item-content{display:block;min-width:0;}.ph-topbar__item-content small{display:none;}.ph-topbar__item-content strong{display:block;margin:0;color:#ffffff;font-size:10.5px;font-weight:800;line-height:1.35;white-space:nowrap;}.ph-topbar__hours .ph-topbar__item-content strong{font-size:0;}.ph-topbar__hours .ph-topbar__item-content strong::after{content:attr(data-hours-short);font-size:10.5px;font-weight:800;white-space:nowrap;}.ph-header-main{background:#ffffff;border-bottom:1px solid rgba(116,47,54,0.08);box-shadow:0 7px 20px rgba(21,23,27,0.07);}.ph-header-main__inner{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:70px;padding-top:7px;padding-bottom:7px;}.ph-branding{order:1;display:flex;align-items:center;justify-content:flex-start;max-width:calc(100% - 60px);min-width:0;}.ph-logo,.ph-logo .custom-logo-link{display:flex;align-items:center;}.ph-logo img,.ph-logo .custom-logo{display:block;width:auto;max-width:174px;height:auto;max-height:52px;object-fit:contain;}.ph-header-actions{order:2;display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;}.ph-primary-navigation,.ph-header-call,.ph-header-cta{display:none !important;}.ph-mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:43px;height:43px;margin:0;padding:0;background:#8e3b43;color:#efd16b;border:1px solid #d4af37;border-radius:11px;box-shadow:0 7px 16px rgba(116,47,54,0.2);cursor:pointer;}.ph-mobile-menu-toggle span{display:block;width:19px;height:2px;margin:0 !important;background:currentColor;border-radius:99px;}.ph-mobile-menu-toggle span:nth-child(2){width:14px;align-self:flex-start;margin-right:11px !important;}.ph-mobile-menu-toggle:hover,.ph-mobile-menu-toggle:focus-visible{background:#742f36;transform:none;box-shadow:0 8px 18px rgba(116,47,54,0.24);}.ph-mobile-menu-toggle:focus-visible{outline:3px solid rgba(212,175,55,0.4);outline-offset:2px;}}@media (max-width:390px){.ph-topbar__inner{grid-template-columns:32px minmax(73px,0.9fr) minmax(96px,1.1fr);gap:5px;}.ph-topbar__whatsapp{width:30px;height:30px;}.ph-topbar__icon{width:23px;height:23px;flex-basis:23px;}.ph-topbar__item-content strong,.ph-topbar__hours .ph-topbar__item-content strong::after{font-size:9.5px;}.ph-logo img,.ph-logo .custom-logo{max-width:158px;max-height:48px;}.ph-mobile-menu-toggle{width:41px;height:41px;}}@media (min-width:768px){.ph-mobile-menu-toggle,.ph-mobile-menu-overlay,.ph-mobile-drawer{display:none !important;}.ph-topbar{min-height:42px;background:#8e3b43;border-bottom:1px solid rgba(212,175,55,0.3);box-shadow:none;}.ph-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:42px;padding-top:0;padding-bottom:0;}.ph-topbar__contact,.ph-topbar__actions{display:flex;align-items:center;gap:25px;}.ph-topbar__item{display:inline-flex;align-items:center;gap:7px;margin:0;padding:0;color:#ffffff;font-size:12px;font-weight:700;line-height:1.4;text-decoration:none;white-space:nowrap;}.ph-topbar__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;background:transparent;color:#d4af37;border:0;border-radius:0;}.ph-topbar__icon svg{width:16px;height:16px;}.ph-topbar__item-content small{display:none;}.ph-topbar__item-content{display:block;}.ph-topbar__item-content strong{display:block;color:#ffffff;font-size:12px;font-weight:700;line-height:1.4;white-space:nowrap;}.ph-topbar__phone{padding:0;border:0;}.ph-topbar__address{display:inline-flex !important;}.ph-topbar__hours{padding:0;border:0;}.ph-topbar__hours .ph-topbar__item-content strong{font-size:12px;}.ph-topbar__whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;height:42px;margin:0;padding:0 20px;background:rgba(255,255,255,0.08);color:#ffffff;border:0;border-right:1px solid rgba(255,255,255,0.14);border-left:1px solid rgba(255,255,255,0.14);border-radius:0;box-shadow:none;font-size:12px;font-weight:800;text-decoration:none;transition:background-color 200ms ease,color 200ms ease;}.ph-topbar__whatsapp span{display:inline;}.ph-topbar__whatsapp svg{width:19px;height:19px;}.ph-topbar__whatsapp:hover,.ph-topbar__whatsapp:focus-visible{background:#16874a;color:#ffffff;}.ph-header-main{background:#ffffff;border-bottom:1px solid rgba(116,47,54,0.08);box-shadow:0 7px 22px rgba(21,23,27,0.06);}.ph-header-main__inner{display:grid;grid-template-columns:minmax(205px,0.9fr) minmax(500px,2fr) minmax(260px,1fr);align-items:center;gap:24px;min-height:98px;padding-top:10px;padding-bottom:10px;}.ph-branding{grid-column:1;display:flex;align-items:center;justify-content:flex-start;max-width:none;}.ph-logo,.ph-logo .custom-logo-link{display:flex;align-items:center;}.ph-logo img,.ph-logo .custom-logo{display:block;width:auto;max-width:220px;height:auto;max-height:70px;object-fit:contain;}.ph-primary-navigation{grid-column:2;display:flex !important;align-items:center;justify-content:center;}.ph-primary-menu{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:clamp(19px,2vw,32px);margin:0;padding:0;list-style:none;}.ph-primary-menu>li{margin:0;}.ph-primary-menu>li>a{position:relative;display:inline-flex;align-items:center;min-height:50px;padding:8px 0;color:#15171b;font-size:15px;font-weight:800;line-height:1.4;text-decoration:none;white-space:nowrap;}.ph-header-actions{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:12px;}.ph-header-call{display:inline-flex !important;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;background:#faf4f4;color:#8e3b43;border:1px solid rgba(142,59,67,0.15);border-radius:50%;text-decoration:none;}.ph-header-call svg{width:21px;height:21px;}.ph-header-cta{display:inline-flex !important;align-items:center;justify-content:center;min-height:52px;padding:12px 25px;background:#8e3b43;color:#ffffff;border-radius:12px;box-shadow:0 12px 25px rgba(142,59,67,0.2);font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap;}}@media (max-width:767px){.ph-topbar{min-height:42px;}.ph-topbar__inner{display:grid;grid-template-columns:minmax(115px,1.2fr) minmax(90px,0.9fr) 34px;align-items:center;gap:7px;min-height:42px;padding-top:5px;padding-bottom:5px;direction:rtl;}.ph-topbar__contact,.ph-topbar__actions{display:contents;}.ph-topbar__address{display:none !important;}.ph-topbar__phone{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:0;border:0;direction:rtl;}.ph-topbar__hours{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:center;gap:5px;min-width:0;padding:0 6px;border-right:1px solid rgba(255,255,255,0.16);border-left:1px solid rgba(255,255,255,0.16);direction:rtl;}.ph-topbar__whatsapp{grid-column:3;grid-row:1;width:32px;height:32px;}.ph-topbar__item-content strong{font-size:10.5px;}.ph-topbar__hours .ph-topbar__item-content strong{font-size:0;}.ph-topbar__hours .ph-topbar__item-content strong::after{content:attr(data-hours-short);font-size:10px;font-weight:800;}.ph-header-main__inner{min-height:72px;padding-top:7px;padding-bottom:7px;}.ph-branding{max-width:calc(100% - 60px);}.ph-logo img,.ph-logo .custom-logo{max-width:190px;max-height:55px;}.ph-mobile-menu-toggle{width:43px;height:43px;}}@media (max-width:390px){.ph-topbar__inner{grid-template-columns:minmax(105px,1.2fr) minmax(78px,0.85fr) 31px;gap:5px;}.ph-topbar__whatsapp{width:30px;height:30px;}.ph-topbar__item-content strong{font-size:9.5px;}.ph-topbar__hours .ph-topbar__item-content strong::after{font-size:9.5px;}.ph-logo img,.ph-logo .custom-logo{max-width:168px;max-height:50px;}}@media (max-width:767px){.ph-mobile-menu>.menu-item-has-children>.sub-menu[hidden]{display:none !important;visibility:hidden !important;opacity:0 !important;margin:0 !important;padding:0 !important;border-width:0 !important;}.ph-mobile-menu>.menu-item-has-children.is-submenu-open>.sub-menu:not([hidden]){display:block !important;visibility:visible !important;opacity:1 !important;margin:0 12px 10px !important;padding:8px !important;border-right-width:3px !important;}.ph-mobile-menu>.menu-item-has-children{align-content:start;}.ph-mobile-submenu-toggle{align-self:center;}}.ph-site-header{position:relative}.ph-site-header.is-sticky .ph-header-main{position:fixed;top:var(--ph-admin-offset,0);right:0;left:0;z-index:1002;box-shadow:0 12px 34px rgba(21,23,27,.12);animation:phHeaderIn .2s ease both}.ph-site-header.is-sticky .ph-header-main__inner{min-height:70px}.ph-site-header.is-sticky .ph-logo .custom-logo{max-height:54px}@keyframes phHeaderIn{from{transform:translateY(-8px);opacity:.94}to{transform:none;opacity:1}}.ph-mobile-menu-toggle{border-radius:12px!important;border:1px solid rgba(142,59,67,.18)!important;background:#fff!important;box-shadow:0 8px 22px rgba(21,23,27,.08)!important}.ph-mobile-menu-toggle span{border-radius:999px}.ph-mobile-drawer{box-shadow:-24px 0 70px rgba(21,23,27,.22)!important}.ph-mobile-drawer__header{border-bottom:1px solid var(--ph-border)}.ph-mobile-drawer__information{margin-top:auto!important}.ph-mobile-menu .sub-menu{border-inline-start:2px solid rgba(212,175,55,.45)!important}@media(max-width:767px){.ph-topbar{display:none!important}.ph-header-main__inner{display:flex!important;justify-content:space-between!important;min-height:68px!important;gap:12px!important}.ph-primary-navigation,.ph-header-call,.ph-header-cta{display:none!important}.ph-branding{order:1;flex:1;justify-content:flex-start}.ph-header-actions{order:2}.ph-logo .custom-logo{max-width:154px!important;max-height:50px!important}.ph-mobile-menu-toggle{display:inline-flex!important;width:46px!important;height:46px!important;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:11px!important}.ph-mobile-menu-toggle span{display:block!important;width:22px!important;height:2px!important;background:var(--ph-primary)!important}.ph-mobile-drawer{position:fixed!important;top:0!important;bottom:0!important;right:auto!important;left:0!important;width:min(88vw,390px)!important;height:100dvh!important;max-height:none!important;border-radius:0 20px 20px 0!important;transform:translateX(-105%)!important;overflow:hidden!important}.ph-mobile-drawer.is-open{transform:translateX(0)!important}.ph-mobile-drawer__body{display:flex!important;flex-direction:column!important;height:calc(100dvh - 78px)!important;overflow-y:auto!important;padding-bottom:max(20px,env(safe-area-inset-bottom))!important}.ph-mobile-drawer__cta .ph-mobile-drawer__main-button{display:none!important}.ph-mobile-drawer__quick-actions{order:5;margin-top:16px!important}.ph-mobile-drawer__information{order:4}.ph-mobile-drawer__navigation{order:1}.ph-mobile-drawer__cta{order:5}.ph-mobile-drawer__quick-button{min-height:48px!important}.ph-site-header.is-sticky .ph-header-main{top:var(--ph-admin-offset,0)}body.ph-mobile-menu-open{overflow:hidden!important}}@media(max-width:390px){.ph-logo .custom-logo{max-width:138px!important}.ph-mobile-drawer{width:92vw!important}}@media (min-width:768px){.ph-topbar{min-height:36px}.ph-topbar__inner{min-height:36px}.ph-header-main__inner{min-height:82px}.ph-logo .custom-logo{max-height:58px}.ph-primary-menu>li>a{font-size:15px;font-weight:700}}@media (max-width:767px){.ph-header-main{background:rgba(255,255,255,.98)!important;box-shadow:0 7px 24px rgba(21,23,27,.07)!important}.ph-header-main__inner{min-height:72px!important;padding-inline:12px!important}.ph-logo .custom-logo{max-width:150px!important;max-height:48px!important}.ph-mobile-menu-toggle{width:48px!important;height:48px!important;padding:0!important;border-radius:14px!important;border:1px solid rgba(212,175,55,.7)!important;background:linear-gradient(145deg,#8e3b43,#742f36)!important;color:#f2d66d!important;box-shadow:0 9px 22px rgba(116,47,54,.22)!important;gap:5px!important}.ph-mobile-menu-toggle span{height:2px!important;background:currentColor!important;box-shadow:none!important}.ph-mobile-menu-toggle span:nth-child(1),.ph-mobile-menu-toggle span:nth-child(3){width:22px!important}.ph-mobile-menu-toggle span:nth-child(2){width:15px!important;margin:0!important;align-self:flex-start!important;margin-inline-start:13px!important}.ph-mobile-drawer{width:min(91vw,400px)!important;border-radius:0 22px 22px 0!important;background:#fff!important}.ph-mobile-drawer__header{min-height:80px!important;padding:13px 15px!important;background:linear-gradient(135deg,#15171b,#24272d)!important}.ph-mobile-drawer__logo img{max-width:160px!important;max-height:50px!important;filter:drop-shadow(0 3px 9px rgba(0,0,0,.12))}.ph-mobile-drawer__body{padding:14px 15px max(20px,env(safe-area-inset-bottom))!important}.ph-mobile-menu{display:grid!important;gap:7px!important}.ph-mobile-menu>li{border:0!important}.ph-mobile-menu>li>a{min-height:50px!important;padding:11px 14px!important;border:1px solid #eee5e3!important;border-radius:13px!important;background:#fff!important;font-size:15px!important;font-weight:800!important;box-shadow:0 4px 14px rgba(21,23,27,.035)!important}.ph-mobile-menu>li.current-menu-item>a,.ph-mobile-menu>li.current_page_item>a{color:#8e3b43!important;background:#fbf4f5!important;border-color:#ead0d3!important}.ph-mobile-submenu-toggle{top:7px!important;width:36px!important;height:36px!important;border-radius:10px!important}.ph-mobile-menu .sub-menu{margin:7px 8px 2px!important;padding:7px!important;border:1px solid #eee5e3!important;border-inline-start:3px solid #d4af37!important;border-radius:12px!important;background:#fcfaf8!important}.ph-mobile-menu .sub-menu a{min-height:42px!important;padding:9px 11px!important;font-size:13.5px!important}.ph-mobile-drawer__quick-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}.ph-mobile-drawer__quick-button{min-height:50px!important;border-radius:13px!important;font-weight:800!important}.ph-mobile-drawer__quick-button--call{background:#8e3b43!important;color:#fff!important;border-color:#8e3b43!important;box-shadow:0 8px 20px rgba(142,59,67,.2)!important}.ph-mobile-drawer__quick-button--whatsapp{background:#25D366!important;color:#fff!important;border-color:#25D366!important;box-shadow:0 8px 20px rgba(37,211,102,.18)!important}.ph-mobile-drawer__quick-button svg{width:21px!important;height:21px!important}.ph-mobile-drawer__information{display:grid!important;gap:8px!important;padding-top:13px!important}.ph-mobile-drawer__info-item{padding:11px 12px!important;border:1px solid #eee5e3!important;border-radius:12px!important;background:#faf8f6!important}.ph-mobile-drawer__info-item>svg{color:#b99120!important}}@media (max-width:1100px){.ph-topbar__trust{display:none;}}@media(max-width:720px){.ph-topbar__address{display:none!important}.ph-topbar__inner{gap:.65rem;justify-content:space-between}.ph-topbar__contact,.ph-topbar__actions{gap:.55rem}.ph-topbar__item-content small{display:none}.ph-topbar__item-content strong{font-size:.78rem}}@media(max-width:390px){.ph-topbar__hours{display:none!important}}.ph-footer{--footer-primary:#8e3b43;--footer-primary-dark:#742f36;--footer-gold:#d4af37;--footer-gold-light:#efd16b;--footer-dark:#0d1319;--footer-dark-soft:#17212a;--footer-white:#ffffff;--footer-text:rgba(255,255,255,0.68);--footer-border:rgba(212,175,55,0.24);position:relative;isolation:isolate;overflow:hidden;padding:82px 0 0;background:radial-gradient( circle at 88% 6%,rgba(142,59,67,0.25),transparent 30% ),radial-gradient( circle at 8% 92%,rgba(212,175,55,0.09),transparent 25% ),linear-gradient( 135deg,#0a1016 0%,#131d26 48%,#0b1117 100% );color:var(--footer-white);}.ph-footer *,.ph-footer *::before,.ph-footer *::after{box-sizing:border-box;}.ph-footer__pattern{position:absolute;inset:0;z-index:-3;background-image:linear-gradient( rgba(255,255,255,0.017) 1px,transparent 1px ),linear-gradient( 90deg,rgba(255,255,255,0.017) 1px,transparent 1px );background-size:50px 50px;mask-image:linear-gradient( to bottom,transparent,#000 12%,#000 88%,transparent );pointer-events:none;}.ph-footer__glow{position:absolute;z-index:-2;border-radius:50%;filter:blur(28px);pointer-events:none;}.ph-footer__glow--top{top:-180px;right:-140px;width:470px;height:470px;background:rgba(142,59,67,0.18);}.ph-footer__glow--bottom{bottom:-210px;left:-160px;width:500px;height:500px;background:rgba(212,175,55,0.07);}.ph-footer__top{display:grid;grid-template-columns:minmax(280px,1.35fr) minmax(180px,0.85fr) minmax(160px,0.75fr) minmax(260px,1.05fr);gap:clamp(34px,4.5vw,68px);align-items:start;padding-bottom:46px;}.ph-footer__brand{min-width:0;}.ph-footer__logo-link{display:inline-flex;align-items:center;max-width:260px;color:#ffffff;text-decoration:none;}.ph-footer__logo{display:block;width:auto;max-width:100%;height:auto;max-height:92px;object-fit:contain;object-position:right center;}.ph-footer__logo-text{display:inline-flex;flex-direction:column;}.ph-footer__logo-text strong{color:var(--footer-gold-light);font-size:30px;font-weight:800;line-height:1.2;}.ph-footer__logo-text small{margin-top:4px;color:rgba(255,255,255,0.72);font-size:12px;font-weight:700;letter-spacing:1.4px;}.ph-footer__about-text{max-width:420px;margin:21px 0 0;color:var(--footer-text);font-size:14px;line-height:1.95;text-wrap:pretty;}.ph-footer__social{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:24px;}.ph-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;background:rgba(255,255,255,0.055);color:var(--footer-gold-light);border:1px solid rgba(212,175,55,0.28);border-radius:13px;text-decoration:none;box-shadow:0 10px 22px rgba(0,0,0,0.14);transition:transform 220ms ease,background-color 220ms ease,color 220ms ease,border-color 220ms ease,box-shadow 220ms ease;}.ph-footer__social a:hover,.ph-footer__social a:focus-visible{transform:translateY(-4px);background:var(--footer-gold);color:var(--footer-dark);border-color:var(--footer-gold);box-shadow:0 16px 28px rgba(0,0,0,0.22);}.ph-footer__social a:focus-visible{outline:3px solid rgba(212,175,55,0.45);outline-offset:3px;}.ph-footer__social svg{width:22px;height:22px;}.ph-footer__column{min-width:0;}.ph-footer__column h3{position:relative;margin:0 0 23px;padding-bottom:13px;color:#ffffff;font-size:18px;font-weight:800;line-height:1.5;}.ph-footer__column h3::before{position:absolute;right:0;bottom:0;width:42px;height:2px;background:var(--footer-gold);border-radius:999px;content:"";}.ph-footer__column h3::after{position:absolute;right:48px;bottom:-3px;width:8px;height:8px;background:var(--footer-primary);border:1px solid var(--footer-gold);transform:rotate(45deg);content:"";}.ph-footer__column ul{margin:0;padding:0;list-style:none;}.ph-footer__column li + li{margin-top:11px;}.ph-footer__column>ul:not(.ph-footer__contact-list) a{position:relative;display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,0.66);font-size:13.5px;font-weight:700;line-height:1.65;text-decoration:none;transition:color 210ms ease,transform 210ms ease;}.ph-footer__column>ul:not(.ph-footer__contact-list) a::after{position:absolute;right:27px;bottom:-2px;width:0;height:1px;background:var(--footer-gold);content:"";transition:width 210ms ease;}.ph-footer__column>ul:not(.ph-footer__contact-list) a:hover,.ph-footer__column>ul:not(.ph-footer__contact-list) a:focus-visible{transform:translateX(-5px);color:var(--footer-gold-light);}.ph-footer__column>ul:not(.ph-footer__contact-list) a:hover::after,.ph-footer__column>ul:not(.ph-footer__contact-list) a:focus-visible::after{width:calc(100% - 27px);}.ph-footer__column>ul:not(.ph-footer__contact-list) svg{width:18px;height:18px;flex:0 0 18px;color:var(--footer-gold);}.ph-footer__column a:focus-visible{outline:2px solid rgba(212,175,55,0.45);outline-offset:4px;border-radius:4px;}.ph-footer__contact-list{display:flex;flex-direction:column;gap:14px;}.ph-footer__contact-list li{display:flex;align-items:flex-start;gap:11px;margin:0;min-width:0;}.ph-footer__contact-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;background:rgba(212,175,55,0.08);color:var(--footer-gold-light);border:1px solid rgba(212,175,55,0.22);border-radius:11px;}.ph-footer__contact-icon svg{width:22px;height:22px;}.ph-footer__contact-list div{min-width:0;}.ph-footer__contact-list strong{display:block;margin-bottom:3px;color:#ffffff;font-size:12.5px;font-weight:800;line-height:1.5;}.ph-footer__contact-list a,.ph-footer__contact-list div>span{display:block;color:rgba(255,255,255,0.65);font-size:12.5px;line-height:1.7;text-decoration:none;overflow-wrap:anywhere;transition:color 200ms ease;}.ph-footer__contact-list a:hover,.ph-footer__contact-list a:focus-visible{color:var(--footer-gold-light);}.ph-footer__cities{display:flex;align-items:center;gap:24px;padding:20px 22px;background:linear-gradient( 135deg,rgba(255,255,255,0.06),rgba(255,255,255,0.025) );border:1px solid var(--footer-border);border-radius:17px;box-shadow:0 15px 34px rgba(0,0,0,0.16),inset 0 1px 0 rgba(255,255,255,0.045);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}.ph-footer__cities-title{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;color:#ffffff;font-size:13px;font-weight:800;white-space:nowrap;}.ph-footer__cities-title svg{width:21px;height:21px;color:var(--footer-gold-light);}.ph-footer__cities-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;}.ph-footer__cities-list span{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:5px 11px;background:rgba(142,59,67,0.13);color:rgba(255,255,255,0.76);border:1px solid rgba(212,175,55,0.18);border-radius:999px;font-size:11.5px;font-weight:700;line-height:1.4;transition:background-color 200ms ease,color 200ms ease,border-color 200ms ease;}.ph-footer__cities-list span:hover{background:var(--footer-primary);color:#ffffff;border-color:rgba(212,175,55,0.55);}.ph-footer__bottom{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-top:27px;padding:23px 0;border-top:1px solid rgba(212,175,55,0.2);}.ph-footer__bottom::before{position:absolute;top:-1px;right:0;width:120px;height:1px;background:linear-gradient( 90deg,var(--footer-gold),transparent );content:"";}.ph-footer__copyright,.ph-footer__credit{margin:0;color:rgba(255,255,255,0.57);font-size:11.5px;font-weight:700;line-height:1.7;}.ph-footer__credit{text-align:left;}.ph-footer__credit a{color:var(--footer-gold-light);font-weight:800;text-decoration:none;transition:color 200ms ease;}.ph-footer__credit a:hover,.ph-footer__credit a:focus-visible{color:#ffffff;}.ph-footer__legal{display:flex;align-items:center;justify-content:center;gap:12px;}.ph-footer__legal a{color:rgba(255,255,255,0.58);font-size:11.5px;font-weight:700;text-decoration:none;transition:color 200ms ease;}.ph-footer__legal a:hover,.ph-footer__legal a:focus-visible{color:var(--footer-gold-light);}.ph-footer__legal>span{width:4px;height:4px;background:var(--footer-gold);border-radius:50%;}.ph-footer__back-to-top{position:absolute;top:-26px;left:50%;z-index:6;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;padding:0;background:linear-gradient( 145deg,var(--footer-primary-dark),var(--footer-primary) );color:var(--footer-gold-light);border:2px solid var(--footer-gold);border-radius:50%;box-shadow:0 14px 30px rgba(0,0,0,0.28),inset 0 1px 0 rgba(255,255,255,0.09);cursor:pointer;transform:translateX(-50%);transition:transform 220ms ease,background-color 220ms ease,color 220ms ease,box-shadow 220ms ease;}.ph-footer__back-to-top:hover,.ph-footer__back-to-top:focus-visible{transform:translateX(-50%) translateY(-5px);background:var(--footer-gold);color:var(--footer-dark);box-shadow:0 19px 36px rgba(0,0,0,0.34);}.ph-footer__back-to-top:focus-visible{outline:3px solid rgba(255,255,255,0.42);outline-offset:3px;}.ph-footer__back-to-top svg{width:25px;height:25px;}@media (max-width:1100px){.ph-footer{padding-top:72px;}.ph-footer__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 46px;}.ph-footer__brand{max-width:520px;}.ph-footer__cities{align-items:flex-start;flex-direction:column;gap:13px;}.ph-footer__bottom{grid-template-columns:1fr 1fr;}.ph-footer__legal{grid-column:1 / -1;grid-row:1;}.ph-footer__copyright{grid-column:1;grid-row:2;}.ph-footer__credit{grid-column:2;grid-row:2;}}@media (max-width:767px){.ph-footer{padding-top:62px;}.ph-footer__top{grid-template-columns:1fr;gap:35px;padding-bottom:34px;}.ph-footer__logo-link{max-width:230px;}.ph-footer__logo{max-height:78px;}.ph-footer__logo-text strong{font-size:27px;}.ph-footer__about-text{margin-top:17px;font-size:13px;line-height:1.85;}.ph-footer__social{margin-top:19px;}.ph-footer__column h3{margin-bottom:18px;font-size:17px;}.ph-footer__column>ul:not(.ph-footer__contact-list){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;}.ph-footer__column>ul:not(.ph-footer__contact-list) li,.ph-footer__column>ul:not(.ph-footer__contact-list) li + li{margin:0;}.ph-footer__column>ul:not(.ph-footer__contact-list) a{font-size:12.5px;}.ph-footer__contact-list{gap:12px;}.ph-footer__cities{padding:17px 15px;border-radius:14px;}.ph-footer__cities-list{gap:7px;}.ph-footer__cities-list span{min-height:29px;padding-inline:10px;font-size:11px;}.ph-footer__bottom{display:flex;align-items:center;flex-direction:column;gap:12px;margin-top:22px;padding:21px 0;text-align:center;}.ph-footer__copyright,.ph-footer__credit{font-size:11px;text-align:center;}.ph-footer__legal{order:-1;flex-wrap:wrap;}.ph-footer__back-to-top{width:49px;height:49px;top:-24px;}}@media (max-width:390px){.ph-footer__column>ul:not(.ph-footer__contact-list){grid-template-columns:1fr;}.ph-footer__logo-text strong{font-size:25px;}.ph-footer__cities-list span{font-size:10.5px;}}@media (prefers-reduced-motion:reduce){.ph-footer__social a,.ph-footer__column a,.ph-footer__column a::after,.ph-footer__cities-list span,.ph-footer__back-to-top,.ph-footer__credit a,.ph-footer__legal a{transition:none;}}.ph-footer__brand-mark{display:inline-flex;align-items:center;gap:14px;width:fit-content;max-width:100%;padding:0;background:transparent !important;border:0 !important;box-shadow:none !important;text-decoration:none;}.ph-footer__brand-icon{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;color:var(--footer-gold-light);border:1px solid rgba(212,175,55,.38);border-radius:16px;background:linear-gradient(145deg,rgba(142,59,67,.28),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}.ph-footer__brand-icon svg{width:42px;height:42px;}.ph-footer__brand-copy{display:grid;gap:2px;min-width:0;}.ph-footer__brand-copy strong{color:#fff;font-size:clamp(22px,2vw,29px);font-weight:900;line-height:1.2;}.ph-footer__brand-copy small{color:var(--footer-gold-light);font-size:12px;font-weight:800;letter-spacing:1.35px;line-height:1.4;}.ph-footer__brand-copy em{color:rgba(255,255,255,.62);font-size:11.5px;font-style:normal;font-weight:600;line-height:1.5;}.ph-footer__about-text{max-width:440px;}.ph-footer__top{align-items:start;}.ph-footer__column h3{position:relative;padding-bottom:11px;}.ph-footer__column h3::after{content:"";position:absolute;right:0;bottom:0;width:42px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--footer-gold),transparent);}@media (max-width:767px){.ph-footer__top{gap:30px;}.ph-footer__brand{display:grid;justify-items:start;}.ph-footer__brand-mark{gap:12px;}.ph-footer__brand-icon{flex-basis:52px;width:52px;height:52px;border-radius:14px;}.ph-footer__brand-icon svg{width:37px;height:37px;}.ph-footer__brand-copy strong{font-size:23px;}.ph-footer__brand-copy small{font-size:11.5px;letter-spacing:1px;}.ph-footer__brand-copy em{font-size:11px;}.ph-footer__about-text{max-width:none;}.ph-footer__column h3{margin-bottom:14px;}.ph-footer__column>ul:not(.ph-footer__contact-list){gap:8px 14px;}}.ph-footer__back-to-top{position:fixed!important;left:clamp(14px,2vw,28px)!important;right:auto!important;top:auto!important;bottom:clamp(16px,2vw,28px)!important;z-index:9996!important;transform:translateY(18px) scale(.92)!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease,background-color .2s ease,color .2s ease!important}.ph-footer__back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)!important}.ph-footer__back-to-top.is-visible:hover,.ph-footer__back-to-top.is-visible:focus-visible{transform:translateY(-4px) scale(1)!important}@media(max-width:767px){.ph-footer__back-to-top{left:14px!important;bottom:92px!important;width:48px!important;height:48px!important}}@media(prefers-reduced-motion:reduce){.ph-footer__back-to-top{transition:none!important}}.ph-site-footer a:focus-visible{outline:3px solid rgba(212,175,55,.7);outline-offset:3px}@media(max-width:767px){.ph-site-footer a{min-height:40px}.ph-site-footer__columns{gap:1.8rem}}.ph-page-loader{position:fixed;inset:0;z-index:10060;display:none;place-items:center;background:rgba(21,23,27,.975);pointer-events:none;opacity:1;visibility:visible;transition:opacity .28s ease,visibility .28s ease}.js .ph-page-loader{display:grid}.ph-page-loader.is-complete{opacity:0;visibility:hidden}.ph-page-loader__inner{display:grid;place-items:center;gap:14px;text-align:center;color:#fff}.ph-page-loader__mark{position:relative;width:74px;height:74px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(145deg,#fff,#f6ecee);box-shadow:0 18px 48px rgba(0,0,0,.28)}.ph-page-loader__mark:before{content:"";position:absolute;inset:-8px;border:2px solid rgba(212,175,55,.24);border-top-color:#d4af37;border-radius:28px;animation:phLoaderSpin .7s linear infinite}.ph-page-loader__logo{max-width:54px;max-height:54px;width:auto;height:auto;object-fit:contain}.ph-page-loader__fallback{font-size:28px;font-weight:900;color:#8e3b43}.ph-page-loader__name{font-weight:800;font-size:15px;letter-spacing:.01em}.ph-page-loader__line{width:96px;height:2px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.13)}.ph-page-loader__line:after{content:"";display:block;width:44%;height:100%;background:linear-gradient(90deg,#8e3b43,#d4af37);animation:phLoaderLine .7s ease-in-out infinite alternate}@keyframes phLoaderSpin{to{transform:rotate(360deg)}}@keyframes phLoaderLine{from{transform:translateX(125%)}to{transform:translateX(-225%)}}@media(prefers-reduced-motion:reduce){.ph-page-loader__mark:before,.ph-page-loader__line:after{animation:none}.ph-page-loader{transition:none}}@media(max-width:480px){.ph-page-loader__mark{width:66px;height:66px;border-radius:21px}.ph-page-loader__logo{max-width:48px;max-height:48px}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}.reveal{opacity:0;transform:translateY(45px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform;}.reveal.is-visible{opacity:1;transform:none;}.reveal-left{transform:translateX(60px);}.reveal-right{transform:translateX(-60px);}.reveal-up{transform:translateY(60px);}.reveal-scale{transform:scale(.92);}.reveal-scale.is-visible{transform:scale(1);}.delay-1{transition-delay:.08s;}.delay-2{transition-delay:.16s;}.delay-3{transition-delay:.24s;}.delay-4{transition-delay:.32s;}.delay-5{transition-delay:.40s;}.delay-6{transition-delay:.48s;}.image-hover{overflow:hidden;}.image-hover img{transition:transform .8s ease,filter .8s ease;}.image-hover:hover img{transform:scale(1.08);filter:contrast(1.05) saturate(1.08);}.hover-card{transition:transform .35s ease,box-shadow .35s ease;}.hover-card:hover{transform:translateY(-10px);}.hover-button{transition:transform .3s ease,box-shadow .3s ease;}.hover-button:hover{transform:translateY(-3px);}.icon-rotate svg{transition:transform .35s ease;}.icon-rotate:hover svg{transform:rotate(-12deg);}.animated-line{position:relative;}.animated-line::after{content:"";position:absolute;right:0;bottom:-10px;width:0;height:2px;background:#D4AF37;transition:.35s;}.animated-line:hover::after{width:100%;}@keyframes phFloat{0%{transform:translateY(0);}50%{transform:translateY(-7px);}100%{transform:translateY(0);}}.float{animation:phFloat 4s ease-in-out infinite;}.glow{position:relative;}.glow::before{content:"";position:absolute;inset:-2px;border-radius:inherit;opacity:0;transition:.4s;background:radial-gradient(circle,rgba(212,175,55,.25),transparent 70%);z-index:-1;}.glow:hover::before{opacity:1;}@keyframes phHeroRise{from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:translateY(0);}}@keyframes phHeroFade{from{opacity:0;}to{opacity:1;}}.ph-trust{--trust-primary:#8e3b43;--trust-primary-dark:#742f36;--trust-gold:#d4af37;--trust-gold-dark:#b98a21;--trust-dark:#151a21;--trust-text:#5d626a;--trust-light:#fffdfa;position:relative;isolation:isolate;overflow:hidden;padding:88px 0 72px;background:radial-gradient( circle at 8% 12%,rgba(212,175,55,0.08),transparent 25% ),linear-gradient(180deg,#fffdf9 0%,#f8f4ee 100%);}.ph-trust *,.ph-trust *::before,.ph-trust *::after{box-sizing:border-box;}.ph-trust__decoration{position:absolute;z-index:-1;width:300px;height:300px;opacity:0.1;background-image:linear-gradient(30deg,var(--trust-gold) 1px,transparent 1px),linear-gradient(150deg,var(--trust-gold) 1px,transparent 1px);background-size:28px 48px;pointer-events:none;}.ph-trust__decoration--top{top:-100px;left:-80px;}.ph-trust__decoration--bottom{right:-90px;bottom:-110px;}.ph-trust__header{max-width:850px;margin:0 auto 42px;text-align:center;}.ph-trust__eyebrow{display:flex;align-items:center;justify-content:center;gap:11px;margin:0 0 13px;color:var(--trust-dark);font-size:17px;font-weight:800;line-height:1.6;}.ph-trust__eyebrow svg{display:block;width:21px;height:21px;flex:0 0 21px;color:var(--trust-gold-dark);}.ph-trust__eyebrow-line{width:48px;height:1px;background:var(--trust-gold);}.ph-trust__title{max-width:820px;margin:0 auto;color:var(--trust-dark);font-size:clamp(35px,3.4vw,49px);font-weight:800;line-height:1.28;letter-spacing:-0.5px;}.ph-trust__title span{display:block;color:var(--trust-primary);}.ph-trust__description{max-width:730px;margin:17px auto 0;color:var(--trust-text);font-size:17px;line-height:1.95;}.ph-trust__divider{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:18px;}.ph-trust__divider span{width:54px;height:1px;background:rgba(212,175,55,0.75);}.ph-trust__divider i{width:10px;height:10px;background:var(--trust-gold);transform:rotate(45deg);}.ph-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}.ph-trust__card{min-width:0;margin:0;}.ph-trust__card-button{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;min-height:305px;padding:25px 21px 24px;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,var(--trust-light) 100%);color:var(--trust-dark);border:1px solid rgba(116,47,54,0.1);border-radius:19px;box-shadow:0 15px 35px rgba(21,26,33,0.08),0 3px 8px rgba(21,26,33,0.04);font:inherit;text-align:center;cursor:pointer;transition:transform 220ms ease,background 220ms ease,color 220ms ease,border-color 220ms ease,box-shadow 220ms ease;}.ph-trust__card-button::before{position:absolute;top:0;right:0;left:0;height:5px;background:linear-gradient( 90deg,var(--trust-primary),var(--trust-gold),var(--trust-primary) );content:"";}.ph-trust__card-button::after{position:absolute;right:-20px;bottom:-28px;width:145px;height:115px;opacity:0.07;background-image:linear-gradient(30deg,var(--trust-gold) 1px,transparent 1px),linear-gradient(150deg,var(--trust-gold) 1px,transparent 1px);background-size:22px 38px;content:"";pointer-events:none;}.ph-trust__card-button:hover,.ph-trust__card-button:focus,.ph-trust__card-button:active{transform:translateY(-10px);background:linear-gradient( 145deg,var(--trust-primary-dark),var(--trust-primary) );color:#ffffff;border-color:rgba(212,175,55,0.75);box-shadow:0 26px 52px rgba(116,47,54,0.24),0 8px 18px rgba(21,26,33,0.08);outline:none;}.ph-trust__card-button:focus-visible{outline:3px solid rgba(212,175,55,0.62);outline-offset:4px;}.ph-trust__number{position:absolute;top:20px;left:20px;color:rgba(142,59,67,0.14);font-size:40px;font-weight:800;line-height:1;transition:color 220ms ease;}.ph-trust__card-button:hover .ph-trust__number,.ph-trust__card-button:focus .ph-trust__number,.ph-trust__card-button:active .ph-trust__number{color:rgba(255,255,255,0.15);}.ph-trust__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;margin:4px 0 20px;background:linear-gradient( 145deg,var(--trust-primary-dark),var(--trust-primary) );color:#f1d16d;border:1px solid rgba(212,175,55,0.85);border-radius:19px;box-shadow:0 13px 26px rgba(116,47,54,0.22);transition:transform 220ms ease,background 220ms ease,color 220ms ease,border-color 220ms ease,box-shadow 220ms ease;}.ph-trust__icon svg{display:block;width:41px;height:41px;}.ph-trust__card-button:hover .ph-trust__icon,.ph-trust__card-button:focus .ph-trust__icon,.ph-trust__card-button:active .ph-trust__icon{transform:translateY(-3px) scale(1.08);background:rgba(255,255,255,0.13);color:#ffffff;border-color:rgba(255,255,255,0.48);box-shadow:none;}.ph-trust__card-content{position:relative;z-index:1;display:block;width:100%;}.ph-trust__card-content h3{margin:0;color:inherit;font-size:20px;font-weight:800;line-height:1.5;}.ph-trust__card-line{display:block;width:34px;height:2px;margin:11px auto 13px;background:var(--trust-gold);transition:width 220ms ease,background 220ms ease;}.ph-trust__card-button:hover .ph-trust__card-line,.ph-trust__card-button:focus .ph-trust__card-line,.ph-trust__card-button:active .ph-trust__card-line{width:54px;background:#f2d572;}.ph-trust__card-description{display:block;color:#656b73;font-size:15px;line-height:1.85;transition:color 220ms ease;}.ph-trust__card-button:hover .ph-trust__card-description,.ph-trust__card-button:focus .ph-trust__card-description,.ph-trust__card-button:active .ph-trust__card-description{color:rgba(255,255,255,0.84);}.ph-trust__cities{position:relative;margin-top:66px;padding:66px 18px 20px;overflow:visible;background:linear-gradient(145deg,#111923 0%,#1a2530 100%);border:1px solid rgba(212,175,55,0.78);border-radius:19px;box-shadow:0 20px 45px rgba(21,26,33,0.16);}.ph-trust__cities::before{position:absolute;inset:0;opacity:0.05;background-image:linear-gradient(30deg,var(--trust-gold) 1px,transparent 1px),linear-gradient(150deg,var(--trust-gold) 1px,transparent 1px);background-size:24px 42px;border-radius:inherit;content:"";pointer-events:none;}.ph-trust__cities-heading{position:absolute;z-index:2;top:0;right:50%;display:flex;align-items:center;gap:13px;width:max-content;max-width:calc(100% - 30px);padding:12px 26px;background:linear-gradient( 135deg,var(--trust-primary-dark),var(--trust-primary) );color:#ffffff;border:1px solid var(--trust-gold);border-radius:14px;box-shadow:0 14px 30px rgba(116,47,54,0.24);transform:translate(50%,-50%);}.ph-trust__cities-heading-icon{display:inline-flex;align-items:center;justify-content:center;width:41px;height:41px;flex:0 0 41px;color:#f1d16d;}.ph-trust__cities-heading-icon svg{width:37px;height:37px;}.ph-trust__cities-heading strong,.ph-trust__cities-heading small{display:block;}.ph-trust__cities-heading strong{font-size:21px;font-weight:800;line-height:1.45;}.ph-trust__cities-heading small{margin-top:2px;color:rgba(255,255,255,0.75);font-size:12px;line-height:1.4;}.ph-trust__cities-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(9,minmax(0,1fr));margin:0;padding:0;list-style:none;}.ph-trust__cities-list li{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:11px 6px;color:#ffffff;border-inline-end:1px solid rgba(212,175,55,0.28);text-align:center;transition:transform 180ms ease,color 180ms ease;}.ph-trust__cities-list li:last-child{border-inline-end:0;}.ph-trust__cities-list li:hover{transform:translateY(-5px);color:#f2d572;}.ph-trust__city-icon{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;color:var(--trust-gold);}.ph-trust__city-icon svg{width:34px;height:34px;}.ph-trust__cities-list strong{font-size:15px;font-weight:800;line-height:1.5;}.ph-trust__closing{display:flex;align-items:center;justify-content:center;gap:15px;max-width:950px;margin:27px auto 0;color:var(--trust-primary);font-size:15px;font-weight:700;line-height:1.8;text-align:center;}.ph-trust__closing span{width:45px;height:1px;flex:0 0 45px;background:var(--trust-gold);}@media (max-width:1100px){.ph-trust{padding:80px 0 65px;}.ph-trust__title{font-size:clamp(32px,4.3vw,43px);}.ph-trust__description{font-size:16px;}.ph-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ph-trust__card-button{min-height:275px;}.ph-trust__cities-list{grid-template-columns:repeat(5,minmax(0,1fr));}.ph-trust__cities-list li:nth-child(5){border-inline-end:0;}.ph-trust__cities-list li:nth-child(n + 6){border-top:1px solid rgba(212,175,55,0.2);}}@media (max-width:767px){.ph-trust{padding:58px 0 46px;}.ph-trust__header{margin-bottom:30px;text-align:right;}.ph-trust__eyebrow{justify-content:flex-start;gap:8px;margin-bottom:11px;font-size:15px;}.ph-trust__eyebrow-line{width:24px;}.ph-trust__eyebrow-line:last-child{display:none;}.ph-trust__title{margin-inline:0;font-size:clamp(26px,7vw,31px);line-height:1.38;letter-spacing:0;}.ph-trust__description{margin:13px 0 0;font-size:15px;line-height:1.85;}.ph-trust__divider{justify-content:flex-start;margin-top:15px;}.ph-trust__divider span{width:38px;}.ph-trust__grid{grid-template-columns:1fr;gap:14px;}.ph-trust__card-button{min-height:245px;padding:21px 18px;border-radius:16px;}.ph-trust__number{top:17px;left:17px;font-size:31px;}.ph-trust__icon{width:62px;height:62px;margin-bottom:14px;border-radius:16px;}.ph-trust__icon svg{width:34px;height:34px;}.ph-trust__card-content h3{font-size:18px;}.ph-trust__card-line{margin-block:8px 10px;}.ph-trust__card-description{max-width:390px;margin-inline:auto;font-size:14px;line-height:1.78;}.ph-trust__cities{margin-top:59px;padding:65px 10px 14px;border-radius:16px;}.ph-trust__cities-heading{width:calc(100% - 28px);padding:10px 14px;border-radius:12px;}.ph-trust__cities-heading-icon{width:36px;height:36px;flex-basis:36px;}.ph-trust__cities-heading-icon svg{width:32px;height:32px;}.ph-trust__cities-heading strong{font-size:17px;}.ph-trust__cities-heading small{font-size:11px;}.ph-trust__cities-list{grid-template-columns:repeat(3,minmax(0,1fr));}.ph-trust__cities-list li,.ph-trust__cities-list li:nth-child(5){padding:11px 4px;border-inline-end:1px solid rgba(212,175,55,0.22);border-top:1px solid rgba(212,175,55,0.17);}.ph-trust__cities-list li:nth-child(-n + 3){border-top:0;}.ph-trust__cities-list li:nth-child(3n){border-inline-end:0;}.ph-trust__city-icon{width:38px;height:38px;}.ph-trust__city-icon svg{width:29px;height:29px;}.ph-trust__cities-list strong{font-size:13px;}.ph-trust__closing{margin-top:23px;font-size:14px;line-height:1.75;}.ph-trust__closing span{display:none;}}@media (max-width:390px){.ph-trust__title{font-size:26px;}.ph-trust__card-button{min-height:235px;}.ph-trust__cities-list{grid-template-columns:repeat(2,minmax(0,1fr));}.ph-trust__cities-list li:nth-child(3n){border-inline-end:1px solid rgba(212,175,55,0.22);}.ph-trust__cities-list li:nth-child(2n){border-inline-end:0;}.ph-trust__cities-list li:nth-child(3){border-top:1px solid rgba(212,175,55,0.17);}}@media (prefers-reduced-motion:reduce){.ph-trust__card-button,.ph-trust__icon,.ph-trust__card-line,.ph-trust__cities-list li{transition:none;}}.ph-about{--about-primary:#8e3b43;--about-primary-dark:#742f36;--about-gold:#d4af37;--about-dark:#151a21;--about-text:#5f646d;--about-surface:#ffffff;position:relative;isolation:isolate;overflow:hidden;padding:92px 0 76px;background:radial-gradient( circle at 90% 12%,rgba(212,175,55,0.07),transparent 26% ),linear-gradient(180deg,#ffffff 0%,#faf8f5 100%);}.ph-about *,.ph-about *::before,.ph-about *::after{box-sizing:border-box;}.ph-about__pattern{position:absolute;z-index:-1;width:280px;height:280px;opacity:0.09;background-image:linear-gradient(30deg,var(--about-gold) 1px,transparent 1px),linear-gradient(150deg,var(--about-gold) 1px,transparent 1px);background-size:28px 48px;pointer-events:none;}.ph-about__pattern--top{top:-85px;right:-75px;}.ph-about__pattern--bottom{bottom:-95px;left:-70px;}.ph-about__layout{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(48px,6vw,88px);}.ph-about__media{position:relative;min-width:0;padding:0 0 44px 22px;}.ph-about__image-frame{position:relative;height:610px;overflow:hidden;background:#e9e4df;border:1px solid rgba(212,175,55,0.32);border-radius:30px;box-shadow:0 28px 60px rgba(21,26,33,0.14);}.ph-about__image-frame::before{position:absolute;z-index:3;top:0;right:0;width:205px;height:160px;background:linear-gradient( 145deg,rgba(116,47,54,0.94),rgba(142,59,67,0.72) );border-radius:0 0 0 100%;content:"";pointer-events:none;}.ph-about__image{display:block;width:100%;height:100%;object-fit:cover;object-position:66% center;}.ph-about__image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:30px;background:linear-gradient(135deg,#f0ebe5,#e5ddd5);color:var(--about-primary);font-size:17px;font-weight:800;text-align:center;}.ph-about__image-overlay{position:absolute;inset:0;background:linear-gradient( 180deg,rgba(21,26,33,0.02) 35%,rgba(21,26,33,0.28) 100% );pointer-events:none;}.ph-about__image-dots{position:absolute;z-index:4;top:32px;right:34px;width:82px;height:82px;background-image:radial-gradient( circle,var(--about-gold) 2px,transparent 2.5px );background-size:13px 13px;}.ph-about__engineering-card{position:absolute;z-index:5;right:-18px;bottom:0;width:min(285px,68%);padding:61px 25px 24px;background:linear-gradient( 145deg,var(--about-primary-dark),var(--about-primary) );color:#ffffff;border:1px solid rgba(212,175,55,0.68);border-radius:20px;box-shadow:0 22px 46px rgba(116,47,54,0.26);text-align:center;}.ph-about__engineering-icon{position:absolute;top:0;right:50%;display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;background:linear-gradient(145deg,#e1b83f,#c89325);color:#ffffff;border:4px solid #ffffff;border-radius:50%;transform:translate(50%,-44%);}.ph-about__engineering-icon svg{width:35px;height:35px;}.ph-about__engineering-card h3{margin:0 0 10px;color:#ffffff;font-size:20px;font-weight:800;line-height:1.45;}.ph-about__engineering-card p{margin:0;color:rgba(255,255,255,0.84);font-size:14px;line-height:1.75;}.ph-about__engineering-line{display:block;width:40px;height:3px;margin:17px auto 0;background:var(--about-gold);border-radius:999px;}.ph-about__content{min-width:0;}.ph-about__eyebrow{display:flex;align-items:center;justify-content:center;gap:11px;margin:0 0 13px;color:var(--about-primary);font-size:17px;font-weight:800;line-height:1.6;}.ph-about__eyebrow span{width:46px;height:1px;background:var(--about-gold);}.ph-about__title{max-width:740px;margin:0 auto;color:var(--about-dark);font-size:clamp(35px,3.4vw,49px);font-weight:800;line-height:1.28;letter-spacing:-0.5px;text-align:center;}.ph-about__title span{color:var(--about-primary);}.ph-about__subtitle{max-width:680px;margin:15px auto 0;color:var(--about-primary);font-size:20px;font-weight:700;line-height:1.65;text-align:center;}.ph-about__divider{display:flex;align-items:center;justify-content:center;gap:9px;margin:18px 0;}.ph-about__divider span{width:60px;height:1px;background:rgba(212,175,55,0.78);}.ph-about__divider i{width:10px;height:10px;background:var(--about-gold);transform:rotate(45deg);}.ph-about__description{max-width:720px;margin:0 auto 30px;color:var(--about-text);font-size:16px;line-height:1.95;text-align:center;}.ph-about__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.ph-about__feature{display:flex;align-items:flex-start;gap:15px;min-width:0;min-height:150px;padding:19px 17px;background:var(--about-surface);border:1px solid rgba(116,47,54,0.09);border-radius:17px;box-shadow:0 13px 30px rgba(21,26,33,0.07);transition:transform 220ms ease,border-color 220ms ease,box-shadow 220ms ease;}.ph-about__feature:hover{transform:translateY(-7px);border-color:rgba(212,175,55,0.62);box-shadow:0 23px 45px rgba(21,26,33,0.11);}.ph-about__feature-icon{display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;flex:0 0 66px;background:linear-gradient( 145deg,var(--about-primary-dark),var(--about-primary) );color:#f2d36f;border:1px solid rgba(212,175,55,0.82);border-radius:17px;box-shadow:0 12px 24px rgba(116,47,54,0.18);transition:transform 220ms ease,background 220ms ease,color 220ms ease;}.ph-about__feature:hover .ph-about__feature-icon{transform:scale(1.06);background:#151a21;color:var(--about-gold);}.ph-about__feature-icon svg{width:36px;height:36px;}.ph-about__feature-content{min-width:0;}.ph-about__feature h3{margin:0;color:var(--about-dark);font-size:18px;font-weight:800;line-height:1.5;}.ph-about__feature-line{display:block;width:32px;height:2px;margin:8px 0;background:var(--about-gold);}.ph-about__feature p{margin:0;color:#666c74;font-size:14px;line-height:1.75;}.ph-about__stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:58px;padding:23px 14px;background:linear-gradient( 145deg,#111923 0%,#1a2631 100% );color:#ffffff;border:1px solid rgba(212,175,55,0.82);border-radius:19px;box-shadow:0 22px 48px rgba(21,26,33,0.17);}.ph-about__stat{display:flex;flex-direction:column;align-items:center;min-width:0;padding:6px 13px;border-inline-end:1px solid rgba(212,175,55,0.38);text-align:center;}.ph-about__stat:last-child{border-inline-end:0;}.ph-about__stat-icon{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;margin-bottom:5px;color:#e2b83e;}.ph-about__stat-icon svg{width:38px;height:38px;}.ph-about__stat strong{color:#e2b83e;font-size:29px;font-weight:800;line-height:1.15;}.ph-about__stat small{margin-top:5px;color:rgba(255,255,255,0.86);font-size:12px;line-height:1.45;}@media (max-width:1100px){.ph-about{padding:80px 0 65px;}.ph-about__layout{grid-template-columns:1fr;gap:62px;}.ph-about__media{width:min(100%,690px);margin:0 auto;}.ph-about__content{width:min(100%,830px);margin:0 auto;}.ph-about__image-frame{height:560px;}.ph-about__title{font-size:clamp(32px,4.3vw,43px);}.ph-about__subtitle{font-size:18px;}.ph-about__description{font-size:16px;}.ph-about__stats{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:17px;}.ph-about__stat:nth-child(3){border-inline-end:0;}.ph-about__stat:nth-child(n + 4){padding-top:20px;border-top:1px solid rgba(212,175,55,0.27);}}@media (max-width:767px){.ph-about{padding:56px 0 48px;}.ph-about__layout{gap:44px;}.ph-about__media{padding:0 0 75px;}.ph-about__image-frame{height:360px;border-radius:21px;}.ph-about__image-frame::before{width:125px;height:100px;}.ph-about__image{object-position:68% center;}.ph-about__image-dots{top:18px;right:18px;width:58px;height:58px;background-size:10px 10px;}.ph-about__engineering-card{right:50%;bottom:0;width:calc(100% - 34px);padding:48px 18px 19px;border-radius:17px;transform:translateX(50%);}.ph-about__engineering-icon{width:57px;height:57px;}.ph-about__engineering-icon svg{width:30px;height:30px;}.ph-about__engineering-card h3{font-size:18px;}.ph-about__engineering-card p{font-size:14px;line-height:1.7;}.ph-about__content{width:100%;}.ph-about__eyebrow{justify-content:flex-start;gap:8px;margin-bottom:10px;font-size:15px;}.ph-about__eyebrow span{width:28px;}.ph-about__eyebrow span:last-child{display:none;}.ph-about__title{margin-inline:0;font-size:clamp(26px,7vw,31px);line-height:1.38;letter-spacing:0;text-align:right;}.ph-about__subtitle{margin:11px 0 0;font-size:17px;line-height:1.65;text-align:right;}.ph-about__divider{justify-content:flex-start;margin:14px 0;}.ph-about__divider span{width:38px;}.ph-about__description{margin-inline:0;margin-bottom:25px;font-size:15px;line-height:1.85;text-align:right;}.ph-about__features{grid-template-columns:1fr;gap:13px;}.ph-about__feature{align-items:center;min-height:0;gap:14px;padding:16px 14px;border-radius:15px;}.ph-about__feature-icon{width:59px;height:59px;flex-basis:59px;border-radius:15px;}.ph-about__feature-icon svg{width:32px;height:32px;}.ph-about__feature h3{font-size:17px;line-height:1.5;}.ph-about__feature-line{margin-block:6px;}.ph-about__feature p{font-size:14px;line-height:1.7;}.ph-about__stats{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:38px;padding:13px 8px;border-radius:16px;}.ph-about__stat{padding:13px 6px;border-bottom:1px solid rgba(212,175,55,0.25);}.ph-about__stat:nth-child(2n){border-inline-end:0;}.ph-about__stat:nth-child(n + 4){padding-top:13px;}.ph-about__stat:last-child{grid-column:1 / -1;border-bottom:0;}.ph-about__stat-icon{width:38px;height:38px;}.ph-about__stat-icon svg{width:32px;height:32px;}.ph-about__stat strong{font-size:22px;}.ph-about__stat small{font-size:11px;}}@media (max-width:390px){.ph-about__image-frame{height:330px;}.ph-about__title{font-size:26px;}.ph-about__subtitle{font-size:16px;}.ph-about__description{font-size:14px;}.ph-about__engineering-card{width:calc(100% - 20px);}.ph-about__feature p{font-size:13.5px;}}@media (prefers-reduced-motion:reduce){.ph-about__feature,.ph-about__feature-icon{transition:none;}}@media (max-width:767px){.ph-about{padding:50px 0 42px;}.ph-about__layout{gap:38px;}.ph-about__media{padding-bottom:68px;}.ph-about__image-frame{height:330px;border-radius:18px;}.ph-about__image{object-position:67% center;}.ph-about__engineering-card{width:calc(100% - 42px);padding:44px 16px 17px;border-radius:16px;}.ph-about__engineering-icon{width:54px;height:54px;}.ph-about__engineering-icon svg{width:28px;height:28px;}.ph-about__engineering-card h3{margin-bottom:7px;font-size:17px;line-height:1.5;}.ph-about__engineering-card p{max-width:340px;margin-inline:auto;font-size:13px;line-height:1.7;}.ph-about__engineering-line{margin-top:13px;}.ph-about__eyebrow{gap:8px;margin-bottom:9px;font-size:15px;line-height:1.5;}.ph-about__title{max-width:100%;font-size:clamp(25px,6.8vw,30px);line-height:1.4;letter-spacing:0;}.ph-about__subtitle{margin-top:10px;font-size:15px;font-weight:700;line-height:1.65;}.ph-about__divider{margin:12px 0 14px;}.ph-about__description{margin-bottom:22px;font-size:14px;line-height:1.9;}.ph-about__features{gap:11px;}.ph-about__feature{align-items:center;gap:13px;min-height:0;padding:15px 13px;border-radius:14px;}.ph-about__feature-icon{width:56px;height:56px;flex:0 0 56px;border-radius:14px;}.ph-about__feature-icon svg{width:30px;height:30px;stroke-width:1.7;}.ph-about__feature-content{flex:1;min-width:0;}.ph-about__feature h3{font-size:16px;line-height:1.5;}.ph-about__feature-line{width:29px;margin:6px 0;}.ph-about__feature p{font-size:13px;line-height:1.72;}.ph-about__stats{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:32px;padding:10px 8px;border-radius:15px;}.ph-about__stat{justify-content:center;min-height:120px;padding:12px 6px;}.ph-about__stat:nth-child(n + 4){padding-top:12px;}.ph-about__stat-icon{width:42px;height:42px;margin-bottom:5px;}.ph-about__stat-icon svg{width:31px;height:31px;stroke-width:1.7;}.ph-about__stat strong{font-size:20px;line-height:1.2;}.ph-about__stat small{margin-top:4px;font-size:11px;line-height:1.45;}.ph-about__stat:last-child{grid-column:1 / -1;min-height:105px;}.ph-about__title,.ph-about__subtitle,.ph-about__description,.ph-about__feature p,.ph-about__stat small{overflow-wrap:anywhere;}}@media (max-width:390px){.ph-about__image-frame{height:305px;}.ph-about__engineering-card{width:calc(100% - 24px);}.ph-about__title{font-size:25px;}.ph-about__subtitle{font-size:14px;}.ph-about__description{font-size:13.5px;}.ph-about__feature-icon{width:52px;height:52px;flex-basis:52px;}.ph-about__feature-icon svg{width:28px;height:28px;}.ph-about__feature h3{font-size:15px;}.ph-about__feature p{font-size:12.5px;}.ph-about__stat{min-height:112px;}.ph-about__stat strong{font-size:19px;}.ph-about__stat small{font-size:10.5px;}}@media (max-width:767px){.ph-about__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:12px 10px;gap:0;}.ph-about__stat{position:relative;min-height:118px;padding:14px 8px;border:0;}.ph-about__stat:nth-child(odd):not(:last-child)::after{position:absolute;top:16px;bottom:16px;left:0;width:1px;background:rgba(212,175,55,0.32);content:"";}.ph-about__stat:nth-child(-n + 2)::before{position:absolute;right:8px;bottom:0;left:8px;height:1px;background:rgba(212,175,55,0.32);content:"";}.ph-about__stat:last-child{grid-column:1 / -1;width:50%;min-height:105px;margin-inline:auto;padding-top:18px;border:0;}.ph-about__stat:last-child::before{position:absolute;top:0;right:20%;left:20%;height:1px;background:rgba(212,175,55,0.32);content:"";}.ph-about__stat-icon{width:44px;height:44px;margin-bottom:6px;}.ph-about__stat-icon svg{width:32px;height:32px;}.ph-about__stat strong{font-size:21px;}.ph-about__stat small{font-size:11px;}}.ph-about{padding:92px 0;background:linear-gradient(180deg,#fff 0%,#fbf8f4 100%)}.ph-about__image-frame{border-radius:24px;box-shadow:0 26px 65px rgba(31,19,22,.14)}.ph-about__engineering-card{border-radius:18px;box-shadow:0 18px 45px rgba(56,25,31,.15)}.ph-about__feature{border-radius:17px;border-color:rgba(142,59,67,.10);background:rgba(255,255,255,.92);box-shadow:0 12px 30px rgba(21,23,27,.055)}.ph-about__feature:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.48);box-shadow:0 20px 42px rgba(61,28,34,.11)}.ph-about__stats{border-radius:22px;background:linear-gradient(135deg,#742f36,#8e3b43);box-shadow:0 24px 55px rgba(116,47,54,.2)}@media(max-width:767px){.ph-about{padding:62px 0}.ph-about__layout{gap:34px}.ph-about__image-frame{border-radius:19px}.ph-about__engineering-card{position:relative!important;inset:auto!important;margin:-42px 14px 0;z-index:3}.ph-about__stats{border-radius:18px}}.ph-services-gallery{--ph-services-primary:#8e3b43;--ph-services-primary-dark:#742f36;--ph-services-gold:#d4af37;--ph-services-gold-light:#f1d472;--ph-services-dark:#15171b;--ph-services-navy:#111b26;--ph-services-text:#60656d;position:relative;isolation:isolate;overflow:hidden;padding:92px 0 76px;background:radial-gradient( circle at 92% 8%,rgba(212,175,55,0.1),transparent 28% ),linear-gradient(180deg,#ffffff 0%,#f8f4ee 100%);}.ph-services-gallery *,.ph-services-gallery *::before,.ph-services-gallery *::after{box-sizing:border-box;}.ph-services-gallery__pattern{position:absolute;z-index:-1;top:-90px;right:-70px;width:320px;height:320px;opacity:0.08;background-image:linear-gradient( 30deg,var(--ph-services-gold) 1px,transparent 1px ),linear-gradient( 150deg,var(--ph-services-gold) 1px,transparent 1px );background-size:28px 48px;pointer-events:none;}.ph-services-gallery__header{max-width:850px;margin:0 auto 44px;text-align:center;}.ph-services-gallery__eyebrow{display:flex;align-items:center;justify-content:center;gap:11px;margin:0 0 12px;color:var(--ph-services-primary);font-size:17px;font-weight:800;line-height:1.6;}.ph-services-gallery__eyebrow span{width:47px;height:1px;background:var(--ph-services-gold);}.ph-services-gallery__title{max-width:820px;margin:0 auto;color:var(--ph-services-dark);font-size:clamp(35px,3.4vw,49px);font-weight:800;line-height:1.27;letter-spacing:-0.5px;text-wrap:balance;}.ph-services-gallery__title span{display:block;color:var(--ph-services-primary);}.ph-services-gallery__description{max-width:730px;margin:16px auto 0;color:var(--ph-services-text);font-size:17px;line-height:1.95;text-wrap:pretty;}.ph-services-gallery__divider{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:18px;}.ph-services-gallery__divider span{width:54px;height:1px;background:rgba(212,175,55,0.78);}.ph-services-gallery__divider i{width:10px;height:10px;background:var(--ph-services-gold);transform:rotate(45deg);}.ph-services-gallery__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:292px;gap:18px;}.ph-services-gallery__card{min-width:0;min-height:0;}.ph-services-gallery__card--featured{grid-column:span 2;grid-row:span 2;}.ph-services-gallery__link{display:block;width:100%;height:100%;color:inherit;text-decoration:none;border-radius:22px;-webkit-tap-highlight-color:transparent;}.ph-services-gallery__media{position:relative;width:100%;height:100%;overflow:hidden;background:var(--ph-services-navy);border:1px solid rgba(212,175,55,0.3);border-radius:22px;box-shadow:0 18px 42px rgba(21,23,27,0.13),0 4px 12px rgba(21,23,27,0.06);transform:translateZ(0);transition:transform 260ms ease,border-color 260ms ease,box-shadow 260ms ease;}.ph-services-gallery__media::before{position:absolute;z-index:4;top:0;right:0;width:0;height:0;border-top:56px solid rgba(212,175,55,0.9);border-left:56px solid transparent;content:"";opacity:0;transform:translate(8px,-8px);transition:opacity 250ms ease,transform 250ms ease;pointer-events:none;}.ph-services-gallery__link:hover .ph-services-gallery__media,.ph-services-gallery__link:focus-visible .ph-services-gallery__media{transform:translateY(-10px);border-color:rgba(212,175,55,0.95);box-shadow:0 32px 64px rgba(116,47,54,0.24),0 12px 26px rgba(21,23,27,0.14);}.ph-services-gallery__link:hover .ph-services-gallery__media::before,.ph-services-gallery__link:focus-visible .ph-services-gallery__media::before{opacity:1;transform:translate(0,0);}.ph-services-gallery__link:focus-visible{outline:none;}.ph-services-gallery__link:focus-visible .ph-services-gallery__media{outline:3px solid rgba(212,175,55,0.65);outline-offset:4px;}.ph-services-gallery__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 750ms cubic-bezier(0.2,0.7,0.2,1),filter 300ms ease;}.ph-services-gallery__link:hover .ph-services-gallery__image,.ph-services-gallery__link:focus-visible .ph-services-gallery__image{transform:scale(1.085);filter:saturate(1.08) contrast(1.04);}.ph-services-gallery__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:25px;background:linear-gradient( 145deg,var(--ph-services-primary-dark),var(--ph-services-navy) );color:#ffffff;font-size:14px;font-weight:700;line-height:1.7;text-align:center;}.ph-services-gallery__overlay{position:absolute;inset:0;background:linear-gradient( 180deg,rgba(5,9,14,0.03) 0%,rgba(5,9,14,0.15) 31%,rgba(5,9,14,0.93) 100% );transition:background 280ms ease;pointer-events:none;}.ph-services-gallery__link:hover .ph-services-gallery__overlay,.ph-services-gallery__link:focus-visible .ph-services-gallery__overlay{background:linear-gradient( 180deg,rgba(116,47,54,0.08) 0%,rgba(116,47,54,0.33) 44%,rgba(34,8,13,0.96) 100% );}.ph-services-gallery__glow{position:absolute;z-index:1;right:-90px;bottom:-110px;width:230px;height:230px;background:radial-gradient( circle,rgba(212,175,55,0.25),transparent 68% );opacity:0;transform:scale(0.65);transition:opacity 300ms ease,transform 500ms ease;pointer-events:none;}.ph-services-gallery__link:hover .ph-services-gallery__glow,.ph-services-gallery__link:focus-visible .ph-services-gallery__glow{opacity:1;transform:scale(1);}.ph-services-gallery__number{position:absolute;z-index:3;top:18px;left:18px;color:rgba(255,255,255,0.78);font-size:31px;font-weight:800;line-height:1;text-shadow:0 3px 12px rgba(0,0,0,0.35);transition:color 250ms ease,transform 250ms ease;}.ph-services-gallery__link:hover .ph-services-gallery__number,.ph-services-gallery__link:focus-visible .ph-services-gallery__number{color:var(--ph-services-gold-light);transform:translateY(3px);}.ph-services-gallery__badge{position:absolute;z-index:3;top:17px;right:17px;max-width:calc(100% - 100px);padding:7px 12px;background:rgba(17,27,38,0.76);color:var(--ph-services-gold-light);border:1px solid rgba(212,175,55,0.62);border-radius:999px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:12px;font-weight:800;line-height:1.4;white-space:nowrap;}.ph-services-gallery__content{position:absolute;z-index:3;right:0;bottom:0;left:0;padding:23px 21px 20px;color:#ffffff;}.ph-services-gallery__card--featured .ph-services-gallery__content{padding:32px 30px 29px;}.ph-services-gallery__content h3{max-width:95%;margin:0;color:#ffffff;font-size:21px;font-weight:800;line-height:1.45;text-shadow:0 3px 14px rgba(0,0,0,0.4);}.ph-services-gallery__card--featured .ph-services-gallery__content h3{font-size:31px;}.ph-services-gallery__line{display:block;width:39px;height:3px;margin:10px 0 11px;background:var(--ph-services-gold);border-radius:999px;transition:width 260ms ease;}.ph-services-gallery__link:hover .ph-services-gallery__line,.ph-services-gallery__link:focus-visible .ph-services-gallery__line{width:72px;}.ph-services-gallery__content p{display:-webkit-box;margin:0 0 15px;overflow:hidden;color:rgba(255,255,255,0.84);font-size:14px;line-height:1.72;-webkit-box-orient:vertical;-webkit-line-clamp:2;}.ph-services-gallery__card--featured .ph-services-gallery__content p{max-width:600px;font-size:16px;line-height:1.8;}.ph-services-gallery__cta{display:inline-flex;align-items:center;gap:10px;color:#ffffff;font-size:14px;font-weight:800;line-height:1.5;}.ph-services-gallery__arrow{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;flex:0 0 35px;background:var(--ph-services-gold);color:var(--ph-services-dark);border:1px solid rgba(255,255,255,0.4);border-radius:50%;box-shadow:0 7px 18px rgba(0,0,0,0.2);transition:transform 230ms ease,background-color 230ms ease;}.ph-services-gallery__arrow svg{display:block;width:18px;height:18px;}.ph-services-gallery__link:hover .ph-services-gallery__arrow,.ph-services-gallery__link:focus-visible .ph-services-gallery__arrow{transform:translateX(-6px) rotate(-6deg);background:#f2d36d;}.ph-services-gallery__link:active .ph-services-gallery__media{transform:translateY(-4px) scale(0.985);box-shadow:0 16px 34px rgba(116,47,54,0.22),0 5px 14px rgba(21,23,27,0.13);}.ph-services-gallery__footer{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:30px;padding:20px 22px;background:#ffffff;border:1px solid rgba(116,47,54,0.1);border-radius:17px;box-shadow:0 15px 34px rgba(21,23,27,0.07);}.ph-services-gallery__footer-content{display:flex;align-items:center;gap:14px;min-width:0;}.ph-services-gallery__footer-icon{display:inline-flex;align-items:center;justify-content:center;width:49px;height:49px;flex:0 0 49px;background:rgba(142,59,67,0.08);color:var(--ph-services-primary);border:1px solid rgba(142,59,67,0.13);border-radius:13px;}.ph-services-gallery__footer-icon svg{width:27px;height:27px;}.ph-services-gallery__footer p,.ph-services-gallery__footer p strong,.ph-services-gallery__footer p span{display:block;}.ph-services-gallery__footer p{margin:0;}.ph-services-gallery__footer p strong{color:var(--ph-services-dark);font-size:16px;font-weight:800;line-height:1.6;}.ph-services-gallery__footer p span{margin-top:2px;color:var(--ph-services-text);font-size:14px;line-height:1.65;}.ph-services-gallery__all-link{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:49px;padding:11px 19px;background:linear-gradient( 135deg,var(--ph-services-primary-dark),var(--ph-services-primary) );color:#ffffff;border:1px solid transparent;border-radius:11px;box-shadow:0 12px 25px rgba(116,47,54,0.21);font-size:14px;font-weight:800;line-height:1.5;text-decoration:none;white-space:nowrap;transition:transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;}.ph-services-gallery__all-link:hover,.ph-services-gallery__all-link:focus-visible{transform:translateY(-3px);background:var(--ph-services-primary-dark);color:#ffffff;box-shadow:0 17px 30px rgba(116,47,54,0.27);}.ph-services-gallery__all-link:focus-visible{outline:3px solid rgba(212,175,55,0.55);outline-offset:3px;}.ph-services-gallery__all-link:active{transform:translateY(0) scale(0.98);}.ph-services-gallery__all-link svg{width:18px;height:18px;}@media (max-width:1100px){.ph-services-gallery{padding:80px 0 65px;}.ph-services-gallery__title{font-size:clamp(32px,4.3vw,43px);}.ph-services-gallery__description{font-size:16px;}.ph-services-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:330px;}.ph-services-gallery__card--featured{grid-column:span 2;grid-row:span 1;}.ph-services-gallery__card--featured .ph-services-gallery__content h3{font-size:27px;}}@media (max-width:767px){.ph-services-gallery{padding:57px 0 47px;}.ph-services-gallery__header{margin-bottom:29px;text-align:right;}.ph-services-gallery__eyebrow{justify-content:flex-start;gap:8px;margin-bottom:9px;font-size:15px;}.ph-services-gallery__eyebrow span{width:28px;}.ph-services-gallery__eyebrow span:last-child{display:none;}.ph-services-gallery__title{margin-inline:0;font-size:clamp(25px,6.8vw,30px);line-height:1.4;letter-spacing:0;}.ph-services-gallery__description{margin:12px 0 0;font-size:14px;line-height:1.85;}.ph-services-gallery__divider{justify-content:flex-start;margin-top:14px;}.ph-services-gallery__divider span{width:37px;}.ph-services-gallery__grid{grid-template-columns:1fr;grid-auto-rows:310px;gap:14px;}.ph-services-gallery__card--featured{grid-column:auto;grid-row:auto;}.ph-services-gallery__link,.ph-services-gallery__media{border-radius:17px;}.ph-services-gallery__number{top:14px;left:14px;font-size:24px;}.ph-services-gallery__badge{top:13px;right:13px;padding:6px 10px;font-size:11px;}.ph-services-gallery__content,.ph-services-gallery__card--featured .ph-services-gallery__content{padding:19px 16px 17px;}.ph-services-gallery__content h3,.ph-services-gallery__card--featured .ph-services-gallery__content h3{font-size:19px;line-height:1.45;}.ph-services-gallery__line{margin:8px 0 9px;}.ph-services-gallery__content p,.ph-services-gallery__card--featured .ph-services-gallery__content p{margin-bottom:12px;font-size:13px;line-height:1.7;}.ph-services-gallery__cta{font-size:13px;}.ph-services-gallery__arrow{width:32px;height:32px;flex-basis:32px;}.ph-services-gallery__footer{align-items:stretch;flex-direction:column;gap:16px;margin-top:22px;padding:16px;}.ph-services-gallery__footer-icon{width:45px;height:45px;flex-basis:45px;}.ph-services-gallery__footer p strong{font-size:15px;}.ph-services-gallery__footer p span{font-size:13px;}.ph-services-gallery__all-link{width:100%;}}@media (max-width:390px){.ph-services-gallery__grid{grid-auto-rows:285px;}.ph-services-gallery__title{font-size:25px;}.ph-services-gallery__content h3,.ph-services-gallery__card--featured .ph-services-gallery__content h3{font-size:18px;}.ph-services-gallery__content p,.ph-services-gallery__card--featured .ph-services-gallery__content p{font-size:12.5px;}.ph-services-gallery__badge{max-width:170px;overflow:hidden;text-overflow:ellipsis;}}@media (hover:none){.ph-services-gallery__media::before{display:none;}.ph-services-gallery__link:active .ph-services-gallery__image{transform:scale(1.035);}.ph-services-gallery__link:active .ph-services-gallery__overlay{background:linear-gradient( 180deg,rgba(116,47,54,0.07) 0%,rgba(116,47,54,0.26) 45%,rgba(34,8,13,0.96) 100% );}}@media (prefers-reduced-motion:reduce){.ph-services-gallery__media,.ph-services-gallery__media::before,.ph-services-gallery__image,.ph-services-gallery__overlay,.ph-services-gallery__glow,.ph-services-gallery__number,.ph-services-gallery__line,.ph-services-gallery__arrow,.ph-services-gallery__all-link{transition:none;}}.ph-services-gallery__service-icon{position:absolute;inset-block-start:18px;inset-inline-start:18px;z-index:4;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.24);border-radius:14px;background:rgba(20,12,14,.46);backdrop-filter:blur(10px);color:#f2d474;box-shadow:0 10px 30px rgba(0,0,0,.16)}.ph-services-gallery__service-icon svg{width:25px;height:25px}.ph-services-gallery__card:hover .ph-services-gallery__service-icon{transform:translateY(-2px) rotate(-2deg);background:rgba(142,59,67,.72);transition:transform .25s ease,background .25s ease}@media(max-width:640px){.ph-services-gallery__service-icon{width:40px;height:40px;inset-block-start:13px;inset-inline-start:13px}.ph-services-gallery__service-icon svg{width:22px;height:22px}}.ph-services-gallery{padding:88px 0 72px;background:radial-gradient(circle at 90% 4%,rgba(212,175,55,.09),transparent 26%),linear-gradient(180deg,#fff 0%,#faf7f2 52%,#f6f1ea 100%);}.ph-services-gallery__header{max-width:900px;margin-bottom:38px;}.ph-services-gallery__eyebrow{font-size:15px;letter-spacing:.01em;}.ph-services-gallery__title{max-width:850px;font-size:clamp(34px,3.2vw,48px);line-height:1.23;}.ph-services-gallery__description{max-width:760px;font-size:16px;line-height:1.9;}.ph-services-gallery__grid{display:grid;grid-template-columns:repeat(20,minmax(0,1fr));grid-auto-rows:auto;gap:16px;align-items:stretch;}.ph-services-gallery__card,.ph-services-gallery__card--featured{grid-column:auto;grid-row:auto;min-height:0;}.ph-services-gallery__card--primary{grid-column:span 5;height:410px;}.ph-services-gallery__card--supporting{grid-column:span 4;height:320px;}.ph-services-gallery__media{border-radius:20px;box-shadow:0 18px 42px rgba(31,19,22,.11),0 4px 12px rgba(21,23,27,.05);}.ph-services-gallery__card--primary .ph-services-gallery__media{border-color:rgba(212,175,55,.48);box-shadow:0 23px 52px rgba(76,31,38,.14),0 5px 15px rgba(21,23,27,.06);}.ph-services-gallery__card--primary .ph-services-gallery__overlay{background:linear-gradient(180deg,rgba(5,9,14,.03) 0%,rgba(5,9,14,.13) 33%,rgba(20,8,12,.96) 100%),linear-gradient(90deg,rgba(116,47,54,.16),transparent 62%);}.ph-services-gallery__card--supporting .ph-services-gallery__overlay{background:linear-gradient(180deg,rgba(5,9,14,.03) 0%,rgba(5,9,14,.19) 38%,rgba(5,9,14,.94) 100%);}.ph-services-gallery__content{padding:20px 18px 18px;}.ph-services-gallery__card--primary .ph-services-gallery__content{padding:25px 22px 22px;}.ph-services-gallery__content h3,.ph-services-gallery__card--featured .ph-services-gallery__content h3{font-size:20px;line-height:1.4;}.ph-services-gallery__card--primary .ph-services-gallery__content h3{font-size:23px;}.ph-services-gallery__content p,.ph-services-gallery__card--featured .ph-services-gallery__content p{margin-bottom:12px;font-size:13px;line-height:1.7;-webkit-line-clamp:2;}.ph-services-gallery__card--primary .ph-services-gallery__content p{font-size:14px;line-height:1.75;}.ph-services-gallery__service-icon{inset-block-start:15px;inset-inline-start:15px;width:44px;height:44px;border-color:rgba(212,175,55,.5);background:rgba(26,13,17,.68);color:#f4d77b;}.ph-services-gallery__card--primary .ph-services-gallery__service-icon{width:50px;height:50px;background:linear-gradient(145deg,rgba(116,47,54,.92),rgba(38,17,22,.9));border-color:rgba(212,175,55,.72);box-shadow:0 12px 30px rgba(0,0,0,.22);}.ph-services-gallery__card--primary .ph-services-gallery__service-icon svg{width:27px;height:27px;}.ph-services-gallery__number{top:17px;left:72px;font-size:22px;color:rgba(255,255,255,.72);}.ph-services-gallery__badge{top:16px;right:16px;max-width:calc(100% - 150px);padding:6px 10px;font-size:10.5px;background:rgba(13,18,23,.72);border-color:rgba(212,175,55,.48);}.ph-services-gallery__card--primary .ph-services-gallery__badge{background:rgba(116,47,54,.88);color:#fff3c4;border-color:rgba(244,215,123,.72);}.ph-services-gallery__line{margin:8px 0 9px;height:2px;}.ph-services-gallery__cta{font-size:12.5px;}.ph-services-gallery__arrow{width:31px;height:31px;flex-basis:31px;}.ph-services-gallery__footer{margin-top:25px;border-radius:16px;}@media (max-width:1180px){.ph-services-gallery__grid{grid-template-columns:repeat(12,minmax(0,1fr));}.ph-services-gallery__card--primary{grid-column:span 6;height:390px;}.ph-services-gallery__card--supporting{grid-column:span 4;height:310px;}.ph-services-gallery__card--supporting:nth-last-child(-n/**/+2){grid-column:span 6;}}@media (max-width:767px){.ph-services-gallery{padding:60px 0 52px;}.ph-services-gallery__header{margin-bottom:27px;text-align:right;}.ph-services-gallery__eyebrow{justify-content:flex-start;font-size:13px;}.ph-services-gallery__eyebrow span:last-child{display:none;}.ph-services-gallery__title{font-size:clamp(28px,8vw,35px);line-height:1.28;}.ph-services-gallery__title span{display:inline;}.ph-services-gallery__description{margin-top:12px;font-size:14px;line-height:1.82;}.ph-services-gallery__divider{justify-content:flex-start;margin-top:14px;}.ph-services-gallery__grid{grid-template-columns:1fr;gap:13px;}.ph-services-gallery__card--primary,.ph-services-gallery__card--supporting{grid-column:1;height:330px;}.ph-services-gallery__card--primary{height:355px;}.ph-services-gallery__media,.ph-services-gallery__link{border-radius:18px;}.ph-services-gallery__content,.ph-services-gallery__card--primary .ph-services-gallery__content{padding:19px 17px 17px;}.ph-services-gallery__card--primary .ph-services-gallery__content h3,.ph-services-gallery__content h3{font-size:20px;}.ph-services-gallery__content p,.ph-services-gallery__card--primary .ph-services-gallery__content p{font-size:13.5px;line-height:1.68;}.ph-services-gallery__service-icon,.ph-services-gallery__card--primary .ph-services-gallery__service-icon{width:43px;height:43px;inset-block-start:13px;inset-inline-start:13px;}.ph-services-gallery__number{top:18px;left:64px;font-size:18px;}.ph-services-gallery__badge{top:14px;right:14px;max-width:calc(100% - 132px);font-size:10px;}.ph-services-gallery__footer{padding:17px;}}@media (max-width:390px){.ph-services-gallery__card--primary{height:335px;}.ph-services-gallery__card--supporting{height:310px;}.ph-services-gallery__badge{max-width:145px;overflow:hidden;text-overflow:ellipsis;}}@media (prefers-reduced-motion:reduce){.ph-services-gallery__media,.ph-services-gallery__image,.ph-services-gallery__service-icon,.ph-services-gallery__line,.ph-services-gallery__arrow{transition:none !important;}}.ph-process{--process-primary:#8e3b43;--process-primary-dark:#742f36;--process-gold:#d4af37;--process-gold-light:#f0d06b;--process-dark:#15171b;--process-surface:#1c2229;--process-text:rgba(255,255,255,0.76);--process-border:rgba(212,175,55,0.26);position:relative;isolation:isolate;overflow:hidden;padding:94px 0 78px;background:radial-gradient( circle at 88% 8%,rgba(142,59,67,0.28),transparent 31% ),radial-gradient( circle at 8% 86%,rgba(212,175,55,0.1),transparent 25% ),linear-gradient(145deg,#11161c 0%,#18212a 55%,#11171e 100%);color:#ffffff;}.ph-process *,.ph-process *::before,.ph-process *::after{box-sizing:border-box;}.ph-process__decoration{position:absolute;z-index:-1;width:330px;height:330px;opacity:0.08;background-image:linear-gradient( 30deg,var(--process-gold) 1px,transparent 1px ),linear-gradient( 150deg,var(--process-gold) 1px,transparent 1px );background-size:29px 50px;pointer-events:none;}.ph-process__decoration--top{top:-115px;right:-85px;}.ph-process__decoration--bottom{bottom:-130px;left:-90px;}.ph-process__header{max-width:850px;margin:0 auto 54px;text-align:center;}.ph-process__eyebrow{display:flex;align-items:center;justify-content:center;gap:11px;margin:0 0 13px;color:var(--process-gold-light);font-size:17px;font-weight:800;line-height:1.6;}.ph-process__eyebrow span{width:47px;height:1px;background:var(--process-gold);}.ph-process__title{max-width:800px;margin:0 auto;color:#ffffff;font-size:clamp(35px,3.4vw,49px);font-weight:800;line-height:1.28;letter-spacing:-0.5px;text-wrap:balance;}.ph-process__title span{display:block;color:var(--process-gold-light);}.ph-process__description{max-width:730px;margin:17px auto 0;color:var(--process-text);font-size:17px;line-height:1.95;text-wrap:pretty;}.ph-process__divider{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:19px;}.ph-process__divider span{width:54px;height:1px;background:rgba(212,175,55,0.62);}.ph-process__divider i{width:10px;height:10px;background:var(--process-gold);transform:rotate(45deg);}.ph-process__steps{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;counter-reset:none;}.ph-process__steps::before{position:absolute;z-index:0;top:62px;right:8%;left:8%;height:2px;background:linear-gradient( 90deg,rgba(212,175,55,0.15),var(--process-gold),rgba(212,175,55,0.15) );content:"";box-shadow:0 0 18px rgba(212,175,55,0.25);}.ph-process__step{position:relative;z-index:1;min-width:0;}.ph-process__card{position:relative;display:flex;flex-direction:column;align-items:center;min-height:365px;padding:25px 19px 22px;overflow:visible;background:linear-gradient( 145deg,rgba(255,255,255,0.085),rgba(255,255,255,0.035) );border:1px solid var(--process-border);border-radius:20px;box-shadow:0 20px 45px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-align:center;transition:transform 250ms ease,border-color 250ms ease,background 250ms ease,box-shadow 250ms ease;}.ph-process__card::before{position:absolute;top:0;right:22px;left:22px;height:3px;background:linear-gradient( 90deg,transparent,var(--process-gold),transparent );border-radius:999px;content:"";opacity:0.55;transform:scaleX(0.55);transition:transform 250ms ease,opacity 250ms ease;}.ph-process__card:hover{transform:translateY(-11px);background:linear-gradient( 145deg,rgba(142,59,67,0.31),rgba(255,255,255,0.055) );border-color:rgba(212,175,55,0.8);box-shadow:0 30px 58px rgba(0,0,0,0.29),0 0 28px rgba(212,175,55,0.1);}.ph-process__card:hover::before{opacity:1;transform:scaleX(1);}.ph-process__number{position:absolute;top:15px;left:17px;color:rgba(255,255,255,0.09);font-size:43px;font-weight:800;line-height:1;transition:color 250ms ease,transform 250ms ease;}.ph-process__card:hover .ph-process__number{color:rgba(240,208,107,0.19);transform:translateY(3px);}.ph-process__icon{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:82px;height:82px;margin:0 0 22px;background:linear-gradient( 145deg,var(--process-primary-dark),var(--process-primary) );color:var(--process-gold-light);border:2px solid rgba(212,175,55,0.84);border-radius:50%;box-shadow:0 14px 30px rgba(116,47,54,0.34),0 0 0 7px rgba(212,175,55,0.06);transition:transform 250ms ease,background 250ms ease,color 250ms ease,box-shadow 250ms ease;}.ph-process__icon svg{display:block;width:41px;height:41px;}.ph-process__card:hover .ph-process__icon{transform:translateY(-4px) scale(1.07);background:linear-gradient( 145deg,var(--process-gold),#b98a21 );color:var(--process-dark);box-shadow:0 18px 34px rgba(212,175,55,0.2),0 0 0 9px rgba(212,175,55,0.08);}.ph-process__content{position:relative;z-index:1;}.ph-process__content h3{margin:0;color:#ffffff;font-size:20px;font-weight:800;line-height:1.5;}.ph-process__line{display:block;width:34px;height:2px;margin:11px auto 13px;background:var(--process-gold);border-radius:999px;transition:width 240ms ease;}.ph-process__card:hover .ph-process__line{width:56px;}.ph-process__content p{margin:0;color:var(--process-text);font-size:14px;line-height:1.85;}.ph-process__connector{position:absolute;z-index:4;top:46px;left:-28px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:var(--process-dark);color:var(--process-gold);border:1px solid rgba(212,175,55,0.6);border-radius:50%;box-shadow:0 7px 18px rgba(0,0,0,0.25);}.ph-process__connector svg{width:18px;height:18px;}.ph-process__cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:35px;padding:22px 24px;background:linear-gradient( 135deg,rgba(142,59,67,0.95),rgba(116,47,54,0.97) );border:1px solid rgba(212,175,55,0.65);border-radius:18px;box-shadow:0 20px 44px rgba(0,0,0,0.2);}.ph-process__cta-content{display:flex;align-items:center;gap:15px;min-width:0;}.ph-process__cta-icon{display:inline-flex;align-items:center;justify-content:center;width:55px;height:55px;flex:0 0 55px;background:rgba(255,255,255,0.1);color:var(--process-gold-light);border:1px solid rgba(255,255,255,0.22);border-radius:15px;}.ph-process__cta-icon svg{width:30px;height:30px;}.ph-process__cta p,.ph-process__cta strong,.ph-process__cta p span{display:block;}.ph-process__cta p{margin:0;}.ph-process__cta strong{color:#ffffff;font-size:18px;font-weight:800;line-height:1.5;}.ph-process__cta p span{margin-top:3px;color:rgba(255,255,255,0.79);font-size:14px;line-height:1.65;}.ph-process__cta-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:155px;min-height:51px;padding:12px 20px;background:var(--process-gold);color:var(--process-dark);border:1px solid transparent;border-radius:12px;box-shadow:0 12px 25px rgba(0,0,0,0.18);font-size:15px;font-weight:800;line-height:1.4;text-decoration:none;white-space:nowrap;transition:transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;}.ph-process__cta-button:hover,.ph-process__cta-button:focus-visible{transform:translateY(-3px);background:var(--process-gold-light);color:var(--process-dark);box-shadow:0 17px 31px rgba(0,0,0,0.24);}.ph-process__cta-button:focus-visible{outline:3px solid rgba(255,255,255,0.48);outline-offset:3px;}.ph-process__cta-button:active{transform:translateY(0) scale(0.98);}.ph-process__cta-button svg{width:20px;height:20px;}@media (max-width:1100px){.ph-process{padding:80px 0 65px;}.ph-process__header{margin-bottom:45px;}.ph-process__title{font-size:clamp(32px,4.3vw,43px);}.ph-process__description{font-size:16px;}.ph-process__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}.ph-process__steps::before,.ph-process__connector{display:none;}.ph-process__step:last-child{grid-column:1 / -1;width:calc(50% - 9px);margin-inline:auto;}.ph-process__card{min-height:305px;}.ph-process__cta{margin-top:30px;}}@media (max-width:767px){.ph-process{padding:58px 0 48px;}.ph-process__header{margin-bottom:31px;text-align:right;}.ph-process__eyebrow{justify-content:flex-start;gap:8px;margin-bottom:10px;font-size:15px;}.ph-process__eyebrow span{width:28px;}.ph-process__eyebrow span:last-child{display:none;}.ph-process__title{margin-inline:0;font-size:clamp(25px,6.8vw,30px);line-height:1.4;letter-spacing:0;}.ph-process__description{margin:13px 0 0;font-size:14px;line-height:1.85;}.ph-process__divider{justify-content:flex-start;margin-top:15px;}.ph-process__divider span{width:37px;}.ph-process__steps{display:block;padding-right:25px;}.ph-process__steps::before{display:block;top:8px;right:7px;bottom:8px;left:auto;width:2px;height:auto;background:linear-gradient( 180deg,rgba(212,175,55,0.15),var(--process-gold),rgba(212,175,55,0.15) );}.ph-process__step,.ph-process__step:last-child{width:100%;margin:0 0 14px;}.ph-process__step:last-child{margin-bottom:0;}.ph-process__step::before{position:absolute;z-index:4;top:31px;right:-24px;width:13px;height:13px;background:var(--process-gold);border:3px solid var(--process-dark);border-radius:50%;box-shadow:0 0 0 2px rgba(212,175,55,0.4);content:"";}.ph-process__card{align-items:flex-start;min-height:0;padding:20px 17px 18px;border-radius:17px;text-align:right;}.ph-process__number{top:14px;left:14px;font-size:34px;}.ph-process__icon{width:64px;height:64px;margin-bottom:15px;}.ph-process__icon svg{width:33px;height:33px;}.ph-process__content h3{font-size:18px;}.ph-process__line{margin:8px 0 10px;}.ph-process__content p{font-size:14px;line-height:1.78;}.ph-process__connector{display:none;}.ph-process__cta{align-items:stretch;flex-direction:column;gap:17px;margin-top:25px;padding:17px;border-radius:16px;}.ph-process__cta-icon{width:48px;height:48px;flex-basis:48px;}.ph-process__cta-icon svg{width:27px;height:27px;}.ph-process__cta strong{font-size:16px;}.ph-process__cta p span{font-size:13px;}.ph-process__cta-button{width:100%;min-height:50px;}}@media (max-width:390px){.ph-process__title{font-size:25px;}.ph-process__description{font-size:13.5px;}.ph-process__card{padding:18px 15px 17px;}.ph-process__icon{width:59px;height:59px;}.ph-process__icon svg{width:30px;height:30px;}.ph-process__content h3{font-size:17px;}.ph-process__content p{font-size:13px;}}@media (hover:none){.ph-process__card:active{transform:translateY(-4px) scale(0.99);border-color:rgba(212,175,55,0.76);}.ph-process__card:active .ph-process__icon{transform:scale(1.04);background:var(--process-gold);color:var(--process-dark);}}@media (prefers-reduced-motion:reduce){.ph-process__card,.ph-process__card::before,.ph-process__number,.ph-process__icon,.ph-process__line,.ph-process__cta-button{transition:none;}}.ph-process{padding:88px 0;background:radial-gradient(circle at 88% 8%,rgba(142,59,67,.28),transparent 31%),radial-gradient(circle at 8% 86%,rgba(212,175,55,.10),transparent 25%),linear-gradient(145deg,#11161c 0%,#18212a 55%,#11171e 100%);color:#fff}.ph-process__card{border-radius:20px;border-color:rgba(142,59,67,.10);box-shadow:0 13px 34px rgba(21,23,27,.06)}.ph-process__card:hover{transform:translateY(-6px);border-color:rgba(212,175,55,.46);box-shadow:0 22px 48px rgba(76,31,38,.12)}.ph-process__icon{background:linear-gradient(145deg,#8e3b43,#742f36);color:#fff;border-color:rgba(212,175,55,.55);box-shadow:0 10px 25px rgba(116,47,54,.2)}.ph-process__cta{border-radius:20px;background:linear-gradient(135deg,#17191d,#272027);border-color:rgba(212,175,55,.28);box-shadow:0 20px 50px rgba(21,23,27,.14)}@media(max-width:767px){.ph-process{padding:60px 0}.ph-process__steps{gap:12px}.ph-process__card{border-radius:17px}.ph-process__cta{border-radius:17px}}.ph-projects-showcase{--projects-primary:#8e3b43;--projects-primary-dark:#742f36;--projects-gold:#d4af37;--projects-gold-light:#efd26f;--projects-dark:#15171b;--projects-text:#5f646d;--projects-light:#f7f4ef;--projects-white:#ffffff;position:relative;isolation:isolate;overflow:hidden;padding:94px 0 78px;background:radial-gradient( circle at 92% 8%,rgba(212,175,55,0.08),transparent 28% ),linear-gradient(180deg,#ffffff 0%,#f7f4ef 100%);}.ph-projects-showcase *,.ph-projects-showcase *::before,.ph-projects-showcase *::after{box-sizing:border-box;}.ph-projects-showcase__decoration{position:absolute;z-index:-1;width:310px;height:310px;opacity:0.07;background-image:linear-gradient( 30deg,var(--projects-gold) 1px,transparent 1px ),linear-gradient( 150deg,var(--projects-gold) 1px,transparent 1px );background-size:28px 48px;pointer-events:none;}.ph-projects-showcase__decoration--top{top:-105px;right:-80px;}.ph-projects-showcase__decoration--bottom{bottom:-120px;left:-85px;}.ph-projects-showcase__intro{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:44px;}.ph-projects-showcase__intro-content{max-width:760px;}.ph-projects-showcase__eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:var(--projects-primary);font-size:17px;font-weight:800;line-height:1.6;}.ph-projects-showcase__eyebrow span{width:48px;height:1px;background:var(--projects-gold);}.ph-projects-showcase__title{margin:0;color:var(--projects-dark);font-size:clamp(35px,3.5vw,49px);font-weight:800;line-height:1.28;letter-spacing:-0.5px;text-wrap:balance;}.ph-projects-showcase__title span{display:block;color:var(--projects-primary);}.ph-projects-showcase__description{max-width:720px;margin:17px 0 0;color:var(--projects-text);font-size:17px;line-height:1.95;text-wrap:pretty;}.ph-projects-showcase__all-projects{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 20px;background:var(--projects-primary);color:#ffffff;border:1px solid var(--projects-primary);border-radius:12px;box-shadow:0 13px 28px rgba(116,47,54,0.21);font-size:14px;font-weight:800;line-height:1.5;text-decoration:none;white-space:nowrap;transition:transform 220ms ease,background-color 220ms ease,border-color 220ms ease,box-shadow 220ms ease;}.ph-projects-showcase__all-projects span{color:#ffffff;}.ph-projects-showcase__all-projects svg{width:19px;height:19px;flex:0 0 19px;color:var(--projects-gold-light);transition:transform 220ms ease;}.ph-projects-showcase__all-projects:hover,.ph-projects-showcase__all-projects:focus-visible{transform:translateY(-3px);background:var(--projects-primary-dark);color:#ffffff;border-color:var(--projects-gold);box-shadow:0 18px 34px rgba(116,47,54,0.27);}.ph-projects-showcase__all-projects:hover svg,.ph-projects-showcase__all-projects:focus-visible svg{transform:translateX(-5px);}.ph-projects-showcase__all-projects:focus-visible{outline:3px solid rgba(212,175,55,0.48);outline-offset:3px;}.ph-projects-showcase__featured{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,0.75fr);align-items:stretch;margin-bottom:34px;overflow:hidden;background:var(--projects-white);border:1px solid rgba(116,47,54,0.1);border-radius:25px;box-shadow:0 24px 58px rgba(21,23,27,0.11),0 5px 14px rgba(21,23,27,0.04);}.ph-projects-showcase__comparison{min-width:0;}.ph-projects-showcase__comparison-stage{--comparison-position:50%;position:relative;height:100%;min-height:510px;overflow:hidden;background:#d9d5cf;isolation:isolate;touch-action:pan-y;}.ph-projects-showcase__comparison-image,.ph-projects-showcase__comparison-placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}.ph-projects-showcase__comparison-image--before{position:absolute;inset:0;}.ph-projects-showcase__after-layer{position:absolute;inset:0;z-index:2;overflow:hidden;clip-path:inset(0 0 0 var(--comparison-position));}.ph-projects-showcase__comparison-image--after{position:absolute;inset:0;width:100%;height:100%;}.ph-projects-showcase__comparison-placeholder{display:flex;align-items:center;justify-content:center;padding:30px;background:linear-gradient( 145deg,var(--projects-primary-dark),var(--projects-dark) );color:#ffffff;font-weight:700;text-align:center;}.ph-projects-showcase__label{position:absolute;z-index:5;top:20px;padding:7px 13px;background:rgba(21,23,27,0.72);color:#ffffff;border:1px solid rgba(255,255,255,0.26);border-radius:999px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:13px;font-weight:800;line-height:1.4;}.ph-projects-showcase__label--before{right:20px;}.ph-projects-showcase__label--after{left:20px;background:rgba(142,59,67,0.86);border-color:rgba(212,175,55,0.65);}.ph-projects-showcase__comparison-line{position:absolute;z-index:6;top:0;bottom:0;left:var(--comparison-position);width:3px;background:#ffffff;box-shadow:0 0 0 1px rgba(21,23,27,0.2),0 0 16px rgba(0,0,0,0.28);transform:translateX(-50%);pointer-events:none;}.ph-projects-showcase__comparison-line>span{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;background:var(--projects-primary);color:#ffffff;border:3px solid #ffffff;border-radius:50%;box-shadow:0 12px 28px rgba(0,0,0,0.24);transform:translate(-50%,-50%);}.ph-projects-showcase__comparison-line svg{width:27px;height:27px;}.ph-projects-showcase__comparison-range{position:absolute;z-index:8;inset:0;width:100%;height:100%;margin:0;cursor:ew-resize;opacity:0;}.ph-projects-showcase__comparison-range:focus-visible{opacity:0.02;outline:4px solid var(--projects-gold);outline-offset:-4px;}.ph-projects-showcase__featured-content{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(32px,4vw,52px);background:linear-gradient( 150deg,#ffffff 0%,#fcfaf7 100% );}.ph-projects-showcase__featured-kicker{width:max-content;margin:0 0 13px;padding:6px 11px;background:rgba(142,59,67,0.08);color:var(--projects-primary);border:1px solid rgba(142,59,67,0.13);border-radius:999px;font-size:13px;font-weight:800;line-height:1.4;}.ph-projects-showcase__featured-content h3{margin:0;color:var(--projects-dark);font-size:clamp(27px,2.5vw,38px);font-weight:800;line-height:1.4;}.ph-projects-showcase__featured-meta{display:flex;flex-wrap:wrap;gap:10px 17px;margin:20px 0 0;padding:0;list-style:none;}.ph-projects-showcase__featured-meta li{display:inline-flex;align-items:center;gap:7px;color:#676c73;font-size:13px;font-weight:700;line-height:1.5;}.ph-projects-showcase__featured-meta svg{width:19px;height:19px;color:var(--projects-gold);}.ph-projects-showcase__featured-description{margin:23px 0 0;color:var(--projects-text);font-size:15px;line-height:1.9;}.ph-projects-showcase__featured-link{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:max-content;min-height:48px;margin-top:27px;padding:11px 18px;background:transparent;color:var(--projects-primary);border:1px solid var(--projects-gold);border-radius:11px;font-size:14px;font-weight:800;text-decoration:none;transition:transform 220ms ease,background-color 220ms ease,color 220ms ease,box-shadow 220ms ease;}.ph-projects-showcase__featured-link svg{width:18px;height:18px;transition:transform 220ms ease;}.ph-projects-showcase__featured-link:hover,.ph-projects-showcase__featured-link:focus-visible{transform:translateY(-3px);background:var(--projects-primary);color:#ffffff;box-shadow:0 13px 25px rgba(116,47,54,0.19);}.ph-projects-showcase__featured-link:hover svg,.ph-projects-showcase__featured-link:focus-visible svg{color:var(--projects-gold-light);transform:translateX(-5px);}.ph-projects-showcase__featured-link:focus-visible{outline:3px solid rgba(212,175,55,0.42);outline-offset:3px;}.ph-projects-showcase__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}.ph-projects-showcase__card{min-width:0;overflow:hidden;background:var(--projects-white);border:1px solid rgba(116,47,54,0.09);border-radius:19px;box-shadow:0 15px 34px rgba(21,23,27,0.08),0 3px 8px rgba(21,23,27,0.03);transition:transform 240ms ease,border-color 240ms ease,box-shadow 240ms ease;}.ph-projects-showcase__card:hover{transform:translateY(-8px);border-color:rgba(212,175,55,0.55);box-shadow:0 26px 48px rgba(21,23,27,0.13),0 8px 18px rgba(116,47,54,0.07);}.ph-projects-showcase__card-link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;}.ph-projects-showcase__card-link:focus-visible{outline:3px solid rgba(212,175,55,0.55);outline-offset:-3px;}.ph-projects-showcase__card-media{position:relative;aspect-ratio:3 / 2;overflow:hidden;background:#ded9d1;}.ph-projects-showcase__card-image,.ph-projects-showcase__card-placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 650ms cubic-bezier(0.2,0.7,0.2,1),filter 300ms ease;}.ph-projects-showcase__card:hover .ph-projects-showcase__card-image{transform:scale(1.055);filter:saturate(1.04) contrast(1.02);}.ph-projects-showcase__card-placeholder{display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient( 145deg,var(--projects-primary-dark),var(--projects-dark) );color:#ffffff;font-size:13px;font-weight:700;text-align:center;}.ph-projects-showcase__card-service{position:absolute;right:14px;bottom:14px;max-width:calc(100% - 28px);padding:7px 11px;background:rgba(255,255,255,0.93);color:var(--projects-primary);border:1px solid rgba(212,175,55,0.45);border-radius:999px;box-shadow:0 6px 16px rgba(21,23,27,0.12);font-size:11px;font-weight:800;line-height:1.4;}.ph-projects-showcase__card-content{display:flex;flex:1;flex-direction:column;padding:20px 18px 19px;}.ph-projects-showcase__card-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px;color:#777c83;font-size:12px;font-weight:700;}.ph-projects-showcase__card-meta span{display:inline-flex;align-items:center;gap:5px;}.ph-projects-showcase__card-meta svg{width:16px;height:16px;color:var(--projects-gold);}.ph-projects-showcase__card-content h3{margin:0;color:var(--projects-dark);font-size:20px;font-weight:800;line-height:1.5;transition:color 220ms ease;}.ph-projects-showcase__card:hover h3{color:var(--projects-primary);}.ph-projects-showcase__card-line{display:block;width:34px;height:2px;margin:9px 0 11px;background:var(--projects-gold);border-radius:999px;transition:width 230ms ease;}.ph-projects-showcase__card:hover .ph-projects-showcase__card-line{width:57px;}.ph-projects-showcase__card-content p{display:-webkit-box;margin:0 0 18px;overflow:hidden;color:var(--projects-text);font-size:14px;line-height:1.75;-webkit-box-orient:vertical;-webkit-line-clamp:3;}.ph-projects-showcase__card-cta{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:auto;color:var(--projects-primary);font-size:13px;font-weight:800;line-height:1.5;}.ph-projects-showcase__card-cta svg{width:18px;height:18px;color:var(--projects-gold);transition:transform 220ms ease;}.ph-projects-showcase__card:hover .ph-projects-showcase__card-cta svg{transform:translateX(-5px);}.ph-projects-showcase__contact{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:34px;padding:25px 26px;background:linear-gradient( 135deg,#121a23 0%,#1d2833 100% );color:#ffffff;border:1px solid rgba(212,175,55,0.65);border-radius:19px;box-shadow:0 20px 45px rgba(21,23,27,0.17);}.ph-projects-showcase__contact-content{display:flex;align-items:center;gap:16px;min-width:0;}.ph-projects-showcase__contact-icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;flex:0 0 58px;background:rgba(212,175,55,0.11);color:var(--projects-gold-light);border:1px solid rgba(212,175,55,0.35);border-radius:15px;}.ph-projects-showcase__contact-icon svg{width:31px;height:31px;}.ph-projects-showcase__contact h3{margin:0;color:#ffffff;font-size:20px;font-weight:800;line-height:1.5;}.ph-projects-showcase__contact p{margin:4px 0 0;color:rgba(255,255,255,0.73);font-size:14px;line-height:1.7;}.ph-projects-showcase__contact-actions{display:flex;align-items:center;gap:11px;}.ph-projects-showcase__contact-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:49px;padding:11px 18px;border:1px solid transparent;border-radius:11px;font-size:14px;font-weight:800;line-height:1.5;text-decoration:none;white-space:nowrap;transition:transform 210ms ease,background-color 210ms ease,border-color 210ms ease,box-shadow 210ms ease;}.ph-projects-showcase__contact-button svg{width:20px;height:20px;}.ph-projects-showcase__contact-button--call{background:var(--projects-gold);color:var(--projects-dark);box-shadow:0 10px 22px rgba(0,0,0,0.17);}.ph-projects-showcase__contact-button--whatsapp{background:#178a4b;color:#ffffff;border-color:rgba(255,255,255,0.18);}.ph-projects-showcase__contact-button:hover,.ph-projects-showcase__contact-button:focus-visible{transform:translateY(-3px);}.ph-projects-showcase__contact-button--call:hover,.ph-projects-showcase__contact-button--call:focus-visible{background:var(--projects-gold-light);color:var(--projects-dark);}.ph-projects-showcase__contact-button--whatsapp:hover,.ph-projects-showcase__contact-button--whatsapp:focus-visible{background:#117b41;color:#ffffff;}.ph-projects-showcase__contact-button:focus-visible{outline:3px solid rgba(255,255,255,0.44);outline-offset:3px;}.ph-projects-showcase__contact-button:active,.ph-projects-showcase__all-projects:active,.ph-projects-showcase__featured-link:active{transform:translateY(0) scale(0.98);}@media (max-width:1100px){.ph-projects-showcase{padding:80px 0 65px;}.ph-projects-showcase__intro{align-items:flex-start;}.ph-projects-showcase__title{font-size:clamp(32px,4.3vw,43px);}.ph-projects-showcase__description{font-size:16px;}.ph-projects-showcase__featured{grid-template-columns:1fr;}.ph-projects-showcase__comparison-stage{min-height:470px;}.ph-projects-showcase__featured-content{padding:35px;}.ph-projects-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ph-projects-showcase__contact{align-items:flex-start;flex-direction:column;}.ph-projects-showcase__contact-actions{width:100%;}.ph-projects-showcase__contact-button{flex:1;}}@media (max-width:767px){.ph-projects-showcase{padding:58px 0 48px;}.ph-projects-showcase__intro{align-items:stretch;flex-direction:column;gap:20px;margin-bottom:29px;}.ph-projects-showcase__eyebrow{font-size:15px;}.ph-projects-showcase__eyebrow span{width:28px;}.ph-projects-showcase__title{font-size:clamp(25px,6.8vw,30px);line-height:1.4;letter-spacing:0;}.ph-projects-showcase__description{margin-top:12px;font-size:14px;line-height:1.85;}.ph-projects-showcase__all-projects{width:100%;}.ph-projects-showcase__featured{margin-bottom:25px;border-radius:18px;}.ph-projects-showcase__comparison-stage{min-height:330px;}.ph-projects-showcase__label{top:13px;padding:6px 10px;font-size:11px;}.ph-projects-showcase__label--before{right:13px;}.ph-projects-showcase__label--after{left:13px;}.ph-projects-showcase__comparison-line>span{width:46px;height:46px;}.ph-projects-showcase__comparison-line svg{width:23px;height:23px;}.ph-projects-showcase__featured-content{padding:24px 18px 22px;}.ph-projects-showcase__featured-kicker{font-size:12px;}.ph-projects-showcase__featured-content h3{font-size:24px;}.ph-projects-showcase__featured-meta{gap:8px 13px;margin-top:15px;}.ph-projects-showcase__featured-meta li{font-size:12px;}.ph-projects-showcase__featured-description{margin-top:17px;font-size:14px;line-height:1.8;}.ph-projects-showcase__featured-link{width:100%;margin-top:20px;}.ph-projects-showcase__grid{grid-template-columns:1fr;gap:14px;}.ph-projects-showcase__card{border-radius:16px;}.ph-projects-showcase__card-content{padding:17px 15px 16px;}.ph-projects-showcase__card-content h3{font-size:18px;}.ph-projects-showcase__card-content p{font-size:13px;line-height:1.72;}.ph-projects-showcase__contact{gap:18px;margin-top:25px;padding:18px 16px;border-radius:16px;}.ph-projects-showcase__contact-icon{width:49px;height:49px;flex-basis:49px;}.ph-projects-showcase__contact-icon svg{width:27px;height:27px;}.ph-projects-showcase__contact h3{font-size:17px;}.ph-projects-showcase__contact p{font-size:13px;}.ph-projects-showcase__contact-actions{flex-direction:column;}.ph-projects-showcase__contact-button{width:100%;}}@media (max-width:390px){.ph-projects-showcase__title{font-size:25px;}.ph-projects-showcase__comparison-stage{min-height:285px;}.ph-projects-showcase__featured-content h3{font-size:21px;}.ph-projects-showcase__card-content h3{font-size:17px;}.ph-projects-showcase__card-content p{font-size:12.5px;}}@media (hover:none){.ph-projects-showcase__card:active{transform:scale(0.99);border-color:rgba(212,175,55,0.55);}.ph-projects-showcase__card:active .ph-projects-showcase__card-image{transform:scale(1.035);}}@media (prefers-reduced-motion:reduce){.ph-projects-showcase__all-projects,.ph-projects-showcase__all-projects svg,.ph-projects-showcase__featured-link,.ph-projects-showcase__featured-link svg,.ph-projects-showcase__card,.ph-projects-showcase__card-image,.ph-projects-showcase__card-content h3,.ph-projects-showcase__card-line,.ph-projects-showcase__card-cta svg,.ph-projects-showcase__contact-button{transition:none;}}.ph-projects{padding:92px 0;background:linear-gradient(180deg,#15171b 0%,#20181b 100%);color:#fff}.ph-projects__title,.ph-projects__heading h2{color:#fff}.ph-projects__description,.ph-projects__heading p{color:rgba(255,255,255,.72)}.ph-projects__featured,.ph-projects__card{border-radius:22px;border-color:rgba(212,175,55,.26);box-shadow:0 22px 52px rgba(0,0,0,.22)}.ph-projects__card:hover{transform:translateY(-6px);border-color:rgba(212,175,55,.62)}@media(max-width:767px){.ph-projects{padding:62px 0}.ph-projects__featured,.ph-projects__card{border-radius:18px}}.ph-standards{--ph-standards-primary:#8e3b43;--ph-standards-primary-dark:#742f36;--ph-standards-gold:#d4af37;--ph-standards-gold-light:#edcb62;--ph-standards-dark:#10161d;--ph-standards-dark-soft:#18212a;--ph-standards-text:rgba(255,255,255,0.72);--ph-standards-white:#ffffff;position:relative;isolation:isolate;overflow:hidden;padding:100px 0;background:radial-gradient( circle at 15% 15%,rgba(142,59,67,0.22),transparent 32% ),radial-gradient( circle at 88% 82%,rgba(212,175,55,0.11),transparent 28% ),linear-gradient( 135deg,#0d1319 0%,#15202a 52%,#0e151c 100% );color:var(--ph-standards-white);}.ph-standards *,.ph-standards *::before,.ph-standards *::after{box-sizing:border-box;}.ph-standards::before{position:absolute;inset:0;z-index:-2;content:"";background-image:linear-gradient( rgba(255,255,255,0.018) 1px,transparent 1px ),linear-gradient( 90deg,rgba(255,255,255,0.018) 1px,transparent 1px );background-size:48px 48px;mask-image:linear-gradient( to bottom,transparent,#000 15%,#000 85%,transparent );}.ph-standards::after{position:absolute;top:0;right:0;z-index:-1;width:44%;height:4px;content:"";background:linear-gradient( 90deg,transparent,var(--ph-standards-gold),var(--ph-standards-primary) );}.ph-standards__glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(25px);pointer-events:none;}.ph-standards__glow--top{top:-170px;right:-130px;width:430px;height:430px;background:rgba(142,59,67,0.16);}.ph-standards__glow--bottom{bottom:-190px;left:-140px;width:480px;height:480px;background:rgba(212,175,55,0.08);}.ph-standards__layout{display:grid;grid-template-columns:minmax(320px,0.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(60px,8vw,130px);}.ph-standards__intro{position:sticky;top:145px;min-width:0;padding-top:16px;}.ph-standards__eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 16px;color:var(--ph-standards-gold-light);font-size:16px;font-weight:800;line-height:1.6;}.ph-standards__eyebrow span{width:52px;height:1px;background:linear-gradient( 90deg,var(--ph-standards-gold),transparent );}.ph-standards__title{max-width:600px;margin:0;color:var(--ph-standards-white);font-size:clamp(38px,4.2vw,60px);font-weight:800;line-height:1.28;letter-spacing:-0.8px;text-wrap:balance;}.ph-standards__title span{display:block;margin-top:5px;color:var(--ph-standards-gold-light);}.ph-standards__description{max-width:570px;margin:22px 0 0;color:var(--ph-standards-text);font-size:17px;line-height:2;text-wrap:pretty;}.ph-standards__note{display:flex;align-items:flex-start;gap:15px;max-width:540px;margin-top:34px;padding:20px;background:linear-gradient( 135deg,rgba(255,255,255,0.07),rgba(255,255,255,0.025) );border:1px solid rgba(212,175,55,0.28);border-radius:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.06),0 16px 36px rgba(0,0,0,0.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}.ph-standards__note-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;flex:0 0 52px;background:linear-gradient( 145deg,var(--ph-standards-primary-dark),var(--ph-standards-primary) );color:var(--ph-standards-gold-light);border:1px solid rgba(212,175,55,0.5);border-radius:14px;}.ph-standards__note-icon svg{width:29px;height:29px;}.ph-standards__note p{margin:0;}.ph-standards__note strong,.ph-standards__note span{display:block;}.ph-standards__note strong{color:#ffffff;font-size:16px;font-weight:800;line-height:1.55;}.ph-standards__note span{margin-top:5px;color:rgba(255,255,255,0.63);font-size:13px;line-height:1.75;}.ph-standards__timeline{position:relative;display:flex;flex-direction:column;gap:25px;min-width:0;padding-right:54px;}.ph-standards__timeline-line{position:absolute;top:36px;right:18px;bottom:36px;width:2px;background:linear-gradient( 180deg,transparent 0%,var(--ph-standards-gold) 12%,rgba(212,175,55,0.35) 88%,transparent 100% );}.ph-standards__item{position:relative;display:grid;grid-template-columns:88px 62px minmax(0,1fr);align-items:center;gap:20px;min-height:170px;padding:25px 28px;background:linear-gradient( 135deg,rgba(255,255,255,0.07),rgba(255,255,255,0.025) );border:1px solid rgba(255,255,255,0.08);border-radius:20px;box-shadow:0 20px 44px rgba(0,0,0,0.18),inset 0 1px 0 rgba(255,255,255,0.04);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform 260ms ease,border-color 260ms ease,background-color 260ms ease,box-shadow 260ms ease;}.ph-standards__item::before{position:absolute;right:0;top:25px;bottom:25px;width:3px;content:"";background:linear-gradient( 180deg,var(--ph-standards-gold),var(--ph-standards-primary) );border-radius:999px 0 0 999px;opacity:0;transform:scaleY(0.35);transition:opacity 260ms ease,transform 260ms ease;}.ph-standards__item:hover{transform:translateX(-10px);background:linear-gradient( 135deg,rgba(255,255,255,0.095),rgba(255,255,255,0.04) );border-color:rgba(212,175,55,0.38);box-shadow:0 28px 58px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.07);}.ph-standards__item:hover::before{opacity:1;transform:scaleY(1);}.ph-standards__number{color:rgba(255,255,255,0.08);font-size:62px;font-weight:800;line-height:1;letter-spacing:-3px;transition:color 260ms ease,transform 260ms ease;}.ph-standards__item:hover .ph-standards__number{color:rgba(212,175,55,0.22);transform:translateY(-3px);}.ph-standards__marker{position:absolute;top:50%;right:-45px;width:17px;height:17px;background:var(--ph-standards-dark);border:3px solid var(--ph-standards-gold);border-radius:50%;box-shadow:0 0 0 7px rgba(212,175,55,0.08),0 0 20px rgba(212,175,55,0.25);transform:translateY(-50%);transition:background-color 260ms ease,box-shadow 260ms ease;}.ph-standards__item:hover .ph-standards__marker{background:var(--ph-standards-gold);box-shadow:0 0 0 9px rgba(212,175,55,0.1),0 0 28px rgba(212,175,55,0.42);}.ph-standards__icon{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;background:linear-gradient( 145deg,rgba(142,59,67,0.95),rgba(116,47,54,0.95) );color:var(--ph-standards-gold-light);border:1px solid rgba(212,175,55,0.5);border-radius:17px;box-shadow:0 12px 24px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.08);transition:transform 260ms ease,background 260ms ease,color 260ms ease;}.ph-standards__icon svg{width:32px;height:32px;}.ph-standards__item:hover .ph-standards__icon{transform:translateY(-4px) rotate(-3deg);background:linear-gradient( 145deg,var(--ph-standards-gold),#b98b22 );color:var(--ph-standards-dark);}.ph-standards__item-content{min-width:0;}.ph-standards__item-content h3{margin:0;color:#ffffff;font-size:22px;font-weight:800;line-height:1.5;transition:color 240ms ease;}.ph-standards__item:hover .ph-standards__item-content h3{color:var(--ph-standards-gold-light);}.ph-standards__item-content p{max-width:620px;margin:8px 0 0;color:rgba(255,255,255,0.64);font-size:14px;line-height:1.85;}@media (max-width:1100px){.ph-standards{padding:82px 0 72px;}.ph-standards__layout{grid-template-columns:1fr;gap:50px;}.ph-standards__intro{position:relative;top:auto;max-width:760px;}.ph-standards__title{font-size:clamp(35px,5vw,50px);}.ph-standards__timeline{padding-right:48px;}.ph-standards__item{grid-template-columns:78px 58px minmax(0,1fr);}}@media (max-width:767px){.ph-standards{padding:60px 0 52px;}.ph-standards__layout{gap:36px;}.ph-standards__eyebrow{font-size:14px;}.ph-standards__eyebrow span{width:31px;}.ph-standards__title{font-size:clamp(27px,7.4vw,34px);line-height:1.4;letter-spacing:0;}.ph-standards__description{margin-top:15px;font-size:14px;line-height:1.9;}.ph-standards__note{gap:12px;margin-top:24px;padding:15px;}.ph-standards__note-icon{width:46px;height:46px;flex-basis:46px;}.ph-standards__note-icon svg{width:26px;height:26px;}.ph-standards__note strong{font-size:14px;}.ph-standards__note span{font-size:12px;}.ph-standards__timeline{gap:15px;padding-right:28px;}.ph-standards__timeline-line{right:8px;}.ph-standards__item{grid-template-columns:52px minmax(0,1fr);gap:13px;min-height:0;padding:18px 15px;border-radius:16px;}.ph-standards__number{position:absolute;top:13px;left:14px;font-size:36px;letter-spacing:-2px;}.ph-standards__marker{right:-28px;width:14px;height:14px;}.ph-standards__icon{grid-column:1;grid-row:1;width:52px;height:52px;}.ph-standards__icon svg{width:28px;height:28px;}.ph-standards__item-content{grid-column:2;grid-row:1;padding-left:34px;}.ph-standards__item-content h3{font-size:17px;}.ph-standards__item-content p{margin-top:6px;font-size:12.5px;line-height:1.75;}.ph-standards__item:hover{transform:translateX(-4px);}}@media (max-width:390px){.ph-standards__title{font-size:27px;}.ph-standards__timeline{padding-right:24px;}.ph-standards__item{grid-template-columns:46px minmax(0,1fr);padding:16px 12px;}.ph-standards__icon{width:46px;height:46px;}.ph-standards__icon svg{width:25px;height:25px;}.ph-standards__item-content{padding-left:28px;}.ph-standards__item-content h3{font-size:16px;}.ph-standards__item-content p{font-size:12px;}}@media (hover:none){.ph-standards__item:active{transform:scale(0.99);border-color:rgba(212,175,55,0.35);}}@media (prefers-reduced-motion:reduce){.ph-standards__item,.ph-standards__item::before,.ph-standards__number,.ph-standards__marker,.ph-standards__icon,.ph-standards__item-content h3{transition:none;}}.ph-testimonials{--ph-testimonials-primary:#8e3b43;--ph-testimonials-primary-dark:#742f36;--ph-testimonials-gold:#d4af37;--ph-testimonials-gold-light:#efd16b;--ph-testimonials-dark:#15171b;--ph-testimonials-text:#62676f;--ph-testimonials-border:#ebe5de;--ph-testimonials-white:#ffffff;position:relative;isolation:isolate;overflow:hidden;padding:92px 0 78px;background:radial-gradient( circle at 90% 9%,rgba(212,175,55,0.08),transparent 25% ),linear-gradient(180deg,#ffffff 0%,#f8f5f0 100%);}.ph-testimonials *,.ph-testimonials *::before,.ph-testimonials *::after{box-sizing:border-box;}.ph-testimonials__shape{position:absolute;z-index:-1;width:320px;height:320px;opacity:0.06;background-image:linear-gradient( 30deg,var(--ph-testimonials-gold) 1px,transparent 1px ),linear-gradient( 150deg,var(--ph-testimonials-gold) 1px,transparent 1px );background-size:28px 48px;pointer-events:none;}.ph-testimonials__shape--top{top:-110px;right:-90px;}.ph-testimonials__shape--bottom{bottom:-140px;left:-100px;}.ph-testimonials__layout{display:grid;grid-template-columns:minmax(300px,0.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(48px,6vw,86px);}.ph-testimonials__intro{position:sticky;top:145px;min-width:0;}.ph-testimonials__eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:var(--ph-testimonials-primary);font-size:16px;font-weight:800;line-height:1.6;}.ph-testimonials__eyebrow span{width:48px;height:1px;background:var(--ph-testimonials-gold);}.ph-testimonials__title{max-width:620px;margin:0;color:var(--ph-testimonials-dark);font-size:clamp(36px,3.8vw,52px);font-weight:800;line-height:1.28;letter-spacing:-0.6px;text-wrap:balance;}.ph-testimonials__title span{display:block;color:var(--ph-testimonials-primary);}.ph-testimonials__description{max-width:580px;margin:17px 0 0;color:var(--ph-testimonials-text);font-size:16px;line-height:1.95;text-wrap:pretty;}.ph-testimonials__rating-summary{display:flex;align-items:center;gap:18px;margin-top:29px;padding:20px;background:#ffffff;border:1px solid rgba(116,47,54,0.09);border-radius:17px;box-shadow:0 14px 32px rgba(21,23,27,0.07);}.ph-testimonials__rating-number{display:flex;align-items:center;justify-content:center;flex-direction:column;width:88px;height:88px;flex:0 0 88px;background:linear-gradient( 145deg,var(--ph-testimonials-primary-dark),var(--ph-testimonials-primary) );color:#ffffff;border:1px solid rgba(212,175,55,0.6);border-radius:17px;box-shadow:0 12px 26px rgba(116,47,54,0.22);}.ph-testimonials__rating-number strong{font-size:30px;font-weight:800;line-height:1.1;}.ph-testimonials__rating-number span{margin-top:3px;color:rgba(255,255,255,0.76);font-size:11px;font-weight:700;}.ph-testimonials__rating-details{min-width:0;}.ph-testimonials__stars,.ph-testimonials__card-stars{display:flex;align-items:center;gap:4px;color:var(--ph-testimonials-gold);}.ph-testimonials__stars svg{width:22px;height:22px;}.ph-testimonials__rating-details p{margin:9px 0 0;color:var(--ph-testimonials-text);font-size:13px;line-height:1.7;}.ph-testimonials__trust-note{display:flex;align-items:center;gap:13px;margin-top:16px;padding:16px;background:rgba(142,59,67,0.05);border:1px solid rgba(142,59,67,0.1);border-radius:14px;}.ph-testimonials__trust-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 46px;background:rgba(142,59,67,0.09);color:var(--ph-testimonials-primary);border:1px solid rgba(142,59,67,0.14);border-radius:12px;}.ph-testimonials__trust-icon svg{width:26px;height:26px;}.ph-testimonials__trust-note p{margin:0;}.ph-testimonials__trust-note strong,.ph-testimonials__trust-note span{display:block;}.ph-testimonials__trust-note strong{color:var(--ph-testimonials-dark);font-size:14px;font-weight:800;line-height:1.5;}.ph-testimonials__trust-note span{margin-top:3px;color:var(--ph-testimonials-text);font-size:12px;line-height:1.7;}.ph-testimonials__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-width:0;}.ph-testimonials__card{position:relative;display:flex;flex-direction:column;min-height:320px;padding:24px 22px 22px;background:linear-gradient( 145deg,#ffffff 0%,#fdfbf8 100% );border:1px solid rgba(116,47,54,0.09);border-radius:19px;box-shadow:0 16px 36px rgba(21,23,27,0.08),0 3px 8px rgba(21,23,27,0.025);transition:transform 240ms ease,border-color 240ms ease,box-shadow 240ms ease;}.ph-testimonials__card:nth-child(3){grid-column:1 / -1;max-width:calc(50% - 9px);margin-inline:auto;}.ph-testimonials__card--featured{background:linear-gradient( 145deg,#ffffff 0%,#fbf5f2 100% );border-color:rgba(212,175,55,0.45);}.ph-testimonials__card:hover{transform:translateY(-8px);border-color:rgba(212,175,55,0.65);box-shadow:0 27px 50px rgba(21,23,27,0.13),0 7px 16px rgba(142,59,67,0.06);}.ph-testimonials__card-top{display:flex;align-items:center;justify-content:space-between;gap:15px;}.ph-testimonials__quote{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;background:rgba(142,59,67,0.08);color:var(--ph-testimonials-primary);border:1px solid rgba(142,59,67,0.12);border-radius:13px;}.ph-testimonials__quote svg{width:28px;height:28px;}.ph-testimonials__card-stars svg{width:18px;height:18px;}.ph-testimonials__card blockquote{margin:25px 0 0;padding:0;border:0;}.ph-testimonials__card blockquote p{margin:0;color:#4f545c;font-size:15px;line-height:1.95;}.ph-testimonials__client{display:flex;align-items:center;gap:13px;margin-top:auto;padding-top:25px;}.ph-testimonials__avatar{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;flex:0 0 50px;background:linear-gradient( 145deg,var(--ph-testimonials-primary-dark),var(--ph-testimonials-primary) );color:var(--ph-testimonials-gold-light);border:1px solid rgba(212,175,55,0.6);border-radius:50%;box-shadow:0 9px 19px rgba(116,47,54,0.2);font-size:19px;font-weight:800;}.ph-testimonials__client-info{min-width:0;}.ph-testimonials__client-info h3{margin:0;color:var(--ph-testimonials-dark);font-size:16px;font-weight:800;line-height:1.5;}.ph-testimonials__client-info p{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:4px 0 0;color:var(--ph-testimonials-text);font-size:11.5px;font-weight:700;line-height:1.6;}.ph-testimonials__client-info p span{display:inline-flex;align-items:center;gap:4px;}.ph-testimonials__client-info svg{width:15px;height:15px;color:var(--ph-testimonials-gold);}.ph-testimonials__separator{width:4px;height:4px;background:var(--ph-testimonials-gold);border-radius:50%;}.ph-testimonials__card-line{position:absolute;right:22px;bottom:0;width:40px;height:3px;background:var(--ph-testimonials-gold);border-radius:999px 999px 0 0;transition:width 230ms ease;}.ph-testimonials__card:hover .ph-testimonials__card-line{width:76px;}@media (max-width:1100px){.ph-testimonials{padding:80px 0 65px;}.ph-testimonials__layout{grid-template-columns:1fr;gap:42px;}.ph-testimonials__intro{position:relative;top:auto;max-width:760px;}.ph-testimonials__title{font-size:clamp(33px,4.5vw,44px);}.ph-testimonials__list{grid-template-columns:repeat(3,minmax(0,1fr));}.ph-testimonials__card:nth-child(3){grid-column:auto;max-width:none;margin-inline:0;}}@media (max-width:767px){.ph-testimonials{padding:58px 0 48px;}.ph-testimonials__layout{gap:29px;}.ph-testimonials__eyebrow{font-size:15px;}.ph-testimonials__eyebrow span{width:28px;}.ph-testimonials__title{font-size:clamp(25px,6.8vw,30px);line-height:1.4;letter-spacing:0;}.ph-testimonials__description{margin-top:12px;font-size:14px;line-height:1.85;}.ph-testimonials__rating-summary{gap:13px;margin-top:22px;padding:15px;}.ph-testimonials__rating-number{width:72px;height:72px;flex-basis:72px;}.ph-testimonials__rating-number strong{font-size:25px;}.ph-testimonials__stars svg{width:19px;height:19px;}.ph-testimonials__rating-details p{font-size:12px;}.ph-testimonials__trust-note{padding:13px;}.ph-testimonials__trust-icon{width:42px;height:42px;flex-basis:42px;}.ph-testimonials__list{display:flex;gap:14px;margin-inline:-16px;padding-inline:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;}.ph-testimonials__list::-webkit-scrollbar{display:none;}.ph-testimonials__card,.ph-testimonials__card:nth-child(3){width:min(88vw,340px);min-width:min(88vw,340px);max-width:none;min-height:300px;margin:0;padding:20px 18px 19px;scroll-snap-align:start;}.ph-testimonials__card blockquote{margin-top:20px;}.ph-testimonials__card blockquote p{font-size:14px;line-height:1.85;}.ph-testimonials__client{padding-top:20px;}.ph-testimonials__avatar{width:46px;height:46px;flex-basis:46px;}.ph-testimonials__client-info h3{font-size:15px;}}@media (max-width:390px){.ph-testimonials__title{font-size:25px;}.ph-testimonials__card,.ph-testimonials__card:nth-child(3){width:86vw;min-width:86vw;}.ph-testimonials__card blockquote p{font-size:13.5px;}}@media (hover:none){.ph-testimonials__card:active{transform:scale(0.99);border-color:rgba(212,175,55,0.55);}}@media (prefers-reduced-motion:reduce){.ph-testimonials__card,.ph-testimonials__card-line{transition:none;}}.ph-testimonials .ph-service-review-card__verified{display:inline-flex;align-items:center;min-height:28px;padding:4px 8px;border-radius:999px;background:#edf7f1;color:#187047;font-size:11.5px;font-weight:850;white-space:nowrap}.ph-testimonials{padding:88px 0;background:linear-gradient(180deg,#fff,#faf7f2)}.ph-testimonials__card{border-radius:20px;border-color:rgba(142,59,67,.1);box-shadow:0 14px 36px rgba(21,23,27,.06)}.ph-testimonials__card--featured{border-color:rgba(212,175,55,.48);box-shadow:0 21px 48px rgba(116,47,54,.12)}.ph-testimonials__card:hover{transform:translateY(-5px);box-shadow:0 23px 50px rgba(70,31,37,.11)}@media(max-width:767px){.ph-testimonials{padding:60px 0}.ph-testimonials__card{border-radius:17px}}.ph-blog{--ph-blog-primary:#8e3b43;--ph-blog-primary-dark:#742f36;--ph-blog-gold:#d4af37;--ph-blog-gold-light:#efd16b;--ph-blog-dark:#15171b;--ph-blog-text:#60656d;--ph-blog-border:#e9e3dc;--ph-blog-white:#ffffff;position:relative;isolation:isolate;overflow:hidden;padding:92px 0 76px;background:linear-gradient( 180deg,#f7f4ef 0%,#ffffff 100% );}.ph-blog *,.ph-blog *::before,.ph-blog *::after{box-sizing:border-box;}.ph-blog__decoration{position:absolute;z-index:-1;top:-120px;left:-110px;width:390px;height:390px;border:1px solid rgba(212,175,55,0.14);border-radius:50%;pointer-events:none;}.ph-blog__decoration::before,.ph-blog__decoration::after{position:absolute;border:1px solid rgba(142,59,67,0.08);border-radius:50%;content:"";}.ph-blog__decoration::before{inset:42px;}.ph-blog__decoration::after{inset:88px;}.ph-blog__header{display:flex;align-items:flex-end;justify-content:space-between;gap:38px;margin-bottom:42px;}.ph-blog__heading{max-width:760px;}.ph-blog__eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:var(--ph-blog-primary);font-size:16px;font-weight:800;line-height:1.6;}.ph-blog__eyebrow span{width:46px;height:1px;background:var(--ph-blog-gold);}.ph-blog__title{margin:0;color:var(--ph-blog-dark);font-size:clamp(35px,3.5vw,49px);font-weight:800;line-height:1.3;letter-spacing:-0.5px;text-wrap:balance;}.ph-blog__title span{display:block;color:var(--ph-blog-primary);}.ph-blog__description{max-width:700px;margin:16px 0 0;color:var(--ph-blog-text);font-size:16px;line-height:1.95;text-wrap:pretty;}.ph-blog__all-link{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:12px 20px;background:transparent;color:var(--ph-blog-primary);border:1px solid var(--ph-blog-gold);border-radius:11px;font-size:14px;font-weight:800;line-height:1.5;text-decoration:none;white-space:nowrap;transition:transform 220ms ease,background-color 220ms ease,color 220ms ease,box-shadow 220ms ease;}.ph-blog__all-link span{color:inherit;}.ph-blog__all-link svg{width:18px;height:18px;color:var(--ph-blog-gold);transition:transform 220ms ease;}.ph-blog__all-link:hover,.ph-blog__all-link:focus-visible{transform:translateY(-3px);background:var(--ph-blog-primary);color:#ffffff;box-shadow:0 14px 27px rgba(116,47,54,0.2);}.ph-blog__all-link:hover svg,.ph-blog__all-link:focus-visible svg{color:var(--ph-blog-gold-light);transform:translateX(-5px);}.ph-blog__all-link:focus-visible{outline:3px solid rgba(212,175,55,0.45);outline-offset:3px;}.ph-blog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}.ph-blog__card{min-width:0;overflow:hidden;background:var(--ph-blog-white);border:1px solid rgba(116,47,54,0.09);border-radius:18px;box-shadow:0 15px 34px rgba(21,23,27,0.075),0 3px 8px rgba(21,23,27,0.025);transition:transform 240ms ease,border-color 240ms ease,box-shadow 240ms ease;}.ph-blog__card:hover{transform:translateY(-8px);border-color:rgba(212,175,55,0.55);box-shadow:0 27px 50px rgba(21,23,27,0.12),0 7px 17px rgba(142,59,67,0.055);}.ph-blog__card-link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;}.ph-blog__card-link:focus-visible{outline:3px solid rgba(212,175,55,0.55);outline-offset:-3px;}.ph-blog__media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#ded9d2;}.ph-blog__image,.ph-blog__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 650ms cubic-bezier(0.2,0.7,0.2,1),filter 300ms ease;}.ph-blog__card:hover .ph-blog__image{transform:scale(1.055);filter:saturate(1.04) contrast(1.02);}.ph-blog__placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;background:linear-gradient( 145deg,var(--ph-blog-primary-dark),var(--ph-blog-dark) );color:rgba(255,255,255,0.88);}.ph-blog__placeholder svg{width:48px;height:48px;color:var(--ph-blog-gold-light);}.ph-blog__placeholder span{font-size:14px;font-weight:800;}.ph-blog__category{position:absolute;right:14px;bottom:14px;max-width:calc(100% - 28px);padding:7px 12px;overflow:hidden;background:rgba(255,255,255,0.94);color:var(--ph-blog-primary);border:1px solid rgba(212,175,55,0.5);border-radius:999px;box-shadow:0 7px 17px rgba(21,23,27,0.12);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);font-size:11px;font-weight:800;line-height:1.4;text-overflow:ellipsis;white-space:nowrap;}.ph-blog__content{display:flex;flex:1;flex-direction:column;padding:20px 18px 19px;}.ph-blog__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 13px;margin-bottom:12px;color:#7a7e84;font-size:11px;font-weight:700;line-height:1.5;}.ph-blog__meta time,.ph-blog__meta>span{display:inline-flex;align-items:center;gap:5px;}.ph-blog__meta svg{width:15px;height:15px;color:var(--ph-blog-gold);}.ph-blog__content h3{display:-webkit-box;margin:0;overflow:hidden;color:var(--ph-blog-dark);font-size:20px;font-weight:800;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color 220ms ease;}.ph-blog__card:hover .ph-blog__content h3{color:var(--ph-blog-primary);}.ph-blog__line{display:block;width:35px;height:2px;margin:10px 0 11px;background:var(--ph-blog-gold);border-radius:999px;transition:width 220ms ease;}.ph-blog__card:hover .ph-blog__line{width:59px;}.ph-blog__content>p{display:-webkit-box;margin:0 0 18px;overflow:hidden;color:var(--ph-blog-text);font-size:13.5px;line-height:1.8;-webkit-box-orient:vertical;-webkit-line-clamp:3;}.ph-blog__read-more{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:auto;color:var(--ph-blog-primary);font-size:13px;font-weight:800;line-height:1.5;}.ph-blog__read-more svg{width:18px;height:18px;color:var(--ph-blog-gold);transition:transform 220ms ease;}.ph-blog__card:hover .ph-blog__read-more svg{transform:translateX(-5px);}.ph-blog__empty{display:flex;align-items:center;gap:18px;padding:28px;background:#ffffff;border:1px solid rgba(212,175,55,0.36);border-radius:18px;box-shadow:0 15px 34px rgba(21,23,27,0.07);}.ph-blog__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;flex:0 0 64px;background:linear-gradient( 145deg,var(--ph-blog-primary-dark),var(--ph-blog-primary) );color:var(--ph-blog-gold-light);border:1px solid rgba(212,175,55,0.55);border-radius:16px;}.ph-blog__empty-icon svg{width:34px;height:34px;}.ph-blog__empty h3{margin:0;color:var(--ph-blog-dark);font-size:20px;font-weight:800;line-height:1.5;}.ph-blog__empty p{margin:5px 0 0;color:var(--ph-blog-text);font-size:14px;line-height:1.8;}@media (max-width:1100px){.ph-blog{padding:80px 0 65px;}.ph-blog__title{font-size:clamp(32px,4.3vw,43px);}.ph-blog__grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ph-blog__card:last-child:nth-child(odd){grid-column:1 / -1;width:calc(50% - 11px);margin-inline:auto;}}@media (max-width:767px){.ph-blog{padding:58px 0 48px;}.ph-blog__header{align-items:stretch;flex-direction:column;gap:20px;margin-bottom:29px;}.ph-blog__eyebrow{font-size:15px;}.ph-blog__eyebrow span{width:28px;}.ph-blog__title{font-size:clamp(25px,6.8vw,30px);line-height:1.4;letter-spacing:0;}.ph-blog__description{margin-top:12px;font-size:14px;line-height:1.85;}.ph-blog__all-link{width:100%;}.ph-blog__grid{grid-template-columns:1fr;gap:14px;}.ph-blog__card:last-child:nth-child(odd){grid-column:auto;width:100%;margin-inline:0;}.ph-blog__card{border-radius:16px;}.ph-blog__content{padding:17px 15px 16px;}.ph-blog__content h3{font-size:18px;}.ph-blog__content>p{font-size:13px;line-height:1.75;}.ph-blog__empty{align-items:flex-start;padding:18px;}.ph-blog__empty-icon{width:50px;height:50px;flex-basis:50px;}.ph-blog__empty-icon svg{width:28px;height:28px;}.ph-blog__empty h3{font-size:17px;}.ph-blog__empty p{font-size:13px;}}@media (max-width:390px){.ph-blog__title{font-size:25px;}.ph-blog__content h3{font-size:17px;}.ph-blog__meta{font-size:10.5px;}}@media (hover:none){.ph-blog__card:active{transform:scale(0.99);border-color:rgba(212,175,55,0.55);}}@media (prefers-reduced-motion:reduce){.ph-blog__all-link,.ph-blog__all-link svg,.ph-blog__card,.ph-blog__image,.ph-blog__content h3,.ph-blog__line,.ph-blog__read-more svg{transition:none;}}.ph-faq{--faq-primary:#8e3b43;--faq-primary-dark:#742f36;--faq-gold:#d4af37;--faq-gold-light:#f0cf69;--faq-dark:#15171b;--faq-text:#60656d;--faq-surface:#ffffff;--faq-soft:#f8f5f0;--faq-border:rgba(116,47,54,0.11);position:relative;isolation:isolate;overflow:hidden;padding:96px 0 82px;background:radial-gradient( circle at 90% 8%,rgba(212,175,55,0.11),transparent 27% ),radial-gradient( circle at 7% 90%,rgba(142,59,67,0.07),transparent 24% ),linear-gradient(180deg,#ffffff 0%,#f8f5f0 100%);}.ph-faq *,.ph-faq *::before,.ph-faq *::after{box-sizing:border-box;}.ph-faq__decoration{position:absolute;z-index:-1;top:-135px;left:-105px;width:410px;height:410px;border:1px solid rgba(212,175,55,0.12);border-radius:50%;pointer-events:none;}.ph-faq__decoration::before,.ph-faq__decoration::after{position:absolute;border:1px solid rgba(142,59,67,0.075);border-radius:50%;content:"";}.ph-faq__decoration::before{inset:52px;}.ph-faq__decoration::after{inset:108px;}.ph-faq__layout{display:grid;grid-template-columns:minmax(320px,0.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(50px,7vw,96px);}.ph-faq__intro{position:sticky;top:140px;min-width:0;}.ph-faq__eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 13px;color:var(--faq-primary);font-size:16px;font-weight:800;line-height:1.6;}.ph-faq__eyebrow span{width:48px;height:2px;background:linear-gradient( 90deg,var(--faq-gold),rgba(212,175,55,0.1) );border-radius:999px;}.ph-faq__title{max-width:640px;margin:0;color:var(--faq-dark);font-size:clamp(37px,4vw,53px);font-weight:800;line-height:1.28;letter-spacing:-0.6px;text-wrap:balance;}.ph-faq__title span{display:block;color:var(--faq-primary);}.ph-faq__description{max-width:590px;margin:18px 0 0;color:var(--faq-text);font-size:16px;line-height:1.95;text-wrap:pretty;}.ph-faq__support{position:relative;margin-top:32px;padding:25px 23px 23px;overflow:hidden;background:linear-gradient( 145deg,#171e26 0%,#222c36 100% );color:#ffffff;border:1px solid rgba(212,175,55,0.62);border-radius:20px;box-shadow:0 24px 48px rgba(21,23,27,0.17),inset 0 1px 0 rgba(255,255,255,0.05);}.ph-faq__support::before{position:absolute;top:-65px;left:-55px;width:170px;height:170px;background:radial-gradient( circle,rgba(212,175,55,0.18),transparent 67% );border-radius:50%;content:"";pointer-events:none;}.ph-faq__support-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:17px;background:linear-gradient( 145deg,var(--faq-primary-dark),var(--faq-primary) );color:var(--faq-gold-light);border:1px solid rgba(212,175,55,0.6);border-radius:17px;box-shadow:0 12px 24px rgba(0,0,0,0.22);}.ph-faq__support-icon svg{width:32px;height:32px;}.ph-faq__support h3{margin:0;color:#ffffff;font-size:21px;font-weight:800;line-height:1.5;}.ph-faq__support p{margin:9px 0 20px;color:rgba(255,255,255,0.7);font-size:14px;line-height:1.8;}.ph-faq__support a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:47px;padding:11px 17px;background:var(--faq-gold);color:var(--faq-dark);border:1px solid transparent;border-radius:11px;box-shadow:0 10px 22px rgba(0,0,0,0.18);font-size:13px;font-weight:800;line-height:1.5;text-decoration:none;transition:transform 220ms ease,background-color 220ms ease,box-shadow 220ms ease;}.ph-faq__support a svg{width:18px;height:18px;transition:transform 220ms ease;}.ph-faq__support a:hover,.ph-faq__support a:focus-visible{transform:translateY(-3px);background:var(--faq-gold-light);color:var(--faq-dark);box-shadow:0 15px 28px rgba(0,0,0,0.24);}.ph-faq__support a:hover svg,.ph-faq__support a:focus-visible svg{transform:translateX(-5px);}.ph-faq__list{display:flex;flex-direction:column;gap:14px;min-width:0;}.ph-faq__item{position:relative;overflow:hidden;background:rgba(255,255,255,0.92);border:1px solid var(--faq-border);border-radius:18px;box-shadow:0 12px 28px rgba(21,23,27,0.055),0 2px 6px rgba(21,23,27,0.02);transition:transform 260ms ease,border-color 260ms ease,box-shadow 260ms ease,background-color 260ms ease;}.ph-faq__item::before{position:absolute;top:0;right:0;bottom:0;width:4px;background:linear-gradient( 180deg,var(--faq-gold),var(--faq-primary) );content:"";opacity:0;transform:scaleY(0.25);transition:opacity 260ms ease,transform 260ms ease;}.ph-faq__item:hover{transform:translateX(-5px);border-color:rgba(212,175,55,0.43);box-shadow:0 20px 38px rgba(21,23,27,0.09),0 5px 12px rgba(142,59,67,0.045);}.ph-faq__item.is-open{background:linear-gradient( 145deg,#ffffff 0%,#fbf6f2 100% );border-color:rgba(212,175,55,0.75);box-shadow:0 25px 48px rgba(21,23,27,0.11),0 6px 16px rgba(142,59,67,0.055);}.ph-faq__item.is-open::before{opacity:1;transform:scaleY(1);}.ph-faq__question-heading{margin:0;}.ph-faq__question{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) 44px;align-items:center;gap:17px;width:100%;min-height:88px;padding:18px 21px;background:transparent;color:inherit;border:0;cursor:pointer;font-family:inherit;text-align:right;-webkit-tap-highlight-color:transparent;}.ph-faq__question-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(142,59,67,0.07);color:var(--faq-primary);border:1px solid rgba(142,59,67,0.12);border-radius:14px;font-size:14px;font-weight:800;line-height:1;transition:transform 250ms ease,background-color 250ms ease,color 250ms ease,border-radius 250ms ease;}.ph-faq__item.is-open .ph-faq__question-number{transform:rotate(-5deg) scale(1.04);background:linear-gradient( 145deg,var(--faq-primary-dark),var(--faq-primary) );color:var(--faq-gold-light);border-color:rgba(212,175,55,0.55);border-radius:50%;box-shadow:0 9px 20px rgba(116,47,54,0.2);}.ph-faq__question-text{color:var(--faq-dark);font-size:17px;font-weight:800;line-height:1.6;transition:color 240ms ease,transform 240ms ease;}.ph-faq__item.is-open .ph-faq__question-text{color:var(--faq-primary);transform:translateX(-3px);}.ph-faq__toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:#ffffff;border:1px solid rgba(212,175,55,0.68);border-radius:50%;box-shadow:0 7px 16px rgba(21,23,27,0.075);transition:transform 300ms ease,background-color 240ms ease,border-color 240ms ease;}.ph-faq__toggle span{position:absolute;top:50%;left:50%;width:16px;height:2px;background:var(--faq-primary);border-radius:999px;transform:translate(-50%,-50%);transition:transform 300ms ease,background-color 240ms ease;}.ph-faq__toggle span:last-child{transform:translate(-50%,-50%) rotate(90deg);}.ph-faq__item.is-open .ph-faq__toggle{transform:rotate(180deg);background:var(--faq-primary);border-color:var(--faq-primary);}.ph-faq__item.is-open .ph-faq__toggle span{background:var(--faq-gold-light);}.ph-faq__item.is-open .ph-faq__toggle span:last-child{transform:translate(-50%,-50%) rotate(0deg);}.ph-faq__answer{display:grid;grid-template-rows:0fr;visibility:hidden;opacity:0;background:linear-gradient( 180deg,rgba(142,59,67,0.025),rgba(212,175,55,0.035) );transition:grid-template-rows 360ms cubic-bezier(0.22,0.7,0.25,1),opacity 250ms ease,visibility 0s linear 360ms;}.ph-faq__item.is-open .ph-faq__answer{grid-template-rows:1fr;visibility:visible;opacity:1;transition:grid-template-rows 360ms cubic-bezier(0.22,0.7,0.25,1),opacity 270ms ease,visibility 0s linear 0s;}.ph-faq__answer-inner{min-height:0;overflow:hidden;}.ph-faq__answer-inner p{position:relative;margin:0;padding:4px 90px 23px 76px;color:var(--faq-text);font-size:14.5px;line-height:1.95;}.ph-faq__answer-inner p::before{position:absolute;top:8px;right:67px;width:7px;height:7px;background:var(--faq-gold);border-radius:50%;content:"";box-shadow:0 0 0 5px rgba(212,175,55,0.1);}.ph-faq__answer[hidden]{display:grid;}.ph-faq__question:focus-visible,.ph-faq__support a:focus-visible{outline:3px solid rgba(212,175,55,0.52);outline-offset:3px;}@media (max-width:1050px){.ph-faq{padding:80px 0 67px;}.ph-faq__layout{grid-template-columns:1fr;gap:42px;}.ph-faq__intro{position:relative;top:auto;max-width:760px;}.ph-faq__title{font-size:clamp(33px,4.7vw,45px);}.ph-faq__support{max-width:620px;}}@media (max-width:767px){.ph-faq{padding:58px 0 48px;}.ph-faq__layout{gap:30px;}.ph-faq__eyebrow{font-size:15px;}.ph-faq__eyebrow span{width:28px;}.ph-faq__title{font-size:clamp(25px,6.8vw,30px);line-height:1.4;letter-spacing:0;}.ph-faq__description{margin-top:12px;font-size:14px;line-height:1.85;}.ph-faq__support{margin-top:22px;padding:19px 17px;border-radius:16px;}.ph-faq__support-icon{width:51px;height:51px;margin-bottom:14px;}.ph-faq__support h3{font-size:18px;}.ph-faq__support p{font-size:13px;}.ph-faq__support a{width:100%;}.ph-faq__list{gap:11px;}.ph-faq__item{border-radius:15px;}.ph-faq__question{grid-template-columns:41px minmax(0,1fr) 37px;gap:10px;min-height:74px;padding:14px 13px;}.ph-faq__question-number{width:39px;height:39px;border-radius:11px;font-size:12px;}.ph-faq__question-text{font-size:15px;line-height:1.55;}.ph-faq__toggle{width:36px;height:36px;}.ph-faq__toggle span{width:14px;}.ph-faq__answer-inner p{padding:3px 63px 19px 51px;font-size:13px;line-height:1.85;}.ph-faq__answer-inner p::before{top:7px;right:43px;width:6px;height:6px;}.ph-faq__item:hover{transform:none;}}@media (max-width:390px){.ph-faq__title{font-size:25px;}.ph-faq__question{grid-template-columns:36px minmax(0,1fr) 34px;padding-inline:10px;}.ph-faq__question-number{width:35px;height:35px;}.ph-faq__question-text{font-size:14px;}.ph-faq__toggle{width:33px;height:33px;}.ph-faq__answer-inner p{padding-right:52px;padding-left:39px;font-size:12.5px;}.ph-faq__answer-inner p::before{right:34px;}}@media (hover:none){.ph-faq__item:active{border-color:rgba(212,175,55,0.5);}}@media (prefers-reduced-motion:reduce){.ph-faq__item,.ph-faq__item::before,.ph-faq__question-number,.ph-faq__question-text,.ph-faq__toggle,.ph-faq__toggle span,.ph-faq__answer,.ph-faq__support a,.ph-faq__support a svg{transition:none;}}.ph-contact{--contact-primary:#8e3b43;--contact-primary-dark:#742f36;--contact-gold:#d4af37;--contact-gold-light:#efd16b;--contact-dark:#11171d;--contact-dark-soft:#1b242e;--contact-text:rgba(255,255,255,0.72);--contact-white:#ffffff;--contact-border:rgba(212,175,55,0.28);position:relative;isolation:isolate;overflow:hidden;padding:96px 0 82px;background:radial-gradient( circle at 88% 10%,rgba(142,59,67,0.24),transparent 30% ),radial-gradient( circle at 7% 92%,rgba(212,175,55,0.1),transparent 24% ),linear-gradient( 135deg,#0d1319 0%,#17212b 52%,#10171e 100% );color:#ffffff;}.ph-contact *,.ph-contact *::before,.ph-contact *::after{box-sizing:border-box;}.ph-contact::before{position:absolute;inset:0;z-index:-2;content:"";background-image:linear-gradient( rgba(255,255,255,0.018) 1px,transparent 1px ),linear-gradient( 90deg,rgba(255,255,255,0.018) 1px,transparent 1px );background-size:48px 48px;mask-image:linear-gradient( to bottom,transparent,#000 14%,#000 86%,transparent );}.ph-contact__glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(28px);pointer-events:none;}.ph-contact__glow--top{top:-180px;right:-130px;width:460px;height:460px;background:rgba(142,59,67,0.17);}.ph-contact__glow--bottom{bottom:-210px;left:-150px;width:500px;height:500px;background:rgba(212,175,55,0.07);}.ph-contact__layout{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(420px,1.1fr);align-items:start;gap:clamp(46px,6vw,88px);}.ph-contact__content{min-width:0;padding-top:18px;}.ph-contact__eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 14px;color:var(--contact-gold-light);font-size:16px;font-weight:800;line-height:1.6;}.ph-contact__eyebrow span{width:50px;height:1px;background:linear-gradient( 90deg,var(--contact-gold),transparent );}.ph-contact__title{max-width:680px;margin:0;color:#ffffff;font-size:clamp(38px,4vw,56px);font-weight:800;line-height:1.28;letter-spacing:-0.7px;text-wrap:balance;}.ph-contact__title span{display:block;margin-top:4px;color:var(--contact-gold-light);}.ph-contact__description{max-width:650px;margin:20px 0 0;color:var(--contact-text);font-size:16px;line-height:1.95;text-wrap:pretty;}.ph-contact__quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:30px;}.ph-contact__quick-button{display:flex;align-items:center;gap:13px;min-width:0;min-height:82px;padding:15px;color:#ffffff;border:1px solid rgba(255,255,255,0.1);border-radius:16px;text-decoration:none;box-shadow:0 16px 34px rgba(0,0,0,0.18);transition:transform 220ms ease,border-color 220ms ease,box-shadow 220ms ease,background-color 220ms ease;}.ph-contact__quick-button--call{background:linear-gradient( 135deg,rgba(142,59,67,0.96),rgba(116,47,54,0.96) );border-color:rgba(212,175,55,0.48);}.ph-contact__quick-button--whatsapp{background:linear-gradient( 135deg,rgba(23,138,75,0.95),rgba(15,104,56,0.96) );border-color:rgba(255,255,255,0.14);}.ph-contact__quick-button:hover,.ph-contact__quick-button:focus-visible{transform:translateY(-4px);border-color:rgba(212,175,55,0.72);box-shadow:0 22px 42px rgba(0,0,0,0.25);}.ph-contact__quick-button:focus-visible{outline:3px solid rgba(212,175,55,0.5);outline-offset:3px;}.ph-contact__quick-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;background:rgba(255,255,255,0.1);color:#ffffff;border:1px solid rgba(255,255,255,0.16);border-radius:13px;}.ph-contact__quick-icon svg{width:25px;height:25px;}.ph-contact__quick-button>span:last-child{min-width:0;}.ph-contact__quick-button small,.ph-contact__quick-button strong{display:block;}.ph-contact__quick-button small{color:rgba(255,255,255,0.7);font-size:11px;font-weight:700;line-height:1.5;}.ph-contact__quick-button strong{margin-top:3px;color:#ffffff;font-size:16px;font-weight:800;line-height:1.5;}.ph-contact__information{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:25px;}.ph-contact__info-item{display:flex;align-items:flex-start;gap:12px;min-width:0;padding:16px;background:rgba(255,255,255,0.045);border:1px solid rgba(255,255,255,0.08);border-radius:14px;}.ph-contact__info-item--wide{grid-column:1 / -1;}.ph-contact__info-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;background:rgba(212,175,55,0.09);color:var(--contact-gold-light);border:1px solid rgba(212,175,55,0.25);border-radius:12px;}.ph-contact__info-icon svg{width:24px;height:24px;}.ph-contact__info-item strong{display:block;margin-bottom:3px;color:#ffffff;font-size:13px;font-weight:800;line-height:1.5;}.ph-contact__info-item a,.ph-contact__info-item span,.ph-contact__cities{margin:0;color:rgba(255,255,255,0.66);font-size:12.5px;line-height:1.75;text-decoration:none;overflow-wrap:anywhere;}.ph-contact__info-item a:hover{color:var(--contact-gold-light);}.ph-contact__assurances{display:flex;align-items:center;flex-wrap:wrap;gap:12px 22px;margin-top:21px;}.ph-contact__assurances>span{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,0.64);font-size:12px;font-weight:700;line-height:1.5;}.ph-contact__assurances svg{width:18px;height:18px;color:var(--contact-gold-light);}.ph-contact__form-panel{position:relative;min-width:0;padding:clamp(26px,3vw,38px);background:linear-gradient( 145deg,rgba(255,255,255,0.98),rgba(249,246,241,0.98) );color:#15171b;border:1px solid rgba(212,175,55,0.56);border-radius:24px;box-shadow:0 32px 70px rgba(0,0,0,0.24),0 8px 18px rgba(0,0,0,0.08);}.ph-contact__form-panel::before{position:absolute;top:0;right:28px;left:28px;height:3px;background:linear-gradient( 90deg,transparent,var(--contact-gold),transparent );border-radius:999px;content:"";}.ph-contact__form-heading{display:flex;align-items:flex-start;gap:16px;margin-bottom:26px;}.ph-contact__form-number{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;flex:0 0 58px;background:linear-gradient( 145deg,var(--contact-primary-dark),var(--contact-primary) );color:var(--contact-gold-light);border:1px solid rgba(212,175,55,0.62);border-radius:15px;box-shadow:0 11px 24px rgba(116,47,54,0.21);font-size:18px;font-weight:800;}.ph-contact__form-heading h3{margin:0;color:#15171b;font-size:25px;font-weight:800;line-height:1.45;}.ph-contact__form-heading p{margin:5px 0 0;color:#666b73;font-size:13.5px;line-height:1.75;}.ph-contact__message{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px;padding:13px 14px;border-radius:12px;font-size:13px;font-weight:700;line-height:1.7;}.ph-contact__message svg{width:22px;height:22px;flex:0 0 22px;}.ph-contact__message--success{background:rgba(23,138,75,0.1);color:#12663a;border:1px solid rgba(23,138,75,0.22);}.ph-contact__message--error{background:rgba(173,42,42,0.08);color:#962d2d;border:1px solid rgba(173,42,42,0.2);}.ph-contact__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 14px;}.ph-contact__field{min-width:0;}.ph-contact__field--full{grid-column:1 / -1;}.ph-contact__field label{display:block;margin-bottom:7px;color:#30343a;font-size:12.5px;font-weight:800;line-height:1.5;}.ph-contact__field label>span{color:var(--contact-primary);}.ph-contact__control{position:relative;display:flex;align-items:center;min-width:0;}.ph-contact__control>svg{position:absolute;z-index:2;top:50%;right:14px;width:20px;height:20px;color:#a07a34;transform:translateY(-50%);pointer-events:none;}.ph-contact__control--textarea{align-items:flex-start;}.ph-contact__control--textarea>svg{top:16px;transform:none;}.ph-contact__control input,.ph-contact__control select,.ph-contact__control textarea{width:100%;min-width:0;background:#ffffff;color:#272b31;border:1px solid #ddd7cf;border-radius:11px;font-family:inherit;font-size:13px;line-height:1.6;transition:border-color 200ms ease,box-shadow 200ms ease,background-color 200ms ease;}.ph-contact__control input,.ph-contact__control select{min-height:50px;padding:11px 43px 11px 13px;}.ph-contact__control textarea{min-height:128px;padding:13px 43px 13px 13px;resize:vertical;}.ph-contact__control input::placeholder,.ph-contact__control textarea::placeholder{color:#999da3;}.ph-contact__control input:focus,.ph-contact__control select:focus,.ph-contact__control textarea:focus{background:#ffffff;border-color:var(--contact-gold);outline:0;box-shadow:0 0 0 4px rgba(212,175,55,0.12);}.ph-contact__control select{cursor:pointer;}.ph-contact__honeypot{position:absolute !important;left:-9999px !important;width:1px !important;height:1px !important;overflow:hidden !important;opacity:0 !important;}.ph-contact__consent{position:relative;display:flex;align-items:flex-start;gap:9px;margin-top:17px;color:#686d74;font-size:11.5px;font-weight:700;line-height:1.65;cursor:pointer;}.ph-contact__consent input{position:absolute;opacity:0;pointer-events:none;}.ph-contact__consent-box{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;margin-top:1px;background:#ffffff;color:#ffffff;border:1px solid #d5cec5;border-radius:5px;transition:background-color 180ms ease,border-color 180ms ease,box-shadow 180ms ease;}.ph-contact__consent-box svg{width:14px;height:14px;opacity:0;transform:scale(0.6);transition:opacity 180ms ease,transform 180ms ease;}.ph-contact__consent input:checked + .ph-contact__consent-box{background:var(--contact-primary);border-color:var(--contact-primary);}.ph-contact__consent input:checked + .ph-contact__consent-box svg{opacity:1;transform:scale(1);}.ph-contact__consent input:focus-visible + .ph-contact__consent-box{outline:3px solid rgba(212,175,55,0.45);outline-offset:2px;}.ph-contact__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:54px;margin-top:19px;padding:12px 20px;background:linear-gradient( 135deg,var(--contact-primary-dark),var(--contact-primary) );color:#ffffff;border:1px solid transparent;border-radius:12px;box-shadow:0 14px 29px rgba(116,47,54,0.23);font-family:inherit;font-size:14px;font-weight:800;line-height:1.5;cursor:pointer;transition:transform 210ms ease,background-color 210ms ease,border-color 210ms ease,box-shadow 210ms ease;}.ph-contact__submit svg{width:21px;height:21px;transition:transform 210ms ease;}.ph-contact__submit:hover,.ph-contact__submit:focus-visible{transform:translateY(-3px);background:var(--contact-primary-dark);border-color:var(--contact-gold);box-shadow:0 20px 36px rgba(116,47,54,0.29);}.ph-contact__submit:hover svg,.ph-contact__submit:focus-visible svg{transform:translateX(-5px);}.ph-contact__submit:focus-visible{outline:3px solid rgba(212,175,55,0.48);outline-offset:3px;}.ph-contact__submit:active{transform:translateY(0) scale(0.99);}.ph-contact__form-note{margin:11px 0 0;color:#8a8e94;font-size:10.5px;font-weight:700;line-height:1.6;text-align:center;}@media (max-width:1050px){.ph-contact{padding:80px 0 66px;}.ph-contact__layout{grid-template-columns:1fr;gap:45px;}.ph-contact__content{max-width:760px;padding-top:0;}.ph-contact__title{font-size:clamp(34px,4.8vw,48px);}.ph-contact__form-panel{max-width:820px;width:100%;}}@media (max-width:767px){.ph-contact{padding:58px 0 48px;}.ph-contact__layout{gap:32px;}.ph-contact__eyebrow{font-size:15px;}.ph-contact__eyebrow span{width:29px;}.ph-contact__title{font-size:clamp(27px,7vw,33px);line-height:1.4;letter-spacing:0;}.ph-contact__description{margin-top:14px;font-size:14px;line-height:1.85;}.ph-contact__quick-actions{grid-template-columns:1fr;gap:10px;margin-top:23px;}.ph-contact__quick-button{min-height:72px;}.ph-contact__information{grid-template-columns:1fr;margin-top:19px;}.ph-contact__info-item--wide{grid-column:auto;}.ph-contact__assurances{align-items:flex-start;flex-direction:column;gap:9px;}.ph-contact__form-panel{padding:22px 16px 19px;border-radius:18px;}.ph-contact__form-heading{gap:12px;margin-bottom:21px;}.ph-contact__form-number{width:49px;height:49px;flex-basis:49px;}.ph-contact__form-heading h3{font-size:20px;}.ph-contact__form-heading p{font-size:12.5px;}.ph-contact__form-grid{grid-template-columns:1fr;gap:14px;}.ph-contact__field--full{grid-column:auto;}.ph-contact__control input,.ph-contact__control select{min-height:49px;}.ph-contact__control textarea{min-height:120px;}.ph-contact__submit{min-height:52px;}}@media (max-width:390px){.ph-contact__title{font-size:27px;}.ph-contact__quick-button strong{font-size:15px;}.ph-contact__form-panel{padding-inline:13px;}.ph-contact__form-heading h3{font-size:18px;}}@media (prefers-reduced-motion:reduce){.ph-contact__quick-button,.ph-contact__control input,.ph-contact__control select,.ph-contact__control textarea,.ph-contact__consent-box,.ph-contact__consent-box svg,.ph-contact__submit,.ph-contact__submit svg{transition:none;}}.ph-contact{padding:94px 0;background:radial-gradient(circle at 82% 16%,rgba(212,175,55,.12),transparent 28%),linear-gradient(135deg,#5f202b 0%,#8e3b43 48%,#27161b 100%)}.ph-contact__layout{border-radius:26px}.ph-contact__form,.ph-contact__quick-button,.ph-contact__info-item{border-radius:17px}.ph-contact__quick-button{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.ph-contact__quick-button:hover{transform:translateY(-4px)}@media(max-width:767px){.ph-contact{padding:62px 0}.ph-contact__layout{border-radius:20px}.ph-contact__quick-actions{display:grid;grid-template-columns:1fr 1fr}.ph-contact__quick-button{min-width:0}}@media (max-width:1024px){:root{--ph-mobile-body:16px;--ph-mobile-small:13px;--ph-mobile-h1:clamp(31px,5.8vw,42px);--ph-mobile-h2:clamp(26px,4.8vw,34px);--ph-mobile-h3:clamp(20px,3.4vw,24px);}main h1{font-size:var(--ph-mobile-h1) !important;line-height:1.28 !important;letter-spacing:-.015em;}main h2{font-size:var(--ph-mobile-h2) !important;line-height:1.35 !important;letter-spacing:-.01em;}main h3{font-size:var(--ph-mobile-h3) !important;line-height:1.45 !important;}.ph-button,button,input[type="submit"],input[type="button"]{min-height:46px;}input,select,textarea{font-size:16px;}}@media (max-width:767px){:root{--ph-mobile-h1:clamp(29px,8vw,35px);--ph-mobile-h2:clamp(24px,6.4vw,29px);--ph-mobile-h3:clamp(19px,5vw,22px);}.ph-container{width:min(100% - 30px,var(--ph-container,1200px));}main{overflow-wrap:anywhere;}.ph-hero__description,.ph-services-hero__description,.ph-services-hub__lead,.ph-service-single__lead,.ph-service-richtext,.ph-service-richtext p,.ph-service-section__head>p:last-child,.ph-page-hero__lead,.ph-project-before-after__description,.ph-project-single p,.ph-about-page p,.ph-contact-page p,.ph-contact-intro,.ph-faq__description,.ph-blog__description{font-size:15.5px !important;line-height:1.85 !important;}.ph-project-card__media{aspect-ratio:16 / 11;}.ph-project-card__content{padding:18px 16px 16px;}.ph-project-card__category{font-size:13px;line-height:1.55;}.ph-project-card__title{font-size:20px !important;line-height:1.5 !important;}.ph-project-card__excerpt{font-size:15px !important;line-height:1.8;}.ph-project-card__badge,.ph-project-card__status{min-height:30px;font-size:11.5px;}.ph-project-card__fact-text small{font-size:11.5px;}.ph-project-card__fact-text strong{font-size:13px;}.ph-project-card__action{font-size:14px;min-height:42px;}.ph-project-card__arrow{width:40px;height:40px;}.ph-project-card .ph-before-after--card .ph-before-after__label{font-size:11.5px;}.ph-service-jump{overflow-x:auto;scrollbar-width:none;}.ph-service-jump::-webkit-scrollbar{display:none;}.ph-service-jump .ph-container{width:max-content;min-width:100%;padding-inline:15px;}.ph-service-jump a{min-height:42px;font-size:13px !important;white-space:nowrap;}.ph-service-chip-grid span{font-size:14px !important;line-height:1.6;}.ph-service-tech-list li,.ph-service-list-card li{font-size:15px;line-height:1.75;}.ph-service-single__facts li span{font-size:12.5px;}.ph-service-single__facts li strong{font-size:14px;}.ph-service-single__request-form label,.ph-contact-form label{font-size:14px;}.ph-service-single__request-form input,.ph-service-single__request-form select,.ph-service-single__request-form textarea,.ph-contact-form input,.ph-contact-form select,.ph-contact-form textarea{min-height:48px;font-size:16px !important;}.ph-service-single__request-form textarea,.ph-contact-form textarea{min-height:130px;}.ph-service-single__faq summary,.ph-contact-page__faq summary{min-height:52px;font-size:16px;line-height:1.6;}.ph-service-single__faq details p,.ph-contact-page__faq details p{font-size:15px !important;line-height:1.8;}.ph-topbar{display:none;}.ph-header-main__inner{min-height:68px;}.ph-header-cta{display:none !important;}.ph-header-call,.ph-mobile-menu-toggle{width:44px;height:44px;min-height:44px;}.ph-project-card__media>.ph-before-after--card,.ph-project-card__media>.ph-before-after--card>.ph-before-after__media,.ph-project-card__media>.ph-before-after--card .ph-before-after__image,.ph-project-card__media>.ph-before-after--card .ph-before-after__after,.ph-project-card__media>.ph-before-after--card .ph-before-after__after img{inset:0;width:100%;height:100%;max-width:none;margin:0;object-fit:cover;}.ph-project-before-after{padding-block:72px;}.ph-project-before-after__header{margin-bottom:32px;}.ph-project-card:hover .ph-project-card__surface{transform:none;}}@media (max-width:390px){.ph-container{width:min(100% - 24px,var(--ph-container,1200px));}main h1{font-size:clamp(28px,8.3vw,32px) !important;}main h2{font-size:clamp(23px,6.5vw,27px) !important;}main h3{font-size:clamp(18px,5.2vw,21px) !important;}.ph-project-card__excerpt{font-size:14.5px !important;}.ph-project-card__badge,.ph-project-card__status{font-size:11px;}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;}}@media (max-width:767px){main small,.ph-trust small,.ph-services-contact small,.ph-footer small{font-size:max(12.5px,.78125rem);line-height:1.55;}.ph-project-card__badge,.ph-project-card__status,.ph-project-card__fact-text small,.ph-project-card .ph-before-after--card .ph-before-after__label{font-size:12.5px !important;}}@media (max-width:767px){main [class$="__eyebrow"],main [class$="__badge"],main [class$="__label"],main [class$="__meta"]{font-size:12.5px !important;line-height:1.55;}}@media (max-width:1024px){main:where(section,article,aside,form,fieldset,figure,div),footer:where(section,article,aside,form,fieldset,figure,div){min-width:0;}main:where(img,video,iframe,embed,object){max-width:100%;}main:where(pre,code){max-width:100%;}main pre{overflow-x:auto;-webkit-overflow-scrolling:touch;}main table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;}main:where(h1,h2,h3,h4,p,li,a,strong,span){overflow-wrap:break-word;}[id]{scroll-margin-top:92px;}}@media (max-width:782px){body.admin-bar{--ph-admin-offset:46px;}.admin-bar .ph-mobile-drawer{top:var(--ph-admin-offset,46px);height:calc(100dvh - var(--ph-admin-offset,46px));}}@media (max-width:767px){.ph-service-single__request-actions,.ph-services-request__direct,.ph-project-single-cta__actions,.ph-contact-actions{align-items:stretch;}.ph-service-single__request-actions>a,.ph-services-request__direct>a{min-height:46px;white-space:normal;text-align:center;}.ph-content-entry:where(figure,.wp-block-image,.wp-block-video,.wp-block-embed),.ph-article__body:where(figure,.wp-block-image,.wp-block-video,.wp-block-embed),.ph-service-richtext:where(figure,.wp-block-image,.wp-block-video,.wp-block-embed){max-width:100%;}.ph-content-entry iframe,.ph-article__body iframe,.ph-service-richtext iframe{width:100%;}}@media (hover:none){.ph-card:hover,.ph-service-card-v3:hover,.ph-project-card:hover .ph-project-card__surface{transform:none;}}@media (max-width:900px){.ph-branding__text span,.ph-mobile-drawer__brand-text span{font-size:11.5px !important;line-height:1.35;letter-spacing:.55px;}}@media (max-width:767px){.ph-footer__cities-list span,.ph-footer__copyright,.ph-footer__credit{font-size:12.5px !important;line-height:1.55;}}.ph-section--dark:where(h1,h2,h3,h4),.ph-service-single__hero:where(h1,h2,h3,h4),.ph-service-story:where(h1,h2,h3,h4),.ph-service-single__request:where(h1,h2,h3,h4),.ph-services-hub-hero:where(h1,h2,h3,h4),.ph-services-estimate:where(h1,h2,h3,h4),.ph-services-request:where(h1,h2,h3,h4){color:#fff !important;}.ph-service-single__request .ph-service-single__eyebrow,.ph-service-story .ph-service-single__eyebrow,.ph-service-single__hero .ph-service-single__eyebrow{color:#f1cf62 !important;}.ph-service-single__request{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 12%,rgba(212,175,55,.15),transparent 26%),linear-gradient(135deg,#15171b 0%,#2b171d 46%,#742f36 100%);}.ph-service-single__request::before{content:"";position:absolute;inset-inline:0;top:0;height:3px;background:linear-gradient(90deg,transparent,#d4af37 18%,#f1d36f 50%,#d4af37 82%,transparent);}.ph-service-single__request-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-color:rgba(212,175,55,.58);}.ph-service-single__request-actions a:hover,.ph-service-single__request-actions a:focus-visible{background:#d4af37;border-color:#d4af37;color:#15171b;}.ph-service-single__steps ol{counter-reset:steps;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;}.ph-service-single__steps li{counter-increment:steps;position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:14px;min-height:112px;padding:18px;margin:0;border:1px solid #e7dfda;border-radius:18px;background:linear-gradient(145deg,#fff,#fbf8f5);color:#3f444b;font-size:15.5px;font-weight:650;line-height:1.75;box-shadow:0 10px 28px rgba(21,23,27,.045);}.ph-service-single__steps li::before{content:none !important;display:none !important;place-items:center;width:54px;height:54px;margin:0 !important;border:1px solid rgba(212,175,55,.55);border-radius:16px;background:linear-gradient(145deg,#8e3b43,#742f36);color:#f4d77b !important;font-size:14px;font-weight:900;box-shadow:0 8px 20px rgba(116,47,54,.16);}.ph-service-single__steps li:hover{border-color:rgba(212,175,55,.62);box-shadow:0 16px 36px rgba(21,23,27,.08);transform:translateY(-2px);}.ph-service-jump{border-block:1px solid #eee5df;background:rgba(255,255,255,.97);box-shadow:0 8px 24px rgba(21,23,27,.045);}.ph-service-jump .ph-container{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;}.ph-service-jump a{scroll-snap-align:start;border:1px solid #eadfda;background:#fff;}.ph-service-jump a:hover,.ph-service-jump a:focus-visible{border-color:rgba(212,175,55,.8);background:#fff9e8;color:#742f36;}.ph-mobile-cta__icon{display:grid !important;place-items:center;width:22px;height:22px;line-height:1 !important;}.ph-mobile-cta__icon svg{display:block;width:21px;height:21px;}.ph-mobile-cta__item--primary .ph-mobile-cta__icon{color:#fff;}.ph-mobile-menu,.ph-mobile-menu ul,.ph-mobile-menu li{list-style:none !important;}.ph-mobile-menu>li>a::before{display:none !important;content:none !important;}.ph-mobile-menu>li>a{padding-inline:14px 38px !important;}.ph-service-story__item,.ph-service-story__placeholder{aspect-ratio:4 / 3;min-height:0;}.ph-service-story__item img{width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover;}.ph-service-breadcrumb{min-height:0;}@media (max-width:767px){.ph-site-header,.ph-header-main,.ph-header-main__inner{margin-block:0 !important;}.ph-header-main__inner{min-height:66px !important;padding-block:7px !important;}.ph-logo img,.ph-logo .custom-logo{max-height:51px !important;}.ph-mobile-menu-toggle{width:46px !important;height:46px !important;min-height:46px !important;}.ph-service-jump,.admin-bar .ph-service-jump{position:relative !important;top:auto !important;z-index:10;overflow:hidden;}.ph-service-jump .ph-container{display:flex;width:100% !important;max-width:none !important;min-width:0 !important;gap:8px;overflow-x:auto;padding:10px 14px !important;scroll-padding-inline:14px;}.ph-service-jump a{flex:0 0 auto;min-height:40px;padding:8px 14px;font-size:13px !important;font-weight:800;border-radius:999px;white-space:nowrap;}.ph-service-breadcrumb{padding-block:8px !important;}.ph-service-breadcrumb .ph-container{font-size:12.5px !important;line-height:1.6;}.ph-service-single__steps ol{grid-template-columns:1fr !important;gap:12px;}.ph-service-single__steps li{grid-template-columns:50px minmax(0,1fr);gap:13px;min-height:92px;padding:15px 16px;border-radius:16px;font-size:15px;}.ph-service-single__steps li::before{content:none !important;display:none !important;width:50px;height:50px;border-radius:14px;font-size:13px;}.ph-service-single__steps li:hover{transform:none;}.ph-service-story__grid{gap:14px !important;}.ph-service-story__item,.ph-service-story__placeholder,.ph-service-story__item img{min-height:0 !important;height:auto !important;aspect-ratio:4 / 3;}.ph-service-single__request{padding-block:58px !important;}.ph-service-single__request-actions{grid-template-columns:1fr 1fr;}.ph-service-single__request-actions a{min-width:0;padding:11px 10px;font-size:13.5px;}.ph-mobile-cta{right:8px !important;left:8px !important;bottom:max(8px,env(safe-area-inset-bottom)) !important;}.ph-mobile-cta__item{min-height:54px !important;font-size:12.5px !important;}}@media (max-width:390px){.ph-service-single__request-actions{grid-template-columns:1fr;}}.ph-page-hero,.ph-page-hero--about,.ph-page-hero--contact{color:#fff;}.ph-page-hero:where(h1,h2,h3,h4),.ph-page-hero__visual:where(h1,h2,h3,h4,strong){color:#fff !important;}.ph-page-hero h1 span,.ph-page-hero__eyebrow,.ph-page-hero__visual>span{color:#efd16b !important;}:is( .ph-section--dark,.ph-about-page__hero,.ph-contact-hero,.ph-project-single-hero,.ph-project-single-cta,.ph-services-estimate,.ph-services-request,.ph-services-hub-hero,.ph-service-story,.ph-service-single__hero,.ph-service-single__request ):where(h1,h2,h3,h4){color:#fff !important;}@media (max-width:767px){.ph-mobile-drawer__body{padding-bottom:max(22px,env(safe-area-inset-bottom));}.ph-mobile-menu>li{min-height:0;}.ph-mobile-menu>li>a{min-height:52px;}}.ph-contact__consent a,.ph-services-request__consent a,.ph-service-single__request-consent a{color:inherit;text-decoration:underline;text-underline-offset:3px;font-weight:800;}.ph-contact__consent a:hover,.ph-services-request__consent a:hover,.ph-service-single__request-consent a:hover{color:#d4af37;}@media(max-width:767px){.ph-hero h1,.ph-hero__title{font-size:clamp(34px,9.6vw,46px)!important;line-height:1.27!important;letter-spacing:-.25px!important}.ph-hero p,.ph-hero__description{font-size:15px!important;line-height:1.9!important}.ph-process__title{font-size:clamp(28px,8vw,36px)!important;line-height:1.35!important}.ph-process__description{font-size:14.5px!important;line-height:1.9!important}.ph-process__icon{width:52px!important;height:52px!important}.ph-process__icon svg{width:25px!important;height:25px!important}}html{overflow-x:clip}body{overflow-wrap:anywhere}img,svg,video,iframe{max-width:100%}button,a,input,select,textarea{touch-action:manipulation}:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(212,175,55,.75);outline-offset:3px}@media(max-width:767px){.ph-container{width:min(100% - 28px,var(--ph-container,1200px))}main h1{line-height:1.18;text-wrap:balance}main h2{line-height:1.25;text-wrap:balance}main p,main li{line-height:1.85}.ph-service-single__actions a,.ph-local-service-actions a,.ph-project-single-cta__actions a{min-height:48px}}@media(max-width:390px){.ph-container{width:min(100% - 22px,var(--ph-container,1200px))}main h1{font-size:clamp(28px,8.5vw,38px)}}:where(.ph-service-section,.ph-local-section,.ph-project-overview,.ph-project-before-after,.ph-project-execution-gallery,.ph-project-single-related){scroll-margin-top:110px;}:where(.ph-service-section__head,.ph-local-section-head,.ph-local-section__head,.ph-project-before-after__header,.ph-project-execution-gallery__head) h2{max-width:820px;text-wrap:balance;}:where(.ph-service-section__head,.ph-local-section-head,.ph-local-section__head,.ph-project-before-after__header,.ph-project-execution-gallery__head) p{max-width:760px;}@media(max-width:767px){:where(.ph-service-section,.ph-local-section,.ph-project-overview,.ph-project-before-after,.ph-project-execution-gallery,.ph-project-single-related){padding-top:var(--ph-section-space-mobile);padding-bottom:var(--ph-section-space-mobile);}}@media (max-width:767px){.ph-topbar{display:block !important;min-height:34px !important;padding:0 !important;}.ph-topbar__inner{display:flex !important;min-height:34px !important;padding:4px 12px !important;gap:8px !important;justify-content:space-between !important;}.ph-topbar__contact,.ph-topbar__actions{display:flex !important;align-items:center !important;gap:8px !important;}.ph-topbar__address,.ph-topbar__trust{display:none !important;}.ph-topbar__item{min-height:26px !important;gap:5px !important;}.ph-topbar__item-content small{display:none !important;}.ph-topbar__item-content strong{font-size:11.5px !important;white-space:nowrap !important;}.ph-topbar__icon{width:19px !important;height:19px !important;}.ph-topbar__whatsapp{min-height:26px !important;padding:4px 8px !important;border-radius:999px !important;font-size:11.5px !important;}.ph-topbar__whatsapp svg{width:16px !important;height:16px !important;}.ph-header-main__inner{min-height:70px !important;}.js .ph-mobile-motion{opacity:0;transform:translate3d(0,16px,0) scale(.992);transition:opacity .48s ease,transform .58s cubic-bezier(.2,.75,.25,1);will-change:opacity,transform;}.js .ph-mobile-motion.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1);}.ph-mobile-motion:nth-child(2){transition-delay:55ms;}.ph-mobile-motion:nth-child(3){transition-delay:90ms;}.ph-mobile-motion:nth-child(4){transition-delay:125ms;}.ph-services-gallery__card:active,.ph-project-card:active,.ph-service-card-v3:active,.ph-service-review-card:active{transform:scale(.985);}}@media (max-width:480px){.ph-topbar__hours{display:none !important;}.ph-topbar__inner{justify-content:space-between !important;}}@media (prefers-reduced-motion:reduce){.js .ph-mobile-motion{opacity:1 !important;transform:none !important;transition:none !important;}}@media (max-width:767px){.ph-mobile-reveal{opacity:0;transform:translateY(18px) scale(.985);transition:opacity .58s cubic-bezier(.2,.7,.2,1),transform .58s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform;}.ph-mobile-reveal.is-visible{opacity:1;transform:none;}.ph-mobile-reveal[data-ph-reveal-delay="1"]{transition-delay:70ms}.ph-mobile-reveal[data-ph-reveal-delay="2"]{transition-delay:140ms}.ph-mobile-reveal[data-ph-reveal-delay="3"]{transition-delay:210ms}}@media (prefers-reduced-motion:reduce){.ph-mobile-reveal,.ph-mobile-reveal.is-visible{opacity:1!important;transform:none!important;transition:none!important;}}@media (max-width:767px){.ph-site-header .ph-header-main{background:rgba(255,255,255,.97);border-bottom:1px solid rgba(142,59,67,.10);backdrop-filter:blur(12px);}.ph-site-header .ph-header-main__inner{min-height:70px;gap:10px;}.ph-site-header .ph-branding{display:flex;align-items:center;min-width:0;flex:1;}.ph-site-header .ph-logo .custom-logo{width:auto;max-width:158px;max-height:52px;object-fit:contain;}.ph-site-header .ph-header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;}.ph-site-header .ph-mobile-menu-toggle{border:1px solid rgba(212,175,55,.32);background:linear-gradient(145deg,#15171b,#2c2024);box-shadow:0 8px 20px rgba(21,23,27,.10);}.ph-site-header.is-sticky .ph-header-main__inner{min-height:64px;}.ph-site-header.is-sticky .ph-logo .custom-logo{max-height:47px;}}@media (max-width:767px){.ph-primary-navigation,.ph-mobile-drawer{contain:layout paint;will-change:transform;}@supports not (backdrop-filter:blur(1px)){.ph-site-header .ph-header-main{background:#fff;}}}@media (prefers-reduced-motion:reduce){.ph-primary-navigation,.ph-mobile-drawer{will-change:auto;}}@media (hover:none) and (pointer:coarse){.ph-mobile-menu-toggle:hover,.ph-mobile-drawer__close:hover{transform:none !important;}}:root{--ph-release-focus:0 0 0 4px rgba(212,175,55,.24);}html{scroll-padding-top:clamp(88px,10vw,126px)}:where(section,[id^="service-"],[id^="local-"],#ph-service-request,#ph-local-request){scroll-margin-top:clamp(88px,10vw,126px)}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--ph-gold);outline-offset:3px;box-shadow:var(--ph-release-focus)}:where(button,.ph-button,input[type="submit"],input[type="button"],select){min-height:44px}:where(h1,h2,h3){text-wrap:balance}:where(p,li){overflow-wrap:anywhere}.ph-service-jump .ph-container,.ph-local-service-jump .ph-container{scrollbar-width:thin;scrollbar-color:rgba(142,59,67,.34) transparent}.ph-service-jump .ph-container::-webkit-scrollbar,.ph-local-service-jump .ph-container::-webkit-scrollbar{height:4px}.ph-service-jump .ph-container::-webkit-scrollbar-thumb,.ph-local-service-jump .ph-container::-webkit-scrollbar-thumb{background:rgba(142,59,67,.34);border-radius:999px}@media(max-width:767px){body{font-size:16px}.ph-service-jump .ph-container,.ph-local-service-jump .ph-container{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;-webkit-overflow-scrolling:touch}.ph-service-jump a,.ph-local-service-jump a{flex:0 0 auto;scroll-snap-align:start;min-height:42px;display:inline-flex;align-items:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.ph-service-customer-guide{background:linear-gradient(180deg,#fff,#faf8f6)}.ph-service-customer-guide__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}.ph-service-customer-guide__grid article{background:#fff;border:1px solid rgba(21,23,27,.08);border-radius:18px;padding:22px;box-shadow:0 12px 34px rgba(21,23,27,.055)}.ph-service-customer-guide__grid article>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--ph-primary-soft);color:var(--ph-primary);font-weight:800;margin-bottom:14px}.ph-service-customer-guide__grid h3{font-size:clamp(1.05rem,1.5vw,1.22rem);margin:0 0 9px;color:var(--ph-dark)}.ph-service-customer-guide__grid p{margin:0;line-height:1.9;color:var(--ph-text)}@media(max-width:1023px){.ph-service-customer-guide__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.ph-service-customer-guide__grid{grid-template-columns:1fr;gap:12px}.ph-service-customer-guide__grid article{padding:18px;border-radius:16px}}.ph-project-faq{padding:clamp(54px,7vw,92px) 0;background:#faf8f6}.ph-project-faq__grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(28px,5vw,70px);align-items:start}.ph-project-faq__grid h2{margin:.5rem 0 1rem;font-size:clamp(1.7rem,3vw,2.5rem);color:var(--ph-dark)}.ph-project-faq__grid header>p:last-child{line-height:1.9;color:var(--ph-text)}.ph-project-faq__items{display:grid;gap:10px}.ph-project-faq__items details{background:#fff;border:1px solid rgba(21,23,27,.08);border-radius:15px;padding:0 18px;box-shadow:0 8px 26px rgba(21,23,27,.045)}.ph-project-faq__items summary{cursor:pointer;font-weight:800;padding:18px 28px 18px 0;position:relative}.ph-project-faq__items summary::before{content:"+";position:absolute;right:0;top:16px;color:var(--ph-primary);font-size:1.25rem}.ph-project-faq__items details[open] summary::before{content:"–"}.ph-project-faq__items details p{margin:0;padding:0 0 18px;line-height:1.9;color:var(--ph-text)}@media(max-width:767px){.ph-project-faq__grid{grid-template-columns:1fr}.ph-project-faq__items details{padding:0 15px}}.ph-skip-link{position:fixed;top:10px;right:10px;z-index:100000;transform:translateY(-160%);background:#fff;color:var(--ph-dark);border:2px solid var(--ph-gold);border-radius:10px;padding:10px 14px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.16)}.ph-skip-link:focus{transform:translateY(0)}:where(.ph-contact-page,.ph-legal-page,.ph-about-page,.ph-blog-page):where(p,li){line-height:1.9}:where(.ph-contact-page,.ph-service-form,.ph-local-service-form):where(input,select,textarea){font-size:16px}:where(.ph-contact-page,.ph-service-form,.ph-local-service-form) textarea{min-height:120px;resize:vertical}@media(max-width:600px){:where(.ph-contact-page,.ph-service-form,.ph-local-service-form):where(input,select,textarea,button){width:100%;max-width:100%}:where(.ph-legal-page,.ph-about-page,.ph-blog-page) h1{font-size:clamp(1.85rem,8vw,2.45rem)}:where(.ph-legal-page,.ph-about-page,.ph-blog-page) h2{font-size:clamp(1.4rem,6vw,1.9rem)}}:where(img,svg,video,iframe){max-width:100%}:where(img,video){height:auto}:where(table){max-width:100%}@media(max-width:767px){:where(.entry-content,.ph-service-single,.ph-local-service-page,.ph-project-single) table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}:where(.entry-content,.ph-service-single,.ph-local-service-page,.ph-project-single) pre{max-width:100%;overflow-x:auto}:where(.entry-content,.ph-service-single,.ph-local-service-page,.ph-project-single) a{overflow-wrap:anywhere}}.ph-services-hub-hero{padding:clamp(4rem,7vw,6.6rem) 0;background:radial-gradient(circle at 82% 18%,rgba(212,175,55,.14),transparent 25%),linear-gradient(135deg,#64232d 0%,#8e3b43 52%,#251419 100%);}.ph-services-hub-hero__grid{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:clamp(2rem,5vw,4.5rem)}.ph-services-hub-hero h1{font-size:clamp(2.35rem,4.8vw,4.45rem);line-height:1.12;letter-spacing:-.025em}.ph-services-hub-hero__lead{max-width:720px;font-size:clamp(1rem,1.45vw,1.16rem)}.ph-services-hub-hero__visual{min-height:430px}.ph-services-hub-hero__panel{border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.ph-services-catalog{background:#f8f6f3}.ph-services-catalog__grid{align-items:stretch}.ph-service-card-v3{height:100%;border:1px solid rgba(21,23,27,.08);box-shadow:0 12px 34px rgba(21,23,27,.065);}.ph-service-card-v3__body{display:flex;flex-direction:column}.ph-service-card-v3__body p{flex:1}.ph-service-card-v3__actions{margin-top:auto}.ph-services-hub__section-head h2,.ph-services-estimate h2,.ph-services-faq-v3 h2,.ph-services-request h2{font-size:clamp(1.9rem,3.4vw,3.15rem);line-height:1.22}#home-process.ph-process{background:radial-gradient(circle at 88% 8%,rgba(142,59,67,.28),transparent 31%),radial-gradient(circle at 8% 86%,rgba(212,175,55,.10),transparent 25%),linear-gradient(145deg,#11161c 0%,#18212a 55%,#11171e 100%) !important;color:#fff;}#home-process .ph-process__title{color:#fff}#home-process .ph-process__description{color:rgba(255,255,255,.78)}#home-process .ph-process__title span,#home-process .ph-process__eyebrow{color:#f0d06b}@media (prefers-reduced-motion:reduce){.js [data-ph-reveal]{opacity:1!important;transform:none!important}}@media(max-width:700px){.ph-services-hub-hero__visual{display:none}.ph-services-hub-hero__grid{grid-template-columns:1fr}.ph-services-hub-hero h1{font-size:clamp(2rem,9.8vw,2.85rem);line-height:1.2}.ph-services-hub-hero__actions{grid-template-columns:1fr}.ph-services-hub__button--text{grid-column:auto}.ph-services-hub__section-head h2,.ph-services-estimate h2,.ph-services-faq-v3 h2,.ph-services-request h2{font-size:clamp(1.75rem,7vw,2.15rem)}#home-process.ph-process{padding:62px 0}}.js .ph-motion-item{opacity:0;transform:translate3d(0,18px,0);transition:opacity .52s cubic-bezier(.2,.7,.2,1) var(--ph-motion-delay,0ms),transform .52s cubic-bezier(.2,.7,.2,1) var(--ph-motion-delay,0ms);will-change:opacity,transform;}.js .ph-motion-item.is-visible{opacity:1;transform:translate3d(0,0,0);will-change:auto}@media (hover:hover) and (pointer:fine){.ph-service-card-v3,.ph-project-card,.ph-projects-showcase__card,.ph-city-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}.ph-service-card-v3:hover,.ph-project-card:hover,.ph-projects-showcase__card:hover,.ph-city-card:hover{transform:translateY(-4px)}}@media (hover:none) and (pointer:coarse){.ph-service-card-v3:active,.ph-project-card:active,.ph-projects-showcase__card:active,.ph-city-card:active{transform:scale(.985)}}@media(max-width:767px){.js .ph-motion-item{transform:translate3d(0,13px,0);transition-duration:.42s}}@media(prefers-reduced-motion:reduce){.js .ph-motion-item,.js .ph-motion-item.is-visible{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}.ph-service-card-v3:active,.ph-project-card:active,.ph-projects-showcase__card:active,.ph-city-card:active{transform:none!important}}.ph-services-hub a[class*="button"],.ph-projects-page a[class*="button"],.ph-page-hero a,.ph-service-single a[class*="button"],.ph-service-hero a[class*="button"]{text-decoration:none}.ph-services-hub__button--primary:hover,.ph-services-hub__button--primary:focus-visible{color:#2c1a06!important;background:linear-gradient(135deg,#f1d477,#d4af37)!important}.ph-services-hub__button--glass:hover,.ph-services-hub__button--glass:focus-visible,.ph-services-hub__button--text:hover,.ph-services-hub__button--text:focus-visible{color:#fff!important;background:rgba(255,255,255,.15)!important;border-color:rgba(255,255,255,.42)!important}.ph-projects-hero__button--primary:hover,.ph-projects-hero__button--primary:focus-visible{color:#2b1705!important}.ph-projects-hero__button--secondary:hover,.ph-projects-hero__button--secondary:focus-visible{color:#fff!important}.ph-page-hero__actions a:hover,.ph-page-hero__actions a:focus-visible{color:#742f36!important;background:#fff!important}.ph-page-hero__actions a.is-primary:hover,.ph-page-hero__actions a.is-primary:focus-visible{color:#fff!important;background:#742f36!important}.ph-services-hub-hero__trust li{display:flex;align-items:center;gap:.8rem;min-width:0}.ph-services-hub-hero__trust-icon{display:grid!important;place-items:center;flex:0 0 44px;width:44px;height:44px;margin:0!important;border-radius:13px;background:rgba(212,175,55,.14);color:#f1d477;border:1px solid rgba(212,175,55,.24)}.ph-services-hub-hero__trust-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ph-services-hub-hero__trust-copy{min-width:0}.ph-services-hub-hero__trust-copy strong{font-size:.94rem;color:#fff}.ph-services-hub-hero__trust-copy small{display:block;margin-top:.18rem;color:rgba(255,255,255,.68);font-size:.78rem}.ph-service-card-v3{border-radius:22px;border-color:rgba(116,47,54,.10);box-shadow:0 14px 38px rgba(32,20,24,.075)}.ph-service-card-v3__media{aspect-ratio:16/9}.ph-service-card-v3__service-icon{top:auto!important;bottom:14px!important;inset-inline-start:14px!important;width:44px!important;height:44px!important;border-radius:13px!important;background:rgba(116,47,54,.92)!important;border:1px solid rgba(255,255,255,.35)!important;box-shadow:0 9px 22px rgba(0,0,0,.18)}.ph-service-card-v3__body{padding:1.25rem 1.3rem 1.35rem}.ph-service-card-v3__meta{padding-inline-start:0;margin-bottom:.75rem}.ph-service-card-v3 h3{font-size:1.25rem;line-height:1.45}.ph-service-card-v3__actions a{border:1px solid rgba(116,47,54,.10)}.ph-service-card-v3__actions a:hover,.ph-service-card-v3__actions a:focus-visible{color:#fff!important;background:#8e3b43!important}.ph-about-page__services{background:linear-gradient(180deg,#fff,#faf7f4)}.ph-about-page__services-grid{gap:1.2rem!important}.ph-about-page__services-grid article{padding:0!important;overflow:hidden;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 38px rgba(35,22,25,.07)}.ph-about-page__service-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#742f36,#15171b)}.ph-about-page__service-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.ph-about-page__services-grid article:hover .ph-about-page__service-media img{transform:scale(1.045)}.ph-about-page__service-media-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(18,10,12,.58))}.ph-about-page__service-icon{position:absolute!important;right:14px;bottom:14px;margin:0!important;width:46px!important;height:46px!important;border:1px solid rgba(255,255,255,.35);box-shadow:0 8px 22px rgba(0,0,0,.2)}.ph-about-page__service-body{padding:1.15rem 1.25rem 1.3rem}.ph-about-page__service-body h3{margin:0 0 .55rem!important}.ph-about-page__service-body p{min-height:3.5em}.ph-about-page__service-link{align-items:center;gap:.4rem}.ph-projects-hero__visual{gap:12px!important}.ph-projects-hero__visual-item{border-radius:20px!important;border:1px solid rgba(212,175,55,.28)!important;background:linear-gradient(145deg,#3b2027,#15171b)!important;box-shadow:0 18px 45px rgba(0,0,0,.24)!important}.ph-projects-hero__visual-item:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(116,47,54,.03),rgba(10,8,9,.82));pointer-events:none}.ph-projects-hero__visual-title{z-index:3!important;right:14px!important;left:14px!important;bottom:13px!important;color:#fff!important;font-size:12px!important;white-space:normal!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ph-projects-hero__placeholder{background:radial-gradient(circle at 75% 15%,rgba(212,175,55,.16),transparent 30%),linear-gradient(145deg,#742f36,#15171b)!important;color:#fff!important}.ph-service-single{background:#f8f6f3}.ph-service-single .ph-service-jump{position:sticky;top:var(--ph-header-height,76px);z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(116,47,54,.10);box-shadow:0 8px 24px rgba(26,17,19,.05)}.ph-service-single .ph-service-jump .ph-container{display:flex;gap:.45rem;overflow-x:auto;scrollbar-width:none;padding-block:.7rem}.ph-service-single .ph-service-jump a{flex:0 0 auto;padding:.58rem .78rem;border-radius:999px;background:#f7efef;color:#742f36;font-size:.82rem;font-weight:800;text-decoration:none}.ph-service-single .ph-service-jump a:hover,.ph-service-single .ph-service-jump a:focus-visible{background:#742f36;color:#fff!important}.ph-service-single .ph-service-section{padding:clamp(3.8rem,7vw,6.5rem) 0}.ph-service-single .ph-service-section:nth-of-type(even){background:#fff}.ph-service-single:where(.ph-service-section h2){font-size:clamp(1.75rem,3.2vw,2.7rem);line-height:1.3;color:#15171b}.ph-service-single:where(.ph-service-section p,.ph-service-section li){line-height:1.9}.ph-service-single:where(.ph-service-card,.ph-service-solution-card,.ph-service-step,.ph-service-review-card){border-radius:18px;border:1px solid rgba(116,47,54,.09);box-shadow:0 12px 34px rgba(30,19,22,.055);background:#fff}.ph-service-single .ph-service-section img{border-radius:18px}.ph-contact-page:where(input,select,textarea){background:#fff;color:#15171b;border-color:#dcd4cf}.ph-contact-page:where(button,input[type=submit]){font-weight:850}.ph-contact-page:where(button,input[type=submit]):hover{color:#fff!important}@media(max-width:767px){.ph-services-hub-hero__trust{grid-template-columns:1fr!important}.ph-services-hub-hero__trust li{padding:.9rem!important}.ph-service-card-v3__body{padding:1.05rem 1.05rem 1.15rem}.ph-service-card-v3__actions{display:grid!important;grid-template-columns:1fr 1fr;gap:.55rem}.ph-service-card-v3__actions a{width:100%!important;min-height:44px}.ph-about-page__service-body p{min-height:0}.ph-projects-hero__visual{grid-template-rows:repeat(2,132px)!important}.ph-service-single .ph-service-jump{top:64px}}@media(prefers-reduced-motion:reduce){.ph-service-card-v3__media img,.ph-about-page__service-media img,.ph-projects-hero__visual-item img{transition:none!important}}.ph-single-project{background:#f8f6f3;overflow:clip}.ph-project-single-hero{min-height:min(760px,82vh)}.ph-project-single-hero__content{padding:clamp(5.4rem,10vw,8.2rem) 0 clamp(7.5rem,13vw,10rem)}.ph-project-single-hero__title{max-width:850px;font-size:clamp(2.35rem,5.2vw,4.65rem);line-height:1.16}.ph-project-single-hero__description{max-width:760px;font-size:clamp(.98rem,1.4vw,1.12rem)}.ph-project-single-hero__badge-link{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;background:rgba(142,59,67,.9);border:1px solid rgba(212,175,55,.55);color:#fff!important;text-decoration:none;font-size:11px;font-weight:800}.ph-project-single-hero__badge-link:hover,.ph-project-single-hero__badge-link:focus-visible{background:#d4af37;color:#251706!important}.ph-project-single-hero__location-link{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,.82)!important;text-decoration:none;font-size:12px;font-weight:750}.ph-project-single-hero__location-link:hover{color:#efd16b!important}.ph-project-single-hero__facts{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:0;border-radius:20px}.ph-project-single-hero__fact{min-height:84px;display:grid;align-content:center;border-inline-start:1px solid rgba(116,47,54,.08)}.ph-project-single-hero__fact strong{font-size:.92rem}.ph-project-single-nav{position:sticky;top:var(--ph-header-height,76px);z-index:40;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(116,47,54,.09);box-shadow:0 8px 28px rgba(25,16,18,.055);backdrop-filter:blur(14px)}.ph-project-single-nav .ph-container{display:flex;align-items:center;gap:.45rem;overflow-x:auto;padding-block:.72rem;scrollbar-width:none}.ph-project-single-nav .ph-container::-webkit-scrollbar{display:none}.ph-project-single-nav a{flex:0 0 auto;padding:.58rem .8rem;border-radius:999px;background:#f7efef;color:#742f36;text-decoration:none;font-size:.82rem;font-weight:800;transition:background .2s ease,color .2s ease,transform .2s ease}.ph-project-single-nav a:hover,.ph-project-single-nav a:focus-visible{background:#742f36;color:#fff!important;transform:translateY(-1px)}.ph-project-single-nav a.is-cta{background:#d4af37;color:#2c1a06}.ph-project-overview{padding:clamp(4.6rem,8vw,7rem) 0}.ph-project-overview__header{margin-bottom:2rem}.ph-project-overview__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ph-project-overview__card{height:100%;padding:1.4rem;border-radius:20px;box-shadow:0 14px 38px rgba(30,19,22,.06)}.ph-project-overview__intro{font-size:1rem;max-width:920px}.ph-project-overview__card h3{font-size:1.18rem}.ph-project-featured,.ph-project-before-after,.ph-project-timeline,.ph-project-gallery,.ph-project-faq,.ph-project-single-related{scroll-margin-top:145px}.ph-project-overview{scroll-margin-top:145px}.ph-project-before-after,.ph-project-gallery{background:#fff}.ph-project-faq{background:#f8f6f3}.ph-project-faq__grid{gap:clamp(2rem,5vw,5rem)}.ph-project-faq details{border:1px solid rgba(116,47,54,.10)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 28px rgba(30,19,22,.045)}.ph-project-faq summary{font-weight:850;color:#15171b}.ph-project-faq details[open] summary{color:#742f36}.ph-project-single-related{padding:clamp(4.5rem,8vw,7rem) 0;background:linear-gradient(180deg,#fff,#f8f3ef)}.ph-project-single-related__head{align-items:end}.ph-project-single-related__grid{gap:1.1rem}.ph-project-single-cta{margin-top:clamp(2.5rem,5vw,4.5rem)!important;padding:clamp(1.6rem,4vw,2.8rem)!important;border-radius:24px!important;background:radial-gradient(circle at 85% 15%,rgba(212,175,55,.16),transparent 28%),linear-gradient(135deg,#5f252d,#8e3b43 52%,#26171b)!important;color:#fff!important;border:1px solid rgba(212,175,55,.28)!important;box-shadow:0 22px 55px rgba(61,25,31,.18)}.ph-project-single-cta p{color:#efd16b!important;font-weight:850}.ph-project-single-cta h2{color:#fff!important;font-size:clamp(1.65rem,3vw,2.45rem)!important}.ph-project-single-cta span{color:rgba(255,255,255,.78)!important;line-height:1.85}.ph-project-single-cta__actions a{min-height:46px;border-radius:12px!important;font-weight:850!important;text-decoration:none!important}.ph-project-single-cta__actions a:hover,.ph-project-single-cta__actions a:focus-visible{color:#fff!important;background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.4)!important}.ph-project-single-cta__actions a.is-primary{background:#d4af37!important;color:#2c1a06!important;border-color:#d4af37!important}.ph-project-single-cta__actions a.is-primary:hover,.ph-project-single-cta__actions a.is-primary:focus-visible{background:#efd16b!important;color:#2c1a06!important}@media(max-width:900px){.ph-project-overview__grid{grid-template-columns:1fr}.ph-project-single-hero{min-height:auto}}@media(max-width:767px){.ph-project-single-hero{padding-top:22px}.ph-project-single-hero__content{padding:4.5rem 0 6.8rem}.ph-project-single-hero__title{font-size:clamp(2rem,10vw,2.85rem)}.ph-project-single-hero__facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-48px}.ph-project-single-hero__fact{min-height:76px;padding:.8rem .55rem}.ph-project-single-nav{top:64px}.ph-project-single-nav .ph-container{padding-inline:.8rem}.ph-project-overview{padding-top:4.5rem}.ph-project-overview__card{grid-template-columns:46px minmax(0,1fr);gap:.8rem;padding:1.05rem}.ph-project-overview__icon{width:46px;height:46px;border-radius:13px}.ph-project-single-cta__actions{display:grid!important;grid-template-columns:1fr!important}.ph-project-single-cta__actions a{width:100%!important;text-align:center}}@media(prefers-reduced-motion:reduce){.ph-project-single-nav a{transition:none!important}}.ph-single-project .ph-project-timeline{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 88% 12%,rgba(142,59,67,.24),transparent 31%),radial-gradient(circle at 8% 88%,rgba(212,175,55,.09),transparent 25%),linear-gradient(145deg,#111820 0%,#1a2631 58%,#10161d 100%)!important;color:#fff!important;}.ph-single-project .ph-project-timeline__eyebrow{color:#efd16b!important}.ph-single-project .ph-project-timeline__title{color:#fff!important}.ph-single-project .ph-project-timeline__title span{color:#efd16b!important}.ph-single-project .ph-project-timeline__description{color:rgba(255,255,255,.72)!important}.ph-single-project .ph-project-timeline__content{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 14px 34px rgba(0,0,0,.12);}.ph-single-project .ph-project-timeline__content h3{color:#fff!important}.ph-single-project .ph-project-timeline__content p{color:rgba(255,255,255,.72)!important}@media(min-width:1100px){.ph-single-project .ph-project-timeline__list{grid-template-columns:repeat(auto-fit,minmax(175px,1fr))!important;gap:16px!important;}.ph-single-project .ph-project-timeline__content{min-height:188px!important}}@media(min-width:768px) and (max-width:1099px){.ph-single-project .ph-project-timeline__list{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}.ph-project-executive-summary{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(1.5rem,4vw,3.8rem);align-items:center;margin:0 0 2rem;padding:clamp(1.35rem,3vw,2rem);border:1px solid rgba(116,47,54,.10);border-radius:22px;background:radial-gradient(circle at 88% 12%,rgba(212,175,55,.10),transparent 26%),linear-gradient(135deg,#fff,#fbf7f4);box-shadow:0 14px 38px rgba(30,19,22,.055);}.ph-project-executive-summary__eyebrow{margin:0 0 .45rem;color:#8e3b43;font-size:.78rem;font-weight:900;letter-spacing:.02em;}.ph-project-executive-summary h3{margin:0 0 .7rem;color:#15171b;font-size:clamp(1.35rem,2.3vw,1.9rem);}.ph-project-executive-summary p{margin:0;color:#4b4f56;line-height:1.95;}.ph-project-executive-summary ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0;padding:0;list-style:none;}.ph-project-executive-summary li{padding:.85rem .9rem;border:1px solid rgba(116,47,54,.09);border-radius:14px;background:#fff;}.ph-project-executive-summary li span{display:block;margin-bottom:.25rem;color:#7b7475;font-size:.72rem;font-weight:750;}.ph-project-executive-summary li strong{display:block;color:#742f36;font-size:.88rem;line-height:1.45;}.ph-single-project .ph-project-overview__header{max-width:900px;}.ph-single-project .ph-project-overview__header h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.25;}.ph-single-project .ph-project-overview__intro{color:#555b63;line-height:1.95;}.ph-single-project .ph-project-overview__card{border-top:3px solid #8e3b43;}.ph-single-project .ph-project-overview__card h3{color:#15171b!important;}.ph-single-project .ph-project-overview__card p{color:#555b63!important;line-height:1.9;}.ph-single-project .ph-project-before-after:where(h2,h3),.ph-single-project .ph-project-gallery:where(h2,h3),.ph-single-project .ph-project-single-related:where(h2,h3){color:#15171b;}.ph-single-project .ph-project-before-after:where(p),.ph-single-project .ph-project-gallery:where(p),.ph-single-project .ph-project-single-related:where(p){color:#5b6067;}@media(max-width:767px){.ph-project-executive-summary{grid-template-columns:1fr;padding:1.15rem;border-radius:18px}.ph-project-executive-summary ul{grid-template-columns:1fr 1fr}.ph-single-project .ph-project-timeline__item{grid-template-columns:48px minmax(0,1fr)!important;gap:11px!important;}.ph-single-project .ph-project-timeline__number{width:48px!important;height:48px!important;border-radius:14px!important;}.ph-single-project .ph-project-timeline__content{padding:15px!important;min-height:0!important;}}@media(max-width:430px){.ph-project-executive-summary ul{grid-template-columns:1fr}}:root{--ph-ui-radius:18px;--ph-ui-shadow:0 14px 38px rgba(30,19,22,.065);--ph-ui-border:rgba(116,47,54,.10);}:where(.site-content,.ph-site-main,.ph-page,.ph-home) a[class*="button"],:where(.site-content,.ph-site-main,.ph-page,.ph-home) a[class*="btn"],:where(.site-content,.ph-site-main,.ph-page,.ph-home) button{-webkit-tap-highlight-color:transparent;}:where(.site-content,.ph-site-main,.ph-page,.ph-home) a[class*="button"]:focus-visible,:where(.site-content,.ph-site-main,.ph-page,.ph-home) a[class*="btn"]:focus-visible,:where(.site-content,.ph-site-main,.ph-page,.ph-home) button:focus-visible{outline:3px solid rgba(212,175,55,.48);outline-offset:3px;}:where(.ph-services-hub,.ph-projects-page,.ph-about-page,.ph-contact-page,.ph-service-single,.ph-single-project):is(a,button)[class*="primary"]:not(.ph-services-hub__button--primary){background:#8e3b43;color:#fff;}:where(.ph-services-hub,.ph-projects-page,.ph-about-page,.ph-contact-page,.ph-service-single,.ph-single-project):is(a,button)[class*="primary"]:hover{background:#742f36;color:#fff!important;}:where(.ph-service-card-v3,.ph-project-card,.ph-projects-showcase__card,.ph-city-card,.ph-about-page__services-grid article,.ph-project-overview__card){border:1px solid var(--ph-ui-border);box-shadow:var(--ph-ui-shadow);}:where(.ph-service-card-v3,.ph-project-card,.ph-projects-showcase__card,.ph-about-page__services-grid article){overflow:hidden;}:where(.ph-service-card-v3,.ph-project-card,.ph-projects-showcase__card) img{transition:transform .55s cubic-bezier(.2,.7,.2,1);}@media(hover:hover) and (pointer:fine){:where(.ph-service-card-v3,.ph-project-card,.ph-projects-showcase__card):hover img{transform:scale(1.035);}}:where(.ph-services-hub-hero__trust li,.ph-project-overview__card,.ph-contact-page__method,.ph-contact-page__feature){align-items:center;}:where(.ph-services-hub-hero__trust-icon,.ph-project-overview__icon){flex:0 0 auto;}:where(.ph-services-hub,.ph-projects-page,.ph-about-page,.ph-contact-page,.ph-service-single,.ph-single-project) h2{text-wrap:balance;}:where(.ph-services-hub,.ph-projects-page,.ph-about-page,.ph-contact-page,.ph-service-single,.ph-single-project) p{text-wrap:pretty;}@media(max-width:767px){:where(.site-content,.ph-site-main,.ph-page,.ph-home):is(a[class*="button"],a[class*="btn"],button,input[type="submit"]){min-height:44px;}:where(.ph-service-card-v3,.ph-project-card,.ph-projects-showcase__card,.ph-about-page__services-grid article){border-radius:18px!important;}.js .ph-motion-item{transform:translate3d(0,10px,0)!important;transition-duration:.38s!important;}}@media(prefers-reduced-motion:reduce){:where(.ph-service-card-v3,.ph-project-card,.ph-projects-showcase__card) img{transition:none!important;}}.ph-projects-hero__visual-item{position:relative;background:#1a1215!important;}.ph-projects-hero__visual-item>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;opacity:1!important;z-index:0!important;}.ph-projects-hero__visual-overlay{position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(180deg,rgba(20,10,13,.04) 28%,rgba(15,9,11,.86) 100%)!important;}.ph-projects-hero__visual-title{z-index:2!important;color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.5);}.ph-projects-hero__placeholder{position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;padding:20px!important;background:linear-gradient(145deg,#742f36,#16191e)!important;color:#fff!important;}.ph-project-single-hero.has-image{background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;}.ph-project-single-hero.has-image .ph-project-single-hero__overlay{background:linear-gradient(90deg,rgba(10,14,19,.94) 0%,rgba(10,14,19,.78) 50%,rgba(10,14,19,.34) 100%),linear-gradient(180deg,rgba(10,14,19,.10),rgba(10,14,19,.72))!important;}.ph-single-project #project-timeline.ph-project-timeline{background:radial-gradient(circle at 90% 8%,rgba(142,59,67,.26),transparent 30%),radial-gradient(circle at 8% 90%,rgba(212,175,55,.10),transparent 25%),linear-gradient(145deg,#111820,#1a2631 58%,#10161d)!important;color:#fff!important;}.ph-single-project #project-timeline .ph-project-timeline__title{color:#fff!important}.ph-single-project #project-timeline .ph-project-timeline__title span{color:#efd16b!important}.ph-single-project #project-timeline .ph-project-timeline__description{color:rgba(255,255,255,.74)!important}.ph-single-project #project-timeline .ph-project-timeline__content{background:rgba(255,255,255,.075)!important;border-color:rgba(255,255,255,.13)!important;}.ph-single-project #project-timeline .ph-project-timeline__content h3{color:#fff!important}.ph-single-project #project-timeline .ph-project-timeline__content p{color:rgba(255,255,255,.72)!important}@media(min-width:1100px){.ph-single-project #project-timeline .ph-project-timeline__list{grid-template-columns:repeat(auto-fit,minmax(185px,1fr))!important;gap:16px!important;}.ph-single-project #project-timeline .ph-project-timeline__content{min-height:178px!important;}}.ph-single-project .ph-project-overview{padding:clamp(70px,8vw,105px) 0!important}.ph-single-project .ph-project-overview__grid{gap:18px!important}.ph-single-project .ph-project-overview__card{min-height:250px!important;padding:26px!important;}.ph-single-project .ph-project-overview__card p:last-child{font-size:.94rem!important;line-height:1.95!important;}.ph-project-executive-summary{margin-top:1.5rem!important}@media(max-width:767px){.ph-projects-hero__visual{grid-template-rows:repeat(2,128px)!important}.ph-projects-hero__visual-title{font-size:11px!important}.ph-projects-hero__visual-item>img{object-position:center!important}.ph-single-project #project-timeline .ph-project-timeline__list{grid-template-columns:1fr!important}.ph-single-project .ph-project-overview__card{min-height:0!important;padding:18px!important}}@media (max-width:767px){.ph-site-header .ph-topbar{display:block!important;min-height:38px!important;background:linear-gradient(135deg,#742f36,#8e3b43)!important;border-bottom:1px solid rgba(212,175,55,.42)!important;}.ph-site-header .ph-topbar__inner{display:grid!important;grid-template-columns:minmax(112px,1fr) minmax(82px,.78fr) 36px!important;align-items:center!important;gap:6px!important;min-height:38px!important;padding:3px 14px!important;}.ph-site-header .ph-topbar__contact,.ph-site-header .ph-topbar__actions{display:contents!important}.ph-site-header .ph-topbar__trust,.ph-site-header .ph-topbar__address,.ph-site-header .ph-topbar__item-content small{display:none!important}.ph-site-header .ph-topbar__phone{grid-column:1!important;display:flex!important;align-items:center!important;gap:5px!important;color:#fff!important;text-decoration:none!important;min-width:0!important;}.ph-site-header .ph-topbar__hours{grid-column:2!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;color:#fff!important;border-inline:1px solid rgba(255,255,255,.18)!important;padding-inline:6px!important;}.ph-site-header .ph-topbar__whatsapp{grid-column:3!important;display:inline-flex!important;width:32px!important;height:32px!important;padding:0!important;align-items:center!important;justify-content:center!important;border-radius:9px!important;background:rgba(255,255,255,.12)!important;color:#fff!important;}.ph-site-header .ph-topbar__whatsapp span{display:none!important}.ph-site-header .ph-topbar__icon{width:18px!important;height:18px!important;flex:0 0 18px!important;background:transparent!important;color:#efd16b!important}.ph-site-header .ph-topbar__icon svg{width:15px!important;height:15px!important}.ph-site-header .ph-topbar__item-content strong,.ph-site-header .ph-topbar__hours .ph-topbar__item-content strong::after{color:#fff!important;font-size:10px!important;font-weight:800!important;white-space:nowrap!important;}.ph-site-header .ph-topbar__hours .ph-topbar__item-content strong{font-size:0!important}.ph-site-header .ph-topbar__hours .ph-topbar__item-content strong::after{content:attr(data-hours-short)!important}.ph-site-header .ph-header-main__inner{min-height:76px!important;padding:7px 15px!important;gap:12px!important;}.ph-site-header .ph-branding{max-width:calc(100% - 62px)!important;min-width:0!important;flex:1 1 auto!important}.ph-site-header .ph-logo,.ph-site-header .ph-logo .custom-logo-link{width:100%!important;justify-content:flex-start!important}.ph-site-header .ph-logo .custom-logo{width:auto!important;max-width:min(190px,100%)!important;max-height:56px!important;height:auto!important;object-fit:contain!important;}.ph-site-header .ph-mobile-menu-toggle{flex:0 0 48px!important}.ph-about__layout,.ph-about__media,.ph-about__content{min-width:0!important;width:100%!important}.ph-about__media{padding-bottom:0!important}.ph-about__image-frame{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:1.42/1!important;overflow:hidden!important}.ph-about__image{width:100%!important;height:100%!important;object-fit:cover!important;object-position:62% center!important}.ph-about__engineering-card{position:relative!important;inset:auto!important;right:auto!important;left:auto!important;bottom:auto!important;width:auto!important;max-width:none!important;margin:-38px 14px 0!important;padding:42px 18px 18px!important;transform:none!important;overflow:visible!important;}.ph-about__engineering-icon{right:18px!important;left:auto!important;transform:none!important}.ph-about__engineering-card h3,.ph-about__engineering-card p{max-width:100%!important;overflow-wrap:anywhere!important}.ph-about__content{padding-top:4px!important}.ph-about__title{font-size:clamp(25px,7.2vw,32px)!important;line-height:1.42!important;overflow-wrap:anywhere!important}}@media (max-width:390px){.ph-site-header .ph-topbar__inner{grid-template-columns:minmax(102px,1fr) minmax(74px,.72fr) 32px!important;padding-inline:10px!important}.ph-site-header .ph-logo .custom-logo{max-width:166px!important;max-height:52px!important}.ph-about__engineering-card{margin:-32px 10px 0!important;padding-inline:15px!important}}
/* v9.30 mobile performance: skip paint/layout work for below-the-fold home sections until needed. */
@supports (content-visibility:auto){.ph-site-main>section:not(:first-child){content-visibility:auto;contain-intrinsic-size:auto 760px}}



































/* Tablet */


/* Mobile — approved composition */


/* Narrow phones */

/* Precision Home v9.40 — homepage hero source */
/* Precision Home v9.42.3 — hero stats overlap visibility fix, performance-safe */
.ph-final-hero{position:relative;z-index:1;isolation:isolate;overflow:hidden;min-height:clamp(590px,72vh,720px);background:#111317;color:#fff}
.ph-final-hero *{box-sizing:border-box}
.ph-final-hero>picture{position:absolute;inset:0;z-index:-3;overflow:hidden}
.ph-final-hero__media{width:100%;height:100%;max-width:none;object-fit:cover;object-position:68% center;transform:none}
.ph-final-hero__overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(8,10,12,.90) 0%,rgba(8,10,12,.73) 34%,rgba(8,10,12,.28) 64%,rgba(8,10,12,.08) 100%),linear-gradient(180deg,rgba(8,10,12,.03) 0%,rgba(8,10,12,.06) 52%,rgba(8,10,12,.68) 100%)}
.ph-final-hero__container{position:relative;z-index:1;display:flex;align-items:flex-end;min-height:clamp(590px,72vh,720px);padding-top:clamp(70px,8vw,110px);padding-bottom:clamp(92px,10vw,130px);direction:ltr}
.ph-final-hero__content{width:min(690px,58%);margin-right:auto;padding:0;direction:rtl;text-align:right;background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.ph-final-hero__badge{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;padding:8px 14px;border:1px solid rgba(255,255,255,.36);border-radius:12px;background:rgba(15,17,20,.20);color:#fff;font-size:12px;font-weight:800;line-height:1.35;text-shadow:0 2px 14px rgba(0,0,0,.45)}
.ph-final-hero__badge svg{width:17px;height:17px;flex:0 0 17px;color:#efd16b}
.ph-final-hero__title{max-width:670px;margin:0 0 18px!important;color:#fff!important;font-size:clamp(42px,4vw,62px)!important;font-weight:800!important;line-height:1.16!important;letter-spacing:-.3px!important;text-wrap:balance;text-shadow:0 3px 22px rgba(0,0,0,.5)}
.ph-final-hero__title-main,.ph-final-hero__title-accent{display:block}
.ph-final-hero__title-accent{margin-top:4px;color:#e4bd32;text-shadow:0 3px 22px rgba(0,0,0,.55)}
.ph-final-hero__description{max-width:620px;margin:0;color:rgba(255,255,255,.94);font-size:clamp(15px,1.13vw,18px);font-weight:500;line-height:1.9;text-shadow:0 2px 16px rgba(0,0,0,.65)}
.ph-final-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 0}
.ph-final-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:210px;min-height:54px;padding:12px 22px;border:1px solid transparent;border-radius:13px;font-size:15px;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
.ph-final-hero__button:focus-visible{outline:3px solid #d4af37;outline-offset:3px}
.ph-final-hero__button svg{width:20px!important;height:20px!important;max-width:20px!important;flex:0 0 20px!important}
.ph-final-hero__button--call{background:#8e3b43;color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.24)}
.ph-final-hero__button--call:hover{background:#742f36;color:#fff}
.ph-final-hero__button--whatsapp{border-color:#d4af37;background:#d4af37;color:#211b0c;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.ph-final-hero__button--whatsapp:hover{background:#e2c65e;color:#211b0c}
.ph-final-hero__features{display:none!important}
.ph-hero-stats{position:relative;z-index:30;isolation:isolate;margin-top:-64px;background:transparent;padding:0 0 38px;overflow:visible}
.ph-hero-stats__inner{position:relative;z-index:31;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin:0;border:1px solid #ece7e3;border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(21,23,27,.16);direction:rtl}
.ph-hero-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:132px;padding:18px 10px;border-inline-end:1px solid #ece7e3;text-align:center}
.ph-hero-stat:last-child{border-inline-end:0}
.ph-hero-stat__icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;background:#fbf3f4;color:#8e3b43}
.ph-hero-stat__icon svg{width:22px;height:22px}
.ph-hero-stat strong{display:block;color:#742f36;font-size:clamp(24px,2vw,31px);font-weight:800;line-height:1.05}
.ph-hero-stat small{display:block;margin-top:3px;color:#4b4f56;font-size:12px;font-weight:700;line-height:1.35}
@media(max-width:1100px){.ph-final-hero__media{object-position:64% center}.ph-final-hero__content{width:min(630px,65%)}.ph-final-hero__title{font-size:clamp(38px,4.6vw,50px)!important}}
@media(max-width:767px){
 .ph-final-hero{min-height:680px}
 .ph-final-hero__media{object-position:62% center}
 .ph-final-hero__overlay{background:linear-gradient(180deg,rgba(8,10,12,.03) 0%,rgba(8,10,12,.08) 24%,rgba(8,10,12,.38) 46%,rgba(8,10,12,.84) 72%,rgba(8,10,12,.95) 100%)}
 .ph-final-hero__container{align-items:flex-end;min-height:680px;padding-top:118px;padding-bottom:104px;direction:ltr}
 .ph-final-hero__content{width:100%;max-width:100%;margin:0;padding:0 4px;direction:rtl;text-align:right}
 .ph-final-hero__badge{margin-bottom:14px;padding:7px 10px;border-radius:10px;background:rgba(15,17,20,.18);font-size:10.5px}
 .ph-final-hero__badge svg{width:15px;height:15px;flex-basis:15px}
 .ph-final-hero__title{max-width:430px;margin-bottom:13px!important;font-size:clamp(31px,8.3vw,39px)!important;line-height:1.19!important;text-wrap:balance}
 .ph-final-hero__title-accent{margin-top:2px}
 .ph-final-hero__description{max-width:430px;font-size:13.2px;line-height:1.82}
 .ph-final-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-top:21px}
 .ph-final-hero__button{width:100%;min-width:0;min-height:52px;padding:10px 9px;border-radius:12px;font-size:12.5px}
 .ph-final-hero__button svg{width:18px!important;height:18px!important;max-width:18px!important;flex-basis:18px!important}
 .ph-hero-stats{margin-top:-58px;padding-top:0;padding-bottom:30px}
 .ph-hero-stats__inner{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;transform:none;border-radius:18px;box-shadow:0 16px 38px rgba(21,23,27,.16)}
 .ph-hero-stat{min-height:112px;padding:14px 3px}
 .ph-hero-stat__icon{width:31px;height:31px;border-radius:10px}
 .ph-hero-stat__icon svg{width:18px;height:18px}
 .ph-hero-stat strong{font-size:21px}
 .ph-hero-stat small{padding-inline:2px;font-size:9px;line-height:1.25}
}
@media(max-width:440px){
 .ph-final-hero{min-height:650px}
 .ph-final-hero__container{min-height:650px;padding-top:106px;padding-bottom:98px}
 .ph-final-hero__media{object-position:59% center}
 .ph-final-hero__title{font-size:clamp(28px,8vw,34px)!important;line-height:1.21!important}
 .ph-final-hero__description{font-size:12.4px}
 .ph-final-hero__button{min-height:49px;font-size:11.8px}
 .ph-hero-stat{min-height:106px}
 .ph-hero-stat strong{font-size:19px}
 .ph-hero-stat small{font-size:8.4px}
}
@media(max-width:360px){.ph-final-hero__actions{grid-template-columns:1fr}.ph-final-hero{min-height:705px}.ph-final-hero__container{min-height:705px;padding-bottom:96px}.ph-hero-stats{margin-top:-50px}.ph-hero-stats__inner{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;transform:none}.ph-hero-stat:nth-child(2){border-inline-end:0}.ph-hero-stat:nth-child(-n+2){border-bottom:1px solid #ece7e3}}
@media(hover:hover) and (pointer:fine){.ph-final-hero__button:hover{transform:translateY(-2px)}}
@media(prefers-reduced-motion:reduce){.ph-final-hero__button{transition:none}.ph-final-hero__button:hover{transform:none}}

/* v9.42.5 — hero content left / vertically centered; keep final CSS equal to critical */
.ph-final-hero__container{align-items:center}
.ph-final-hero__content{margin-right:auto;margin-left:0}
@media(max-width:767px){.ph-final-hero{min-height:680px}.ph-final-hero__media{object-position:72% center}.ph-final-hero__overlay{background:linear-gradient(90deg,rgba(8,10,12,.84) 0%,rgba(8,10,12,.64) 38%,rgba(8,10,12,.20) 70%,rgba(8,10,12,.05) 100%),linear-gradient(180deg,rgba(8,10,12,.03) 0%,rgba(8,10,12,.06) 55%,rgba(8,10,12,.58) 100%)}.ph-final-hero__container{align-items:center;min-height:680px;padding-top:72px;padding-bottom:92px;direction:ltr}.ph-final-hero__content{width:64%;max-width:330px;margin-right:auto;margin-left:0;padding:0;direction:rtl;text-align:right}.ph-final-hero__badge{margin-bottom:12px;font-size:10px}.ph-final-hero__title{max-width:330px;margin-bottom:12px!important;font-size:clamp(27px,7.1vw,33px)!important;line-height:1.18!important;text-wrap:balance}.ph-final-hero__description{max-width:320px;font-size:11.7px;line-height:1.75}.ph-final-hero__actions{width:calc(100vw - 40px);max-width:520px;margin-top:19px;grid-template-columns:1fr 1fr;gap:10px;direction:rtl}.ph-final-hero__button{min-height:50px;font-size:12px}}
@media(max-width:440px){.ph-final-hero{min-height:650px}.ph-final-hero__container{min-height:650px;padding-top:62px;padding-bottom:88px}.ph-final-hero__media{object-position:73% center}.ph-final-hero__content{width:66%;max-width:290px}.ph-final-hero__title{max-width:290px;font-size:clamp(25px,7.4vw,31px)!important;line-height:1.19!important}.ph-final-hero__description{max-width:286px;font-size:11.2px;line-height:1.7}.ph-final-hero__actions{width:calc(100vw - 32px);margin-top:17px}.ph-final-hero__button{min-height:48px;padding:9px 8px;font-size:11.5px}}
@media(max-width:360px){.ph-final-hero{min-height:700px}.ph-final-hero__container{min-height:700px;padding-top:62px;padding-bottom:90px}.ph-final-hero__content{width:70%;max-width:250px}.ph-final-hero__actions{grid-template-columns:1fr;width:calc(100vw - 28px)}}


/* Precision Home v9.42.6 — coordinated mobile hero, compact CTAs, authentic WhatsApp mark */
.ph-final-hero__button--whatsapp{background:#25D366!important;border-color:#25D366!important;color:#071d0f!important}
.ph-final-hero__button--whatsapp:hover{background:#20bd5a!important;color:#071d0f!important}
.ph-final-hero__whatsapp-mark{display:block;width:20px!important;height:20px!important;max-width:20px!important;flex:0 0 20px!important}
@media(max-width:767px){
 .ph-final-hero{min-height:680px}
 .ph-final-hero__media{object-position:67% center}
 .ph-final-hero__overlay{background:linear-gradient(90deg,rgba(8,10,12,.82) 0%,rgba(8,10,12,.62) 42%,rgba(8,10,12,.20) 74%,rgba(8,10,12,.04) 100%),linear-gradient(180deg,rgba(8,10,12,.02) 0%,rgba(8,10,12,.08) 56%,rgba(8,10,12,.62) 100%)}
 .ph-final-hero__container{align-items:center;min-height:680px;padding-top:72px;padding-bottom:104px;direction:ltr}
 .ph-final-hero__content{width:min(82%,390px);max-width:390px;margin-right:auto;margin-left:0;padding:0;direction:rtl;text-align:right}
 .ph-final-hero__badge{margin-bottom:12px;padding:6px 10px;font-size:10.5px}
 .ph-final-hero__title{max-width:390px;margin-bottom:12px!important;font-size:clamp(29px,7.7vw,36px)!important;line-height:1.18!important}
 .ph-final-hero__description{max-width:370px;font-size:12.2px;line-height:1.72}
 .ph-final-hero__actions{display:flex!important;flex-wrap:nowrap;gap:9px;width:auto!important;max-width:370px;margin-top:17px;direction:rtl}
 .ph-final-hero__button{flex:0 1 168px;width:auto!important;min-width:0!important;min-height:44px!important;padding:8px 12px!important;border-radius:11px!important;font-size:11.8px!important;gap:7px!important}
 .ph-final-hero__button svg{width:18px!important;height:18px!important;max-width:18px!important;flex-basis:18px!important}
 .ph-final-hero__whatsapp-mark{width:19px!important;height:19px!important;max-width:19px!important;flex-basis:19px!important}
 .ph-hero-stats{margin-top:-58px;padding-bottom:30px}
 .ph-hero-stats__inner{width:calc(100% - 24px);margin-inline:auto!important;grid-template-columns:repeat(4,minmax(0,1fr));border-radius:18px}
 .ph-hero-stat{min-height:108px;padding:12px 3px}
 .ph-hero-stat__icon{width:30px;height:30px}
 .ph-hero-stat__icon svg{width:17px;height:17px}
 .ph-hero-stat strong{font-size:20px}
 .ph-hero-stat small{font-size:8.8px;line-height:1.3}
}
@media(max-width:440px){
 .ph-final-hero{min-height:660px}
 .ph-final-hero__container{min-height:660px;padding-top:64px;padding-bottom:100px}
 .ph-final-hero__media{object-position:68% center}
 .ph-final-hero__content{width:min(86%,335px);max-width:335px}
 .ph-final-hero__title{max-width:335px;font-size:clamp(27px,7.8vw,32px)!important}
 .ph-final-hero__description{max-width:330px;font-size:11.5px}
 .ph-final-hero__actions{max-width:330px;gap:8px}
 .ph-final-hero__button{flex:1 1 0;min-height:43px!important;padding:8px 9px!important;font-size:11.2px!important}
 .ph-hero-stats__inner{width:calc(100% - 20px)}
 .ph-hero-stat{min-height:103px}
 .ph-hero-stat strong{font-size:18px}
 .ph-hero-stat small{font-size:8.2px}
}
@media(max-width:360px){
 .ph-final-hero{min-height:690px}
 .ph-final-hero__container{min-height:690px;padding-bottom:106px}
 .ph-final-hero__content{width:90%;max-width:300px}
 .ph-final-hero__actions{max-width:300px}
 .ph-final-hero__button{font-size:10.7px!important}
 .ph-hero-stats__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ph-hero-stat:nth-child(2){border-inline-end:0}
 .ph-hero-stat:nth-child(-n+2){border-bottom:1px solid #ece7e3}
}

/* Precision Home v9.42.7 — slight mobile-left offset; safe on narrow screens */
@media(max-width:767px){
 .ph-final-hero__content{transform:translateX(-12px)}
}
@media(max-width:440px){
 .ph-final-hero__content{transform:translateX(-6px)}
}
@media(max-width:360px){
 .ph-final-hero__content{transform:none}
}


/* v9.52.0 — lightweight homepage city hub */
.ph-home-cities{padding:clamp(58px,7vw,92px) 0;background:linear-gradient(180deg,#fff 0%,#fbf8f6 100%);border-block:1px solid rgba(116,47,54,.08)}
.ph-home-cities__head{max-width:760px;margin:0 auto clamp(26px,4vw,42px);text-align:center}
.ph-home-cities__eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:rgba(142,59,67,.08);color:#742f36;font-weight:800;font-size:.82rem;margin-bottom:12px}
.ph-home-cities__head h2{margin:0;color:#15171b;font-size:clamp(1.75rem,3.3vw,2.55rem);line-height:1.35}
.ph-home-cities__head p{margin:12px auto 0;color:#62666d;line-height:1.9;max-width:650px}
.ph-home-cities__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ph-home-city-card{position:relative;display:flex;align-items:center;gap:12px;min-height:84px;padding:15px 16px;border:1px solid rgba(21,23,27,.09);border-radius:18px;background:#fff;color:#15171b;text-decoration:none;box-shadow:0 8px 24px rgba(20,23,27,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.ph-home-city-card.is-focus{border-color:rgba(142,59,67,.24);background:linear-gradient(145deg,#fff,rgba(142,59,67,.035))}
.ph-home-city-card__icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:rgba(142,59,67,.09);color:#8e3b43}
.ph-home-city-card.is-focus .ph-home-city-card__icon{background:#8e3b43;color:#fff}
.ph-home-city-card__icon svg{width:21px;height:21px}.ph-home-city-card__copy{display:grid;gap:3px;min-width:0;flex:1}.ph-home-city-card__copy strong{font-size:1rem;color:#191b20}.ph-home-city-card__copy small{font-size:.76rem;color:#74777d}.ph-home-city-card__arrow{color:#b19035;font-weight:900;font-size:1.1rem;transition:transform .18s ease}
@media(hover:hover){.ph-home-city-card:hover{transform:translateY(-2px);border-color:rgba(142,59,67,.28);box-shadow:0 12px 30px rgba(20,23,27,.08)}.ph-home-city-card:hover .ph-home-city-card__arrow{transform:translateX(-3px)}}
@media(max-width:960px){.ph-home-cities__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.ph-home-cities{padding:52px 0}.ph-home-cities__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ph-home-city-card{min-height:76px;padding:12px;border-radius:15px}.ph-home-city-card__icon{width:38px;height:38px;flex-basis:38px}.ph-home-city-card__copy small{font-size:.7rem}}
@media(max-width:390px){.ph-home-cities__grid{grid-template-columns:1fr 1fr}.ph-home-city-card__arrow{display:none}.ph-home-city-card{gap:9px}.ph-home-city-card__copy strong{font-size:.92rem}}
