:root {
  --paper: #f3e6d3;
  --paper-soft: #fbf2e5;
  --ink: #2f160e;
  --brown: #5b2e17;
  --brown-dark: #35180d;
  --bronze: #8a552a;
  --sand: #d9be9b;
  --wheat: #c08a42;
  --sage: #556443;
  --white: #fffaf1;
  --shadow: 0 18px 38px rgb(47 22 14 / 15%);
  --radius: 8px;
  --catalog-sticky-top: 7.25rem;
  --serif: "Cormorant Garamond", Georgia, serif;
  --body: "Source Sans 3", Arial, sans-serif;
  --reading: "Lora", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  background:
    linear-gradient(rgb(243 230 211 / 64%), rgb(243 230 211 / 64%)),
    url("assets/texture/tela-beige.png") 0 0 / 280px 280px repeat,
    #e8d2b4;
}

body.menu-open {
  overflow: visible;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--bronze);
}

:focus-visible {
  outline: 3px solid var(--wheat);
  outline-offset: 4px;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 20;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: var(--white);
  background: var(--brown-dark);
}

.site-shell {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 18% 12%, rgb(255 250 241 / 42%), transparent 20rem),
    radial-gradient(circle at 86% 16%, rgb(138 85 42 / 11%), transparent 24rem),
    linear-gradient(rgb(243 230 211 / 55%), rgb(243 230 211 / 55%)),
    url("assets/texture/tela-beige.png") 0 0 / 260px 260px repeat,
    var(--paper);
  box-shadow: 0 0 70px rgb(47 22 14 / 18%);
}

.topbar {
  color: var(--white);
  background: var(--brown-dark);
  font-size: 0.92rem;
  font-weight: 600;
}

.topbar__inner,
.site-header__inner,
.section,
.values,
.footer__grid {
  width: min(1280px, calc(100% - clamp(2.5rem, 7vw, 7.5rem)));
  margin-inline: auto;
}

.topbar__inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  min-height: 48px;
}

.topbar a,
.topbar span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.ui-icon {
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.ui-icon--light,
.social-icon {
  filter: none;
}

.topbar__social {
  display: flex;
  gap: 0.85rem;
  margin-left: auto;
  align-items: center;
}

.social-icon {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgb(243 230 211 / 92%);
  border-bottom: 1px solid rgb(91 46 23 / 14%);
  backdrop-filter: blur(12px);
}

.menu-open .site-header {
  z-index: 100;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
  gap: 2rem;
}

.brand img {
  width: 260px;
  filter: sepia(0.12) saturate(0.9);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3.25rem);
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 0.65rem 0;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.15rem;
  left: 0;
  height: 2px;
  content: "";
  background: var(--bronze);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a.is-active::after {
  transform: scaleX(1);
}

.mobile-nav {
  display: none;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle__line {
  display: block;
  width: 30px;
  height: 2px;
  margin: 7px auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-open .menu-toggle__line:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(24rem, 0.82fr) minmax(30rem, 1.18fr);
  min-height: 630px;
  overflow: hidden;
  border-bottom: 1px solid rgb(91 46 23 / 12%);
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.8rem, 6vw, 6.6rem) clamp(3.25rem, 6.2vw, 7.25rem);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--bronze);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

h1 {
  max-width: 590px;
  font-size: clamp(2.65rem, 3.9vw, 4.55rem);
  text-transform: uppercase;
}

.hero p:not(.eyebrow) {
  max-width: 520px;
  margin: 1.6rem 0 0;
  font-family: var(--reading);
  font-size: 1.12rem;
  line-height: 1.72;
}

.ornament {
  width: min(330px, 80%);
  height: 16px;
  margin-top: 1.4rem;
  background:
    linear-gradient(var(--wheat), var(--wheat)) left 50% / 42% 2px no-repeat,
    linear-gradient(var(--wheat), var(--wheat)) right 50% / 42% 2px no-repeat;
}

.ornament::before {
  display: block;
  width: max-content;
  margin: -0.42rem auto 0;
  color: var(--wheat);
  font-size: 1.1rem;
  content: "≋";
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.8rem 1.45rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--brown);
  border: 1px solid var(--brown);
  border-radius: 999px;
  box-shadow: 0 12px 22px rgb(91 46 23 / 18%);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  color: var(--white);
  background: var(--brown-dark);
  transform: translateY(-2px);
}

.button--ghost {
  color: var(--brown);
  background: rgb(255 250 241 / 55%);
}

