/*
Theme Name: Fingking (Pawoohoo Clone)
Theme URI: https://fingking.com
Description: Custom child theme for Fingking pet memorial WooCommerce store, built on Woostify. Replicates the warm, handcrafted aesthetic of pawoohoo.com
Author: Fingking
Author URI: https://fingking.com
Template: woostify
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fingking
*/

/* ===== PAWOOHOO STYLE — Fingking ===== */

:root {
  --fk-primary: #b48a5a;        /* warm tan/camel */
  --fk-primary-dark: #8c6b46;
  --fk-primary-light: #e0c8a8;
  --fk-bg: #faf6f1;             /* warm cream */
  --fk-bg-card: #ffffff;
  --fk-text: #2b2520;
  --fk-text-soft: #6b6358;
  --fk-border: #ede4d6;
  --fk-accent: #d4a574;
  --fk-success: #5d8a5d;
  --fk-font-heading: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --fk-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

body, .site-content, .woostify-site-content {
  font-family: var(--fk-font-body) !important;
  color: var(--fk-text) !important;
  background-color: var(--fk-bg) !important;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.entry-header h1, .product_title, .page-title {
  font-family: var(--fk-font-heading) !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  color: var(--fk-text) !important;
}

h1 { font-size: 3.2rem; line-height: 1.1; }
h2 { font-size: 2.4rem; line-height: 1.2; }
h3 { font-size: 1.8rem; }

a { color: var(--fk-primary-dark); transition: color .2s; }
a:hover { color: var(--fk-primary); }

/* Container */
.woostify-container, .site-content .container {
  max-width: 1280px;
  padding: 0 24px;
}

/* ===== HEADER ===== */
.site-header, .woostify-header {
  background-color: rgba(250,246,241,0.96) !important;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--fk-border) !important;
  box-shadow: 0 1px 12px rgba(180,138,90,0.06);
}
.site-header .site-branding .site-title a,
.site-header .woostify-header-logo a {
  font-family: var(--fk-font-heading) !important;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--fk-text) !important;
}

/* ===== BUTTONS ===== */
.button, .single_add_to_cart_button, button.button,
.wc-block-components-button,
.woocommerce a.button, .woocommerce button.button {
  background-color: var(--fk-primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 14px 36px !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem !important;
  transition: all .25s;
  box-shadow: 0 2px 8px rgba(180,138,90,0.25);
}
.button:hover, .single_add_to_cart_button:hover {
  background-color: var(--fk-primary-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(180,138,90,0.4);
}
.button.alt, .single_add_to_cart_button {
  background-color: var(--fk-primary-dark) !important;
}
.button.alt:hover, .single_add_to_cart_button:hover {
  background-color: #6b4f30 !important;
}

/* ===== PRODUCT CARDS ===== */
.woocommerce ul.products li.product,
.products .product {
  background: var(--fk-bg-card) !important;
  border-radius: 8px !important;
  border: 1px solid var(--fk-border) !important;
  overflow: hidden;
  transition: all .3s ease;
  padding: 0 !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(180,138,90,0.18) !important;
  border-color: var(--fk-primary-light) !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.products .product .woocommerce-loop-product__title {
  font-family: var(--fk-font-heading) !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  color: var(--fk-text) !important;
  padding: 16px 18px 4px !important;
}
.woocommerce ul.products li.product .price,
.products .product .price {
  color: var(--fk-primary-dark) !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  padding: 0 18px 16px !important;
}

/* Star ratings */
.woocommerce .star-rating { color: var(--fk-accent) !important; }

/* ===== HERO SECTION (home) ===== */
.fk-hero {
  background: linear-gradient(135deg, #f5e9d8 0%, #d4a574 100%);
  padding: 100px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fk-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.3) 0, transparent 40%),
                    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.2) 0, transparent 40%);
}
.fk-hero h1 {
  font-size: 4.5rem !important;
  margin-bottom: 1rem;
  position: relative;
}
.fk-hero p.lead {
  font-size: 1.3rem;
  color: #5a4a3a;
  max-width: 720px;
  margin: 0 auto 2rem;
  position: relative;
}

