@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;400;500;600;700;800&family=Varela+Round&display=swap');
:root{--bg:#f1f4ec;--cream:#ffffff;--ink:#27331f;--accent:#5f8d3e;--accent-d:#47702c;--accent2:#d98b4a;--muted:#7a8470;--line:#dde5d2}
*{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(--accent-d)}
.btn{display:inline-block;padding:15px 32px;border-radius:999px;font-weight:600;font-size:15px;transition:.25s;cursor:pointer;border:0;font-family:inherit}
.btn-leaf{background:var(--accent-d);color:#fff}.btn-leaf:hover{background:#365922}
.btn-line{border:1.5px solid var(--accent-d);color:var(--accent-d);background:transparent}.btn-line:hover{background:var(--accent-d);color:#fff}
.reveal{opacity:0;transform:translateY(28px);transition:.8s}.reveal.in{opacity:1;transform:none}
.lab-line{width:46px;height:2px;background:var(--accent)}
.h1f,.h2,.logo span,.breathe h2{font-family:"Varela Round",sans-serif}
.h2{font-size:44px;font-weight:400;letter-spacing:-.5px;line-height:1.14;margin-top:14px;color:var(--ink)}
.h2 b{color:var(--accent-d);font-weight:400}
.sub{color:var(--muted);font-size:17px;margin-top:13px;max-width:560px}

/* header */
header{position:sticky;top:0;z-index:60;background:rgba(241,244,236,.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:21px;letter-spacing:.5px;color:var(--ink);line-height:1.02}
.logo span span{font-family:"Varela Round",sans-serif}
.logo .mark{width:32px;height:32px;color:var(--accent-d)}
.logo .mark svg{width:100%;height:100%}
.logo small{display:block;font-size:10px;letter-spacing:2px;color:var(--muted);font-weight:500;margin-top:3px;font-family:"Heebo",sans-serif}
nav ul{display:flex;gap:30px;list-style:none}
nav a{font-size:15px;color:var(--ink);opacity:.82}nav a:hover{color:var(--accent-d);opacity:1}
.nav-r{display:flex;align-items:center;gap:15px}
.ig{display:flex;color:var(--ink);opacity:.8}.ig:hover{color:var(--accent-d);opacity:1}.ig svg{width:22px;height:22px;fill:currentColor}

/* hero */
.hero{padding:46px 0 66px}
.hero .grid{display:grid;grid-template-columns:1.05fr 1fr;gap:52px;align-items:center}
.hero h1{font-family:"Varela Round",sans-serif;font-size:54px;font-weight:400;line-height:1.12;letter-spacing:-1px;margin-top:16px;color:var(--ink);opacity:0;animation:rise .9s .2s forwards}
.hero h1 b{font-weight:400;color:var(--accent-d)}
.hero p{font-size:18px;color:var(--muted);margin-top:18px;max-width:450px;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:430px;object-fit:cover;border-radius:200px 200px 18px 18px}
.hero-pic::before{content:"";position:absolute;inset:0 38px 38px 0;border:1.5px solid var(--accent);border-radius:200px 200px 18px 18px;z-index:-1}
@keyframes rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}

/* approach strip */
.approach{background:var(--cream);border-block:1px solid var(--line);padding:30px 0}
.approach .wrap{display:flex;justify-content:space-around;gap:24px;flex-wrap:nowrap}
.appr{display:flex;align-items:center;gap:12px;text-align:right}
.appr .ic{width:42px;height:42px;flex:none;border-radius:50%;background:rgba(95,141,62,.12);color:var(--accent-d);display:flex;align-items:center;justify-content:center}
.appr .ic svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.appr b{font-family:"Varela Round",sans-serif;font-weight:400;font-size:16px;color:var(--ink);display:block}
.appr small{font-size:13px;color:var(--muted)}

/* services */
.services{padding:84px 0}
.services .head{text-align:center}
.services .lab-line{margin:0 auto}
.srv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}
.srv{background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:30px 26px;transition:.28s}
.srv:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(39,51,31,.08);border-color:var(--accent)}
.srv .si{width:52px;height:52px;border-radius:14px;background:rgba(95,141,62,.12);color:var(--accent-d);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.srv .si svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.srv h3{font-family:"Varela Round",sans-serif;font-weight:400;font-size:20px;color:var(--ink)}
.srv p{color:var(--muted);font-size:15px;margin-top:8px;line-height:1.7}

/* anchored sections clear the sticky header on jump */
section[id]{scroll-margin-top:92px}
/* SIGNATURE: balanced plate */
.plate{padding:58px 0;background:var(--accent-d);color:#f1f4ec;overflow:hidden}
.plate .eyebrow{color:#c7d6b3}
.plate h2{font-family:"Varela Round",sans-serif;color:#fff;font-weight:400;font-size:38px;text-align:center}
.plate .lead{text-align:center;color:#d6e2c8;max-width:540px;margin:11px auto 0;font-size:16px}
.plate .pwrap{display:grid;grid-template-columns:auto 1fr;gap:46px;align-items:center;max-width:880px;margin:34px auto 0}
.plate-svg{width:280px;height:280px;max-width:100%;justify-self:center;overflow:visible}
/* arcs are ALWAYS visible (no-JS / reduced-motion / screenshot safe). The fade-in is a
   self-playing CSS animation so the plate can never get stuck hidden. */
.plate-svg .seg{fill:none;stroke-width:30;opacity:1;transition:stroke-width .25s,filter .25s;cursor:pointer}
.plate-svg.anim .seg{animation:segIn .8s ease both}
.plate-svg.anim .seg[data-seg="protein"]{animation-delay:.16s}
.plate-svg.anim .seg[data-seg="carb"]{animation-delay:.32s}
@keyframes segIn{from{opacity:0}to{opacity:1}}
.plate-svg .ring-bg{fill:none;stroke:rgba(255,255,255,.14);stroke-width:30}
.plate-svg text{fill:#fff;font-family:"Varela Round",sans-serif}
.plate .ctitle{font-size:19px}
.plate .csub{font-size:11px;fill:#cfe0bd;letter-spacing:2px}
.plate-svg .seg.act{stroke-width:36;filter:drop-shadow(0 0 8px rgba(0,0,0,.25))}
.plate .tips{display:flex;flex-direction:column;gap:10px}
.tip{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:13px 18px;display:flex;gap:14px;align-items:flex-start;transition:.25s;cursor:pointer}
.tip:hover,.tip.act{background:rgba(255,255,255,.14);transform:translateX(-4px)}
.tip .dot{width:14px;height:14px;border-radius:50%;flex:none;margin-top:5px}
.tip h4{font-family:"Varela Round",sans-serif;font-weight:400;font-size:16px;color:#fff}
.tip h4 span{font-size:13px;color:#cfe0bd;font-family:"Heebo";margin-right:6px}
.tip p{font-size:13px;color:#d6e2c8;margin-top:2px;line-height:1.6}

/* about */
.about{padding:84px 0;background:var(--cream);border-block:1px solid var(--line)}
.about .grid{display:grid;grid-template-columns:.82fr 1fr;gap:56px;align-items:center}
.about .pic{position:relative;padding:16px}
.about .pic img{width:100%;border-radius:18px;height:450px;object-fit:cover;object-position:center 30%}
.about .pic::before{content:"";position:absolute;inset:0 34px 34px 0;border:1.5px solid var(--accent);border-radius:20px}
.about p{color:var(--muted);margin-top:16px;max-width:480px}
.creds{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.creds span{background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--accent-d)}

/* contact */
.contact{padding:84px 0}
.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 select,.cform textarea{width:100%;font-family:inherit;font-size:15px;padding:14px 16px;border:1.5px solid var(--line);border-radius:12px;background:var(--cream);color:var(--ink)}
.cform input::placeholder,.cform textarea::placeholder{color:#a3a995}
.cform select{color:var(--muted)}
.cform input:focus,.cform select:focus,.cform textarea:focus{outline:none;border-color:var(--accent)}
.cform textarea{resize:vertical}
.cform .btn{align-self:center}
.formok{display:none;color:var(--accent-d);font-weight:600;font-size:15px}
.formok.show{display:block}
.cdetails{background:var(--accent-d);color:#eef3e6;border-radius:18px;padding:34px 30px}
.cdetails h3{font-family:"Varela Round",sans-serif;font-size:21px;font-weight:400;margin-bottom:18px;color:#fff}
.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:#e4f0d6;font-weight:700}
.cdetails a,.cdetails li>span:last-child{color:#eef3e6;font-size:15px}
.cdetails a:hover{color:#fff}

/* footer */
footer{background:var(--ink);color:#dde5d2;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:#fff;margin-bottom:12px}.fbrand .logo small{color:#9aa48d}.fbrand .logo .mark{color:#c7d6b3}
.fbrand p{color:#9aa48d;max-width:300px;font-size:15px}
.fcol h4{font-family:"Varela Round",sans-serif;font-weight:400;font-size:15px;letter-spacing:.5px;margin-bottom:13px;color:#fff}
.fcol a{display:block;color:#9aa48d;font-size:15px;margin-bottom:9px}.fcol a:hover{color:#fff}
.fcol p{color:#9aa48d;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:#8a9380;font-size:13px}
.copy .legal-links a{margin-right:16px}.copy .legal-links a:hover{color:#fff}

/* 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(--accent-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(39,51,31,.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(--accent-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:#e6ecdb}

/* 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-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-family:"Varela Round",sans-serif;font-size:38px;font-weight:400;color:var(--ink)}
.legal .upd{color:#a3a995;font-size:13px;margin-top:8px}
.legal h2{font-family:"Varela Round",sans-serif;font-size:20px;margin:30px 0 8px;font-weight:400;color:var(--accent-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(241,244,236,.98);border-bottom:1px solid var(--line);box-shadow:0 14px 30px rgba(39,51,31,.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:38px}.h2{font-size:28px}
  .hero-pic{padding:10px;margin-top:6px}
  .hero-pic img{height:290px;border-radius:140px 140px 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}
  /* approach -> 1 per row compact */
  .approach .wrap{flex-direction:column;gap:14px}
  .appr{justify-content:flex-start}
  /* services -> 1 per row, horizontal compact */
  .srv-grid{grid-template-columns:1fr;gap:12px;margin-top:30px}
  .srv{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:16px;align-items:center;padding:16px 18px;min-height:96px}
  .srv .si{grid-row:1/3;width:46px;height:46px;margin-bottom:0}
  .srv .si svg{width:24px;height:24px}
  .srv h3{font-size:17px;align-self:end}
  .srv p{margin-top:0;align-self:start;font-size:13px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
  /* plate stacks */
  .plate{padding:60px 0}
  .plate h2{font-size:30px}
  .plate .pwrap{grid-template-columns:1fr;gap:30px;margin-top:36px}
  .plate-svg{width:260px;height:260px}
  /* about */
  .about .pic{padding:10px}.about .pic img{height:300px}.about .pic::before{inset:0 20px 20px 0}
  .services,.about,.contact{padding:54px 0}
  .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:30px}
}
/* === 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}
