:root {
  --catalog-cream: #fff8e9;
  --catalog-sand: #f1e0c3;
  --catalog-ink: #102632;
  --catalog-blue: #126c88;
  --catalog-deep-blue: #0d526a;
  --catalog-yellow: #f5c532;
  --catalog-terra: #bd603f;
  --catalog-olive: #315b43;
  --catalog-white: #fffdf8;
  --catalog-line: rgba(16, 38, 50, 0.14);
  --catalog-muted: #5d6b70;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.catalog-body {
  margin: 0;
  background: var(--catalog-cream);
  color: var(--catalog-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.catalog-page {
  min-height: 100vh;
  overflow: hidden;
}

.catalog-page a {
  color: inherit;
}

.catalog-skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--catalog-yellow);
  color: var(--catalog-ink);
  font-weight: 800;
  text-decoration: none;
}

.catalog-skip-link:focus {
  transform: translateY(0);
}

.catalog-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--catalog-ink);
  color: var(--catalog-white);
}

.catalog-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  white-space: nowrap;
}

.catalog-brand span {
  color: var(--catalog-yellow);
}

.catalog-main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
  font-size: 0.88rem;
  font-weight: 750;
}

.catalog-main-nav a {
  padding: 10px 0;
  text-decoration: none;
}

.catalog-main-nav a:hover,
.catalog-main-nav a:focus-visible {
  color: var(--catalog-yellow);
}

.catalog-header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catalog-languages {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}

.catalog-languages a,
.catalog-languages span {
  min-width: 34px;
  padding: 7px 8px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.catalog-languages span {
  background: var(--catalog-yellow);
  color: var(--catalog-ink);
}

.catalog-header-cta,
.catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--catalog-yellow);
  color: var(--catalog-ink);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.catalog-header-cta:hover,
.catalog-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(16, 38, 50, 0.18);
}

.catalog-button.secondary {
  border-color: rgba(255, 255, 255, 0.44);
  background: transparent;
  color: var(--catalog-white);
}

.catalog-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: 650px;
  background:
    radial-gradient(circle at 12% 16%, rgba(245, 197, 50, 0.16), transparent 28%),
    linear-gradient(128deg, var(--catalog-ink), #123f50 54%, var(--catalog-deep-blue));
  color: var(--catalog-white);
}

.catalog-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding: clamp(72px, 9vw, 132px) 5vw;
}

.catalog-eyebrow {
  margin: 0 0 18px;
  color: var(--catalog-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-hero .catalog-eyebrow,
.catalog-cta .catalog-eyebrow {
  color: var(--catalog-yellow);
}

.catalog-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.85rem, 6.2vw, 6.2rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.catalog-hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.75;
}

.catalog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.catalog-hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 248, 233, 0.04), rgba(245, 197, 50, 0.14));
}

.catalog-hero-orbit {
  position: absolute;
  inset: 12% 8% 10% 4%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 44% 56% 48% 52%;
  transform: rotate(-8deg);
}

.catalog-hero-product {
  position: absolute;
  z-index: 2;
  width: min(46%, 310px);
  max-height: 68%;
  object-fit: contain;
  border-radius: 14px;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.28));
}

.catalog-hero-product.chocolate {
  left: 4%;
  bottom: 8%;
  transform: rotate(-5deg);
}

.catalog-hero-product.salt {
  right: 4%;
  top: 10%;
  transform: rotate(5deg);
}

