/*
Theme Name: C. Fine Cigars
Theme URI: https://cfinecigars.com
Description: Custom child theme of Astra. Vegas-meets-Sicilian-dinner-table aesthetic.
Author: C. Fine Cigars
Version: 0.2.0
Template: astra
*/

:root {
  --cfc-oxblood: #6b1620;
  --cfc-oxblood-deep: #3a0c12;
  --cfc-gold: #c9a35a;
  --cfc-gold-bright: #e8c77a;
  --cfc-gold-deep: #8a6a2e;
  --cfc-ivory: #f2ead9;
  --cfc-cream: #e6d9b8;
  --cfc-black: #0d0a0c;
  --cfc-charcoal: #1a1416;
  --cfc-muted: #8a7a6a;
}

/* ---------- Global ---------- */
html, body {
  background-color: var(--cfc-black);
}
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cfc-ivory);
  font-size: 17px;
  line-height: 1.65;
}
.ast-container,
.site-content .ast-container,
.entry-content { background: transparent; }

h1, h2, h3, h4, h5, h6,
.site-title, .ast-site-title,
.site-title a, .ast-site-title a {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500;
  color: var(--cfc-ivory);
  letter-spacing: 0.01em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 400; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 400; }

a { color: var(--cfc-gold); text-decoration: none; }
a:hover { color: var(--cfc-gold-bright); }

/* ---------- Header (beat Astra specificity) ---------- */
body,
body.ast-theme-transparent-header,
.ast-theme-transparent-header .main-header-bar-wrap .main-header-bar,
.main-header-bar-wrap,
.main-header-bar,
.ast-primary-header-bar,
.site-header,
header.site-header {
  background-color: var(--cfc-black) !important;
  background-image: linear-gradient(180deg, #16100f 0%, #0d0a0c 100%) !important;
}
.main-header-bar {
  border-bottom: 1px solid var(--cfc-gold-deep) !important;
  box-shadow: 0 1px 0 rgba(201,163,90,0.25), 0 4px 22px rgba(0,0,0,0.6);
}

.site-header .site-title,
.site-header .site-title a,
.site-header .ast-site-title,
.site-header .ast-site-title a,
.site-header .main-header-menu a,
.ast-primary-header-bar .main-header-menu a {
  color: var(--cfc-ivory) !important;
  font-family: "Cinzel", "Cormorant Garamond", serif !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.site-header .site-title a:hover,
.site-header .main-header-menu a:hover {
  color: var(--cfc-gold-bright) !important;
  text-shadow: 0 0 12px rgba(232,199,122,0.35);
}

/* ---------- Buttons ---------- */
.wp-block-button__link,
button.wp-element-button,
input[type="submit"],
.ast-custom-button,
.woocommerce a.button,
.woocommerce button.button {
  background: linear-gradient(180deg, var(--cfc-oxblood) 0%, var(--cfc-oxblood-deep) 100%) !important;
  color: var(--cfc-gold-bright) !important;
  border: 1px solid var(--cfc-gold) !important;
  border-radius: 2px !important;
  padding: 0.95em 2.2em !important;
  font-family: "Cinzel", "Inter", sans-serif !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-size: 0.82rem !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 0 rgba(0,0,0,0.4), inset 0 1px 0 rgba(232,199,122,0.1);
}
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: linear-gradient(180deg, var(--cfc-gold) 0%, var(--cfc-gold-deep) 100%) !important;
  color: var(--cfc-black) !important;
  box-shadow: 0 0 24px rgba(232,199,122,0.45);
}

/* ---------- Hero ---------- */
.cfc-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
  text-align: center;
  background:
    radial-gradient(ellipse at center, rgba(107,22,32,0.25) 0%, rgba(13,10,12,0) 55%),
    radial-gradient(ellipse at 80% 20%, rgba(201,163,90,0.08) 0%, rgba(13,10,12,0) 50%),
    linear-gradient(180deg, #0d0a0c 0%, #1a1416 100%);
  overflow: hidden;
}
.cfc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.8 0 0 0 0 0.65 0 0 0 0 0.4 0 0 0 0.15 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.35;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.cfc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
  pointer-events: none;
}
.cfc-hero-inner { position: relative; z-index: 2; max-width: 900px; }

.cfc-monogram {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin: 0 auto 2rem;
  filter: drop-shadow(0 0 18px rgba(232,199,122,0.35));
}

