/* Mor Turgeman — Barbershop, Hatzor HaGlilit. Dark luxe + gold, RTL Hebrew. */
@import url('fonts.css');

:root{
  --bg:#0e0e10;
  --bg-2:#141317;
  --bg-3:#1b1a1f;
  --line:rgba(255,255,255,.09);
  --line-2:rgba(255,255,255,.14);
  --gold:#c8a24a;
  --gold-2:#e0c583;
  --gold-dim:rgba(200,162,74,.16);
  --ink:#f5f2ea;
  --muted:#a49f95;
  --muted-2:#7c776e;
  --radius:16px;
  --radius-sm:12px;
  --maxw:1200px;
  --shadow:0 24px 60px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:'Heebo',system-ui,sans-serif;font-weight:400;line-height:1.65;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
h1,h2,h3{font-family:'Rubik',sans-serif;font-weight:900;line-height:1.05;margin:0;letter-spacing:-.01em}
p{margin:0}
.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(20px,5vw,44px)}
.gold{color:var(--gold-2)}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.5rem;justify-content:center;
  font-family:'Rubik',sans-serif;font-weight:700;font-size:1.02rem;
  padding:.85rem 1.6rem;border-radius:999px;border:1px solid transparent;
  cursor:pointer;transition:transform .18s ease,background .2s ease,border-color .2s,box-shadow .2s;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px)}
.btn-gold{background:linear-gradient(180deg,var(--gold-2),var(--gold));color:#231a06;
  box-shadow:0 10px 30px rgba(200,162,74,.28)}
.btn-gold:hover{box-shadow:0 14px 40px rgba(200,162,74,.42);transform:translateY(-2px)}
.btn-ghost{background:transparent;border-color:var(--line-2);color:var(--ink)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold-2)}
.btn-wa{background:#1f8f4e;color:#fff;box-shadow:0 10px 30px rgba(31,143,78,.28)}
.btn-wa:hover{background:#23a259;transform:translateY(-2px)}
.btn svg{width:1.15em;height:1.15em;fill:currentColor;flex:none}

/* ---------- nav ---------- */
.nav{position:sticky;top:0;z-index:50;
  background:rgba(14,14,16,.72);backdrop-filter:blur(14px) saturate(150%);
  border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:68px}
.brand{display:flex;align-items:center;gap:.6rem;font-family:'Rubik',sans-serif;font-weight:900;font-size:1.28rem}
.brand .scissors{width:22px;height:22px;color:var(--gold)}
.brand small{display:block;font-family:'Heebo';font-weight:500;font-size:.62rem;letter-spacing:.32em;color:var(--muted);margin-top:2px}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{font-weight:500;color:var(--muted);font-size:1rem;transition:color .2s;position:relative}
.nav-links a:hover{color:var(--ink)}
.nav-cta{display:flex;align-items:center;gap:.8rem}
.nav-toggle{display:none;background:none;border:0;color:var(--ink);cursor:pointer;padding:6px}
.nav-toggle svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:2}

/* ---------- hero ---------- */
.hero{position:relative;min-height:calc(100dvh - 68px);display:flex;align-items:center;
  padding:clamp(28px,5vw,64px) 0;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0;
  background:
    radial-gradient(1200px 700px at 88% -10%,rgba(200,162,74,.14),transparent 60%),
    radial-gradient(900px 600px at 8% 110%,rgba(200,162,74,.06),transparent 55%);
  pointer-events:none}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;
  gap:clamp(28px,5vw,64px);align-items:center;width:100%}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;color:var(--gold-2);
  font-weight:700;font-size:.86rem;letter-spacing:.16em;margin-bottom:1.3rem;text-transform:uppercase}
.hero-eyebrow::before{content:"";width:34px;height:1px;background:var(--gold)}
.hero h1{font-size:clamp(2.9rem,7.2vw,5rem)}
.hero h1 .sub{display:block;font-family:'Rubik';font-weight:500;font-size:clamp(1.05rem,2.4vw,1.5rem);
  color:var(--muted);letter-spacing:.02em;margin-top:1rem;line-height:1.4}
.hero-lead{color:var(--muted);font-size:clamp(1.02rem,1.6vw,1.18rem);max-width:46ch;margin-top:1.5rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}
.hero-trust{display:flex;align-items:center;gap:1.4rem;margin-top:2.2rem;flex-wrap:wrap}
.stars{color:var(--gold);letter-spacing:.08em;font-size:1.05rem}
.hero-trust b{font-family:'Rubik';font-weight:700}
.hero-trust .sep{width:1px;height:26px;background:var(--line-2)}
.hero-media{position:relative}
.hero-media .frame{position:relative;border-radius:22px;overflow:hidden;border:1px solid var(--line-2);
  box-shadow:var(--shadow);aspect-ratio:4/5}
