:root {
  --ink: #1e110b;
  --cocoa: #2b150c;
  --brown: #6f4b2e;
  --gold: #a77a51;
  --sand: #e7d7c1;
  --cream: #f4ecdf;
  --paper: #eadcc8;
  --line: rgba(43, 21, 12, .18);
  --shadow: 0 16px 38px rgba(43, 21, 12, .15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.admin-bar .site-header {
  top: 32px;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: #fff;
  background: var(--cocoa);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  color: #d9b997;
  background: #241005;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  display: grid;
  grid-template-columns: 240px 1fr 180px;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(22px, 6vw, 88px);
  background: var(--paper);
}

.brand,
.footer-brand,
.brand-fallback {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  max-width: 100%;
  text-transform: uppercase;
}

.brand .custom-logo {
  width: auto;
  max-width: 210px;
  max-height: 118px;
}

.site-logo {
  width: 210px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-logo {
  width: 190px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-mark {
  width: 86px;
  height: 58px;
  margin-inline: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand span span,
.footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2.5px;
}

.brand small,
.footer-brand span {
  align-self: center;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.nav,
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 52px);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a {
  display: block;
  padding-block: 8px;
  border-bottom: 1px solid transparent;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.active,
.nav .current-menu-item > a {
  border-color: currentColor;
}

.actions {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.actions a {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--ink);
}

.actions svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart span {
  position: absolute;
  top: -8px;
  right: -9px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(400px, 1.35fr);
  min-height: 560px;
  overflow: hidden;
  background: var(--paper);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(44px, 6vw, 92px) clamp(24px, 6vw, 90px);
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: 14% -10% auto auto;
  width: 220px;
  height: 330px;
  opacity: .12;
  background:
    radial-gradient(ellipse at 50% 20%, transparent 20%, var(--brown) 21% 22%, transparent 23%),
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 16px, var(--brown) 17px 18px, transparent 19px 30px);
  border-radius: 50%;
  transform: rotate(18deg);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hero h1,
.section-copy h2,
.story h2,
.entry h1,
.entry h2,
.archive-header h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 1.08;
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(42px, 4.35vw, 62px);
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--gold);
}

.hero-copy > p:not(.eyebrow),
.section-copy > p,
.story-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin: 24px 0;
}

.rule {
  width: 124px;
  height: 1px;
  margin-top: 26px;
  background: var(--gold);
}

.rule::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: translateY(-3px) rotate(45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--cocoa);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.button.dark {
  color: #fff;
  background: var(--cocoa);
}

.button.outline {
  background: transparent;
}

.hero-image {
  min-height: 560px;
  background: url("../images/hero.jpg") center / cover no-repeat;
  clip-path: ellipse(86% 82% at 78% 50%);
  box-shadow: inset 22px 0 0 rgba(167, 122, 81, .68);
}

.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 36px clamp(22px, 6vw, 88px);
  background: rgba(255, 250, 241, .72);
}

.values article {
  min-height: 160px;
  padding: 0 clamp(18px, 3vw, 42px);
  text-align: center;
  border-right: 1px solid var(--line);
}

.values article:last-child {
  border-right: 0;
}

.values svg {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  fill: none;
  stroke: var(--cocoa);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.values h2,
.product-card h3,
.footer h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.values p {
  max-width: 260px;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.65;
}

.products {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  padding: 54px clamp(22px, 6vw, 88px) 32px;
  background: #dfcbb0;
}

.section-copy {
  padding-top: 24px;
}

.section-copy h2,
.story h2 {
  max-width: 360px;
  font-size: clamp(34px, 3.2vw, 46px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  overflow: hidden;
  background: rgba(235, 216, 190, .94);
  box-shadow: var(--shadow);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
}

.product-card div {
  padding: 18px 20px 22px;
}

.product-card p {
  margin: 8px 0 8px;
  font-size: 14px;
}

.product-card strong {
  font-size: 18px;
}

.story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(320px, 1.05fr) 170px;
  gap: 56px;
  align-items: center;
  padding: 0 clamp(22px, 6vw, 88px) 0 0;
  background: #c8a37c;
}

.story > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}

.story-copy {
  padding: 32px 0;
}

.seal svg {
  width: 150px;
  height: 150px;
  fill: none;
  stroke: rgba(43, 21, 12, .62);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer {
  display: grid;
  grid-template-columns: 1.25fr .8fr .95fr 1.15fr;
  gap: 42px;
  padding: 32px clamp(22px, 6vw, 88px) 16px;
  color: #f3e2cb;
  background: #2a1208;
}

.footer-brand {
  color: #fff;
}

.footer-brand .footer-logo {
  display: block;
}

.footer .brand-mark {
  width: 82px;
}

.footer a,
.footer p,
.footer span {
  color: rgba(243, 226, 203, .82);
  font-size: 14px;
}

.footer nav a,
.footer-menu a {
  display: block;
  margin-top: 7px;
}

.footer h2 {
  margin-bottom: 10px;
  color: #d9b997;
  font-size: 12px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.newsletter p {
  margin: 0 0 16px;
  max-width: 300px;
}

.newsletter label {
  display: flex;
  max-width: 300px;
  height: 44px;
  background: var(--cream);
}

.newsletter label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.newsletter input {
  min-width: 0;
  flex: 1;
  padding: 0 16px;
  border: 0;
  color: var(--ink);
  background: transparent;
}

.newsletter button {
  width: 48px;
  color: #fff;
  background: var(--gold);
  border: 0;
  cursor: pointer;
}

.copyright {
  grid-column: 1 / -1;
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(243, 226, 203, .14);
}

.content-shell {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 58px 0;
}

.entry {
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 250, 241, .62);
  border: 1px solid var(--line);
}

.entry-thumbnail img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  margin-bottom: 24px;
}

.entry h1,
.archive-header h1 {
  font-size: clamp(34px, 4vw, 52px);
}

.entry h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.entry-content {
  margin-top: 22px;
}

.entry-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.elementor-full-width {
  width: 100%;
  overflow: clip;
}

.elementor-full-width .elementor {
  --widgets-spacing: 0;
}

.elementor-content-probe {
  display: none;
}

.elementor-editor-active main#content {
  min-height: 100vh;
  background: var(--paper);
}