.cfc-hero-eyebrow {
  font-family: "Cinzel", serif;
  letter-spacing: 0.45em;
  color: var(--cfc-gold-bright);
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.cfc-hero h1 {
  font-family: "Cormorant Garamond", serif !important;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 1.05;
  color: var(--cfc-ivory);
  margin: 0 0 0.8rem;
  text-shadow: 0 2px 30px rgba(0,0,0,0.6);
}
.cfc-hero h1 .amp {
  color: var(--cfc-gold-bright);
  font-style: italic;
}

.cfc-hero-sub {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: var(--cfc-cream);
  max-width: 620px;
  margin: 0 auto 2.5rem;
  line-height: 1.5;
  opacity: 0.92;
}

.cfc-hero-cta {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cfc-btn {
  display: inline-block;
  background: linear-gradient(180deg, var(--cfc-oxblood) 0%, var(--cfc-oxblood-deep) 100%);
  color: var(--cfc-gold-bright);
  border: 1px solid var(--cfc-gold);
  padding: 1em 2.4em;
  font-family: "Cinzel", serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: all 0.25s ease;
  text-decoration: none;
}
.cfc-btn:hover {
  background: linear-gradient(180deg, var(--cfc-gold) 0%, var(--cfc-gold-deep) 100%);
  color: var(--cfc-black);
  box-shadow: 0 0 30px rgba(232,199,122,0.45);
}
.cfc-btn-ghost {
  background: transparent;
  color: var(--cfc-ivory);
}
.cfc-btn-ghost:hover {
  background: rgba(201,163,90,0.08);
  color: var(--cfc-gold-bright);
}

/* ---------- Deco dividers ---------- */
.cfc-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem auto;
  color: var(--cfc-gold);
}
.cfc-divider::before,
.cfc-divider::after {
  content: "";
  flex: 0 0 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cfc-gold), transparent);
}

/* ---------- Sections ---------- */
.cfc-section {
  padding: 6rem 2rem;
  background: linear-gradient(180deg, #1a1416 0%, #0d0a0c 100%);
  text-align: center;
}
.cfc-section-light {
  background: linear-gradient(180deg, #1f1619 0%, #17100f 100%);
}
.cfc-section h2 {
  color: var(--cfc-gold-bright);
  font-style: italic;
}
.cfc-section .cfc-eyebrow {
  font-family: "Cinzel", serif;
  letter-spacing: 0.45em;
  color: var(--cfc-gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.cfc-section p {
  max-width: 680px;
  margin: 0 auto 1rem;
  color: var(--cfc-cream);
  font-size: 1.1rem;
  line-height: 1.7;
}
.cfc-section p em { color: var(--cfc-gold-bright); font-style: italic; }

.cfc-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 3rem auto 0;
  text-align: left;
}
.cfc-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(201,163,90,0.25);
  padding: 2.2rem 1.8rem;
  position: relative;
  transition: all 0.3s ease;
}
.cfc-card:hover {
  border-color: var(--cfc-gold);
  background: rgba(201,163,90,0.05);
  transform: translateY(-2px);
}
.cfc-card h3 {
  color: var(--cfc-gold-bright);
  font-size: 1.6rem;
  margin: 0 0 0.8rem;
  font-style: italic;
}
.cfc-card p {
  color: var(--cfc-cream);
  font-size: 0.98rem;
  margin: 0;
}

/* ---------- Footer ---------- */
.site-footer,
footer.site-footer,
.ast-footer-copyright,
.footer-primary,
.footer-sml-layout-1 {
  background: linear-gradient(180deg, #0d0a0c 0%, #000 100%) !important;
  color: var(--cfc-cream) !important;
  border-top: 1px solid var(--cfc-gold-deep);
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.site-footer a, .ast-footer-copyright a {
  color: var(--cfc-gold) !important;
}

/* ---------- WooCommerce tweaks ---------- */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--cfc-gold-bright) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
}

/* ---------- Mobile ---------- */
@media (max-width: 640px) {
  .cfc-hero { min-height: 80vh; padding: 3rem 1.2rem; }
  .cfc-section { padding: 4rem 1.2rem; }
  .cfc-hero-cta { flex-direction: column; align-items: stretch; }
}

/* ---------- Page title hide + layout cleanup ---------- */
.home .entry-header,
.home h1.entry-title,
.home .page-title,
body.page-id-11 .entry-header,
body.page-id-11 h1.entry-title {
  display: none !important;
}
.home .site-content,
body.page-id-11 .site-content {
  padding: 0 !important;
  margin: 0 !important;
}
.home .ast-container,
body.page-id-11 .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.home article,
body.page-id-11 article {
  background: transparent !important;
}

/* Remove stray white footer bg */
.site-content-contained,
.site .ast-theme-transparent-header,
.site,
#page {
  background-color: var(--cfc-black) !important;
}
.site-below-footer-wrap,
.ast-builder-footer-grid-columns,
.ast-footer-overlay,
.footer-width-fixer,
.below-footer-bar {
  background-color: var(--cfc-black) !important;
}

/* Hero should go edge to edge */
.cfc-hero, .cfc-section {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50%);
}