.hero-media .frame img{width:100%;height:100%;object-fit:cover}
.hero-media .frame::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(10,10,12,.55))}
.hero-badge{position:absolute;bottom:-18px;inset-inline-start:-18px;background:var(--bg-2);
  border:1px solid var(--line-2);border-radius:16px;padding:.9rem 1.15rem;box-shadow:var(--shadow);
  display:flex;align-items:center;gap:.7rem}
.hero-badge .dot{width:42px;height:42px;border-radius:50%;background:var(--gold-dim);color:var(--gold-2);
  display:grid;place-items:center;font-family:'Rubik';font-weight:900;font-size:1.1rem}
.hero-badge b{font-family:'Rubik';display:block;font-size:1.02rem}
.hero-badge span{color:var(--muted);font-size:.82rem}

/* ---------- section shell ---------- */
section{position:relative}
.band{padding:clamp(64px,9vw,120px) 0}
.band-2{background:var(--bg-2)}
.sec-head{margin-bottom:clamp(30px,5vw,56px);max-width:60ch}
.sec-head .kicker{color:var(--gold-2);font-weight:700;letter-spacing:.14em;font-size:.82rem;
  text-transform:uppercase;margin-bottom:.8rem}
.sec-head h2{font-size:clamp(2rem,4.4vw,3.1rem)}
.sec-head p{color:var(--muted);margin-top:1rem;font-size:1.08rem}

/* ---------- services (menu) ---------- */
.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,64px)}
.menu-col h3{font-family:'Rubik';font-weight:700;font-size:1.35rem;color:var(--gold-2);
  padding-bottom:1rem;margin-bottom:.4rem;border-bottom:1px solid var(--line);
  display:flex;align-items:center;gap:.6rem}
.menu-col h3 svg{width:20px;height:20px;color:var(--gold)}
.svc{display:flex;align-items:baseline;gap:1rem;padding:1.05rem 0;border-bottom:1px dashed var(--line)}
.svc:last-child{border-bottom:0}
.svc .nm{font-weight:700;font-size:1.12rem}
.svc .nm small{display:block;font-weight:400;color:var(--muted-2);font-size:.85rem;margin-top:.15rem}
.svc .fill{flex:1;border-bottom:1px dotted rgba(255,255,255,.14);transform:translateY(-4px)}
.svc .pr{font-family:'Rubik';font-weight:700;font-size:1.15rem;color:var(--gold-2);white-space:nowrap}
.svc .pr.soft{color:var(--muted);font-weight:500;font-size:.98rem}
.menu-note{margin-top:2.4rem;color:var(--muted);font-size:.95rem;display:flex;gap:.6rem;align-items:center}
.menu-note svg{width:18px;height:18px;color:var(--gold);flex:none}

/* ---------- gallery ---------- */
.gallery{columns:3;column-gap:16px}
.gallery figure{margin:0 0 16px;break-inside:avoid;border-radius:var(--radius);overflow:hidden;
  border:1px solid var(--line);position:relative;background:var(--bg-3)}
.gallery img{width:100%;transition:transform .5s ease}
.gallery figure:hover img{transform:scale(1.05)}
.gallery figure::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}

/* ---------- about ---------- */
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,5vw,64px);align-items:center}
.about-media{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line-2);box-shadow:var(--shadow);aspect-ratio:4/5}
.about-media img{width:100%;height:100%;object-fit:cover}
.about-body h2{font-size:clamp(1.9rem,4vw,2.8rem)}
.about-body p{color:var(--muted);margin-top:1.2rem;font-size:1.08rem}
.about-values{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.8rem}
.chip{border:1px solid var(--line-2);border-radius:999px;padding:.5rem 1rem;font-weight:500;
  font-size:.95rem;color:var(--ink);background:var(--bg-3)}
.chip b{color:var(--gold-2)}

/* ---------- reviews ---------- */
.rev-top{display:grid;grid-template-columns:auto 1fr;gap:clamp(28px,5vw,56px);align-items:center;
  padding-bottom:clamp(32px,5vw,52px);margin-bottom:clamp(32px,5vw,52px);border-bottom:1px solid var(--line)}