.button--ghost:hover {
  color: var(--white);
}

.hero__image {
  position: relative;
  min-height: 410px;
}

.hero__image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, var(--paper) 0%, rgb(243 230 211 / 72%) 12%, transparent 38%),
    linear-gradient(180deg, transparent 72%, rgb(47 22 14 / 20%));
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.2) saturate(1.08) contrast(1.03);
}

.section {
  position: relative;
  padding: clamp(4.4rem, 7vw, 7rem) clamp(1.75rem, 4.6vw, 4.75rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.45rem;
  text-align: center;
}

.section-heading span {
  height: 0;
  min-width: 2rem;
  background: linear-gradient(90deg, transparent, var(--wheat), transparent);
}

.section-heading h2 {
  font-size: clamp(2rem, 3.3vw, 3.15rem);
  text-transform: uppercase;
}

.heading-decor {
  width: min(360px, 72vw);
  margin: 0 auto 2.45rem;
  opacity: 0.82;
  pointer-events: none;
}

.catalog {
  position: relative;
  z-index: 2;
}

.catalog__intro {
  max-width: 680px;
  margin-bottom: 1.1rem;
}

.catalog__intro p {
  max-width: 640px;
  margin: 0;
  font-family: var(--reading);
  line-height: 1.65;
}

.catalog-tabs {
  position: relative;
  z-index: 12;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 1.45rem auto;
  padding: 0.55rem;
  background:
    linear-gradient(rgb(255 250 241 / 82%), rgb(255 250 241 / 82%)),
    url("assets/texture/tela-beige.png") 0 0 / 180px 180px repeat;
  border: 1px solid rgb(138 85 42 / 20%);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgb(47 22 14 / 12%);
  backdrop-filter: blur(8px);
}

.catalog-tabs.is-fixed {
  position: fixed;
  top: var(--catalog-sticky-top);
  left: var(--catalog-tabs-left, 1rem);
  width: var(--catalog-tabs-width, calc(100vw - 2rem));
  margin: 0;
}

.catalog-tabs-spacer {
  display: none;
  height: var(--catalog-tabs-height, 0);
  margin-bottom: 1.45rem;
}

.catalog-tabs.is-fixed + .catalog-tabs-spacer {
  display: block;
}

.menu-open .catalog-tabs.is-fixed {
  opacity: 0;
  pointer-events: none;
}

.catalog-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.55rem 0.9rem;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background: rgb(255 250 241 / 58%);
  border: 1px solid rgb(138 85 42 / 35%);
  border-radius: 999px;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.catalog-tab:active,
.catalog-more:active {
  transform: scale(0.96);
}

.catalog-tab span {
  display: inline-grid;
  min-width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  color: var(--white);
  font-family: var(--body);
  font-size: 0.82rem;
  background: var(--bronze);
  border-radius: 999px;
}

.catalog-tab:hover,
.catalog-tab.is-active {
  color: var(--white);
  background: var(--brown);
  border-color: var(--brown);
  box-shadow: 0 10px 20px rgb(47 22 14 / 12%);
}

.catalog-tab.is-active span,
.catalog-tab:hover span {
  color: var(--brown);
  background: var(--sand);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
}

.catalog-card {
  position: relative;
  display: flex;
  height: clamp(590px, 44vw, 620px);
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(rgb(255 250 241 / 86%), rgb(255 250 241 / 86%)),
    url("assets/texture/tela-beige.png") 0 0 / 190px 190px repeat;
  border: 1px solid rgb(138 85 42 / 28%);
  border-radius: var(--radius);
  box-shadow: 0 12px 20px rgb(47 22 14 / 7%);
  animation: catalogCardIn 240ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalog-card:hover {
  border-color: rgb(138 85 42 / 46%);
  box-shadow: 0 18px 34px rgb(47 22 14 / 12%);
  transform: translateY(-3px);
}

.catalog-card.is-tapped {
  animation: catalogTap 260ms ease;
}

.catalog-card::after {
  position: absolute;
  right: -1.2rem;
  bottom: -1.8rem;
  width: 6rem;
  height: 6rem;
  content: "";
  background: url("assets/icons/wheat.png") center / contain no-repeat;
  opacity: 0.08;
  transform: rotate(-20deg);
}

.catalog-card__photo {
  width: 100%;
  height: clamp(205px, 18vw, 230px);
  aspect-ratio: auto;
  object-fit: cover;
  border-bottom: 1px solid rgb(138 85 42 / 22%);
  filter: sepia(0.08) saturate(1.04);
}

.catalog-card__body {
  display: grid;
  flex: 1;
  align-items: center;
  align-content: stretch;
  grid-template-rows: 1.8rem 4.25rem 1.35rem minmax(11.2rem, 1fr) 2.45rem;
  justify-items: center;
  min-height: 0;
  padding: 1rem 1.15rem 0.35rem;
  text-align: center;
}

.catalog-card.is-hidden,
.catalog-card.is-filtered-out {
  display: none;
}

.catalog-card__type {
  width: fit-content;
  align-self: start;
  margin: 0 auto;
  padding: 0.18rem 0.55rem;
  color: var(--bronze);
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgb(192 138 66 / 13%);
  border-radius: 999px;
}

.catalog-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.catalog-card__ingredients-title {
  align-self: end;
  margin: 0 0 0.22rem;
  color: var(--brown);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-card__ingredients {
  width: 100%;
  height: 100%;
  min-height: 11.2rem;
  max-height: none;
  margin: 0;
  padding: 0.72rem 0.9rem 1rem;
  overflow: auto;
  background: rgb(255 250 241 / 46%);
  border: 1px solid rgb(138 85 42 / 18%);
  border-radius: var(--radius);
  scrollbar-width: thin;
  scrollbar-color: rgb(138 85 42 / 45%) transparent;
}

.catalog-card__ingredients ul {
  display: grid;
  gap: 0.28rem;
  margin: 0;
  padding-left: 1.1rem;
  text-align: left;
}

.catalog-card__ingredients li {
  font-size: 0.94rem;
  line-height: 1.35;
}

.catalog-card__ingredients li::marker {
  color: var(--bronze);
}

.catalog-card__ingredients--empty {
  pointer-events: none;
}

.catalog-card__allergen {
  width: fit-content;
  align-self: end;
  margin: 0 auto;
  padding: 0.25rem 0.65rem;
  color: var(--brown);
  font-size: 0.86rem;
  font-weight: 700;
  background: rgb(217 190 155 / 40%);
  border: 1px solid rgb(138 85 42 / 24%);
  border-radius: 999px;
}

.catalog-card__allergen--empty {
  visibility: hidden;
}

.catalog-more {
  display: block;
  min-height: 48px;
  margin: 1.35rem auto 0;
  padding: 0.7rem 1.25rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--brown);
  border: 1px solid var(--brown);
  border-radius: 999px;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.catalog-more:hover {
  background: var(--brown-dark);
  box-shadow: 0 12px 22px rgb(47 22 14 / 15%);
}

.catalog-more.is-hidden {
  display: none;
}

@keyframes catalogCardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes catalogTap {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(0.985);
  }

  100% {
    transform: scale(1);
  }
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.product-card {
  overflow: hidden;
  background:
    linear-gradient(rgb(255 250 241 / 80%), rgb(255 250 241 / 80%)),
    url("assets/texture/tela-beige.png") 0 0 / 220px 220px repeat;
  border: 1px solid rgb(138 85 42 / 36%);
  border-radius: var(--radius);
  box-shadow: 0 14px 24px rgb(47 22 14 / 8%);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 2.55;
  object-fit: cover;
}

.product-card div {
  padding: 1.55rem 1.45rem 1.65rem;
  text-align: center;
}

.product-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  text-transform: uppercase;
}

.product-card p {
  min-height: 4.65rem;
  margin: 0.85rem 0 1.05rem;
  font-size: 1rem;
  line-height: 1.5;
}

.product-card a,
.lab__copy a {
  color: var(--brown);
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 2.6rem 0;
  background: rgb(217 190 155 / 55%);
  border-block: 1px solid rgb(91 46 23 / 12%);
}

.values article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  padding: 0.35rem 1.65rem;
  text-align: center;
  border-right: 1px solid rgb(91 46 23 / 22%);
}

.values article:last-child {
  border-right: 0;
}

.value-icon {
  width: 4.7rem;
  height: 4.7rem;
  object-fit: contain;
}

.values h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.values p {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.story__grid,
.contact__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.photo-frame {
  margin: 0;
  padding: 0.65rem;
  background: #d9be9b;
  border: 1px solid rgb(91 46 23 / 28%);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}

.photo-frame img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  filter: sepia(0.55) contrast(0.92);
}

.story__copy h3,
.lab__copy h3 {
  max-width: 620px;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.04;
}

.story__copy p:not(.eyebrow),
.lab__copy p {
  max-width: 680px;
  font-family: var(--reading);
  line-height: 1.78;
}

.lab {
  background: rgb(255 250 241 / 28%);
  border-block: 1px solid rgb(91 46 23 / 10%);
}

.lab__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.lab__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgb(138 85 42 / 32%);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lab__photos img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  border-right: 2px solid var(--paper);
}