/* ===== BEFORE/AFTER SECTION ===== */
.fk-before-after {
  background: var(--fk-bg-card);
  padding: 80px 24px;
}
.fk-ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
.fk-ba-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* ===== COLLECTION CARDS ===== */
.fk-collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 60px 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.fk-collection-card {
  position: relative;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .4s;
}
.fk-collection-card:hover { transform: scale(1.02); }
.fk-collection-card .fk-cc-img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .6s;
}
.fk-collection-card:hover .fk-cc-img { transform: scale(1.08); }
.fk-collection-card .fk-cc-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.65));
}
.fk-collection-card .fk-cc-title {
  position: absolute;
  bottom: 24px; left: 24px; right: 24px;
  color: #fff;
  font-family: var(--fk-font-heading);
  font-size: 1.6rem;
}

/* ===== SINGLE PRODUCT PAGE ===== */
.single-product .product_title {
  font-size: 2.6rem !important;
  margin-bottom: 12px !important;
}
.single-product .price {
  font-size: 1.6rem !important;
  color: var(--fk-primary-dark) !important;
  font-weight: 600 !important;
}
.single-product .woocommerce-product-details__short-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--fk-text-soft);
  margin: 20px 0;
}
.single-product .quantity .qty {
  border-color: var(--fk-border) !important;
  border-radius: 4px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  border-bottom: 1px solid var(--fk-border) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  background: transparent !important;
  margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid var(--fk-primary) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: var(--fk-font-body) !important;
  font-weight: 500;
  color: var(--fk-text-soft);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--fk-primary-dark);
}

