:root {
  --bew-ink: #121310;
  --bew-paper: #f5f0e6;
  --bew-cream: #ede4d4;
  --bew-olive: #41431f;
  --bew-gold: #a17f42;
  --bew-serif: Copperplate, 'Copperplate Gothic Light', 'Times New Roman', serif;
  --bew-sans: Inter, Arial, sans-serif;
  --bew-shell: 1180px
}

html,
body {
  max-width: 100%;
  overflow-x: clip
}

html {
  scrollbar-color: #a17f42 #10110f;
  scrollbar-width: thin
}

body::-webkit-scrollbar {
  width: 12px
}

body::-webkit-scrollbar-track {
  background: #10110f
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #c4a05a, #6f5527);
  border: 3px solid #10110f;
  border-radius: 999px
}

body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #d4b36e, #8d6c35)
}

.site-header:not(.bew-site-header),
.site-footer:not(.bew-site-footer) {
  display: none !important
}

.bew-shell {
  width: min(var(--bew-shell), calc(100% - 48px));
  margin: auto
}

.bew-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  background: var(--bew-olive);
  color: #fff !important;
  padding: 13px 22px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid var(--bew-olive);
  text-decoration: none !important
}

.bew-button:hover {
  background: #575a2b
}

.bew-section {
  padding: 62px 0
}

.bew-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px
}

.bew-section-title span {
  width: 48px;
  height: 1px;
  background: #b79b70
}

.bew-section-title h2,
.bew-benefits h2 {
  font: 28px var(--bew-serif);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  color: #2c2922
}

.bew-lead {
  text-align: center;
  margin: 12px 0 28px;
  color: #4c473d;
  font-family: var(--bew-sans)
}

.bew-site-header {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(12, 13, 11, .98), rgba(18, 14, 10, .9) 52%, rgba(12, 13, 11, .98));
  border-bottom: 1px solid rgba(161, 127, 66, .18);
  box-shadow: 0 12px 38px rgba(0, 0, 0, .28);
  transition: background .25s ease, box-shadow .25s ease
}

.bew-site-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(161, 127, 66, .18), transparent 36%);
  pointer-events: none
}

.bew-site-header.is-scrolled {
  position: fixed;
  background: rgba(13, 14, 12, .97);
  box-shadow: 0 4px 22px rgba(0, 0, 0, .42)
}

.bew-header-shell {
  position: relative;
  width: min(1240px, calc(100% - 64px));
  height: 126px;
  margin: auto;
  display: grid;
  grid-template-columns: 270px 1fr 170px;
  align-items: center;
  gap: 34px
}

.bew-brand {
  display: grid;
  grid-template-columns: 38px auto;
  grid-template-rows: auto auto;
  align-items: center;
  line-height: .84;
  color: #b08b4a !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none !important;
  max-width: 270px;
  min-width: 220px;
  overflow: hidden
}

.bew-brand-logo {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  max-width: 250px;
  height: 94px;
  overflow: hidden
}

.bew-brand-logo img,
.bew-custom-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 250px !important;
  max-height: 92px !important;
  object-fit: contain !important
}

.bew-brand-mark {
  grid-row: 1/3;
  font-size: 32px;
  color: #9d7c3f
}

.bew-brand-name {
  font: 30px/.82 var(--bew-serif);
  color: #a78347;
  letter-spacing: 2.3px
}

.bew-brand small {
  grid-column: 2;
  font: 700 9px/1.1 var(--bew-sans);
  letter-spacing: 3px;
  margin-top: 8px;
  color: #9b7a3f
}

.bew-header-nav {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px
}

.bew-header-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin: 0;
  padding: 0
}

.bew-header-menu a {
  position: relative;
  color: #f0eee8 !important;
  font: 800 13px var(--bew-sans);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .8)
}

.bew-header-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  width: 0;
  height: 2px;
  margin: auto;
  background: #a17f42;
  transition: width .2s ease
}

.bew-header-menu a:hover,
.bew-header-menu .current-menu-item>a {
  color: #fff !important
}

.bew-header-menu a:hover:after,
.bew-header-menu .current-menu-item>a:after {
  width: 100%
}

.bew-header-cta {
  justify-self: end;
  color: #fff !important;
  border: 1px solid #9c7c42;
  padding: 16px 25px;
  font: 800 12px/1 var(--bew-sans);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  box-shadow: inset 0 0 0 1px rgba(161, 127, 66, .2);
  text-align: center
}

.bew-header-cta:hover {
  background: #9c7c42;
  color: #111 !important
}

.bew-menu-toggle {
  display: none;
  background: rgba(0, 0, 0, .18);
  border: 1px solid #9c7c42;
  padding: 10px 12px
}

.bew-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin: 6px
}

.bew-hero {
  height: 840px;
  position: relative;
  background: #0c0d0b;
  color: #fff;
  overflow: hidden
}

.bew-hero-image {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0c0d0b 6%, rgba(10, 10, 8, .87) 31%, rgba(10, 10, 8, .17) 72%), url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=1800&q=88') center/cover
}

.bew-hero-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 90px
}

.bew-hero-copy {
  max-width: 690px
}

.bew-hero h1 {
  font: clamp(48px, 6vw, 82px)/.98 var(--bew-serif);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: #e7dfd3
}

.bew-rule {
  width: 570px;
  max-width: 100%;
  height: 1px;
  background: #af8b52;
  margin: 28px 0
}

.bew-hero h2 {
  font: 16px var(--bew-sans);
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c99d52;
  margin: 0 0 24px
}

.bew-hero p {
  font: 15px/1.65 var(--bew-sans);
  color: #ddd5cb;
  margin: 0 0 28px
}

.bew-awards {
  background: #f4ede2
}

.bew-award-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  margin-top: 32px
}

.bew-award-row article {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: #96733c
}

.bew-award-row b {
  font-size: 52px;
  font-weight: 400
}

.bew-award-row small,
.bew-award-row strong,
.bew-award-row em {
  display: block
}

.bew-award-row small {
  font: 22px var(--bew-serif)
}

.bew-award-row strong {
  font: 20px/1.1 var(--bew-serif);
  text-transform: uppercase;
  color: #332e27
}

.bew-award-row em {
  font-size: 10px;
  text-transform: uppercase
}

.bew-award-row>i {
  width: 1px;
  height: 86px;
  background: #cfc3b2
}

.bew-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 655px
}

.bew-story-photo,
.bew-orders-photo {
  background: url('https://images.unsplash.com/photo-1556910103-1c02745aae4d?auto=format&fit=crop&w=1200&q=85') center/cover
}

.bew-story-copy {
  padding: 75px clamp(40px, 7vw, 120px);
  background: #f7f2e9
}

.bew-kicker {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #a18458;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px
}

.bew-kicker:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #bca47f
}

.bew-story h2,
.bew-orders h2 {
  font: clamp(34px, 4vw, 54px)/1.04 var(--bew-serif);
  text-transform: uppercase;
  margin: 22px 0;
  color: #2c2922
}

.bew-story p,
.bew-orders p {
  max-width: 570px;
  font: 14px/1.65 var(--bew-sans);
  color: #403c34
}

.bew-products {
  background: var(--bew-paper)
}

.bew-product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px
}

.bew-product-grid article {
  background: #eee7db;
  text-align: center;
  padding-bottom: 18px
}

.bew-product-image {
  aspect-ratio: 1/1.15;
  background-size: cover;
  background-position: center
}

.bew-product-1 {
  background-image: url('https://images.unsplash.com/photo-1585478259715-876acc5be8eb?auto=format&fit=crop&w=600&q=82')
}

.bew-product-2 {
  background-image: url('https://images.unsplash.com/photo-1549931319-a545dcf3bc73?auto=format&fit=crop&w=600&q=82')
}

.bew-product-3 {
  background-image: url('https://images.unsplash.com/photo-1589367920969-ab8e050bbb04?auto=format&fit=crop&w=600&q=82')
}

.bew-product-4 {
  background-image: url('https://images.unsplash.com/photo-1598373182133-52452f7691ef?auto=format&fit=crop&w=600&q=82')
}

.bew-product-5 {
  background-image: url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=600&q=82')
}

.bew-product-grid h3 {
  font: 16px/1.1 var(--bew-serif);
  text-transform: uppercase;
  margin: 16px 8px 6px;
  color: #302c24
}

.bew-product-grid small {
  font-size: 10px;
  color: #625b50
}

.bew-benefits {
  background: #11120f;
  color: #eee8dc
}

.bew-benefits h2 {
  color: #eee8dc
}

.bew-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px
}

.bew-benefit-grid article {
  text-align: center;
  padding: 8px 22px;
  border-right: 1px solid #493d29
}

.bew-benefit-grid article:last-child {
  border: 0
}

.bew-benefit-grid b {
  font-size: 40px;
  color: #a8803f
}

.bew-benefit-grid h3 {
  font: 13px var(--bew-serif);
  text-transform: uppercase;
  color: #fff
}

.bew-benefit-grid p {
  font: 12px/1.55 var(--bew-sans);
  color: #c8c2b8
}

.bew-orders {
  display: grid;
  grid-template-columns: 1.05fr 1.3fr .72fr;
  min-height: 410px;
  background: #f1eadf
}

.bew-orders-photo {
  background-image: url('https://images.unsplash.com/photo-1586444248902-2f64eddc13df?auto=format&fit=crop&w=1000&q=85')
}

.bew-orders-copy {
  padding: 62px 48px
}

.bew-orders aside {
  margin: 52px 0;
  border-left: 1px solid #bcae99;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 34px
}

.bew-orders aside div {
  display: flex;
  gap: 18px;
  align-items: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #4b443a
}

.bew-orders aside b {
  font-size: 27px;
  color: #9e7f4c
}

@media(max-width:1100px) {
  .bew-header-shell {
    grid-template-columns: 230px 1fr 150px;
    width: min(100% - 42px, 1240px);
    gap: 20px
  }

  .bew-header-menu {
    gap: 24px
  }

  .bew-header-menu a {
    font-size: 12px
  }

  .bew-brand-name {
    font-size: 26px
  }

  .bew-header-cta {
    padding: 15px 20px
  }
}

/* Dynamic footer social links. */
.bew-footer-socials {
  margin-top: 26px;
}

.bew-footer-main .bew-footer-socials h3 {
  margin-bottom: 12px;
  color: #d2b16d;
  font: 700 11px/1.3 var(--bew-sans);
  letter-spacing: 1.6px;
}

.bew-footer-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bew-footer-main .bew-footer-social-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  transition: opacity .2s ease, box-shadow .2s ease;
}

.bew-footer-social-link img {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  object-fit: cover;
}

.bew-footer-main .bew-footer-social-link:hover,
.bew-footer-main .bew-footer-social-link:focus-visible {
  background: transparent;
  opacity: .84;
  box-shadow: 0 0 0 2px #d2b16d;
  outline: none;
}

@media (max-width: 680px) {
  .bew-footer-socials {
    margin-top: 22px;
  }
}

@media(max-width:980px) {
  .bew-header-shell {
    height: 96px;
    display: flex;
    justify-content: space-between
  }

  .bew-brand {
    min-width: 190px
  }

  .bew-brand-name {
    font-size: 23px
  }

  .bew-brand-logo {
    height: 74px
  }

  .bew-brand-logo img,
  .bew-custom-logo {
    max-height: 70px !important;
    max-width: 190px !important
  }

  .bew-menu-toggle {
    display: block
  }

  .bew-header-nav {
    display: none;
    position: absolute;
    left: -21px;
    right: -21px;
    top: 96px;
    background: #111;
    padding: 28px 24px;
    grid-template-columns: 1fr;
    align-items: flex-start;
    border-top: 1px solid rgba(161, 127, 66, .25)
  }

  .bew-header-nav.is-open {
    display: grid
  }

  .bew-header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px
  }

  .bew-header-menu a:after {
    bottom: -7px
  }

  .bew-header-cta {
    justify-self: start
  }

  .bew-hero {
    height: 720px
  }

  .bew-product-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .bew-product-grid article:nth-child(n+4) {
    display: none
  }

  .bew-benefit-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .bew-benefit-grid article {
    border: 0;
    border-bottom: 1px solid #493d29
  }

  .bew-orders {
    grid-template-columns: 1fr 1.3fr
  }

  .bew-orders aside {
    grid-column: 1/-1;
    flex-direction: row;
    border-left: 0;
    border-top: 1px solid #bcae99;
    margin: 0;
    padding: 25px
  }
}

/* Mobile header overlay: keep navigation out of document flow and place its CTA last. */
.bew-header-cta--mobile {
  display: none !important;
}

@media(max-width:980px) {
  .bew-site-header,
  .bew-site-header.is-menu-open,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }

  .bew-site-header .bew-header-shell,
  .bew-site-header.is-menu-open .bew-header-shell,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-shell {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    min-height: 86px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .bew-site-header .bew-brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: start !important;
    margin: 0 !important;
  }

  /* The logo PNG has transparent space below its artwork; offset the visible mark to the row's optical center. */
  .bew-site-header .bew-brand-logo {
    transform: translateY(14px) !important;
  }

  .bew-site-header .bew-menu-toggle {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
  }

  .bew-header-cta--desktop {
    display: none !important;
  }

  .bew-site-header .bew-header-nav,
  .bew-site-header.is-menu-open .bew-header-nav,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-nav,
  .bew-menu-toggle[aria-expanded="true"] + .bew-header-nav,
  .bew-header-nav.is-open {
    box-sizing: border-box !important;
    position: absolute !important;
    z-index: 1002 !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 118px) !important;
    margin: 0 !important;
    padding: 10px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid rgba(196, 163, 106, .38) !important;
    border-radius: 14px !important;
    background: linear-gradient(145deg, rgba(11, 11, 8, .98), rgba(31, 26, 18, .98)) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .5) !important;
  }

  .bew-site-header .bew-header-nav:not(.is-open) {
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
  }

  .bew-site-header.is-menu-open .bew-header-nav,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-nav,
  .bew-menu-toggle[aria-expanded="true"] + .bew-header-nav,
  .bew-header-nav.is-open {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .bew-header-nav .bew-header-menu,
  .bew-header-nav.is-open .bew-header-menu {
    min-height: 0 !important;
  }

  .bew-header-nav .bew-header-cta--mobile,
  .bew-header-nav.is-open .bew-header-cta--mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 10px 0 0 !important;
    padding: 14px 18px !important;
    color: #f4eee3 !important;
    border: 1px solid rgba(202, 163, 87, .65) !important;
    border-radius: 999px !important;
    background: rgba(156, 124, 66, .1) !important;
    text-align: center !important;
  }
}

@media(max-width:560px) {
  .bew-site-header .bew-header-nav,
  .bew-site-header.is-menu-open .bew-header-nav,
  .bew-header-nav.is-open {
    left: 0 !important;
    right: 0 !important;
  }
}

@media(max-width:680px) {

  .bew-shell,
  .bew-header-shell {
    width: min(100% - 32px, var(--bew-shell))
  }

  .bew-brand {
    min-width: 166px
  }

  .bew-brand-name {
    font-size: 20px
  }

  .bew-brand small {
    font-size: 7px;
    letter-spacing: 2px
  }

  .bew-hero {
    height: 680px
  }

  .bew-hero-image {
    background-position: 62% center
  }

  .bew-hero h1 {
    font-size: 43px
  }

  .bew-story {
    grid-template-columns: 1fr
  }

  .bew-story-photo {
    min-height: 420px
  }

  .bew-story-copy {
    padding: 50px 25px
  }

  .bew-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }

  .bew-product-grid article:nth-child(3) {
    display: none
  }

  .bew-benefit-grid {
    grid-template-columns: 1fr
  }

  .bew-orders {
    grid-template-columns: 1fr
  }

  .bew-orders-photo {
    min-height: 350px
  }

  .bew-orders-copy {
    padding: 45px 24px
  }

  .bew-orders aside {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start
  }

  .bew-award-row {
    gap: 16px
  }

  .bew-award-row b {
    font-size: 28px
  }

  .bew-award-row strong {
    font-size: 14px
  }
}

/* Complete site pages and footer. */
.bew-page {
  background: #f7f0e6;
  color: #2c2922;
  overflow-x: clip
}

.bew-page-hero {
  position: relative;
  min-height: 520px;
  padding: 210px 0 90px;
  background: linear-gradient(90deg, rgba(8, 9, 7, .94), rgba(13, 12, 9, .78)), url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=1800&q=86') center/cover;
  color: #f1eadf;
  overflow: hidden
}

.bew-page-hero:after {
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  top: 160px;
  bottom: 36px;
  border: 1px solid rgba(176, 139, 74, .2);
  pointer-events: none
}

.bew-page-hero .bew-shell {
  position: relative;
  z-index: 2
}

.bew-page-hero h1 {
  font: clamp(58px, 7vw, 112px)/.88 var(--bew-serif);
  text-transform: uppercase;
  margin: 24px 0 18px;
  text-shadow: 0 18px 48px rgba(0, 0, 0, .55)
}

.bew-page-hero p {
  max-width: 760px;
  font: 16px/1.9 var(--bew-sans);
  color: #ddd2c0
}

.bew-product-grid-wide {
  grid-template-columns: repeat(4, 1fr) !important
}

.bew-faq-list {
  background: #f3eadb
}

.bew-faq-list .bew-shell {
  width: min(980px, calc(100% - 48px))
}

.bew-faq-list details {
  background: #fbf6ed;
  border: 1px solid rgba(176, 139, 74, .18);
  box-shadow: 0 18px 55px rgba(42, 27, 13, .07);
  margin-bottom: 18px;
  padding: 0
}

.bew-faq-list summary {
  cursor: pointer;
  padding: 26px 30px;
  font: 900 16px var(--bew-sans);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2c2922
}

.bew-faq-list p {
  padding: 0 30px 28px;
  margin: 0;
  font: 15px/1.8 var(--bew-sans);
  color: #5d564b
}

.bew-contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  width: min(1180px, calc(100% - 56px));
  margin: auto;
  background: #f3eadb
}

.bew-contact-card,
.bew-contact-form {
  background: #fbf6ed;
  border: 1px solid rgba(176, 139, 74, .2);
  box-shadow: 0 24px 70px rgba(42, 27, 13, .08);
  padding: clamp(36px, 5vw, 68px)
}

.bew-contact-card h2 {
  font: clamp(42px, 5vw, 72px)/.94 var(--bew-serif);
  text-transform: uppercase;
  margin: 24px 0;
  color: #2c2922
}

.bew-contact-card p {
  font: 15px/1.9 var(--bew-sans);
  color: #5d564b
}

.bew-contact-form {
  display: grid;
  gap: 18px
}

.bew-contact-form label {
  display: grid;
  gap: 8px
}

.bew-contact-form span {
  font: 900 11px var(--bew-sans);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a17f42
}

.bew-contact-form input,
.bew-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(176, 139, 74, .26);
  background: #fffaf2;
  color: #2c2922;
  padding: 16px 18px;
  font: 15px var(--bew-sans);
  outline: none
}

.bew-contact-form input:focus,
.bew-contact-form textarea:focus {
  border-color: #a17f42;
  box-shadow: 0 0 0 3px rgba(161, 127, 66, .12)
}

.bew-site-footer {
  background: #0b0c09;
  color: #d8cec0;
  border-top: 1px solid rgba(176, 139, 74, .28)
}

.bew-footer-newsletter {
  padding: 42px 0;
  background: linear-gradient(90deg, #25260f, #4d4820)
}

.bew-footer-newsletter .bew-shell {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: 30px;
  align-items: center
}

.bew-footer-newsletter h2 {
  font: 28px var(--bew-serif);
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0 4px
}

.bew-footer-newsletter p {
  margin: 0;
  font: 13px/1.7 var(--bew-sans)
}

.bew-footer-newsletter form {
  display: flex
}

.bew-footer-newsletter input {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  padding: 16px
}

.bew-footer-newsletter button {
  border: 0;
  background: #a17f42;
  color: #fff;
  text-transform: uppercase;
  font: 900 11px var(--bew-sans);
  letter-spacing: 1px;
  padding: 0 24px
}

.bew-footer-main {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr 1fr;
  gap: 48px;
  padding: 68px 0 42px
}

.bew-footer-brand {
  display: inline-grid !important;
  margin-bottom: 20px
}

.bew-footer-main h3 {
  font: 16px var(--bew-serif);
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px
}

.bew-footer-main a,
.bew-footer-main p {
  display: block;
  color: #d8cec0;
  text-decoration: none;
  font: 13px/1.8 var(--bew-sans);
  margin: 0 0 6px
}

.bew-footer-main a:hover {
  color: #caa357
}

.bew-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font: 11px var(--bew-sans);
  color: #a9a094
}

@media(max-width:980px) {
  .bew-page-hero {
    padding-top: 150px;
    min-height: 460px
  }

  .bew-product-grid-wide {
    grid-template-columns: repeat(2, 1fr) !important
  }

  .bew-contact-layout,
  .bew-footer-newsletter .bew-shell,
  .bew-footer-main {
    grid-template-columns: 1fr
  }

  .bew-footer-bottom {
    flex-direction: column
  }

  .bew-footer-newsletter form {
    max-width: 520px
  }
}

@media(max-width:680px) {
  .bew-page-hero {
    padding: 132px 0 64px
  }

  .bew-page-hero:after {
    inset: 112px 16px 18px
  }

  .bew-page-hero h1 {
    font-size: clamp(42px, 13vw, 64px)
  }

  .bew-product-grid-wide {
    grid-template-columns: 1fr !important
  }

  .bew-contact-layout {
    width: min(100% - 28px, 1180px)
  }

  .bew-footer-newsletter form {
    flex-direction: column
  }

  .bew-footer-newsletter button {
    padding: 16px 24px
  }
}

/* Panaderia-inspired layout structure, using Bakkery colors. */
.bew-feature-row {
  background: #f5efe5 !important;
  position: relative
}

.bew-feature-shell {
  width: min(1240px, calc(100% - 56px));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(176, 139, 74, .22);
  background: #fbf6ed;
  box-shadow: 0 24px 80px rgba(38, 25, 12, .08)
}

.bew-feature-shell article {
  min-height: 270px;
  padding: 56px 44px;
  text-align: center;
  border-right: 1px solid rgba(176, 139, 74, .22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.bew-feature-shell article:last-child {
  border-right: 0
}

.bew-feature-shell span {
  font-size: 44px;
  color: #a17f42;
  line-height: 1;
  margin-bottom: 22px
}

.bew-feature-shell h3 {
  font: 30px/1 var(--bew-serif);
  text-transform: uppercase;
  color: #2c2922;
  margin: 0 0 16px
}

.bew-feature-shell p {
  font: 14px/1.8 var(--bew-sans);
  color: #5e574c;
  margin: 0;
  max-width: 310px
}

.bew-menu-mosaic {
  background: #fffaf2 !important
}

.bew-menu-shell {
  width: min(1280px, calc(100% - 56px));
  margin: auto
}

.bew-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 48px
}

.bew-menu-grid article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 310px;
  background: #f2eadc;
  border: 1px solid rgba(176, 139, 74, .18);
  box-shadow: 0 24px 70px rgba(42, 27, 13, .08);
  overflow: hidden
}

.bew-menu-grid article:nth-child(even) {
  direction: rtl
}

.bew-menu-grid article:nth-child(even)>* {
  direction: ltr
}

.bew-menu-image {
  background-size: cover;
  background-position: center;
  min-height: 310px;
  filter: saturate(.95) contrast(1.04);
  transition: transform .5s ease
}

.bew-menu-grid article:hover .bew-menu-image {
  transform: scale(1.055)
}

.bew-menu-grid article>div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px
}

.bew-menu-grid h3 {
  font: 34px/1 var(--bew-serif);
  text-transform: uppercase;
  color: #2d2922;
  margin: 0 0 14px
}

.bew-menu-grid p {
  font: 14px/1.8 var(--bew-sans);
  color: #5e574c;
  margin: 0
}

.bew-menu-1 {
  background-image: url('https://images.unsplash.com/photo-1585478259715-876acc5be8eb?auto=format&fit=crop&w=900&q=84')
}

.bew-menu-2 {
  background-image: url('https://images.unsplash.com/photo-1549931319-a545dcf3bc73?auto=format&fit=crop&w=900&q=84')
}

.bew-menu-3 {
  background-image: url('https://images.unsplash.com/photo-1598373182133-52452f7691ef?auto=format&fit=crop&w=900&q=84')
}

.bew-menu-4 {
  background-image: url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=900&q=84')
}

.bew-promo-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: #10110f;
  color: #f1eadf
}

.bew-promo-media {
  background: url('https://images.unsplash.com/photo-1608198093002-ad4e005484ec?auto=format&fit=crop&w=1300&q=84') center/cover;
  min-height: 520px
}

.bew-promo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 130px);
  background: radial-gradient(circle at 0 40%, rgba(176, 139, 74, .18), transparent 38%), #10110f
}

.bew-promo-copy h2 {
  font: clamp(44px, 5vw, 82px)/.94 var(--bew-serif);
  text-transform: uppercase;
  margin: 22px 0;
  color: #f1eadf
}

.bew-promo-copy p {
  font: 15px/1.9 var(--bew-sans);
  max-width: 620px;
  color: #d4caba
}

.bew-history {
  background: #f3eadb !important
}

.bew-history-shell {
  width: min(1180px, calc(100% - 56px));
  margin: auto
}

.bew-history-list {
  position: relative;
  margin-top: 58px;
  display: grid;
  gap: 36px
}

.bew-history-list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(176, 139, 74, .3)
}

.bew-history-list article {
  width: min(520px, 46%);
  padding: 38px 44px;
  background: #fbf6ed;
  border: 1px solid rgba(176, 139, 74, .2);
  box-shadow: 0 20px 65px rgba(42, 27, 13, .08)
}

.bew-history-list article:nth-child(even) {
  margin-left: auto
}

.bew-history-list small {
  font: 900 12px var(--bew-sans);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a17f42
}

.bew-history-list h3 {
  font: 34px/1.05 var(--bew-serif);
  text-transform: uppercase;
  color: #2c2922;
  margin: 14px 0
}

.bew-history-list p {
  font: 14px/1.8 var(--bew-sans);
  color: #5d564b;
  margin: 0
}

.bew-quote-band {
  padding: 90px 0;
  background: linear-gradient(90deg, #0b0c09, #17130f, #0b0c09);
  color: #f1eadf;
  text-align: center;
  border-top: 1px solid rgba(176, 139, 74, .28);
  border-bottom: 1px solid rgba(176, 139, 74, .28)
}

.bew-quote-band blockquote {
  font: clamp(30px, 4vw, 58px)/1.08 var(--bew-serif);
  max-width: 1050px;
  margin: 0 auto 18px;
  text-transform: uppercase
}

.bew-quote-band p {
  font: 900 12px var(--bew-sans);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b08b4a;
  margin: 0
}

.bew-team-preview {
  background: #fffaf2 !important
}

.bew-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px
}

.bew-team-grid article {
  background: #f1e8d8;
  border: 1px solid rgba(176, 139, 74, .18);
  box-shadow: 0 24px 75px rgba(42, 27, 13, .09);
  padding-bottom: 34px
}

.bew-team-image {
  aspect-ratio: 1/.86;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px
}

.bew-team-1 {
  background-image: url('https://images.unsplash.com/photo-1556910103-1c02745aae4d?auto=format&fit=crop&w=700&q=84')
}

.bew-team-2 {
  background-image: url('https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=700&q=84')
}

.bew-team-3 {
  background-image: url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=700&q=84')
}

.bew-team-grid small,
.bew-team-grid h3,
.bew-team-grid p {
  display: block;
  margin-left: 30px;
  margin-right: 30px
}

.bew-team-grid small {
  font: 900 11px var(--bew-sans);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a17f42
}

.bew-team-grid h3 {
  font: 28px/1 var(--bew-serif);
  text-transform: uppercase;
  color: #2c2922;
  margin-top: 10px;
  margin-bottom: 12px
}

.bew-team-grid p {
  font: 14px/1.75 var(--bew-sans);
  color: #5d564b
}

.bew-contact-strip {
  padding: 88px 0;
  background: #10110f;
  color: #f1eadf;
  text-align: center
}

.bew-contact-strip h2 {
  font: clamp(42px, 5vw, 76px)/.95 var(--bew-serif);
  text-transform: uppercase;
  margin: 0 0 16px
}

.bew-contact-strip p {
  font: 15px/1.8 var(--bew-sans);
  color: #d4caba;
  margin: 0 0 28px
}

@media(max-width:980px) {

  .bew-feature-shell,
  .bew-menu-grid,
  .bew-promo-band,
  .bew-team-grid {
    grid-template-columns: 1fr
  }

  .bew-feature-shell article {
    border-right: 0;
    border-bottom: 1px solid rgba(176, 139, 74, .22)
  }

  .bew-feature-shell article:last-child {
    border-bottom: 0
  }

  .bew-menu-grid article,
  .bew-menu-grid article:nth-child(even) {
    grid-template-columns: 1fr;
    direction: ltr
  }

  .bew-history-list:before {
    left: 0
  }

  .bew-history-list article {
    width: calc(100% - 26px);
    margin-left: 26px !important
  }

  .bew-promo-copy {
    padding: 54px 28px
  }
}

@media(max-width:680px) {

  .bew-feature-shell,
  .bew-menu-shell,
  .bew-history-shell {
    width: min(100% - 28px, 1240px)
  }

  .bew-feature-shell article {
    min-height: auto;
    padding: 42px 24px
  }

  .bew-menu-grid {
    gap: 18px
  }

  .bew-menu-grid article>div:last-child {
    padding: 34px 24px
  }

  .bew-team-grid {
    gap: 18px
  }

  .bew-contact-strip {
    padding: 64px 0
  }
}

/* Hero/header fit and premium glass buttons. */
.bew-hero {
  min-height: calc(100vh - 132px) !important;
  padding-top: 132px !important
}

.bew-hero-inner {
  min-height: calc(100vh - 132px) !important;
  align-items: center !important
}

.bew-hero-copy {
  padding-top: clamp(48px, 7vh, 94px) !important;
  padding-bottom: clamp(70px, 9vh, 120px) !important
}

.bew-hero h1 {
  font-size: var(--bew-type-hero) !important;
  line-height: 1.05 !important
}

.bew-button,
.bew-header-cta {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border: 1px solid rgba(202, 163, 87, .58) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .02) 36%, rgba(176, 139, 74, .18)),
    rgba(45, 39, 20, .38) !important;
  color: #fffaf0 !important;
  backdrop-filter: blur(14px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 -1px 0 rgba(176, 139, 74, .26),
    0 18px 42px rgba(0, 0, 0, .26) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .5) !important;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease !important
}

.bew-button:before,
.bew-header-cta:before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .24) 22%, transparent 44%);
  transform: translateX(-120%);
  transition: transform .7s ease
}

.bew-button:after,
.bew-header-cta:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 180, 101, .85), transparent);
  opacity: .75
}

.bew-button:hover,
.bew-header-cta:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(231, 194, 116, .9) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04) 38%, rgba(176, 139, 74, .26)),
    rgba(74, 57, 24, .52) !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .28),
    0 24px 60px rgba(0, 0, 0, .34),
    0 0 38px rgba(176, 139, 74, .18) !important
}

.bew-button:hover:before,
.bew-header-cta:hover:before {
  transform: translateX(120%)
}

@media(max-width:980px) {
  .bew-hero {
    padding-top: 96px !important
  }

  .bew-hero,
  .bew-hero-inner {
    min-height: 720px !important
  }

  .bew-hero-copy {
    padding-top: 74px !important
  }
}

@media(max-width:680px) {
  .bew-hero {
    padding-top: 96px !important
  }

  .bew-hero h1 {
    font-size: clamp(42px, 12vw, 62px) !important
  }

  .bew-button {
    width: 100%;
    justify-content: center
  }
}

/* Premium bakery header override. Kept at the end so it wins over Hello/Elementor styles. */
.bew-site-header {
  height: 132px;
  background: linear-gradient(90deg, #080907 0%, #17130f 42%, #21170f 58%, #080907 100%) !important;
  border-bottom: 1px solid rgba(176, 139, 74, .55) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .42) !important;
  overflow: visible
}

.bew-site-header:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .04), transparent 18%, rgba(176, 139, 74, .12) 50%, transparent 82%, rgba(255, 255, 255, .04)) !important
}


.bew-header-shell {
  height: 132px !important;
  width: min(1320px, calc(100% - 86px)) !important;
  display: grid !important;
  grid-template-columns: 310px minmax(520px, 1fr) 178px !important;
  align-items: center !important;
  gap: 34px !important
}

.bew-brand {
  min-width: 260px !important;
  max-width: 310px !important;
  grid-template-columns: 44px auto !important
}

.bew-brand-logo {
  max-width: 270px !important;
  height: 96px !important
}

.bew-brand-logo img,
.bew-custom-logo {
  max-width: 270px !important;
  max-height: 92px !important
}

.bew-brand-mark {
  font-size: 36px !important;
  color: #b08b4a !important
}

.bew-brand-name {
  font: 34px/.82 var(--bew-serif) !important;
  color: #b08b4a !important;
  letter-spacing: 2.8px !important;
  text-shadow: 0 2px 18px rgba(176, 139, 74, .18)
}

.bew-brand small {
  font: 800 9px/1.1 var(--bew-sans) !important;
  letter-spacing: 3.6px !important;
  color: #b08b4a !important
}

.bew-menu-toggle {
  display: none !important
}

.bew-header-nav {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  gap: 32px !important;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important
}

.bew-header-menu {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 34px !important;
  flex-direction: row !important
}

.bew-header-menu li {
  margin: 0 !important
}

.bew-header-menu a {
  font: 900 12px/1.2 var(--bew-sans) !important;
  letter-spacing: 1.45px !important;
  color: #f4efe4 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .78);
  padding: 12px 0 !important
}

.bew-header-menu a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(176, 139, 74, .85);
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  transition: .2s
}

.bew-header-menu a:after {
  bottom: -16px !important;
  height: 1px !important;
  background: #b08b4a !important
}

.bew-header-menu a:hover:before,
.bew-header-menu .current-menu-item>a:before {
  opacity: 1
}

.bew-header-cta {
  min-width: 150px !important;
  padding: 18px 24px !important;
  border: 1px solid rgba(176, 139, 74, .8) !important;
  background: rgba(176, 139, 74, .08) !important;
  box-shadow: inset 0 0 0 1px rgba(176, 139, 74, .25), 0 12px 30px rgba(0, 0, 0, .2) !important;
  font: 900 12px/1.05 var(--bew-sans) !important;
  letter-spacing: 1.25px !important
}

.bew-header-cta:hover {
  background: #b08b4a !important;
  color: #111 !important
}

.bew-site-header.is-scrolled {
  height: 104px;
  background: rgba(9, 10, 8, .98) !important
}

.bew-site-header.is-scrolled .bew-header-shell {
  height: 104px !important
}

.bew-site-header.is-scrolled .bew-brand-name {
  font-size: 28px !important
}

.bew-site-header.is-scrolled .bew-brand-logo {
  height: 78px !important
}

.bew-site-header.is-scrolled .bew-brand-logo img,
.bew-site-header.is-scrolled .bew-custom-logo {
  max-height: 74px !important
}

@media(max-width:1180px) {
  .bew-header-shell {
    width: min(100% - 44px, 1320px) !important;
    grid-template-columns: 245px 1fr 148px !important;
    gap: 20px !important
  }

  .bew-brand {
    min-width: 220px !important
  }

  .bew-brand-name {
    font-size: 27px !important
  }

  .bew-brand small {
    font-size: 7px !important;
    letter-spacing: 2.4px !important
  }

  .bew-header-menu {
    gap: 20px !important
  }

  .bew-header-menu a {
    font-size: 11px !important;
    letter-spacing: 1px !important
  }

  .bew-header-cta {
    min-width: 132px !important;
    padding: 16px 18px !important;
    font-size: 11px !important
  }
}

