@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:wght@500;700&display=swap");

.state-message {
  margin: 0 0 1.5em;
  font-size: 0.95em;
  letter-spacing: 0.02em;
}

.hidden {
  display: none !important;
}

#categories-status:empty {
  display: none;
}

#category-status:empty {
  display: none;
}

.tiles article.loading-tile {
  background: rgba(255, 255, 255, 0.08) !important;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}

.tiles article.loading-tile:before,
.tiles article.loading-tile:after {
  display: none;
}

.tiles article:before {
  opacity: 0.5;
}

.tiles article:after {
  background-color: rgba(36, 41, 67, 0.12);
}

.tiles article.loading-tile header {
  width: 100%;
}

.loading-line {
  display: inline-block;
  width: 100%;
  height: 0.95em;
  border-radius: 0.35em;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.12) 100%);
  background-size: 220% 100%;
  animation: tileShimmer 1.4s ease-in-out infinite;
}

.loading-line-title {
  height: 1.2em;
  width: 72%;
  margin-bottom: 0.6em;
}

.loading-line-short {
  width: 56%;
  margin-top: 0.35em;
}

@keyframes tileShimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.state-message.info {
  color: #d9e4ff;
}

.state-message.success {
  color: #98f5bf;
}

.state-message.warning {
  color: #ffd38c;
}

.state-message.error {
  color: #ff9f9f;
}

.category-copy p {
  margin-bottom: 1em;
}

.product-grid {
  display: grid;
  gap: 1.5em;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.product-card {
  background: rgba(18, 28, 45, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5em;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.product-card-content {
  padding: 1.25em;
}

.product-card-content h3 {
  margin: 0 0 0.75em;
  font-size: 1.05em;
}

.product-card-content p {
  margin: 0 0 0.85em;
  font-size: 0.95em;
  opacity: 0.95;
}

.product-price {
  font-weight: 600;
  opacity: 1;
}

.product-card-footer {
  margin-top: 1em;
}

.back-link {
  margin-top: 1.5em;
}

.back-link a {
  display: inline-block;
  padding: 0.55em 1em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.35em;
  text-decoration: none;
}

.back-link a:hover,
.back-link a:focus,
.back-link a:focus-visible {
  border-color: #976551;
  color: #6a4a3b;
  box-shadow: 0 0 0 2px rgba(151, 101, 81, 0.35);
  outline: none;
}

.content-page {
  max-width: 56rem;
}

.content-page h2.content-subtitle {
  margin: 0 0 0.9em;
}

.content-page h3.content-section-title {
  margin: 1.4em 0 0.5em;
  font-size: 1.15em;
}

.content-page p {
  margin-bottom: 0.8em;
  line-height: 1.65;
}

.content-page p.content-lead {
  font-weight: 600;
}

.content-source {
  margin-top: 1.25em;
  font-size: 0.85em;
  opacity: 0.75;
}

.content-legal-note {
  margin-top: 1em;
}

.content-legal-note .content-section-title {
  margin: 1.4em 0 0.5em;
  font-size: 1.15em;
}

.content-legal-note p {
  margin-bottom: 0.8em;
  line-height: 1.65;
}

#footer > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.2rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

#footer .copyright {
  margin: 0;
  flex: 1 1 auto;
}

#footer .icons {
  margin: 0 0 0 auto;
  padding-left: 0;
  flex: 0 0 auto;
}

#footer .icons li {
  padding-right: 0;
}

@media screen and (max-width: 736px) {
  #footer > .inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #footer .copyright {
    width: 100%;
    text-align: center;
  }

  #footer .icons {
    margin: 0;
  }
}

/* Brand color alignment: menu/icons/links/button hovers */
#header nav a[href="#menu"]:hover,
#header nav a[href="#menu"]:focus-visible,
#header nav a[href="#menu"]:active {
  color: #976551 !important;
}

#header nav a[href="#menu"]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23976551%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E") !important;
}

#menu .close:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23976551%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E") !important;
}

#menu {
  background: rgba(78, 57, 45, 0.92) !important;
}

body.is-ie #menu {
  background: rgba(78, 57, 45, 0.96) !important;
}

a.icon.alt:hover:before {
  background-color: #d6c7aa !important;
  color: #6a4a3b !important;
}

a.icon.alt:active:before {
  background-color: #c7b79a !important;
  color: #6a4a3b !important;
}

#contact .contact-method a:hover,
#contact .contact-method a:focus-visible {
  color: #d6c7aa !important;
}