.elementor-editor-active .elementor.elementor-edit-mode {
  min-height: 70vh;
}

.inner-hero {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: clamp(28px, 6vw, 82px);
  padding: clamp(34px, 5vw, 70px) clamp(22px, 6vw, 88px);
  background: var(--paper);
  overflow: hidden;
}

.inner-hero-copy {
  position: relative;
  z-index: 1;
}

.inner-hero-copy::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -80px;
  width: 210px;
  height: 290px;
  opacity: .1;
  background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 14px, var(--brown) 15px 16px, transparent 17px 28px);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.inner-hero h1,
.manifest h2,
.split-band h2,
.contact-page h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 1.08;
}

.inner-hero h1,
.contact-page h1 {
  max-width: 650px;
  font-size: clamp(42px, 5vw, 68px);
  text-transform: uppercase;
}

.inner-hero p,
.contact-intro > p,
.manifest p,
.split-band p {
  max-width: 520px;
}

.inner-hero img {
  width: 100%;
  height: clamp(360px, 44vw, 610px);
  object-fit: cover;
  border-radius: 0 0 0 120px;
  box-shadow: inset 16px 0 0 rgba(167, 122, 81, .68), var(--shadow);
}

.origin-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 44px clamp(22px, 6vw, 88px);
  background: rgba(255, 250, 241, .72);
}

.origin-timeline article {
  min-height: 230px;
  padding: 0 clamp(18px, 3vw, 38px);
  border-right: 1px solid var(--line);
}

.origin-timeline article:last-child {
  border-right: 0;
}

