html {
  scroll-behavior: smooth;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body {
  background-color: #F7F4EF;
  color: #333333;
}

[x-cloak] {
  display: none !important;
}

section[id] {
  scroll-margin-top: 84px;
}

::selection {
  background-color: #A25A2C;
  color: #F7F4EF;
}

.eyebrow {
  letter-spacing: 0.24em;
}

@keyframes pulse-whats {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
}

.hairline {
  background-image: linear-gradient(to right, transparent, rgba(162, 90, 44, 0.35), transparent);
  height: 1px;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible, button:focus-visible {
  outline: 2px solid #A25A2C;
  outline-offset: 2px;
}

.card-lift {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.card-lift:hover {
  transform: translateY(-4px);
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.img-zoom:hover img {
  transform: scale(1.06);
}