@media(max-width:980px) {
  .bew-site-header {
    height: 96px !important
  }


  .bew-header-shell {
    height: 96px !important;
    display: flex !important;
    justify-content: space-between !important;
    width: min(100% - 32px, 1320px) !important
  }

  .bew-brand {
    min-width: 184px !important
  }

  .bew-brand-name {
    font-size: 22px !important
  }

  .bew-brand small {
    font-size: 7px !important;
    letter-spacing: 2px !important
  }

  .bew-brand-logo {
    height: 72px !important
  }

  .bew-brand-logo img,
  .bew-custom-logo {
    max-height: 68px !important;
    max-width: 184px !important
  }

  .bew-menu-toggle {
    display: block !important
  }

  .bew-header-nav {
    display: none !important;
    position: absolute !important;
    left: -16px !important;
    right: -16px !important;
    top: 96px !important;
    background: linear-gradient(180deg, #0b0c0a, #17130f) !important;
    padding: 26px 24px !important;
    border-top: 1px solid rgba(176, 139, 74, .35) !important;
    grid-template-columns: 1fr !important
  }

  .bew-header-nav.is-open {
    display: grid !important
  }

  .bew-header-menu {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 16px !important
  }

  .bew-header-cta {
    justify-self: start !important
  }
}

@media(max-width:680px) {
  .bew-brand {
    min-width: 160px !important
  }

  .bew-brand-name {
    font-size: 19px !important
  }

  .bew-brand-mark {
    font-size: 28px !important
  }
}

/* Dynamic primary-menu header: no static fallback links. Last block wins. */
.bew-header-shell {
  grid-template-columns: 310px minmax(0, 1fr) !important
}

.bew-header-nav {
  display: block !important
}

.bew-header-menu {
  justify-content: flex-end !important
}

.bew-header-menu li:last-child>a {
  min-width: 150px !important;
  padding: 18px 24px !important;
  border: 1px solid rgba(176, 139, 74, .8) !important;
  background: rgba(176, 139, 74, .08) !important;
  box-shadow: inset 0 0 0 1px rgba(176, 139, 74, .25), 0 12px 30px rgba(0, 0, 0, .2) !important;
  text-align: center
}

.bew-header-menu li:last-child>a:hover {
  background: #b08b4a !important;
  color: #111 !important
}

.bew-header-menu li:last-child>a:before,
.bew-header-menu li:last-child>a:after {
  display: none !important
}

.bew-header-cta {
  display: none !important
}

@media(max-width:1180px) {
  .bew-header-shell {
    grid-template-columns: 245px minmax(0, 1fr) !important
  }
}

@media(max-width:980px) {
  .bew-header-shell {
    display: flex !important
  }

  .bew-header-nav {
    display: none !important
  }

  .bew-header-nav.is-open {
    display: grid !important
  }

  .bew-header-menu {
    justify-content: flex-start !important
  }

  .bew-header-menu li:last-child>a {
    min-width: auto !important;
    padding: 12px 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left
  }

  .bew-header-menu li:last-child>a:hover {
    background: transparent !important;
    color: #fff !important
  }
}

/* Dynamic logo/text lockup. */
.bew-brand-name {
  display: block !important;
  max-width: 220px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important
}

.bew-brand-name br {
  display: block
}

.bew-brand small {
  display: block !important;
  max-width: 210px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important
}

.bew-brand-logo {
  justify-content: flex-start !important
}

.bew-brand-logo img,
.bew-custom-logo {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35))
}

@media(max-width:980px) {
  .bew-brand-name {
    max-width: 160px !important
  }

  .bew-brand small {
    max-width: 150px !important
  }
}

body.home .bew-default-home+.site-main,
body.front-page .bew-default-home+.site-main,
.bew-default-home+.site-main,
.bew-page+.site-main {
  display: none !important
}

body.home:not(.elementor-page) .site-main,
body.blog .site-main {
  display: none !important
}

.elementor-widget-bew_hero,
.elementor-widget-bew_awards,
.elementor-widget-bew_story,
.elementor-widget-bew_products,
.elementor-widget-bew_benefits,
.elementor-widget-bew_order_cta,
.elementor-widget-bew_light_home {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important
}

.elementor-widget-bew_hero>.elementor-widget-container,
.elementor-widget-bew_awards>.elementor-widget-container,
.elementor-widget-bew_story>.elementor-widget-container,
.elementor-widget-bew_products>.elementor-widget-container,
.elementor-widget-bew_benefits>.elementor-widget-container,
.elementor-widget-bew_order_cta>.elementor-widget-container,
.elementor-widget-bew_light_home>.elementor-widget-container {
  width: 100% !important
}

.elementor-widget-bew_hero,
.elementor-widget-bew_awards,
.elementor-widget-bew_story,
.elementor-widget-bew_products,
.elementor-widget-bew_benefits,
.elementor-widget-bew_order_cta,
.elementor-widget-bew_light_home,
.bew-default-home>section {
  overflow: clip
}

.bew-hero-copy,
.bew-section-title,
.bew-award-row,
.bew-story-photo,
.bew-story-copy,
.bew-product-grid article,
.bew-benefit-grid article,
.bew-orders-photo,
.bew-orders-copy,
.bew-orders aside {
  will-change: transform, opacity
}

.bew-products {
  position: relative
}

.bew-product-grid {
  transform-style: preserve-3d
}

@media (prefers-reduced-motion: reduce) {

  .bew-hero-copy,
  .bew-section-title,
  .bew-award-row,
  .bew-story-photo,
  .bew-story-copy,
  .bew-product-grid article,
  .bew-benefit-grid article,
  .bew-orders-photo,
  .bew-orders-copy,
  .bew-orders aside {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important
  }
}

/* Dynamic header CTA button controlled from Bakkery Header customizer. */
.bew-header-shell {
  grid-template-columns: 310px minmax(0, 1fr) 170px !important
}

.bew-header-nav {
  display: block !important
}

.bew-header-menu {
  justify-content: flex-end !important
}

.bew-header-menu li:last-child>a {
  min-width: auto !important;
  padding: 12px 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left
}

.bew-header-menu li:last-child>a:before {
  display: block !important
}

.bew-header-menu li:last-child>a:after {
  display: block !important
}

.bew-header-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  min-width: 150px !important;
  min-height: 54px !important;
  padding: 17px 24px !important;
  border: 1px solid rgba(176, 139, 74, .82) !important;
  background: rgba(176, 139, 74, .08) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(176, 139, 74, .24), 0 14px 30px rgba(0, 0, 0, .22) !important;
  font: 900 12px/1.05 var(--bew-sans) !important;
  letter-spacing: 1.25px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center !important
}

.bew-header-cta:hover {
  background: #b08b4a !important;
  color: #111 !important
}

@media(max-width:1180px) {
  .bew-header-shell {
    grid-template-columns: 245px minmax(0, 1fr) 145px !important
  }

  .bew-header-cta {
    min-width: 130px !important;
    padding: 15px 17px !important;
    font-size: 11px !important
  }
}

@media(max-width:980px) {
  .bew-header-shell {
    display: flex !important
  }

  .bew-header-cta {
    min-width: auto !important;
    min-height: 44px !important;
    padding: 13px 16px !important
  }

  .bew-header-nav.is-open+.bew-header-cta {
    display: inline-flex !important
  }
}

@media(max-width:680px) {
  .bew-header-cta {
    display: none !important
  }
}

/* Ultra-premium full-bleed layout polish. */
body.elementor-page,
body.home,
body.page {
  background: #0b0c09 !important;
  overflow-x: clip !important
}

.elementor-page .site-main,
.elementor-page .page-content,
.elementor-page .elementor,
.bew-default-home {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip !important
}

.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_hero),
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_awards),
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_story),
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_products),
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_benefits),
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_order_cta),
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_light_home),
.elementor .e-con.e-parent:has(.elementor-widget-bew_hero),
.elementor .e-con.e-parent:has(.elementor-widget-bew_awards),
.elementor .e-con.e-parent:has(.elementor-widget-bew_story),
.elementor .e-con.e-parent:has(.elementor-widget-bew_products),
.elementor .e-con.e-parent:has(.elementor-widget-bew_benefits),
.elementor .e-con.e-parent:has(.elementor-widget-bew_order_cta),
.elementor .e-con.e-parent:has(.elementor-widget-bew_light_home) {
  width: 100% !important;
  max-width: none !important;
  --width: 100% !important;
  --content-width: 100% !important;
  --container-max-width: none !important;
  margin: 0 !important;
  padding: 0 !important
}

.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_hero)>.e-con-inner,
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_awards)>.e-con-inner,
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_story)>.e-con-inner,
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_products)>.e-con-inner,
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_benefits)>.e-con-inner,
.elementor .e-con.e-con-boxed:has(.elementor-widget-bew_order_cta)>.e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important
}

.elementor-widget-bew_hero,
.elementor-widget-bew_awards,
.elementor-widget-bew_story,
.elementor-widget-bew_products,
.elementor-widget-bew_benefits,
.elementor-widget-bew_order_cta {
  width: 100% !important;
  max-width: none !important;
  flex-basis: 100% !important
}

.bew-hero {
  min-height: calc(100vh - 132px) !important;
  height: auto !important;
  isolation: isolate;
  border-bottom: 1px solid rgba(176, 139, 74, .38)
}

.bew-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, .97), rgba(7, 8, 6, .74) 34%, rgba(7, 8, 6, .2) 74%),
    radial-gradient(circle at 28% 48%, rgba(176, 139, 74, .22), transparent 34%);
  pointer-events: none
}

.bew-hero:after {
  content: "";
  position: absolute;
  left: clamp(18px, 3vw, 54px);
  right: clamp(18px, 3vw, 54px);
  top: clamp(18px, 3vw, 54px);
  bottom: clamp(18px, 3vw, 54px);
  z-index: 2;
  border: 1px solid rgba(176, 139, 74, .22);
  pointer-events: none
}

.bew-hero-image {
  transform: scale(1.02);
  filter: saturate(.92) contrast(1.08)
}

.bew-hero-inner {
  min-height: calc(100vh - 132px) !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 3
}

.bew-hero-copy {
  max-width: 760px !important;
  padding: clamp(80px, 10vh, 130px) 0 clamp(70px, 9vh, 120px)
}

.bew-hero h1 {
  font-size: var(--bew-type-hero) !important;
  line-height: 1.05 !important;
  color: #f0eadf !important;
  text-shadow: 0 18px 48px rgba(0, 0, 0, .55)
}

.bew-hero h2 {
  color: #b08b4a !important;
  letter-spacing: 4px !important
}

.bew-section {
  padding: clamp(74px, 7vw, 116px) 0 !important
}

.bew-awards {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .52), rgba(222, 207, 180, .34)),
    #efe6d7 !important;
  border-bottom: 1px solid rgba(176, 139, 74, .24)
}

.bew-awards .bew-shell,
.bew-products .bew-shell {
  width: min(1320px, calc(100% - 72px)) !important
}

.bew-story {
  min-height: 760px !important;
  background: #efe6d7 !important;
  border-bottom: 1px solid rgba(176, 139, 74, .22)
}

.bew-story-photo,
.bew-orders-photo {
  min-height: 620px;
  filter: saturate(.96) contrast(1.04)
}

.bew-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 150px) clamp(48px, 8vw, 140px) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .4), transparent),
    #f3eadb !important
}

.bew-story h2,
.bew-orders h2 {
  font-size: var(--bew-type-section) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important
}

.bew-products {
  background:
    radial-gradient(circle at 50% 0, rgba(176, 139, 74, .16), transparent 34%),
    #f6f0e7 !important
}

.bew-product-grid {
  gap: clamp(16px, 2vw, 30px) !important
}

.bew-product-grid article {
  position: relative;
  background: #ede2d1 !important;
  box-shadow: 0 24px 70px rgba(51, 39, 23, .11);
  border: 1px solid rgba(176, 139, 74, .16);
  transition: transform .35s ease, box-shadow .35s ease
}

.bew-product-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(51, 39, 23, .18)
}

.bew-product-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  background: rgba(12, 14, 11, .7);
  border: 1px solid rgba(214, 174, 97, .35);
  color: #f7efe2;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font: 900 10px/1 var(--bew-sans);
  letter-spacing: 1.2px;
  text-transform: uppercase
}

.bew-product-grid article p {
  margin: 10px auto 0;
  max-width: 86%;
  color: #6a5f50;
  font: 13px/1.65 var(--bew-sans)
}

.bew-product-price {
  display: inline-flex;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(176, 139, 74, .22);
  color: #4b4f1f;
  font: 900 11px/1.3 var(--bew-sans);
  letter-spacing: 1px;
  text-transform: uppercase
}

.bew-benefits {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .35), transparent 50%, rgba(0, 0, 0, .35)),
    #0c0e0b !important;
  border-top: 1px solid rgba(176, 139, 74, .24);
  border-bottom: 1px solid rgba(176, 139, 74, .24)
}

.bew-benefit-grid {
  width: min(1320px, calc(100% - 72px));
  margin-left: auto;
  margin-right: auto
}

.bew-orders {
  min-height: 560px !important;
  grid-template-columns: minmax(360px, .95fr) minmax(520px, 1.25fr) minmax(230px, .55fr) !important;
  background: #f3eadb !important
}

.bew-orders-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 7vw, 120px) clamp(44px, 6vw, 96px) !important
}

.bew-orders aside {
  margin: clamp(54px, 6vw, 88px) 0 !important;
  padding-left: clamp(30px, 4vw, 58px) !important
}

@media(max-width:980px) {

  .bew-hero,
  .bew-hero-inner {
    min-height: 720px !important
  }

  .bew-hero-copy {
    padding-top: 130px
  }

  .bew-hero h1 {
    font-size: clamp(48px, 12vw, 74px) !important
  }

  .bew-awards .bew-shell,
  .bew-products .bew-shell,
  .bew-benefit-grid {
    width: min(100% - 32px, 1320px) !important
  }

  .bew-story,
  .bew-orders {
    grid-template-columns: 1fr !important
  }

  .bew-story-photo,
  .bew-orders-photo {
    min-height: 420px
  }
}

@media(max-width:680px) {

  .bew-hero,
  .bew-hero-inner {
    min-height: 660px !important
  }

  .bew-hero:after {
    inset: 14px
  }

  .bew-section {
    padding: 58px 0 !important
  }

  .bew-story-copy,
  .bew-orders-copy {
    padding: 48px 24px !important
  }

  .bew-story h2,
  .bew-orders h2 {
    font-size: clamp(38px, 11vw, 56px) !important
  }
}

.bew-managed-page .site-main,
.bew-managed-page main.site-main,
.bew-managed-page #main {
  display: none
}

.bew-announcement {
  background: #3f461d;
  color: #f7f0e6;
  text-align: center;
  padding: 10px 0;
  font: 800 11px var(--bew-sans);
  letter-spacing: 1.4px;
  text-transform: uppercase
}

.bew-phase3-hero .bew-hero-copy h1 {
  max-width: 760px
}

.bew-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center
}

.bew-button-glass {
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(176, 139, 74, .36) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px)
}

.bew-breadcrumb {
  width: min(1320px, calc(100% - 48px));
  margin: 24px auto 0;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #a17f42;
  font: 800 11px var(--bew-sans);
  letter-spacing: 1.2px;
  text-transform: uppercase
}

.bew-breadcrumb a {
  color: inherit;
  text-decoration: none
}

.bew-process {
  background: #fbf6ed
}

.bew-process-grid,
.bew-testimonial-grid,
.bew-blog-grid,
.bew-product-detail-grid {
  width: min(1320px, calc(100% - 56px));
  margin: auto;
  display: grid;
  gap: 28px
}

.bew-process-grid {
  grid-template-columns: repeat(4, 1fr)
}

.bew-process-grid article,
.bew-testimonial-grid blockquote,
.bew-blog-card,
.bew-blog-sidebar,
.bew-product-detail-copy,
.bew-map-placeholder {
  background: #fbf6ed;
  border: 1px solid rgba(176, 139, 74, .18);
  box-shadow: 0 24px 70px rgba(51, 39, 23, .09);
  padding: clamp(24px, 3vw, 42px)
}

.bew-process-grid small,
.bew-blog-card small {
  color: #a17f42;
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.6px;
  text-transform: uppercase
}

.bew-testimonial-grid {
  grid-template-columns: repeat(3, 1fr)
}

.bew-testimonial-grid p {
  font: 22px/1.35 var(--bew-serif);
  color: #2c2922
}

.bew-testimonial-grid cite {
  color: #a17f42;
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.bew-insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.bew-insta-grid span {
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(176, 139, 74, .2), rgba(63, 70, 29, .22)), url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=700&q=80') center/cover;
  border: 1px solid rgba(176, 139, 74, .2)
}

.bew-newsletter {
  background: linear-gradient(90deg, #25260f, #4d4820);
  color: #fff
}

.bew-newsletter .bew-shell {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: 30px;
  align-items: center
}

.bew-newsletter h2 {
  color: #fff;
  font: 34px var(--bew-serif);
  text-transform: uppercase
}

.bew-newsletter form,
.bew-product-controls,
.bew-search-form {
  display: flex;
  gap: 12px;
  align-items: center
}

.bew-newsletter input,
.bew-product-controls input,
.bew-product-controls select,
.bew-faq-search input,
.bew-search-form input,
.bew-blog-sidebar input {
  width: 100%;
  border: 1px solid rgba(176, 139, 74, .28);
  background: #fffaf2;
  color: #2c2922;
  padding: 15px 16px;
  outline: 0
}

.bew-newsletter button,
.bew-search-form button,
.bew-blog-sidebar button {
  min-height: 48px;
  border: 0;
  background: #3f461d;
  color: #fff;
  padding: 0 22px;
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.1px;
  text-transform: uppercase
}

.bew-product-controls {
  margin: 0 auto 34px;
  width: min(980px, 100%)
}

.bew-card-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px
}

.bew-card-actions a {
  border: 1px solid rgba(176, 139, 74, .3);
  color: #3f461d;
  padding: 11px 13px;
  text-decoration: none;
  font: 900 10px var(--bew-sans);
  letter-spacing: 1px;
  text-transform: uppercase
}

.bew-faq-search {
  margin-top: 36px
}

.bew-map-placeholder {
  min-height: 220px;
  margin-top: 24px;
  display: grid;
  place-items: center;
  color: #a17f42;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font: 900 11px var(--bew-sans)
}

.bew-blog-grid {
  grid-template-columns: 1fr 320px;
  align-items: start
}

.bew-blog-posts {
  display: grid;
  gap: 24px
}

.bew-blog-card {
  padding: 0;
  overflow: hidden
}

.bew-blog-card a {
  display: grid;
  grid-template-columns: 260px 1fr;
  color: inherit;
  text-decoration: none
}

.bew-blog-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover
}

.bew-blog-card div {
  padding: 30px
}

.bew-blog-card h2 {
  font: 34px/1 var(--bew-serif);
  margin: 10px 0
}

.bew-blog-sidebar form {
  display: grid;
  gap: 10px;
  margin-bottom: 26px
}

.bew-blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.bew-blog-sidebar a {
  display: block;
  padding: 9px 0;
  color: #3f461d;
  text-decoration: none
}

.bew-article .bew-shell {
  max-width: 920px
}

.bew-article img {
  width: 100%;
  height: auto;
  margin-bottom: 32px
}

.bew-entry-content {
  font: 17px/1.85 var(--bew-sans);
  color: #4c463d
}

.bew-product-detail-grid {
  grid-template-columns: 1fr 1fr
}

.bew-product-gallery img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover
}

.bew-product-detail-copy h2 {
  font: clamp(42px, 5vw, 76px)/.94 var(--bew-serif);
  margin: 20px 0
}

.bew-product-detail-copy dl {
  display: grid;
  gap: 10px;
  margin: 28px 0
}

.bew-product-detail-copy dt {
  color: #a17f42;
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.2px;
  text-transform: uppercase
}

.bew-product-detail-copy dd {
  margin: 0 0 12px;
  color: #5d564b
}

@media(max-width:980px) {

  .bew-process-grid,
  .bew-testimonial-grid,
  .bew-blog-grid,
  .bew-product-detail-grid {
    grid-template-columns: 1fr
  }

  .bew-blog-card a {
    grid-template-columns: 1fr
  }

  .bew-newsletter .bew-shell {
    grid-template-columns: 1fr
  }

  .bew-product-controls {
    flex-direction: column
  }
}

@media(max-width:680px) {

  .bew-breadcrumb,
  .bew-process-grid,
  .bew-testimonial-grid,
  .bew-blog-grid,
  .bew-product-detail-grid {
    width: min(100% - 28px, 1320px)
  }

  .bew-insta-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .bew-card-actions,
  .bew-button-row,
  .bew-newsletter form,
  .bew-search-form {
    flex-direction: column;
    align-items: stretch
  }
}

.bew-customer-shell {
  width: min(1120px, calc(100% - 56px));
  margin: auto
}

.bew-dashboard-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px
}

.bew-dashboard-nav,
.bew-dashboard-content,
.bew-order-row {
  background: #fbf6ed;
  border: 1px solid rgba(176, 139, 74, .18);
  box-shadow: 0 24px 70px rgba(51, 39, 23, .09);
  padding: clamp(24px, 3vw, 42px)
}

.bew-dashboard-nav {
  display: grid;
  gap: 10px;
  align-content: start
}

.bew-dashboard-nav a {
  display: block;
  color: #3f461d;
  text-decoration: none;
  font: 900 12px var(--bew-sans);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: 1px solid rgba(176, 139, 74, .16)
}

.bew-dashboard-content h2,
.bew-dashboard-content h3 {
  font-family: var(--bew-serif);
  text-transform: uppercase
}

.bew-order-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  margin: 12px 0;
  padding: 18px
}

.bew-form-message {
  margin-top: 14px;
  color: #3f461d;
  font: 800 13px var(--bew-sans)
}

@media(max-width:780px) {

  .bew-dashboard-grid,
  .bew-order-row {
    grid-template-columns: 1fr
  }

  .bew-customer-shell {
    width: min(100% - 28px, 1120px)
  }
}

.bew-site-header a:focus-visible,
.bew-site-header button:focus-visible,
.bew-button:focus-visible,
.bew-header-cta:focus-visible,
.bew-contact-form input:focus-visible,
.bew-contact-form textarea:focus-visible,
.bew-contact-form button:focus-visible {
  outline: 2px solid #d6ae61;
  outline-offset: 4px
}

.bew-button,
.bew-header-cta,
.bew-card-actions a,
.bew-contact-form button,
.bew-newsletter button {
  min-height: 44px
}

.bew-contact-form.is-success,
.bew-newsletter form.is-success {
  box-shadow: 0 0 0 3px rgba(79, 111, 58, .18), 0 24px 70px rgba(51, 39, 23, .09)
}

[hidden] {
  display: none !important
}

.bew-empty-state {
  padding: 32px;
  border: 1px dashed rgba(176, 139, 74, .34);
  background: #fbf6ed;
  color: #6a5f50;
  text-align: center
}

.bew-product-image,
.bew-story-photo,
.bew-orders-photo,
.bew-promo-media,
.bew-team-image {
  background-color: #ded1bc
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important
  }

  .bew-product-grid article:hover,
  .bew-button:hover,
  .bew-header-cta:hover {
    transform: none !important
  }
}

.bew-lux-home {
  --lux-ink: #0b0c09;
  --lux-charcoal: #15130f;
  --lux-cream: #f7f0e6;
  --lux-linen: #efe4d3;
  --lux-gold: #b08b4a;
  --lux-olive: #3f461d;
  --lux-muted: #706657;
  background: var(--lux-cream);
  color: #2c2922;
  overflow: hidden
}

.bew-lux-shell {
  width: min(1440px, calc(100% - 64px));
  margin-inline: auto
}

.bew-lux-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lux-gold);
  font: 900 11px/1 var(--bew-sans);
  letter-spacing: 2.2px;
  text-transform: uppercase
}

.bew-lux-kicker:before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor
}

.bew-lux-marquee {
  position: relative;
  z-index: 4;
  margin-top: 0;
  background: #11100d;
  color: #e8dcc8;
  border-bottom: 1px solid rgba(176, 139, 74, .28);
  overflow: hidden;
  white-space: nowrap
}

.bew-lux-marquee div {
  display: inline-flex;
  gap: 34px;
  min-width: 200%;
  padding: 10px 0;
  animation: bew-marquee 28s linear infinite
}

.bew-lux-marquee span {
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.7px;
  text-transform: uppercase
}

.bew-lux-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  isolation: isolate;
  background: #0b0c09;
  color: #f7f0e6
}

.bew-lux-hero-media,
.bew-lux-hero-image,
.bew-lux-hero-overlay {
  position: absolute;
  inset: 0
}

.bew-lux-hero-image {
  background: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .42) 46%, rgba(0, 0, 0, .18)), url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=2200&q=88') center/cover;
  transform: scale(1.04);
  will-change: transform
}

.bew-lux-hero-overlay {
  z-index: 1;
  background: radial-gradient(circle at 72% 44%, rgba(176, 139, 74, .2), transparent 28%), linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .48))
}

.bew-lux-hero .bew-lux-shell {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  align-items: center
}

.bew-lux-hero-copy {
  max-width: 900px;
  padding-top: 96px
}

.bew-lux-hero h1 {
  margin: 26px 0 22px;
  max-width: 880px;
  font: clamp(72px, 10vw, 168px)/.78 var(--bew-serif);
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance
}

.bew-lux-hero h1 .bew-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top
}

.bew-lux-hero h1 .bew-word span {
  display: inline-block
}

.bew-lux-hero p {
  max-width: 650px;
  margin: 0 0 34px;
  color: #e6dbc9;
  font: clamp(16px, 1.3vw, 20px)/1.8 var(--bew-sans)
}

.bew-lux-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.bew-lux-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(176, 139, 74, .44);
  text-decoration: none;
  overflow: hidden;
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: transform .35s ease, border-color .35s ease, background .35s ease, color .35s ease
}

.bew-lux-button:after {
  content: "";
  position: absolute;
  inset: auto auto -40px -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  transform: scale(0);
  transition: transform .45s ease
}

.bew-lux-button:hover:after {
  transform: scale(4)
}

.bew-lux-button span,
.bew-lux-button {
  z-index: 1
}

.bew-lux-button-primary {
  background: rgba(176, 139, 74, .92);
  color: #fff
}

.bew-lux-button-ghost {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px)
}

.bew-lux-button:hover {
  transform: translateY(-3px);
  border-color: #d6ae61
}

.bew-lux-scroll {
  position: absolute;
  right: 0;
  bottom: 46px;
  z-index: 3;
  display: grid;
  gap: 10px;
  justify-items: center;
  color: #d8c7ac;
  text-decoration: none;
  font: 900 10px var(--bew-sans);
  letter-spacing: 1.6px;
  text-transform: uppercase
}

.bew-lux-scroll span {
  width: 1px;
  height: 56px;
  background: linear-gradient(#d6ae61, transparent);
  animation: bew-scroll-line 1.8s ease-in-out infinite
}

.bew-flour {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  filter: blur(1px);
  box-shadow: 0 0 30px rgba(255, 255, 255, .38)
}

.bew-flour-1 {
  left: 18%;
  top: 30%
}

.bew-flour-2 {
  left: 46%;
  top: 18%;
  width: 4px;
  height: 4px
}

.bew-flour-3 {
  right: 18%;
  top: 62%;
  width: 10px;
  height: 10px
}

.bew-lux-story,
.bew-lux-delivery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 640px);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  padding: clamp(92px, 12vw, 180px) 0;
  width: min(1440px, calc(100% - 64px));
  margin: auto
}

.bew-lux-editorial-image,
.bew-lux-cta-image {
  min-height: 680px;
  background: url('https://images.unsplash.com/photo-1517433670267-08bbd4be890f?auto=format&fit=crop&w=1400&q=86') center/cover;
  box-shadow: 0 38px 120px rgba(51, 39, 23, .18)
}

.bew-lux-editorial-copy h2,
.bew-lux-section-head h2,
.bew-lux-delivery h2,
.bew-lux-cta h2,
.bew-lux-newsletter h2 {
  margin: 22px 0;
  font: clamp(48px, 6vw, 96px)/.9 var(--bew-serif);
  text-transform: uppercase;
  letter-spacing: 0;
  text-wrap: balance
}

.bew-lux-editorial-copy p,
.bew-lux-section-head p,
.bew-lux-delivery p,
.bew-lux-newsletter p {
  color: var(--lux-muted);
  font: 16px/1.9 var(--bew-sans)
}

.bew-lux-text-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--lux-olive);
  text-decoration: none;
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  background: transparent;
  transition: color .25s ease, border-color .25s ease
}

.bew-lux-text-link:hover,
.bew-lux-text-link:focus,
.bew-lux-text-link:active,
.bew-lux-text-link:visited:hover {
  color: #d5ad62 !important;
  border-color: #d5ad62 !important;
  background: transparent !important;
  text-decoration: none !important
}

.bew-lux-text-link:focus-visible {
  color: #d5ad62 !important;
  outline: 1px solid rgba(213, 173, 98, .65);
  outline-offset: 5px
}

.bew-lux-awards,
.bew-lux-products,
.bew-lux-process,
.bew-lux-why,
.bew-lux-testimonials,
.bew-lux-instagram {
  padding: clamp(84px, 10vw, 150px) 0
}

.bew-lux-awards,
.bew-lux-why {
  background: #11100d;
  color: #f7f0e6
}

.bew-lux-award-timeline,
.bew-lux-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 46px
}

.bew-lux-award-timeline article,
.bew-lux-icon-grid article,
.bew-lux-process-steps article,
.bew-lux-testimonial-track blockquote {
  border: 1px solid rgba(176, 139, 74, .24);
  background: rgba(255, 255, 255, .045);
  padding: clamp(28px, 4vw, 54px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease
}

.bew-lux-award-timeline article:hover,
.bew-lux-icon-grid article:hover,
.bew-lux-product-card:hover,
.bew-lux-testimonial-track blockquote:hover {
  transform: translateY(-8px);
  border-color: rgba(214, 174, 97, .58);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .18)
}

.bew-lux-award-timeline small {
  display: block;
  color: var(--lux-gold);
  font: clamp(42px, 5vw, 72px)/1 var(--bew-serif)
}

.bew-lux-award-timeline h3,
.bew-lux-icon-grid h3,
.bew-lux-process-steps h3,
.bew-lux-product-card h3 {
  font: clamp(26px, 3vw, 42px)/1 var(--bew-serif);
  text-transform: uppercase
}

.bew-lux-award-timeline p,
.bew-lux-icon-grid p,
.bew-lux-process-steps p {
  color: #d8cbb9;
  font: 14px/1.8 var(--bew-sans)
}

.bew-lux-product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 420px);
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 40px 0 20px;
  scroll-snap-type: x mandatory
}

.bew-lux-product-card {
  scroll-snap-align: start;
  background: #efe4d3;
  border: 1px solid rgba(176, 139, 74, .22);
  transition: transform .35s ease, box-shadow .35s ease
}

.bew-lux-product-card a {
  display: block;
  color: inherit;
  text-decoration: none
}

.bew-lux-product-image {
  height: 360px;
  background-size: cover;
  background-position: center;
  transition: transform .55s ease
}

.bew-lux-product-card:hover .bew-lux-product-image {
  transform: scale(1.035)
}

.bew-lux-product-card div:last-child {
  padding: 26px
}

.bew-lux-product-card span {
  color: var(--lux-gold);
  font: 900 10px var(--bew-sans);
  letter-spacing: 1.4px;
  text-transform: uppercase
}

.bew-lux-product-card p {
  color: var(--lux-muted);
  font: 13px/1.7 var(--bew-sans)
}

.bew-lux-process {
  background: #efe4d3
}

.bew-lux-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: rgba(176, 139, 74, .26);
  border: 1px solid rgba(176, 139, 74, .26)
}

.bew-lux-process-steps article {
  background: #f7f0e6;
  border: 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.bew-lux-process-steps small {
  color: var(--lux-gold);
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.bew-lux-process-steps p {
  color: var(--lux-muted)
}

.bew-lux-testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px
}

.bew-lux-testimonial-track blockquote {
  background: #fbf6ed;
  color: #2c2922;
  margin: 0
}

.bew-lux-testimonial-track span {
  color: var(--lux-gold);
  font: 90px/.7 var(--bew-serif)
}

.bew-lux-testimonial-track p {
  font: 24px/1.35 var(--bew-serif)
}

.bew-lux-testimonial-track cite {
  color: var(--lux-olive);
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.4px;
  text-transform: uppercase
}

.bew-lux-masonry {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  grid-auto-rows: 180px;
  gap: 18px;
  margin-top: 42px
}

.bew-lux-masonry span {
  background: url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=900&q=82') center/cover;
  transition: transform .45s ease, filter .45s ease
}

.bew-lux-masonry span:hover {
  transform: scale(.985);
  filter: saturate(1.08) contrast(1.04)
}

.bew-lux-masonry span:nth-child(1) {
  grid-row: span 2
}

.bew-lux-masonry span:nth-child(4) {
  grid-column: span 2
}

.bew-lux-delivery {
  grid-template-columns: 1fr 1fr
}

.bew-lux-map {
  position: relative;
  min-height: 560px;
  background: radial-gradient(circle at 50% 50%, rgba(176, 139, 74, .18) 0 30%, transparent 31%), linear-gradient(135deg, #11100d, #3f461d);
  display: grid;
  place-items: center;
  color: #fff;
  overflow: hidden
}

.bew-lux-map i {
  position: absolute;
  width: min(72%, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(214, 174, 97, .9);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(176, 139, 74, .24)
}

.bew-lux-map span {
  position: relative;
  z-index: 2;
  font: clamp(48px, 7vw, 96px)/1 var(--bew-serif);
  text-transform: uppercase
}

.bew-lux-delivery dl {
  display: grid;
  gap: 16px
}

.bew-lux-delivery dt {
  color: var(--lux-gold);
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.bew-lux-delivery dd {
  margin: 0;
  color: var(--lux-muted);
  font: 15px/1.8 var(--bew-sans)
}

.bew-lux-cta {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  color: #fff;
  background: #0b0c09;
  overflow: hidden
}

.bew-lux-cta-image {
  position: absolute;
  inset: 0;
  min-height: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .14)), url('https://images.unsplash.com/photo-1549931319-a545dcf3bc73?auto=format&fit=crop&w=1800&q=86');
  box-shadow: none
}

.bew-lux-cta-copy {
  position: relative;
  z-index: 2;
  width: min(1440px, calc(100% - 64px));
  margin: auto
}

.bew-lux-cta h2 {
  max-width: 760px;
  color: #fff
}

.bew-lux-newsletter {
  padding: clamp(78px, 10vw, 130px) 0;
  background: #e9ddcb
}

.bew-lux-newsletter .bew-lux-shell {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 560px);
  gap: 42px;
  align-items: end
}

.bew-lux-newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px
}

.bew-lux-newsletter label {
  display: grid;
  gap: 9px
}

.bew-lux-newsletter label span {
  color: var(--lux-gold);
  font: 900 10px var(--bew-sans);
  letter-spacing: 1.4px;
  text-transform: uppercase
}

.bew-lux-newsletter input {
  min-height: 54px;
  border: 1px solid rgba(176, 139, 74, .35);
  background: #fffaf2;
  padding: 0 18px;
  color: #2c2922
}

.bew-lux-newsletter input:focus {
  outline: 2px solid rgba(176, 139, 74, .5);
  outline-offset: 3px
}

@keyframes bew-marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes bew-scroll-line {

  0%,
  100% {
    transform: scaleY(.55);
    opacity: .45
  }

  50% {
    transform: scaleY(1);
    opacity: 1
  }
}

@media(max-width:1100px) {

  .bew-lux-story,
  .bew-lux-delivery,
  .bew-lux-newsletter .bew-lux-shell {
    grid-template-columns: 1fr
  }

  .bew-lux-process-steps,
  .bew-lux-testimonial-track {
    grid-template-columns: repeat(2, 1fr)
  }

  .bew-lux-editorial-image,
  .bew-lux-map {
    min-height: 460px
  }
}

@media(max-width:720px) {

  .bew-lux-shell,
  .bew-lux-story,
  .bew-lux-delivery,
  .bew-lux-cta-copy {
    width: min(100% - 28px, 1440px)
  }

  .bew-lux-hero .bew-lux-shell {
    min-height: calc(100vh - 20px)
  }

  .bew-lux-hero h1 {
    font-size: clamp(58px, 18vw, 92px)
  }

  .bew-lux-actions,
  .bew-lux-newsletter form {
    grid-template-columns: 1fr;
    display: grid
  }

  .bew-lux-button {
    width: 100%
  }

  .bew-lux-award-timeline,
  .bew-lux-icon-grid,
  .bew-lux-process-steps,
  .bew-lux-testimonial-track {
    grid-template-columns: 1fr
  }

  .bew-lux-product-rail {
    grid-auto-columns: minmax(260px, 86vw)
  }

  .bew-lux-masonry {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px
  }

  .bew-lux-masonry span,
  .bew-lux-masonry span:nth-child(1),
  .bew-lux-masonry span:nth-child(4) {
    grid-column: auto;
    grid-row: auto
  }

  .bew-lux-editorial-image {
    min-height: 420px
  }

  .bew-lux-scroll {
    display: none
  }
}