.origin-timeline span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.origin-timeline h2,
.contact-info h2 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.origin-timeline p {
  margin: 0;
  font-size: 14px;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(360px, .98fr) minmax(320px, 1.02fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: clamp(42px, 6vw, 78px) clamp(22px, 6vw, 88px);
  background: #c8a37c;
}

.split-band-reverse img {
  order: 2;
}

.split-band img {
  width: 100%;
  height: clamp(320px, 34vw, 520px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-band h2,
.manifest h2 {
  max-width: 520px;
  font-size: clamp(34px, 3.7vw, 52px);
}

.manifest {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(320px, 1fr);
  gap: clamp(26px, 6vw, 80px);
  align-items: start;
  padding: clamp(42px, 6vw, 78px) clamp(22px, 6vw, 88px);
  background: #dfcbb0;
}

.values-page {
  background: rgba(255, 250, 241, .78);
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(340px, 1.1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
  padding: clamp(42px, 6vw, 80px) clamp(22px, 6vw, 88px);
  background: var(--paper);
}

.contact-intro img {
  width: 100%;
  height: clamp(280px, 32vw, 480px);
  margin-top: 28px;
  object-fit: cover;
  border-radius: 0 90px 8px 0;
  box-shadow: var(--shadow);
}

.contact-panel {
  display: grid;
  gap: 26px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(244, 236, 223, .75);
  border: 1px solid var(--line);
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(43, 21, 12, .28);
  background: #fff9ee;
  color: var(--ink);
  padding: 13px 14px;
  outline: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--cocoa);
  box-shadow: 0 0 0 3px rgba(167, 122, 81, .18);
}

.contact-form textarea {
  resize: vertical;
}

.contact-info {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-info p {
  margin: 0 0 8px;
}

.contact-info a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 7px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-info span {
  display: block;
  margin-top: 7px;
  font-weight: 800;
}

.belei-elementor-hero,
.belei-elementor-contact,
.belei-elementor-values,
.belei-elementor-products,
.belei-elementor-story,
.belei-elementor-copy,
.belei-elementor-media,
.belei-elementor-card,
.belei-elementor-card-grid,
.belei-elementor-panel {
  --content-width: 100%;
  --padding-block-start: 0;
  --padding-block-end: 0;
  --padding-inline-start: 0;
  --padding-inline-end: 0;
  width: 100%;
}

.belei-elementor-hero > .e-con-inner,
.belei-elementor-contact > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr) !important;
  align-items: stretch;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 560px;
  background: var(--paper);
  overflow: hidden;
}

.belei-elementor-hero > .e-con-inner > .belei-elementor-copy,
.belei-elementor-hero > .e-con-inner > .belei-elementor-media,
.belei-elementor-contact > .e-con-inner > .belei-elementor-copy,
.belei-elementor-contact > .e-con-inner > .belei-elementor-panel {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.belei-elementor-hero .belei-elementor-copy > .e-con-inner,
.belei-elementor-contact .belei-elementor-copy > .e-con-inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: none;
  padding: clamp(44px, 6vw, 92px) clamp(24px, 6vw, 90px);
}

.belei-elementor-hero .belei-elementor-copy > .e-con-inner::after {
  content: "";
  position: absolute;
  inset: 14% -10% auto auto;
  width: 220px;
  height: 330px;
  opacity: .12;
  background:
    radial-gradient(ellipse at 50% 20%, transparent 20%, var(--brown) 21% 22%, transparent 23%),
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 16px, var(--brown) 17px 18px, transparent 19px 30px);
  border-radius: 50%;
  transform: rotate(18deg);
  pointer-events: none;
}

.belei-elementor-hero h1,
.belei-elementor-contact h1 {
  max-width: 560px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.35vw, 62px);
  line-height: 1.08;
  text-transform: uppercase;
}

.belei-elementor-copy h6 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.belei-elementor-copy p {
  max-width: 520px;
  margin: 24px 0;
}

.belei-elementor-media img,
.belei-elementor-contact img {
  width: 100%;
  height: 560px;
  min-height: 560px;
  object-fit: cover;
  border-radius: 0;
  clip-path: ellipse(86% 82% at 78% 50%);
  box-shadow: inset 22px 0 0 rgba(167, 122, 81, .68);
}

.belei-elementor-media > .e-con-inner,
.belei-elementor-contact > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  height: 100%;
}

.belei-elementor-values > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0;
  width: 100% !important;
  max-width: none !important;
  padding: 36px clamp(22px, 6vw, 88px);
  background: rgba(255, 250, 241, .72);
}

.belei-elementor-values > .e-con-inner > .e-con,
.belei-elementor-values > .e-con-inner > .elementor-element {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 174px;
  padding: 0 clamp(18px, 3vw, 42px) !important;
  text-align: center;
  border-right: 1px solid var(--line);
}

.belei-elementor-values > .e-con-inner > .e-con:last-child,
.belei-elementor-values > .e-con-inner > .elementor-element:last-child {
  border-right: 0;
}