/* ---------- Hero with photo bg ---------- */
.cfc-hero-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ---------- Split section (Tony) ---------- */
.cfc-section-split { padding: 0; }
.cfc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 85vh;
  background: var(--cfc-charcoal);
}
.cfc-split-photo {
  position: relative;
  overflow: hidden;
  background: #000;
}
.cfc-split-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}
.cfc-split-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(13,10,12,0.55) 0%, rgba(13,10,12,0) 40%, rgba(13,10,12,0) 70%, rgba(13,10,12,0.45) 100%);
}
.cfc-split-caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--cfc-gold-bright);
  font-family: "Cinzel", serif;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  text-transform: uppercase;
  z-index: 2;
}
.cfc-split-text {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.cfc-split-text .cfc-eyebrow {
  text-align: left;
}
.cfc-split-text h2 { text-align: left; }
.cfc-split-text p { margin-left: 0; max-width: none; }
.cfc-divider-left::before {
  flex: 0 0 60px;
  background: linear-gradient(90deg, var(--cfc-gold), transparent);
}
.cfc-divider-left::after { display: none; }
.cfc-divider-left { justify-content: flex-start; margin-left: 0; }

@media (max-width: 900px) {
  .cfc-split { grid-template-columns: 1fr; }
  .cfc-split-photo { min-height: 55vh; }
  .cfc-split-text { padding: 4rem 1.5rem; text-align: center; }
  .cfc-split-text .cfc-eyebrow, .cfc-split-text h2 { text-align: center; }
  .cfc-divider-left { justify-content: center; }
}

/* ---------- Evenings / weekly ---------- */
.cfc-section-evenings {
  background:
    radial-gradient(ellipse at center top, rgba(107,22,32,0.25) 0%, rgba(13,10,12,0) 60%),
    linear-gradient(180deg, #0d0a0c 0%, #1a1416 100%);
}
.cfc-week {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 2.5rem auto 1.5rem;
}
.cfc-night {
  padding: 2rem 1.5rem;
  border: 1px solid rgba(201,163,90,0.3);
  background: rgba(255,255,255,0.02);
  text-align: center;
}
.cfc-night-highlight {
  background: linear-gradient(180deg, rgba(107,22,32,0.3) 0%, rgba(58,12,18,0.3) 100%);
  border-color: var(--cfc-gold);
  box-shadow: 0 0 30px rgba(201,163,90,0.15);
}
.cfc-day {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  color: var(--cfc-gold);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.cfc-night-highlight .cfc-day { color: var(--cfc-gold-bright); }
.cfc-what {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--cfc-ivory);
  line-height: 1.3;
}
.cfc-what small {
  display: block;
  font-size: 0.85rem;
  color: var(--cfc-gold-bright);
  font-style: italic;
  margin-top: 0.3rem;
  letter-spacing: 0.04em;
}
.cfc-fine-print {
  font-family: "Cormorant Garamond", serif !important;
  font-style: italic !important;
  color: var(--cfc-gold-bright) !important;
  letter-spacing: 0.04em;
  margin-top: 1.5rem !important;
}

@media (max-width: 700px) {
  .cfc-week { grid-template-columns: 1fr; }
}

/* ---------- Gallery ---------- */
.cfc-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1200px;
  margin: 3rem auto 0;
}
.cfc-gallery-item {
  position: relative;
  overflow: hidden;
  background: #000;
  aspect-ratio: 4/5;
  grid-column: span 1;
  text-decoration: none;
}
.cfc-gallery-wide {
  grid-column: span 4;
  aspect-ratio: 21/9;
}
.cfc-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: saturate(0.8) brightness(0.8);
}
.cfc-gallery-item:hover img {
  transform: scale(1.04);
  filter: saturate(1.0) brightness(1.0);
}
.cfc-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.7) 100%);
  pointer-events: none;
}
.cfc-gallery-label {
  position: absolute;
  bottom: 1rem;
  left: 1.2rem;
  color: var(--cfc-gold-bright);
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  text-transform: uppercase;
  z-index: 2;
}

@media (max-width: 900px) {
  .cfc-gallery { grid-template-columns: repeat(2, 1fr); }
  .cfc-gallery-item, .cfc-gallery-wide { grid-column: span 1; aspect-ratio: 4/5; }
  .cfc-gallery-wide { aspect-ratio: 16/9; }
}

/* ---------- La Famiglia feature ---------- */
.cfc-family-feature {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 3rem auto 0;
}
.cfc-family-feature figure {
  position: relative;
  margin: 0;
  background: var(--cfc-black);
  overflow: hidden;
}
.cfc-family-feature figcaption {
  position: absolute;
  bottom: 1.2rem;
  left: 1.3rem;
  color: var(--cfc-gold-bright);
  font-family: "Cinzel", serif;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  background: rgba(13,10,12,0.55);
  backdrop-filter: blur(4px);
}
.cfc-family-primary img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.cfc-family-secondary figure img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  .cfc-family-feature { grid-template-columns: 1fr; }
}

