@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("../media/2025/06/Montserrat-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Arsenica";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../media/2025/04/ArsenicaTrial-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Arsenica";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/2025/04/ArsenicaTrial-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Arsenica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/2025/04/ArsenicaTrial-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Arsenica";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/2025/04/ArsenicaTrial-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Arsenica";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/2025/04/ArsenicaTrial-Demibold.ttf") format("truetype");
}

@font-face {
  font-family: "Arsenica";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/2025/04/ArsenicaTrial-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Essenza Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/vendor/fontawesome/fa-brands-400.woff2") format("woff2");
}

:root {
  --site-bg: #fbfbf9;
  --site-card: #f0efea;
  --site-text: #343435;
  --site-muted: #7a7a78;
  --site-accent: #c9b9a0;
  --site-accent-strong: #a58a5d;
  --site-border: rgba(52, 52, 53, 0.12);
  --site-max: 1280px;
  --site-radius: 26px;
  --site-shadow: 0 28px 60px rgba(21, 21, 21, 0.08);
}

html {
  scrollbar-width: thin;
  scrollbar-color: #c0b8a0 #f5f3f0;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--site-text);
  background: var(--site-bg);
  -webkit-font-smoothing: antialiased;
}

html:not(.is-age-confirmed) body {
  overflow: hidden;
}

html:not(.is-age-confirmed) body > :not(.site-age-gate) {
  visibility: hidden;
}

.site-age-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: auto;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(12, 11, 9, 0.94), rgba(20, 15, 11, 0.7)),
    url("../media/2025/05/vinho2.webp") center / cover;
}

.site-age-gate[hidden] {
  display: none;
}

.site-age-gate__panel {
  width: min(100%, 580px);
  padding: 58px 62px 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(8, 8, 8, 0.62);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(10px);
}

.site-age-gate__logo {
  width: min(200px, 52%);
  height: auto;
  margin: 0 auto 42px;
}

.site-age-gate__eyebrow {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
}

.site-age-gate h1 {
  margin: 0;
  font: 400 clamp(36px, 5vw, 56px) / 0.98 "Arsenica", serif;
}

.site-age-gate__age {
  font-family: "Montserrat", sans-serif;
  font-size: 0.82em;
  font-weight: 400;
  letter-spacing: -0.08em;
}

.site-age-gate p:not(.site-age-gate__eyebrow) {
  max-width: 410px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.75;
}

.site-age-gate__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 34px;
}

.site-age-gate__actions button {
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: transparent;
  font: 500 11px/1.35 "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.site-age-gate__actions button:first-child {
  border-color: #fff;
  color: #161514;
  background: #fff;
}

.site-age-gate__actions button:hover,
.site-age-gate__actions button:focus-visible {
  color: #161514;
  background: #fff;
  outline: none;
}

.site-age-gate__notice {
  margin-top: 22px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

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

img,
video,
iframe {
  max-width: 100%;
  display: block;
}

.site-main {
  min-height: 50vh;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.site-header.is-stuck {
  position: fixed;
}

.site-header__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0));
  pointer-events: none;
}

.site-header__bar {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 92px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__menu-button {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.site-header__menu-button span {
  width: 18px;
  height: 1px;
  background: #fff;
  display: block;
}

.site-header__menu-button img {
  width: 36px;
  height: auto;
  display: block;
}

.site-header__logo {
  width: 144px;
  display: inline-flex;
  justify-content: center;
}

.site-header__store {
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.site-menu {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.site-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.site-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 22, 22, 0.7);
}

.site-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(420px, 100%);
  min-height: 100%;
  padding: 32px 28px;
  background: rgba(22, 22, 22, 0.94);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.site-menu__close {
  align-self: flex-end;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
}

.site-menu__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-menu__group h2 {
  margin: 0 0 8px;
  font: 500 28px/1.1 "Arsenica", serif;
}

.site-menu__group a {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Static replacement for the source Isotope masonry gallery. */
.site-masonry-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.site-masonry-gallery .site-masonry-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: none;
  min-width: 0;
  width: 100% !important;
}

.site-masonry-gallery .es-layout-item {
  display: block;
  margin: 0;
  position: static !important;
  transform: none !important;
  width: 100% !important;
}

.site-masonry-gallery figure,
.site-masonry-gallery img {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}

/* Original footer structure, kept local so it does not depend on Bricks styles. */
#es-footer,
#es-footer a {
  color: #fff;
}

#es-footer {
  background: #151515;
  font-family: "Montserrat", sans-serif;
}

#esn-ujprms {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  background: #151515;
}

#esn-iigyzu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(1100px, 90%);
}