#footer a:hover,
#footer a:focus-visible,
#footer .copyright a:hover,
#footer .copyright a:focus-visible {
  color: #d6c7aa !important;
}

#contact a[href^="mailto:"]:hover,
#contact a[href^="mailto:"]:focus-visible,
#contact a[href*="wa.me/"]:hover,
#contact a[href*="wa.me/"]:focus-visible {
  color: #d6c7aa !important;
}

#contact input[type="submit"].primary:hover,
#contact input[type="submit"].primary:focus-visible,
#contact button.primary:hover,
#contact button.primary:focus-visible,
#contact .button.primary:hover,
#contact .button.primary:focus-visible {
  background-color: #d6c7aa !important;
  color: #6a4a3b !important;
}

#menu .button.primary:hover,
#menu .button.primary:focus-visible,
#menu .button.primary:active {
  background-color: #d6c7aa !important;
  color: #6a4a3b !important;
}

#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus,
#contact input[type="tel"]:focus,
#contact input[type="search"]:focus,
#contact input[type="url"]:focus,
#contact select:focus,
#contact textarea:focus {
  border-color: #d6c7aa !important;
  box-shadow: 0 0 0 2px rgba(214, 199, 170, 0.65) !important;
}

#contact textarea {
  resize: none;
}

/* Category page: styled hero card for all current and future categories */
body.category-page {
  --category-hero-card-bg: #f7efe3;
  --category-hero-text: #5d4033;
  --category-hero-accent: #c77e6c;
}

body.category-page #banner.category-hero {
  display: block;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0 0 -1px;
  top: 0;
  background-image: none !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(4.9rem, 7vw, 6rem) 0 clamp(0.25rem, 1.4vw, 0.65rem);
}

body.category-page #banner.category-hero::after {
  display: none !important;
}

body.category-page #banner.category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 22% 34%, rgba(255, 248, 239, 0.66) 0%, rgba(255, 248, 239, 0) 44%),
    linear-gradient(180deg, rgba(71, 50, 40, 0.35), rgba(71, 50, 40, 0.18));
}

body.category-page .category-hero-bg {
  position: absolute;
  inset: 0;
}

body.category-page .category-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.95);
}

body.category-page .category-hero-card {
  position: relative;
  z-index: 2;
  width: min(70rem, calc(100% - 2.7rem));
  margin: 0 auto clamp(0.6rem, 1.6vw, 1.25rem);
  padding: clamp(1.15rem, 2.2vw, 1.9rem) clamp(1.1rem, 3.8vw, 3.2rem) clamp(1rem, 2.2vw, 1.65rem);
  text-align: center;
  color: var(--category-hero-text);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 55%),
    var(--category-hero-card-bg);
  box-shadow: 0 24px 52px rgba(52, 38, 30, 0.28);
  overflow: hidden;
}

body.category-page .category-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  pointer-events: none;
  height: clamp(2.75rem, 5.5vw, 4.85rem);
}

body.category-page .category-hero-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

body.category-page .category-hero-wave .category-hero-wave-back {
  fill: rgba(247, 239, 227, 0.84);
}

body.category-page .category-hero-wave .category-hero-wave-front {
  fill: var(--category-hero-card-bg);
  filter: drop-shadow(0 -6px 14px rgba(64, 45, 35, 0.08));
}

body.category-page .category-hero-kicker {
  margin: 0 0 0.45rem;
  font-size: clamp(0.74rem, 1.35vw, 1rem);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(140, 98, 84, 0.95);
}

body.category-page .category-hero-title {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(2.05rem, 6.7vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #4f352b;
}

body.category-page .category-hero-script {
  margin: 0.05rem 0 0;
  font-family: "Great Vibes", cursive;
  font-size: clamp(1.9rem, 7.2vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: 0.015em;
  color: var(--category-hero-accent);
}

body.category-page .category-hero-tagline {
  margin: clamp(0.6rem, 1.25vw, 0.88rem) auto 0;
  max-width: 44rem;
  font-size: clamp(0.86rem, 1.55vw, 1.08rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(115, 82, 68, 0.92);
}

body.category-page .category-hero-description {
  margin: clamp(0.5rem, 1.4vw, 0.85rem) auto 0;
  max-width: 43rem;
}

body.category-page .category-hero-description p {
  margin: 0 0 0.45rem;
  font-size: clamp(0.98rem, 1.55vw, 1.2rem);
  line-height: 1.5;
  color: rgba(77, 56, 45, 0.97);
}

body.category-page .category-hero-description p:last-child {
  margin-bottom: 0;
}

body.category-page .category-hero-actions {
  margin: clamp(0.62rem, 1.6vw, 0.95rem) 0 0;
}

body.category-page .category-hero-actions .button.primary {
  min-width: min(92%, 22.5rem);
  border-radius: 999px;
  padding: 0.82rem 1.45rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: clamp(0.84rem, 1.45vw, 1rem);
  background-color: #c37b67;
  border-color: #c37b67;
  color: #fbefe0 !important;
}

body.category-page .category-hero-actions .button.primary:hover,
body.category-page .category-hero-actions .button.primary:focus-visible {
  background-color: #a96553 !important;
  border-color: #a96553 !important;
  color: #fff3e3 !important;
}

body.category-page #main > #two > .inner {
  padding: 0;
}

body.category-page #main {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background: transparent;
}

body.category-page #main > * {
  border-top: 0 !important;
  background: transparent;
}

