/* ===== BEAUTYLIX COSMETICS — light premium · rose-gold =====
   База дизайн-системы — LS Aesthetic (утв. Боссом), палитра rose-gold. */
*{margin:0;padding:0;box-sizing:border-box}
:root{
  --metal:linear-gradient(120deg,#975E3E 0%,#EDAF85 50%,#935F41 100%);
  --metal-btn:var(--metal);
  --metal-text:var(--metal);
  --rose:#975E3E;
  --rose-deep:#935F41;
  --rose-soft:#D9BCA6;
  --blush:#F1E5D9;
  --ink:#3A322C;
  --muted:#8A7C70;
  --cream:#FAF4ED;
  --cream-2:#F2E7DA;
  --card:#FDFAF6;
  --line:#EBDDCC;
  --white:#fff;
}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  background:var(--cream);color:var(--ink);
  -webkit-font-smoothing:antialiased;line-height:1.6;
}
.wrap{max-width:1280px;margin:0 auto;padding:0 44px}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.brm{display:none}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-weight:500;font-size:14.5px;letter-spacing:.3px;border-radius:40px;
  padding:15px 32px;cursor:pointer;transition:.25s;border:1px solid transparent;white-space:nowrap}
.btn-gold{background:var(--metal-btn);color:#fff;font-weight:600;
  text-shadow:0 1px 3px rgba(120,70,40,.32);
  box-shadow:0 8px 24px rgba(168,124,92,.26),inset 0 1px 0 rgba(255,255,255,.4)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(168,124,92,.36),inset 0 1px 0 rgba(255,255,255,.5)}
.btn-lg{min-width:218px;padding:16px 40px;font-size:15px}
.btn-ghost{background:var(--white);color:var(--ink);border-color:var(--rose-soft)}
.btn-ghost:hover{background:var(--blush);border-color:var(--rose)}
.btn-white{background:#fff;color:var(--ink);font-weight:600;border:1px solid rgba(255,255,255,.9);
  box-shadow:0 6px 22px rgba(150,110,90,.16)}
.btn-white:hover{transform:translateY(-1px);color:var(--rose-deep);box-shadow:0 12px 30px rgba(150,110,90,.24)}
.btn-ghost svg{color:#25D366}
.btn svg.wa{width:19px;height:19px;flex:none}

/* ---------- header ---------- */
.hdr{position:fixed;top:0;left:0;right:0;z-index:50;transition:.3s;background:transparent}
.hdr.scrolled{background:rgba(250,244,239,.88);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);box-shadow:0 4px 20px rgba(150,110,110,.05)}
.hdr-in{display:flex;align-items:center;justify-content:space-between;height:92px}
.logo{display:flex;flex-direction:column;align-items:flex-start;line-height:1}
.logo .lg-main{font-family:'Playfair Display',serif;font-size:26px;font-weight:600;letter-spacing:4.5px;
  background:var(--metal-text);-webkit-background-clip:text;background-clip:text;color:transparent}
.logo .lg-sub{font-size:8.5px;font-weight:500;letter-spacing:3.2px;text-transform:uppercase;
  color:var(--muted);margin-top:5px}
.menu{display:flex;gap:34px;align-items:center}
.menu a{font-size:13.5px;font-weight:500;letter-spacing:.4px;color:var(--ink);transition:.2s}
.menu a:hover{color:var(--rose)}
.menu-phone,.menu-book{display:none}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.hdr-right{display:flex;align-items:center;gap:22px}
.hdr-phone{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:600;
  color:var(--ink);letter-spacing:.5px;transition:.2s}
.hdr-phone svg{width:16px;height:16px;color:var(--rose);flex:none}
.hdr-phone:hover{color:var(--rose-deep)}
.hdr-phone:hover svg{color:var(--rose-deep)}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px}
.burger span{width:24px;height:2px;background:var(--ink);border-radius:2px;transition:.3s}

/* ---------- hero ---------- */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;
  padding:120px 0 60px;overflow:hidden}
.hero-photo{position:absolute;top:0;right:0;bottom:0;width:53%;
  background:url(assets/hero.jpg?v=16) 62% top/cover no-repeat}
.hero-photo::before{content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,
      var(--cream) 0%,
      rgba(250,244,239,.93) 7%,
      rgba(250,244,239,.66) 16%,
      rgba(250,244,239,.36) 26%,
      rgba(250,244,239,.14) 35%,
      rgba(250,244,239,.03) 43%,
      rgba(250,244,239,0) 50%),
    linear-gradient(270deg,
      rgba(250,244,239,.5) 0%,
      rgba(250,244,239,0) 14%)}
.hero::before{content:"";position:absolute;top:0;left:0;right:0;height:200px;z-index:1;pointer-events:none;
  background:
    radial-gradient(ellipse 30% 70% at 86% 0%, rgba(255,255,255,.62), transparent 70%),
    linear-gradient(180deg, rgba(250,244,239,.4) 0%, rgba(250,244,239,0) 100%)}