#esn-rijtzy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  background: #080808;
}

#esn-jrrjkn,
#esn-jmfqiu {
  margin: 0;
  color: #fff;
  font: 400 20px/1.2 "Montserrat", sans-serif;
}

#esn-xsvbdp {
  height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
}

#esn-xsvbdp iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#esn-zfiozj {
  display: grid;
  grid-template-columns: 1.25fr 0.72fr 1.25fr;
  gap: 44px;
  align-items: start;
}

#esn-xmriee,
#esn-ppoxsk {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#esn-zgjahc,
#esn-bfmoyu,
#esn-fengom,
#esn-nxiluk,
#esn-uxbdmk,
#esn-tmerok {
  display: flex;
  flex-direction: column;
}

#esn-ljfofg,
#esn-vnwzsg,
#esn-pkcdmo,
#esn-vztptd {
  color: #f5f5f5;
  font: 700 16px/1.2 "Montserrat", sans-serif;
}

#esn-fttxpw,
#esn-selohc,
#esn-svmcrm {
  display: flex;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

#esn-fttxpw,
#esn-selohc {
  flex-direction: column;
  gap: 8px;
}

#esn-fttxpw a,
#esn-selohc a,
#esn-acmeox {
  color: rgba(245, 245, 245, 0.56);
  font: 300 14px/1.45 "Montserrat", sans-serif;
}

#esn-fengom {
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  text-align: center;
}

#esn-rpqihi {
  display: block;
  width: 50%;
}

#esn-rpqihi img {
  display: block;
  width: 100%;
  height: auto;
}

#esn-bopzjt {
  color: rgba(245, 245, 245, 0.37);
  font-size: 12px;
  line-height: 1.35;
}

#esn-loxzis {
  display: block;
}

#esn-ppoxsk {
  padding-top: 20px;
}

#esn-nxiluk,
#esn-uxbdmk {
  gap: 10px;
}

#esn-svmcrm {
  gap: 30px;
}

#esn-svmcrm a {
  color: #fff;
}

#esn-svmcrm .fab {
  display: inline-block;
  font-family: "Essenza Brands";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

#esn-svmcrm .fa-instagram::before {
  content: "\f16d";
}

#esn-svmcrm .fa-facebook-f::before {
  content: "\f39e";
}

#esn-svmcrm .fa-youtube::before {
  content: "\f167";
}

#esn-udjptn {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 170px;
  margin-top: 40px;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(rgba(33, 33, 33, 0.48), rgba(33, 33, 33, 0.48)), url("../media/2025/05/vinho2.webp") center / cover;
}

#esn-udjptn::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(33, 33, 33, 0.18);
}

#esn-udjptn > * {
  position: relative;
}

#esn-qpwigb {
  margin-top: 40px;
}

#esn-tmerok {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

#esn-vpjudr {
  margin: 0;
  color: #fff;
  font: 200 13px/1.3 "Montserrat", sans-serif;
  text-align: right;
}

#esn-yuuztz {
  display: block;
  width: 10%;
}

#esn-yuuztz img {
  display: block;
  width: 100%;
  height: auto;
}

.site-cookie {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  max-width: 420px;
}

.site-cookie__panel {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.site-cookie__panel h2 {
  margin: 0 0 12px;
  font: 500 26px/1.1 "Arsenica", serif;
}

.site-cookie__panel p {
  margin: 0;
  color: var(--site-muted);
  font-size: 14px;
  line-height: 1.7;
}

.site-cookie__policy {
  margin-top: 12px !important;
}

.site-cookie__policy a {
  color: var(--site-text);
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.site-cookie__actions button {
  border: 1px solid var(--site-border);
  background: #fff;
  color: var(--site-text);
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-cookie__actions button:first-child {
  background: var(--site-text);
  color: #fff;
}

.site-cookie__preferences {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--site-border);
}

.page-privacy .site-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 154px 32px 112px;
  background: var(--site-bg);
}

.page-privacy .site-main h1 {
  margin: 0 0 54px;
  color: var(--site-text);
  font: 500 clamp(48px, 7vw, 82px) / 0.98 "Arsenica", serif;
  text-align: center;
}

.page-privacy .site-main h2 {
  margin: 46px 0 16px;
  color: var(--site-text);
  font: 500 clamp(27px, 3vw, 38px) / 1.1 "Arsenica", serif;
}

.page-privacy .site-main p {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--site-muted);
  font-size: 15px;
  line-height: 1.9;
}

