*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --bg:#F7F5F0;
  --soft:#EFEBE3;
  --sand:#B6945E;
  --sand-d:#9A7A4A;
  --sand-l:rgba(182,148,94,.12);
  --ink:#1C1C1C;
  --mid:#3D3D3D;
  --muted:#6E6E6E;
  --line:rgba(28,28,28,.1);
  --r:16px;
  --rs:12px;
  --sh:0 20px 50px rgba(28,28,28,.07);
  --sh-hover:0 24px 60px rgba(28,28,28,.1);
  --f:'Manrope',system-ui,-apple-system,sans-serif;
  --serif:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --w:1120px;
  --hh:70px;
  --bar:#3A342F;
}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
::selection{background:rgba(182,148,94,.22);color:var(--ink)}
body{font-family:var(--f);background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.no-scroll{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}

.container{width:100%;max-width:var(--w);margin:0 auto;padding:0 20px}
.narrow{max-width:720px}
.center{text-align:center}

h1,h2,h3{font-family:var(--serif);font-weight:600;line-height:1.15;letter-spacing:-.01em}
h1{font-size:clamp(2.1rem,5.5vw,3.5rem);margin-bottom:1rem;font-weight:600}
h2{font-size:clamp(1.6rem,4vw,2.6rem);margin-bottom:.8rem;font-weight:600}
h2 em{font-style:italic;color:var(--sand)}
h3{font-size:1.05rem;font-family:var(--f);font-weight:700;letter-spacing:-.02em}

.eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sand);margin-bottom:.6rem}
.eyebrow.center{text-align:center}
.section{padding:64px 0}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--f);font-weight:600;font-size:.94rem;
  padding:14px 28px;background:var(--bar);color:#fff;
  border:none;border-radius:100px;cursor:pointer;
  transition:background .3s ease,transform .3s ease,box-shadow .3s ease;
  white-space:nowrap;min-height:48px;position:relative;overflow:hidden;
}
.btn:hover{background:#2A2521;transform:translateY(-2px);box-shadow:0 12px 30px rgba(58,52,47,.25)}
.btn--lg{padding:16px 34px;font-size:1rem;min-height:54px}
.btn--sm{padding:10px 20px;font-size:.84rem;min-height:40px}
.btn--block{width:100%}
.btn--sand{background:var(--sand);color:#fff}
.btn--sand:hover{background:var(--sand-d);transform:translateY(-2px);box-shadow:0 12px 32px rgba(182,148,94,.35)}
.btn--sand:active{transform:translateY(0)}
.btn--sand::before{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.28) 50%,transparent 65%);
  transform:translateX(-130%);
  transition:transform .65s ease;
}
.btn--sand:hover::before{transform:translateX(130%)}

.link{font-size:.92rem;font-weight:600;color:var(--mid);transition:color .25s}
.link:hover{color:var(--sand)}

