:root{
  --bg:#070706;
  --bg-2:#10100f;
  --panel:rgba(22,22,20,.78);
  --panel-2:rgba(32,30,26,.72);
  --line:rgba(215,162,58,.32);
  --line-soft:rgba(255,255,255,.08);
  --text:#f5f0e8;
  --muted:#bfb7a9;
  --muted-2:#8e877b;
  --gold:#d8a33c;
  --gold-2:#f7cf73;
  --gold-3:#9f6f17;
  --shadow:0 28px 100px rgba(0,0,0,.55);
  --radius:22px;
  --container:1180px;
  --header-h:86px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  min-width:320px;
  background:
    radial-gradient(circle at 82% 12%, rgba(216,163,60,.12), transparent 22%),
    radial-gradient(circle at 8% 38%, rgba(216,163,60,.08), transparent 20%),
    linear-gradient(180deg,#080807 0%,#0d0c0b 42%,#070706 100%);
  color:var(--text);
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit;color:inherit}
.container{width:min(100% - 48px,var(--container));margin:0 auto}
.center{text-align:center}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  height:var(--header-h);
  border-bottom:1px solid rgba(216,163,60,.13);
  background:rgba(6,6,5,.82);
  backdrop-filter:blur(22px);
  box-shadow:0 14px 40px rgba(0,0,0,.28);
}
.header-inner{height:100%;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}
.brand-mark{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(216,163,60,.23))}
.brand-name{
  font-family:Georgia,'Times New Roman',serif;
  font-size:27px;
  line-height:1;
  letter-spacing:.03em;
  color:var(--gold-2);
  text-shadow:0 0 18px rgba(216,163,60,.22);
}
.nav{margin-left:auto;display:flex;align-items:center;gap:32px}
.nav-link{
  position:relative;
  color:#ebe4d7;
  font-size:15px;
  transition:.25s ease;
  padding:30px 0;
}
.nav-link:hover,.nav-link.active{color:var(--gold-2)}
.nav-link.active::after,.nav-link:hover::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:18px;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 24px;
  border-radius:10px;
  border:1px solid transparent;
  cursor:pointer;
  white-space:nowrap;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  font-weight:650;
  font-size:15px;
}
.btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.btn-gold{
  color:#211507;
  background:linear-gradient(135deg,#f8d783 0%,#d8a33c 42%,#b47a1f 100%);
  box-shadow:0 12px 36px rgba(216,163,60,.26), inset 0 1px 0 rgba(255,255,255,.36);
}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(216,163,60,.36), inset 0 1px 0 rgba(255,255,255,.42)}
.btn-ghost{
  color:#f6ead6;
  background:rgba(255,255,255,.035);
  border-color:rgba(216,163,60,.32);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.btn-ghost:hover{transform:translateY(-2px);border-color:rgba(216,163,60,.7);background:rgba(216,163,60,.09)}
.burger{display:none;margin-left:auto;width:46px;height:46px;border:1px solid rgba(216,163,60,.32);border-radius:12px;background:rgba(255,255,255,.04);padding:10px;cursor:pointer}
.burger span{display:block;height:2px;background:var(--gold-2);margin:6px 0;border-radius:2px;transition:.25s ease}
.burger.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.burger.is-active span:nth-child(2){opacity:0}
.burger.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

.hero{
  position:relative;
  min-height:640px;
  padding:76px 0 0;
  background-image:
    linear-gradient(90deg,rgba(7,7,6,.96) 0%,rgba(7,7,6,.86) 28%,rgba(7,7,6,.35) 58%,rgba(7,7,6,.54) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(7,7,6,.85) 98%),
    image-set(url('../img/hero-bg.webp') type('image/webp'), url('../img/hero-bg.jpg') type('image/jpeg'));
  background-size:cover;
  background-position:center top;
  overflow:hidden;
  border-bottom:1px solid rgba(216,163,60,.10);
}
.hero::before,
.hero::after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:50%;
  filter:blur(8px);
}
.hero::before{width:280px;height:280px;right:7%;top:14%;background:radial-gradient(circle,rgba(216,163,60,.12),transparent 68%)}
.hero::after{width:500px;height:500px;left:-220px;bottom:-230px;border:1px solid rgba(216,163,60,.16);box-shadow:0 0 0 24px rgba(216,163,60,.025),0 0 0 54px rgba(216,163,60,.018)}
.hero-backdrop{position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(7,7,6,.9));pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:470px;align-items:start;z-index:1}
.hero-content{width:min(570px,100%)}
.eyebrow{
  margin:0 0 18px;
  color:#e6d8bd;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
h1,h2,h3,p{margin-top:0}
h1{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(43px,6vw,76px);
  line-height:.95;
  letter-spacing:-.035em;
  color:#fff7eb;
  text-wrap:balance;
}
h1 span{display:block;color:var(--gold-2);text-shadow:0 0 28px rgba(216,163,60,.22)}
.title-line,.head-line{display:block;width:70px;height:3px;margin:24px 0;background:linear-gradient(90deg,var(--gold-2),var(--gold-3),transparent);border-radius:3px}
.head-line{margin:8px auto 0;width:64px;height:2px}
.head-line.left{margin:8px 0 20px}
.hero-text{max-width:430px;margin:0 0 28px;color:#e4ded3;font-size:18px;line-height:1.55}
.hero-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.hero-signature{
  position:absolute;
  right:55px;
  bottom:90px;
  color:#e8d5a4;
  text-align:left;
  text-shadow:0 0 20px rgba(216,163,60,.30);
}
.hero-signature span{display:block;font-family:'Segoe Script','Brush Script MT',cursive;font-size:32px;color:var(--gold-2);transform:rotate(-8deg);opacity:.9}
.hero-signature p{margin:0;color:#f1ebdf;font-size:14px;line-height:1.35;opacity:.85}
.trust-row{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:20px 0 34px}
.trust-item{display:flex;align-items:center;gap:14px;color:#c9c0b0;font-size:14px}
.trust-item svg{width:42px;height:42px;fill:none;stroke:var(--gold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(216,163,60,.2))}

.section{position:relative;padding:18px 0}
.panel{
  position:relative;
  background:linear-gradient(180deg,rgba(22,22,20,.86),rgba(18,18,16,.72));
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius);
  box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
}
.panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 14%,rgba(216,163,60,.08),transparent 28%);pointer-events:none}
.section-head{position:relative;z-index:1;margin-bottom:28px}
.section-head h2,.about-intro h2{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(30px,3vw,44px);
  line-height:1.1;
  font-weight:500;
  color:#fff7ec;
}
.section-head p{margin:10px 0 0;color:var(--muted)}

.panel-services{padding:38px 56px 46px}
.panel-services::after{
  content:"";
  position:absolute;
  right:-130px;
  top:26px;
  width:300px;height:300px;
  border-radius:50%;
  border:1px solid rgba(216,163,60,.18);
  box-shadow:0 0 0 22px rgba(216,163,60,.04),0 0 0 52px rgba(216,163,60,.025),0 0 0 84px rgba(216,163,60,.018);
  pointer-events:none;
}
.services-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.service-card{
  min-height:122px;
  padding:25px 18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  transition:.25s ease;
}
.service-card:hover{transform:translateY(-5px);border-color:rgba(216,163,60,.45);background:rgba(216,163,60,.055)}
.service-card svg{width:46px;height:46px;fill:none;stroke:var(--gold);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{margin:0;text-align:center;font-size:16px;font-weight:520;color:#f2eadc}

.about-panel{display:grid;grid-template-columns:1.15fr repeat(4,1fr);gap:0;padding:28px 0}
.about-intro,.benefit-card{position:relative;z-index:1;padding:0 28px}
.about-intro{padding-left:30px}
.about-intro p,.benefit-card p{color:var(--muted);font-size:14px;margin:0 0 10px}
.benefit-card{border-left:1px solid rgba(255,255,255,.08)}
.benefit-card svg{width:40px;height:40px;margin-bottom:12px;fill:none;stroke:var(--gold);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.benefit-card h3{margin:0 0 10px;color:var(--gold-2);font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:500}

.booking-panel{padding:26px 34px 28px;border-color:rgba(216,163,60,.55);box-shadow:0 0 36px rgba(216,163,60,.13),var(--shadow),inset 0 0 0 1px rgba(216,163,60,.08)}
.booking-form{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr 1.15fr 1.15fr .8fr auto;gap:18px;align-items:end}
.booking-form label{display:block}
.booking-form span{display:block;margin:0 0 8px;color:#cfc6b7;font-size:14px}
.booking-form select,.booking-form input{
  width:100%;height:48px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(255,255,255,.035);
  color:#f6efe3;
  padding:0 14px;
  outline:none;
  transition:.25s ease;
  color-scheme:dark;
}
.booking-form select:focus,.booking-form input:focus{border-color:rgba(216,163,60,.7);box-shadow:0 0 0 3px rgba(216,163,60,.12)}
.booking-form option{background:#161513;color:#f8f0e3}
.booking-notes{display:flex;justify-content:center;gap:38px;flex-wrap:wrap;margin-top:18px;color:var(--muted);font-size:14px}
.booking-notes span{display:inline-flex;align-items:center;gap:8px}
.booking-notes i{width:12px;height:12px;border:1px solid var(--gold);border-radius:50%;display:inline-block;box-shadow:0 0 12px rgba(216,163,60,.25)}

.prices-panel{padding:34px}
.prices-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}
.price-card{
  display:grid;
  grid-template-columns:42% 1fr;
  min-height:168px;
  overflow:hidden;
  border:1px solid rgba(216,163,60,.18);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  transition:.25s ease;
}
.price-card:hover{transform:translateY(-5px);border-color:rgba(216,163,60,.52)}
.price-card img{height:100%;width:100%;object-fit:cover;filter:saturate(1.08) contrast(1.05)}
.price-card div{padding:18px 16px 16px}
.price-card h3{margin:0 0 8px;color:var(--gold-2);font-family:Georgia,'Times New Roman',serif;font-size:18px;line-height:1.15;font-weight:500}
.price-card p{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.35}
.price-card strong{display:block;color:#f5cc70;font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:500;margin-bottom:7px}
.price-card a{color:var(--gold-2);font-size:13px}
.price-card a::after{content:" →"}

.reviews-panel{padding:36px 54px 44px}
.reviews-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review-card{padding:22px;border-radius:16px;border:1px solid rgba(216,163,60,.18);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.022))}
.review-top{display:flex;gap:14px;align-items:center;margin-bottom:14px}
.avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f3c970,#7b4910);color:#0d0a05;font-weight:800;box-shadow:0 8px 24px rgba(216,163,60,.14)}
.review-card h3{margin:0;color:var(--gold-2);font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:500}
.stars{width:92px;height:16px;background:linear-gradient(90deg,var(--gold-2) 0 100%,transparent 0);clip-path:polygon(5% 0,7% 35%,0 35%,5.5% 55%,3.5% 90%,10% 67%,16.5% 90%,14.5% 55%,20% 35%,13% 35%,15% 0,25% 0,27% 35%,20% 35%,25.5% 55%,23.5% 90%,30% 67%,36.5% 90%,34.5% 55%,40% 35%,33% 35%,35% 0,45% 0,47% 35%,40% 35%,45.5% 55%,43.5% 90%,50% 67%,56.5% 90%,54.5% 55%,60% 35%,53% 35%,55% 0,65% 0,67% 35%,60% 35%,65.5% 55%,63.5% 90%,70% 67%,76.5% 90%,74.5% 55%,80% 35%,73% 35%,75% 0,85% 0,87% 35%,80% 35%,85.5% 55%,83.5% 90%,90% 67%,96.5% 90%,94.5% 55%,100% 35%,93% 35%,95% 0)}
.review-card p{margin:0;color:#ddd4c8;font-size:15px;line-height:1.55}
.slider-dots{display:flex;justify-content:center;gap:12px;margin-top:26px}
.slider-dots span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.25)}
.slider-dots .active{background:var(--gold);box-shadow:0 0 18px rgba(216,163,60,.6)}

.footer{margin-top:26px;border-top:1px solid rgba(216,163,60,.13);background:linear-gradient(180deg,rgba(13,13,12,.92),#070706);padding:42px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.25fr .9fr 1fr .9fr 1.2fr;gap:34px;align-items:start}
.footer-logo .brand-mark{width:62px;height:62px}.footer-logo .brand-name{font-size:25px}
.footer p{color:var(--muted);margin:0 0 10px;font-size:15px}
.footer h3{font-family:Georgia,'Times New Roman',serif;color:#fff4e1;font-size:22px;margin:0 0 14px;font-weight:500}
.footer a:hover{color:var(--gold-2)}
.socials{display:flex;gap:12px;margin-top:18px}
.socials a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04)}
.socials svg{width:20px;height:20px;fill:none;stroke:var(--gold-2);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.socials a:first-child svg{fill:var(--gold-2);stroke:none}
.footer-btn{min-height:40px;padding:0 16px;margin-top:6px}
.map-card svg{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.07);margin-top:34px;padding-top:18px;color:var(--muted-2);font-size:13px}

.toast{
  position:fixed;
  right:22px;bottom:22px;
  max-width:360px;
  padding:16px 18px;
  border-radius:14px;
  background:rgba(13,12,10,.92);
  border:1px solid rgba(216,163,60,.45);
  box-shadow:0 18px 70px rgba(0,0,0,.55),0 0 24px rgba(216,163,60,.15);
  color:#fff2df;
  transform:translateY(24px);
  opacity:0;
  pointer-events:none;
  transition:.28s ease;
  z-index:80;
}
.toast.show{transform:translateY(0);opacity:1}

@media (max-width:1140px){
  :root{--header-h:78px}
  .container{width:min(100% - 34px,var(--container))}
  .header-cta{display:none}
  .nav{gap:22px}
  .brand-mark{width:58px;height:58px}.brand-name{font-size:23px}
  .hero{min-height:650px;background-position:58% top}
  .hero-grid{grid-template-columns:1fr .84fr}
  .services-grid,.prices-grid{grid-template-columns:repeat(2,1fr)}
  .about-panel{grid-template-columns:repeat(2,1fr)}
  .about-intro,.benefit-card{padding:24px}.benefit-card{border-left:0;border-top:1px solid rgba(255,255,255,.08)}
  .booking-form{grid-template-columns:repeat(2,1fr)}
  .booking-form .btn{grid-column:1/-1}
  .footer-grid{grid-template-columns:1fr 1fr 1fr}.map-card{grid-column:1/-1}.map-card svg{max-height:220px}
}

@media (max-width:880px){
  .burger{display:block}
  .nav{
    position:fixed;
    left:16px;right:16px;top:calc(var(--header-h) + 10px);
    margin:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:14px;
    border:1px solid rgba(216,163,60,.22);
    border-radius:18px;
    background:rgba(12,12,10,.96);
    backdrop-filter:blur(24px);
    box-shadow:0 30px 90px rgba(0,0,0,.6);
    transform:translateY(-16px);
    opacity:0;
    pointer-events:none;
    transition:.25s ease;
  }
  .nav.is-open{opacity:1;transform:translateY(0);pointer-events:auto}
  .nav-link{padding:14px 12px;border-radius:10px}.nav-link.active::after,.nav-link:hover::after{display:none}.nav-link:hover{background:rgba(216,163,60,.08)}
  .hero{padding-top:52px;min-height:auto;background-position:70% top}
  .hero::after{display:none}
  .hero-grid{grid-template-columns:1fr;min-height:590px;align-items:start}
  .hero-content{padding-top:10px;width:min(540px,100%)}
  .hero-text{max-width:520px}
  .hero-signature{right:28px;bottom:54px}
  .trust-row{grid-template-columns:1fr;gap:16px;padding-top:6px}
  .trust-item{padding:12px 14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);border-radius:14px}
  .panel-services,.prices-panel,.reviews-panel,.booking-panel{padding:28px 22px}
  .services-grid{gap:14px}
  .reviews-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:620px){
  .container{width:min(100% - 24px,var(--container))}
  .site-header{height:72px}.brand-mark{width:50px;height:50px}.brand-name{font-size:20px}
  .hero{background-position:72% top;padding-top:34px}
  .hero::before{right:-60px}
  h1{font-size:43px;line-height:1.02}
  .eyebrow{font-size:12px;max-width:260px}.hero-text{font-size:16px;max-width:360px}
  .hero-actions{align-items:stretch}.hero-actions .btn{width:100%;max-width:300px}
  .hero-grid{min-height:620px}
  .hero-signature{display:none}
  .services-grid,.prices-grid,.about-panel,.booking-form,.footer-grid{grid-template-columns:1fr}
  .panel-services::after{right:-200px;opacity:.7}
  .service-card{min-height:112px}
  .about-intro,.benefit-card{padding:22px}.benefit-card{border-top:1px solid rgba(255,255,255,.08)}
  .booking-notes{justify-content:flex-start;gap:12px}
  .price-card{grid-template-columns:38% 1fr;min-height:148px}.price-card h3{font-size:16px}.price-card strong{font-size:20px}
  .footer-bottom{flex-direction:column}
  .toast{left:12px;right:12px;bottom:14px;max-width:none}
}

@media (max-width:420px){
  h1{font-size:36px}.section-head h2,.about-intro h2{font-size:28px}
  .hero-grid{min-height:610px}.hero{background-position:74% top}
  .btn{width:100%;padding:0 16px}.hero-actions .btn{max-width:none}
  .price-card{grid-template-columns:1fr}.price-card img{height:160px}.footer-logo .brand-name{font-size:22px}
}


/* === SL Studio update: masters, SEO pages, pro booking, animations === */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .72s ease,transform .72s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}
.btn-small{min-height:42px;padding:0 18px;font-size:14px}.benefit-card>svg{width:40px;height:40px;margin-bottom:12px;fill:none;stroke:var(--gold);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.service-card p{margin:0;color:var(--muted);font-size:13px}.services-grid a.service-card{text-decoration:none}.services-grid a.service-card:hover h3{color:var(--gold-2)}
.masters-section{padding:42px 0 18px}.masters-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.master-card{display:grid;grid-template-columns:86px 1fr;gap:20px;padding:26px;border:1px solid rgba(216,163,60,.20);border-radius:22px;background:linear-gradient(180deg,rgba(28,27,24,.82),rgba(15,15,14,.72));box-shadow:var(--shadow);position:relative;overflow:hidden}.master-card::before{content:"";position:absolute;inset:-60px -80px auto auto;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(216,163,60,.14),transparent 68%);pointer-events:none}.master-avatar{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#f7cf73,#a86d14 65%,#382005);color:#0b0906;font-family:Georgia,'Times New Roman',serif;font-size:28px;font-weight:800;box-shadow:0 18px 44px rgba(216,163,60,.18)}.master-info{position:relative;z-index:1}.master-role{display:block;margin-bottom:7px;color:var(--gold-2);font-size:13px;text-transform:uppercase;letter-spacing:.06em}.master-card h3{font-family:Georgia,'Times New Roman',serif;font-size:25px;line-height:1.1;margin:0 0 10px;color:#fff7ea}.master-card p{color:var(--muted);font-size:15px;margin:0 0 14px}.master-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.master-tags span,.service-chip{display:inline-flex;align-items:center;border:1px solid rgba(216,163,60,.24);background:rgba(216,163,60,.07);color:#f2dec0;border-radius:999px;padding:7px 10px;font-size:12px;line-height:1}.master-actions{display:flex;flex-wrap:wrap;gap:10px}.booking-form-pro{grid-template-columns:1fr 1fr 1fr 1fr .85fr .7fr auto}.booking-form input::placeholder{color:#877f72}.booking-master-hint{margin:18px auto 0;padding:12px 14px;border:1px solid rgba(216,163,60,.20);background:rgba(216,163,60,.06);border-radius:12px;color:#d9cebd;text-align:center;max-width:760px}.booking-master-hint a{color:var(--gold-2);text-decoration:underline;text-underline-offset:3px}.booking-notes a{color:var(--gold-2)}
.price-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:8px}.price-list-card{position:relative;border:1px solid rgba(216,163,60,.18);border-radius:16px;background:linear-gradient(180deg,rgba(216,163,60,.06),rgba(255,255,255,.025));padding:22px;overflow:hidden}.price-list-card::after{content:"";position:absolute;right:-60px;bottom:-60px;width:150px;height:150px;border-radius:50%;border:1px solid rgba(216,163,60,.20)}.price-list-card h3{font-family:Georgia,'Times New Roman',serif;color:var(--gold-2);font-size:22px;margin:0 0 10px}.price-list-card p{color:var(--muted);margin:0 0 14px}.price-list-card a,.article-card span{color:var(--gold-2)}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.article-card{min-height:210px;border:1px solid rgba(216,163,60,.18);border-radius:20px;padding:23px;background:linear-gradient(180deg,rgba(32,30,26,.82),rgba(14,14,13,.78));box-shadow:var(--shadow);transition:.25s ease}.article-card:hover{transform:translateY(-6px);border-color:rgba(216,163,60,.48)}.article-card h3{font-family:Georgia,'Times New Roman',serif;font-size:22px;line-height:1.14;margin:12px 0;color:#fff5e5}.article-card p{color:var(--muted);margin:0}.footer .socials svg{width:20px;height:20px}.footer .socials a:first-child svg{fill:var(--gold-2);stroke:none}.footer .socials a:nth-child(2) svg{fill:none;stroke:var(--gold-2)}
.page-hero{position:relative;padding:72px 0 42px;background-image:linear-gradient(90deg,rgba(7,7,6,.97),rgba(7,7,6,.8),rgba(7,7,6,.58)),image-set(url('../assets/img/hero-bg.webp') type('image/webp'),url('../assets/img/hero-bg.jpg') type('image/jpeg'));background-size:cover;background-position:center top;border-bottom:1px solid rgba(216,163,60,.13)}.page-hero .container{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.breadcrumbs{color:var(--muted);font-size:14px;margin:0 0 18px}.breadcrumbs a{color:var(--gold-2)}.page-hero h1{font-size:clamp(40px,5.4vw,68px)}.page-hero p{color:#e5dace;font-size:18px;max-width:680px}.profile-card{border:1px solid rgba(216,163,60,.26);border-radius:24px;background:rgba(16,16,14,.78);padding:28px;box-shadow:var(--shadow)}.profile-card .master-avatar{margin-bottom:18px}.profile-card h2{font-family:Georgia,'Times New Roman',serif;margin:0 0 12px;color:#fff4e2;font-size:30px}.profile-list{display:grid;gap:12px;margin:18px 0 22px}.profile-list span{display:flex;gap:10px;color:var(--muted)}.profile-list span::before{content:"";width:9px;height:9px;margin-top:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px rgba(216,163,60,.5)}.content-section{padding:42px 0}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.content-panel{padding:34px}.content-panel h2,.content-panel h3{font-family:Georgia,'Times New Roman',serif;color:#fff4e2}.content-panel h2{font-size:34px}.content-panel h3{font-size:26px;margin-top:26px}.content-panel p,.content-panel li{color:var(--muted);font-size:17px}.content-panel ul{padding-left:20px}.sidebar-card{padding:24px;position:sticky;top:105px}.sidebar-card h3{font-family:Georgia,'Times New Roman',serif;color:var(--gold-2);font-size:24px}.seo-links{display:grid;gap:10px}.seo-links a{padding:12px;border-radius:12px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);color:#e9dfcf}.seo-links a:hover{border-color:rgba(216,163,60,.5);color:var(--gold-2)}.article-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.article-meta span{border:1px solid rgba(216,163,60,.22);border-radius:999px;padding:7px 11px;color:#f0d9ae;background:rgba(216,163,60,.06);font-size:13px}
@media (max-width:1140px){.booking-form-pro{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:repeat(2,1fr)}.price-list-grid{grid-template-columns:1fr}.masters-grid{grid-template-columns:1fr}.page-hero .container,.content-grid{grid-template-columns:1fr}.sidebar-card{position:static}}
@media (max-width:620px){.master-card{grid-template-columns:1fr}.master-avatar{width:68px;height:68px}.article-grid{grid-template-columns:1fr}.booking-master-hint{text-align:left}.page-hero{padding:46px 0 32px}.content-panel{padding:24px}.content-panel p,.content-panel li{font-size:16px}}

/* === User correction: removed online-booking blocks and extra about benefits === */
.about-panel-clean{grid-template-columns:1fr;padding:34px}
.about-panel-clean .about-intro{padding:0;max-width:780px}
.about-panel-clean .about-intro p{font-size:15px;line-height:1.65}
@media (max-width:620px){.about-panel-clean{padding:24px}.about-panel-clean .about-intro{max-width:none}}