.catalog-hero-badge {
  position: absolute;
  z-index: 3;
  left: 8%;
  top: 8%;
  max-width: 220px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(16, 38, 50, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.catalog-hero-badge strong,
.catalog-hero-badge span {
  display: block;
}

.catalog-hero-badge strong {
  margin-bottom: 5px;
  font-size: 0.92rem;
}

.catalog-hero-badge span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.5;
}

.catalog-stats {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1180px;
  margin: -42px auto 0;
  border: 1px solid var(--catalog-line);
  border-radius: 24px;
  background: var(--catalog-white);
  box-shadow: 0 24px 65px rgba(16, 38, 50, 0.12);
}

.catalog-stat {
  padding: 24px clamp(20px, 3vw, 40px);
}

.catalog-stat + .catalog-stat {
  border-left: 1px solid var(--catalog-line);
}

.catalog-stat strong,
.catalog-stat span {
  display: block;
}

.catalog-stat strong {
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}

.catalog-stat span {
  color: var(--catalog-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.catalog-shell {
  width: min(1480px, 90vw);
  margin-inline: auto;
}

.catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 7vw, 110px);
  padding-top: clamp(90px, 10vw, 150px);
  padding-bottom: 72px;
}

.catalog-intro h2,
.producer-title h2,
.catalog-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.catalog-intro h2 {
  max-width: 580px;
  font-size: clamp(2.2rem, 4.5vw, 4.7rem);
  line-height: 1.06;
}

.catalog-intro-copy {
  align-self: end;
}

.catalog-intro-copy p {
  margin: 0;
  color: var(--catalog-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.catalog-intro-copy p + p {
  margin-top: 18px;
}

.catalog-jumpbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 5vw;
  border-block: 1px solid var(--catalog-line);
  background: rgba(255, 248, 233, 0.95);
  backdrop-filter: blur(14px);
}

.catalog-jumpbar-label {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-jumps,
.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-jumps a,
.catalog-filter {
  padding: 9px 14px;
  border: 1px solid var(--catalog-line);
  border-radius: 999px;
  background: var(--catalog-white);
  color: var(--catalog-ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.catalog-jumps a:hover,
.catalog-filter:hover,
.catalog-filter[aria-pressed="true"] {
  border-color: var(--catalog-ink);
  background: var(--catalog-ink);
  color: var(--catalog-white);
}

.catalog-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 44px 0 18px;
}

.catalog-filter-row p {
  margin: 0;
  color: var(--catalog-muted);
  font-size: 0.82rem;
}

.producer-section {
  margin: 32px 0 76px;
  padding: clamp(28px, 5vw, 72px);
  border: 1px solid var(--catalog-line);
  border-radius: 34px;
  background: var(--catalog-white);
  box-shadow: 0 22px 65px rgba(16, 38, 50, 0.07);
  scroll-margin-top: 86px;
}

.producer-section.salt {
  background: linear-gradient(180deg, #fffdf8 0%, #f6fbfc 100%);
}

.producer-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: start;
  padding-bottom: 46px;
  border-bottom: 1px solid var(--catalog-line);
}

.producer-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
}

.producer-kicker span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(18, 108, 136, 0.1);
  color: var(--catalog-deep-blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.producer-section.chocolate .producer-kicker span:first-child {
  background: rgba(189, 96, 63, 0.11);
  color: #8f4029;
}

.producer-title h2 {
  font-size: clamp(2.25rem, 4.5vw, 4.9rem);
  line-height: 1;
}

.producer-location {
  margin: 14px 0 0;
  color: var(--catalog-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.producer-profile {
  margin: 28px 0 0;
  color: #45565c;
  font-size: 1rem;
  line-height: 1.82;
}

.producer-side {
  padding: 24px;
  border-radius: 24px;
  background: var(--catalog-ink);
  color: var(--catalog-white);
}

.producer-side h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.producer-strengths {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.producer-strengths li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.83rem;
  line-height: 1.55;
}

.producer-strengths li::before {
  content: "✓";
  color: var(--catalog-yellow);
  font-weight: 900;
}

.cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.cert-row span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--catalog-white);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.producer-products-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 46px 0 24px;
}

.producer-products-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.03em;
}

.producer-products-heading span {
  color: var(--catalog-muted);
  font-size: 0.78rem;
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.catalog-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--catalog-line);
  border-radius: 22px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalog-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 38, 50, 0.3);
  box-shadow: 0 18px 38px rgba(16, 38, 50, 0.1);
}

.catalog-product-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 275px;
  padding: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, #ffffff 0%, #f7f1e7 68%, #efe4d2 100%);
}

.producer-section.salt .catalog-product-image {
  background: radial-gradient(circle at 50% 45%, #ffffff 0%, #f3f9fb 70%, #e5f1f5 100%);
}

.catalog-product-image img {
  width: 100%;
  height: 235px;
  object-fit: contain;
  filter: drop-shadow(0 18px 15px rgba(16, 38, 50, 0.12));
}

.catalog-product-format {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--catalog-ink);
  color: var(--catalog-white);
  font-size: 0.7rem;
  font-weight: 900;
}

.catalog-product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.catalog-product-copy h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  line-height: 1.18;
}

.catalog-product-copy > p {
  margin: 14px 0 0;
  color: var(--catalog-muted);
  font-size: 0.86rem;
  line-height: 1.66;
}