/* ---------- Reviews ---------- */
.cfc-section-reviews {
  background: linear-gradient(180deg, #1a1416 0%, #0d0a0c 100%);
}
.cfc-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 3rem auto 0;
}
.cfc-review {
  margin: 0;
  padding: 2rem 1.8rem;
  background: rgba(255,255,255,0.02);
  border-left: 2px solid var(--cfc-gold);
  text-align: left;
  position: relative;
}
.cfc-review::before {
  content: "\201C";
  position: absolute;
  top: -0.5rem;
  left: 1.2rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 4rem;
  color: var(--cfc-gold);
  line-height: 1;
  opacity: 0.6;
}
.cfc-stars {
  display: block;
  color: var(--cfc-gold-bright);
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.8rem;
}
.cfc-review p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.5;
  color: var(--cfc-cream);
  margin: 0 0 1rem 0;
  max-width: none;
}
.cfc-review cite {
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: var(--cfc-gold);
  text-transform: uppercase;
  font-style: normal;
}
.cfc-fine-print a {
  color: var(--cfc-gold-bright) !important;
  font-family: "Cinzel", serif;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  text-transform: uppercase;
}

/* ---------- Visit block ---------- */
.cfc-visit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 2.5rem auto 0;
}
.cfc-visit-block {
  padding: 1.5rem;
  border: 1px solid rgba(201,163,90,0.25);
  background: rgba(255,255,255,0.02);
}
.cfc-visit-label {
  font-family: "Cinzel", serif;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  color: var(--cfc-gold);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.cfc-visit-block p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--cfc-ivory);
  margin: 0;
  max-width: none;
}
.cfc-visit-block a {
  color: var(--cfc-gold-bright);
  text-decoration: none;
}
.cfc-visit-block a:hover { color: var(--cfc-ivory); }

