@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans:wght@400;600;900&family=Roboto+Condensed:wght@900&family=Roboto:wght@300;400;500;600;900&family=Ubuntu:wght@300;400&display=swap");

/* Same extra-bold faces as the reference, served locally. */
@font-face { font-family: "Open Sans Hebrew"; font-style: normal; font-weight: 800; font-display: swap; src: url("/assets/fonts/opensanshebrew-opensanshebrew-extrabold.woff2") format("woff2"); }
@font-face { font-family: "Open Sans Hebrew Condensed"; font-style: normal; font-weight: 800; font-display: swap; src: url("/assets/fonts/opensanshebrewcondensed-opensanshebrewcondensed-extrabold.woff2") format("woff2"); }

:root {
  color-scheme: light;
  --ink: #292929;
  --black: #000;
  --white: #fff;
  font-family: "Roboto", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Header overlays the first slide on the source site. */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  height: 80px;
  display: grid;
  grid-template-columns: 45% 10% 45%;
  align-items: center;
  padding-inline: max(10px, calc((100% - 1140px) / 2));
  padding-top: 10px;
  background: transparent;
  transition: background-color 160ms ease;
}
.site-header:has(.desktop-nav:hover),
.site-header:has(.desktop-nav:focus-within) { background: var(--white); }
.desktop-nav { align-self: stretch; display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 300; letter-spacing: .5px; }
.desktop-nav > a, .desktop-nav > span { padding-block: 31px; cursor: default; }
.desktop-nav > a { cursor: pointer; }
.desktop-nav:hover .mega-menu, .desktop-nav:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-menu {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  min-height: 220px;
  padding: 70px max(20px, calc((100% - 1140px) / 2)) 40px;
  background: var(--white);
  border-bottom: 1px solid var(--black);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}
