:root {
  --ink: #261814;
  --ink-soft: #5f4b44;
  --cream: #fbf7f2;
  --paper: #fffdfb;
  --pink: #e34678;
  --pink-deep: #c92e62;
  --gold: #d8ac4d;
  --gold-soft: #f6e7bd;
  --cyan: #37b9cc;
  --yellow: #f2d84b;
  --line: rgba(38, 24, 20, .12);
  --shadow: 0 24px 70px rgba(55, 29, 20, .14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Noto Sans Hebrew", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; top: -100px; right: 20px; z-index: 9999; background: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 18px 0;
  color: #fff;
  transition: .3s ease;
}
.site-header.scrolled {
  padding: 10px 0;
  background: rgba(35, 23, 19, .92);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-word {
  direction: ltr;
  unicode-bidi: isolate;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-style: italic;
  letter-spacing: -1.5px;
}
.brand-word span { color: var(--pink); font-size: 1.12em; }
.brand small { margin-top: 5px; font-size: 9px; letter-spacing: 2.6px; text-transform: uppercase; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; left: 100%; bottom: -7px; height: 2px; background: var(--pink); transition: .25s ease; }
.main-nav a:hover::after { left: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 10px 19px; border-radius: 999px; }
.nav-cta:hover { background: #fff; color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; }

.hero { position: relative; min-height: 780px; height: 100svh; color: #fff; background: #211511; overflow: hidden; }
.hero-visual { position: absolute; inset: 0 0 0 44%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(33,21,17,.02) 30%, rgba(33,21,17,.75) 75%, #211511 100%); }
.hero-visual img { height: 100%; object-fit: cover; object-position: center; }
.hero-color { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .85; }
.hero-color-one { width: 320px; height: 320px; background: var(--pink); left: -120px; top: -110px; mix-blend-mode: multiply; }
.hero-color-two { width: 260px; height: 260px; background: var(--yellow); right: 6%; bottom: -130px; mix-blend-mode: multiply; }
.hero-grid { position: relative; z-index: 2; min-height: inherit; display: grid; grid-template-columns: 47% 53%; align-items: center; }
.hero-copy { grid-column: 1; padding-top: 70px; max-width: 610px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-soft); font-size: 13px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow.dark { color: #a77827; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { line-height: 1.08; letter-spacing: -2.2px; }
h1 { margin-bottom: 28px; font-size: clamp(55px, 6.2vw, 96px); font-weight: 900; }
h1 em, h2 em { color: var(--pink); font-style: normal; }
.hero-lead { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 21px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 999px; font-weight: 900; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--pink); color: #fff; box-shadow: 0 14px 35px rgba(227,70,120,.28); }
.btn-primary:hover { background: var(--pink-deep); }
.btn-secondary { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.btn-secondary:hover { background: #fff; color: var(--ink); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-badges span { padding: 7px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 800; }
.scroll-cue { position: absolute; z-index: 2; right: 50%; bottom: 24px; width: 34px; height: 52px; border: 1px solid rgba(255,255,255,.42); border-radius: 99px; }
.scroll-cue span { position: absolute; right: 50%; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: #fff; animation: scroll 1.7s infinite; }
@keyframes scroll { 0%{ transform: translate(50%,0); opacity:0 } 25%{opacity:1} 75%{opacity:1} 100%{transform:translate(50%,22px);opacity:0} }

.quick-facts { position: relative; z-index: 3; margin-top: -1px; background: var(--paper); border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 30px 22px; text-align: center; border-left: 1px solid var(--line); }
.fact:last-child { border-left: 0; }
.fact strong { display: block; font-size: 31px; line-height: 1.1; }
.fact span { color: var(--ink-soft); font-size: 13px; font-weight: 700; }

.brand-section { background: var(--cream); }
.brand-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; }
.brand-collage { position: relative; min-height: 660px; }
.brand-collage figure { position: absolute; margin: 0; overflow: hidden; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.brand-collage img { height: 100%; object-fit: cover; }
.collage-large { inset: 0 12% 100px 0; }
.collage-small { width: 43%; height: 245px; border: 8px solid var(--cream); }
.collage-top { left: -2%; top: 42px; }
.collage-bottom { right: -1%; bottom: 0; }
.collage-note { position: absolute; left: 2%; bottom: 29px; transform: rotate(-4deg); background: var(--yellow); padding: 20px 24px; border-radius: 50%; width: 146px; height: 146px; display: grid; place-items: center; text-align: center; font-weight: 900; line-height: 1.25; box-shadow: 0 16px 38px rgba(69,41,22,.18); }
.section-copy h2, .section-heading h2, .special-copy h2, .contact-copy h2 { margin-bottom: 28px; font-size: clamp(45px, 5vw, 72px); font-weight: 900; }
.lead { color: var(--ink-soft); font-size: 19px; }
.feature-list { margin-top: 42px; }
.feature-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line); }
.feature-list article > span { color: var(--pink); font-size: 13px; font-weight: 900; }
.feature-list h3 { margin-bottom: 4px; font-size: 18px; }
.feature-list p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }

.collection-section { background: #f2ebe5; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading > p { max-width: 390px; margin-bottom: 10px; color: var(--ink-soft); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { position: relative; overflow: hidden; background: var(--paper); border: 1px solid rgba(38,24,20,.08); border-radius: 25px; box-shadow: 0 16px 42px rgba(73,43,29,.08); transition: .3s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 28px 58px rgba(73,43,29,.15); }
.product-image { height: 285px; overflow: hidden; background: #eee3dc; }
.product-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-body { padding: 25px; }
.product-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.product-count { color: #896f65; font-size: 12px; font-weight: 900; }
.product-price { direction: ltr; font-size: 28px; font-weight: 900; }
.product-card h3 { margin-bottom: 9px; font-size: 21px; }
.product-card p { min-height: 72px; color: var(--ink-soft); font-size: 14px; }
.product-tags { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 15px; border-top: 1px solid var(--line); }
.product-tags span { padding: 6px 10px; background: #f5eee9; border-radius: 999px; font-size: 10px; font-weight: 900; }
.product-card.featured { background: var(--ink); color: #fff; }
.product-card.featured p, .product-card.featured .product-count { color: rgba(255,255,255,.68); }
.product-card.featured .product-tags { border-color: rgba(255,255,255,.15); }
.product-card.featured .product-tags span { background: rgba(255,255,255,.1); }
.product-ribbon { position: absolute; z-index: 2; top: 20px; left: 0; padding: 8px 18px; background: var(--gold); color: var(--ink); font-size: 11px; font-weight: 900; border-radius: 0 999px 999px 0; }

.dietary-section { background: var(--ink); color: #fff; }
.dietary-wrap { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.dietary-copy h2 { margin-bottom: 22px; font-size: clamp(44px, 4.5vw, 68px); line-height: 1.08; }
.dietary-copy p { color: rgba(255,255,255,.72); font-size: 17px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 14px; color: var(--gold-soft); font-weight: 900; }
.dietary-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.dietary-cards article { min-height: 300px; padding: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); }
.dietary-cards article:first-child { background: linear-gradient(145deg, rgba(227,70,120,.24), rgba(255,255,255,.04)); }
.dietary-cards article:last-child { background: linear-gradient(145deg, rgba(55,185,204,.22), rgba(255,255,255,.04)); }
.dietary-icon { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); font-size: 30px; font-weight: 900; }
.dietary-cards h3 { margin-bottom: 10px; font-size: 34px; }
.dietary-cards p { color: rgba(255,255,255,.7); }

.packaging-section { background: var(--paper); }
.packaging-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.check-list { margin: 35px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 36px 13px 0; border-bottom: 1px solid var(--line); font-weight: 800; }
.check-list li::before { content: "✓"; position: absolute; right: 0; color: var(--pink); font-weight: 900; }
.packaging-gallery { position: relative; min-height: 620px; }
.packaging-gallery img { object-fit: cover; box-shadow: var(--shadow); }
.packaging-main { position: absolute; inset: 35px 0 35px 17%; width: 83%; height: 550px; border-radius: 30px; }
.packaging-float { position: absolute; border: 9px solid var(--paper); border-radius: 22px; }
.packaging-float.one { width: 40%; height: 255px; left: 0; top: 0; }
.packaging-float.two { width: 37%; height: 225px; right: 3%; bottom: 0; }

.special-section { position: relative; min-height: 800px; padding: 0; background: #f8eaf0; overflow: hidden; }
.special-image { position: absolute; inset: 0 0 0 50%; }
.special-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(248,234,240,.1)); }
.special-image img { height: 100%; object-fit: cover; object-position: center; }
.special-grid { min-height: 800px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.special-copy { grid-column: 1; padding-left: 70px; }
.special-copy p { color: var(--ink-soft); font-size: 18px; }
.special-mini { display: flex; align-items: center; gap: 20px; margin-top: 34px; padding: 14px; max-width: 430px; background: rgba(255,255,255,.72); border: 1px solid rgba(38,24,20,.08); border-radius: 20px; box-shadow: 0 18px 45px rgba(80,38,54,.11); }
.special-mini img { width: 110px; height: 80px; object-fit: cover; border-radius: 14px; }
.special-mini span { font-weight: 900; }

.retail-section { background: var(--cream); }
.retail-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: stretch; }
.retail-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.retail-benefits article { padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; }
.retail-benefits article > span { display: block; margin-bottom: 35px; color: var(--pink); font-size: 12px; font-weight: 900; }
.retail-benefits h3 { margin-bottom: 7px; font-size: 20px; }
.retail-benefits p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.commercial-card { padding: 38px; color: #fff; background: var(--ink); border-radius: 28px; box-shadow: var(--shadow); }
.commercial-label { display: inline-flex; padding: 7px 12px; margin-bottom: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: var(--gold-soft); font-size: 11px; font-weight: 900; }
.commercial-card h3 { margin-bottom: 20px; font-size: 29px; }
.commercial-card dl { margin: 0 0 28px; }
.commercial-card dl div { display: flex; justify-content: space-between; gap: 25px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.commercial-card dt { color: rgba(255,255,255,.7); }
.commercial-card dd { margin: 0; color: var(--gold-soft); font-weight: 900; text-align: left; }
.btn-gold { width: 100%; background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: #e6bd64; }
.channels { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 24px; }
.channels span { padding: 15px; text-align: center; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); font-size: 12px; font-weight: 900; }

.gallery-section { background: #efe6df; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 16px; }
.gallery-item { overflow: hidden; border: 0; border-radius: 22px; padding: 0; background: #ddd; cursor: zoom-in; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.lightbox { width: min(92vw, 1100px); max-width: none; padding: 0; border: 0; border-radius: 24px; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(22,14,12,.88); backdrop-filter: blur(10px); }
.lightbox img { max-height: 86vh; object-fit: contain; border-radius: 24px; }
.lightbox-close { position: absolute; z-index: 2; left: -12px; top: -12px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 30px; cursor: pointer; }

.contact-section { position: relative; padding: 130px 0; color: #fff; background: var(--ink); overflow: hidden; }
.contact-bg { position: absolute; inset: 0 0 0 50%; }
.contact-bg img { height: 100%; object-fit: cover; }
.contact-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,23,19,.05) 0%, rgba(35,23,19,.8) 58%, #231713 100%); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 90px; }
.contact-copy p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.76); font-size: 19px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn-whatsapp { color: #fff; border: 1px solid rgba(255,255,255,.45); }
.btn-whatsapp:hover { background: #25D366; border-color: #25D366; }
.contact-card { padding: 38px; color: var(--ink); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-radius: 28px; box-shadow: var(--shadow); }
.contact-brand { display: inline-block; margin-bottom: 18px; font-size: 38px; }
.contact-card h3 { margin-bottom: 10px; font-size: 27px; }
.contact-card > p { color: var(--ink-soft); font-size: 14px; }
.contact-detail { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.contact-detail small { color: #8a7167; }
.pdf-link { display: flex; justify-content: space-between; margin-top: 16px; padding: 16px 18px; background: var(--ink); color: #fff; border-radius: 15px; font-weight: 900; }

.site-footer { padding: 34px 0; background: #170f0d; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: .65fr 2fr .5fr; align-items: center; gap: 35px; }
.footer-brand { color: #fff; }
.footer-grid p { margin: 0; font-size: 10px; line-height: 1.7; }
.footer-grid > a { text-align: left; color: #fff; font-size: 12px; font-weight: 900; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-visual { inset-inline-start: 38%; }
  .hero-grid { grid-template-columns: 55% 45%; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .brand-grid, .packaging-grid { gap: 55px; }
  .dietary-wrap { gap: 45px; }
  .channels { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .site-header { background: rgba(35,23,19,.8); backdrop-filter: blur(14px); }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 8px); right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px; background: #2c1c17; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 13px; }
  .nav-cta { text-align: center; }
  .hero { min-height: 760px; height: auto; }
  .hero-visual { inset: 0; }
  .hero-visual::after { background: linear-gradient(0deg, #211511 6%, rgba(33,21,17,.76) 58%, rgba(33,21,17,.18) 100%); }
  .hero-grid { display: block; min-height: 760px; padding-top: 300px; padding-bottom: 95px; }
  .hero-copy { max-width: 650px; padding-top: 55px; }
  h1 { font-size: clamp(48px, 13vw, 74px); }
  .scroll-cue { display: none; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-left: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .brand-grid, .packaging-grid, .dietary-wrap, .retail-layout, .contact-grid { grid-template-columns: 1fr; }
  .brand-grid { gap: 70px; }
  .brand-collage { min-height: 580px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .dietary-wrap { gap: 55px; }
  .packaging-grid { gap: 20px; }
  .packaging-gallery { min-height: 580px; order: -1; }
  .special-section { min-height: auto; padding: 0 0 85px; }
  .special-image { position: relative; inset: auto; height: 520px; }
  .special-grid { min-height: auto; display: block; }
  .special-copy { padding: 70px 0 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.wide { grid-column: span 2; }
  .contact-section { padding: 90px 0; }
  .contact-bg { inset: 0; }
  .contact-overlay { background: rgba(35,23,19,.84); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { align-items: center; }
  .footer-grid > a { text-align: center; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero-grid { padding-top: 230px; }
  .hero-copy { padding-top: 40px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .hero-badges { gap: 7px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact { padding: 22px 8px; }
  .fact strong { font-size: 24px; }
  .brand-collage { min-height: 470px; }
  .collage-large { inset: 0 6% 75px 0; }
  .collage-small { height: 170px; }
  .collage-top { left: 0; top: 25px; }
  .collage-bottom { bottom: 0; }
  .collage-note { width: 110px; height: 110px; left: 0; bottom: 15px; padding: 12px; font-size: 13px; }
  .products-grid, .dietary-cards, .retail-benefits { grid-template-columns: 1fr; }
  .product-image { height: 315px; }
  .product-card p { min-height: 0; }
  .dietary-cards article { min-height: 245px; }
  .packaging-gallery { min-height: 430px; }
  .packaging-main { height: 380px; inset: 25px 0 25px 12%; width: 88%; }
  .packaging-float.one { height: 165px; }
  .packaging-float.two { height: 150px; width: 42%; }
  .special-image { height: 420px; }
  .special-copy { padding-top: 55px; }
  .special-mini { align-items: flex-start; }
  .channels { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-auto-rows: 180px; }
  .gallery-item.tall { grid-row: span 1; }
  .contact-actions .btn { width: 100%; }
  .contact-card { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