/* Header */
.header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  height:var(--hh);display:flex;align-items:center;
  background:rgba(248,246,241,.88);
  border-bottom:1px solid rgba(104,82,55,.08);
  box-shadow:0 8px 28px rgba(42,32,22,.035);
  backdrop-filter:blur(18px) saturate(125%);
  -webkit-backdrop-filter:blur(18px) saturate(125%);
  transition:background .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.header::after{
  content:'';position:absolute;left:0;right:0;bottom:-1px;height:1px;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(182,148,94,.28) 18%,rgba(182,148,94,.12) 50%,rgba(182,148,94,.28) 82%,transparent);
  opacity:.45;
}
.header.scrolled{
  background:rgba(248,246,241,.97);
  border-bottom-color:rgba(104,82,55,.11);
  box-shadow:0 10px 34px rgba(42,32,22,.07);
}
.header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;gap:22px}
.logo{font-family:var(--serif);font-weight:600;color:var(--ink)}
.logo--course{display:inline-flex;align-items:center;gap:11px;min-width:0;flex:1 1 auto;max-width:calc(100% - 52px)}
.logo__mark{
  position:relative;width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;
  border-radius:12px;border:1px solid rgba(182,148,94,.22);
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(239,232,219,.72));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 7px 18px rgba(88,64,40,.08);
  overflow:hidden;isolation:isolate;
  animation:brandMarkIn .8s cubic-bezier(.22,1,.36,1) .06s both;opacity:1;transform:none;
}
.logo__mark::before{
  content:'';position:absolute;inset:-55%;z-index:-1;
  background:conic-gradient(from 180deg,transparent 0 36%,rgba(231,194,121,.24) 43%,transparent 51% 100%);
  animation:brandGlow 7s linear 1.2s infinite;
}
.logo__mark svg{width:31px;height:31px;overflow:visible}
.logo__glyph path{stroke-dasharray:none;stroke-dashoffset:0}
.logo__glyph-highlight{opacity:.92}
.logo__copy{display:flex;flex-direction:column;min-width:0;overflow:visible}
.logo__title{font-family:var(--serif);font-size:1.17rem;font-weight:700;line-height:.98;letter-spacing:-.025em;white-space:nowrap}
.logo__author{font-family:var(--f);font-size:.49rem;font-weight:700;line-height:1.2;letter-spacing:.15em;text-transform:uppercase;color:#7D756C;margin-top:5px;white-space:nowrap}
.nav{display:none;align-items:center;gap:24px;margin-left:auto}
.nav a{font-size:.82rem;font-weight:600;color:#57514B;transition:color .25s ease;position:relative;letter-spacing:.005em}
.nav a:hover{color:var(--ink)}
.nav a::after{content:'';position:absolute;left:50%;right:50%;bottom:-7px;height:1px;background:var(--sand);transition:left .28s ease,right .28s ease}
.nav a:hover::after{left:0;right:0}
.header .btn--sm{
  display:none;min-height:38px;padding:9px 18px;font-size:.78rem;font-weight:700;
  background:linear-gradient(135deg,#C5A064,#AB824E);
  box-shadow:0 9px 20px rgba(154,122,74,.18),inset 0 1px 0 rgba(255,255,255,.24);
}
.burger{
  display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;
  width:40px;height:40px;border-radius:12px;border:1px solid rgba(104,82,55,.11);
  background:rgba(255,255,255,.48);cursor:pointer;padding:0;flex:0 0 40px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)
}
.burger span{display:block;width:18px;height:1.5px;background:var(--ink);transition:.3s;border-radius:1px}
.burger.active span:nth-child(1){transform:rotate(45deg) translate(4.5px,4.5px)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:rotate(-45deg) translate(4.5px,-4.5px)}
.mobile-menu{
  display:flex;position:fixed;inset:var(--hh) 0 0 0;background:rgba(247,245,240,.985);
  z-index:90;flex-direction:column;align-items:center;justify-content:center;gap:28px;
  opacity:0;pointer-events:none;transition:opacity .35s ease;backdrop-filter:blur(18px)
}
.mobile-menu.open{opacity:1;pointer-events:auto}
.mobile-menu a{font-size:1.12rem;font-weight:600}
.header-spacer{height:var(--hh)}
@keyframes brandMarkIn{from{opacity:0;transform:translateY(-5px) scale(.92)}to{opacity:1;transform:none}}
@keyframes brandGlow{to{transform:rotate(360deg)}}

/* ===== REVEAL ANIMATIONS ===== */
.reveal,.reveal-photo{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);
}
.reveal-photo{transform:translateY(36px) scale(.98)}
.reveal.is-visible,.reveal-photo.is-visible{
  opacity:1;
  transform:none;
}

/* ===== HERO ===== */
.hero{
  padding:48px 0 64px;
  position:relative;overflow:hidden;
  background:linear-gradient(165deg,#F9F7F2 0%,#F7F5F0 40%,#F0EBE3 100%);
}
.hero::before{
  content:'';
  position:absolute;inset:0;
  background:url(bg-lines.jpg?v=80) right center / cover no-repeat;
  opacity:.15;
  pointer-events:none;
  mix-blend-mode:multiply;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 20%,rgba(0,0,0,.35) 42%,#000 68%);
  mask-image:linear-gradient(90deg,transparent 0%,transparent 20%,rgba(0,0,0,.35) 42%,#000 68%);
}
.hero::after{
  content:'';position:absolute;right:-100px;top:-80px;
  width:480px;height:480px;
  background:radial-gradient(circle,rgba(182,148,94,.1),transparent 65%);
  pointer-events:none;
  animation:floatOrb 16s ease-in-out infinite;
}
@keyframes floatOrb{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(-25px,18px) scale(1.05)}
}

.hero__grid{display:flex;flex-direction:column;gap:32px;position:relative;z-index:1}
.hero__text h1{max-width:620px}
.hero__lead{font-size:1.05rem;color:var(--muted);margin-bottom:1.4rem;max-width:480px;line-height:1.55}

.hero__facts{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;
  margin:0 0 24px;max-width:460px;
}
.fact{
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(182,148,94,.2);
  border-radius:18px;
  padding:18px 12px 16px;
  text-align:center;
  box-shadow:0 6px 24px rgba(58,52,47,.05), inset 0 1px 0 rgba(255,255,255,.9);
  transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s,border-color .35s,background .35s;
  position:relative;overflow:hidden;
}
.fact::before{
  content:'';position:absolute;top:0;left:15%;right:15%;height:1px;
  background:linear-gradient(90deg,transparent,rgba(182,148,94,.45),transparent);
}
.fact::after{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 50% 0%,rgba(182,148,94,.07),transparent 60%);
  pointer-events:none;opacity:0;transition:opacity .4s;
}
.fact:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 40px rgba(58,52,47,.1),0 0 0 1px rgba(182,148,94,.18);
  border-color:rgba(182,148,94,.35);
}
.fact:hover::after{opacity:1}
.fact__icon{
  width:42px;height:42px;margin:0 auto 10px;border-radius:50%;
  background:linear-gradient(145deg,rgba(182,148,94,.16),rgba(182,148,94,.05));
  border:1px solid rgba(182,148,94,.25);color:var(--sand);
  display:flex;align-items:center;justify-content:center;
  transition:transform .4s cubic-bezier(.22,1,.36,1),background .35s,box-shadow .35s;
  position:relative;z-index:1;
}
.fact:hover .fact__icon{
  transform:scale(1.1) translateY(-2px);
  background:linear-gradient(145deg,rgba(182,148,94,.26),rgba(182,148,94,.1));
  box-shadow:0 6px 16px rgba(182,148,94,.22);
}
.fact__icon svg{width:20px;height:20px}
.fact strong{display:block;font-family:var(--serif);font-size:1.55rem;font-weight:600;line-height:1;color:var(--ink);letter-spacing:-.02em;position:relative;z-index:1}
.fact span{display:block;margin-top:5px;font-size:.66rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600;position:relative;z-index:1}

.hero__cta{display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.hero__cta .btn{width:100%}

.hero__visual{order:2}
.hero__image-wrap{position:relative;max-width:380px;margin:0 auto}
.hero__image-wrap img{
  width:100%;border-radius:22px;object-fit:cover;object-position:center 12%;
  aspect-ratio:3/4;
  box-shadow:0 32px 90px rgba(58,52,47,.18), 0 8px 24px rgba(58,52,47,.08);
  transition:transform .6s cubic-bezier(.22,1,.36,1);
  filter:contrast(1.06) saturate(1.1);
}
.hero__image-wrap:hover img{transform:scale(1.015)}

/* ===== PROBLEM ===== */
.problem{
  background:var(--bg);
  position:relative;
  overflow:hidden;
}
.problem::before{
  content:'';
  position:absolute;left:-10%;top:0;bottom:0;width:50%;
  background:url(bg-texture.jpg?v=80) left center / cover no-repeat;
  opacity:.12;
  pointer-events:none;
  transform:scaleX(-1);
}
.problem h2{margin-bottom:2.2rem;position:relative;z-index:1}
.problem .cards{position:relative;z-index:1}

.cards{
  display:grid;grid-template-columns:1fr;gap:12px;
}
.card{
  background:rgba(255,255,255,.85);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(182,148,94,.12);
  border-radius:18px;
  padding:24px 22px;
  box-shadow:0 4px 20px rgba(58,52,47,.04);
  transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s,border-color .35s;
}
.card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 40px rgba(58,52,47,.08);
  border-color:rgba(182,148,94,.28);
}
.card__icon{
  width:46px;height:46px;border-radius:14px;
  background:linear-gradient(145deg,rgba(182,148,94,.14),rgba(182,148,94,.05));
  border:1px solid rgba(182,148,94,.18);
  color:var(--sand);
  display:flex;align-items:center;justify-content:center;margin-bottom:14px;
  transition:transform .35s,background .35s;
}
.card:hover .card__icon{
  transform:scale(1.06);
  background:linear-gradient(145deg,rgba(182,148,94,.22),rgba(182,148,94,.08));
}
.card__icon svg{width:22px;height:22px}
.card h3{margin-bottom:8px;font-size:1rem;line-height:1.3}
.card p{font-size:.9rem;color:var(--muted);line-height:1.5}