.hero-glow{position:absolute;left:-10%;top:6%;width:46%;height:82%;z-index:0;
  background:radial-gradient(circle at 40% 40%, rgba(217,166,162,.22), transparent 62%);
  filter:blur(8px);pointer-events:none}
.hero .wrap{position:relative;z-index:2;width:100%}
.hero-content{max-width:660px}
.eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:600;
  letter-spacing:2.6px;text-transform:uppercase;color:var(--rose);margin-bottom:24px}
.eyebrow::before{content:"";width:34px;height:1px;background:var(--rose);opacity:.7}
.hero h1{font-family:'Playfair Display',serif;font-weight:600;font-size:45px;line-height:1.14;
  letter-spacing:.2px;color:var(--ink);margin-bottom:24px}
.hero h1 em{font-style:italic;background:var(--metal-text);
  -webkit-background-clip:text;background-clip:text;color:transparent}
.hero-sub{font-size:16.5px;line-height:1.75;color:var(--muted);font-weight:300;max-width:540px}
.tripwire{display:flex;gap:14px;align-items:flex-start;margin:30px 0 34px;max-width:480px;
  background:var(--white);border:1px solid var(--line);border-radius:18px;padding:18px 22px;
  box-shadow:0 12px 32px rgba(150,110,110,.08)}
.tripwire .tw-ic{flex:none;width:40px;height:40px;border-radius:50%;background:var(--blush);
  display:flex;align-items:center;justify-content:center;color:var(--rose)}
.tripwire .tw-ic svg{width:21px;height:21px}
.tripwire p{font-size:14.5px;line-height:1.55;color:var(--ink);font-weight:400}
.tripwire p b{color:var(--rose-deep);font-weight:600}
.hero-cta{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.hero-meta{margin-top:40px;display:flex;gap:24px;flex-wrap:nowrap;align-items:center}
.hero-meta .m{display:flex;flex-direction:column}
.hero-meta .m b{font-family:'Playfair Display',serif;font-size:25px;font-weight:600;line-height:1;
  background:var(--metal-text);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-meta .m span{font-size:11.5px;letter-spacing:1px;text-transform:uppercase;color:var(--muted);margin-top:7px;font-weight:500}
.hero-meta .div{width:1px;height:34px;background:var(--line)}

/* ---------- shared section bits ---------- */
section{position:relative}
.sec-head{max-width:760px;margin:0 auto 56px}
.sec-head.center{text-align:center}
.sec-head.center .eyebrow{justify-content:center}
.sec-head h2{font-family:'Playfair Display',serif;font-weight:600;font-size:42px;line-height:1.15;
  color:var(--ink);letter-spacing:.2px}
.sec-sub{margin-top:18px;font-size:16.5px;line-height:1.7;color:var(--muted);font-weight:300}
.gold-text{background:var(--metal);-webkit-background-clip:text;background-clip:text;color:transparent}

/* ---------- 2 · stats strip (тёмная плашка доверия) ---------- */
.stats{background:#2E2620;padding:56px 0}
.stats-in{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stat{text-align:center}
.stat b{display:block;font-family:'Playfair Display',serif;font-size:38px;font-weight:600;line-height:1;
  margin-bottom:10px;background:var(--metal);-webkit-background-clip:text;background-clip:text;color:transparent}
.stat span{font-size:13px;color:#A99A8C;line-height:1.45;font-weight:300}

/* ---------- 3 · split (салон / академия) ---------- */
.split{padding:110px 0}
.split-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.split-card{display:flex;gap:26px;align-items:stretch;background:var(--card);border:1px solid var(--line);
  border-radius:22px;padding:26px;transition:.25s;box-shadow:0 10px 30px rgba(150,110,90,.05)}
.split-card:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(150,110,90,.11);border-color:var(--rose-soft)}
.split-img{flex:none;width:150px;min-height:190px;border-radius:16px;background-color:#E7D3C4;
  background-size:cover;background-position:center}
.split-body{display:flex;flex-direction:column;align-items:flex-start}
.split-body h3{font-family:'Playfair Display',serif;font-size:23px;font-weight:600;color:var(--ink);margin-bottom:10px}
.split-body p{font-size:14.5px;color:var(--muted);font-weight:300;line-height:1.6;margin-bottom:20px}
.split-body .btn{margin-top:auto}

/* ---------- 4 · services ---------- */
.services{padding:110px 0;background:var(--cream-2)}
.srv-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}
.srv-card{grid-column:span 2;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;
  display:flex;flex-direction:column;transition:.25s;box-shadow:0 10px 30px rgba(150,110,90,.06)}
/* последний ряд из двух карточек — по центру */
.srv-card:nth-child(4){grid-column:2/4}
.srv-card:nth-child(5){grid-column:4/6}
.srv-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(150,110,90,.13)}
.srv-img{height:200px;position:relative;background-color:#E7D3C4;background-size:cover;background-position:center}
.srv-img::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(60,40,30,.12) 0%,transparent 38%)}
.srv-tag{position:absolute;top:14px;left:14px;z-index:2;background:rgba(255,255,255,.92);color:var(--rose-deep);
  font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;padding:6px 13px;border-radius:20px}
.srv-body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.srv-body h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:600;color:var(--ink);margin-bottom:11px;line-height:1.25}
.srv-body p{font-size:14px;color:var(--muted);font-weight:300;line-height:1.6;flex:1;margin-bottom:20px}
.srv-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:16px;border-top:1px solid var(--line)}
.srv-price{font-size:13.5px;color:var(--ink);font-weight:600}
.srv-cta{font-size:13px;font-weight:600;letter-spacing:.3px;color:var(--rose-deep);white-space:nowrap}
.srv-cta:hover{color:var(--rose)}