.mega-menu section { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; font-size: 14px; }
.mega-title { margin-bottom: 4px; font-weight: 900; }
.mega-menu strong { color: #ce3c6d; font-size: 12px; }
.header-logo { justify-self: center; width: 32px; height: 32px; }
.header-logo img { width: 32px; height: 32px; object-fit: contain; }
.header-actions { justify-self: end; display: flex; align-items: center; }
.header-actions .account-link { width: 16px; }
.header-actions .cart-link { width: 52px; }
.header-actions a { display: grid; place-items: center; height: 32px; }
.header-actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.mobile-nav { display: none; }

/* Hero: Elementor source uses 85vh at every breakpoint. */
.hero-slider { position: relative; height: 85vh; overflow: hidden; }
.slide {
  position: absolute;
  inset: 0;
  background-position: 75% center;
  background-size: cover;
  opacity: 0;
  transition: opacity 700ms ease;
}
.slide.is-active { opacity: 1; }
.slide-overlay { position: absolute; inset: 0; }
.slide-content {
  position: absolute;
  z-index: 2;
  left: 120px;
  right: auto;
  width: max-content;
  max-width: 70%;
  bottom: 120px;
  text-align: left;
}
.slide-heading {
  margin: 0;
  color: var(--ink);
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.slide-desc { margin: 30px 0; font-size: 16px; font-weight: 500; line-height: 1.5; }
.slide-link { display: inline-block; height: 38px; padding: 12px 24px 12px 0; color: var(--ink); font-family: "Lato", sans-serif; font-size: 14px; font-weight: 900; line-height: 14px; letter-spacing: 2.5px; text-transform: uppercase; }
.slide-link:hover { color: rgba(84,89,95,.57); }
.slide-arrow { position: absolute; top: 50%; z-index: 3; translate: 0 -50%; border: 0; background: transparent; color: var(--ink); font-size: 34px; font-weight: 300; cursor: pointer; }
.slide-prev { left: 18px; }
.slide-next { right: 18px; }

.button { display: inline-block; padding: 10px 20px; border: 1px solid var(--white); border-radius: 0; font-size: 14px; font-weight: 500; letter-spacing: 2px; line-height: 14px; text-align: center; text-transform: uppercase; }
.button-dark { background: #212121; color: var(--white); }
.button-dark:hover { background: var(--white); color: var(--black); }

/* Hiring: source is text left / illustration right, then stacks image first on mobile. */
.hiring {
  width: min(calc(100% - 20px), 923px);
  height: 379px;
  margin: 115px auto 0;
  display: grid;
  grid-template-columns: 50% minmax(0, 1fr);
  align-items: stretch;
  gap: 10px;
  padding-block: 10px;
}
.hiring-art { grid-column: 2; grid-row: 1; width: calc(100% - 20px); height: auto; margin: 10px; object-fit: contain; align-self: start; }
.hiring-body { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-width: 0; padding-bottom: 10px; text-align: center; }
.hiring-title { margin: 0; min-height: 121px; font-family: "Open Sans Hebrew", sans-serif; font-weight: 900; line-height: 1; text-transform: none; }
.hiring-title span { display: block; width: max-content; margin-inline: auto; }
.hiring-were { font-size: 32px; line-height: 32px; }
.hiring-word { font-size: 64px; line-height: 64px; text-decoration: underline; }
.hiring-sub { margin: 17px 0 8px; font-size: 20px; font-weight: 600; line-height: 20px; }
.hiring-roles { margin: 0 0 14px; font-size: 14px; line-height: 1.55; }

/* Latest releases: title column + product grid. */
.latest {
  width: min(calc(100% - 20px), 1140px);
  height: 448px;
  margin: 120px auto 0;
  display: grid;
  grid-template-columns: 318px minmax(0, 802px);
  gap: 20px;
  padding-block: 10px;
}
.latest-head { align-self: start; height: 184px; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.latest-title { margin: 0; font-family: "Open Sans Hebrew Condensed", sans-serif; font-size: 64px; font-weight: 900; line-height: 64px; letter-spacing: 1px; text-transform: uppercase; }
.latest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; align-items: start; padding-inline: 10px; }
.product-card { min-width: 0; padding: 20px 10px 0; text-align: center; }
.product-thumb { width: 100%; padding: 10px; background: transparent; overflow: hidden; }
.product-thumb img { width: 100%; height: auto; }
.product-name { width: calc(100% - 20px); height: 32px; margin: 15px 10px 10px; padding: 0; font-size: 32px; font-weight: 600; line-height: 32px; text-transform: none; }
.product-notes { min-height: 72px; margin: 0 0 5px; color: #555; font-size: 14px; font-weight: 300; line-height: 1.35; }
.product-price { margin: 0 0 8px; font-size: 14px; }
.product-button { display: block; width: fit-content; min-width: 127px; min-height: 28px; margin-inline: auto; padding: 6px; font-size: 14px; font-weight: 700; letter-spacing: normal; }

/* Source marketing area is two independent masonry columns. */
.marketing-grid {
  width: min(calc(100% - 20px), 850px);
  height: 1693px;
  margin: 120px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 415px));
  gap: 20px;
}
.marketing-col { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.marketing-col-left { grid-column: 1; grid-row: 1; padding-top: 95px; }
.marketing-col-right { grid-column: 2; grid-row: 1; }
.marketing-card { padding: 10px; background: var(--white); }
.marketing-image { width: 100%; overflow: hidden; }
.marketing-image img { width: 100%; height: 100%; object-fit: cover; }
.marketing-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 20px; }
.marketing-body h2 { width: 100%; margin: 0; font-size: 32px; font-weight: 600; line-height: 32px; text-transform: none; }
.marketing-body h3 { margin: 16px 0 10px; font-family: "Open Sans", sans-serif; font-size: 16px; font-weight: 600; line-height: 20px; letter-spacing: .5px; }
.marketing-body p { margin: 0 0 20px; font-size: 14px; font-weight: 300; line-height: 1.55; }
.gift-card { height: 721px; }
.gift-card .marketing-image { height: 360px; }
.gift-card .marketing-body { min-height: 336px; }
.about-card { height: 856px; }
.about-card .marketing-image { height: 450px; }
.about-card .marketing-body { min-height: 366px; }
.tasting-card { height: 1036px; }
.tasting-card .marketing-image { height: 630px; }
.tasting-card .marketing-body { min-height: 366px; }
.pouches-card { height: 614px; }
.pouches-card .marketing-image { height: 270px; }
.pouches-card .marketing-body { min-height: 304px; }

/* Elementor gallery: 1140 container, 10px gutters, square cells. */
.gallery {
  width: min(calc(100% - 20px), 1140px);
  margin: 110px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 10px 0;
}
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; }

/* Newsletter is a compact black row on desktop/tablet. */
.newsletter {
  width: min(calc(100% - 20px), 1140px);
  min-height: 54px;
  margin: 110px auto 0;
  display: grid;
  grid-template-columns: 448px 1fr;
  align-items: center;
  padding: 10px;
  background: var(--black);
  color: var(--white);
}
.newsletter-title { margin: 0; font-size: 14px; font-weight: 400; }
.newsletter-form { height: 34px; display: grid; grid-template-columns: 1fr 80px; }
.newsletter-form input { min-width: 0; padding: 7px 10px; border: 1px solid var(--white); border-radius: 0; background: var(--white); color: var(--ink); font-size: 14px; }
.newsletter-form button { border: 1px solid var(--white); border-radius: 0; background: var(--white); color: var(--black); font-size: 12px; font-weight: 500; letter-spacing: 1px; cursor: pointer; }

/* Footer source remains about 459px at all breakpoints. */
.site-footer {
  min-height: 459px;
  padding: 100px max(10px, calc((100% - 1140px) / 2)) 18px;
  background: var(--white);
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
.footer-logo { width: 114px; margin: 0 auto 34px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.footer-contact { display: grid; gap: 12px; font-size: 13px; line-height: 1.35; }
.footer-contact p { margin: 0; }
.footer-links { display: flex; flex-direction: column; gap: 20px; text-align: right; font-size: 13px; line-height: 1.35; }
.footer-links a { display: block; width: 100%; min-height: 37px; }
.footer-bottom { margin-top: 26px; padding-top: 12px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #aaa; font-family: "Roboto", sans-serif; font-size: 12px; }
.footer-bottom p { margin: 0; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: inline-flex; flex: 0 0 25px; width: 25px; height: 25px; align-items: center; justify-content: center; }
.social-links svg { width: 25px; height: 25px; fill: currentColor; }

/* Tablet: Elementor switches nav at <=1024 and product gallery to two columns. */
@media (min-width: 768px) and (max-width: 1024px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; justify-self: start; }
  .mobile-nav summary { width: 28px; height: 32px; display: grid; place-items: center; list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary img { width: 28px; }
  .mobile-menu { position: absolute; top: 80px; left: 0; right: 0; min-height: calc(100vh - 80px); display: flex; flex-direction: column; gap: 10px; padding: 45px 20px; background: var(--white); border-top: 1px solid #ddd; }
  .mobile-menu .mega-title { margin-top: 12px; }

  .hiring { width: calc(100% - 20px); height: 310px; }
  .latest { width: calc(100% - 20px); height: 879px; grid-template-columns: 206px minmax(0, 522px); }
  .latest-head { align-self: start; height: 184px; }
  .latest-title { font-size: 64px; line-height: 64px; }
  .latest-head .button { width: 100%; text-align: center; }
  .latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .marketing-grid { width: calc(100% - 10px); height: 1845px; grid-template-columns: repeat(2, minmax(0, 369px)); }
  .gift-card { height: 791px; }
  .gift-card .marketing-image { height: 410px; }
  .gift-card .marketing-body { min-height: 356px; }
  .about-card { height: 939px; }
  .about-card .marketing-image { height: 512px; }
  .about-card .marketing-body { min-height: 387px; }
  .tasting-card { height: 1144px; }
  .tasting-card .marketing-image { height: 717px; }
  .tasting-card .marketing-body { min-height: 387px; }
  .pouches-card { height: 652px; }
  .pouches-card .marketing-image { height: 307px; }

  .gallery { width: calc(100% - 20px); margin-top: 122px; grid-template-columns: repeat(2, 1fr); }
  .newsletter { width: 100%; margin-top: 122px; grid-template-columns: 1fr 1fr; }
  .site-footer { padding-inline: 10px; }
}

/* Mobile: source order is Tasting, Pouches, Gift, About. */
@media (max-width: 767px) {
  .site-header { grid-template-columns: 1fr 1fr 1fr; padding-inline: 10px; background: var(--white); }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; justify-self: start; }
  .mobile-nav summary { width: 28px; height: 32px; display: grid; place-items: center; list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary img { width: 28px; }
  .mobile-menu { position: absolute; top: 80px; left: 0; right: 0; min-height: calc(100vh - 80px); display: flex; flex-direction: column; gap: 10px; padding: 35px 20px; background: var(--white); border-top: 1px solid #ddd; }
  .mobile-menu .mega-title { margin-top: 12px; }
  .account-link { display: none !important; }
  .slide-content { left: 20px; right: auto; width: max-content; max-width: 70%; bottom: 40px; }
  .slide-heading { font-size: 64px; }
  .slide-desc { font-size: 14px; line-height: 1.3; }
  .slide-prev { left: 8px; }
  .slide-next { right: 8px; }

  .hiring { width: calc(100% - 20px); height: 605px; grid-template-columns: 1fr; grid-template-rows: 300px 275px; gap: 10px; }
  .hiring-art { grid-column: 1; grid-row: 1; }
  .hiring-body { grid-column: 1; grid-row: 2; }
  .latest { width: calc(100% - 20px); height: auto; min-height: 1823px; grid-template-columns: 1fr; grid-template-rows: 184px auto; gap: 20px; }
  .latest-head { align-self: stretch; height: 184px; }
  .latest-title { font-size: 64px; line-height: 64px; }
  .latest-head .button { align-self: center; }
  .latest-grid { grid-template-columns: 1fr; gap: 30px; }
  .product-card { height: 506px; }

  .marketing-grid { width: 100%; height: auto; min-height: 3132px; grid-template-columns: 1fr; gap: 20px; }
  .marketing-col-right { grid-column: 1; grid-row: 1; }
  .marketing-col-left { grid-column: 1; grid-row: 2; padding-top: 95px; }
  .marketing-card { width: 100%; }
  .marketing-body h2 { font-size: 32px; }
  .gift-card { height: 699px; }
  .gift-card .marketing-image { height: 338px; }
  .gift-card .marketing-body { min-height: 336px; }
  .about-card { height: 727px; }
  .about-card .marketing-image { height: 300px; }
  .about-card .marketing-body { min-height: 387px; }
  .tasting-card { height: 806px; }
  .tasting-card .marketing-image { height: 400px; }
  .tasting-card .marketing-body { min-height: 366px; }
  .pouches-card { height: 744px; }
  .pouches-card .marketing-image { height: 400px; }
  .pouches-card .marketing-body { min-height: 304px; }

  .gallery { width: calc(100% - 20px); margin-top: 104px; grid-template-columns: 1fr; }
  .newsletter { width: 100%; min-height: 141px; margin-top: 104px; grid-template-columns: 1fr; grid-template-rows: 44px 77px; padding: 10px; }
  .newsletter-form { height: 77px; grid-template-columns: 1fr; grid-template-rows: 33px 34px; gap: 10px; }
  .newsletter-form input { height: 33px; padding: 4px 12px; font-size: 13px; }
  .newsletter-form button { height: 34px; font-family: "Lato", sans-serif; font-size: 14px; font-weight: 400; }
  .site-footer { min-height: 458px; padding: 100px 10px 15px; }
  .footer-logo { width: 110px; }
  .footer-grid { grid-template-columns: 1fr auto; gap: 18px; }
  .footer-links { flex-direction: column; gap: 10px; }
  .footer-bottom { align-items: flex-end; gap: 10px; }
}