/* ===== ABOUT ===== */
.about{
  background:var(--soft);
  position:relative;
  overflow:hidden;
}
.about::after{
  content:'';
  position:absolute;right:0;top:0;bottom:0;width:45%;
  background:url(bg-lines.jpg?v=80) right center / cover no-repeat;
  opacity:.11;pointer-events:none;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 45%);
  mask-image:linear-gradient(90deg,transparent,#000 45%);
}
.about__grid{display:flex;flex-direction:column;gap:32px;position:relative;z-index:1}
.about__photo img{
  width:100%;max-width:360px;margin:0 auto;border-radius:20px;
  object-fit:cover;aspect-ratio:3/4;object-position:center top;
  box-shadow:0 28px 70px rgba(58,52,47,.12);
  filter:contrast(1.04) saturate(1.05);
}
.about__text p{color:var(--muted);margin-bottom:1rem;font-size:.98rem;line-height:1.55}

.about__points{display:flex;flex-direction:column;gap:16px;margin-top:20px}
.point{
  display:flex;gap:14px;align-items:flex-start;
  padding:14px 16px;background:rgba(247,245,240,.7);
  border:1px solid rgba(28,28,28,.06);border-radius:12px;
  transition:transform .3s ease,box-shadow .3s;
}
.point:hover{transform:translateX(4px);box-shadow:0 8px 24px rgba(28,28,28,.05)}
.point__icon{
  width:36px;height:36px;min-width:36px;border-radius:10px;
  background:var(--sand-l);color:var(--sand);
  display:flex;align-items:center;justify-content:center;
}
.point__icon svg{width:18px;height:18px}
.point strong{display:block;font-size:.95rem;color:var(--ink);margin-bottom:2px}
.point span{display:block;font-size:.84rem;color:var(--muted);line-height:1.45}

