:root{
    --blush:#fbe6ea;
    --blush-deep:#f3c9d3;
    --rose:#e2a6b6;
    --gold:#c9a227;
    --gold-light:#ecd8a0;
    --gold-deep:#8f6d22;
    --ink:#231a17;
    --cream:#fffaf5;
    --line: rgba(143,109,34,0.35);
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Rubik', sans-serif;
    color:var(--ink);
    background:
      radial-gradient(ellipse 60% 40% at 15% 0%, rgba(255,255,255,0.55), transparent 60%),
      radial-gradient(ellipse 50% 35% at 90% 15%, rgba(233,190,140,0.25), transparent 60%),
      radial-gradient(ellipse 70% 50% at 50% 100%, rgba(226,166,182,0.3), transparent 60%),
      linear-gradient(160deg, #fdf1f3 0%, #f8dee4 35%, #f3d9c9 70%, #f8e6d3 100%);
    background-attachment: fixed;
    overflow-x:hidden;
  }
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:1080px; margin:0 auto; padding:0 24px;}

  /* ---------- ACCESSIBILITY UTILITIES ---------- */
  .sr-only{
    position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
  }
  .skip-link{
    position:absolute; right:12px; top:-60px; z-index:200;
    background:var(--ink); color:#fff; padding:12px 20px; border-radius:0 0 10px 10px;
    font-weight:600; transition:top .2s;
  }
  .skip-link:focus{top:0;}
  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
    outline:3px solid #1a56db; outline-offset:2px;
  }

  /* marble veining overlay */
  .veins{
    position:fixed; inset:0; pointer-events:none; z-index:0; opacity:0.5; mix-blend-mode:multiply;
    background-image:
      linear-gradient(115deg, transparent 40%, rgba(201,162,39,0.09) 41%, transparent 43%),
      linear-gradient(70deg, transparent 60%, rgba(201,162,39,0.07) 61%, transparent 64%),
      linear-gradient(20deg, transparent 25%, rgba(226,166,182,0.12) 26%, transparent 29%);
    background-size: 100% 100%;
  }

  /* ---------- NAV ---------- */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(253,241,243,0.75);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  nav.wrap{
    display:flex; align-items:center; justify-content:space-between;
    height:76px;
  }
  .brand{display:flex; align-items:center; gap:12px;}
  .brand img{width:44px; height:44px; border-radius:50%; object-fit:cover; box-shadow:0 0 0 2px var(--gold-light), 0 0 0 3px var(--gold);}
  .brand-name{font-family:'Frank Ruhl Libre', serif; font-weight:700; font-size:1.15rem; letter-spacing:.5px;}
  .brand-name span{display:block; font-size:.62rem; font-weight:400; color:var(--gold-deep); letter-spacing:2px;}
  .nav-links{display:flex; gap:28px; font-size:.92rem; font-weight:500;}
  .nav-links a{position:relative; padding-bottom:4px; transition:color .2s;}
  .nav-links a:after{content:'';position:absolute; right:0; bottom:0; width:0; height:1px; background:var(--gold-deep); transition:width .25s;}
  .nav-links a:hover:after, .nav-links a:focus-visible:after{width:100%;}
  .nav-cta{
    background:linear-gradient(135deg, var(--gold-deep), var(--gold) 50%, var(--gold-light));
    color:#2a1f0d; font-weight:600; font-size:.88rem;
    padding:10px 22px; border-radius:999px;
    box-shadow:0 4px 14px rgba(143,109,34,0.35);
    white-space:nowrap;
  }
  .burger{display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; position:relative; z-index:41;}
  .burger span{width:26px; height:2px; background:var(--ink); transition:transform .25s ease, opacity .2s ease;}
  .burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .burger[aria-expanded="true"] span:nth-child(2){opacity:0;}
  .burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  /* ---------- HERO ---------- */
  .hero{
    position:relative; z-index:1;
    padding:64px 0 40px;
    text-align:center;
  }
  .emblem-wrap{
    position:relative; width:min(320px, 78vw); margin:0 auto 8px;
  }
  .emblem-wrap img{
    border-radius:50%;
    box-shadow:0 20px 50px -15px rgba(143,109,34,0.45);
  }
  .ring-orbit{
    position:absolute; inset:-14px; border-radius:50%;
    border:1.5px solid var(--gold);
    opacity:.55;
    animation:spin 40s linear infinite;
  }
  .ring-orbit:before{
    content:''; position:absolute; top:-4px; right:calc(50% - 4px); width:8px; height:8px; border-radius:50%;
    background:var(--gold-light); box-shadow:0 0 8px var(--gold);
  }
  @keyframes spin{to{transform:rotate(360deg);}}
  @media (prefers-reduced-motion: reduce){ .ring-orbit{animation:none;} }

  .eyebrow{
    font-size:.8rem; letter-spacing:4px; color:var(--gold-deep); font-weight:600;
    margin-top:22px;
  }
  h1.hero-title{
    font-family:'Frank Ruhl Libre', serif; font-weight:900;
    font-size:clamp(2.4rem, 6vw, 4rem);
    margin:10px 0 6px;
    background:linear-gradient(100deg, var(--gold-deep), var(--gold) 35%, #b5883a 55%, var(--gold-deep));
    -webkit-background-clip:text; background-clip:text; color:transparent;
  }
  .hero-sub{
    font-size:clamp(1rem, 2vw, 1.2rem); color:#4a352c; max-width:520px; margin:0 auto 30px;
    line-height:1.7;
  }
  .hero-ctas{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:14px 30px; border-radius:999px; font-weight:600; font-size:.95rem;
    transition:transform .2s, box-shadow .2s;
  }
  .btn:hover{transform:translateY(-2px);}
  .btn-primary{
    background:linear-gradient(135deg, var(--gold-deep), var(--gold) 50%, var(--gold-light));
    color:#2a1f0d;
    box-shadow:0 10px 24px -8px rgba(143,109,34,0.55);
  }
  .btn-ghost{
    background:transparent; color:var(--ink); border:1.5px solid var(--gold-deep);
  }

  /* ---------- SECTION SHELL ---------- */
  section{position:relative; z-index:1; padding:70px 0;}
  .section-head{text-align:center; margin-bottom:44px;}
  .section-eyebrow{font-size:.75rem; letter-spacing:3px; color:var(--gold-deep); font-weight:700;}
  .section-title{font-family:'Frank Ruhl Libre', serif; font-size:clamp(1.7rem,3.5vw,2.4rem); font-weight:700; margin-top:8px;}
  .divider{
    width:120px; height:1px; margin:20px auto 0;
    background:linear-gradient(90deg, transparent, var(--gold-deep), transparent);
    position:relative;
  }
  .divider:after{
    content:'✦'; position:absolute; top:-9px; right:calc(50% - 8px); color:var(--gold-deep); font-size:.9rem; background:transparent;
  }

  /* ---------- ABOUT ---------- */
  .about-grid{
    display:grid; justify-content:center;
  }
  .about-card{
    background:var(--cream); border:1px solid var(--line); border-radius:24px;
    padding:38px 34px; box-shadow:0 20px 40px -25px rgba(0,0,0,0.25);
    max-width:640px; margin:0 auto; text-align:center;
  }
  .about-card p{line-height:1.9; font-size:1.02rem; color:#3d2c25;}
  .about-card p + p{margin-top:14px;}
  .about-stats{display:flex; gap:28px; margin-top:26px; flex-wrap:wrap; justify-content:center;}
  .stat{text-align:center;}
  .stat b{display:block; font-family:'Frank Ruhl Libre', serif; font-size:1.6rem; color:var(--gold-deep);}
  .stat span{font-size:.78rem; color:#6b5a4f;}

  /* ---------- SERVICES / PRICE MENU ---------- */
  .menu-card{
    background:var(--cream); border-radius:26px; border:1px solid var(--line);
    padding:10px 0; box-shadow:0 25px 50px -28px rgba(0,0,0,0.3);
    max-width:720px; margin:0 auto;
  }
  .menu-row{
    display:flex; align-items:baseline; justify-content:space-between; gap:16px;
    padding:20px 40px;
    border-bottom:1px dashed var(--line);
  }
  .menu-row:last-child{border-bottom:none;}
  .menu-row .name{font-family:'Frank Ruhl Libre', serif; font-weight:500; font-size:1.08rem;}
  .menu-row .name small{display:block; font-family:'Rubik',sans-serif; font-size:.76rem; color:#8a746a; font-weight:400; margin-top:3px;}
  .menu-row .leader{flex:1; border-bottom:1px dotted var(--rose); transform:translateY(-4px); min-width:20px;}
  .menu-row .price{font-weight:700; font-size:1.15rem; color:var(--gold-deep); white-space:nowrap;}
  .menu-row .price:after{content:' ₪';font-weight:500; font-size:.85rem;}
  .menu-row.highlight{background:linear-gradient(90deg, rgba(236,216,160,0.35), transparent);}
  .menu-note{
    text-align:center; font-size:.85rem; color:#6b5a4f; margin-top:20px; padding:0 20px;
  }

  /* ---------- GALLERY ---------- */
.gallery-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:22px;
}
.gallery-item{
  border-radius:18px; overflow:hidden; aspect-ratio:1/1;
  box-shadow:0 18px 34px -22px rgba(0,0,0,0.35);
  border:1px solid var(--line);
  position:relative; z-index:1;
  transition:transform .35s ease, box-shadow .35s ease, z-index .35s;
}
.gallery-item img{
  width:100%; height:100%; object-fit:cover;
}
.gallery-item:hover, .gallery-item:focus-within{
  transform:scale(1.12);
  z-index:10;
  box-shadow:0 30px 60px -12px rgba(0,0,0,0.5);
}
  /* scroll-reveal: elements start hidden + shifted down, float up into place */
  .reveal{
  opacity:0;
  transform:translateY(46px) scale(0.8) rotate(-6deg);
  transition:opacity .7s ease, transform .8s cubic-bezier(.34,1.56,.64,1);
}
.reveal.visible{opacity:1; transform:translateY(0) scale(1) rotate(0deg);}
  /* stagger each gallery item slightly so they don't all land at once */
  .gallery-item.reveal:nth-child(1){transition-delay:0s;}
  .gallery-item.reveal:nth-child(2){transition-delay:.1s;}
  .gallery-item.reveal:nth-child(3){transition-delay:.2s;}
  .gallery-item.reveal:nth-child(4){transition-delay:.1s;}
  .gallery-item.reveal:nth-child(5){transition-delay:.2s;}
  .gallery-item.reveal:nth-child(6){transition-delay:.3s;}
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1; transform:none; transition:none;}
  }

  /* ---------- VALUES ---------- */
  .values{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
  .value-card{
    background:var(--cream); border-radius:20px; padding:32px 24px; text-align:center;
    border:1px solid var(--line); box-shadow:0 18px 34px -24px rgba(0,0,0,0.25);
  }
  .value-icon{
    width:56px; height:56px; margin:0 auto 16px; border-radius:50%;
    background:linear-gradient(135deg, var(--gold-light), var(--gold));
    display:flex; align-items:center; justify-content:center; font-size:1.4rem;
  }
  .value-card h3{font-family:'Frank Ruhl Libre', serif; font-size:1.1rem; margin-bottom:8px;}
  .value-card p{font-size:.9rem; color:#5c4a41; line-height:1.7;}

  /* ---------- CONTACT ---------- */
  .contact-wrap{
    display:grid; grid-template-columns:1fr 1fr; gap:40px;
    background:var(--cream); border-radius:28px; border:1px solid var(--line);
    padding:48px; box-shadow:0 30px 60px -30px rgba(0,0,0,0.3);
  }
  .contact-col h3{font-family:'Frank Ruhl Libre', serif; font-size:1.3rem; margin-bottom:18px;}
  .contact-item{display:flex; align-items:center; gap:14px; margin-bottom:16px; font-size:.98rem;}
  .contact-item .ic{
    width:38px; height:38px; border-radius:50%; background:var(--blush-deep);
    display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:1rem;
  }
  .social-row{display:flex; gap:12px; margin-top:22px;}
  .social-row a{
    width:42px; height:42px; border-radius:50%; border:1.5px solid var(--gold-deep);
    display:flex; align-items:center; justify-content:center; font-size:1.05rem;
    transition:background .2s, color .2s;
  }
  .social-row a:hover, .social-row a:focus-visible{background:var(--gold-deep); color:#fff;}
  .form-field{margin-bottom:14px;}
  .form-field label{display:block; font-size:.82rem; margin-bottom:6px; color:#5c4a41;}
  .form-field input, .form-field textarea{
    width:100%; padding:12px 14px; border-radius:12px; border:1px solid var(--line);
    background:#fffdfb; font-family:inherit; font-size:.95rem; color:var(--ink);
  }
  .form-field textarea{resize:vertical; min-height:90px;}
  .form-field input:focus, .form-field textarea:focus{outline:2px solid var(--gold); outline-offset:1px;}
  .form-privacy-note{font-size:.78rem; color:#6b5a4f; margin-top:10px; text-align:center;}
  .form-privacy-note a{text-decoration:underline; color:var(--gold-deep);}

  /* ---------- FOOTER ---------- */
  footer{
    position:relative; z-index:1;
    text-align:center; padding:40px 24px 34px;
    border-top:1px solid var(--line);
  }
  footer .f-brand{font-family:'Frank Ruhl Libre', serif; font-weight:700; font-size:1.1rem; margin-bottom:6px;}
  footer p{font-size:.82rem; color:#7a675d;}
  .footer-links{margin-top:14px; display:flex; gap:10px; justify-content:center; flex-wrap:wrap; font-size:.8rem;}
  .footer-links a{text-decoration:underline; color:#6b5a4f;}
  .footer-links a:hover, .footer-links a:focus-visible{color:var(--gold-deep);}

  /* ---------- RESPONSIVE ---------- */
  @media (max-width:840px){
    .contact-wrap{grid-template-columns:1fr; padding:32px 24px;}
    .values{grid-template-columns:1fr;}
    .gallery-grid{grid-template-columns:repeat(2,1fr);}
  }
  @media (max-width:700px){
    .nav-links{display:none;}
    .burger{display:flex;}
    .nav-cta{padding:8px 16px; font-size:.8rem;}
  }
  .menu-mobile{
    display:none; position:fixed; top:76px; left:0; right:0;
    height:calc(100vh - 76px); height:calc(100dvh - 76px);
    background:var(--cream); z-index:40; overflow-y:auto;
    flex-direction:column; align-items:center; padding-top:40px; gap:26px; font-size:1.1rem;
  }
  .menu-mobile.open{display:flex;}

  /* ---------- ACCESSIBILITY TOOLBAR ---------- */
  .a11y-fab{
    position:fixed; left:18px; bottom:18px; z-index:100;
    width:52px; height:52px; border-radius:50%; border:none; cursor:pointer;
    background:linear-gradient(135deg, var(--gold-deep), var(--gold));
    color:#fff; font-size:1.3rem; box-shadow:0 8px 22px -6px rgba(0,0,0,0.4);
  }
  .a11y-panel{
    position:fixed; left:18px; bottom:80px; z-index:100;
    width:min(300px, calc(100vw - 36px)); background:var(--cream);
    border:1px solid var(--line); border-radius:18px; padding:18px;
    box-shadow:0 20px 50px -15px rgba(0,0,0,0.4);
  }
  .a11y-panel-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:12px;}
  .a11y-panel-head h2{font-size:1.05rem; font-family:'Frank Ruhl Libre', serif;}
  .a11y-close{background:none; border:none; font-size:1.1rem; cursor:pointer; color:var(--ink); padding:4px 8px;}
  .a11y-actions{display:grid; grid-template-columns:1fr 1fr; gap:8px;}
  .a11y-actions button{
    padding:10px 8px; border-radius:10px; border:1px solid var(--line); background:#fff;
    font-size:.82rem; cursor:pointer; color:var(--ink);
  }
  .a11y-actions button:hover, .a11y-actions button:focus-visible{background:var(--blush-deep);}
  .a11y-statement-link{margin-top:12px; text-align:center; font-size:.8rem;}
  .a11y-statement-link a{text-decoration:underline;}

  /* accessibility modes toggled on <html> */
  html.a11y-contrast body{background:#000 !important; color:#fff !important;}
  html.a11y-contrast .about-card, html.a11y-contrast .menu-card, html.a11y-contrast .value-card,
  html.a11y-contrast .contact-wrap, html.a11y-contrast .a11y-panel, html.a11y-contrast .menu-mobile{
    background:#0d0d0d !important; color:#fff !important; border-color:#fff !important;
  }
  html.a11y-contrast header{background:#000 !important;}
  html.a11y-contrast h1.hero-title{-webkit-text-fill-color:#fff; background:none; color:#fff;}
  html.a11y-contrast a{color:#ffd76a !important;}
  html.a11y-contrast .btn-primary, html.a11y-contrast .nav-cta{background:#ffd76a !important; color:#000 !important;}
  html.a11y-grayscale{filter:grayscale(1);}
  html.a11y-underline a{text-decoration:underline !important;}
  html.a11y-readable *{font-family:Arial, Helvetica, sans-serif !important; letter-spacing:.2px;}
  html.a11y-stop-motion *, html.a11y-stop-motion *::before, html.a11y-stop-motion *::after{
    animation:none !important; transition:none !important;
  }

  /* ---------- LEGAL / STATIC PAGES ---------- */
  .legal-page{max-width:820px; margin:0 auto; padding:60px 24px 90px;}
  .legal-page h1{
    font-family:'Frank Ruhl Libre', serif; font-size:clamp(1.8rem,4vw,2.6rem);
    margin-bottom:8px;
  }
  .legal-updated{font-size:.85rem; color:#6b5a4f; margin-bottom:34px;}
  .legal-page h2{
    font-family:'Frank Ruhl Libre', serif; font-size:1.35rem; margin:34px 0 12px; color:var(--gold-deep);
  }
  .legal-page p{line-height:1.9; margin-bottom:14px; color:#3d2c25;}
  .legal-page ul{margin:0 0 14px; padding-inline-start:22px; line-height:1.9; color:#3d2c25;}
  .legal-page li{margin-bottom:6px;}
  .legal-page a{text-decoration:underline; color:var(--gold-deep);}
  .back-home{display:inline-block; margin-bottom:24px; font-size:.9rem; text-decoration:underline;}