.belei-elementor-values .e-con-inner .e-con-inner,
.belei-elementor-values > .e-con-inner > .elementor-element > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  gap: 0 !important;
}

.belei-elementor-values .elementor-widget {
  margin: 0 !important;
}

.belei-elementor-values .elementor-widget-heading,
.belei-elementor-values .elementor-widget-text-editor,
.belei-elementor-values .elementor-widget-html {
  width: 100%;
  max-width: 260px;
}

.belei-elementor-values .elementor-widget-text-editor p {
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.65;
}

.belei-value-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  fill: none;
  stroke: var(--cocoa);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.belei-elementor-products > .e-con-inner {
  display: grid !important;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  width: 100% !important;
  max-width: none !important;
  padding: 54px clamp(22px, 6vw, 88px) 32px;
  background: #dfcbb0;
}

.belei-elementor-card-grid > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0;
  background: transparent;
  gap: 24px;
}

.belei-elementor-card > .e-con-inner {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: rgba(235, 216, 190, .94);
  box-shadow: var(--shadow);
}

.belei-elementor-card img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
}

.belei-elementor-card .elementor-widget-heading,
.belei-elementor-card .elementor-widget-text-editor {
  padding-inline: 20px;
}

.belei-elementor-card .elementor-widget-heading {
  padding-top: 18px;
}

.belei-elementor-card .elementor-widget-text-editor {
  padding-bottom: 22px;
}

.belei-elementor-card h3,
.belei-elementor-values h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.belei-elementor-card p {
  margin: 8px 0;
  font-size: 14px;
}

.belei-elementor-card strong {
  font-size: 18px;
}

.belei-elementor-contact > .e-con-inner {
  grid-template-columns: minmax(320px, .95fr) minmax(340px, 1.05fr) !important;
  gap: clamp(30px, 6vw, 76px) !important;
  align-items: start !important;
  min-height: auto;
  padding: clamp(42px, 6vw, 80px) clamp(22px, 6vw, 88px);
}

.belei-elementor-contact .belei-elementor-copy > .e-con-inner {
  padding: 0;
}

.belei-elementor-contact h1 {
  max-width: 650px;
  font-size: clamp(40px, 4.8vw, 64px);
}

.belei-elementor-contact .belei-elementor-copy p {
  max-width: 560px;
}

.belei-elementor-contact .belei-elementor-copy img {
  height: clamp(280px, 32vw, 460px);
  min-height: 0;
  margin-top: 18px;
  clip-path: none;
  border-radius: 0 90px 8px 0;
  box-shadow: var(--shadow);
}

.belei-elementor-contact .belei-elementor-panel {
  width: 100%;
  padding: clamp(24px, 4vw, 42px);
}

.belei-elementor-contact .belei-elementor-panel > .e-con-inner {
  display: grid !important;
  gap: 14px !important;
}

.belei-elementor-products {
  position: relative;
}

.belei-elementor-products::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(-50%);
  pointer-events: none;
}

.belei-elementor-products::before {
  content: "→";
  position: absolute;
  right: 38px;
  top: 50%;
  z-index: 1;
  display: none;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-54%);
  pointer-events: none;
}

.belei-elementor-story > .e-con-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(320px, 1.05fr) 170px;
  gap: 56px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0 clamp(22px, 6vw, 88px) 0 0;
  background: #c8a37c;
}

.belei-elementor-story > .e-con-inner > .elementor-widget-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}

.belei-elementor-story .belei-elementor-copy > .e-con-inner {
  display: block;
  width: 100%;
  max-width: none;
  padding: 32px 0;
}

.belei-elementor-story h2 {
  max-width: 360px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1.08;
}