.bew-page-curtain {
  position: fixed;
  inset: 0;
  z-index: 999998;
  background: #0b0c09;
  pointer-events: none;
  transform: translate3d(0, 100%, 0);
  visibility: hidden
}

.bew-page-curtain[style] {
  visibility: visible
}

.bew-text-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top
}

.bew-text-mask>span {
  display: inline-block
}

.bew-premium-cursor {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 1px solid rgba(176, 139, 74, .75);
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
  transform: translate3d(-100px, -100px, 0);
  transition: width .25s ease, height .25s ease, margin .25s ease, background .25s ease
}

.bew-premium-cursor.is-active {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  background: rgba(176, 139, 74, .18)
}

.bew-motion-ready [data-bew-motion],
.bew-motion-ready [data-bes-motion] {
  will-change: transform, opacity, filter, clip-path
}

.bew-motion-reduced .bew-page-curtain,
.bew-motion-reduced .bew-premium-cursor {
  display: none !important
}

@media(pointer:coarse) {
  .bew-premium-cursor {
    display: none !important
  }
}

@media(prefers-reduced-motion:reduce) {

  .bew-page-curtain,
  .bew-premium-cursor {
    display: none !important
  }

  .bew-text-mask>span {
    transform: none !important
  }
}

/* Luxury visual refinement layer. Presentation only; Elementor structure and content remain editable. */
:root {
  --bew-luxe-primary: #11100d;
  --bew-luxe-secondary: #171511;
  --bew-luxe-alt: #1d1a16;
  --bew-luxe-card: #211d18;
  --bew-luxe-border: rgba(201, 177, 128, .18);
  --bew-luxe-divider: rgba(255, 255, 255, .08);
  --bew-luxe-cream: #f5f1e8;
  --bew-luxe-paper: #ece3d4;
  --bew-luxe-text: #d9d2c6;
  --bew-luxe-muted: #a59b8b;
  --bew-luxe-gold: #c4a36a;
  --bew-luxe-olive: #596247;
  --bew-luxe-brown: #6e5640;
  --bew-luxe-shadow: 0 34px 110px rgba(17, 16, 13, .28);
  --bew-luxe-soft-shadow: 0 22px 70px rgba(54, 42, 27, .14)
}

html {
  background: var(--bew-luxe-primary)
}

body {
  background: var(--bew-luxe-cream);
  color: #342e25;
  text-rendering: optimizeLegibility
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999997;
  pointer-events: none;
  opacity: .09;
  background-image: radial-gradient(circle at 18% 14%, rgba(196, 163, 106, .34), transparent 24%), radial-gradient(circle at 88% 8%, rgba(89, 98, 71, .22), transparent 22%), linear-gradient(115deg, transparent, rgba(255, 255, 255, .03), transparent), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: multiply
}

.bew-site-header {
  background: linear-gradient(90deg, rgba(17, 16, 13, .96), rgba(29, 26, 22, .94), rgba(17, 16, 13, .96)) !important;
  border-bottom: 1px solid var(--bew-luxe-border) !important;
  box-shadow: 0 24px 90px rgba(17, 16, 13, .32) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}

.bew-header-shell {
  min-height: 112px !important
}

.bew-header-menu a,
.bew-header-cta {
  color: var(--bew-luxe-cream) !important;
  text-shadow: none !important
}

.bew-header-menu a:hover,
.bew-header-menu .current-menu-item>a {
  color: var(--bew-luxe-gold) !important
}

.bew-header-cta,
.bew-button,
.bes-button,
.bew-lux-button,
.bew-contact-form button,
.bew-newsletter button,
.bew-footer-newsletter button {
  min-height: 56px !important;
  border-radius: 12px !important;
  border-color: rgba(196, 163, 106, .5) !important;
  background: linear-gradient(135deg, rgba(196, 163, 106, .18), rgba(110, 86, 64, .18)) !important;
  color: var(--bew-luxe-cream) !important;
  box-shadow: inset 0 1px 0 rgba(245, 241, 232, .16), 0 18px 46px rgba(17, 16, 13, .22) !important;
  letter-spacing: 1.35px !important;
  transition: border-color .32s ease, background .32s ease, color .32s ease, box-shadow .32s ease, transform .32s ease !important
}

.bew-header-cta:hover,
.bew-button:hover,
.bes-button:hover,
.bew-lux-button:hover,
.bew-contact-form button:hover,
.bew-newsletter button:hover,
.bew-footer-newsletter button:hover {
  background: linear-gradient(135deg, var(--bew-luxe-gold), #9f7d45) !important;
  color: #171511 !important;
  border-color: rgba(245, 241, 232, .38) !important;
  box-shadow: 0 24px 70px rgba(196, 163, 106, .22), 0 10px 28px rgba(17, 16, 13, .22) !important
}

.bew-button:after,
.bew-lux-button:after {
  background: rgba(245, 241, 232, .18) !important
}

.bew-hero,
.bew-lux-hero,
.bew-page-hero,
.bew-promo-band,
.bew-contact-strip,
.bew-lux-cta {
  background-color: var(--bew-luxe-primary) !important;
  color: var(--bew-luxe-cream) !important
}

.bew-hero:before,
.bew-lux-hero:before,
.bew-page-hero:before,
.bew-promo-band:before,
.bew-contact-strip:before,
.bew-lux-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 24%, rgba(196, 163, 106, .18), transparent 30%), radial-gradient(circle at 12% 72%, rgba(89, 98, 71, .18), transparent 28%), linear-gradient(180deg, rgba(17, 16, 13, .18), rgba(17, 16, 13, .56));
  z-index: 1
}

.bew-hero,
.bew-page-hero,
.bew-lux-hero {
  isolation: isolate;
  min-height: clamp(680px, 88vh, 980px)
}

.bew-hero-copy,
.bew-page-hero .bew-shell,
.bew-lux-hero .bew-lux-shell,
.bew-promo-copy,
.bew-contact-strip .bew-shell,
.bew-lux-cta-copy {
  position: relative;
  z-index: 2
}

.bew-hero-copy h1,
.bew-lux-hero h1,
.bew-page-hero h1 {
  font-size: var(--bew-type-hero) !important;
  line-height: 1.05 !important;
  letter-spacing: .01em !important;
  color: var(--bew-luxe-cream) !important;
  text-shadow: 0 22px 70px rgba(17, 16, 13, .62) !important
}

.bew-hero-copy h2,
.bew-kicker,
.bew-lux-kicker,
.bew-section-title h2:before {
  color: var(--bew-luxe-gold) !important
}

.bew-hero-copy p,
.bew-page-hero p,
.bew-lux-hero p,
.bew-promo-copy p,
.bew-contact-strip p {
  font-size: var(--bew-type-body) !important;
  line-height: 1.65 !important;
  color: var(--bew-luxe-text) !important
}

.bew-rule,
.bew-section-title span,
.bew-lux-kicker:before {
  background: linear-gradient(90deg, transparent, var(--bew-luxe-gold), transparent) !important
}

.bew-section,
.bew-products,
.bew-awards,
.bew-story,
.bew-orders,
.bew-benefits,
.bew-feature-row,
.bew-process,
.bew-lux-awards,
.bew-lux-products,
.bew-lux-process,
.bew-lux-why,
.bew-lux-testimonials,
.bew-lux-instagram,
.bew-lux-delivery,
.bew-lux-newsletter {
  padding-top: clamp(96px, 11vw, 170px) !important;
  padding-bottom: clamp(96px, 11vw, 170px) !important
}

.bew-awards,
.bew-benefits,
.bew-lux-awards,
.bew-lux-why {
  background: radial-gradient(circle at 18% 22%, rgba(196, 163, 106, .1), transparent 30%), linear-gradient(180deg, var(--bew-luxe-secondary), var(--bew-luxe-primary)) !important;
  color: var(--bew-luxe-cream) !important
}

.bew-products,
.bew-faq-list,
.bew-contact-layout,
.bew-newsletter,
.bew-lux-products,
.bew-lux-process,
.bew-lux-newsletter,
.bew-menu-mosaic,
.bew-team-preview {
  background: linear-gradient(180deg, var(--bew-luxe-cream), var(--bew-luxe-paper)) !important
}

.bew-story,
.bew-orders,
.bew-lux-story,
.bew-lux-delivery {
  background: linear-gradient(180deg, var(--bew-luxe-paper), #e4d8c5) !important
}

.bew-section-title h2,
.bew-story-copy h2,
.bew-orders-copy h2,
.bew-contact-card h2,
.bew-lux-editorial-copy h2,
.bew-lux-section-head h2,
.bew-lux-delivery h2,
.bew-lux-cta h2,
.bew-lux-newsletter h2 {
  font-size: var(--bew-type-section) !important;
  line-height: 1.12 !important;
  letter-spacing: .005em !important;
  color: inherit;
  text-wrap: balance
}

.bew-section-title,
.bew-lux-section-head {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto
}

.bew-section-title h2 {
  color: #2f2921 !important
}

.bew-awards .bew-section-title h2,
.bew-benefits h2,
.bew-lux-awards h2,
.bew-lux-why h2,
.bew-lux-cta h2 {
  color: var(--bew-luxe-cream) !important
}

.bew-lead,
.bew-story-copy p,
.bew-orders-copy p,
.bew-contact-card p,
.bew-faq-list p,
.bew-lux-section-head p,
.bew-lux-editorial-copy p,
.bew-lux-delivery p {
  font-size: clamp(17px, 1.15vw, 19px) !important;
  line-height: 1.95 !important;
  color: #625849 !important
}

.bew-awards p,
.bew-benefits p,
.bew-lux-award-timeline p,
.bew-lux-icon-grid p {
  color: var(--bew-luxe-text) !important
}

.bew-product-grid,
.bew-benefit-grid,
.bew-award-row,
.bew-team-grid,
.bew-lux-award-timeline,
.bew-lux-icon-grid,
.bew-lux-process-steps,
.bew-lux-testimonial-track {
  gap: clamp(24px, 3vw, 38px) !important
}

.bew-product-grid article,
.bew-benefit-grid article,
.bew-award-row article,
.bew-team-grid article,
.bew-contact-card,
.bew-contact-form,
.bew-faq-list details,
.bew-process-grid article,
.bew-testimonial-grid blockquote,
.bew-blog-card,
.bew-blog-sidebar,
.bew-lux-product-card,
.bew-lux-award-timeline article,
.bew-lux-icon-grid article,
.bew-lux-process-steps article,
.bew-lux-testimonial-track blockquote {
  border: 1px solid var(--bew-luxe-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--bew-luxe-soft-shadow) !important;
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease, border-color .45s ease, filter .45s ease !important
}

.bew-award-row article,
.bew-benefit-grid article,
.bew-lux-award-timeline article,
.bew-lux-icon-grid article {
  background: linear-gradient(145deg, rgba(245, 241, 232, .08), rgba(196, 163, 106, .045)) !important;
  box-shadow: 0 28px 90px rgba(17, 16, 13, .28) !important
}

.bew-product-grid article,
.bew-team-grid article,
.bew-contact-card,
.bew-contact-form,
.bew-faq-list details,
.bew-lux-product-card,
.bew-lux-testimonial-track blockquote {
  background: linear-gradient(180deg, rgba(245, 241, 232, .96), rgba(236, 227, 212, .96)) !important
}

.bew-product-grid article:hover,
.bew-benefit-grid article:hover,
.bew-award-row article:hover,
.bew-team-grid article:hover,
.bew-faq-list details:hover,
.bew-blog-card:hover,
.bew-lux-product-card:hover,
.bew-lux-award-timeline article:hover,
.bew-lux-icon-grid article:hover,
.bew-lux-process-steps article:hover,
.bew-lux-testimonial-track blockquote:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(196, 163, 106, .5) !important;
  box-shadow: 0 36px 120px rgba(54, 42, 27, .24), 0 0 0 1px rgba(196, 163, 106, .1) !important
}

.bew-product-image,
.bew-lux-product-image,
.bew-story-photo,
.bew-orders-photo,
.bew-promo-media,
.bew-team-image,
.bew-lux-editorial-image,
.bew-lux-cta-image {
  border-radius: 18px;
  filter: saturate(.92) contrast(1.06) brightness(.94);
  box-shadow: var(--bew-luxe-shadow);
  overflow: hidden
}

.bew-product-grid article:hover .bew-product-image,
.bew-lux-product-card:hover .bew-lux-product-image,
.bew-team-grid article:hover .bew-team-image {
  transform: scale(1.045) !important;
  filter: saturate(1) contrast(1.08) brightness(.98)
}

.bew-product-grid h3,
.bew-lux-product-card h3,
.bew-team-grid h3 {
  font-size: clamp(28px, 2.6vw, 42px) !important;
  line-height: .98 !important;
  color: #302921 !important
}

.bew-product-grid small,
.bew-product-price,
.bew-lux-product-card span,
.bew-process-grid small,
.bew-blog-card small,
.bew-contact-form span,
.bew-lux-delivery dt {
  color: var(--bew-luxe-gold) !important;
  letter-spacing: 1.65px !important
}

.bew-lux-product-card div:last-child,
.bew-product-grid article {
  padding-bottom: clamp(28px, 3vw, 44px) !important
}

.bew-lux-process-steps {
  background: linear-gradient(90deg, transparent, var(--bew-luxe-gold), transparent) !important;
  border-color: var(--bew-luxe-border) !important
}

.bew-lux-process-steps article {
  background: linear-gradient(180deg, var(--bew-luxe-cream), var(--bew-luxe-paper)) !important;
  min-height: 390px !important
}

.bew-lux-process-steps small {
  font-size: 13px !important;
  color: var(--bew-luxe-brown) !important
}

.bew-lux-testimonial-track blockquote {
  padding: clamp(36px, 4.5vw, 64px) !important
}

.bew-lux-testimonial-track span {
  color: var(--bew-luxe-gold) !important;
  text-shadow: 0 18px 60px rgba(196, 163, 106, .18)
}

.bew-lux-masonry {
  gap: clamp(16px, 2vw, 28px) !important
}

.bew-lux-masonry span {
  border-radius: 18px;
  box-shadow: var(--bew-luxe-soft-shadow);
  position: relative;
  overflow: hidden
}

.bew-lux-masonry span:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(17, 16, 13, .38));
  opacity: 0;
  transition: opacity .35s ease
}

.bew-lux-masonry span:hover:after {
  opacity: 1
}

.bew-lux-map,
.bew-map-placeholder {
  border-radius: 20px !important;
  background: radial-gradient(circle at 50% 48%, rgba(196, 163, 106, .22), transparent 32%), linear-gradient(135deg, var(--bew-luxe-secondary), var(--bew-luxe-olive)) !important;
  border: 1px solid var(--bew-luxe-border) !important;
  box-shadow: 0 34px 110px rgba(17, 16, 13, .26) !important;
  color: var(--bew-luxe-cream) !important
}

.bew-lux-map i {
  border-color: var(--bew-luxe-gold) !important;
  box-shadow: 0 0 120px rgba(196, 163, 106, .32) !important
}

.bew-contact-form input,
.bew-contact-form textarea,
.bew-footer-newsletter input,
.bew-lux-newsletter input,
.bew-newsletter input,
.bew-product-controls input,
.bew-product-controls select,
.bew-faq-search input,
.bew-search-form input,
.bew-blog-sidebar input {
  border-radius: 12px !important;
  border-color: rgba(196, 163, 106, .32) !important;
  background: rgba(245, 241, 232, .82) !important;
  color: #302921 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34) !important
}

.bew-contact-form input:focus,
.bew-contact-form textarea:focus,
.bew-footer-newsletter input:focus,
.bew-lux-newsletter input:focus,
.bew-newsletter input:focus {
  border-color: var(--bew-luxe-gold) !important;
  box-shadow: 0 0 0 4px rgba(196, 163, 106, .16), inset 0 1px 0 rgba(245, 241, 232, .4) !important
}

.bew-site-footer {
  background: radial-gradient(circle at 18% 0, rgba(196, 163, 106, .14), transparent 30%), linear-gradient(180deg, var(--bew-luxe-alt), var(--bew-luxe-primary)) !important;
  color: var(--bew-luxe-text) !important;
  border-top: 1px solid var(--bew-luxe-border) !important
}

.bew-footer-newsletter {
  padding: clamp(60px, 7vw, 96px) 0 !important;
  background: linear-gradient(135deg, rgba(89, 98, 71, .55), rgba(33, 29, 24, .96)) !important;
  border-bottom: 1px solid var(--bew-luxe-border) !important
}

.bew-footer-main {
  padding: clamp(82px, 9vw, 130px) 0 54px !important;
  gap: clamp(42px, 6vw, 84px) !important
}

.bew-footer-main h3 {
  color: var(--bew-luxe-cream) !important;
  font-size: 22px !important
}

.bew-footer-main a,
.bew-footer-main p,
.bew-footer-bottom {
  color: var(--bew-luxe-muted) !important
}

.bew-footer-main a:hover {
  color: var(--bew-luxe-gold) !important;
  transform: translateX(4px)
}

.bew-footer-bottom {
  border-top: 1px solid var(--bew-luxe-divider) !important
}

@media(max-width:980px) {

  .bew-section,
  .bew-products,
  .bew-awards,
  .bew-story,
  .bew-orders,
  .bew-benefits,
  .bew-feature-row,
  .bew-process,
  .bew-lux-awards,
  .bew-lux-products,
  .bew-lux-process,
  .bew-lux-why,
  .bew-lux-testimonials,
  .bew-lux-instagram,
  .bew-lux-delivery,
  .bew-lux-newsletter {
    padding-top: 36px !important;
    padding-bottom: 36px !important
  }

  .bew-header-shell {
    min-height: 92px !important
  }

  .bew-hero,
  .bew-page-hero,
  .bew-lux-hero {
    min-height: 620px
  }

  .bew-lux-testimonial-track,
  .bew-team-grid {
    grid-template-columns: 1fr !important
  }
}

@media(max-width:680px) {

  .bew-hero-copy h1,
  .bew-lux-hero h1,
  .bew-page-hero h1 {
    font-size: clamp(30px, 9.5vw, 42px) !important
  }

  .bew-section-title h2,
  .bew-story-copy h2,
  .bew-orders-copy h2,
  .bew-contact-card h2,
  .bew-lux-editorial-copy h2,
  .bew-lux-section-head h2,
  .bew-lux-delivery h2,
  .bew-lux-cta h2,
  .bew-lux-newsletter h2 {
    font-size: clamp(24px, 7.5vw, 34px) !important
  }

  .bew-product-grid article,
  .bew-benefit-grid article,
  .bew-award-row article,
  .bew-contact-card,
  .bew-contact-form,
  .bew-faq-list details {
    border-radius: 16px !important
  }

  .bew-footer-newsletter form,
  .bew-lux-newsletter form {
    grid-template-columns: 1fr !important;
    display: grid !important
  }
}

.bew-lux-products .bew-lux-section-head {
  position: relative
}

.bew-lux-rail-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: -42px 0 28px;
  position: relative;
  z-index: 3
}

.bew-product-rail-controls {
  margin: 6px auto 28px;
  width: min(1320px, calc(100% - 56px))
}

.bew-lux-rail-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(196, 163, 106, .42);
  background: rgba(245, 241, 232, .58);
  color: #211d18;
  display: grid;
  place-items: center;
  font: 900 20px/1 var(--bew-sans);
  box-shadow: 0 18px 48px rgba(54, 42, 27, .12), inset 0 1px 0 rgba(255, 255, 255, .42);
  cursor: pointer;
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease
}

.bew-lux-rail-button:hover:not(:disabled) {
  transform: translateY(-3px);
  background: var(--bew-luxe-gold);
  color: #171511;
  border-color: rgba(17, 16, 13, .12);
  box-shadow: 0 24px 70px rgba(196, 163, 106, .24), 0 12px 28px rgba(54, 42, 27, .18)
}

.bew-lux-rail-button:disabled {
  opacity: .38;
  cursor: not-allowed;
  box-shadow: none
}

.bew-lux-product-rail,
.bew-product-grid[data-bew-product-rail] {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding-bottom: 24px !important;
  scroll-snap-type: x mandatory
}

.bew-product-grid[data-bew-product-rail] {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(300px, 420px) !important;
  grid-template-columns: none !important;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain
}

.bew-product-grid[data-bew-product-rail] article {
  scroll-snap-align: start
}

.bew-lux-product-rail::-webkit-scrollbar,
.bew-product-grid[data-bew-product-rail]::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important
}

@media(max-width:720px) {
  .bew-lux-rail-controls {
    justify-content: flex-start;
    margin: 24px 0 18px
  }

  .bew-product-rail-controls {
    width: min(100% - 28px, 1320px)
  }

  .bew-lux-rail-button {
    width: 50px;
    height: 50px
  }

  .bew-product-grid[data-bew-product-rail] {
    grid-auto-columns: minmax(260px, 86vw) !important
  }
}

/* Client polish pass: delivery, inquiry, local brands, and responsive premium spacing. */
html,
body {
  max-width: 100%;
  overflow-x: clip !important
}

.bew-site-header,
.bew-page,
.bew-lux-home,
.bew-managed-page {
  overflow-x: clip !important
}

.bew-shell,
.bew-lux-shell,
.bew-menu-shell,
.bew-history-shell,
.bew-customer-shell {
  width: min(1320px, calc(100% - 64px))
}

.bew-contact-layout-compact {
  grid-template-columns: .82fr 1fr;
  align-items: stretch
}

.bew-contact-layout-compact .bew-contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.bew-contact-layout-compact .bew-map-placeholder {
  background: linear-gradient(135deg, rgba(196, 163, 106, .18), rgba(89, 98, 71, .14));
  border-style: solid
}

.bew-delivery-premium {
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 5vw, 88px);
  align-items: center;
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
  background: linear-gradient(135deg, #efe4d3, #f8f2e9);
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid rgba(196, 163, 106, .2);
  box-shadow: 0 28px 90px rgba(54, 42, 27, .12)
}

.bew-delivery-map {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(196, 163, 106, .24), transparent 32%), linear-gradient(135deg, #11100d, #2c281e 54%, #596247);
  color: #f5f1e8;
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(17, 16, 13, .25)
}

.bew-delivery-map:before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(196, 163, 106, .34)
}

.bew-delivery-map i {
  position: absolute;
  width: min(72%, 390px);
  aspect-ratio: 1;
  border: 1px solid rgba(196, 163, 106, .84);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(196, 163, 106, .24)
}

.bew-delivery-map span {
  position: relative;
  z-index: 2;
  font: clamp(48px, 6vw, 86px)/1 var(--bew-serif);
  text-transform: uppercase
}

.bew-delivery-copy h2 {
  font: clamp(42px, 5vw, 82px)/.92 var(--bew-serif);
  text-transform: uppercase;
  margin: 18px 0;
  color: #28241e
}

.bew-delivery-copy p,
.bew-delivery-copy dd {
  font: 15px/1.85 var(--bew-sans);
  color: #625747
}

.bew-delivery-copy dl {
  display: grid;
  gap: 16px;
  margin: 28px 0 0
}

.bew-delivery-copy dt {
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #a17f42
}

.bew-local-brands {
  background: linear-gradient(180deg, #0f100d, #171511) !important;
  color: #f5f1e8;
  padding: clamp(72px, 9vw, 130px) 0 !important;
  position: relative;
  isolation: isolate
}

.bew-local-brands:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(196, 163, 106, .12), transparent 30%), linear-gradient(90deg, rgba(89, 98, 71, .16), transparent 45%);
  pointer-events: none
}

.bew-local-brands-shell {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 64px));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: center
}

.bew-local-brands-copy h2 {
  font: clamp(50px, 7vw, 112px)/.86 var(--bew-serif);
  text-transform: uppercase;
  margin: 22px 0;
  color: #f8f1e6
}

.bew-local-brands-copy p {
  max-width: 660px;
  color: #d8d0c2;
  font: 17px/1.9 var(--bew-sans)
}

.bew-local-brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px
}

.bew-local-brand-tags span {
  border: 1px solid rgba(196, 163, 106, .34);
  background: rgba(255, 255, 255, .04);
  color: #f5f1e8;
  padding: 12px 16px;
  font: 900 10px var(--bew-sans);
  letter-spacing: 1.3px;
  text-transform: uppercase
}

.bew-local-brands-image:not([style]) {
  min-height: 620px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .18)), url('https://images.unsplash.com/photo-1556910103-1c02745aae4d?auto=format&fit=crop&w=1300&q=86') center/cover;
  border-radius: 22px;
  border: 1px solid rgba(196, 163, 106, .28);
  box-shadow: 0 38px 120px rgba(0, 0, 0, .38)
}

.bew-local-brands-image {
  min-height: 620px;
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  border: 1px solid rgba(196, 163, 106, .28);
  box-shadow: 0 38px 120px rgba(0, 0, 0, .38)
}

.bew-product-image:not([style]),
.bew-lux-product-image:not([style]) {
  background-size: cover;
  background-position: center
}

.bew-product-image.bew-product-1:not([style]),
.bew-lux-product-image.bew-product-1:not([style]) {
  background-image: url('https://images.unsplash.com/photo-1585478259715-876acc5be8eb?auto=format&fit=crop&w=900&q=84') !important
}

.bew-product-image.bew-product-2:not([style]),
.bew-lux-product-image.bew-product-2:not([style]) {
  background-image: url('https://images.unsplash.com/photo-1549931319-a545dcf3bc73?auto=format&fit=crop&w=900&q=84') !important
}

.bew-product-image.bew-product-3:not([style]),
.bew-lux-product-image.bew-product-3:not([style]) {
  background-image: url('https://images.unsplash.com/photo-1598373182133-52452f7691ef?auto=format&fit=crop&w=900&q=84') !important
}

.bew-product-image.bew-product-4:not([style]),
.bew-lux-product-image.bew-product-4:not([style]) {
  background-image: url('https://images.unsplash.com/photo-1608198093002-ad4e005484ec?auto=format&fit=crop&w=900&q=84') !important
}

.bew-product-image.bew-product-5:not([style]),
.bew-lux-product-image.bew-product-5:not([style]) {
  background-image: url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=900&q=84') !important
}

@media(max-width:1100px) {

  .bew-delivery-premium,
  .bew-contact-layout-compact,
  .bew-local-brands-shell {
    grid-template-columns: 1fr
  }

  .bew-delivery-map,
  .bew-local-brands-image {
    min-height: 440px
  }

  .bew-header-shell {
    width: min(100% - 40px, 1320px) !important
  }
}

@media(max-width:980px) {
  .bew-menu-toggle {
    border-color: rgba(196, 163, 106, .5) !important;
    background: rgba(22, 19, 15, .82) !important;
    color: var(--bew-luxe-cream) !important
  }

  .bew-menu-toggle span:not(.screen-reader-text) {
    background: var(--bew-luxe-cream) !important
  }

  .bew-header-nav.is-open {
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    top: calc(100% + 12px) !important;
    padding: 20px !important;
    background: linear-gradient(135deg, rgba(17, 16, 13, .98), rgba(35, 30, 23, .96)) !important;
    border: 1px solid rgba(196, 163, 106, .32) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .32) !important
  }

  .bew-header-menu {
    display: grid !important;
    gap: 2px !important
  }

  .bew-header-menu a,
  .bew-header-menu li:last-child>a {
    display: block !important;
    color: var(--bew-luxe-cream) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 13px 0 !important;
    text-align: left !important
  }

  .bew-header-menu a:hover,
  .bew-header-menu .current-menu-item>a {
    color: var(--bew-luxe-gold) !important
  }

  .bew-header-cta {
    color: var(--bew-luxe-cream) !important;
    border-color: rgba(196, 163, 106, .64) !important;
    background: rgba(196, 163, 106, .12) !important
  }
}

@media(max-width:720px) {

  .bew-shell,
  .bew-lux-shell,
  .bew-menu-shell,
  .bew-history-shell,
  .bew-customer-shell,
  .bew-local-brands-shell,
  .bew-delivery-premium,
  .bew-contact-layout,
  .bew-breadcrumb {
    width: min(100% - 32px, 1320px) !important
  }

  .bew-page-hero {
    min-height: 440px;
    padding: 160px 0 66px
  }

  .bew-page-hero:after {
    left: 16px;
    right: 16px;
    top: 128px;
    bottom: 20px
  }

  .bew-page-hero h1 {
    font-size: var(--bew-type-hero)
  }

  .bew-contact-card,
  .bew-contact-form {
    padding: 28px 22px
  }

  .bew-delivery-premium {
    padding: 24px
  }

  .bew-delivery-map,
  .bew-local-brands-image {
    min-height: 360px
  }

  .bew-local-brands-copy h2,
  .bew-delivery-copy h2 {
    font-size: clamp(28px, 8vw, 42px)
  }

  .bew-local-brand-tags {
    gap: 8px
  }

  .bew-local-brand-tags span {
    padding: 10px 12px
  }

  .bew-header-cta {
    display: inline-flex !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    font-size: 10px !important
  }

  .bew-site-header {
    position: relative
  }

  .bew-lux-products,
  .bew-products {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media(max-width:460px) {
  .bew-header-shell {
    width: min(100% - 24px, 1320px) !important
  }

  .bew-shell,
  .bew-lux-shell,
  .bew-local-brands-shell,
  .bew-delivery-premium,
  .bew-contact-layout,
  .bew-breadcrumb {
    width: min(100% - 24px, 1320px) !important
  }

  .bew-header-cta {
    display: none !important
  }

  .bew-site-logo img {
    max-width: 74px !important
  }

  .bew-lux-product-rail,
  .bew-product-grid[data-bew-product-rail] {
    grid-auto-columns: minmax(238px, 88vw) !important
  }
}

/* Minimalist client direction: one calm site background, beige only for CTA/form/order moments. */
:root {
  --bew-min-bg: #f8f5ef;
  --bew-min-panel: #f8f5ef;
  --bew-min-cta: #ede4d6;
  --bew-min-ink: #29241d;
  --bew-min-muted: #6f665b;
  --bew-min-line: rgba(41, 36, 29, .12);
  --bew-min-gold: #a78347;
  --bew-min-olive: #4e5638;
  --bew-min-shadow: 0 18px 55px rgba(41, 36, 29, .075)
}

html,
body {
  background: var(--bew-min-bg) !important;
  color: var(--bew-min-ink) !important
}

body:before {
  display: none !important
}

.bew-page,
.bew-lux-home,
.bew-managed-page,
.bew-section,
.bew-products,
.bew-awards,
.bew-story,
.bew-benefits,
.bew-feature-row,
.bew-process,
.bew-faq-list,
.bew-menu-mosaic,
.bew-team-preview,
.bew-lux-awards,
.bew-lux-products,
.bew-lux-process,
.bew-lux-why,
.bew-lux-testimonials,
.bew-lux-instagram,
.bew-lux-story,
.bew-local-brands {
  background: var(--bew-min-bg) !important;
  color: var(--bew-min-ink) !important
}

.bew-orders,
.bew-contact-layout,
.bew-contact-layout-compact,
.bew-delivery-premium,
.bew-newsletter,
.bew-lux-newsletter,
.bew-lux-delivery,
.bew-lux-cta,
.bew-contact-strip,
.bew-promo-band,
.bew-footer-newsletter {
  background: var(--bew-min-cta) !important;
  color: var(--bew-min-ink) !important
}

.bew-site-header {
  background: rgba(17, 16, 13, .94) !important;
  border-bottom: 1px solid rgba(167, 131, 71, .34) !important;
  box-shadow: 0 14px 38px rgba(17, 16, 13, .18) !important
}

.bew-header-shell {
  min-height: 96px !important
}

.bew-hero,
.bew-lux-hero,
.bew-page-hero {
  background-color: #11100d !important
}

.bew-local-brands:before,
.bew-hero:before,
.bew-lux-hero:before,
.bew-page-hero:before,
.bew-promo-band:before,
.bew-contact-strip:before,
.bew-lux-cta:before {
  display: none !important
}

.bew-section,
.bew-products,
.bew-awards,
.bew-story,
.bew-orders,
.bew-benefits,
.bew-feature-row,
.bew-process,
.bew-faq-list,
.bew-menu-mosaic,
.bew-team-preview,
.bew-lux-awards,
.bew-lux-products,
.bew-lux-process,
.bew-lux-why,
.bew-lux-testimonials,
.bew-lux-instagram,
.bew-lux-story,
.bew-lux-delivery,
.bew-lux-newsletter,
.bew-local-brands {
  padding-top: clamp(70px, 8vw, 120px) !important;
  padding-bottom: clamp(70px, 8vw, 120px) !important
}

.bew-shell,
.bew-lux-shell,
.bew-local-brands-shell,
.bew-delivery-premium,
.bew-contact-layout,
.bew-menu-shell,
.bew-history-shell,
.bew-customer-shell {
  width: min(1180px, calc(100% - 72px)) !important
}

.bew-section-title,
.bew-lux-section-head {
  max-width: 760px !important;
  margin-inline: auto !important;
  text-align: left !important
}

.bew-section-title h2,
.bew-story-copy h2,
.bew-orders-copy h2,
.bew-contact-card h2,
.bew-lux-editorial-copy h2,
.bew-lux-section-head h2,
.bew-lux-delivery h2,
.bew-lux-cta h2,
.bew-lux-newsletter h2,
.bew-local-brands-copy h2,
.bew-delivery-copy h2 {
  font-size: var(--bew-type-section) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  color: var(--bew-min-ink) !important;
  text-shadow: none !important
}

.bew-awards .bew-section-title h2,
.bew-benefits h2,
.bew-lux-awards h2,
.bew-lux-why h2,
.bew-local-brands h2 {
  color: var(--bew-min-ink) !important
}

.bew-kicker,
.bew-lux-kicker,
.bew-product-grid small,
.bew-product-price,
.bew-lux-product-card span,
.bew-process-grid small,
.bew-blog-card small,
.bew-contact-form span,
.bew-lux-delivery dt,
.bew-delivery-copy dt {
  color: var(--bew-min-gold) !important
}

.bew-rule,
.bew-section-title span,
.bew-lux-kicker:before {
  background: var(--bew-min-gold) !important
}

.bew-lead,
.bew-story-copy p,
.bew-orders-copy p,
.bew-contact-card p,
.bew-faq-list p,
.bew-lux-section-head p,
.bew-lux-editorial-copy p,
.bew-lux-delivery p,
.bew-local-brands-copy p,
.bew-delivery-copy p,
.bew-delivery-copy dd,
.bew-awards p,
.bew-benefits p,
.bew-lux-award-timeline p,
.bew-lux-icon-grid p {
  color: var(--bew-min-muted) !important;
  font-size: 15px !important;
  line-height: 1.8 !important
}

.bew-product-grid article,
.bew-benefit-grid article,
.bew-award-row article,
.bew-team-grid article,
.bew-contact-card,
.bew-contact-form,
.bew-faq-list details,
.bew-process-grid article,
.bew-testimonial-grid blockquote,
.bew-blog-card,
.bew-blog-sidebar,
.bew-lux-product-card,
.bew-lux-award-timeline article,
.bew-lux-icon-grid article,
.bew-lux-process-steps article,
.bew-lux-testimonial-track blockquote,
.bew-feature-shell,
.bew-menu-grid article {
  background: var(--bew-min-panel) !important;
  border: 1px solid var(--bew-min-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important
}

.bew-contact-card,
.bew-contact-form,
.bew-orders-photo,
.bew-orders-copy,
.bew-orders aside,
.bew-delivery-premium,
.bew-delivery-map,
.bew-map-placeholder,
.bew-lux-map,
.bew-lux-newsletter form,
.bew-newsletter form {
  background: rgba(255, 255, 255, .38) !important;
  border-color: rgba(41, 36, 29, .12) !important;
  box-shadow: none !important
}

.bew-product-grid article:hover,
.bew-benefit-grid article:hover,
.bew-award-row article:hover,
.bew-team-grid article:hover,
.bew-faq-list details:hover,
.bew-blog-card:hover,
.bew-lux-product-card:hover,
.bew-lux-award-timeline article:hover,
.bew-lux-icon-grid article:hover,
.bew-lux-process-steps article:hover,
.bew-lux-testimonial-track blockquote:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--bew-min-shadow) !important;
  border-color: rgba(167, 131, 71, .28) !important
}

.bew-product-image,
.bew-lux-product-image,
.bew-story-photo,
.bew-orders-photo,
.bew-promo-media,
.bew-team-image,
.bew-lux-editorial-image,
.bew-lux-cta-image,
.bew-local-brands-image,
.bew-delivery-map {
  border-radius: 8px !important;
  box-shadow: none !important;
  filter: saturate(.95) contrast(1.02) !important
}

.bew-local-brands-shell {
  grid-template-columns: .82fr 1fr !important;
  gap: clamp(36px, 6vw, 82px) !important
}

.bew-local-brand-tags span {
  background: transparent !important;
  color: var(--bew-min-ink) !important;
  border: 1px solid var(--bew-min-line) !important;
  border-radius: 999px !important;
  padding: 10px 14px !important
}

.bew-local-brands-image {
  min-height: 500px !important;
  border: 1px solid var(--bew-min-line) !important
}

.bew-lux-award-timeline small {
  font-size: clamp(30px, 3.4vw, 48px) !important;
  color: var(--bew-min-gold) !important
}

.bew-lux-product-rail,
.bew-product-grid[data-bew-product-rail] {
  padding-top: 28px !important
}

.bew-lux-rail-button {
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--bew-min-ink) !important;
  border: 1px solid var(--bew-min-line) !important;
  box-shadow: none !important
}

