@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;400;500;600;700;800&display=swap');
:root{--bg:#ece6d8;--cream:#f6f1e7;--ink:#39372e;--sage:#8c9a78;--sage-d:#5d6a4c;--muted:#78756a;--line:#ddd5c4}
*{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:clip;max-width:100%}
body{font-family:"Heebo",sans-serif;color:var(--ink);background:var(--bg);line-height:1.75}
.wrap{max-width:1160px;margin:0 auto;padding:0 32px}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.eyebrow{font-size:12px;letter-spacing:5px;font-weight:600;color:var(--sage-d)}
.btn{display:inline-block;padding:15px 32px;border-radius:999px;font-weight:600;font-size:15px;transition:.25s;cursor:pointer;border:0}
.btn-sage{background:var(--sage-d);color:#f6f1e7}.btn-sage:hover{background:#4c5740}
.btn-line{border:1.5px solid var(--sage-d);color:var(--sage-d);background:transparent}.btn-line:hover{background:var(--sage-d);color:#f6f1e7}
.reveal{opacity:0;transform:translateY(28px);transition:.8s}.reveal.in{opacity:1;transform:none}
.lab-line{width:46px;height:2px;background:var(--sage)}
.h2{font-size:46px;font-weight:200;letter-spacing:-1px;line-height:1.12;margin-top:14px;color:var(--ink)}
.h2 b{font-weight:700}
.sub{color:var(--muted);font-size:17px;margin-top:13px;max-width:560px}

/* header */
header{position:sticky;top:0;z-index:60;background:rgba(236,230,216,.86);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:82px}
.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:22px;letter-spacing:1px;color:var(--ink);line-height:1.02}
.logo .mark{width:30px;height:30px;color:var(--sage-d)}
.logo .mark svg{width:100%;height:100%}
.logo small{display:block;font-size:10px;letter-spacing:3px;color:var(--muted);font-weight:500;margin-top:3px}
nav ul{display:flex;gap:30px;list-style:none}
nav a{font-size:15px;color:var(--ink);opacity:.82}nav a:hover{color:var(--sage-d);opacity:1}
.nav-r{display:flex;align-items:center;gap:15px}
.ig{display:flex;color:var(--ink);opacity:.8}.ig:hover{color:var(--sage-d);opacity:1}.ig svg{width:22px;height:22px;fill:currentColor}

/* hero */
.hero{padding:46px 0 66px}
.hero .grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.hero h1{font-size:60px;font-weight:200;line-height:1.06;letter-spacing:-1.5px;margin-top:16px;color:var(--ink);opacity:0;animation:rise .9s .2s forwards}
.hero h1 b{font-weight:700;color:var(--sage-d)}
.hero p{font-size:18px;color:var(--muted);margin-top:18px;max-width:440px;opacity:0;animation:rise .9s .4s forwards}
.hero .cta{display:flex;gap:13px;margin-top:28px;flex-wrap:wrap;opacity:0;animation:rise .9s .55s forwards}
.hero .eyebrow{opacity:0;animation:rise .8s .1s forwards}
.hero-pic{position:relative;padding:18px}
.hero-pic img{width:100%;height:420px;object-fit:cover;border-radius:180px 180px 16px 16px}
.hero-pic::before{content:"";position:absolute;inset:0 38px 38px 0;border:1.5px solid var(--sage);border-radius:180px 180px 16px 16px;z-index:-1}
@keyframes rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}

/* SIGNATURE: breathing guide */
.breathe{background:var(--sage-d);color:#f3eee2;text-align:center;padding:84px 0}
.breathe .eyebrow{color:#c4cdb2}
.breathe h2{color:#f6f1e7;font-weight:200}
.breathe .bcircle{position:relative;width:240px;height:240px;margin:34px auto 0;display:flex;align-items:center;justify-content:center}
.breathe .ring{position:absolute;width:100%;height:100%;border-radius:50%;border:1.5px solid rgba(246,241,231,.35);animation:breathe 9s ease-in-out infinite}
.breathe .ring.r2{animation-delay:-.4s;opacity:.55}
.breathe .core{position:absolute;width:62%;height:62%;border-radius:50%;background:rgba(246,241,231,.12);animation:breathe 9s ease-in-out infinite}
.breathe .word{position:relative;z-index:2;font-size:21px;font-weight:300;letter-spacing:3px;color:#f6f1e7;width:100%}
.breathe .word span{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}
.breathe .word .w1{animation:wIn 9s ease-in-out infinite}
.breathe .word .w2{animation:wOut 9s ease-in-out infinite}
.breathe .hint{margin-top:34px;color:#c4cdb2;font-size:14px;letter-spacing:2px}
@keyframes breathe{0%,100%{transform:scale(.72)}45%,55%{transform:scale(1.08)}}
@keyframes wIn{0%{opacity:1}44%{opacity:1}50%{opacity:0}100%{opacity:0}}
@keyframes wOut{0%{opacity:0}50%{opacity:0}56%{opacity:1}96%{opacity:1}100%{opacity:0}}

/* SIGNATURE: fine-line yoga flow strip */
.flow{padding:54px 0 0;background:var(--cream);border-top:1px solid var(--line);border-bottom:2px solid var(--sage-d);overflow:hidden}
.flow .eyebrow{display:block;text-align:center}
.flow .ttl{text-align:center;font-size:26px;font-weight:200;color:var(--ink);margin-top:8px}
.flow .ttl b{font-weight:700}
.flowstrip{display:block;width:100%;max-width:720px;margin:38px auto -1px;opacity:.9}
.flowstrip .pose{fill:none;stroke:var(--sage-d);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.flowstrip .base{stroke:var(--line);stroke-width:2}
.flowstrip .pose{stroke-dasharray:560;stroke-dashoffset:560}
.flow.in .flowstrip .pose{animation:draw 2.6s ease forwards}
.flow.in .flowstrip g:nth-of-type(2) .pose{animation-delay:.25s}
.flow.in .flowstrip g:nth-of-type(3) .pose{animation-delay:.5s}
.flow.in .flowstrip g:nth-of-type(4) .pose{animation-delay:.75s}
.flow.in .flowstrip g:nth-of-type(5) .pose{animation-delay:1s}
@keyframes draw{to{stroke-dashoffset:0}}

/* classes */
.classes{padding:66px 0}
.cls-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.cls{position:relative;height:278px;border-radius:18px;overflow:hidden}
.cls img{width:100%;height:100%;object-fit:cover;transition:.6s;filter:saturate(.92)}
.cls:hover img{transform:scale(1.05)}
.cls .ov{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;background:linear-gradient(transparent 45%,rgba(45,42,33,.72));color:#f6f1e7}
.cls h3{font-size:22px;font-weight:700}
.cls p{font-size:13px;color:#e6e0d2;margin-top:2px}

/* about */
.about{padding:84px 0;background:var(--cream);border-block:1px solid var(--line)}
.about .grid{display:grid;grid-template-columns:.78fr 1fr;gap:56px;align-items:center}
.about .pic{position:relative;padding:16px}
.about .pic img{width:100%;border-radius:18px;height:440px;object-fit:cover;object-position:center 22%}
.about .pic::before{content:"";position:absolute;inset:0 34px 34px 0;border:1.5px solid var(--sage);border-radius:20px}
.about p{color:var(--muted);margin-top:16px;max-width:470px}

/* stats */
.stats{padding:54px 0}
.stats .wrap{display:flex;justify-content:space-around;gap:20px;text-align:center;flex-wrap:nowrap}
.stat .num{font-size:44px;font-weight:200;color:var(--sage-d);letter-spacing:-1px}
.stat .lab{font-size:13px;letter-spacing:2px;color:var(--muted);margin-top:6px}

/* schedule mini */
.gallery{padding:30px 0 84px}
.gallery .ghead{text-align:center}
.ggrid{display:flex;gap:16px;margin-top:38px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:var(--sage) transparent}
.ggrid::-webkit-scrollbar{height:6px}
.ggrid::-webkit-scrollbar-thumb{background:var(--sage);border-radius:99px}
.ggrid img{flex:0 0 320px;height:300px;object-fit:cover;border-radius:16px;filter:saturate(.92);scroll-snap-align:start}

/* contact */
.contact{padding:84px 0;background:var(--cream);border-block:1px solid var(--line)}
.contact .cgrid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:stretch;max-width:1000px;margin-inline:auto}
.cform{display:flex;flex-direction:column}
.cform form{margin-top:22px;display:flex;flex-direction:column;gap:13px;width:100%}
.cform .frow{display:flex;gap:13px}
.cform input,.cform textarea{width:100%;font-family:inherit;font-size:15px;padding:14px 16px;border:1.5px solid var(--line);border-radius:12px;background:var(--bg);color:var(--ink)}
.cform input::placeholder,.cform textarea::placeholder{color:#a39f93}
.cform input:focus,.cform textarea:focus{outline:none;border-color:var(--sage)}
.cform textarea{resize:vertical}
.cform .btn{align-self:center}
.formok{display:none;color:#4c5740;font-weight:600;font-size:15px}
.formok.show{display:block}
.cdetails{background:var(--sage-d);color:#f3eee2;border-radius:18px;padding:34px 30px}
.cdetails h3{font-size:22px;font-weight:700;margin-bottom:18px}
.cdetails ul{list-style:none;display:flex;flex-direction:column;gap:15px}
.cdetails li{display:flex;flex-direction:column;gap:3px}
.cdetails li span:first-child{font-size:12px;letter-spacing:2px;color:#e4ecda;font-weight:700}
.cdetails a,.cdetails li>span:last-child{color:#eef0e6;font-size:15px}
.cdetails a:hover{color:#fff}

/* footer */
footer{background:var(--ink);color:#e6e0d2;padding:56px 0 28px}
.fgrid{max-width:1160px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
.fbrand .logo{color:#f6f1e7;margin-bottom:12px}.fbrand .logo small{color:#a8a394}.fbrand .logo .mark{color:#c4cdb2}
.fbrand p{color:#a8a394;max-width:300px;font-size:15px}
.fcol h4{font-size:14px;letter-spacing:1px;margin-bottom:13px;color:#f6f1e7}
.fcol a{display:block;color:#a8a394;font-size:15px;margin-bottom:9px}.fcol a:hover{color:#f6f1e7}
.fcol p{color:#a8a394;font-size:15px}
.copy{max-width:1160px;margin:38px auto 0;padding:20px 32px 0;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:#94907f;font-size:13px}
.copy .legal-links a{margin-right:16px}.copy .legal-links a:hover{color:#f6f1e7}

/* floating */
.fab{position:fixed;bottom:22px;z-index:90;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(0,0,0,.18);cursor:pointer;transition:.2s;border:none}
.fab:hover{transform:scale(1.08)}.fab.wa{right:22px;background:#25D366}.fab.acc{left:22px;background:var(--sage-d)}
.fab svg{width:27px;height:27px;fill:#fff}
.acc-panel{position:fixed;left:22px;bottom:84px;z-index:91;background:var(--cream);border:1px solid var(--line);border-radius:16px;box-shadow:0 14px 34px rgba(57,55,46,.16);padding:10px;display:none;flex-direction:column;gap:6px;width:210px}
.acc-panel.open{display:flex}
.acc-panel .t{font-size:11px;letter-spacing:2px;color:var(--sage-d);font-weight:700;padding:4px 6px}
.acc-panel button{background:var(--bg);border:none;border-radius:11px;padding:11px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;color:var(--ink);text-align:right}
.acc-panel button:hover{background:#e2dbc9}

/* a11y states */
body.acc-contrast header,body.acc-contrast main,body.acc-contrast footer,body.acc-contrast section,body.acc-contrast .legal{filter:contrast(1.4)}
body.acc-links a{text-decoration:underline!important}
body.acc-readable,body.acc-readable *{font-family:Arial,Helvetica,sans-serif!important;line-height:1.95!important;letter-spacing:.3px!important}
body.acc-noanim *{animation:none!important;transition:none!important}
body.acc-noanim .reveal,body.acc-noanim .hero h1,body.acc-noanim .hero p,body.acc-noanim .hero .cta,body.acc-noanim .hero .eyebrow{opacity:1!important;transform:none!important}
/* ללא אנימציה שתי המילים בטבעת הנשימה נערמות זו על זו — משאירים אחת קריאה */
body.acc-noanim .breathe .word .w1{opacity:1!important}
body.acc-noanim .breathe .word .w2{opacity:0!important}
/* scroll offset under sticky header */
#about,#classes,#contact,#gallery{scroll-margin-top:90px}
body.acc-cursor,body.acc-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' stroke='%23fff' stroke-width='1' d='M4 2l16 8-7 2-2 7z'/%3E%3C/svg%3E") 4 4,auto!important}

/* burger */
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:9px}
.burger span{width:24px;height:2px;background:var(--ink);border-radius:2px;transition:.25s}
.burger.on span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.on span:nth-child(2){opacity:0}
.burger.on span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* legal */
.legal{max-width:820px;margin:0 auto;padding:54px 32px 80px}
.legal h1{font-size:40px;font-weight:200;color:var(--ink)}
.legal .upd{color:#a39f93;font-size:13px;margin-top:8px}
.legal h2{font-size:21px;margin:30px 0 8px;font-weight:700;color:var(--sage-d)}
.legal p,.legal li{font-size:16px;color:var(--muted);margin-bottom:10px;line-height:1.85}
.legal ul{padding-right:22px}

@media(max-width:920px){
  .wrap{padding:0 20px}
  .burger{display:flex}.hide-mob{display:none}
  nav{position:absolute;top:82px;right:0;left:0;background:rgba(236,230,216,.98);border-bottom:1px solid var(--line);box-shadow:0 14px 30px rgba(57,55,46,.08);transform:translateY(-10px);opacity:0;pointer-events:none;transition:.22s}
  nav.open{transform:none;opacity:1;pointer-events:auto}
  nav ul{flex-direction:column;gap:0;padding:6px 20px 12px}
  nav ul li{border-top:1px solid var(--line)}nav ul li:first-child{border-top:0}
  nav a{display:block;padding:15px 0;font-size:16px}
  .hero{padding:26px 0 44px}
  .hero .grid,.about .grid,.contact .cgrid{grid-template-columns:1fr;gap:26px}
  .hero h1{font-size:42px}.h2{font-size:30px}
  .hero-pic{padding:10px;margin-top:6px}
  .hero-pic img{height:300px;border-radius:120px 120px 14px 14px}
  .hero-pic::before{inset:0 22px 22px 0}
  .hero .cta{flex-wrap:nowrap;gap:10px}
  .hero .cta .btn{flex:1;text-align:center;padding:14px 8px;font-size:14px}
  .cls-grid{grid-template-columns:1fr 1fr;gap:12px}.cls{height:210px}
  .about .pic{padding:10px}.about .pic img{height:300px}.about .pic::before{inset:0 20px 20px 0}
  .ggrid{margin-top:26px}.ggrid img{flex:0 0 78%;height:240px}
  .breathe,.classes,.about,.gallery,.contact{padding:54px 0}
  .flow{padding:42px 0 0}.flowstrip{margin:26px auto -1px}
  .stat .num{font-size:34px}
  .fgrid{grid-template-columns:1fr 1fr}.fbrand{grid-column:1/-1}
  .copy{flex-direction:column;text-align:center}.copy .legal-links a{margin:0 8px}
  .cform .frow{flex-direction:column;gap:13px}
  .legal h1{font-size:32px}
}
/* === Tommy's Design — contact + footer fixes === */
.copy .credit{flex-basis:100%;width:100%;order:99;text-align:center;font-size:11px;font-weight:400;opacity:.55;margin-top:8px;letter-spacing:.2px}
.cdetails a,.cdetails li>span:last-child{overflow-wrap:anywhere;word-break:break-word}
.cdetails li span[dir="ltr"]{display:inline-block;max-width:100%;overflow-wrap:anywhere}
@media(max-width:760px){
  .contact .cgrid,.cgrid{max-width:100%}
}

/* tomdesign-contact-email-fit */
@media(max-width:600px){.cdetails a{white-space:nowrap;letter-spacing:0;font-size:14px}}

/* אין מילה יתומה בכותרות */
h1,h2,h3,.h2,.hero h1,.sec-head h2{text-wrap:balance}