/* ===== FOOTER ===== */
.site-footer, footer.site-footer {
  background-color: #2b2520 !important;
  color: #d8cfbf !important;
  padding: 60px 24px 30px !important;
}
.site-footer a, footer.site-footer a { color: #e0c8a8; }
.site-footer .widget-title, footer.site-footer .widget-title {
  color: #f5e9d8;
  font-family: var(--fk-font-heading);
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/* ===== NEWSLETTER SECTION ===== */
.fk-newsletter {
  background: linear-gradient(135deg, #b48a5a 0%, #8c6b46 100%);
  color: #fff;
  padding: 60px 24px;
  text-align: center;
}
.fk-newsletter h2 { color: #fff !important; margin-bottom: 12px; }
.fk-newsletter p { opacity: 0.95; max-width: 600px; margin: 0 auto 24px; }
.fk-newsletter form { max-width: 480px; margin: 0 auto; display: flex; gap: 8px; }
.fk-newsletter input[type=email] {
  flex: 1;
  padding: 14px 18px;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
}
.fk-newsletter button {
  background: #2b2520 !important;
  color: #fff !important;
  padding: 14px 28px !important;
  border-radius: 4px !important;
}

/* ===== MISC ===== */
.woocommerce-message, .woocommerce-info {
  background-color: var(--fk-primary-light) !important;
  border-top-color: var(--fk-primary) !important;
  color: var(--fk-text) !important;
}
.woocommerce-error {
  background-color: #fce7e7 !important;
  border-top-color: #c44 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .fk-hero h1 { font-size: 2.6rem !important; }
  .fk-ba-grid { grid-template-columns: 1fr; }
  .fk-collection-card { height: 280px; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.8rem; }
}



/* ========================================
   HOME PAGE SECTIONS (fk-*)
   ======================================== */

.fk-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.fk-section-eyebrow {
  font-family: var(--fk-font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--fk-primary-dark);
  margin-bottom: 12px;
}
.fk-section-title {
  font-size: 3rem;
  margin-bottom: 16px;
  font-weight: 500;
}
.fk-section-sub {
  font-size: 1.15rem;
  color: var(--fk-text-soft);
  max-width: 640px;
  margin: 0 auto 48px;
}

/* ----- HERO ----- */
.fk-hero {
  background: linear-gradient(135deg, #f5e9d8 0%, #d4a574 50%, #b48a5a 100%);
  padding: 120px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fk-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 18% 25%, rgba(255,255,255,0.4) 0, transparent 35%),
    radial-gradient(circle at 82% 75%, rgba(255,255,255,0.25) 0, transparent 40%);
  pointer-events: none;
}
.fk-hero-inner { position: relative; max-width: 800px; margin: 0 auto; }
.fk-hero .fk-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #6b4f30;
  margin-bottom: 20px;
  font-weight: 500;
}
.fk-hero h1 {
  font-size: 5.5rem !important;
  margin-bottom: 24px;
  font-weight: 500;
  color: #2b2520 !important;
  line-height: 1.05;
}
.fk-hero .fk-lead {
  font-size: 1.35rem;
  color: #5a4a3a;
  max-width: 680px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.fk-hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.fk-btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s;
}
.fk-btn-primary {
  background: #2b2520;
  color: #fff;
}
.fk-btn-primary:hover {
  background: #4a3f33;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.fk-btn-ghost {
  background: transparent;
  color: #2b2520;
  border: 2px solid #2b2520;
}
.fk-btn-ghost:hover {
  background: #2b2520;
  color: #fff;
}

/* ----- BEFORE / AFTER ----- */
.fk-ba {
  padding: 100px 24px;
  background: #fff;
  text-align: center;
}
.fk-ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 960px;
  margin: 48px auto 0;
}
.fk-ba-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
  aspect-ratio: 4/3;
}
.fk-ba-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fk-ba-tag {
  position: absolute;
  top: 20px; left: 20px;
  background: rgba(255,255,255,0.95);
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #2b2520;
}
.fk-ba-tag-after {
  background: var(--fk-primary);
  color: #fff;
}

/* ----- COLLECTIONS ----- */
.fk-collections {
  padding: 100px 24px;
  background: var(--fk-bg);
  text-align: center;
}
.fk-coll-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.fk-coll-card {
  position: relative;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  transition: transform .4s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.fk-coll-card:hover {
  transform: translateY(-6px);
}
.fk-coll-img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .7s ease;
}
.fk-coll-card:hover .fk-coll-img { transform: scale(1.1); }
.fk-coll-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.75));
}
.fk-coll-text {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  color: #fff;
  text-align: left;
}
.fk-coll-text h3 {
  color: #fff !important;
  font-size: 1.6rem;
  margin-bottom: 4px;
  font-weight: 500;
}
.fk-coll-text p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin: 0;
}

/* ----- BEST SELLERS ----- */
.fk-best {
  padding: 100px 24px;
  background: #fff;
  text-align: center;
}
.fk-best .fk-container { margin-bottom: 40px; }

/* ----- PROCESS ----- */
.fk-process {
  padding: 100px 24px;
  background: var(--fk-bg);
  text-align: center;
}
.fk-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 56px;
}
.fk-step {
  text-align: left;
}
.fk-step-num {
  font-family: var(--fk-font-heading);
  font-size: 4rem;
  font-weight: 500;
  color: var(--fk-primary);
  line-height: 1;
  margin-bottom: 12px;
}
.fk-step h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.fk-step p {
  font-size: 0.95rem;
  color: var(--fk-text-soft);
  line-height: 1.6;
}

/* ----- TESTIMONIAL ----- */
.fk-testimonial {
  padding: 100px 24px;
  background: #fff;
  text-align: center;
}
.fk-test-inner {
  max-width: 760px;
  margin: 0 auto;
}
.fk-test-quote {
  font-family: var(--fk-font-heading);
  font-size: 2rem;
  font-style: italic;
  line-height: 1.4;
  color: var(--fk-text);
  margin-bottom: 24px;
}
.fk-test-author {
  font-size: 1rem;
  color: var(--fk-text-soft);
  margin-bottom: 12px;
}
.fk-test-stars {
  color: var(--fk-primary);
  font-size: 1.4rem;
  letter-spacing: 4px;
}