/* ---------- Footer clean-up ---------- */
.ast-footer-copyright,
.ast-below-footer-section-1 {
  padding: 2rem 1.5rem !important;
  text-align: center;
}
.ast-footer-copyright p {
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}
.ast-footer-copyright a {
  color: var(--cfc-gold-bright) !important;
  text-decoration: none;
}
.cfc-footer-line {
  color: var(--cfc-ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.3rem;
}
.cfc-footer-tag {
  color: var(--cfc-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}
.cfc-footer-tag em {
  color: var(--cfc-gold-bright);
  font-style: italic;
}

/* Kill the "Powered by Astra" boilerplate text if it shows anyway */
.ast-footer-copyright p:has(a[href*="wpastra"]),
.ast-footer-copyright a[href*="wpastra"],
.ast-footer-copyright a[href*="wpastra"] ~ * {
  display: none !important;
}

/* ---------- Branded injected footer ---------- */
.cfc-site-footer {
  background: linear-gradient(180deg, #0d0a0c 0%, #000 100%);
  border-top: 1px solid rgba(201,163,90,0.3);
  padding: 2.2rem 1.5rem;
  text-align: center;
}
.cfc-site-footer .cfc-footer-line {
  color: var(--cfc-ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.02rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}
.cfc-site-footer .cfc-footer-tag {
  color: var(--cfc-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}
.cfc-site-footer .cfc-footer-tag em {
  color: var(--cfc-gold-bright);
  font-style: italic;
}
.cfc-site-footer a {
  color: var(--cfc-gold-bright) !important;
  text-decoration: none;
}
/* Collapse Astra's default empty footer */
.ast-below-footer-section-1,
.ast-below-footer-section-2,
.footer-sml-layout-1,
.footer-width-fixer { padding: 0 !important; min-height: 0 !important; }
.site-below-footer-wrap { padding: 0 !important; }

/* ---------- La Famiglia layout override: 1 big + 3 small ---------- */
.cfc-family-secondary {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
}
.cfc-family-secondary figure {
  margin: 0;
  position: relative;
  background: var(--cfc-black);
  overflow: hidden;
}
.cfc-family-secondary figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
}
.cfc-family-feature {
  grid-template-columns: 1.25fr 1fr;
}
@media (max-width: 900px) {
  .cfc-family-feature { grid-template-columns: 1fr; }
  .cfc-family-secondary { grid-template-rows: none; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
  .cfc-family-secondary figure:last-child { grid-column: span 2; }
}

/* ---------- La Famiglia v3: banner on top, 3 tiles below ---------- */
.cfc-family-feature {
  display: block !important;
  grid-template-columns: none !important;
  max-width: 1200px;
  margin: 3rem auto 0;
}
.cfc-family-banner {
  position: relative;
  margin: 0 0 1.2rem 0;
  background: var(--cfc-black);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.cfc-family-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cfc-family-banner figcaption {
  position: absolute;
  bottom: 1.2rem;
  left: 1.3rem;
  color: var(--cfc-gold-bright);
  font-family: "Cinzel", serif;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  background: rgba(13,10,12,0.55);
  backdrop-filter: blur(4px);
}
.cfc-family-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.cfc-family-row figure {
  position: relative;
  margin: 0;
  background: var(--cfc-black);
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.cfc-family-row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cfc-family-row figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: var(--cfc-gold-bright);
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  background: rgba(13,10,12,0.6);
  backdrop-filter: blur(4px);
}
@media (max-width: 800px) {
  .cfc-family-row { grid-template-columns: 1fr 1fr; }
  .cfc-family-row figure:last-child { grid-column: span 2; aspect-ratio: 16/9; }
}

/* ---------- About page ---------- */
.cfc-about-hero {
  min-height: 70vh;
  background:
    radial-gradient(ellipse at center, rgba(107,22,32,0.25) 0%, rgba(13,10,12,0) 55%),
    linear-gradient(180deg, #0d0a0c 0%, #1a1416 100%);
}
.cfc-about-hero h1 {
  font-family: "Cormorant Garamond", serif !important;
  font-style: italic;
  font-size: clamp(2.8rem, 6vw, 5rem);
  color: var(--cfc-ivory);
}
.cfc-about-hero h1 em {
  color: var(--cfc-gold-bright);
  font-style: italic;
}

/* Flip direction for alternate split sections */
.cfc-split-reverse .cfc-split {
  grid-template-columns: 1fr 1fr;
}
.cfc-split-reverse .cfc-split-text { order: 1; }
.cfc-split-reverse .cfc-split-photo { order: 2; }
@media (max-width: 900px) {
  .cfc-split-reverse .cfc-split-text { order: 2; }
  .cfc-split-reverse .cfc-split-photo { order: 1; }
}

.cfc-about-banner {
  max-width: 1100px;
  margin: 2.5rem auto 0;
  position: relative;
  overflow: hidden;
  background: var(--cfc-black);
  aspect-ratio: 16/9;
}
.cfc-about-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hide default page title on About page */
.page-id-30 .entry-header,
.page-id-30 h1.entry-title { display: none !important; }
.page-id-30 .site-content,
.page-id-30 .ast-container { padding: 0 !important; max-width: 100% !important; margin: 0 !important; }
.page-id-30 article { background: transparent !important; }

/* Tony + son: preserve full frame, no head-cropping */
.cfc-split-reverse .cfc-split-photo img {
  object-fit: contain !important;
  object-position: center center !important;
  background: var(--cfc-black);
  padding: 1.5rem;
}
.cfc-split-reverse .cfc-split-photo {
  background: var(--cfc-charcoal);
}

/* ---------- Tony + son full-frame, mobile-safe ---------- */
.cfc-split-reverse .cfc-split-photo,
.cfc-split-reverse figure.cfc-split-photo {
  background: var(--cfc-charcoal);
  min-height: 0 !important;
  aspect-ratio: 3 / 5;
  max-height: 90vh;
}
.cfc-split-reverse .cfc-split-photo img,
.cfc-split-reverse figure.cfc-split-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 1rem;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .cfc-split-reverse .cfc-split-photo,
  .cfc-split-reverse figure.cfc-split-photo {
    min-height: 80vh !important;
    aspect-ratio: auto;
  }
}

/* ---------- Tony + son: generous matted frame so the photo feels
   displayed, not pressed against the edge ---------- */
.cfc-split-reverse .cfc-split-photo,
.cfc-split-reverse figure.cfc-split-photo {
  padding: 3rem 3rem 2rem 3rem !important;
  aspect-ratio: auto !important;
  min-height: 70vh;
  max-height: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.cfc-split-reverse .cfc-split-photo img,
.cfc-split-reverse figure.cfc-split-photo img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 70vh !important;
  object-fit: contain !important;
  padding: 0 !important;
  display: block;
}
.cfc-split-reverse .cfc-split-caption {
  bottom: 0.8rem !important;
  left: 50% !important;
  transform: translateX(-50%);
}

@media (max-width: 900px) {
  .cfc-split-reverse .cfc-split-photo,
  .cfc-split-reverse figure.cfc-split-photo {
    padding: 2rem !important;
    min-height: 0 !important;
  }
  .cfc-split-reverse .cfc-split-photo img {
    max-height: 70vh !important;
  }
}

/* Tony + son: refined — user cropped to correct framing */
.cfc-split-reverse .cfc-split-photo,
.cfc-split-reverse figure.cfc-split-photo {
  padding: 1.2rem !important;
  min-height: 0 !important;
}
.cfc-split-reverse .cfc-split-photo img,
.cfc-split-reverse figure.cfc-split-photo img {
  max-height: 75vh !important;
}

/* ---------- Navigation polish (desktop + mobile dropdown) ---------- */
/* Desktop nav spacing */
.main-header-menu li.menu-item {
  margin: 0 1rem;
}
.main-header-menu li.menu-item a {
  color: var(--cfc-ivory) !important;
  font-family: "Cinzel", serif !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.88rem;
  padding: 1.2rem 0.4rem;
  position: relative;
  transition: color 0.2s ease;
}
.main-header-menu li.menu-item a:hover,
.main-header-menu li.menu-item.current-menu-item a {
  color: var(--cfc-gold-bright) !important;
}
.main-header-menu li.menu-item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  height: 1px;
  width: 0;
  background: var(--cfc-gold);
  transform: translateX(-50%);
  transition: width 0.25s ease;
}
.main-header-menu li.menu-item a:hover::after,
.main-header-menu li.menu-item.current-menu-item a::after {
  width: 70%;
}

/* Hamburger button: ensure it's visible + branded */
.ast-mobile-menu-trigger-minimal,
.menu-toggle.main-header-menu-toggle {
  color: var(--cfc-gold) !important;
  background: transparent !important;
  border: 1px solid rgba(201,163,90,0.4) !important;
  border-radius: 2px;
  padding: 0.45rem 0.6rem;
}
.ast-mobile-menu-trigger-minimal svg,
.menu-toggle svg {
  fill: var(--cfc-gold-bright) !important;
}

/* Mobile drawer */
@media (max-width: 920px) {
  #ast-mobile-site-navigation,
  .ast-mobile-header-content,
  .main-header-menu.stack-on-mobile {
    background: var(--cfc-black) !important;
    border-top: 1px solid rgba(201,163,90,0.25);
  }
  #ast-mobile-site-navigation .main-header-menu li.menu-item {
    margin: 0;
    border-bottom: 1px solid rgba(201,163,90,0.12);
  }
  #ast-mobile-site-navigation .main-header-menu li.menu-item a {
    padding: 1.1rem 1.5rem;
    font-size: 1rem;
    text-align: left;
    display: block;
  }
  #ast-mobile-site-navigation .main-header-menu li.menu-item a::after {
    display: none;
  }
  /* Open state */
  .ast-mobile-menu-buttons-fill .menu-toggle.toggled {
    background: rgba(201,163,90,0.1) !important;
  }
}

/* Submenu (dropdown) when present */
.main-header-menu .sub-menu {
  background: var(--cfc-black) !important;
  border: 1px solid rgba(201,163,90,0.25);
  box-shadow: 0 6px 24px rgba(0,0,0,0.6);
  padding: 0.5rem 0 !important;
}
.main-header-menu .sub-menu li.menu-item a {
  padding: 0.7rem 1.2rem !important;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
}

/* ---------- Visit page ---------- */
.cfc-visit-hero { min-height: 60vh; }
.cfc-visit-hero h1 em { color: var(--cfc-gold-bright); font-style: italic; }

.cfc-visit-map-section { background: var(--cfc-black); }
.cfc-visit-map-wrap {
  width: 100%;
  position: relative;
  aspect-ratio: 21/9;
  max-height: 70vh;
  background: var(--cfc-black);
  border-top: 1px solid rgba(201,163,90,0.3);
  border-bottom: 1px solid rgba(201,163,90,0.3);
}
.cfc-visit-map {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.3) contrast(0.95);
}
@media (max-width: 800px) {
  .cfc-visit-map-wrap { aspect-ratio: 4/3; }
}

/* Hide default page title on Visit page */
.page-id-35 .entry-header,
.page-id-35 h1.entry-title { display: none !important; }
.page-id-35 .site-content,
.page-id-35 .ast-container { padding: 0 !important; max-width: 100% !important; margin: 0 !important; }
.page-id-35 article { background: transparent !important; }

/* ---------- C. Fine Cigars logo (replaces SVG monogram) ---------- */
.cfc-logo {
  display: block;
  width: 240px;
  max-width: 70vw;
  height: auto;
  margin: 0 auto 1.6rem;
  border-radius: 4px;
  filter: drop-shadow(0 0 28px rgba(232,199,122,0.18));
}
@media (max-width: 600px) {
  .cfc-logo { width: 200px; }
}

/* Header brand: replace the "C. FINE CIGARS" text with the logo */
.site-header .ast-site-title-wrap a.site-logo-img,
.site-branding .site-logo-img { padding: 0.4rem 0; }

/* Logo replaces site title text */
.site-header .site-title,
.site-header .ast-site-title,
.site-header .ast-site-identity > .site-title { display: none !important; }

.site-header .site-logo-img img,
.site-header .custom-logo,
.site-branding img.custom-logo {
  max-height: 64px !important;
  width: auto !important;
  filter: drop-shadow(0 0 12px rgba(232,199,122,0.18));
}

/* Center the hero logo and let its glow bleed naturally */
.cfc-hero-inner .cfc-logo {
  background: transparent !important;
  border-radius: 0 !important;
  width: 280px;
  filter: drop-shadow(0 0 36px rgba(232,199,122,0.28));
}

/* ---------- Leaflet map (Visit page) ---------- */
#cfc-leaflet-map {
  width: 100%;
  height: 100%;
  background: var(--cfc-black);
  /* Subtle desaturate + warm vignette to match brand */
  filter: saturate(0.7) contrast(0.95) brightness(0.95);
}

