/*
Theme Name: Petgarden
Theme URI: https://petgarden.pt
Author: Petgarden
Author URI: https://petgarden.pt
Description: Tema WordPress para a Petgarden — empresa portuguesa dedicada ao bem-estar dos animais de companhia.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: petgarden
Tags: custom-menu, featured-images, translation-ready
*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background-color: #FAF8F5;
  color: #1E2A2A;
}

.hero-gradient {
  background: linear-gradient(135deg, rgba(30, 42, 42, 0.7) 0%, rgba(30, 42, 42, 0.3) 100%);
}

.brand-card:hover .brand-logo {
  transform: scale(1.05);
  opacity: 1;
}

.nav-scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #4A9E7E;
}
