:root{
  --bg:#FFFFFF;
  --text:#111111;
  --accent:#EC4899;
  --muted:#F3F4F6;
  --max:1100px;
  --radius:18px;
  --shadow:0 10px 30px rgba(17,17,17,.08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:var(--max);margin:0 auto;padding:0 22px}
.skip{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:22px;top:18px;width:auto;height:auto;padding:10px 14px;background:var(--bg);border:2px solid var(--text);border-radius:12px;z-index:9999}

.site-header{
  position:sticky;top:0;background:rgba(255,255,255,.86);
  backdrop-filter:saturate(120%) blur(8px);
  border-bottom:1px solid rgba(17,17,17,.08);
  z-index:1000;
}
.header-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;font-weight:750;letter-spacing:.2px}
.logo{
  width:34px;height:34px;border-radius:12px;
  background:linear-gradient(135deg,var(--accent),#fda4af);
  box-shadow:0 10px 20px rgba(236,72,153,.22);
}
.brand small{display:block;font-weight:600;opacity:.7;margin-top:-2px}
.nav{display:flex;align-items:center;gap:18px}
.nav a{padding:10px 10px;border-radius:12px}
.nav a[aria-current="page"]{background:var(--muted)}
.cta{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;
  background:var(--accent);color:white;font-weight:700;
  box-shadow:0 14px 30px rgba(236,72,153,.25);
  border:1px solid rgba(236,72,153,.2);
}
.cta:hover{text-decoration:none;filter:saturate(1.05)}
.ghost{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;
  border:1px solid rgba(17,17,17,.16);
  background:transparent;
  font-weight:700;
}
.ghost:hover{text-decoration:none;background:var(--muted)}
.burger{
  display:none;
  width:44px;height:44px;border-radius:14px;
  border:1px solid rgba(17,17,17,.16);
  background:var(--bg);
}
.burger:focus{outline:3px solid rgba(236,72,153,.35);outline-offset:2px}
.burger-lines{width:18px;height:12px;margin:0 auto;position:relative}
.burger-lines span{
  position:absolute;left:0;right:0;height:2px;background:var(--text);border-radius:99px;
  transition:transform .18s ease, top .18s ease, opacity .18s ease;
}
.burger-lines span:nth-child(1){top:0}
.burger-lines span:nth-child(2){top:5px}
.burger-lines span:nth-child(3){top:10px}
.menu{
  display:none;
  padding:0 0 16px 0;
}
.menu.open{display:block}
.menu a{
  display:block;padding:12px 12px;border-radius:14px;margin:6px 0;
  background:var(--muted);
}
.menu .row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:10px}
.menu .row a{margin:0;background:transparent;border:1px solid rgba(17,17,17,.14)}
.menu .row a.cta{border-color:transparent}

main{padding-bottom:70px}
.section{padding:84px 0}
.section.compact{padding:64px 0}
.section + .section{border-top:1px solid rgba(17,17,17,.08)}
.kicker{display:inline-block;font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;opacity:.75}
.h1{font-size:clamp(2.2rem,4.2vw,3.6rem);line-height:1.05;margin:10px 0 12px 0}
.h2{font-size:clamp(1.6rem,2.8vw,2.3rem);line-height:1.1;margin:0 0 14px 0}
.lead{font-size:1.07rem;max-width:58ch;opacity:.88}
.p{max-width:70ch}
.muted{background:var(--muted)}
.card{
  background:var(--bg);
  border:1px solid rgba(17,17,17,.08);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.card.pad{padding:22px}
.grid{display:grid;gap:18px}
.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.meta{opacity:.75;font-size:.92rem}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;
  background:rgba(236,72,153,.10);
  border:1px solid rgba(236,72,153,.22);
  font-weight:750;
}
.badge-dot{width:10px;height:10px;border-radius:50%;background:var(--accent)}
.hero{
  padding:92px 0 72px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.98)),
    url("https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=2200&q=80");
  background-size:cover;
  background-position:center;
}
.hero .wrap{max-width:760px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.hero-note{margin-top:18px;opacity:.8}
.anchor-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.anchor-row a{
  padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.72);
  border:1px solid rgba(17,17,17,.12);
}
.anchor-row a:hover{text-decoration:none;background:var(--bg)}

.services .card h3{margin:6px 0 6px 0;font-size:1.18rem}
.services .price{font-weight:850}
.services .card p{margin:0;opacity:.85}
.services .card .btnrow{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}
.smallbtn{
  padding:9px 12px;border-radius:999px;border:1px solid rgba(17,17,17,.14);
  font-weight:750;background:transparent;
}
.smallbtn:hover{text-decoration:none;background:var(--muted)}
.smallbtn.accent{background:var(--accent);border-color:transparent;color:white}