.catalog-product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
}

.catalog-product-facts span {
  padding: 6px 8px;
  border-radius: 7px;
  background: rgba(16, 38, 50, 0.06);
  color: #42545a;
  font-size: 0.68rem;
  font-weight: 800;
}

.catalog-data-note {
  margin: 30px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--catalog-yellow);
  border-radius: 0 12px 12px 0;
  background: rgba(245, 197, 50, 0.11);
  color: #4c5b60;
  font-size: 0.8rem;
  line-height: 1.6;
}

.catalog-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  width: min(1480px, 90vw);
  margin: 0 auto 90px;
  padding: clamp(34px, 6vw, 74px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 0%, rgba(245, 197, 50, 0.24), transparent 36%),
    var(--catalog-ink);
  color: var(--catalog-white);
}

.catalog-cta h2 {
  max-width: 800px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.04;
}

.catalog-cta p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.catalog-cta-actions {
  display: grid;
  gap: 10px;
  min-width: 235px;
}

.catalog-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
  padding: 52px 5vw 34px;
  background: #0a1c24;
  color: var(--catalog-white);
}

.catalog-footer p {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  line-height: 1.6;
}

.catalog-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.catalog-footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  text-decoration: none;
}

.catalog-footer small {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
}

.catalog-whatsapp {
  position: fixed;
  z-index: 50;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px 11px 11px;
  border-radius: 999px;
  background: #13795b;
  box-shadow: 0 14px 36px rgba(16, 38, 50, 0.26);
  color: #fff !important;
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
}

.catalog-whatsapp span:first-child {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.7rem;
}

.catalog-noscript {
  max-width: 760px;
  margin: 60px auto;
  padding: 30px;
  border: 1px solid var(--catalog-line);
  border-radius: 20px;
  background: #fff;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .catalog-header {
    grid-template-columns: auto 1fr;
  }

  .catalog-main-nav {
    display: none;
  }

  .catalog-header-tools {
    justify-self: end;
  }

  .catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .catalog-header-cta {
    display: none;
  }

  .catalog-hero {
    grid-template-columns: 1fr;
  }

  .catalog-hero-copy {
    padding-bottom: 40px;
  }

  .catalog-hero-visual {
    min-height: 420px;
  }

  .catalog-stats {
    width: 90vw;
  }

  .catalog-intro,
  .producer-overview,
  .catalog-cta {
    grid-template-columns: 1fr;
  }

  .catalog-intro-copy {
    align-self: auto;
  }

  .catalog-jumpbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .catalog-cta-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .catalog-header {
    min-height: 70px;
    padding-inline: 18px;
  }

  .catalog-brand {
    font-size: 1.25rem;
  }

  .catalog-languages a,
  .catalog-languages span {
    min-width: 30px;
    padding: 6px;
  }

  .catalog-hero-copy {
    padding: 66px 22px 32px;
  }

  .catalog-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .catalog-hero-visual {
    min-height: 330px;
  }

  .catalog-hero-product {
    width: 49%;
    max-height: 75%;
  }

  .catalog-hero-badge {
    left: 18px;
    top: 16px;
    max-width: 200px;
  }

  .catalog-stats {
    grid-template-columns: 1fr;
    margin-top: -18px;
  }

  .catalog-stat + .catalog-stat {
    border-top: 1px solid var(--catalog-line);
    border-left: 0;
  }

  .catalog-shell,
  .catalog-cta {
    width: calc(100vw - 32px);
  }

  .catalog-intro {
    gap: 30px;
    padding-top: 76px;
  }

  .catalog-jumpbar {
    position: relative;
    padding-inline: 18px;
  }

  .catalog-filter-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .producer-section {
    margin-bottom: 44px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .producer-products-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .catalog-product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-product-image {
    min-height: 250px;
  }

  .catalog-product-image img {
    height: 215px;
  }

  .catalog-cta {
    margin-bottom: 40px;
  }

  .catalog-cta-actions {
    grid-template-columns: 1fr;
  }

  .catalog-footer {
    grid-template-columns: 1fr;
    padding-inline: 22px;
  }

  .catalog-footer-links {
    justify-content: flex-start;
  }

  .catalog-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .catalog-product-card,
  .catalog-button,
  .catalog-header-cta {
    transition: none;
  }
}