/* ----- NEWSLETTER ----- */
.fk-newsletter {
  background: linear-gradient(135deg, #b48a5a 0%, #8c6b46 100%);
  color: #fff;
  padding: 90px 24px;
  text-align: center;
}
.fk-newsletter h2 {
  color: #fff !important;
  font-size: 2.8rem;
  margin-bottom: 16px;
}
.fk-newsletter p {
  font-size: 1.1rem;
  opacity: 0.95;
  max-width: 580px;
  margin: 0 auto 32px;
}
.fk-news-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.fk-news-form input[type="email"] {
  flex: 1;
  min-width: 220px;
  padding: 16px 20px;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
  outline: none;
}
.fk-news-form button {
  padding: 16px 32px;
  background: #2b2520 !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all .3s;
}
.fk-news-form button:hover { background: #4a3f33 !important; }
.fk-news-fine {
  font-size: 0.85rem !important;
  opacity: 0.7;
  margin-top: 16px !important;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
  .fk-coll-grid { grid-template-columns: repeat(2, 1fr); }
  .fk-process-steps { grid-template-columns: repeat(2, 1fr); }
  .fk-hero h1 { font-size: 4rem !important; }
}
@media (max-width: 768px) {
  .fk-hero { padding: 80px 24px 70px; }
  .fk-hero h1 { font-size: 2.8rem !important; }
  .fk-hero .fk-lead { font-size: 1.1rem; }
  .fk-ba-grid { grid-template-columns: 1fr; }
  .fk-coll-grid { grid-template-columns: 1fr; }
  .fk-process-steps { grid-template-columns: 1fr; gap: 32px; }
  .fk-section-title { font-size: 2.2rem; }
  .fk-test-quote { font-size: 1.4rem; }
  .fk-newsletter h2 { font-size: 2rem; }
  .fk-ba, .fk-collections, .fk-best, .fk-process, .fk-testimonial { padding: 70px 20px; }
}

/* === v2 appended 2026-09-05 14:27 === */
/* =============================================
   Fingking · Pawoohoo-style enhancements v2
   New sections: hero carousel, made, story, trust,
   sale banner, shipping bar, product grid
   ============================================= */

/* Hero carousel (replace single hero) */
.fk-hero {
  position: relative;
  overflow: hidden;
  height: 80vh;
  min-height: 520px;
  max-height: 760px;
}
.fk-hero-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.fk-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.fk-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.fk-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(40, 30, 20, 0.52) 0%, rgba(40, 30, 20, 0.64) 100%);
}
.fk-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 0 24px;
  text-align: center;
  color: #fff;
}
.fk-hero .fk-eyebrow {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 18px;
  color: #f3e7d3;
}
.fk-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 5.4vw, 60px);
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 18px;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}
.fk-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 300;
  margin: 0 0 32px;
  color: #f6efe2;
  line-height: 1.6;
}
.fk-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.2s ease;
}
.fk-hero-arrow:hover { background: rgba(255,255,255,0.35); }
.fk-hero-prev { left: 24px; }
.fk-hero-next { right: 24px; }
.fk-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.fk-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  padding: 0;
}
.fk-hero-dot.is-active {
  background: #fff;
  transform: scale(1.25);
}