.belei-story-seal {
  width: 150px;
  height: 150px;
  fill: none;
  stroke: rgba(43, 21, 12, .62);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.belei-elementor-panel {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(244, 236, 223, .75);
  border: 1px solid var(--line);
}

.belei-widget-button .elementor-button {
  min-height: 52px;
  padding: 15px 28px;
  color: #fff !important;
  background: var(--cocoa) !important;
  border: 1px solid var(--cocoa) !important;
  border-radius: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.elementor-editor-active .belei-elementor-hero,
.elementor-editor-active .belei-elementor-contact,
.elementor-editor-active .belei-elementor-values,
.elementor-editor-active .belei-elementor-products,
.elementor-editor-active .belei-elementor-story {
  max-width: none !important;
}

.elementor-editor-active .belei-elementor-hero > .e-con-inner,
.elementor-editor-active .belei-elementor-contact > .e-con-inner,
.elementor-editor-active .belei-elementor-products > .e-con-inner,
.elementor-editor-active .belei-elementor-story > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
}

.elementor-editor-active .belei-elementor-hero > .e-con-inner,
.elementor-editor-active .belei-elementor-contact > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr) !important;
  align-items: stretch !important;
}

.belei-elementor-hero .elementor-heading-title,
.belei-elementor-contact .elementor-heading-title,
.belei-elementor-products .elementor-heading-title,
.belei-elementor-story .elementor-heading-title,
.belei-elementor-values .elementor-heading-title {
  color: var(--ink) !important;
}

.belei-elementor-copy h6.elementor-heading-title {
  color: var(--gold) !important;
}

.belei-elementor-copy .elementor-widget-text-editor,
.belei-elementor-copy .elementor-widget-text-editor p,
.belei-elementor-card .elementor-widget-text-editor,
.belei-elementor-card .elementor-widget-text-editor p {
  color: var(--ink) !important;
}

.belei-elementor-hero .elementor-button,
.belei-elementor-products .elementor-button,
.belei-elementor-story .elementor-button,
.belei-elementor-contact .elementor-button {
  min-height: 52px;
  padding: 15px 28px;
  color: #fff !important;
  background: var(--cocoa) !important;
  border: 1px solid var(--cocoa) !important;
  border-radius: 0 !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.elementor-editor-active .belei-elementor-media {
  min-height: 560px;
  background: url("../images/hero.jpg") center / cover no-repeat;
  clip-path: ellipse(86% 82% at 78% 50%);
  box-shadow: inset 22px 0 0 rgba(167, 122, 81, .68);
}

.elementor-editor-active .belei-elementor-media img {
  min-height: 560px;
}

.woocommerce main#content,
.woocommerce-page main#content {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 54px 0;
}

.woocommerce-shop main#content,
.post-type-archive-product main#content {
  width: 100%;
  max-width: none;
  padding: 0;
}

.shop-empty-showcase {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  padding: 54px clamp(22px, 6vw, 88px) 64px;
  background: #dfcbb0;
}

.shop-empty-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.1;
}

.shop-empty-copy p:not(.eyebrow) {
  margin: 22px 0 0;
}

.shop-empty-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 24px;
}

.shop-empty-grid article {
  overflow: hidden;
  background: rgba(235, 216, 190, .94);
  box-shadow: var(--shadow);
}

.shop-empty-grid img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
}

.shop-empty-grid article div {
  padding: 18px 20px 22px;
}

.shop-empty-grid h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.shop-empty-grid p {
  margin: 8px 0;
  font-size: 14px;
}

.shop-empty-grid strong {
  font-size: 18px;
}