.bew-lux-rail-button:hover:not(:disabled) {
  background: var(--bew-min-ink) !important;
  color: var(--bew-min-bg) !important;
  box-shadow: none !important
}

.bew-button,
.bew-header-cta,
.bes-button,
.bew-lux-button,
.bew-contact-form button,
.bew-newsletter button,
.bew-footer-newsletter button {
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--bew-min-ink) !important;
  border: 1px solid rgba(41, 36, 29, .28) !important;
  box-shadow: none !important;
  min-height: 48px !important
}

.bew-header-cta,
.bew-site-header .bew-button,
.bew-site-header .bew-lux-button {
  color: #f8f5ef !important;
  border-color: rgba(167, 131, 71, .55) !important
}

.bew-button:hover,
.bew-header-cta:hover,
.bes-button:hover,
.bew-lux-button:hover,
.bew-contact-form button:hover,
.bew-newsletter button:hover,
.bew-footer-newsletter button:hover {
  background: var(--bew-min-ink) !important;
  color: var(--bew-min-bg) !important;
  border-color: var(--bew-min-ink) !important;
  box-shadow: none !important
}

.bew-contact-form input,
.bew-contact-form textarea,
.bew-footer-newsletter input,
.bew-lux-newsletter input,
.bew-newsletter input,
.bew-product-controls input,
.bew-product-controls select,
.bew-faq-search input,
.bew-search-form input,
.bew-blog-sidebar input {
  background: rgba(255, 255, 255, .58) !important;
  border: 1px solid rgba(41, 36, 29, .14) !important;
  border-radius: 6px !important;
  box-shadow: none !important
}

.bew-site-footer {
  background: #11100d !important;
  color: #d8d0c5 !important
}

.bew-footer-newsletter {
  background: var(--bew-min-cta) !important;
  color: var(--bew-min-ink) !important;
  border-top: 1px solid var(--bew-min-line) !important;
  border-bottom: 1px solid var(--bew-min-line) !important
}

.bew-footer-newsletter h2,
.bew-footer-newsletter p {
  color: var(--bew-min-ink) !important
}

@media(max-width:900px) {

  .bew-local-brands-shell,
  .bew-delivery-premium,
  .bew-contact-layout,
  .bew-contact-layout-compact {
    grid-template-columns: 1fr !important
  }

  .bew-shell,
  .bew-lux-shell,
  .bew-local-brands-shell,
  .bew-delivery-premium,
  .bew-contact-layout,
  .bew-menu-shell,
  .bew-history-shell,
  .bew-customer-shell {
    width: min(100% - 40px, 1180px) !important
  }

  .bew-section-title,
  .bew-lux-section-head {
    text-align: left !important
  }

  .bew-local-brands-image,
  .bew-delivery-map {
    min-height: 360px !important
  }
}

@media(max-width:520px) {

  .bew-shell,
  .bew-lux-shell,
  .bew-local-brands-shell,
  .bew-delivery-premium,
  .bew-contact-layout,
  .bew-menu-shell,
  .bew-history-shell,
  .bew-customer-shell {
    width: min(100% - 28px, 1180px) !important
  }

  .bew-section,
  .bew-products,
  .bew-awards,
  .bew-story,
  .bew-orders,
  .bew-benefits,
  .bew-feature-row,
  .bew-process,
  .bew-faq-list,
  .bew-menu-mosaic,
  .bew-team-preview,
  .bew-lux-awards,
  .bew-lux-products,
  .bew-lux-process,
  .bew-lux-why,
  .bew-lux-testimonials,
  .bew-lux-instagram,
  .bew-lux-story,
  .bew-lux-delivery,
  .bew-lux-newsletter,
  .bew-local-brands {
    padding-top: 58px !important;
    padding-bottom: 58px !important
  }

  .bew-section-title h2,
  .bew-story-copy h2,
  .bew-orders-copy h2,
  .bew-contact-card h2,
  .bew-lux-editorial-copy h2,
  .bew-lux-section-head h2,
  .bew-lux-delivery h2,
  .bew-lux-cta h2,
  .bew-lux-newsletter h2,
  .bew-local-brands-copy h2,
  .bew-delivery-copy h2 {
    font-size: clamp(34px, 11vw, 48px) !important
  }
}

/* Final direction: dark minimalist bakery background, no beige-dominant canvas. */
:root {
  --bew-dark-bg: #0d0d0a;
  --bew-dark-soft: #13120f;
  --bew-dark-panel: #191711;
  --bew-dark-panel-2: #201c15;
  --bew-dark-ink: #f4eee3;
  --bew-dark-muted: #b8ad9b;
  --bew-dark-subtle: #7e7465;
  --bew-dark-line: rgba(196, 163, 106, .18);
  --bew-dark-gold: #c4a36a;
  --bew-dark-olive: #596247;
  --bew-dark-shadow: 0 24px 80px rgba(0, 0, 0, .28)
}

html,
body {
  background: var(--bew-dark-bg) !important;
  color: var(--bew-dark-ink) !important
}

.bew-page,
.bew-lux-home,
.bew-managed-page,
.bew-section,
.bew-products,
.bew-awards,
.bew-story,
.bew-orders,
.bew-benefits,
.bew-feature-row,
.bew-process,
.bew-faq-list,
.bew-menu-mosaic,
.bew-team-preview,
.bew-lux-awards,
.bew-lux-products,
.bew-lux-process,
.bew-lux-why,
.bew-lux-testimonials,
.bew-lux-instagram,
.bew-lux-story,
.bew-lux-delivery,
.bew-lux-newsletter,
.bew-local-brands,
.bew-contact-layout,
.bew-contact-layout-compact,
.bew-delivery-premium,
.bew-newsletter,
.bew-lux-cta,
.bew-contact-strip,
.bew-promo-band {
  background: var(--bew-dark-bg) !important;
  color: var(--bew-dark-ink) !important
}

.bew-site-header,
.bew-site-footer {
  background: #090907 !important;
  color: var(--bew-dark-ink) !important;
  border-color: var(--bew-dark-line) !important
}

.bew-footer-newsletter {
  background: var(--bew-dark-soft) !important;
  color: var(--bew-dark-ink) !important;
  border-color: var(--bew-dark-line) !important
}

.bew-hero,
.bew-lux-hero,
.bew-page-hero {
  background-color: #090907 !important;
  color: var(--bew-dark-ink) !important
}

.bew-section-title h2,
.bew-story-copy h2,
.bew-orders-copy h2,
.bew-contact-card h2,
.bew-lux-editorial-copy h2,
.bew-lux-section-head h2,
.bew-lux-delivery h2,
.bew-lux-cta h2,
.bew-lux-newsletter h2,
.bew-local-brands-copy h2,
.bew-delivery-copy h2,
.bew-product-grid h3,
.bew-lux-product-card h3,
.bew-team-grid h3,
.bew-feature-shell h3,
.bew-menu-grid h3,
.bew-footer-newsletter h2,
.bew-footer-main h3 {
  color: var(--bew-dark-ink) !important
}

.bew-awards .bew-section-title h2,
.bew-benefits h2,
.bew-lux-awards h2,
.bew-lux-why h2,
.bew-local-brands h2 {
  color: var(--bew-dark-ink) !important
}

.bew-lead,
.bew-story-copy p,
.bew-orders-copy p,
.bew-contact-card p,
.bew-faq-list p,
.bew-lux-section-head p,
.bew-lux-editorial-copy p,
.bew-lux-delivery p,
.bew-local-brands-copy p,
.bew-delivery-copy p,
.bew-delivery-copy dd,
.bew-awards p,
.bew-benefits p,
.bew-lux-award-timeline p,
.bew-lux-icon-grid p,
.bew-footer-newsletter p,
.bew-footer-main a,
.bew-footer-main p,
.bew-footer-bottom {
  color: var(--bew-dark-muted) !important
}

.bew-kicker,
.bew-lux-kicker,
.bew-product-grid small,
.bew-product-price,
.bew-lux-product-card span,
.bew-process-grid small,
.bew-blog-card small,
.bew-contact-form span,
.bew-lux-delivery dt,
.bew-delivery-copy dt,
.bew-lux-award-timeline small {
  color: var(--bew-dark-gold) !important
}

.bew-rule,
.bew-section-title span,
.bew-lux-kicker:before {
  background: var(--bew-dark-gold) !important
}

.bew-product-grid article,
.bew-benefit-grid article,
.bew-award-row article,
.bew-team-grid article,
.bew-contact-card,
.bew-contact-form,
.bew-faq-list details,
.bew-process-grid article,
.bew-testimonial-grid blockquote,
.bew-blog-card,
.bew-blog-sidebar,
.bew-lux-product-card,
.bew-lux-award-timeline article,
.bew-lux-icon-grid article,
.bew-lux-process-steps article,
.bew-lux-testimonial-track blockquote,
.bew-feature-shell,
.bew-menu-grid article,
.bew-delivery-premium,
.bew-delivery-map,
.bew-map-placeholder,
.bew-lux-map {
  background: linear-gradient(180deg, var(--bew-dark-panel), var(--bew-dark-soft)) !important;
  border: 1px solid var(--bew-dark-line) !important;
  box-shadow: none !important;
  color: var(--bew-dark-ink) !important
}

.bew-contact-form input,
.bew-contact-form textarea,
.bew-footer-newsletter input,
.bew-lux-newsletter input,
.bew-newsletter input,
.bew-product-controls input,
.bew-product-controls select,
.bew-faq-search input,
.bew-search-form input,
.bew-blog-sidebar input {
  background: #0f0e0b !important;
  border: 1px solid var(--bew-dark-line) !important;
  color: var(--bew-dark-ink) !important
}

.bew-contact-form input::placeholder,
.bew-contact-form textarea::placeholder,
.bew-footer-newsletter input::placeholder,
.bew-lux-newsletter input::placeholder,
.bew-newsletter input::placeholder {
  color: var(--bew-dark-subtle) !important
}

.bew-button,
.bew-header-cta,
.bes-button,
.bew-lux-button,
.bew-contact-form button,
.bew-newsletter button,
.bew-footer-newsletter button {
  background: transparent !important;
  color: var(--bew-dark-ink) !important;
  border: 1px solid rgba(196, 163, 106, .52) !important;
  box-shadow: none !important
}

.bew-button:hover,
.bew-header-cta:hover,
.bes-button:hover,
.bew-lux-button:hover,
.bew-contact-form button:hover,
.bew-newsletter button:hover,
.bew-footer-newsletter button:hover {
  background: var(--bew-dark-gold) !important;
  color: #0d0d0a !important;
  border-color: var(--bew-dark-gold) !important
}

.bew-lux-rail-button {
  background: transparent !important;
  color: var(--bew-dark-ink) !important;
  border-color: var(--bew-dark-line) !important
}

.bew-lux-rail-button:hover:not(:disabled) {
  background: var(--bew-dark-gold) !important;
  color: #0d0d0a !important
}

.bew-local-brand-tags span {
  background: transparent !important;
  color: var(--bew-dark-ink) !important;
  border-color: var(--bew-dark-line) !important
}

.bew-product-image,
.bew-lux-product-image,
.bew-story-photo,
.bew-orders-photo,
.bew-promo-media,
.bew-team-image,
.bew-lux-editorial-image,
.bew-lux-cta-image,
.bew-local-brands-image,
.bew-delivery-map {
  filter: saturate(.86) contrast(1.04) brightness(.82) !important
}

.bew-product-grid article:hover,
.bew-benefit-grid article:hover,
.bew-award-row article:hover,
.bew-team-grid article:hover,
.bew-faq-list details:hover,
.bew-blog-card:hover,
.bew-lux-product-card:hover,
.bew-lux-award-timeline article:hover,
.bew-lux-icon-grid article:hover,
.bew-lux-process-steps article:hover,
.bew-lux-testimonial-track blockquote:hover {
  box-shadow: var(--bew-dark-shadow) !important;
  border-color: rgba(196, 163, 106, .36) !important
}

/* Hero spacing repair: prevent the first viewport from clipping text or leaving a bottom shelf. */
.bew-lux-hero,
.bew-hero,
.bew-page-hero {
  min-height: calc(100vh - 96px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important
}

.bew-lux-hero .bew-lux-shell,
.bew-hero .bew-shell,
.bew-page-hero .bew-shell {
  min-height: calc(100vh - 96px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding-top: clamp(96px, 10vh, 140px) !important;
  padding-bottom: clamp(64px, 8vh, 110px) !important
}

.bew-lux-hero-copy,
.bew-hero-copy {
  padding-top: 0 !important;
  margin-top: 0 !important;
  transform: none !important
}

.bew-lux-hero h1,
.bew-hero-copy h1,
.bew-page-hero h1 {
  margin-top: 0 !important;
  margin-bottom: clamp(18px, 2.8vw, 30px) !important;
  max-width: 860px !important
}

.bew-lux-hero p,
.bew-hero-copy p,
.bew-page-hero p {
  max-width: 620px !important;
  margin-bottom: clamp(22px, 3vw, 34px) !important
}

.bew-lux-scroll {
  bottom: clamp(28px, 5vh, 54px) !important
}

.bew-lux-hero+*,
.bew-hero+*,
.bew-page-hero+* {
  margin-top: 0 !important
}

.elementor-widget-bew_luxury_hero,
.elementor-widget-bew_hero,
.elementor-widget-container:has(.bew-lux-hero) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important
}

@media(max-width:780px) {

  .bew-lux-hero,
  .bew-hero,
  .bew-page-hero {
    min-height: calc(100vh - 82px) !important
  }

  .bew-lux-hero .bew-lux-shell,
  .bew-hero .bew-shell,
  .bew-page-hero .bew-shell {
    min-height: calc(100vh - 82px) !important;
    padding-top: 112px !important;
    padding-bottom: 72px !important
  }

  .bew-lux-scroll {
    display: none !important
  }
}

.bew-form-note {
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid var(--bew-dark-line);
  font-size: 13px !important;
  color: var(--bew-dark-muted) !important
}

.bew-form-message {
  min-height: 20px;
  margin: 2px 0 0 !important;
  color: var(--bew-dark-gold) !important;
  font: 800 12px/1.6 var(--bew-sans) !important;
  letter-spacing: .4px
}

.bew-contact-form button:disabled {
  opacity: .55;
  cursor: wait;
  transform: none !important
}

.bew-private-order-guide {
  padding-top: clamp(54px, 7vw, 94px) !important;
  padding-bottom: clamp(54px, 7vw, 94px) !important
}

.bew-private-order-head {
  max-width: 760px;
  margin: 0 0 34px
}

.bew-private-order-head h2 {
  margin: 14px 0 14px;
  color: var(--bew-dark-ink) !important;
  font: clamp(38px, 5vw, 72px)/.96 var(--bew-serif);
  letter-spacing: 0;
  text-transform: uppercase
}

.bew-private-order-head p {
  color: var(--bew-dark-muted) !important;
  font: 15px/1.85 var(--bew-sans)
}

.bew-order-rule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px 0
}

.bew-order-rule-grid article {
  min-height: 230px;
  padding: 26px;
  background: linear-gradient(180deg, var(--bew-dark-panel), var(--bew-dark-soft));
  border: 1px solid var(--bew-dark-line);
  border-radius: 8px;
  color: var(--bew-dark-ink)
}

.bew-order-rule-grid span {
  display: block;
  margin-bottom: 26px;
  color: var(--bew-dark-gold);
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.4px;
  text-transform: uppercase
}

.bew-order-rule-grid h3 {
  margin: 0 0 12px;
  color: var(--bew-dark-ink);
  font: 24px/1.05 var(--bew-serif);
  text-transform: uppercase
}

.bew-order-rule-grid p {
  margin: 0;
  color: var(--bew-dark-muted);
  font: 14px/1.75 var(--bew-sans)
}

.bew-order-type-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 30px
}

.bew-order-type-grid span {
  border: 1px solid var(--bew-dark-line);
  border-radius: 999px;
  padding: 11px 14px;
  color: var(--bew-dark-ink);
  background: rgba(196, 163, 106, .06);
  font: 900 10px var(--bew-sans);
  letter-spacing: 1.1px;
  text-transform: uppercase
}

.bew-pickup-schedule {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 22px;
  padding: 26px;
  border: 1px solid var(--bew-dark-line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--bew-dark-panel-2), var(--bew-dark-soft))
}

.bew-pickup-schedule h3 {
  margin: 0;
  color: var(--bew-dark-ink);
  font: 26px/1 var(--bew-serif);
  text-transform: uppercase
}

.bew-pickup-schedule ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none
}

.bew-pickup-schedule li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--bew-dark-line);
  color: var(--bew-dark-muted);
  font: 13px/1.5 var(--bew-sans)
}

.bew-pickup-schedule li:last-child {
  border-bottom: 0
}

.bew-pickup-schedule strong {
  color: var(--bew-dark-ink);
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 11px
}

.bew-product-bulk {
  margin: 12px 0 0 !important;
  color: var(--bew-dark-muted) !important;
  font: 12px/1.65 var(--bew-sans) !important
}

.bew-product-bulk strong {
  color: var(--bew-dark-gold);
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 10px
}

.bew-contact-form select {
  width: 100%;
  min-height: 48px;
  background: #0f0e0b !important;
  border: 1px solid var(--bew-dark-line) !important;
  border-radius: 6px !important;
  color: var(--bew-dark-ink) !important;
  padding: 0 14px
}

.bew-login-required {
  margin-bottom: 24px
}

@media(max-width:980px) {
  .bew-order-rule-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .bew-pickup-schedule {
    grid-template-columns: 1fr
  }
}

@media(max-width:620px) {
  .bew-order-rule-grid {
    grid-template-columns: 1fr
  }

  .bew-pickup-schedule li {
    grid-template-columns: 1fr;
    gap: 4px
  }

  .bew-private-order-actions {
    display: grid !important
  }
}

.bew-modal-open {
  overflow: hidden
}

.bew-private-order-modal[hidden] {
  display: none !important
}

.bew-private-order-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 24px
}

.bew-private-order-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 4, .76);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px)
}

.bew-private-order-dialog {
  position: relative;
  z-index: 2;
  width: min(960px, 100%);
  max-height: min(92vh, 980px);
  overflow: auto;
  border: 1px solid rgba(196, 163, 106, .32);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(25, 23, 17, .98), rgba(12, 12, 9, .98));
  box-shadow: 0 40px 140px rgba(0, 0, 0, .58), inset 0 1px 0 rgba(255, 255, 255, .06);
  padding: clamp(24px, 4vw, 46px)
}

.bew-private-order-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(196, 163, 106, .52) !important;
  border-radius: 50%;
  background: rgba(196, 163, 106, .08) !important;
  color: var(--bew-dark-gold) !important;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease
}

.bew-private-order-close:hover,
.bew-private-order-close:focus-visible {
  background: var(--bew-dark-gold) !important;
  color: #0d0d0a !important;
  border-color: var(--bew-dark-gold) !important;
  transform: translateY(-1px)
}

.bew-private-order-copy {
  max-width: 700px;
  margin-bottom: 24px
}

.bew-private-order-copy h2,
.bew-private-order-page-shell h2 {
  margin: 14px 0;
  color: var(--bew-dark-ink);
  font: clamp(38px, 5vw, 70px)/.96 var(--bew-serif);
  letter-spacing: 0;
  text-transform: uppercase
}

.bew-private-order-copy p,
.bew-private-order-page-shell p {
  color: var(--bew-dark-muted);
  font: 15px/1.8 var(--bew-sans)
}

.bew-private-order-page-shell {
  width: min(1120px, calc(100% - 56px));
  margin: auto;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 30px;
  align-items: start
}

.bew-private-order-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--bew-dark-line);
  border-radius: 18px;
  background: linear-gradient(180deg, var(--bew-dark-panel), var(--bew-dark-soft));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .22)
}

.bew-private-order-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.bew-private-order-wide {
  grid-column: 1/-1
}

.bew-private-order-form label {
  display: grid;
  gap: 8px
}

.bew-private-order-form label>span,
.bew-private-order-checkbox span {
  color: var(--bew-dark-gold);
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.bew-private-order-form input,
.bew-private-order-form textarea {
  width: 100%;
  border: 1px solid var(--bew-dark-line);
  border-radius: 12px;
  background: #0f0e0b;
  color: var(--bew-dark-ink);
  padding: 15px 16px;
  font: 15px var(--bew-sans);
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease
}

.bew-private-order-form input:focus,
.bew-private-order-form textarea:focus {
  border-color: var(--bew-dark-gold);
  box-shadow: 0 0 0 4px rgba(196, 163, 106, .14)
}

.bew-private-order-form .is-invalid {
  border-color: #d17b6b !important;
  box-shadow: 0 0 0 4px rgba(209, 123, 107, .12) !important
}

.bew-private-order-form small,
.bew-private-order-error {
  min-height: 16px;
  color: #e5a092;
  font: 800 11px/1.4 var(--bew-sans)
}

.bew-private-order-checkbox {
  display: flex !important;
  grid-template-columns: auto 1fr !important;
  gap: 12px !important;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid var(--bew-dark-line);
  border-radius: 12px;
  background: rgba(196, 163, 106, .05)
}

.bew-private-order-checkbox input {
  width: 18px !important;
  height: 18px;
  margin: 0;
  accent-color: var(--bew-dark-gold)
}

.bew-private-order-rules {
  margin: 0;
  color: var(--bew-dark-muted);
  font: 13px/1.7 var(--bew-sans)
}

.bew-private-order-submit {
  position: relative;
  justify-self: start;
  min-width: 230px
}

.bew-private-order-submit i {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: bew-spin .75s linear infinite
}

.bew-private-order-form.is-loading .bew-private-order-submit i {
  display: inline-block
}

.bew-private-order-form.is-success {
  border-color: rgba(118, 157, 96, .62) !important;
  box-shadow: 0 0 0 4px rgba(118, 157, 96, .12), 0 28px 90px rgba(0, 0, 0, .22)
}

.bew-private-order-form.is-success .bew-form-message:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  margin-right: 10px;
  border: solid #90c276;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  vertical-align: -2px
}

@keyframes bew-spin {
  to {
    transform: rotate(360deg)
  }
}

@media(max-width:860px) {
  .bew-private-order-page-shell {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 1120px)
  }

  .bew-private-order-grid {
    grid-template-columns: 1fr
  }

  .bew-private-order-dialog {
    border-radius: 18px;
    padding: 24px
  }

  .bew-private-order-modal {
    padding: 12px
  }
}

/* Keep product cards in the bakery palette; prevent Elementor/link hover blue. */
.bew-lux-product-card a,
.bew-lux-product-card a:visited,
.bew-lux-product-card a:hover,
.bew-lux-product-card a:focus,
.bew-lux-product-card a:active,
.bew-product-grid article a,
.bew-product-grid article a:visited,
.bew-product-grid article a:hover,
.bew-product-grid article a:focus,
.bew-product-grid article a:active {
  color: var(--bew-dark-ink) !important;
  text-decoration: none !important
}

.bew-lux-product-card h3,
.bew-lux-product-card a:hover h3,
.bew-lux-product-card a:focus h3,
.bew-product-grid article h3,
.bew-product-grid article a:hover h3,
.bew-product-grid article a:focus h3 {
  color: var(--bew-dark-ink) !important
}

.bew-lux-product-card p,
.bew-lux-product-card a:hover p,
.bew-lux-product-card a:focus p,
.bew-product-grid article p,
.bew-product-grid article a:hover p,
.bew-product-grid article a:focus p {
  color: var(--bew-dark-muted) !important
}

.bew-lux-product-card span,
.bew-lux-product-card a:hover span,
.bew-lux-product-card a:focus span,
.bew-product-grid article small,
.bew-product-grid article a:hover small,
.bew-product-grid article a:focus small {
  color: var(--bew-dark-gold) !important
}

.bew-lux-product-card .bew-card-actions a,
.bew-lux-product-card .bew-card-actions a:visited,
.bew-lux-product-card .bew-card-actions a:hover,
.bew-lux-product-card .bew-card-actions a:focus,
.bew-product-grid .bew-card-actions a,
.bew-product-grid .bew-card-actions a:visited,
.bew-product-grid .bew-card-actions a:hover,
.bew-product-grid .bew-card-actions a:focus {
  color: var(--bew-dark-ink) !important;
  border-color: rgba(196, 163, 106, .52) !important
}

.bew-lux-product-card .bew-card-actions a:hover,
.bew-lux-product-card .bew-card-actions a:focus,
.bew-product-grid .bew-card-actions a:hover,
.bew-product-grid .bew-card-actions a:focus {
  background: var(--bew-dark-gold) !important;
  color: #0d0d0a !important
}

/* Premium process section: no clipped words, cleaner rhythm, responsive cards. */
.bew-lux-process {
  background: radial-gradient(circle at 52% 8%, rgba(196, 163, 106, .08), transparent 34%), var(--bew-dark-bg) !important;
  overflow: hidden !important
}

.bew-lux-process .bew-lux-shell {
  width: min(1200px, calc(100% - 72px)) !important
}

.bew-lux-process .bew-lux-section-head {
  max-width: 820px !important;
  margin: 0 0 clamp(34px, 5vw, 66px) !important;
  text-align: left !important
}

.bew-lux-process .bew-lux-section-head h2 {
  max-width: 760px !important;
  color: var(--bew-dark-ink) !important;
  font-size: var(--bew-type-section) !important;
  line-height: 1.12 !important;
  text-wrap: balance !important
}

.bew-lux-process-steps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 0 !important;
  background: transparent !important;
  border: 0 !important
}

.bew-lux-process-steps article {
  position: relative !important;
  min-width: 0 !important;
  min-height: 340px !important;
  padding: clamp(24px, 2.8vw, 36px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, rgba(27, 25, 18, .96), rgba(14, 14, 10, .98)) !important;
  border: 1px solid rgba(196, 163, 106, .22) !important;
  border-radius: 14px !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .18) !important
}

.bew-lux-process-steps article:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(196, 163, 106, .11), transparent 42%);
  opacity: .55;
  pointer-events: none
}

.bew-lux-process-steps small {
  position: relative;
  z-index: 1;
  color: rgba(196, 163, 106, .72) !important;
  font: 900 12px/1 var(--bew-sans) !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important
}

.bew-process-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: clamp(24px, 3vw, 42px) auto 20px;
  color: var(--bew-dark-gold);
  opacity: .92
}

.bew-process-icon svg {
  width: 76px;
  height: 76px;
  filter: drop-shadow(0 10px 24px rgba(196, 163, 106, .14))
}

.bew-process-icon img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(196, 163, 106, .14))
}

.bew-process-icon-image {
  color: transparent
}

.bew-process-divider {
  position: relative;
  z-index: 1;
  display: block;
  width: 28px;
  height: 1px;
  margin: 0 auto 24px;
  background: var(--bew-dark-gold);
  opacity: .9
}

.bew-lux-process-steps h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px !important;
  color: var(--bew-dark-ink) !important;
  font-size: clamp(30px, 2.45vw, 42px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important
}

.bew-lux-process-steps p {
  position: relative;
  z-index: 1;
  max-width: 22ch !important;
  margin: 0 !important;
  color: var(--bew-dark-muted) !important;
  font: 600 14px/1.75 var(--bew-sans) !important
}

.bew-lux-process-steps article:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(196, 163, 106, .48) !important;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .3) !important
}

.bew-lux-process-steps article:hover .bew-process-icon {
  transform: translateY(-4px) scale(1.04);
  opacity: 1
}

@media(max-width:1180px) {
  .bew-lux-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .bew-lux-process-steps article {
    min-height: 300px !important
  }

  .bew-lux-process-steps h3 {
    overflow-wrap: normal !important
  }
}

@media(max-width:680px) {
  .bew-lux-process .bew-lux-shell {
    width: min(100% - 28px, 1200px) !important
  }

  .bew-lux-process-steps {
    grid-template-columns: 1fr !important
  }

  .bew-lux-process-steps article {
    min-height: 260px !important
  }

  .bew-lux-process-steps h3 {
    font-size: clamp(32px, 11vw, 48px) !important;
    margin-top: 42px !important
  }

  .bew-lux-process-steps p {
    max-width: none !important
  }
}

/* Client polish pass: delivery page, mobile menu visibility, one newsletter, client imagery. */
.bew-lux-newsletter {
  display: none !important
}

.bew-delivery-showcase {
  background: radial-gradient(circle at 72% 14%, rgba(196, 163, 106, .08), transparent 34%), var(--bew-dark-bg) !important;
  color: var(--bew-dark-ink) !important;
  overflow: hidden
}

.bew-delivery-showcase-shell {
  width: min(1180px, calc(100% - 72px));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: stretch
}

.bew-delivery-visual {
  position: relative;
  min-height: 680px;
  border: 1px solid rgba(196, 163, 106, .24);
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .28);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 44px)
}

.bew-delivery-visual:before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(196, 163, 106, .22);
  pointer-events: none
}

.bew-delivery-visual span {
  position: relative;
  color: var(--bew-dark-gold);
  font: 900 11px var(--bew-sans);
  letter-spacing: 2px;
  text-transform: uppercase
}

.bew-delivery-visual strong {
  position: relative;
  max-width: 8ch;
  color: var(--bew-dark-ink);
  font: clamp(44px, 5.4vw, 84px)/.88 var(--bew-serif);
  letter-spacing: 0;
  text-transform: uppercase
}

.bew-delivery-panel {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(30px, 4.6vw, 56px);
  border: 1px solid rgba(196, 163, 106, .2);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(25, 23, 17, .98), rgba(13, 13, 10, .98));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .2)
}

.bew-delivery-panel h2 {
  margin: 8px 0 0;
  color: var(--bew-dark-ink) !important;
  font: clamp(42px, 5vw, 76px)/.94 var(--bew-serif);
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance
}

.bew-delivery-panel>p {
  max-width: 680px;
  margin: 0;
  color: var(--bew-dark-muted) !important;
  font: 15px/1.85 var(--bew-sans)
}

.bew-delivery-rule-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px
}

.bew-delivery-rule-cards article {
  min-height: 168px;
  padding: 22px;
  border: 1px solid rgba(196, 163, 106, .18);
  border-radius: 14px;
  background: rgba(196, 163, 106, .045);
  box-shadow: none !important
}

.bew-delivery-rule-cards small {
  display: block;
  margin-bottom: 22px;
  color: rgba(196, 163, 106, .76);
  font: 900 11px var(--bew-sans);
  letter-spacing: 1.7px
}

.bew-delivery-rule-cards h3 {
  margin: 0 0 10px;
  color: var(--bew-dark-ink) !important;
  font: 24px/1 var(--bew-serif);
  letter-spacing: 0;
  text-transform: uppercase
}

.bew-delivery-rule-cards p {
  margin: 0;
  color: var(--bew-dark-muted) !important;
  font: 13px/1.65 var(--bew-sans)
}

.bew-delivery-schedule {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 8px;
  padding: 22px;
  border: 1px solid rgba(196, 163, 106, .18);
  border-radius: 14px;
  background: rgba(0, 0, 0, .14)
}

.bew-delivery-schedule h3 {
  margin: 0;
  color: var(--bew-dark-ink) !important;
  font: 26px/1 var(--bew-serif);
  text-transform: uppercase
}

.bew-delivery-schedule ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none
}

.bew-delivery-schedule li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(196, 163, 106, .14);
  color: var(--bew-dark-muted);
  font: 13px/1.5 var(--bew-sans)
}

.bew-delivery-schedule li:last-child {
  border-bottom: 0
}

.bew-delivery-schedule strong {
  color: var(--bew-dark-ink);
  font: 900 11px var(--bew-sans);
  letter-spacing: 1px;
  text-transform: uppercase
}

.bew-delivery-schedule span {
  color: var(--bew-dark-muted)
}

.bew-lux-hero-image:not([style]),
.bew-page-hero:not([style]) {
  background-image: linear-gradient(90deg, rgba(8, 9, 7, .94), rgba(13, 12, 9, .72)), url('../images/andres-country-loaf.jpg') !important
}

.bew-lux-editorial-image:not([style]),
.bew-story-photo:not([style]),
.bew-local-brands-image:not([style]) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .24)), url('../images/andres-country-detail.jpg') !important
}

.bew-lux-editorial-image,
.bew-local-brands-image {
  position: relative;
  overflow: hidden;
}

.bew-lux-editorial-image::after,
.bew-local-brands-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .24));
}

.bew-lux-cta-image:not([style]),
.bew-orders-photo:not([style]),
.bew-promo-media:not([style]) {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .12)), url('../images/andres-pizza-loaf-wide.jpg') !important
}

.bew-lux-masonry span:not([style]),
.bew-insta-grid span:not([style]) {
  background-image: url('../images/andres-pizza-sliced-wide.jpg') !important
}

.bew-product-image.bew-product-1:not([style]),
.bew-lux-product-image.bew-product-1:not([style]) {
  background-image: url('../images/andres-country-loaf.jpg') !important
}

.bew-product-image.bew-product-2:not([style]),
.bew-lux-product-image.bew-product-2:not([style]) {
  background-image: url('../images/andres-country-detail.jpg') !important
}

.bew-product-image.bew-product-3:not([style]),
.bew-lux-product-image.bew-product-3:not([style]) {
  background-image: url('../images/andres-pizza-loaf-wide.jpg') !important
}

.bew-product-image.bew-product-4:not([style]),
.bew-lux-product-image.bew-product-4:not([style]) {
  background-image: url('../images/andres-pizza-sliced-wide.jpg') !important
}

.bew-product-image.bew-product-5:not([style]),
.bew-lux-product-image.bew-product-5:not([style]) {
  background-image: url('../images/andres-country-loaf.jpg') !important
}

@media(max-width:980px) {
  .bew-header-nav.is-open {
    display: block !important
  }

  .bew-header-nav.is-open .bew-header-menu,
  .bew-header-nav.is-open .bew-header-menu li {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important
  }

  .bew-header-nav.is-open .bew-header-menu a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: var(--bew-dark-ink) !important
  }

  .bew-delivery-showcase-shell {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1180px)
  }

  .bew-delivery-visual {
    min-height: 440px
  }

  .bew-delivery-panel {
    padding: 30px 24px
  }

  .bew-delivery-rule-cards {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:640px) {
  .bew-delivery-showcase-shell {
    width: min(100% - 28px, 1180px)
  }

  .bew-delivery-visual {
    min-height: 360px;
    border-radius: 14px
  }

  .bew-delivery-panel {
    border-radius: 14px
  }

  .bew-delivery-panel h2 {
    font-size: clamp(36px, 12vw, 52px)
  }

  .bew-delivery-rule-cards,
  .bew-delivery-schedule {
    grid-template-columns: 1fr
  }

  .bew-delivery-schedule li {
    grid-template-columns: 1fr;
    gap: 4px
  }

  .bew-delivery-visual strong {
    font-size: clamp(38px, 14vw, 62px)
  }
}

