/* =========================================================
   DINKY CREEK SITE SYSTEM — DIVI 5 SAFE
   Version 1.2.0
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --dcff-dark: #07110d;
  --dcff-black: #090d0a;
  --dcff-green: #101d17;
  --dcff-green-mid: #1f3a2e;
  --dcff-olive: #4f5840;
  --dcff-gold: #b98a4a;
  --dcff-gold-dark: #9c7139;
  --dcff-gold-light: #d9b882;
  --dcff-cream: #fffdf8;
  --dcff-ivory: #f7f2ea;
  --dcff-beige: #efe4d5;
  --dcff-text: #3a342f;
  --dcff-muted: #756b60;
  --dcff-white: #ffffff;
}

.dcff-home-system, .dcff-home-system *,
.dcff-header-2026, .dcff-header-2026 *,
.dcff-global-footer, .dcff-global-footer *,
.dcff-breeds-page-system, .dcff-breeds-page-system * { box-sizing: border-box; }

.dcff-home-system,
.dcff-breeds-page-system { overflow: hidden; background: var(--dcff-cream); color: var(--dcff-text); font-family: "Montserrat", Arial, sans-serif; }

.dcff-home-system h1, .dcff-home-system h2, .dcff-home-system h3,
.dcff-breeds-page-system h1, .dcff-breeds-page-system h2, .dcff-breeds-page-system h3,
.dcff-global-footer h2, .dcff-global-footer h3, .dcff-global-footer h4 { font-family: "Cormorant Garamond", Georgia, serif; letter-spacing: -0.035em; text-wrap: balance; }

.dcff-home-system-container,
.dcff-breeds-archive-container,
.dcff-footer-container { width: min(88%, 1180px); margin: 0 auto; position: relative; z-index: 2; }

.dcff-home-system-eyebrow,
.dcff-breeds-eyebrow,
.dcff-footer-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--dcff-gold) !important; font-size: 11px; font-weight: 900; letter-spacing: 0.24em; line-height: 1.4; text-transform: uppercase; }

.dcff-home-system-btn,
.dcff-home-system-btn-outline,
.dcff-footer-btn,
.dcff-footer-btn-outline { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; border-radius: 8px; font-family: "Montserrat", Arial, sans-serif; font-size: 11px; font-weight: 900; letter-spacing: 0.15em; line-height: 1; text-transform: uppercase; text-decoration: none !important; transition: all 180ms ease; }

.dcff-home-system-btn,
.dcff-footer-btn { background: var(--dcff-gold); border: 1px solid var(--dcff-gold); color: #ffffff !important; box-shadow: 0 14px 34px rgba(185, 138, 74, 0.22); }
.dcff-home-system-btn:hover,
.dcff-footer-btn:hover { background: var(--dcff-gold-dark); border-color: var(--dcff-gold-dark); color: #ffffff !important; transform: translateY(-2px); }
.dcff-home-system-btn-outline,
.dcff-footer-btn-outline { background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.34); color: #ffffff !important; }
.dcff-home-system-btn-outline:hover,
.dcff-footer-btn-outline:hover { border-color: var(--dcff-gold); color: var(--dcff-gold-light) !important; transform: translateY(-2px); }

/* =========================================================
   GLOBAL HEADER SHORTCODE
========================================================= */
.dcff-header-2026 { position: sticky; top: 0; z-index: 99999; width: 100%; font-family: "Montserrat", Arial, sans-serif; background: var(--dcff-black); box-shadow: 0 16px 42px rgba(0,0,0,0.18); }
body.admin-bar .dcff-header-2026 { top: 32px; }
.dcff-h-topbar { min-height: 30px; background: linear-gradient(90deg, #4b543d 0%, #647050 50%, #4a533b 100%); border-bottom: 1px solid rgba(255,255,255,0.08); }
.dcff-h-topbar-inner { width: min(94%, 1380px); min-height: 30px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.dcff-h-topbar-left, .dcff-h-topbar-right { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.92); font-size: 11px; font-weight: 800; letter-spacing: 0.03em; line-height: 1.4; }
.dcff-h-star { color: var(--dcff-gold-light); }
.dcff-h-topbar-right { gap: 16px; }
.dcff-h-topbar-right a, .dcff-h-topbar-right span { color: rgba(255,255,255,0.92); text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.dcff-h-main { background: radial-gradient(circle at 30% 0%, rgba(185,138,74,0.08), transparent 28%), linear-gradient(90deg, #090d0a 0%, #11140f 48%, #090d0a 100%); border-bottom: 1px solid rgba(185,138,74,0.92); }
.dcff-h-main-inner { width: min(94%, 1380px); min-height: 86px; margin: 0 auto; display: grid; grid-template-columns: 210px minmax(0, 1fr) auto; align-items: center; gap: 28px; }
.dcff-h-logo { display: inline-flex; align-items: center; width: fit-content; text-decoration: none; }
.dcff-h-logo img { display: block; width: 148px; max-width: 100%; height: auto; max-height: 68px; object-fit: contain; }
.dcff-h-nav-wrap { display: flex; align-items: center; justify-content: center; min-width: 0; }
.dcff-h-nav { display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 7px; border-radius: 999px; background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.055); }
.dcff-h-nav a, .dcff-h-dropdown-toggle { position: relative; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 13px; border-radius: 999px; color: rgba(255,255,255,0.88); font-size: 11px; font-weight: 900; letter-spacing: 0.105em; line-height: 1; text-transform: uppercase; text-decoration: none; white-space: nowrap; cursor: pointer; transition: all 180ms ease; }
.dcff-h-nav a:hover, .dcff-h-dropdown-toggle:hover, .dcff-h-nav a.is-active, .dcff-h-dropdown-toggle.is-active { background: rgba(185,138,74,0.16); color: var(--dcff-gold-light); }
.dcff-h-dropdown { position: relative; }
.dcff-h-caret { font-size: 9px; transform: translateY(-1px); }
.dcff-h-dropdown-menu { position: absolute; top: calc(100% + 13px); left: 50%; z-index: 50; min-width: 248px; padding: 10px; background: rgba(12,15,11,0.98); border: 1px solid rgba(185,138,74,0.22); border-radius: 16px; box-shadow: 0 22px 54px rgba(0,0,0,0.34); opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(-50%) translateY(8px); transition: all 180ms ease; }
.dcff-h-dropdown:hover .dcff-h-dropdown-menu, .dcff-h-dropdown:focus-within .dcff-h-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.dcff-h-dropdown-menu a { width: 100%; justify-content: flex-start; min-height: 40px; padding: 0 13px; border-radius: 10px; font-size: 11px; letter-spacing: 0.09em; }
.dcff-h-actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.dcff-h-cart, .dcff-h-visit { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 10px; font-size: 11px; font-weight: 900; letter-spacing: 0.12em; line-height: 1; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: all 180ms ease; }
.dcff-h-cart { position: relative; padding: 0 15px; background: rgba(255,255,255,0.055); border: 1px solid rgba(255,255,255,0.13); color: #ffffff !important; }
.dcff-h-cart:hover { background: rgba(185,138,74,0.16); border-color: rgba(185,138,74,0.48); color: var(--dcff-gold-light) !important; transform: translateY(-1px); }
.dcff-cart-count { min-width: 21px; height: 21px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; background: var(--dcff-gold); color: #ffffff !important; border-radius: 999px; font-size: 10px; font-weight: 900; line-height: 1; letter-spacing: 0; }
.dcff-h-visit { padding: 0 22px; background: linear-gradient(180deg, #d4a768 0%, #bd8c49 100%); border: 1px solid rgba(255,255,255,0.08); color: #ffffff !important; box-shadow: 0 14px 34px rgba(185,138,74,0.20); }
.dcff-h-visit:hover { background: linear-gradient(180deg, #c99a59 0%, #a97738 100%); color: #fff !important; transform: translateY(-1px); }
.dcff-h-mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.045); border-radius: 10px; padding: 0; cursor: pointer; }
.dcff-h-mobile-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: #fff; border-radius: 99px; transition: all 180ms ease; }
.dcff-h-mobile-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.dcff-h-mobile-toggle.is-open span:nth-child(2) { opacity: 0; }
.dcff-h-mobile-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.dcff-h-mobile-panel { display: none; background: radial-gradient(circle at 20% 0%, rgba(185,138,74,0.10), transparent 34%), #0c100c; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 2px solid var(--dcff-gold); box-shadow: 0 24px 60px rgba(0,0,0,0.32); }
.dcff-h-mobile-panel.is-open { display: block; }
.dcff-h-mobile-inner { width: min(92%, 1380px); margin: 0 auto; padding: 16px 0 22px; }
.dcff-h-mobile-inner a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 0; color: #f6f2ea; font-size: 13px; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
.dcff-h-mobile-inner a:hover, .dcff-h-mobile-inner a.is-active { color: var(--dcff-gold-light); }
.dcff-h-mobile-sub { padding-left: 18px !important; font-size: 11px !important; color: rgba(255,255,255,0.72) !important; }
.dcff-h-mobile-cta { margin-top: 16px; padding: 15px 18px !important; border: 0 !important; border-radius: 10px; background: var(--dcff-gold); color: #fff !important; justify-content: center !important; }
.dcff-header-2026.is-scrolled .dcff-h-main-inner { min-height: 74px; }
.dcff-header-2026.is-scrolled .dcff-h-logo img { width: 132px; }

/* =========================================================
   HOME PAGE
========================================================= */
.dcff-home-system-hero { position: relative; isolation: isolate; min-height: 760px; display: flex; align-items: center; background-size: cover; background-position: 70% center; background-repeat: no-repeat; }
.dcff-home-system-hero-overlay, .dcff-home-system-contact-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.dcff-home-system-hero-overlay { background: radial-gradient(circle at 22% 28%, rgba(185,138,74,0.18), transparent 24%), linear-gradient(90deg, rgba(4,10,8,0.94) 0%, rgba(7,17,13,0.86) 30%, rgba(7,17,13,0.52) 58%, rgba(7,17,13,0.14) 100%); }
.dcff-home-system-hero-copy { max-width: 590px; padding: 38px 34px 34px; border-radius: 28px; background: linear-gradient(180deg, rgba(8,18,14,0.42), rgba(8,18,14,0.20)); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 24px 70px rgba(0,0,0,0.22); backdrop-filter: blur(10px); }
.dcff-home-system-hero-copy h1 { margin: 0 0 20px; color: #ffffff; font-size: clamp(58px, 6vw, 104px); line-height: 0.92em; text-shadow: 0 16px 46px rgba(0,0,0,0.28); }
.dcff-home-system-hero-copy p { max-width: 500px; margin: 0; color: rgba(255,255,255,0.84); font-size: 16px; font-weight: 500; line-height: 1.85em; }
.dcff-home-system-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* Fixed hero trust row: icon | title + description */
.dcff-home-system-trust-row { max-width: 1080px; margin-top: 54px; display: flex; flex-wrap: wrap; gap: 16px; padding: 18px; border-radius: 24px; background: rgba(8,18,14,0.56); border: 1px solid rgba(255,255,255,0.10); box-shadow: 0 26px 80px rgba(0,0,0,0.24); backdrop-filter: blur(16px); }
.dcff-home-system-trust-row > div { flex: 1 1 230px; min-width: 230px; display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 14px; align-items: start; padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.07); }
.dcff-home-system-trust-row > div > span { grid-column: 1; grid-row: 1 / span 2; width: 38px; height: 38px; min-width: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(185,138,74,0.16); border: 1px solid rgba(185,138,74,0.28); color: var(--dcff-gold-light); font-size: 18px; line-height: 1; }
.dcff-home-system-trust-row > div > div { grid-column: 2; }
.dcff-home-system-trust-row strong { display: block; margin: 0 0 5px; color: #ffffff; font-size: 12px; font-weight: 900; letter-spacing: 0.05em; line-height: 1.25em; }
.dcff-home-system-trust-row small { display: block; margin: 0; color: rgba(255,255,255,0.72); font-size: 12px; line-height: 1.55em; }

.dcff-home-system-about, .dcff-home-system-promise, .dcff-home-system-newsletter { padding: 96px 0; background: radial-gradient(circle at 10% 12%, rgba(185,138,74,0.08), transparent 30%), #fffdf8; }
.dcff-home-system-split { display: flex; align-items: center; gap: 8%; }
.dcff-home-system-image-card, .dcff-home-system-copy { flex: 1 1 0; }
.dcff-home-system-image-card img { width: 100%; height: 560px; object-fit: cover; border-radius: 26px; box-shadow: 0 24px 70px rgba(20,18,16,0.14); }
.dcff-home-system-copy h2, .dcff-home-system-section-title h2 { margin: 0 0 18px; color: var(--dcff-black); font-size: clamp(42px, 4vw, 66px); line-height: 1em; }
.dcff-home-system-copy p, .dcff-home-system-section-title p { color: var(--dcff-text); font-size: 15px; line-height: 1.85em; }
.dcff-home-system-copy ul { margin: 20px 0 28px; padding: 0; list-style: none; }
.dcff-home-system-copy li { margin-bottom: 9px; color: var(--dcff-text); font-size: 14px; }
.dcff-home-system-copy li::before { content: "✓"; margin-right: 10px; color: var(--dcff-gold); font-weight: 900; }
.dcff-home-system-breeds { padding: 96px 0 110px; background: linear-gradient(180deg, #f7f2ea 0%, #efe4d5 100%); }
.dcff-home-system-section-title { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.dcff-home-system-card-row, .dcff-home-system-testimonial-row { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; }
.dcff-home-system-card-row div { flex: 1 1 230px; max-width: 270px; min-height: 190px; padding: 28px 24px; text-align: center; background: #ffffff; border: 1px solid rgba(185,138,74,0.12); border-radius: 18px; box-shadow: 0 18px 54px rgba(20,18,16,0.07); }
.dcff-home-system-card-row span { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 14px; background: var(--dcff-green-mid); color: #ffffff; border-radius: 50%; }
.dcff-home-system-card-row strong { display: block; margin-bottom: 8px; color: var(--dcff-black); font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; }
.dcff-home-system-card-row small { color: var(--dcff-muted); font-size: 13px; line-height: 1.65em; }
.dcff-home-system-testimonials { padding: 96px 0; background: radial-gradient(circle at 20% 0%, rgba(185,138,74,0.12), transparent 34%), #07110d; }
.dcff-home-system-dark-title h2, .dcff-home-system-dark-title p { color: #ffffff !important; }
.dcff-home-system-testimonial-row div { flex: 1 1 280px; max-width: 340px; padding: 28px; background: rgba(255,255,255,0.075); border: 1px solid rgba(255,255,255,0.10); border-radius: 18px; }
.dcff-home-system-testimonial-row span { color: var(--dcff-gold); letter-spacing: 0.12em; }
.dcff-home-system-testimonial-row p { color: rgba(255,255,255,0.82); font-size: 14px; line-height: 1.75em; }
.dcff-home-system-testimonial-row strong { color: #ffffff; }
.dcff-home-system-newsletter-card { display: flex; align-items: center; justify-content: space-between; gap: 34px; max-width: 920px; margin: 0 auto; padding: 34px 38px; background: #ffffff; border-radius: 20px; box-shadow: 0 18px 54px rgba(20,18,16,0.07); }
.dcff-home-system-newsletter-card h2 { margin: 0 0 8px; color: var(--dcff-black); font-size: 34px; line-height: 1.05em; }
.dcff-home-system-newsletter-card p { margin: 0; color: var(--dcff-muted); font-size: 13px; line-height: 1.65em; }
.dcff-home-system-newsletter-card form { min-width: 340px; display: flex; flex-direction: column; gap: 10px; }
.dcff-home-system-newsletter-card input { min-height: 46px; padding: 12px 14px; border: 1px solid rgba(20,18,16,0.12); border-radius: 8px; }
.dcff-home-system-newsletter-card button { min-height: 46px; border: 0; border-radius: 8px; background: var(--dcff-gold); color: #ffffff; font-size: 11px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; }
.dcff-home-system-contact { position: relative; isolation: isolate; padding: 96px 0; background-size: cover; background-position: center; }
.dcff-home-system-contact-overlay { background: linear-gradient(90deg, rgba(7,17,13,0.96), rgba(16,29,23,0.86)); }
.dcff-home-system-contact-grid { display: flex; gap: 8%; align-items: center; }
.dcff-home-system-contact-grid > div { flex: 1 1 0; }
.dcff-home-system-contact h2, .dcff-home-system-message-card h3 { margin: 0 0 14px; color: #ffffff; font-size: clamp(40px, 4vw, 62px); line-height: 1.02em; }
.dcff-home-system-contact p, .dcff-home-system-contact-list span, .dcff-home-system-message-card p { color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.75em; }
.dcff-home-system-contact-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.dcff-home-system-contact-list strong { display: block; color: #ffffff; font-size: 11px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.dcff-home-system-message-card { padding: 38px; border-radius: 22px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 28px 80px rgba(0,0,0,0.22); }
.dcff-home-system-empty { text-align: center; color: var(--dcff-muted); }

/* Hide empty Divi 5 placeholder paragraphs immediately after the rendered shortcode */
body.home main.dcff-home-system + p,
body.home main.dcff-home-system + p + p,
body.home main.dcff-home-system + p + p + p,
body.home main.dcff-home-system + p + p + p + p,
body.home main.dcff-home-system + p + p + p + p + p,
body.home main.dcff-home-system + p + p + p + p + p + p { display: none !important; margin: 0 !important; padding: 0 !important; height: 0 !important; line-height: 0 !important; }

/* Dynamic breed cards from Breeds plugin */
.dcff-home-system .dcff-breed-grid { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; }
.dcff-home-system .dcff-breed-card { flex: 1 1 190px; max-width: 220px; border-radius: 18px !important; overflow: hidden; background: #fff; box-shadow: 0 18px 54px rgba(20,18,16,0.08); }
.dcff-home-system .dcff-breed-card-image { height: 175px !important; }
.dcff-home-system .dcff-breed-card-body { padding: 20px !important; }
.dcff-home-system .dcff-breed-card h3 { font-size: 25px !important; }

/* =========================================================
   BREEDS ARCHIVE SHORTCODE
========================================================= */
.dcff-breeds-archive-hero { position: relative; isolation: isolate; overflow: hidden; padding: 128px 0 118px; background: linear-gradient(90deg, rgba(7,17,13,0.96), rgba(16,29,23,0.52)), url('https://dinkycreekfeatherfarm.com/wp-content/uploads/2026/03/Gold-scaled.jpg') center center / cover no-repeat; }
.dcff-breeds-archive-hero h1 { max-width: 760px; margin: 0 0 22px; color: #ffffff; font-size: clamp(54px, 5vw, 92px); line-height: 0.94em; text-shadow: 0 18px 42px rgba(0,0,0,0.34); }
.dcff-breeds-archive-hero p { max-width: 640px; margin: 0; color: rgba(255,255,255,0.84); font-size: 16px; line-height: 1.85em; }
.dcff-breeds-archive-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.dcff-breeds-archive-stats { max-width: 980px; margin-top: 52px; display: flex; flex-wrap: wrap; gap: 16px; }
.dcff-breeds-archive-stats div { flex: 1 1 230px; padding: 22px 24px; background: rgba(7,17,13,0.56); border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; backdrop-filter: blur(12px); }
.dcff-breeds-archive-stats strong { display: block; margin-bottom: 6px; color: #ffffff; font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.dcff-breeds-archive-stats span { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.65em; }
.dcff-breeds-story { padding: 92px 0 88px; background: radial-gradient(circle at 10% 12%, rgba(185,138,74,0.08), transparent 30%), #fffdf8; }
.dcff-breeds-story-grid { display: flex; align-items: center; gap: 8%; }
.dcff-breeds-story-grid > div { flex: 1 1 0; }
.dcff-breeds-story img { width: 100%; height: 520px; object-fit: cover; border-radius: 26px; box-shadow: 0 24px 70px rgba(20,18,16,0.14); }
.dcff-breeds-story h2, .dcff-breeds-section-title h2, .dcff-breeds-dark-title h2 { margin: 0 0 18px; color: var(--dcff-black); font-size: clamp(42px, 4vw, 66px); line-height: 1em; }
.dcff-breeds-story p, .dcff-breeds-section-title p { color: var(--dcff-text); font-size: 15px; line-height: 1.85em; }
.dcff-breeds-story-list { display: grid; gap: 14px; margin-top: 28px; }
.dcff-breeds-story-list div { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; background: #ffffff; border: 1px solid rgba(185,138,74,0.14); border-radius: 16px; box-shadow: 0 14px 38px rgba(20,18,16,0.055); }
.dcff-breeds-story-list span { width: 36px; height: 36px; min-width: 36px; display: inline-flex; align-items: center; justify-content: center; background: var(--dcff-green-mid); color: #ffffff; border-radius: 50%; font-size: 11px; font-weight: 900; }
.dcff-breeds-story-list p { margin: 0; color: var(--dcff-muted); font-size: 13px; }
.dcff-breeds-library-section { padding: 98px 0 108px; background: radial-gradient(circle at 86% 10%, rgba(185,138,74,0.08), transparent 30%), linear-gradient(180deg, #f7f2ea 0%, #efe4d5 100%); }
.dcff-breeds-section-title { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.dcff-breeds-section-title h2 { margin: 0; color: var(--dcff-black); }
.dcff-breeds-section-title p { max-width: 720px; margin: 16px auto 0; color: var(--dcff-muted); }
.dcff-breed-empty { display: none !important; }
.dcff-breeds-care-promise { padding: 84px 0; background: radial-gradient(circle at 24% 0%, rgba(185,138,74,0.13), transparent 32%), linear-gradient(135deg, #101d17 0%, #07110d 100%); }
.dcff-breeds-dark-title { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.dcff-breeds-dark-title h2 { color: #ffffff; }
.dcff-breeds-dark-title p { max-width: 720px; margin: 18px auto 0; color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.85em; }
.dcff-breeds-promise-grid { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 34px; }
.dcff-breeds-promise-grid div { flex: 1 1 260px; padding: 24px 22px; text-align: center; background: rgba(255,255,255,0.065); border: 1px solid rgba(255,255,255,0.10); border-radius: 18px; }
.dcff-breeds-promise-grid strong { display: block; margin-bottom: 8px; color: #ffffff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; line-height: 1.05em; }
.dcff-breeds-promise-grid span { color: rgba(255,255,255,0.74); font-size: 13px; line-height: 1.65em; }
.dcff-breeds-center { justify-content: center; }
body.post-type-archive-dcff_breed #sidebar, body.tax-dcff_breed_group #sidebar { display: none !important; }
body.post-type-archive-dcff_breed #left-area, body.tax-dcff_breed_group #left-area, body.post-type-archive-dcff_breed #content-area, body.tax-dcff_breed_group #content-area, body.post-type-archive-dcff_breed .container, body.tax-dcff_breed_group .container { width: 100% !important; max-width: 100% !important; padding: 0 !important; }

/* =========================================================
   GLOBAL FOOTER SHORTCODE
========================================================= */
.dcff-global-footer { position: relative; overflow: hidden; background: var(--dcff-dark); color: #fff; font-family: "Montserrat", Arial, sans-serif; border-top: 1px solid rgba(185,138,74,0.22); }
.dcff-global-footer a { color: inherit; text-decoration: none; }
.dcff-footer-cta { position: relative; isolation: isolate; padding: 76px 0; background: linear-gradient(90deg, rgba(7,17,13,0.96), rgba(16,29,23,0.84)), url('https://dinkycreekfeatherfarm.com/wp-content/uploads/2026/03/Gold-scaled.jpg') center center / cover no-repeat; text-align: center; }
.dcff-footer-cta-card { max-width: 760px; margin: 0 auto; padding: 40px; border: 1px solid rgba(255,255,255,0.12); border-radius: 24px; background: rgba(7,17,13,0.46); box-shadow: 0 30px 90px rgba(0,0,0,0.26); backdrop-filter: blur(7px); }
.dcff-footer-cta h2 { margin: 0 0 14px; color: #fff; font-size: clamp(42px, 4vw, 62px); line-height: 1.02em; }
.dcff-footer-cta p { max-width: 620px; margin: 0 auto 26px; color: rgba(255,255,255,0.82); font-size: 15px; line-height: 1.85em; }
.dcff-footer-button-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.dcff-footer-main { padding: 74px 0 58px; background: radial-gradient(circle at 12% 12%, rgba(185,138,74,0.12), transparent 30%), radial-gradient(circle at 88% 18%, rgba(31,58,46,0.28), transparent 34%), linear-gradient(135deg, #101d17 0%, #07110d 100%); }
.dcff-footer-grid { display: grid; grid-template-columns: 1.18fr 0.72fr 0.95fr 1fr; gap: 44px; align-items: start; }
.dcff-footer-brand img { width: 155px; height: auto; margin-bottom: 24px; }
.dcff-footer-brand h3 { max-width: 320px; margin: 0 0 14px; color: #fff; font-size: 32px; line-height: 1.04em; }
.dcff-footer-brand p, .dcff-footer-newsletter p { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.8em; }
.dcff-footer-socials { display: flex; gap: 10px; }
.dcff-footer-socials a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.065); border: 1px solid rgba(255,255,255,0.11); color: #fff; }
.dcff-footer-col h4, .dcff-footer-newsletter h4 { margin: 0 0 18px; color: #fff; font-size: 26px; line-height: 1.05em; }
.dcff-footer-links, .dcff-footer-contact-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.dcff-footer-links a { color: rgba(255,255,255,0.74); font-size: 12px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; }
.dcff-footer-contact-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.dcff-footer-contact-icon { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(185,138,74,0.16); color: var(--dcff-gold-light); }
.dcff-footer-contact-list strong { display: block; margin-bottom: 3px; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.dcff-footer-contact-list span, .dcff-footer-contact-list a { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.6em; }
.dcff-footer-newsletter { padding: 26px 24px; border-radius: 18px; background: rgba(255,255,255,0.075); border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 18px 44px rgba(0,0,0,0.16); }
.dcff-footer-newsletter-form { display: grid; gap: 10px; }
.dcff-footer-newsletter-form input { width: 100%; min-height: 46px; padding: 12px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.09); color: #fff; }
.dcff-footer-newsletter-form button { min-height: 46px; border: 0; border-radius: 8px; background: var(--dcff-gold); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; }
.dcff-footer-form-note { display: block; margin-top: 10px; color: rgba(255,255,255,0.52); font-size: 11px; line-height: 1.6em; }
.dcff-footer-mobile-toggle { display: none; }
.dcff-footer-superpowers { padding: 26px 0; background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.28)); border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
.dcff-footer-super-grid { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.dcff-footer-super-card { padding: 18px 16px; border-radius: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); text-align: center; }
.dcff-footer-super-card strong { display: block; margin-bottom: 6px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.dcff-footer-super-card span { color: rgba(255,255,255,0.66); font-size: 12px; line-height: 1.6em; }
.dcff-footer-bottom { padding: 16px 0; background: #000; border-top: 1px solid rgba(255,255,255,0.06); }
.dcff-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.dcff-footer-bottom p, .dcff-footer-bottom-links a { margin: 0; color: rgba(255,255,255,0.68); font-size: 12px; }
.dcff-footer-bottom-links { display: flex; gap: 18px; flex-wrap: wrap; }
.dcff-footer-bottom-links a { font-size: 11px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; }
.dcff-back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 9999; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--dcff-gold); color: #fff; font-size: 18px; cursor: pointer; box-shadow: 0 16px 34px rgba(0,0,0,0.28); opacity: 0; pointer-events: none; transform: translateY(8px); transition: all 200ms ease; }
.dcff-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.dcff-copy-toast { position: fixed; left: 50%; bottom: 26px; z-index: 99999; transform: translateX(-50%) translateY(10px); padding: 12px 16px; border-radius: 999px; background: var(--dcff-green); border: 1px solid rgba(185,138,74,0.34); color: #fff; font-size: 12px; font-weight: 800; opacity: 0; pointer-events: none; transition: all 200ms ease; }
.dcff-copy-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Woo notices */
body.woocommerce-shop .woocommerce-notices-wrapper, body.post-type-archive-product .woocommerce-notices-wrapper { display: none !important; }
body.single-product .woocommerce-error, body.single-product .woocommerce-info, body.single-product .woocommerce-message { border-radius: 0 !important; border: 0 !important; background: var(--dcff-gold) !important; color: #ffffff !important; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1280px) {
  .dcff-h-main-inner { grid-template-columns: 165px minmax(0, 1fr) auto; gap: 18px; }
  .dcff-h-logo img { width: 132px; }
  .dcff-h-nav a, .dcff-h-dropdown-toggle { padding: 0 10px; font-size: 10px; letter-spacing: 0.09em; }
  .dcff-h-visit { padding-left: 17px; padding-right: 17px; }
}
@media (max-width: 1080px) {
  .dcff-h-nav { gap: 1px; padding: 5px; }
  .dcff-h-nav a, .dcff-h-dropdown-toggle { padding: 0 8px; }
  .dcff-h-cart-text { display: none; }
  .dcff-h-cart { width: 46px; padding: 0; }
  .dcff-h-cart .dcff-cart-count { position: absolute; top: -7px; right: -7px; min-width: 18px; height: 18px; font-size: 9px; }
  .dcff-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 980px) {
  body.admin-bar .dcff-header-2026 { top: 0; }
  .dcff-h-topbar-inner { width: 92%; justify-content: center; text-align: center; padding: 5px 0; }
  .dcff-h-topbar-left { justify-content: center; font-size: 10px; }
  .dcff-h-topbar-right, .dcff-h-nav-wrap, .dcff-h-visit { display: none; }
  .dcff-h-main-inner { width: 92%; min-height: 70px; grid-template-columns: 1fr auto; gap: 14px; }
  .dcff-h-logo img { width: 116px; max-height: 52px; }
  .dcff-h-mobile-toggle { display: block; }
  .dcff-h-actions { gap: 9px; }
  .dcff-h-cart { width: 42px; min-height: 42px; }

  .dcff-home-system-hero { min-height: auto; padding: 100px 0 70px; }
  .dcff-home-system-split, .dcff-home-system-contact-grid, .dcff-home-system-newsletter-card, .dcff-breeds-story-grid { display: block; }
  .dcff-home-system-image-card img, .dcff-breeds-story img { height: 420px; margin-bottom: 38px; }
  .dcff-home-system-newsletter-card form { min-width: 0; margin-top: 24px; }
  .dcff-footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .dcff-footer-mobile-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0; border: 0; background: transparent; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; cursor: pointer; }
  .dcff-footer-mobile-toggle::after { content: "+"; color: var(--dcff-gold); font-family: "Montserrat", Arial, sans-serif; font-weight: 900; }
  .dcff-footer-col.is-open .dcff-footer-mobile-toggle::after { content: "–"; }
  .dcff-footer-col h4 { display: none; }
  .dcff-footer-accordion-content { display: none; padding-top: 16px; }
  .dcff-footer-col.is-open .dcff-footer-accordion-content { display: block; }
  .dcff-footer-super-grid { grid-template-columns: 1fr; }
  .dcff-footer-bottom-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 700px) {
  .dcff-home-system-container, .dcff-breeds-archive-container, .dcff-footer-container { width: 90%; }
  .dcff-home-system-hero-copy { padding: 28px 22px 24px; border-radius: 22px; }
  .dcff-home-system-hero-copy h1 { font-size: 46px; }
  .dcff-home-system-actions, .dcff-breeds-archive-actions, .dcff-footer-button-row { display: grid; grid-template-columns: 1fr; }
  .dcff-home-system-btn, .dcff-home-system-btn-outline, .dcff-footer-btn, .dcff-footer-btn-outline { width: 100%; }
  .dcff-home-system-about, .dcff-home-system-breeds, .dcff-home-system-promise, .dcff-home-system-testimonials, .dcff-home-system-newsletter, .dcff-home-system-contact, .dcff-breeds-story, .dcff-breeds-library-section, .dcff-breeds-care-promise { padding: 68px 0; }
  .dcff-home-system-image-card img, .dcff-breeds-story img { height: 340px; }
  .dcff-home-system-newsletter-card, .dcff-home-system-message-card, .dcff-footer-cta-card { padding: 28px 24px; }
  .dcff-home-system-trust-row { display: grid; gap: 12px; }
  .dcff-home-system-trust-row > div { min-width: 0; }
  .dcff-footer-bottom-links { justify-content: center; }
}

/* =========================================================
   v1.2.1 HARD COLOR + BREEDS VISIBILITY PATCH
   Keeps dark section text readable even when Divi/global rules override colors.
========================================================= */

body .dcff-breeds-page-system .dcff-breeds-archive-hero,
body .dcff-breeds-page-system .dcff-breeds-care-promise,
body .dcff-global-footer .dcff-footer-cta,
body .dcff-global-footer .dcff-footer-main,
body .dcff-global-footer .dcff-footer-superpowers,
body .dcff-global-footer .dcff-footer-bottom {
  color: #ffffff !important;
}

body .dcff-breeds-page-system .dcff-breeds-archive-hero h1,
body .dcff-breeds-page-system .dcff-breeds-archive-hero h2,
body .dcff-breeds-page-system .dcff-breeds-archive-hero h3,
body .dcff-breeds-page-system .dcff-breeds-care-promise h1,
body .dcff-breeds-page-system .dcff-breeds-care-promise h2,
body .dcff-breeds-page-system .dcff-breeds-care-promise h3,
body .dcff-global-footer .dcff-footer-cta h1,
body .dcff-global-footer .dcff-footer-cta h2,
body .dcff-global-footer .dcff-footer-cta h3,
body .dcff-global-footer .dcff-footer-main h1,
body .dcff-global-footer .dcff-footer-main h2,
body .dcff-global-footer .dcff-footer-main h3,
body .dcff-global-footer .dcff-footer-main h4,
body .dcff-global-footer .dcff-footer-superpowers strong {
  color: #ffffff !important;
}

body .dcff-breeds-page-system .dcff-breeds-archive-hero p,
body .dcff-breeds-page-system .dcff-breeds-archive-hero span:not(.dcff-breeds-eyebrow),
body .dcff-breeds-page-system .dcff-breeds-care-promise p,
body .dcff-breeds-page-system .dcff-breeds-care-promise span:not(.dcff-breeds-eyebrow),
body .dcff-global-footer .dcff-footer-cta p,
body .dcff-global-footer .dcff-footer-main p,
body .dcff-global-footer .dcff-footer-main li,
body .dcff-global-footer .dcff-footer-main span,
body .dcff-global-footer .dcff-footer-main a,
body .dcff-global-footer .dcff-footer-superpowers span,
body .dcff-global-footer .dcff-footer-bottom p,
body .dcff-global-footer .dcff-footer-bottom a {
  color: rgba(255,255,255,0.76) !important;
}

body .dcff-breeds-page-system .dcff-breeds-eyebrow,
body .dcff-global-footer .dcff-footer-eyebrow {
  color: #b98a4a !important;
}

body .dcff-breeds-page-system .dcff-breeds-story h2,
body .dcff-breeds-page-system .dcff-breeds-library-section h2,
body .dcff-breeds-page-system .dcff-breeds-section-title h2 {
  color: #141210 !important;
}

body .dcff-breeds-page-system .dcff-breeds-story p,
body .dcff-breeds-page-system .dcff-breeds-library-section p,
body .dcff-breeds-page-system .dcff-breeds-section-title p {
  color: #3a342f !important;
}

/* Make the empty grid message invisible on the public page; real cards will show when published Breeds exist. */
body .dcff-breeds-page-system .dcff-breed-empty {
  display: none !important;
}

/* Dropdown stacking safety: keeps Breeds menu above page content. */
.et-l--header,
.et-l--header .et_builder_inner_content,
.et-l--header .et_pb_section,
.et-l--header .et_pb_row,
.et-l--header .et_pb_column,
.et-l--header .et_pb_code,
.et-l--header .et_pb_code_inner,
body .dcff-header-2026,
body .dcff-header-2026 .dcff-h-main,
body .dcff-header-2026 .dcff-h-main-inner,
body .dcff-header-2026 .dcff-h-nav-wrap,
body .dcff-header-2026 .dcff-h-nav,
body .dcff-header-2026 .dcff-h-dropdown {
  overflow: visible !important;
  z-index: 999990 !important;
}

body .dcff-header-2026 {
  z-index: 999999 !important;
}

body .dcff-header-2026 .dcff-h-dropdown-menu {
  z-index: 1000000 !important;
}

body .dcff-header-2026 .dcff-h-dropdown-menu::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -16px !important;
  height: 16px !important;
  background: transparent !important;
}

/* =========================================================
   DINKY CREEK SITE SYSTEM v1.3.0 — FULL PAGE SHORTCODES
========================================================= */
.dcff-page-system,.dcff-page-system *,.dcff-breeds-archive-system,.dcff-breeds-archive-system *{box-sizing:border-box}.dcff-page-system{font-family:"Montserrat",Arial,sans-serif;color:#3a342f;background:#fffdf8;overflow:hidden}.dcff-page-system h1,.dcff-page-system h2,.dcff-page-system h3,.dcff-breeds-archive-system h1,.dcff-breeds-archive-system h2,.dcff-breeds-archive-system h3{font-family:"Cormorant Garamond",Georgia,serif;letter-spacing:-.035em;text-wrap:balance}.dcff-page-shell{width:min(88%,1180px);margin:0 auto}.dcff-page-hero{position:relative;isolation:isolate;overflow:hidden;padding:128px 0 118px;background-size:cover;background-position:center}.dcff-page-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 22% 24%,rgba(185,138,74,.16),transparent 26%),linear-gradient(90deg,rgba(7,17,13,.96) 0%,rgba(16,29,23,.86) 42%,rgba(16,29,23,.44) 72%,rgba(7,17,13,.18) 100%)}.dcff-page-eyebrow{display:inline-block;margin-bottom:14px;color:#b98a4a!important;font-size:11px;font-weight:900;letter-spacing:.24em;text-transform:uppercase;line-height:1.4}.dcff-page-hero h1{max-width:780px;margin:0 0 22px!important;color:#fff!important;font-size:clamp(54px,5vw,92px)!important;line-height:.94em!important;text-shadow:0 18px 42px rgba(0,0,0,.34)}.dcff-page-hero p{max-width:650px;margin:0!important;color:rgba(255,255,255,.84)!important;font-size:16px;line-height:1.85em}.dcff-section-light{padding:96px 0;background:#fffdf8}.dcff-section-cream{padding:96px 0;background:linear-gradient(180deg,#f7f2ea 0%,#efe4d5 100%)}.dcff-two-col{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);gap:72px;align-items:center}.dcff-img-card img{width:100%;height:520px;object-fit:cover;border-radius:26px;box-shadow:0 24px 70px rgba(20,18,16,.14)}.dcff-copy-card h2,.dcff-section-title h2,.dcff-centered h2{margin:0 0 18px!important;color:#141210!important;font-size:clamp(42px,4vw,68px)!important;line-height:1em!important}.dcff-copy-card p,.dcff-section-title p{color:#3a342f!important;font-size:15px;line-height:1.85em}.dcff-copy-card ul{margin:24px 0 0;padding-left:18px;color:#3a342f;line-height:1.9em}.dcff-dark-band{padding:82px 0;background:radial-gradient(circle at 24% 0%,rgba(185,138,74,.13),transparent 32%),linear-gradient(135deg,#101d17 0%,#07110d 100%)}.dcff-dark-band h2,.dcff-dark-band h3,.dcff-dark-band strong{color:#fff!important}.dcff-dark-band p,.dcff-dark-band span{color:rgba(255,255,255,.76)!important}.dcff-centered{text-align:center;max-width:900px}.dcff-centered p{max-width:720px;margin:0 auto 24px!important;font-size:15px;line-height:1.85em}.dcff-card-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dcff-card-row>div{padding:26px 24px;text-align:center;border-radius:18px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.1)}.dcff-card-row strong{display:block;margin-bottom:8px;font-family:"Cormorant Garamond",Georgia,serif;font-size:30px;line-height:1}.dcff-section-title{max-width:820px;margin:0 auto 46px;text-align:center}.dcff-contact-grid,.dcff-shop-cats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:34px 0 64px}.dcff-contact-info-card,.dcff-shop-cats a{padding:28px 22px;text-align:center;background:#fff;border:1px solid rgba(185,138,74,.14);border-radius:18px;box-shadow:0 18px 54px rgba(20,18,16,.07);text-decoration:none;color:#141210}.dcff-contact-info-card span,.dcff-shop-cats span{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;border-radius:50%;background:#1f3a2e;color:#fff}.dcff-contact-info-card strong,.dcff-shop-cats strong{display:block;color:#141210;font-family:"Cormorant Garamond",Georgia,serif;font-size:28px}.dcff-contact-info-card p{margin:8px 0 0;color:#756b60;line-height:1.7em}.dcff-form-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start;padding:42px;background:#1f3a2e;border-radius:24px;color:#fff}.dcff-form-panel h2{color:#fff!important}.dcff-form-panel p{color:rgba(255,255,255,.76)!important}.dcff-products-wrap ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.dcff-products-wrap ul.products li.product{width:auto!important;margin:0!important;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 18px 54px rgba(20,18,16,.08);padding-bottom:18px}.dcff-products-wrap ul.products li.product a img{height:290px;object-fit:cover;width:100%}.dcff-products-wrap .woocommerce-loop-product__title{padding:16px 18px 6px!important;color:#141210;font-family:"Cormorant Garamond",Georgia,serif;font-size:28px!important;line-height:1.05}.dcff-products-wrap .price{padding:0 18px;color:#b98a4a!important;font-weight:900}.dcff-products-wrap .button{margin-left:18px!important;background:#b98a4a!important;color:#fff!important;border-radius:8px!important}.dcff-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.dcff-gallery-grid a{display:block;overflow:hidden;border-radius:22px;box-shadow:0 20px 60px rgba(20,18,16,.09);background:#fff}.dcff-gallery-grid img{display:block;width:100%;height:360px;object-fit:cover;transition:transform .28s ease}.dcff-gallery-grid a:hover img{transform:scale(1.045)}.dcff-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.dcff-blog-card{overflow:hidden;background:#fff;border:1px solid rgba(185,138,74,.14);border-radius:20px;box-shadow:0 18px 54px rgba(20,18,16,.08)}.dcff-blog-card-img{display:block;height:270px;background:#efe4d5}.dcff-blog-card-img img{width:100%;height:100%;object-fit:cover}.dcff-blog-card>div{padding:24px}.dcff-blog-card span,.dcff-read-more{color:#b98a4a;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;text-decoration:none}.dcff-blog-card h2{font-size:34px!important;line-height:1.03!important;margin:10px 0!important}.dcff-blog-card h2 a{color:#141210;text-decoration:none}.dcff-blog-card p{color:#756b60;line-height:1.75em}.dcff-post-shell{max-width:900px}.dcff-post-article h1{font-size:clamp(48px,5vw,82px)!important;line-height:.96!important;color:#141210}.dcff-post-featured img{width:100%;height:auto;border-radius:22px;margin:28px 0;box-shadow:0 24px 70px rgba(20,18,16,.12)}.dcff-post-content{font-size:17px;line-height:1.9em;color:#3a342f}.dcff-post-content h2{font-size:44px!important;color:#141210}.dcff-h-dropdown-menu{z-index:1000000!important}.et-l--header,.et-l--header *{overflow:visible!important}.dcff-header-2026{z-index:999999!important}.dcff-h-dropdown-menu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px;background:transparent}.dcff-h-dropdown:hover .dcff-h-dropdown-menu,.dcff-h-dropdown:focus-within .dcff-h-dropdown-menu,.dcff-h-dropdown-menu:hover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0)!important}
@media(max-width:980px){.dcff-page-hero{padding:96px 0 88px}.dcff-two-col,.dcff-form-panel,.dcff-products-wrap ul.products,.dcff-gallery-grid,.dcff-blog-grid{grid-template-columns:1fr!important}.dcff-contact-grid,.dcff-shop-cats,.dcff-card-row{grid-template-columns:repeat(2,minmax(0,1fr))}.dcff-img-card img{height:420px}.dcff-form-panel{padding:32px}}@media(max-width:640px){.dcff-page-shell{width:90%}.dcff-contact-grid,.dcff-shop-cats,.dcff-card-row{grid-template-columns:1fr}.dcff-page-hero h1{font-size:46px!important}.dcff-gallery-grid img,.dcff-blog-card-img{height:260px}.dcff-products-wrap ul.products li.product a img{height:240px}}

/* =========================================================
   DINKY CREEK SITE SYSTEM v1.3.1 — EDITORIAL BLOG UPGRADE
========================================================= */

.dcff-blog-system-v2 .dcff-page-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.dcff-blog-system-v2 .dcff-page-hero .dcff-page-shell {
  max-width: 1180px;
}

.dcff-blog-editorial-section {
  padding: 96px 0 74px;
  background:
    radial-gradient(circle at 12% 8%, rgba(185, 138, 74, 0.075), transparent 30%),
    #fffdf8;
}

.dcff-blog-kicker-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 34px;
}

.dcff-blog-kicker-row h2 {
  margin: 0 !important;
  color: #141210 !important;
  font-size: clamp(42px, 4vw, 66px) !important;
  line-height: 1em !important;
}

.dcff-blog-kicker-row p {
  max-width: 430px;
  margin: 0 !important;
  color: #756b60 !important;
  font-size: 15px;
  line-height: 1.75em;
}

.dcff-blog-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.dcff-blog-side-stack {
  display: grid;
  gap: 22px;
}

.dcff-blog-system-v2 .dcff-blog-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(185, 138, 74, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 72px rgba(20, 18, 16, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dcff-blog-system-v2 .dcff-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 86px rgba(20, 18, 16, 0.14);
  border-color: rgba(185, 138, 74, 0.28);
}

.dcff-blog-system-v2 .dcff-blog-card-img {
  position: relative;
  display: block;
  overflow: hidden;
  background: #efe4d5;
}

.dcff-blog-system-v2 .dcff-blog-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease;
}

.dcff-blog-system-v2 .dcff-blog-card:hover .dcff-blog-card-img img {
  transform: scale(1.04);
}

.dcff-blog-system-v2 .dcff-blog-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101d17;
  color: #d9b882;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
}

.dcff-blog-system-v2 .dcff-blog-card-body {
  padding: 26px 28px 30px;
}

.dcff-blog-system-v2 .dcff-blog-card-date,
.dcff-blog-system-v2 .dcff-read-more {
  color: #b98a4a !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none !important;
}

.dcff-blog-system-v2 .dcff-blog-card h2 {
  margin: 11px 0 12px !important;
  color: #141210 !important;
  font-size: 34px !important;
  line-height: 1.02em !important;
}

.dcff-blog-system-v2 .dcff-blog-card h2 a {
  color: #141210 !important;
  text-decoration: none !important;
}

.dcff-blog-system-v2 .dcff-blog-card p {
  margin: 0 0 18px !important;
  color: #756b60 !important;
  font-size: 14px;
  line-height: 1.75em;
}

.dcff-blog-system-v2 .dcff-blog-card-featured {
  display: grid;
  grid-template-rows: minmax(380px, 1fr) auto;
  min-height: 100%;
}

.dcff-blog-system-v2 .dcff-blog-card-featured .dcff-blog-card-img {
  height: 420px;
}

.dcff-blog-system-v2 .dcff-blog-card-featured h2 {
  max-width: 680px;
  font-size: clamp(38px, 3.3vw, 56px) !important;
}

.dcff-blog-system-v2 .dcff-blog-card-featured p {
  max-width: 680px;
  font-size: 15px;
}

.dcff-blog-system-v2 .dcff-blog-card-compact {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 196px;
}

.dcff-blog-system-v2 .dcff-blog-card-compact .dcff-blog-card-img {
  height: 100%;
  min-height: 196px;
}

.dcff-blog-system-v2 .dcff-blog-card-compact .dcff-blog-card-body {
  padding: 22px 22px 24px;
}

.dcff-blog-system-v2 .dcff-blog-card-compact h2 {
  font-size: 28px !important;
}

.dcff-blog-system-v2 .dcff-blog-card-compact p {
  font-size: 13px;
  line-height: 1.65em;
}

.dcff-blog-browse-section {
  padding: 92px 0 104px;
  background:
    radial-gradient(circle at 86% 10%, rgba(185, 138, 74, 0.085), transparent 30%),
    linear-gradient(180deg, #f7f2ea 0%, #efe4d5 100%);
}

.dcff-blog-filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -18px auto 38px;
}

.dcff-blog-filter-row a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(185, 138, 74, 0.18);
  color: #141210 !important;
  box-shadow: 0 8px 22px rgba(20, 18, 16, 0.05);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.dcff-blog-filter-row a:hover {
  background: #b98a4a;
  border-color: #b98a4a;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.dcff-blog-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.dcff-blog-grid-v2 .dcff-blog-card-img {
  height: 280px;
}

.dcff-blog-grid-v2 .dcff-blog-card h2 {
  font-size: 32px !important;
}

.dcff-blog-small-note,
.dcff-blog-empty-state {
  max-width: 720px;
  margin: 0 auto;
  padding: 42px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(185, 138, 74, 0.14);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(20, 18, 16, 0.08);
}

.dcff-blog-empty-state h2 {
  margin: 0 0 12px !important;
  color: #141210 !important;
  font-size: clamp(42px, 4vw, 62px) !important;
  line-height: 1em !important;
}

.dcff-blog-empty-state p,
.dcff-blog-small-note p {
  margin: 0 !important;
  color: #756b60 !important;
  line-height: 1.75em;
}

.dcff-blog-pagination {
  margin-top: 44px;
  text-align: center;
}

.dcff-blog-pagination ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dcff-blog-pagination a,
.dcff-blog-pagination span {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(185, 138, 74, 0.18);
  color: #141210;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.dcff-blog-pagination .current,
.dcff-blog-pagination a:hover {
  background: #b98a4a;
  border-color: #b98a4a;
  color: #ffffff;
}

.dcff-blog-cta-band .dcff-centered h2 {
  color: #ffffff !important;
}

.dcff-blog-cta-band .dcff-centered p {
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 1100px) {
  .dcff-blog-feature-layout {
    grid-template-columns: 1fr;
  }

  .dcff-blog-side-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dcff-blog-system-v2 .dcff-blog-card-compact {
    grid-template-columns: 1fr;
  }

  .dcff-blog-system-v2 .dcff-blog-card-compact .dcff-blog-card-img {
    height: 240px;
  }
}

@media (max-width: 980px) {
  .dcff-blog-kicker-row {
    display: block;
  }

  .dcff-blog-kicker-row p {
    margin-top: 14px !important;
  }

  .dcff-blog-side-stack,
  .dcff-blog-grid-v2 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .dcff-blog-editorial-section,
  .dcff-blog-browse-section {
    padding: 68px 0;
  }

  .dcff-blog-system-v2 .dcff-blog-card-featured .dcff-blog-card-img,
  .dcff-blog-grid-v2 .dcff-blog-card-img,
  .dcff-blog-system-v2 .dcff-blog-card-compact .dcff-blog-card-img {
    height: 260px;
  }

  .dcff-blog-system-v2 .dcff-blog-card-body {
    padding: 23px 22px 26px;
  }
}

/* =========================================================
   SINGLE BLOG POST — EDITORIAL V2
========================================================= */

.dcff-single-post-v2,
.dcff-single-post-v2 * {
  box-sizing: border-box;
}

.dcff-single-post-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 120px 0 96px;
  background-size: cover;
  background-position: center;
}

.dcff-single-post-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 24% 22%, rgba(185,138,74,.18), transparent 28%),
    linear-gradient(90deg, rgba(7,17,13,.96) 0%, rgba(16,29,23,.88) 42%, rgba(16,29,23,.50) 72%, rgba(7,17,13,.22) 100%);
}

.dcff-single-post-hero-card {
  max-width: 820px;
  padding: 42px 40px;
  border-radius: 28px;
  background: rgba(7,17,13,.46);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 82px rgba(0,0,0,.26);
  backdrop-filter: blur(10px);
}

.dcff-single-post-back {
  display: inline-flex;
  margin-bottom: 20px;
  color: rgba(255,255,255,.78) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.dcff-single-post-back:hover {
  color: #d9b882 !important;
}

.dcff-single-post-hero h1 {
  max-width: 780px;
  margin: 0 0 22px !important;
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(56px, 5.5vw, 96px) !important;
  line-height: .94em !important;
  letter-spacing: -.04em;
  text-shadow: 0 18px 42px rgba(0,0,0,.32);
}

.dcff-single-post-hero p {
  max-width: 650px;
  margin: 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 16px;
  line-height: 1.85em;
}

.dcff-single-post-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.dcff-single-post-meta-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dcff-single-post-body-section {
  padding: 96px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(185,138,74,.07), transparent 28%),
    #fffdf8;
}

.dcff-single-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.dcff-single-post-article {
  min-width: 0;
}

.dcff-single-post-featured {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 28px;
  background: #efe4d5;
  box-shadow: 0 26px 82px rgba(20,18,16,.12);
}

.dcff-single-post-featured img {
  display: block;
  width: 100%;
  max-height: 740px;
  object-fit: cover;
}

.dcff-single-post-content-card {
  padding: 52px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(185,138,74,.14);
  box-shadow: 0 22px 68px rgba(20,18,16,.075);
}

.dcff-single-post-content-card .dcff-post-content {
  max-width: 780px;
  margin: 0 auto;
  color: #3a342f;
  font-size: 18px;
  line-height: 1.95em;
}

.dcff-single-post-content-card .dcff-post-content > *:first-child {
  margin-top: 0;
}

.dcff-single-post-content-card .dcff-post-content p {
  margin: 0 0 1.35em;
}

.dcff-single-post-content-card .dcff-post-content h2,
.dcff-single-post-content-card .dcff-post-content h3 {
  margin: 1.2em 0 .45em !important;
  color: #141210 !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.05em !important;
}

.dcff-single-post-content-card .dcff-post-content h2 {
  font-size: clamp(38px, 3.5vw, 56px) !important;
}

.dcff-single-post-content-card .dcff-post-content h3 {
  font-size: 34px !important;
}

.dcff-single-post-content-card .dcff-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.dcff-single-post-sidebar {
  position: sticky;
  top: 138px;
  display: grid;
  gap: 18px;
}

.dcff-single-post-side-card {
  padding: 28px 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(185,138,74,.14);
  box-shadow: 0 18px 54px rgba(20,18,16,.075);
}

.dcff-single-post-side-card h3 {
  margin: 0 0 16px !important;
  color: #141210 !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px !important;
  line-height: 1em !important;
}

.dcff-single-post-side-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.dcff-single-post-side-card li {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(20,18,16,.08);
}

.dcff-single-post-side-card li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dcff-single-post-side-card li strong {
  color: #1f3a2e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dcff-single-post-side-card li span,
.dcff-single-post-side-card p {
  color: #756b60;
  font-size: 13px;
  line-height: 1.7em;
}

.dcff-single-post-question-card {
  background: #101d17;
}

.dcff-single-post-question-card h3,
.dcff-single-post-question-card .dcff-page-eyebrow {
  color: #fff !important;
}

.dcff-single-post-question-card p {
  color: rgba(255,255,255,.76) !important;
}

.dcff-single-post-related .dcff-section-title {
  margin-bottom: 42px;
}

.dcff-single-post-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.single-post #sidebar,
.single-post .et_pb_widget_area,
.single-post #comment-wrap {
  display: none !important;
}

.single-post #left-area,
.single-post #content-area,
.single-post .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

@media (max-width: 1080px) {
  .dcff-single-post-layout {
    grid-template-columns: 1fr;
  }

  .dcff-single-post-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .dcff-single-post-hero {
    padding: 82px 0 70px;
  }

  .dcff-single-post-hero-card {
    padding: 32px 24px;
    border-radius: 22px;
  }

  .dcff-single-post-hero h1 {
    font-size: 46px !important;
  }

  .dcff-single-post-body-section {
    padding: 66px 0;
  }

  .dcff-single-post-content-card {
    padding: 32px 24px;
    border-radius: 22px;
  }

  .dcff-single-post-content-card .dcff-post-content {
    font-size: 16px;
  }

  .dcff-single-post-sidebar {
    grid-template-columns: 1fr;
  }

  .dcff-single-post-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dcff-single-post-cta-actions a {
    width: 100%;
  }
}

/* =========================================================
   SHOP + SINGLE PRODUCT SYSTEM V1.3.4
========================================================= */
.dcff-shop-system-v2 .dcff-page-hero { background-position: center right; }
.dcff-shop-category-section-v2 { padding: 92px 0 76px; background: radial-gradient(circle at 12% 12%, rgba(185,138,74,.08), transparent 30%), #fffdf8; }
.dcff-shop-products-section-v2 { padding: 88px 0 106px; background: radial-gradient(circle at 84% 10%, rgba(185,138,74,.09), transparent 32%), linear-gradient(180deg,#f7f2ea 0%,#efe4d5 100%); }
.dcff-shop-help-v2 { text-align: center; }
.dcff-shop-cats-v2 a small { display:block; margin-top:8px; color:#756b60; font-family:"Montserrat",Arial,sans-serif; font-size:12px; line-height:1.55em; font-weight:600; }
.dcff-shop-cats-v2 a:hover { transform: translateY(-4px); box-shadow: 0 26px 70px rgba(20,18,16,.12); }
.dcff-products-wrap-v2 ul.products li.product { transition: transform .2s ease, box-shadow .2s ease; }
.dcff-products-wrap-v2 ul.products li.product:hover { transform: translateY(-5px); box-shadow:0 28px 72px rgba(20,18,16,.13); }
.dcff-products-wrap-v2 ul.products li.product .button { font-family:"Montserrat",Arial,sans-serif!important; font-size:10px!important; letter-spacing:.12em; text-transform:uppercase; font-weight:900!important; }
.dcff-products-wrap-v2 .woocommerce-result-count, .dcff-products-wrap-v2 .woocommerce-ordering { margin-bottom:22px!important; color:#756b60!important; font-family:"Montserrat",Arial,sans-serif!important; }
.dcff-products-wrap-v2 .woocommerce-ordering select { min-height:38px; border-radius:8px; border:1px solid rgba(31,58,46,.14); padding:0 12px; background:#fff; }

.dcff-single-product-system { background:#fffdf8; color:#3a342f; }
.dcff-product-notices .woocommerce-error,
.dcff-product-notices .woocommerce-info,
.dcff-product-notices .woocommerce-message,
body.single-product .woocommerce-error,
body.single-product .woocommerce-info,
body.single-product .woocommerce-message { max-width:none!important; width:100%!important; margin:0!important; padding:14px 8vw!important; border:0!important; border-radius:0!important; background:#b98a4a!important; color:#fff!important; font-family:"Montserrat",Arial,sans-serif!important; font-size:13px!important; font-weight:800!important; box-shadow:none!important; }
.dcff-single-product-hero { padding:86px 0 92px; background: radial-gradient(circle at 10% 10%, rgba(185,138,74,.08), transparent 32%), linear-gradient(180deg,#fffdf8 0%,#f7f2ea 100%); }
.dcff-single-product-grid { display:grid; grid-template-columns:minmax(0,1.03fr) minmax(380px,.97fr); gap:48px; align-items:start; }
.dcff-single-product-gallery-card,
.dcff-single-product-summary-card,
.dcff-single-product-details-card,
.dcff-single-product-faq-list details,
.dcff-related-product-card { background:#fff; border:1px solid rgba(185,138,74,.14); border-radius:24px; box-shadow:0 24px 70px rgba(20,18,16,.09); }
.dcff-single-product-gallery-card { padding:28px; }
.dcff-single-product-main-image { display:flex; align-items:center; justify-content:center; min-height:520px; background:#fff; border-radius:18px; overflow:hidden; }
.dcff-single-product-main-image img { display:block; width:100%; height:auto; max-height:620px; object-fit:contain; }
.dcff-single-product-thumbs { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:10px; margin-top:16px; }
.dcff-single-product-thumbs a { display:flex; align-items:center; justify-content:center; aspect-ratio:1/1; border:1px solid rgba(31,58,46,.1); border-radius:12px; overflow:hidden; background:#fff; }
.dcff-single-product-thumbs img { width:100%; height:100%; object-fit:cover; }
.dcff-single-product-summary-card { padding:42px 38px; position:sticky; top:120px; }
.dcff-single-product-summary-card h1 { margin:0 0 14px!important; color:#141210!important; font-size:clamp(42px,4.2vw,66px)!important; line-height:.98em!important; }
.dcff-single-product-price { margin:0 0 18px; color:#b98a4a; font-family:"Montserrat",Arial,sans-serif; font-size:18px; font-weight:900; }
.dcff-single-product-price del { opacity:.55; margin-right:6px; }
.dcff-single-product-price ins { text-decoration:none; }
.dcff-single-product-short { margin-bottom:22px; color:#3a342f; font-size:15px; line-height:1.8em; }
.dcff-product-merch-note { padding:18px 18px; margin:0 0 22px; border-radius:14px; background:#f7f2ea; border:1px solid rgba(185,138,74,.12); }
.dcff-product-merch-note strong { display:block; margin-bottom:6px; color:#141210; font-family:"Montserrat",Arial,sans-serif; font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.dcff-product-merch-note span { display:block; color:#756b60; font-size:13px; line-height:1.65em; }
.dcff-single-product-cart-box { margin:22px 0; padding:22px; border-radius:16px; background:#fffdf8; border:1px solid rgba(31,58,46,.08); }
.dcff-single-product-cart-box form.cart { margin:0!important; }
.dcff-single-product-cart-box table.variations { width:100%; margin:0 0 16px!important; border:0!important; }
.dcff-single-product-cart-box table.variations th,
.dcff-single-product-cart-box table.variations td { display:block; width:100%; padding:0 0 10px!important; border:0!important; text-align:left; }
.dcff-single-product-cart-box table.variations label { color:#141210; font-family:"Montserrat",Arial,sans-serif; font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.dcff-single-product-cart-box select { width:100%!important; min-height:44px; padding:0 12px; border-radius:8px; border:1px solid rgba(31,58,46,.14); background:#fff; color:#3a342f; }
.dcff-single-product-cart-box .reset_variations { display:inline-block; margin-top:4px; color:#b98a4a!important; font-size:12px; }
.dcff-single-product-cart-box .quantity { margin-right:10px!important; }
.dcff-single-product-cart-box .quantity input.qty { width:70px!important; min-height:46px; border:1px solid rgba(31,58,46,.14); border-radius:8px; background:#fff; color:#141210; font-weight:800; }
.dcff-single-product-cart-box .single_add_to_cart_button,
.dcff-single-product-cart-box button.button { min-height:46px!important; padding:13px 24px!important; border:0!important; border-radius:8px!important; background:#b98a4a!important; color:#fff!important; font-family:"Montserrat",Arial,sans-serif!important; font-size:11px!important; font-weight:900!important; letter-spacing:.14em!important; text-transform:uppercase!important; box-shadow:0 14px 30px rgba(185,138,74,.22)!important; transition:all .18s ease!important; }
.dcff-single-product-cart-box .single_add_to_cart_button:hover,
.dcff-single-product-cart-box button.button:hover { background:#9c7139!important; transform:translateY(-2px); }
.dcff-single-product-cart-box .woocommerce-variation-price { color:#b98a4a; font-weight:900; margin-bottom:12px; }
.dcff-single-product-service-list { display:grid; gap:12px; margin-top:22px; }
.dcff-single-product-service-list div { display:grid; grid-template-columns:36px 1fr; gap:12px; align-items:start; padding:14px; border:1px solid rgba(31,58,46,.09); border-radius:14px; background:#fff; }
.dcff-single-product-service-list span { width:36px; height:36px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#1f3a2e; color:#fff!important; font-weight:900; }
.dcff-single-product-service-list strong { display:block; color:#141210; font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.dcff-single-product-service-list small { display:block; margin-top:4px; color:#756b60; font-size:12px; line-height:1.55em; }
.dcff-single-product-category { margin-top:22px; padding-top:18px; border-top:1px solid rgba(31,58,46,.1); color:#756b60; font-size:13px; }
.dcff-single-product-category a { color:#b98a4a; font-weight:800; text-decoration:none; }
.dcff-single-product-info-band { padding-top:48px; padding-bottom:48px; }
.dcff-single-product-details-section { padding-top:86px; padding-bottom:92px; }
.dcff-single-product-details-card { max-width:940px; margin:0 auto; padding:42px; }
.dcff-single-product-details-card h2 { margin:0 0 18px!important; color:#141210!important; font-size:clamp(38px,4vw,58px)!important; line-height:1.02em!important; }
.dcff-single-product-description { color:#3a342f; font-size:15px; line-height:1.85em; }
.dcff-single-product-description ul { margin-left:18px; }
.dcff-single-product-attributes { margin-top:34px; padding-top:26px; border-top:1px solid rgba(31,58,46,.1); }
.dcff-single-product-attributes h3 { color:#141210!important; font-size:34px!important; margin-bottom:16px!important; }
.dcff-single-product-attributes table { width:100%; border-collapse:collapse; }
.dcff-single-product-attributes th,
.dcff-single-product-attributes td { padding:14px 0; border-bottom:1px solid rgba(31,58,46,.09); color:#3a342f; text-align:left; }
.dcff-single-product-help-section .dcff-copy-card { background:transparent; box-shadow:none; border:0; padding:0; }
.dcff-single-product-cta-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; justify-content:center; }
.dcff-copy-card .dcff-single-product-cta-actions { justify-content:flex-start; }
.dcff-home-system-btn-outline.dark { color:#141210!important; border-color:rgba(20,18,16,.18)!important; background:#fff!important; }
.dcff-single-product-faq-list { display:grid; gap:14px; }
.dcff-single-product-faq-list details { padding:0; overflow:hidden; }
.dcff-single-product-faq-list summary { cursor:pointer; padding:20px 22px; color:#141210; font-family:"Cormorant Garamond",Georgia,serif; font-size:25px; line-height:1.1em; list-style:none; }
.dcff-single-product-faq-list summary::-webkit-details-marker { display:none; }
.dcff-single-product-faq-list summary:after { content:"+"; float:right; color:#b98a4a; font-family:"Montserrat",Arial,sans-serif; font-weight:900; }
.dcff-single-product-faq-list details[open] summary:after { content:"–"; }
.dcff-single-product-faq-list p { margin:0; padding:0 22px 22px; color:#756b60; font-size:14px; line-height:1.75em; }
.dcff-single-product-related-section { padding-top:84px; padding-bottom:104px; }
.dcff-single-product-related-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.dcff-related-product-card { overflow:hidden; }
.dcff-related-product-img { display:block; height:270px; background:#fff; }
.dcff-related-product-img img { width:100%; height:100%; object-fit:cover; }
.dcff-related-product-card div { padding:22px; }
.dcff-related-product-card h3 { margin:0 0 8px!important; font-size:30px!important; line-height:1.05em!important; }
.dcff-related-product-card h3 a { color:#141210; text-decoration:none; }
.dcff-related-product-price { color:#b98a4a; font-weight:900; }
body.single-product #sidebar { display:none!important; }
body.single-product #left-area,
body.single-product #content-area,
body.single-product .container { width:100%!important; max-width:100%!important; padding:0!important; }

@media(max-width:1080px){
  .dcff-single-product-grid{grid-template-columns:1fr;gap:32px}.dcff-single-product-summary-card{position:relative;top:auto}.dcff-single-product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dcff-shop-cats-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:700px){
  .dcff-single-product-hero{padding:54px 0 64px}.dcff-single-product-gallery-card,.dcff-single-product-summary-card,.dcff-single-product-details-card{padding:24px}.dcff-single-product-main-image{min-height:320px}.dcff-single-product-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.dcff-single-product-summary-card h1{font-size:42px!important}.dcff-single-product-cart-box .single_add_to_cart_button,.dcff-single-product-cart-box button.button{width:100%!important;margin-top:10px!important}.dcff-single-product-related-grid{grid-template-columns:1fr}.dcff-related-product-img{height:240px}.dcff-shop-cats-v2{grid-template-columns:1fr!important}
}


/* =========================================================
   CONTACT PAGE V2 — FULL DESIGN RESTORE
   Fixes plugin-rendered contact page layout after Divi 5 move
========================================================= */

.dcff-contact-system-v2,
.dcff-contact-system-v2 * {
  box-sizing: border-box;
}

.dcff-contact-system-v2 {
  width: 100%;
  overflow: hidden;
  background: var(--dcff-cream);
  color: var(--dcff-text);
  font-family: "Montserrat", Arial, sans-serif;
}

.dcff-contact-system-v2 h1,
.dcff-contact-system-v2 h2,
.dcff-contact-system-v2 h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.dcff-contact-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--dcff-gold) !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dcff-contact-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.dcff-contact-button-center {
  justify-content: center;
}

.dcff-contact-btn,
.dcff-contact-btn-outline {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 180ms ease;
}

.dcff-contact-btn {
  background: var(--dcff-gold);
  border: 1px solid var(--dcff-gold);
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(185, 138, 74, 0.22);
}

.dcff-contact-btn:hover {
  background: var(--dcff-gold-dark);
  border-color: var(--dcff-gold-dark);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.dcff-contact-btn-outline {
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.34);
  color: #ffffff !important;
}

.dcff-contact-btn-outline:hover {
  border-color: var(--dcff-gold);
  color: var(--dcff-gold-light) !important;
  transform: translateY(-2px);
}

/* Hero */
.dcff-contact-hero-v2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 135px 0 125px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.dcff-contact-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 34%, rgba(185,138,74,0.16), transparent 27%),
    linear-gradient(90deg, rgba(7,17,13,0.97) 0%, rgba(16,29,23,0.88) 47%, rgba(16,29,23,0.38) 100%);
}

.dcff-contact-hero-copy-v2 {
  max-width: 720px;
}

.dcff-contact-hero-copy-v2 h1 {
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-size: clamp(50px, 5vw, 82px) !important;
  line-height: 0.96em !important;
  text-shadow: 0 18px 42px rgba(0,0,0,0.34);
}

.dcff-contact-hero-copy-v2 p {
  max-width: 650px;
  margin: 0 !important;
  color: rgba(255,255,255,0.84) !important;
  font-size: 17px;
  line-height: 1.8em;
}

/* Quick contact cards */
.dcff-contact-info-section-v2 {
  padding: 90px 0 80px;
  background:
    radial-gradient(circle at 10% 18%, rgba(185,138,74,0.07), transparent 30%),
    var(--dcff-cream);
}

.dcff-contact-section-title {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.dcff-contact-section-title h2 {
  margin: 0 0 14px !important;
  color: var(--dcff-black) !important;
  font-size: clamp(42px, 4vw, 64px) !important;
  line-height: 1.02em !important;
}

.dcff-contact-section-title p {
  max-width: 680px;
  margin: 0 auto !important;
  color: var(--dcff-muted) !important;
  font-size: 15px;
  line-height: 1.8em;
}

.dcff-contact-info-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dcff-contact-info-card-v2 {
  min-height: 220px;
  padding: 30px 22px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(185,138,74,0.14);
  border-radius: 20px;
  box-shadow: 0 18px 54px rgba(20,18,16,0.075);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.dcff-contact-info-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 72px rgba(20,18,16,0.12);
}

.dcff-contact-info-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dcff-green-mid);
  color: #ffffff;
  font-size: 17px;
  box-shadow: 0 12px 26px rgba(31,58,46,0.18);
}

.dcff-contact-info-card-v2 h3 {
  margin: 0 0 8px !important;
  color: var(--dcff-black) !important;
  font-size: 30px !important;
  line-height: 1.05em !important;
}

.dcff-contact-info-card-v2 p {
  margin: 0 0 10px !important;
  color: var(--dcff-muted) !important;
  font-size: 13px;
  line-height: 1.65em;
  word-break: break-word;
}

.dcff-contact-info-card-v2 a,
.dcff-contact-info-card-v2 span {
  color: var(--dcff-gold) !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none !important;
}

/* Main form block */
.dcff-contact-main-v2 {
  padding: 100px 0 105px;
  background:
    radial-gradient(circle at 90% 10%, rgba(185,138,74,0.08), transparent 31%),
    linear-gradient(180deg, var(--dcff-ivory) 0%, var(--dcff-beige) 100%);
}

.dcff-contact-main-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 28px 85px rgba(20,18,16,0.14);
}

.dcff-contact-main-left-v2,
.dcff-contact-form-column-v2 {
  padding: 70px 56px;
}

.dcff-contact-main-left-v2 {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(rgba(7,17,13,0.88), rgba(7,17,13,0.88)),
    url('https://dinkycreekfeatherfarm.com/wp-content/uploads/2026/03/Gold-scaled.jpg');
  background-size: cover;
  background-position: center;
}

.dcff-contact-form-column-v2 {
  background: var(--dcff-green-mid);
}

.dcff-contact-main-left-v2 h2,
.dcff-contact-form-column-v2 h3 {
  margin: 0 0 16px !important;
  color: #ffffff !important;
  line-height: 1.02em !important;
}

.dcff-contact-main-left-v2 h2 {
  font-size: clamp(42px, 4vw, 58px) !important;
}

.dcff-contact-form-column-v2 h3 {
  font-size: clamp(36px, 3vw, 46px) !important;
}

.dcff-contact-main-left-v2 p,
.dcff-contact-form-column-v2 p {
  margin: 0 !important;
  color: rgba(255,255,255,0.78) !important;
  font-size: 15px;
  line-height: 1.8em;
}

.dcff-contact-help-list-v2 {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.dcff-contact-help-list-v2 div {
  padding: 20px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.11);
}

.dcff-contact-help-list-v2 strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dcff-contact-help-list-v2 span,
.dcff-contact-help-list-v2 a {
  color: rgba(255,255,255,0.76) !important;
  font-size: 13px;
  line-height: 1.65em;
  text-decoration: none;
}

.dcff-native-contact-form {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.dcff-contact-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.dcff-native-contact-form input,
.dcff-native-contact-form select,
.dcff-native-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #ffffff !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.dcff-native-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.dcff-native-contact-form input::placeholder,
.dcff-native-contact-form textarea::placeholder,
.dcff-native-contact-form select {
  color: rgba(255,255,255,0.68) !important;
  opacity: 1;
}

.dcff-native-contact-form option {
  color: #141210;
}

.dcff-native-contact-form input:focus,
.dcff-native-contact-form select:focus,
.dcff-native-contact-form textarea:focus {
  background: rgba(255,255,255,0.12);
  border-color: rgba(217,184,130,0.52);
  box-shadow: 0 0 0 3px rgba(185,138,74,0.16);
}

.dcff-native-contact-form button {
  justify-self: end;
  min-height: 46px;
  padding: 13px 24px;
  border: 0;
  border-radius: 8px;
  background: var(--dcff-gold);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 180ms ease;
}

.dcff-native-contact-form button:hover {
  background: var(--dcff-gold-dark);
  transform: translateY(-2px);
}

.dcff-contact-alert {
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.dcff-contact-alert-success { background: rgba(55, 138, 94, 0.34); border: 1px solid rgba(255,255,255,0.14); }
.dcff-contact-alert-error { background: rgba(160, 73, 61, 0.40); border: 1px solid rgba(255,255,255,0.14); }

/* Visit section */
.dcff-visit-section-v2 {
  padding: 100px 0 105px;
  background:
    radial-gradient(circle at 12% 18%, rgba(185,138,74,0.07), transparent 30%),
    var(--dcff-cream);
}

.dcff-visit-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.dcff-visit-image-v2 img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(20,18,16,0.14);
}

.dcff-visit-content-v2 h2 {
  margin: 0 0 18px !important;
  color: var(--dcff-black) !important;
  font-size: clamp(40px, 4vw, 58px) !important;
  line-height: 1.02em !important;
}

.dcff-visit-content-v2 p {
  color: var(--dcff-text) !important;
  font-size: 15px;
  line-height: 1.9em;
}

.dcff-visit-details-v2 {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.dcff-visit-details-v2 div {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid rgba(185,138,74,0.14);
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(20,18,16,0.055);
}

.dcff-visit-details-v2 span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dcff-green-mid);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.dcff-visit-details-v2 p {
  margin: 0 !important;
  color: var(--dcff-muted) !important;
  font-size: 13px;
  line-height: 1.65em;
}

/* FAQ */
.dcff-contact-faq-section-v2 {
  padding: 95px 0 98px;
  background:
    radial-gradient(circle at 88% 8%, rgba(185,138,74,0.08), transparent 30%),
    var(--dcff-ivory);
}

.dcff-contact-faq-list-v2 {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 13px;
}

.dcff-contact-faq-list-v2 details {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(185,138,74,0.13);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(20,18,16,0.055);
}

.dcff-contact-faq-list-v2 summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  color: var(--dcff-black);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

.dcff-contact-faq-list-v2 summary::-webkit-details-marker { display: none; }

.dcff-contact-faq-list-v2 summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dcff-gold);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.dcff-contact-faq-list-v2 details[open] summary::after { content: "–"; }

.dcff-contact-faq-list-v2 details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--dcff-muted);
  font-size: 14px;
  line-height: 1.75em;
}

/* Final CTA */
.dcff-contact-final-cta-v2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0 98px;
  background-size: cover;
  background-position: center;
}

.dcff-contact-final-cta-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 20%, rgba(185,138,74,0.16), transparent 35%),
    linear-gradient(90deg, rgba(7,17,13,0.96), rgba(16,29,23,0.80));
}

.dcff-contact-final-card-v2 {
  max-width: 820px;
  margin: 0 auto;
  padding: 44px 42px;
  text-align: center;
  border-radius: 24px;
  background: rgba(7,17,13,0.42);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 28px 80px rgba(0,0,0,0.22);
  backdrop-filter: blur(8px);
}

.dcff-contact-final-card-v2 h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(42px,4vw,62px) !important;
  line-height: 1.02em !important;
}

.dcff-contact-final-card-v2 p {
  max-width: 620px;
  margin: 18px auto 0 !important;
  color: rgba(255,255,255,0.80) !important;
  font-size: 15px;
  line-height: 1.8em;
}

/* Responsive */
@media (max-width: 1080px) {
  .dcff-contact-info-grid-v2 {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .dcff-contact-main-left-v2,
  .dcff-contact-form-column-v2 {
    padding: 56px 42px;
  }
}

@media (max-width: 980px) {
  .dcff-contact-hero-v2 {
    padding: 105px 0 95px;
    background-position: center center;
  }
  .dcff-contact-main-grid-v2,
  .dcff-visit-grid-v2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .dcff-visit-grid-v2 {
    gap: 42px;
  }
  .dcff-visit-image-v2 img {
    height: 430px;
  }
}

@media (max-width: 640px) {
  .dcff-contact-hero-v2 {
    padding: 82px 0 78px;
  }
  .dcff-contact-hero-copy-v2 h1 {
    font-size: 44px !important;
  }
  .dcff-contact-button-row,
  .dcff-contact-field-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .dcff-contact-btn,
  .dcff-contact-btn-outline,
  .dcff-native-contact-form button {
    width: 100%;
  }
  .dcff-native-contact-form button {
    justify-self: stretch;
  }
  .dcff-contact-info-grid-v2 {
    grid-template-columns: 1fr;
  }
  .dcff-contact-info-section-v2,
  .dcff-contact-main-v2,
  .dcff-visit-section-v2,
  .dcff-contact-faq-section-v2,
  .dcff-contact-final-cta-v2 {
    padding: 68px 0;
  }
  .dcff-contact-main-left-v2,
  .dcff-contact-form-column-v2 {
    padding: 42px 28px;
  }
  .dcff-contact-main-grid-v2,
  .dcff-contact-final-card-v2 {
    border-radius: 18px;
  }
  .dcff-contact-final-card-v2 {
    padding: 34px 24px;
  }
  .dcff-visit-image-v2 img {
    height: 340px;
  }
}

/* =========================================================
   v1.3.7 FOOTER SUPER STRIP HARD FIX
   Ensures the bottom feature strip renders as four cards even
   if older cached markup outputs unclassed child divs.
========================================================= */
.dcff-global-footer .dcff-footer-superpowers {
  width: 100% !important;
  padding: 28px 20px !important;
  background: #07110d !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

.dcff-global-footer .dcff-footer-superpowers .dcff-footer-container {
  width: min(88%, 1040px) !important;
  max-width: 1040px !important;
  margin: 0 auto !important;
}

.dcff-global-footer .dcff-footer-super-grid {
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  justify-content: center !important;
}

.dcff-global-footer .dcff-footer-super-grid > div,
.dcff-global-footer .dcff-footer-super-card {
  min-width: 0 !important;
  padding: 20px 18px !important;
  text-align: center !important;
  background: rgba(255,255,255,0.055) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.16) !important;
}

.dcff-global-footer .dcff-footer-super-grid > div strong,
.dcff-global-footer .dcff-footer-super-card strong {
  display: block !important;
  margin: 0 0 7px !important;
  color: #ffffff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.25em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

.dcff-global-footer .dcff-footer-super-grid > div span,
.dcff-global-footer .dcff-footer-super-card span {
  display: block !important;
  margin: 0 !important;
  color: rgba(255,255,255,0.72) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.55em !important;
  white-space: normal !important;
}

@media (max-width: 980px) {
  .dcff-global-footer .dcff-footer-super-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .dcff-global-footer .dcff-footer-superpowers {
    padding: 22px 16px !important;
  }

  .dcff-global-footer .dcff-footer-superpowers .dcff-footer-container {
    width: 90% !important;
  }

  .dcff-global-footer .dcff-footer-super-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}
