/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/home.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Front Page Styles - Modular Architecture
 * 
 * Clean modular import structure following single-tour.scss pattern.
 * Transforms monolithic 1915-line file into maintainable components.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
/**
 * Theme Variables
 * 
 * All custom CSS properties removed in favor of theme.json tokens.
 * Use var(--wp--preset--color--*) and var(--wp--preset--spacing--*) instead.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base */
body {
  /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;*/
  line-height: 1.6;
  color: var(--wp--preset--color--primary);
  background: var(--background);
  font-weight: 400;
  /*letter-spacing: -0.01em;*/
}

section {
  padding: 2rem 0;
}
section a {
  color: var(--wp--preset--color--primary);
}

.logo {
  padding-top: 0.3rem;
}
.logo .is-vertical {
  gap: 0;
}
.logo div:last-child {
  margin-left: auto;
}

.branding-group {
  gap: 0;
  padding: 1rem 0;
}

/*  Tour Intro */
.tourIntro {
  background: var(--primary-gradient);
  color: var(--white);
  padding: clamp(var(--space-lg), 4vw, 2rem);
  border-radius: var(--radius-lg);
  text-align: center;
  margin-bottom: clamp(var(--space-lg), 4vw, var(--space-2xl));
  position: relative;
}
.tourIntro h3 {
  font-size: clamp(var(--text-3xl), 5vw, var(--text-4xl));
}
.tourIntro .incTour {
  display: flex;
  justify-content: center;
  gap: clamp(var(--space-sm), 2vw, var(--space-md));
  flex-wrap: wrap;
  list-style: none;
  margin-top: var(--space-lg);
}
.tourIntro .incTour li {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  padding: var(--space-sm) var(--space-md);
  border-radius: var(--space-xl);
  font-size: clamp(var(--text-xs), 1.5vw, var(--text-sm));
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-intro h2 {
  font-weight: normal;
}

.adventure-grid ul {
  gap: 0.5rem;
}

.entry-content {
  /*max-width: 1400px;*/
  margin: 0 auto;
  padding: clamp(var(--space-md), 3vw, var(--space-xl));
}
.entry-content h2 {
  font-weight: lighter;
}

.why-us {
  color: var(--wp--preset--color--sand);
}
.why-us h2 {
  font-weight: normal;
}

/* Content Column */
dl {
  min-width: 0;
}

/* Content Sections */
dt.tourPane {
  background: var(--sand);
  padding: var(--space-md) var(--space-lg);
  border-radius: var(--radius-md);
  /*margin: var(--space-xl) 0 var(--space-sm) 0;*/
  border-left: 3px solid var(--primary);
  font-weight: 500;
}

dt.tourPane h3 {
  color: var(--primary);
  font-size: clamp(var(--text-xl), 3vw, var(--text-2xl));
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  /*letter-spacing: -0.01em;*/
}

dd.tourPane {
  padding: var(--space-lg) 0;
  border-bottom: 1px solid var(--stone);
}

dd.tourPane:last-of-type {
  border-bottom: none;
}

/* Overview */
blockquote {
  background: var(--sand);
  padding: var(--space-lg);
  border-left: 3px solid var(--secondary);
  margin: var(--space-lg) 0;
  border-radius: var(--radius-md);
  font-style: italic;
  position: relative;
  color: var(--foreground);
  overflow: hidden;
}

blockquote::before {
  content: '"';
  font-size: 2.5rem;
  color: var(--secondary);
  position: absolute;
  top: -0.25rem;
  left: var(--space-md);
  opacity: 0.4;
  font-weight: 700;
  z-index: 1;
}

blockquote p {
  position: relative;
  z-index: 2;
  color: var(--foreground);
  font-weight: 500;
}

/* Text content clearfix for floating images */
.overtext::after,
.dayp::after {
  content: "";
  display: table;
  clear: both;
}

/* Ensure proper text flow around images */
.overtext {
  width: 100%;
  margin: var(--space-md) 0;
  color: var(--foreground);
  overflow: hidden; /* Create block formatting context */
}

.overtext p {
  color: var(--foreground);
  margin-bottom: var(--space-md);
  line-height: 1.7;
}

.overtext + ul {
  list-style: none;
  padding: 0;
}

.overtext + ul li {
  padding: var(--space-sm) 0;
  border-bottom: 1px solid var(--stone);
  padding-left: var(--space-xl);
  position: relative;
}

.overtext + ul li::before {
  content: "✓";
  color: var(--light-green);
  font-weight: 600;
  position: absolute;
  left: 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}

.left,
.right {
  margin: var(--space-md) auto;
  max-width: 100%;
  display: block;
  shape-outside: none;
}

@container (min-width: 601px) {
  .left {
    float: left;
    margin: 0 var(--space-lg) var(--space-md) 0;
    max-width: min(250px, 40%);
    shape-outside: margin-box;
  }
  .right {
    float: right;
    margin: 0 0 var(--space-md) var(--space-lg);
    max-width: min(250px, 40%);
    shape-outside: margin-box;
  }
}
.moreHide {
  margin-top: var(--space-md);
  font-size: var(--text-sm);
  color: var(--foreground);
  line-height: 1.6;
}

/* Itinerary */
h4 {
  /*background: var(--primary-gradient);*/
  color: var(--primary);
  padding: var(--space-md);
  border-radius: var(--radius-lg);
  /*margin: var(--space-xl) 0 var(--space-md) 0;*/
  font-size: clamp(var(--text-base), 2.5vw, var(--text-3xl));
  cursor: pointer;
  transition: all 0.2s ease;
  /*letter-spacing: -0.01em;*/
}

h4 strong {
  display: block;
  font-size: var(--text-md);
  opacity: 0.8;
}

.dayp {
  background: var(--sand);
  padding-left: 1rem;
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-md);
  border-left: 3px solid var(--light-green);
  color: var(--foreground);
}

.dayp p {
  margin-bottom: var(--space-md);
  color: var(--foreground);
  line-height: 1.7;
}

figcaption {
  font-size: var(--text-sm);
  color: var(--foreground);
  opacity: 0.8;
  margin-top: var(--space-sm);
  font-style: italic;
  text-align: center;
}

.more {
  display: none;
}

/* Utilities */
.clear {
  clear: both;
}

.required {
  color: var(--secondary);
}

/* Focus States */
button:focus,
input:focus {
  outline: 2px solid var(--light-green);
  outline-offset: 2px;
}

/* Container Queries */
.incTour {
  flex-direction: column;
  align-items: center;
}
.incTour li {
  text-align: center;
  min-width: 200px;
}

#priceIncaTrail {
  grid-template-columns: 1fr;
}

.button {
  width: 2rem;
  height: 2rem;
  font-size: var(--text-base);
}

#paxnum, #stunum, #pornum, #bagnum, #polnum, #tennum {
  margin: 0 var(--space-sm);
  min-width: 2rem;
}

@container (min-width: 601px) {
  .incTour {
    flex-direction: row;
    justify-content: center;
    gap: clamp(var(--space-sm), 2vw, var(--space-md));
    flex-wrap: wrap;
  }
  .incTour li {
    text-align: left;
    min-width: auto;
  }
}
/* Hide/Show Logic */
.toreveal:checked + .hide {
  display: block !important;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  :root {
    --stone: #808080;
    --sand: #f0f0f0;
    --foreground: #000000;
  }
  dt.tourPane,
  .optioncell,
  .dayp {
    border-left-width: 4px;
  }
  blockquote,
  #exclusions,
  #studentDiscount,
  .itemexp {
    border-width: 2px;
    border-style: solid;
  }
}
/* Consolidated Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .wp-block-cover::before {
    animation: none;
  }
  .tour-book-button::after,
  .tour-book-button::before {
    display: none;
  }
  .tour-info-bar,
  .tour-info-container,
  .tour-info-item,
  .tour-book-button,
  .tour-info-icon,
  .tour-meta-info svg,
  .tour-social-links a {
    transition: none;
  }
}
.wp-block-columns {
  flex-wrap: wrap;
}

.is-layout-flex .wp-block-column {
  margin: auto;
}

@media (min-width: 769px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
  .wp-block-column {
    margin-bottom: 0;
  }
}
/* Pulse Animation for Book Button */
.tour-book-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(250, 240, 230, 0.2);
  transform: translate(-50%, -50%);
  animation: buttonPulse 2s infinite;
}

@keyframes buttonPulse {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
/* Social Share with Enhanced Contrast */
.tour-social-links {
  animation: socialFloat 3s ease-in-out infinite;
}

@keyframes socialFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}
.tour-social-links a {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  color: #C9C9C7;
}

.tour-social-links a:hover {
  transform: translateY(-5px) rotate(10deg) scale(1.2);
  background: #2A5D45 !important;
  color: #FFFFFF !important;
  box-shadow: 0 8px 20px rgba(42, 93, 69, 0.5);
}

/* Meta info enhanced contrast */
.tour-meta-info {
  gap: 1rem;
}

.tour-meta-info p {
  color: #FFFFFF;
  /*text-shadow: 1px 1px 2px rgba(26, 60, 44, 0.8);*/
}

.tour-meta-info .has-emerald-600-color {
  color: var(--wp--preset--color--dark-green) !important;
  /*text-shadow: 1px 1px 2px rgba(26, 60, 44, 0.8);*/
}

/* Mobile-first Responsive Enhancements */
.wp-block-cover.alignfull {
  min-height: 70vh;
}

.tour-info-grid {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.alltour {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .alltour {
    display: grid;
  }
}
.alltour ul {
  padding: 0 1rem 0 1.3rem;
}

@media (min-width: 768px) {
  /* Main Container */
  /* Layout Grid */
  .alltour {
    grid-template-columns: 8fr 4fr;
    gap: clamp(var(--space-lg), 4vw, var(--space-2xl));
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin: auto;
    margin-bottom: clamp(var(--space-lg), 4vw, var(--space-2xl));
    max-width: 1200px;
  }
}
@media (min-width: 480px) {
  .wp-block-cover.alignfull {
    min-height: 80vh;
  }
  .wp-block-post-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1.5rem;
  }
  .tour-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .tour-info-item:hover {
    transform: translateY(-4px);
  }
}
@media (min-width: 768px) {
  .wp-block-cover.alignfull {
    min-height: 90vh;
  }
  .wp-block-post-title {
    padding: 0.3rem;
  }
  .tour-info-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .wp-block-cover.alignfull {
    min-height: 100vh;
  }
  .tour-info-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}
