.hero-shade {
  background: linear-gradient(90deg, rgba(31, 25, 20, .68), rgba(31, 25, 20, .1) 62%, rgba(31, 25, 20, 0));
}

.hero-copy {
  text-shadow: 0 1px 18px rgba(0, 0, 0, .18);
}

.product-image.uploaded-image {
  background-image: var(--product-image);
  background-size: cover;
  background-position: center;
}

.legacy-contact { display: none; }
.contact-card-section { align-items: center; gap: 70px; }
.contact-heading { max-width: 520px; }
.contact-heading h2 { font-family: "Noto Serif SC", serif; font-size: 42px; font-weight: 400; margin: 0 0 16px; }
.contact-heading > p:last-child { line-height: 1.9; color: var(--muted); }
.contact-card { display: flex; align-items: center; gap: 30px; min-width: 430px; padding: 24px; background: rgba(255,255,255,.58); border: 1px solid rgba(36,35,33,.14); }
.qr-frame { width: 150px; height: 150px; padding: 8px; background: white; border: 1px solid var(--line); }
.qr-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.qr-placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #aaa095; color: var(--muted); }
.qr-placeholder span { font-family: "Noto Serif SC", serif; font-size: 20px; }
.qr-placeholder small { margin-top: 8px; font-size: 9px; }
.contact-details { display: grid; gap: 5px; }
.contact-details p { margin: 8px 0 0; font-size: 9px; letter-spacing: .18em; color: var(--muted); }
.contact-details a,.contact-details strong { font-family: "Noto Serif SC", serif; font-size: 20px; font-weight: 400; }
.qr-frame.zoomable { position: relative; cursor: zoom-in; outline-offset: 4px; }
.zoom-hint { position: absolute; left: 50%; bottom: 7px; transform: translateX(-50%); padding: 4px 9px; border-radius: 20px; background: rgba(25,23,20,.72); color: #fff; font-size: 9px; white-space: nowrap; opacity: 0; transition: opacity .2s; }
.qr-frame.zoomable:hover .zoom-hint,.qr-frame.zoomable:focus .zoom-hint { opacity: 1; }
.contact-value { display: flex; align-items: center; gap: 10px; }
.copy-button { padding: 5px 10px; border: 1px solid rgba(36,35,33,.22); background: transparent; color: var(--muted); font-size: 10px; cursor: pointer; }
.copy-button:hover { border-color: var(--ink); color: var(--ink); }
.qr-dialog { width: min(560px, calc(100% - 32px)); padding: 42px; border: 0; background: var(--paper); text-align: center; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.qr-dialog::backdrop { background: rgba(25,22,19,.72); backdrop-filter: blur(4px); }
.qr-dialog img { display: block; width: min(420px,100%); aspect-ratio: 1; object-fit: contain; margin: auto; }
.qr-dialog p { margin: 18px 0 0; color: var(--muted); letter-spacing: .1em; }
.qr-dialog-close { position: absolute; top: 8px; right: 14px; border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.copy-toast { position: fixed; z-index: 100; left: 50%; bottom: 35px; transform: translate(-50%,20px); padding: 11px 20px; border-radius: 3px; background: #242321; color: #fff; font-size: 12px; opacity: 0; pointer-events: none; transition: .2s; }
.copy-toast.show { opacity: 1; transform: translate(-50%,0); }
.hero-copy h1,.story-copy h2 { white-space: pre-line; }
.story-image { background-image: linear-gradient(140deg,rgba(30,26,23,.1),rgba(30,26,23,.42)),var(--story-image) !important; background-position: 82% center; background-size: cover; }
.language-toggle{border:1px solid var(--line)!important;padding:7px 9px!important;min-width:38px;font-size:10px;letter-spacing:.08em}.language-toggle:hover{background:var(--ink)!important;color:#fff!important}html[lang="en"] .hero-copy,html[lang="en"] .story-copy,html[lang="en"] .contact-heading{letter-spacing:.01em}html[lang="en"] .hero-copy{width:min(620px,84vw);max-width:620px}html[lang="en"] .hero h1{font-family:"Noto Serif SC",Georgia,serif;font-size:clamp(34px,4vw,58px);line-height:1.14;overflow-wrap:anywhere}html[lang="en"] .hero-copy>p:not(.eyebrow){max-width:590px;line-height:1.7}@media(max-width:600px){html[lang="en"] .hero-copy{width:auto;max-width:none}html[lang="en"] .hero h1{font-size:34px;line-height:1.16}html[lang="en"] .hero-copy>p:not(.eyebrow){font-size:11px;line-height:1.55}}
.mobile-language-toggle{display:none;background:transparent;color:var(--ink);cursor:pointer;justify-self:end}
@media (max-width: 760px) { .contact-card-section { align-items: flex-start; } .contact-card { min-width: 0; width: 100%; gap: 18px; } .qr-frame { width: 120px; height: 120px; flex: 0 0 120px; } .contact-details a,.contact-details strong { font-size: 16px; } }

@media (max-width: 960px) {
  .mobile-language-toggle { display: block; position: relative; z-index: 22; }
  .menu-toggle { position: relative; z-index: 22; }
  .menu-open { overflow: hidden; }
  .menu-open .site-header { position: fixed; left: 0; right: 0; top: 0; }
  .menu-open .nav-left {
    display: flex;
    position: fixed;
    inset: 78px 0 0;
    z-index: 21;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    background: var(--paper);
    font-family: "Noto Serif SC", serif;
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  html[lang="en"] .intro > p:last-child, html[lang="en"] .display-note, html[lang="en"] .contact-heading > p:last-child { line-height: 1.6; }
  html[lang="en"] .product-meta h3 { font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
  html[lang="en"] .story-copy h2, html[lang="en"] .contact-heading h2 { font-size: 31px; line-height: 1.22; overflow-wrap: anywhere; }
  html[lang="en"] .category-grid strong { font-size: 18px; }
  .dialog-copy h2, .dialog-description { overflow-wrap: anywhere; }
  .dialog-copy .button { min-width: 0; width: 100%; letter-spacing: .08em; }
  .contact-card { align-items: flex-start; }
  .contact-details { min-width: 0; }
  .contact-value { flex-wrap: wrap; }
  .contact-details a, .contact-details strong { overflow-wrap: anywhere; word-break: break-word; }
}

/* Cart-to-WhatsApp flow */
.header-order-button {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  padding: 8px 12px !important;
  border: 1px solid rgba(68,35,28,.24) !important;
  border-radius: 999px;
  background: transparent;
  color: var(--cacao);
  cursor: pointer;
}
.order-count {
  display: inline-grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  color: #fff;
  background: var(--terracotta);
  font: 600 9px "DM Sans",sans-serif;
}
.product-actions { display: flex; align-items: center; gap: 8px; }
.add-order-button {
  padding: 8px 12px;
  border: 1px solid rgba(86,43,30,.24);
  border-radius: 999px;
  background: transparent;
  color: var(--terracotta);
  font: 600 9px "DM Sans",sans-serif;
  letter-spacing: .04em;
  cursor: pointer;
  transition: .2s;
}
.add-order-button:hover { border-color: var(--terracotta); color: #fff; background: var(--terracotta); }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.dialog-actions .button { min-width: 0; flex: 1 1 180px; margin: 0; }
.dialog-actions button { font: inherit; }
.dialog-actions .button.outline { color: var(--forest); border: 1px solid var(--forest); background: transparent; }
.dialog-actions .button.outline:hover { color: #fff; background: var(--forest); }
body.order-opened { overflow: hidden; }
.order-overlay {
  position: fixed;
  z-index: 900;
  inset: 0;
  background: rgba(38,22,17,.56);
  backdrop-filter: blur(3px);
}
.order-drawer {
  position: fixed;
  z-index: 910;
  top: 0;
  right: 0;
  width: min(520px,100vw);
  height: 100dvh;
  padding: 34px 32px 42px;
  overflow-y: auto;
  color: var(--cacao);
  background: #fff8ed;
  box-shadow: -30px 0 80px rgba(43,23,18,.24);
  transform: translateX(102%);
  visibility: hidden;
  transition: transform .3s ease,visibility .3s;
}
.order-drawer[aria-hidden="false"] { transform: translateX(0); visibility: visible; }
.order-drawer-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(83,45,34,.16); }
.order-drawer-head h2 { margin: 5px 0 7px; font: 500 36px/1.1 "Cormorant Garamond","Noto Serif SC",serif; }
.order-drawer-head > div > p:last-child { margin: 0; color: #806359; font-size: 12px; line-height: 1.6; }
.order-close { flex: 0 0 auto; border: 0; background: transparent; color: var(--cacao); font: 300 32px/1 sans-serif; cursor: pointer; }
.order-items { display: grid; gap: 0; margin-top: 12px; }
.order-item { display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid rgba(83,45,34,.13); }
.order-item > div:first-child { min-width: 0; display: grid; gap: 5px; }
.order-item strong { overflow-wrap: anywhere; font-size: 13px; }
.order-item small { color: #9b786d; font-size: 10px; }
.order-quantity { display: flex; align-items: center; border: 1px solid rgba(83,45,34,.2); border-radius: 999px; overflow: hidden; }
.order-quantity button { width: 30px; height: 30px; border: 0; background: transparent; cursor: pointer; }
.order-quantity input { width: 42px; height: 30px; padding: 0; border: 0; border-inline: 1px solid rgba(83,45,34,.14); background: transparent; text-align: center; -moz-appearance: textfield; }
.order-quantity input::-webkit-outer-spin-button,.order-quantity input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.order-remove { border: 0; background: transparent; color: #a34e38; font-size: 10px; cursor: pointer; }
.order-empty { margin: 22px 0; padding: 18px; border: 1px dashed rgba(185,79,50,.28); color: #956f61; text-align: center; font-size: 12px; }
.order-form { display: grid; gap: 15px; margin-top: 26px; }
.order-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.order-form label { display: grid; gap: 7px; color: #75584f; font-size: 10px; letter-spacing: .03em; }
.order-form input,.order-form textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(83,45,34,.2); border-radius: 2px; background: rgba(255,255,255,.76); color: var(--cacao); font: 13px "DM Sans","Microsoft YaHei",sans-serif; }
.order-form input:focus,.order-form textarea:focus { outline: 2px solid rgba(185,79,50,.22); border-color: var(--terracotta); }
.order-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.order-submit { padding: 15px 18px; border: 0; border-radius: 999px; color: #fff; background: var(--terracotta); font-weight: 600; cursor: pointer; }
.order-submit:disabled { opacity: .46; cursor: not-allowed; }
.order-form-note { margin: -4px 0 0; color: #98766b; font-size: 10px; line-height: 1.55; text-align: center; }
.order-status { min-height: 20px; margin: 0; font-size: 12px; line-height: 1.55; text-align: center; }
.order-status.success { color: #176b4e; }
.order-status.error { color: #a33d35; }
.order-whatsapp { padding: 12px 15px; border-radius: 999px; color: #fff; background: #176b4e; text-align: center; text-decoration: none; font-size: 12px; }
.cart-contact-panel { display: grid; gap: 12px; margin-top: 24px; padding: 20px; border: 1px solid rgba(83,45,34,.16); background: rgba(255,255,255,.5); }
.cart-contact-panel p { margin: 0; color: #806359; font-size: 11px; line-height: 1.65; }
.cart-contact-panel p:first-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cart-reference { color: var(--terracotta); font: 600 12px "DM Sans",sans-serif; letter-spacing: .08em; }
.cart-whatsapp { padding: 14px 16px; border-radius: 999px; color: #fff; background: #176b4e; text-align: center; text-decoration: none; font-size: 12px; transition: .2s; }
.cart-whatsapp:hover { transform: translateY(-1px); background: #12543e; }
.cart-whatsapp.disabled { opacity: .46; cursor: not-allowed; transform: none; }
.cart-clear { justify-self: center; padding: 5px 4px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #9a6758; font-size: 10px; cursor: pointer; }
.mobile-order-fab { display: none; }

@media (max-width: 760px) {
  .header-order-button { display: none !important; }
  .product-actions { gap: 5px; }
  .add-order-button { padding: 7px 9px; font-size: 8px; }
  .order-drawer { width: 100vw; padding: 24px 18px 34px; }
  .order-drawer-head h2 { font-size: 32px; }
  .order-form-grid { grid-template-columns: 1fr; }
  .order-item { grid-template-columns: minmax(0,1fr) auto; }
  .order-remove { grid-column: 2; }
  .mobile-order-fab {
    position: fixed;
    z-index: 64;
    left: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 12px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: #fff;
    background: var(--terracotta);
    box-shadow: 0 10px 30px rgba(45,24,17,.28);
    cursor: pointer;
  }
  .mobile-order-fab .order-count { color: var(--terracotta); background: #fff; }
}

/* 2026 Latin edit: warm modernism, tropical light and confident movement */
:root {
  --ink: #281712;
  --muted: #7d665e;
  --cream: #f1dfc4;
  --paper: #fbf3e8;
  --line: rgba(70, 38, 29, .18);
  --steel: #9d806b;
  --accent: #c85f3c;
  --terracotta: #b94f32;
  --cacao: #3a211c;
  --forest: #1f4b3d;
  --gold: #ca9b42;
  --turquoise: #2f8987;
  --sun: #edb84f;
}

::selection { background: var(--terracotta); color: #fff8ee; }
body {
  background:
    radial-gradient(circle at 8% 18%, rgba(235, 177, 78, .09), transparent 22rem),
    var(--paper);
  color: var(--ink);
  font-family: "DM Sans", "Microsoft YaHei", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: repeating-linear-gradient(115deg, transparent 0 28px, rgba(90, 49, 35, .035) 28px 29px);
}

.announcement {
  height: 32px;
  line-height: 32px;
  background: var(--forest);
  color: #f9e8cb;
  font-size: 9px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.announcement::before { content: "✦"; margin-right: 12px; color: var(--sun); }
.announcement::after { content: "✦"; margin-left: 12px; color: var(--sun); }

.site-header {
  position: sticky;
  top: 0;
  height: 88px;
  background: rgba(251, 243, 232, .94);
  border-bottom: 1px solid rgba(73, 38, 29, .12);
  box-shadow: 0 8px 30px rgba(65, 35, 27, .04);
  backdrop-filter: blur(16px);
}

.brand strong { color: var(--cacao); letter-spacing: .24em; }
.brand span { color: var(--terracotta); font-weight: 600; letter-spacing: .34em; }
.nav { color: #5d3b31; font-weight: 500; }
.nav a { position: relative; padding: 12px 0; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 6px;
  height: 1px;
  background: var(--terracotta);
  transition: right .25s ease;
}
.nav a:hover::after { right: 0; }
.language-toggle { border-color: rgba(68, 35, 28, .25) !important; border-radius: 999px; }
.mobile-only-nav { display: none !important; }

.hero {
  height: min(82vh, 860px);
  min-height: 640px;
  color: #fff9ee;
  background: var(--cacao);
}
.hero > img { object-position: 67% center; filter: saturate(1.08) contrast(1.02) sepia(.04); }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(48, 20, 14, .82) 0%, rgba(104, 40, 24, .55) 38%, rgba(35, 44, 32, .08) 72%),
    linear-gradient(0deg, rgba(42, 20, 13, .24), transparent 52%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--terracotta) 0 34%, var(--sun) 34% 67%, var(--forest) 67%);
}
.hero-copy { left: 8vw; max-width: 640px; text-shadow: 0 4px 28px rgba(35, 14, 9, .28); }
.hero-copy.reveal.visible { transform: translateY(-50%); }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 20px !important;
  padding: 8px 13px;
  border: 1px solid rgba(255, 245, 224, .48);
  border-radius: 999px;
  color: #ffe7b4 !important;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  line-height: 1 !important;
}
.hero h1 {
  max-width: 670px;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(46px, 5.25vw, 78px);
  line-height: 1.06;
  letter-spacing: .025em;
}
html[lang="en"] .hero h1,
html[lang="en"] .intro h2,
html[lang="en"] .manifesto-copy h2,
html[lang="en"] .story h2,
html[lang="en"] .section-heading h2,
html[lang="en"] .contact h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}
html[lang="en"] .hero h1 { font-size: clamp(48px, 5.4vw, 80px); line-height: .98; }
.hero-copy > p:not(.eyebrow):not(.hero-badge) { max-width: 560px; font-size: 13px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-mantra { font-size: 9px; color: #ffd68a; letter-spacing: .25em; white-space: nowrap; }
.button { border-radius: 999px; min-width: 218px; padding: 15px 21px; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.light:hover { background: #fff5e5; color: var(--cacao); }
.hero-index { bottom: 34px; }
.hero-index i { background: linear-gradient(90deg, var(--sun), rgba(255,255,255,.35)); }
.hero-sun {
  position: absolute;
  right: 5.5vw;
  bottom: 11%;
  width: 145px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 224, 159, .46);
  border-radius: 50%;
  opacity: .78;
}
.hero-sun::before,.hero-sun::after,.hero-sun i,.hero-sun span { content: ""; position: absolute; }
.hero-sun::before { inset: 20px; border: 1px solid rgba(255, 224, 159, .54); border-radius: 50%; }
.hero-sun::after { inset: 50%; width: 1px; height: 190px; background: rgba(255, 224, 159, .34); transform: translate(-50%,-50%); }
.hero-sun i { inset: 50%; width: 190px; height: 1px; background: rgba(255, 224, 159, .34); transform: translate(-50%,-50%); }
.hero-sun span { inset: 47px; border-radius: 50%; background: rgba(237, 184, 79, .78); box-shadow: 0 0 35px rgba(237, 184, 79, .38); }

.signature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cacao);
  color: #f8e7ce;
}
.signature-strip > div { position: relative; padding: 30px 3vw; border-right: 1px solid rgba(255,255,255,.12); }
.signature-strip > div:last-child { border-right: 0; }
.signature-strip span { position: absolute; right: 18px; top: 15px; color: rgba(255,255,255,.28); font-family: "Cormorant Garamond", serif; font-size: 26px; }
.signature-strip strong { display: block; font: 500 17px "Noto Serif SC", serif; }
.signature-strip small { display: block; margin-top: 7px; color: #d6a86a; font-size: 8px; letter-spacing: .2em; }

.intro { padding: 110px 20px 46px; }
.intro .eyebrow,.section-heading .eyebrow { color: var(--terracotta); }
.intro h2,.section-heading h2 { font-size: clamp(40px, 4vw, 58px); color: var(--cacao); }
.intro > p:last-child { max-width: 600px; margin: auto; line-height: 1.8; }

.latin-manifesto {
  width: min(1420px, calc(100% - 10vw));
  margin: 0 auto 100px;
  padding: 58px;
  display: grid;
  grid-template-columns: .62fr 1.1fr 1.25fr;
  align-items: center;
  gap: 56px;
  overflow: hidden;
  position: relative;
  color: #fff3df;
  background:
    radial-gradient(circle at 16% 12%, rgba(238, 184, 79, .28), transparent 18rem),
    linear-gradient(125deg, var(--terracotta), #95402d 54%, var(--cacao));
  border-radius: 2px 64px 2px 64px;
}
.latin-manifesto::after {
  content: "";
  position: absolute;
  inset: auto -8% -65% auto;
  width: 390px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 226, 175, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,226,175,.035), 0 0 0 68px rgba(255,226,175,.025);
}
.manifesto-stamp {
  width: min(220px, 100%);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 237, 203, .45);
  border-radius: 50%;
  transform: rotate(-7deg);
}
.manifesto-stamp span { font: 500 13px "DM Sans", sans-serif; letter-spacing: .34em; margin-left: .34em; }
.manifesto-stamp strong { font: 500 76px/1 "Cormorant Garamond", serif; color: var(--sun); }
.manifesto-stamp small { font-size: 8px; letter-spacing: .24em; }
.manifesto-copy,.manifesto-values { position: relative; z-index: 1; }
.manifesto-copy .eyebrow { color: #ffd38a; }
.manifesto-copy h2 { margin: 0 0 22px; font: 500 42px/1.25 "Noto Serif SC", serif; }
.manifesto-copy > p:last-child { margin: 0; color: #f1d7c7; line-height: 1.9; }
.manifesto-values { display: grid; gap: 0; }
.manifesto-values article { display: grid; grid-template-columns: 42px 80px 1fr; align-items: center; gap: 12px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); }
.manifesto-values article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.manifesto-values span { color: #d99672; font-size: 9px; }
.manifesto-values strong { color: var(--sun); font: 600 19px "Cormorant Garamond", serif; letter-spacing: .12em; }
.manifesto-values p { margin: 0; color: #f6dfcf; font-size: 12px; }

.products-section { padding: 0 5vw 120px; }
.filter-bar { margin-bottom: 52px; }
.filter { border-radius: 999px; border-color: rgba(82, 43, 32, .2); color: #6d5047; transition: .2s; }
.filter.active,.filter:hover { background: var(--terracotta); border-color: var(--terracotta); color: #fff; }
.product-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 34px 12px; }
.product-card { position: relative; padding-bottom: 20px; border-bottom: 1px solid rgba(80, 42, 31, .17); }
.product-card:focus-visible { outline: 2px solid var(--turquoise); outline-offset: 5px; }
.product-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background-color: #ead8c2;
  box-shadow: 0 18px 48px rgba(72, 36, 25, .08);
}
.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 210, 132, .12), transparent 45%, rgba(39, 76, 62, .06));
  border: 1px solid rgba(89, 49, 35, .09);
}
.product-badge {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--terracotta);
  color: #fff7e9;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
}
.product-category { color: var(--terracotta); font-weight: 600; }
.filter-empty { margin: 70px auto 15px; padding: 35px 24px; max-width: 680px; border: 1px solid rgba(185,79,50,.24); border-radius: 2px 28px 2px 28px; color: var(--terracotta); background: rgba(255,248,237,.56); text-align: center; font: 500 15px/1.7 "Noto Serif SC", serif; }
html[lang="en"] .filter-empty { font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; }
.product-meta h3 { color: var(--cacao); font-size: 14px; line-height: 1.4; }
.detail-button { border-radius: 50%; border-color: rgba(86, 43, 30, .25); color: var(--terracotta); transition: .2s; }
.product-card:hover .detail-button { background: var(--forest); border-color: var(--forest); color: #fff; transform: rotate(45deg); }
.product-code { color: #9a786c; }

.story { grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--forest); }
.story-image { min-height: 720px; background-position: 72% center; filter: saturate(.88) contrast(1.04); }
.story-copy { position: relative; padding: 9vw 8vw; color: #fff5e5; }
.story-copy::before { content: "✦"; position: absolute; right: 8vw; top: 5.5vw; color: var(--sun); font-size: 30px; }
.story-copy .eyebrow { color: #e8b369; }
.story-copy h2 { color: #fff5e5; font-size: clamp(44px, 4.5vw, 66px); }
.story-copy > p:not(.eyebrow) { color: #d9e0d6; }
.story dl div { border-color: rgba(255,255,255,.18); }
.story dt { color: #ffd38a; }
.story dd { color: #c9d6cd; }

.categories { padding: 110px 5vw 130px; background: #f1ddc4; }
.category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; border: 0; }
.category-grid button {
  position: relative;
  height: 255px;
  overflow: hidden;
  border: 1px solid rgba(81, 42, 31, .14) !important;
  background: rgba(255, 248, 237, .58);
}
.category-grid button::before {
  content: "";
  position: absolute;
  width: 120px;
  aspect-ratio: 1;
  right: -50px;
  top: -48px;
  border: 1px solid rgba(190, 81, 48, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(190,81,48,.035);
}
.category-grid button:nth-child(2)::before { border-color: rgba(47, 137, 135, .34); }
.category-grid button:nth-child(3)::before { border-color: rgba(31, 75, 61, .32); }
.category-grid button:nth-child(4)::before { border-color: rgba(202, 155, 66, .45); }
.category-grid button:nth-child(5)::before { border-color: rgba(185, 79, 50, .38); }
.category-grid button:hover { color: #fff7e9; background: var(--terracotta); transform: translateY(-4px); }
.category-grid button:nth-child(2):hover { background: var(--turquoise); }
.category-grid button:nth-child(3):hover { background: var(--forest); }
.category-grid button:nth-child(4):hover { background: #a8792f; }
.category-grid button:nth-child(5):hover { background: #7e3829; }
.category-grid span { color: var(--terracotta); }
.category-grid button:hover span { color: #ffe0a7; }

.contact-card-section { padding: 110px 9vw; color: #fff5e5; background: var(--cacao); }
.contact-heading .eyebrow { color: var(--sun); }
.contact-heading h2 { color: #fff5e5; font-size: clamp(44px, 4.5vw, 62px); }
.contact-heading > p:last-of-type { color: #d8bfb3; }
.contact-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.contact-tags span { padding: 8px 12px; border: 1px solid rgba(255, 231, 195, .24); border-radius: 999px; color: #efd8c6; font-size: 9px; letter-spacing: .08em; }
.contact-card { background: #f4e4ce; border: 0; color: var(--cacao); box-shadow: 24px 24px 0 var(--terracotta); }
.contact-details p { color: #956f61; }
.copy-button { border-radius: 999px; border-color: rgba(55, 29, 23, .2); }
.copy-button:hover { background: var(--forest); border-color: var(--forest); color: #fff; }
.whatsapp-button { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3px 14px; margin-top: 20px; padding: 14px 18px; color: #fff; background: var(--forest); border-radius: 2px 18px 2px 18px; transition: transform .25s ease, background .25s ease; }
.whatsapp-button::before { content: "WA"; grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font: 600 10px "DM Sans", sans-serif; letter-spacing: .08em; }
.whatsapp-button span { color: #d8c4a7; font: 500 8px "DM Sans", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.whatsapp-button strong { color: #fff; font: 500 13px "DM Sans", sans-serif; }
.whatsapp-button:hover { background: var(--terracotta); transform: translateY(-2px); }
.hero-actions .button b,.dialog-contact b { font: inherit; }
.mobile-whatsapp { display: none; }

footer { min-height: 240px; background: var(--forest); color: #f0dcc1; border-top: 8px solid var(--sun); }
footer .brand strong { color: #fff2dc; }
footer .brand span { color: #e5b46e; }
.footer-mantra { color: #e5b46e; font: 600 11px "DM Sans", sans-serif; letter-spacing: .28em; }

.product-dialog { background: #fbf0e3; }
.product-dialog::backdrop { background: rgba(42, 24, 19, .76); }
.dialog-copy .button.dark { background: var(--terracotta); border-color: var(--terracotta); }
.search-panel { background: rgba(251, 243, 232, .98); }
.search-panel label { color: var(--cacao); }

@media (max-width: 1080px) {
  .latin-manifesto { grid-template-columns: .55fr 1fr; }
  .manifesto-values { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .manifesto-values article { grid-template-columns: 34px 65px 1fr; border-bottom: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 960px) {
  .site-header { height: 78px; }
  body.menu-open .nav-left {
    display: flex !important;
    position: fixed !important;
    inset: 78px 0 0 !important;
    z-index: 80;
    min-height: calc(100svh - 78px);
    padding: 42px 28px 74px;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    overflow-y: auto;
    background: var(--cacao) !important;
    color: #fff5e5;
  }
  body.menu-open .nav-left > * {
    display: block !important;
    width: min(420px, 100%);
    margin: 0 auto;
    padding: 15px 4px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: #fff5e5;
    text-align: left;
    font: 500 clamp(23px, 7vw, 32px)/1.25 "Cormorant Garamond", "Noto Serif SC", serif;
  }
  body.menu-open .nav-left > *:last-child { border-bottom: 0; }
  .menu-open .nav-left a::after { display: none; }
  .menu-open .mobile-only-nav { display: block !important; }
  .menu-open .nav-left button { border: 0; background: transparent; color: #fff5e5; font: inherit; cursor: pointer; }
  .menu-open .mobile-whatsapp { display: none; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 560px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid button:last-child { grid-column: 1 / -1; }
  .signature-strip { grid-template-columns: repeat(2, 1fr); }
  .signature-strip > div:nth-child(2) { border-right: 0; }
  .signature-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-card { box-shadow: 14px 14px 0 var(--terracotta); }
}

@media (max-width: 760px) {
  .hero { height: 78svh; min-height: 610px; }
  .hero > img { object-position: 70% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(46, 21, 15, .88) 0%, rgba(91, 38, 24, .42) 48%, rgba(35, 40, 31, .06) 78%); }
  .hero-copy { left: 7vw; right: 7vw; bottom: 78px; top: auto; transform: none; }
  .hero-copy.reveal.visible { transform: none; }
  .hero h1 { font-size: clamp(40px, 12vw, 56px); }
  html[lang="en"] .hero h1 { font-size: clamp(43px, 12.5vw, 58px); }
  .hero-sun { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-mantra { font-size: 8px; }
  .latin-manifesto { width: calc(100% - 28px); margin-bottom: 64px; padding: 28px 22px; grid-template-columns: 1fr; gap: 20px; border-radius: 2px 26px 2px 26px; }
  .manifesto-stamp { width: auto; aspect-ratio: auto; justify-self: start; flex-direction: row; gap: 10px; border: 0; transform: none; }
  .manifesto-stamp span { font-size: 10px; letter-spacing: .25em; }
  .manifesto-stamp strong { font-size: 38px; }
  .manifesto-stamp small { font-size: 7px; letter-spacing: .18em; }
  .manifesto-copy .eyebrow { margin-bottom: 10px; font-size: 8px; }
  .manifesto-copy h2 { margin-bottom: 12px; font-size: 27px; line-height: 1.35; }
  .manifesto-copy > p:last-child { font-size: 12px; line-height: 1.7; }
  .manifesto-values { grid-column: auto; grid-template-columns: 1fr; }
  .manifesto-values article { grid-template-columns: 25px 58px 1fr; gap: 8px; padding: 11px 0; }
  .manifesto-values strong { font-size: 16px; }
  .manifesto-values p { font-size: 11px; line-height: 1.45; }
  .mobile-whatsapp { position: fixed; z-index: 65; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 9px; padding: 8px 13px 8px 8px; color: #fff; background: #176b4e; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; box-shadow: 0 10px 30px rgba(45,24,17,.3); }
  .mobile-whatsapp span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #176b4e; background: #fff; font: 700 8px "DM Sans", sans-serif; }
  .mobile-whatsapp strong { font: 600 10px "DM Sans", sans-serif; letter-spacing: .04em; }
}

@media (max-width: 600px) {
  .announcement { overflow: hidden; padding: 0 15px; font-size: 7px; white-space: nowrap; text-overflow: ellipsis; }
  .brand strong { font-size: 17px; }
  .brand span { font-size: 7px; }
  .signature-strip > div { padding: 23px 18px; }
  .signature-strip strong { font-size: 14px; }
  .signature-strip span { font-size: 21px; }
  .intro { padding: 82px 20px 38px; }
  .intro h2,.section-heading h2 { font-size: 38px; }
  .products-section { padding-left: 14px; padding-right: 14px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 8px; }
  .product-image { aspect-ratio: 1 / 1; }
  .dialog-image { min-height: 260px; }
  .product-badge { left: 8px; top: 8px; padding: 5px 7px; font-size: 7px; }
  .product-meta { padding-top: 8px; }
  .product-category,.product-code { display: none; }
  .product-meta h3 { font-size: 11px; line-height: 1.3; }
  .story-image { min-height: 460px; }
  .story-copy { padding: 72px 25px; }
  .story-copy h2 { font-size: 44px; }
  .categories { padding: 84px 14px; }
  .category-grid { gap: 8px; }
  .category-grid button { height: 170px; }
  .category-grid strong { font-size: 21px; }
  .contact-card-section { padding: 78px 25px 92px; }
  .contact-heading h2 { font-size: 43px; }
  .contact-card { padding: 18px; box-shadow: 10px 10px 0 var(--terracotta); }
  footer { padding: 50px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
