@font-face{
  font-family:"Rubik";
  src:url('/assets/fonts/Rubik-wght.ttf') format('truetype');
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}

:root{
  --hp-navy:#142c40;
  --hp-navy-soft:#20384d;
  --hp-ink:#173047;
  --hp-gold:#d4a429;
  --hp-gold-dark:#b7891d;
  --hp-cream:#f6f1e8;
  --hp-cream-light:#fcfaf6;
  --hp-muted:#687988;
  --hp-line:rgba(23,48,71,.12);
  --hp-shadow:0 22px 60px rgba(20,44,64,.11);
}

html{scroll-behavior:smooth}

body.home-preview-body{
  background:var(--hp-cream-light);
  color:var(--hp-ink);
  overflow-x:hidden;
}

.home-preview-body .home-preview-page{background:var(--hp-cream-light)}
.hp-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}

.hp-kicker,.hp-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--hp-gold-dark);
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
}

.hp-kicker::before,.hp-eyebrow::before{content:"";width:28px;height:2px;background:currentColor}
.hp-kicker-light{color:#ebc761}

.hp-btn{
  min-height:50px;
  padding:0 25px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:15px;
  font-weight:800;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}

.hp-btn:hover{transform:translateY(-2px)}
.hp-btn-gold{background:var(--hp-gold);color:#fff;box-shadow:0 12px 28px rgba(212,164,41,.25)}
.hp-btn-gold:hover{background:var(--hp-gold-dark);box-shadow:0 16px 32px rgba(212,164,41,.31)}
.hp-btn-light{background:#fff;color:var(--hp-navy);border:1px solid rgba(255,255,255,.7)}
.hp-btn-outline{color:#fff;border:1px solid rgba(255,255,255,.42)}
.hp-btn-outline:hover{background:rgba(255,255,255,.09)}

/* One shared header, presented as a home-page overlay. */
.home-preview-body #siteHeader{position:absolute;inset:0 0 auto;z-index:100}
.home-preview-body #siteHeader .site-hero{
  min-height:94px!important;
  height:94px!important;
  padding:0 max(24px,calc((100vw - 1180px)/2))!important;
  background:transparent!important;
  border:0!important;
  display:flex!important;
  flex-direction:row!important;
  justify-content:space-between!important;
  box-shadow:none!important;
}

.home-preview-body #siteHeader .site-logo{display:block!important;order:3}
.home-preview-body #siteHeader .site-logo img{width:92px!important;max-width:92px!important;margin:0!important}
.home-preview-body #siteHeader .site-nav{
  order:2;
  position:static!important;
  transform:none!important;
  display:flex!important;
  padding:0!important;
  gap:30px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.home-preview-body #siteHeader .site-nav a{color:var(--hp-navy)!important;font-size:15px!important;position:relative}
.home-preview-body #siteHeader .site-nav a:hover{color:var(--hp-gold-dark)!important}
.home-preview-body #siteHeader .header-icons{
  order:1;
  position:static!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:auto!important;
}

.home-preview-body #siteHeader .cart-badge,
.home-preview-body #siteHeader .account-header-link,
.home-preview-body #siteHeader .wishlist-header-link{
  position:relative!important;
  inset:auto!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.82)!important;
  color:var(--hp-navy)!important;
  border:1px solid rgba(23,48,71,.09)!important;
  box-shadow:0 8px 25px rgba(20,44,64,.08)!important;
  backdrop-filter:blur(8px);
}

.home-preview-body #siteHeader .account-header-link .account-icon{display:flex!important}
.home-preview-body #siteHeader .sticky-search-bar{display:none!important}
.home-preview-body #siteHeader .mobile-menu-toggle{display:none!important}

/* Hero */
.hp-hero{
  min-height:680px;
  padding:145px 0 76px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(115deg,rgba(255,255,255,.95) 0%,rgba(250,246,238,.93) 48%,rgba(233,220,190,.72) 100%),
    url('/uploads/system/library.jpg') center/cover;
}