/* Made to Remember */
.fk-made {
  background: linear-gradient(180deg, #faf6f1 0%, #f3ead9 100%);
  text-align: center;
  padding: 80px 0 70px;
}
.fk-made-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 500;
  color: #3b2f23;
  margin: 0 0 16px;
}
.fk-made-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #6b5a47;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Adjust Memorial Gifts collection cards: 2-up instead of 4 */
.fk-coll-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.fk-coll-card {
  position: relative;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.fk-coll-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(60, 40, 20, 0.18);
}
.fk-coll-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.55) 100%);
}
.fk-coll-content {
  position: relative;
  z-index: 2;
  padding: 32px;
  color: #fff;
  width: 100%;
}
.fk-coll-content h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 500;
  margin: 0 0 12px;
  line-height: 1.2;
}
.fk-coll-cta {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Featured product grid (10 products) */
.fk-grid {
  padding: 80px 0;
}
.fk-grid-head {
  text-align: center;
  margin-bottom: 48px;
}
.fk-grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.fk-best-card .fk-best-quick {
  display: none;
}
/* Hide quick add on grid view to match pawoohoo layout */
.fk-grid .fk-best-quick {
  display: none !important;
}
.fk-grid .fk-best-card {
  position: relative;
}

/* 15% Off Sale Banner */
.fk-sale {
  padding: 0;
}
.fk-sale-box {
  background: linear-gradient(135deg, #b48a5a 0%, #8e6a3f 100%);
  color: #fff;
  border-radius: 16px;
  padding: 60px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 20px 50px rgba(140, 100, 60, 0.25);
}
.fk-sale-text h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 500;
  margin: 0 0 12px;
  color: #fff;
}
.fk-sale-text p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin: 0;
  color: #f6efe2;
  max-width: 520px;
}
.fk-sale .fk-btn-primary {
  background: #fff;
  color: #8e6a3f;
}
.fk-sale .fk-btn-primary:hover {
  background: #faf6f1;
  color: #6e4f29;
}
.fk-btn-lg {
  padding: 18px 38px;
  font-size: 15px;
}

/* Two-card Story */
.fk-story {
  padding: 80px 0;
  background: #faf6f1;
}
.fk-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.fk-story-card {
  background: #fff;
  border-radius: 14px;
  padding: 48px 40px;
  border: 1px solid rgba(180, 138, 90, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fk-story-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(60, 40, 20, 0.10);
}
.fk-story-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  color: #3b2f23;
  margin: 0 0 18px;
  line-height: 1.25;
}
.fk-story-card p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #6b5a47;
  line-height: 1.7;
  margin: 0 0 24px;
}
.fk-story-link {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b48a5a;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #b48a5a;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.fk-story-link:hover {
  color: #8e6a3f;
  border-color: #8e6a3f;
}

/* Trust Badges */
.fk-trust {
  background: #fff;
  padding: 70px 0;
  border-top: 1px solid rgba(180, 138, 90, 0.12);
}
.fk-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}
.fk-trust-card {
  padding: 0 16px;
}
.fk-trust-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  color: #b48a5a;
}
.fk-trust-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.fk-trust-card h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: #3b2f23;
  margin: 0 0 12px;
}
.fk-trust-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #6b5a47;
  line-height: 1.7;
  margin: 0;
}

/* Free Shipping bar */
.fk-shipping {
  background: #3b2f23;
  color: #f6efe2;
  text-align: center;
  padding: 28px 0;
}
.fk-shipping p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin: 0;
  color: #f6efe2;
}

/* Make button (used in hero, sale) */
.fk-btn-primary {
  display: inline-block;
  background: #b48a5a;
  color: #fff;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.fk-btn-primary:hover {
  background: #8e6a3f;
  color: #fff;
  transform: translateY(-2px);
}
.fk-btn-outline {
  display: inline-block;
  background: transparent;
  color: #b48a5a;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1.5px solid #b48a5a;
  transition: background 0.25s ease, color 0.25s ease;
}
.fk-btn-outline:hover {
  background: #b48a5a;
  color: #fff;
}

