/*
Theme Name: Jaxson's Adventures
Theme URI: https://jaxsonsadventures.com
Author: Jaxson's Adventures
Description: Premium outdoor editorial theme for Jaxson's Adventures — dog-friendly hikes, swimming spots, camping escapes, road trips, gear, and adventure guides. REI editorial meets modern travel publication.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jaxsons-adventures
*/

/* ---------------------------------------------------------------
   Editorial details layered on top of theme.json
--------------------------------------------------------------- */

/* Eyebrow labels — small, letterspaced, gold */
.ja-eyebrow {
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wp--preset--color--warm-gold);
}

/* Gold rule — short horizontal accent under eyebrows/headlines */
.ja-rule {
  width: 56px;
  height: 2px;
  background: var(--wp--preset--color--warm-gold);
  border: none;
  margin-left: 0;
}
.has-text-align-center .ja-rule,
.ja-rule.aligncenter { margin-left: auto; margin-right: auto; }

/* Subtle topographic contour texture for Deep Pine sections */
.ja-topo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420' viewBox='0 0 420 420'%3E%3Cg fill='none' stroke='%23F5F0E6' stroke-opacity='0.05' stroke-width='1.4'%3E%3Cpath d='M60 210c0-83 67-150 150-150s150 67 150 150-67 150-150 150S60 293 60 210z'/%3E%3Cpath d='M95 210c0-64 51-115 115-115s115 51 115 115-51 115-115 115S95 274 95 210z'/%3E%3Cpath d='M130 214c0-46 36-84 82-84 45 0 80 40 80 86 0 45-37 78-82 78s-80-35-80-80z'/%3E%3Cpath d='M-40 40C20 20 90-10 170 8m-210 92c80-30 160-40 250-10M-40 190c60-10 110-5 170 20M240 420c30-60 90-100 180-110M300 420c20-40 60-70 120-80'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 420px 420px;
}

/* QUICK LOOK box — sand info panel used at the top of articles */
.ja-quick-look {
  border: 1px solid var(--wp--preset--color--sand);
  border-top: 3px solid var(--wp--preset--color--warm-gold);
}
.ja-quick-look ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ja-quick-look li {
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(118, 90, 66, 0.18);
  font-size: 0.9375rem;
}
.ja-quick-look li:last-child { border-bottom: none; }
.ja-quick-look li strong {
  display: inline-block;
  min-width: 7.5rem;
  font-weight: 600;
  color: var(--wp--preset--color--deep-pine);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

/* JAXSON'S TAKE — first-person field-notes callout */
.ja-take {
  border-left: 3px solid var(--wp--preset--color--warm-gold);
}
.ja-take p {
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.1875rem;
  line-height: 1.55;
  font-style: italic;
  color: var(--wp--preset--color--deep-pine);
}

/* Article meta line (location · difficulty · drive time) */
.ja-meta {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--earth-brown);
}

/* Category / destination tiles — photo-led, magazine feel */
.ja-tile .wp-block-cover__inner-container { z-index: 2; }
.ja-tile {
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.ja-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -18px rgba(31, 48, 39, 0.45);
}
.ja-tile img { transition: transform 700ms ease; }
.ja-tile:hover img { transform: scale(1.04); }

/* Post cards in query loops */
.ja-card { transition: transform 220ms ease; }
.ja-card:hover { transform: translateY(-3px); }
.ja-card .wp-block-post-featured-image img {
  transition: transform 700ms ease;
}
.ja-card:hover .wp-block-post-featured-image img { transform: scale(1.03); }
.ja-card .wp-block-post-title a { text-decoration: none; }
.ja-card .wp-block-post-title a:hover { color: var(--wp--preset--color--earth-brown); }

/* Product recommendation block */
.ja-product {
  border: 1px solid var(--wp--preset--color--sand);
  background: var(--wp--preset--color--white);
}
.ja-product .ja-product-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wp--preset--color--earth-brown);
}

/* Buttons — outline variant respects palette */
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1.5px solid currentColor;
  background: transparent;
}

/* Header */
.ja-header {
  border-bottom: 1px solid rgba(31, 48, 39, 0.08);
  backdrop-filter: saturate(1.1) blur(6px);
}

/* Navigation link hover */
.wp-block-navigation a:hover { color: var(--wp--preset--color--warm-gold); }

/* Hero headline — tall, confident, editorial */
.ja-hero-headline {
  letter-spacing: -0.015em;
  text-wrap: balance;
}

/* Footer fine print */
.ja-fineprint, .ja-fineprint a { 
  font-size: 0.8125rem;
  color: rgba(245, 240, 230, 0.65);
}
.ja-fineprint a:hover { color: var(--wp--preset--color--warm-gold); }

/* Accessibility: visible focus, reduced motion */
a:focus-visible,
button:focus-visible,
.wp-block-button__link:focus-visible,
input:focus-visible {
  outline: 2px solid var(--wp--preset--color--warm-gold);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Mobile: comfortable tap targets and type */
@media (max-width: 600px) {
  .wp-block-navigation a { padding: 0.5rem 0; }
  .ja-quick-look li strong { display: block; min-width: 0; margin-bottom: 0.1rem; }
}

/* Tile links inherit the tile's color and stay clean */
.ja-tile a { color: inherit; text-decoration: none; }
.ja-tile a:hover { color: var(--wp--preset--color--warm-gold); }

/* Coming-soon destination tiles — attractive but clearly inactive */
.ja-soon { opacity: 0.85; }
.ja-soon h3 { letter-spacing: 0.07em; }
