@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&display=swap');#hero-custom{--c-primary:#19332C;--c-gold:#BD996A;--font-serif:'Lora',Georgia,serif;position:relative;min-height:90vh;display:flex;justify-content:center;align-items:center;background:var(--c-primary);overflow:hidden;font-family:'Segoe UI',system-ui,sans-serif}#hero-custom::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");opacity:0.6;z-index:1}.hero-corner{position:absolute;width:50px;height:50px;border:1px solid rgba(189,153,106,0.3);z-index:2}.hero-corner--tl{top:30px;left:30px;border-right:0;border-bottom:0}.hero-corner--tr{top:30px;right:30px;border-left:0;border-bottom:0}.hero-corner--bl{bottom:30px;left:30px;border-right:0;border-top:0}.hero-corner--br{bottom:30px;right:30px;border-left:0;border-top:0}.hero-inner{position:relative;z-index:3;text-align:center;max-width:900px;padding:20px}#hero-custom .hero-tag{display:inline-flex!important;align-items:center!important;gap:10px!important;background:rgba(189,153,106,0.1)!important;border:1px solid rgba(189,153,106,0.25)!important;color:#BD996A!important;font-size:11px!important;font-weight:600!important;letter-spacing:0.22em!important;text-transform:uppercase!important;padding:8px 20px!important;margin-bottom:35px!important;line-height:1!important}#hero-custom .hero-tag-dot{width:6px!important;height:6px!important;background-color:#BD996A!important;display:inline-block!important}.hero-title{font-family:var(--font-serif)!important;font-size:clamp(38px,6vw,80px)!important;color:#FFFFFF!important;line-height:1.1!important;margin:20px 0!important}.hero-title em{font-style:italic;color:var(--c-gold)}.hero-subtitle{color:rgba(255,255,255,0.6)!important;font-size:clamp(15px,1.5vw,18px)!important;max-width:600px;margin:0 auto 40px auto!important}#hero-custom .btn-ph.btn-reset{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:16px 36px!important;font-size:13px!important;font-weight:600!important;letter-spacing:1.5px!important;text-transform:uppercase!important;text-decoration:none!important;border-radius:0px!important;background:var(--c-gold)!important;color:var(--c-primary)!important;border:none!important;transition:all 0.1s ease!important}#hero-custom .btn-ph:hover{transform:translateY(-3px)!important;box-shadow:0 10px 20px rgba(0,0,0,0.3)!important}.arrow-icon-ph{width:18px;height:18px;margin-left:10px;transition:transform 0.3s}.btn-ph:hover .arrow-icon-ph{transform:translateX(5px)}#hero-custom .hero-ornament{display:flex!important;align-items:center!important;justify-content:center!important;gap:20px!important;margin:30px 0!important}#hero-custom .hero-ornament-line{width:60px;height:1px;background:rgba(189,153,106,0.4)}#hero-custom .hero-ornament-diamond{width:8px;height:8px;border:1px solid #BD996A;transform:rotate(45deg)}.reveal{opacity:0;transform:translateY(30px);transition:all 0.8s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:0.2s}.delay-2{transition-delay:0.4s}.delay-3{transition-delay:0.6s}.delay-4{transition-delay:0.8s}.marquee-section-ph{background-color:#66101F!important;padding:18px 0!important;overflow:hidden;width:100%;display:flex;align-items:center;position:relative;z-index:10}.marquee-track-ph{display:flex;width:max-content;animation:marqueeMovePH 40s linear infinite}.marquee-item-ph{display:flex;align-items:center;gap:24px;padding:0 30px;font-family:'Lora',Georgia,serif!important;font-size:15px!important;font-style:italic;color:rgba(255,255,255,0.8)!important;white-space:nowrap}.marquee-dot-ph{width:5px;height:5px;border-radius:50%;background-color:#BD996A;flex-shrink:0}@keyframes marqueeMovePH{from{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-section-ph:hover .marquee-track-ph{animation-play-state:paused}#sobre-ph{background-color:#F5F0E8!important;padding:120px 0!important;position:relative;overflow:hidden}.container-ph{max-width:1200px;margin:0 auto;padding:0 40px}.sobre-grid-ph{display:grid!important;grid-template-columns:1.2fr 0.8fr!important;gap:100px!important;align-items:flex-start!important}.eyebrow-ph{display:inline-flex!important;align-items:center!important;gap:15px!important;font-size:11px!important;font-weight:700!important;letter-spacing:0.3em!important;text-transform:uppercase!important;color:#BD996A!important;margin-bottom:30px!important}.eyebrow-ph::before{content:'';width:40px;height:1px;background:#BD996A}.sobre-title-ph{font-family:'Lora',Georgia,serif!important;font-size:clamp(36px,4.5vw,52px)!important;color:#19332C!important;line-height:1.25!important;margin-bottom:35px!important}.sobre-title-ph em{font-style:italic;color:#66101F}.sobre-text-ph{font-size:16px!important;line-height:1.9!important;color:#4a4a4a!important;max-width:580px}.sobre-pillars-ph{display:flex!important;flex-direction:column!important;gap:20px!important;margin-top:20px!important}.pillar-card-ph{display:flex!important;align-items:center!important;gap:25px!important;padding:30px!important;background:rgba(255,255,255,0.4)!important;border:1px solid rgba(25,51,44,0.05)!important;border-radius:4px!important;transition:all 0.4s ease!important}.pillar-card-ph:hover{background:rgba(255,255,255,0.8)!important;transform:translateY(-4px)!important;box-shadow:0 15px 30px rgba(25,51,44,0.04)!important}.pillar-icon-ph{width:50px!important;height:50px!important;background:#19332C!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;padding:12px!important;border-radius:2px!important}.pillar-icon-ph img{width:100%!important;height:auto!important;object-fit:contain!important}.pillar-info-ph{display:flex!important;flex-direction:column!important}.pillar-name-ph{font-weight:700!important;color:#19332C!important;font-size:13px!important;text-transform:uppercase!important;letter-spacing:1.5px!important}@media (max-width:980px){#sobre-ph{padding:80px 0!important}.sobre-grid-ph{display:flex!important;flex-direction:column!important;gap:50px!important}.sobre-content-ph{width:100%!important;order:1!important;text-align:left!important}.sobre-text-ph{max-width:100%!important}.sobre-pillars-ph{width:100%!important;margin-top:0!important;order:2!important}.pillar-card-ph{padding:22px!important}}#contacto-ph{background-color:#F5F0E8!important;padding:100px 0!important}.contacto-info-layout-ph{max-width:1200px;margin:0 auto}.contacto-title-ph{font-family:'Lora',serif!important;font-size:clamp(32px,4vw,48px)!important;color:#19332C!important;line-height:1.2!important;margin-bottom:40px!important}.contacto-title-ph em{font-style:italic;color:#66101F}.contact-items-ph{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:40px}.contact-item-ph{display:flex;gap:20px;padding:20px;border-bottom:1px solid rgba(25,51,44,0.1);background:rgba(25,51,44,0.02)}.contact-item-icon-ph{width:44px;height:44px;background:#19332C;display:grid;place-items:center;flex-shrink:0;padding:11px}.contact-label-ph{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#BD996A;margin-bottom:4px}.contact-value-ph,.contact-link-ph{font-size:16px;color:#19332C!important;text-decoration:none!important;font-weight:500}.contact-link-ph:hover{color:#BD996A!important}.map-wrap-ph{width:100%!important;border:1px solid rgba(25,51,44,0.1);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.05)}.map-wrap-ph iframe{width:100%!important}@media (max-width:768px){#contacto-ph{padding:60px 0!important}}#main-header-ph{position:fixed!important;top:0;left:0;width:100%;z-index:99999;padding:35px 0;transition:all 0.5s cubic-bezier(0.16,1,0.3,1);background:#19332C!important}#main-header-ph.scrolled{padding:15px 0;background:rgba(25,51,44,0.96)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header-inner-ph{max-width:1400px;margin:0 auto;padding:0 50px;display:flex;justify-content:space-between;align-items:center}.header-logo-img{height:90px;width:auto;transition:height 0.5s ease}#main-header-ph.scrolled .header-logo-img{height:60px}.header-menu-ph{display:flex;list-style:none!important;gap:50px;margin:0!important;padding:0!important}.menu-link-ph{font-family:'Aptos','Segoe UI',sans-serif!important;font-size:14px!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:0.25em!important;color:#BD996A!important;text-decoration:none!important;transition:all 0.3s ease}.menu-link-ph:hover{color:#FFFFFF!important}.header-gold-border{position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#8a6d3b,#bd996a,#f3d092,#bd996a,#8a6d3b);background-size:200% auto;animation:goldShine 6s linear infinite}@keyframes goldShine{to{background-position:200% center}}@media (max-width:1100px){.header-inner-ph{padding:0 30px}.header-logo-img{height:70px}#main-header-ph.scrolled .header-logo-img{height:50px}.header-nav-ph{position:absolute;top:100%;left:0;width:100%;background:#19332C;max-height:0;overflow:hidden;transition:max-height 0.5s ease-in-out;border-bottom:2px solid #BD996A}.header-nav-ph.active{max-height:350px}.header-menu-ph{flex-direction:column;padding:30px 40px!important;gap:25px;align-items:center}.mobile-menu-toggle{display:flex;flex-direction:column;gap:7px;cursor:pointer}.mobile-menu-toggle span{width:35px;height:2px;background:#BD996A;transition:0.4s}.mobile-menu-toggle.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}}@media (min-width:1101px){.mobile-menu-toggle{display:none}}#ph-header{position:fixed;top:0;left:0;right:0;z-index:9999;transition:background 0.4s ease,backdrop-filter 0.4s ease,box-shadow 0.4s ease,padding 0.4s ease;padding:28px 0}#ph-header.ph-header--top{background:transparent;backdrop-filter:none;box-shadow:none}#ph-header.ph-header--scrolled{background:rgba(25,51,44,0.72);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);box-shadow:0 1px 0 rgba(189,153,106,0.12),0 8px 32px rgba(0,0,0,0.18);padding:16px 0}.ph-header-inner{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:40px}.ph-header-logo{flex-shrink:0;display:flex;align-items:center;text-decoration:none}.ph-header-logo img{height:44px;width:auto;display:block;transition:height 0.4s ease,opacity 0.3s ease;object-fit:contain}#ph-header.ph-header--scrolled .ph-header-logo img{height:36px}.ph-header-logo:hover img{opacity:0.85}.ph-nav{display:flex;align-items:center;gap:8px}.ph-nav-link{position:relative;display:inline-flex;align-items:center;padding:8px 18px;font-family:'Aptos','Segoe UI',system-ui,sans-serif;font-size:13px;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.3s ease;white-space:nowrap}.ph-nav-link::after{content:'';position:absolute;bottom:4px;left:18px;right:18px;height:1px;background:#BD996A;transform:scaleX(0);transform-origin:left;transition:transform 0.35s cubic-bezier(0.16,1,0.3,1)}.ph-nav-link:hover{color:#BD996A}.ph-nav-link:hover::after{transform:scaleX(1)}.ph-nav-cta{display:inline-flex;align-items:center;gap:8px;margin-left:12px;padding:10px 24px;font-family:'Aptos','Segoe UI',system-ui,sans-serif;font-size:12px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#19332C;background:#BD996A;text-decoration:none;border:none;cursor:pointer;transition:background 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease;white-space:nowrap}.ph-nav-cta:hover{background:#d4b48a;transform:translateY(-1px);box-shadow:0 8px 24px rgba(189,153,106,0.3);color:#19332C}.ph-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;cursor:pointer;background:none;border:none;flex-shrink:0}.ph-hamburger-line{display:block;width:100%;height:1.5px;background:rgba(255,255,255,0.85);transition:transform 0.35s cubic-bezier(0.16,1,0.3,1),opacity 0.3s ease,background 0.3s ease;transform-origin:center}.ph-hamburger:hover .ph-hamburger-line{background:#BD996A}.ph-hamburger.ph-open .ph-hamburger-line:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.ph-hamburger.ph-open .ph-hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.ph-hamburger.ph-open .ph-hamburger-line:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.ph-mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(19,30,26,0.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:9998;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;pointer-events:none;opacity:0;transition:opacity 0.4s ease}.ph-mobile-menu.ph-open{opacity:1;pointer-events:all}.ph-mobile-menu::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#BD996A 30%,#BD996A 70%,transparent)}.ph-mobile-nav{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;padding:0 40px}.ph-mobile-nav-link{display:block;width:100%;text-align:center;padding:22px 0;border-bottom:1px solid rgba(189,153,106,0.12);font-family:'Aptos','Segoe UI',system-ui,sans-serif;font-size:15px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.65);text-decoration:none;transition:color 0.3s ease;opacity:0;transform:translateY(16px);transition:color 0.3s ease,opacity 0.5s ease,transform 0.5s cubic-bezier(0.16,1,0.3,1)}.ph-mobile-nav-link:first-child{border-top:1px solid rgba(189,153,106,0.12)}.ph-mobile-nav-link:hover{color:#BD996A}.ph-mobile-menu.ph-open .ph-mobile-nav-link:nth-child(1){opacity:1;transform:translateY(0);transition-delay:0.1s}.ph-mobile-menu.ph-open .ph-mobile-nav-link:nth-child(2){opacity:1;transform:translateY(0);transition-delay:0.18s}.ph-mobile-menu.ph-open .ph-mobile-nav-link:nth-child(3){opacity:1;transform:translateY(0);transition-delay:0.26s}.ph-mobile-cta{margin-top:36px;display:inline-flex;align-items:center;gap:8px;padding:14px 36px;font-family:'Aptos','Segoe UI',system-ui,sans-serif;font-size:12px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:#19332C;background:#BD996A;text-decoration:none;opacity:0;transform:translateY(16px);transition:opacity 0.5s ease 0.34s,transform 0.5s cubic-bezier(0.16,1,0.3,1) 0.34s,background 0.3s ease}.ph-mobile-menu.ph-open .ph-mobile-cta{opacity:1;transform:translateY(0)}.ph-mobile-cta:hover{background:#d4b48a;color:#19332C}.ph-mobile-logo{position:absolute;top:28px;left:40px}.ph-mobile-logo img{height:36px;width:auto;opacity:0.6}.ph-mobile-close{position:absolute;top:24px;right:32px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:rgba(255,255,255,0.5);transition:color 0.3s ease}.ph-mobile-close:hover{color:#BD996A}.ph-mobile-close svg{width:20px;height:20px}@media (max-width:900px){.ph-nav{display:none}.ph-hamburger{display:flex}.ph-header-inner{padding:0 24px}}@media (max-width:480px){.ph-mobile-nav{padding:0 24px}.ph-mobile-logo{left:24px}.ph-mobile-close{right:20px}}#framer-seo-ph{background-color:#F5F0E8!important;padding:0 0 150px 0!important;position:relative;overflow:hidden}.framer-glow-bg-ph{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(189,153,106,0.06) 0%,rgba(25,51,44,0) 70%);z-index:1;pointer-events:none}.container-framer-ph{max-width:1200px;margin:0 auto;padding:0 40px;position:relative;z-index:2}.framer-line-top-ph{width:100%;height:1px;background:rgba(25,51,44,0.08)!important;margin-bottom:80px!important}.framer-center-content-ph{max-width:850px;margin:0 auto!important;text-align:center!important}.framer-eyebrow-center-ph{display:inline-flex!important;font-size:11px!important;font-weight:700!important;letter-spacing:0.3em!important;text-transform:uppercase!important;color:#BD996A!important;margin-bottom:35px!important}.framer-editorial-title-ph{font-family:'Lora',Georgia,serif!important;font-size:clamp(36px,4.5vw,52px)!important;color:#19332C!important;line-height:1.25!important;margin:0 auto!important;font-weight:400!important}.framer-editorial-title-ph span{font-style:italic!important;color:#66101F!important}.framer-ornament-ph{display:flex!important;justify-content:center!important;align-items:center!important;margin:35px 0!important}.framer-diamond-ph{width:6px;height:6px;border:1px solid #BD996A;transform:rotate(45deg);background-color:#BD996A}.framer-paragraph-center-ph{display:flex!important;flex-direction:column!important;gap:25px!important;text-align:center!important;max-width:680px;margin:0 auto!important}.framer-paragraph-center-ph p{font-size:16px!important;line-height:1.8!important;color:#4a4a4a!important;margin:0!important}.framer-paragraph-center-ph strong{color:#19332C!important;font-weight:700!important;border-bottom:1px solid rgba(189,153,106,0.4)!important;padding-bottom:1px!important}@media (max-width:980px){#framer-seo-ph{padding-bottom:100px!important}.framer-line-top-ph{margin-bottom:50px!important}.framer-editorial-title-ph{font-size:32px!important}.framer-ornament-ph{margin:25px 0!important}.framer-paragraph-center-ph{max-width:100%;gap:20px!important}}#servicios-ph{background-color:#19332C!important;padding:120px 0!important;position:relative;overflow:hidden}#servicios-ph::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");opacity:0.4;pointer-events:none}.servicios-head-ph{position:relative;z-index:2;margin-bottom:60px}.servicios-title-ph{font-family:'Lora',Georgia,serif!important;font-size:clamp(32px,4vw,52px)!important;color:#FFFFFF!important;line-height:1.2!important;margin-top:20px!important}.servicios-title-ph em{font-style:italic;color:#BD996A}.services-grid-ph{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.service-card-ph{background:rgba(255,255,255,0.03)!important;border:1px solid rgba(255,255,255,0.08)!important;padding:45px 35px!important;position:relative;transition:all 0.4s cubic-bezier(0.16,1,0.3,1)!important;display:flex;flex-direction:column;justify-content:flex-start}.service-card-ph:hover{background:rgba(255,255,255,0.06)!important;border-color:rgba(189,153,106,0.3)!important;transform:translateY(-8px)!important}.service-card-ph::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:#BD996A;transform:scaleX(0);transform-origin:left;transition:transform 0.4s ease}.service-card-ph:hover::after{transform:scaleX(1)}.service-num-ph{font-family:'Lora',serif;font-size:13px;color:#BD996A;margin-bottom:20px;letter-spacing:1px}.service-icon-ph{width:40px;height:40px;margin-bottom:25px}.service-icon-ph svg{width:100%;height:100%}.service-name-ph{font-family:'Lora',serif!important;font-size:20px!important;font-weight:500!important;color:#FFFFFF!important;margin-bottom:15px!important;line-height:1.3!important}.service-desc-ph{font-size:14px!important;line-height:1.6!important;color:rgba(255,255,255,0.6)!important;margin:0!important;display:block!important;visibility:visible!important}@media (max-width:1024px){.services-grid-ph{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-grid-ph{grid-template-columns:1fr}.service-card-ph{padding:35px 30px!important}}#framer-seo-ph{background-color:#F5F0E8!important;padding:0 0 140px 0!important;position:relative;overflow:hidden}.framer-glow-bg-ph{position:absolute;top:65%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(189,153,106,0.08) 0%,rgba(25,51,44,0) 70%);z-index:1;pointer-events:none}.container-framer-ph{max-width:1200px;margin:0 auto;padding:0 40px;position:relative;z-index:2}.framer-line-top-ph{width:100%;height:1px;background:rgba(25,51,44,0.08)!important;margin-bottom:80px!important}.framer-center-content-ph{max-width:850px;margin:0 auto 80px auto!important;text-align:center!important}.framer-eyebrow-center-ph{display:inline-flex!important;font-size:11px!important;font-weight:700!important;letter-spacing:0.3em!important;text-transform:uppercase!important;color:#BD996A!important;margin-bottom:35px!important}.framer-editorial-title-ph{font-family:'Lora',Georgia,serif!important;font-size:clamp(36px,4.5vw,52px)!important;color:#19332C!important;line-height:1.25!important;margin:0 auto!important;font-weight:400!important}.framer-editorial-title-ph span{font-style:italic!important;color:#66101F!important}.framer-ornament-ph{display:flex!important;justify-content:center!important;align-items:center!important;margin:35px 0!important}.framer-diamond-ph{width:6px;height:6px;border:1px solid #BD996A;transform:rotate(45deg);background-color:#BD996A}.framer-paragraph-center-ph{display:flex!important;flex-direction:column!important;gap:25px!important;text-align:center!important;max-width:680px;margin:0 auto!important}.framer-paragraph-center-ph p{font-size:16px!important;line-height:1.8!important;color:#4a4a4a!important;margin:0!important}.framer-paragraph-center-ph strong{color:#19332C!important;font-weight:700!important;border-bottom:1px solid rgba(189,153,106,0.4)!important;padding-bottom:1px!important}.framer-split-wrapper-ph{display:flex!important;width:100%;gap:40px;margin-top:40px}.split-left-ph{flex:0 0 45%!important;display:flex;flex-direction:column;justify-content:space-between;padding:20px 0!important}.slider-nav-ph{display:flex;flex-direction:column;gap:22px}.slider-nav-item-ph{font-size:16px!important;color:rgba(25,51,44,0.35)!important;cursor:pointer;transition:all 0.3s cubic-bezier(0.16,1,0.3,1)!important;font-weight:500;text-align:left}.slider-nav-item-ph:hover{color:rgba(25,51,44,0.7)!important}.slider-nav-item-ph.active{color:#19332C!important;font-weight:600;padding-left:12px;border-left:2px solid #BD996A}.slider-arrows-ph{display:flex;gap:30px;margin-top:50px;justify-content:flex-start}.arrow-btn-ph{background:none!important;border:none!important;width:48px!important;height:48px!important;cursor:pointer;padding:0!important;transition:transform 0.2s ease,opacity 0.2s!important;position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%!important;overflow:hidden}.arrow-btn-ph::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#66101F;border-radius:50%;z-index:1;transition:background-color 0.3s ease}.arrow-btn-ph svg{width:20px!important;height:20px!important;color:white!important;stroke:white!important;position:relative;z-index:2}.arrow-btn-ph:hover{transform:scale(1.1)}.arrow-btn-ph:hover::before{background-color:#550D19}.arrow-btn-ph:active{transform:scale(0.98)}.split-right-ph{flex:0 0 55%!important;background-color:rgba(255,255,255,0.35)!important;border-radius:4px;padding:60px!important;display:flex;align-items:center}.slider-viewport-ph{position:relative;width:100%;min-height:480px}.slider-slide-ph{position:absolute!important;inset:0!important;opacity:0;visibility:hidden;transition:opacity 0.4s ease,visibility 0.4s ease!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;z-index:1}.slider-slide-ph.active{opacity:1!important;visibility:visible!important;z-index:2}.slide-meta-ph{font-family:'Lora',serif;font-size:16px;color:rgba(25,51,44,0.4);margin-bottom:25px}.slide-title-ph{font-family:'Lora',Georgia,serif!important;font-size:clamp(26px,3.2vw,38px)!important;color:#66101F!important;line-height:1.3!important;margin:0 0 35px 0!important;font-weight:400!important;text-align:left}.slide-title-ph em{font-style:italic}.slide-img-wrapper-ph{width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:2px}.slide-img-wrapper-ph img{width:100%;height:100%;object-fit:cover;filter:sepia(100%) hue-rotate(-15deg) brightness(0.95) contrast(1.05)!important}@media (max-width:980px){.framer-center-content-ph{margin-bottom:40px!important}.framer-split-wrapper-ph{flex-direction:column!important;gap:30px}.slider-nav-ph{display:none!important}.split-left-ph{width:100%!important;padding:0!important;order:2}.slider-arrows-ph{margin-top:0;justify-content:center}.split-right-ph{width:100%!important;padding:30px!important;order:1}.slider-viewport-ph{min-height:350px!important}.slide-title-ph{font-size:24px!important;margin-bottom:25px!important}}.gtranslate-custom-ph{display:inline-block;vertical-align:middle;position:relative;z-index:99}.gtranslate-custom-ph select,.gtranslate-custom-ph .gt_selector,.gtranslate_wrapper select{background-color:#F5F0E8!important;color:#19332C!important;font-family:'Lora',Georgia,serif!important;font-size:14px!important;font-weight:500!important;border:1px solid rgba(25,51,44,0.12)!important;border-radius:2px!important;padding:8px 32px 8px 14px!important;cursor:pointer;outline:none!important;box-shadow:none!important;transition:all 0.3s ease!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23BD996A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important;background-size:15px!important}.gtranslate-custom-ph select:hover,.gtranslate-custom-ph select:focus{border-color:#BD996A!important;color:#66101F!important;background-color:#FFFFFF!important}.gtranslate-custom-ph select option{background-color:#FFFFFF!important;color:#19332C!important;font-family:sans-serif!important;padding:10px!important}