/* Best Sellers card hover image swap */
.fk-best-card { position: relative; }
.fk-best-media {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f5efe5;
}
.fk-best-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.6s ease;
}
.fk-best-media .fk-best-hover {
  opacity: 0;
}
.fk-best-card:hover .fk-best-media img {
  transform: scale(1.04);
}
.fk-best-card:hover .fk-best-media .fk-best-hover {
  opacity: 1;
}
.fk-best-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #b48a5a;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  border-radius: 4px;
  z-index: 2;
  font-family: 'Inter', sans-serif;
}
.fk-best-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 16px 0 8px;
  color: #3b2f23;
  line-height: 1.5;
}
.fk-best-title a {
  color: inherit;
  text-decoration: none;
}
.fk-best-title a:hover { color: #b48a5a; }
.fk-best-price {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #6b5a47;
}
.fk-best-price del {
  color: #a89b88;
  margin-right: 6px;
}
.fk-best-price ins {
  color: #b48a5a;
  text-decoration: none;
  font-weight: 600;
}
.fk-best-quick {
  margin-top: 12px;
  background: #3b2f23;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
  display: block;
  width: 100%;
}
.fk-best-quick:hover { background: #b48a5a; }

/* Best Sellers heading row */
.fk-best-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 24px;
  flex-wrap: wrap;
}
.fk-best-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* Section + container base (already defined, keep compatible) */
.fk-section { padding: 80px 0; }
.fk-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.fk-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 500;
  color: #3b2f23;
  margin: 0 0 16px;
  line-height: 1.2;
}
.fk-section-lead {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #6b5a47;
  line-height: 1.6;
  margin: 0;
}
.fk-eyebrow {
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: #b48a5a;
  margin: 0 0 14px;
}

/* Testimonials (already exists; keep class names) */
.fk-test-head { text-align: center; margin-bottom: 48px; }
.fk-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.fk-test-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  border: 1px solid rgba(180, 138, 90, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fk-test-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(60, 40, 20, 0.10);
}
.fk-test-stars { color: #d8a85a; margin-bottom: 14px; letter-spacing: 2px; }
.fk-test-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: #3b2f23;
  margin: 0 0 14px;
}
.fk-test-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #6b5a47;
  line-height: 1.7;
  font-style: italic;
  margin: 0 0 14px;
}
.fk-test-by {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b48a5a;
}