/* High Performance GPU Acceleration */
.tour-info-item,
.tour-book-button,
.activity-badge,
.tour-social-links a {
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Focus states for accessibility */
.tour-book-button .wp-block-button__link:focus {
  outline: 3px solid #F5B041;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px rgba(245, 176, 65, 0.3), 0 20px 40px rgba(42, 93, 69, 0.5);
}

.tour-social-links a:focus {
  outline: 2px solid #F5B041;
  outline-offset: 2px;
  background: #2A5D45 !important;
  color: #FFFFFF !important;
}

.activity-badge:focus {
  outline: 2px solid #F5B041;
  outline-offset: 2px;
  background-color: rgba(247, 245, 240, 0.95) !important;
}

/* Mobile-first Responsive Design (consolidated) */
.tour-info-bar {
  position: relative !important;
  top: 0 !important;
}

.tour-info-item {
  min-height: 80px;
  padding: 0.5rem;
}

.tour-info-pricing {
  min-height: 100px;
}

.tour-info-icon-wrapper {
  margin-bottom: 0.5rem;
}

.tour-info-icon {
  width: 24px;
  height: 24px;
}

.tour-meta-info {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.tour-social-share {
  align-self: stretch;
  justify-content: center;
}

@media (min-width: 480px) {
  .tour-info-item {
    min-height: 100px;
    padding: 0.75rem;
  }
  .tour-info-pricing {
    grid-column: 1/-1;
    min-height: 120px;
  }
}
@media (min-width: 768px) {
  .tour-meta-info {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .tour-social-share {
    align-self: auto;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .tour-info-bar {
    position: sticky !important;
    top: var(--space-md) !important;
  }
  .tour-info-item {
    min-height: 120px;
    padding: 1rem;
  }
  .tour-info-item p {
    color: var(--wp--preset--color--stone);
  }
  .tour-info-icon {
    width: 32px;
    height: 32px;
  }
  .tour-info-icon-wrapper {
    margin-bottom: 1rem;
  }
}
/* High contrast mode support */
@media (prefers-contrast: high) {
  .tour-info-container {
    border-width: 2px;
    border-color: #000;
  }
  .tour-info-item {
    border: 1px solid #000;
  }
  .tour-additional-info {
    border-top-width: 2px;
    border-top-color: #000;
  }
}
/* Focus styles for accessibility */
.tour-book-button .wp-block-button__link:focus {
  outline: 3px solid rgba(59, 130, 246, 0.5);
  outline-offset: 2px;
}

.tour-social-links a:focus {
  outline: 2px solid rgba(59, 130, 246, 0.5);
  outline-offset: 2px;
}

footer {
  color: var(--wp--preset--color--white);
}

@media (min-width: 1000px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
/**
 * Dark Mode Base Styles
 * 
 * Global dark mode implementation using theme.json color tokens.
 * Contains universal styles used across all templates.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
@media (prefers-color-scheme: dark) {
  :root {
    --wp--preset--color--primary: var(--wp--preset--color--primary-dark);
    --wp--preset--color--background: var(--wp--preset--color--background-dark);
    --wp--preset--color--foreground: var(--wp--preset--color--foreground-dark);
    --wp--preset--color--sand: var(--wp--preset--color--sand-dark);
    --wp--preset--color--stone: var(--wp--preset--color--stone-dark);
    --wp--preset--color--white: var(--wp--preset--color--white-dark);
    --background: #1C1D19; /* Deep Charcoal */
    --foreground: #E8E6E0; /* Warm Light */
    --stone: #3A3B35; /* Dark Stone */
    --sand: #2F302B; /* Dark Sand */
    --warm-stone: #34352F; /* Dark Warm Stone */
    --white: #232420; /* Dark Card Background */
    --gold: goldenrod;
    /* Enhanced contrast for dark mode */
    --primary: #4A8B5C; /* Brighter Forest */
    --light-green: #7FA88C; /* Soft Green */
    --dark-green: #5FB371; /* Bright Moss */
    --secondary: #E6B885; /* Bright Gold */
    --light-gold: #F2D4A7; /* Light Gold */
    --tertiary: #A3C29A; /* Light Sage */
  }
  body {
    color: var(--foreground);
  }
  header .alignfull {
    color: var(--gold);
  }
  .site-footer {
    color: var(--tertiary);
  }
  .site-footer p {
    color: var(--tertiary);
  }
  .site-footer .has-text-color a {
    color: var(--tertiary);
  }
  .site-tagline {
    color: var(--tertiary);
  }
  h1 {
    color: var(--foreground);
  }
  h2, h3 {
    color: var(--wp--preset--color--secondary);
  }
  a, h2, h3 {
    color: var(--wp--preset--color--primary);
  }
  .logo {
    color: var(--foreground);
  }
  .logo .wp-block-site-title {
    color: var(--foreground);
  }
  .wp-block-site-title a {
    color: var(--tertiary);
  }
  .entry-content a {
    color: var(--wp--preset--color--light-orange);
  }
  .has-sand-background-color {
    background-color: var(--wp--preset--color--black) !important;
  }
  .has-background-background-color {
    background-color: var(--wp--preset--color--black) !important;
  }
  .has-background-color {
    color: var(--tertiary) !important;
  }
  .has-foreground-background-color {
    background-color: var(--wp--preset--color--black) !important;
  }
  input, textarea, select {
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--foreground);
    border-color: var(--wp--preset--color--stone);
  }
  .form-input::-moz-placeholder {
    color: var(--wp--preset--color--stone);
  }
  .form-input::placeholder {
    color: var(--wp--preset--color--stone);
  }
  .wp-block-button__link:hover {
    color: var(--wp--preset--color--foreground);
  }
  a {
    color: var(--wp--preset--color--primary);
  }
  a:hover {
    color: var(--wp--preset--color--secondary);
  }
  .price-text {
    padding: 0.1rem 0.4rem;
    color: var(--gold);
  }
  .detail-label {
    color: var(--secondary);
  }
  .stories h4 {
    color: var(--wp--preset--color--sand);
  }
}
/**
 * Layout Module Index
 * 
 * Imports all layout-related modules for consistent
 * grid system and section layouts.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
/**
 * Theme.json Layout Grid System
 * 
 * WordPress layout system using theme.json contentSize and wideSize settings.
 * Modern CSS Grid system with theme.json spacing tokens.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.container {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--sm);
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 var(--wp--preset--spacing--md);
  }
}

.container-wide {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--sm);
  width: 100%;
}
@media (min-width: 768px) {
  .container-wide {
    padding: 0 var(--wp--preset--spacing--md);
  }
}

.grid {
  display: grid;
  gap: var(--wp--preset--spacing--md);
  grid-template-columns: 1fr;
  width: 100%;
}
@media (min-width: 768px) {
  .grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-item {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.aligncontent {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.alignfull {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gap-sm {
  gap: var(--wp--preset--spacing--sm);
}

.gap-md {
  gap: var(--wp--preset--spacing--md);
}

.gap-lg {
  gap: var(--wp--preset--spacing--lg);
}

.gap-xl {
  gap: var(--wp--preset--spacing--xl);
}

.flex {
  display: flex;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-nowrap {
  flex-wrap: nowrap;
}
.flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.justify-around {
  justify-content: space-around;
}
.flex.items-start {
  align-items: flex-start;
}
.flex.items-end {
  align-items: flex-end;
}
.flex.items-center {
  align-items: center;
}
.flex.items-stretch {
  align-items: stretch;
}

@media (min-width: 768px) {
  .grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.mt-sm {
  margin-top: var(--wp--preset--spacing--sm);
}

.mt-md {
  margin-top: var(--wp--preset--spacing--md);
}

.mt-lg {
  margin-top: var(--wp--preset--spacing--lg);
}

.mt-xl {
  margin-top: var(--wp--preset--spacing--xl);
}

.mb-sm {
  margin-bottom: var(--wp--preset--spacing--sm);
}

.mb-md {
  margin-bottom: var(--wp--preset--spacing--md);
}

.mb-lg {
  margin-bottom: var(--wp--preset--spacing--lg);
}

.mb-xl {
  margin-bottom: var(--wp--preset--spacing--xl);
}

.pt-sm {
  padding-top: var(--wp--preset--spacing--sm);
}

.pt-md {
  padding-top: var(--wp--preset--spacing--md);
}

.pt-lg {
  padding-top: var(--wp--preset--spacing--lg);
}

.pt-xl {
  padding-top: var(--wp--preset--spacing--xl);
}

.pb-sm {
  padding-bottom: var(--wp--preset--spacing--sm);
}

.pb-md {
  padding-bottom: var(--wp--preset--spacing--md);
}

.pb-lg {
  padding-bottom: var(--wp--preset--spacing--lg);
}

.pb-xl {
  padding-bottom: var(--wp--preset--spacing--xl);
}

.col-span-full {
  grid-column: 1/-1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.container,
.container-wide,
.grid,
.grid-item,
.aligncontent,
.alignwide,
.alignfull {
  box-sizing: border-box;
}

.wp-block-group.alignwide, .wp-block-group.alignfull {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.aligncontent {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

/**
 * Section Layout Styles
 * 
 * Common section layouts and spacing using theme.json tokens.
 * Provides consistent vertical rhythm and spacing patterns.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.section {
  position: relative;
  width: 100%;
  padding: var(--wp--preset--spacing--lg) 0;
}
@media (min-width: 768px) {
  .section {
    padding: var(--wp--preset--spacing--xl) 0;
  }
}
@media (min-width: 1024px) {
  .section {
    padding: var(--wp--preset--spacing--xxl) 0;
  }
}

.section-sm {
  padding: var(--wp--preset--spacing--md) 0;
}
@media (min-width: 768px) {
  .section-sm {
    padding: var(--wp--preset--spacing--lg) 0;
  }
}

.section-lg {
  padding: var(--wp--preset--spacing--xl) 0;
}
@media (min-width: 768px) {
  .section-lg {
    padding: var(--wp--preset--spacing--xxl) 0;
  }
}
@media (min-width: 1024px) {
  .section-lg {
    padding: calc(var(--wp--preset--spacing--xxl) * 1.5) 0;
  }
}

.section-xl {
  padding: var(--wp--preset--spacing--xxl) 0;
}
@media (min-width: 768px) {
  .section-xl {
    padding: calc(var(--wp--preset--spacing--xxl) * 1.5) 0;
  }
}
@media (min-width: 1024px) {
  .section-xl {
    padding: calc(var(--wp--preset--spacing--xxl) * 2) 0;
  }
}

.section-no-padding {
  padding: 0;
}

.section-no-padding-top {
  padding-top: 0;
}

.section-no-padding-bottom {
  padding-bottom: 0;
}

.hero-section {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--wp--preset--spacing--xxl) 0;
}
@media (min-width: 768px) {
  .hero-section {
    min-height: 70vh;
  }
}
@media (min-width: 1024px) {
  .hero-section {
    min-height: 80vh;
  }
}

.hero-full-height {
  min-height: 100vh;
  padding: 0;
}

.content-section {
  padding: var(--wp--preset--spacing--lg) 0;
}
@media (min-width: 768px) {
  .content-section {
    padding: var(--wp--preset--spacing--xl) 0;
  }
}
.content-section .section-header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--lg);
}
@media (min-width: 768px) {
  .content-section .section-header {
    margin-bottom: var(--wp--preset--spacing--xl);
  }
}
.content-section .section-header h1, .content-section .section-header h2, .content-section .section-header h3 {
  margin-bottom: var(--wp--preset--spacing--sm);
  color: var(--wp--preset--color--primary);
}
.content-section .section-header p {
  color: var(--wp--preset--color--foreground);
  max-width: 600px;
  margin: 0 auto;
}
.content-section .section-content {
  max-width: 800px;
  margin: 0 auto;
}

.split-section {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--lg);
  align-items: center;
}
@media (min-width: 768px) {
  .split-section {
    flex-direction: row;
    gap: var(--wp--preset--spacing--xl);
  }
}
.split-section .split-content,
.split-section .split-media {
  flex: 1;
}
@media (min-width: 768px) {
  .split-section.split-reverse {
    flex-direction: row-reverse;
  }
}

.feature-section {
  background: var(--wp--preset--color--background);
  position: relative;
}
.feature-section.feature-alt {
  background: var(--wp--preset--color--sand);
}
.feature-section.feature-dark {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.feature-section.feature-dark h1, .feature-section.feature-dark h2, .feature-section.feature-dark h3, .feature-section.feature-dark h4, .feature-section.feature-dark h5, .feature-section.feature-dark h6 {
  color: var(--wp--preset--color--white);
}
.feature-section.feature-dark p {
  color: rgba(255, 255, 255, 0.9);
}

.cta-section {
  background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--secondary));
  color: var(--wp--preset--color--white);
  text-align: center;
  padding: var(--wp--preset--spacing--xl) 0;
}
@media (min-width: 768px) {
  .cta-section {
    padding: var(--wp--preset--spacing--xxl) 0;
  }
}
.cta-section h1, .cta-section h2, .cta-section h3, .cta-section h4, .cta-section h5, .cta-section h6 {
  color: var(--wp--preset--color--white);
  margin-bottom: var(--wp--preset--spacing--md);
}
.cta-section p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: var(--wp--preset--spacing--lg);
}
.cta-section .wp-block-button {
  margin-top: var(--wp--preset--spacing--md);
}

.overlay-section {
  position: relative;
  color: var(--wp--preset--color--white);
}
.overlay-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.overlay-section .section-content {
  position: relative;
  z-index: 2;
}
.overlay-section.overlay-light::before {
  background: rgba(255, 255, 255, 0.8);
}
.overlay-section.overlay-primary::before {
  background: rgba(42, 93, 69, 0.8);
}
.overlay-section.overlay-gradient::before {
  background: linear-gradient(135deg, rgba(42, 93, 69, 0.8), rgba(139, 186, 139, 0.8));
}

.bg-image-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media (min-width: 768px) {
  .bg-image-section {
    background-attachment: fixed;
  }
}

.cards-section .cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--md);
}
@media (min-width: 576px) {
  .cards-section .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--lg);
  }
}
@media (min-width: 768px) {
  .cards-section .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards-section .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .cards-section.cards-two-col .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards-section.cards-three-col .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-divider {
  height: 1px;
  background: var(--wp--preset--color--stone);
  margin: var(--wp--preset--spacing--lg) 0;
  opacity: 0.3;
}
.section-divider.divider-thick {
  height: 2px;
}
.section-divider.divider-primary {
  background: var(--wp--preset--color--primary);
  opacity: 1;
}

.mt-section {
  margin-top: var(--wp--preset--spacing--lg);
}

.mb-section {
  margin-bottom: var(--wp--preset--spacing--lg);
}

.pt-section {
  padding-top: var(--wp--preset--spacing--lg);
}

.pb-section {
  padding-bottom: var(--wp--preset--spacing--lg);
}

@media (min-width: 768px) {
  .mt-section {
    margin-top: var(--wp--preset--spacing--xl);
  }
  .mb-section {
    margin-bottom: var(--wp--preset--spacing--xl);
  }
  .pt-section {
    padding-top: var(--wp--preset--spacing--xl);
  }
  .pb-section {
    padding-bottom: var(--wp--preset--spacing--xl);
  }
}
.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
.single .entry-header {
  margin-bottom: var(--wp--preset--spacing--xl);
}
.single .entry-header .entry-title {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--md);
  line-height: 1.2;
}
.single .entry-header .entry-meta {
  display: flex;
  gap: var(--wp--preset--spacing--md);
  align-items: center;
  color: var(--wp--preset--color--stone);
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--preset--spacing--lg);
}
.single .entry-header .entry-meta .post-date,
.single .entry-header .entry-meta .post-author,
.single .entry-header .entry-meta .post-categories {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
}
.single .entry-header .entry-meta a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.single .entry-header .entry-meta a:hover {
  color: var(--wp--preset--color--secondary);
}
.single .entry-header .post-thumbnail {
  margin-bottom: var(--wp--preset--spacing--lg);
  border-radius: var(--wp--custom--effects--radius--medium);
  overflow: hidden;
}
.single .entry-header .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.single .entry-content {
  margin-bottom: var(--wp--preset--spacing--xl);
}
.single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
  color: var(--wp--preset--color--primary);
  margin-top: var(--wp--preset--spacing--lg);
  margin-bottom: var(--wp--preset--spacing--md);
}
.single .entry-content p {
  margin-bottom: var(--wp--preset--spacing--md);
  line-height: 1.7;
}
.single .entry-content ul, .single .entry-content ol {
  margin-bottom: var(--wp--preset--spacing--md);
  padding-left: var(--wp--preset--spacing--lg);
}
.single .entry-content ul li, .single .entry-content ol li {
  margin-bottom: var(--wp--preset--spacing--xs);
}
.single .entry-content blockquote {
  background: var(--wp--preset--color--sand);
  border-left: 4px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--md);
  margin: var(--wp--preset--spacing--lg) 0;
  border-radius: var(--wp--custom--effects--radius--small);
}
.single .entry-content blockquote p {
  font-style: italic;
  margin-bottom: 0;
}
.single .entry-content img {
  border-radius: var(--wp--custom--effects--radius--medium);
  height: auto;
  max-width: 100%;
}
.single .entry-content code {
  background: var(--wp--preset--color--sand);
  padding: 0.2em 0.4em;
  border-radius: var(--wp--custom--effects--radius--small);
  font-family: "Courier New", monospace;
}
.single .entry-content pre {
  background: var(--wp--preset--color--sand);
  padding: var(--wp--preset--spacing--md);
  border-radius: var(--wp--custom--effects--radius--medium);
  overflow-x: auto;
  margin: var(--wp--preset--spacing--md) 0;
}
.single .entry-content pre code {
  background: none;
  padding: 0;
}
.single .entry-footer {
  border-top: 1px solid var(--wp--preset--color--stone);
  padding-top: var(--wp--preset--spacing--lg);
  margin-top: var(--wp--preset--spacing--xl);
}
.single .entry-footer .post-tags {
  margin-bottom: var(--wp--preset--spacing--md);
}
.single .entry-footer .post-tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--xs);
  list-style: none;
  padding: 0;
  margin: 0;
}
.single .entry-footer .post-tags .tag-list .tag-item {
  background: var(--wp--preset--color--sand);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border-radius: var(--wp--custom--effects--radius--small);
  font-size: var(--wp--preset--font-size--small);
}
.single .entry-footer .post-tags .tag-list .tag-item a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.single .entry-footer .post-tags .tag-list .tag-item a:hover {
  color: var(--wp--preset--color--secondary);
}
.single .entry-footer .post-navigation {
  display: grid;
  gap: var(--wp--preset--spacing--md);
  margin-top: var(--wp--preset--spacing--lg);
}
@media (min-width: 768px) {
  .single .entry-footer .post-navigation {
    grid-template-columns: 1fr 1fr;
  }
}
.single .entry-footer .post-navigation .nav-link {
  padding: var(--wp--preset--spacing--md);
  background: var(--wp--preset--color--sand);
  border-radius: var(--wp--custom--effects--radius--medium);
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.single .entry-footer .post-navigation .nav-link:hover {
  background: var(--wp--preset--color--stone);
}
.single .entry-footer .post-navigation .nav-link .nav-label {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--stone);
  margin-bottom: var(--wp--preset--spacing--xs);
}
.single .entry-footer .post-navigation .nav-link .nav-title {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}
.single .entry-footer .post-navigation .nav-next {
  text-align: right;
}

/**
 * Adventure Card Styles
 * 
 * Extracted from front-page.scss. Card layouts, hover states,
 * badges, and content styling using theme.json tokens.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.adventure-card {
  border-radius: 12px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--wp--preset--color--background);
  border-style: none;
  border: 1px solid var(--wp--preset--color--stone);
  transition: transform 0.3s ease;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.adventure-card a {
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
}
.adventure-card h3 a {
  color: var(--wp--preset--color--primary);
  letter-spacing: -0.6px;
}
.adventure-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.adventure-card:hover .adventure-card-image img {
  transform: scale(1.05);
}

.adventure-card-media {
  position: relative;
  margin: 0;
  padding: 0;
}

.adventure-card-image {
  margin: 0 !important;
  transition: transform 0.5s ease;
  overflow: hidden;
}
.adventure-card-image img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.adventure-card-badge,
.adventure-card-location-badge,
.adventure-card-price {
  position: absolute;
  padding: 4px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.adventure-card-badge {
  top: 16px;
  right: 16px;
}

.adventure-card-location-badge {
  top: 16px;
  left: 16px;
}

.adventure-card-price {
  bottom: 16px;
  left: 16px;
  border-radius: 8px;
}
.adventure-card-price p {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.adventure-difficulty-badge {
  border-radius: 6px;
  padding: 6px 12px;
}
.adventure-difficulty-badge p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.location-badge {
  border-radius: 6px;
  padding: 6px 12px;
}
.location-badge p {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.location-badge a {
  color: var(--wp--preset--color--primary);
  letter-spacing: 0;
}

.adventure-card-content {
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 24px;
  background-color: var(--wp--preset--color--background);
}
.adventure-card-content h3 {
  margin: 0 0 12px 0;
  font-weight: 700;
  line-height: 1.2;
}
.adventure-card-content > .wp-block-post-excerpt {
  margin: 0 0 24px 0;
}
.adventure-card-content > .wp-block-post-excerpt p {
  font-size: 14px;
  margin: 0;
}

.adventure-card-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 24px 0;
  padding: 0;
}
.adventure-card-details .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.detail-label {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.detail-value {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.adventure-card-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.adventure-guide {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}

.adventure-guide-avatar {
  border-radius: 100px;
  margin: 0;
}

.guide-name {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.guide-name-text {
  position: relative;
  padding-left: 24px;
}
.guide-name-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background-color: var(--wp--preset--color--primary);
  border-radius: 50% 50% 50% 0;
  transform: translateY(-60%) rotate(-45deg);
  box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.25);
}
.guide-name-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-75%);
  width: 6px;
  height: 6px;
  background-color: var(--wp--preset--color--background);
  border-radius: 50%;
}

.adventure-card-button {
  transition: background-color 0.3s ease;
  margin: 0;
}
.adventure-card-button a {
  font-weight: normal;
  letter-spacing: 1px;
  padding: 8px 16px;
  border-radius: 6px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .adventure-card-image img {
    height: 220px;
  }
  .adventure-card-content {
    padding: var(--wp--preset--spacing--sm);
  }
  .adventure-card-details {
    flex-direction: row;
    gap: var(--wp--preset--spacing--sm);
  }
}
@media (min-width: 768px) {
  .adventure-card-image img {
    height: 300px;
  }
  .adventure-card-content {
    padding: var(--wp--preset--spacing--md);
  }
  .adventure-card-content .adventure-guide > div {
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
/**
 * Newsletter Form Styles
 * 
 * Extracted from front-page.scss. Newsletter signup forms,
 * form inputs, interactions, and loading states using theme.json tokens.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.newsletter-signup-block {
  position: relative;
  overflow: hidden;
}

.newsletter-signup {
  padding: 0;
}

.newsletter-form label {
  margin-bottom: var(--wp--preset--spacing--sm);
}

.form-input {
  color: var(--wp--preset--color--stone);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small);
  padding: var(--wp--preset--spacing--sm);
  font-size: var(--wp--preset--font-size--normal);
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.form-input::-moz-placeholder {
  color: var(--wp--preset--color--stone);
  letter-spacing: 1px;
}
.form-input::placeholder {
  color: var(--wp--preset--color--stone);
  letter-spacing: 1px;
}
.form-input:focus {
  border-color: var(--wp--preset--color--primary) !important;
  box-shadow: 0 0 0 4px rgba(42, 93, 69, 0.1) !important;
  transform: translateY(-2px);
  outline: none;
}
.form-input:focus::-moz-placeholder {
  color: var(--wp--preset--color--stone);
}
.form-input:focus::placeholder {
  color: var(--wp--preset--color--stone);
}
.form-input:focus + .form-label {
  transform: translateY(-1.5rem) scale(0.85) !important;
  padding: 0 0.5rem;
  margin-bottom: 0.2rem;
  top: 33%;
}

.input-wrapper {
  position: relative;
}
.input-wrapper.focused .form-label, .input-wrapper.has-value .form-label {
  transform: translateY(-1.5rem) scale(0.85) !important;
  padding: 0 0.5rem;
}

.form-label {
  position: absolute;
  top: var(--wp--preset--spacing--md);
  left: var(--wp--preset--spacing--sm);
  transition: transform var(--wp--custom--effects--transition--medium) ease;
  pointer-events: none;
  background: var(--wp--preset--color--background);
}

.newsletter-submit-button {
  background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--light-green));
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--heading);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
  border: none;
  border-radius: var(--wp--custom--effects--radius--medium);
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--medium) ease;
  letter-spacing: 1px;
}
.newsletter-submit-button:hover {
  transform: translateY(-3px);
  box-shadow: var(--wp--custom--effects--shadow--large) !important;
  background: linear-gradient(135deg, var(--wp--preset--color--dark-green), var(--wp--preset--color--primary)) !important;
}
.newsletter-submit-button.loading {
  background: var(--wp--preset--color--stone);
  cursor: not-allowed;
}
.newsletter-submit-button.loading:hover {
  background: var(--wp--preset--color--stone);
  transform: none;
  box-shadow: none;
}
.newsletter-submit-button.loading .button-icon {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.checkbox-custom {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: var(--wp--preset--color--background);
  border: 2px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small);
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.checkbox-custom::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid var(--wp--preset--color--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform var(--wp--custom--effects--transition--fast) ease;
}

.consent-checkbox {
  opacity: 0;
  position: absolute;
}
.consent-checkbox:checked + .checkbox-custom {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.consent-checkbox:checked + .checkbox-custom::after {
  transform: rotate(45deg) scale(1);
}
.consent-checkbox:focus + .checkbox-custom {
  box-shadow: 0 0 0 3px rgba(42, 93, 69, 0.2);
}

.consent-text {
  font-size: 0.8rem;
}
.consent-text a {
  color: var(--wp--preset--color--primary);
}

.newsletter-success {
  background: var(--wp--preset--color--light-green);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--md);
  border-radius: var(--wp--custom--effects--radius--medium);
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.newsletter-success.show {
  opacity: 1;
  transform: translateY(0);
}

.newsletter-content {
  position: relative;
}
.newsletter-content.success-state .newsletter-header,
.newsletter-content.success-state .newsletter-benefits,
.newsletter-content.success-state .newsletter-form {
  opacity: 0;
  transform: translateY(-10px);
  transition: all var(--wp--custom--effects--transition--medium) ease;
}

.newsletter-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsletter-benefits ul li {
  position: relative;
  padding: var(--wp--preset--spacing--xs) 0;
  padding-left: var(--wp--preset--spacing--md);
}
.newsletter-benefits ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--wp--preset--color--primary);
  font-weight: bold;
}

.form-group {
  display: grid;
  gap: var(--wp--preset--spacing--sm);
  align-items: flex-start;
}
.form-group div:nth-child(1),
.form-group div:nth-child(2) {
  flex: 0 0 calc(50% - 8px);
}

.popular-adventures h2 {
  padding: 0;
}

.input-group.error .form-input,
.form-consent.error .checkbox-custom {
  border-color: #e53935 !important;
  box-shadow: 0 0 0 4px rgba(229, 57, 53, 0.1) !important;
}

.input-group.error .form-feedback,
.form-consent.error .form-feedback {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  background: rgba(42, 93, 69, 0.05);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
  border: 1px solid rgba(42, 93, 69, 0.1);
  transition: all 0.2s ease;
}
.benefit-item:hover {
  background: rgba(42, 93, 69, 0.1) !important;
  transform: translateY(-2px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 781px) {
  .wp-block-columns {
    flex-direction: column !important;
  }
  .wp-block-column {
    flex-basis: 100% !important;
  }
  .newsletter-benefits {
    grid-template-columns: 1fr !important;
  }
  .form-group {
    grid-template-columns: 1fr !important;
  }
  .newsletter-signup-block {
    margin-top: var(--wp--preset--spacing--md) !important;
    padding: var(--wp--preset--spacing--md) !important;
  }
  .newsletter-form .form-input {
    font-size: var(--wp--preset--font-size--small);
    padding: var(--wp--preset--spacing--xs);
  }
  .newsletter-form .newsletter-submit-button {
    width: 100%;
    padding: var(--wp--preset--spacing--sm);
  }
}
@media (min-width: 782px) {
  .testimonial-container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .testimonial-trip ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .form-group {
    grid-template-columns: 1fr 1fr !important;
    align-items: flex-start;
  }
  .form-group div:nth-child(1),
  .form-group div:nth-child(2) {
    flex: 0 0 calc(50% - 8px);
  }
  .newsletter-submit-button {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.newsletter-form .input-group.has-error .form-input,
.newsletter-form .input-group.has-error .consent-checkbox + .checkbox-custom,
.newsletter-form .form-consent.has-error .form-input,
.newsletter-form .form-consent.has-error .consent-checkbox + .checkbox-custom {
  border-color: var(--wp--preset--color--error, #d32f2f);
  animation: shake 0.3s ease;
}
.newsletter-form .input-group.has-success .form-input,
.newsletter-form .form-consent.has-success .form-input {
  border-color: var(--wp--preset--color--success, #2e7d32);
}
.newsletter-form .form-feedback {
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: var(--wp--preset--spacing--xs);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  min-height: 1.5em;
}
.newsletter-form .form-feedback[style*="opacity: 1"] {
  opacity: 1;
  transform: translateY(0);
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
.form-error-general {
  padding: 1rem;
  background: var(--wp--preset--color--error-light, #ffebee);
  color: var(--wp--preset--color--error, #d32f2f);
  border-radius: 8px;
  margin-bottom: var(--wp--preset--spacing--md);
  font-weight: 500;
  border-left: 4px solid var(--wp--preset--color--error, #d32f2f);
}

.footer-newsletter-form.newsletter-form {
  flex-direction: row !important;
  gap: var(--wp--preset--spacing--xs);
}
.footer-newsletter-form.newsletter-form .form-input {
  flex: 1;
  min-width: 0;
}
.footer-newsletter-form.newsletter-form .newsletter-button {
  flex-shrink: 0;
}

/**
 * Hero Parallax Component
 * 
 * Front-page hero section with parallax effects and interactive elements.
 * Includes video backgrounds, scroll animations, and responsive design.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.hero-parallax {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  .hero-parallax {
    min-height: 700px;
  }
}
@media (min-width: 1024px) {
  .hero-parallax {
    min-height: 800px;
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 1;
}
.hero-background.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .hero-background.image {
    background-attachment: scroll;
  }
}
.hero-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero-background .video-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(42, 93, 69, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
  transition: all var(--wp--custom--effects--transition--slow) ease;
}
.hero-overlay.dark {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.hero-overlay.branded {
  background: linear-gradient(135deg, rgba(42, 93, 69, 0.8) 0%, rgba(139, 186, 139, 0.6) 50%, rgba(42, 93, 69, 0.7) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--wp--preset--color--white);
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--lg);
  animation: heroFadeIn 1.2s ease-out;
}
@media (min-width: 768px) {
  .hero-content {
    padding: 0 var(--wp--preset--spacing--xl);
  }
}

.hero-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--wp--preset--spacing--md);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: heroSlideUp 1s ease-out 0.3s both;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: var(--wp--preset--font-size--xx-large);
    margin-bottom: var(--wp--preset--spacing--lg);
  }
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.5rem;
  }
}
.hero-title .highlight {
  color: var(--wp--preset--color--secondary);
  position: relative;
}
.hero-title .highlight::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--wp--preset--color--secondary);
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineExpand 0.8s ease-out 1.5s both;
}

.hero-subtitle {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--wp--preset--spacing--lg);
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  animation: heroSlideUp 1s ease-out 0.6s both;
}
@media (min-width: 768px) {
  .hero-subtitle {
    font-size: var(--wp--preset--font-size--large);
    margin-bottom: var(--wp--preset--spacing--xl);
  }
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--md);
  align-items: center;
  animation: heroSlideUp 1s ease-out 0.9s both;
}
@media (min-width: 768px) {
  .hero-actions {
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--preset--spacing--lg);
  }
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--wp--preset--spacing--sm);
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--xl);
  border-radius: var(--wp--custom--effects--radius--large);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--normal);
  text-decoration: none;
  transition: all var(--wp--custom--effects--transition--medium) ease;
  cursor: pointer;
  border: 2px solid transparent;
  backdrop-filter: blur(4px);
  min-width: 180px;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-btn {
    padding: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--xxl);
    font-size: var(--wp--preset--font-size--medium);
  }
}
.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--wp--custom--effects--shadow--large);
}
.hero-btn.primary {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  box-shadow: var(--wp--custom--effects--shadow--medium);
}
.hero-btn.primary:hover {
  background: var(--wp--preset--color--secondary);
}
.hero-btn.primary::after {
  content: "→";
  transition: transform var(--wp--custom--effects--transition--medium) ease;
}
.hero-btn.primary:hover::after {
  transform: translateX(4px);
}
.hero-btn.secondary {
  background: rgba(255, 255, 255, 0.15);
  color: var(--wp--preset--color--white);
  border-color: rgba(255, 255, 255, 0.3);
}
.hero-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}
.hero-btn.secondary::before {
  content: "▶";
  font-size: 0.8em;
}
.hero-btn.outline {
  background: transparent;
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
}
.hero-btn.outline:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.scroll-indicator {
  position: absolute;
  bottom: var(--wp--preset--spacing--xl);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: scrollBounce 2s infinite;
}
.scroll-indicator .scroll-arrow {
  width: 24px;
  height: 24px;
  border: 2px solid var(--wp--preset--color--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.scroll-indicator .scroll-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.scroll-indicator .scroll-arrow::before {
  content: "↓";
  color: var(--wp--preset--color--white);
  font-size: 14px;
  font-weight: 600;
}
.scroll-indicator .scroll-text {
  margin-top: var(--wp--preset--spacing--xs);
  font-size: var(--wp--preset--font-size--tiny);
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.hero-stats {
  position: absolute;
  bottom: var(--wp--preset--spacing--xl);
  left: var(--wp--preset--spacing--lg);
  right: var(--wp--preset--spacing--lg);
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: var(--wp--preset--spacing--xl);
  animation: heroFadeIn 1s ease-out 1.2s both;
}
@media (max-width: 767px) {
  .hero-stats {
    flex-direction: column;
    gap: var(--wp--preset--spacing--md);
    align-items: center;
  }
}
.hero-stats .stat-item {
  text-align: center;
  color: var(--wp--preset--color--white);
}
.hero-stats .stat-item .stat-number {
  display: block;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .hero-stats .stat-item .stat-number {
    font-size: var(--wp--preset--font-size--x-large);
  }
}
.hero-stats .stat-item .stat-label {
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .hero-parallax[data-parallax=true] .hero-background {
    will-change: transform;
    transform: translateZ(0);
  }
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes heroSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes underlineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes scrollBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
.hero-parallax.minimal .hero-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.hero-parallax.minimal .hero-stats {
  display: none;
}
.hero-parallax.fullscreen {
  height: 100vh;
  min-height: 100vh;
}
.hero-parallax.split .hero-content {
  text-align: left;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--xl);
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-parallax.split .hero-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-parallax .hero-background {
    background-attachment: scroll !important;
  }
  .hero-content,
  .hero-title,
  .hero-subtitle,
  .hero-actions,
  .hero-stats,
  .scroll-indicator {
    animation: none !important;
  }
  .scroll-indicator .scroll-arrow {
    animation: none !important;
  }
}
@media (prefers-contrast: high) {
  .hero-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .hero-btn {
    border-width: 3px;
  }
  .hero-btn.primary {
    background: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--white) !important;
  }
  .hero-btn.secondary, .hero-btn.outline {
    background: rgba(255, 255, 255, 0.9) !important;
    color: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--white) !important;
  }
}
@media (max-width: 767px) {
  .hero-parallax {
    min-height: 500px;
  }
  .hero-content {
    padding: 0 var(--wp--preset--spacing--md);
  }
  .hero-title {
    font-size: var(--wp--preset--font-size--large);
  }
  .hero-subtitle {
    font-size: var(--wp--preset--font-size--normal);
  }
  .hero-btn {
    width: 100%;
    max-width: 280px;
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--lg);
  }
  .scroll-indicator {
    bottom: var(--wp--preset--spacing--lg);
  }
  .hero-stats {
    bottom: 60px;
    left: var(--wp--preset--spacing--sm);
    right: var(--wp--preset--spacing--sm);
  }
}
/**
 * Testimonial Components
 * 
 * All testimonial card variations and layouts for the front page.
 * Includes star ratings, avatars, and multiple display formats.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.testimonial-card {
  background: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--effects--radius--medium);
  padding: var(--wp--preset--spacing--lg);
  box-shadow: var(--wp--custom--effects--shadow--small);
  border: 1px solid var(--wp--preset--color--sand);
  transition: all var(--wp--custom--effects--transition--medium) ease;
  position: relative;
  overflow: hidden;
}
.testimonial-card h4 {
  font-size: 2rem;
}
.testimonial-card h4 a {
  color: var(--wp--preset--color--primary);
}
.testimonial-card h4:hover {
  box-shadow: none;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp--custom--effects--shadow--large);
  border-color: var(--wp--preset--color--primary);
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: var(--wp--preset--spacing--sm);
  left: var(--wp--preset--spacing--md);
  font-size: 4rem;
  color: var(--wp--preset--color--sand);
  opacity: 0.3;
  font-family: Georgia, serif;
  line-height: 1;
  z-index: 1;
}

.testimonial-content {
  position: relative;
  z-index: 2;
}
.testimonial-content .testimonial-text {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.6;
  color: var(--wp--preset--color--foreground);
  margin-bottom: var(--wp--preset--spacing--md);
  font-style: italic;
}
.testimonial-content .testimonial-text.wp-block-post-excerpt__excerpt {
  font-size: var(--wp--preset--font-size--normal);
  font-style: italic;
  margin: 0 0 var(--wp--preset--spacing--md) 0;
}
.testimonial-content .testimonial-quote {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--lg);
  font-weight: 500;
  position: relative;
  padding-left: var(--wp--preset--spacing--md);
}
.testimonial-content .testimonial-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--wp--preset--color--secondary);
  border-radius: 2px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--sm);
  margin-top: var(--wp--preset--spacing--md);
  padding-top: var(--wp--preset--spacing--md);
  border-top: 1px solid var(--wp--preset--color--sand);
}
.testimonial-author .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--wp--preset--color--primary);
  flex-shrink: 0;
}
.testimonial-author .author-info {
  flex: 1;
}
.testimonial-author .author-info .author-name {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: 2px;
}
.testimonial-author .author-info .author-location {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--stone);
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
}
.testimonial-author .author-info .author-location::before {
  content: "📍";
  font-size: 12px;
}
.testimonial-author .author-info .author-date {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--stone);
  margin-top: 2px;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--sm);
  margin-bottom: var(--wp--preset--spacing--md);
}
.testimonial-rating .star-rating {
  display: flex;
  gap: 2px;
}
.testimonial-rating .star-rating .star {
  width: 16px;
  height: 16px;
  color: #ffd700;
  font-size: var(--wp--preset--font-size--small);
  transition: transform var(--wp--custom--effects--transition--fast) ease;
}
.testimonial-rating .star-rating .star.filled::before {
  content: "★";
}
.testimonial-rating .star-rating .star.half::before {
  content: "⯨";
}
.testimonial-rating .star-rating .star.empty::before {
  content: "☆";
  color: var(--wp--preset--color--stone);
}
.testimonial-rating .star-rating .star:hover {
  transform: scale(1.2);
}
.testimonial-rating .rating-score {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
}
.testimonial-rating .rating-platform {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--stone);
  padding: 2px 6px;
  background: var(--wp--preset--color--sand);
  border-radius: var(--wp--custom--effects--radius--small);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.testimonial-rating .rating-platform.tripadvisor {
  background: #00af87;
  color: white;
}
.testimonial-rating .rating-platform.google {
  background: #4285f4;
  color: white;
}
.testimonial-rating .rating-platform.facebook {
  background: #1877f2;
  color: white;
}

.testimonial-card.compact {
  padding: var(--wp--preset--spacing--md);
}
.testimonial-card.compact::before {
  font-size: 2.5rem;
  top: var(--wp--preset--spacing--xs);
  left: var(--wp--preset--spacing--sm);
}
.testimonial-card.compact .testimonial-content .testimonial-text {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--preset--spacing--sm);
}
.testimonial-card.compact .testimonial-author .author-avatar {
  width: 36px;
  height: 36px;
}
.testimonial-card.featured {
  background: linear-gradient(135deg, var(--wp--preset--color--sand) 0%, var(--wp--preset--color--background) 100%);
  border: 2px solid var(--wp--preset--color--primary);
  position: relative;
}
.testimonial-card.featured::after {
  content: "✨";
  position: absolute;
  top: var(--wp--preset--spacing--sm);
  right: var(--wp--preset--spacing--sm);
  font-size: var(--wp--preset--font-size--medium);
  z-index: 3;
}
.testimonial-card.featured .testimonial-content .testimonial-text {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--primary);
}
.testimonial-card.video {
  position: relative;
  background: linear-gradient(135deg, rgba(42, 93, 69, 0.1) 0%, var(--wp--preset--color--background) 100%);
}
.testimonial-card.video .video-thumbnail {
  position: relative;
  margin-bottom: var(--wp--preset--spacing--md);
  border-radius: var(--wp--custom--effects--radius--small);
  overflow: hidden;
}
.testimonial-card.video .video-thumbnail img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-card.video .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--medium) ease;
  backdrop-filter: blur(4px);
}
.testimonial-card.video .video-thumbnail .play-button:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  transform: translate(-50%, -50%) scale(1.1);
}
.testimonial-card.video .video-thumbnail .play-button::before {
  content: "▶";
  margin-left: 2px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--lg);
  margin: var(--wp--preset--spacing--xl) 0;
}
@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--xl);
  }
}
@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .testimonials-grid.masonry {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: var(--wp--preset--spacing--xl);
         column-gap: var(--wp--preset--spacing--xl);
  }
  .testimonials-grid.masonry .testimonial-card {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: var(--wp--preset--spacing--lg);
  }
}
@media (min-width: 1024px) {
  .testimonials-grid.masonry {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.testimonials-grid.carousel {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: var(--wp--preset--spacing--sm);
}
.testimonials-grid.carousel .testimonial-card {
  scroll-snap-align: start;
  min-width: 300px;
}
.testimonials-grid.carousel::-webkit-scrollbar {
  height: 8px;
}
.testimonials-grid.carousel::-webkit-scrollbar-track {
  background: var(--wp--preset--color--sand);
  border-radius: 4px;
}
.testimonials-grid.carousel::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--primary);
  border-radius: 4px;
}
.testimonials-grid.carousel::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--secondary);
}

.testimonials-section .section-header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--xl);
}
.testimonials-section .section-header .section-title {
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--sm);
}
@media (min-width: 768px) {
  .testimonials-section .section-header .section-title {
    font-size: var(--wp--preset--font-size--xx-large);
  }
}
.testimonials-section .section-header .section-subtitle {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--foreground);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.testimonials-section .section-header .testimonials-stats {
  display: flex;
  justify-content: center;
  gap: var(--wp--preset--spacing--lg);
  margin-top: var(--wp--preset--spacing--md);
}
.testimonials-section .section-header .testimonials-stats .stat-item {
  text-align: center;
}
.testimonials-section .section-header .testimonials-stats .stat-item .stat-number {
  display: block;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
.testimonials-section .section-header .testimonials-stats .stat-item .stat-label {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--stone);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trust-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--lg);
  margin: var(--wp--preset--spacing--xl) 0;
  padding: var(--wp--preset--spacing--md);
  background: var(--wp--preset--color--sand);
  border-radius: var(--wp--custom--effects--radius--medium);
}
.trust-indicators .trust-item {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
}
.trust-indicators .trust-item .trust-icon {
  width: 24px;
  height: 24px;
  color: var(--wp--preset--color--primary);
}

.testimonial-single {
  position: relative;
  transition: transform var(--wp--custom--effects--transition--medium) ease, box-shadow var(--wp--custom--effects--transition--medium) ease;
  overflow: hidden;
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--md);
  border-radius: var(--wp--custom--effects--radius--medium);
}
.testimonial-single:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-single:hover .testimonial-avatar {
  transform: scale(1.05);
}
.testimonial-single:hover .verified-icon {
  transform: scale(1.2) rotate(10deg);
}

.testimonial-avatar {
  transition: transform 0.4s ease;
  position: relative;
  height: 100px;
}
.testimonial-avatar img {
  border-color: var(--wp--preset--color--primary);
  border-width: 3px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
  height: 80px;
}

.testimonial-card:hover .testimonial-avatar {
  transform: scale(1.08);
}

.testimonial-star {
  width: 16px;
  height: 16px;
  margin: 0 1px;
}
.testimonial-star.star-filled {
  color: var(--wp--preset--color--secondary);
}
.testimonial-star.star-empty {
  color: var(--wp--preset--color--sand);
}

.overall-star {
  width: 24px;
  height: 24px;
  margin: 0 1px;
  color: var(--wp--preset--color--secondary);
}

.testimonial-footer p a {
  transition: color var(--wp--custom--effects--transition--medium) ease;
}
.testimonial-footer p a:hover {
  text-decoration: underline;
}

.testimonial-quote-icon {
  opacity: 0.8;
  margin-bottom: -8px;
}

.testimonial-rating-badge {
  transition: transform var(--wp--custom--effects--transition--medium) ease;
  box-shadow: var(--wp--custom--effects--shadow--small);
}
.testimonial-rating-badge:hover {
  transform: scale(1.05);
}

.verified-icon {
  transition: transform var(--wp--custom--effects--transition--medium) ease;
}

.review-meta {
  width: 100%;
}

@media (min-width: 782px) {
  .testimonial-trip ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 782px) {
  .testimonial-container {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}

.stars-container {
  gap: 0;
}

.social-stars {
  gap: var(--wp--preset--spacing--sm);
}

.highlight-box {
  border-radius: 1rem;
  margin: 0;
}

.testimonial-grid-section {
  position: relative;
}
.testimonial-grid-section h2 {
  margin: 0;
  padding: 0;
}

.testimonial-grid {
  gap: var(--wp--preset--spacing--md);
}
.testimonial-grid li .wp-block-template-part {
  padding: 0;
}
@media (max-width: 781px) {
  .testimonial-grid .wp-block-post-template {
    gap: var(--wp--preset--spacing--md);
  }
}

.testimonial-card {
  transition: transform var(--wp--custom--effects--transition--medium) ease, box-shadow var(--wp--custom--effects--transition--medium) ease;
  height: 100%;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.12);
}
.testimonial-card .wp-block-post-excerpt__excerpt {
  font-size: var(--wp--preset--font-size--normal);
  font-style: italic;
}

.reviews-badge {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--md);
  border-radius: var(--wp--custom--effects--radius--large);
  box-shadow: var(--wp--custom--effects--shadow--small);
  transition: transform var(--wp--custom--effects--transition--fast) ease;
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--primary) !important;
}
.reviews-badge:hover {
  transform: scale(1.05);
}
.reviews-badge .star-rating {
  display: flex;
  gap: 2px;
}
.reviews-badge .star-icon {
  width: 16px;
  height: 16px;
  fill: var(--wp--preset--color--secondary);
  transition: transform var(--wp--custom--effects--transition--fast) ease;
}
.reviews-badge .star-icon:hover {
  transform: scale(1.1);
}
.reviews-badge .rating-text {
  font-size: var(--wp--preset--font-size--small);
  padding: 0 var(--wp--preset--spacing--xs);
  font-weight: 500;
  color: var(--wp--preset--color--primary) !important;
}

@media (max-width: 767px) {
  .testimonial-card {
    padding: var(--wp--preset--spacing--md);
  }
  .testimonial-card::before {
    font-size: 3rem;
  }
  .testimonials-grid {
    gap: var(--wp--preset--spacing--md);
  }
  .testimonials-grid.carousel .testimonial-card {
    min-width: 280px;
  }
  .testimonials-section .section-header .testimonials-stats {
    flex-direction: column;
    gap: var(--wp--preset--spacing--sm);
  }
  .trust-indicators {
    flex-direction: column;
    gap: var(--wp--preset--spacing--sm);
    text-align: center;
  }
}
/**
 * FAQ Component
 * 
 * Accordion-style FAQ system with interactive states and animations.
 * Extracted from front-page.scss for better modularity.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.faq-section {
  padding: var(--wp--preset--spacing--xl) 0;
}
@media (min-width: 768px) {
  .faq-section {
    padding: var(--wp--preset--spacing--xxl) 0;
  }
}
.faq-section .section-header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--xl);
}
.faq-section .section-header .faq-title {
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--sm);
}
@media (min-width: 768px) {
  .faq-section .section-header .faq-title {
    font-size: var(--wp--preset--font-size--xx-large);
  }
}
.faq-section .section-header .section-subtitle {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--foreground);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.faq-container {
  margin: 0 auto;
  padding: 3rem 0;
}
.faq-container h2 {
  font-weight: normal;
  color: var(--wp--preset--color--primary);
}

.faq-item {
  background: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--medium);
  margin-bottom: var(--wp--preset--spacing--xs);
  margin-top: 0;
  overflow: hidden;
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.faq-item:hover {
  border-color: var(--wp--preset--color--primary);
  box-shadow: var(--wp--custom--effects--shadow--small);
}
.faq-item .faq-toggle {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.faq-item .faq-toggle:checked ~ .faq-question-wrapper .faq-question {
  background: var(--wp--preset--color--sand);
  color: var(--wp--preset--color--primary);
}
.faq-item .faq-toggle:checked ~ .faq-question-wrapper .faq-question::after {
  content: "-";
  transform: rotate(0deg);
  color: var(--wp--preset--color--primary);
}
.faq-item .faq-toggle:checked ~ .faq-answer-wrapper {
  max-height: 500px;
  padding-top: var(--wp--preset--spacing--sm);
  opacity: 1;
}
.faq-item .faq-toggle:checked ~ .faq-question-wrapper {
  border-color: var(--wp--preset--color--primary);
}
.faq-item:has(.faq-toggle:checked) {
  border-color: var(--wp--preset--color--primary);
  box-shadow: var(--wp--custom--effects--shadow--medium);
}

.faq-question-wrapper {
  display: block;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.faq-question-wrapper:hover .faq-question {
  background: var(--wp--preset--color--sand);
  color: var(--wp--preset--color--primary);
}

.faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--sm) var(--wp--preset--spacing--xs);
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--medium) ease;
  border: none;
  width: 100%;
  text-align: left;
  letter-spacing: 0;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .faq-item .faq-question {
    font-size: var(--wp--preset--font-size--medium);
  }
}
.faq-item .faq-question::after {
  content: "+";
  width: 24px;
  height: 24px;
  transition: all var(--wp--custom--effects--transition--medium) ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--sand);
  border-radius: 50%;
  font-weight: 300;
  font-size: 25px;
  line-height: 1;
  margin-left: var(--wp--preset--spacing--md);
}

.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  transition: all var(--wp--custom--effects--transition--medium) ease;
  background: var(--wp--preset--color--background);
}

.faq-answer {
  padding: 0 var(--wp--preset--spacing--sm) var(--wp--preset--spacing--sm);
  background: transparent;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.7;
  color: var(--wp--preset--color--foreground);
  margin: 0;
}
.faq-answer p {
  margin-bottom: var(--wp--preset--spacing--md);
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer ul, .faq-answer ol {
  margin: var(--wp--preset--spacing--md) 0;
  padding-left: var(--wp--preset--spacing--lg);
}
.faq-answer ul li, .faq-answer ol li {
  margin-bottom: var(--wp--preset--spacing--xs);
  line-height: 1.6;
}
.faq-answer strong {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}
.faq-answer a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  transition: color var(--wp--custom--effects--transition--medium) ease;
}
.faq-answer a:hover {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
.faq-answer code {
  background: var(--wp--preset--color--sand);
  padding: 2px 6px;
  border-radius: var(--wp--custom--effects--radius--small);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: var(--wp--preset--color--primary);
}

.faq-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--wp--preset--spacing--sm);
  margin-bottom: var(--wp--preset--spacing--xl);
}
.faq-categories .category-tab {
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--lg);
  background: var(--wp--preset--color--sand);
  color: var(--wp--preset--color--foreground);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--medium);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  transition: all var(--wp--custom--effects--transition--medium) ease;
  cursor: pointer;
}
.faq-categories .category-tab:hover, .faq-categories .category-tab.active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
  transform: translateY(-2px);
  box-shadow: var(--wp--custom--effects--shadow--small);
}
.faq-categories .category-tab.booking::before {
  content: "📅";
  margin-right: var(--wp--preset--spacing--xs);
}
.faq-categories .category-tab.payment::before {
  content: "💳";
  margin-right: var(--wp--preset--spacing--xs);
}
.faq-categories .category-tab.travel::before {
  content: "🎒";
  margin-right: var(--wp--preset--spacing--xs);
}
.faq-categories .category-tab.general::before {
  content: "ℹ️";
  margin-right: var(--wp--preset--spacing--xs);
}

.faq-search {
  max-width: 500px;
  margin: 0 auto var(--wp--preset--spacing--xl);
  position: relative;
}
.faq-search .search-input {
  width: 100%;
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--lg);
  padding-right: 50px;
  border: 2px solid var(--wp--preset--color--sand);
  border-radius: var(--wp--custom--effects--radius--medium);
  font-size: var(--wp--preset--font-size--normal);
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  transition: border-color var(--wp--custom--effects--transition--medium) ease;
}
.faq-search .search-input:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 3px rgba(42, 93, 69, 0.1);
}
.faq-search .search-input::-moz-placeholder {
  color: var(--wp--preset--color--stone);
}
.faq-search .search-input::placeholder {
  color: var(--wp--preset--color--stone);
}
.faq-search .search-icon {
  position: absolute;
  right: var(--wp--preset--spacing--md);
  top: 50%;
  transform: translateY(-50%);
  color: var(--wp--preset--color--stone);
  pointer-events: none;
}
.faq-search .search-icon::before {
  content: "🔍";
  font-size: var(--wp--preset--font-size--medium);
}
.faq-search .clear-search {
  position: absolute;
  right: var(--wp--preset--spacing--md);
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--wp--preset--color--stone);
  cursor: pointer;
  padding: var(--wp--preset--spacing--xs);
  border-radius: 50%;
  transition: all var(--wp--custom--effects--transition--medium) ease;
  display: none;
}
.faq-search .clear-search:hover {
  background: var(--wp--preset--color--sand);
  color: var(--wp--preset--color--primary);
}
.faq-search .clear-search::before {
  content: "✕";
  font-size: 14px;
}
.faq-search .clear-search.visible {
  display: block;
}

.faq-no-results {
  text-align: center;
  padding: var(--wp--preset--spacing--xl);
  color: var(--wp--preset--color--stone);
  display: none;
}
.faq-no-results .no-results-icon {
  font-size: 3rem;
  margin-bottom: var(--wp--preset--spacing--md);
  opacity: 0.5;
}
.faq-no-results .no-results-icon::before {
  content: "🤔";
}
.faq-no-results .no-results-title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  margin-bottom: var(--wp--preset--spacing--sm);
  color: var(--wp--preset--color--foreground);
}
.faq-no-results .no-results-text {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}
.faq-no-results.visible {
  display: block;
}

.faq-help {
  margin-top: var(--wp--preset--spacing--xl);
  padding: var(--wp--preset--spacing--lg);
  background: var(--wp--preset--color--sand);
  border-radius: var(--wp--custom--effects--radius--medium);
  text-align: center;
}
.faq-help .help-title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--sm);
}
.faq-help .help-text {
  font-size: var(--wp--preset--font-size--normal);
  color: var(--wp--preset--color--foreground);
  margin-bottom: var(--wp--preset--spacing--md);
  line-height: 1.6;
}
.faq-help .help-contact {
  display: inline-flex;
  align-items: center;
  gap: var(--wp--preset--spacing--sm);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--lg);
  border-radius: var(--wp--custom--effects--radius--medium);
  text-decoration: none;
  font-weight: 600;
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.faq-help .help-contact:hover {
  background: var(--wp--preset--color--secondary);
  transform: translateY(-2px);
  box-shadow: var(--wp--custom--effects--shadow--medium);
}
.faq-help .help-contact::before {
  content: "📧";
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .faq-item .faq-question::after {
    width: 20px;
    height: 20px;
  }
  .faq-answer {
    padding: 0 var(--wp--preset--spacing--md) var(--wp--preset--spacing--md);
  }
  .faq-categories .category-tab {
    padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--md);
    font-size: var(--wp--preset--font-size--tiny);
  }
  .faq-search .search-input {
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
    padding-right: 40px;
    font-size: var(--wp--preset--font-size--small);
  }
  .faq-help {
    padding: var(--wp--preset--spacing--md);
  }
  .faq-help .help-contact {
    padding: var(--wp--preset--spacing--sm);
    font-size: var(--wp--preset--font-size--small);
  }
}
@media print {
  .faq-search,
  .faq-categories {
    display: none;
  }
  .faq-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #ccc;
    margin-bottom: var(--wp--preset--spacing--sm);
  }
  .faq-item .faq-toggle {
    display: none;
  }
  .faq-item .faq-answer-wrapper {
    max-height: none;
    opacity: 1;
    visibility: visible;
    padding-top: var(--wp--preset--spacing--sm);
  }
  .faq-item .faq-answer {
    padding: 0 var(--wp--preset--spacing--md) var(--wp--preset--spacing--md);
  }
  .faq-item .faq-question::after {
    display: none;
  }
}
/**
 * Booking CTA Component
 * 
 * Comprehensive booking form and CTA section for front page.
 * Includes form elements, pricing, guarantees, and responsive design.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.booking-cta-section {
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--sm);
  bottom: 0;
  z-index: 100;
  color: var(--wp--preset--color--white);
}
@media (min-width: 768px) {
  .booking-cta-section {
    padding: var(--wp--preset--spacing--xxl) 0;
  }
}

.booking-content {
  display: grid;
  gap: var(--wp--preset--spacing--lg);
  align-items: center;
  padding: 0 var(--wp--preset--spacing--md);
}
@media (min-width: 768px) {
  .booking-content {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .booking-columns {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: var(--wp--preset--spacing--lg);
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .booking-columns {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 767px) {
  .booking-columns {
    flex-direction: column;
  }
}

.booking-cta, .site-footer {
  padding: 0;
}

.booking-header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--md);
}
@media (min-width: 768px) {
  .booking-header {
    text-align: left;
    margin-bottom: var(--wp--preset--spacing--md);
  }
}
@media (max-width: 767px) {
  .booking-header {
    text-align: center;
    margin-bottom: var(--wp--preset--spacing--lg);
  }
}

.availability-notice {
  display: inline-block;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border-radius: var(--wp--custom--effects--radius--small);
  margin-bottom: var(--wp--preset--spacing--md);
  background-color: var(--gold);
}

.availability-text {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.booking-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: var(--wp--preset--spacing--sm);
  color: var(--gold);
}
@media (min-width: 1024px) {
  .booking-title {
    font-size: var(--wp--preset--font-size--xx-large);
  }
}
@media (max-width: 767px) {
  .booking-title {
    font-size: var(--wp--preset--font-size--large);
  }
}

.booking-subtitle {
  font-weight: lighter;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.6;
  margin-bottom: var(--wp--preset--spacing--md);
  color: var(--wp--preset--color--white);
}
@media (min-width: 1024px) {
  .booking-subtitle {
    font-size: var(--wp--preset--font-size--large);
  }
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--sm);
  justify-content: center;
  margin: var(--wp--preset--spacing--md) 0;
}
@media (min-width: 768px) {
  .feature-list {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .feature-list {
    justify-content: center;
    margin-bottom: var(--wp--preset--spacing--lg);
  }
}

.feature-item {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
}
@media (max-width: 767px) {
  .feature-item {
    flex-direction: column;
    text-align: center;
    min-width: 120px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .feature-item {
    padding: var(--wp--preset--spacing--xs);
  }
}

.feature-icon {
  font-size: 20px;
  margin: 0;
  color: var(--wp--preset--color--secondary) !important;
}

.feature-text {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  margin: 0;
  color: var(--wp--preset--color--white) !important;
}
@media (prefers-color-scheme: dark) {
  .feature-text {
    color: var(--foreground) !important;
  }
}

.booking-form-card {
  border-radius: var(--wp--custom--effects--radius--large);
  padding: var(--wp--preset--spacing--md);
  box-shadow: var(--wp--custom--effects--shadow--large);
  transition: transform var(--wp--custom--effects--transition--medium) ease;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground) !important;
}
.booking-form-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 30px -5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .booking-form-card:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .booking-form-card:hover {
    transform: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .booking-form-card:hover {
    transform: translateY(-4px);
  }
}

.booking-cta-card,
.stars-container {
  gap: 0;
}

.booking-cta-card {
  padding: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--md);
  border-radius: var(--wp--custom--effects--radius--medium);
}

.trip-info {
  margin-bottom: var(--wp--preset--spacing--sm);
  align-items: center;
}

.trip-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--large);
  margin: 0 0 var(--wp--preset--spacing--xs) 0;
  color: var(--wp--preset--color--primary);
}

.price-display {
  display: flex;
  align-items: baseline;
  gap: var(--wp--preset--spacing--xs);
  margin-bottom: var(--wp--preset--spacing--sm);
  color: var(--wp--preset--color--primary);
}

.price-amount {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  color: var(--wp--preset--color--primary);
}
@media (prefers-color-scheme: dark) {
  .price-amount {
    color: var(--foreground);
  }
}
@media (max-width: 767px) {
  .price-amount {
    font-size: 2.25rem;
  }
}

.price-unit {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  margin: 0;
  color: var(--wp--preset--color--stone) !important;
}

.form-divider {
  margin: var(--wp--preset--spacing--sm) 0;
  border: none;
  height: 1px;
  background-color: var(--wp--preset--color--sand) !important;
}

.form-group {
  margin-bottom: var(--wp--preset--spacing--sm);
}
.form-group.error .form-select,
.form-group.error .date-selector {
  border-color: var(--wp--preset--color--secondary);
  box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.1);
}
.form-group.success .form-select,
.form-group.success .date-selector {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 3px rgba(42, 93, 69, 0.1);
}

.form-label {
  display: block;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  margin: 0 0 var(--wp--preset--spacing--xs) 0;
  color: var(--wp--preset--color--foreground);
}

.form-select {
  width: 100%;
  padding: var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small);
  background: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--normal);
  font-family: inherit;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  outline: none;
  min-height: 44px;
  transition: border-color var(--wp--custom--effects--transition--medium) ease;
}
.form-select:focus {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 3px rgba(42, 93, 69, 0.1);
}
.form-select:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
@media (hover: none) and (pointer: coarse) {
  .form-select {
    min-height: 48px;
  }
}

.error-message {
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--small);
  margin-top: var(--wp--preset--spacing--xs);
  display: block;
}

.success-message {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--small);
  margin-top: var(--wp--preset--spacing--xs);
  display: block;
}

.date-selector {
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small);
  padding: var(--wp--preset--spacing--xs);
  transition: border-color var(--wp--custom--effects--transition--fast) ease;
}
.date-selector:hover, .date-selector:focus-within {
  border-color: var(--wp--preset--color--primary);
}
.date-selector select {
  font-size: var(--wp--preset--font-size--normal);
  padding: var(--wp--preset--spacing--xs);
  border: none;
  background: transparent;
  color: var(--wp--preset--color--foreground);
  outline: none;
}
@media (prefers-contrast: high) {
  .date-selector:focus-within {
    border-width: 3px;
  }
}

.group-size-selector {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--wp--preset--spacing--xs);
  margin-top: var(--wp--preset--spacing--xs);
}

.group-size-option {
  position: relative;
}

.group-size-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.group-size-input:checked + .group-size-label {
  border-color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.group-size-input:focus + .group-size-label {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
.group-size-input:focus-visible + .group-size-label {
  outline: 3px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}

.group-size-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 2px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--fast) ease;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--normal);
}
@media (hover: none) and (pointer: coarse) {
  .group-size-label {
    min-height: 48px;
  }
}

.booking-buttons {
  gap: var(--wp--preset--spacing--sm);
  margin: var(--wp--preset--spacing--sm) 0;
}

.btn-primary .wp-block-button__link {
  letter-spacing: 1px;
}
.btn-primary .wp-block-button__link:hover {
  color: var(--foreground);
}

.is-style-outline .wp-block-button__link {
  color: var(--wp--preset--color--primary);
  letter-spacing: 1px;
}

.loading {
  opacity: 0.6;
  pointer-events: none;
}
.loading .wp-block-button__link {
  position: relative;
}
.loading .wp-block-button__link::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.guarantee-box {
  padding: var(--wp--preset--spacing--sm);
  border-radius: var(--wp--custom--effects--radius--small);
  margin-top: var(--wp--preset--spacing--sm);
  transition: all var(--wp--custom--effects--transition--medium) ease;
  background-color: var(--wp--preset--color--sand);
}
.guarantee-box:hover {
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .guarantee-box:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .guarantee-box:hover {
    transform: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .guarantee-box:hover {
    transform: scale(1.02);
  }
}

.guarantee-content {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--xs);
}

.guarantee-icon {
  font-size: 20px;
  margin: 0;
  color: var(--wp--preset--color--primary) !important;
}

.guarantee-title {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small);
  margin: 0 0 4px 0;
  color: var(--wp--preset--color--foreground) !important;
}

.guarantee-text {
  font-size: var(--wp--preset--font-size--tiny);
  margin: 0;
  color: var(--wp--preset--color--stone) !important;
}

.reviews-badge {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--md);
  border-radius: var(--wp--custom--effects--radius--large);
  box-shadow: var(--wp--custom--effects--shadow--small);
  transition: transform var(--wp--custom--effects--transition--fast) ease;
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--primary) !important;
}
.reviews-badge:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .reviews-badge:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reviews-badge:hover {
    transform: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .reviews-badge:hover {
    transform: scale(1.05);
  }
}

.star-rating {
  display: flex;
  gap: 2px;
}

.star-icon {
  width: 16px;
  height: 16px;
  fill: var(--wp--preset--color--secondary);
  transition: transform var(--wp--custom--effects--transition--fast) ease;
}
.star-icon:hover {
  transform: scale(1.1);
}
@media (prefers-reduced-motion: reduce) {
  .star-icon:hover {
    transform: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .star-icon:hover {
    transform: scale(1.1);
  }
}

.rating-text {
  font-size: var(--wp--preset--font-size--small);
  padding: 0 var(--wp--preset--spacing--xs);
  font-weight: 500;
  color: var(--wp--preset--color--primary) !important;
}

.social-stars {
  gap: var(--wp--preset--spacing--sm);
}

.contact-info {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
}

.contact-label {
  font-size: var(--wp--preset--font-size--small);
  margin: 0;
  color: var(--wp--preset--color--white);
}
@media (prefers-color-scheme: dark) {
  .contact-label {
    color: var(--foreground);
  }
}

.contact-number {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  margin: 0;
  color: var(--gold);
  text-decoration: none;
  transition: -webkit-text-decoration var(--wp--custom--effects--transition--medium) ease;
  transition: text-decoration var(--wp--custom--effects--transition--medium) ease;
  transition: text-decoration var(--wp--custom--effects--transition--medium) ease, -webkit-text-decoration var(--wp--custom--effects--transition--medium) ease;
}
.contact-number:hover {
  text-decoration: underline;
}

.footer-info {
  margin-top: var(--wp--preset--spacing--md);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--sm);
}
@media (max-width: 767px) {
  .footer-info {
    flex-direction: column;
    text-align: center;
    gap: var(--wp--preset--spacing--md);
  }
}
@media (min-width: 768px) {
  .footer-info {
    flex-direction: row;
    text-align: left;
  }
}

.group-spacing {
  gap: 0;
}

@media (max-width: 767px) {
  .booking-cta-section {
    position: static;
    padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--sm);
  }
  .booking-info,
  .booking-form-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

.slide-up {
  animation: slideUp 0.5s ease-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--xs);
  text-decoration: none;
  border-radius: var(--wp--custom--effects--radius--small);
  z-index: 1000;
}
.skip-link:focus {
  top: 6px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media print {
  .booking-cta-section {
    position: static !important;
    background: white !important;
    color: black !important;
    box-shadow: none !important;
  }
  .booking-title,
  .booking-subtitle,
  .feature-text,
  .contact-label,
  .contact-number {
    color: black !important;
  }
  .availability-notice {
    background: lightgray !important;
    color: black !important;
  }
  .reviews-badge {
    background: lightgray !important;
    color: black !important;
  }
}
/**
 * Blog Grid Component
 * 
 * Blog post grid layout and styling for front-page blog sections.
 * Responsive grid with post cards and meta information.
 * OVERFLOW-SAFE: Prevents horizontal scrolling on all devices.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.blog-section {
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
}
.blog-section ul {
  grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
}
.blog-section .section-header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--xl);
}
.blog-section .section-header .section-title {
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--sm);
}
@media (min-width: 768px) {
  .blog-section .section-header .section-title {
    font-size: var(--wp--preset--font-size--xx-large);
  }
}
.blog-section .section-header .section-subtitle {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--foreground);
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  line-height: 1.6;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--lg);
  margin: var(--wp--preset--spacing--xl) 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--lg);
  }
}
@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--xl);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .blog-post.featured {
    grid-column: 1/-1;
  }
}
.blog-post.featured .post-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--lg);
  align-items: center;
}
@media (min-width: 768px) {
  .blog-post.featured .post-card {
    grid-template-columns: 1fr 1fr;
  }
}
.blog-post.featured .post-card .post-thumbnail {
  aspect-ratio: 16/10;
}
@media (min-width: 768px) {
  .blog-post.featured .post-card .post-thumbnail {
    aspect-ratio: 4/3;
  }
}
.blog-post.featured .post-content .post-title {
  font-size: var(--wp--preset--font-size--x-large);
}
@media (min-width: 768px) {
  .blog-post.featured .post-content .post-title {
    font-size: var(--wp--preset--font-size--xx-large);
  }
}
.blog-post.featured .post-content .post-excerpt {
  font-size: var(--wp--preset--font-size--medium);
}

.blog-post .post-card {
  background: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--effects--radius--medium);
  overflow: hidden;
  box-shadow: var(--wp--custom--effects--shadow--small);
  border: 1px solid var(--wp--preset--color--sand);
  transition: all var(--wp--custom--effects--transition--medium) ease;
  width: 100%;
  box-sizing: border-box;
}
.blog-post .post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp--custom--effects--shadow--large);
  border-color: var(--wp--preset--color--primary);
}
.blog-post .post-card:hover .post-thumbnail img {
  transform: scale(1.05);
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  width: 100%;
  box-sizing: border-box;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--wp--custom--effects--transition--slow) ease;
}
.post-thumbnail .post-category-badge {
  position: absolute;
  top: var(--wp--preset--spacing--sm);
  left: var(--wp--preset--spacing--sm);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border-radius: var(--wp--custom--effects--radius--small);
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  backdrop-filter: blur(4px);
}
.post-thumbnail .reading-time {
  position: absolute;
  bottom: var(--wp--preset--spacing--sm);
  right: var(--wp--preset--spacing--sm);
  background: rgba(0, 0, 0, 0.7);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--xs);
  border-radius: var(--wp--custom--effects--radius--small);
  font-size: var(--wp--preset--font-size--tiny);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
}
.post-thumbnail .reading-time::before {
  content: "⏱️";
  font-size: 12px;
}

.post-content a {
  color: var(--wp--preset--color--tertiary);
}
.post-content .post-meta {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--sm);
  margin: 0;
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--primary);
  flex-wrap: wrap;
  width: 100%;
}
.post-content .post-meta .meta-item {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
}
.post-content .post-meta .meta-item::after {
  content: "•";
  margin-left: var(--wp--preset--spacing--sm);
  opacity: 0.5;
}
.post-content .post-meta .meta-item:last-child::after {
  display: none;
}
.post-content .post-meta .post-date::before {
  content: "📅";
  margin-right: var(--wp--preset--spacing--xs);
}
.post-content .post-meta .post-author::before {
  content: "👤";
  margin-right: var(--wp--preset--spacing--xs);
}
.post-content .post-title {
  margin: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.3;
  hyphens: auto;
}
.post-content .post-title a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  transition: color var(--wp--custom--effects--transition--medium) ease;
}
.post-content .post-title a:hover {
  color: var(--wp--preset--color--secondary);
}
.post-content .post-excerpt {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.6;
  color: var(--wp--preset--color--foreground);
  hyphens: auto;
}
.post-content .post-excerpt.wp-block-post-excerpt__excerpt {
  margin: 0 0 var(--wp--preset--spacing--md) 0;
}
.post-content .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--xs);
}
.post-content .post-tags .tag {
  background: var(--wp--preset--color--sand);
  color: var(--wp--preset--color--foreground);
  padding: 2px var(--wp--preset--spacing--xs);
  border-radius: var(--wp--custom--effects--radius--small);
  font-size: var(--wp--preset--font-size--tiny);
  text-decoration: none;
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.post-content .post-tags .tag:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.post-content .read-more {
  display: inline-flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.post-content .read-more:hover {
  color: var(--wp--preset--color--secondary);
  transform: translateX(4px);
}
.post-content .read-more::after {
  content: "→";
  transition: transform var(--wp--custom--effects--transition--medium) ease;
}
.post-content .read-more:hover::after {
  transform: translateX(4px);
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--xl);
}
.blog-pagination .pagination-links {
  display: flex;
  gap: var(--wp--preset--spacing--xs);
  align-items: center;
}
.blog-pagination .pagination-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  border-radius: var(--wp--custom--effects--radius--small);
  transition: all var(--wp--custom--effects--transition--medium) ease;
  border: 1px solid var(--wp--preset--color--stone);
}
.blog-pagination .pagination-links .page-numbers:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
  transform: translateY(-2px);
}
.blog-pagination .pagination-links .page-numbers.current {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
}
.blog-pagination .pagination-links .page-numbers.dots {
  background: transparent;
  border: none;
  cursor: default;
}
.blog-pagination .pagination-links .page-numbers.dots:hover {
  background: transparent;
  color: var(--wp--preset--color--foreground);
  transform: none;
}
.blog-pagination .pagination-links .prev,
.blog-pagination .pagination-links .next {
  padding: 0 var(--wp--preset--spacing--sm);
  width: auto;
  min-width: 44px;
}

.view-all-posts {
  text-align: center;
  margin-top: var(--wp--preset--spacing--xl);
  font-size: 1.2rem;
}
.view-all-posts .view-all-link {
  display: inline-flex;
  align-items: center;
  gap: var(--wp--preset--spacing--sm);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--lg);
  border-radius: var(--wp--custom--effects--radius--medium);
  text-decoration: none;
  transition: all var(--wp--custom--effects--transition--medium) ease;
}
.view-all-posts .view-all-link:hover {
  background: var(--wp--preset--color--secondary);
  transform: translateY(-2px);
  box-shadow: var(--wp--custom--effects--shadow--medium);
}
.view-all-posts .view-all-link::after {
  content: "→";
  transition: transform var(--wp--custom--effects--transition--medium) ease;
}
.view-all-posts .view-all-link:hover::after {
  transform: translateX(4px);
}

.wp-block-post-title.post-title {
  margin: 0 0 var(--wp--preset--spacing--sm) 0;
}
.wp-block-post-title.post-title a {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}
.wp-block-post-title.post-title a:hover {
  color: var(--wp--preset--color--secondary);
}

.wp-block-post-excerpt.post-excerpt {
  margin: 0 0 var(--wp--preset--spacing--md) 0;
}
.wp-block-post-excerpt.post-excerpt .wp-block-post-excerpt__excerpt {
  margin: 0;
  line-height: 1.6;
}
.wp-block-post-excerpt.post-excerpt .wp-block-post-excerpt__more-text {
  color: var(--wp--preset--color--primary);
}
.wp-block-post-excerpt.post-excerpt .wp-block-post-excerpt__more-text:hover {
  color: var(--wp--preset--color--secondary);
}

.wp-block-post-terms.post-category-badge .wp-block-post-terms__list {
  display: flex;
  gap: var(--wp--preset--spacing--xs);
}
.wp-block-post-terms.post-category-badge .wp-block-post-terms__list .wp-block-post-terms__link {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border-radius: var(--wp--custom--effects--radius--small);
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
  text-decoration: none;
}
.wp-block-post-terms.post-category-badge .wp-block-post-terms__list .wp-block-post-terms__link:hover {
  background: var(--wp--preset--color--secondary);
}
.wp-block-post-terms.tag .wp-block-post-terms__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--xs);
}
.wp-block-post-terms.tag .wp-block-post-terms__list .wp-block-post-terms__link {
  background: var(--wp--preset--color--sand);
  color: var(--wp--preset--color--foreground);
  padding: 2px var(--wp--preset--spacing--xs);
  border-radius: var(--wp--custom--effects--radius--small);
  font-size: var(--wp--preset--font-size--tiny);
  text-decoration: none;
}
.wp-block-post-terms.tag .wp-block-post-terms__list .wp-block-post-terms__link:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.no-posts-found {
  text-align: center;
  padding: var(--wp--preset--spacing--xxl);
  color: var(--wp--preset--color--stone);
}
.no-posts-found .no-posts-icon {
  font-size: 4rem;
  margin-bottom: var(--wp--preset--spacing--md);
  opacity: 0.5;
}
.no-posts-found .no-posts-icon::before {
  content: "📝";
}
.no-posts-found .no-posts-title {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: var(--wp--preset--spacing--sm);
  color: var(--wp--preset--color--foreground);
}
.no-posts-found .no-posts-text {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.6;
  margin: 0 auto;
}

.safe-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-left: var(--wp--preset--spacing--sm);
  padding-right: var(--wp--preset--spacing--sm);
}
@media (min-width: 768px) {
  .safe-container {
    padding-left: var(--wp--preset--spacing--md);
    padding-right: var(--wp--preset--spacing--md);
  }
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--md);
  width: 100%;
}
@media (min-width: 480px) {
  .blog-posts-grid {
    gap: var(--wp--preset--spacing--lg);
  }
}
@media (min-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--lg);
  }
}
@media (min-width: 1024px) {
  .blog-posts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--md);
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto;
  }
}

.blog-grid {
  width: 100%;
}

.wp-block-query.blog-grid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.wp-block-query.blog-grid .wp-block-post-template {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: grid;
  list-style: none;
}
.wp-block-query.blog-grid.safe-container {
  box-sizing: border-box;
  padding: 0 var(--wp--preset--spacing--sm);
}
@media (min-width: 768px) {
  .wp-block-query.blog-grid.safe-container {
    padding: 0 var(--wp--preset--spacing--md);
  }
}

.adventure-grid {
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--sm);
  width: 100%;
  overflow-x: hidden;
}
.adventure-grid .wp-block-post-template {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: var(--wp--preset--spacing--lg) !important;
  margin: var(--wp--preset--spacing--xl) 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .adventure-grid .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: var(--wp--preset--spacing--md) !important;
  }
}
@media (min-width: 1024px) {
  .adventure-grid .wp-block-post-template {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.testimonial-grid-section {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--sm);
  width: 100%;
  overflow-x: hidden;
}

.testimonial-grid {
  margin: var(--wp--preset--spacing--xl) 0;
}
.testimonial-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--lg);
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .testimonial-grid .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--xl);
  }
}
@media (min-width: 1024px) {
  .testimonial-grid .wp-block-post-template {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .blog-section .section-header .section-title {
    font-size: var(--wp--preset--font-size--x-large);
  }
  .post-content {
    padding: 0;
  }
  .post-content .post-title {
    font-size: var(--wp--preset--font-size--large);
  }
  .post-content .post-meta .meta-item::after {
    content: "•";
    margin-left: var(--wp--preset--spacing--sm);
    opacity: 0.5;
  }
  .post-content .post-meta .meta-item:last-child::after {
    display: none;
  }
}
/**
 * Responsive Utilities
 * 
 * Helper classes for responsive design including show/hide utilities.
 * Mobile-first approach using theme.json breakpoints.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .show-tablet {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .show-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-left-mobile {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-right-mobile {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .no-margin-mobile {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .no-padding-mobile {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .full-width-mobile {
    width: 100% !important;
  }
}

@media print {
  .hide-print {
    display: none !important;
  }
  .show-print {
    display: block !important;
  }
}
.destination-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--lg);
  margin: var(--wp--preset--spacing--xl) 0;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--xl);
  }
}
@media (min-width: 1024px) {
  .destination-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.destination-grid .wp-block-button {
  margin-bottom: var(--wp--preset--spacing--lg);
}
@media (min-width: 768px) {
  .destination-grid .destination-card.featured {
    grid-column: 1/-1;
  }
}
.destination-grid .destination-card.featured .destination-card-media {
  aspect-ratio: 21/9;
}
.destination-grid .destination-card.featured .destination-card-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
}
.destination-grid .destination-card.featured .destination-card-content {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
.destination-grid .destination-card.featured .destination-card-content .destination-title {
  font-size: var(--wp--preset--font-size--xx-large);
}

.destination-cta {
  text-align: center;
  margin-top: var(--wp--preset--spacing--xl);
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.destination-cta .wp-block-button {
  margin-bottom: var(--wp--preset--spacing--lg);
}

/**
 * Destination Cards Component - Common Module
 * 
 * Destination cards with overlays, badges, and activity tags.
 * Available globally across all templates via common module.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.destination-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--wp--preset--spacing--md);
  transition: transform 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: var(--wp--preset--color--sand);
}
.destination-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.destination-card:hover .destination-card-image img {
  transform: scale(1.05);
}
.destination-card:hover .destination-card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.destination-card a {
  color: var(--wp--preset--color--primary);
}
.destination-card p {
  margin: 0;
}

.destination-card-cover {
  position: relative;
  overflow: hidden;
}
.destination-card-image {
  width: 100%;
  height: 100%;
}
.destination-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.destination-overlay-content {
  position: relative;
  z-index: 2;
}
.destination-overlay-content p {
  color: var(--wp--preset--color--sand);
}
.destination-overlay-content .destination-title {
  font-family: var(--wp--preset--font-family--heading);
  margin-bottom: var(--wp--preset--spacing--sm);
  color: var(--wp--preset--color--white);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .destination-overlay-content .destination-title {
    font-size: var(--wp--preset--font-size--x-large);
  }
}
.destination-overlay-content .destination-title a {
  color: inherit;
  text-decoration: none;
}
.destination-overlay-content .destination-title a:hover {
  color: var(--wp--preset--color--secondary);
}
.destination-overlay-content .destination-country {
  font-size: var(--wp--preset--font-size--small);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin-bottom: var(--wp--preset--spacing--xs);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.destination-overlay-content .destination-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
  font-size: var(--wp--preset--font-size--small);
  color: rgba(255, 255, 255, 0.85);
}
.destination-overlay-content .destination-meta .adventure-count,
.destination-overlay-content .destination-meta .starting-price {
  font-weight: 600;
}
.destination-overlay-content .destination-meta .meta-separator {
  opacity: 0.6;
}

.season-badge-wrapper {
  position: absolute;
  top: var(--wp--preset--spacing--md);
  right: var(--wp--preset--spacing--md);
  z-index: 3;
}

.season-badge {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: var(--wp--preset--spacing--xs);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.season-badge p {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  color: var(--wp--preset--color--primary);
}

.destination-content {
  margin: 0;
  padding: var(--wp--preset--spacing--md);
}
@media (min-width: 768px) {
  .destination-content {
    padding: var(--wp--preset--spacing--lg);
  }
}

.activities-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--wp--preset--spacing--sm);
}
.activities-section .activities-label {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin: 0;
}
.activities-section .activity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--xs);
}
.activities-section .activity-tags .wp-block-post-terms__term {
  background: var(--wp--preset--color--primary-50);
  color: var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--xs);
  border-radius: var(--wp--preset--spacing--xs);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.activities-section .activity-tags .wp-block-post-terms__term:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  transform: translateY(-1px);
}

.destination-excerpt {
  margin-bottom: var(--wp--preset--spacing--md);
}
.destination-excerpt p {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.6;
  color: var(--wp--preset--color--primary);
  margin: 0;
}

.destination-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--sm);
}
.destination-footer .wp-block-buttons {
  width: 100%;
}
.rating-section {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--sm);
}
.rating-section .rating-badge {
  background: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: var(--wp--preset--spacing--xs);
  padding: var(--wp--preset--spacing--xs);
}
.rating-section .rating-badge .rating-score {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  margin: 0;
}
.rating-section .rating-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rating-section .rating-details .rating-text {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  color: var(--wp--preset--color--secondary);
  margin: 0;
}
.rating-section .rating-details .review-count {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--stone);
  margin: 0;
}

.explore-btn {
  width: 100%;
}
.explore-btn .wp-block-button__link {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: var(--wp--preset--spacing--sm);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.explore-btn .wp-block-button__link:hover {
  background: var(--wp--preset--color--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (prefers-color-scheme: dark) {
  .destination-card .season-badge p {
    color: var(--wp--preset--color--sand);
  }
  .destination-card .rating-badge {
    border-color: var(--wp--preset--color--sand);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .destination-card .destination-overlay-content {
    padding: var(--wp--preset--spacing--md);
  }
  .destination-card .destination-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--wp--preset--spacing--sm);
  }
  .destination-card .activities-section {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--wp--preset--spacing--xs);
  }
  .destination-card-overlay {
    padding: var(--wp--preset--spacing--md);
  }
  .destination-card-content {
    padding: var(--wp--preset--spacing--sm);
  }
  .destination-card-content .destination-title {
    font-size: var(--wp--preset--font-size--large);
  }
  .destination-card-actions {
    flex-direction: column;
    gap: var(--wp--preset--spacing--xs);
  }
  .destination-card-actions .btn-wishlist {
    align-self: flex-end;
    width: auto;
    padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  }
  .destination-stats {
    flex-direction: column;
    gap: var(--wp--preset--spacing--sm);
    text-align: center;
  }
  .destination-stats .stat-item {
    flex-direction: row;
    gap: var(--wp--preset--spacing--sm);
  }
}
/**
 * Trail Selector Component
 * Advanced filtering interface for trails
 * Follows BEM methodology and integrates with WordPress theme.json design tokens
 */
.trail-selector-container {
  max-width: 100%;
  margin: 0 auto;
}
.trail-selector__filters {
  padding: var(--wp--preset--spacing--md);
  margin-bottom: var(--wp--preset--spacing--md);
  border-radius: var(--wp--custom--effects--radius--medium, 8px);
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
}
.trail-selector__search-row {
  margin-bottom: var(--wp--preset--spacing--md);
  gap: var(--wp--preset--spacing--md);
}
@media (max-width: 768px) {
  .trail-selector__search-row {
    flex-direction: column;
    align-items: stretch;
  }
}
.trail-selector__title {
  color: var(--wp--preset--color--foreground);
  margin: 0;
}
@media (max-width: 768px) {
  .trail-selector__title {
    text-align: center;
    margin-bottom: var(--wp--preset--spacing--sm);
  }
}
.trail-selector__search-wrapper {
  position: relative;
  min-width: 300px;
}
@media (max-width: 768px) {
  .trail-selector__search-wrapper {
    min-width: 100%;
  }
}
.trail-selector__search {
  width: 100%;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--base);
  font-size: var(--wp--preset--font-size--normal);
  transition: border-color var(--wp--custom--effects--transition--fast, 0.2s);
  padding-right: 2.5rem;
}
.trail-selector__search:focus {
  border-color: var(--wp--preset--color--tertiary);
  outline: none;
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
}
.trail-selector__search::-moz-placeholder {
  color: var(--wp--preset--color--stone);
  opacity: 0.8;
}
.trail-selector__search::placeholder {
  color: var(--wp--preset--color--stone);
  opacity: 0.8;
}
.trail-selector__search-clear {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.25rem;
  color: var(--wp--preset--color--stone);
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
  transition: color var(--wp--custom--effects--transition--fast, 0.2s);
}
.trail-selector__search-clear:hover {
  color: var(--wp--preset--color--primary);
}
.trail-selector__controls {
  gap: var(--wp--preset--spacing--sm);
  margin-bottom: var(--wp--preset--spacing--sm);
}
@media (max-width: 768px) {
  .trail-selector__controls {
    flex-direction: column;
  }
}
.trail-selector__filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 150px;
}
@media (max-width: 768px) {
  .trail-selector__filter-group {
    min-width: 100%;
  }
}
.trail-selector__filter-group--range {
  min-width: 200px;
}
.trail-selector__filter-group--checkboxes {
  min-width: 250px;
}
.trail-selector__filter-label {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
  margin-bottom: 0.25rem;
}
.trail-selector__filter {
  width: 100%;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--base);
  font-size: var(--wp--preset--font-size--normal);
  transition: border-color var(--wp--custom--effects--transition--fast, 0.2s);
}
.trail-selector__filter:focus {
  border-color: var(--wp--preset--color--tertiary);
  outline: none;
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
}
.trail-selector__filter::-moz-placeholder {
  color: var(--wp--preset--color--stone);
  opacity: 0.8;
}
.trail-selector__filter::placeholder {
  color: var(--wp--preset--color--stone);
  opacity: 0.8;
}
.trail-selector__filter--select {
  cursor: pointer;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.trail-selector__range-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.trail-selector__range {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: var(--wp--preset--color--stone);
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.trail-selector__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  cursor: pointer;
  -webkit-transition: transform var(--wp--custom--effects--transition--fast, 0.2s);
  transition: transform var(--wp--custom--effects--transition--fast, 0.2s);
}
.trail-selector__range::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.trail-selector__range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  cursor: pointer;
  border: none;
}
.trail-selector__range::-moz-range-thumb:hover {
  transform: scale(1.1);
}
.trail-selector__range-value {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  min-width: 60px;
  text-align: right;
}
.trail-selector__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.trail-selector__checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: var(--wp--preset--font-size--small);
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  transition: background-color var(--wp--custom--effects--transition--fast, 0.2s);
}
.trail-selector__checkbox-label:hover {
  background-color: var(--wp--preset--color--sand);
}
.trail-selector__checkbox-label input[type=checkbox] {
  margin: 0;
  accent-color: var(--wp--preset--color--primary);
}
.trail-selector__advanced {
  border-top: 1px solid var(--wp--preset--color--stone);
  padding-top: var(--wp--preset--spacing--sm);
}
.trail-selector__advanced-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--fast, 0.2s);
  background: none;
  border: none;
  color: var(--wp--preset--color--primary);
  padding: 0.5rem;
}
.trail-selector__advanced-toggle:hover {
  background-color: var(--wp--preset--color--light-green);
  border-color: var(--wp--preset--color--primary);
  transform: translateY(-1px);
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
}
.trail-selector__advanced-toggle:focus, .trail-selector__advanced-toggle:focus-visible {
  outline: 2px solid var(--wp--preset--color--tertiary);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}