.strip{
  display:flex;gap:14px;overflow:auto;padding-bottom:10px;scroll-snap-type:x mandatory;
}
.strip::-webkit-scrollbar{height:10px}
.strip::-webkit-scrollbar-thumb{background:rgba(17,17,17,.12);border-radius:99px}
.photo{
  min-width:260px;max-width:260px;
  border-radius:22px;overflow:hidden;scroll-snap-align:start;
  border:1px solid rgba(17,17,17,.10);
  box-shadow:var(--shadow);
  background:var(--bg);
}
.photo img{width:100%;height:220px;object-fit:cover}
.photo .cap{padding:14px}
.photo .cap strong{display:block}
.photo .cap span{opacity:.75}

.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:var(--radius);
  border:1px solid rgba(17,17,17,.10);
  background:var(--bg);
}
.table th,.table td{padding:14px 14px;border-bottom:1px solid rgba(17,17,17,.08);text-align:left;vertical-align:top}
.table th{background:var(--muted);font-weight:850}
.table tr:last-child td{border-bottom:none}
.table .col-price{white-space:nowrap;font-weight:850}
.table .col-time{white-space:nowrap;opacity:.8}

.team .person{display:flex;gap:16px;align-items:flex-start}
.avatar{
  width:64px;height:64px;border-radius:18px;flex:0 0 64px;
  background:linear-gradient(135deg, rgba(236,72,153,.22), rgba(17,17,17,.06));
  border:1px solid rgba(17,17,17,.10);
}
.person h3{margin:0 0 4px 0}
.person p{margin:0;opacity:.85}
.person .tags{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}
.tag{padding:8px 10px;border-radius:999px;background:var(--muted);border:1px solid rgba(17,17,17,.08);font-weight:700;font-size:.92rem}

.faq details{
  border:1px solid rgba(17,17,17,.10);
  border-radius:var(--radius);
  background:var(--bg);
  padding:14px 16px;
}
.faq details + details{margin-top:12px}
.faq summary{
  cursor:pointer;
  list-style:none;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  font-weight:850;
}
.faq summary::-webkit-details-marker{display:none}
.faq .chev{
  width:12px;height:12px;display:inline-block;transform:rotate(0deg);
  border-right:2px solid var(--text);
  border-bottom:2px solid var(--text);
  opacity:.75;
  margin-left:auto;
  transform:rotate(45deg);
  transition:transform .18s ease;
}
.faq details[open] .chev{transform:rotate(225deg)}
.faq .ans{margin-top:10px;opacity:.88;max-width:76ch}

.form{
  display:grid;gap:12px;
}
.field{display:grid;gap:6px}
label{font-weight:750}
input,select,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(17,17,17,.16);
  background:var(--bg);
  color:var(--text);
  font:inherit;
}
textarea{min-height:120px;resize:vertical}
input:focus,select:focus,textarea:focus{outline:3px solid rgba(236,72,153,.28);outline-offset:2px}
.form-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:8px}
.form-note{opacity:.8;font-size:.95rem;max-width:70ch}
.success{
  padding:12px 14px;border-radius:16px;
  background:rgba(34,197,94,.10);
  border:1px solid rgba(34,197,94,.22);
  font-weight:750;
}
.error{
  padding:12px 14px;border-radius:16px;
  background:rgba(239,68,68,.10);
  border:1px solid rgba(239,68,68,.22);
  font-weight:750;
}

.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.map{
  border-radius:22px;overflow:hidden;
  border:1px solid rgba(17,17,17,.10);
  background:var(--muted);
  min-height:320px;
}
.map iframe{width:100%;height:100%;border:0}

.site-footer{
  border-top:1px solid rgba(17,17,17,.08);
  padding:34px 0;
  background:var(--bg);
}
.footer-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}
.footer-links{display:flex;flex-wrap:wrap;gap:12px;opacity:.9}
.footer-links a{padding:8px 10px;border-radius:12px}
.footer-links a:hover{text-decoration:none;background:var(--muted)}
.legal{opacity:.75;font-size:.95rem}

.cookie{
  position:fixed;left:16px;right:16px;bottom:16px;z-index:2000;
  display:none;
}
.cookie.show{display:block}
.cookie .card{padding:16px 16px}
.cookie .row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}
.cookie p{margin:0;opacity:.88;max-width:76ch}
.cookie .actions{display:flex;flex-wrap:wrap;gap:10px}

.page-hero{padding:54px 0 34px 0}
.breadcrumb{opacity:.75}
.page-title{font-size:clamp(2rem,3.5vw,3rem);line-height:1.08;margin:10px 0 10px 0}
.page-lead{max-width:74ch;opacity:.88}

@media (max-width: 980px){
  .grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-grid{grid-template-columns:1fr}
  .hero{padding:82px 0 64px 0}
}
@media (max-width: 720px){
  .nav{display:none}
  .burger{display:inline-flex;align-items:center;justify-content:center}
  .grid.cols-2,.grid.cols-3,.grid.cols-4{grid-template-columns:1fr}
  .photo{min-width:78vw;max-width:78vw}
}