.lab__photos img:last-child {
  border-right: 0;
}

.contact-card {
  padding: clamp(1.6rem, 3.4vw, 2.55rem);
  text-align: center;
  background: rgb(255 250 241 / 56%);
  border: 1px solid rgb(138 85 42 / 32%);
  border-radius: var(--radius);
}

.contact-card dl {
  display: grid;
  gap: 1.3rem;
  margin: 0 0 1.8rem;
}

.contact-card div {
  padding-top: 0.85rem;
  border-top: 3px solid var(--wheat);
}

.contact-card dt {
  color: var(--bronze);
  font-family: var(--serif);
  font-weight: 800;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 0.2rem 0 0;
  font-family: var(--reading);
}

.map-card {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgb(138 85 42 / 34%);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
}

.footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--brown-dark);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 0.95fr 1.25fr;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
  padding: 3.8rem 0 2.5rem;
}

.footer__logo {
  width: 230px;
  filter: brightness(0) invert(1) sepia(0.28) saturate(1.1);
}

.footer h2 {
  margin: 0 0 1rem;
  color: var(--sand);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.footer p,
.footer a {
  display: block;
  margin: 0.28rem 0;
  font-size: 0.98rem;
}

.decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.decor--hero {
  bottom: 1rem;
  left: -7rem;
  width: min(520px, 40vw);
  opacity: 0.16;
  transform: rotate(-14deg);
}

.decor--products {
  top: 7rem;
  right: max(-7rem, -8vw);
  width: min(430px, 32vw);
  opacity: 0.2;
}

.decor--footer {
  right: -9rem;
  bottom: -11rem;
  width: min(560px, 42vw);
  opacity: 0.16;
  transform: rotate(-22deg);
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.05rem;
  font-family: var(--serif);
  font-weight: 800;
}

.footer__social a {
  display: inline-grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  margin: 0;
  background: rgb(255 250 241 / 10%);
  border: 1px solid rgb(217 190 155 / 32%);
  border-radius: 999px;
}

.footer__social .social-icon {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
}

.footer__bottom {
  margin: 0;
  padding: 1.05rem;
  text-align: center;
  border-top: 1px solid rgb(217 190 155 / 20%);
}

@media (max-width: 1100px) {
  .topbar__inner {
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    padding: 0.65rem 0;
  }

  .site-header__inner {
    min-height: 96px;
  }

  .brand img {
    width: 210px;
  }

  .hero,
  .story__grid,
  .lab__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__image {
    order: -1;
    height: 390px;
  }

  .hero__image::before {
    background: linear-gradient(180deg, transparent 45%, var(--paper));
  }

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

  .catalog__intro {
    margin-bottom: 1rem;
  }

  .catalog-tabs {
    justify-content: flex-start;
    margin-inline: 0 auto;
  }

  .values article:nth-child(2) {
    border-right: 0;
  }

  .values article:nth-child(-n + 2) {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgb(91 46 23 / 22%);
  }
}

@media (max-width: 1100px) {
  :root {
    --catalog-sticky-top: 6.25rem;
  }

  body {
    font-size: 16px;
  }

  .topbar__inner > span {
    display: none;
  }

  .topbar__social {
    margin-left: 0;
  }

  .menu-toggle {
    position: relative;
    z-index: 120;
    display: block;
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--ink);
    background: rgb(243 230 211 / 78%);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgb(47 22 14 / 12%);
  }

  .menu-toggle::before {
    display: block;
    color: var(--ink);
    font-size: 2rem;
    line-height: 1;
    content: "☰";
  }

  .menu-toggle__line {
    display: none;
  }

  .menu-open .menu-toggle::before {
    content: "×";
  }

  .nav {
    display: none;
  }

  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
    padding: 7rem 2rem 3rem;
    font-size: 1.35rem;
    font-family: var(--serif);
    font-weight: 700;
    text-transform: uppercase;
    background:
      linear-gradient(rgb(243 230 211 / 97%), rgb(243 230 211 / 97%)),
      url("assets/texture/tela-beige.png") 0 0 / 240px 240px repeat,
      var(--paper);
    box-shadow: inset 0 0 0 1px rgb(91 46 23 / 12%);
    overscroll-behavior: contain;
    touch-action: none;
    transform: translateX(100%);
    transition: transform 220ms ease, visibility 220ms ease;
    visibility: hidden;
  }

  .mobile-nav a {
    position: relative;
    padding: 0.45rem 0;
    color: var(--ink);
  }

  .mobile-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0.05rem;
    left: 0;
    height: 2px;
    content: "";
    background: var(--bronze);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
  }

  .mobile-nav a:hover::after,
  .mobile-nav a.is-active::after {
    transform: scaleX(1);
  }

  .menu-open .mobile-nav {
    transform: translateX(0);
    visibility: visible;
  }

  .hero__content {
    align-items: center;
    padding: 2.6rem clamp(1.5rem, 6vw, 3rem) 3.35rem;
    overflow: hidden;
    min-width: 0;
    text-align: center;
  }

  .hero__content > * {
    max-width: min(100%, 300px);
  }

  .hero p:not(.eyebrow) {
    font-size: 1.03rem;
    line-height: 1.68;
    width: 100%;
    max-width: min(100%, 300px);
  }

  .ornament {
    margin-inline: auto;
  }

  .hero__image {
    height: 330px;
  }

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

  .catalog-card {
    height: 580px;
  }

  .catalog-card h3 {
    font-size: clamp(1.05rem, 5vw, 1.42rem);
    line-height: 1.08;
  }

  .values article,
  .values article:nth-child(2),
  .values article:nth-child(-n + 2) {
    padding: 1rem 0.4rem;
    border-right: 0;
    border-bottom: 1px solid rgb(91 46 23 / 22%);
  }

  .values article:last-child {
    border-bottom: 0;
  }

  .lab__photos {
    grid-template-columns: 1fr;
  }

  .lab__photos img {
    height: 230px;
    border-right: 0;
    border-bottom: 2px solid var(--paper);
  }

  .lab__photos img:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  :root {
    --catalog-sticky-top: 5.65rem;
  }

  .site-shell {
    max-width: 100%;
  }

  .topbar__inner,
  .site-header__inner,
  .section,
  .values,
  .footer__grid {
    width: min(100% - 2rem, 1280px);
  }

  .topbar__inner {
    justify-content: center;
    font-size: 0.85rem;
  }

  .topbar__inner a[href^="tel"],
  .topbar__social {
    display: none;
  }

  .brand img {
    width: 165px;
  }

  .site-header__inner {
    min-height: 82px;
  }

  .hero__image {
    height: 280px;
  }

  h1 {
    max-width: min(100%, 300px);
    font-size: clamp(1.18rem, 5.4vw, 1.75rem);
    line-height: 1.12;
  }

  .hero__actions {
    flex-direction: column;
    align-items: center;
    width: min(100%, 300px);
  }

  .button {
    width: 100%;
  }

  .product-card {
    display: grid;
    grid-template-columns: 42% 58%;
  }

  .product-card img {
    height: 100%;
    min-height: 156px;
    aspect-ratio: auto;
  }

  .product-card div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .product-card p {
    min-height: 0;
  }

  .products {
    padding-inline: 1rem;
  }

  .catalog-tabs {
    display: grid;
    grid-template-columns: 0.82fr 0.86fr 1.32fr;
    width: 100%;
    overflow: visible;
    padding: 0.62rem;
    background:
      linear-gradient(180deg, rgb(255 250 241 / 96%), rgb(246 232 211 / 94%)),
      url("assets/texture/tela-beige.png") 0 0 / 160px 160px repeat;
    border: 1px solid rgb(138 85 42 / 34%);
    border-radius: 8px;
    box-shadow:
      0 18px 34px rgb(47 22 14 / 24%),
      0 3px 0 rgb(255 250 241 / 75%) inset,
      0 0 0 4px rgb(255 250 241 / 28%);
  }

  .catalog-tab {
    justify-content: center;
    min-width: 0;
    width: 100%;
    padding: 0.48rem 0.28rem;
    gap: 0.2rem;
    font-size: clamp(0.66rem, 3vw, 0.9rem);
    line-height: 1;
    white-space: nowrap;
  }

  .catalog-tab span {
    min-width: 1.22rem;
    height: 1.22rem;
    font-size: 0.66rem;
  }

  .map-card iframe {
    height: 330px;
  }
}
