:root {
  --terracotta: #9f4f35;
  --sand: #e8d4b7;
  --ivory: #fbf8f1;
  --charcoal: #252321;
  --green: #596b4b;
  --clay: #c78362;
  --line: #e8ded0;
  --muted: #70685f;
  --shadow: 0 18px 48px rgba(37, 35, 33, .12);
  --radius: 8px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.02; margin: 0 0 .7rem; }
h1 { font-size: clamp(2.8rem, 8vw, 6.8rem); }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: 1.45rem; }
p { color: var(--muted); margin: 0 0 1rem; }
.skip-link, .sr-only { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 99; background: white; padding: .7rem 1rem; }
.topbar {
  display: flex; justify-content: space-between; gap: 1rem; padding: .55rem clamp(1rem, 4vw, 3rem);
  background: var(--charcoal); color: var(--ivory); font-size: .84rem;
}
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,248,241,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; gap: 1.2rem; align-items: center; padding: .7rem clamp(1rem, 4vw, 3rem); }
.brand img { width: 174px; height: 70px; object-fit: contain; object-position: center; border-radius: var(--radius); background: #fffaf2; padding: .25rem; }
.nav-links { display: flex; justify-content: center; gap: clamp(.6rem, 2vw, 1.6rem); font-weight: 600; font-size: .95rem; }
.nav-tools { display: flex; align-items: center; gap: .45rem; }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.4rem; }
.icon-btn {
  min-width: 42px; height: 42px; border: 1px solid var(--line); background: #fffaf2; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: .25rem; cursor: pointer;
}
.btn {
  border: 0; background: var(--charcoal); color: white; padding: .9rem 1.25rem; border-radius: 999px;
  font-weight: 700; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; min-height: 46px;
}
.btn:hover { background: var(--terracotta); }
.btn-ghost { background: transparent; color: var(--charcoal); border: 1px solid var(--charcoal); }
.btn-small { padding: .55rem .85rem; min-height: 38px; }
.btn-full { width: 100%; }
.eyebrow { display: block; color: var(--terracotta); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; margin-bottom: .85rem; }
.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 116px); display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, 1fr);
  gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem) 2rem;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 0;
  opacity: .9;
  background: #171513;
  filter: saturate(1.08) contrast(1.05) brightness(.88);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(251, 248, 241, .9), rgba(251, 248, 241, .58) 42%, rgba(37, 35, 33, .08)),
    linear-gradient(180deg, rgba(251, 248, 241, .42), rgba(251, 248, 241, .18));
}
.hero-copy, .hero-gallery { position: relative; z-index: 2; }
.hero-copy { text-shadow: 0 1px 18px rgba(251, 248, 241, .9); }
.hero-copy p { max-width: 720px; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.hero-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: end; }
.hero-gallery img {
  background: white; border: 1px solid var(--line); border-radius: var(--radius); aspect-ratio: 1 / 1;
  object-fit: contain; padding: 1rem; box-shadow: var(--shadow);
}
.hero-gallery img:first-child { grid-row: span 2; transform: translateY(-1rem); }
.section { padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem); }
.warm, .band { background: #f3eadb; }
.section-head { max-width: 760px; margin-bottom: 2rem; }
.category-grid, .product-grid, .value-grid, .testimonial-grid, .post-grid, .artisan-grid { display: grid; gap: 1rem; }
.category-grid { grid-template-columns: repeat(7, minmax(130px, 1fr)); overflow-x: auto; }
.category-card, .product-card, .post-card, blockquote, .value-grid article, .form-card, .summary-card {
  background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.category-card { min-height: 180px; padding: 1rem; display: grid; align-content: space-between; font-weight: 800; }
.category-card img { height: 104px; width: 100%; object-fit: contain; }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { display: flex; flex-direction: column; }
.product-media { background: white; aspect-ratio: 1 / 1; display: grid; place-items: center; }
.product-media img { width: 88%; height: 88%; object-fit: contain; transition: transform .3s ease; }
.product-card:hover img { transform: scale(1.04); }
.product-info { padding: 1rem; display: grid; gap: .45rem; flex: 1; }
.product-info h3 a { text-decoration: none; }
.badge { width: fit-content; background: #efe0cc; color: #7b3d2a; border-radius: 999px; padding: .25rem .6rem; font-size: .76rem; font-weight: 800; }
.product-actions { display: flex; align-items: center; gap: .55rem; margin-top: auto; }
.product-actions strong { margin-right: auto; }
.value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-grid article, blockquote { padding: 1.2rem; }
.value-grid span { color: var(--terracotta); font-size: 1.5rem; }
.split, .store-band, .checkout-grid, .product-page { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.shop-layout { display: grid; gap: 1.5rem; align-items: start; }
.artisan-stack { display: grid; gap: 1rem; }
.artisan-stack article, .artisan-grid article { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; align-items: center; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; }
.artisan-stack img, .artisan-grid img { aspect-ratio: 1; object-fit: contain; background: var(--ivory); border-radius: var(--radius); }
.store-band iframe { width: 100%; min-height: 360px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
blockquote { margin: 0; }
cite { font-style: normal; font-weight: 800; }
.post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-card img { height: 210px; width: 100%; object-fit: contain; background: white; }
.post-card { padding-bottom: 1rem; }
.post-card h2, .post-card h3, .post-card p, .post-card span { margin-left: 1rem; margin-right: 1rem; }
.page-hero { padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem); background: #efe4d4; }
.page-hero.compact h1 { max-width: 980px; }
.page-hero.compact p { max-width: 760px; font-size: 1.06rem; }
.filters {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) minmax(180px, 240px) minmax(180px, 240px);
  gap: .8rem;
  align-items: end;
}
.filters h2 { font-size: 1.65rem; margin: 0; align-self: center; white-space: nowrap; }
.shop-products { grid-template-columns: repeat(3, minmax(260px, 1fr)); }
.shop-products .product-card { min-height: 100%; }
.shop-products .product-media { aspect-ratio: 4 / 3; }
.shop-products .product-info { padding: 1.15rem; }
.shop-products .product-info h3 { font-size: 1.75rem; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: white; padding: .9rem 1rem; color: var(--charcoal);
}
textarea { min-height: 140px; resize: vertical; }
.product-gallery { display: grid; gap: 1rem; }
.main-product-image { width: 100%; aspect-ratio: 1; object-fit: contain; background: white; border-radius: var(--radius); border: 1px solid var(--line); padding: 1rem; }
.product-gallery > div { display: flex; gap: .7rem; }
.thumb { border: 1px solid var(--line); border-radius: var(--radius); background: white; padding: .4rem; width: 84px; height: 84px; cursor: pointer; }
.thumb img { width: 100%; height: 100%; object-fit: contain; }
.price { font-size: 1.4rem; color: var(--charcoal); font-weight: 800; }
.specs { border-top: 1px solid var(--line); margin-top: 1.4rem; }
.specs div { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding: .8rem 0; }
details { border-bottom: 1px solid var(--line); padding: .9rem 0; }
summary { cursor: pointer; font-weight: 800; }
.prose { max-width: 900px; }
.prose img { border-radius: var(--radius); background: white; padding: 1rem; margin: 1rem 0; }
.check-list { padding-left: 1.2rem; }
.form-card, .summary-card { padding: 1.2rem; display: grid; gap: .8rem; }
.muted { font-size: .9rem; }
.newsletter { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 3rem clamp(1rem, 5vw, 5rem); }
.inline-form { display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: .7rem; min-width: min(520px, 100%); }
.form-message { grid-column: 1 / -1; margin: 0; font-size: .9rem; }
.site-footer { background: var(--charcoal); color: var(--ivory); }
.site-footer p, .site-footer a { color: #d8d1c6; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; padding: 3rem clamp(1rem, 5vw, 5rem); }
.footer-grid div { display: grid; align-content: start; gap: .45rem; }
.footer-logo { width: 190px; border-radius: var(--radius); background: #fffaf2; padding: .25rem; }
.legal { border-top: 1px solid rgba(255,255,255,.16); padding: 1rem clamp(1rem, 5vw, 5rem); display: flex; flex-wrap: wrap; gap: 1rem; font-size: .9rem; }
.whatsapp { position: fixed; right: 1rem; bottom: 1rem; background: var(--green); color: white; padding: .8rem 1rem; border-radius: 999px; font-weight: 800; z-index: 15; box-shadow: var(--shadow); }
.search-panel { position: fixed; inset: 0; background: rgba(37,35,33,.55); z-index: 50; padding: 2rem; }
.search-box { max-width: 760px; margin: 5vh auto; background: var(--ivory); border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow); }
.search-box .close { float: right; }
.search-results { display: grid; gap: .7rem; margin-top: 1rem; }
.search-results a { background: white; border: 1px solid var(--line); padding: .8rem; border-radius: var(--radius); }
.cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: min(420px, 92vw); z-index: 45; background: var(--ivory); box-shadow: var(--shadow); padding: 1rem; display: grid; grid-template-rows: auto 1fr auto auto; gap: 1rem; }
.drawer-head, .drawer-total { display: flex; justify-content: space-between; align-items: center; }
.drawer-items { overflow: auto; display: grid; align-content: start; gap: .8rem; }
.cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: .7rem; align-items: center; background: white; border: 1px solid var(--line); padding: .6rem; border-radius: var(--radius); }
.cart-line img { width: 64px; height: 64px; object-fit: contain; }
@media (max-width: 980px) {
  .nav { grid-template-columns: auto auto 1fr; }
  .nav-toggle { display: inline-flex; justify-self: end; }
  .nav-links { display: none; grid-column: 1 / -1; flex-direction: column; align-items: start; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; }
  .nav-links.open { display: flex; }
  .nav-tools { justify-self: end; }
  .hero, .split, .store-band, .checkout-grid, .product-page { grid-template-columns: 1fr; }
  .product-grid, .value-grid, .testimonial-grid, .post-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filters { grid-template-columns: 1fr 1fr; }
  .filters h2 { grid-column: 1 / -1; }
  .shop-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .topbar { flex-direction: column; gap: .2rem; }
  .nav { grid-template-columns: auto auto; }
  .brand img { width: 150px; height: 62px; }
  .nav-tools { grid-column: 1 / -1; justify-self: stretch; }
  .hero { padding-top: 2rem; min-height: auto; }
  .hero-gallery { grid-template-columns: 1fr; }
  .hero-gallery img:first-child { grid-row: auto; transform: none; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(251, 248, 241, .9), rgba(251, 248, 241, .58)),
      rgba(37, 35, 33, .08);
  }
  .product-grid, .shop-products, .value-grid, .testimonial-grid, .post-grid, .footer-grid, .artisan-grid article { grid-template-columns: 1fr; }
  .filters { grid-template-columns: 1fr; }
  .newsletter, .inline-form { display: grid; grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .specs div { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}