/* ---------- 5 · why ---------- */
.why{padding:110px 0}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.why-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:36px 28px}
.why-num{font-family:'Playfair Display',serif;font-size:38px;font-weight:600;line-height:1;display:inline-block;margin-bottom:16px;
  background:var(--metal);-webkit-background-clip:text;background-clip:text;color:transparent}
.why-card .why-ic{display:inline-flex;color:var(--rose);margin-bottom:18px}
.why-card .why-ic svg{width:34px;height:34px}
.why-card h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:600;color:var(--ink);margin-bottom:12px;line-height:1.3}
.why-card p{font-size:14.5px;color:var(--muted);font-weight:300;line-height:1.65}

/* ---------- 6 · mini CTA ---------- */
.mini-cta{padding:60px 0}
.mc-box{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;
  background:linear-gradient(120deg,var(--blush),#F6EBE0);border:1px solid var(--line);
  border-radius:26px;padding:42px 50px}
.mc-text h3{font-family:'Playfair Display',serif;font-size:26px;font-weight:600;color:var(--ink);margin-bottom:8px}
.mc-text p{font-size:15.5px;color:var(--muted);font-weight:300;line-height:1.6;max-width:540px}
.mc-btns{display:flex;gap:14px;flex-wrap:wrap}

/* ---------- 7 · reviews ---------- */
.reviews{padding:110px 0;background:var(--cream-2)}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rev-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px 30px;min-height:200px;
  display:flex;flex-direction:column;gap:14px;border-style:dashed}
.rev-stars{color:var(--rose);letter-spacing:2px;font-size:15px}
.rev-card p{font-size:14.5px;font-style:italic;line-height:1.65;color:var(--muted);flex:1}
.rev-card .rev-n{font-size:13px;font-weight:500;color:var(--ink);font-style:normal}
.rev-more{text-align:center;margin-top:34px}

/* ---------- 8 · certs ---------- */
.certs{padding:110px 0}
.cert-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.cert-item{aspect-ratio:4/3;border-radius:16px;border:1px dashed var(--rose-soft);background:var(--card);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);
  font-size:12.5px;text-align:center;padding:14px}
.cert-item svg{width:26px;height:26px;color:var(--rose-soft)}

/* ---------- 9 · booking ---------- */
.booking{padding:110px 0;background:var(--cream-2)}
.book-widget{max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;
  box-shadow:0 24px 60px rgba(150,110,90,.1);padding:36px}
.book-ph{border:1px dashed var(--rose-soft);border-radius:16px;background:var(--card);min-height:290px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:30px}
.book-ph svg{width:38px;height:38px;color:var(--rose-soft)}
.book-ph b{font-family:'Playfair Display',serif;font-size:19px;font-weight:600;color:var(--ink);letter-spacing:.5px}
.book-ph p{font-size:14px;color:var(--muted);font-weight:300;max-width:440px;line-height:1.6}
.book-cta{text-align:center;margin-top:30px}

/* ---------- 10 · floating book button ---------- */
.float-book{position:fixed;left:26px;bottom:26px;z-index:45;box-shadow:0 12px 30px rgba(120,70,40,.3);
  opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .3s,transform .3s,visibility .3s}
.float-book.show{opacity:1;visibility:visible;transform:none}