.trail-selector__advanced-toggle:active {
  transform: translateY(0);
}
.trail-selector__advanced-toggle:hover {
  background-color: var(--wp--preset--color--sand);
}
.trail-selector__advanced-toggle svg {
  margin-left: 0.25rem;
  transition: transform var(--wp--custom--effects--transition--fast, 0.2s);
}
.trail-selector__advanced-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.trail-selector__advanced-panel {
  display: none;
}
.trail-selector__advanced-panel[style*="display: block"] {
  display: block;
}
.trail-selector__advanced-row {
  gap: var(--wp--preset--spacing--md);
}
@media (max-width: 768px) {
  .trail-selector__advanced-row {
    flex-direction: column;
  }
}
.trail-selector__active-filters {
  border-top: 1px solid var(--wp--preset--color--stone);
  padding-top: var(--wp--preset--spacing--sm);
  gap: var(--wp--preset--spacing--sm);
}
@media (max-width: 768px) {
  .trail-selector__active-filters {
    flex-direction: column;
  }
}
.trail-selector__active-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.trail-selector__filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--small);
  border-radius: var(--wp--custom--effects--radius--small, 4px);
}
.trail-selector__filter-tag .filter-tag-content {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.trail-selector__filter-tag .filter-tag-content .filter-icon {
  opacity: 0.9;
  flex-shrink: 0;
}
.trail-selector__filter-tag .filter-tag-content .filter-tag-text {
  white-space: nowrap;
}
.trail-selector__filter-tag-remove {
  background: none;
  border: none;
  color: inherit;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin-left: 0.25rem;
  flex-shrink: 0;
}
.trail-selector__filter-tag-remove:hover {
  opacity: 0.8;
}
.trail-selector__controls-right {
  gap: var(--wp--preset--spacing--sm);
}
@media (max-width: 768px) {
  .trail-selector__controls-right {
    flex-direction: column;
    align-items: stretch;
  }
}
.trail-selector__results-count {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--foreground);
  white-space: nowrap;
}
.trail-selector__sort-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.trail-selector__sort {
  width: 100%;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--base);
  font-size: var(--wp--preset--font-size--normal);
  transition: border-color var(--wp--custom--effects--transition--fast, 0.2s);
  min-width: 120px;
}
.trail-selector__sort:focus {
  border-color: var(--wp--preset--color--tertiary);
  outline: none;
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
}
.trail-selector__sort::-moz-placeholder {
  color: var(--wp--preset--color--stone);
  opacity: 0.8;
}
.trail-selector__sort::placeholder {
  color: var(--wp--preset--color--stone);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .trail-selector__sort {
    min-width: 100%;
  }
}
.trail-selector__clear-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--fast, 0.2s);
  background-color: var(--wp--preset--color--light-orange);
  border-color: var(--wp--preset--color--light-orange);
  color: var(--wp--preset--color--white);
}
.trail-selector__clear-all:hover {
  background-color: var(--wp--preset--color--light-green);
  border-color: var(--wp--preset--color--primary);
  transform: translateY(-1px);
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
}
.trail-selector__clear-all:focus, .trail-selector__clear-all:focus-visible {
  outline: 2px solid var(--wp--preset--color--tertiary);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}