/* Custom logo marker glow */
.cfc-map-marker {
  filter: drop-shadow(0 0 12px rgba(232,199,122,0.55))
          drop-shadow(0 4px 8px rgba(0,0,0,0.6));
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13,10,12,0.5) 0%, rgba(13,10,12,0) 60%);
}

/* Popup styling — match brand */
.leaflet-popup-content-wrapper {
  background: var(--cfc-black) !important;
  color: var(--cfc-ivory) !important;
  border: 1px solid var(--cfc-gold) !important;
  border-radius: 2px !important;
  font-family: "Cormorant Garamond", serif !important;
  box-shadow: 0 6px 24px rgba(0,0,0,0.6) !important;
}
.leaflet-popup-content {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  margin: 0.9rem 1.1rem !important;
}
.leaflet-popup-content strong {
  color: var(--cfc-gold-bright);
  font-family: "Cinzel", serif;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}
.leaflet-popup-tip {
  background: var(--cfc-gold) !important;
}
.leaflet-popup-close-button {
  color: var(--cfc-gold-bright) !important;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: var(--cfc-ivory) !important;
}
/* Zoom buttons match brand */
.leaflet-control-zoom a {
  background: var(--cfc-black) !important;
  color: var(--cfc-gold-bright) !important;
  border: 1px solid rgba(201,163,90,0.4) !important;
}
.leaflet-control-zoom a:hover {
  background: var(--cfc-charcoal) !important;
  color: var(--cfc-ivory) !important;
}
.leaflet-control-attribution {
  background: rgba(13,10,12,0.7) !important;
  color: var(--cfc-cream) !important;
  font-size: 0.7rem !important;
}
.leaflet-control-attribution a {
  color: var(--cfc-gold) !important;
}