/* ---------- 11 · footer ---------- */
.ftr{background:#2E2620;color:#D8CBC0;padding:70px 0 0}
.ftr-in{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:54px}
.ftr .logo{width:fit-content}
.ftr .logo .lg-sub{color:#A99A8C}
.ftr-brand p{margin-top:16px;font-size:14px;color:#A99A8C;line-height:1.6;max-width:300px}
.ftr-col h4{font-size:13px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#fff;margin-bottom:18px}
.ftr-col a,.ftr-col span{display:block;font-size:14.5px;color:#C3B5A9;line-height:1.5;margin-bottom:12px;transition:.2s}
.ftr-col a:hover{color:var(--rose-soft)}
.ftr-bottom{border-top:1px solid rgba(255,255,255,.08);padding:24px 0;font-size:13px;color:#8E8074}
.ftr-bottom .wrap{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.ftr-legal a{color:inherit;opacity:.85}
.ftr-legal a:hover{opacity:1;text-decoration:underline}

/* ---------- responsive ---------- */
@media(max-width:1080px){
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .stats-in{grid-template-columns:repeat(2,1fr);gap:34px 24px}
  .split-grid{grid-template-columns:1fr}
  /* услуги: 2 в ряд, 5-я по центру */
  .srv-grid{grid-template-columns:repeat(4,1fr)}
  .srv-card:nth-child(4){grid-column:span 2}
  .srv-card:nth-child(5){grid-column:2/4}
  .cert-grid{grid-template-columns:repeat(3,1fr)}
  .ftr-in{grid-template-columns:1fr 1fr}
}
@media(max-width:980px){
  .hdr-phone{display:none}
  .hdr-right .btn-white{display:none}
  .burger{display:flex}
  .wrap{padding:0 24px}
  .hdr-in{height:74px}
  .hdr.nav-open{background:rgba(250,244,239,.98);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
  .menu{display:flex;position:absolute;top:74px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;
    background:rgba(250,244,239,.99);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);
    padding:6px 24px 22px;transform:translateY(-14px);opacity:0;pointer-events:none;transition:.26s ease;
    box-shadow:0 24px 44px rgba(150,110,90,.12);z-index:40}
  .hdr.nav-open .menu{transform:none;opacity:1;pointer-events:auto}
  .menu a{font-size:16px;padding:15px 2px;border-bottom:1px solid var(--line);letter-spacing:.2px}
  .menu-phone{display:block;color:var(--rose-deep);font-weight:600;border-bottom:1px solid var(--line)}
  .menu-book{display:flex;margin-top:16px;border-bottom:none;padding:15px 32px;font-size:15px}
  .brd{display:none}
  .brm{display:inline}
  .logo .lg-main{font-size:20px;letter-spacing:3.2px}
  .logo .lg-sub{font-size:7px;letter-spacing:2.4px}
  /* hero: текст сверху, фото под ним */
  .hero{min-height:auto;padding:70px 0 0;flex-direction:column}
  .hero .wrap{order:1;margin-top:0}
  .hero-photo{order:2;position:relative;width:100%;height:46vh;right:auto;margin-top:24px;
    background-position:56% 12%;border-radius:22px 22px 0 0;overflow:hidden}
  .hero-photo::before{background:linear-gradient(180deg,
    var(--cream) 0%, rgba(250,244,239,.5) 12%, rgba(250,244,239,0) 38%)}
  .hero-content{max-width:none;text-align:center}
  .eyebrow{justify-content:center;white-space:nowrap;font-size:10.5px;letter-spacing:1.5px;margin-bottom:16px}
  .eyebrow::before{display:none}
  .hero h1{font-size:42px;line-height:1.08;margin-bottom:18px}
  .hero-sub{margin:0 auto;font-size:15px;line-height:1.62;max-width:none}
  .tripwire{margin:24px auto 26px;text-align:left}
  .hero-cta{justify-content:center}
  .hero-meta{justify-content:center;flex-wrap:wrap;gap:16px 24px;padding-bottom:8px}
  .hero-meta .div{display:none}
  .float-book{left:16px;bottom:16px;padding:13px 24px;font-size:13.5px}
}
@media(max-width:760px){
  .split,.services,.why,.reviews,.certs,.booking{padding-top:66px;padding-bottom:66px}
  .mini-cta{padding:44px 0}
  .stats{padding:44px 0}
  .sec-head{margin-bottom:38px}
  .sec-head h2{font-size:30px;line-height:1.2}
  .sec-sub{font-size:15.5px;margin-top:14px}
  .why-grid{grid-template-columns:1fr;gap:16px}
  .rev-grid{grid-template-columns:1fr;gap:16px}
  .rev-card{min-height:0}
  /* услуги в одну колонку */
  .srv-grid{grid-template-columns:1fr;gap:18px;max-width:400px;margin:0 auto}
  .srv-card,.srv-card:nth-child(4),.srv-card:nth-child(5){grid-column:1}
  .srv-img{height:220px}
  .cert-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  /* mini-CTA → колонка */
  .mc-box{flex-direction:column;align-items:stretch;text-align:center;padding:34px 26px;gap:22px}
  .mc-text p{margin:0 auto}
  .mc-btns{flex-direction:column}
  .mc-box .btn{width:100%}
  /* развилка → фото сверху */
  .split-card{flex-direction:column;align-items:stretch;text-align:center}
  .split-img{width:100%;height:200px}
  .book-widget{padding:22px}
}
@media(max-width:520px){
  .wrap{padding:0 20px}
  .hero h1{font-size:35px}
  .hero-sub{font-size:14px}
  .eyebrow{font-size:9.5px;letter-spacing:1.1px}
  .btn,.btn-lg{width:100%;min-width:0}
  .hero-cta{flex-direction:column;width:100%}
  .stats-in{grid-template-columns:1fr;gap:26px}
  .stat b{font-size:32px}
  .cert-grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}
  .sec-head h2{font-size:27px}
  .ftr-in{grid-template-columns:1fr;gap:30px}
  /* плавающая кнопка не должна перекрывать контент на узких */
  .float-book{left:12px;right:12px;bottom:12px;width:auto;justify-content:center}
}

/* ===== SUBPAGES ===== */
.menu a.active{color:var(--rose)}
.sp-sec{padding:96px 0}
.sp-sec.sp-alt{background:var(--cream-2)}
.blk-h{font-family:'Playfair Display',serif;font-weight:600;font-size:34px;line-height:1.2;color:var(--ink);letter-spacing:.2px}
.blk-sub{margin-top:14px;font-size:15.5px;color:var(--muted);font-weight:300;line-height:1.7;max-width:820px}
.ph-dashed,.founder-photo,.equip-photo,.team-photo,.contact-map,.bundle-img{border:1px dashed var(--rose-soft);
  background:var(--card);display:flex;align-items:center;justify-content:center;text-align:center;
  color:var(--muted);font-size:13px;font-weight:500;padding:20px;line-height:1.4}
/* с реальным фото — убираем dashed-плейсхолдер, ставим cover */
.equip-photo.has-photo,.bundle-img.has-photo{border:1px solid var(--line);padding:0;
  background-color:#E7D3C4;background-size:cover;background-position:center;background-repeat:no-repeat}

/* page-hero (studio / contacts) */
.page-hero{padding:150px 0 60px;background:var(--cream-2)}
.page-hero h1{font-family:'Playfair Display',serif;font-weight:600;font-size:44px;line-height:1.12;color:var(--ink);margin:16px 0 20px;letter-spacing:.2px}
.page-hero .lead{font-size:17px;color:var(--muted);font-weight:300;line-height:1.7;max-width:720px;margin-bottom:30px}
.page-hero-cta{display:flex;gap:14px;flex-wrap:wrap}
/* page-hero с приглушённым фоновым фото (кремовая вуаль поверх, текст остаётся читаемым) */
.page-hero.has-bg{position:relative;background-color:var(--cream-2);background-size:cover;background-position:center;overflow:hidden}
.page-hero.has-bg::before{content:"";position:absolute;inset:0;z-index:0;
  background:linear-gradient(90deg,rgba(250,244,239,.95) 0%,rgba(250,244,239,.88) 40%,rgba(250,244,239,.66) 72%,rgba(250,244,239,.5) 100%)}
.page-hero.has-bg .wrap{position:relative;z-index:1}
@media(max-width:760px){.page-hero.has-bg::before{background:linear-gradient(180deg,rgba(250,244,239,.9) 0%,rgba(250,244,239,.82) 60%,rgba(250,244,239,.78) 100%)}}

/* service hero */
.sp-hero{padding:150px 0 66px;background:var(--cream-2);overflow:hidden}
.sp-hero-in{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}
.crumbs{font-size:12.5px;letter-spacing:.4px;color:var(--muted);margin-bottom:18px}
.crumbs a:hover{color:var(--rose)}
.sp-hero h1{font-family:'Playfair Display',serif;font-weight:600;font-size:40px;line-height:1.16;color:var(--ink);margin:14px 0 22px;letter-spacing:.2px}
.sp-hero .lead{font-size:16.5px;line-height:1.75;color:var(--muted);font-weight:300;margin-bottom:30px;max-width:560px}
.sp-hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.sp-hero-photo{border-radius:22px;min-height:430px;background:#E7D3C4 center/cover no-repeat;box-shadow:0 24px 60px rgba(150,110,90,.16)}

/* trust strip */
.trust-strip{background:#2E2620;padding:20px 0}
.trust-strip .wrap{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 20px;text-align:center}
.trust-strip .ts-i{font-size:13.5px;font-weight:500;color:#D8CBC0;white-space:nowrap}
.trust-strip .dot{color:#6a5c50}

/* pains */
.pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 44px;margin-top:30px}
.pain-item{display:flex;align-items:flex-start;gap:14px;font-size:15.5px;color:var(--ink);line-height:1.5}
.pain-item::before{content:"";flex:none;width:11px;height:11px;border-radius:50%;background:var(--metal);margin-top:6px}
.solution{margin-top:30px;display:inline-flex;align-items:center;gap:16px;max-width:100%;white-space:nowrap;
  background:var(--card);border:1px solid var(--line);border-radius:16px;padding:18px 26px;
  font-size:16px;font-weight:500;color:var(--ink);box-shadow:0 10px 30px rgba(150,110,90,.05)}
.sol-ic{flex:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;
  border-radius:50%;background:var(--blush);color:var(--rose)}
.sol-ic svg{width:22px;height:22px}
@media(max-width:900px){.solution{display:flex;white-space:normal}}

/* num badge (шаги/процесс) */
.num-badge{width:40px;height:40px;border-radius:50%;background:var(--metal);color:#fff;display:flex;align-items:center;
  justify-content:center;font-weight:600;font-size:16px;margin-bottom:18px;box-shadow:0 8px 20px rgba(168,124,92,.25)}

/* benefits */
.ben-grid{display:grid;gap:22px;margin-top:8px}
.ben-grid.c3{grid-template-columns:repeat(3,1fr)}
.ben-grid.c4{grid-template-columns:repeat(4,1fr)}
.ben-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px 26px}
.ben-card .ben-ic{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:var(--blush);color:var(--rose);margin-bottom:18px}
.ben-card .ben-ic svg{width:24px;height:24px}
.ben-card h3{font-family:'Playfair Display',serif;font-size:18px;font-weight:600;color:var(--ink);margin-bottom:12px;line-height:1.3}
.ben-card p{font-size:14px;color:var(--muted);font-weight:300;line-height:1.62}

/* chips / spec */
.chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:8px}
.chip{display:inline-flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--line);border-radius:30px;padding:10px 20px;font-size:14px;font-weight:500;color:var(--ink)}
.chip-ic{display:inline-flex;color:var(--rose)}
.chip-ic svg{width:15px;height:15px}
.spec-note{margin:24px auto 0;text-align:center;font-size:14px;color:var(--muted);font-weight:300;max-width:none;line-height:1.6}

/* bundle */
.bundle-row{display:grid;grid-template-columns:220px 1fr;gap:26px;align-items:center;background:var(--card);
  border:1px solid var(--line);border-radius:20px;padding:24px;margin-top:20px}
.bundle-img{border-radius:14px;min-height:150px;border:1px dashed var(--rose-soft);background:#fff;display:flex;
  align-items:center;justify-content:center;color:var(--muted);font-size:12px;font-weight:500}
.bundle-body h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:600;color:var(--ink);margin-bottom:8px}
.bundle-body p{font-size:14.5px;color:var(--muted);font-weight:300;margin-bottom:14px;line-height:1.55}
.bundle-body .chips{justify-content:flex-start;margin-top:0}
.bundle-body .chip{font-size:13px;padding:8px 16px}

/* process */
.proc-grid{display:grid;gap:22px;margin:8px 0 28px}
.proc-grid.n4{grid-template-columns:repeat(4,1fr)}
.proc-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px 24px}
.proc-card h3{font-family:'Playfair Display',serif;font-size:17px;font-weight:600;color:var(--ink);margin-bottom:9px;line-height:1.3}
.proc-card p{font-size:13.5px;color:var(--muted);font-weight:300;line-height:1.55}
.proc-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#fff;
  border:1px solid var(--line);border-radius:16px;padding:22px 28px}
.proc-strip .res{font-size:14.5px;color:var(--muted);line-height:1.5}
.proc-strip .price{font-size:16px;font-weight:600;color:var(--ink);white-space:nowrap}
.proc-strip .price em{font-style:normal;background:var(--metal-text);-webkit-background-clip:text;background-clip:text;color:transparent}

/* before / after */
.ba-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:6px}
.ba-item{aspect-ratio:3/4;border-radius:16px;border:1px dashed var(--rose-soft);background:var(--card);display:flex;
  align-items:center;justify-content:center;color:var(--muted);font-size:12px;letter-spacing:1px;font-weight:600}

/* faq accordion */
.faq-list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:20px 24px;font-size:15.5px;font-weight:500;color:var(--ink);
  display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:22px;color:var(--rose);font-weight:400;flex:none;transition:.25s;line-height:1}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item .faq-a{padding:0 24px 20px;font-size:14.5px;color:var(--muted);font-weight:300;line-height:1.65}

/* contra */
.contra-cols{display:grid;grid-template-columns:1fr 1fr;gap:44px;margin-top:30px}
.contra-col h3{font-size:15px;font-weight:600;color:var(--ink);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--line)}
.contra-col ul{list-style:none}
.contra-col li{font-size:14px;color:var(--muted);line-height:1.5;padding:7px 0 7px 20px;position:relative}
.contra-col li::before{content:"•";position:absolute;left:2px;color:var(--rose-soft)}
.contra-note{margin-top:20px;background:var(--card);border:1px solid var(--line);border-radius:16px;padding:24px 28px;
  font-size:15px;color:var(--muted);font-weight:300;line-height:1.65;max-width:900px}
.contra-head{display:flex;align-items:center;gap:16px;margin-bottom:14px}
.contra-ic{flex:none;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;
  border-radius:50%;background:#F5E4DD;color:#BC6552}
.contra-ic svg{width:24px;height:24px}

/* секция с приглушённым размытым фоновым фото (фото + блюр + кремовая вуаль, контент поверх) */
.bg-blur{position:relative;overflow:hidden;isolation:isolate}
.bg-blur > .wrap{position:relative;z-index:2}
.bg-blur::before{content:"";position:absolute;inset:-40px;z-index:0;
  background:url(assets/bg-silk.jpg?v=16) center/cover no-repeat;filter:blur(11px);transform:scale(1.08)}
/* цветная заливка в палитре (blush/rose-cream) поверх шёлка: текстура видна, текст читается,
   края мягко блендятся с соседними кремовыми секциями */
.bg-blur::after{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,
    rgba(241,229,217,.95) 0%,
    rgba(244,232,222,.90) 26%,
    rgba(244,232,222,.90) 74%,
    rgba(241,229,217,.95) 100%)}
/* лёгкое свечение под текстом поверх текстуры — для читаемости */
.bg-blur .sec-head h2,.bg-blur .sec-head .sec-sub,.bg-blur .sec-head .eyebrow,.bg-blur .spec-note{
  text-shadow:0 1px 3px rgba(253,250,246,.7)}

/* studio: history / founder / team / equip / visit steps */
.history-in,.equip-in{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.history-txt p{font-size:16px;color:var(--muted);font-weight:300;line-height:1.75;margin-top:18px}
.history-photo{border-radius:22px;min-height:340px;background:#E7D3C4 center/cover no-repeat;box-shadow:0 20px 50px rgba(150,110,90,.12)}
.founder-in{display:grid;grid-template-columns:360px 1fr;gap:54px;align-items:center}
.founder-photo{border-radius:22px;min-height:430px}
.founder-name{font-family:'Playfair Display',serif;font-size:30px;font-weight:600;color:var(--ink);margin-top:4px}
.founder-body p{font-size:16px;color:var(--muted);font-weight:300;line-height:1.75;margin-top:18px}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.team-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:22px}
.team-photo{border-radius:14px;min-height:150px;margin-bottom:18px}
.team-card h3{font-family:'Playfair Display',serif;font-size:17px;font-weight:600;color:var(--ink);margin-bottom:8px}
.team-card p{font-size:13.5px;color:var(--muted);font-weight:300;line-height:1.55}
.equip-list{list-style:none;margin-top:22px}
.equip-list li{display:flex;align-items:flex-start;gap:14px;font-size:16px;color:var(--ink);padding:10px 0;line-height:1.5}
.equip-list li::before{content:"";flex:none;width:11px;height:11px;border-radius:50%;background:var(--metal);margin-top:6px}
.equip-photo{border-radius:22px;min-height:340px}
.vsteps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.vstep{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:28px 24px}
.vstep h3{font-family:'Playfair Display',serif;font-size:17px;font-weight:600;color:var(--ink);margin-bottom:9px;line-height:1.3}
.vstep p{font-size:13.5px;color:var(--muted);font-weight:300;line-height:1.55}
.vsteps-cta{display:flex;width:fit-content;margin:36px auto 0}

/* academy: who / courses */
.who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.who-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:28px 24px;display:flex;flex-direction:column}
.who-card .who-ic{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--blush);color:var(--rose);margin-bottom:18px}
.who-card .who-ic svg{width:25px;height:25px}
.who-card h3{font-family:'Playfair Display',serif;font-size:18px;font-weight:600;color:var(--ink);margin-bottom:12px;line-height:1.3}
.who-card p{font-size:14px;color:var(--muted);font-weight:300;line-height:1.6;flex:1;margin-bottom:22px}
.who-card .btn{width:100%}
.courses-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:6px}
.course-row{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 20px}
.course-dot{flex:none;width:22px;height:22px;border-radius:50%;background:var(--metal)}
.course-name{flex:1;font-size:15px;font-weight:500;color:var(--ink)}
.course-price{font-size:15px;font-weight:600;color:var(--ink);white-space:nowrap}
.course-row .btn{padding:9px 18px;font-size:13px}