.rev-score{text-align:center}
.rev-score .n{font-family:'Rubik';font-weight:900;font-size:4.6rem;line-height:1;color:var(--gold-2)}
.rev-score .stars{font-size:1.3rem;display:block;margin:.4rem 0}
.rev-score span{color:var(--muted)}
.rev-quote{font-family:'Rubik';font-weight:500;font-size:clamp(1.3rem,2.6vw,1.9rem);line-height:1.4}
.rev-quote::before{content:"\201D";color:var(--gold);font-size:2.4em;line-height:0;vertical-align:-.35em;margin-inline-end:.1em}
.rev-quote cite{display:block;font-family:'Heebo';font-style:normal;font-weight:500;font-size:1rem;
  color:var(--muted);margin-top:1.1rem}
.rev-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.rev-card{background:var(--bg-3);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem}
.rev-card .who{display:flex;align-items:center;gap:.7rem}
.rev-card .av{width:40px;height:40px;border-radius:50%;background:var(--gold-dim);color:var(--gold-2);
  display:grid;place-items:center;font-family:'Rubik';font-weight:700}
.rev-card .who b{display:block;font-family:'Rubik';font-weight:500;font-size:1rem}
.rev-card .who span{color:var(--muted-2);font-size:.82rem}
.rev-card .stars{font-size:.95rem;margin-top:.9rem}

/* ---------- booking ---------- */
.booking-shell{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(28px,5vw,56px);align-items:start}
.booking-copy h2{font-size:clamp(2rem,4.4vw,3rem)}
.booking-copy p{color:var(--muted);margin-top:1.1rem;font-size:1.08rem}
.booking-list{list-style:none;padding:0;margin:1.8rem 0 0;display:grid;gap:1rem}
.booking-list li{display:flex;gap:.8rem;align-items:flex-start;color:var(--ink)}
.booking-list svg{width:22px;height:22px;color:var(--gold);flex:none;margin-top:2px}
.booking-list b{font-family:'Rubik';font-weight:500}
.booking-list small{display:block;color:var(--muted);font-weight:400}
.widget-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line-2);
  box-shadow:var(--shadow);min-height:520px}
.widget-card .wc-head{background:#111;color:#fff;padding:1rem 1.3rem;display:flex;align-items:center;
  justify-content:space-between;font-family:'Rubik';font-weight:700}
.widget-card .wc-head span{color:var(--gold-2);font-size:.85rem;font-weight:500}
#smartor-widget{min-height:460px}
#smartor-widget iframe{background:#fff}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,56px)}
.info-list{display:grid;gap:1.4rem}
.info-row{display:flex;gap:1rem;align-items:flex-start}
.info-row .ic{width:46px;height:46px;border-radius:12px;background:var(--bg-3);border:1px solid var(--line);
  display:grid;place-items:center;flex:none;color:var(--gold-2)}
.info-row .ic svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}
.info-row .lbl{color:var(--muted-2);font-size:.85rem;letter-spacing:.04em}
.info-row .val{font-family:'Rubik';font-weight:500;font-size:1.12rem;margin-top:.15rem}
.info-row a.val:hover{color:var(--gold-2)}
.hours{background:var(--bg-3);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.8rem;margin-top:.4rem}
.hours h3{font-family:'Rubik';font-weight:700;font-size:1.2rem;margin-bottom:1rem;color:var(--gold-2)}
.hours .row{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px dashed var(--line)}
.hours .row:last-child{border-bottom:0}
.hours .row.closed span:last-child{color:var(--muted-2)}
.hours .row b{font-weight:500}
.map-embed{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line-2);min-height:340px;height:100%}
.map-embed iframe{width:100%;height:100%;min-height:340px;border:0;filter:grayscale(.3) contrast(1.05)}
.socials{display:flex;gap:.8rem;margin-top:1.6rem}
.socials a{width:46px;height:46px;border-radius:12px;border:1px solid var(--line-2);display:grid;place-items:center;
  color:var(--ink);transition:.2s}
.socials a:hover{border-color:var(--gold);color:var(--gold-2);transform:translateY(-2px)}
.socials svg{width:22px;height:22px;fill:currentColor}