/* ---------- SVG pin marker (replaces photo logo on map) ---------- */
.cfc-pin {
  background: transparent !important;
  border: 0 !important;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.55))
          drop-shadow(0 0 10px rgba(232,199,122,0.4));
  transition: transform 0.2s ease;
}
.cfc-pin:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 6px 8px rgba(0,0,0,0.6))
          drop-shadow(0 0 14px rgba(232,199,122,0.6));
}
.cfc-pin svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* Older photo-logo styles no longer apply but keep them harmless */
.cfc-map-marker { background: transparent !important; }

/* ---------- Pull hero content up just below the gold header line ---------- */
.cfc-hero {
  align-items: flex-start !important;
  padding-top: 2.5rem !important;
  min-height: 78vh !important;
}
.cfc-hero-inner {
  padding-top: 0 !important;
}
.cfc-hero .cfc-logo {
  margin-top: 0 !important;
  margin-bottom: 1.4rem !important;
}
@media (max-width: 700px) {
  .cfc-hero {
    padding-top: 1.6rem !important;
    min-height: 72vh !important;
  }
}

/* ---------- Tony + PD section: landscape photo with all 3 visible ---------- */
.cfc-split-cops .cfc-split-photo img {
  object-fit: cover !important;
  object-position: center center !important;
}
@media (max-width: 900px) {
  .cfc-split-cops .cfc-split-photo {
    aspect-ratio: 4/3;
    min-height: 0 !important;
  }
}

/* ---------- Community page (added 2026-05-02) ---------- */
.cfc-hero-community {
  background-size: cover !important;
  background-position: center 35% !important;
  background-repeat: no-repeat !important;
}
.cfc-hero-photo-caption {
  text-align: center;
  color: var(--cfc-gold);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  padding: 1.5rem 1rem;
  background: var(--cfc-charcoal);
  font-size: 1.05rem;
}
.cfc-dept-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  max-width: 100%;
}
.cfc-dept-list li {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  color: var(--cfc-gold-bright);
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(201,163,90,0.2);
  letter-spacing: 0.04em;
}
.cfc-dept-list li:last-child { border-bottom: none; }
.cfc-section-close h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-style: italic;
}
.cfc-split-reverse .cfc-split-text { order: 1; }
.cfc-split-reverse .cfc-split-photo { order: 2; }
@media (max-width: 800px) {
  .cfc-split-reverse .cfc-split-text,
  .cfc-split-reverse .cfc-split-photo { order: initial; }
}

/* Hide default title on community page */
body.page-template-default[class*="page-id-"].community-page .entry-header,
body.community-page h1.entry-title { display: none !important; }

/* ---------- Mobile menu fix (added 2026-05-02) ---------- */
/* Override Astra's white default background on the mobile drawer + ALL its children */
#ast-hf-mobile-menu,
#ast-mobile-header,
.ast-mobile-header-wrap,
.ast-mobile-header-content,
.ast-builder-menu-mobile,
.ast-builder-menu-mobile .ast-builder-menu-1,
.ast-builder-menu-mobile .main-header-menu,
.ast-builder-menu-mobile .ast-nav-menu,
#ast-hf-mobile-menu .menu-item,
#ast-hf-mobile-menu .page_item {
  background: var(--cfc-black) !important;
  background-color: var(--cfc-black) !important;
}