.hp-hero::after{content:"";position:absolute;inset:auto 0 0;height:110px;background:linear-gradient(transparent,var(--hp-cream-light));pointer-events:none}
.hp-hero-glow{position:absolute;border-radius:50%;filter:blur(3px);pointer-events:none}
.hp-hero-glow-one{width:380px;height:380px;left:-100px;top:-70px;background:rgba(212,164,41,.14)}
.hp-hero-glow-two{width:440px;height:440px;right:35%;bottom:-300px;background:rgba(32,56,77,.08)}
.hp-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:64px;position:relative;z-index:2}
.hp-hero-copy{max-width:620px}
.hp-hero-copy h1{font-size:clamp(46px,5.2vw,74px);line-height:1.06;letter-spacing:-.045em;margin:18px 0 24px;color:var(--hp-navy);font-weight:800}
.hp-hero-copy h1 span{color:var(--hp-gold-dark)}
.hp-hero-copy>p{max-width:570px;margin:0;color:#526777;font-size:19px;line-height:1.9}
.hp-hero-actions{display:flex;align-items:center;gap:12px;margin-top:32px}
.hp-hero-note{display:flex;align-items:center;gap:10px;margin-top:24px;color:#596c7a;font-size:13px;font-weight:600}
.hp-note-mark{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(212,164,41,.14);color:var(--hp-gold-dark);font-weight:900}

.hp-hero-showcase{height:460px;position:relative;perspective:1200px}
.hp-showcase-orbit{position:absolute;width:370px;height:370px;border:1px solid rgba(20,44,64,.12);border-radius:50%;top:44px;left:28px}
.hp-showcase-orbit::before,.hp-showcase-orbit::after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(212,164,41,.25)}
.hp-showcase-orbit::before{inset:36px}.hp-showcase-orbit::after{inset:84px}
.hp-showcase-card{position:absolute;background:#fff;border:1px solid rgba(23,48,71,.08);border-radius:20px;box-shadow:var(--hp-shadow);display:flex;align-items:center;justify-content:center;transition:transform .25s ease;overflow:hidden}
.hp-showcase-card:hover{z-index:8!important;transform:translateY(-7px) rotate(0)!important}
.hp-showcase-card img{width:100%;height:100%;object-fit:contain;padding:16px}
.hp-showcase-card-1{width:250px;height:350px;left:105px;top:42px;z-index:4;transform:rotate(-2deg)}
.hp-showcase-card-2{width:170px;height:235px;right:3px;top:128px;z-index:3;transform:rotate(6deg)}
.hp-showcase-card-3{width:160px;height:220px;left:0;top:172px;z-index:2;transform:rotate(-8deg)}
.hp-showcase-card-1 span{position:absolute;inset:auto 12px 12px;padding:10px 12px;border-radius:11px;background:rgba(20,44,64,.91);color:#fff;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hp-showcase-seal{position:absolute;left:42px;top:52px;width:78px;height:78px;border-radius:50%;background:var(--hp-gold);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:7;box-shadow:0 14px 35px rgba(212,164,41,.3);transform:rotate(-7deg)}
.hp-showcase-seal strong{font-size:14px}.hp-showcase-seal span{font-size:11px}
.hp-hero-placeholder{position:absolute;inset:50px;display:grid;place-items:center}.hp-hero-placeholder img{width:220px;opacity:.7}

/* Trust */
.hp-trust{position:relative;z-index:5;margin-top:-18px}
.hp-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--hp-line);border-radius:22px;box-shadow:0 18px 50px rgba(20,44,64,.08);padding:22px 18px}
.hp-trust-item{display:flex;align-items:center;gap:13px;padding:5px 18px;border-left:1px solid var(--hp-line)}
.hp-trust-item:last-child{border-left:0}
.hp-trust-icon{width:39px;height:39px;flex:0 0 39px;border-radius:12px;display:grid;place-items:center;background:var(--hp-cream);color:var(--hp-gold-dark);font-family:Georgia,serif;font-weight:800}
.hp-trust-item strong,.hp-trust-item small{display:block}.hp-trust-item strong{font-size:14px;color:var(--hp-navy);margin-bottom:4px}.hp-trust-item small{font-size:11.5px;color:var(--hp-muted);line-height:1.4}

/* Shared sections */
.hp-section{padding:104px 0}
.hp-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:38px}
.hp-section-head h2,.hp-process-intro h2,.hp-final-cta h2{margin:10px 0 10px;color:var(--hp-navy);font-size:clamp(34px,4vw,50px);line-height:1.15;letter-spacing:-.025em}
.hp-section-head p{margin:0;color:var(--hp-muted);font-size:16px}
.hp-text-link{display:inline-flex;align-items:center;gap:9px;color:var(--hp-navy);font-weight:800;font-size:14px;padding-bottom:5px;border-bottom:1px solid rgba(23,48,71,.25);white-space:nowrap}
.hp-text-link:hover{color:var(--hp-gold-dark);border-color:var(--hp-gold)}
.hp-loading,.hp-empty{grid-column:1/-1;padding:42px;border:1px dashed rgba(23,48,71,.2);border-radius:18px;text-align:center;color:var(--hp-muted);background:#fff}

/* Products */
.hp-products-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:18px;align-items:stretch}
.hp-product-card{background:#fff;border:1px solid var(--hp-line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 12px 34px rgba(20,44,64,.055);transition:transform .22s ease,box-shadow .22s ease}
.hp-product-card:hover{transform:translateY(-5px);box-shadow:var(--hp-shadow)}
.hp-product-image{height:205px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff,#f6f1e8);position:relative;padding:20px}
.hp-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.hp-product-card:hover .hp-product-image img{transform:scale(1.035)}
.hp-product-content{padding:20px;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.hp-product-category{font-size:11px;color:var(--hp-gold-dark);font-weight:500;margin-bottom:8px}
.hp-product-card h3{font-size:16px;line-height:1.55;margin:0 0 14px;color:var(--hp-navy);font-weight:600}
.hp-product-price{display:flex;align-items:center;gap:9px;margin-top:auto}.hp-product-price strong{font-size:18px;color:var(--hp-navy);font-weight:650}.hp-product-price del{color:#9aa4ac;font-size:12px;font-weight:400}
.hp-product-link{display:inline-flex;align-items:center;gap:7px;margin-top:16px;color:var(--hp-navy);font-size:12px;font-weight:500}
.hp-product-promo{font-size:11px;color:#856519;background:#fbf3da;padding:6px 9px;border-radius:8px;margin:10px 0 0}
.hp-product-card-featured{display:grid;grid-template-rows:1.35fr 1fr}.hp-product-card-featured .hp-product-image{height:auto;min-height:260px}.hp-product-card-featured .hp-product-content{padding:25px}.hp-product-card-featured h3{font-size:21px}.hp-product-label{position:absolute;top:15px;right:15px;background:var(--hp-navy);color:#fff;padding:7px 11px;border-radius:999px;font-size:10px;font-weight:800;z-index:2}
.hp-product-label.preorder{background:#2563eb}

/* Process */
.hp-process-section{padding:100px 0;background:var(--hp-navy);color:#fff;position:relative;overflow:hidden}
.hp-process-section::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.08);right:-220px;top:-250px;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012)}
.hp-process-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center;position:relative;z-index:2}
.hp-process-intro h2{color:#fff}.hp-process-intro p{color:rgba(255,255,255,.68);font-size:16px;line-height:1.8;margin:0 0 28px;max-width:470px}
.hp-process-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hp-process-list li{display:flex;gap:17px;padding:23px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.055);backdrop-filter:blur(6px)}
.hp-process-list>li>span{color:#e6bd53;font-size:13px;font-weight:900;padding-top:3px}
.hp-process-list h3{font-size:17px;margin:0 0 8px;color:#fff}.hp-process-list p{font-size:13px;line-height:1.65;color:rgba(255,255,255,.63);margin:0}

/* Works */
.hp-works-section{background:var(--hp-cream)}
.hp-works-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:250px 250px;gap:16px}
.hp-work-card{position:relative;border-radius:20px;overflow:hidden;background:#e8e1d5;min-height:0;box-shadow:0 14px 36px rgba(20,44,64,.08)}
.hp-work-card-featured{grid-row:1/3}.hp-work-card:nth-child(4){grid-column:2/4}
.hp-work-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hp-work-card:hover img{transform:scale(1.04)}
.hp-work-overlay{position:absolute;inset:auto 0 0;padding:55px 22px 20px;color:#fff;background:linear-gradient(transparent,rgba(10,28,42,.9));display:flex;flex-direction:column;align-items:flex-start}
.hp-work-overlay small{color:#e8c15c;font-size:10px;font-weight:800;margin-bottom:5px}.hp-work-overlay strong{font-size:17px;line-height:1.4}.hp-work-overlay em{font-size:11px;font-style:normal;margin-top:8px;opacity:.78}.hp-work-card-featured .hp-work-overlay{padding:90px 30px 28px}.hp-work-card-featured .hp-work-overlay strong{font-size:25px}

/* Closing CTA */
.hp-final-cta{padding:88px 0;background:linear-gradient(120deg,#173047,#0e2537);color:#fff;position:relative;overflow:hidden}
.hp-final-cta::after{content:"שמעון יוסף";position:absolute;left:-20px;bottom:-25px;font-size:110px;font-weight:900;color:rgba(255,255,255,.025);white-space:nowrap}
.hp-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative;z-index:2}.hp-final-cta h2{color:#fff;font-size:clamp(32px,3.8vw,48px)}.hp-final-cta p{margin:0;color:rgba(255,255,255,.68);font-size:16px}.hp-final-actions{display:flex;gap:12px;flex:0 0 auto}

.home-preview-body .site-footer{margin-top:0!important}

@media(max-width:1050px){
  .hp-hero-grid{grid-template-columns:1fr 400px;gap:30px}.hp-showcase-card-1{left:82px}.hp-showcase-card-2{right:0}.hp-products-grid{grid-template-columns:1.2fr repeat(2,1fr)}.hp-product-card:nth-child(4){display:none}.hp-process-layout{gap:45px}
}

@media(max-width:900px){
  .hp-shell{width:min(100% - 36px,760px)}
  .home-preview-body #siteHeader .site-hero{height:76px!important;min-height:76px!important;padding:0 18px!important;justify-content:center!important}
  .home-preview-body #siteHeader .site-logo img{width:78px!important;max-width:78px!important}
  .home-preview-body #siteHeader .site-nav{display:none!important}
  .home-preview-body #siteHeader .mobile-menu-toggle{display:flex!important;position:absolute!important;right:18px!important;left:auto!important;top:17px!important;width:42px!important;height:42px!important;margin:0!important;background:var(--hp-navy)!important;color:#fff!important;border-radius:12px!important;z-index:10!important}
  .home-preview-body #siteHeader .site-nav.mobile-open{display:flex!important;position:absolute!important;top:68px!important;right:18px!important;left:18px!important;padding:10px!important;background:var(--hp-navy)!important;border-radius:16px!important;flex-direction:column!important;gap:0!important;box-shadow:0 18px 40px rgba(0,0,0,.2)!important}
  .home-preview-body #siteHeader .site-nav.mobile-open a{color:#fff!important;width:100%;height:46px;display:flex;align-items:center;justify-content:center}
  .home-preview-body #siteHeader .header-icons{position:absolute!important;left:18px!important;top:17px!important}.home-preview-body #siteHeader .header-icons>*{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}.home-preview-body #siteHeader .header-icons>*:nth-child(2){display:none!important}
  .hp-hero{padding:120px 0 70px}.hp-hero-grid{grid-template-columns:1fr;text-align:center}.hp-hero-copy{margin:auto}.hp-eyebrow{justify-content:center}.hp-hero-copy>p{margin-inline:auto}.hp-hero-actions,.hp-hero-note{justify-content:center}.hp-hero-showcase{height:390px;width:min(470px,100%);margin:0 auto}.hp-showcase-card-1{width:220px;height:300px;left:50%;transform:translateX(-50%) rotate(-2deg)}.hp-showcase-card-1:hover{transform:translateX(-50%) translateY(-7px) rotate(0)!important}.hp-showcase-card-2{width:145px;height:205px;right:0;top:112px}.hp-showcase-card-3{width:140px;height:195px;left:0;top:138px}.hp-showcase-seal{left:10px}
  .hp-trust-grid{grid-template-columns:1fr 1fr}.hp-trust-item{border-left:0}.hp-trust-item:nth-child(odd){border-left:1px solid var(--hp-line)}.hp-trust-item:nth-child(-n+2){border-bottom:1px solid var(--hp-line);padding-bottom:16px}.hp-trust-item:nth-child(n+3){padding-top:16px}
  .hp-products-grid{grid-template-columns:1fr 1fr}.hp-product-card-featured{grid-column:1/-1;grid-template-columns:1.05fr .95fr;grid-template-rows:auto}.hp-product-card-featured .hp-product-image{min-height:320px}.hp-product-card:nth-child(4){display:flex}
  .hp-process-layout{grid-template-columns:1fr}.hp-process-intro{text-align:center}.hp-process-intro p{margin-inline:auto}.hp-process-list{text-align:right}
  .hp-works-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 230px}.hp-work-card-featured{grid-column:1/-1;grid-row:auto}.hp-work-card:nth-child(4){grid-column:auto}.hp-work-card:nth-child(4){display:none}
  .hp-final-cta-inner{flex-direction:column;text-align:center}.hp-final-actions{justify-content:center}
}

@media(max-width:620px){
  .hp-shell{width:calc(100% - 28px)}
  .home-preview-body #siteHeader .header-icons{left:14px!important}.home-preview-body #siteHeader .header-icons>*{display:none!important}.home-preview-body #siteHeader .header-icons>.cart-badge{display:flex!important}
  .hp-hero{min-height:auto;padding:105px 0 55px;background:linear-gradient(145deg,#fff 0%,#f7f0e3 68%,#ead7ad 100%)}
  .hp-hero-grid{gap:30px}.hp-hero-copy h1{font-size:42px;margin-top:14px}.hp-hero-copy>p{font-size:16px;line-height:1.75}.hp-hero-actions{flex-direction:column;align-items:stretch}.hp-btn{width:100%}.hp-hero-note{align-items:flex-start;text-align:right;font-size:12px}
  .hp-hero-showcase{height:305px}.hp-showcase-orbit{width:270px;height:270px;left:50%;top:10px;transform:translateX(-50%)}.hp-showcase-card-1{width:170px;height:240px;top:25px}.hp-showcase-card-2{width:105px;height:145px;top:100px;right:3px}.hp-showcase-card-3{width:100px;height:140px;top:117px;left:3px}.hp-showcase-seal{width:58px;height:58px;left:4px;top:45px}.hp-showcase-seal strong{font-size:11px}.hp-showcase-seal span{font-size:9px}
  .hp-trust{margin-top:0;padding:14px 0 0}.hp-trust-grid{padding:12px 8px;border-radius:17px}.hp-trust-item{padding:12px 8px!important;align-items:flex-start}.hp-trust-icon{width:32px;height:32px;flex-basis:32px}.hp-trust-item strong{font-size:12px}.hp-trust-item small{font-size:10px}
  .hp-section{padding:72px 0}.hp-section-head{align-items:flex-start;margin-bottom:26px;gap:15px}.hp-section-head h2{font-size:34px}.hp-section-head p{font-size:14px;line-height:1.6}.hp-text-link{font-size:12px;margin-top:27px}.hp-kicker{font-size:11px}
  .hp-products-grid{grid-template-columns:1fr 1fr;gap:10px}.hp-product-card{border-radius:15px}.hp-product-card-featured{grid-template-columns:1fr;grid-template-rows:auto;grid-column:1/-1}.hp-product-card-featured .hp-product-image{min-height:250px}.hp-product-image{height:140px;padding:12px}.hp-product-content{padding:13px}.hp-product-card h3,.hp-product-card-featured h3{font-size:13px;line-height:1.45}.hp-product-price{flex-wrap:wrap}.hp-product-price strong{font-size:15px}.hp-product-link{font-size:11px}.hp-product-promo{display:none}
  .hp-process-section{padding:72px 0}.hp-process-intro h2{font-size:36px}.hp-process-list{grid-template-columns:1fr;gap:10px}.hp-process-list li{padding:18px}.hp-process-list h3{font-size:16px}
  .hp-works-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px 180px;gap:10px}.hp-work-card{border-radius:15px}.hp-work-card-featured{grid-column:1/-1}.hp-work-overlay{padding:45px 13px 13px}.hp-work-overlay strong{font-size:13px}.hp-work-card-featured .hp-work-overlay{padding:70px 20px 20px}.hp-work-card-featured .hp-work-overlay strong{font-size:20px}
  .hp-final-cta{padding:70px 0}.hp-final-cta h2{font-size:35px}.hp-final-cta p{font-size:14px;line-height:1.7}.hp-final-actions{width:100%;flex-direction:column}.hp-final-cta::after{font-size:68px}
}

@media(max-width:370px){.hp-hero-copy h1{font-size:36px}.hp-trust-grid{grid-template-columns:1fr}.hp-trust-item{border:0!important;border-bottom:1px solid var(--hp-line)!important}.hp-trust-item:last-child{border-bottom:0!important}.hp-products-grid{grid-template-columns:1fr}.hp-product-card-featured{grid-column:auto}}

/* Desktop/tablet typography and featured-product alignment. */
@media(min-width:701px){
  .home-preview-body,
  .home-preview-body button,
  .home-preview-body input,
  .home-preview-body select,
  .home-preview-body textarea{
    font-family:"DejaVu Sans","Noto Sans Hebrew","Arial Hebrew",Arial,sans-serif;
  }

  .hp-hero-copy h1,
  .hp-section-head h2,
  .hp-process-intro h2,
  .hp-final-cta h2{
    font-family:"DejaVu Sans","Noto Sans Hebrew",Arial,sans-serif;
    font-weight:700;
    letter-spacing:-.035em;
  }

  .hp-hero-copy>p,
  .hp-section-head p,
  .hp-process-intro p,
  .hp-final-cta p,
  .hp-trust-item small,
  .hp-process-list p{
    font-weight:400;
    letter-spacing:0;
  }

  .hp-btn,
  .hp-text-link,
  .hp-product-price,
  .hp-product-link,
  .hp-product-category,
  .hp-eyebrow,
  .hp-kicker{
    font-family:"DejaVu Sans","Noto Sans Hebrew",Arial,sans-serif;
    font-weight:600;
  }

  .hp-products-grid{
    align-items:stretch;
  }

  .hp-product-card,
  .hp-product-card-featured{
    height:100%;
    display:flex;
    flex-direction:column;
  }

  .hp-product-image,
  .hp-product-card-featured .hp-product-image{
    height:235px;
    min-height:235px;
    flex:0 0 235px;
    padding:12px;
  }

  .hp-product-image img,
  .hp-product-card-featured .hp-product-image img{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
  }

  .hp-product-content,
  .hp-product-card-featured .hp-product-content{
    position:relative;
    flex:1 1 auto;
    padding:20px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }

  .hp-product-category{
    order:1;
    min-height:18px;
    margin:0 0 7px;
  }

  .hp-product-card h3,
  .hp-product-card-featured h3{
    order:2;
    min-height:50px;
    max-height:50px;
    margin:0 0 9px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
    font-size:16px;
    line-height:1.55;
  }

  .hp-product-promo{
    order:3;
    align-self:flex-start;
    max-width:100%;
    margin:0 0 9px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  .hp-product-price{
    order:4;
    min-height:27px;
    margin-top:auto;
    margin-bottom:11px;
    flex-wrap:wrap;
    align-items:baseline;
    direction:rtl;
  }

  .hp-product-price strong{line-height:1.25}
  .hp-product-price del{line-height:1.25}

  .hp-product-link{
    order:5;
    min-height:32px;
    margin-top:0;
    padding-top:9px;
    border-top:1px solid var(--hp-line);
    align-items:center;
  }

  .hp-product-label{
    top:14px;
    right:14px;
  }
}

@media(min-width:701px) and (max-width:1050px){
  .hp-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hp-product-card:nth-child(4){display:flex}
  .hp-product-card-featured{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-rows:auto;
  }

  .hp-product-card-featured .hp-product-image{
    height:100%;
    min-height:300px;
    flex-basis:auto;
  }
}

@media(min-width:901px){
  .home-preview-body #siteHeader .site-logo{order:1}
  .home-preview-body #siteHeader .site-nav{order:2}
  .home-preview-body #siteHeader .header-icons{order:3}

  .hp-products-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .hp-product-card,
  .hp-product-card-featured{
    grid-column:auto;
    grid-row:auto;
    width:100%;
    min-width:0;
    max-width:none;
    display:flex;
    flex-direction:column;
  }

  .hp-product-card-featured{
    grid-template-columns:none;
    grid-template-rows:none;
  }

  .hp-product-image,
  .hp-product-card-featured .hp-product-image{
    width:100%;
    height:235px;
    min-height:235px;
    max-height:235px;
    flex:0 0 235px;
  }
}

/* Editorial portfolio: image-led, asymmetric on desktop. */
.hp-works-section{
  padding-top:112px;
  padding-bottom:120px;
  background:var(--hp-cream);
}

.hp-works-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr);
  grid-template-rows:repeat(3,minmax(0,1fr));
  gap:28px 48px;
  align-items:stretch;
}

.hp-work-card,
.hp-work-card-featured{
  min-width:0;
  min-height:0;
  position:relative;
  display:grid;
  grid-template-columns:158px minmax(0,1fr);
  align-items:center;
  gap:20px;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  padding:0 0 22px;
  border-bottom:1px solid rgba(23,48,71,.13);
}

.hp-work-card-featured{
  grid-row:1/4;
  grid-column:auto;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:24px;
  padding:0;
  border-bottom:0;
}

.hp-work-card:nth-child(4){grid-column:auto}
.hp-work-card:last-child{border-bottom:0;padding-bottom:0}

.hp-work-media{
  width:100%;
  height:150px;
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:3px;
  background:#e8e1d5;
}

.hp-work-card-featured .hp-work-media{
  height:auto;
  aspect-ratio:1.35/1;
}

.hp-work-media img,
.hp-work-card img,
.hp-work-card-featured img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s cubic-bezier(.2,.7,.2,1);
}

.hp-work-card:hover .hp-work-media img{transform:scale(1.025)}

.hp-work-hover{
  position:absolute;
  left:14px;
  bottom:14px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(20,44,64,.91);
  color:#fff;
  font-size:11px;
  font-weight:700;
  opacity:0;
  transform:translateY(6px);
  transition:opacity .22s ease,transform .22s ease;
}

.hp-work-card:hover .hp-work-hover,
.hp-work-card:focus-visible .hp-work-hover{
  opacity:1;
  transform:translateY(0);
}

.hp-work-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  color:var(--hp-ink);
}

.hp-work-copy small{
  margin:0 0 6px;
  color:var(--hp-gold-dark);
  font-size:10px;
  font-weight:700;
}

.hp-work-copy strong{
  color:var(--hp-navy);
  font-size:17px;
  line-height:1.45;
  font-style:normal;
}

.hp-work-description{
  margin-top:8px;
  color:var(--hp-muted);
  font-size:12px;
  line-height:1.65;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  overflow:hidden;
}

.hp-work-copy em{
  display:none;
  margin-top:12px;
  color:var(--hp-navy);
  font-size:11px;
  font-weight:700;
  font-style:normal;
}

.hp-work-card-featured .hp-work-copy{max-width:620px;padding-inline:4px}
.hp-work-card-featured .hp-work-copy small{font-size:11px}
.hp-work-card-featured .hp-work-copy strong{font-size:27px;line-height:1.35}
.hp-work-card-featured .hp-work-description{font-size:14px;line-height:1.75;-webkit-line-clamp:2;line-clamp:2}

@media(min-width:621px) and (max-width:900px){
  .hp-works-section{padding-top:88px;padding-bottom:94px}
  .hp-works-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:auto;
    gap:38px 24px;
  }

  .hp-work-card,
  .hp-work-card-featured{
    grid-column:auto;
    grid-row:auto;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:16px;
    padding:0;
    border:0;
  }

  .hp-work-card:nth-child(4){display:flex}

  .hp-work-media,
  .hp-work-card-featured .hp-work-media{
    height:auto;
    aspect-ratio:1.3/1;
  }

  .hp-work-card-featured .hp-work-copy{max-width:none;padding:0}
  .hp-work-card-featured .hp-work-copy strong,
  .hp-work-copy strong{font-size:18px}
  .hp-work-card-featured .hp-work-description,
  .hp-work-description{font-size:12px;line-height:1.65}
  .hp-work-copy em{display:inline-flex;align-items:center;gap:6px}
}

@media(max-width:620px){
  .hp-works-section{padding-top:72px;padding-bottom:78px}
  .hp-works-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
    gap:42px;
  }

  .hp-work-card,
  .hp-work-card-featured{
    grid-column:auto;
    grid-row:auto;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:15px;
    padding:0;
    border:0;
  }

  .hp-work-card:nth-child(4){display:flex}

  .hp-work-media,
  .hp-work-card-featured .hp-work-media{
    height:auto;
    aspect-ratio:1.28/1;
    border-radius:2px;
  }

  .hp-work-card-featured .hp-work-copy{max-width:none;padding:0}
  .hp-work-card-featured .hp-work-copy strong,
  .hp-work-copy strong{font-size:19px;line-height:1.4}
  .hp-work-card-featured .hp-work-description,
  .hp-work-description{font-size:13px;line-height:1.7;-webkit-line-clamp:3;line-clamp:3}
  .hp-work-copy em{display:inline-flex;align-items:center;gap:6px}
  .hp-work-hover{display:none}
}

/* Portfolio grid v2: three equal, image-led studio projects. */
.hp-works-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-template-rows:auto;
  gap:52px;
  align-items:start;
}

.hp-work-card,
.hp-work-card-featured,
.hp-work-card:nth-child(4){
  grid-column:auto;
  grid-row:auto;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:19px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.hp-work-media,
.hp-work-card-featured .hp-work-media{
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  flex:none;
  overflow:hidden;
  border-radius:3px;
  background:#e6ded0;
}

.hp-work-media img,
.hp-work-card img,
.hp-work-card-featured img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .3s ease;
}

.hp-work-card:hover .hp-work-media img{
  transform:scale(1.018);
  filter:saturate(1.03);
}

.hp-work-copy,
.hp-work-card-featured .hp-work-copy{
  max-width:none;
  min-width:0;
  padding:0 2px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.hp-work-copy small,
.hp-work-card-featured .hp-work-copy small{
  order:1;
  margin:0 0 8px;
  color:var(--hp-gold-dark);
  font-size:10px;
  line-height:1.4;
  font-weight:700;
}

.hp-work-copy strong,
.hp-work-card-featured .hp-work-copy strong{
  order:2;
  min-height:29px;
  margin:0;
  color:var(--hp-navy);
  font-size:20px;
  line-height:1.45;
  font-weight:700;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  line-clamp:1;
  overflow:hidden;
}

.hp-work-description,
.hp-work-card-featured .hp-work-description{
  order:3;
  min-height:43px;
  margin-top:8px;
  color:var(--hp-muted);
  font-size:12.5px;
  line-height:1.7;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  overflow:hidden;
}

.hp-work-copy em,
.hp-work-card-featured .hp-work-copy em{
  order:4;
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:15px;
  color:var(--hp-navy);
  font-size:11px;
  font-weight:700;
  font-style:normal;
}

.hp-work-hover{background:rgba(20,44,64,.88)}

@media(min-width:621px) and (max-width:900px){
  .hp-works-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:auto;
    gap:46px 28px;
  }

  .hp-work-card,
  .hp-work-card-featured{
    grid-column:auto;
    grid-row:auto;
  }
}

@media(max-width:620px){
  .hp-works-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
    gap:46px;
  }

  .hp-work-card,
  .hp-work-card-featured{
    grid-column:auto;
    grid-row:auto;
  }

  .hp-work-copy strong,
  .hp-work-card-featured .hp-work-copy strong{
    min-height:0;
    font-size:19px;
    -webkit-line-clamp:2;
    line-clamp:2;
  }

  .hp-work-description,
  .hp-work-card-featured .hp-work-description{
    min-height:0;
  }
}

/* Keep portfolio content, but align its visual language with product cards. */
.hp-work-card,
.hp-work-card-featured{
  gap:17px;
}

.hp-work-media,
.hp-work-card-featured .hp-work-media{
  aspect-ratio:4/3;
  padding:18px;
  border:1px solid var(--hp-line);
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#f6f1e8);
  box-shadow:0 12px 34px rgba(20,44,64,.05);
  transition:transform .22s ease,box-shadow .22s ease;
}

.hp-work-media img,
.hp-work-card img,
.hp-work-card-featured img{
  object-fit:contain;
  object-position:center;
}

.hp-work-card:hover .hp-work-media{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(20,44,64,.09);
}

.hp-work-card:hover .hp-work-media img{
  transform:scale(1.025);
  filter:none;
}

.hp-work-copy,
.hp-work-card-featured .hp-work-copy{
  padding:0 5px;
}

.hp-work-copy small,
.hp-work-card-featured .hp-work-copy small{
  min-height:16px;
  margin-bottom:7px;
  color:var(--hp-gold-dark);
  font-size:11px;
  font-weight:700;
}

.hp-work-copy strong,
.hp-work-card-featured .hp-work-copy strong{
  min-height:50px;
  max-height:50px;
  font-size:16px;
  line-height:1.55;
  -webkit-line-clamp:2;
  line-clamp:2;
}

.hp-work-description,
.hp-work-card-featured .hp-work-description{
  min-height:43px;
  margin-top:7px;
  font-size:12px;
  line-height:1.7;
}

.hp-work-copy em,
.hp-work-card-featured .hp-work-copy em{
  min-height:32px;
  margin-top:13px;
  padding-top:9px;
  border-top:1px solid var(--hp-line);
  color:var(--hp-navy);
}

.hp-work-hover{
  left:30px;
  bottom:30px;
}

@media(max-width:620px){
  .hp-work-media,
  .hp-work-card-featured .hp-work-media{
    padding:14px;
    border-radius:15px;
  }

  .hp-work-copy strong,
  .hp-work-card-featured .hp-work-copy strong{
    min-height:0;
    max-height:none;
  }

  .hp-work-description,
  .hp-work-card-featured .hp-work-description{
    min-height:0;
  }
}

/* Clear, structured hero product showcase. */
.hp-hero-showcase{
  height:460px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hp-showcase-panel{
  width:100%;
  max-width:500px;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 112px;
  grid-template-rows:auto 1fr;
  gap:14px;
  padding:20px;
  border:1px solid rgba(23,48,71,.1);
  border-radius:26px;
  background:rgba(255,255,255,.78);
  box-shadow:0 24px 65px rgba(20,44,64,.12);
  backdrop-filter:blur(10px);
}

.hp-showcase-heading{
  grid-column:1/-1;
  color:var(--hp-gold-dark);
  font-size:11px;
  font-weight:700;
}

.hp-showcase-featured{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 126px;
  align-items:center;
  gap:15px;
  padding:15px;
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#f6f1e8);
  border:1px solid rgba(23,48,71,.08);
}

.hp-showcase-featured-image{
  height:285px;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hp-showcase-featured-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.hp-showcase-featured-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.hp-showcase-featured-copy strong{
  color:var(--hp-navy);
  font-size:15px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
  overflow:hidden;
}

.hp-showcase-featured-copy>span{
  margin-top:12px;
  color:var(--hp-navy);
  font-size:18px;
  font-weight:700;
}

.hp-showcase-featured-copy em{
  margin-top:17px;
  color:var(--hp-gold-dark);
  font-size:11px;
  font-weight:700;
  font-style:normal;
}

.hp-showcase-secondary{
  display:grid;
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:12px;
}

.hp-showcase-secondary a{
  min-height:0;
  padding:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid rgba(23,48,71,.08);
  border-radius:15px;
  background:#fff;
  transition:transform .2s ease,border-color .2s ease;
}

.hp-showcase-secondary a:hover{
  transform:translateY(-2px);
  border-color:rgba(212,164,41,.5);
}

.hp-showcase-secondary img{
  width:100%;
  height:100%;
  max-height:120px;
  object-fit:contain;
}

.hp-showcase-orbit,
.hp-showcase-card,
.hp-showcase-seal{display:none}

@media(max-width:900px){
  .hp-hero-showcase{height:auto;min-height:390px}
}

@media(max-width:620px){
  .hp-hero-showcase{height:auto;min-height:0}
  .hp-showcase-panel{
    max-width:390px;
    grid-template-columns:1fr;
    padding:14px;
    border-radius:20px;
  }

  .hp-showcase-heading{grid-column:auto}
  .hp-showcase-featured{grid-template-columns:minmax(0,1fr) 105px;padding:11px}
  .hp-showcase-featured-image{height:205px}
  .hp-showcase-featured-copy strong{font-size:13px}
  .hp-showcase-featured-copy>span{font-size:15px}
  .hp-showcase-secondary{grid-template-columns:repeat(2,1fr);grid-template-rows:105px}
  .hp-showcase-secondary img{max-height:82px}
}

/* Hero is intentionally message-led; products live in their own section. */
.hp-hero-grid{
  display:block;
}

.hp-hero-copy{
  width:min(820px,100%);
  max-width:820px;
  margin-left:auto;
}

@media(min-width:901px){
  .hp-hero{
    min-height:650px;
    padding-top:165px;
    padding-bottom:105px;
    display:flex;
    align-items:center;
  }

  .hp-hero-copy h1{max-width:790px}
  .hp-hero-copy>p{max-width:650px}
}

@media(max-width:900px){
  .hp-hero-copy{
    margin-inline:auto;
  }
}

/* Equal product cards across tablet and mobile breakpoints. */
@media(min-width:621px) and (max-width:900px){
  .hp-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hp-product-card-featured{
    grid-column:auto;
    grid-row:auto;
    display:flex;
    flex-direction:column;
    width:100%;
    min-width:0;
    max-width:none;
  }

  .hp-product-card-featured .hp-product-image{
    width:100%;
    height:235px;
    min-height:235px;
    max-height:235px;
    flex:0 0 235px;
  }
}

@media(max-width:620px){
  .hp-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hp-product-card-featured{
    grid-column:auto;
    grid-row:auto;
    display:flex;
    flex-direction:column;
    width:100%;
    min-width:0;
    max-width:none;
  }

  .hp-product-card-featured .hp-product-image{
    width:100%;
    height:140px;
    min-height:140px;
    max-height:140px;
    flex:0 0 140px;
  }

  .hp-product-card-featured .hp-product-content{
    padding:13px;
  }
}

@media(max-width:370px){
  .hp-products-grid{grid-template-columns:1fr}
}

/* Stable tablet typography: avoid the font/weight jump above 700px. */
@media(min-width:701px) and (max-width:900px){
  .home-preview-body,
  .home-preview-body button,
  .home-preview-body input,
  .home-preview-body select,
  .home-preview-body textarea{
    font-family:Arial,"Arial Hebrew",sans-serif;
  }

  .hp-hero-copy h1,
  .hp-section-head h2,
  .hp-process-intro h2,
  .hp-final-cta h2{
    font-family:Arial,"Arial Hebrew",sans-serif;
    font-weight:700;
    letter-spacing:-.025em;
  }

  .hp-hero-copy h1 span{font-weight:700}

  .hp-hero-copy>p,
  .hp-section-head p,
  .hp-process-intro p,
  .hp-final-cta p,
  .hp-trust-item small,
  .hp-process-list p{
    font-family:Arial,"Arial Hebrew",sans-serif;
    font-weight:400;
  }

  .hp-btn,
  .hp-text-link,
  .hp-product-link,
  .hp-product-category,
  .hp-eyebrow,
  .hp-kicker{
    font-family:Arial,"Arial Hebrew",sans-serif;
    font-weight:700;
  }

  .hp-product-price,
  .hp-product-price strong{
    font-family:Arial,"Arial Hebrew",sans-serif;
    font-weight:700;
  }
}

/* One bundled Hebrew typeface on every viewport and operating system. */
.home-preview-body,
.home-preview-body button,
.home-preview-body input,
.home-preview-body select,
.home-preview-body textarea,
.hp-hero-copy h1,
.hp-section-head h2,
.hp-process-intro h2,
.hp-final-cta h2,
.hp-btn,
.hp-text-link,
.hp-product-price,
.hp-product-link,
.hp-product-category,
.hp-eyebrow,
.hp-kicker{
  font-family:"Rubik",Arial,sans-serif;
}

/* Keep the product details quieter than the section and product imagery. */
.hp-product-category{font-weight:500}
.hp-product-card h3,
.hp-product-card-featured h3{font-weight:600}
.hp-product-price,
.hp-product-price strong{font-weight:650}
.hp-product-price del{font-weight:400}
.hp-product-link{font-weight:500}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hp-btn,.hp-product-card,.hp-product-image img,.hp-work-card img,.hp-showcase-card{transition:none!important}}