/* contacts */
.contacts-in{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:start}
.contact-row{padding:18px 0;border-bottom:1px solid var(--line)}
.contact-row .k{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.contact-row .v{font-size:17px;font-weight:500;color:var(--ink);display:inline-block}
.contact-row a.v:hover{color:var(--rose)}
.contact-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.contact-map{border-radius:22px;min-height:460px}
/* живая карта Google Maps */
.contact-map.map-live{border:0;padding:0;background:none;overflow:hidden;box-shadow:0 12px 36px rgba(150,110,90,.12)}
.contact-map.map-live iframe{width:100%;height:100%;min-height:460px;border:0;display:block;filter:saturate(.9)}

/* subpages responsive */
@media(max-width:1080px){
  .sp-hero-in,.history-in,.equip-in,.founder-in,.contacts-in,.courses-grid{grid-template-columns:1fr}
  .founder-in{gap:34px}.founder-photo,.sp-hero-photo{min-height:300px}
  .contact-map{min-height:340px}
  .ben-grid.c4,.proc-grid.n4,.team-grid,.who-grid,.vsteps-grid{grid-template-columns:repeat(2,1fr)}
  .ba-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .sp-hero{padding:120px 0 50px}.page-hero{padding:118px 0 46px}
  .sp-hero h1{font-size:31px}.page-hero h1{font-size:33px}
  .blk-h{font-size:27px}
  .sp-sec{padding:60px 0}
  .pain-grid{grid-template-columns:1fr}
  .ben-grid.c3,.ben-grid.c4,.proc-grid.n4,.team-grid,.who-grid,.vsteps-grid{grid-template-columns:1fr}
  .bundle-row{grid-template-columns:1fr}
  .contra-cols{grid-template-columns:1fr;gap:24px}
  .founder-in{grid-template-columns:1fr}
}
@media(max-width:520px){
  .ba-grid{grid-template-columns:1fr}
  .sp-hero h1{font-size:27px}.page-hero h1{font-size:29px}
  .proc-strip{flex-direction:column;align-items:flex-start;gap:10px}
  .course-row{flex-wrap:wrap}
  .sp-hero-cta .btn,.page-hero-cta .btn,.contact-cta .btn{width:100%}
}

/* ---------- прайс (prices.html) ---------- */
.price-nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:54px}
.price-nav a{font-size:13.5px;font-weight:500;color:var(--ink);background:#fff;border:1px solid var(--line);
  border-radius:40px;padding:10px 20px;transition:.2s}