/* ---------- footer ---------- */
.footer{background:#0a0a0c;border-top:1px solid var(--line);padding:clamp(44px,6vw,72px) 0 2rem}
.footer-top{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:flex-start}
.footer-brand{max-width:34ch}
.footer-brand .logo-plate{background:#fff;border-radius:12px;padding:14px 18px;display:inline-block;margin-bottom:1rem}
.footer-brand .logo-plate img{height:52px;width:auto}
.footer-brand p{color:var(--muted);font-size:.98rem}
.footer-nav{display:flex;gap:3rem;flex-wrap:wrap}
.footer-nav h4{font-family:'Rubik';font-weight:700;font-size:.95rem;color:var(--muted-2);
  text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}
.footer-nav a{display:block;color:var(--muted);padding:.35rem 0;transition:color .2s}
.footer-nav a:hover{color:var(--gold-2)}
.footer-bottom{margin-top:clamp(32px,5vw,52px);padding-top:1.6rem;border-top:1px solid var(--line);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;color:var(--muted-2);font-size:.88rem}
.footer-bottom a:hover{color:var(--gold-2)}

/* ---------- combined contact widget (bottom-right): whatsapp + booking + call ---------- */
#cw-toggle{position:fixed;bottom:22px;right:22px;z-index:90;width:58px;height:58px;border-radius:50%;
  background:linear-gradient(180deg,var(--gold-2),var(--gold));border:0;display:grid;place-items:center;
  box-shadow:0 12px 34px rgba(200,162,74,.42);transition:transform .2s;cursor:pointer}
#cw-toggle:hover{transform:scale(1.08)}
#cw-toggle svg{width:28px;height:28px;fill:#231a06}
#cw-panel{position:fixed;bottom:92px;right:22px;z-index:91;width:min(330px,calc(100vw - 32px));
  background:var(--bg-2);border:1px solid var(--line-2);border-radius:16px;box-shadow:var(--shadow);
  display:none;flex-direction:column;overflow:hidden}
#cw-panel.open{display:flex}
.cw-head{background:#0a0a0c;padding:15px 18px;border-bottom:1px solid var(--line)}
.cw-head b{display:block;font-family:'Rubik',sans-serif;font-weight:700;color:var(--gold-2)}
.cw-head small{color:var(--muted);font-size:.82rem}
.cw-body{padding:12px;display:flex;flex-direction:column;gap:8px}
.cw-opt{display:flex;align-items:center;gap:12px;background:var(--bg-3);border:1px solid var(--line);
  border-radius:12px;padding:12px 14px;color:var(--ink);transition:border-color .15s}
.cw-opt:hover{border-color:var(--gold)}
.cw-opt svg{width:24px;height:24px;flex:none;color:var(--gold-2);fill:var(--gold-2)}
.cw-opt.cw-wa svg{fill:#25d366;color:#25d366}
.cw-opt span{font-family:'Rubik',sans-serif;font-weight:700;font-size:.96rem;line-height:1.3}
.cw-opt small{display:block;font-family:'Heebo',sans-serif;font-weight:400;color:var(--muted);font-size:.8rem;margin-top:2px}

/* ---------- accessibility widget (bottom-left) ---------- */
#a11y-widget{position:fixed;bottom:18px;left:18px;z-index:9999;font-family:sans-serif}
#a11y-btn{width:48px;height:48px;border-radius:50%;border:none;background:#1a56db;color:#fff;font-size:22px;
  cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.3)}
#a11y-menu{display:none;position:absolute;bottom:56px;left:0;background:#fff;color:#111;border-radius:12px;
  box-shadow:0 4px 20px rgba(0,0,0,.25);padding:12px;width:210px;direction:rtl}
#a11y-menu.open{display:block}
#a11y-menu button{display:block;width:100%;margin:4px 0;padding:8px;border:1px solid #ddd;border-radius:8px;
  background:#f9fafb;cursor:pointer;font-size:.95rem}
#a11y-menu a{display:block;text-align:center;margin-top:6px;font-size:12px;color:#1a56db}

/* ---------- reveal ---------- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* ---------- responsive ---------- */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero-media{max-width:420px;margin-inline:auto;order:-1}
  .about-grid{grid-template-columns:1fr}
  .about-media{max-width:440px;order:-1}
  .booking-shell{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .rev-strip{grid-template-columns:repeat(2,1fr)}
  .gallery{columns:2}
}
@media (max-width:640px){
  .nav-links{display:none}
  .nav-links.open{display:flex;position:absolute;top:68px;inset-inline:0;flex-direction:column;
    background:var(--bg-2);border-bottom:1px solid var(--line);padding:1rem 1.4rem;gap:1.1rem}
  .nav-toggle{display:block}
  .nav-cta .btn-ghost{display:none}
  .menu-grid{grid-template-columns:1fr;gap:36px}
  .rev-top{grid-template-columns:1fr;text-align:center}
  .rev-strip{grid-template-columns:1fr}
  .gallery{columns:1}
  .hero-badge{inset-inline-start:auto;inset-inline-end:-8px}
}
