@charset "UTF-8";
/*!
Theme Name: Le Gan Eden
Description: Thème WordPress pour l'élevage de chevaux Pure Race Espagnole Le Gan Eden
Version: 1.0.0
Author: Le Gan Eden
Text Domain: leganeden
*/
:root {
  --color-terracotta: #B07B5B;
  --color-champagne: #C6A96C;
  --color-ivoire: #FAF6F0;
  --color-cuir: #4A3728;
  --color-sable: #8C7B6B;
  --font-serif: "Playfair Display", serif;
  --font-sans: "Raleway", sans-serif;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-ivoire);
  color: var(--color-cuir);
  line-height: 1.6;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif) !important;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  line-height: 1.75;
  color: #4b5563;
}
p.lead {
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 300;
}

a {
  color: var(--color-terracotta);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--color-sable);
}
a.text-white:not([class*="hover:text-"]):hover {
  color: #fff;
}
a.inline-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
a.inline-link:hover {
  border-bottom-color: var(--color-terracotta);
}

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

html {
  scroll-behavior: smooth;
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 20px;
  z-index: 999999;
  text-decoration: none;
}
.skip-link:focus {
  left: 6px;
  display: inline-block;
  outline: none;
}

.btn-primary {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: var(--color-terracotta);
  color: white;
  border-radius: 9999px;
  font-weight: 500;
  transition: all 0.3s ease;
  transform: scale(1);
}
.btn-primary:hover {
  background-color: var(--color-sable);
  transform: scale(1.05);
}

.btn-secondary {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 9999px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background-color: white;
  color: var(--color-cuir);
}

.wp-form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.wp-form-control:focus {
  outline: none;
  border-color: var(--color-terracotta);
  box-shadow: 0 0 0 3px rgba(176, 123, 91, 0.1);
}

.wp-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 9999px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wp-btn.wp-btn-primary {
  background-color: var(--color-terracotta);
  color: white;
}
.wp-btn.wp-btn-primary:hover {
  background-color: var(--color-cuir);
  transform: scale(1.05);
}

.card-hover {
  transition: all 0.5s ease cubic-bezier(0.4, 0, 0.2, 1);
}
.card-hover:hover {
  transform: translateY(-8px);
}

.card-hover-scale {
  transition: all 0.5s ease cubic-bezier(0.4, 0, 0.2, 1);
}
.card-hover-scale:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.service-card {
  background: white;
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.service-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-5px);
}

