/*
Theme Name: Extendable JIS
Theme URI: https://jesusisskiing.com
Description: Jesus Is Skiing brand child theme — neon vaporwave / extreme-sports look on Extendable.
Author: Jesus Is Skiing
Template: extendable
Version: 1.0.0
Text Domain: extendable-jis
*/

/* Brand polish layered on Extendable + theme.json */
:root{
  --jis-magenta:#FF2E9F; --jis-cyan:#1FE3FF; --jis-orange:#FF6A1A;
  --jis-purple:#8A2BE2; --jis-yellow:#FFD23F; --jis-midnight:#1A0B2E; --jis-ink:#0B0B12;
}

/* Headline gradient utility (apply via class) */
.jis-gradient-text{
  background:linear-gradient(90deg,var(--jis-cyan),var(--jis-magenta),var(--jis-orange));
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}

/* CTA buttons: yellow->orange gradient, dark ink text */
.wp-block-button__link{
  background-image:linear-gradient(90deg,var(--jis-yellow),var(--jis-orange))!important;
  color:var(--jis-ink)!important; border:0; font-weight:800; letter-spacing:.5px;
  text-transform:uppercase;
}
.wp-block-button.is-style-outline .wp-block-button__link{
  background:transparent!important; color:var(--jis-cyan)!important;
  box-shadow:inset 0 0 0 2px var(--jis-cyan);
}

/* Product cards: tighten + neon hover */
.woocommerce ul.products li.product img,
.wc-block-grid__product-image img{ background:#000; border-radius:10px; }
.woocommerce ul.products li.product:hover img{ box-shadow:0 0 0 2px var(--jis-magenta); }

/* Price + headings */
.woocommerce .price{ color:var(--jis-cyan); font-weight:700; }
h1,h2,h3,.wp-block-heading{ letter-spacing:.5px; }

/* Hide the redundant page title on the front page (hero already carries the H1) */
.home .wp-block-post-title,
.home .wp-block-template-part .wp-block-post-title{ display:none!important; }