.price-nav a:hover{border-color:var(--rose);color:var(--rose);transform:translateY(-1px)}
.pgroup{scroll-margin-top:110px;margin-bottom:52px}
.pg-head{margin-bottom:20px}
.pg-head h2{font-family:'Playfair Display',serif;font-weight:600;font-size:30px;line-height:1.2;color:var(--ink)}
.pg-sub{font-size:14.5px;color:var(--muted);margin-top:6px}
.plist{background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px 30px;
  box-shadow:0 10px 30px rgba(150,110,90,.06)}
.psub{font-size:11.5px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--rose);
  padding:24px 0 4px;border-top:1px solid var(--line);margin-top:12px}
.plist>.psub:first-child{border-top:0;margin-top:0;padding-top:18px}
.prow{display:flex;align-items:baseline;gap:18px;padding:14px 0;border-bottom:1px dashed var(--line)}
.prow:last-child{border-bottom:0}
.pn{flex:1;font-size:15.5px;font-weight:500;color:var(--ink);line-height:1.45}
.pn small{display:block;font-size:13px;font-weight:400;color:var(--muted);margin-top:3px;line-height:1.45}
.pp{font-size:16px;font-weight:600;white-space:nowrap;
  background:var(--metal-text);-webkit-background-clip:text;background-clip:text;color:transparent}