/* Newsletter (already exists; reinforce) */
.fk-news { background: linear-gradient(180deg, #faf6f1 0%, #f0e6d3 100%); padding: 80px 0; }
.fk-news-box { text-align: center; max-width: 720px; margin: 0 auto; }
.fk-news-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  color: #3b2f23;
  margin: 0 0 28px;
  line-height: 1.25;
}
.fk-news-form {
  display: flex;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.fk-news-form input[type="email"] {
  flex: 1;
  min-width: 240px;
  padding: 14px 20px;
  border: 1px solid rgba(180, 138, 90, 0.3);
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  background: #fff;
  color: #3b2f23;
}
.fk-news-form input[type="email"]:focus {
  outline: none;
  border-color: #b48a5a;
}
.fk-news-note {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #8a7c69;
  letter-spacing: 0.04em;
}

/* Before / After (already exists; reinforce) */
.fk-ba { padding: 80px 0; background: #fff; }
.fk-ba .fk-container { text-align: center; }
.fk-ba-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.fk-ba-side {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #f5efe5;
}
.fk-ba-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fk-ba-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255,255,255,0.92);
  color: #3b2f23;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 2;
}

/* Footer enhancements */
.site-footer { background: #2a2118; color: #d6c8b4; padding: 60px 0 24px; }
.site-footer .fk-foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
  gap: 40px;
  margin-bottom: 40px;
}
.site-footer h5 {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f6efe2;
  margin: 0 0 18px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; font-family: 'Inter', sans-serif; font-size: 14px; }
.site-footer a { color: #d6c8b4; text-decoration: none; transition: color 0.2s ease; }
.site-footer a:hover { color: #b48a5a; }
.fk-foot-about { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.7; color: #d6c8b4; margin-bottom: 18px; }
.fk-foot-social {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.fk-foot-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d6c8b4;
  transition: background 0.2s ease, color 0.2s ease;
}
.fk-foot-social a:hover { background: #b48a5a; color: #fff; }
.fk-foot-social svg { width: 16px; height: 16px; display: block; }
.fk-foot-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.fk-foot-pay span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 44px;
  padding: 0 8px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #f6efe2;
}
.fk-foot-copy {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #a89b88;
  letter-spacing: 0.04em;
}

/* Responsive */
@media (max-width: 1024px) {
  .fk-best-grid, .fk-grid-list { grid-template-columns: repeat(3, 1fr); }
  .fk-story-grid, .fk-coll-grid { grid-template-columns: 1fr; }
  .fk-trust-grid { grid-template-columns: 1fr; gap: 36px; }
  .fk-test-grid { grid-template-columns: 1fr; gap: 24px; }
  .fk-sale-box { flex-direction: column; text-align: center; padding: 44px 32px; }
  .fk-foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .fk-section { padding: 56px 0; }
  .fk-best-grid, .fk-grid-list { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .fk-ba-compare { grid-template-columns: 1fr; gap: 18px; }
  .fk-hero-arrow { width: 40px; height: 40px; font-size: 16px; }
  .fk-hero-prev { left: 12px; }
  .fk-hero-next { right: 12px; }
  .fk-news-form { flex-direction: column; }
  .fk-news-form input[type="email"] { width: 100%; }
  .fk-foot-grid { grid-template-columns: 1fr; }
  .fk-best-head { flex-direction: column; align-items: flex-start; }
}

/* === v3 appended 2026-09-05 14:27 === */
/* === v3 icon / cache-safe patch === */

/* Global SVG safety: never let icon SVGs explode if CSS fails to load */
svg:not([width]):not([height]) { max-width: 100%; height: auto; }
.fk-section svg { max-width: 100%; height: auto; display: inline-block; vertical-align: middle; }

/* Testimonial stars */
.fk-test-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 14px;
  color: #d8a85a;
  font-size: 0;
  line-height: 0;
}
.fk-star {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
}

/* Trust badge icons already sized; keep constrained */
.fk-trust-icon svg { width: 100%; height: 100%; display: block; }

/* Hero arrows are text entities */
.fk-hero-arrow { font-size: 18px; line-height: 1; }

/* Story / collection inline arrows */
.fk-story-link, .fk-coll-cta { font-size: inherit; }
.fk-story-link::after, .fk-coll-cta::after { font-size: inherit; }

/* Footer social safety */
.fk-foot-social svg { width: 16px; height: 16px; display: block; }

/* WooCommerce default SVG icons safety */
.woocommerce svg, .star-rating svg, .wc-block-grid__product svg { max-width: 1em; max-height: 1em; }

/* === mobile fixes 2026-09-07 === */

/* Override any legacy fixed height on collection cards so aspect-ratio works */
.fk-section.fk-coll .fk-coll-card { height: auto; }

@media (max-width: 1024px) {
  /* Match desktop specificity so responsive rules actually win */
  .site-footer .fk-foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 768px) {
  /* Footer: force single column and tame text */
  .site-footer .fk-foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer { padding: 40px 0 20px; }
  .site-footer .fk-foot-grid li,
  .site-footer .fk-foot-grid a[href^="mailto:"] { word-break: break-word; overflow-wrap: anywhere; }

  /* Collection cards: shorter, smaller text on phones */
  .fk-section.fk-coll .fk-coll-grid { grid-template-columns: 1fr; gap: 18px; }
  .fk-section.fk-coll .fk-coll-card { aspect-ratio: 16 / 10; border-radius: 12px; }
  .fk-section.fk-coll .fk-coll-content { padding: 22px; }
  .fk-section.fk-coll .fk-coll-content h3 { font-size: 22px; margin-bottom: 8px; }
  .fk-section.fk-coll .fk-coll-cta { font-size: 12px; }

  /* Slightly smaller social icons on mobile */
  .fk-foot-social a { width: 32px; height: 32px; }
  .fk-foot-social svg { width: 14px; height: 14px; }
}
