:root {
  color-scheme: light;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #701b00;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 0;
  margin: 0;
  padding: 2vh 12px 1vh;
  overflow-x: hidden;
  background: url("sf800.png") repeat;
  text-align: center;
}
img { display: block; max-width: 100%; height: auto; }
.site-header, .page-shell, .site-footer {
  width: min(100%, 800px);
  margin-inline: auto;
}
.site-header { margin-bottom: 1.1rem; }
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 650px);
  margin-inline: auto;
}
.brand img:first-child { width: 16.77%; }
.brand img:last-child { width: 83.23%; }
.catalog-nav { border: 1px solid #6b1218; color: #030; }
.catalog-nav__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.15em 0.35em;
  min-height: 74px;
  padding: 0.65rem;
}
.catalog-nav__row + .catalog-nav__row { border-top: 1px solid #6b1218; }
a {
  color: #030;
  font-size: 1.56rem;
  line-height: 1.25;
  text-decoration: none;
}
a:visited, a:hover, a:focus-visible, a:active { text-decoration: none; }
a:hover, a:focus-visible { color: #4a990c; }
.product-list { display: grid; gap: 70px; padding-top: 30px; }
.product-card {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
}
.product-card img { width: 100%; aspect-ratio: 8 / 5; object-fit: contain; }
.site-footer { min-height: 70px; padding-top: 1rem; }
.site-footer p { margin: 0 0 0.7rem; }
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25em;
}
@media (max-width: 768px) {
  body { padding-inline: 10px; }
  .catalog-nav__row { min-height: 0; padding: 0.75rem 0.5rem; }
  a { font-size: clamp(1.05rem, 4.5vw, 1.4rem); }
  .product-list { gap: clamp(24px, 7vw, 54px); }
}
@media (max-width: 375px) {
  body { padding-inline: 8px; }
  :root { font-size: 16px; }
  .catalog-nav__row { gap: 0.3em; }
}

.category-back,
.category-extra-link {
  margin: 0 0 1rem;
}

.category-list {
  display: grid;
  gap: 70px;
}

.category-item {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.category-item img {
  width: 100%;
  max-width: 560px;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .category-list {
    gap: clamp(24px, 7vw, 54px);
  }
}

.info-panel {
  overflow: hidden;
  border: 1px solid #6b1218;
}

.info-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.15em 0.35em;
  min-height: 74px;
  padding: 0.65rem;
  color: #030;
}

.info-content {
  padding: 1rem;
  font-size: clamp(1.15rem, 3vw, 2rem);
  line-height: 1.35;
}

.info-content p { margin: 0 0 1em; }

.info-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.info-gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

.info-contact {
  min-height: 70px;
  padding: 1rem;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.info-contact p { margin: 0 0 0.7rem; }

@media (max-width: 768px) {
  .info-nav {
    min-height: 0;
    padding: 0.75rem 0.5rem;
  }
  .info-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 375px) {
  .info-gallery { grid-template-columns: 1fr; }
}

.contact-list {
  display: grid;
  gap: 1rem;
  width: min(100%, 650px);
  margin-inline: auto;
  padding: 1rem;
}

.contact-item {
  display: grid;
  grid-template-columns: 99px minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  text-align: left;
}

.contact-item img {
  width: 99px;
  height: auto;
  margin-inline: auto;
}

.contact-item a {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 375px) {
  .contact-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    text-align: center;
  }

  .contact-item img { width: 72px; }
}

.landing-video {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

.landing-video video {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  aspect-ratio: 16 / 9;
}

.landing-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.landing-menu a {
  font-size: clamp(1.4rem, 4.7vw, 3rem);
}

.landing-copy {
  font-size: clamp(1.1rem, 3vw, 2rem);
  line-height: 1.35;
}

.landing-copy p {
  margin: 0 0 1.25rem;
}

.landing-copy .highlight { color: #c30; }

.whatsapp-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.whatsapp-action a {
  display: inline-flex;
  flex: 0 0 auto;
}

.whatsapp-action img {
  width: 87px;
  height: auto;
}

