:root{--cream:#f8e1e3;--sand:#efc8cc;--paper:#fff4f3;--terracotta:#b64f5c;--terracotta-dark:#913b48;--caramel:#d1848b;--coffee:#4d2e34;--ink:#50383d;--muted:#7d6267;--line:rgba(80,56,61,.14);--shadow:0 18px 45px rgba(94,48,58,.12)}

body{background:var(--paper)}
.hero{background:linear-gradient(135deg,#fbe9e9 0%,#f3d4d8 100%)}
.hero:before{background:rgba(182,79,92,.12)}
.services{background:#f5dadd}
.ritual{background:#f8e4e5}
.closing{background:#edc5ca}
.maintenance-shell,.footer{background:#59373e}
.button-instagram{border-color:rgba(80,56,61,.3)}

.brand-logo{width:54px;height:54px;object-fit:cover;border-radius:12px;box-shadow:0 7px 18px rgba(46,25,29,.16);flex:0 0 auto}
.footer .brand-logo{width:66px;height:66px;border-radius:14px}

@media(min-width:1181px){
  .site-header{grid-template-columns:minmax(245px,1fr) auto minmax(205px,1fr);column-gap:1.5rem}
  .nav{gap:clamp(.75rem,1.25vw,1.45rem);white-space:nowrap}
  .hero{grid-template-columns:minmax(0,58%) minmax(0,42%)}
  .hero-copy{padding-left:clamp(3.5rem,6vw,7.5rem);padding-right:3rem}
  .hero h1{font-size:clamp(3.7rem,5.35vw,6.55rem);max-width:790px}
  .hero-lead{max-width:610px}
  .hero-actions{flex-wrap:wrap;gap:1rem 1.25rem;max-width:720px}
  .hero-note{margin-top:2rem}
  .hero-stamp{left:-42px}
  .service-catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
  .service-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.95fr);min-height:430px}
  .service-photo{height:auto;min-height:430px}
  .service-info{padding:2.2rem}
  .service-info h3{font-size:2.15rem}
}

@media(min-width:1181px) and (max-width:1380px){
  .site-header{grid-template-columns:minmax(220px,1fr) auto minmax(180px,1fr);padding-inline:2rem}
  .brand-name{display:none}
  .header-cta{padding:.75rem 1rem}
  .hero-copy{padding-left:4rem;padding-right:2rem}
  .hero h1{font-size:clamp(3.5rem,5vw,5.3rem)}
}

@media(max-width:780px){
  .brand-logo{width:43px;height:43px;border-radius:10px}
  .brand-name{display:none}
  .footer .brand-name{display:block}
  .footer .brand-logo{width:58px;height:58px}
}
