/*
Theme Name: Eterno Pets
Theme URI: https://eternopets.com.br
Author: Eterno Pets Studio
Author URI: https://eternopets.com.br
Description: Tema oficial e exclusivo da Eterno Pets. Design contemporâneo, elegante e afetivo 100% voltado ao universo pet. Construído com performance nativa para WooCommerce, sem construtores visuais pesados.
Version: 1.10.2-test
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: eterno-pets
License: Proprietary
*/

:root {
  --eterno-white: #FFFFFF;
  --eterno-offwhite: #FAF7F2;
  --eterno-sand: #EFE8DE;
  --eterno-sand-dark: #E2D7C9;
  --eterno-sage: #9BAA96;
  --eterno-sage-dark: #82927D;
  --eterno-rose: #C2A19E;
  --eterno-taupe: #685D56;
  --eterno-text: #2B2826;
  --eterno-blue: #A1B0B8;
  --eterno-border: #F0ECE6;
  --font-editorial: 'Fraunces', Georgia, serif;
  --font-ui: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 9999px;
  --shadow-subtle: 0 4px 20px -2px rgba(43, 40, 38, 0.04);
  --shadow-elevated: 0 10px 30px -4px rgba(43, 40, 38, 0.08);
  --eterno-container-max: 1600px;
  --eterno-container-gutter: clamp(16px, 2.25vw, 40px);
}

/* Reset básico */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--eterno-white);
  color: var(--eterno-text);
  font-family: var(--font-ui);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

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

button, input, select, textarea {
  font-family: inherit;
}

.font-editorial {
  font-family: var(--font-editorial);
}

.eterno-container {
  width: 100%;
  max-width: var(--eterno-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--eterno-container-gutter);
  padding-right: var(--eterno-container-gutter);
}