/* Final header/footer refinement: premium glass navigation and cleaner subscribe field. */
.bew-site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  background: linear-gradient(90deg, rgba(7, 7, 5, .96), rgba(24, 20, 14, .94) 46%, rgba(7, 7, 5, .96)) !important;
  border-bottom: 1px solid rgba(196, 163, 106, .22) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}

.bew-site-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 163, 106, .64), transparent);
  pointer-events: none
}

.bew-header-shell {
  position: relative;
  width: min(1360px, calc(100% - 72px)) !important;
  min-height: 108px !important;
  margin: auto !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 310px) minmax(0, 1fr) auto !important;
  gap: clamp(22px, 4vw, 54px) !important;
  align-items: center !important
}

.bew-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 16px !important;
  min-width: 0 !important;
  text-decoration: none !important
}

.bew-brand-logo,
.bew-brand-logo img,
.bew-custom-logo {
  display: block !important
}

.bew-brand-logo img,
.bew-custom-logo {
  width: auto !important;
  height: auto !important;
  max-width: min(260px, 24vw) !important;
  max-height: 76px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .28))
}

.bew-brand-mark {
  color: var(--bew-dark-gold) !important;
  font-size: 24px !important
}

.bew-brand-name {
  color: var(--bew-dark-gold) !important;
  font: clamp(24px, 2.1vw, 36px)/.86 var(--bew-serif) !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important
}

.bew-brand small {
  color: rgba(196, 163, 106, .9) !important;
  font: 900 10px/1 var(--bew-sans) !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important
}

.bew-header-nav {
  justify-self: end !important;
  min-width: 0 !important
}

.bew-header-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(18px, 2.3vw, 34px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important
}

.bew-header-menu li {
  margin: 0 !important;
  padding: 0 !important
}

.bew-header-menu a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 0 !important;
  color: rgba(244, 238, 227, .94) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font: 900 13px/1 var(--bew-sans) !important;
  letter-spacing: 1.7px !important;
  text-transform: uppercase !important;
  transition: color .28s ease, transform .28s ease !important
}

.bew-header-menu a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4px;
  height: 4px;
  border: 1px solid var(--bew-dark-gold);
  transform: translateX(-50%) rotate(45deg) scale(0);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease
}

.bew-header-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bew-dark-gold), transparent);
  transform: scaleX(0);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease
}

.bew-header-menu a:hover,
.bew-header-menu .current-menu-item>a,
.bew-header-menu .current_page_item>a {
  color: var(--bew-dark-gold) !important;
  transform: translateY(-1px)
}

.bew-header-menu a:hover:before,
.bew-header-menu .current-menu-item>a:before,
.bew-header-menu .current_page_item>a:before {
  transform: translateX(-50%) rotate(45deg) scale(1);
  opacity: 1
}

.bew-header-menu a:hover:after,
.bew-header-menu .current-menu-item>a:after,
.bew-header-menu .current_page_item>a:after {
  transform: scaleX(1);
  opacity: .82
}

.bew-header-cta {
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px !important;
  padding: 0 34px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(196, 163, 106, .62) !important;
  background: linear-gradient(135deg, rgba(196, 163, 106, .12), rgba(255, 255, 255, .035)) !important;
  color: var(--bew-dark-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 20px 52px rgba(0, 0, 0, .24) !important;
  font: 900 13px/1 var(--bew-sans) !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important
}

.bew-header-cta:hover,
.bew-header-cta:focus-visible {
  background: linear-gradient(135deg, var(--bew-dark-gold), #8f6e37) !important;
  color: #0d0d0a !important;
  border-color: var(--bew-dark-gold) !important;
  box-shadow: 0 24px 70px rgba(196, 163, 106, .22) !important;
  transform: translateY(-1px)
}

.bew-footer-newsletter {
  padding: clamp(64px, 7vw, 104px) 0 !important;
  background: linear-gradient(135deg, #0d0d0a, #17140f) !important;
  border-top: 1px solid rgba(196, 163, 106, .2) !important;
  border-bottom: 1px solid rgba(196, 163, 106, .2) !important
}

.bew-footer-newsletter .bew-shell {
  width: min(1180px, calc(100% - 72px)) !important;
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 540px) !important;
  gap: clamp(28px, 6vw, 88px) !important;
  align-items: center !important
}

.bew-footer-newsletter h2 {
  margin: 10px 0 8px !important;
  color: var(--bew-dark-ink) !important;
  font: clamp(30px, 3vw, 46px)/1 var(--bew-serif) !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important
}

.bew-footer-newsletter p {
  max-width: 460px !important;
  color: var(--bew-dark-muted) !important;
  font: 14px/1.8 var(--bew-sans) !important
}

.bew-footer-newsletter form {
  justify-self: end;
  width: min(100%, 540px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: center !important;
  padding: 7px !important;
  border: 1px solid rgba(196, 163, 106, .32) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .035) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 20px 60px rgba(0, 0, 0, .22) !important
}

.bew-footer-newsletter input {
  min-width: 0 !important;
  min-height: 54px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--bew-dark-ink) !important;
  padding: 0 20px !important;
  box-shadow: none !important;
  outline: none !important
}

.bew-footer-newsletter input:focus {
  box-shadow: none !important
}

.bew-footer-newsletter button {
  min-height: 52px !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(196, 163, 106, .5) !important;
  background: rgba(196, 163, 106, .12) !important;
  color: var(--bew-dark-ink) !important;
  box-shadow: none !important
}

.bew-footer-newsletter button:hover {
  background: var(--bew-dark-gold) !important;
  color: #0d0d0a !important;
  border-color: var(--bew-dark-gold) !important
}

@media(max-width:1040px) {
  .bew-header-shell {
    grid-template-columns: auto 1fr auto !important
  }

  .bew-brand-logo img,
  .bew-custom-logo {
    max-width: 180px !important
  }

  .bew-header-menu {
    gap: 18px !important
  }

  .bew-header-menu a {
    font-size: 12px !important;
    letter-spacing: 1.3px !important
  }

  .bew-header-cta {
    padding: 0 24px !important
  }
}

@media(max-width:980px) {
  .bew-header-shell {
    width: min(100% - 36px, 1360px) !important;
    grid-template-columns: auto auto 1fr !important;
    min-height: 92px !important
  }

  .bew-menu-toggle {
    justify-self: end !important;
    order: 3 !important
  }

  .bew-header-nav {
    order: 4 !important;
    grid-column: 1/-1 !important;
    justify-self: stretch !important
  }

  .bew-header-cta {
    justify-self: end !important;
    order: 2 !important;
    min-height: 46px !important;
    padding: 0 18px !important
  }

  .bew-header-nav.is-open .bew-header-menu {
    display: grid !important;
    gap: 0 !important
  }

  .bew-header-nav.is-open .bew-header-menu li {
    display: block !important
  }

  .bew-header-nav.is-open .bew-header-menu a {
    min-height: 46px !important;
    padding: 0 4px !important;
    color: var(--bew-dark-ink) !important
  }

  .bew-header-nav.is-open .bew-header-menu a:before,
  .bew-header-nav.is-open .bew-header-menu a:after {
    display: none !important
  }

  .bew-footer-newsletter .bew-shell {
    grid-template-columns: 1fr !important;
    width: min(100% - 40px, 1180px) !important
  }

  .bew-footer-newsletter form {
    justify-self: start
  }
}

@media(max-width:560px) {

  .bew-brand-logo img,
  .bew-custom-logo {
    max-width: 200px !important;
    max-height: 100% !important;
    object-fit: contain !important
  }

  .bew-header-shell {
    width: min(100% - 24px, 1360px) !important;
    gap: 12px !important
  }

  .bew-header-cta {
    display: none !important
  }

  .bew-footer-newsletter .bew-shell {
    width: min(100% - 28px, 1180px) !important
  }

  .bew-footer-newsletter form {
    grid-template-columns: 1fr !important;
    border-radius: 18px !important;
    padding: 10px !important
  }

  .bew-footer-newsletter input {
    min-height: 50px !important;
    padding: 0 14px !important
  }

  .bew-footer-newsletter button {
    width: 100% !important
  }
}

/* Mobile nav reliability: make hamburger drawer visible in Elementor preview and frontend. */
@media(max-width:980px) {
  .bew-site-header {
    overflow: visible !important;
    z-index: 999999 !important
  }

  .bew-header-shell {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    overflow: visible !important
  }

  .bew-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: 58px !important;
    height: 52px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(196, 163, 106, .42) !important;
    background: rgba(196, 163, 106, .07) !important
  }

  .bew-menu-toggle span:not(.screen-reader-text) {
    display: block !important;
    width: 26px !important;
    height: 2px !important;
    background: var(--bew-dark-ink) !important;
    margin: 4px 0 !important
  }

  .bew-header-cta {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    margin-right: 12px !important
  }

  .bew-header-nav {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 12px) !important;
    z-index: 1000000 !important;
    grid-column: auto !important;
    width: 100% !important;
    max-height: calc(100vh - 130px) !important;
    overflow: auto !important;
    padding: 12px !important;
    border: 1px solid rgba(196, 163, 106, .34) !important;
    border-radius: 14px !important;
    background: linear-gradient(145deg, rgba(12, 12, 9, .99), rgba(28, 24, 17, .98)) !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .48) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px)
  }

  .bew-header-nav.is-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important
  }

  .bew-header-nav.is-open .bew-header-menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
  }

  .bew-header-nav.is-open .bew-header-menu li {
    display: block !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important
  }

  .bew-header-nav.is-open .bew-header-menu a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 0 12px !important;
    color: var(--bew-dark-ink) !important;
    border-bottom: 1px solid rgba(196, 163, 106, .12) !important;
    background: transparent !important;
    font: 900 12px/1 var(--bew-sans) !important;
    letter-spacing: 1.5px !important;
    text-align: left !important;
    text-decoration: none !important
  }

  .bew-header-nav.is-open .bew-header-menu li:last-child a {
    border-bottom: 0 !important
  }

  .bew-header-nav.is-open .bew-header-menu a:hover,
  .bew-header-nav.is-open .bew-header-menu .current-menu-item>a,
  .bew-header-nav.is-open .bew-header-menu .current_page_item>a {
    color: var(--bew-dark-gold) !important;
    background: rgba(196, 163, 106, .06) !important;
    transform: none !important
  }

  .bew-header-nav.is-open .bew-header-menu a:before,
  .bew-header-nav.is-open .bew-header-menu a:after {
    display: none !important
  }
}

@media(max-width:560px) {
  .bew-header-shell {
    grid-template-columns: auto 1fr auto !important;
    min-height: 86px !important
  }

  .bew-brand {
    grid-column: 1 !important;
    grid-row: 1 !important
  }

  .bew-header-cta {
    display: none !important
  }

  .bew-menu-toggle {
    grid-column: 3 !important
  }

  .bew-header-nav {
    top: calc(100% + 10px) !important
  }
}

/* Stronger Elementor mobile preview fallback: keep all hamburger bars and open drawer from aria state too. */
@media(max-width:980px) {
  .bew-menu-toggle {
    position: relative !important;
    flex-direction: column !important;
    gap: 5px !important
  }

  .bew-menu-toggle span:not(.screen-reader-text) {
    position: static !important;
    inset: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    width: 26px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: var(--bew-dark-ink) !important;
    transition: transform .24s ease, opacity .24s ease !important
  }

  .bew-menu-toggle[aria-expanded="true"] span:not(.screen-reader-text):nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important
  }

  .bew-menu-toggle[aria-expanded="true"] span:not(.screen-reader-text):nth-child(2) {
    opacity: 0 !important
  }

  .bew-menu-toggle[aria-expanded="true"] span:not(.screen-reader-text):nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important
  }

  .bew-menu-toggle[aria-expanded="true"]+.bew-header-nav {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important
  }

  .bew-menu-toggle[aria-expanded="true"]+.bew-header-nav .bew-header-menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important
  }

  .bew-menu-toggle[aria-expanded="true"]+.bew-header-nav .bew-header-menu li {
    display: block !important;
    width: 100% !important
  }

  .bew-menu-toggle[aria-expanded="true"]+.bew-header-nav .bew-header-menu a {
    display: flex !important;
    align-items: center !important;
    min-height: 50px !important;
    width: 100% !important;
    padding: 0 12px !important;
    color: var(--bew-dark-ink) !important;
    border-bottom: 1px solid rgba(196, 163, 106, .12) !important
  }

  .bew-site-header.is-menu-open .bew-header-nav {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important
  }

  .bew-site-header.is-menu-open .bew-header-menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important
  }

  .bew-site-header.is-menu-open .bew-header-menu li {
    display: block !important;
    width: 100% !important
  }

  .bew-site-header.is-menu-open .bew-header-menu a {
    display: flex !important;
    align-items: center !important;
    min-height: 50px !important;
    width: 100% !important;
    padding: 0 12px !important;
    color: var(--bew-dark-ink) !important;
    border-bottom: 1px solid rgba(196, 163, 106, .12) !important
  }
}