.trail-selector__clear-all:active {
  transform: translateY(0);
}
.trail-selector__clear-all:hover {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
.trail-selector__loading {
  text-align: center;
  padding: var(--wp--preset--spacing--lg);
}
.trail-selector__loading .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid var(--wp--preset--color--sand);
  border-top: 4px solid var(--wp--preset--color--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto var(--wp--preset--spacing--sm);
}
.trail-selector__loading p {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--normal);
  margin: 0;
}
.trail-selector__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: var(--wp--preset--spacing--md);
  margin-bottom: var(--wp--preset--spacing--lg);
}
@media (max-width: 768px) {
  .trail-selector__grid {
    grid-template-columns: 1fr;
    gap: var(--wp--preset--spacing--sm);
  }
}
.trail-selector__card {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--effects--radius--medium, 8px);
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
  overflow: hidden;
  transition: all var(--wp--custom--effects--transition--medium, 0.3s);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.trail-selector__card:hover {
  transform: scale(1.02);
  box-shadow: var(--wp--custom--effects--shadow--medium, 0 4px 16px rgba(0, 0, 0, 0.15));
}
.trail-selector__card-image-wrapper {
  position: relative;
  overflow: hidden;
}
.trail-selector__card-image {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--wp--custom--effects--transition--medium, 0.3s);
}
.trail-selector__card:hover .trail-selector__card-image {
  transform: scale(1.05);
}
.trail-selector__card-content {
  padding: var(--wp--preset--spacing--sm);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.trail-selector__card-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--medium);
  margin: 0 0 var(--wp--preset--spacing--xs) 0;
}
.trail-selector__card-title a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.trail-selector__card-title a:hover {
  color: var(--wp--preset--color--primary);
}
.trail-selector__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--xs);
  margin-bottom: var(--wp--preset--spacing--xs);
}
.trail-selector__meta-item {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--stone);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.trail-selector__meta-item .meta-icon {
  flex-shrink: 0;
  opacity: 0.7;
}
.trail-selector__card-excerpt {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--foreground);
  line-height: 1.5;
  margin: 0 0 var(--wp--preset--spacing--sm) 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.trail-selector__card-activities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: var(--wp--preset--spacing--sm);
}
.trail-selector__card-footer {
  text-align: center;
  margin-top: auto;
  padding-top: var(--wp--preset--spacing--xs);
}
.trail-selector__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--fast, 0.2s);
  width: 100%;
  justify-content: center;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
  position: relative;
  overflow: hidden;
  gap: 0.5rem;
}
.trail-selector__card-button:hover {
  background-color: var(--wp--preset--color--light-green);
  border-color: var(--wp--preset--color--primary);
  transform: translateY(-1px);
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
}
.trail-selector__card-button:focus, .trail-selector__card-button:focus-visible {
  outline: 2px solid var(--wp--preset--color--tertiary);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}