.service-icon {
  width: 4rem;
  height: 4rem;
  background: rgba(176, 123, 91, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.competition-card {
  border-left: 4px solid;
  transition: all 0.3s ease;
}
.competition-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.competition-card.champion-border {
  border-left-color: #fbbf24;
}
.competition-card.vice-champion-border {
  border-left-color: #9ca3af;
}
.competition-card.podium-border {
  border-left-color: var(--color-cuir);
}

.status-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.status-badge.badge-available {
  background-color: var(--color-terracotta);
  color: white;
}
.status-badge.badge-reserved {
  background-color: #f97316;
  color: white;
}
.status-badge.badge-sold {
  background-color: #6b7280;
  color: white;
}

.philosophy-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
}

.newsletter-section {
  background: linear-gradient(135deg, rgba(176, 123, 91, 0.2) 0%, rgba(140, 123, 107, 0.1) 100%);
  padding: 5rem 0;
}

.newsletter-card {
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.newsletter-info {
  background: linear-gradient(135deg, var(--color-terracotta) 0%, var(--color-terracotta) 100%);
  color: white;
  padding: 3rem 3rem;
}

.newsletter-form {
  padding: 3rem 3rem;
}

.medal-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.medal-icon.medal-gold {
  background-color: #fef3c7;
  color: #d97706;
}
.medal-icon.medal-silver {
  background-color: #f3f4f6;
  color: #6b7280;
}
.medal-icon.medal-bronze {
  background-color: var(--color-ivoire);
  color: var(--color-terracotta);
}

.age-pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(176, 123, 91, 0.1);
  color: var(--color-terracotta);
  font-size: 0.875rem;
  border-radius: 9999px;
  margin: 0.125rem;
}

.age-filter,
.category-filter {
  border: 2px solid var(--color-terracotta);
  color: var(--color-terracotta);
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}
.age-filter:hover,
.category-filter:hover {
  transform: translateY(-2px);
}
.age-filter:hover:not(.active),
.category-filter:hover:not(.active) {
  background-color: var(--color-terracotta);
  color: #fff;
}
.age-filter.border-champagne,
.category-filter.border-champagne {
  border-color: var(--color-champagne);
  color: var(--color-champagne);
}
.age-filter.border-champagne:hover:not(.active),
.category-filter.border-champagne:hover:not(.active) {
  background-color: var(--color-champagne);
  color: #fff;
}
.age-filter.active,
.category-filter.active {
  background-color: var(--color-terracotta);
  color: white;
  transform: scale(1.05);
}
.age-filter.active.bg-champagne, .age-filter.active.border-champagne,
.category-filter.active.bg-champagne,
.category-filter.active.border-champagne {
  background-color: var(--color-champagne);
  border-color: var(--color-champagne);
}

.text-sable {
  color: var(--color-sable);
}

.text-sable {
  color: var(--color-terracotta);
}

.text-cuir {
  color: var(--color-cuir);
}

.text-ivoire {
  color: var(--color-ivoire);
}

.text-champagne {
  color: var(--color-champagne);
}

.text-terracotta {
  color: var(--color-terracotta);
}

.bg-sable {
  background-color: var(--color-sable);
}

.bg-terracotta {
  background-color: var(--color-terracotta);
}

.bg-cuir {
  background-color: var(--color-cuir);
}

.bg-ivoire {
  background-color: var(--color-ivoire);
}

.bg-champagne {
  background-color: var(--color-champagne);
}

.bg-terracotta {
  background-color: var(--color-terracotta);
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 3.75rem;
}

.text-7xl {
  font-size: 4.5rem;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-700 {
  color: #374151;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.hero-gradient {
  background: linear-gradient(135deg, #C8956A 0%, #B07B5B 50%, #8B6548 100%);
}

.text-gradient {
  background: linear-gradient(135deg, #C6A96C 0%, #B07B5B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(139, 115, 85, 0.4) 100%);
}

.gradient-terracotta-sable {
  background: linear-gradient(135deg, var(--color-terracotta) 0%, var(--color-terracotta) 100%);
}

.gradient-sable-ivoire {
  background: linear-gradient(135deg, rgba(140, 123, 107, 0.1) 0%, rgba(250, 246, 240, 0.3) 100%);
}

.image-overlay {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-cuir);
}
.image-overlay.image-overlay-right {
  left: auto;
  right: 1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 3rem;
  text-align: center;
}

.stat-item {
  padding: 1rem;
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-terracotta);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  color: #6b7280;
}

.image-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.image-grid-span-2 {
  grid-column: span 2;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.contact-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--color-terracotta);
  margin-right: 0.75rem;
  flex-shrink: 0;
}

ul.styled-list {
  list-style: none;
  padding-left: 0;
}
ul.styled-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
ul.styled-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-terracotta);
  font-weight: bold;
}

blockquote {
  border-left: 4px solid var(--color-terracotta);
  padding-left: 1.5rem;
  margin: 3rem 0;
  font-style: italic;
  color: #6b7280;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.breadcrumbs a {
  color: var(--color-terracotta);
}
.breadcrumbs a:hover {
  color: var(--color-sable);
}
.breadcrumbs .separator {
  color: #9ca3af;
}

.loading {
  opacity: 0.7;
  pointer-events: none;
}

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

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lightbox-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.float-animation {
  animation: float 6s ease-in-out infinite;
}

.animate-fade-in {
  animation: fade-in 0.6s ease-out forwards;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.horse-card {
  transition: all 0.3s ease;
}
.horse-card.animate-fade-in {
  animation: fade-in 0.3s ease-out forwards;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-trigger {
  cursor: pointer;
}
.lightbox-trigger:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.group:hover .group-hover\:scale-110 {
  transform: scale(1.1);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

a, button, .card-hover, .service-card, .competition-card {
  transition: all 0.3s ease cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none;
}

.nav-dropdown {
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
}
.nav-dropdown.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0;
  min-width: 200px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  pointer-events: none;
}
.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--color-cuir);
  transition: background-color 0.2s ease;
}
.dropdown-menu a:hover {
  background-color: rgba(176, 123, 91, 0.1);
  color: var(--color-terracotta);
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  padding: 1rem;
  backdrop-filter: blur(4px);
  animation: lightbox-fade-in 0.3s ease-out;
}

.lightbox-image {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
}
.lightbox-close:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.lightbox-hint {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .lightbox-hint {
    display: none;
  }
}

.wpcf7-form input[type=submit]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.mobile-menu-button {
  display: none;
}

