@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Inter-Regular.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Inter-Medium.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Inter-SemiBold.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Inter-Bold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Rubik-Regular.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Rubik-Medium.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Rubik-SemiBold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Rubik-Bold.woff2') format('woff2')}:root{--primary:#0F1113;--secondary:#7A4E2E;--accent:#FF6A2A;--bg-light:#F1E9DA;--bg-dark:#0F1113;--text-dark:#3B424A;--text-light:#F1E9DA;--text-muted:#F1E9DA;--border-light:#DED5C7;--border-dark:#2A2F35;--gradient-primary:linear-gradient(180deg, #E57A23 0%, #C34C0C 100%);--gradient-gold-shine:linear-gradient(90deg, rgba(201,173,134,0) 0%, rgba(201,173,134,0.75) 50%, rgba(201,173,134,0) 100%);--gradient-secondary:linear-gradient(180deg, #3A2518 0%, #1C120C 100%);--gradient-gold-accent:linear-gradient(180deg, #D9C3A6 0%, #B9966F 100%);--gradient-dark-section:linear-gradient(180deg, #0B0B0B 0%, #14110E 45%, #0B0B0B 100%);--gradient-overlay-dark:linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 55%, rgba(0,0,0,0) 100%);--gradient-light-section:linear-gradient(180deg, #E6D2BE 0%, #D6BFA7 100%);--gradient-overlay-light:linear-gradient(180deg, rgba(230,210,190,0.92) 0%, rgba(230,210,190,0.78) 100%);--font-heading:'Cormorant Garamond',serif;--font-body:'Heebo',sans-serif;--container-max:1200px;--container-padding:20px;--spacing-xs:8px;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:40px;--spacing-xl:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--transition-base:0.3s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;direction:rtl}body{font-family:Rubik,sans-serif;font-weight:400;line-height:1.7;color:var(--text-dark);background-color:var(--bg-light);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Rubik,sans-serif;line-height:1.2;letter-spacing:.02em;margin-bottom:var(--spacing-md);color:var(--primary)}h1{font-size:clamp(2.5rem, 5vw, 4.5rem);font-weight:700;letter-spacing:.01em}h2{font-size:clamp(2rem, 4vw, 3.5rem);font-weight:600}h3{font-size:clamp(1.5rem, 3vw, 2.5rem);font-weight:600}h4{font-size:clamp(1.25rem, 2.5vw, 2rem);font-weight:500}h5{font-size:clamp(1.125rem, 2vw, 1.5rem);font-weight:500}h6{font-size:clamp(1rem, 1.5vw, 1.25rem);font-weight:500}p{margin-bottom:var(--spacing-md);max-width:65ch}p:last-child{margin-bottom:0}a{color:var(--accent);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--secondary)}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}ol,ul{list-style-position:inside;margin-bottom:var(--spacing-md)}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:0 0}.container{width:100%;max-width:var(--container-max);margin-right:auto;margin-left:auto;padding-right:var(--container-padding);padding-left:var(--container-padding)}.container-fluid{width:100%;padding-right:var(--container-padding);padding-left:var(--container-padding)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-xs);padding:14px 32px;font-family:Rubik,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;border:2px solid transparent;border-radius:var(--radius-sm);transition:all var(--transition-base);cursor:pointer;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--gradient-primary);color:#fff;border-color:transparent}.btn-primary:hover{background:linear-gradient(180deg,#f08a33 0,#d35c1c 100%);color:#fff}.btn-secondary{background:var(--secondary);color:var(--text-light);border-color:var(--secondary)}.btn-secondary:hover{background:#8f5c36;border-color:#8f5c36;color:var(--text-light)}.btn-outline{background:0 0;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--text-light)}.btn-light{background:var(--bg-light);color:var(--text-dark);border-color:var(--border-light)}.btn-light:hover{background:var(--border-light);color:var(--text-dark)}.btn-lg{padding:18px 40px;font-size:1.125rem}.btn-sm{padding:10px 24px;font-size:.875rem}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-accent{color:var(--accent)}.text-light{color:var(--text-light)}.text-muted{color:var(--text-muted);opacity:.7}.bg-light{background-color:var(--bg-light)}.bg-dark{background-color:var(--bg-dark)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.section{padding:var(--spacing-xl) 0}.section-lg{padding:calc(var(--spacing-xl) * 1.5) 0}.section-sm{padding:var(--spacing-lg) 0}.mb-xs{margin-bottom:var(--spacing-xs)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.mt-xs{margin-top:var(--spacing-xs)}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.whatsapp-float{position:fixed;bottom:20px;left:20px;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;z-index:999;box-shadow:0 4px 12px rgba(0,0,0,.15);text-decoration:none;transition:transform .3s,box-shadow .3s}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2);color:#fff}@media (min-width:769px){.whatsapp-float{display:none!important}}@media (min-width:576px){:root{--container-padding:24px}}@media (min-width:768px){:root{--container-padding:32px;--spacing-lg:56px;--spacing-xl:80px}p{font-size:1.0625rem}}@media (min-width:992px){:root{--container-padding:40px;--spacing-xl:96px}p{font-size:1.125rem}}:root{--primary:#0F1113;--secondary:#7A4E2E;--accent:#FF6A2A;--bg-light:#F1E9DA;--bg-dark:#0F1113;--text-dark:#3B424A;--text-light:#F1E9DA;--text-muted:#F1E9DA;--border-light:#DED5C7;--border-dark:#2A2F35;--cc-btn-primary-bg:#3b82f6;--cc-btn-primary-border:#3b82f6;--cc-btn-primary-hover-bg:#2269dd;--accessibility-focus:#0F1113}.navbar{position:sticky;background:var(--bg-dark);box-shadow:0 2px 12px rgba(0,0,0,.15);padding:0 2rem;transition:background .3s}.nav-container{display:flex;align-items:center;justify-content:space-between;height:70px}.nav-brand{display:flex;align-items:center}.logo-link{display:flex;align-items:center}.nav-menu{display:flex;gap:2.5rem;align-items:center}.nav-menu a{color:var(--text-light);font-size:1rem;position:relative;padding:.5rem 0;text-decoration:none;transition:color .3s;font-weight:500}.nav-menu a::after{content:'';position:absolute;bottom:0;right:0;width:0;height:2px;background:var(--accent);transition:width .3s}.nav-menu a:hover{color:var(--accent)}.nav-menu a:hover::after{width:100%;right:auto;left:0}.nav-cta-container{margin-right:auto;display:flex;align-items:center}.nav-cta-btn{background:var(--accent);color:var(--bg-light);padding:.75rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:.3s;border:2px solid var(--accent);box-shadow:0 2px 8px rgba(255,106,42,.2)}.nav-cta-btn:hover{background:0 0;color:var(--accent);box-shadow:0 4px 12px rgba(255,106,42,.3);transform:translateY(-2px)}.mobile-toggle,.phone-header-btn{display:none}@media (max-width:768px){.navbar{padding:0 1rem}.nav-container{height:60px}.mobile-toggle{display:flex;align-items:center;justify-content:center;background:0 0;border:none;color:var(--text-light);cursor:pointer;padding:.5rem;margin-left:auto;z-index:1001}.phone-header-btn{display:flex;align-items:center;justify-content:center;background:var(--accent);border:none;color:var(--bg-light);cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;margin-left:.5rem;z-index:1001}.nav-brand{position:absolute;right:50%;transform:translateX(50%)}.nav-menu{position:fixed;top:60px;right:-100%;width:100%;max-width:320px;height:calc(100vh - 60px);background:var(--bg-dark);flex-direction:column;padding:2rem 1.5rem;gap:0;align-items:flex-start;transition:right .3s;box-shadow:-4px 0 12px rgba(0,0,0,.2);overflow-y:auto}.nav-menu.active{right:0}.nav-menu li{width:100%;border-bottom:1px solid var(--border-dark);padding:0}.nav-menu a{display:block;width:100%;padding:1rem 0;font-size:1.1rem}.nav-menu a::after{display:none}.nav-cta-container{width:100%;margin-right:0;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-dark)}.nav-cta-btn{width:100%;text-align:center;display:block}}.navbar{position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.1)}.nav-container{display:flex;align-items:center;gap:2rem;position:relative;box-sizing:border-box}.logo{max-width:160px!important;display:block;object-fit:contain;transition:opacity .3s}.logo:hover{opacity:.8}.logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.logo-link:focus{outline:0}.nav-brand{display:flex;align-items:center;flex-shrink:0;margin:0}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-menu li{margin:0;padding:0}.nav-cta-container{margin-left:auto;display:flex;align-items:center}.nav-cta-item{list-style:none;margin:0;padding:0}html[dir=ltr] .nav-container,html[lang=en] .nav-container,html[lang=es] .nav-container,html[lang=fr] .nav-container{justify-content:flex-start}html[dir=ltr] .nav-menu,html[lang=en] .nav-menu,html[lang=es] .nav-menu,html[lang=fr] .nav-menu{margin-left:0;margin-right:0}html[dir=ltr] .nav-cta-container,html[lang=en] .nav-cta-container,html[lang=es] .nav-cta-container,html[lang=fr] .nav-cta-container{margin-left:auto;margin-right:0}html[dir=rtl] .nav-container,html[lang=ar] .nav-container,html[lang=he] .nav-container{flex-direction:row-reverse;justify-content:space-between}html[dir=rtl] .nav-cta-container,html[lang=ar] .nav-cta-container,html[lang=he] .nav-cta-container{order:-1;margin:0}html[dir=rtl] .nav-right-group,html[lang=ar] .nav-right-group,html[lang=he] .nav-right-group{display:flex;align-items:center;gap:2rem;order:1;flex-direction:row-reverse}html[dir=rtl] .nav-right-group .nav-brand,html[lang=ar] .nav-right-group .nav-brand,html[lang=he] .nav-right-group .nav-brand{order:2}html[dir=rtl] .nav-right-group .nav-menu,html[lang=ar] .nav-right-group .nav-menu,html[lang=he] .nav-right-group .nav-menu{order:1}@media (min-width:769px){.mobile-toggle,.nav-menu .mobile-contact-link,.phone-header-btn{display:none!important}}@media (max-width:768px){.nav-container{padding:.75rem 1rem;gap:0;justify-content:center!important}.mobile-toggle{position:absolute;top:50%;transform:translateY(-50%);left:15px;right:auto;display:flex!important;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;padding:8px;z-index:1001;width:44px!important;height:44px!important}.phone-header-btn{position:absolute;top:50%;transform:translateY(-50%);right:15px;left:auto;display:flex!important;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;padding:8px;z-index:1001;width:44px!important;height:44px!important}.logo-link,.nav-brand a{display:flex!important;justify-content:center!important;margin:0 auto!important}.mobile-toggle svg,.phone-header-btn svg{width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;transition:opacity .3s}.mobile-toggle svg path,.phone-header-btn svg path{stroke:currentColor!important}.mobile-toggle img,.phone-header-btn img{width:24px!important;height:24px!important}.mobile-toggle:hover svg,.phone-header-btn:hover svg{opacity:.8}.mobile-toggle:active,.mobile-toggle:focus,.phone-header-btn:active,.phone-header-btn:focus{outline:0;border:none;box-shadow:none}.nav-brand,html[dir=rtl] .nav-brand,html[dir=rtl] .nav-right-group .nav-brand,html[lang=ar] .nav-brand,html[lang=ar] .nav-right-group .nav-brand,html[lang=he] .nav-brand,html[lang=he] .nav-right-group .nav-brand{margin:0 auto!important;text-align:center;order:0!important}.logo{max-height:35px!important;max-width:160px!important}.nav-right-group{display:contents!important}.nav-cta-container{display:none!important}.nav-menu{position:fixed;top:70px;width:50%;max-width:300px;flex-direction:column!important;gap:0;padding:20px 0;box-shadow:0 4px 12px rgba(0,0,0,.15);display:none;z-index:999;margin:0!important;align-items:stretch!important;justify-content:flex-start!important}.nav-menu.active{display:flex!important;flex-direction:column!important}.nav-menu li{width:100%}.nav-menu .mobile-contact-link{display:block!important}html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .nav-menu a,html[dir=ltr] .nav-menu a{text-align:left!important}.nav-menu a{display:block;padding:15px 30px;width:100%;font-weight:500}html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .mobile-toggle,html[dir=ltr] .mobile-toggle{left:20px!important;right:auto!important}html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .phone-header-btn,html[dir=ltr] .phone-header-btn{right:20px!important;left:auto!important}html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .nav-menu,html[dir=ltr] .nav-menu{left:0!important;right:auto!important}html[dir=rtl] .mobile-toggle,html[lang=ar] .mobile-toggle,html[lang=he] .mobile-toggle{left:auto!important;right:20px!important}html[dir=rtl] .phone-header-btn,html[lang=ar] .phone-header-btn,html[lang=he] .phone-header-btn{left:20px!important;right:auto!important}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{right:0!important;left:auto!important}html[dir=rtl] .nav-menu a,html[lang=ar] .nav-menu a,html[lang=he] .nav-menu a{text-align:right!important}.nav-cta-container{display:flex!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;background:0 0!important;width:auto!important;z-index:1001!important}.nav-cta-container .nav-cta-btn,.nav-cta-container>a:not(.lang-option):not(.lang-switcher-current){display:none!important}html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .nav-cta-container,html[dir=ltr] .nav-cta-container{left:30px!important;right:auto!important}html[dir=rtl] .nav-cta-container,html[lang=ar] .nav-cta-container,html[lang=he] .nav-cta-container{right:30px!important;left:auto!important}}header{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.navbar{width:100%!important;max-width:100%!important;margin:0!important;left:0!important;right:0!important}nav.navbar{position:fixed;top:0;left:0;right:0;width:100vw!important;max-width:none!important}.nav-container{width:100%!important;max-width:1200px!important;margin:0 auto!important;padding:0 2rem!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important}html[dir=rtl] .nav-container,html[lang=ar] .nav-container,html[lang=he] .nav-container{justify-content:space-between!important}@media (min-width:769px){html[dir=rtl] .logo-link,html[dir=rtl] .nav-brand,html[lang=ar] .logo-link,html[lang=ar] .nav-brand,html[lang=he] .logo-link,html[lang=he] .nav-brand{order:2!important;margin-left:1.5rem!important}html[dir=rtl] .nav-container,html[lang=ar] .nav-container,html[lang=he] .nav-container{flex-direction:row-reverse!important}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{display:flex!important;flex-direction:row!important;align-items:center!important;gap:1.5rem!important}}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{order:1!important;margin-right:0!important;margin-left:0!important}html[dir=rtl] .cta-button,html[dir=rtl] .nav-cta-btn,html[dir=rtl] a.cta-button,html[lang=ar] .cta-button,html[lang=ar] .nav-cta-btn,html[lang=ar] a.cta-button,html[lang=he] .cta-button,html[lang=he] .nav-cta-btn,html[lang=he] a.cta-button{order:0!important;margin-right:auto!important;margin-left:0!important}main{margin-top:0!important;padding-top:0!important}.site-footer{background-color:var(--bg-dark);color:var(--text-light);padding:3rem 1.5rem 1.5rem;direction:rtl;font-family:Rubik,sans-serif}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border-dark)}.footer-column h3{color:var(--accent);font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;text-align:right}.footer-about{grid-column:span 1}.footer-about .logo{margin-bottom:1rem;display:block;max-width:150px;height:auto}.footer-description{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;font-size:.9375rem;text-align:right}.social-links{display:flex;gap:1rem;flex-direction:row-reverse}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:var(--secondary);color:var(--text-light);border-radius:50%;transition:.3s;text-decoration:none}.social-links a:hover{background-color:var(--accent);transform:translateY(-3px)}.social-links i{font-size:1.125rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-light);text-decoration:none;transition:color .3s,padding-right .3s;display:inline-block;text-align:right}.footer-links a:hover{color:var(--accent);padding-right:.5rem}.contact-info{list-style:none;padding:0;margin:0}.contact-info li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:var(--text-light);flex-direction:row-reverse;text-align:right}.contact-info i{color:var(--accent);font-size:1rem;margin-top:.25rem;flex-shrink:0}.contact-info a{color:var(--text-light);text-decoration:none;transition:color .3s}.contact-info a:hover{color:var(--accent)}.contact-info span{color:var(--text-light)}.footer-bottom{padding-top:1.5rem}.footer-bottom-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.legal-links{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.legal-links a{color:var(--text-light);text-decoration:none;font-size:.875rem;transition:color .3s}.legal-links a:hover{color:var(--accent)}.legal-links .separator{color:var(--text-muted);font-size:.875rem}.copyright{color:var(--text-muted);font-size:.875rem;margin:0}.zappy-attribution{color:var(--text-muted);font-size:.8125rem;text-decoration:none;transition:color .3s}.zappy-attribution:hover{color:var(--accent)}@media (max-width:768px){.site-footer{padding:2rem 1rem 1rem}.footer-main{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-about,.footer-column{text-align:right}.social-links{justify-content:flex-end}.footer-bottom-content{gap:.75rem}.legal-links{flex-direction:column;gap:.5rem}.legal-links .separator{display:none}}@media (max-width:480px){.footer-main{gap:1.5rem}.footer-column h3{font-size:1rem}}.home-hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;background:var(--bg-dark);color:var(--text-light);isolation:isolate}.home-hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.home-hero-section .hero-background img{width:100%;height:100%;object-fit:cover;filter:brightness(.75) contrast(1.05) saturate(1.05)}.home-hero-section .hero-vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(120% 120% at 50% 40%,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 55%,rgba(0,0,0,.85) 100%);z-index:2;pointer-events:none}.home-hero-section .hero-content-wrapper{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:120px 24px 80px}.home-hero-section .hero-content{max-width:42ch;margin-inline-start:0}.home-hero-section .hero-title{font-family:Rubik,sans-serif;font-size:3.5rem;font-weight:300;letter-spacing:.02em;line-height:1.05;color:var(--text-light);text-shadow:0 10px 24px rgba(0,0,0,.65);margin-bottom:24px}.home-hero-section .hero-subtitle{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:1.8;color:var(--text-light);margin-bottom:32px;opacity:.95}.home-hero-section .hero-cta-row{display:flex;gap:16px;margin-bottom:40px;flex-wrap:wrap}.home-hero-section .btn-primary{background:var(--accent);color:#fff;padding:14px 28px;border-radius:0;border:1px solid rgba(0,0,0,.35);font-family:Rubik,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;text-decoration:none;display:inline-block;box-shadow:0 10px 24px rgba(0,0,0,.45);transition:220ms}.home-hero-section .btn-primary:hover{background:#ff7a3a;transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.55)}.home-hero-section .btn-secondary{background:0 0;color:var(--text-light);padding:14px 28px;border-radius:0;border:1px solid rgba(201,173,134,.45);font-family:Rubik,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;text-decoration:none;display:inline-block;transition:220ms}.home-hero-section .btn-secondary:hover{background:rgba(201,173,134,.1);border-color:rgba(201,173,134,.65);transform:translateY(-2px)}.home-hero-section .hero-credibility{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.02em;line-height:1.5;color:var(--text-light);opacity:.85;margin:0}.home-hero-section .hero-divider{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:5;pointer-events:none}.home-hero-section .hero-divider svg{width:100%;height:100%;display:block}@media (max-width:768px){.home-hero-section{min-height:90vh}.home-hero-section .hero-content-wrapper{padding:100px 20px 60px}.home-hero-section .hero-title{font-size:2.25rem;line-height:1.1;margin-bottom:20px}.home-hero-section .hero-subtitle{font-size:.9375rem;line-height:1.7;margin-bottom:28px}.home-hero-section .hero-cta-row{flex-direction:column;gap:12px;margin-bottom:32px}.home-hero-section .btn-primary,.home-hero-section .btn-secondary{width:100%;text-align:center;padding:12px 24px}.home-hero-section .hero-credibility{font-size:.8125rem;line-height:1.6}.home-hero-section .hero-divider{height:80px}}.home-services-section{background:var(--bg-light);color:var(--text-dark);padding:120px 0 0;position:relative;overflow:visible}.home-services-section .services-container{max-width:1200px;margin:0 auto;padding:0 40px 120px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.home-services-section .services-content-column{padding-inline-end:40px}.home-services-section h2{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.2;letter-spacing:.01em;color:var(--text-dark);margin:0 0 24px}.home-services-section .services-intro{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8;color:var(--text-dark);margin:0 0 60px;max-width:100%}.home-services-section .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.home-services-section .service-card{background:0 0;border:1px solid var(--border-light);padding:32px 28px;transition:.3s}.home-services-section .service-card:hover{border-color:var(--secondary);transform:translateY(-4px)}.home-services-section .service-card h3{font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;letter-spacing:.01em;color:var(--text-dark);margin:0 0 16px}.home-services-section .service-card p{font-family:Rubik,sans-serif;font-size:.9375rem;line-height:1.7;color:var(--text-dark);margin:0}.home-services-section .services-image-column{position:relative;padding-inline-start:40px}.home-services-section .image-frame{position:relative;width:100%;height:auto}.home-services-section .walnut-backplate{position:absolute;bottom:-24px;inset-inline-end:-24px;width:70%;height:70%;background:var(--secondary);z-index:0;pointer-events:none}.home-services-section .image-frame img{position:relative;width:100%;height:auto;display:block;border:1px solid var(--border-light);z-index:1}.home-services-section .wood-grain-transition{position:relative;width:100%;height:100px;overflow:hidden;margin:0}.home-services-section .wood-grain-transition img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1}.home-services-section .wood-grain-transition::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(241,233,218,0) 0,rgba(241,233,218,.3) 30%,rgba(15,17,19,.7) 70%,#0f1113 100%);z-index:2;pointer-events:none}.home-services-section .transition-divider{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:1px;background:var(--border-light);z-index:3;pointer-events:none}@media (max-width:768px){.home-services-section{padding:80px 0 0}.home-services-section .services-container{grid-template-columns:1fr;gap:60px;padding:0 24px 80px}.home-services-section .services-content-column{padding-inline-end:0}.home-services-section h2{font-size:2rem;margin-bottom:20px}.home-services-section .services-intro{margin-bottom:40px}.home-services-section .services-grid{grid-template-columns:1fr;gap:24px}.home-services-section .service-card{padding:28px 24px}.home-services-section .service-card h3{font-size:1.375rem}.home-services-section .services-image-column{padding-inline-start:0;order:-1}.home-services-section .walnut-backplate{bottom:-16px;inset-inline-end:-16px;width:60%;height:60%}.home-services-section .wood-grain-transition{height:80px}.home-services-section .transition-divider{width:80%}}.home-portfolio-section{background:var(--bg-dark);color:var(--text-light);padding:120px 0 0;position:relative;overflow:visible}.home-portfolio-section .portfolio-container{max-width:1200px;margin:0 auto;padding:0 24px 120px;position:relative}.home-portfolio-section .portfolio-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:80px;gap:40px}.home-portfolio-section .header-content{flex:1}.home-portfolio-section .portfolio-header h2{font-family:Rubik,sans-serif;font-size:44px;font-weight:700;letter-spacing:.01em;line-height:1.12;color:var(--text-light);margin:0 0 16px}.home-portfolio-section .portfolio-header p{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:1.8;color:var(--text-light);margin:0;opacity:.85}.home-portfolio-section .btn-primary{background:#d76a17;color:#fff;padding:14px 32px;border-radius:0;border:1px solid rgba(0,0,0,.35);font-family:Rubik,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;box-shadow:0 10px 24px rgba(0,0,0,.45);text-decoration:none;display:inline-block;transition:.3s;white-space:nowrap;flex-shrink:0}.home-portfolio-section .btn-primary:hover{background:#e87b28;box-shadow:0 12px 28px rgba(0,0,0,.55);transform:translateY(-2px)}.home-portfolio-section .portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}.home-portfolio-section .project-tile{position:relative}.home-portfolio-section .project-tile.featured{grid-column:span 2}.home-portfolio-section .project-image{background:#14110e;border-radius:0;border:1px solid rgba(201,173,134,.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,.45),0 22px 60px rgba(0,0,0,.65);overflow:hidden;position:relative;aspect-ratio:4/3}.home-portfolio-section .project-tile.featured .project-image{aspect-ratio:16/9}.home-portfolio-section .project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.home-portfolio-section .project-tile:hover .project-image img{transform:scale(1.05)}.home-portfolio-section .project-caption{padding:24px 0 0}.home-portfolio-section .project-caption h3{font-family:Rubik,sans-serif;font-size:28px;font-weight:700;letter-spacing:.01em;line-height:1.2;color:var(--text-light);margin:0 0 12px}.home-portfolio-section .project-caption p{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:1.8;color:var(--text-light);margin:0;opacity:.75}.home-portfolio-section .decorative-panel{position:absolute;bottom:0;left:0;width:280px;height:35%;background:#e6d2be;border-radius:0;border:1px solid rgba(0,0,0,.18);box-shadow:0 18px 40px rgba(0,0,0,.35);z-index:5;pointer-events:none}.home-portfolio-section .section-divider{position:absolute;bottom:0;left:0;width:100%;height:80px;z-index:1}.home-portfolio-section .section-divider svg{width:100%;height:100%;display:block}@media (max-width:768px){.home-portfolio-section{padding:80px 0 0}.home-portfolio-section .portfolio-container{padding:0 20px 80px}.home-portfolio-section .portfolio-header{flex-direction:column;align-items:flex-start;margin-bottom:60px;gap:24px}.home-portfolio-section .portfolio-header h2{font-size:32px}.home-portfolio-section .btn-primary{width:100%;text-align:center;padding:16px 32px}.home-portfolio-section .portfolio-grid{grid-template-columns:1fr;gap:40px}.home-portfolio-section .project-tile.featured{grid-column:span 1}.home-portfolio-section .project-image,.home-portfolio-section .project-tile.featured .project-image{aspect-ratio:4/3}.home-portfolio-section .project-caption h3{font-size:24px}.home-portfolio-section .project-caption p{font-size:15px}.home-portfolio-section .decorative-panel{width:180px;height:25%}.home-portfolio-section .section-divider{height:60px}}.home-process-section{background:var(--bg-light);color:var(--text-dark);padding:80px 20px;position:relative;overflow:visible}.home-process-section .process-container{max-width:1200px;margin:0 auto}.home-process-section .process-intro{max-width:52ch;margin:0 auto 80px;text-align:center}.home-process-section .process-intro h2{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:600;letter-spacing:.01em;line-height:1.2;color:var(--text-dark);margin-bottom:20px}.home-process-section .process-intro p{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8;color:var(--text-dark);margin:0}.home-process-section .process-steps{position:relative}.home-process-section .process-step{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start;padding:40px 0}.home-process-section .step-header{display:flex;align-items:center;gap:20px}.home-process-section .step-number{font-family:Rubik,sans-serif;font-size:3rem;font-weight:300;color:var(--accent);line-height:1;min-width:80px}.home-process-section .step-header h3{font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:.01em;line-height:1.3;color:var(--text-dark);margin:0}.home-process-section .step-content{padding-top:8px}.home-process-section .step-content p{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8;color:var(--text-dark);margin:0}.home-process-section .step-divider{height:1px;background:linear-gradient(to left,transparent 0,var(--border-light) 50%,transparent 100%);margin:0}.home-process-section .process-accent-line{height:3px;background:linear-gradient(to left,var(--accent) 0,var(--accent) 30%,transparent 100%);margin-top:60px;position:relative;width:100%}.home-process-section .process-accent-line::after{content:'';position:absolute;bottom:-40px;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent 0,rgba(15,17,19,.05) 100%);pointer-events:none}@media (max-width:768px){.home-process-section{padding:60px 20px}.home-process-section .process-intro{margin-bottom:60px}.home-process-section .process-intro h2{font-size:2rem}.home-process-section .process-step{grid-template-columns:1fr;gap:20px;padding:30px 0}.home-process-section .step-header{flex-direction:column;align-items:start;gap:12px}.home-process-section .step-number{font-size:2.5rem;min-width:auto}.home-process-section .step-header h3{font-size:1.25rem}.home-process-section .step-content{padding-top:0}.home-process-section .step-content p{font-size:.9375rem}.home-process-section .process-accent-line{margin-top:40px}.home-process-section .process-accent-line::after{bottom:-30px;height:30px}}.home-cta-section{background:radial-gradient(120% 120% at 50% 40%,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 55%,rgba(0,0,0,.85) 100%),linear-gradient(180deg,#0b0b0b 0,#14110e 100%);color:var(--text-light);padding:120px 20px 0;position:relative;overflow:hidden}.home-cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(215,106,23,.08) 0,transparent 70%);pointer-events:none;z-index:0}.home-cta-section .cta-container{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:1;padding-bottom:100px}.home-cta-section .cta-content h2{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:600;color:var(--text-light);margin-bottom:24px;line-height:1.3;letter-spacing:.01em}.home-cta-section .cta-content p{font-family:Rubik,sans-serif;font-size:1.125rem;color:var(--text-light);line-height:1.8;margin-bottom:40px;opacity:.92}.home-cta-section .cta-button{display:inline-block;background:#d76a17;color:#fff;padding:14px 36px;border-radius:0;border:1px solid rgba(0,0,0,.35);font-family:Rubik,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.45);transition:.3s}.home-cta-section .cta-button:hover{background:#e87825;transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,.55)}.home-cta-section .footer-band{border-top:1px solid rgba(201,173,134,.18);padding:32px 20px;position:relative;z-index:1}.home-cta-section .footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.home-cta-section .footer-brand{font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-light)}.home-cta-section .footer-links{display:flex;gap:32px;align-items:center}.home-cta-section .footer-links a{font-family:Rubik,sans-serif;font-size:.9375rem;color:var(--text-light);text-decoration:none;opacity:.85;transition:opacity .3s,color .3s}.home-cta-section .footer-links a:hover{opacity:1;color:#d76a17}@media (max-width:768px){.home-cta-section{padding:80px 20px 0}.home-cta-section .cta-container{padding-bottom:60px}.home-cta-section .cta-content h2{font-size:2rem;margin-bottom:20px}.home-cta-section .cta-content p{font-size:1rem;margin-bottom:32px}.home-cta-section .cta-button{padding:12px 28px;font-size:13px}.home-cta-section .footer-content{flex-direction:column;text-align:center;gap:24px}.home-cta-section .footer-links{gap:24px;flex-wrap:wrap;justify-content:center}.home-cta-section .footer-links a{font-size:.875rem}}.services-hero-section{background:radial-gradient(120% 120% at 50% 40%,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 55%,rgba(0,0,0,.85) 100%),linear-gradient(180deg,#0b0b0b 0,#14110e 100%);color:var(--text-light);min-height:70vh;display:flex;flex-direction:column;justify-content:center;position:relative;padding:0;margin:0;overflow:visible}.services-hero-section .hero-container{max-width:1200px;width:100%;margin:0 auto;padding:80px 20px 60px;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.services-hero-section .hero-content{text-align:start;z-index:10;position:relative}.services-hero-section .hero-title{font-family:Rubik,sans-serif;font-size:56px;font-weight:300;letter-spacing:.02em;line-height:1.05;color:var(--text-light);text-shadow:0 10px 24px rgba(0,0,0,.65);margin:0 0 24px}.services-hero-section .hero-description{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:1.8;color:var(--text-light);margin:0 0 32px;max-width:520px}.services-hero-section .hero-cta{display:inline-block;background:#d76a17;color:#fff;padding:10px 18px;border-radius:0;border:1px solid rgba(0,0,0,.35);font-family:Rubik,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.45);transition:220ms}.services-hero-section .hero-cta:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.55);background:#e57a23}.services-hero-section .hero-image-wrapper{position:relative;isolation:isolate;z-index:5;display:flex;justify-content:center;align-items:center}.services-hero-section .hero-image{width:100%;max-width:480px;height:auto;aspect-ratio:3/4;object-fit:cover;border-radius:0;border:1px solid rgba(201,173,134,.25);box-shadow:0 18px 40px rgba(0,0,0,.55);filter:brightness(.75) contrast(1.05) saturate(1.05)}.services-hero-section .hero-divider{position:absolute;bottom:0;left:0;right:0;height:1px;z-index:15}.services-hero-section .divider-line{position:absolute;top:0;left:0;right:0;height:1px;background:rgba(201,173,134,.25)}.services-hero-section .divider-notch{position:absolute;top:0;right:auto;left:5%;width:60px;height:12px;background:#0b0b0b;border-left:1px solid rgba(201,173,134,.25);border-right:1px solid rgba(201,173,134,.25);transform:translateY(-6px)}@media (min-width:768px){.services-hero-section{min-height:70vh}.services-hero-section .hero-container{grid-template-columns:1fr 1fr;gap:80px;padding:100px 40px 80px;align-items:center}.services-hero-section .hero-content{padding-inline-end:40px}.services-hero-section .hero-title{font-size:56px;margin-bottom:28px}.services-hero-section .hero-description{font-size:16px;max-width:480px}.services-hero-section .hero-image-wrapper{justify-content:flex-start}.services-hero-section .hero-image{max-width:520px}.services-hero-section .divider-notch{left:8%;width:80px;height:16px;transform:translateY(-8px)}}@media (min-width:1024px){.services-hero-section .hero-title{font-size:64px}.services-hero-section .hero-description{font-size:18px;line-height:1.8}.services-hero-section .hero-image{max-width:560px}}.services-capabilities-section{background:var(--bg-light);color:var(--text-dark);padding:80px 20px;position:relative}.services-capabilities-section .capabilities-container{max-width:1200px;margin:0 auto}.services-capabilities-section .capabilities-header{margin-bottom:60px;text-align:start}.services-capabilities-section .capabilities-header h2{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:.01em;line-height:1.2;color:var(--text-dark);margin-bottom:20px}.services-capabilities-section .intro-text{font-family:Rubik,sans-serif;font-size:1.125rem;line-height:1.8;color:var(--text-dark);max-width:800px}.services-capabilities-section .capabilities-list{display:flex;flex-direction:column;gap:0}.services-capabilities-section .capability-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:50px 0;border-bottom:1px solid var(--border-light)}.services-capabilities-section .capability-row:last-child{border-bottom:none}.services-capabilities-section .capability-content{text-align:start}.services-capabilities-section .capability-content h3{font-family:Rubik,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:.01em;line-height:1.3;color:var(--text-dark);margin-bottom:16px}.services-capabilities-section .capability-description{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8;color:var(--text-dark);margin-bottom:16px}.services-capabilities-section .capability-detail{font-family:Rubik,sans-serif;font-size:.9375rem;line-height:1.7;color:var(--text-dark);opacity:.85}.services-capabilities-section .capability-image-wrapper{width:100%;height:280px;overflow:hidden;border-radius:0;border:1px solid var(--border-light)}.services-capabilities-section .capability-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.services-capabilities-section .section-divider{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(180deg,var(--bg-light) 0,rgba(15,17,19,.15) 45%,var(--bg-dark) 100%);pointer-events:none;z-index:1}.services-capabilities-section .section-divider::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(122,78,46,.03) 2px,rgba(122,78,46,.03) 4px),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(122,78,46,.03) 2px,rgba(122,78,46,.03) 4px);opacity:.4;pointer-events:none}@media (max-width:768px){.services-capabilities-section{padding:60px 20px}.services-capabilities-section .capabilities-header{margin-bottom:40px}.services-capabilities-section .capabilities-header h2{font-size:2rem}.services-capabilities-section .intro-text{font-size:1rem}.services-capabilities-section .capability-row{grid-template-columns:1fr;gap:24px;padding:40px 0}.services-capabilities-section .capability-content h3{font-size:1.5rem}.services-capabilities-section .capability-image-wrapper{height:220px}.services-capabilities-section .section-divider{height:80px}}.services-materials-section{background:#0b0b0b;color:var(--text-light);padding:0;position:relative;overflow:visible}.services-materials-section .materials-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:0;min-height:700px;padding:80px 20px 120px}.services-materials-section .materials-image-column{position:relative;z-index:1}.services-materials-section .image-panel{background:#14110e;border-radius:0;border:1px solid rgba(201,173,134,.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,.45),0 22px 60px rgba(0,0,0,.65);overflow:hidden;height:100%;position:sticky;top:100px}.services-materials-section .image-panel img{width:100%;height:100%;object-fit:cover;display:block}.services-materials-section .materials-content-column{position:relative;z-index:2;padding-inline-start:60px}.services-materials-section .walnut-backplate{position:absolute;top:-30px;inset-inline-start:30px;width:280px;height:180px;background:linear-gradient(135deg,#4a3428 0,#6b4a3a 50%,#4a3428 100%);border-radius:0;border:1px solid rgba(201,173,134,.25);box-shadow:0 18px 40px rgba(0,0,0,.55);z-index:0;pointer-events:none}.services-materials-section .content-inner{position:relative;z-index:1}.services-materials-section h2{font-family:Rubik,sans-serif;font-size:44px;font-weight:700;letter-spacing:.01em;line-height:1.12;color:var(--text-light);margin:0 0 28px;max-width:520px}.services-materials-section .intro-text{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:1.8;color:var(--text-light);margin:0 0 48px;max-width:520px;opacity:.92}.services-materials-section .materials-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 28px;max-width:580px}.services-materials-section .material-item{border-top:1px solid rgba(201,173,134,.22);padding-top:18px}.services-materials-section .material-item h3{font-family:Rubik,sans-serif;font-size:22px;font-weight:700;letter-spacing:.01em;line-height:1.2;color:var(--text-light);margin:0 0 12px}.services-materials-section .material-item p{font-family:Rubik,sans-serif;font-size:14px;font-weight:400;line-height:1.7;color:var(--text-light);margin:0;opacity:.85}.services-materials-section .divider-wrapper{position:relative;width:100%;height:80px;margin-top:-1px;overflow:visible}.services-materials-section .section-divider{width:100%;height:80px;display:block;position:relative;z-index:3}.services-faq-section{background:var(--bg-light);color:var(--text-dark);padding:80px 20px;position:relative;direction:rtl}.services-faq-section__container{max-width:900px;margin:0 auto}.services-faq-section__header{text-align:center;margin-bottom:60px}.services-faq-section__title{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:16px;letter-spacing:.01em;line-height:1.2}.services-faq-section__intro{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8;color:var(--text-dark);max-width:700px;margin:0 auto;text-align:center}.services-faq-section__list{display:flex;flex-direction:column;gap:0}.services-faq-section__item{padding:32px 0;border-bottom:1px solid var(--border-light)}.services-faq-section__item:last-child{border-bottom:none}.services-faq-section__question{font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:12px;letter-spacing:.01em;line-height:1.3}.services-faq-section__answer{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8;color:var(--text-dark);margin:0}.services-faq-section__divider{width:100%;height:2px;background:linear-gradient(90deg,transparent 0,var(--accent) 50%,transparent 100%);margin-top:60px;opacity:.6}@media (max-width:768px){.services-materials-section .materials-container{grid-template-columns:1fr;gap:40px;padding:60px 20px 80px;min-height:auto}.services-materials-section .materials-image-column{order:2}.services-materials-section .image-panel{position:static;height:400px}.services-materials-section .materials-content-column{order:1;padding-inline-start:0}.services-materials-section .walnut-backplate{width:180px;height:120px;top:-20px;inset-inline-start:15px}.services-materials-section h2{font-size:32px;margin-bottom:20px}.services-materials-section .intro-text{font-size:15px;margin-bottom:36px}.services-materials-section .materials-grid{grid-template-columns:1fr;gap:28px}.services-materials-section .material-item h3{font-size:20px}.services-materials-section .material-item p{font-size:14px}.services-materials-section .divider-wrapper,.services-materials-section .section-divider{height:60px}.services-faq-section{padding:60px 20px}.services-faq-section__title{font-size:2rem}.services-faq-section__intro{font-size:.9375rem}.services-faq-section__header{margin-bottom:40px}.services-faq-section__item{padding:24px 0}.services-faq-section__question{font-size:1.25rem;margin-bottom:10px}.services-faq-section__answer{font-size:.9375rem}.services-faq-section__divider{margin-top:40px}}.services-cta-section{background:linear-gradient(180deg,#0b0b0b 0,#14110e 100%);color:var(--text-light);padding:120px 24px;position:relative;overflow:hidden}.services-cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(rgba(201,173,134,.08) 1px,transparent 1px);background-size:28px 28px;background-position:0 0;pointer-events:none;z-index:0}.services-cta-section .cta-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.services-cta-section .cta-heading{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.2;letter-spacing:.01em;color:var(--text-light);margin:0 0 24px}.services-cta-section .cta-description{font-family:Rubik,sans-serif;font-size:1.125rem;line-height:1.7;color:var(--text-light);margin:0 0 40px;opacity:.92}.services-cta-section .cta-button{display:inline-block;background:#d76a17;color:#fff;padding:14px 32px;border-radius:0;border:1px solid rgba(0,0,0,.35);font-family:Rubik,sans-serif;font-weight:700;font-size:16px;letter-spacing:.02em;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.45);transition:.3s;margin-bottom:32px}.services-cta-section .cta-button:hover{background:#e67a27;box-shadow:0 14px 32px rgba(0,0,0,.55);transform:translateY(-2px)}.services-cta-section .cta-reassurance{font-family:Rubik,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;color:var(--text-light);margin:0;opacity:.75;letter-spacing:.01em}@media (max-width:768px){.services-cta-section{padding:80px 20px}.services-cta-section .cta-heading{font-size:2rem;margin-bottom:20px}.services-cta-section .cta-description{font-size:1rem;margin-bottom:32px}.services-cta-section .cta-button{padding:12px 28px;font-size:15px;margin-bottom:28px}.services-cta-section .cta-reassurance{font-size:.875rem}}.projects-hero-section{position:relative;min-height:75vh;display:flex;align-items:center;background:radial-gradient(120% 120% at 50% 40%,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 55%,rgba(0,0,0,.85) 100%),linear-gradient(180deg,#0b0b0b 0,#14110e 100%);color:var(--text-light);overflow:visible;isolation:isolate}.projects-hero-section__background{position:absolute;inset:0;z-index:1}.projects-hero-section__hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(.75) contrast(1.05) saturate(1.05)}.projects-hero-section__overlay{position:absolute;inset:0;background:radial-gradient(120% 120% at 50% 45%,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 55%,rgba(0,0,0,.85) 100%);z-index:2}.projects-hero-section__content-wrapper{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:80px 24px 120px}.projects-hero-section__text-block{max-width:580px;margin-inline-start:0;background:rgba(11,11,11,.65);padding:48px 42px;border-radius:0;border:1px solid rgba(201,173,134,.18);box-shadow:0 22px 60px rgba(0,0,0,.65);backdrop-filter:blur(8px)}.projects-hero-section__title{font-family:Rubik,sans-serif;font-size:56px;font-weight:300;letter-spacing:.02em;line-height:1.05;color:var(--text-light);text-shadow:0 10px 24px rgba(0,0,0,.65);margin:0 0 28px}.projects-hero-section__description{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:1.8;color:var(--text-light);margin:0 0 32px;opacity:.92}.projects-hero-section__cta{display:inline-block;background:#d76a17;color:#fff;padding:12px 24px;border-radius:0;border:1px solid rgba(0,0,0,.35);font-family:Rubik,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.45);transition:220ms}.projects-hero-section__cta:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,.55);background:#e57a23}.projects-hero-section__diagonal-divider{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:15;pointer-events:none}.projects-hero-section__diagonal-divider svg{width:100%;height:100%;display:block}@media (max-width:768px){.projects-hero-section{min-height:85vh}.projects-hero-section__content-wrapper{padding:60px 20px 100px}.projects-hero-section__text-block{max-width:100%;padding:36px 28px}.projects-hero-section__title{font-size:38px;line-height:1.1;margin-bottom:20px}.projects-hero-section__description{font-size:15px;line-height:1.7;margin-bottom:28px}.projects-hero-section__cta{width:100%;text-align:center;padding:14px 24px}.projects-hero-section__diagonal-divider{height:80px}}.projects-portfolio-section{background:var(--bg-light);color:var(--text-dark);padding:80px 20px 60px;position:relative}.projects-portfolio-section .portfolio-container{max-width:1200px;margin:0 auto}.projects-portfolio-section .portfolio-header{text-align:start;margin-bottom:60px;max-width:700px}.projects-portfolio-section .portfolio-header h2{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:.01em;line-height:1.12;color:var(--text-dark);margin-bottom:20px}.projects-portfolio-section .portfolio-header p{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8;color:var(--text-dark);opacity:.85}.projects-portfolio-section .portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.projects-portfolio-section .portfolio-card{background:0 0;border:1px solid var(--border-light);border-radius:0;overflow:hidden;transition:transform .3s,box-shadow .3s}.projects-portfolio-section .portfolio-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.projects-portfolio-section .card-image-wrapper{width:100%;height:400px;overflow:hidden;background:var(--bg-dark);position:relative}.projects-portfolio-section .card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.projects-portfolio-section .portfolio-card:hover .card-image-wrapper img{transform:scale(1.05)}.projects-portfolio-section .card-content{padding:24px;background:#fff}.projects-portfolio-section .card-content h3{font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.01em;line-height:1.2;color:var(--text-dark);margin-bottom:12px}.projects-portfolio-section .card-content p{font-family:Rubik,sans-serif;font-size:.875rem;line-height:1.6;color:var(--text-dark);opacity:.75;margin:0}.projects-portfolio-section .wood-divider{width:100%;height:80px;margin-top:60px;background:linear-gradient(180deg,rgba(0,0,0,.55) 0,rgba(0,0,0,.1) 45%,rgba(0,0,0,.65) 100%);background-size:cover;background-position:center;position:relative}.projects-portfolio-section .wood-divider::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(122,78,46,.08) 2px,rgba(122,78,46,.08) 4px);pointer-events:none}@media (max-width:768px){.projects-portfolio-section{padding:60px 16px 40px}.projects-portfolio-section .portfolio-header{margin-bottom:40px}.projects-portfolio-section .portfolio-header h2{font-size:2rem}.projects-portfolio-section .portfolio-header p{font-size:.9375rem}.projects-portfolio-section .portfolio-grid{grid-template-columns:1fr;gap:32px}.projects-portfolio-section .card-image-wrapper{height:280px}.projects-portfolio-section .card-content{padding:20px}.projects-portfolio-section .card-content h3{font-size:1.25rem}.projects-portfolio-section .wood-divider{height:60px;margin-top:40px}}.projects-case-studies-section{background:#0b0b0b;color:var(--text-light);padding:0;position:relative;overflow:visible}.projects-case-studies-section .case-studies-wrapper{display:grid;grid-template-columns:1fr;gap:0;max-width:100%;margin:0}.projects-case-studies-section .sticky-info-column{padding:60px 20px;background:#0b0b0b}.projects-case-studies-section .sticky-content{max-width:600px;margin:0 auto}.projects-case-studies-section .section-title{font-family:Rubik,sans-serif;font-size:44px;font-weight:700;letter-spacing:.01em;line-height:1.12;color:var(--text-light);margin:0 0 60px;text-align:center}.projects-case-studies-section .case-interlude{margin-bottom:80px;padding:40px 0;border-top:1px solid rgba(201,173,134,.22)}.projects-case-studies-section .case-interlude:first-of-type{border-top:none;padding-top:0}.projects-case-studies-section .case-title{font-family:Rubik,sans-serif;font-size:28px;font-weight:700;letter-spacing:.01em;line-height:1.2;color:var(--text-light);margin:0 0 24px}.projects-case-studies-section .case-description{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:1.8;color:var(--text-light);margin:0;opacity:.9}.projects-case-studies-section .image-panels-column{display:flex;flex-direction:column;gap:0}.projects-case-studies-section .image-panel{position:relative;width:100%;min-height:400px;overflow:hidden;background:#14110e;border:1px solid rgba(201,173,134,.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,.45),0 22px 60px rgba(0,0,0,.65)}.projects-case-studies-section .image-panel img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4, 0, .2, 1)}.projects-case-studies-section .image-panel:hover img{transform:scale(1.05)}.projects-case-studies-section .paper-panel-transition{position:absolute;bottom:0;left:0;width:30%;height:35%;background:#e6d2be;border-radius:0;box-shadow:0 18px 40px rgba(0,0,0,.35);z-index:2;pointer-events:none}@media (min-width:768px){.projects-case-studies-section .case-studies-wrapper{grid-template-columns:480px 1fr;gap:0}.projects-case-studies-section .sticky-info-column{position:sticky;top:100px;align-self:start;height:fit-content;padding:120px 60px 120px 80px;border-left:1px solid rgba(201,173,134,.18)}.projects-case-studies-section .sticky-content{max-width:100%;margin:0}.projects-case-studies-section .section-title{font-size:52px;text-align:start;margin-bottom:80px}.projects-case-studies-section .case-interlude{margin-bottom:100px;padding:50px 0}.projects-case-studies-section .case-title{font-size:32px;margin-bottom:28px}.projects-case-studies-section .case-description{font-size:17px;line-height:1.85}.projects-case-studies-section .image-panels-column{min-height:100vh}.projects-case-studies-section .image-panel{min-height:600px}.projects-case-studies-section .image-panel[data-case='1']{min-height:700px}.projects-case-studies-section .image-panel[data-case='2']{min-height:800px}.projects-case-studies-section .paper-panel-transition{width:28%;height:32%}}@media (min-width:1200px){:root{--spacing-xl:120px}.projects-case-studies-section .case-studies-wrapper{grid-template-columns:560px 1fr}.projects-case-studies-section .sticky-info-column{padding:140px 80px 140px 100px}.projects-case-studies-section .section-title{font-size:56px;margin-bottom:100px}.projects-case-studies-section .case-title{font-size:36px}.projects-case-studies-section .case-description{font-size:18px}}@media (max-width:767px){.projects-case-studies-section .sticky-info-column{padding:40px 20px}.projects-case-studies-section .section-title{font-size:32px;margin-bottom:40px}.projects-case-studies-section .case-interlude{margin-bottom:50px;padding:30px 0}.projects-case-studies-section .case-title{font-size:24px;margin-bottom:16px}.projects-case-studies-section .case-description{font-size:15px;line-height:1.75}.projects-case-studies-section .image-panel{min-height:300px}.projects-case-studies-section .paper-panel-transition{width:40%;height:25%}}.projects-reviews-section{background:var(--bg-light);color:var(--text-dark);padding:80px 20px;position:relative;overflow:visible}.projects-reviews-section .reviews-container{max-width:1200px;margin:0 auto}.projects-reviews-section .reviews-header{text-align:center;margin-bottom:60px;max-width:700px;margin-inline:auto}.projects-reviews-section .reviews-header h2{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:.01em;line-height:1.2;color:var(--text-dark);margin-bottom:16px}.projects-reviews-section .reviews-header p{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8;color:var(--text-dark);opacity:.85}.projects-reviews-section .reviews-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:40px}.projects-reviews-section .review-card{background:rgba(255,255,255,.6);border:1px solid var(--border-light);padding:32px 28px;transition:.3s;position:relative}.projects-reviews-section .review-card::before{content:'';position:absolute;top:0;right:0;width:3px;height:0;background:var(--accent);transition:height .3s}.projects-reviews-section .review-card:hover::before{height:100%}.projects-reviews-section .review-card:hover{background:rgba(255,255,255,.85);transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.projects-reviews-section .review-card h3{font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.01em;line-height:1.3;color:var(--text-dark);margin-bottom:16px}.projects-reviews-section .review-card p{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8;color:var(--text-dark);opacity:.9;font-style:italic}.projects-reviews-section .section-divider{width:100%;height:2px;background:linear-gradient(90deg,transparent 0,var(--accent) 50%,transparent 100%);opacity:.4;margin-top:40px}@media (min-width:768px){.projects-reviews-section{padding:120px 40px}.projects-reviews-section .reviews-header{margin-bottom:80px}.projects-reviews-section .reviews-header h2{font-size:3rem}.projects-reviews-section .reviews-header p{font-size:1.125rem}.projects-reviews-section .reviews-grid{grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:60px}.projects-reviews-section .review-card{padding:40px 36px;min-width:280px}.projects-reviews-section .review-card h3{font-size:1.75rem}.projects-reviews-section .review-card p{font-size:1.0625rem}.projects-reviews-section .section-divider{margin-top:60px}}.projects-cta-section{background:linear-gradient(180deg,#0b0b0b 0,#14110e 100%);color:var(--text-light);padding:80px 20px;position:relative}.projects-cta-section .cta-container{max-width:1200px;margin:0 auto}.projects-cta-section .cta-content{text-align:center;max-width:700px;margin:0 auto 60px}.projects-cta-section .cta-heading{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:600;color:var(--text-light);margin:0 0 24px;line-height:1.2;letter-spacing:.01em}.projects-cta-section .cta-text{font-family:Rubik,sans-serif;font-size:1rem;color:var(--text-light);line-height:1.8;margin:0 0 36px;opacity:.9}.projects-cta-section .cta-button{display:inline-block;background:#d76a17;color:#fff;padding:14px 32px;border-radius:0;border:1px solid rgba(0,0,0,.35);font-family:Rubik,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.45);transition:.3s}.projects-cta-section .cta-button:hover{background:#e67a27;box-shadow:0 14px 32px rgba(0,0,0,.55);transform:translateY(-2px)}.projects-cta-section .cta-divider{width:100%;height:1px;background:rgba(201,173,134,.18);margin:0 0 32px}.projects-cta-section .cta-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.projects-cta-section .footer-brand{font-family:Rubik,sans-serif;font-size:.875rem;color:var(--text-light);font-weight:600;opacity:.8}.projects-cta-section .footer-contact{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.projects-cta-section .contact-item{font-family:Rubik,sans-serif;font-size:.875rem;color:var(--text-light);opacity:.7}.projects-cta-section .contact-separator{font-size:.875rem;color:var(--text-light);opacity:.4}@media (max-width:768px){.projects-cta-section{padding:60px 20px}.projects-cta-section .cta-content{margin-bottom:40px}.projects-cta-section .cta-heading{font-size:2rem;margin-bottom:20px}.projects-cta-section .cta-text{font-size:.938rem;margin-bottom:28px}.projects-cta-section .cta-button{padding:12px 28px;font-size:13px}.projects-cta-section .cta-footer{flex-direction:column;align-items:start;gap:12px}.projects-cta-section .footer-contact{flex-direction:column;align-items:start;gap:8px}.projects-cta-section .contact-separator{display:none}}.contact-hero-section{background:var(--bg-light);color:var(--text-dark);min-height:55vh;display:flex;flex-direction:column;justify-content:center;padding:80px 24px 60px;position:relative;isolation:isolate}.contact-hero-section .contact-hero-container{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}.contact-hero-section .contact-hero-content{max-width:100%}.contact-hero-section .contact-hero-title{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.15;letter-spacing:.01em;color:var(--text-dark);margin:0 0 24px}.contact-hero-section .contact-hero-description{font-family:Rubik,sans-serif;font-size:1.125rem;line-height:1.8;color:var(--text-dark);margin:0 0 32px;max-width:540px}.contact-hero-section .contact-hero-details{display:flex;flex-direction:column;gap:16px;margin-top:32px}.contact-hero-section .contact-detail{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.6;color:var(--text-dark);margin:0}.contact-hero-section .contact-detail strong{font-weight:700;color:var(--secondary);margin-inline-end:8px}.contact-hero-section .contact-detail a{color:var(--primary);text-decoration:none;transition:color 220ms}.contact-hero-section .contact-detail a:hover{color:var(--accent)}.contact-hero-section .contact-hero-image-wrapper{position:relative;width:100%;max-width:600px;margin:0 auto;border-radius:0;overflow:hidden;box-shadow:0 12px 24px rgba(0,0,0,.15)}.contact-hero-section .contact-hero-image-wrapper img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:3/2;filter:brightness(.95) contrast(1.05) saturate(1.05)}.contact-hero-section .contact-hero-divider{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0,var(--border-light) 20%,var(--border-light) 80%,transparent 100%)}.contact-hero-section .contact-hero-divider::after{content:'';position:absolute;bottom:-60px;left:0;right:0;height:60px;background:linear-gradient(180deg,var(--bg-light) 0,transparent 100%);pointer-events:none}@media (min-width:768px){.contact-hero-section{min-height:60vh;padding:100px 48px 80px}.contact-hero-section .contact-hero-container{grid-template-columns:1fr 1fr;gap:80px;align-items:center}.contact-hero-section .contact-hero-content{max-width:520px}.contact-hero-section .contact-hero-title{font-size:3.5rem;margin-bottom:28px}.contact-hero-section .contact-hero-description{font-size:1.125rem;margin-bottom:40px}.contact-hero-section .contact-hero-details{gap:20px;margin-top:40px}.contact-hero-section .contact-detail{font-size:1.0625rem}.contact-hero-section .contact-hero-image-wrapper{margin:0}}.contact-contact-section{background:var(--bg-dark);color:var(--text-light);padding:120px 0 0;position:relative;overflow:visible}.contact-contact-section .contact-container{max-width:1200px;margin:0 auto;padding:0 24px 140px}.contact-contact-section .contact-content{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.contact-contact-section .content-column h2{font-family:Rubik,sans-serif;font-size:44px;font-weight:700;letter-spacing:.01em;line-height:1.12;color:var(--text-light);margin:0 0 24px}.contact-contact-section .intro-text{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:1.8;color:var(--text-light);margin:0 0 48px;opacity:.9}.contact-contact-section .expectations-block{margin-top:48px}.contact-contact-section .expectations-block h3{font-family:Rubik,sans-serif;font-size:28px;font-weight:700;letter-spacing:.01em;line-height:1.2;color:var(--text-light);margin:0 0 20px}.contact-contact-section .expectation-item{font-family:Rubik,sans-serif;font-size:15px;font-weight:400;line-height:1.8;color:var(--text-light);margin:0 0 20px;opacity:.85}.contact-contact-section .expectation-item:last-child{margin-bottom:0}.contact-contact-section .form-column{position:relative}.contact-contact-section .form-wrapper{position:relative;background:rgba(20,17,14,.85);border:1px solid rgba(201,173,134,.22);padding:48px;box-shadow:0 22px 60px rgba(0,0,0,.65)}.contact-contact-section .contact-form{position:relative;z-index:10}.contact-contact-section .form-group{margin-bottom:32px}.contact-contact-section .form-group:last-of-type{margin-bottom:40px}.contact-contact-section label{display:block;font-family:Rubik,sans-serif;font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--text-light);margin-bottom:12px;opacity:.8}.contact-contact-section input[type=email],.contact-contact-section input[type=tel],.contact-contact-section input[type=text],.contact-contact-section textarea{width:100%;background:rgba(0,0,0,.4);border:1px solid rgba(201,173,134,.25);padding:16px 20px;font-family:Rubik,sans-serif;font-size:16px;color:var(--text-light);transition:.3s}.contact-contact-section input[type=email]::placeholder,.contact-contact-section input[type=tel]::placeholder,.contact-contact-section input[type=text]::placeholder,.contact-contact-section textarea::placeholder{color:rgba(232,211,191,.4)}.contact-contact-section input[type=email]:focus,.contact-contact-section input[type=tel]:focus,.contact-contact-section input[type=text]:focus,.contact-contact-section textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,106,42,.15);background:rgba(0,0,0,.6)}.contact-contact-section textarea{resize:vertical;min-height:140px}.contact-contact-section .btn-submit{width:100%;background:var(--accent);color:#fff;padding:18px 24px;border:1px solid rgba(0,0,0,.35);font-family:Rubik,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:.3s;box-shadow:0 10px 24px rgba(0,0,0,.45)}.contact-contact-section .btn-submit:hover{background:#e85e1f;transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,.55)}.contact-contact-section .btn-submit:active{transform:translateY(0)}.contact-contact-section .walnut-backplate{position:absolute;bottom:-30px;left:-30px;width:400px;height:400px;z-index:1;opacity:.4;pointer-events:none;overflow:hidden}.contact-contact-section .walnut-backplate img{width:100%;height:100%;object-fit:cover;filter:brightness(.6) contrast(1.1)}.contact-contact-section .section-divider{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:5;pointer-events:none}.contact-contact-section .section-divider svg{display:block;width:100%;height:100%}@media (max-width:768px){.contact-contact-section{padding:80px 0 0}.contact-contact-section .contact-container{padding:0 20px 100px}.contact-contact-section .contact-content{grid-template-columns:1fr;gap:48px}.contact-contact-section .content-column h2{font-size:36px}.contact-contact-section .expectations-block h3{font-size:24px}.contact-contact-section .form-wrapper{padding:32px 24px}.contact-contact-section .form-group{margin-bottom:24px}.contact-contact-section .form-group:last-of-type{margin-bottom:32px}.contact-contact-section .walnut-backplate{width:280px;height:280px;bottom:-20px;left:-20px;opacity:.25}.contact-contact-section .section-divider{height:80px}}.contact-stats-section{background:var(--bg-light);color:var(--text-dark);padding:120px 20px 80px;position:relative;overflow:visible}.contact-stats-section .stats-container{max-width:1200px;margin:0 auto}.contact-stats-section .stats-title{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:600;color:var(--text-dark);text-align:center;margin-bottom:80px;letter-spacing:.02em;line-height:1.2}.contact-stats-section .stats-grid{display:flex;align-items:stretch;justify-content:space-between;gap:0;margin-bottom:60px}.contact-stats-section .stat-block{flex:1;padding:0 40px;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:280px}.contact-stats-section .stat-headline{font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:20px;letter-spacing:.01em;line-height:1.3}.contact-stats-section .stat-description{font-family:Rubik,sans-serif;font-size:1rem;color:var(--text-dark);line-height:1.8;max-width:320px}.contact-stats-section .stat-divider{width:1px;background:var(--border-light);align-self:stretch;margin:0}.contact-stats-section .gradient-transition{position:absolute;bottom:0;right:0;left:0;height:120px;background:linear-gradient(180deg,rgba(241,233,218,0) 0,rgba(241,233,218,.3) 30%,rgba(255,106,42,.08) 60%,rgba(255,106,42,.15) 100%);pointer-events:none;z-index:1}@media (max-width:768px){.contact-stats-section{padding:80px 20px 60px}.contact-stats-section .stats-title{font-size:2rem;margin-bottom:60px}.contact-stats-section .stats-grid{flex-direction:column;gap:40px;margin-bottom:40px}.contact-stats-section .stat-block{padding:40px 20px;border-bottom:1px solid var(--border-light);min-width:0}.contact-stats-section .stat-block:last-child{border-bottom:none}.contact-stats-section .stat-divider{display:none}.contact-stats-section .stat-headline{font-size:1.3rem}.contact-stats-section .stat-description{font-size:.95rem;max-width:100%}.contact-stats-section .gradient-transition{height:80px}}.contact-cta-section{background:linear-gradient(180deg,#0b0b0b 0,#14110e 100%);color:var(--text-light);padding:120px 0 0;position:relative}.contact-cta-section .cta-container{max-width:1200px;margin:0 auto;padding:0 24px 80px;text-align:center}.contact-cta-section .cta-content{max-width:700px;margin:0 auto}.contact-cta-section .cta-heading{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.2;letter-spacing:.01em;color:var(--text-light);margin:0 0 24px}.contact-cta-section .cta-text{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.6;color:var(--text-light);opacity:.85;margin:0 auto 40px;max-width:580px}.contact-cta-section .cta-button{display:inline-flex;align-items:center;gap:12px;background:#d76a17;color:#fff;padding:14px 32px;border-radius:0;border:1px solid rgba(0,0,0,.35);font-family:Rubik,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.45);transition:.3s}.contact-cta-section .cta-button:hover{background:#e87a27;box-shadow:0 14px 32px rgba(0,0,0,.55);transform:translateY(-2px)}.contact-cta-section .cta-button i{font-size:13px}.contact-cta-section .cta-footer{border-top:1px solid rgba(201,173,134,.18);padding:32px 0}.contact-cta-section .footer-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.contact-cta-section .footer-brand{font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-light)}.contact-cta-section .footer-nav{display:flex;gap:32px;align-items:center}.contact-cta-section .footer-nav a{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-light);text-decoration:none;opacity:.75;transition:opacity .3s}.contact-cta-section .footer-nav a:hover{opacity:1}figure,img,picture{opacity:1!important;visibility:visible!important}:not(.fas):not(.far):not(.fab):not(.fa):not([class*=fa-]):not(.iconify):not([class*=icon]):not(code):not(pre):not(i[class*=fa]){font-family:Rubik,sans-serif!important}.logo,.logo img,.logo-link img,.nav-brand img,img.logo{max-height:40px!important;height:auto!important;width:auto!important;object-fit:contain!important}@media (min-width:769px){.whatsapp-float{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}}@media (max-width:768px){.contact-cta-section{padding:80px 0 0}.contact-cta-section .cta-container{padding:0 20px 60px}.contact-cta-section .cta-heading{font-size:2rem;margin-bottom:20px}.contact-cta-section .cta-text{font-size:.9375rem;margin-bottom:32px}.contact-cta-section .cta-button{padding:12px 28px;font-size:13px}.contact-cta-section .footer-container{flex-direction:column;gap:24px;text-align:center}.contact-cta-section .footer-brand{order:2}.contact-cta-section .footer-nav{flex-direction:column;gap:16px;order:1}body,html{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}*,::after,::before{box-sizing:border-box!important}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.form-field,.form-group,.input-group{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.grid:not([data-zappy-auto-grid=true]):not(.zappy-preserve-css-grid),[style*="display: grid"]:not([data-zappy-auto-grid=true]):not(.zappy-preserve-css-grid),[style*="display:grid"]:not([data-zappy-auto-grid=true]):not(.zappy-preserve-css-grid){display:flex!important;flex-direction:column!important;gap:1rem!important}[data-zappy-auto-grid=true]{display:grid!important;grid-template-columns:1fr!important;gap:1.5rem!important}[data-zappy-zoom-wrapper=true]{width:100%!important;max-width:100%!important;height:auto!important}[data-zappy-zoom-wrapper=true] img{position:relative!important;width:100%!important;height:auto!important;max-height:300px!important;object-fit:cover!important;top:0!important;left:0!important}h1{font-size:clamp(28px, 8vw, 48px)!important}h2{font-size:clamp(24px, 6vw, 36px)!important}h3{font-size:clamp(20px, 5vw, 28px)!important}h4{font-size:clamp(18px, 4vw, 24px)!important}li,p{font-size:clamp(14px, 4vw, 18px)!important}img{max-width:100%!important;height:auto!important}.columns,[style*="columns:"],[style*=column-count]{column-count:1!important;columns:1!important}table{width:100%!important;display:block!important;overflow-x:auto!important}.block,.box,.card{width:100%!important;max-width:100%!important}section.hero,section.hero-section,section[class*=hero-section]{min-height:auto!important;height:auto!important;padding:2rem 1rem!important}.hero-heading span,.hero-title span,h1 span[class*=accent],h2 span[class*=accent]{display:inline!important}.cards-grid,.packages-grid,.pricing-grid{display:flex!important;flex-direction:column!important;width:100%!important}body>*{max-width:100vw!important}}.legal-page-content{padding:60px 0;min-height:60vh}.legal-page-content .container{max-width:800px;margin:0 auto;padding:0 20px}.legal-page-content h1{font-size:2.5rem;margin-bottom:1rem;color:inherit}.legal-page-content .last-updated{color:#666;margin-bottom:2rem;font-style:italic}.legal-page-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:inherit}.legal-page-content p{margin-bottom:1rem;line-height:1.7}.legal-page-content ul{margin-bottom:1.5rem;padding-left:1.5rem}[dir=rtl] .legal-page-content ul{padding-left:0;padding-right:1.5rem}.legal-page-content li{margin-bottom:.5rem;line-height:1.6}.legal-page-content .contact-box{background:rgba(0,0,0,.03);padding:1.5rem;border-radius:8px;margin-top:1.5rem}.legal-page-content .contact-box a{color:inherit;text-decoration:underline}.legal-page-content .contact-box a:hover{opacity:.8}#cc--main{font-family:inherit!important}.cc-btn.cc--btn-primary{background-color:var(--cc-btn-primary-bg)!important;border-color:var(--cc-btn-primary-border)!important}.cc-btn.cc--btn-primary:hover{background-color:var(--cc-btn-primary-hover-bg)!important}@media (max-width:768px){#cc--main .cc__btn{font-size:14px!important;padding:8px 16px!important}.cc__modal .cc__modal-content{margin:10px!important}}.cookie-preferences-btn:hover{text-decoration:none!important}.skip-link:focus{position:absolute!important;top:6px!important;left:6px!important;background:#000!important;color:#fff!important;padding:8px!important;text-decoration:none!important;z-index:10000!important;border-radius:4px!important}:focus{outline:2px solid var(--accessibility-focus)!important;outline-offset:2px!important}@media (prefers-contrast:high){*{border-color:currentColor!important}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#mic-access-tool-general-button{background:0 0!important;border:none!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;align-items:center!important;justify-content:center!important;padding:0!important;position:relative!important;overflow:hidden!important}#mic-access-tool-general-button,#mic-access-tool-general-button :not(svg):not(path):not(circle):not(rect):not(polygon):not(ellipse):not(line):not(polyline):not(g){font-size:0!important;color:transparent!important;text-indent:-9999px!important;line-height:0!important;letter-spacing:-999em!important;white-space:nowrap!important}#mic-access-tool-general-button::after,#mic-access-tool-general-button::before{content:none!important;display:none!important}#mic-access-tool-general-button:hover{background:rgba(15,17,19,.1)!important;box-shadow:0 2px 8px rgba(15,17,19,.2)!important;font-size:0!important;color:transparent!important;text-indent:-9999px!important}#mic-access-tool-general-button svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-general-button svg,#mic-access-tool-general-button svg *,#mic-access-tool-general-button svg circle,#mic-access-tool-general-button svg ellipse,#mic-access-tool-general-button svg g,#mic-access-tool-general-button svg line,#mic-access-tool-general-button svg path,#mic-access-tool-general-button svg polygon,#mic-access-tool-general-button svg polyline,#mic-access-tool-general-button svg rect{fill:#0F1113!important;stroke:#0F1113!important;color:#0f1113!important}#mic-access-tool-general-button i,#mic-access-tool-general-button img{width:18px!important;height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-box .mic-access-tool-box-header,.mic-access-tool-box-header,div[id*=mic-access-tool-box] .header,div[id*=mic-access-tool-box] header{background:#0f1113!important;color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header *,.mic-access-tool-box-header *,div[id*=mic-access-tool-box] .header *,div[id*=mic-access-tool-box] header *{color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header a,#mic-access-tool-box .mic-access-tool-box-header button,#mic-access-tool-box [class*=close],#mic-access-tool-box button[title*=Close],#mic-access-tool-box button[title*=close]{color:#fff!important;background:0 0!important}#mic-access-tool-box button.active,#mic-access-tool-box button:hover,div[id*=mic-access-tool-box] button.active,div[id*=mic-access-tool-box] button:hover{border-color:#0f1113!important;color:#0f1113!important;background-color:rgba(15,17,19,.1)!important}#mic-access-tool-box [class*=reset],#mic-access-tool-box button[title*=Reset],#mic-access-tool-box button[title*=reset],div[id*=mic-access-tool-box] button[class*=reset]{background:#0f1113!important;color:#fff!important}#mic-access-tool-box [class*=reset] *,#mic-access-tool-box button[title*=Reset] *,#mic-access-tool-box button[title*=reset] *,div[id*=mic-access-tool-box] button[class*=reset] *{color:#fff!important}#mic-access-tool-box,#mic-access-tool-general-button,#mic-init-access-tool #mic-access-tool-box,#mic-init-access-tool #mic-access-tool-general-button,#mic-init-access-tool .mic-access-tool-general-button,._access-icon,._access-menu,.mic-access-tool-box,.mic-access-tool-general-button,div[id*=mic-access-tool-box]{display:none!important}body.accessibility-widget-visible #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,body.accessibility-widget-visible ._access-icon,body.accessibility-widget-visible .mic-access-tool-general-button{display:flex!important}body.accessibility-widget-visible #mic-access-tool-box,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,body.accessibility-widget-visible ._access-menu,body.accessibility-widget-visible .mic-access-tool-box,body.accessibility-widget-visible div[id*=mic-access-tool-box]{display:block!important}@media (max-width:768px){#mic-access-tool-box,#mic-access-tool-general-button,#mic-init-access-tool #mic-access-tool-box,#mic-init-access-tool #mic-access-tool-general-button,#mic-init-access-tool .mic-access-tool-general-button,._access-icon,._access-menu,.mic-access-tool-box,.mic-access-tool-general-button,body.accessibility-widget-visible #mic-access-tool-box,body.accessibility-widget-visible #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,body.accessibility-widget-visible ._access-icon,body.accessibility-widget-visible ._access-menu,body.accessibility-widget-visible .mic-access-tool-box,body.accessibility-widget-visible .mic-access-tool-general-button,body.accessibility-widget-visible div[id*=mic-access-tool-box],div[id*=mic-access-tool-box]{display:none!important}html[dir=rtl] .mobile-toggle,html[dir=rtl] .nav-container .mobile-toggle,html[dir=rtl] .navbar .mobile-toggle,html[dir=rtl] header .mobile-toggle,html[dir=rtl] nav .mobile-toggle{left:auto!important;right:15px!important}html[dir=rtl] .nav-container .phone-header-btn,html[dir=rtl] .navbar .phone-header-btn,html[dir=rtl] .phone-header-btn,html[dir=rtl] header .phone-header-btn,html[dir=rtl] nav .phone-header-btn{left:15px!important;right:auto!important}html[dir=rtl] .nav-container .nav-menu,html[dir=rtl] .nav-menu,html[dir=rtl] .navbar .nav-menu,html[dir=rtl] header .nav-menu,html[dir=rtl] nav .nav-menu{left:auto!important;right:0!important}html[dir=rtl] .nav-menu a,html[dir=rtl] .nav-menu li{text-align:right!important}}