@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');@font-face{font-family:'CenturyGothic';src:url('fonts/CenturyGothic-Regular.ttf') format('truetype');font-weight:400;font-style:normal}@font-face{font-family:'CenturyGothic';src:url('fonts/CenturyGothic-Italic.ttf') format('truetype');font-weight:400;font-style:italic}@font-face{font-family:'CenturyGothic';src:url('fonts/CenturyGothic-Bold.ttf') format('truetype');font-weight:700;font-style:normal}@font-face{font-family:'CenturyGothic';src:url('fonts/CenturyGothic-BoldItalic.ttf') format('truetype');font-weight:700;font-style:italic}@font-face{font-family:'SukhumvitSet1';src:url('fonts/SukhumvitSet_1.ttf') format('truetype');font-weight:400;font-style:normal}@font-face{font-family:'SukhumvitSet3';src:url('fonts/SukhumvitSet_3.ttf') format('truetype');font-weight:400;font-style:normal}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter','Segoe UI',Arial,sans-serif;color:#545454;line-height:1.6;background-color:#faf5f2;overflow-x:hidden}h1,h2,h3{font-family:'CenturyGothic','Century Gothic',sans-serif}.page-wrapper{background-color:#ffffff;width:100%}@media (min-width:1800px){.page-wrapper{max-width:60vw;margin:0 auto;box-shadow:0 0 60px rgba(0,0,0,0.12)}}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.navbar{background-color:#ffffff;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px rgba(0,0,0,0.07)}.navbar-container{position:relative;padding:0 60px;display:flex;align-items:center;justify-content:space-between;height:125px}.navbar-logo{display:flex;align-items:center;flex-shrink:0}.navbar-logo-img{height:auto;max-height:115px;width:auto;display:block}.navbar-logo-text{height:auto;max-height:90px;width:auto;padding:0 0 0 8px;display:block}.navbar-logo-text-short{display:none}.navbar-links{list-style:none;display:flex;gap:48px;margin-left:auto}.navbar-toggle{display:none;width:42px;height:42px;border:1px solid #d7d7d7;background-color:#ffffff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;padding:0}.navbar-toggle span{display:block;width:20px;height:2px;background-color:#545454}.navbar-toggle[aria-expanded='true'] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-toggle[aria-expanded='true'] span:nth-child(2){opacity:0}.navbar-toggle[aria-expanded='true'] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar-links a{color:#545454;font-size:0.875rem;letter-spacing:0.08em;text-transform:uppercase;font-family:'SukhumvitSet3','CenturyGothic',sans-serif;position:relative;padding-bottom:4px;transition:color 0.2s ease}.navbar-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#3a3a3a;transition:width 0.25s ease}.navbar-links a:hover{color:#1a1a1a}.navbar-links a:hover::after{width:100%}#servizi,#metodo,#contatti{scroll-margin-top:125px}.hero{background-color:#eddfd8;display:flex;flex-direction:row;align-items:stretch;min-height:580px;overflow:hidden}.hero-carousel{width:66.666%;position:relative;overflow:hidden;flex-shrink:0;order:2}.carousel-container{position:relative;width:100%;height:100%;display:block}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 0.8s ease-in-out;display:block}.carousel-image.active{opacity:1}.hero-carousel::before{content:'';position:absolute;top:0;left:0;width:30%;height:100%;background:linear-gradient(to right,#eddfd8 0%,transparent 100%);z-index:1;pointer-events:none}.hero-content{width:33.333%;padding:80px 60px;display:flex;flex-direction:column;justify-content:center;gap:24px;flex-shrink:0;z-index:2;order:1}.hero-text-row{display:flex;flex-direction:row;align-items:center;gap:20px}.hero-image{width:auto;height:clamp(88px,10vw,130px);flex-shrink:0;margin-top:0;opacity:1;order:-1;align-self:center}.hero-content h1{font-size:2rem;font-weight:400;color:#3a3a3a;line-height:1.35;text-align:left}.hero-content p{font-size:1rem;color:#545454}.hero-buttons{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:8px}.btn-primary{display:inline-block;padding:14px 36px;background-color:#545454;color:#ffffff;font-size:0.8rem;letter-spacing:0.12em;text-transform:uppercase;font-family:'SukhumvitSet3','CenturyGothic',sans-serif;border:1px solid #545454;transition:background-color 0.25s ease,color 0.25s ease;cursor:pointer}.btn-primary:hover{background-color:#3a3a3a;border-color:#3a3a3a;color:#ffffff}.btn-secondary{display:inline-block;padding:13px 28px;background-color:transparent;color:#545454;font-size:0.78rem;letter-spacing:0.1em;text-transform:uppercase;font-family:'SukhumvitSet3','CenturyGothic',sans-serif;border:1px solid #545454;transition:background-color 0.25s ease,color 0.25s ease;cursor:pointer}.btn-secondary:hover{background-color:#545454;color:#ffffff}@media (max-width:768px){.navbar-links a::after{display:none}.navbar-links a:hover{color:#1a1a1a;background-color:#f5f5f5;padding:4px 8px;margin:-4px -8px}#servizi,#metodo,#contatti{scroll-margin-top:100px}.navbar-container{height:100px;padding:0 28px}.navbar-logo-img{max-height:90px}.navbar-logo-text{display:none}.navbar-logo-text-short{height:auto;max-height:25px;width:auto;padding:0 0 0 8px;display:block}.navbar-toggle{display:inline-flex}.navbar-links{display:none;position:absolute;top:100%;left:0;right:0;background-color:#ffffff;border-top:1px solid #efefef;box-shadow:0 8px 16px rgba(0,0,0,0.06);padding:18px 28px 22px;margin-left:0;flex-direction:column;align-items:flex-start;gap:16px}.navbar-links.open{display:flex}.hero{flex-direction:column;min-height:auto}.hero-carousel{width:100%;order:-1;height:400px}.hero-carousel::before{display:none}.hero-content{width:100%;padding:60px 40px;order:0}.hero-content h1{font-size:1.5rem}.hero-content p{font-size:0.95rem}.hero-buttons{flex-direction:column;align-items:flex-start;gap:12px}.btn-primary,.btn-secondary{width:100%;text-align:center}.hero-image{display:none}.section-servizi .section-body{grid-template-columns:1fr;gap:28px}}.section-title-strip{background-color:#d2b1b8;padding:36px 60px}.section-servizi .section-title-strip,.section-metodo .section-title-strip,.section-contatti .section-title-strip{background:linear-gradient(to bottom,#d2b1b8 0%,#ffffff 100%)}.section-certificazioni .section-title-strip{background:linear-gradient(to bottom,#d2b1b8 0%,#eddfd8 100%)}.section-title-container{display:flex;flex-direction:column;gap:8px}.section-title-strip h2{font-size:1.8rem;font-weight:400;color:#3a3a3a;line-height:1.35;margin:0}.section-subtitle{font-size:0.75rem;letter-spacing:0.08em;text-transform:uppercase;font-family:'SukhumvitSet1','CenturyGothic',sans-serif;color:#545454;margin:0;font-weight:400}.section-body{background-color:#ffffff;padding:80px}.section-servizi .section-body{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:56px;max-width:1280px;margin:0 auto}.servizio-card{display:flex;flex-direction:column;gap:10px}.servizio-card h3{font-size:1.3rem;font-weight:600;color:#3a3a3a;margin-bottom:6px;letter-spacing:0.02em;line-height:1.4;border-left:4px solid #7d5874;padding-left:14px}.servizio-card h3 strong{font-weight:700;color:#7d5874}.servizio-card p{font-size:0.95rem;color:#545454;line-height:1.65;margin:0}.servizio-card p strong{font-weight:600;color:#7d5874}@media (max-width:768px){.section-servizi .section-body{grid-template-columns:1fr;gap:40px}}.section-metodo .section-body{max-width:980px;margin:0 auto}.metodo-list{list-style:none;display:flex;flex-direction:column;gap:28px;padding:0;margin:0}.metodo-item{position:relative;padding-left:54px}.metodo-item::before{content:'';position:absolute;left:0;top:4px;width:26px;height:26px;background-image:url('images/logo/LOGO_amoabitare_senzascritte.png');background-size:contain;background-repeat:no-repeat;background-position:center}.metodo-item h3{font-size:1.05rem;font-weight:500;color:#3a3a3a;margin-bottom:6px;text-transform:uppercase;font-family:'SukhumvitSet1','CenturyGothic',sans-serif;letter-spacing:0.05em}.metodo-item p{font-size:0.95rem;color:#545454;margin:0;line-height:1.65}@media (max-width:768px){.metodo-item{padding-left:44px}.metodo-item::before{width:22px;height:22px}}.metodo-step{text-align:center}.metodo-step .step-number{display:block;font-size:2.8rem;font-weight:300;color:#d2b1b8;margin-bottom:16px;line-height:1}.metodo-step h3{font-size:1rem;font-weight:400;color:#3a3a3a;margin-bottom:10px;text-transform:uppercase;font-family:'SukhumvitSet1','CenturyGothic',sans-serif;letter-spacing:0.05em}.metodo-step p{font-size:0.9rem;color:#545454}.section-certificazioni{background-color:#eddfd8;padding:0}.section-certificazioni-body{padding:80px}.certificazioni-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1100px;margin:0 auto}.cert-card{display:flex;flex-direction:column;gap:16px;text-align:center}.cert-card img{width:100%;height:auto;aspect-ratio:1;object-fit:contain}.cert-label{font-size:1rem;letter-spacing:0.08em;text-transform:uppercase;font-family:'SukhumvitSet1','CenturyGothic',sans-serif;color:#3a3a3a;margin:0;font-weight:700}@media (max-width:1024px){.certificazioni-grid{grid-template-columns:repeat(2,1fr)}.cert-card img{width:70%;margin:0 auto}.cert-label{font-size:0.95rem}}@media (max-width:768px){.certificazioni-grid{grid-template-columns:repeat(2,1fr);gap:24px}.cert-card img{width:60%;margin:0 auto}.cert-label{font-size:0.9rem}.contatti-telefoni-numbers{flex-direction:column;gap:8px;line-height:1.1}}.section-contatti{background-color:#ffffff;padding:0}.section-contatti-body{padding:80px;max-width:1280px;margin:0 auto}.contatti-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px}.contatti-card{background-color:#f9f7f6;padding:48px;border-radius:4px}.contatti-card h3{font-size:1.4rem;font-weight:600;color:#3a3a3a;margin-bottom:24px;letter-spacing:0.01em;line-height:1.4;border-left:4px solid #7d5874;padding-left:14px}.contatti-card-content{display:flex;flex-direction:column;gap:16px}.contatti-intro{font-size:1rem;color:#545454;line-height:1.6;margin:0}.method-item{display:flex;align-items:flex-start;gap:16px}.method-icon{width:28px;height:28px;min-width:28px;min-height:28px;object-fit:contain;flex-shrink:0;margin-top:2px}.method-item>div{display:flex;flex-direction:column;gap:4px}.method-link{font-size:1.1rem;font-weight:600;color:#7d5874;text-decoration:none;line-height:1.4}.method-link:hover{text-decoration:underline}.method-label{font-size:0.85rem;color:#999999;font-style:italic}@media (max-width:980px){.contatti-cards-grid{grid-template-columns:1fr;gap:40px}}.contatto-item-icon{width:34px;height:34px;min-width:34px;min-height:34px;object-fit:contain;flex-shrink:0}.contatto-item{position:relative;font-size:1.35rem;color:#545454;line-height:1.5;margin:0}.contatto-item::before{display:none}.contatto-telefono-secondario{font-size:1.35rem;color:#545454;margin:0}.contatto-email::before{display:none}.contatto-email a{color:#545454;text-decoration:none}.contatto-email a:hover{color:#7d5874}.contatto-address-intro{margin:10px 0 -8px;color:#757575;font-size:1rem}.contatto-indirizzo{font-size:1.2rem;color:#545454;line-height:1.55;margin:0}.footer{background-color:#eddfd8;padding:44px 80px 28px;display:flex;flex-direction:column;gap:22px}.footer-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:start}.footer-brand-block{display:flex;align-items:center;gap:14px}.footer-brand-line{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-brand-name{font-size:1.6rem;color:#3a3a3a;line-height:1.2;white-space:nowrap}.footer-contacts-col{display:flex;flex-direction:column;gap:12px;min-width:0}.footer-contact-row{display:flex;align-items:flex-start;gap:14px;font-size:1rem;color:#3a3a3a}.footer-phones-row{display:flex;gap:40px}.footer-address-col{min-width:0}.footer-icon{width:24px;height:24px;min-width:24px;object-fit:contain;flex-shrink:0}.footer-contact-row a{color:#3a3a3a;text-decoration:none;transition:color 0.2s ease}.footer-contact-row a:hover{color:#7d5874}.footer-socials-label{font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase;font-family:'SukhumvitSet1','CenturyGothic',sans-serif;color:#3a3a3a;white-space:nowrap}.footer-socials{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.footer-socials a{flex-shrink:0;display:inline-flex;align-items:center}.footer-social-icon{width:24px;height:24px;min-width:24px;min-height:24px;object-fit:contain;display:block;flex-shrink:0}.footer-logo{width:110px;max-width:100%;height:auto}.footer-address-col{font-size:1rem;color:#3a3a3a;line-height:1.45;margin:2px 0 0}.footer-meta{display:flex;justify-content:space-between;align-items:center;gap:16px}.footer-meta .footer-socials{flex-shrink:0}.footer-copy,.footer-credit{margin:0;font-size:0.85rem;color:#3a3a3a}.footer-copy{text-align:left}.footer-credit{text-align:right}.footer-credit a{color:#3a3a3a;text-decoration:underline;text-underline-offset:3px}.footer-credit a:hover{color:#545454}@media (max-width:980px){.footer{padding:36px 28px 24px}.footer-row{grid-template-columns:1fr;gap:16px}.footer-brand-name{font-size:1.6rem}.footer-brand-line{flex-wrap:wrap;gap:10px}.footer-logo{width:88px}.footer-contact-row{font-size:0.95rem}.footer-phones-row{flex-direction:column;gap:12px}.footer-meta{flex-direction:column;align-items:flex-start}.footer-credit{text-align:left}}.footer p{font-size:0.85rem;color:#3a3a3a}.footer-links{display:flex;gap:32px}.footer-links a{font-size:0.82rem;color:#3a3a3a;letter-spacing:0.06em;text-transform:uppercase;font-family:'SukhumvitSet1','CenturyGothic',sans-serif;transition:color 0.2s ease}.footer-links a:hover{color:#545454}.about-wrapper{max-width:1280px;margin:0 auto}.about-philosophy{background-color:#eddfd8;padding:80px}.about-philosophy h1{font-size:2rem;font-weight:400;color:#3a3a3a;line-height:1.35;margin:0 0 20px}.about-philosophy p{font-size:1.08rem;color:#545454;line-height:1.7;max-width:900px;margin:0 0 14px}.about-philosophy strong{color:#7d5874;font-weight:600}.about-profile{background-color:#ffffff;padding:80px}.about-profile-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:44px;align-items:start}.about-profile-text h2{font-size:1.8rem;font-weight:400;color:#3a3a3a;line-height:1.35;margin:0 0 18px}.about-profile-text p{margin:0 0 14px;color:#545454;line-height:1.7}.about-profile-text strong{color:#7d5874;font-weight:600}.about-profile-image img{width:100%;height:auto;object-fit:cover;border-radius:6px}.about-cta{background-color:#ffffff;padding:36px 80px 80px}.about-cta .about-wrapper{display:flex;justify-content:center}.about-cta .btn-primary{padding:16px 46px}@media (max-width:900px){.about-philosophy,.about-profile,.about-cta{padding:44px 28px}.about-profile-grid{grid-template-columns:1fr;gap:28px}}