.pnote{font-size:13.5px;color:var(--muted);line-height:1.55;padding:14px 0 2px;border-top:1px dashed var(--line)}
.price-legal{max-width:820px;margin:0 auto;text-align:center;font-size:13.5px;color:var(--muted);line-height:1.6}
.proc-strip .price-link{display:inline-block;margin-left:16px;font-size:14px;font-weight:500;color:var(--rose)}
.proc-strip .price-link:hover{opacity:.75}
@media(max-width:760px){
  /* на мобиле — лента с горизонтальной прокруткой вместо стопки чипов */
  .price-nav{gap:8px;margin-bottom:36px;flex-wrap:nowrap;justify-content:flex-start;
    overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;
    margin-left:-24px;margin-right:-24px;padding:2px 24px;max-width:none}
  .price-nav::-webkit-scrollbar{display:none}
  .price-nav a{font-size:12.5px;padding:11px 16px;white-space:nowrap;flex:none}
  .pg-head h2{font-size:24px}
  .plist{padding:6px 20px;border-radius:16px}
  .prow{gap:14px;padding:13px 0}
  .pn{font-size:14.5px}.pp{font-size:15px}
  .pgroup{margin-bottom:38px}
}
@media(max-width:520px){
  .proc-strip .price-link{margin-left:0;display:block;margin-top:6px}
  /* .wrap на этой ширине = 20px, подгоняем вылет ленты */
  .price-nav{margin-left:-20px;margin-right:-20px;padding:2px 20px}
}