.trail-selector__card-button:active {
  transform: translateY(0);
}
.trail-selector__card-button:hover {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
.trail-selector__card-button:hover .btn-icon {
  transform: translate(2px, -2px);
}
.trail-selector__card-button .btn-text {
  font-weight: 500;
}
.trail-selector__card-button .btn-icon {
  transition: transform var(--wp--custom--effects--transition--fast, 0.2s);
  opacity: 0.9;
}
.trail-selector .difficulty-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.trail-selector .difficulty-badge--easy {
  background-color: #10b981;
  color: white;
}
.trail-selector .difficulty-badge--moderate {
  background-color: #f59e0b;
  color: white;
}
.trail-selector .difficulty-badge--challenging {
  background-color: #ef4444;
  color: white;
}
.trail-selector .difficulty-badge--extreme {
  background-color: #7c2d12;
  color: white;
}
.trail-selector__no-results {
  text-align: center;
  padding: var(--wp--preset--spacing--xl);
  border-radius: var(--wp--custom--effects--radius--medium, 8px);
}
.trail-selector__load-more-wrapper {
  margin-top: var(--wp--preset--spacing--lg);
}
.trail-selector__load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--stone);
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--fast, 0.2s);
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--secondary);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--lg);
}
.trail-selector__load-more:hover {
  background-color: var(--wp--preset--color--light-green);
  border-color: var(--wp--preset--color--primary);
  transform: translateY(-1px);
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
}
.trail-selector__load-more:focus, .trail-selector__load-more:focus-visible {
  outline: 2px solid var(--wp--preset--color--tertiary);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}
