@font-face {
  font-family: "Heritage";
  src: url("fonts/heritage-regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Heritage";
  src: url("fonts/heritage-bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Interface";
  src: url("fonts/interface-regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Interface";
  src: url("fonts/interface-semibold.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Devanagari";
  src: url("fonts/devanagari-regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

:root {
  --ink: #15110c;
  --gold: #b28a42;
  --gold-light: #dfc78c;
  --ivory: #faf6ee;
  --cream: #efe5d5;
  --maroon: #5a151e;
  --muted: #756d61;
  --line: rgba(21, 17, 12, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: "Interface", sans-serif;
  margin: 0;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.announcement {
  background: var(--ink);
  color: var(--gold-light);
  font-family: "Devanagari", sans-serif;
  font-size: 11px;
  letter-spacing: .05em;
  padding: 9px 16px;
  text-align: center;
}
.site-header {
  align-items: center;
  background: rgba(250, 246, 238, .94);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 70px;
  justify-content: space-between;
  padding: 0 17px;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(15px);
}
.market-back {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 17px;
  gap: 4px;
  text-decoration: none;
}
.market-back span { font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.identity { align-items: center; display: flex; gap: 10px; min-width: 0; }
.monogram {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  font-family: "Heritage", serif;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.identity strong {
  display: block;
  font-family: "Heritage", serif;
  font-size: 14px;
  letter-spacing: .09em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.identity small, .header-call small {
  color: var(--muted);
  display: block;
  font-size: 6px;
  letter-spacing: .15em;
  margin-top: 3px;
}
.header-call { text-align: right; }
.header-call strong { font-size: 9px; letter-spacing: .04em; }

.hero {
  background: var(--ink);
  color: white;
  overflow: hidden;
  padding: 0;
}
.hero-copy {
  background: radial-gradient(circle at 80% 8%, rgba(178, 138, 66, .24), transparent 28%);
  padding: 56px 21px 62px;
}
.eyebrow, .section-label {
  color: var(--gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .25em;
  margin: 0 0 14px;
}
.hero h1, .story h2, .section-title h2, .visit-section h2 {
  font-family: "Heritage", serif;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .92;
  margin: 0;
}
.hero h1 { font-size: clamp(45px, 13.5vw, 66px); }
.hero h1 em, .story h2 em, .visit-section h2 em { color: var(--gold-light); font-weight: 400; }
.hero-copy > p:not(.eyebrow) {
  color: rgba(255,255,255,.64);
  font-size: 11px;
  line-height: 1.75;
  margin: 20px 0 25px;
  max-width: 310px;
}
.hero-button {
  align-items: center;
  border: 1px solid rgba(255,255,255,.48);
  display: inline-flex;
  font-size: 8px;
  font-weight: 600;
  gap: 20px;
  letter-spacing: .14em;
  min-height: 46px;
  padding: 0 17px;
}
.hero-button span { color: var(--gold-light); font-size: 15px; }

.banner-shell {
  background: #080705;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner-stage {
  display: flex;
  height: 100svh;
  transition: transform .85s cubic-bezier(.16,1,.3,1);
  will-change: transform;
}
.banner-slide {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  margin: 0;
  position: relative;
}
.banner-slide img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.banner-arrow, .viewer-arrow {
  align-items: center;
  background: rgba(21,17,12,.72);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  color: white;
  display: flex;
  font-family: "Heritage", serif;
  font-size: 27px;
  height: 41px;
  justify-content: center;
  position: absolute;
  top: 48%;
  width: 41px;
  z-index: 4;
}
.banner-arrow.previous { left: 10px; }
.banner-arrow.next { right: 10px; }
.banner-progress {
  align-items: center;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  bottom: 0;
  display: flex;
  font-size: 8px;
  gap: 12px;
  left: 0;
  letter-spacing: .14em;
  padding: 36px 14px 13px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.banner-dots { display: flex; flex: 1; gap: 5px; }
.banner-dot { background: rgba(255,255,255,.25); border: 0; height: 2px; padding: 0; flex: 1; }
.banner-dot.active { background: var(--gold-light); }

.promise-strip {
  background: white;
  border-bottom: 1px solid var(--line);
  display: grid;
  padding: 15px 19px;
}
.promise-strip div {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 30px 1fr;
  padding: 15px 0;
}
.promise-strip div:last-child { border-bottom: 0; }
.promise-strip span { color: var(--gold); font-size: 8px; grid-row: 1 / 3; }
.promise-strip strong { font-family: "Heritage", serif; font-size: 16px; font-weight: 400; }
.promise-strip small { color: var(--muted); font-size: 8px; margin-top: 3px; }

.story { padding: 78px 21px 70px; }
.story h2 { font-size: 43px; }
.story-copy {
  border-left: 1px solid var(--gold);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  margin: 27px 0 0;
  max-width: 360px;
  padding-left: 18px;
}
.product-section, .categories-section { padding: 64px 16px 72px; }
.product-section { border-top: 1px solid var(--line); }
.warm-section { background: var(--cream); }
.section-title {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 0 5px 27px;
}
.section-title h2 { font-size: 39px; }
.show-all {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .14em;
  min-height: 36px;
  padding: 0;
}
.show-all span { color: var(--gold); font-size: 12px; }
.product-row {
  display: grid;
  gap: 25px 10px;
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.product-card { cursor: pointer; min-width: 0; }
.product-image {
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, rgba(178,138,66,.07), transparent 50%),
    #eee5d8;
  overflow: hidden;
  position: relative;
}
.product-image img { height: 100%; object-fit: cover; width: 100%; }
.product-rank {
  align-items: center;
  background: rgba(21,17,12,.88);
  color: white;
  display: flex;
  font-size: 7px;
  height: 25px;
  justify-content: center;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 25px;
}
.variation-dots {
  bottom: 7px;
  display: flex;
  gap: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.variation-dots i {
  background: rgba(255,255,255,.58);
  border-radius: 50%;
  height: 4px;
  width: 4px;
}
.variation-dots i.active { background: var(--ink); }
.product-info { padding: 11px 2px 0; }
.product-info small { color: var(--gold); font-size: 6px; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 {
  font-family: "Heritage", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.05;
  margin: 4px 0;
}
.product-info p {
  color: var(--muted);
  display: -webkit-box;
  font-size: 8px;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.empty-products {
  align-items: center;
  aspect-ratio: 2 / 1;
  border: 1px dashed rgba(21,17,12,.22);
  color: var(--muted);
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  justify-content: center;
  padding: 25px;
  text-align: center;
}
.empty-products strong { color: var(--ink); font-family: "Heritage", serif; font-size: 22px; font-weight: 400; }
.empty-products span { font-size: 8px; letter-spacing: .12em; margin-top: 7px; }
.categories-section { background: white; border-top: 1px solid var(--line); }
.category-heading { margin-bottom: 5px; }
.category-block { border-top: 1px solid var(--line); padding: 40px 0 55px; }
.category-block .section-title { margin-bottom: 22px; }
.category-block h3 { font-family: "Heritage", serif; font-size: 30px; font-weight: 400; margin: 0; }

.visit-section {
  background:
    radial-gradient(circle at 80% 10%, rgba(178,138,66,.2), transparent 30%),
    var(--maroon);
  color: white;
  padding: 78px 22px;
}
.visit-section h2 { font-size: 49px; }
.visit-section > p:not(.section-label) { color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.75; margin: 22px 0 27px; max-width: 340px; }
.whatsapp-button {
  align-items: center;
  border: 1px solid rgba(255,255,255,.65);
  display: flex;
  font-size: 8px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .14em;
  min-height: 53px;
  max-width: 360px;
}
.visit-section address { color: rgba(255,255,255,.52); font-size: 9px; font-style: normal; line-height: 1.6; margin-top: 24px; max-width: 330px; }
footer { background: #090704; color: white; padding: 53px 20px 105px; text-align: center; }
.footer-mark {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  font-family: "Heritage", serif;
  height: 53px;
  justify-content: center;
  margin: 0 auto 17px;
  width: 53px;
}
footer h2 { font-family: "Heritage", serif; font-size: 20px; font-weight: 400; letter-spacing: .1em; margin: 0; }
footer p, footer > span:last-child { color: rgba(255,255,255,.4); font-size: 7px; letter-spacing: .17em; }
footer p { margin: 8px 0 32px; }
.mobile-dock {
  align-items: center;
  background: rgba(250,246,238,.96);
  border-top: 1px solid var(--line);
  bottom: 0;
  display: flex;
  height: 68px;
  justify-content: space-around;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 70;
  backdrop-filter: blur(14px);
}
.mobile-dock a { align-items: center; display: flex; flex-direction: column; font-size: 6px; gap: 5px; letter-spacing: .1em; }
.mobile-dock span { font-family: "Heritage", serif; font-size: 17px; line-height: 1; }

.list-view, .product-viewer {
  background: var(--ivory);
  inset: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 100;
}
.list-view header {
  align-items: center;
  background: rgba(250,246,238,.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 17px;
  min-height: 78px;
  padding: 12px 17px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.list-view header button, .viewer-close {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.list-view header small { color: var(--gold); font-size: 6px; letter-spacing: .14em; }
.list-view header h2 { font-family: "Heritage", serif; font-size: 25px; font-weight: 400; margin: 2px 0 0; }
.list-grid { display: grid; gap: 28px 10px; grid-template-columns: repeat(2,1fr); padding: 22px 16px 80px; }

.product-viewer { background: #0b0906; color: white; }
.viewer-close { border-color: rgba(255,255,255,.4); color: white; position: fixed; right: 14px; top: 14px; z-index: 3; }
.viewer-image-wrap { align-items: center; display: flex; height: 68svh; justify-content: center; overflow: hidden; position: relative; touch-action: pan-y; }
.viewer-image-wrap img { height: 100%; object-fit: contain; width: 100%; }
.viewer-arrow { top: 48%; }
.viewer-arrow.left { left: 11px; }
.viewer-arrow.right { right: 11px; }
.viewer-counter { background: rgba(0,0,0,.6); bottom: 13px; font-size: 8px; left: 50%; letter-spacing: .13em; padding: 7px 10px; position: absolute; transform: translateX(-50%); }
.viewer-details { background: var(--ivory); color: var(--ink); min-height: 32svh; padding: 28px 21px 45px; }
.viewer-details > p:first-child { color: var(--gold); font-size: 7px; letter-spacing: .16em; margin: 0 0 7px; }
.viewer-details h2 { font-family: "Heritage", serif; font-size: 33px; font-weight: 400; line-height: 1; margin: 0; }
.viewer-details > p:nth-child(3) { color: var(--muted); font-size: 10px; line-height: 1.7; margin: 13px 0 20px; }
.viewer-details a { align-items: center; background: var(--ink); color: white; display: flex; font-size: 8px; justify-content: center; letter-spacing: .14em; min-height: 50px; }

@media (min-width: 760px) {
  .site-header { padding-left: 6vw; padding-right: 6vw; }
  .hero { display: grid; grid-template-columns: 1.15fr .85fr; }
  .banner-shell { grid-column: 1; grid-row: 1; }
  .hero-copy { align-self: stretch; display: flex; flex-direction: column; grid-column: 2; grid-row: 1; justify-content: center; padding: 70px 6vw; }
  .hero h1 { font-size: 72px; }
  .banner-stage { height: calc(100svh - 100px); }
  .promise-strip { grid-template-columns: repeat(3,1fr); padding: 18px 6vw; }
  .promise-strip div { border-bottom: 0; border-right: 1px solid var(--line); padding-left: 25px; }
  .promise-strip div:last-child { border-right: 0; }
  .story, .product-section, .categories-section, .visit-section { padding-left: max(6vw, calc((100vw - 1180px)/2)); padding-right: max(6vw, calc((100vw - 1180px)/2)); }
  .story h2 { font-size: 65px; }
  .product-row, .list-grid { grid-template-columns: repeat(5,1fr); }
  .mobile-dock { display: none; }
  footer { padding-bottom: 55px; }
  .product-viewer { display: grid; grid-template-columns: 1.2fr .8fr; }
  .viewer-image-wrap { height: 100svh; }
  .viewer-details { align-self: center; min-height: auto; margin-right: 7vw; padding: 50px 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .banner-slide { transition: none; }
}