/* ---------- зоны нажатия ≥44px (аудит _qa/qa.py) ----------
   Визуал не меняем: добавляем padding и компенсируем отрицательным margin. */
.burger{padding:14px;margin:-8px}                      /* было 36×28 → 52×44 */
.logo{padding:6px 0;margin:-6px 0}                     /* было 89×37 → 44 по высоте */
.srv-cta{display:inline-flex;align-items:center;padding:12px 0;margin:-12px 0}
.price-nav a{min-height:44px;display:inline-flex;align-items:center}
@media(max-width:980px){
  /* однострочные ссылки футера были 28px по высоте — доводим зону нажатия до 44 */
  .ftr-col a{padding:12px 0;margin-bottom:0}
}

/* ---------- узкие экраны 320–400px (iPhone SE 1) ----------
   Аудит ловил h-скролл: длинные русские слова в кнопках (white-space:nowrap
   + NBSP от анти-орфанов) и «Противопоказания» рядом с 48px-иконкой. */
@media(max-width:400px){
  .btn{white-space:normal;line-height:1.35;text-align:center}
  .blk-h{font-size:22px;overflow-wrap:break-word}
  .contra-ic{width:40px;height:40px}
  .contra-ic svg{width:20px;height:20px}
  .contra-head{gap:12px}
  .mc-box{padding:22px 20px}
  .price-link{white-space:normal}
}
/* «весь прайс →» и телефон в мобильном меню — зона нажатия 44px */
.proc-strip .price-link{padding:11px 0;display:inline-flex;align-items:center}
@media(max-width:980px){
  /* пункты меню и так 15px паддинга; правим только строки контактов */
  .contact-row .v{padding:8px 0}
}