.elementor-editor-active.elementor-device-desktop .belei-elementor-values > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.elementor-editor-active.elementor-device-tablet .belei-elementor-values > .e-con-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 980px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand span span {
    font-size: 23px;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav-menu {
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 42px 22px 48px;
  }

  .hero-image {
    order: -1;
    min-height: 330px;
    clip-path: none;
    box-shadow: inset 0 -12px 0 rgba(167, 122, 81, .5);
  }

  .values {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .values article:nth-child(2) {
    border-right: 0;
  }

  .products,
  .story,
  .footer,
  .inner-hero,
  .split-band,
  .manifest,
  .contact-page,
  .belei-elementor-hero,
  .belei-elementor-contact,
  .belei-elementor-products {
    grid-template-columns: 1fr;
  }

  .belei-elementor-hero > .e-con-inner,
  .belei-elementor-contact > .e-con-inner,
  .belei-elementor-products > .e-con-inner,
  .belei-elementor-story > .e-con-inner {
    grid-template-columns: 1fr !important;
    min-height: auto;
  }

  .shop-empty-showcase {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shop-empty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .belei-elementor-media {
    order: -1;
  }

  .belei-elementor-media img,
  .belei-elementor-contact img {
    height: 330px;
    min-height: 330px;
    clip-path: none;
    box-shadow: inset 0 -12px 0 rgba(167, 122, 81, .5);
  }

  .inner-hero img,
  .split-band-reverse img {
    order: -1;
  }

  .inner-hero img {
    border-radius: 0 0 8px 8px;
  }

  .origin-timeline {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .origin-timeline article:nth-child(2) {
    border-right: 0;
  }

  .story {
    gap: 12px;
    padding: 0 22px 36px;
  }

  .belei-elementor-story > .e-con-inner {
    gap: 12px;
    padding: 0 22px 36px;
  }

  .story > img {
    border-radius: 0 0 8px 8px;
  }

  .belei-elementor-story > .e-con-inner > .elementor-widget-image img {
    border-radius: 0 0 8px 8px;
  }

  .seal,
  .belei-story-seal {
    display: none;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .topbar {
    padding-inline: 14px;
  }

  .site-header {
    gap: 14px;
    padding: 16px 18px;
  }

  .brand-mark {
    width: 68px;
    height: 44px;
  }

  .brand .custom-logo {
    max-width: 168px;
  }

  .site-logo {
    width: 168px;
  }

  .brand span span {
    font-size: 20px;
    letter-spacing: 1.6px;
  }

  .actions {
    gap: 12px;
  }

  .nav,
  .nav-menu {
    gap: 22px;
    font-size: 12px;
  }

  .hero-copy {
    padding: 36px 22px 46px;
  }

  .hero h1 {
    font-size: clamp(34px, 12vw, 42px);
    line-height: 1.08;
  }

  .belei-elementor-hero h1,
  .belei-elementor-contact h1 {
    font-size: clamp(34px, 12vw, 42px);
    line-height: 1.08;
  }

  .values,
  .product-grid,
  .origin-timeline,
  .belei-elementor-values,
  .belei-elementor-card-grid,
  .shop-empty-grid {
    grid-template-columns: 1fr;
  }

  .belei-elementor-values > .e-con-inner,
  .belei-elementor-card-grid > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  .values article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
  }

  .belei-elementor-values > .e-con-inner > .e-con,
  .belei-elementor-values > .e-con-inner > .elementor-element {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
  }

  .belei-elementor-values > .e-con-inner > .e-con:last-child,
  .belei-elementor-values > .e-con-inner > .elementor-element:last-child {
    border-bottom: 0;
  }

  .values article:last-child {
    border-bottom: 0;
  }

  .products {
    gap: 24px;
    padding: 42px 22px 28px;
  }

  .belei-elementor-products > .e-con-inner {
    gap: 24px;
    padding: 42px 22px 28px;
  }

  .shop-empty-showcase {
    gap: 24px;
    padding: 42px 22px 48px;
  }

  .belei-elementor-card-grid {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .belei-elementor-card-grid > .e-con-inner {
    display: flex !important;
    grid-template-columns: none !important;
    width: max-content !important;
    min-width: 100%;
    gap: 18px;
    padding-right: 58px;
  }

  .belei-elementor-card {
    flex: 0 0 min(78vw, 320px);
    scroll-snap-align: start;
  }

  .shop-empty-grid {
    display: flex;
    overflow-x: auto;
    gap: 18px;
    padding-right: 58px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .shop-empty-grid article {
    flex: 0 0 min(78vw, 320px);
    scroll-snap-align: start;
  }

  .belei-elementor-products::before,
  .belei-elementor-products::after {
    display: block;
  }

  .inner-hero,
  .split-band,
  .manifest,
  .contact-page,
  .origin-timeline {
    padding: 42px 22px;
  }

  .belei-elementor-hero .belei-elementor-copy > .e-con-inner,
  .belei-elementor-contact .belei-elementor-copy > .e-con-inner,
  .belei-elementor-values > .e-con-inner {
    padding: 38px 22px;
  }

  .belei-elementor-copy p {
    margin: 18px 0;
  }

  .inner-hero h1,
  .contact-page h1 {
    font-size: 39px;
  }

  .origin-timeline article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
  }

  .origin-timeline article:last-child {
    border-bottom: 0;
  }

  .section-copy {
    padding-top: 0;
  }

  .button {
    width: 100%;
    padding-inline: 18px;
  }

  .footer {
    gap: 26px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
