/* =========================================================
   Siddur Ariel — global stylesheet
   Shared across all site pages (home, about, service, ...)
   ========================================================= */

:root{
  --cream:#fbf6f1;
  --cream-2:#fefaf7;
  --navy:#23276b;
  --navy-2:#0d1b32;
  --gold:#b08d57;
  --gold-dark:#7d5f36;
  --gold-light:#e8b570;
  --gold-soft:#d7caba;
  --brown-heading:#352213;
  --brown-body:#6b6053;
  --box-warm:#ddd8d4;
  --box-cool:#eff0f2;
  --taupe-bar:#9e9188;
  --btn-dark:#4a4030;
  --whatsapp:#457c3e;

  --wrap:1440px;         /* shared page container width */
  --font-body:'Assistant', sans-serif;
  --font-heading:'Noto Sans Hebrew', 'Assistant', sans-serif;
  --font-script:'Ballet', cursive;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  /* background:var(--cream-2); */
  color:var(--brown-heading);
  font-family:var(--font-body);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3{font-family:var(--font-heading);font-weight:700;margin:0;color:var(--brown-heading);}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px;}
.section{padding:42px 0;}
.divider-top{border-top:6px solid; 
border-image: linear-gradient( 120deg, #8b6b3d, #e8b570 45%, #c9975a 82%, #8b6b3d ) 1;
}

/* ===== Top bar ===== */
.topbar{height:28px;background:linear-gradient(90deg,#1c2058,#2c3080 50%,#1c2058);     border-bottom: 2px solid var(--gold-light);}

/* ===== Header ===== */
header{
  border-bottom:5px solid;background:#fff;
  border-image: linear-gradient(
  120deg,
  #8b6b3d,
  #e8b570 45%,
  #c9975a 82%,
  #8b6b3d
) 1;
  position:sticky;top:0;z-index:1000;
  transition:box-shadow .35s ease, border-color .35s ease, background-color .35s ease;
}
.header-icons .left-side-log img{
  height: 50px;
}
.header-inner{
  max-width:var(--wrap);margin:0 auto;padding:10px 20px;
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;
}
.rightpart-header{display:flex;align-items:center;gap:14px;}
.header-icons{display:flex;align-items:center;gap:30px;}
.header-icons svg{width:20px;height:20px;stroke:var(--brown-heading);}
.cart-icon-link{display:flex;line-height:0;position:relative;}
.site-search-toggle{background:none;border:none;padding:0;line-height:0;cursor:pointer;display:flex;align-items:center;}

/* ---------- header search dropdown ---------- */
.site-search-bar{
  position:absolute;top:100%;left:0;right:0;background:var(--cream-2);
  border-bottom:3px solid var(--gold-soft);box-shadow:0 12px 24px -8px rgba(35,27,15,.18);
  max-height:0;overflow:hidden;opacity:0;visibility:hidden;
  transition:max-height .3s ease,opacity .3s ease,visibility .3s ease;
}
body.search-open .site-search-bar{max-height:110px;opacity:1;visibility:visible;}
.site-search-form{
  max-width:var(--wrap);margin:0 auto;padding:18px 20px;
  display:flex;gap:10px;align-items:center;
}
.site-search-input{
  flex:1;padding:12px 16px;border:1.5px solid var(--gold-soft);border-radius:10px;
  font-family:var(--font-body);font-size:16px;background:#fff;color:var(--brown-heading);
}
.site-search-input:focus{outline:none;border-color:var(--gold);}
.site-search-submit{
  background:var(--brown-heading);border:none;border-radius:10px;padding:0 18px;
  height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:background .15s ease;
}
.site-search-submit:hover{background:var(--gold-dark);}
.site-search-submit svg{width:20px;height:20px;stroke:#fff;}
.header-mark{
  font-family:var(--font-script);font-size:26px;color:var(--brown-heading);
  position:relative;line-height:1;margin-inline-start:10px;
  transition:font-size .35s ease;
}
#faq{
  padding-bottom: 70px;
}
.left-side-log{
  margin-left: 30px;
}
#siteNavDesktop ul li{padding:0;}
#siteNavDesktop ul li a{
  display:block;
  padding:4px 10px;
  transition:none;
}
#siteNavDesktop ul li:hover a{
  background:linear-gradient(78deg, #8b6b3d, #e8b570 45%, #c9975a 82%, #8b6b3d);
  color:#fff;
}
#siteNavDesktop ul li.current a,
#siteNavDesktop .current-menu-item a,
#siteNavDesktop .current_page_item a{
  background:linear-gradient(78deg, #8b6b3d, #e8b570 45%, #c9975a 82%, #8b6b3d);
  color:#fff;
  font-weight:500;
}
.header-mark sup{font-size:9px;}
nav ul{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;}
nav a{font-size:18px;font-weight:400;color:#4a4234;white-space:nowrap;transition:color .15s;}
nav a:hover{color:var(--gold-dark);}
#siteNav{display:none;}
.rightpart-header .site-logo{height:20px;width:auto;}

/* ===== Mobile menu toggle (hamburger) ===== */
.menu-toggle{
  display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;
  width:40px;height:40px;padding:0;border:none;background:transparent;cursor:pointer;
  border-radius:8px;flex-shrink:0;-webkit-tap-highlight-color:transparent;
  position:relative;z-index:1001;
}
.menu-toggle:hover{background:rgba(176,141,87,.1);}
.menu-toggle span{
  display:block;width:22px;height:2px;border-radius:2px;background:var(--brown-heading);
  transition:transform .3s cubic-bezier(.4,0,.2,1), opacity .25s ease, width .3s ease;
}
body.nav-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg);}
body.nav-open .menu-toggle span:nth-child(2){opacity:0;}
body.nav-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.nav-backdrop{
  display:none;position:fixed;inset:0;background:rgba(20,15,8,.42);
  opacity:0;visibility:hidden;transition:opacity .35s ease, visibility .35s ease;z-index:998;
}
body.nav-open .nav-backdrop{opacity:1;visibility:visible;}

/* ===== Hero ===== */
.hero-section{
  background-image: url(../images/hero-bg.jpeg);
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
}
.hero{
  max-width:1920px;margin:0 auto;padding:0 0px;
  display:flex;gap:0;align-items:stretch;
}
.hero-content{
  flex:1 1 55%;display:flex;flex-direction:column;

  direction:rtl;padding:38px 4em 0px;
  align-self:stretch; text-align: center;
}
.hero-tag{font-size:93px;font-weight:800;line-height:1;margin-bottom:2px; color: #352213;}
.hero-tag-line2{font-size:93px;font-weight:700;line-height:1;margin-bottom:14px; color: #352213; margin: 0 auto; max-width: 450px;}
.hero-desc{
  margin-bottom: 1rem;
}
.hero-desc p{font-size:37px;line-height:1;color:#564938;margin-bottom:0px; margin-top: 0; padding: 0 0rem;}
.price-box{display:flex;border:3px solid;margin:0 auto 16px;max-width:360px; border-image: linear-gradient(
  120deg,
  #8b6b3d,
  #e8b570 45%,
  #c9975a 82%,
  #8b6b3d
) 1;}
.price-old{
 flex: 1;
    text-align: center;
    padding: 4px 26px;
    position: relative;
    border-right: 3px solid var(--gold);
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.price-old span{display:block;font-size:20px;color:#594434;margin-bottom: 0px; font-weight: 700;}
.price-old strong{
     font-size: 40px;
    font-weight: 700;
    color: #594434;
    position: relative;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-family: var(--font-heading);
}
.price-old strong::after{
 content: "";
    position: absolute;
    right: -9px;
    left: -17px;
    top: 50%;
    height: 2px;
    background: linear-gradient(
    120deg,
    #6f4e25,
    #c9975a 25%,
    #f4d08a 50%,
    #c9975a 75%,
    #6f4e25
  ) border-box;;
    transform: rotate(340deg);
}
.price-new{flex:1.3;text-align:center;padding:4px 34px;}
.price-new span{display:block;font-size:22px;color:#594434;margin-bottom:2px; font-weight: 800;}
.price-new strong{
      font-size: 60px;
    font-weight: 800;
    color: #594434;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-family: var(--font-heading);
}
.price-new strong span{font-size:36px;margin-inline-start:4px;}
.price-new em{font-style:normal;font-size:18px;color:#594434; font-weight: 800;}
.hero-includes{
      font-size: 30px;
    line-height: 1;
    color: #564938;
    margin:0 auto 20px;
    max-width: 490px;
    margin-top: 0;
}
.btn-gold{
display: inline-block;
    text-align: center;
    padding: 12px 36px;
    border-radius: 10px;
    background: linear-gradient(120deg, #8b6b3d, #e8b570 45%, #c9975a 82%, #8b6b3d);
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    box-shadow: 0 3px 8px rgba(139, 107, 61, .35);
    border: none;
    cursor: pointer;
    width: fit-content;
    font-family: var(--font-body);
    margin: 0 auto;
}
.hero-fine{
  font-size: 18px;
    color: var(--brown-heading);
    margin-top: 14px;
    line-height: 1.2;
    font-weight: 700;
}
.hero-photo-wrap{
  flex:1 1 70%;position:relative;overflow:hidden;min-width:0;
}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center center;}
/* Desktop uses .hero-section's own background-image; the <img> is mobile-only. */
.hero-photo-mobile{display:none;}
.bsd{position:absolute;top:10px;right:14px;font-size:11px;color:#2a2a2a;text-shadow:0 1px 2px rgba(255,255,255,.5);}
.caption-note{position:absolute;bottom:10px;left:14px;font-size:10.5px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6);}

/* ===== Why section ===== */
.why-head{text-align:center;font-size:60px;margin-bottom:30px; line-height: 1;}
.why-cols{display:grid;grid-template-columns:1fr 1fr;gap:86px;margin:0 auto 90px; max-width: 80%; margin-bottom: 44px;}
.why-cols p{font-size:30px;line-height:1.3;color:#5a5142;margin:0;text-align:right;}
.why-cols .rule{background:var(--gold); width: 2px;}
.why-cols p strong{color:var(--brown-heading);}

.icon-row{display:flex;gap:16px;margin:0 50px 44px;flex-wrap:wrap;}
.icon-card{
  flex:1;
  min-width:150px;
  background:#fff;
  border:2px solid transparent;
   background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            120deg,
            #8b6b3d,
            #e8b570 45%,
            #c9975a 82%,
            #8b6b3d
        ) border-box;
border-radius:12px;
  padding:18px 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:14px;
}
.icon-card .icon-glyph{height:76px;width:auto;object-fit:contain;}
.icon-card p{margin:0;font-size:32px;font-weight:400;color:#4a4030;line-height:1.2;}
.icon-card .icon-card-title{font-size:32px;font-weight:400;color:#4a3d2e;font-family:var(--font-heading);}
.icon-card--reverse{flex-direction:column;}
.icon-card--reverse .icon-glyph{height: 140px;
    margin-bottom: -19px;}

.flag-row{display:flex;align-items:center;gap:26px;margin:0 auto 40px;flex-wrap:wrap; max-width: 91%; margin-bottom: 0px;}
.flag-row img{flex-shrink:0;}
.flag-row p{font-size:51px;line-height:1.2;color:#4a4030;margin:0;flex:1;text-align:right;}

.editions{text-align:center;margin-bottom:40px;}
.editions h3{font-size:24px;margin-bottom:10px;}
.editions p{font-size:24px;color:#5a5142;line-height:1.2;margin:0;}
.editions p span{color:var(--gold-dark);margin:0 6px;}
.editions-link{color:inherit;text-decoration:none;transition:color .15s ease;}
.editions-link:hover{color:var(--gold-dark);text-decoration:underline;}

/* ===== Grey callout bar ===== */
.callout-wrap{display:flex;justify-content:center;padding:0 0 56px;}
.callout{
  background:var(--taupe-bar);color:#f6f1ea;text-align:center;padding:16px 30px;
  max-width:var(--wrap);width:100%;font-size:24px;line-height:1.2;font-weight:500;
  margin: 0 20px;
}

/* ===== Promo section ===== */
.promo{max-width:1920px;margin:0 auto;padding:0 0px;display:flex;gap:0;direction:ltr;}
.promo-box{
  flex:1 1 42%;background:var(--box-cool);
  padding:34px 36px;
  text-align: center;
  direction: rtl;
}
.promo-box h3{font-size:36px;margin-bottom:14px;}
.promo-box p{font-size:43px;line-height:1.2;color:#4f4636;margin:0 0 18px;}
.promo-quote{font-size:46px !important;font-weight:700;color:#3b3122 !important;margin-bottom:6px;line-height:1.6;font-family:var(--font-heading); margin-bottom: 0 !important;}
.promo-quote img{
  margin: 0 auto;
}
.promo-cite{font-size:22px !important;color:#847a6a;margin-bottom:22px;}
.btn-dark{
  display:inline-block;text-align:center;padding:10px 32px;border-radius:10px;
  background:#4a2500;color:#f3ede1;font-weight:700;font-size:38px;
  width:fit-content;border:none;cursor:pointer;
  font-family: var(--font-heading);
}
.promo-photo-wrap{flex:1 1 58%;min-width:0;}
.promo-photo-wrap img{width:100%;height:100%;object-fit:cover;}

/* ===== Social proof ===== */
.social-head{text-align:center;font-size:64px;line-height:1;margin-bottom:40px; font-family: var(--font-body);;}
.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;}
.social-grid-item{aspect-ratio:1/1;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.15);}
.social-grid-item a{display:block;width:100%;height:100%;}
.social-grid-item img{width:100%;height:100%;object-fit:cover;display:block;}
.carousel-wrap{display:flex;align-items:center;gap:18px;}
.car-btn{
  flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:#5a4d3c;color:#fff;
  border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;
}
.car-btn-icon{width:40%;height:40%;display:block;}
.carousel{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;flex:1;scrollbar-width:none;}
.carousel::-webkit-scrollbar{display:none;}
.carousel img{
  width:150px;object-fit:cover;border-radius:4px;flex-shrink:0;
  box-shadow:0 1px 4px rgba(0,0,0,.15);
}
.carousel-wrap.rabbis-wrap{gap:0;position:relative;justify-content:center;}
.carousel-wrap.rabbis-wrap .car-btn{
  width:78px;height:78px;background:#3f2d18;box-shadow:0 4px 14px rgba(35,20,5,.25);
  position:absolute;top:50%;transform:translateY(-50%);z-index:3;flex:none;
}
.carousel-wrap.rabbis-wrap .car-btn:first-of-type{left:-50px;}
.carousel-wrap.rabbis-wrap .car-btn:last-of-type{right:-50px;}
.carousel.rabbis{
  /* No inline padding here on purpose: padding on the start edge of an
     RTL scroll container doesn't cleanly subtract from the visible window
     (browser-dependent), which let a 5th card peek in. Clearance for the
     arrows instead comes from #rabbis .wrap's own padding. */
  gap:24px;width:100%;max-width:100%;
  flex:none;margin:0 auto;align-items:flex-start;
  scroll-snap-type:x mandatory;
}
.carousel.rabbis img{
  /* Fixed width+height (not aspect-ratio) — aspect-ratio combined with a
     percentage flex-basis on a replaced element made the browser size these
     from their huge intrinsic dimensions (1600px tall) instead of the 25%
     share, blowing one card up to fill the whole row. */
  flex:0 0 calc(25% - 18px);width:calc(25% - 18px);height:420px;object-fit:contain;border:none;border-radius:4px;
  box-shadow:0 2px 10px rgba(35,27,15,.12);background:#fff;scroll-snap-align:start;
  cursor:zoom-in;transition:transform .2s ease;
}
.carousel.rabbis img:hover{transform:translateY(-4px);}

/* ===== Lightbox (rabbis carousel) ===== */
body.lightbox-open{overflow:hidden;}
.lightbox{
  display:none;position:fixed;inset:0;z-index:2000;align-items:center;justify-content:center;
}
.lightbox.open{display:flex;}
.lightbox-backdrop{position:absolute;inset:0;background:rgba(15,10,4,.88);}
.lightbox-img{
  position:relative;max-width:min(86vw,640px);max-height:82vh;width:auto;height:auto;
  border-radius:6px;box-shadow:0 20px 60px rgba(0,0,0,.5);background:#fff;
}
.lightbox-close{
  position:absolute;top:20px;left:20px;z-index:2;width:44px;height:44px;border-radius:50%;
  background:rgba(255,255,255,.12);color:#fff;border:none;font-size:28px;line-height:1;
  cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;
}
.lightbox-close:hover{background:rgba(255,255,255,.24);}
.lightbox-nav{
  position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:52px;height:52px;
  border-radius:50%;background:rgba(255,255,255,.12);color:#fff;border:none;cursor:pointer;
  display:flex;align-items:center;justify-content:center;transition:background .15s;
}
.lightbox-nav:hover{background:rgba(255,255,255,.24);}
.lightbox-nav svg{width:22px;height:22px;}
.lightbox-prev{left:20px;}
.lightbox-next{right:20px;}
@media (max-width:680px){
  .lightbox-nav{width:42px;height:42px;}
  .lightbox-nav svg{width:18px;height:18px;}
  .lightbox-close{width:38px;height:38px;font-size:24px;top:14px;left:14px;}
  .lightbox-prev{left:10px;}
  .lightbox-next{right:10px;}
}
.handle{    font-family: var(--font-heading);
    margin: 0 auto;
    display: block;
    margin-top: 30px;}
a.handle.btn-dark{color:#f3ede1;text-decoration:none;}
a.handle.btn-dark:hover{opacity:.92;}

/* Social follow row — under @siddurariel handle */
.social-follow{
  margin:36px auto 0;text-align:center;max-width:420px;
}
.social-follow-title{
  margin:0 0 14px;font-size:21px;font-weight:700;color:var(--brown-heading);
  font-family:var(--font-body);
}
.social-follow-row{
  display:flex;align-items:center;justify-content:center;gap:22px;
  direction:ltr;
}
.social-follow-row a{
  color:#1a1a1a;display:flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:50%;
  transition:transform .15s ease, opacity .15s ease;
}
.social-follow-row a:hover{opacity:.7;transform:translateY(-2px);}
.social-follow-row svg{width:30px;height:30px;}

/* Rabbis block — continues below social follow in one flow */
.social-rabbis-block{
  margin-top:48px;padding:0 60px;
}
.social-rabbis-divider{
  height:6px;margin:0 0 48px;
  background:linear-gradient(120deg, #8b6b3d, #e8b570 45%, #c9975a 82%, #8b6b3d);
}
.rabbis-head{text-align:center;font-size:65px;font-family: var(--font-body); margin-bottom:50px; line-height: 1;}

/* ===== FAQ ===== */
#faq .wrap{max-width: 80%;}
.faq-head{text-align:center;font-size:65px;margin-bottom:40px;font-family: var(--font-body); line-height: 0.7;}
.faq-item{border:1px solid var(--gold);border-top:none;}
.faq-item:first-child{border-top:1px solid var(--gold);}
.faq-q{
  display:flex;align-items:center;justify-content:space-between;padding:16px 18px;
  cursor:pointer;font-size:14.5px;font-weight:500;color:#4a4030;background:transparent;border:none;width:100%;
  font-family:var(--font-body);text-align:right;
}
.faq-q span{
  font-size: 34px;
  font-weight: 400;
}
.faq-q .plus{font-size:34px;color:var(--gold-dark);transition:transform .2s;flex-shrink:0;margin-left:14px;}
.faq-item.open .plus{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;padding:0 18px;}
.faq-item.open .faq-a{max-height:160px;}
.faq-a p{font-size:24px;line-height:1.2;color:#6b6053;margin:0 0 16px;}

/* ===== Footer ===== */
.footer-section{background:#d7d7d7;padding:80px 0;}
#footer .wrap{max-width:80%;}
.footer-grid{
  display:grid;grid-template-columns:0.85fr 1.3fr 1.6fr;gap:50px;align-items:start;
}
.footer-nav-col h3,
.footer-info-col h3{
  font-size:22px;font-weight:700;color:#000000;margin:0 0 18px;text-align:right;
}
.footer-info-col h3{
  margin-bottom: 0;
}
.footer-email{
  margin-top: 0;
}
.middle-panga{
  font-size: 38px !important;
  color:#564938 !important;
  font-family: var(--font-body);
}
.footer-phone{
  margin: 0 0;
}
.footer-nav-list{display:flex;flex-direction:column;gap:10px;align-items:flex-start;}
.footer-nav-list a{font-size:21px;color:#3a2f22;transition:color .15s;     font-family: var(--font-heading);}
.footer-nav-list a:hover{color:var(--gold-dark);}

.footer-info-col{text-align:right;min-width:0;}
.footer-email a{font-size:21px;color:#000000; font-family: 'opensance';}
.footer-note{font-size:27px;color:#564938;line-height:1.3;margin:14px 0 22px;overflow-wrap:break-word;}
.footer-phone a{font-size:38px;font-weight:800;color:#564938;font-family:var(--font-heading);}
.footer-social-title{    font-size: 21px;
    font-weight: 700;
    color: #000;
    margin: 22px 0 14px;
    font-family: var(--font-heading);}
.footer-social-row{display:flex;gap:16px;justify-content:flex-end;direction:ltr;}
.footer-social-row a{color:#2a2318;display:flex;transition:opacity .15s;}
.footer-social-row a:hover{opacity:.65;}
.footer-social-row svg{width:30px;height:30px; color: #000;}

.footer-form-col{width:100%;}
.footer-form{display:flex;flex-direction:column;}
.footer-form-row{display:flex;gap:14px;}
.footer-form-row input{flex:1;min-width:0;}
.footer-form input,
.footer-form textarea{
  width:100%;background:#fff;border:none;border-radius:4px;padding:15px 18px;
  font-family:var(--font-body);font-size:15px;color:#3a2f22;margin-bottom:14px;
  text-align:right;box-sizing:border-box;
}
.footer-form input::placeholder,
.footer-form textarea::placeholder{color:#8a8172;}
.footer-form textarea{resize:vertical;min-height:120px;font-family:inherit;}
.footer-form-btn{
  width:fit-content;margin-top:2px;align-self:flex-end;
  font-size:18px !important;padding:14px 30px !important;border-radius:26px !important;
}
/* =========================================================
   Responsive
   Breakpoints: 1024 (tablet/laptop) · 900 (nav becomes a drawer)
   · 680 (small tablet / large phone) · 480 (phone)
   ========================================================= */
   @media (max-width:1880px){
.hero-section{
  background-position-x: 40%;
}
.hero-tag, .hero-tag-line2{
  font-size: 80px;
}
.hero-desc p {
    font-size: 32px;
}
.hero-includes {
    font-size: 28px;
  }
  .btn-gold{
        font-size: 26px;
  }
}

/* ---------- ≤1024px : tablet / small laptop ---------- */
@media (max-width:1024px){
  .hero-tag{font-size:64px;}
  .hero-tag-line2{font-size:48px;}
  .hero-desc p{font-size:18px;padding:0 1rem;}
  .hero-includes{font-size:22px;}
  .why-cols{gap:40px;max-width:100%;}
  .why-cols p{font-size:24px;}
  .flag-row{max-width:100%;}
  .flag-row img{width:220px;}
  .flag-row p{font-size:24px;}
  .icon-row{max-width:100%; margin: 0 auto 44px;}
  .promo-box{padding:34px 40px;}
  .promo-quote{font-size:32px !important;}
  #social .wrap,#faq .wrap,#footer .wrap{max-width:100%;}
  .social-rabbis-block{padding:0 46px;}
}

/* ---------- ≤900px : header switches to hamburger + drawer ---------- */
@media (max-width:900px){
  /* --- nav drawer --- */
  .header-inner{justify-content:space-between;position:relative;}
  .desktop-nav{display:none;}
  .middile-part-header{display:none;}
  .menu-toggle{display:flex;}
  .rightpart-header .site-logo{height:24px;}
  /* Absolutely centered so it stays dead-center regardless of how wide the
     hamburger vs. cart/search groups are (their widths don't match). */
  .rightpart-header{
    gap:10px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  }
  .header-icons{gap:16px;}
  .header-icons .left-side-log{display:none;}
  .header-icons svg{width:26px;height:26px;}
  #siteNav{
    position:fixed;top:0;right:0;height:100%;width:min(78vw,320px);
    background:var(--cream-2);z-index:999;padding:90px 28px 32px;
    display:flex;flex-direction:column;gap:28px;overflow-y:auto;
    transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);
    box-shadow:-12px 0 32px rgba(20,15,8,.12);
  }
  body.nav-open #siteNav{transform:translateX(0);}
  #siteNav ul{flex-direction:column;align-items:flex-start;gap:6px;justify-content:flex-start;}
  #siteNav ul li{width:100%;}
  #siteNav ul a{
    display:block;font-size:18px;padding:12px 4px;border-bottom:1px solid rgba(176,141,87,.18);
  }
  .nav-backdrop{display:block;}
  body.nav-open{overflow:hidden;}

  /* --- hero --- */
  .hero-section{background-image:none;}
  .hero{flex-direction:column;}
  .hero-photo-wrap{flex:none;width:100%;height:auto;aspect-ratio:auto;}
  .hero-photo-mobile{display:block;width:100%;height:auto;object-fit:cover;}
  .hero-content{padding:32px 24px;background:var(--box-warm);}
  .hero-tag{font-size:56px;}
  .hero-tag-line2{font-size:38px;}

  /* --- why section --- */
  .why-cols{grid-template-columns:1fr;gap:22px;}
  .why-cols .rule{display:none;}
  .why-cols p{text-align:center;}
  .icon-row{grid-template-columns:1fr 1fr;display:grid;gap:14px;}
  .flag-row{flex-direction:column;text-align:center;}
  .flag-row p{text-align:center;min-width:0;}

  /* --- promo --- */
  .promo{flex-direction:column;}
  .promo-box,.promo-photo-wrap{flex:none;width:100%;}
  .promo-photo-wrap{height:280px;}
  .promo-box{padding:32px 28px;}

  /* --- carousels --- */
  .carousel img{width:120px;}
  .social-grid{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;}
  .carousel-wrap.rabbis-wrap .car-btn{width:52px;height:52px;font-size:17px;}
  .carousel-wrap.rabbis-wrap .car-btn:first-of-type{left:-26px;}
  .carousel-wrap.rabbis-wrap .car-btn:last-of-type{right:-26px;}
  .carousel.rabbis{gap:16px;padding:0 42px;}
  .carousel.rabbis img{flex:0 0 calc(50% - 8px);width:auto;}
  .social-rabbis-block{margin-top:40px;padding:0 46px;}
  .social-rabbis-divider{margin-bottom:34px;}
  .social-follow{margin-top:28px;}
  .social-follow-title{font-size:18px;}
  .social-follow-row{gap:18px;}
  .social-follow-row svg{width:26px;height:26px;}
  .rabbis-head{margin-bottom:34px;}

  /* --- footer --- */
  .footer-section{padding:56px 0;}
  .footer-grid{grid-template-columns:minmax(140px,auto) 1fr;gap:32px 16px;}
  .footer-nav-col{min-width:140px;padding-left:6px;}
  .footer-form-col{grid-column:1 / -1;}
  .footer-nav-col h3,.footer-info-col h3{font-size:17px;}
  .footer-nav-list{gap:10px;}
  .footer-nav-list a{font-size:18px;white-space:nowrap;}
  .footer-email a{font-size:13px;}
  .footer-note{font-size:20px;line-height:1.6;margin:10px 0 16px;}
  .footer-phone a{font-size:20px;}
  .footer-social-title{font-size:14px;margin:16px 0 10px;}
  .footer-social-row svg{width:22px;height:22px;}
  .middle-panga{font-size:20px !important;}
}

/* ---------- ≤680px : small tablet / large phone ---------- */
@media (max-width:680px){
  .wrap,,.promo{padding-left:16px;padding-right:16px;}
  .why-head,.social-head,.rabbis-head,.faq-head{font-size:30px;}
  .hero-tag{font-size:46px;}
  .hero-tag-line2{font-size:30px;}
  .hero-desc p{font-size:24px;padding:0;}
  .price-box{max-width:100%;}
  .price-old{padding:4px 14px;}
  .price-new{padding:4px 16px;}
  .price-new strong{font-size:34px;}
  .hero-includes{max-width:100%;padding:0 10px;}
  .btn-gold{font-size:16px;padding:12px 26px;}
  .hero-fine{font-size:13px;}
  .price-new span {
    font-size: 20px;
  }
  .price-old span{
    font-size: 18px;
  }

  .icon-card{padding:20px 12px;}
  .icon-card .icon-glyph{height:44px;}
  .icon-card p{font-size:12.5px;}
  .flag-row img{width:170px;}
  .editions h3,.editions p{font-size:15px;}

  .callout{font-size:14px;padding:14px 18px;}

  .promo-box h3{font-size:28px;}
  .promo-box p{font-size:30px;}
  .promo-quote{font-size:20px !important;}
  .promo-cite{font-size:12px !important;}
  .btn-dark{font-size:14px;padding:11px 22px;}

  .carousel img{width:100px;}
  .car-btn{width:32px;height:32px;font-size:12px;}
  .social-grid{grid-template-columns:repeat(3,1fr);gap:6px;}
  .carousel-wrap.rabbis-wrap .car-btn{width:40px;height:40px;font-size:14px;}
  .carousel-wrap.rabbis-wrap .car-btn:first-of-type{left:-12px;}
  .carousel-wrap.rabbis-wrap .car-btn:last-of-type{right:-12px;}
  .carousel.rabbis{gap:10px;padding:0 34px;}
  .carousel.rabbis img{flex:0 0 150px;width:50%; height: auto;}
  .social-rabbis-block{margin-top:32px;padding:0 26px;}
  .social-rabbis-divider{margin-bottom:24px;height:4px;}
  .social-follow{margin-top:22px;max-width:100%;}
  .social-follow-title{font-size:16px;margin-bottom:10px;}
  .social-follow-row{gap:14px;}
  .social-follow-row a{width:40px;height:40px;}
  .social-follow-row svg{width:24px;height:24px;}
  .rabbis-head{margin-bottom:22px;}

  .faq-q span{font-size:15px;}
  .faq-q .plus{font-size:18px;}
  .faq-a p{font-size:14px;}

  .footer-phone a{font-size:22px;}
  .footer-form-row{flex-direction:column;gap:0;}
}

/* ---------- ≤480px : phone ---------- */
@media (max-width:480px){
  .topbar{height:20px; position: relative; z-index: 9999;}
  .header-inner{padding:14px 14px;}
  .rightpart-header .site-logo{height:22px;}
  .icon-row{gap:10px;}
  .icon-card{min-width:0;flex:1 1 calc(50% - 5px);}
  .hero-tag{font-size:45px;}
  .hero-tag-line2{font-size:45px; max-width: 260px;}
  .price-box{flex-direction:row; min-width: 260px;}
  .price-new strong{font-size:28px;}
  .price-old strong{font-size:20px;}
  .footer-section{padding:44px 0;}
  .footer-form-btn{width:100%;}
}
@media (min-width:1880px){
.hero-content{
  flex: 1 1 50%;
  padding: 38px 10em 0px;
}
}

/* =========================================================
   elle.html — brand intro page
   ========================================================= */
.elle-hero{max-width:1920px;margin:0 auto;}
.elle-hero img{width:100%;height:auto;display:block;}

.elle-story{
  background-image:url(../images/elle-texture-bg.jpg);
  background-size:cover;
  background-position:top center;
  padding:90px 0 110px;
}
.elle-story-inner{max-width:900px;text-align:center;}
.elle-mark{height:110px;width:auto;margin:0 auto 34px;}
.elle-quote{
  font-size:44px;line-height:1.5;margin-bottom:10px;color:var(--brown-heading);
}
.elle-quote-img{max-width:min(90%,750px);width:100%;height:auto;margin:0 auto 10px;display:block;}
.elle-cite{font-size:24px;color:#594434;margin:0 0 46px;}
.elle-lead{font-size:32px;font-weight:400;color:#5a5142;margin:0 0 30px;}
.elle-body{font-size:33px;line-height:1.2;color:#5a5142;margin:0 0 34px;}
.elle-thanks{font-size:24px;font-weight:700;color:var(--brown-heading);margin:0 0 34px;}
.elle-cta{font-size:20px;margin:0 auto;}

@media (max-width:1024px){
  .elle-mark{height:86px;margin-bottom:26px;}
  .elle-quote{font-size:32px;}
  .elle-lead{font-size:22px;}
  .elle-body{font-size:19px;}
  .elle-thanks{font-size:21px;}
}
@media (max-width:680px){
  .elle-story{padding:64px 0 76px;}
  .elle-mark{height:64px;margin-bottom:20px;}
  .elle-quote{font-size:24px;margin-bottom:8px;}
  .elle-cite{font-size:14px;margin-bottom:32px;}
  .elle-lead{font-size:18px;margin-bottom:22px;}
  .elle-body{font-size:16px;line-height:1.75;margin-bottom:26px;}
  .elle-thanks{font-size:18px;margin-bottom:26px;}
  .elle-cta{font-size:16px;padding:13px 30px;}
}

/* =========================================================
   service.html — service / trust features page
   ========================================================= */
.service-page{padding-top:70px;padding-bottom:90px;}
.service-head{text-align:center;font-size:64px;margin-bottom:70px;}

.service-inner{max-width:800px;margin:0 auto;}
.service-row{
  display:flex;align-items:center;gap:48px;margin-bottom:70px;
}
.service-row--reverse{flex-direction:row-reverse;}
.service-icon{flex:0 0 260px;}
.service-icon img{width:100%;height:auto;border-radius:8px;display:block;}
.service-text{flex:1;text-align:right;min-width:0;}
.service-text h2{font-size:40px;margin-bottom:18px;}
.service-text p{font-size:21px;line-height:1.7;color:#5a5142;margin:0;}
.service-text p strong{display:block;color:var(--brown-heading);margin-bottom:8px;}

.service-legal{
  text-align:center;font-size:18px;line-height:1.9;color:#8a8172;
  max-width:900px;margin:40px auto 0;
}

@media (max-width:1024px){
  .service-head{font-size:48px;margin-bottom:50px;}
  .service-row{gap:36px;margin-bottom:52px;}
  .service-icon{flex:0 0 200px;}
  .service-text h2{font-size:30px;margin-bottom:16px;}
  .service-text p{font-size:18px;}
}
@media (max-width:680px){
  .service-page{padding-top:44px;padding-bottom:50px;}
  .service-head{font-size:32px;margin-bottom:36px;}
  .service-row,.service-row--reverse{
    flex-direction:column;text-align:center;gap:22px;margin-bottom:48px;
  }
  .service-icon{flex:0 0 auto;width:150px;}
  .service-text{text-align:center;}
  .service-text h2{font-size:26px;margin-bottom:12px;}
  .service-text p{font-size:16px;line-height:1.7;}
  .service-legal{font-size:14px;}
}

/* =========================================================
   contact.html — contact / newsletter page
   ========================================================= */
.contact-hero{padding-top:70px;text-align:center;}
.contact-head{font-size:64px;margin-bottom:34px;}
.contact-phone{font-size:32px;font-weight:700;color:var(--brown-heading);margin:0 0 46px;}
.contact-phone a{color:inherit;}
.contact-note{font-size:26px;line-height:1.7;color:var(--brown-body);margin:0 0 30px;overflow-wrap:break-word;}
.contact-tagline{font-size:22px;font-weight:700;color:var(--brown-heading);margin:0 0 10px;}
.contact-family-img{max-width:600px;width:100%;height:auto;margin:0 auto;display:block;}

.contact-form-section{padding-top:10px;padding-bottom:40px;}
.contact-form{max-width:900px;margin:0 auto;display:flex;flex-direction:column;}
.contact-field{
  display:flex;align-items:center;gap:24px;margin-bottom:22px;
}
.contact-field label{
  flex:0 0 auto;font-size:22px;color:var(--brown-heading);font-weight:600;
}
.contact-field input,
.contact-field textarea{
  flex:1;min-width:0;border:1px solid var(--taupe-bar);border-radius:2px;
  background:#fff;padding:14px 18px;font-family:var(--font-body);
  font-size:16px;color:#3a2f22;box-sizing:border-box;
}
.contact-field--textarea{align-items:flex-start;}
.contact-field textarea{resize:vertical;min-height:150px;font-family:inherit;}
.contact-submit{align-self:center;margin-top:10px;font-size:22px;}

.contact-newsletter{
  background:var(--brown-heading);padding:70px 0;text-align:center;
}
.newsletter-head{color:#fff;font-size:44px;margin-bottom:16px;}
.newsletter-sub{color:#e4ddd0;font-size:20px;line-height:1.7;margin:0 0 40px;}
.newsletter-form{
  max-width:760px;margin:0 auto;display:flex;align-items:stretch;gap:0;
}
.newsletter-input-wrap{
  flex:1;display:flex;align-items:center;gap:16px;background:#fff;
  padding:0 24px;border-radius:2px 0 0 2px;
}
.newsletter-input-wrap label{color:#8a8172;font-size:16px;white-space:nowrap;}
.newsletter-input-wrap input{
  flex:1;min-width:0;border:none;padding:16px 0;font-family:var(--font-body);
  font-size:16px;color:#3a2f22;background:transparent;
}
.newsletter-input-wrap input:focus{outline:none;}
.newsletter-btn{
  border-radius:0 2px 2px 0 !important;font-size:20px !important;
  padding:0 40px !important;
}
.newsletter-legal{color:#c9c0b0;font-size:15px;margin-top:22px;}

@media (max-width:1024px){
  .contact-head{font-size:48px;}
  .contact-phone{font-size:26px;}
  .contact-note{font-size:20px;}
  .newsletter-head{font-size:34px;}
  .newsletter-sub{font-size:17px;}
}
@media (max-width:680px){
  .contact-hero{padding-top:44px;}
  .contact-head{font-size:32px;margin-bottom:24px;}
  .contact-phone{font-size:20px;margin-bottom:30px;}
  .contact-note{font-size:16px;margin-bottom:22px;}
  .contact-tagline{font-size:17px;}
  .contact-field{flex-direction:column;align-items:stretch;gap:8px;}
  .contact-field label{font-size:16px;}
  .contact-field input,.contact-field textarea{font-size:15px;padding:12px 14px;}
  .contact-submit{width:100%;font-size:17px;}
  .newsletter-head{font-size:26px;}
  .newsletter-sub{font-size:15px;margin-bottom:28px;}
  .newsletter-form{flex-direction:column;gap:12px;}
  .newsletter-input-wrap{border-radius:2px;padding:4px 18px;}
  .newsletter-btn{border-radius:2px !important;padding:12px !important;width:100%;}
  .contact-newsletter{padding:44px 0;}
}

/* =========================================================
   story.html — "our story" page
   ========================================================= */
.story-page{padding-top:70px;}
.story-wrap{max-width:1140px;}
.story-head{text-align:center;font-size:64px;margin-bottom:44px;}
.story-body{margin-bottom:50px;}
.story-body p{
  font-size:22px;line-height:1.85;color:var(--brown-body);text-align:center;
  margin:0 0 32px;
}
.story-body strong{color:var(--brown-heading);font-weight:700;}
.collection-banner{display:block;width:100%;margin:0 0 50px;}
.collection-banner img{width:100%;height:auto;display:block;}

@media (max-width:1024px){
  .story-head{font-size:48px;margin-bottom:32px;}
  .story-body p{font-size:18px;line-height:1.8;margin-bottom:26px;}
}
@media (max-width:680px){
  .story-page{padding-top:44px;}
  .story-head{font-size:30px;margin-bottom:24px;}
  .story-body{margin-bottom:32px;}
  .story-body p{font-size:15px;line-height:1.75;margin-bottom:20px;}
  .collection-banner{margin-bottom:32px;}
}

/* =========================================================
   shop.html — product grid
   ========================================================= */
.shop-page{padding-top:70px;padding-bottom:90px;}
.shop-head{text-align:center;font-size:64px;margin-bottom:14px;}
.shop-sub{text-align:center;font-size:22px;color:var(--brown-body);margin:0 0 50px;}
.shop-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:28px;
}
.shop-card{
  display:flex;flex-direction:column;align-items:center;text-align:center;
  background:#fff;border-radius:12px;padding:24px 20px 30px;
  border:1px solid #d7d7d7;
  box-shadow:0 2px 14px rgba(35,27,15,.08);
  min-width:0;overflow-wrap:break-word;height:100%;
}
.sa-shop-card{cursor:pointer;transition:box-shadow .2s ease,transform .2s ease,opacity .2s ease;}
.sa-shop-card:hover{box-shadow:0 6px 22px rgba(35,27,15,.14);transform:translateY(-2px);}
.sa-shop-card .shop-card-btn{pointer-events:none;}
.sa-shop-card--locked{
  cursor:not-allowed;opacity:.72;
}
.sa-shop-card--locked:hover{
  box-shadow:0 2px 14px rgba(35,27,15,.08);transform:none;
}
.sa-shop-card--locked .shop-card-btn{
  background:#8a8178;font-size:14px;line-height:1.3;padding:10px 14px;
}
.shop-card-lock-note{
  font-size:13px;line-height:1.4;color:var(--brown-body);margin:0 0 12px;
}
.shop-card-img{
  position:relative;width:100%;aspect-ratio:1/1;border-radius:8px;overflow:hidden;
  background:#f2efe9;margin-bottom:20px;
}
.shop-card-img > img:not(.sa-few-left-badge){width:100%;height:100%;object-fit:cover;display:block;}
img.sa-few-left-badge{
  position:absolute;top:4px;right:4px;left:auto;
  width:110px;max-width:110px;height:auto;
  object-fit:contain;pointer-events:none;z-index:2;
}
.sa-single-product-img{position:relative;}
.sa-single-product-img > img:not(.sa-few-left-badge){width:100%;height:auto;display:block;}
.sa-single-product-img img.sa-few-left-badge{top:6px;right:6px;width:140px;max-width:140px;}
.shop-card-title{
  font-size:19px;font-weight:400;color:#4a3d2e;font-family:var(--font-heading);
  line-height:1.4;margin:0 0 12px;width:100%;
  min-height:53px;
}
.shop-card-includes{
  font-size:12px;line-height:1.45;color:var(--brown-body);text-align:center;
  margin:-4px 0 12px;padding:0 4px;
}
.shop-card.sa-shop-card--package .shop-card-title{min-height:auto;margin-bottom:8px;}
.shop-card-foot{
  width:100%;margin-top:auto;display:flex;flex-direction:column;align-items:center;
}
.shop-card-price{
  font-size:24px;font-weight:700;color:var(--brown-heading);margin:0 0 18px;
}
.shop-card-btn{
  width:100%;font-size:17px;padding:12px 20px;border-radius:26px;
}

@media (max-width:1024px){
  .shop-head{font-size:48px;}
  .shop-sub{font-size:18px;margin-bottom:36px;}
  .shop-grid{grid-template-columns:repeat(3,1fr);gap:22px;}
}
@media (max-width:680px){
  .shop-page{padding-top:44px;padding-bottom:50px;}
  .shop-head{font-size:32px;margin-bottom:10px;}
  .shop-sub{font-size:15px;margin-bottom:28px;}
  .shop-grid{grid-template-columns:repeat(2,1fr);gap:14px;}
  .shop-card{padding:14px 12px 20px;border-radius:8px;}
  .shop-card-img{margin-bottom:12px;}
  .shop-card-title{font-size:14px;margin-bottom:8px;min-height:40px;}
  .shop-card-price{font-size:18px;margin-bottom:12px;}
  .shop-card-btn{font-size:13px;padding:10px 12px;}
}

/* ===== Floating WhatsApp ===== */
.sa-whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1990;
  width:56px;
  height:56px;
  border-radius:50%;
  background:var(--whatsapp);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 14px rgba(0,0,0,.22);
  transition:transform .15s ease,box-shadow .15s ease;
}
.sa-whatsapp-float:hover{
  transform:scale(1.06);
  box-shadow:0 6px 18px rgba(0,0,0,.28);
  color:#fff;
}
.sa-whatsapp-float svg{width:30px;height:30px;}
@media (max-width:768px){
  .sa-whatsapp-float{
    right:14px;
    bottom:14px;
    width:52px;
    height:52px;
    bottom:calc(14px + env(safe-area-inset-bottom, 0px));
  }
  .sa-whatsapp-float svg{width:28px;height:28px;}
}