/* Mobile drawer final: render in normal flow below header so it cannot disappear behind the hero. */
@media(max-width:980px) {
  .bew-site-header.is-menu-open {
    padding-bottom: 14px !important
  }

  .bew-site-header.is-menu-open .bew-header-shell {
    grid-template-rows: auto auto !important
  }

  .bew-site-header.is-menu-open .bew-header-nav,
  .bew-menu-toggle[aria-expanded="true"]+.bew-header-nav,
  .bew-header-nav.is-open {
    position: static !important;
    grid-column: 1/-1 !important;
    grid-row: 2 !important;
    display: block !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 14px !important;
    padding: 10px !important;
    border: 1px solid rgba(196, 163, 106, .34) !important;
    border-radius: 14px !important;
    background: linear-gradient(145deg, #0b0b08, #1f1a12) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .34) !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .bew-site-header.is-menu-open .bew-header-menu,
  .bew-menu-toggle[aria-expanded="true"]+.bew-header-nav .bew-header-menu,
  .bew-header-nav.is-open .bew-header-menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .bew-site-header.is-menu-open .bew-header-menu li,
  .bew-menu-toggle[aria-expanded="true"]+.bew-header-nav .bew-header-menu li,
  .bew-header-nav.is-open .bew-header-menu li {
    display: block !important;
    width: 100% !important
  }

  .bew-site-header.is-menu-open .bew-header-menu a,
  .bew-menu-toggle[aria-expanded="true"]+.bew-header-nav .bew-header-menu a,
  .bew-header-nav.is-open .bew-header-menu a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(196, 163, 106, .14) !important;
    color: #f4eee3 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
  }
}

/* Mobile nav hard reset: prevent older header rules from collapsing the opened menu rows. */
@media(max-width:980px) {

  .bew-site-header.is-menu-open,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .bew-site-header.is-menu-open .bew-header-shell,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-shell {
    height: auto !important;
    min-height: 92px !important;
    overflow: visible !important;
    align-items: center !important;
  }

  .bew-site-header.is-menu-open .bew-header-nav,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-nav,
  .bew-header-nav.is-open {
    box-sizing: border-box !important;
    display: block !important;
    position: static !important;
    height: auto !important;
    min-height: 172px !important;
    max-height: none !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
  }

  .bew-site-header.is-menu-open .bew-header-nav>ul,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-nav>ul,
  .bew-header-nav.is-open>ul,
  .bew-site-header.is-menu-open .bew-header-menu,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-menu,
  .bew-header-nav.is-open .bew-header-menu {
    box-sizing: border-box !important;
    position: static !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 150px !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    clip: auto !important;
    clip-path: none !important;
    gap: 0 !important;
  }

  .bew-site-header.is-menu-open .bew-header-menu>li,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-menu>li,
  .bew-header-nav.is-open .bew-header-menu>li {
    box-sizing: border-box !important;
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .bew-site-header.is-menu-open .bew-header-menu>li>a,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-menu>li>a,
  .bew-header-nav.is-open .bew-header-menu>li>a {
    box-sizing: border-box !important;
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #f4eee3 !important;
    background: transparent !important;
    text-indent: 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: 1.6px !important;
    transform: none !important;
  }
}

/* Header nav refinement: no filled hover/current background, only elegant gold text/detail. */
.bew-site-header .bew-header-menu a,
.bew-site-header .bew-header-menu a:hover,
.bew-site-header .bew-header-menu a:focus,
.bew-site-header .bew-header-menu .current-menu-item>a,
.bew-site-header .bew-header-menu .current_page_item>a {
  background: transparent !important;
  box-shadow: none !important;
}

.bew-site-header .bew-header-menu a:hover,
.bew-site-header .bew-header-menu a:focus,
.bew-site-header .bew-header-menu .current-menu-item>a,
.bew-site-header .bew-header-menu .current_page_item>a {
  color: var(--bew-dark-gold) !important;
}

/* Absolute final override: no gold rectangle on active/hover nav, desktop or mobile. */
.bew-site-header .bew-header-menu li,
.bew-site-header .bew-header-menu li:hover,
.bew-site-header .bew-header-menu li:focus-within,
.bew-site-header .bew-header-menu li.current-menu-item,
.bew-site-header .bew-header-menu li.current_page_item,
.bew-site-header .bew-header-menu li.current-menu-ancestor,
.bew-site-header .bew-header-menu li.current-menu-parent {
  background: transparent !important;
  box-shadow: none !important;
}

.bew-site-header .bew-header-menu li>a,
.bew-site-header .bew-header-menu li>a:hover,
.bew-site-header .bew-header-menu li>a:focus,
.bew-site-header .bew-header-menu li.current-menu-item>a,
.bew-site-header .bew-header-menu li.current_page_item>a,
.bew-site-header .bew-header-menu li.current-menu-ancestor>a,
.bew-site-header .bew-header-menu li.current-menu-parent>a {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.bew-site-header .bew-header-menu li>a:before,
.bew-site-header .bew-header-menu li>a:hover:before,
.bew-site-header .bew-header-menu li>a:focus:before,
.bew-site-header .bew-header-menu li.current-menu-item>a:before,
.bew-site-header .bew-header-menu li.current_page_item>a:before {
  background: transparent !important;
  box-shadow: none !important;
}

.bew-site-header .bew-header-menu li>a:after,
.bew-site-header .bew-header-menu li>a:hover:after,
.bew-site-header .bew-header-menu li>a:focus:after,
.bew-site-header .bew-header-menu li.current-menu-item>a:after,
.bew-site-header .bew-header-menu li.current_page_item>a:after {
  background: linear-gradient(90deg, transparent, var(--bew-dark-gold), transparent) !important;
  box-shadow: none !important;
}

@media(max-width:980px) {

  .bew-header-nav.is-open .bew-header-menu .current-menu-item>a,
  .bew-header-nav.is-open .bew-header-menu .current_page_item>a,
  .bew-site-header.is-menu-open .bew-header-menu .current-menu-item>a,
  .bew-site-header.is-menu-open .bew-header-menu .current_page_item>a {
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* Global premium spacing system: consistent kicker/heading rhythm and safer layouts. */
:root {
  --bew-rhythm-xs: clamp(10px, 1vw, 14px);
  --bew-rhythm-sm: clamp(16px, 1.6vw, 24px);
  --bew-rhythm-md: clamp(28px, 3vw, 44px);
  --bew-rhythm-lg: clamp(56px, 6vw, 92px);
  --bew-rhythm-xl: clamp(86px, 9vw, 140px);
  --bew-readable: 1180px;
  --bew-wide: 1360px;
}

.bew-shell,
.bew-lux-shell,
.bew-local-brands-shell,
.bew-delivery-showcase-shell,
.bew-contact-layout,
.bew-menu-shell,
.bew-history-shell,
.bew-customer-shell {
  width: min(var(--bew-readable), calc(100% - clamp(32px, 6vw, 96px))) !important;
  margin-inline: auto !important;
}

.bew-lux-shell,
.bew-header-shell {
  width: min(var(--bew-wide), calc(100% - clamp(32px, 6vw, 96px))) !important;
}

.bew-section,
.bew-products,
.bew-awards,
.bew-story,
.bew-orders,
.bew-benefits,
.bew-feature-row,
.bew-process,
.bew-faq-list,
.bew-menu-mosaic,
.bew-team-preview,
.bew-lux-awards,
.bew-lux-products,
.bew-lux-process,
.bew-lux-why,
.bew-lux-testimonials,
.bew-lux-instagram,
.bew-lux-story,
.bew-lux-delivery,
.bew-local-brands,
.bew-delivery-showcase,
.bew-contact-strip {
  padding-top: var(--bew-rhythm-xl) !important;
  padding-bottom: var(--bew-rhythm-xl) !important;
}

.bew-kicker,
.bew-lux-kicker,
.bew-section-title span,
.bew-product-grid small,
.bew-lux-product-card span,
.bew-contact-form span,
.bew-delivery-visual span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 0 var(--bew-rhythm-sm) !important;
  color: var(--bew-dark-gold) !important;
  font: 900 clamp(10px, .72vw, 12px)/1 var(--bew-sans) !important;
  letter-spacing: 2.2px !important;
  text-transform: uppercase !important;
}

.bew-kicker:before,
.bew-lux-kicker:before,
.bew-section-title span:before {
  content: "" !important;
  display: inline-block !important;
  width: 42px !important;
  height: 1px !important;
  flex: 0 0 42px !important;
  background: var(--bew-dark-gold) !important;
}

.bew-section-title h2,
.bew-story-copy h2,
.bew-orders-copy h2,
.bew-contact-card h2,
.bew-lux-editorial-copy h2,
.bew-lux-section-head h2,
.bew-lux-delivery h2,
.bew-lux-cta h2,
.bew-local-brands-copy h2,
.bew-delivery-copy h2,
.bew-delivery-panel h2,
.bew-private-order-copy h2,
.bew-private-order-page-shell h2,
.bew-page-hero h1,
.bew-lux-hero h1,
.bew-hero-copy h1 {
  margin-top: 0 !important;
  margin-bottom: var(--bew-rhythm-sm) !important;
  line-height: .92 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.bew-lux-section-head,
.bew-section-title,
.bew-private-order-head {
  max-width: 820px !important;
  margin-bottom: var(--bew-rhythm-md) !important;
}

.bew-lux-section-head p,
.bew-section-title p,
.bew-lead,
.bew-story-copy p,
.bew-orders-copy p,
.bew-contact-card p,
.bew-delivery-panel>p,
.bew-local-brands-copy p {
  max-width: 680px !important;
  margin-top: 0 !important;
  line-height: 1.82 !important;
}

.bew-product-grid,
.bew-benefit-grid,
.bew-award-row,
.bew-lux-award-timeline,
.bew-lux-icon-grid,
.bew-lux-process-steps,
.bew-lux-testimonial-track,
.bew-team-grid,
.bew-menu-grid,
.bew-order-rule-grid,
.bew-delivery-rule-cards {
  gap: clamp(16px, 2.2vw, 30px) !important;
}

.bew-product-grid article,
.bew-benefit-grid article,
.bew-award-row article,
.bew-team-grid article,
.bew-contact-card,
.bew-contact-form,
.bew-faq-list details,
.bew-lux-product-card,
.bew-lux-award-timeline article,
.bew-lux-icon-grid article,
.bew-lux-process-steps article,
.bew-lux-testimonial-track blockquote,
.bew-delivery-panel,
.bew-delivery-rule-cards article,
.bew-pickup-schedule,
.bew-order-rule-grid article {
  padding: clamp(24px, 3vw, 44px) !important;
}

.bew-page-hero .bew-shell,
.bew-lux-hero .bew-lux-shell,
.bew-hero .bew-shell {
  padding-top: clamp(110px, 13vh, 168px) !important;
  padding-bottom: clamp(76px, 10vh, 132px) !important;
}

.bew-page-hero h1,
.bew-lux-hero h1,
.bew-hero-copy h1 {
  font-size: var(--bew-type-hero) !important;
  max-width: min(920px, 100%) !important;
}

.bew-delivery-showcase-shell {
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr) !important;
  gap: clamp(24px, 4vw, 56px) !important;
}

.bew-delivery-visual {
  min-width: 0 !important;
  padding: clamp(24px, 3.4vw, 40px) !important;
}

.bew-delivery-visual strong {
  max-width: 11ch !important;
  font-size: clamp(42px, 4.4vw, 76px) !important;
  line-height: .92 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.bew-delivery-panel {
  min-width: 0 !important;
}

.bew-delivery-rule-cards article h3,
.bew-lux-process-steps h3,
.bew-product-grid h3,
.bew-lux-product-card h3 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media(max-width:1100px) {

  .bew-delivery-showcase-shell,
  .bew-lux-story,
  .bew-lux-delivery,
  .bew-local-brands-shell,
  .bew-contact-layout {
    grid-template-columns: 1fr !important;
  }

  .bew-delivery-visual {
    min-height: 520px !important
  }
}

@media(max-width:720px) {

  .bew-shell,
  .bew-lux-shell,
  .bew-local-brands-shell,
  .bew-delivery-showcase-shell,
  .bew-contact-layout,
  .bew-menu-shell,
  .bew-history-shell,
  .bew-customer-shell {
    width: min(100% - 28px, var(--bew-readable)) !important;
  }

  .bew-section,
  .bew-products,
  .bew-awards,
  .bew-story,
  .bew-orders,
  .bew-benefits,
  .bew-feature-row,
  .bew-process,
  .bew-faq-list,
  .bew-menu-mosaic,
  .bew-team-preview,
  .bew-lux-awards,
  .bew-lux-products,
  .bew-lux-process,
  .bew-lux-why,
  .bew-lux-testimonials,
  .bew-lux-instagram,
  .bew-lux-story,
  .bew-lux-delivery,
  .bew-local-brands,
  .bew-delivery-showcase,
  .bew-contact-strip {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .bew-page-hero h1,
  .bew-lux-hero h1,
  .bew-hero-copy h1 {
    font-size: clamp(32px, 9vw, 48px) !important;
    line-height: .94 !important;
  }

  .bew-kicker,
  .bew-lux-kicker,
  .bew-section-title span {
    margin-bottom: 16px !important;
  }

  .bew-delivery-visual {
    min-height: 430px !important
  }

  .bew-delivery-visual strong {
    font-size: clamp(40px, 13vw, 62px) !important;
    max-width: 10ch !important
  }

  .bew-product-grid article,
  .bew-benefit-grid article,
  .bew-award-row article,
  .bew-team-grid article,
  .bew-contact-card,
  .bew-contact-form,
  .bew-faq-list details,
  .bew-lux-product-card,
  .bew-lux-award-timeline article,
  .bew-lux-icon-grid article,
  .bew-lux-process-steps article,
  .bew-lux-testimonial-track blockquote,
  .bew-delivery-panel,
  .bew-delivery-rule-cards article,
  .bew-pickup-schedule,
  .bew-order-rule-grid article {
    padding: 22px !important;
  }
}

/* Final typography scale: consistent premium heading size and line-height across all sections. */
:root {
  --bew-type-hero: clamp(40px, 4.6vw, 64px);
  --bew-type-section: clamp(28px, 3.1vw, 42px);
  --bew-type-card: clamp(20px, 1.9vw, 26px);
  --bew-type-small: clamp(16px, 1.4vw, 20px);
  --bew-type-body: clamp(15px, 1.05vw, 17px);
  --bew-type-kicker: 11px;
}

.bew-page-hero h1,
.bew-lux-hero h1,
.bew-hero-copy h1,
.bew-hero h1 {
  font-size: var(--bew-type-hero) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  max-width: 980px !important;
}

.bew-section-title h2,
.bew-story-copy h2,
.bew-orders-copy h2,
.bew-contact-card h2,
.bew-lux-editorial-copy h2,
.bew-lux-section-head h2,
.bew-lux-delivery h2,
.bew-lux-cta h2,
.bew-local-brands-copy h2,
.bew-delivery-copy h2,
.bew-delivery-panel h2,
.bew-private-order-copy h2,
.bew-private-order-page-shell h2,
.bew-private-order-head h2,
.bew-footer-newsletter h2,
.bew-lux-story h2,
.bew-products h2,
.bew-benefits h2,
.bew-contact-strip h2 {
  font-size: var(--bew-type-section) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  max-width: 900px !important;
}

.bew-product-grid h3,
.bew-lux-product-card h3,
.bew-lux-process-steps h3,
.bew-delivery-rule-cards h3,
.bew-order-rule-grid h3,
.bew-menu-grid h3,
.bew-team-grid h3,
.bew-feature-shell h3,
.bew-history-list h3 {
  font-size: var(--bew-type-card) !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

.bew-footer-main h3,
.bew-contact-form span,
.bew-product-grid small,
.bew-lux-product-card span,
.bew-kicker,
.bew-lux-kicker {
  font-size: var(--bew-type-kicker) !important;
  line-height: 1.2 !important;
}

.bew-page-hero p,
.bew-lux-hero p,
.bew-hero-copy p,
.bew-hero p,
.bew-lux-section-head p,
.bew-section-title p,
.bew-lead,
.bew-story-copy p,
.bew-orders-copy p,
.bew-contact-card p,
.bew-delivery-panel>p,
.bew-local-brands-copy p,
.bew-product-grid p,
.bew-lux-product-card p,
.bew-delivery-rule-cards p,
.bew-lux-story p,
.bew-lux-editorial-copy p,
.bew-feature-shell p,
.bew-menu-grid p,
.bew-history-list p,
.bew-team-grid p {
  font-size: var(--bew-type-body) !important;
  line-height: 1.65 !important;
}

.bew-page-hero h1 br,
.bew-lux-hero h1 br,
.bew-hero-copy h1 br,
.bew-section-title h2 br,
.bew-lux-section-head h2 br {
  display: block !important;
}

@media(max-width:980px) {
  :root {
    --bew-type-hero: clamp(28px, 5vw, 40px);
    --bew-type-section: clamp(22px, 3.8vw, 28px);
    --bew-type-card: clamp(17px, 2.8vw, 22px);
    --bew-type-small: clamp(15px, 2.2vw, 18px);
    --bew-type-body: 15px;
    --bew-type-kicker: 10px;
  }

  .bew-page-hero h1,
  .bew-lux-hero h1,
  .bew-hero-copy h1,
  .bew-hero h1,
  .bew-section-title h2,
  .bew-story-copy h2,
  .bew-orders-copy h2,
  .bew-contact-card h2,
  .bew-lux-editorial-copy h2,
  .bew-lux-section-head h2,
  .bew-lux-delivery h2,
  .bew-lux-cta h2,
  .bew-local-brands-copy h2,
  .bew-delivery-copy h2,
  .bew-delivery-panel h2 {
    line-height: 1.12 !important;
  }
}

@media(max-width:680px) {
  :root {
    --bew-type-hero: clamp(26px, 7vw, 34px);
    --bew-type-section: clamp(20px, 5.2vw, 26px);
    --bew-type-card: clamp(16px, 4.2vw, 20px);
    --bew-type-body: 14.5px;
    --bew-type-kicker: 9.5px;
  }
}

@media(max-width:560px) {
  :root {
    --bew-type-hero: clamp(24px, 7.2vw, 32px);
    --bew-type-section: clamp(20px, 5.4vw, 24px);
    --bew-type-card: clamp(16px, 4.4vw, 19px);
    --bew-type-body: 14px;
    --bew-type-kicker: 9px;
  }

  .bew-page-hero h1,
  .bew-lux-hero h1,
  .bew-hero-copy h1,
  .bew-section-title h2,
  .bew-story-copy h2,
  .bew-orders-copy h2,
  .bew-contact-card h2,
  .bew-lux-editorial-copy h2,
  .bew-lux-section-head h2,
  .bew-lux-delivery h2,
  .bew-lux-cta h2,
  .bew-local-brands-copy h2,
  .bew-delivery-copy h2,
  .bew-delivery-panel h2 {
    line-height: .96 !important;
    max-width: 100% !important;
  }

  .bew-page-hero p,
  .bew-lux-hero p,
  .bew-hero-copy p,
  .bew-lux-section-head p,
  .bew-section-title p,
  .bew-lead,
  .bew-story-copy p,
  .bew-orders-copy p,
  .bew-contact-card p,
  .bew-delivery-panel>p,
  .bew-local-brands-copy p {
    font-size: 14px !important;
    line-height: 1.75 !important;
  }
}

/* Header hover final: no dim text, no odd cursor circle, no gold fill behind menu items. */
.bew-premium-cursor {
  display: none !important
}

.bew-site-header .bew-header-menu,
.bew-site-header .bew-header-menu li,
.bew-site-header .bew-header-menu a {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.bew-site-header .bew-header-menu a,
.bew-site-header .bew-header-menu a:visited {
  color: #f4eee3 !important;
  background: transparent !important;
  text-shadow: none !important;
}

.bew-site-header .bew-header-menu a:hover,
.bew-site-header .bew-header-menu a:focus,
.bew-site-header .bew-header-menu .current-menu-item>a,
.bew-site-header .bew-header-menu .current_page_item>a {
  color: var(--bew-dark-gold) !important;
  background: transparent !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
}

.bew-site-header .bew-header-menu a:before,
.bew-site-header .bew-header-menu a:hover:before,
.bew-site-header .bew-header-menu a:focus:before,
.bew-site-header .bew-header-menu .current-menu-item>a:before,
.bew-site-header .bew-header-menu .current_page_item>a:before {
  background: transparent !important;
  box-shadow: none !important;
}

.bew-site-header .bew-header-menu a:after,
.bew-site-header .bew-header-menu a:hover:after,
.bew-site-header .bew-header-menu a:focus:after,
.bew-site-header .bew-header-menu .current-menu-item>a:after,
.bew-site-header .bew-header-menu .current_page_item>a:after {
  background: linear-gradient(90deg, transparent, var(--bew-dark-gold), transparent) !important;
  box-shadow: none !important;
}

/* Product catalog final layout: premium full-width listing, no squeezed cards. */
.bew-products-page .bew-products,
.bew-products.bew-section {
  background: #080905 !important;
  color: var(--bew-dark-ink) !important;
  padding: clamp(88px, 10vw, 150px) 0 clamp(96px, 12vw, 170px) !important;
  overflow: hidden !important;
}

.bew-products-page .bew-products>.bew-section-title,
.bew-products-page .bew-products>.bew-lead,
.bew-products.bew-section>.bew-section-title,
.bew-products.bew-section>.bew-lead {
  width: min(1120px, calc(100% - 56px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;
}

.bew-products-page .bew-products>.bew-lead,
.bew-products.bew-section>.bew-lead {
  max-width: 720px !important;
  margin-top: 18px !important;
  margin-bottom: 34px !important;
  color: var(--bew-dark-muted) !important;
}

.bew-product-controls {
  width: min(1120px, calc(100% - 56px)) !important;
  margin: 0 auto clamp(34px, 4vw, 58px) !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 1.2fr) minmax(220px, .9fr) minmax(220px, .9fr) !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 14px !important;
  border: 1px solid rgba(196, 163, 106, .22) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(24, 22, 17, .86), rgba(11, 12, 8, .96)) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .22) !important;
}

.bew-product-controls input,
.bew-product-controls select {
  width: 100% !important;
  min-height: 54px !important;
  border: 1px solid rgba(196, 163, 106, .26) !important;
  border-radius: 12px !important;
  background: #070805 !important;
  color: #f4eee3 !important;
  padding: 0 18px !important;
  font: 700 13px/1.2 var(--bew-sans) !important;
  letter-spacing: .02em !important;
  outline: none !important;
  box-shadow: none !important;
}

.bew-product-controls input::placeholder {
  color: rgba(244, 238, 227, .56) !important
}

.bew-product-controls input:focus,
.bew-product-controls select:focus {
  border-color: rgba(196, 163, 106, .74) !important;
  box-shadow: 0 0 0 3px rgba(196, 163, 106, .12) !important;
}

.bew-product-grid:not([data-bew-product-rail]) {
  width: min(1180px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
  gap: clamp(22px, 2.6vw, 36px) !important;
  align-items: stretch !important;
  justify-content: center !important;
  overflow: visible !important;
  padding: 0 !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card] {
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-align: left !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #17150f 0%, #11100c 100%) !important;
  border: 1px solid rgba(196, 163, 106, .28) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28) !important;
  transform: none !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(196, 163, 106, .52) !important;
  box-shadow: 0 38px 120px rgba(0, 0, 0, .38) !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-product-image {
  width: 100% !important;
  min-height: 280px !important;
  aspect-ratio: 1.18/1 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  transform: none !important;
  filter: saturate(.96) contrast(1.05) brightness(.92) !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>small,
.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3,
.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p{
  margin-left: clamp(24px, 2.6vw, 38px) !important;
  margin-right: clamp(24px, 2.6vw, 38px) !important;
  max-width: none !important;
  text-align: left !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>small {
  align-self: flex-start !important;
  margin-top: clamp(24px, 2.6vw, 34px) !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--bew-dark-gold) !important;
  font: 900 11px/1.15 var(--bew-sans) !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3 {
  color: #f7f1e6 !important;
  font-size: clamp(34px, 3.25vw, 54px) !important;
  line-height: .94 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p {
  color: rgba(244, 238, 227, .74) !important;
  font: 500 15px/1.78 var(--bew-sans) !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p:nth-of-type(1) {
  color: var(--bew-dark-gold) !important;
  font: 900 11px/1.25 var(--bew-sans) !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  max-width: 28ch !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-product-price,
.bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk {
  padding-top: 18px !important;
  border-top: 1px solid rgba(196, 163, 106, .18) !important;
  color: rgba(244, 238, 227, .82) !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk strong {
  display: block !important;
  margin-bottom: 7px !important;
  color: var(--bew-dark-gold) !important;
  font: 900 10px/1.1 var(--bew-sans) !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions {
  margin-top: auto !important;
  padding-top: 12px !important;
  padding-bottom: clamp(24px, 2.6vw, 38px) !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a,
.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions button {
  width: 100% !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(196, 163, 106, .44) !important;
  background: rgba(255, 255, 255, .025) !important;
  color: #f7f1e6 !important;
  font: 900 11px/1.1 var(--bew-sans) !important;
  letter-spacing: 1.35px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 0 18px !important;
  overflow: hidden !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:hover,
.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:focus,
.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions button:hover,
.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions button:focus {
  background: var(--bew-dark-gold) !important;
  color: #080905 !important;
  border-color: var(--bew-dark-gold) !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child {
  grid-column: 1 / -1 !important;
  max-width: 1040px !important;
  justify-self: center !important;
  display: grid !important;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr) !important;
  align-items: stretch !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child .bew-product-image {
  grid-column: 1 !important;
  grid-row: 1 / span 7 !important;
  min-height: 620px !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>small,
.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>h3,
.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>p,
.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>.bew-card-actions {
  grid-column: 2 !important;
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>small {
  margin-top: clamp(38px, 4vw, 58px) !important
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>h3 {
  font-size: clamp(46px, 5.2vw, 76px) !important;
  max-width: 9.5ch !important
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>p {
  max-width: 52ch !important
}

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>.bew-card-actions {
  align-self: end !important
}

@media(max-width:900px) {
  .bew-product-controls {
    grid-template-columns: 1fr !important;
    width: min(100% - 32px, 1120px) !important
  }

  .bew-product-grid:not([data-bew-product-rail]) {
    width: min(100% - 32px, 1180px) !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child {
    grid-template-columns: 1fr !important;
    max-width: 560px !important
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child .bew-product-image {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 320px !important;
    aspect-ratio: 1.05/1 !important
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>small,
  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>h3,
  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>p,
  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>.bew-card-actions {
    grid-column: auto !important
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:only-child>h3 {
    font-size: clamp(34px, 8vw, 52px) !important;
    max-width: 100% !important
  }
}

@media(max-width:560px) {

  .bew-products-page .bew-products,
  .bew-products.bew-section {
    padding: 72px 0 96px !important
  }

  .bew-products-page .bew-products>.bew-section-title,
  .bew-products-page .bew-products>.bew-lead,
  .bew-products.bew-section>.bew-section-title,
  .bew-products.bew-section>.bew-lead {
    width: min(100% - 28px, 1120px) !important
  }

  .bew-product-controls {
    width: min(100% - 28px, 1120px) !important;
    padding: 10px !important;
    border-radius: 14px !important
  }

  .bew-product-controls input,
  .bew-product-controls select {
    min-height: 50px !important;
    border-radius: 10px !important
  }

  .bew-product-grid:not([data-bew-product-rail]) {
    width: min(100% - 28px, 1180px) !important;
    gap: 20px !important
  }

  .bew-product-grid:not([data-bew-product-rail]) .bew-product-image {
    min-height: 260px !important
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>small,
  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3,
  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p{
    margin-left: 22px !important;
    margin-right: 22px !important
  }

  .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions {
    grid-template-columns: 1fr !important;
    padding-bottom: 24px !important
  }
}

/* Product filter dropdown final polish: theme arrow, clean spacing, premium states. */
.bew-product-controls select {
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  padding: 0 54px 0 20px !important;
  border-radius: 14px !important;
  background-color: #070805 !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #c4a36a 50%),
    linear-gradient(135deg, #c4a36a 50%, transparent 50%),
    linear-gradient(180deg, rgba(196, 163, 106, .16), rgba(196, 163, 106, .04)) !important;
  background-position:
    calc(100% - 26px) 50%,
    calc(100% - 18px) 50%,
    right 0 top 0 !important;
  background-size:
    8px 8px,
    8px 8px,
    48px 100% !important;
  background-repeat: no-repeat !important;
  color: #f5efe4 !important;
  font: 900 13px/1 var(--bew-sans) !important;
  letter-spacing: .03em !important;
  text-transform: none !important;
}

.bew-product-controls select:hover {
  border-color: rgba(196, 163, 106, .58) !important;
  background-color: #0d0d09 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 12px 34px rgba(0, 0, 0, .18) !important;
}

.bew-product-controls select:focus,
.bew-product-controls select:focus-visible {
  outline: none !important;
  border-color: #c4a36a !important;
  box-shadow: 0 0 0 3px rgba(196, 163, 106, .14), 0 18px 44px rgba(0, 0, 0, .24) !important;
}

.bew-product-controls select option {
  background: #0d0d09 !important;
  color: #f5efe4 !important;
  font: 700 14px var(--bew-sans) !important;
}

.bew-product-controls select option:checked,
.bew-product-controls select option:hover {
  background: #2a2418 !important;
  color: #c4a36a !important;
}

.bew-product-controls input {
  border-radius: 14px !important;
  padding-left: 20px !important;
  color: #f5efe4 !important;
}

.bew-product-controls input:hover {
  border-color: rgba(196, 163, 106, .48) !important;
  background: #0d0d09 !important;
}

@media(max-width:560px) {
  .bew-product-controls select {
    padding-right: 52px !important;
    background-position: calc(100% - 25px) 50%, calc(100% - 17px) 50%, right 0 top 0 !important;
  }
}

/* Client update sections: Featured In, Behind The Dough, and one-line process labels. */
.bew-featured-in,
.bew-behind-dough {
  background: #080905 !important;
  border-top: 1px solid rgba(196, 163, 106, .16) !important;
  border-bottom: 1px solid rgba(196, 163, 106, .10) !important;
}

.bew-featured-in-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 2vw, 22px) !important;
  margin-top: clamp(30px, 4vw, 54px) !important;
}

.bew-featured-in-grid a {
  min-height: 132px !important;
  display: grid !important;
  place-items: center !important;
  text-decoration: none !important;
  border: 1px solid rgba(196, 163, 106, .24) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(24, 22, 17, .94), rgba(9, 10, 7, .98)) !important;
  color: #f5efe4 !important;
  box-shadow: 0 24px 90px rgba(0, 0, 0, .22) !important;
  transition: transform .35s ease, border-color .35s ease, background .35s ease !important;
}

.bew-featured-in-grid a:hover,
.bew-featured-in-grid a:focus {
  transform: translateY(-5px) !important;
  border-color: rgba(196, 163, 106, .58) !important;
  background: linear-gradient(135deg, rgba(39, 34, 24, .98), rgba(12, 13, 9, .98)) !important;
}

.bew-featured-in-grid span {
  max-width: 12ch !important;
  text-align: center !important;
  font: 900 clamp(18px, 1.8vw, 28px)/1.05 var(--bew-serif) !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

.bew-video-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.6vw, 34px) !important;
  margin-top: clamp(34px, 4vw, 58px) !important;
}

.bew-video-grid article {
  min-height: 300px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: clamp(24px, 3vw, 38px) !important;
  border: 1px solid rgba(196, 163, 106, .24) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  position: relative !important;
}

.bew-video-grid article:not([style]) {
  background: linear-gradient(180deg, rgba(34, 30, 22, .56), rgba(12, 12, 8, .98)), url('../images/andres-country-loaf.jpg') center/cover !important;
}

.bew-video-grid article span {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  width: 58px !important;
  height: 58px !important;
  border: 1px solid rgba(196, 163, 106, .5) !important;
  border-radius: 999px !important;
  background: rgba(8, 9, 5, .45) !important;
}

.bew-video-grid article span:before {
  content: "" !important;
  position: absolute !important;
  left: 23px !important;
  top: 18px !important;
  border-left: 17px solid #c4a36a !important;
  border-top: 11px solid transparent !important;
  border-bottom: 11px solid transparent !important;
}

.bew-video-grid h3 {
  color: #f5efe4 !important;
  font: clamp(30px, 3vw, 44px)/.96 var(--bew-serif) !important;
  margin: 0 0 12px !important;
  letter-spacing: 0 !important;
}

.bew-video-grid p {
  color: rgba(245, 239, 228, .76) !important;
  margin: 0 !important;
  font: 600 14px/1.7 var(--bew-sans) !important
}

.bew-instagram-video {
  width: min(100%, 620px) !important;
  margin: clamp(34px, 4vw, 58px) auto 0 !important;
}

.bew-instagram-video .instagram-media {
  margin: 0 auto !important;
  min-width: 0 !important;
  width: 100% !important;
}

.bew-video-placeholder {
  min-height: clamp(430px, 62vw, 680px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: clamp(28px, 6vw, 64px) !important;
  text-align: center !important;
  border: 1px solid rgba(196, 163, 106, .32) !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, rgba(8, 9, 5, .18), rgba(8, 9, 5, .92)), url('../images/andres-country-loaf.jpg') center/cover !important;
}

.bew-video-placeholder>span {
  width: 74px !important;
  height: 74px !important;
  position: relative !important;
  border: 1px solid rgba(196, 163, 106, .7) !important;
  border-radius: 50% !important;
  background: rgba(8, 9, 5, .65) !important;
}

.bew-video-placeholder>span:after {
  content: "" !important;
  position: absolute !important;
  left: 31px !important;
  top: 24px !important;
  border-left: 20px solid #c4a36a !important;
  border-top: 13px solid transparent !important;
  border-bottom: 13px solid transparent !important;
}

.bew-video-placeholder strong { color: #f5efe4 !important; font: clamp(30px, 4vw, 48px)/1 var(--bew-serif) !important; }
.bew-video-placeholder p { max-width: 42ch !important; margin: 0 !important; color: rgba(245, 239, 228, .75) !important; }

.bew-press-page { background: #080905 !important; }
.bew-press-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: clamp(18px, 2.5vw, 30px) !important; margin-top: clamp(36px, 5vw, 64px) !important; }
.bew-press-grid>a,
.bew-press-card,
.bew-press-placeholder { min-height: 330px !important; display: flex !important; flex-direction: column !important; padding: clamp(26px, 4vw, 44px) !important; border: 1px solid rgba(196, 163, 106, .22) !important; border-radius: 20px !important; background: linear-gradient(145deg, rgba(28, 25, 18, .96), rgba(10, 11, 7, .98)) !important; color: #f5efe4 !important; text-decoration: none !important; transition: transform .3s ease, border-color .3s ease !important; }
.bew-press-grid>a:hover,
.bew-press-grid>a:focus { transform: translateY(-5px) !important; border-color: rgba(196, 163, 106, .62) !important; }
.bew-press-logo { height: 92px !important; display: flex !important; align-items: center !important; margin-bottom: 34px !important; padding: 16px !important; border-radius: 12px !important; background: #fff !important; }
.bew-press-logo img { display: block !important; max-width: 100% !important; max-height: 58px !important; width: auto !important; height: auto !important; object-fit: contain !important; }
.bew-spotify-logo { color: #191414 !important; font: 800 36px/1 Arial, sans-serif !important; letter-spacing: -.05em !important; }
.bew-spotify-logo:before { content: "●" !important; color: #1ed760 !important; margin-right: 10px !important; }
.bew-press-grid small { color: #c4a36a !important; text-transform: uppercase !important; letter-spacing: .12em !important; font-weight: 800 !important; }
.bew-press-grid h3 { margin: 12px 0 28px !important; color: #f5efe4 !important; font: clamp(28px, 3vw, 40px)/1.05 var(--bew-serif) !important; }
.bew-press-link { margin-top: auto !important; color: #c4a36a !important; font-weight: 800 !important; }
.bew-press-placeholder { align-items: center !important; justify-content: center !important; text-align: center !important; border-style: dashed !important; color: rgba(245, 239, 228, .55) !important; }
.bew-press-placeholder span { color: #c4a36a !important; font: 34px/1 var(--bew-serif) !important; }

@media(max-width:760px) {
  .bew-press-grid { grid-template-columns: 1fr !important; }
  .bew-press-grid>a, .bew-press-card, .bew-press-placeholder { min-height: 290px !important; }
}

.bew-lux-process-steps article h3,
.bew-lux-process-steps article h3 * {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.bew-lux-process-steps article h3 {
  font-size: clamp(28px, 2.2vw, 38px) !important;
  white-space: nowrap !important;
  max-width: 100% !important;
}

@media(max-width:980px) {
  .bew-featured-in-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .bew-video-grid {
    grid-template-columns: 1fr !important
  }

  .bew-video-grid article {
    min-height: 260px !important
  }
}

@media(max-width:560px) {
  .bew-featured-in-grid {
    grid-template-columns: 1fr !important
  }

  .bew-featured-in-grid a {
    min-height: 110px !important
  }

  .bew-lux-process-steps article h3 {
    font-size: clamp(25px, 7vw, 32px) !important;
    white-space: normal !important
  }
}


/* Final product polish: dark product archive and single-product detail pages. */
.bew-products-page,
.bew-single-product,
.bew-products-page .bew-products,
.bew-single-product .bew-products,
.bew-single-product .bew-product-detail {
  background: #050603 !important;
  color: #f5efe4 !important;
}

.bew-products-page .bew-page-hero,
.bew-single-product .bew-page-hero {
  background-color: #050603 !important;
}

.bew-products-page .bew-products {
  padding-top: clamp(56px, 7vw, 96px) !important;
}

.bew-products-page .bew-product-controls {
  width: min(100% - 48px, 1120px) !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 1.3fr) minmax(220px, .9fr) minmax(220px, .9fr) !important;
  gap: 14px !important;
  padding: 14px !important;
  border: 1px solid rgba(196, 163, 106, .24) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(18, 17, 13, .94), rgba(7, 8, 5, .98)) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .22) !important;
}

.bew-products-page .bew-product-controls input,
.bew-products-page .bew-product-controls select {
  min-height: 58px !important;
  border-radius: 12px !important;
  background: #080905 !important;
  border: 1px solid rgba(196, 163, 106, .28) !important;
  color: #f5efe4 !important;
  box-shadow: none !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) {
  width: min(100% - 48px, 1180px) !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)) !important;
  gap: clamp(22px, 2.4vw, 34px) !important;
  align-items: stretch !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card],
.bew-single-product .bew-product-grid[data-bew-product-rail] article[data-product-card],
.bew-single-product .bew-product-grid:not([data-bew-product-rail]) article[data-product-card] {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  background: linear-gradient(180deg, #17150f 0%, #0d0d09 100%) !important;
  border: 1px solid rgba(196, 163, 106, .28) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .2) !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:hover,
.bew-single-product .bew-product-grid article[data-product-card]:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(196, 163, 106, .5) !important;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .36) !important;
}

.bew-products-page .bew-product-image,
.bew-single-product .bew-product-grid .bew-product-image {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 1.18/1 !important;
  background-size: cover !important;
  background-position: center !important;
  border-bottom: 1px solid rgba(196, 163, 106, .16) !important;
}

.bew-products-page .bew-product-badge,
.bew-single-product .bew-product-grid .bew-product-badge {
  top: 18px !important;
  left: 18px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(196, 163, 106, .45) !important;
  background: rgba(6, 7, 4, .7) !important;
  color: #f5efe4 !important;
  backdrop-filter: blur(12px) !important;
}

.bew-products-page .bew-product-grid article[data-product-card]>h3,
.bew-single-product .bew-product-grid article[data-product-card]>h3 {
  margin: clamp(24px, 2.5vw, 34px) 32px 12px !important;
  color: #f5efe4 !important;
  font-family: var(--bew-serif) !important;
  font-size: clamp(34px, 3vw, 52px) !important;
  line-height: .96 !important;
  letter-spacing: 0 !important;
  max-width: 10.5ch !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.bew-products-page .bew-product-grid article[data-product-card]>small,
.bew-single-product .bew-product-grid article[data-product-card]>small {
  order: 4 !important;
  margin: 0 32px 14px !important;
  color: #c4a36a !important;
  font: 900 12px/1.35 var(--bew-sans) !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
}

.bew-products-page .bew-product-grid article[data-product-card]>p,
.bew-single-product .bew-product-grid article[data-product-card]>p {
  margin: 0 32px 22px !important;
  color: rgba(245, 239, 228, .76) !important;
  font: 600 15px/1.72 var(--bew-sans) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  max-width: 36ch !important;
}

.bew-products-page .bew-product-grid article[data-product-card]>p:nth-of-type(1),
.bew-single-product .bew-product-grid article[data-product-card]>p:nth-of-type(1) {
  min-height: 0 !important;
}

.bew-products-page .bew-product-price,
.bew-products-page .bew-product-bulk,
.bew-single-product .bew-product-grid .bew-product-price,
.bew-single-product .bew-product-grid .bew-product-bulk {
  margin-left: 32px !important;
  margin-right: 32px !important;
  color: #d4c6ad !important;
}

.bew-products-page .bew-product-bulk,
.bew-single-product .bew-product-grid .bew-product-bulk {
  padding-top: 18px !important;
  border-top: 1px solid rgba(196, 163, 106, .16) !important;
  font: 600 14px/1.7 var(--bew-sans) !important;
}

.bew-products-page .bew-product-bulk strong,
.bew-single-product .bew-product-grid .bew-product-bulk strong {
  display: block !important;
  margin-bottom: 6px !important;
  color: #c4a36a !important;
  font: 900 11px/1 var(--bew-sans) !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}

.bew-products-page .bew-card-actions,
.bew-single-product .bew-product-grid .bew-card-actions {
  margin: auto 32px 32px !important;
  padding: 20px 0 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

.bew-products-page .bew-card-actions a,
.bew-single-product .bew-product-grid .bew-card-actions a {
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(196, 163, 106, .44) !important;
  background: transparent !important;
  color: #f5efe4 !important;
  font: 900 11px/1.1 var(--bew-sans) !important;
  letter-spacing: 1.25px !important;
  text-transform: uppercase !important;
  padding: 0 16px !important;
  text-align: center !important;
}

.bew-products-page .bew-card-actions a:hover,
.bew-products-page .bew-card-actions a:focus,
.bew-single-product .bew-product-grid .bew-card-actions a:hover,
.bew-single-product .bew-product-grid .bew-card-actions a:focus {
  background: #c4a36a !important;
  border-color: #c4a36a !important;
  color: #090a06 !important;
}

.bew-single-product .bew-product-detail-grid {
  width: min(100% - 56px, 1320px) !important;
  display: grid !important;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1fr) !important;
  gap: clamp(24px, 3vw, 44px) !important;
  align-items: stretch !important;
}

.bew-single-product .bew-product-gallery,
.bew-single-product .bew-product-detail-copy {
  border: 1px solid rgba(196, 163, 106, .24) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #17150f, #0d0d09) !important;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .25) !important;
}

.bew-single-product .bew-product-gallery img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(.95) contrast(1.06) !important;
}

.bew-single-product .bew-product-detail-copy {
  padding: clamp(34px, 4vw, 70px) !important;
  color: #f5efe4 !important;
}

.bew-single-product .bew-product-detail-copy .bew-product-badge {
  position: static !important;
  display: inline-flex !important;
  margin: 0 0 26px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 999px !important;
}

.bew-single-product .bew-product-detail-copy h2 {
  margin: 0 0 28px !important;
  max-width: 11ch !important;
  color: #f5efe4 !important;
  font: clamp(46px, 5.3vw, 86px)/.92 var(--bew-serif) !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}

.bew-single-product .bew-product-detail-copy .bew-entry-content,
.bew-single-product .bew-product-detail-copy .bew-entry-content p {
  color: rgba(245, 239, 228, .78) !important;
  font: 600 16px/1.9 var(--bew-sans) !important;
}

.bew-single-product .bew-product-detail-copy dl {
  margin: 34px 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.bew-single-product .bew-product-detail-copy dt {
  margin-top: 22px !important;
  color: #c4a36a !important;
  font: 900 11px/1.1 var(--bew-sans) !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
}

.bew-single-product .bew-product-detail-copy dd {
  margin: 8px 0 0 !important;
  color: rgba(245, 239, 228, .78) !important;
  font: 600 15px/1.75 var(--bew-sans) !important;
}

.bew-single-product .bew-product-detail-copy .bew-button {
  border-radius: 999px !important;
  background: rgba(196, 163, 106, .12) !important;
  border: 1px solid rgba(196, 163, 106, .5) !important;
  color: #f5efe4 !important;
}

.bew-single-product .bew-product-detail-copy .bew-button:hover,
.bew-single-product .bew-product-detail-copy .bew-button:focus {
  background: #c4a36a !important;
  color: #080905 !important;
}

@media(max-width:980px) {
  .bew-products-page .bew-product-controls {
    grid-template-columns: 1fr !important;
    width: min(100% - 32px, 1120px) !important
  }

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) {
    width: min(100% - 32px, 1180px) !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important
  }

  .bew-single-product .bew-product-detail-grid {
    width: min(100% - 32px, 1320px) !important;
    grid-template-columns: 1fr !important
  }

  .bew-single-product .bew-product-gallery img {
    min-height: 420px !important;
    max-height: 620px !important
  }
}

@media(max-width:560px) {
  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) {
    width: min(100% - 28px, 1180px) !important;
    gap: 22px !important
  }

  .bew-products-page .bew-product-grid article[data-product-card]>h3,
  .bew-single-product .bew-product-grid article[data-product-card]>h3 {
    font-size: clamp(31px, 10vw, 44px) !important;
    max-width: 100% !important;
    margin-left: 24px !important;
    margin-right: 24px !important
  }

  .bew-products-page .bew-product-grid article[data-product-card]>small,
  .bew-products-page .bew-product-grid article[data-product-card]>p,
  .bew-products-page .bew-product-price,
  .bew-products-page .bew-product-bulk,
  .bew-products-page .bew-card-actions,
  .bew-single-product .bew-product-grid article[data-product-card]>small,
  .bew-single-product .bew-product-grid article[data-product-card]>p,
  .bew-single-product .bew-product-grid .bew-product-price,
  .bew-single-product .bew-product-grid .bew-product-bulk,
  .bew-single-product .bew-product-grid .bew-card-actions {
    margin-left: 24px !important;
    margin-right: 24px !important
  }

  .bew-products-page .bew-card-actions,
  .bew-single-product .bew-product-grid .bew-card-actions {
    grid-template-columns: 1fr !important;
    margin-bottom: 26px !important
  }

  .bew-single-product .bew-product-detail-grid {
    width: min(100% - 28px, 1320px) !important
  }

  .bew-single-product .bew-product-gallery img {
    min-height: 320px !important
  }

  .bew-single-product .bew-product-detail-copy {
    padding: 28px 22px !important
  }

  .bew-single-product .bew-product-detail-copy h2 {
    font-size: clamp(38px, 13vw, 58px) !important;
    max-width: 100% !important
  }
}

/* Stable minimalist product cards: no hover movement, no layout shift. */
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card],
.bew-single-product .bew-product-grid article[data-product-card] {
  transform: none !important;
  transition: border-color .28s ease, box-shadow .28s ease, background .28s ease !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:hover,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:focus-within,
.bew-single-product .bew-product-grid article[data-product-card]:hover,
.bew-single-product .bew-product-grid article[data-product-card]:focus-within {
  transform: none !important;
  border-color: rgba(196, 163, 106, .62) !important;
  box-shadow: 0 0 0 1px rgba(196, 163, 106, .16), 0 28px 80px rgba(0, 0, 0, .22) !important;
  background: linear-gradient(180deg, #18160f 0%, #0e0e0a 100%) !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:hover .bew-product-image,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:focus-within .bew-product-image,
.bew-single-product .bew-product-grid article[data-product-card]:hover .bew-product-image,
.bew-single-product .bew-product-grid article[data-product-card]:focus-within .bew-product-image {
  transform: none !important;
  filter: saturate(.96) contrast(1.04) brightness(.96) !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-image,
.bew-single-product .bew-product-grid .bew-product-image {
  transition: filter .28s ease !important;
  border-radius: 12px !important;
  width: calc(100% - 56px) !important;
  margin: 28px auto 0 !important;
  aspect-ratio: 1.16/0.9 !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3,
.bew-single-product .bew-product-grid article[data-product-card]>h3 {
  align-self: center !important;
  text-align: center !important;
  max-width: 11ch !important;
  margin-top: 30px !important;
  font-size: clamp(34px, 2.7vw, 48px) !important;
  line-height: .98 !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>small,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-price,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk,
.bew-single-product .bew-product-grid article[data-product-card]>small,
.bew-single-product .bew-product-grid article[data-product-card]>p,
.bew-single-product .bew-product-grid .bew-product-price,
.bew-single-product .bew-product-grid .bew-product-bulk {
  text-align: center !important;
  align-self: center !important;
  max-width: 30ch !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk,
.bew-single-product .bew-product-grid .bew-product-bulk {
  width: calc(100% - 64px) !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions,
.bew-single-product .bew-product-grid .bew-card-actions {
  width: calc(100% - 64px) !important;
  align-self: center !important;
}

@media(max-width:560px) {

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-image,
  .bew-single-product .bew-product-grid .bew-product-image {
    width: calc(100% - 40px) !important;
    margin-top: 20px !important;
  }

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk,
  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions,
  .bew-single-product .bew-product-grid .bew-product-bulk,
  .bew-single-product .bew-product-grid .bew-card-actions {
    width: calc(100% - 48px) !important;
  }
}

/* Product card meta spacing: balance Private Orders and Bulk Pricing blocks. */
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-price,
.bew-single-product .bew-product-grid .bew-product-price {
  display: block !important;
  width: calc(100% - 72px) !important;
  margin: clamp(20px, 2.2vw, 30px) auto 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid rgba(196, 163, 106, .22) !important;
  text-align: center !important;
  color: #f5efe4 !important;
  font: 900 11px/1.25 var(--bew-sans) !important;
  letter-spacing: 1.65px !important;
  text-transform: uppercase !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk,
.bew-single-product .bew-product-grid .bew-product-bulk {
  width: calc(100% - 72px) !important;
  margin: 0 auto 0 !important;
  padding: 14px 0 0 !important;
  border-top: 0 !important;
  text-align: center !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk strong,
.bew-single-product .bew-product-grid .bew-product-bulk strong {
  margin-bottom: 10px !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions,
.bew-single-product .bew-product-grid .bew-card-actions {
  margin-top: clamp(24px, 2.5vw, 34px) !important;
}

@media(max-width:560px) {

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-price,
  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk,
  .bew-single-product .bew-product-grid .bew-product-price,
  .bew-single-product .bew-product-grid .bew-product-bulk {
    width: calc(100% - 48px) !important;
  }
}

/* Product card typography balance: calmer titles and readable body copy. */
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3,
.bew-single-product .bew-product-grid article[data-product-card]>h3 {
  font-size: clamp(30px, 2.25vw, 40px) !important;
  line-height: 1.04 !important;
  max-width: 12.5ch !important;
  margin-top: 28px !important;
  margin-bottom: 16px !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p,
.bew-single-product .bew-product-grid article[data-product-card]>p {
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 600 !important;
  max-width: 31ch !important;
  color: rgba(245, 239, 228, .72) !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-badge,
.bew-single-product .bew-product-grid .bew-product-badge {
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: 1.35px !important;
  padding: 8px 11px !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-price,
.bew-single-product .bew-product-grid .bew-product-price,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk strong,
.bew-single-product .bew-product-grid .bew-product-bulk strong {
  font-size: 10px !important;
  letter-spacing: 1.45px !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk,
.bew-single-product .bew-product-grid .bew-product-bulk {
  font-size: 13px !important;
  line-height: 1.65 !important;
}

@media(max-width:560px) {

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3,
  .bew-single-product .bew-product-grid article[data-product-card]>h3 {
    font-size: clamp(28px, 9vw, 38px) !important;
    max-width: 12ch !important;
  }
}

/* Client cleanup pass: lighter home, fitted cards, and subtle olive accents. */
:root {
  --bew-olive: #3f4727;
  --bew-olive-soft: rgba(63, 71, 39, .26);
}

.bew-lux-awards,
.bew-featured-in,
.bew-local-brands,
.bew-about-process,
.bew-about-why {
  background: linear-gradient(180deg, #070805, #0b0d08) !important;
}

.bew-lux-award-timeline article:nth-child(even),
.bew-featured-in-grid a:nth-child(even),
.bew-lux-icon-grid article:nth-child(even) {
  background: linear-gradient(180deg, rgba(63, 71, 39, .22), rgba(13, 14, 10, .98)) !important;
  border-color: rgba(141, 151, 91, .28) !important;
}

.bew-local-brand-tags span,
.bew-lux-button-ghost:hover,
.bew-lux-button-ghost:focus {
  border-color: rgba(141, 151, 91, .42) !important;
  background: rgba(63, 71, 39, .2) !important;
}

.bew-lux-product-card,
.bew-products-page .bew-product-grid article[data-product-card],
.bew-single-product .bew-product-grid article[data-product-card],
.bew-lux-process-steps article,
.bew-lux-icon-grid article {
  min-width: 0 !important;
}

.bew-lux-product-card h3,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3,
.bew-single-product .bew-product-grid article[data-product-card]>h3 {
  width: 100% !important;
  max-width: 100% !important;
  color: #f5efe4 !important;
  font-size: clamp(28px, 2.05vw, 38px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
  text-wrap: balance !important;
}

.bew-lux-product-card h3 {
  margin-bottom: 16px !important;
}

.bew-lux-product-card p,
.bew-products-page .bew-product-grid article[data-product-card]>p,
.bew-single-product .bew-product-grid article[data-product-card]>p {
  font-size: 14px !important;
  line-height: 1.68 !important;
  max-width: 33ch !important;
  color: rgba(245, 239, 228, .74) !important;
}

.bew-lux-process-steps article h3,
.bew-lux-icon-grid article h3 {
  width: 100% !important;
  max-width: 100% !important;
  font-size: clamp(27px, 2vw, 36px) !important;
  line-height: 1.04 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  text-wrap: balance !important;
  text-align: center !important;
}

.bew-lux-process-steps article h3 {
  font-size: clamp(26px, 1.75vw, 32px) !important;
  letter-spacing: 0 !important;
}

.bew-lux-process-steps article p,
.bew-lux-icon-grid article p {
  max-width: 26ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.bew-lux-process-steps article,
.bew-lux-icon-grid article {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  padding: clamp(28px, 3.5vw, 48px) clamp(20px, 2.3vw, 32px) !important;
}

.bew-featured-in {
  padding-top: clamp(52px, 6vw, 86px) !important;
  padding-bottom: clamp(64px, 7vw, 104px) !important
}

.bew-featured-in .bew-lux-section-head p {
  max-width: 58ch !important
}

@media(max-width:900px) {

  .bew-lux-product-card h3,
  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3,
  .bew-single-product .bew-product-grid article[data-product-card]>h3 {
    font-size: clamp(28px, 6vw, 38px) !important
  }

  .bew-lux-process-steps article h3,
  .bew-lux-icon-grid article h3 {
    font-size: clamp(26px, 6vw, 34px) !important
  }
}

@media(max-width:560px) {

  .bew-lux-product-card h3,
  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3,
  .bew-single-product .bew-product-grid article[data-product-card]>h3 {
    font-size: clamp(27px, 8.5vw, 36px) !important;
    line-height: 1.06 !important
  }
}

/* Premium olive + typography pass: quieter hierarchy, stronger legibility. */
:root {
  --bew-olive: #4f5a32;
  --bew-olive-deep: #222819;
  --bew-olive-veil: rgba(79, 90, 50, .24);
  --bew-type-hero-premium: clamp(52px, 6.1vw, 104px);
  --bew-type-section-premium: clamp(38px, 4.35vw, 72px);
  --bew-type-card-premium: clamp(25px, 1.85vw, 34px);
}

.bew-lux-awards,
.bew-featured-in,
.bew-local-brands,
.bew-about-process,
.bew-about-why {
  background:
    radial-gradient(circle at 18% 18%, rgba(79, 90, 50, .22), transparent 34%),
    linear-gradient(180deg, #080906 0%, #0c0e09 48%, #070805 100%) !important;
}

.bew-local-brands:before,
.bew-featured-in:before,
.bew-lux-awards:before,
.bew-about-process:before,
.bew-about-why:before {
  background: linear-gradient(90deg, transparent, rgba(79, 90, 50, .34), transparent) !important;
}

.bew-lux-award-timeline article:nth-child(even),
.bew-featured-in-grid a:nth-child(even),
.bew-lux-icon-grid article:nth-child(even),
.bew-lux-process-steps article:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(79, 90, 50, .26), rgba(18, 18, 13, .96) 58%),
    #11120d !important;
  border-color: rgba(151, 161, 100, .34) !important;
}

.bew-page-hero h1,
.bew-lux-hero h1,
.bew-hero-copy h1 {
  font-size: var(--bew-type-hero-premium) !important;
  line-height: .9 !important;
  max-width: 980px !important;
  letter-spacing: 0 !important;
}

.bew-lux-editorial-copy h2,
.bew-lux-section-head h2,
.bew-lux-delivery h2,
.bew-lux-cta h2,
.bew-lux-newsletter h2,
.bew-local-brands-copy h2,
.bew-delivery-copy h2,
.bew-section-title h2,
.bew-story-copy h2 {
  font-size: var(--bew-type-section-premium) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
  max-width: 820px !important;
}

.bew-lux-kicker,
.bew-section-kicker,
.bew-local-brands-kicker {
  margin-bottom: clamp(14px, 1.7vw, 24px) !important;
}

.bew-lux-product-card h3,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3,
.bew-single-product .bew-product-grid article[data-product-card]>h3,
.bew-lux-process-steps article h3,
.bew-lux-icon-grid article h3 {
  font-size: var(--bew-type-card-premium) !important;
  line-height: 1.08 !important;
  max-width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

.bew-lux-process-steps article h3 {
  max-width: 12ch !important;
}

.bew-products-page .bew-product-grid article[data-product-card]>p,
.bew-single-product .bew-product-grid article[data-product-card]>p,
.bew-lux-product-card p,
.bew-lux-process-steps article p,
.bew-lux-icon-grid article p {
  font-size: clamp(13px, .95vw, 15px) !important;
  line-height: 1.72 !important;
}

@media(max-width:780px) {
  :root {
    --bew-type-hero-premium: clamp(42px, 12vw, 64px);
    --bew-type-section-premium: clamp(34px, 9vw, 52px);
    --bew-type-card-premium: clamp(24px, 7vw, 32px);
  }

  .bew-page-hero h1,
  .bew-lux-hero h1,
  .bew-hero-copy h1 {
    line-height: .94 !important;
  }
}

/* Final card polish: process words fit, product cards follow the premium reference style. */
.bew-lux-process-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

.bew-lux-process-steps article {
  min-width: 0 !important;
  min-height: 360px !important;
  padding: clamp(30px, 3vw, 44px) clamp(22px, 2vw, 32px) !important;
  border-radius: 12px !important;
}

.bew-lux-process-steps article h3 {
  max-width: 100% !important;
  width: 100% !important;
  font-size: clamp(23px, 1.45vw, 30px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.bew-lux-process-steps article p {
  max-width: 24ch !important;
  font-size: 14px !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) {
  grid-template-columns: repeat(3, minmax(300px, 1fr)) !important;
  gap: 28px !important;
  width: min(100% - 64px, 1420px) !important;
  align-items: stretch !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card] {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 720px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid rgba(202, 163, 87, .64) !important;
  background:
    linear-gradient(180deg, rgba(10, 10, 8, .2) 0%, rgba(7, 7, 5, .98) 48%),
    #090a07 !important;
  box-shadow: 0 24px 90px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .04) !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:hover,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:focus-within {
  transform: none !important;
  border-color: rgba(231, 186, 93, .92) !important;
  box-shadow: 0 0 0 1px rgba(231, 186, 93, .16), 0 30px 100px rgba(0, 0, 0, .42) !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-image {
  order: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.18/.88 !important;
  border-radius: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  filter: saturate(1.04) contrast(1.08) brightness(.82) !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-badge {
  order: 1 !important;
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  margin: 34px 36px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #f0c66a !important;
  font: 500 16px/1.2 var(--bew-sans) !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-badge::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f1cf7b, #c89437);
  box-shadow: 0 0 18px rgba(240, 198, 106, .34);
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-badge {
  font-size: 0 !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-badge::after {
  content: "Made to order";
  font-size: 16px !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3 {
  order: 2 !important;
  align-self: stretch !important;
  max-width: 12ch !important;
  margin: 28px 36px 0 !important;
  color: #f7f0e6 !important;
  font-size: clamp(38px, 3.15vw, 58px) !important;
  line-height: 1.02 !important;
  text-align: left !important;
  text-transform: none !important;
  text-wrap: balance !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p {
  order: 3 !important;
  align-self: stretch !important;
  max-width: 34ch !important;
  margin: 22px 36px 0 !important;
  color: rgba(247, 240, 230, .86) !important;
  font: 400 clamp(16px, 1.08vw, 19px)/1.65 var(--bew-sans) !important;
  text-align: left !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-price,
.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk {
  display: none !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions {
  order: 4 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 22px !important;
  width: auto !important;
  margin: auto 36px 34px !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a {
  min-height: 58px !important;
  border-radius: 6px !important;
  text-align: center !important;
  text-decoration: none !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:first-child {
  order: 2 !important;
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f0c66a !important;
  font: 500 18px/1.4 var(--bew-sans) !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  text-decoration: none !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:first-child::after {
  content: "  \2192";
  margin-left: 12px;
  text-decoration: none !important;
}

.bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:last-child {
  order: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 22px !important;
  border: 1px solid rgba(255, 222, 143, .42) !important;
  background: linear-gradient(180deg, #edc36c, #c89138) !important;
  color: #0b0804 !important;
  font: 600 clamp(16px, 1.05vw, 19px)/1 var(--bew-sans) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .36), 0 14px 36px rgba(196, 137, 50, .2) !important;
}

@media(max-width:1180px) {
  .bew-lux-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) {
    grid-template-columns: repeat(2, minmax(280px, 1fr)) !important
  }
}

@media(max-width:720px) {
  .bew-lux-process-steps {
    grid-template-columns: 1fr !important
  }

  .bew-lux-process-steps article h3 {
    font-size: clamp(26px, 8vw, 34px) !important
  }

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) {
    grid-template-columns: 1fr !important;
    width: min(100% - 28px, 520px) !important;
  }

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card] {
    min-height: 660px !important
  }

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3 {
    font-size: clamp(34px, 11vw, 48px) !important;
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-product-badge,
  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p,
  .bew-products-page .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
}

/* ======================================================
   PREMIUM OLIVE PRODUCT CARDS
   Visible content:
   1. Product image
   2. Made to order
   3. Product title
   4. Short description
   5. Request private order
   6. View details
====================================================== */

/* Product grid */
.bew-product-grid:not([data-bew-product-rail]) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px !important;

  width: min(calc(100% - 64px), 1380px) !important;
  margin-inline: auto !important;
}

/* Main card */
.bew-product-grid:not([data-bew-product-rail]) article[data-product-card] {
  position: relative !important;

  display: flex !important;
  flex-direction: column !important;

  min-width: 0 !important;
  min-height: 650px !important;
  padding: 0 28px 26px !important;

  overflow: hidden !important;
  box-sizing: border-box !important;

  color: #f7f1e6 !important;

  border: 1px solid rgba(177, 158, 75, 0.7) !important;
  border-radius: 20px !important;

  background:
    radial-gradient(circle at 50% 5%,
      rgba(112, 119, 65, 0.2),
      transparent 36%),
    linear-gradient(180deg,
      #15190f 0%,
      #0b0e08 55%,
      #060805 100%) !important;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.45),
    0 0 26px rgba(113, 121, 66, 0.08) !important;

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease !important;
}

/* Premium hover */
.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:hover,
.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:focus-within {
  transform: translateY(-5px) !important;

  border-color: rgba(225, 190, 102, 0.95) !important;

  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.52),
    0 0 34px rgba(116, 126, 68, 0.16) !important;
}

/* ======================================================
   HIDE UNWANTED ELEMENTS
====================================================== */

.bew-product-grid:not([data-bew-product-rail]) .bew-product-badge,

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>small,

.bew-product-grid:not([data-bew-product-rail]) .bew-product-chips,

.bew-product-grid:not([data-bew-product-rail]) .bew-product-price,

.bew-product-grid:not([data-bew-product-rail]) .bew-product-bulk {
  display: none !important;
}

/* ======================================================
   PRODUCT IMAGE
====================================================== */

.bew-product-grid:not([data-bew-product-rail]) .bew-product-image {
  order: 1 !important;

  width: calc(100% + 56px) !important;
  height: 305px !important;
  min-height: 305px !important;

  margin: 0 -28px !important;

  border-radius: 20px 20px 0 0 !important;

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;

  filter:
    saturate(1.08) contrast(1.08) brightness(0.82) !important;

  transition:
    filter 0.35s ease,
    transform 0.5s ease !important;
}

/* Image hover */
.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]:hover .bew-product-image {
  filter:
    saturate(1.12) contrast(1.1) brightness(0.88) !important;
}

/* ======================================================
   MADE TO ORDER
====================================================== */

.bew-product-grid:not([data-bew-product-rail]) .bew-product-made {
  order: 2 !important;

  display: flex !important;
  align-items: center !important;
  gap: 10px !important;

  margin: 22px 0 0 !important;

  color: #d8b762 !important;

  font-family: var(--bew-sans) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;

  letter-spacing: 0.1px !important;
  text-transform: none !important;
}

/* Availability dot */
.bew-product-grid:not([data-bew-product-rail]) .bew-product-made::before {
  content: "" !important;

  display: block !important;
  flex: 0 0 10px !important;

  width: 10px !important;
  height: 10px !important;

  border-radius: 50% !important;

  background: linear-gradient(180deg,
      #b7bd73,
      #747c45) !important;

  box-shadow:
    0 0 0 4px rgba(122, 130, 75, 0.08),
    0 0 14px rgba(159, 168, 91, 0.28) !important;
}

/* ======================================================
   PRODUCT TITLE
====================================================== */

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3 {
  order: 3 !important;

  width: 100% !important;
  max-width: fit-content !important;

  margin: 18px 0 0 !important;

  color: #f7f1e6 !important;

  font-family: var(--bew-serif) !important;
  font-size: clamp(32px, 2.3vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;

  letter-spacing: -0.6px !important;
  text-align: left !important;
  text-transform: none !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

/* ======================================================
   MINOR DESCRIPTION
====================================================== */

.bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p:not(.bew-product-bulk) {
  order: 4 !important;

  display: -webkit-box !important;
  align-self: stretch !important;

  max-width: 36ch !important;
  min-height: 48px !important;

  margin: 14px 0 0 !important;

  overflow: hidden !important;

  color: rgba(247, 241, 230, 0.78) !important;

  font-family: var(--bew-sans) !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;

  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;

  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}

/* ======================================================
   ACTION AREA
====================================================== */

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions {
  order: 4 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  width: 100% !important;
  gap: 18px !important;

  margin: auto 0 0 !important;
  box-sizing: border-box !important;
}

/* Both action links */
.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a {
  box-sizing: border-box !important;
  text-align: center !important;
  text-decoration: none !important;
}

/* ======================================================
   VIEW DETAILS
   Assumes first link is Learn/View Details
====================================================== */

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:first-child {
  order: 2 !important;

  align-self: center !important;
  width: auto !important;

  padding: 0 !important;
  border: 0 !important;

  background: transparent !important;
  color: #d8b762 !important;

  font-family: var(--bew-sans) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;

  letter-spacing: 0 !important;
  text-transform: none !important;

  text-decoration: none !important;
  transition: color 0.25s ease !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:first-child::after {
  content: "\2192" !important;
  display: inline-block !important;

  margin-left: 12px !important;

  text-decoration: none !important;
  transition: transform 0.25s ease !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:first-child:hover {
  color: #f0cf78 !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:first-child:hover::after {
  transform: translateX(4px) !important;
}

/* ======================================================
   REQUEST PRIVATE ORDER BUTTON
   Assumes last link is Private Order
====================================================== */

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:last-child {
  order: 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 56px !important;
  padding: 14px 20px !important;

  border: 1px solid rgba(255, 224, 151, 0.42) !important;
  border-radius: 8px !important;

  background: linear-gradient(180deg,
      #e8c36c 0%,
      #c8943e 100%) !important;

  color: #090805 !important;

  font-family: var(--bew-sans) !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;

  letter-spacing: 0 !important;
  text-transform: none !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 12px 28px rgba(184, 130, 49, 0.18) !important;

  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease !important;
}

.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:last-child:hover {
  transform: translateY(-2px) !important;

  background: linear-gradient(180deg,
      #f1ce79 0%,
      #d4a24b 100%) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 16px 34px rgba(184, 130, 49, 0.26) !important;
}

/* Keyboard accessibility */
.bew-product-grid:not([data-bew-product-rail]) .bew-card-actions a:focus-visible {
  outline: 2px solid #d8b762 !important;
  outline-offset: 4px !important;
}

/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1180px) {
  .bew-product-grid:not([data-bew-product-rail]) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px !important;

    width: min(calc(100% - 48px), 900px) !important;
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card] {
    min-height: 640px !important;
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3 {
    font-size: clamp(32px, 4vw, 44px) !important;
  }
}

/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 720px) {
  .bew-product-grid:not([data-bew-product-rail]) {
    grid-template-columns: 1fr !important;
    gap: 22px !important;

    width: min(calc(100% - 28px), 480px) !important;
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card] {
    min-height: 610px !important;
    padding: 0 22px 24px !important;

    border-radius: 18px !important;
  }

  .bew-product-grid:not([data-bew-product-rail]) .bew-product-image {
    width: calc(100% + 44px) !important;
    height: 275px !important;
    min-height: 275px !important;

    margin: 0 -22px !important;

    border-radius: 18px 18px 0 0 !important;
  }

  .bew-product-grid:not([data-bew-product-rail]) .bew-product-made {
    margin-top: 20px !important;
    font-size: 14px !important;
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3 {
    margin-top: 16px !important;

    font-size: clamp(31px, 9vw, 42px) !important;
    line-height: 1.05 !important;
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>p:not(.bew-product-bulk) {
    margin-top: 13px !important;
    font-size: 15px !important;
  }

  .bew-product-grid:not([data-bew-product-rail]) .bew-card-actions {
    padding-top: 28px !important;
  }
}

/* Small mobile */
/* Final responsive logo scale: consistent optical size at every breakpoint. */
.bew-site-header .bew-brand-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  line-height: 0 !important;
}

.bew-site-header .bew-brand-logo img,
.bew-site-header .bew-custom-logo {
  display: block !important;
  width: 190px !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (max-width: 1180px) {
  .bew-site-header .bew-brand-logo img,
  .bew-site-header .bew-custom-logo {
    width: 170px !important;
  }
}

@media (max-width: 980px) {
  .bew-site-header .bew-brand {
    max-width: calc(100% - 76px) !important;
  }

  .bew-site-header .bew-brand-logo img,
  .bew-site-header .bew-custom-logo {
    width: clamp(138px, 38vw, 158px) !important;
  }
}

@media (max-width: 480px) {
  .bew-site-header .bew-brand-logo img,
  .bew-site-header .bew-custom-logo {
    width: clamp(132px, 37vw, 148px) !important;
  }
}

/* Keep header and logo dimensions identical before and after scrolling. */
.bew-site-header,
.bew-site-header.is-scrolled {
  min-height: 108px !important;
  height: 108px !important;
  overflow: visible !important;
}

.bew-site-header .bew-header-shell,
.bew-site-header.is-scrolled .bew-header-shell {
  min-height: 108px !important;
  height: 108px !important;
  align-items: center !important;
  overflow: visible !important;
}

@media (max-width: 980px) {
  .bew-site-header,
  .bew-site-header.is-scrolled {
    min-height: 86px !important;
    height: 86px !important;
  }

  .bew-site-header .bew-header-shell,
  .bew-site-header.is-scrolled .bew-header-shell,
  .bew-site-header.is-menu-open .bew-header-shell,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-shell {
    min-height: 86px !important;
    height: 86px !important;
    align-items: center !important;
  }

  .bew-site-header.is-menu-open,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) {
    height: 86px !important;
  }
}

@media (max-width: 390px) {
  .bew-product-grid:not([data-bew-product-rail]) .bew-product-image {
    height: 245px !important;
    min-height: 245px !important;
  }

  .bew-product-grid:not([data-bew-product-rail]) article[data-product-card]>h3 {
    font-size: 30px !important;
  }
}

/* Desktop/mobile color parity: make the established olive system equally visible. */
:root {
  --bew-olive: #59643a;
  --bew-olive-deep: #252c1b;
  --bew-olive-surface: rgba(89, 100, 58, .32);
  --bew-olive-border: rgba(151, 161, 100, .46);
}

.bew-site-header {
  background:
    linear-gradient(90deg, rgba(8, 9, 6, .99), rgba(37, 44, 27, .94) 52%, rgba(8, 9, 6, .99)) !important;
}

.bew-lux-awards,
.bew-featured-in,
.bew-local-brands,
.bew-about-process,
.bew-about-why {
  background:
    radial-gradient(circle at 16% 20%, rgba(89, 100, 58, .34), transparent 38%),
    radial-gradient(circle at 86% 78%, rgba(62, 72, 39, .2), transparent 34%),
    linear-gradient(180deg, #090b07 0%, #11150c 50%, #080906 100%) !important;
}

.bew-featured-in-grid a:nth-child(even),
.bew-lux-award-timeline article:nth-child(even),
.bew-lux-process-steps article:nth-child(even),
.bew-lux-icon-grid article:nth-child(even) {
  background: linear-gradient(145deg, rgba(89, 100, 58, .4), rgba(16, 18, 12, .98) 64%) !important;
  border-color: var(--bew-olive-border) !important;
}

.bew-local-brand-tags span,
.bew-featured-in-grid a:hover,
.bew-featured-in-grid a:focus-visible,
.bew-lux-process-steps article:hover,
.bew-lux-icon-grid article:hover {
  border-color: var(--bew-olive-border) !important;
  background-color: rgba(89, 100, 58, .2) !important;
}

@media (min-width: 981px) {
  .bew-lux-awards,
  .bew-featured-in,
  .bew-local-brands,
  .bew-about-process,
  .bew-about-why {
    box-shadow: inset 0 1px rgba(151, 161, 100, .14), inset 0 -1px rgba(151, 161, 100, .14) !important;
  }

  .bew-lux-award-timeline,
  .bew-featured-in-grid,
  .bew-lux-process-steps,
  .bew-lux-icon-grid {
    position: relative !important;
    isolation: isolate !important;
  }

  .bew-lux-award-timeline:before,
  .bew-featured-in-grid:before,
  .bew-lux-process-steps:before,
  .bew-lux-icon-grid:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -24px;
    border-radius: 20px;
    background: rgba(62, 72, 39, .12);
    pointer-events: none;
  }
}

/* Minimal home palette: olive is an accent, not the page background. */
body.home .bew-site-header,
body.page-home .bew-site-header,
body.elementor-page-38 .bew-site-header {
  background: rgba(8, 9, 7, .98) !important;
}

body.home .bew-lux-awards,
body.home .bew-featured-in,
body.page-home .bew-lux-awards,
body.page-home .bew-featured-in,
body.elementor-page-38 .bew-lux-awards,
body.elementor-page-38 .bew-featured-in {
  background: #090a08 !important;
  border-top-color: rgba(196, 163, 106, .13) !important;
  border-bottom-color: rgba(196, 163, 106, .13) !important;
  box-shadow: none !important;
}

body.home .bew-local-brands,
body.page-home .bew-local-brands,
body.elementor-page-38 .bew-local-brands {
  background:
    radial-gradient(circle at 76% 42%, rgba(89, 100, 58, .16), transparent 34%),
    linear-gradient(180deg, #0b0d09, #0e120b 52%, #090a08) !important;
  border-top-color: rgba(151, 161, 100, .14) !important;
  border-bottom-color: rgba(151, 161, 100, .14) !important;
  box-shadow: none !important;
}

body.home .bew-lux-award-timeline:before,
body.home .bew-featured-in-grid:before,
body.page-home .bew-lux-award-timeline:before,
body.page-home .bew-featured-in-grid:before,
body.elementor-page-38 .bew-lux-award-timeline:before,
body.elementor-page-38 .bew-featured-in-grid:before {
  background: transparent !important;
}

body.home .bew-lux-award-timeline article:nth-child(even),
body.home .bew-featured-in-grid a:nth-child(even),
body.page-home .bew-lux-award-timeline article:nth-child(even),
body.page-home .bew-featured-in-grid a:nth-child(even),
body.elementor-page-38 .bew-lux-award-timeline article:nth-child(even),
body.elementor-page-38 .bew-featured-in-grid a:nth-child(even) {
  background: linear-gradient(180deg, rgba(25, 27, 20, .86), rgba(12, 13, 10, .98)) !important;
  border-color: rgba(151, 161, 100, .22) !important;
}

/* Keep the final homepage palette authoritative after compatibility rules. */
body.home .bew-lux-awards,
body.page-home .bew-lux-awards,
body.elementor-page-38 .bew-lux-awards {
  background: #0b0c09 !important;
  border-color: rgba(189, 143, 54, .28) !important;
  box-shadow: none !important;
}

body.home .bew-featured-in,
body.page-home .bew-featured-in,
body.elementor-page-38 .bew-featured-in {
  background:
    radial-gradient(circle at 50% 50%, rgba(79, 90, 50, .12), transparent 46%),
    #0b0d09 !important;
  border-color: rgba(189, 143, 54, .28) !important;
  box-shadow: none !important;
}

body.home .bew-local-brands,
body.page-home .bew-local-brands,
body.elementor-page-38 .bew-local-brands {
  background:
    radial-gradient(circle at 76% 42%, rgba(79, 90, 50, .22), transparent 32%),
    linear-gradient(115deg, #171d0f 0%, #202816 42%, #0c0f09 100%) !important;
  border-color: rgba(189, 143, 54, .3) !important;
  box-shadow: none !important;
}

body.home .bew-lux-award-timeline article:nth-child(even),
body.page-home .bew-lux-award-timeline article:nth-child(even),
body.elementor-page-38 .bew-lux-award-timeline article:nth-child(even),
body.home .bew-featured-in-grid a:nth-child(even),
body.page-home .bew-featured-in-grid a:nth-child(even),
body.elementor-page-38 .bew-featured-in-grid a:nth-child(even) {
  background: linear-gradient(145deg, rgba(22, 25, 15, .98), rgba(10, 11, 8, .98)) !important;
  border-color: rgba(189, 143, 54, .32) !important;
}

.bew-local-partner-logos {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(184, 144, 74, .28);
}

.bew-local-partner-logos img {
  display: block;
  width: auto;
  max-width: 30%;
  height: clamp(38px, 5vw, 62px);
  object-fit: contain;
}

@media (max-width: 640px) {
  .bew-local-partner-logos {
    flex-wrap: wrap;
  }

  .bew-local-partner-logos img {
    max-width: 44%;
  }
}

/* Editable home photo carousel. */
.bew-photo-carousel {
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px) 0;
  background: #0b0d09;
  border-top: 1px solid rgba(189, 143, 54, .25);
}

.bew-photo-carousel-track {
  display: flex;
  width: max-content;
  gap: clamp(12px, 1.6vw, 24px);
  animation: bew-photo-carousel-scroll 36s linear infinite;
  will-change: transform;
}

.bew-photo-carousel:hover .bew-photo-carousel-track {
  animation-play-state: paused;
}

.bew-photo-carousel figure {
  width: clamp(260px, 32vw, 520px);
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.bew-photo-carousel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@keyframes bew-photo-carousel-scroll {
  to {
    transform: translateX(calc(-50% - 12px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .bew-photo-carousel {
    overflow-x: auto;
  }

  .bew-photo-carousel-track {
    animation: none;
  }
}

/* About portrait supplied by the client. Scoped to About so other story imagery is unchanged. */
body.page-id-22 .bew-story-photo,
body.page-id-22 .bew-lux-editorial-image,
body.page-about .bew-story-photo,
body.page-about .bew-lux-editorial-image {
  background-image: url('https://lh3.googleusercontent.com/d/1cM_3HuhdVhzwtoFB-XmOAe_Ik1LJhkvp=w1600') !important;
  background-position: center 24% !important;
  background-size: cover !important;
}

/* Place the inquiry action after the final hamburger-menu item on mobile. */
@media (max-width: 980px) {
  .bew-site-header .bew-header-cta--desktop {
    display: none !important;
  }

  .bew-header-nav .bew-header-cta--mobile,
  body > .bew-header-nav.bew-mobile-nav-portal .bew-header-cta--mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 10px 0 0 !important;
    padding: 14px 18px !important;
    color: #f4eee3 !important;
    border: 1px solid rgba(202, 163, 87, .65) !important;
    border-radius: 999px !important;
    background: rgba(156, 124, 66, .1) !important;
    text-align: center !important;
  }
}

@media (min-width: 981px) {
  .bew-header-cta--mobile {
    display: none !important;
  }
}

/* Home presentation layer - styling only. */
body.home,
body.page-home,
body.elementor-page-38 {
  --bew-home-gutter: clamp(20px, 4vw, 56px);
  --bew-home-width: 1180px;
  --bew-home-space: clamp(68px, 8vw, 108px);
}

body.home .bew-lux-shell,
body.page-home .bew-lux-shell,
body.elementor-page-38 .bew-lux-shell,
body.home .bew-local-brands-shell,
body.page-home .bew-local-brands-shell,
body.elementor-page-38 .bew-local-brands-shell {
  width: min(calc(100% - (var(--bew-home-gutter) * 2)), var(--bew-home-width)) !important;
  max-width: var(--bew-home-width) !important;
  margin-inline: auto !important;
}

body.home .bew-lux-hero,
body.page-home .bew-lux-hero,
body.elementor-page-38 .bew-lux-hero {
  min-height: min(820px, calc(100svh - 84px)) !important;
  padding-inline: var(--bew-home-gutter) !important;
}

body.home .bew-lux-hero-copy,
body.page-home .bew-lux-hero-copy,
body.elementor-page-38 .bew-lux-hero-copy {
  width: min(100%, var(--bew-home-width)) !important;
  margin-inline: auto !important;
}

body.home .bew-lux-story,
body.page-home .bew-lux-story,
body.elementor-page-38 .bew-lux-story {
  grid-template-columns: minmax(0, 1fr) minmax(0, .96fr) !important;
  gap: clamp(48px, 7vw, 96px) !important;
  min-height: 0 !important;
  padding: var(--bew-home-space) max(var(--bew-home-gutter), calc((100vw - var(--bew-home-width)) / 2)) !important;
  align-items: center !important;
}

body.home .bew-lux-editorial-image,
body.page-home .bew-lux-editorial-image,
body.elementor-page-38 .bew-lux-editorial-image {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1.05 !important;
  border: 1px solid rgba(189, 143, 54, .34) !important;
  border-radius: 4px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32) !important;
}

body.home .bew-lux-editorial-image:not([style]),
body.page-home .bew-lux-editorial-image:not([style]),
body.elementor-page-38 .bew-lux-editorial-image:not([style]) {
  background-image: url('../images/andres-country-detail.jpg') !important;
  background-position: center !important;
  background-size: cover !important;
}

body.home .bew-lux-editorial-copy,
body.page-home .bew-lux-editorial-copy,
body.elementor-page-38 .bew-lux-editorial-copy,
body.home .bew-local-brands-copy,
body.page-home .bew-local-brands-copy,
body.elementor-page-38 .bew-local-brands-copy {
  max-width: 540px !important;
}

body.home .bew-local-brands,
body.page-home .bew-local-brands,
body.elementor-page-38 .bew-local-brands {
  padding: var(--bew-home-space) 0 !important;
  background:
    linear-gradient(90deg, rgba(69, 79, 42, .18), transparent 40%),
    #0c0f0a !important;
}

body.home .bew-local-brands-shell,
body.page-home .bew-local-brands-shell,
body.elementor-page-38 .bew-local-brands-shell {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(48px, 7vw, 96px) !important;
  align-items: center !important;
}

body.home .bew-local-brands-image,
body.page-home .bew-local-brands-image,
body.elementor-page-38 .bew-local-brands-image {
  min-height: 0 !important;
  aspect-ratio: 1.1 / 1 !important;
  border-radius: 4px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3) !important;
}

body.home .bew-lux-awards,
body.home .bew-featured-in,
body.page-home .bew-lux-awards,
body.page-home .bew-featured-in,
body.elementor-page-38 .bew-lux-awards,
body.elementor-page-38 .bew-featured-in {
  padding-block: var(--bew-home-space) !important;
}

body.home .bew-lux-award-timeline,
body.page-home .bew-lux-award-timeline,
body.elementor-page-38 .bew-lux-award-timeline {
  gap: 16px !important;
  margin-top: 42px !important;
}

body.home .bew-lux-award-timeline article,
body.page-home .bew-lux-award-timeline article,
body.elementor-page-38 .bew-lux-award-timeline article,
body.home .bew-featured-in-grid a,
body.page-home .bew-featured-in-grid a,
body.elementor-page-38 .bew-featured-in-grid a {
  border-radius: 6px !important;
  background: rgba(12, 14, 10, .72) !important;
  box-shadow: none !important;
}

body.home .bew-featured-in-grid,
body.page-home .bew-featured-in-grid,
body.elementor-page-38 .bew-featured-in-grid {
  gap: 14px !important;
  margin-top: 40px !important;
}

body.home .bew-footer-newsletter,
body.page-home .bew-footer-newsletter,
body.elementor-page-38 .bew-footer-newsletter {
  padding-block: clamp(58px, 7vw, 88px) !important;
}

@media (max-width: 980px) {
  body.home,
  body.page-home,
  body.elementor-page-38 {
    --bew-home-gutter: clamp(18px, 5vw, 32px);
    --bew-home-space: clamp(58px, 14vw, 78px);
  }

  body.home .bew-lux-hero,
  body.page-home .bew-lux-hero,
  body.elementor-page-38 .bew-lux-hero {
    min-height: calc(100svh - 78px) !important;
    padding-top: 72px !important;
    padding-bottom: 54px !important;
    background-position: 62% center !important;
  }

  body.home .bew-lux-hero:after,
  body.page-home .bew-lux-hero:after,
  body.elementor-page-38 .bew-lux-hero:after {
    background: linear-gradient(90deg, rgba(5, 6, 4, .94) 0%, rgba(5, 6, 4, .68) 66%, rgba(5, 6, 4, .2) 100%) !important;
  }

  body.home .bew-lux-hero h1,
  body.page-home .bew-lux-hero h1,
  body.elementor-page-38 .bew-lux-hero h1 {
    max-width: 11ch !important;
    margin-block: 10px 12px !important;
    font-size: var(--bew-type-hero) !important;
    line-height: 1.08 !important;
  }

  body.home .bew-lux-hero-copy p,
  body.page-home .bew-lux-hero-copy p,
  body.elementor-page-38 .bew-lux-hero-copy p {
    max-width: 36ch !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  body.home .bew-lux-story,
  body.page-home .bew-lux-story,
  body.elementor-page-38 .bew-lux-story,
  body.home .bew-local-brands-shell,
  body.page-home .bew-local-brands-shell,
  body.elementor-page-38 .bew-local-brands-shell {
    grid-template-columns: 1fr !important;
  }

  body.home .bew-lux-story,
  body.page-home .bew-lux-story,
  body.elementor-page-38 .bew-lux-story {
    gap: 36px !important;
  }

  body.home .bew-local-brands-shell,
  body.page-home .bew-local-brands-shell,
  body.elementor-page-38 .bew-local-brands-shell {
    gap: 38px !important;
  }

  body.home .bew-lux-editorial-image,
  body.page-home .bew-lux-editorial-image,
  body.elementor-page-38 .bew-lux-editorial-image,
  body.home .bew-local-brands-image,
  body.page-home .bew-local-brands-image,
  body.elementor-page-38 .bew-local-brands-image {
    aspect-ratio: 4 / 3 !important;
  }

  body.home .bew-lux-editorial-copy h2,
  body.page-home .bew-lux-editorial-copy h2,
  body.elementor-page-38 .bew-lux-editorial-copy h2,
  body.home .bew-local-brands-copy h2,
  body.page-home .bew-local-brands-copy h2,
  body.elementor-page-38 .bew-local-brands-copy h2,
  body.home .bew-lux-section-head h2,
  body.page-home .bew-lux-section-head h2,
  body.elementor-page-38 .bew-lux-section-head h2,
  body.home .bew-footer-newsletter h2,
  body.page-home .bew-footer-newsletter h2,
  body.elementor-page-38 .bew-footer-newsletter h2 {
    max-width: 13ch !important;
    font-size: clamp(34px, 9vw, 48px) !important;
    line-height: 1 !important;
  }

  body.home .bew-lux-award-timeline,
  body.page-home .bew-lux-award-timeline,
  body.elementor-page-38 .bew-lux-award-timeline,
  body.home .bew-featured-in-grid,
  body.page-home .bew-featured-in-grid,
  body.elementor-page-38 .bew-featured-in-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.home .bew-lux-hero-actions,
  body.page-home .bew-lux-hero-actions,
  body.elementor-page-38 .bew-lux-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 10px !important;
  }

  body.home .bew-lux-hero-actions a,
  body.page-home .bew-lux-hero-actions a,
  body.elementor-page-38 .bew-lux-hero-actions a {
    width: 100% !important;
    justify-content: center !important;
  }

  body.home .bew-lux-award-timeline,
  body.page-home .bew-lux-award-timeline,
  body.elementor-page-38 .bew-lux-award-timeline,
  body.home .bew-featured-in-grid,
  body.page-home .bew-featured-in-grid,
  body.elementor-page-38 .bew-featured-in-grid {
    grid-template-columns: 1fr !important;
  }

  body.home .bew-lux-award-timeline article,
  body.page-home .bew-lux-award-timeline article,
  body.elementor-page-38 .bew-lux-award-timeline article,
  body.home .bew-featured-in-grid a,
  body.page-home .bew-featured-in-grid a,
  body.elementor-page-38 .bew-featured-in-grid a {
    min-height: 0 !important;
    padding: 24px !important;
  }

  body.home .bew-local-brand-tags,
  body.page-home .bew-local-brand-tags,
  body.elementor-page-38 .bew-local-brand-tags {
    gap: 8px !important;
  }

  body.home .bew-local-brand-tags span,
  body.page-home .bew-local-brand-tags span,
  body.elementor-page-38 .bew-local-brand-tags span {
    min-height: 34px !important;
    padding-inline: 13px !important;
    font-size: 10px !important;
  }
}

/* Minimal homepage polish: retain the established layout and remove dead space. */
body.home .bew-lux-story,
body.page-home .bew-lux-story,
body.elementor-page-38 .bew-lux-story {
  min-height: 0 !important;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  align-items: center !important;
}

body.home .bew-lux-editorial-image,
body.page-home .bew-lux-editorial-image,
body.elementor-page-38 .bew-lux-editorial-image {
  min-height: 500px !important;
  max-height: 560px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home .bew-lux-editorial-image:not([style]),
body.page-home .bew-lux-editorial-image:not([style]),
body.elementor-page-38 .bew-lux-editorial-image:not([style]) {
  background-image:
    linear-gradient(180deg, rgba(7, 8, 6, .02), rgba(7, 8, 6, .12)),
    url('../images/andres-country-detail.jpg') !important;
}

body.home .bew-local-brands,
body.page-home .bew-local-brands,
body.elementor-page-38 .bew-local-brands {
  padding: 68px 0 !important;
  background:
    linear-gradient(90deg, rgba(72, 82, 45, .2), transparent 38%),
    #0c0f0a !important;
  border-top: 1px solid rgba(111, 124, 72, .22) !important;
  border-bottom: 1px solid rgba(189, 143, 54, .2) !important;
}

body.home .bew-local-brands-shell,
body.page-home .bew-local-brands-shell,
body.elementor-page-38 .bew-local-brands-shell {
  max-width: 1140px !important;
  gap: clamp(42px, 6vw, 76px) !important;
}

body.home .bew-local-brands-copy,
body.page-home .bew-local-brands-copy,
body.elementor-page-38 .bew-local-brands-copy {
  max-width: 480px !important;
}

body.home .bew-local-brands-image,
body.page-home .bew-local-brands-image,
body.elementor-page-38 .bew-local-brands-image {
  min-height: 430px !important;
  max-height: 480px !important;
  border-radius: 4px !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28) !important;
}

body.home .bew-local-brand-tags span,
body.page-home .bew-local-brand-tags span,
body.elementor-page-38 .bew-local-brand-tags span {
  min-height: 34px !important;
  padding: 0 15px !important;
  background: transparent !important;
}

@media (max-width: 980px) {
  body.home .bew-lux-story,
  body.page-home .bew-lux-story,
  body.elementor-page-38 .bew-lux-story {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  body.home .bew-lux-editorial-image,
  body.page-home .bew-lux-editorial-image,
  body.elementor-page-38 .bew-lux-editorial-image,
  body.home .bew-local-brands-image,
  body.page-home .bew-local-brands-image,
  body.elementor-page-38 .bew-local-brands-image {
    min-height: 360px !important;
  }

  body.home .bew-local-brands,
  body.page-home .bew-local-brands,
  body.elementor-page-38 .bew-local-brands {
    padding: 48px 0 !important;
  }
}


/* Keep a single inquiry action in the mobile navbar. */
@media (max-width: 980px) {
  .bew-site-header .bew-header-cta--desktop {
    display: inline-flex !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    min-height: 46px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 18px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  .bew-site-header .bew-header-cta--desktop {
    min-height: 44px !important;
    margin-right: 6px !important;
    padding-inline: 14px !important;
    font-size: 11px !important;
  }
}

/* Mobile navigation portal: escapes Elementor/header clipping without shifting content. */
@media (max-width: 980px) {
  body > .bew-header-nav.bew-mobile-nav-portal {
    box-sizing: border-box !important;
    position: fixed !important;
    z-index: 2147483000 !important;
    top: var(--bew-mobile-nav-top, 96px) !important;
    left: max(12px, env(safe-area-inset-left)) !important;
    right: max(12px, env(safe-area-inset-right)) !important;
    width: auto !important;
    height: auto !important;
    max-height: calc(100dvh - var(--bew-mobile-nav-top, 96px) - 12px) !important;
    margin: 0 !important;
    padding: 10px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: none !important;
    pointer-events: auto !important;
    border: 1px solid rgba(196, 163, 106, .42) !important;
    border-radius: 14px !important;
    background: linear-gradient(145deg, rgba(9, 10, 7, .99), rgba(28, 25, 17, .99)) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .62) !important;
  }

  body > .bew-header-nav.bew-mobile-nav-portal .bew-header-menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body > .bew-header-nav.bew-mobile-nav-portal .bew-header-menu li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(196, 163, 106, .16) !important;
  }

  body > .bew-header-nav.bew-mobile-nav-portal .bew-header-menu li:last-child {
    border-bottom: 0 !important;
  }

  body > .bew-header-nav.bew-mobile-nav-portal .bew-header-menu a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 13px 14px !important;
    color: #f4eee3 !important;
    background: transparent !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  body > .bew-header-nav.bew-mobile-nav-portal .bew-header-cta--mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 10px 0 0 !important;
    padding: 14px 18px !important;
    color: #f4eee3 !important;
    border: 1px solid rgba(202, 163, 87, .65) !important;
    border-radius: 999px !important;
    background: rgba(89, 100, 58, .16) !important;
    text-align: center !important;
  }
}

/* Homepage reference composition: compact, warm-black, and editorial. */
body.home,
body.page-home,
body.elementor-page-38 {
  --bew-home-bg: #080906;
  --bew-home-panel: #0d0e0a;
  --bew-home-olive: #252d17;
  --bew-home-gold: #bd8f36;
  --bew-home-line: rgba(189, 143, 54, .34);
  --bew-home-text: #eee7d8;
  --bew-home-muted: rgba(238, 231, 216, .68);
  background: var(--bew-home-bg) !important;
  color: var(--bew-home-text) !important;
}

body.home .bew-lux-shell,
body.page-home .bew-lux-shell,
body.elementor-page-38 .bew-lux-shell,
body.home .bew-local-brands-shell,
body.page-home .bew-local-brands-shell,
body.elementor-page-38 .bew-local-brands-shell,
body.home .bew-footer-newsletter .bew-shell,
body.page-home .bew-footer-newsletter .bew-shell,
body.elementor-page-38 .bew-footer-newsletter .bew-shell,
body.home .bew-footer-main,
body.page-home .bew-footer-main,
body.elementor-page-38 .bew-footer-main {
  width: min(calc(100% - 64px), 1180px) !important;
  margin-inline: auto !important;
}

body.home .bew-lux-marquee,
body.page-home .bew-lux-marquee,
body.elementor-page-38 .bew-lux-marquee {
  min-height: 34px !important;
  height: 34px !important;
  color: rgba(238, 231, 216, .72) !important;
  background: #0a0a07 !important;
  border-color: rgba(189, 143, 54, .22) !important;
}

body.home .bew-lux-hero,
body.page-home .bew-lux-hero,
body.elementor-page-38 .bew-lux-hero {
  min-height: 680px !important;
  height: min(74vw, 720px) !important;
  max-height: 720px !important;
  border-bottom: 1px solid var(--bew-home-line) !important;
  background: #080906 !important;
}

body.home .bew-lux-hero-copy,
body.page-home .bew-lux-hero-copy,
body.elementor-page-38 .bew-lux-hero-copy {
  max-width: 760px !important;
}

body.home .bew-lux-hero h1,
body.page-home .bew-lux-hero h1,
body.elementor-page-38 .bew-lux-hero h1 {
  max-width: 760px !important;
  margin: 14px 0 16px !important;
  color: var(--bew-home-text) !important;
  font-size: var(--bew-type-hero) !important;
  line-height: 1.05 !important;
  text-wrap: balance !important;
}

body.home .bew-lux-hero-copy p,
body.page-home .bew-lux-hero-copy p,
body.elementor-page-38 .bew-lux-hero-copy p {
  max-width: 610px !important;
  color: var(--bew-home-muted) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

body.home .bew-lux-hero-actions,
body.page-home .bew-lux-hero-actions,
body.elementor-page-38 .bew-lux-hero-actions {
  margin-top: 28px !important;
}

body.home .bew-lux-story,
body.page-home .bew-lux-story,
body.elementor-page-38 .bew-lux-story {
  min-height: 0 !important;
  padding: 90px max(32px, calc((100vw - 1180px) / 2)) !important;
  gap: clamp(54px, 7vw, 100px) !important;
  background: #0a0b08 !important;
  border-bottom: 1px solid rgba(189, 143, 54, .22) !important;
}

body.home .bew-lux-editorial-image,
body.page-home .bew-lux-editorial-image,
body.elementor-page-38 .bew-lux-editorial-image {
  min-height: 0 !important;
  aspect-ratio: 1 / 1.04 !important;
  border: 1px solid rgba(189, 143, 54, .48) !important;
  border-radius: 6px !important;
  box-shadow: -10px -10px 0 -9px rgba(189, 143, 54, .35) !important;
}

body.home .bew-lux-editorial-copy h2,
body.page-home .bew-lux-editorial-copy h2,
body.elementor-page-38 .bew-lux-editorial-copy h2,
body.home .bew-local-brands-copy h2,
body.page-home .bew-local-brands-copy h2,
body.elementor-page-38 .bew-local-brands-copy h2,
body.home .bew-lux-section-head h2,
body.page-home .bew-lux-section-head h2,
body.elementor-page-38 .bew-lux-section-head h2,
body.home .bew-footer-newsletter h2,
body.page-home .bew-footer-newsletter h2,
body.elementor-page-38 .bew-footer-newsletter h2 {
  color: var(--bew-home-text) !important;
  font-size: clamp(36px, 3.45vw, 54px) !important;
  line-height: 1.02 !important;
  text-wrap: balance !important;
}

body.home .bew-lux-editorial-copy p,
body.page-home .bew-lux-editorial-copy p,
body.elementor-page-38 .bew-lux-editorial-copy p,
body.home .bew-local-brands-copy p,
body.page-home .bew-local-brands-copy p,
body.elementor-page-38 .bew-local-brands-copy p,
body.home .bew-lux-section-head p,
body.page-home .bew-lux-section-head p,
body.elementor-page-38 .bew-lux-section-head p {
  color: var(--bew-home-muted) !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.home .bew-local-brands,
body.page-home .bew-local-brands,
body.elementor-page-38 .bew-local-brands {
  padding: 88px 0 !important;
  background:
    radial-gradient(circle at 76% 42%, rgba(79, 90, 50, .22), transparent 32%),
    linear-gradient(115deg, #171d0f 0%, #202816 42%, #0c0f09 100%) !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--bew-home-line) !important;
}

body.home .bew-local-brands-shell,
body.page-home .bew-local-brands-shell,
body.elementor-page-38 .bew-local-brands-shell {
  gap: clamp(50px, 7vw, 100px) !important;
  align-items: center !important;
}

body.home .bew-local-brands-image,
body.page-home .bew-local-brands-image,
body.elementor-page-38 .bew-local-brands-image {
  min-height: 0 !important;
  aspect-ratio: 1.14 / 1 !important;
  border: 1px solid rgba(189, 143, 54, .48) !important;
  border-radius: 6px !important;
  box-shadow: 0 22px 65px rgba(0, 0, 0, .34) !important;
}

body.home .bew-local-brand-tags,
body.page-home .bew-local-brand-tags,
body.elementor-page-38 .bew-local-brand-tags {
  gap: 10px !important;
  margin-top: 26px !important;
}

body.home .bew-local-brand-tags span,
body.page-home .bew-local-brand-tags span,
body.elementor-page-38 .bew-local-brand-tags span {
  min-height: 36px !important;
  padding: 0 17px !important;
  border-color: rgba(189, 143, 54, .5) !important;
  border-radius: 999px !important;
  background: rgba(8, 9, 6, .2) !important;
}

body.home .bew-lux-awards,
body.page-home .bew-lux-awards,
body.elementor-page-38 .bew-lux-awards {
  padding: 80px 0 !important;
  background: #0b0c09 !important;
  border-bottom: 1px solid var(--bew-home-line) !important;
}

body.home .bew-lux-awards .bew-lux-section-head,
body.page-home .bew-lux-awards .bew-lux-section-head,
body.elementor-page-38 .bew-lux-awards .bew-lux-section-head,
body.home .bew-featured-in .bew-lux-section-head,
body.page-home .bew-featured-in .bew-lux-section-head,
body.elementor-page-38 .bew-featured-in .bew-lux-section-head {
  max-width: 800px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.home .bew-lux-award-timeline,
body.page-home .bew-lux-award-timeline,
body.elementor-page-38 .bew-lux-award-timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  max-width: 940px !important;
  margin: 40px auto 0 !important;
}

body.home .bew-lux-award-timeline article,
body.page-home .bew-lux-award-timeline article,
body.elementor-page-38 .bew-lux-award-timeline article {
  min-height: 170px !important;
  padding: 28px 32px !important;
  border: 1px solid rgba(189, 143, 54, .34) !important;
  border-radius: 6px !important;
  background: linear-gradient(145deg, #12130e, #0c0d09) !important;
  box-shadow: none !important;
}

body.home .bew-lux-award-timeline h3,
body.page-home .bew-lux-award-timeline h3,
body.elementor-page-38 .bew-lux-award-timeline h3 {
  color: var(--bew-home-text) !important;
  font-size: clamp(24px, 2.1vw, 32px) !important;
  line-height: 1.05 !important;
}

body.home .bew-featured-in,
body.page-home .bew-featured-in,
body.elementor-page-38 .bew-featured-in {
  padding: 72px 0 78px !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(79, 90, 50, .12), transparent 46%),
    #0b0d09 !important;
  border-bottom: 1px solid var(--bew-home-line) !important;
}

body.home .bew-featured-in-grid,
body.page-home .bew-featured-in-grid,
body.elementor-page-38 .bew-featured-in-grid {
  gap: 16px !important;
  margin-top: 38px !important;
}

body.home .bew-featured-in-grid a,
body.page-home .bew-featured-in-grid a,
body.elementor-page-38 .bew-featured-in-grid a {
  min-height: 118px !important;
  border: 1px solid rgba(189, 143, 54, .32) !important;
  border-radius: 6px !important;
  background: linear-gradient(145deg, rgba(19, 20, 14, .96), rgba(10, 11, 8, .98)) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.home .bew-featured-in-grid span,
body.page-home .bew-featured-in-grid span,
body.elementor-page-38 .bew-featured-in-grid span {
  font-size: clamp(19px, 1.7vw, 26px) !important;
}

body.home .bew-footer-newsletter,
body.page-home .bew-footer-newsletter,
body.elementor-page-38 .bew-footer-newsletter {
  padding: 64px 0 !important;
  background:
    linear-gradient(rgba(15, 13, 9, .94), rgba(15, 13, 9, .94)),
    repeating-linear-gradient(45deg, transparent 0 5px, rgba(189, 143, 54, .04) 5px 6px) !important;
  border-bottom: 1px solid var(--bew-home-line) !important;
}

body.home .bew-footer-newsletter .bew-shell,
body.page-home .bew-footer-newsletter .bew-shell,
body.elementor-page-38 .bew-footer-newsletter .bew-shell {
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr) !important;
  gap: 70px !important;
  align-items: center !important;
}

body.home .bew-footer-newsletter h2,
body.page-home .bew-footer-newsletter h2,
body.elementor-page-38 .bew-footer-newsletter h2 {
  font-size: clamp(34px, 3.2vw, 48px) !important;
}

body.home .bew-site-footer,
body.page-home .bew-site-footer,
body.elementor-page-38 .bew-site-footer {
  background: #070805 !important;
}

@media (max-width: 900px) {
  body.home .bew-lux-shell,
  body.page-home .bew-lux-shell,
  body.elementor-page-38 .bew-lux-shell,
  body.home .bew-local-brands-shell,
  body.page-home .bew-local-brands-shell,
  body.elementor-page-38 .bew-local-brands-shell,
  body.home .bew-footer-newsletter .bew-shell,
  body.page-home .bew-footer-newsletter .bew-shell,
  body.elementor-page-38 .bew-footer-newsletter .bew-shell,
  body.home .bew-footer-main,
  body.page-home .bew-footer-main,
  body.elementor-page-38 .bew-footer-main {
    width: min(calc(100% - 40px), 1180px) !important;
  }

  body.home .bew-lux-hero,
  body.page-home .bew-lux-hero,
  body.elementor-page-38 .bew-lux-hero {
    min-height: clamp(340px, 50svh, 460px) !important;
    height: auto !important;
  }

  body.home .bew-lux-story,
  body.page-home .bew-lux-story,
  body.elementor-page-38 .bew-lux-story,
  body.home .bew-local-brands-shell,
  body.page-home .bew-local-brands-shell,
  body.elementor-page-38 .bew-local-brands-shell {
    grid-template-columns: 1fr !important;
  }

  body.home .bew-lux-story,
  body.page-home .bew-lux-story,
  body.elementor-page-38 .bew-lux-story {
    padding: 36px 16px !important;
  }

  body.home .bew-lux-editorial-image,
  body.page-home .bew-lux-editorial-image,
  body.elementor-page-38 .bew-lux-editorial-image,
  body.home .bew-local-brands-image,
  body.page-home .bew-local-brands-image,
  body.elementor-page-38 .bew-local-brands-image {
    aspect-ratio: 4 / 3 !important;
  }

  body.home .bew-lux-award-timeline,
  body.page-home .bew-lux-award-timeline,
  body.elementor-page-38 .bew-lux-award-timeline,
  body.home .bew-featured-in-grid,
  body.page-home .bew-featured-in-grid,
  body.elementor-page-38 .bew-featured-in-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home .bew-footer-newsletter .bew-shell,
  body.page-home .bew-footer-newsletter .bew-shell,
  body.elementor-page-38 .bew-footer-newsletter .bew-shell {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
}

@media (max-width: 560px) {
  body.home .bew-lux-shell,
  body.page-home .bew-lux-shell,
  body.elementor-page-38 .bew-lux-shell,
  body.home .bew-local-brands-shell,
  body.page-home .bew-local-brands-shell,
  body.elementor-page-38 .bew-local-brands-shell,
  body.home .bew-footer-newsletter .bew-shell,
  body.page-home .bew-footer-newsletter .bew-shell,
  body.elementor-page-38 .bew-footer-newsletter .bew-shell,
  body.home .bew-footer-main,
  body.page-home .bew-footer-main,
  body.elementor-page-38 .bew-footer-main {
    width: min(calc(100% - 28px), 1180px) !important;
  }

  body.home .bew-lux-hero,
  body.page-home .bew-lux-hero,
  body.elementor-page-38 .bew-lux-hero {
    min-height: clamp(300px, 46svh, 400px) !important;
    height: auto !important;
    max-height: none !important;
  }

  body.home .bew-lux-hero h1,
  body.page-home .bew-lux-hero h1,
  body.elementor-page-38 .bew-lux-hero h1 {
    font-size: clamp(38px, 11.2vw, 48px) !important;
    line-height: 1 !important;
  }

  body.home .bew-lux-story,
  body.page-home .bew-lux-story,
  body.elementor-page-38 .bew-lux-story,
  body.home .bew-local-brands,
  body.page-home .bew-local-brands,
  body.elementor-page-38 .bew-local-brands,
  body.home .bew-lux-awards,
  body.page-home .bew-lux-awards,
  body.elementor-page-38 .bew-lux-awards,
  body.home .bew-featured-in,
  body.page-home .bew-featured-in,
  body.elementor-page-38 .bew-featured-in {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  body.home .bew-lux-editorial-copy h2,
  body.page-home .bew-lux-editorial-copy h2,
  body.elementor-page-38 .bew-lux-editorial-copy h2,
  body.home .bew-local-brands-copy h2,
  body.page-home .bew-local-brands-copy h2,
  body.elementor-page-38 .bew-local-brands-copy h2,
  body.home .bew-lux-section-head h2,
  body.page-home .bew-lux-section-head h2,
  body.elementor-page-38 .bew-lux-section-head h2,
  body.home .bew-footer-newsletter h2,
  body.page-home .bew-footer-newsletter h2,
  body.elementor-page-38 .bew-footer-newsletter h2 {
    font-size: var(--bew-type-section) !important;
    line-height: 1.14 !important;
  }

  body.home .bew-lux-award-timeline,
  body.page-home .bew-lux-award-timeline,
  body.elementor-page-38 .bew-lux-award-timeline,
  body.home .bew-featured-in-grid,
  body.page-home .bew-featured-in-grid,
  body.elementor-page-38 .bew-featured-in-grid {
    grid-template-columns: 1fr !important;
  }

  body.home .bew-featured-in-grid a,
  body.page-home .bew-featured-in-grid a,
  body.elementor-page-38 .bew-featured-in-grid a {
    min-height: 94px !important;
  }
}

body.home .bew-lux-products,
body.home .bew-lux-process,
body.home .bew-lux-why,
body.home .bew-lux-testimonials,
body.home .bew-lux-instagram,
body.home .bew-lux-delivery,
body.home .bew-delivery-showcase,
body.home .bew-lux-cta,
body.home .bew-lux-newsletter,
body.page-home .bew-lux-products,
body.page-home .bew-lux-process,
body.page-home .bew-lux-why,
body.page-home .bew-lux-testimonials,
body.page-home .bew-lux-instagram,
body.page-home .bew-lux-delivery,
body.page-home .bew-delivery-showcase,
body.page-home .bew-lux-cta,
body.page-home .bew-lux-newsletter,
body.elementor-page-38 .bew-lux-products,
body.elementor-page-38 .bew-lux-process,
body.elementor-page-38 .bew-lux-why,
body.elementor-page-38 .bew-lux-testimonials,
body.elementor-page-38 .bew-lux-instagram,
body.elementor-page-38 .bew-lux-delivery,
body.elementor-page-38 .bew-delivery-showcase,
body.elementor-page-38 .bew-lux-cta,
body.elementor-page-38 .bew-lux-newsletter {
  display: none !important;
}

body.home .bew-featured-in,
body.page-home .bew-featured-in,
body.elementor-page-38 .bew-featured-in {
  display: block !important;
}

@media (max-width: 560px) {

  body.home .bew-lux-hero h1,
  body.page-home .bew-lux-hero h1,
  body.elementor-page-38 .bew-lux-hero h1 {
    font-size: clamp(38px, 12vw, 54px) !important;
    line-height: .98 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.home .bew-lux-hero h1 .bew-word,
  body.home .bew-lux-hero h1 .bew-word span,
  body.page-home .bew-lux-hero h1 .bew-word,
  body.page-home .bew-lux-hero h1 .bew-word span,
  body.elementor-page-38 .bew-lux-hero h1 .bew-word,
  body.elementor-page-38 .bew-lux-hero h1 .bew-word span {
    line-height: .98 !important;
  }
}

/* Compact process cards on phones so their content forms one balanced group. */
@media (max-width: 720px) {
  .bew-lux-process-steps {
    gap: 16px !important;
  }

  .bew-lux-process-steps article {
    min-height: 0 !important;
    padding: 26px 20px !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  .bew-lux-process-steps .bew-process-icon {
    width: 58px !important;
    height: 58px !important;
    margin: 4px auto 6px !important;
  }

  .bew-lux-process-steps .bew-process-icon svg,
  .bew-lux-process-steps .bew-process-icon img {
    width: 58px !important;
    height: 58px !important;
  }

  .bew-lux-process-steps article h3 {
    margin: 6px 0 4px !important;
  }

  .bew-lux-process-steps .bew-process-divider {
    margin: 0 auto 6px !important;
  }

  .bew-lux-process-steps article p {
    margin: 0 auto !important;
    line-height: 1.6 !important;
  }
}

/* Remove the decorative frame around page heroes site-wide. */
.bew-page-hero:after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

/* Final mobile hero rhythm: remove the oversized empty shelf above the copy. */
@media (max-width: 560px) {
  .bew-lux-hero,
  .bew-hero,
  .bew-page-hero {
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
  }

  .bew-lux-hero .bew-lux-shell,
  .bew-hero .bew-shell,
  .bew-page-hero .bew-shell {
    box-sizing: border-box !important;
    justify-content: flex-start !important;
    padding-top: 30px !important;
    padding-bottom: 48px !important;
  }

  .bew-lux-hero-copy,
  .bew-hero-copy {
    position: relative !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  body.home .bew-lux-hero,
  body.page-home .bew-lux-hero,
  body.elementor-page-38 .bew-lux-hero {
    min-height: clamp(300px, 46svh, 400px) !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
  }

  body.home .bew-lux-hero .bew-lux-shell,
  body.page-home .bew-lux-hero .bew-lux-shell,
  body.elementor-page-38 .bew-lux-hero .bew-lux-shell {
    box-sizing: border-box !important;
    min-height: clamp(300px, 46svh, 400px) !important;
    justify-content: flex-start !important;
    padding-top: 28px !important;
    padding-bottom: 24px !important;
  }

  body.home .bew-lux-hero-copy,
  body.page-home .bew-lux-hero-copy,
  body.elementor-page-38 .bew-lux-hero-copy {
    position: relative !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }
}

/* Compact inner-page hero across desktop, laptop, tablet, and mobile. */
.bew-page-hero {
  min-height: clamp(420px, 52vh, 580px) !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
}

.bew-page-hero .bew-shell {
  box-sizing: border-box !important;
  min-height: clamp(420px, 52vh, 580px) !important;
  justify-content: center !important;
  padding-top: 56px !important;
  padding-bottom: 48px !important;
}

@media (max-width: 1180px) {
  .bew-page-hero,
  .bew-page-hero .bew-shell {
    min-height: 0 !important;
  }

  .bew-page-hero .bew-shell {
    padding-top: 48px !important;
    padding-bottom: 36px !important;
  }
}

@media (max-width: 780px) {
  .bew-page-hero,
  .bew-page-hero .bew-shell {
    min-height: 0 !important;
  }

  .bew-page-hero .bew-shell {
    justify-content: flex-start !important;
    padding-top: 28px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 560px) {
  .bew-page-hero,
  .bew-page-hero .bew-shell {
    min-height: 0 !important;
  }

  .bew-page-hero .bew-shell {
    padding-top: 22px !important;
    padding-bottom: 20px !important;
  }
}

/* Final mobile navigation behavior. Keep this after legacy header compatibility rules. */
.bew-site-header .bew-header-cta--mobile {
  display: none !important;
}

@media (max-width: 980px) {
  .bew-site-header,
  .bew-site-header.is-menu-open,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) {
    contain: none !important;
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }

  .bew-site-header .bew-header-shell,
  .bew-site-header.is-menu-open .bew-header-shell,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-shell {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    min-height: 86px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .bew-site-header .bew-brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: start !important;
    margin: 0 !important;
  }

  /* Compensate for transparent space inside the logo PNG. */
  .bew-site-header .bew-brand-logo {
    transform: translateY(14px) !important;
  }

  .bew-site-header .bew-menu-toggle {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
  }

  .bew-site-header .bew-header-cta--desktop {
    display: none !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    min-height: 46px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 18px !important;
    white-space: nowrap !important;
  }

  .bew-site-header .bew-header-nav,
  .bew-site-header.is-menu-open .bew-header-nav,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-nav,
  .bew-menu-toggle[aria-expanded="true"] + .bew-header-nav,
  .bew-site-header .bew-header-nav.is-open {
    box-sizing: border-box !important;
    position: absolute !important;
    z-index: 1002 !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 118px) !important;
    margin: 0 !important;
    padding: 10px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid rgba(196, 163, 106, .38) !important;
    border-radius: 14px !important;
    background: linear-gradient(145deg, rgba(11, 11, 8, .98), rgba(31, 26, 18, .98)) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .5) !important;
  }

  .bew-site-header .bew-header-nav:not(.is-open) {
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
  }

  .bew-site-header.is-menu-open .bew-header-nav,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-nav,
  .bew-menu-toggle[aria-expanded="true"] + .bew-header-nav,
  .bew-site-header .bew-header-nav.is-open {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .bew-site-header .bew-header-nav .bew-header-menu,
  .bew-site-header .bew-header-nav.is-open .bew-header-menu {
    min-height: 0 !important;
  }

  .bew-site-header .bew-header-nav .bew-header-cta--mobile,
  .bew-site-header .bew-header-nav.is-open .bew-header-cta--mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 10px 0 0 !important;
    padding: 14px 18px !important;
    color: #f4eee3 !important;
    border: 1px solid rgba(202, 163, 87, .65) !important;
    border-radius: 999px !important;
    background: rgba(156, 124, 66, .1) !important;
    text-align: center !important;
  }

  /* On mobile, expose About's children as normal consecutive menu rows. */
  .bew-header-nav .bew-header-menu .sub-menu,
  body > .bew-header-nav.bew-mobile-nav-portal .bew-header-menu .sub-menu {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    list-style: none !important;
  }

  .bew-header-nav .bew-header-menu .sub-menu li,
  body > .bew-header-nav.bew-mobile-nav-portal .bew-header-menu .sub-menu li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .bew-header-nav .bew-header-menu .sub-menu a,
  body > .bew-header-nav.bew-mobile-nav-portal .bew-header-menu .sub-menu a {
    width: 100% !important;
    padding-left: 14px !important;
  }
}

/* Desktop About dropdown. Keyboard focus mirrors hover behavior. */
@media (min-width: 981px) {
  .bew-site-header,
  .bew-site-header .bew-header-shell,
  .bew-site-header .bew-header-nav,
  .bew-site-header .bew-header-menu,
  .bew-site-header .bew-header-menu > li {
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    contain: none !important;
  }

  .bew-header-menu > .menu-item-has-children {
    position: relative !important;
    z-index: 1004 !important;
  }

  .bew-header-menu > .menu-item-has-children > .sub-menu {
    position: absolute !important;
    z-index: 1005 !important;
    top: calc(100% - 2px) !important;
    left: 50% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-width: 245px !important;
    margin: 0 !important;
    padding: 10px !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translate(-50%, 10px) !important;
    pointer-events: none !important;
    border: 1px solid rgba(196, 163, 106, .38) !important;
    border-radius: 12px !important;
    background: linear-gradient(145deg, rgba(9, 10, 7, .99), rgba(28, 25, 17, .99)) !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .52) !important;
    list-style: none !important;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
  }

  .bew-header-menu > .menu-item-has-children:hover > .sub-menu,
  .bew-header-menu > .menu-item-has-children:focus-within > .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    pointer-events: auto !important;
  }

  .bew-header-menu > .menu-item-has-children > .sub-menu li {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(196, 163, 106, .16) !important;
  }

  .bew-header-menu > .menu-item-has-children > .sub-menu li:last-child {
    border-bottom: 0 !important;
  }

  .bew-header-menu > .menu-item-has-children > .sub-menu a {
    display: flex !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  .bew-site-header .bew-header-shell {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .bew-site-header .bew-header-nav {
    left: 0 !important;
    right: 0 !important;
  }
}

/* Absolute header-size lock: scrolling must never resize or clip the brand row. */
.bew-site-header .bew-brand,
.bew-site-header.is-scrolled .bew-brand {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
}

.bew-site-header .bew-brand-logo,
.bew-site-header.is-scrolled .bew-brand-logo {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
}

.bew-site-header .bew-brand-logo img,
.bew-site-header.is-scrolled .bew-brand-logo img,
.bew-site-header .bew-custom-logo,
.bew-site-header.is-scrolled .bew-custom-logo {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
}

.bew-site-header,
.bew-site-header.is-scrolled {
  min-height: 108px !important;
  height: 108px !important;
  overflow: visible !important;
}

.bew-site-header .bew-header-shell,
.bew-site-header.is-scrolled .bew-header-shell {
  min-height: 108px !important;
  height: 108px !important;
  align-items: center !important;
  overflow: visible !important;
}

@media (max-width: 980px) {
  .bew-site-header,
  .bew-site-header.is-scrolled,
  .bew-site-header.is-menu-open,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) {
    min-height: 86px !important;
    height: 86px !important;
  }

  .bew-site-header .bew-header-shell,
  .bew-site-header.is-scrolled .bew-header-shell,
  .bew-site-header.is-menu-open .bew-header-shell,
  .bew-site-header:has(.bew-menu-toggle[aria-expanded="true"]) .bew-header-shell {
    min-height: 86px !important;
    height: 86px !important;
    align-items: center !important;
    overflow: visible !important;
  }
}

/* Elementor page wrappers add specificity; preserve the olive section surfaces. */
body .bew-lux-awards,
body .bew-featured-in,
body .bew-local-brands,
body .bew-about-process,
body .bew-about-why {
  background:
    radial-gradient(circle at 16% 20%, rgba(89, 100, 58, .34), transparent 38%),
    radial-gradient(circle at 86% 78%, rgba(62, 72, 39, .2), transparent 34%),
    linear-gradient(180deg, #090b07 0%, #11150c 50%, #080906 100%) !important;
}

@media (min-width: 981px) {
  body .bew-lux-awards,
  body .bew-featured-in,
  body .bew-local-brands,
  body .bew-about-process,
  body .bew-about-why {
    border-top: 1px solid rgba(151, 161, 100, .18) !important;
    border-bottom: 1px solid rgba(151, 161, 100, .18) !important;
    box-shadow:
      inset 240px 0 260px -210px rgba(89, 100, 58, .52),
      inset -220px 0 250px -215px rgba(62, 72, 39, .34) !important;
  }
}

/* Final home treatment: quiet black surfaces with one restrained olive band. */
body.home .bew-site-header,
body.page-home .bew-site-header,
body.elementor-page-38 .bew-site-header {
  background: rgba(8, 9, 7, .98) !important;
}

body.home .bew-lux-awards,
body.home .bew-featured-in,
body.page-home .bew-lux-awards,
body.page-home .bew-featured-in,
body.elementor-page-38 .bew-lux-awards,
body.elementor-page-38 .bew-featured-in {
  background:
    radial-gradient(circle at 50% 50%, rgba(79, 90, 50, .12), transparent 46%),
    #0b0d09 !important;
  border-color: rgba(189, 143, 54, .28) !important;
  box-shadow: none !important;
}

body.home .bew-local-brands,
body.page-home .bew-local-brands,
body.elementor-page-38 .bew-local-brands {
  background:
    radial-gradient(circle at 76% 42%, rgba(79, 90, 50, .22), transparent 32%),
    linear-gradient(115deg, #171d0f 0%, #202816 42%, #0c0f09 100%) !important;
  border-color: rgba(189, 143, 54, .3) !important;
  box-shadow: none !important;
}

body.home .bew-lux-award-timeline:before,
body.home .bew-featured-in-grid:before,
body.page-home .bew-lux-award-timeline:before,
body.page-home .bew-featured-in-grid:before,
body.elementor-page-38 .bew-lux-award-timeline:before,
body.elementor-page-38 .bew-featured-in-grid:before {
  background: transparent !important;
}

body.home .bew-lux-award-timeline article:nth-child(even),
body.home .bew-featured-in-grid a:nth-child(even),
body.page-home .bew-lux-award-timeline article:nth-child(even),
body.page-home .bew-featured-in-grid a:nth-child(even),
body.elementor-page-38 .bew-lux-award-timeline article:nth-child(even),
body.elementor-page-38 .bew-featured-in-grid a:nth-child(even) {
  background: linear-gradient(145deg, rgba(22, 25, 15, .98), rgba(10, 11, 8, .98)) !important;
  border-color: rgba(189, 143, 54, .32) !important;
}
/* --- Product Gallery Enhanced (Featured + Multiple) --- */
.bew-product-gallery-enhanced { display:flex; flex-direction:column; height:auto; }
.bew-product-gallery-enhanced .bew-gallery-main { position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden; background:#0d0d09; min-height:0; padding:0; border-radius:16px 16px 0 0; }
.bew-product-gallery-enhanced .bew-gallery-main-img { width:100% !important; height:auto !important; max-height:620px !important; min-height:0 !important; max-width:100% !important; object-fit:contain !important; object-position:center !important; display:block; transition:opacity .22s ease; background:#0d0d09; }
.bew-gallery-thumbs { display:flex; gap:10px; padding:14px; overflow-x:auto; scrollbar-width:thin; background:rgba(23,21,15,.96); border-top:1px solid rgba(196,163,106,.18); }
.bew-gallery-thumbs::-webkit-scrollbar{ height:6px; } .bew-gallery-thumbs::-webkit-scrollbar-thumb{ background:rgba(196,163,106,.4); border-radius:999px; }
.bew-gallery-thumb { flex:0 0 78px; width:78px; height:78px; border-radius:10px; overflow:hidden; border:2px solid transparent; padding:0; background:#111; cursor:pointer; opacity:.72; transition:all .18s; }
.bew-gallery-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.bew-gallery-thumb.is-active{ border-color:#c4a36a; opacity:1; box-shadow:0 4px 16px rgba(196,163,106,.35); }
.bew-gallery-thumb:hover{ opacity:1; transform:translateY(-1px); }
.bew-gallery-placeholder{ min-height:520px; display:grid; place-items:center; color:rgba(245,239,228,.5); font:600 13px var(--bew-sans); letter-spacing:1px; text-transform:uppercase; }
@media(max-width:860px){ .bew-product-gallery-enhanced .bew-gallery-main{ min-height:380px; } .bew-product-gallery-enhanced .bew-gallery-main-img{ max-height:460px !important; } .bew-gallery-thumb{ flex:0 0 66px; width:66px; height:66px; } }
/* Fix thumb image stretch caused by global .bew-product-gallery img min-height:620px */
.bew-single-product .bew-gallery-thumb img{ width:100% !important; height:100% !important; min-height:0 !important; max-height:100% !important; min-width:0 !important; max-width:100% !important; object-fit:cover !important; aspect-ratio:1 / 1 !important; display:block !important; }
/* Premium UX override - fixes stretch gap, elevates gallery */
.bew-single-product .bew-product-detail-grid{ align-items:start !important; }
.bew-single-product .bew-product-gallery{ background:transparent !important; border:none !important; box-shadow:none !important; overflow:visible !important; align-self:start !important; height:auto !important; display:block !important; padding:0 !important; }
.bew-single-product .bew-product-gallery .bew-product-gallery-enhanced{ background:linear-gradient(180deg,#1a1810 0%,#0d0d09 100%) !important; border:1px solid rgba(196,163,106,.22) !important; border-radius:20px !important; overflow:hidden !important; box-shadow:0 32px 80px rgba(0,0,0,.38),0 0 0 1px rgba(196,163,106,.08) inset !important; }
.bew-single-product .bew-product-gallery-enhanced .bew-gallery-main{ background:radial-gradient(ellipse at center,#1e1c14 0%,#0d0d09 70%) !important; padding:16px !important; border-radius:0 !important; }
.bew-single-product .bew-product-gallery-enhanced .bew-gallery-main-img{ border-radius:14px !important; box-shadow:0 16px 48px rgba(0,0,0,.45),0 2px 8px rgba(0,0,0,.3) !important; background:#0d0d09 !important; object-fit:contain !important; filter:brightness(1.04) contrast(1.03) !important; }
.bew-single-product .bew-gallery-thumbs{ background:rgba(255,255,255,.02) !important; border-top:1px solid rgba(196,163,106,.14) !important; padding:16px !important; gap:12px !important; justify-content:flex-start !important; }
.bew-single-product .bew-gallery-thumb{ flex:0 0 92px !important; width:92px !important; height:92px !important; border-radius:12px !important; border:1.5px solid rgba(196,163,106,.18) !important; background:#0f0f0b !important; opacity:1 !important; box-shadow:0 2px 12px rgba(0,0,0,.28) !important; overflow:hidden !important; }
.bew-single-product .bew-gallery-thumb img{ filter:brightness(1.08) contrast(1.04) !important; }
.bew-single-product .bew-gallery-thumb.is-active{ opacity:1 !important; border-color:#c4a36a !important; background:#0f0f0b !important; box-shadow:0 0 0 1.5px #c4a36a,0 8px 20px rgba(196,163,106,.28) !important; transform:translateY(-1px) !important; }
.bew-single-product .bew-gallery-thumb:hover{ opacity:1 !important; transform:translateY(-2px) !important; border-color:rgba(196,163,106,.42) !important; }
.bew-single-product .bew-gallery-thumb:active{ transform:translateY(0) !important; }
@media(max-width:980px){ .bew-single-product .bew-product-detail-grid{ grid-template-columns:1fr !important; } }
/* Final fix: thumb image must not inherit global 620px min-height */
.bew-single-product .bew-gallery-thumb img{ width:100% !important; height:100% !important; min-height:0 !important; max-height:100% !important; min-width:0 !important; max-width:100% !important; object-fit:cover !important; aspect-ratio:1 / 1 !important; display:block !important; }
/* Swiper thumbs - proper height/width, no stretch */
.bew-gallery-thumbs.swiper{ overflow:hidden; }
.bew-gallery-thumbs .swiper-wrapper{ align-items:center; }
.bew-gallery-thumbs .swiper-slide{ width:auto !important; flex-shrink:0; display:flex; align-items:center; }
.bew-gallery-main.swiper .swiper-slide{ display:flex; align-items:center; justify-content:center; background:transparent; }
.bew-gallery-main.swiper .bew-gallery-main-img{ width:100% !important; height:auto !important; max-height:620px !important; object-fit:contain !important; }