body.category-page #two {
  position: relative;
  z-index: 1;
}

body.category-page #two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(1.6rem, 3.2vw, 2.4rem);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 239, 227, 0.95) 0%, rgba(247, 239, 227, 0.25) 55%, rgba(247, 239, 227, 0) 100%);
  z-index: 2;
}

body.category-page #product-grid.tiles {
  margin-top: -0.75rem;
  position: relative;
  z-index: 1;
}

body.category-page #category-navigation {
  background-color: #d6c7aa;
  border-top: solid 1px rgba(212, 212, 255, 0.1);
}

body.category-page #category-navigation .inner {
  margin: 0 auto;
  max-width: 65em;
  width: calc(100% - 6em);
  padding: 1.2em 0 1.4em 0;
}

body.category-page .back-link-centered {
  margin: 0;
  text-align: center;
}

body.category-page .back-link-centered a {
  background-color: transparent;
}

body.category-page.category-layout--spacious .category-hero-card {
  padding-top: clamp(1.75rem, 3.3vw, 2.8rem);
  padding-bottom: clamp(2.6rem, 5vw, 3.8rem);
}

@media screen and (max-width: 980px) {
  body.category-page #banner.category-hero {
    padding-top: clamp(4.9rem, 9.2vw, 5.9rem);
  }
}

@media screen and (max-width: 736px) {
  body.category-page #banner.category-hero {
    padding: 4.4rem 0 0.45rem;
  }

  body.category-page .category-hero-card {
    width: calc(100% - 1.15rem);
    border-radius: 0.95rem;
    margin-bottom: 0.48rem;
    padding: 1.08rem 0.92rem 0.95rem;
  }

  body.category-page .category-hero-wave {
    height: 2.6rem;
  }

  body.category-page .category-hero-kicker {
    letter-spacing: 0.13em;
    font-size: 0.72rem;
  }

  body.category-page .category-hero-tagline {
    letter-spacing: 0.08em;
    line-height: 1.42;
    font-size: 0.8rem;
  }

  body.category-page .category-hero-description p {
    font-size: 0.96rem;
    line-height: 1.42;
  }

  body.category-page #main > #two > .inner {
    padding: 0;
  }

  body.category-page #main {
    margin-top: 0;
  }

  body.category-page #product-grid.tiles {
    margin-top: -0.48rem;
  }

  body.category-page #category-navigation .inner {
    width: calc(100% - 2.2em);
    padding: 0.95em 0 1.1em 0;
  }
}

body.product-modal-open {
  overflow: hidden;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.45rem, 2.1vh, 1.15rem);
  overflow: hidden;
}

.product-modal[aria-hidden="true"] {
  display: none !important;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 23, 19, 0.68);
}

.product-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: 0;
  background: #d6c7aa;
  color: #3b2b22;
  border: 1px solid rgba(151, 101, 81, 0.4);
  border-radius: 0.65rem;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.35);
  max-height: calc(100dvh - clamp(0.9rem, 4vw, 2.3rem));
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-modal-close {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 2.05rem;
  height: 2.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(151, 101, 81, 0.45);
  border-radius: 0.48rem;
  background: rgba(255, 255, 255, 0.28);
  color: #6a4a3b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  z-index: 4;
}

.product-modal-close:hover,
.product-modal-close:focus-visible {
  background: #976551;
  border-color: #976551;
  color: #f8ecda;
}

.product-modal-close:focus-visible {
  box-shadow: 0 0 0 2px rgba(151, 101, 81, 0.35);
}

