@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");:root{--gold:#c5a059;--gold-light:#dfc48c;--sage:#74867b;--cream:#fdfbf7;--ink:#1a1a1a}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Manrope,sans-serif;color:var(--ink);background:var(--cream)}a{color:inherit;text-decoration:none}.container{width:min(1140px,92vw);margin:0 auto}.serif,h1,h2,h3,h4{font-family:Cormorant Garamond,serif}.muted{color:var(--sage)}.btn{border-radius:999px;padding:.75rem 1.3rem;display:inline-flex;align-items:center;gap:.45rem;border:1px solid transparent;font-weight:700;transition:.2s ease;cursor:pointer}.btn-primary{background:var(--gold);color:#fff}.btn-primary:hover{background:#b08b4d}.btn-ghost{background:#fff;border-color:rgba(197,160,89,.35)}.btn-outline-light{border-color:rgba(255,255,255,.55);color:#fff;background:transparent}.nav{position:fixed;top:0;left:0;right:0;z-index:40;border-bottom:1px solid rgba(197,160,89,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(253,251,247,.75)}.nav-row{height:80px;display:flex;justify-content:space-between;align-items:center;gap:1rem}.brand-main{color:var(--gold);font-size:1.65rem;line-height:.95;letter-spacing:.08em}.brand-sub{text-transform:uppercase;font-size:.63rem;letter-spacing:.33em;opacity:.6}.nav-links{display:flex;align-items:center;gap:.65rem}.hero{min-height:100vh;position:relative;display:grid;place-items:center;overflow:hidden}.hero-bg{object-fit:cover;width:100%;height:100%}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.45))}.hero-content{position:relative;z-index:2;color:#fff;text-align:center;padding:0 1rem}.hero h1{font-size:clamp(2.3rem,7vw,5.2rem);line-height:1.04;margin:0}.hero p{max-width:62ch;margin:1rem auto 1.9rem;opacity:.95}.section{padding:5.5rem 0}.title-center{text-align:center;margin-bottom:2rem}.title-center h2{font-size:clamp(2rem,4vw,3.3rem);margin:0}.title-line{width:82px;height:1px;background:var(--gold);margin:.55rem auto 0}.services-wrap{position:relative}.services-scroll{display:flex;gap:1.1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem .1rem 1rem}.services-scroll::-webkit-scrollbar{display:none}.service-card{min-width:min(360px,88vw);background:#fff;border:1px solid rgba(197,160,89,.15);border-radius:1.4rem;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.06);scroll-snap-align:center;cursor:pointer}.service-img{width:100%;height:230px;object-fit:cover}.service-body{padding:1.1rem 1.1rem 1.3rem}.service-row{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start}.split{grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:center}.faq,.split{display:grid}.faq{max-width:860px;margin:0 auto;grid-gap:.7rem;gap:.7rem}.faq-item{border:1px solid rgba(197,160,89,.2);border-radius:1rem;overflow:hidden;background:#fff}.faq-q{width:100%;background:#fffcf6;border:none;text-align:left;padding:1rem 1.15rem;display:flex;justify-content:space-between;align-items:center;font-weight:700}.faq-a{padding:0 1.15rem 1rem;color:var(--sage)}.reviews{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.review{background:#fff;border:1px solid rgba(197,160,89,.13);border-radius:1.3rem;padding:1.2rem}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:1.4rem;gap:1.4rem}.map-wrap{min-height:430px;border-radius:1.35rem;overflow:hidden;border:1px solid rgba(197,160,89,.15)}.fab-wrap{position:fixed;right:1.1rem;bottom:1.1rem;z-index:35;display:grid;grid-gap:.65rem;gap:.65rem}.fab{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.25)}.fab-call{background:var(--gold)}.fab-wa{background:#25d366}.overlay{position:fixed;inset:0;background:rgba(24,17,10,.68);z-index:100;display:grid;place-items:center;padding:1rem}.overlay-card{background:#fff;width:min(980px,95vw);max-height:92vh;overflow:auto;border-radius:1.1rem;border:1px solid rgba(197,160,89,.25)}.overlay-top{position:relative;height:46vh;min-height:260px}.overlay-top img{width:100%;height:100%;object-fit:cover}.overlay-content{padding:1.2rem}.footer-rich{background:#151515;color:#f2f2f2;padding:3.5rem 0 2rem}.footer-grid{align-items:center;gap:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.5rem}.footer-bottom,.footer-grid{display:flex;justify-content:space-between}.footer-bottom{flex-wrap:wrap;gap:.8rem;padding-top:1.2rem;color:rgba(255,255,255,.56);font-size:.82rem;text-transform:uppercase;letter-spacing:.1em}.social-btn{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.2);background:transparent;transition:.2s ease}.social-btn:hover{background:var(--gold);border-color:var(--gold)}.admin-panel{background:#fff;border:1px solid #eadfcf;border-radius:1rem;padding:1.2rem}.form{display:grid;grid-gap:.8rem;gap:.8rem;max-width:380px}.input{border:1px solid #dac9b4;border-radius:.7rem;padding:.7rem .85rem;font:inherit}@media (max-width:640px){.overlay{padding:0;align-items:flex-end}.overlay-card{width:100vw;max-width:100vw;max-height:96vh;border-bottom-left-radius:0;border-bottom-right-radius:0}.btn{min-height:44px}.fab{width:56px;height:56px}}@media (max-width:940px){.contact-grid,.reviews,.split{grid-template-columns:1fr}}@media (max-width:760px){.nav-row{height:auto;padding:.7rem 0;align-items:flex-start;flex-direction:column}.nav-links{flex-wrap:wrap}}