.trail-selector__load-more:active {
  transform: translateY(0);
}
.trail-selector__load-more:hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.trail-selector__title-icon {
  margin-right: 0.5rem;
  color: var(--wp--preset--color--primary);
  flex-shrink: 0;
}
.trail-selector .no-results-icon {
  margin-right: 0.5rem;
  opacity: 0.7;
  flex-shrink: 0;
}

.activity-tag {
  font-size: var(--wp--preset--font-size--small);
  background-color: var(--wp--preset--color--sand);
  color: var(--wp--preset--color--foreground);
  padding: 0.25rem 0.5rem;
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: all var(--wp--custom--effects--transition--fast, 0.2s);
  border: 1px solid transparent;
}
.activity-tag:hover {
  background-color: var(--wp--preset--color--light-green);
  border-color: var(--wp--preset--color--primary);
}
.activity-tag .activity-icon-wrapper {
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.activity-tag .activity-icon-wrapper svg {
  width: 14px;
  height: 14px;
}
.activity-tag .activity-name {
  font-weight: 500;
  text-transform: capitalize;
}

.activity-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.activity-label .activity-icon {
  opacity: 0.7;
  flex-shrink: 0;
}

.btn {
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border: 1px solid transparent;
  border-radius: var(--wp--custom--effects--radius--small, 4px);
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--fast, 0.2s);
  gap: 0.375rem;
}
.btn:focus, .btn:focus-visible {
  outline: 2px solid var(--wp--preset--color--tertiary);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}
