:root{--cream:#faf6f0;--dark:#211b16;--tan:#cba57d;--tan-dark:#b98f66;--tan-light:#e8dccb;--contact-bg:#d9b99a;--text-muted:#6b6055;--radius:14px;--container-width:100%}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0;background:var(--cream);color:var(--dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{text-decoration:none;color:inherit}ul{list-style:none;margin:0;padding:0}img{max-width:100%;height:auto}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--cream);border-bottom:1px solid rgba(33,27,22,.08);padding:16px 0 0}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px}.logo{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:22px;font-weight:700}.nav,.topbar-tagline{display:none}.topbar-right{display:flex;align-items:center;gap:14px}.topbar-phone{display:inline-flex;align-items:center;min-height:44px;padding:0 4px;font-size:13px;font-weight:700;text-decoration:underline;white-space:nowrap}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:none;cursor:pointer}.menu-toggle span{display:block;height:2px;background:var(--dark);border-radius:2px}.nav-open{display:flex;flex-direction:column;gap:2px;position:absolute;top:100%;left:0;right:0;background:var(--cream);border-bottom:1px solid rgba(33,27,22,.08);padding:8px 20px 16px}.nav-open a{display:flex;align-items:center;min-height:44px;padding:10px 0;font-size:14px;font-weight:600;border-bottom:1px solid rgba(33,27,22,.06)}.hero{position:relative;height:70vh;min-height:480px;max-height:640px}.hero-image{width:100%;height:100%;position:relative}.about-image picture,.hero-image img,.hero-image picture,.portfolio-item picture,.service-hero-image picture,.service-image picture,.service-portfolio-item picture{display:block;width:100%;height:100%}.hero-image img{object-fit:cover}.hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;background:linear-gradient(0deg,rgba(20,15,10,.78) 20%,rgba(20,15,10,.05) 65%);color:#fff}.hero-content{padding-bottom:48px}.hero-name{font-size:40px;font-family:Georgia,Times New Roman,serif;font-style:normal;font-weight:700;letter-spacing:-.035em;line-height:1.06;margin:0 0 8px}.hero-tagline{margin:0 0 22px;font-size:13px;font-weight:600;letter-spacing:.04em;line-height:1.45;text-transform:none;opacity:.95;max-width:420px}@media (max-width:767px){.hero{height:auto;min-height:0;max-height:none}.hero-image{height:390px}.hero-image img{object-position:center 24%}.hero-overlay{position:static;display:block;background:var(--cream);color:var(--dark)}.hero-content{padding-top:26px;padding-bottom:32px}.hero-name{max-width:350px;font-size:clamp(32px,9vw,38px);margin-bottom:14px}.hero-tagline{max-width:355px;margin-bottom:22px;font-size:14px;letter-spacing:0}}.btn{display:inline-block;padding:15px 30px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px);opacity:.92}.btn-call,.btn-dark,.btn-outline-dark{background:var(--dark);color:#fff}.btn-call{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:18px;font-size:15px;border-radius:0}.btn-call img{width:20px;height:20px}.whatsapp-float{position:fixed;right:16px;bottom:18px;z-index:40;display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;background:#25d366;color:#102516;box-shadow:0 8px 24px rgba(33,27,22,.22);font-size:13px;font-weight:700}.whatsapp-float img{width:21px;height:21px}.features{padding:30px 0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;text-align:center}.feature-icon{display:flex;align-items:center;justify-content:center;margin-bottom:8px}.feature-icon img{width:26px;height:26px}.feature p{margin:0;font-size:11.5px;line-height:1.3;color:var(--dark)}.section{padding:24px 0 36px}.section-title{text-align:center;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin:0 0 10px}.section-title.left{text-align:left}.section-lead{text-align:center;max-width:640px;margin:0 auto 24px;font-size:14px;line-height:1.6;color:var(--text-muted)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.service-card{display:block;border-radius:var(--radius);overflow:hidden;background:var(--tan-light)}.service-image{aspect-ratio:3/4;position:relative}.service-image img{width:100%;height:100%;object-fit:cover;display:block}.service-info{padding:12px}.service-title{margin:0 0 4px;font-size:14px;font-weight:700}.service-price{margin:0;font-size:13px;color:var(--text-muted)}.about{display:flex;flex-direction:column;gap:20px}.about-text p{font-size:14px;line-height:1.6;color:var(--dark)}.about-stats{display:flex;gap:24px;margin-top:16px}.stat{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.stat-icon{width:20px;height:20px}.about-image{width:100%;aspect-ratio:4/5;position:relative;border-radius:var(--radius);overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.contact-cta{padding:8px 0 32px}.contact-cta-inner{background:var(--contact-bg);border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;gap:20px}.contact-cta h2{font-size:20px;margin:0 0 8px}.contact-cta p{margin:0 0 16px;font-size:13.5px;color:var(--dark)}.contact-icons{display:flex;gap:14px}.contact-icons a{width:44px;height:44px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}.contact-icons a img{width:20px;height:20px}.service-telegram-link{display:inline-flex;align-items:center;font-size:13px;font-weight:700;text-decoration:underline}.steps{display:flex;flex-direction:column;gap:22px}.step{display:flex;gap:14px;align-items:flex-start}.step-icon{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--tan-light);display:flex;align-items:center;justify-content:center}.step-icon img{width:20px;height:20px}.step-title{margin:0 0 4px;font-size:14.5px;font-weight:700}.step-text{margin:0;font-size:13px;color:var(--text-muted)}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px}.portfolio-item{aspect-ratio:3/4;position:relative;border-radius:4px;overflow:hidden}.portfolio-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.portfolio-item:hover img{transform:scale(1.04)}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--tan-light);border-radius:10px;padding:14px 18px}.faq-item summary{font-size:14px;font-weight:700;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;font-weight:700}.faq-item[open] summary:after{content:"−"}.faq-item p{margin:10px 0 0;font-size:13.5px;line-height:1.6;color:var(--text-muted)}.footer{background:var(--dark);color:#fff}.footer-inner{padding:32px 20px 24px;display:flex;flex-direction:column;gap:24px}.footer-logo{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:22px;margin:0 0 10px}.footer-text{font-size:13px;line-height:1.6;color:hsla(0,0%,100%,.7);max-width:360px;margin:0}.footer-nav{display:flex;flex-direction:column;gap:8px}.footer-nav a{font-size:13px;color:hsla(0,0%,100%,.8)}.footer-contacts{display:flex;flex-direction:column;gap:8px;font-size:13px}.footer-contacts a,.footer-contacts span{color:hsla(0,0%,100%,.8)}.footer .btn-call{border-radius:0}.page-header{background:var(--cream);border-bottom:1px solid rgba(33,27,22,.08)}.page-header-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.page-nav{display:none}.page-header-cta{font-size:12px;font-weight:700;text-decoration:underline}.service-hero{position:relative;min-height:560px;color:#fff}.service-hero-image,.service-hero-image img,.service-hero-image picture,.service-hero-overlay{position:absolute;inset:0;width:100%;height:100%}.service-hero-image img{object-fit:cover}.service-hero-overlay{display:flex;align-items:flex-end;background:linear-gradient(0deg,rgba(20,15,10,.76),rgba(20,15,10,.08) 72%)}.service-hero-content{padding-bottom:48px}.eyebrow{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.service-hero h1{max-width:680px;margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,8vw,62px);line-height:1.04}.service-hero-content>p:not(.eyebrow){max-width:570px;margin:0 0 24px;font-size:16px;line-height:1.5}.narrow-content{max-width:820px}.narrow-content>p{font-size:16px;line-height:1.7;color:var(--text-muted)}.service-portfolio-section{background:#f1e9de}.service-portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.service-portfolio-item{aspect-ratio:3/4;position:relative;overflow:hidden;border-radius:var(--radius)}.service-portfolio-item img{width:100%;height:100%;object-fit:cover}.packages-section{background:var(--dark);color:#fff}.packages-section .section-lead{color:hsla(0,0%,100%,.74)}.packages-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.package-card{padding:24px;border-radius:var(--radius);background:#fff;color:var(--dark)}.package-card h3{margin:0;font-size:20px}.package-price{margin:12px 0 20px;color:var(--tan-dark);font-size:24px;font-weight:700}.package-facts{margin:0 0 18px}.package-facts div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid rgba(33,27,22,.1);font-size:13px}.package-facts dt{color:var(--text-muted)}.package-facts dd{margin:0;font-weight:700;text-align:right}.package-card ul{margin:0 0 22px;padding:0}.check-list li,.package-card li{position:relative;padding-left:22px;font-size:14px;line-height:1.5}.check-list li+li,.package-card li+li{margin-top:9px}.check-list li:before,.package-card li:before{content:"✓";position:absolute;left:0;color:var(--tan-dark);font-weight:700}.package-card>a{font-size:13px;font-weight:700;text-decoration:underline}.expense-note{margin:22px 0 0;text-align:center;font-size:13px;line-height:1.5;color:hsla(0,0%,100%,.74)}.check-list{padding:0}.service-cta{padding:56px 0;text-align:center;background:var(--contact-bg)}.service-cta h2{margin:0 0 10px;font-size:28px}.service-cta p{margin:0 0 22px}.service-cta-actions{display:flex;flex-direction:column;align-items:center}.related-services-section{background:#f1e9de}.related-services{display:grid;grid-gap:10px;gap:10px}.related-services a{padding:14px 16px;border:1px solid rgba(33,27,22,.14);border-radius:8px;font-size:14px;font-weight:700;transition:background-color .15s ease}.related-services a:hover{background:var(--tan-light)}@media (min-width:768px){.whatsapp-float{display:none}.packages-grid,.related-services,.service-portfolio-grid,.services-grid{grid-template-columns:repeat(3,1fr)}.portfolio-grid{grid-template-columns:repeat(4,1fr)}.about{flex-direction:row;align-items:center;gap:40px}.about-image{width:44%}.contact-cta-inner{flex-direction:row;align-items:center;justify-content:space-between;padding:40px}.contact-cta-inner>div:first-child{max-width:60%}.footer-inner{flex-direction:row;justify-content:space-between;padding:48px 20px 32px}}@media (min-width:1024px){.topbar .topbar-inner,.topbar .topbar-tagline{max-width:none;padding-left:36px;padding-right:36px}.topbar-tagline{display:block;font-size:12px;color:var(--text-muted);padding-bottom:10px;margin:-6px 0 0}.page-nav{display:flex;gap:24px;font-size:13px;font-weight:600}.page-header-cta{padding:11px 18px;border:1px solid var(--dark);border-radius:999px;text-decoration:none}.service-hero{min-height:680px}.nav{display:flex;gap:28px}.nav a{font-size:13.5px;font-weight:600;white-space:nowrap}.nav a:hover{color:var(--tan-dark)}.menu-toggle{display:none}.topbar-phone{font-size:14px}.hero{height:80vh;min-height:560px;max-height:760px}.hero-content{padding-bottom:80px}.hero-name{font-size:60px}.hero-tagline{font-size:15px;max-width:520px}.btn{padding:17px 36px;font-size:14px}.features{padding:48px 0}.features-grid{gap:24px}.feature-icon img{width:32px;height:32px}.feature p{font-size:13px}.section{padding:60px 0 72px}.section-title{font-size:16px;margin-bottom:16px}.section-lead{font-size:15px;margin-bottom:40px}.services-grid{grid-template-columns:repeat(3,1fr);gap:20px}.service-card{transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(33,27,22,.12)}.service-title{font-size:15px}.about-text p{font-size:16px}.about-stats{gap:40px;margin-top:24px}.stat{font-size:14px}.contact-cta h2{font-size:28px}.contact-cta p{font-size:15px}.contact-icons a{width:52px;height:52px}.contact-icons a img{width:24px;height:24px}.service-cta-actions{flex-direction:row;justify-content:center;gap:20px}.service-cta-actions .service-telegram-link{margin-top:0}.steps{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px 48px;gap:32px 48px}.step-title{font-size:16px}.step-text{font-size:14px}.portfolio-grid{grid-template-columns:repeat(5,1fr);gap:12px}.faq-item summary{font-size:15px}.faq-item p,.footer-text{font-size:14px}}@media (min-width:1440px){.container{max-width:1400px}.hero-name{font-size:72px}.services-grid{gap:24px}.portfolio-grid{grid-template-columns:repeat(6,1fr)}}