@media (max-width: 768px) {
  .mobile-menu {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .mobile-menu.open {
    transform: translateX(0);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .service-card {
    padding: 1.5rem;
  }
  .newsletter-info,
  .newsletter-form {
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 1024px) {
  .mobile-menu-button {
    display: none;
  }
  .desktop-menu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .mobile-menu-button {
    display: block;
  }
  .desktop-menu {
    display: none;
  }
}
body.admin-bar {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px;
  }
}
nav {
  transition: all 0.3s ease;
}
nav.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0;
}
nav.scrolled a, nav.scrolled button {
  color: var(--color-cuir);
}
nav.scrolled a:hover, nav.scrolled button:hover {
  color: var(--color-terracotta);
}
nav.scrolled img.logo {
  filter: none;
  height: 2.5rem;
  width: 2.5rem;
}
nav:not(.scrolled) {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  padding: 1rem 0;
}
nav:not(.scrolled) a, nav:not(.scrolled) button {
  color: var(--color-cuir);
}
nav:not(.scrolled) a:hover, nav:not(.scrolled) button:hover {
  color: var(--color-terracotta);
}
nav:not(.scrolled) img.logo {
  filter: none;
  height: 3.5rem;
  width: 3.5rem;
}
nav a {
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
nav img.logo {
  transition: all 0.3s ease;
}

@media print {
  .no-print {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .image-grid-2x2 {
    grid-template-columns: 1fr;
  }
  .image-grid-span-2 {
    grid-column: span 1;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.wp-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-nav-menu li {
  display: inline-block;
}
.wp-nav-menu a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: inherit;
}

.wp-block-image {
  margin: 1rem 0;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-group,
.wp-block-columns,
.wp-block-column {
  box-sizing: border-box;
}

.wpcf7-form {
  max-width: 100%;
}
.wpcf7-form p {
  margin-bottom: 1rem;
}
.wpcf7-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--color-cuir);
}

.wpcf7-response-output {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
}

.widget {
  margin-bottom: 3rem;
}
.widget .widget-title {
  font-family: var(--font-serif);
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--color-cuir);
}

.comment-list {
  list-style: none;
  padding: 0;
}
.comment-list .comment {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
}
.comment-list .comment .comment-author {
  font-weight: 600;
  color: var(--color-cuir);
}
.comment-list .comment .comment-meta {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
.comment-list .comment .comment-content {
  line-height: 1.6;
}

.comment-form {
  background: white;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.comment-form .form-field {
  margin-bottom: 1rem;
}
.comment-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--color-cuir);
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-family: var(--font-sans);
  transition: border-color 0.3s ease;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: var(--color-terracotta);
  box-shadow: 0 0 0 3px rgba(176, 123, 91, 0.1);
}
.comment-form .form-submit .submit {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: var(--color-terracotta);
  color: white;
  border-radius: 9999px;
  font-weight: 500;
  transition: all 0.3s ease;
  transform: scale(1);
}
.comment-form .form-submit .submit:hover {
  background-color: var(--color-sable);
  transform: scale(1.05);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-cuir);
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background-color: var(--color-terracotta);
  color: white;
}
.pagination .page-numbers.current {
  background-color: var(--color-terracotta);
  color: white;
}
.pagination .page-numbers.dots {
  background: none;
  cursor: default;
}
.pagination .page-numbers.dots:hover {
  background: none;
  color: var(--color-cuir);
}

.search-form {
  display: flex;
  gap: 0.5rem;
}
.search-form .search-field {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-family: var(--font-sans);
}
.search-form .search-field:focus {
  outline: none;
  border-color: var(--color-terracotta);
  box-shadow: 0 0 0 3px rgba(176, 123, 91, 0.1);
}
.search-form .search-submit {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: var(--color-terracotta);
  color: white;
  border-radius: 9999px;
  font-weight: 500;
  transition: all 0.3s ease;
  transform: scale(1);
}
.search-form .search-submit:hover {
  background-color: var(--color-sable);
  transform: scale(1.05);
}
.search-form .search-submit {
  padding: 0.75rem 1.5rem;
}

.gallery {
  display: grid;
  gap: 1rem;
}
.gallery.gallery-columns-1 {
  grid-template-columns: 1fr;
}
.gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
}
.gallery .gallery-item img:hover {
  transform: scale(1.02);
}
.gallery .gallery-item .gallery-caption {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
}

.archive-header {
  text-align: center;
  margin-bottom: 3rem;
}
.archive-header .archive-title {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  color: var(--color-cuir);
  margin-bottom: 1rem;
}
.archive-header .archive-description {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--color-terracotta);
  transition: color 0.3s ease;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  color: var(--color-sable);
}
.post-navigation .nav-next {
  text-align: right;
  justify-content: flex-end;
}

/*# sourceMappingURL=main.css.map */