.page-privacy .site-main a {
  color: var(--site-accent-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-empty-state {
  max-width: var(--site-max);
  margin: 0 auto;
  padding: 120px 24px 40px;
}

.site-empty-state__card,
.site-form-removed {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px;
  border-radius: var(--site-radius);
  background: #fff;
  box-shadow: var(--site-shadow);
  text-align: center;
}

.site-empty-state__card span,
.site-form-removed strong {
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--site-muted);
}

.site-empty-state__card h1,
.site-form-removed h1 {
  margin: 18px 0;
  font: 500 clamp(48px, 9vw, 112px)/0.95 "Arsenica", serif;
}

.site-empty-state__card p,
.site-form-removed p {
  margin: 0 auto 18px;
  max-width: 560px;
  color: var(--site-muted);
  line-height: 1.7;
}

.site-empty-state__card a,
.site-form-removed a {
  display: inline-flex;
  margin-top: 6px;
  padding: 12px 18px;
  border: 1px solid var(--site-text);
}

.ani-article,
[class*="ani-article"] {
  opacity: 1 !important;
  transform: none !important;
}

.site-video-frame,
.site-video-frame video,
.site-video-frame iframe {
  width: 100%;
  height: 100%;
}

.site-video-frame video,
.site-video-frame iframe {
  object-fit: cover;
}

.site-video-frame iframe {
  border: 0;
}

.site-video-frame--embed {
  overflow: hidden;
}

.site-video-frame--embed iframe {
  pointer-events: none;
  max-width: none;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

@media (max-width: 478px) {
  #esn-ujprms {
    padding: 56px 0;
  }

  #esn-iigyzu {
    align-items: center;
  }

  #esn-rijtzy {
    width: 90%;
  }

  #esn-jrrjkn,
  #esn-jmfqiu {
    font-size: 4vw;
  }

  #esn-xsvbdp {
    height: 220px;
    margin-bottom: 20px;
  }

  #esn-zfiozj,
  #esn-xmriee,
  #esn-ppoxsk {
    grid-template-columns: 1fr;
    width: 100%;
  }

  #esn-zfiozj,
  #esn-xmriee,
  #esn-ppoxsk {
    gap: 20px;
  }

  #esn-zgjahc,
  #esn-bfmoyu,
  #esn-nxiluk,
  #esn-uxbdmk {
    align-items: center;
    text-align: center;
  }

  #esn-ljfofg,
  #esn-vnwzsg,
  #esn-pkcdmo,
  #esn-vztptd {
    font-size: 3vw;
  }

  #esn-fttxpw a,
  #esn-selohc a,
  #esn-acmeox,
  #esn-bopzjt {
    font-size: 3vw;
    text-align: center;
  }

  #esn-fttxpw,
  #esn-selohc,
  #esn-svmcrm {
    align-items: center;
  }

  #esn-rpqihi {
    width: 30%;
  }

  #esn-udjptn {
    width: 90%;
    min-height: 150px;
    margin-top: 30px;
  }

  #esn-qpwigb {
    margin-top: 30px;
  }

  #esn-yuuztz {
    width: 30%;
  }

  .site-masonry-gallery,
  .site-masonry-gallery .site-masonry-column {
    gap: 5px;
  }

  .site-header__bar {
    min-height: 74px;
    padding-inline: 16px;
  }

  .site-header__logo {
    width: 118px;
  }

  .site-header__store {
    padding: 10px 12px;
    font-size: 10px;
  }

  .site-age-gate {
    padding: 16px;
  }

  .site-age-gate__panel {
    padding: 42px 24px 32px;
  }

  .site-age-gate__logo {
    width: 170px;
    margin-bottom: 30px;
  }

  .site-age-gate__actions {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .site-cookie {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .site-cookie__panel {
    max-height: min(360px, calc(100vh - 24px));
    overflow-y: auto;
    padding: 17px 18px 16px;
    border-radius: 20px;
  }

  .site-cookie__panel h2 {
    margin-bottom: 8px;
    font-size: 23px;
  }

  .site-cookie__panel p {
    font-size: 12px;
    line-height: 1.5;
  }

  .site-cookie__policy {
    margin-top: 9px !important;
  }

  .site-cookie__policy a {
    font-size: 11px;
  }

  .site-cookie__actions {
    gap: 7px;
    margin-top: 13px;
  }

  .site-cookie__actions button {
    padding: 8px 11px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .page-privacy .site-main {
    padding: 132px 22px 78px;
  }

  .page-privacy .site-main h1 {
    margin-bottom: 38px;
    font-size: clamp(42px, 13vw, 62px);
  }

  .page-privacy .site-main h2 {
    margin-top: 34px;
    margin-bottom: 12px;
    font-size: 29px;
  }

  .page-privacy .site-main p {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.75;
  }
}