.btn--primary {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
}
.btn--primary:hover {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  transform: translateY(-1px);
  box-shadow: var(--wp--custom--effects--shadow--small, 0 2px 8px rgba(0, 0, 0, 0.1));
}
.btn--primary:active {
  transform: translateY(0);
}

svg.filter-icon, svg.meta-icon, svg.activity-icon {
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .trail-selector__grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (max-width: 768px) {
  .trail-selector-container {
    padding-left: var(--wp--preset--spacing--xs);
    padding-right: var(--wp--preset--spacing--xs);
  }
  .trail-selector__filters {
    padding: var(--wp--preset--spacing--sm);
  }
  .trail-selector__grid {
    grid-template-columns: 1fr;
  }
  .trail-selector__card-image {
    height: 200px;
  }
}
@media print {
  .trail-selector__filters {
    display: none;
  }
  .trail-selector__card {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media (prefers-contrast: high) {
  .trail-selector__filter-tag {
    border: 2px solid var(--wp--preset--color--foreground);
  }
  .trail-selector__card {
    border: 1px solid var(--wp--preset--color--foreground);
  }
}
@media (prefers-reduced-motion: reduce) {
  .trail-selector__card, .trail-selector__card-image,
  .trail-selector .spinner {
    transition: none;
    animation: none;
  }
  .trail-selector__card:hover {
    transform: none;
  }
}
/**
 * Editorial Magazine Blog Styles
 *
 * Sophisticated, magazine-inspired design for single blog posts
 * featuring sticky Table of Contents, elegant typography, and
 * refined visual hierarchy.
 *
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
.editorial-layout {
  background: var(--wp--preset--color--background);
}

.single-editorial {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--lg);
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--wp--preset--spacing--md);
}
@media (min-width: 1024px) {
  .single-editorial {
    grid-template-columns: 260px 1fr;
    gap: var(--wp--preset--spacing--xl);
    padding: var(--wp--preset--spacing--lg);
  }
}

.editorial-toc {
  display: none;
}
@media (min-width: 1024px) {
  .editorial-toc {
    display: block;
    position: sticky;
    top: var(--wp--preset--spacing--lg);
    align-self: start;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    padding: var(--wp--preset--spacing--md);
    background: linear-gradient(145deg, var(--wp--preset--color--sand) 0%, rgba(247, 245, 240, 0.8) 100%);
    border-radius: 12px;
    border: 1px solid rgba(201, 201, 199, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  }
  .editorial-toc::-webkit-scrollbar {
    width: 4px;
  }
  .editorial-toc::-webkit-scrollbar-track {
    background: transparent;
  }
  .editorial-toc::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--stone);
    border-radius: 2px;
  }
}
.editorial-toc__title {
  font-family: var(--wp--preset--font-family--accent);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  margin: 0 0 var(--wp--preset--spacing--sm) 0;
  padding-bottom: var(--wp--preset--spacing--xs);
  border-bottom: 2px solid var(--wp--preset--color--secondary);
}
.editorial-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.editorial-toc__item {
  margin-bottom: 2px;
}
.editorial-toc__item--sub {
  padding-left: 12px;
}
.editorial-toc__item--sub a {
  font-size: 0.8rem;
  color: var(--wp--preset--color--stone);
}
.editorial-toc__item a {
  display: block;
  padding: 10px 14px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  border-left: 3px solid transparent;
  border-radius: 0 6px 6px 0;
  transition: all 0.2s ease;
}
.editorial-toc__item a:hover {
  color: var(--wp--preset--color--primary);
  background: rgba(42, 93, 69, 0.06);
  border-left-color: var(--wp--preset--color--light-green);
}
.editorial-toc__item a.active {
  color: var(--wp--preset--color--primary);
  background: rgba(42, 93, 69, 0.08);
  border-left-color: var(--wp--preset--color--secondary);
  font-weight: 500;
}
@media (max-width: 1023px) {
  .editorial-toc.is-visible {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 280px;
    max-height: 50vh;
    z-index: 100;
    background: var(--wp--preset--color--background);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    animation: tocSlideIn 0.3s ease;
  }
}

@keyframes tocSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editorial-toc-toggle {
  display: none;
}
@media (max-width: 1023px) {
  .editorial-toc-toggle {
    display: flex;
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--dark-green) 100%);
    color: var(--wp--preset--color--white);
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(42, 93, 69, 0.35), 0 0 0 4px rgba(42, 93, 69, 0.1);
    z-index: 101;
    transition: all 0.3s ease;
  }
  .editorial-toc-toggle:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(42, 93, 69, 0.45), 0 0 0 6px rgba(42, 93, 69, 0.15);
  }
  .editorial-toc-toggle:active {
    transform: scale(0.95);
  }
  .editorial-toc-toggle[aria-expanded=true] {
    background: var(--wp--preset--color--secondary);
  }
  .editorial-toc-toggle[aria-expanded=true] svg {
    transform: rotate(45deg);
  }
  .editorial-toc-toggle svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
  }
}

.editorial-article {
  max-width: 720px;
  margin: 0;
}
@media (min-width: 1024px) {
  .editorial-article {
    margin: 0;
  }
}

.editorial-header {
  margin-bottom: var(--wp--preset--spacing--lg);
}
.editorial-header__category {
  display: inline-block;
  font-family: var(--wp--preset--font-family--accent);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  margin-bottom: var(--wp--preset--spacing--sm);
  position: relative;
  padding-left: 28px;
}
.editorial-header__category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: var(--wp--preset--color--secondary);
}
.editorial-header__category a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.editorial-header__category a:hover {
  color: var(--wp--preset--color--primary);
}
.editorial-header__title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: var(--wp--preset--color--foreground);
  margin: 0 0 var(--wp--preset--spacing--md) 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.editorial-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
  padding-top: var(--wp--preset--spacing--sm);
  border-top: 1px solid var(--wp--preset--color--stone);
}
.editorial-header__author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.editorial-header__author .wp-block-post-author-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--wp--preset--color--foreground);
}
.editorial-header__author .wp-block-post-author-name a {
  color: inherit;
  text-decoration: none;
}
.editorial-header__author .wp-block-post-author-name a:hover {
  color: var(--wp--preset--color--primary);
}
.editorial-header__date {
  font-size: 0.875rem;
  color: var(--wp--preset--color--stone);
}
.editorial-header__reading-time {
  font-size: 0.875rem;
  color: var(--wp--preset--color--stone);
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.editorial-header__reading-time::before {
  content: "·";
  font-weight: bold;
}

.editorial-featured-image {
  margin: 0 0 var(--wp--preset--spacing--lg) 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .editorial-featured-image {
    margin-left: calc(-1 * var(--wp--preset--spacing--md));
    margin-right: calc(-1 * var(--wp--preset--spacing--md));
    border-radius: 0;
  }
}
.editorial-featured-image img {
  width: 100%;
  height: auto;
  max-height: 55vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.editorial-featured-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--stone);
  padding: var(--wp--preset--spacing--sm);
  font-style: italic;
  text-align: center;
  background: var(--wp--preset--color--sand);
}

.editorial-content {
  font-family: var(--wp--preset--font-family--body);
  font-size: 1.1rem;
  line-height: 1.85;
  color: var(--wp--preset--color--foreground);
}
.editorial-content > .wp-block-post-content > p:first-of-type::first-letter,
.editorial-content > p:first-of-type::first-letter {
  float: left;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 4.2rem;
  line-height: 0.85;
  padding-right: 14px;
  padding-top: 6px;
  color: var(--wp--preset--color--primary);
  font-weight: 400;
}
.editorial-content h2, .editorial-content h3, .editorial-content h4 {
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--foreground);
  margin-top: var(--wp--preset--spacing--xl);
  margin-bottom: var(--wp--preset--spacing--sm);
  scroll-margin-top: 100px;
  letter-spacing: 0.03em;
}
.editorial-content h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  padding-bottom: var(--wp--preset--spacing--xs);
  border-bottom: 2px solid var(--wp--preset--color--sand);
}
.editorial-content h3 {
  font-size: clamp(1.3rem, 2.5vw, 1.5rem);
}
.editorial-content h4 {
  font-size: 1.15rem;
  color: var(--wp--preset--color--primary);
}
.editorial-content p {
  margin-bottom: var(--wp--preset--spacing--md);
}
.editorial-content a:not(.wp-block-button__link) {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--secondary);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}
.editorial-content a:not(.wp-block-button__link):hover {
  color: var(--wp--preset--color--secondary);
  text-decoration-color: var(--wp--preset--color--primary);
}
.editorial-content blockquote {
  position: relative;
  margin: var(--wp--preset--spacing--lg) 0;
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--lg);
  padding-left: calc(var(--wp--preset--spacing--lg) + 4px);
  background: linear-gradient(135deg, var(--wp--preset--color--sand) 0%, rgba(247, 245, 240, 0.5) 100%);
  border-left: 4px solid var(--wp--preset--color--secondary);
  border-radius: 0 12px 12px 0;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.7;
}
.editorial-content blockquote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: 5rem;
  color: var(--wp--preset--color--primary);
  opacity: 0.12;
  line-height: 1;
}
.editorial-content blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
}
.editorial-content blockquote cite {
  display: block;
  margin-top: var(--wp--preset--spacing--sm);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  color: var(--wp--preset--color--stone);
}
.editorial-content blockquote cite::before {
  content: "— ";
}
.editorial-content .wp-block-pullquote {
  margin: var(--wp--preset--spacing--xl) 0;
  padding: var(--wp--preset--spacing--lg) 0;
  border: none;
  border-top: 3px solid var(--wp--preset--color--primary);
  border-bottom: 3px solid var(--wp--preset--color--primary);
  background: transparent;
}
.editorial-content .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.editorial-content .wp-block-pullquote blockquote::before {
  display: none;
}
.editorial-content .wp-block-pullquote blockquote p {
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-style: normal;
  text-align: center;
  color: var(--wp--preset--color--primary);
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.editorial-content .wp-block-pullquote cite {
  text-align: center;
  color: var(--wp--preset--color--secondary);
}
.editorial-content ul, .editorial-content ol {
  margin: var(--wp--preset--spacing--md) 0;
  padding-left: 1.5rem;
}
.editorial-content ul li, .editorial-content ol li {
  margin-bottom: var(--wp--preset--spacing--xs);
  padding-left: 0.5rem;
}
.editorial-content ul li::marker, .editorial-content ol li::marker {
  color: var(--wp--preset--color--secondary);
  font-weight: bold;
}
.editorial-content ul li::marker {
  content: "▸ ";
}
.editorial-content figure {
  margin: var(--wp--preset--spacing--lg) 0;
}
.editorial-content figure img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.editorial-content figure figcaption {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--stone);
  text-align: center;
  margin-top: var(--wp--preset--spacing--xs);
  font-style: italic;
}
.editorial-content pre, .editorial-content code {
  font-family: "SF Mono", Monaco, "Cascadia Code", "Fira Code", monospace;
  background: var(--wp--preset--color--sand);
  border-radius: 6px;
}
.editorial-content code {
  padding: 3px 8px;
  font-size: 0.9em;
  color: var(--wp--preset--color--primary);
}
.editorial-content pre {
  padding: var(--wp--preset--spacing--md);
  overflow-x: auto;
  border: 1px solid var(--wp--preset--color--stone);
}
.editorial-content pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}
.editorial-content hr {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--wp--preset--color--stone) 20%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--stone) 80%, transparent 100%);
  margin: var(--wp--preset--spacing--xl) 0;
}

.editorial-footer {
  margin-top: var(--wp--preset--spacing--xl);
  padding-top: var(--wp--preset--spacing--lg);
  border-top: 1px solid var(--wp--preset--color--stone);
}
.editorial-footer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: var(--wp--preset--spacing--lg);
}
.editorial-footer__tags .wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.editorial-footer__tags a, .editorial-footer__tags .tag {
  display: inline-block;
  padding: 8px 16px;
  background: var(--wp--preset--color--sand);
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid var(--wp--preset--color--stone);
}
.editorial-footer__tags a:hover, .editorial-footer__tags .tag:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(42, 93, 69, 0.2);
}

.editorial-related {
  margin-top: var(--wp--preset--spacing--xxl);
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--md);
}
@media (min-width: 1024px) {
  .editorial-related {
    margin-left: calc(-260px - var(--wp--preset--spacing--xl));
    width: calc(100% + 260px + var(--wp--preset--spacing--xl));
  }
}
.editorial-related__title {
  font-family: var(--wp--preset--font-family--accent);
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
  color: var(--wp--preset--color--stone);
  margin-bottom: var(--wp--preset--spacing--lg);
  position: relative;
}
.editorial-related__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--wp--preset--color--secondary);
  margin: var(--wp--preset--spacing--sm) auto 0;
  border-radius: 2px;
}

.editorial-comments {
  margin-top: var(--wp--preset--spacing--xl);
  padding: var(--wp--preset--spacing--lg);
  background: var(--wp--preset--color--background);
  border-radius: 16px;
  border: 1px solid var(--wp--preset--color--stone);
}
.editorial-comments .wp-block-comments-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-bottom: var(--wp--preset--spacing--md);
}
.editorial-comments .comment-author-name {
  font-weight: 600;
}
.editorial-comments .comment-content {
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (prefers-color-scheme: dark) {
  .editorial-layout {
    background: var(--wp--preset--color--background-dark);
  }
  .editorial-toc {
    background: var(--wp--preset--color--sand-dark);
    border-color: var(--wp--preset--color--stone-dark);
  }
  .editorial-toc__title {
    color: var(--wp--preset--color--primary-dark);
  }
  .editorial-toc__item a {
    color: var(--wp--preset--color--foreground-dark);
  }
  .editorial-toc__item a:hover, .editorial-toc__item a.active {
    color: var(--wp--preset--color--primary-dark);
    background: rgba(74, 139, 92, 0.15);
  }
  .editorial-header__title {
    color: var(--wp--preset--color--foreground-dark);
  }
  .editorial-header__meta {
    border-top-color: var(--wp--preset--color--stone-dark);
  }
  .editorial-content {
    color: var(--wp--preset--color--foreground-dark);
  }
  .editorial-content h2, .editorial-content h3, .editorial-content h4 {
    color: var(--wp--preset--color--foreground-dark);
  }
  .editorial-content h2 {
    border-bottom-color: var(--wp--preset--color--stone-dark);
  }
  .editorial-content blockquote {
    background: var(--wp--preset--color--sand-dark);
  }
  .editorial-content pre, .editorial-content code {
    background: var(--wp--preset--color--sand-dark);
  }
  .editorial-content pre {
    border-color: var(--wp--preset--color--stone-dark);
  }
  .editorial-footer {
    border-top-color: var(--wp--preset--color--stone-dark);
  }
  .editorial-footer__tags a, .editorial-footer__tags .tag {
    background: var(--wp--preset--color--sand-dark);
    color: var(--wp--preset--color--foreground-dark);
  }
  .editorial-related {
    background: var(--wp--preset--color--sand-dark);
  }
  .editorial-comments {
    background: var(--wp--preset--color--white-dark);
    border-color: var(--wp--preset--color--stone-dark);
  }
}
/**
 * Footer Component Styles
 * Modern, responsive footer with dark mode support
 * Uses theme.json design system exclusively
 */
.site-footer {
  background-color: var(--wp--preset--color--dark-green);
  color: var(--wp--preset--color--sand);
}
.site-footer img {
  max-width: none;
  margin-right: 1rem;
}
.site-footer .wp-block-columns {
  flex-direction: column;
}
@media (min-width: 768px) {
  .site-footer .wp-block-columns {
    flex-direction: row;
  }
}

.footer-content {
  display: grid;
  gap: var(--wp--preset--spacing--lg);
  grid-template-columns: 1fr;
  padding: 1rem;
}
@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  }
}

.footer-hero {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--sm);
}
.footer-hero .site-logo {
  inline-size: 50px;
  block-size: 50px;
}
.footer-hero .site-title {
  color: var(--wp--preset--color--background);
  font-family: var(--wp--preset--font-family--accent);
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-block: 0;
}
.footer-hero .footer-description {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.6;
  margin-block: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--md);
  opacity: 0.9;
}