/* Mobile menu links: gold/ivory on black, branded font */
#ast-hf-mobile-menu .menu-link,
#ast-hf-mobile-menu .menu-item a,
#ast-hf-mobile-menu .page_item a,
.ast-builder-menu-mobile .menu-link,
.ast-builder-menu-mobile .main-header-menu a {
  color: var(--cfc-ivory) !important;
  background: transparent !important;
  font-family: "Cinzel", "Cormorant Garamond", serif !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-size: 0.95rem !important;
  padding: 1.1rem 1.5rem !important;
  border-bottom: 1px solid rgba(201,163,90,0.15);
  display: block;
}

/* Hover/focus/current */
#ast-hf-mobile-menu .menu-link:hover,
#ast-hf-mobile-menu .menu-item a:hover,
#ast-hf-mobile-menu .menu-item.current-menu-item > a,
#ast-hf-mobile-menu .page_item.current-menu-item > a,
.ast-builder-menu-mobile .menu-link:hover {
  color: var(--cfc-gold-bright) !important;
  background: rgba(201,163,90,0.06) !important;
  text-shadow: 0 0 10px rgba(232,199,122,0.25);
}

/* Drawer container border */
#ast-hf-mobile-menu {
  border-top: 1px solid var(--cfc-gold-deep) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
}

/* Submenu items inside mobile drawer */
#ast-hf-mobile-menu .sub-menu {
  background: rgba(0,0,0,0.5) !important;
  border-top: 1px solid rgba(201,163,90,0.15);
}
#ast-hf-mobile-menu .sub-menu .menu-link {
  font-size: 0.85rem !important;
  padding-left: 2.5rem !important;
  letter-spacing: 0.12em !important;
}

/* ---------- Humidor page (added 2026-05-02) ---------- */
.cfc-hero-humidor {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Video feature section */
.cfc-section-video { padding: 5rem 2rem; background: linear-gradient(180deg, #0d0a0c 0%, #1a1416 100%); text-align: center; }
.cfc-video-frame {
  max-width: 420px;
  margin: 2rem auto 0;
  position: relative;
  border: 1px solid var(--cfc-gold-deep);
  box-shadow: 0 12px 50px rgba(0,0,0,0.7), 0 0 30px rgba(201,163,90,0.15);
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}
.cfc-video-frame video { display: block; width: 100%; height: auto; }

/* Gallery */
.cfc-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  max-width: 1200px;
  margin: 3rem auto 0;
  padding: 0 1rem;
}
.cfc-gallery-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,163,90,0.2);
  aspect-ratio: 3/4;
  background: #000;
}
.cfc-gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  transition: transform 0.5s ease;
}
.cfc-gallery-item:hover img { transform: scale(1.04); }
.cfc-gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
  color: var(--cfc-gold-bright);
  font-family: "Cinzel", serif;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  text-transform: uppercase;
}

/* Private services */
.cfc-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 3rem auto 0;
  text-align: left;
  padding: 0 1rem;
}
.cfc-service-card {
  background: rgba(20,15,17,0.7);
  border: 1px solid rgba(201,163,90,0.3);
  padding: 2.5rem 2rem;
  position: relative;
  transition: all 0.3s ease;
}
.cfc-service-card:hover {
  border-color: var(--cfc-gold);
  background: rgba(201,163,90,0.05);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}
.cfc-service-card .cfc-service-num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 2.4rem;
  color: var(--cfc-gold);
  margin-bottom: 0.5rem;
  line-height: 1;
}
.cfc-service-card h3 {
  color: var(--cfc-gold-bright);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.7rem;
  margin: 0.3rem 0 1rem;
  font-weight: 500;
}
.cfc-service-card p {
  color: var(--cfc-cream);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

/* Floating music player */
.cfc-music-player {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
  background: linear-gradient(180deg, var(--cfc-charcoal) 0%, var(--cfc-black) 100%);
  border: 1px solid var(--cfc-gold-deep);
  border-radius: 999px;
  padding: 0.6rem 1.1rem 0.6rem 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6), 0 0 18px rgba(201,163,90,0.18);
  cursor: pointer;
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cfc-gold-bright);
  transition: all 0.25s ease;
  user-select: none;
}
.cfc-music-player:hover {
  border-color: var(--cfc-gold);
  box-shadow: 0 8px 30px rgba(0,0,0,0.7), 0 0 28px rgba(201,163,90,0.32);
  transform: translateY(-1px);
}
.cfc-music-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cfc-oxblood);
  border: 1px solid var(--cfc-gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cfc-music-icon svg { width: 12px; height: 12px; fill: var(--cfc-gold-bright); }
.cfc-music-player.is-playing .cfc-music-icon { animation: cfc-pulse 2.5s ease-in-out infinite; }
@keyframes cfc-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,163,90,0.5); }
  50% { box-shadow: 0 0 0 6px rgba(201,163,90,0); }
}
.cfc-music-label-pause { display: none; }
.cfc-music-player.is-playing .cfc-music-label-play { display: none; }
.cfc-music-player.is-playing .cfc-music-label-pause { display: inline; }
@media (max-width: 600px) {
  .cfc-music-player { bottom: 1rem; right: 1rem; padding: 0.5rem 0.9rem 0.5rem 0.55rem; }
}