/* ===== SALON PROOF ===== */
.salon-proof{padding-top:34px}
.salon-proof__head{display:none}
.salon-proof-card{position:relative;display:grid;gap:22px;padding:28px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(246,242,236,.92));border:1px solid rgba(111,88,58,.08);box-shadow:0 22px 60px rgba(39,30,21,.07),inset 0 1px 0 rgba(255,255,255,.7)}
.salon-proof-card::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at top right,rgba(201,173,124,.12),transparent 34%)}
.salon-proof__content{position:relative;z-index:1;max-width:520px}
.salon-proof__content h2{margin-bottom:12px;max-width:540px}
.salon-proof__text{font-size:.95rem;line-height:1.6;color:var(--muted);margin:0}
.salon-proof__facts{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:16px}
.salon-proof__facts span{display:inline-flex;align-items:center;gap:5px;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(92,70,45,.09);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#71665A;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.salon-proof__facts strong{font-family:var(--serif);font-size:1.04rem;line-height:1;color:var(--sand-d)}
.salon-proof__hint{margin:13px 0 0;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:#968B7E}
.salon-thumbs{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.salon-thumb{appearance:none;-webkit-appearance:none;border:0;padding:0;margin:0;position:relative;display:block;overflow:hidden;border-radius:18px;background:#E9E2D7;box-shadow:0 16px 34px rgba(45,34,24,.08);cursor:pointer;text-align:left;aspect-ratio:1/1}
.salon-thumb img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .35s ease;filter:saturate(.96) contrast(1.01)}
.salon-thumb::after{content:'+';position:absolute;right:10px;bottom:10px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.85);color:#5E4B37;font-size:1.2rem;box-shadow:0 8px 18px rgba(31,24,17,.12);opacity:.94}
.salon-thumb:hover img{transform:scale(1.05);filter:saturate(1.03)}
.salon-lightbox{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:22px}
.salon-lightbox[hidden]{display:none}
.salon-lightbox__backdrop{position:absolute;inset:0;background:rgba(16,12,9,.68);backdrop-filter:blur(7px)}
.salon-lightbox__dialog{position:relative;z-index:1;max-width:min(94vw,980px);max-height:90vh;display:grid;gap:14px;padding:16px;border-radius:24px;background:rgba(249,247,243,.96);box-shadow:0 28px 90px rgba(0,0,0,.28)}
.salon-lightbox__image{display:block;max-width:100%;max-height:74vh;width:auto;height:auto;border-radius:16px;object-fit:contain;background:#eee9df}
.salon-lightbox__caption{margin:0;font-size:.9rem;color:#5F554B}
.salon-lightbox__close{position:absolute;top:12px;right:12px;width:38px;height:38px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:#41362D;font-size:1.6rem;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.12)}

/* ===== SYSTEM PATH ===== */
.system{
  background:var(--bg);
  position:relative;
  overflow:hidden;
}
.system::before{
  content:'';
  position:absolute;inset:0;
  background:url(bg-texture.jpg?v=80) center/cover no-repeat;
  opacity:.1;
  pointer-events:none;
}
.path{
  display:grid;grid-template-columns:1fr;gap:14px;
  margin-top:2.4rem;position:relative;z-index:1;
}
.system .eyebrow,.system h2{position:relative;z-index:1}
.path__connector{display:none}
.path__item{
  background:rgba(255,255,255,.9);
  border:1px solid rgba(182,148,94,.12);
  border-radius:18px;
  padding:24px 20px;text-align:center;position:relative;
  box-shadow:0 4px 18px rgba(58,52,47,.04);
  transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s,border-color .35s;
}
.path__item:hover{
  transform:translateY(-7px);
  box-shadow:0 18px 42px rgba(58,52,47,.09);
  border-color:rgba(182,148,94,.28);
}
.path__n{
  position:absolute;top:14px;left:16px;
  font-size:.72rem;font-weight:800;color:var(--sand);letter-spacing:.04em;
}
.path__icon{
  width:48px;height:48px;margin:8px auto 14px;
  border-radius:14px;background:var(--sand-l);color:var(--sand);
  display:flex;align-items:center;justify-content:center;
  transition:transform .35s ease,background .35s;
}
.path__item:hover .path__icon{transform:scale(1.08);background:rgba(182,148,94,.22)}
.path__icon svg{width:24px;height:24px}
.path__item h3{margin-bottom:8px;font-size:1.02rem}
.path__item p{font-size:.86rem;color:var(--muted);line-height:1.45}

/* ===== PROGRAM ===== */
.program{background:var(--soft)}
.mods{display:flex;flex-direction:column;gap:10px;margin-top:1.8rem}

.mod{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(182,148,94,.1);
  border-radius:16px;
  overflow:hidden;
  transition:box-shadow .35s ease,border-color .3s,transform .3s;
}
.mod[open]{box-shadow:0 12px 36px rgba(58,52,47,.07);border-color:rgba(182,148,94,.25)}
.mod:hover{border-color:rgba(182,148,94,.2)}
.mod summary{
  display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;
  gap:2px 12px;padding:18px 48px 18px 20px;cursor:pointer;list-style:none;
  align-items:baseline;position:relative;transition:background .25s;
}
.mod summary::-webkit-details-marker{display:none}
.mod summary:hover{background:rgba(182,148,94,.03)}
.mod summary::after{
  content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);
  font-size:1.3rem;color:var(--sand);font-weight:400;transition:transform .3s;
}
.mod[open] summary::after{content:'−'}
.mod__n{font-size:.82rem;font-weight:700;color:var(--sand);grid-row:1}
.mod__title{font-size:1.02rem;font-weight:700;grid-column:2;grid-row:1}
.mod__res{font-size:.86rem;color:var(--muted);grid-column:2;grid-row:2;line-height:1.4}
.mod__body{padding:0 20px 18px;border-top:1px solid var(--line)}
.mod[open] .mod__body{padding-top:14px}
.mod__body p{font-size:.92rem;color:var(--muted);margin-bottom:10px;line-height:1.5}
.mod__outcome{font-size:.9rem!important;color:var(--mid)!important}
.mod__outcome b{color:var(--ink)}

/* ===== PRICE ===== */
.price{
  background:var(--bg);
  padding-bottom:72px;
  position:relative;
  overflow:hidden;
}
.price::before{
  content:'';
  position:absolute;inset:0;
  background:url(bg-texture.jpg?v=80) center/cover no-repeat;
  opacity:.18;
  pointer-events:none;
}
.price-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;
  box-shadow:var(--sh);display:flex;flex-direction:column;overflow:hidden;
  position:relative;z-index:1;
}

.price-buy{
  padding:36px 28px;text-align:center;
  background:linear-gradient(160deg,#3A342F 0%,#2A2521 100%);
  color:#fff;
}
.price-label{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:10px}
.price-val{
  font-family:var(--serif);font-size:3rem;font-weight:600;
  letter-spacing:-.02em;margin-bottom:22px;line-height:1;
}
.price-buy .btn{margin-bottom:16px}
.price-guarantee{
  display:flex;align-items:flex-start;gap:12px;
  margin-top:8px;
  padding:14px 16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  text-align:left;
}
.price-guarantee__icon{
  width:36px;height:36px;min-width:36px;
  border-radius:10px;
  background:rgba(182,148,94,.25);
  color:var(--sand);
  display:flex;align-items:center;justify-content:center;
}
.price-guarantee strong{
  display:block;
  font-size:.88rem;
  color:#fff;
  margin-bottom:2px;
}
.price-guarantee span{
  display:block;
  font-size:.78rem;
  color:rgba(255,255,255,.55);
  line-height:1.35;
}

.price-content{padding:28px 24px}
.price-list{display:flex;flex-direction:column;gap:16px}
.price-list li{
  display:flex;gap:12px;align-items:flex-start;
}
.price-list li svg{
  width:20px;height:20px;min-width:20px;margin-top:2px;
  color:var(--sand);stroke-width:2.5;
}
.price-list strong{display:block;font-size:.95rem;color:var(--ink);margin-bottom:1px}
.price-list span{display:block;font-size:.84rem;color:var(--muted);line-height:1.4}




/* Price still-life */
.price-visual{
  display:block;
  margin-top:20px;
  border-radius:14px;
  overflow:hidden;
  background:#F3EDE4;
}
.price-visual img{
  width:100%;
  height:auto;
  display:block;
  vertical-align:middle;
}

@media(min-width:900px){
  .price-visual{
    margin:0;
    border-radius:0;
    height:100%;
    min-height:420px;
    background:#F3EDE4;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .price-visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 42%;
  }
}

/* ===== FAQ ===== */
.faq{
  background:var(--soft);
  position:relative;
  overflow:hidden;
}
.faq::before{
  content:'';
  position:absolute;right:-5%;bottom:-10%;width:45%;height:60%;
  background:url(bg-lines.jpg?v=80) center/cover no-repeat;
  opacity:.12;
  pointer-events:none;
}
.faq-grid{
  display:grid;grid-template-columns:1fr;gap:12px;margin-top:2rem;
  position:relative;z-index:1;
}
.faq .eyebrow,.faq h2{position:relative;z-index:1}
.faq-item{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(182,148,94,.1);
  border-radius:16px;
  padding:22px 20px;
  box-shadow:0 3px 14px rgba(58,52,47,.03);
  transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .3s;
}
.faq-item:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 32px rgba(58,52,47,.07);
  border-color:rgba(182,148,94,.22);
}
.faq-q{display:flex;gap:12px;align-items:flex-start;margin-bottom:10px}
.faq-icon{
  width:28px;height:28px;min-width:28px;border-radius:50%;
  background:var(--sand-l);color:var(--sand);
  display:flex;align-items:center;justify-content:center;
  font-size:.85rem;font-weight:700;
}
.faq-item h3{font-size:.98rem;font-family:var(--f);font-weight:700;line-height:1.3;margin-top:3px}
.faq-item p{font-size:.9rem;color:var(--muted);line-height:1.5;padding-left:40px}

/* ===== FINAL ===== */
.final{
  background:var(--bar)!important;color:#fff;text-align:center;
  padding:72px 0;
}
.final h2{color:#fff;margin-bottom:14px}
.final p{color:rgba(255,255,255,.65);font-size:1rem;max-width:480px;margin:0 auto 28px;line-height:1.55}

/* ===== FOOTER ===== */
.footer{padding:28px 0 100px;border-top:1px solid var(--line);background:var(--bg)}
.footer__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}
.copy{font-size:.74rem;color:var(--muted);margin-top:4px;line-height:1.5}
.copy a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}
.footer__links{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:center}
.footer__links a{font-size:.76rem;color:var(--muted);transition:color .25s}
.footer__links a:hover{color:var(--ink)}

/* ===== MOBILE CTA ===== */
.mobile-cta{
  position:fixed;left:12px;right:12px;bottom:12px;z-index:80;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:12px 12px 12px 16px;
  background:rgba(58,52,47,.96);color:#fff;
  border:1px solid rgba(255,255,255,.1);border-radius:16px;
  box-shadow:0 16px 48px rgba(0,0,0,.28);backdrop-filter:blur(14px);
  transition:opacity .3s ease,transform .3s ease;
}
.mobile-cta.is-hidden{opacity:0;transform:translateY(20px);pointer-events:none}
.mobile-cta strong{display:block;font-size:.8rem}
.mobile-cta span{display:block;font-size:.68rem;color:rgba(255,255,255,.55);margin-top:2px}
.mobile-cta .btn{min-height:40px;padding:8px 16px;font-size:.8rem}

/* ===== 600+ ===== */
@media(min-width:600px){
  .container{padding:0 28px}
  .section{padding:80px 0}
  .hero{padding-top:56px;padding-bottom:72px}
  .hero__cta{flex-direction:row;align-items:center}
  .hero__cta .btn{width:auto}
  .cards{grid-template-columns:1fr 1fr;gap:14px}
  .path{grid-template-columns:1fr 1fr;gap:16px}
  .faq-grid{grid-template-columns:1fr 1fr;gap:14px}
  .about__photo img{max-width:400px}
  .price-val{font-size:3.4rem}
}

/* ===== 900+ DESKTOP ===== */
@media(min-width:900px){
  :root{--hh:78px}
  .salon-proof{padding-top:46px;padding-bottom:72px}
  .salon-proof-card{display:block;padding:34px 36px 36px;border-radius:30px}
  .salon-proof__content{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);column-gap:54px;align-items:end;max-width:none;margin-bottom:24px}
  .salon-proof__content .eyebrow{grid-column:1/2;margin-bottom:10px}
  .salon-proof__content h2{grid-column:1/2;margin-bottom:0;max-width:620px}
  .salon-proof__text{grid-column:2/3;grid-row:1/3;align-self:center;max-width:520px}
  .salon-proof__facts{grid-column:1/3;margin-top:18px}
  .salon-proof__hint{grid-column:1/3;margin-top:10px}
  .salon-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
  .salon-thumb{border-radius:20px;aspect-ratio:4/3}
  .salon-thumb img{object-position:center}
  .salon-thumb:nth-child(1) img{object-position:center 37%}
  .salon-thumb:nth-child(2) img{object-position:center 45%}
  .salon-thumb:nth-child(3) img{object-position:center 42%}
  .salon-thumb:nth-child(4) img{object-position:center 35%}

  .logo--course{gap:13px;min-width:238px}
  .logo__mark{width:44px;height:44px;flex-basis:44px;border-radius:13px}
  .logo__mark svg{width:34px;height:34px}
  .logo__title{font-size:1.28rem}
  .logo__author{font-size:.5rem;letter-spacing:.16em;margin-top:5px}
  .container{padding:0 32px}
  .section{padding:100px 0}

  .nav{display:flex}
  .header .btn--sm{display:inline-flex}
  .burger{display:none}
  .mobile-menu{display:none!important}

  .hero{padding-top:72px;padding-bottom:96px}
  .hero__grid{
    display:grid;grid-template-columns:1.15fr .85fr;
    gap:56px;align-items:center;
  }
  .hero__text{order:0}
  .hero__visual{order:0;display:block}
  .hero__image-wrap{max-width:none;margin:0}
  .hero__image-wrap img{border-radius:24px;box-shadow:0 36px 90px rgba(58,52,47,.16), 0 10px 28px rgba(58,52,47,.08)}
  .hero__lead{font-size:1.1rem;max-width:460px}
  .hero__facts{max-width:460px;gap:12px}
  .fact{padding:20px 14px 18px}
  .fact strong{font-size:1.75rem}
  .fact__icon{width:44px;height:44px}
  .fact__icon svg{width:22px;height:22px}
  .hero__cta .btn{width:auto}

  .cards{grid-template-columns:repeat(4,1fr);gap:16px}
  .card{padding:24px 20px}

  .about__grid{
    display:grid;grid-template-columns:.9fr 1.1fr;
    gap:64px;align-items:center;
  }
  .about__photo img{max-width:none;border-radius:24px}

  .path{
    grid-template-columns:repeat(5,1fr);
    gap:0 16px;
    position:relative;
  }
  .path::before{
    content:'';
    position:absolute;
    top:52px;
    left:10%;
    right:10%;
    height:2px;
    background:linear-gradient(90deg,transparent,rgba(182,148,94,.35) 10%,rgba(182,148,94,.35) 90%,transparent);
    z-index:0;
  }
  .path__connector{display:none}
  .path__item{
    padding:28px 16px;
    z-index:1;
  }
  .path__item p{font-size:.82rem}

  .mod summary{padding:20px 56px 20px 24px}
  .mod summary::after{right:24px}
  .mod__body{padding:0 24px 20px 24px}
  .mod[open] .mod__body{padding-top:16px}

  .price-card{
    display:grid;grid-template-columns:.9fr 1.1fr;
    align-items:stretch;
  }
  .price-buy{
    padding:48px 40px;display:flex;flex-direction:column;
    justify-content:center;text-align:left;align-items:flex-start;
  }
  .price-val{font-size:3.6rem;margin-bottom:28px}
  .price-buy .btn{width:auto;min-width:240px}
  .price-content{
    padding:0;
    display:grid;
    grid-template-columns:1fr 1.05fr;
    align-items:stretch;
  }
  .price-list{
    gap:20px;
    padding:40px 28px 40px 36px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .price-list strong{font-size:1rem}
  .price-list span{font-size:.88rem}

  .faq-grid{gap:16px}
  .faq-item{padding:26px 24px}

  .final{padding:96px 0}
  .mobile-cta{display:none}
  .footer{padding-bottom:32px}
}

@media(max-width:599px){
  .header__inner{gap:10px}
  .salon-proof{padding-top:18px}
  .salon-proof-card{padding:22px;border-radius:24px;gap:18px}
  .salon-proof__text{font-size:.91rem}
  .salon-proof__hint{font-size:.68rem;margin-top:12px}
  .salon-thumbs{gap:10px}
  .salon-thumb{border-radius:16px}
  .salon-thumb::after{right:8px;bottom:8px;width:28px;height:28px;font-size:1.05rem}
  .salon-lightbox{padding:16px}
  .salon-lightbox__dialog{padding:12px;border-radius:20px}
  .salon-lightbox__caption{font-size:.82rem}

  .logo--course{gap:9px;max-width:calc(100% - 50px)}
  .logo__mark{width:38px;height:38px;flex:0 0 38px;border-radius:11px}
  .logo__mark svg{width:30px;height:30px}
  .logo__title{font-size:1.05rem}
  .logo__author{font-size:.43rem;letter-spacing:.12em;margin-top:4px}
  h1{font-size:clamp(2rem,9.5vw,2.8rem);line-height:1.08}
  .hero{padding-top:36px}
  .hero__facts{margin-bottom:20px}
  .fact strong{font-size:1.35rem}
  .fact span{font-size:.62rem}
  .section{padding:56px 0}
  .path__item{text-align:left;padding:20px}
  .path__icon{margin:4px 0 12px}
  .path__n{position:static;margin-bottom:6px}
  .faq-item p{padding-left:0}
}


/* Fact tiles without icons */
.fact__icon{display:none!important}
.fact{padding-top:22px;padding-bottom:20px}
.fact strong{margin-top:0}





body::after{
  content:'';position:fixed;inset:0;z-index:9998;pointer-events:none;
  background:url(grain.png?v=80) repeat;background-size:180px 180px;
  opacity:.035;mix-blend-mode:multiply;
}

/* ===== v42: content and layout revision ===== */
.footer-logo{display:flex;flex-direction:column;align-items:center;font-family:var(--serif);font-size:1.55rem;line-height:1.02}
.footer-logo .logo__title{font-size:1em}
.footer-logo .logo__author{font-size:.63rem}

.hero__eyebrow{font-size:.88rem;letter-spacing:.095em;color:var(--sand-d);margin-bottom:.65rem}
.hero__text h1{margin-bottom:.45rem;line-height:1.02;max-width:680px}
.hero__headline-line{display:block}
.hero__accent{font-size:1.08rem;font-weight:800;color:var(--ink);margin:0 0 .75rem;letter-spacing:-.02em}
.hero__lead{margin-bottom:.55rem;max-width:600px;font-size:.98rem;line-height:1.48}
.hero__proof{font-size:.78rem;line-height:1.45;color:var(--muted);max-width:560px;margin-bottom:1rem}
.hero__facts{grid-template-columns:repeat(4,1fr);max-width:600px;gap:9px;margin-bottom:16px}
.fact{padding:14px 8px 12px;border-radius:15px}
.fact strong{font-size:1.4rem}
.fact span{font-size:.56rem;letter-spacing:.055em;line-height:1.25;min-height:2.5em}
.hero__cta{gap:0}

.problem-transition{
  max-width:900px;margin:34px auto 0;padding:24px 28px;
  background:rgba(255,255,255,.68);border:1px solid rgba(182,148,94,.2);
  border-radius:18px;text-align:center;box-shadow:0 10px 32px rgba(58,52,47,.05)
}
.problem-transition p{font-size:.98rem;color:var(--mid);line-height:1.6;margin:0 auto 8px}
.problem-transition p:last-child{margin-bottom:0}
.problem-transition strong{color:var(--ink)}

/* System copy is longer in v42 */
.path__item{padding-left:18px;padding-right:18px}
.path__item p{font-size:.82rem;line-height:1.5}

/* Materials / deliverables */
.materials{background:var(--bg);position:relative;overflow:hidden}
.materials::before{content:'';position:absolute;inset:0;background:url(bg-lines.jpg?v=80) center/cover no-repeat;opacity:.06;pointer-events:none}
.materials .container{position:relative;z-index:1}
.materials__lead{max-width:720px;margin:0 auto;color:var(--muted);font-size:.98rem;line-height:1.55}
.materials__grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:30px}
.material-card{background:rgba(255,255,255,.9);border:1px solid rgba(182,148,94,.14);border-radius:18px;padding:14px 14px 20px;box-shadow:0 8px 26px rgba(58,52,47,.05);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.material-card:hover{transform:translateY(-5px);box-shadow:0 16px 38px rgba(58,52,47,.09);border-color:rgba(182,148,94,.28)}
.material-card h3{margin:16px 4px 7px;font-size:1rem}
.material-card p{margin:0 4px;font-size:.84rem;line-height:1.5;color:var(--muted)}
.material-preview{height:190px;border-radius:12px;background:#eae6df;overflow:hidden;border:1px solid rgba(58,52,47,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.preview-bar{height:24px;background:#ddd7cd;display:flex;align-items:center;gap:5px;padding:0 9px}
.preview-bar span{width:6px;height:6px;border-radius:50%;background:rgba(58,52,47,.22)}
.preview-sheet{margin:10px;background:#fff;border-radius:7px;height:146px;padding:14px;box-shadow:0 8px 22px rgba(58,52,47,.08)}
.preview-title{height:8px;width:46%;border-radius:8px;background:#d7c4a6;margin-bottom:12px}
.preview-chart{height:58px;display:flex;align-items:flex-end;gap:6px;padding:0 5px 4px;border-bottom:1px solid #ece7df}
.preview-chart i{display:block;flex:1;background:linear-gradient(#cbb289,#e5d7c2);border-radius:3px 3px 0 0}
.preview-chart i:nth-child(1){height:35%}.preview-chart i:nth-child(2){height:56%}.preview-chart i:nth-child(3){height:47%}.preview-chart i:nth-child(4){height:78%}.preview-chart i:nth-child(5){height:92%}
.preview-rows{display:grid;gap:5px;margin-top:10px}.preview-rows i{display:block;height:5px;border-radius:4px;background:#eeeae4}.preview-rows i:nth-child(2){width:90%}.preview-rows i:nth-child(3){width:74%}.preview-rows i:nth-child(4){width:82%}
.preview-sheet--org{position:relative}.preview-node{height:16px;width:38%;margin:4px auto 18px;border-radius:5px;background:#d6bd95}.preview-nodes{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:15px}.preview-nodes i{height:28px;border-radius:5px;background:#eee5d8;border:1px solid #e0d3bf}
.preview-checks{display:grid;gap:8px;margin-top:5px}.preview-checks i{height:8px;border-radius:4px;background:linear-gradient(90deg,#d7c4a6 0 8%,#eeeae4 8% 100%)}
.preview-plan{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;margin:16px 0 12px}.preview-plan i{height:46px;border-radius:6px;background:linear-gradient(180deg,#eadfcd,#f5f1eb);border:1px solid #e1d6c5}

/* Program */
.program__container{max-width:860px}
.mod summary{grid-template-columns:auto 1fr;grid-template-rows:auto;gap:6px 12px;align-items:center}
.mod__n{grid-row:1}.mod__title{grid-column:2;grid-row:1}.mod__res{display:none}
.mod__list{list-style:disc;padding-left:20px;margin:0 0 16px}
.mod__list li{font-size:.91rem;color:var(--mid);line-height:1.5;margin-bottom:5px}
.mod__outcome{line-height:1.6!important;margin-bottom:0!important}

/* Purchase legal consents */
.purchase-consents{display:flex;flex-direction:column;gap:10px;width:100%;margin:0 0 15px;text-align:left}
.consent-row{display:flex;gap:9px;align-items:flex-start;font-size:.68rem;line-height:1.4;color:rgba(255,255,255,.68);cursor:pointer}
.consent-row input{appearance:none;-webkit-appearance:none;width:17px;height:17px;min-width:17px;margin-top:1px;border-radius:4px;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.05);display:grid;place-items:center;cursor:pointer}
.consent-row input:checked{background:var(--sand);border-color:var(--sand)}
.consent-row input:checked::after{content:'✓';font-size:12px;line-height:1;color:#fff;font-weight:800}
.consent-row a{text-decoration:underline;text-underline-offset:2px;color:#fff}
.consent-row b{color:#e5c994}
.purchase-consents.consent-error{animation:consentShake .35s ease}
@keyframes consentShake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}
.btn.is-disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}
.btn.is-disabled::before{display:none}
.price-list span{display:none}

@media(min-width:600px){
  .materials__grid{grid-template-columns:1fr 1fr;gap:16px}
}

@media(min-width:900px){
  .hero{padding-top:34px;padding-bottom:42px;min-height:calc(100vh - var(--hh));display:flex;align-items:center}
  .hero__grid{grid-template-columns:1.3fr .7fr;gap:46px}
  .hero__text h1{font-size:clamp(2.65rem,4.1vw,3.65rem)}
  .hero__eyebrow{font-size:.92rem;margin-bottom:.55rem}
  .hero__accent{font-size:1.2rem;margin-bottom:.65rem}
  .hero__lead{font-size:.94rem;line-height:1.45;margin-bottom:.4rem;max-width:590px}
  .hero__proof{font-size:.75rem;margin-bottom:.8rem}
  .hero__facts{max-width:610px;margin-bottom:14px}
  .fact{padding:12px 8px 11px}
  .fact strong{font-size:1.45rem}
  .hero__cta .btn{min-height:50px;padding:13px 30px}
  .hero__image-wrap img{max-height:555px;object-fit:cover;aspect-ratio:3/4}
  .problem-transition{margin-top:42px;padding:28px 44px}
  .materials__grid{grid-template-columns:repeat(4,1fr);gap:16px}
  .material-preview{height:170px}.preview-sheet{height:126px}
  .price-card{grid-template-columns:.92fr 1.08fr}
  .price-buy{padding:38px 34px}
  .price-content{grid-template-columns:1.08fr .92fr}
  .price-list{padding:34px 24px 34px 32px;gap:18px}
}

@media(max-width:899px){
  .hero__headline-line{display:inline}
  .hero__headline-line:not(:last-child)::after{content:' '}
}

@media(max-width:599px){
  .hero__eyebrow{font-size:.76rem;line-height:1.35;margin-bottom:.7rem}
  .hero__text h1{font-size:clamp(2rem,9vw,2.7rem);line-height:1.02}
  .hero__accent{font-size:1rem;margin-bottom:.7rem}
  .hero__lead{font-size:.92rem;line-height:1.5}
  .hero__proof{font-size:.72rem;margin-bottom:.9rem}
  .hero__facts{grid-template-columns:repeat(2,1fr);gap:8px}
  .fact{padding:12px 8px}.fact span{min-height:auto}
  .problem-transition{text-align:left;padding:20px 18px;margin-top:26px}
  .materials__lead{text-align:left}
  .material-preview{height:180px}
  .mod summary{padding-left:18px;padding-right:44px}
  .mod__n{font-size:.76rem}.mod__title{font-size:.96rem}
  .mod__body{padding-left:18px;padding-right:18px}
  .purchase-consents{margin-top:2px}
}


/* v43 — real course-material previews */
.materials__grid--real{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.material-card--real{padding:0;overflow:hidden;display:flex;flex-direction:column;background:rgba(255,255,255,.76)}
.material-shot{display:block;position:relative;overflow:hidden;background:#ebe7de;border-bottom:1px solid rgba(28,28,28,.08)}
.material-shot--wide{aspect-ratio:16/10}
.material-shot--portrait{aspect-ratio:16/10}
.material-shot img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.7,.2,1),filter .35s ease}
.material-shot--portrait img{object-position:center 18%}
.material-shot--wide img{object-position:center center}
.material-shot:hover img{transform:scale(1.025);filter:contrast(1.02)}
.material-card__body{padding:22px 22px 23px;display:flex;flex-direction:column;flex:1}
.material-card__body h3{margin:8px 0 9px}
.material-card__body p{margin-bottom:18px}
.material-tag{display:inline-flex;align-self:flex-start;font-size:.65rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#8e7045;background:rgba(182,148,94,.11);border:1px solid rgba(182,148,94,.23);border-radius:999px;padding:5px 8px}
.material-link{margin-top:auto;display:inline-flex;gap:7px;align-items:center;color:var(--ink);font-size:.75rem;font-weight:700;text-decoration:none}
.material-link span{color:var(--sand);font-size:1rem;transition:transform .25s ease}
.material-link:hover span{transform:translate(2px,-2px)}
@media(max-width:900px){.materials__grid--real{grid-template-columns:1fr 1fr}.material-card--real:last-child{grid-column:1/-1;max-width:calc(50% - 8px);width:100%;justify-self:center}}
@media(max-width:620px){.materials__lead{font-size:.9rem;line-height:1.45}.materials__grid--real{grid-template-columns:1fr;gap:10px;margin-top:20px}.material-card--real:last-child{grid-column:auto;max-width:none}.material-card--real{border-radius:16px}.material-shot--portrait,.material-shot--wide{aspect-ratio:16/8.8}.material-shot img{object-position:center 20%}.material-card__body{padding:14px 14px 16px}.material-tag{font-size:.58rem;padding:4px 7px}.material-card__body h3{margin:7px 0 7px;font-size:.92rem;line-height:1.2}.material-card__body p{margin-bottom:12px;font-size:.78rem;line-height:1.38}.material-link{font-size:.72rem;gap:5px}}

/* v45 — hero copy follows the latest approved wording */
.hero__proof--primary { margin-top: 18px; }
@media (max-width: 599px) {
  .hero__proof--primary { margin-top: 14px; }
}

/* v46 — hero proof matches the emphasis of “без хаоса и работы 24/7” */
.hero__proof--primary{
  font-size:1.08rem;
  font-weight:800;
  line-height:1.3;
  letter-spacing:-.02em;
  color:var(--ink);
  max-width:600px;
}
@media(min-width:900px){
  .hero__proof--primary{font-size:1.2rem;}
}
@media(max-width:599px){
  .hero__proof--primary{font-size:1rem;}
}

@media(prefers-reduced-motion:reduce){.logo__mark,.logo__mark::before{animation:none!important;opacity:1!important;transform:none!important}}


/* ===== v59 mobile-first hero poster ===== */
.hero__mobile{display:block}
.hero-mobile-card{position:relative;min-height:620px;border-radius:32px;overflow:hidden;background:#d8cbbd;box-shadow:0 22px 54px rgba(33,24,18,.15)}
.hero-mobile-card__bg{position:absolute;inset:0;background-image:url('hero-mobile-trust.jpg?v=80');background-size:cover;background-position:center 26%;transform:scale(1.08);filter:blur(16px) saturate(.9) brightness(.72)}
.hero-mobile-card__person{position:absolute;right:-8%;bottom:0;width:78%;max-width:none;height:100%;object-fit:cover;object-position:center 24%;filter:saturate(.98) contrast(1.02)}
.hero-mobile-card__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,14,12,.78) 0%,rgba(18,14,12,.6) 34%,rgba(18,14,12,.18) 72%,rgba(18,14,12,.05) 100%),linear-gradient(180deg,rgba(18,14,12,.22) 0%,rgba(18,14,12,0) 22%,rgba(18,14,12,.16) 100%)}
.hero-mobile-card__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:620px;padding:34px 24px 28px;max-width:72%}
.hero-mobile-card__eyebrow{margin:0 0 16px;font-size:.78rem;line-height:1.2;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,246,231,.88)}
.hero-mobile-card__title{margin:0 0 14px;font-family:var(--serif);font-size:clamp(2.25rem,10.2vw,3.1rem);line-height:.98;letter-spacing:-.045em;color:#FFF8F0;text-wrap:balance}
.hero-mobile-card__accent{margin:0 0 12px;font-size:1.05rem;font-weight:800;line-height:1.15;color:#F4E4C5}
.hero-mobile-card__proof{margin:0 0 18px;font-size:.9rem;line-height:1.38;color:rgba(255,245,233,.84)}
.hero-mobile-card__cta{width:100%}
.hero-mobile-card__cta .btn{width:100%;justify-content:center;min-height:56px;font-size:.96rem;box-shadow:0 14px 34px rgba(175,126,61,.28)}
.hero-mobile-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}
.hero-mobile-facts .fact{padding:12px 8px;border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 10px 25px rgba(50,38,28,.07)}
.hero-mobile-facts .fact strong{font-size:1.3rem}
.hero-mobile-facts .fact span{font-size:.62rem;min-height:auto}

@media(min-width:900px){
  .hero__mobile{display:none}
}
@media(max-width:899px){
  .hero__grid{display:none}
  .hero{padding-top:24px}
}
@media(max-width:599px){
  .hero{padding-top:18px}
  .hero-mobile-card{min-height:590px;border-radius:28px}
  .hero-mobile-card__content{min-height:590px;padding:30px 20px 24px;max-width:75%}
  .hero-mobile-card__eyebrow{font-size:.72rem;letter-spacing:.16em;margin-bottom:14px}
  .hero-mobile-card__title{font-size:clamp(2rem,10.8vw,2.75rem)}
  .hero-mobile-card__accent{font-size:1rem;margin-bottom:10px}
  .hero-mobile-card__proof{font-size:.84rem;margin-bottom:16px}
}
@media(max-width:430px){
  .hero-mobile-card{min-height:560px}
  .hero-mobile-card__person{right:-14%;width:76%;object-position:center 24%}
  .hero-mobile-card__shade{background:linear-gradient(90deg,rgba(18,14,12,.84) 0%,rgba(18,14,12,.68) 42%,rgba(18,14,12,.28) 74%,rgba(18,14,12,.08) 100%),linear-gradient(180deg,rgba(18,14,12,.2) 0%,rgba(18,14,12,0) 22%,rgba(18,14,12,.15) 100%)}
  .hero-mobile-card__content{min-height:560px;max-width:87%;padding:28px 18px 22px}
  .hero-mobile-card__title{font-size:clamp(1.72rem,8.45vw,2.05rem);line-height:1.01;letter-spacing:-.038em;max-width:100%}
  .hero-mobile-card__proof{font-size:.8rem}
}

@media(max-width:620px){
  .materials{padding-top:42px;padding-bottom:42px}
}


/* ===== v74: fixed 4-line mobile hero headline ===== */
.hero-mobile-card__title span{display:block;white-space:nowrap}
@media(max-width:430px){
  .hero-mobile-card__content{max-width:none;width:100%;padding-left:18px;padding-right:18px}
  .hero-mobile-card__title{width:100%;max-width:none;font-size:clamp(1.48rem,7.15vw,1.88rem);line-height:1.02;letter-spacing:-.042em}
  .hero-mobile-card__person{right:-18%;width:78%}
}
@media(max-width:360px){
  .hero-mobile-card__content{padding-left:15px;padding-right:15px}
  .hero-mobile-card__title{font-size:clamp(1.36rem,6.95vw,1.58rem);letter-spacing:-.045em}
}


/* ===== v77: lift mobile hero copy higher ===== */
@media(max-width:599px){
  .hero-mobile-card__content{
    justify-content:flex-start;
    padding-top:112px;
    padding-bottom:22px;
  }
  .hero-mobile-card__eyebrow{margin-bottom:12px}
  .hero-mobile-card__title{margin-bottom:12px}
  .hero-mobile-card__proof{margin-bottom:14px}
}
@media(max-width:430px){
  .hero-mobile-card__content{
    justify-content:flex-start;
    padding-top:102px;
    padding-bottom:20px;
  }
  .hero-mobile-card__eyebrow{margin-bottom:10px}
  .hero-mobile-card__title{margin-bottom:10px}
  .hero-mobile-card__accent{margin-bottom:8px}
  .hero-mobile-card__proof{margin-bottom:13px}
}
@media(max-width:360px){
  .hero-mobile-card__content{padding-top:92px}
}