.footer-social .wp-block-social-links {
  gap: var(--wp--preset--spacing--xs);
}
.footer-social .wp-block-social-links .wp-social-link {
  background-color: var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--effects--radius--medium);
  transition: all var(--wp--custom--effects--transition--fast) ease;
  min-inline-size: 44px;
  min-block-size: 44px;
}
.footer-social .wp-block-social-links .wp-social-link:hover, .footer-social .wp-block-social-links .wp-social-link:focus {
  background-color: var(--wp--preset--color--secondary);
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .footer-social .wp-block-social-links .wp-social-link {
    min-inline-size: auto;
    min-block-size: auto;
  }
}

.footer-navigation .footer-nav-title {
  color: var(--wp--preset--color--background);
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.3;
  text-transform: uppercase;
  margin-block-end: var(--wp--preset--spacing--sm);
}
@media (prefers-color-scheme: dark) {
  .footer-navigation .footer-nav-title {
    color: var(--tertiary);
  }
}
.footer-navigation .wp-block-navigation {
  gap: var(--wp--preset--spacing--xs);
}
.footer-navigation .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  text-decoration: none;
  opacity: 0.85;
  transition: all var(--wp--custom--effects--transition--fast) ease;
}
.footer-navigation .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover, .footer-navigation .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:focus {
  opacity: 1;
  color: var(--wp--preset--color--secondary);
}
@media (prefers-color-scheme: dark) {
  .footer-navigation .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    color: var(--tertiary);
  }
}

.footer-newsletter .newsletter-title {
  color: var(--wp--preset--color--background);
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--medium);
  text-transform: uppercase;
  margin-block-end: var(--wp--preset--spacing--sm);
}
@media (prefers-color-scheme: dark) {
  .footer-newsletter .newsletter-title {
    color: var(--tertiary);
  }
}
.footer-newsletter .newsletter-description {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.6;
  opacity: 0.9;
  margin-block-end: var(--wp--preset--spacing--sm);
}
.footer-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xs);
  background-color: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--effects--radius--medium);
  padding: var(--wp--preset--spacing--xs);
}
@media (min-width: 480px) {
  .footer-newsletter .newsletter-form {
    flex-direction: row;
  }
  .footer-newsletter .newsletter-form .form-input {
    flex: 1;
  }
}
.footer-newsletter .newsletter-form .form-input {
  border: 2px solid var(--wp--preset--color--sand);
  border-radius: var(--wp--custom--effects--radius--small);
  padding: var(--wp--preset--spacing--sm);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--normal);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  transition: border-color var(--wp--custom--effects--transition--fast) ease;
}
.footer-newsletter .newsletter-form .form-input:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 2px var(--wp--preset--color--primary);
}
.footer-newsletter .newsletter-form .form-input::-moz-placeholder {
  color: var(--wp--preset--color--stone);
  opacity: 0.7;
}
.footer-newsletter .newsletter-form .form-input::placeholder {
  color: var(--wp--preset--color--stone);
  opacity: 0.7;
}
.footer-newsletter .newsletter-form .newsletter-button {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border: none;
  border-radius: var(--wp--custom--effects--radius--small);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--medium);
  cursor: pointer;
  transition: all var(--wp--custom--effects--transition--fast) ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--wp--preset--spacing--xs);
}
.footer-newsletter .newsletter-form .newsletter-button:hover, .footer-newsletter .newsletter-form .newsletter-button:focus {
  background-color: var(--wp--preset--color--primary);
  transform: translateY(-1px);
}
.footer-newsletter .newsletter-form .newsletter-button .dashicons {
  font-size: 1.2em;
}
.footer-newsletter .newsletter-privacy {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--stone);
  opacity: 0.8;
  margin-block-start: var(--wp--preset--spacing--xs);
}

.footer-separator {
  margin-block: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--sm);
  border-color: var(--wp--preset--color--primary);
  opacity: 0.5;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--sm);
  padding-bottom: var(--wp--preset--spacing--sm);
}
.footer-bottom p {
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer-bottom .copyright {
  padding-left: 2rem;
  opacity: 0.8;
}
.footer-bottom .footer-links {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--sm);
}
.footer-bottom .footer-links a {
  color: var(--wp--preset--color--stone);
  text-decoration: none;
  transition: color var(--wp--custom--effects--transition--fast) ease;
}
.footer-bottom .footer-links a:hover, .footer-bottom .footer-links a:focus {
  color: var(--wp--preset--color--background);
}
.footer-bottom .footer-links .separator {
  color: var(--wp--preset--color--stone);
  opacity: 0.5;
}
.footer-bottom .footer-note {
  color: var(--wp--preset--color--stone);
  font-style: italic;
  opacity: 0.9;
  padding-right: 1.3rem;
}

@media (prefers-color-scheme: dark) {
  .site-footer {
    background-color: var(--wp--preset--color--background-dark);
  }
  .site-footer .footer-social .wp-block-social-links .wp-social-link {
    background-color: var(--wp--preset--color--primary-dark);
  }
  .site-footer .footer-social .wp-block-social-links .wp-social-link:hover, .site-footer .footer-social .wp-block-social-links .wp-social-link:focus {
    background-color: var(--wp--preset--color--foreground-dark);
  }
  .site-footer .newsletter-form {
    background-color: var(--wp--preset--color--white-dark);
  }
  .site-footer .newsletter-form .form-input {
    background-color: var(--wp--preset--color--sand-dark);
    border-color: var(--wp--preset--color--stone-dark);
    color: var(--wp--preset--color--foreground-dark);
  }
  .site-footer .newsletter-form .form-input::-webkit-input-placeholder {
    color: var(--wp--preset--color--foreground-dark);
  }
  .site-footer .newsletter-form .form-input:focus {
    border-color: var(--wp--preset--color--primary-dark);
    box-shadow: 0 0 0 2px var(--wp--preset--color--primary-dark);
  }
  .site-footer .newsletter-form .newsletter-button:hover, .site-footer .newsletter-form .newsletter-button:focus {
    background-color: var(--wp--preset--color--primary-dark);
  }
  .site-footer .newsletter-privacy {
    color: var(--tertiary);
  }
  .site-footer .copyright {
    color: var(--tertiary);
  }
  .site-footer .footer-links a {
    color: var(--tertiary);
  }
  .site-footer .footer-links a:hover, .site-footer .footer-links a:focus {
    color: var(--wp--preset--color--foreground-dark);
  }
  .site-footer .footer-note {
    color: var(--tertiary);
  }
}
@media (prefers-contrast: high) {
  .site-footer {
    border-top: 2px solid var(--wp--preset--color--foreground);
  }
  .site-footer .footer-social .wp-block-social-links .wp-social-link {
    border: 2px solid var(--wp--preset--color--background);
  }
  .site-footer .newsletter-form .form-input {
    border-width: 3px;
  }
}
.site-footer {
  margin: 0;
}
.site-footer .wp-element-button {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.2rem;
}
.site-footer .wp-element-button .dashicons {
  padding: 0 1rem;
}

/**
 * Front-page Dark Mode Styles
 * 
 * Dark mode styles specific to front-page components.
 * Only loaded on the front-page template.
 * 
 * @package IncaTrail_Theme
 * @since 1.0.0
 */
@media (prefers-color-scheme: dark) {
  .booking-subtitle {
    color: var(--foreground);
  }
  .booking-form-card {
    background: var(--wp--preset--gradient--sunset-gradient);
    border-color: var(--wp--preset--color--stone);
  }
  .trip-title {
    color: var(--wp--preset--color--background) !important;
  }
  .form-select {
    color: var(--wp--preset--color--background);
  }
  .group-size-label {
    background: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--background);
    border-color: var(--wp--preset--color--stone);
  }
  .is-style-outline .wp-block-button__link {
    color: var(--wp--preset--color--stone) !important;
    border: 2px solid var(--wp--preset--color--stone);
  }
  .guarantee-box {
    background: none;
  }
  .guarantee-title {
    color: var(--foreground);
  }
  .reviews-badge {
    background-color: var(--wp--preset--color--black) !important;
    color: var(--wp--preset--color--background) !important;
  }
  .reviews-badge p {
    color: var(--wp--preset--color--sand) !important;
  }
  .adventure-card {
    border-width: 0;
    background: var(--wp--preset--gradient--sunset-gradient);
  }
  .adventure-card-content, .destination-content {
    background: transparent;
  }
  .adventure-card a {
    color: var(--wp--preset--color--white);
  }
  .adventure-card h3 a {
    color: var(--wp--preset--color--white);
  }
  .adventure-card .price-text {
    color: var(--gold);
  }
  .adventure-post-grid h2 a {
    color: goldenrod;
  }
  .adventure-post-grid a {
    color: var(--foreground);
  }
  .location-badge {
    background: var(--wp--preset--gradient--forest-gradient);
  }
  .location-badge a {
    color: var(--gold);
  }
  .destination-card {
    background: var(--wp--preset--gradient--forest-gradient) !important;
  }
  .destination-card p, .destination-card .destination-meta p {
    color: var(--foreground);
  }
  .destination-card .season-badge {
    color: var(--wp--preset--color--stone);
  }
  .destination-card .season-badge p {
    color: var(--foreground);
  }
  .destination-card .destination-overlay-content {
    color: var(--foreground);
  }
  .destination-card .destination-overlay-content .destination-title a {
    color: goldenrod;
    background: var(--sand);
    padding: 0.2rem;
    border-radius: 0.3rem;
  }
  .destination-cta .wp-element-button {
    letter-spacing: 1px;
  }
  .destination-content .has-primary-background-color {
    background: var(--wp--preset--color--stone) !important;
    color: var(--wp--preset--color--primary) !important;
  }
  .testimonial-card .wp-block-post-excerpt__excerpt {
    color: var(--foreground);
  }
  .testimonial-avatar img {
    border-color: var(--wp--preset--color--sand);
  }
  .testimonial-rating-badge {
    color: var(--foreground);
  }
  .has-foreground-dark-background-color {
    background-color: var(--wp--preset--color--sand) !important;
  }
  .newsletter-header h3 {
    color: var(--wp--preset--color--stone) !important;
  }
  .newsletter-benefits .benefit-item {
    color: var(--foreground);
    border: 1px solid var(--wp--preset--color--stone);
    background: rgba(42, 93, 69, 0.05);
  }
  .newsletter-form label {
    color: var(--foreground);
  }
  .newsletter-form button:hover {
    color: var(--foreground);
  }
  .newsletter-form .consent-text {
    color: var(--foreground);
  }
  .newsletter-form .consent-text a {
    color: var(--foreground);
  }
  .gallery-overlay {
    background: linear-gradient(to top, rgba(28, 29, 25, 0.9), transparent);
  }
  nav.scrolled {
    background: rgba(28, 29, 25, 0.98);
  }
  .why-us {
    color: var(--foreground);
  }
}

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