/*
Theme Name: Forever Co
Description: Tema hijo de Storefront para Forever Co — organización de propuestas, bodas y eventos románticos.
Author: Forever Co
Template: storefront
Version: 1.0.0
Text Domain: forever-co
*/

:root {
  --fc-accent: #931212;
  --fc-accent-dark: #6f0d0d;
  --fc-bg: #f4f4f4;
  --fc-ink: #2b2c2d;
}

body {
  background: var(--fc-bg);
  color: var(--fc-ink);
  font-family: "Century Gothic", Futura, "Avenir Next", Avenir, sans-serif;
}

h1, h2, h3, h4, .site-title, .site-title a {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--fc-ink);
}

a {
  color: var(--fc-accent);
}

/* Header */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e0dd;
}

.site-branding img {
  max-height: 60px;
  width: auto;
}

/* Buttons: cart, checkout, add to cart, submit */
.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce a.add_to_cart_button,
.woocommerce a.single_add_to_cart_button {
  background-color: var(--fc-accent) !important;
  color: #fff !important;
  border: none;
  border-radius: 2px;
}

.button:hover,
button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.single_add_to_cart_button:hover {
  background-color: var(--fc-accent-dark) !important;
}

.price ins,
.price > .amount,
.woocommerce-Price-amount {
  color: var(--fc-ink);
}

/* Product star ratings keep WooCommerce default gold */

/* ---- Hero (front page): imagen de fondo + caja de texto, como en Shopify ---- */
.fc-hero {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-color: #2b2c2d;
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem;
}

.fc-hero-box {
  position: relative;
  z-index: 1;
  background: rgba(20, 18, 17, .55);
  color: #fff;
  padding: 2rem 2.25rem;
  max-width: 520px;
}

.fc-hero-box .fc-eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .75rem;
  color: #fff;
  opacity: .9;
  font-weight: 700;
  margin-bottom: .6rem;
}

.fc-hero-box h1 {
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
  margin: 0;
  color: #fff;
  text-wrap: balance;
}

/* ---- Barra negra: frase + botón de Whatsapp ---- */
.fc-quote-bar {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1.85rem 1.5rem;
}

.fc-quote-bar p {
  margin: 0 0 1rem;
  font-style: italic;
  opacity: .9;
}

.fc-quote-bar .fc-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--fc-accent);
  color: #fff !important;
  padding: .75rem 1.75rem;
  border-radius: 2px;
  font-weight: 700;
  text-decoration: none;
}

.fc-quote-bar .fc-whatsapp-btn:hover {
  background: var(--fc-accent-dark);
}

/* ---- Nuestros Servicios: carrusel de tarjetas con foto ---- */
.fc-services-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 3.5rem;
}

.fc-services-section h2 {
  text-align: center;
  margin: 0 0 2rem;
}

.fc-services-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: .5rem;
}

.fc-service-card {
  position: relative;
  flex: 0 0 220px;
  height: 300px;
  scroll-snap-align: start;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  text-decoration: none;
}

.fc-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0) 55%);
}

.fc-service-card span {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-weight: 700;
  padding: 1.1rem;
  font-size: 1.02rem;
  text-wrap: balance;
}

/* ---- Floating WhatsApp button (site-wide) ---- */
.fc-whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}

.fc-whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

@media (max-width: 600px) {
  .fc-hero { padding: 3.5rem 1.25rem 3rem; }
}