.product-modal-layout {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1.2rem;
  padding: 0.95rem 0.95rem 1.15rem;
  align-items: stretch;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-modal-layout::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.product-modal-media,
.product-modal-content {
  min-width: 0;
}

.product-modal-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.55rem;
}

.product-modal-media img#product-modal-main-image {
  width: 100%;
  height: min(56vh, 430px);
  object-fit: cover;
  border-radius: 0.55rem;
  border: 1px solid rgba(151, 101, 81, 0.34);
  background: rgba(255, 255, 255, 0.55);
  transition: transform 0.24s ease;
  transform-origin: 50% 50%;
  cursor: zoom-in;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
}

.product-modal-image-wrap.is-zoomed img#product-modal-main-image {
  transform: scale(2.1);
  cursor: zoom-out;
}

.product-modal-nav {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(151, 101, 81, 0.52);
  background: rgba(255, 255, 255, 0.52);
  color: #6a4a3b;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}

.product-modal-nav-prev {
  left: 0.45rem;
}

.product-modal-nav-next {
  right: 0.45rem;
}

.product-modal-nav:hover,
.product-modal-nav:focus-visible {
  background: #976551;
  color: #f8ecda;
  border-color: #976551;
}

.product-modal-thumbnails {
  margin-top: 0.55rem;
  margin-bottom: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.product-modal-thumb {
  border: 1px solid rgba(151, 101, 81, 0.35);
  border-radius: 0.42rem;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.45);
}

.product-modal-thumb img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.36rem;
}

.product-modal-thumb.is-active {
  border-color: #976551;
  box-shadow: 0 0 0 2px rgba(151, 101, 81, 0.28);
}

.product-modal-content h2 {
  margin: 0 0 0.22rem;
  color: #5f4132;
  line-height: 1.15;
}

.product-modal-price {
  margin: 0 0 0.45rem;
  font-weight: 700;
  color: #6a4a3b;
}

.product-modal-content {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: start;
  gap: 0.15rem;
}

.product-modal-description {
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.24rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-modal-description::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.product-modal-description p {
  margin: 0 0 0.45rem;
}

.product-modal-actions {
  margin: 0;
  padding-top: 0.7rem;
}

.product-modal-actions .button.primary {
  background-color: #976551;
  color: #f8ecda !important;
  border-color: #976551;
  min-width: 16.5rem;
  text-align: center;
}

.product-modal-actions .button.primary:hover,
.product-modal-actions .button.primary:focus-visible {
  background-color: #6a4a3b !important;
  border-color: #6a4a3b !important;
}

@media screen and (max-width: 900px) {
  .product-modal {
    padding: 0.35rem;
  }

  .product-modal-dialog {
    border-radius: 0.72rem;
    max-height: calc(100dvh - 0.7rem);
  }

  .product-modal-layout {
    grid-template-columns: 1fr;
    gap: 0.58rem;
    padding: 0.65rem 0.65rem 0.92rem;
  }

  .product-modal-media img#product-modal-main-image {
    height: clamp(220px, 41dvh, 360px);
  }

  .product-modal-nav {
    width: 1.95rem;
    height: 1.95rem;
    font-size: 1rem;
  }

  .product-modal-thumbnails {
    margin-top: 0.45rem;
    margin-bottom: 0;
  }

  .product-modal-thumb img {
    width: 56px;
    height: 56px;
  }

  .product-modal-content h2 {
    font-size: clamp(1.55rem, 7vw, 1.95rem);
    margin-bottom: 0.1rem;
  }

  .product-modal-description {
    max-height: min(24dvh, 210px);
  }

  .product-modal-actions {
    position: static;
    padding-top: 0.72rem;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.08rem);
    background: transparent;
  }

  .product-modal-actions .button.primary {
    display: block;
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-height: 820px) {
  .product-modal-layout {
    padding: 0.7rem 0.72rem 0.96rem;
    gap: 0.62rem;
  }

  .product-modal-media img#product-modal-main-image {
    height: min(36vh, 300px);
  }
}

@media screen and (max-width: 736px) {
  body.category-page #header .logo-image {
    max-width: calc(100% - 4.7em);
    min-width: 0;
  }

  body.category-page #header .logo-image .tagline {
    max-width: min(58vw, 15.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(0.48em, 1.9vw, 0.56em);
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 560px) {
  body.category-page #header .logo-image .tagline {
    display: none;
  }

  .product-modal-close {
    top: 0.5rem;
    right: 0.5rem;
    width: 1.86rem;
    height: 1.86rem;
    font-size: 1.58rem;
  }
}
