/** Shopify CDN: Minification failed

Line 300:0 Unexpected "{"
Line 301:2 Unexpected "\"current\""
Line 302:4 Unexpected "\"color_primary\""
Line 313:6 Unexpected "\"header\""
Line 314:8 Unexpected "\"type\""
Line 316:10 Unexpected "\"nav1\""
Line 316:19 Unexpected "\"type\""
Line 316:48 Expected identifier but found "\"label\""
Line 316:95 Unexpected ","
Line 317:19 Unexpected "\"type\""
... and 46 more hidden warnings

**/
/* ============================================================
   WILDMOMENT SHOPIFY THEME — COMPLETE STYLESHEET v4
   Design: Fraunces + Plus Jakarta Sans, Forest Green #2D6A4F
   ============================================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: #1A1A1A; background: #FFFFFF; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; font-weight: 700; line-height: 1.2; }

/* --- CONTAINER --- */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* --- BUTTONS --- */
.btn { display: inline-block; padding: 0.75rem 1.75rem; font-size: 0.85rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: 0.02em; border: none; cursor: pointer; transition: all 0.2s ease; text-align: center; }
.btn-primary { background: #2D6A4F; color: #FFFFFF; }
.btn-primary:hover { background: #1B4332; }
.btn-outline { background: transparent; border: 1.5px solid #1A1A1A; color: #1A1A1A; }
.btn-outline:hover { background: #1A1A1A; color: #FFFFFF; }
.btn-light { background: rgba(255,255,255,0.15); color: #FFFFFF; border: 1.5px solid rgba(255,255,255,0.4); }
.btn-light:hover { background: rgba(255,255,255,0.25); }
.btn-full { width: 100%; }

/* --- SECTION LABEL --- */
.section-label { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #2D6A4F; margin-bottom: 0.5rem; }

/* --- HEADER --- */
.site-header { position: sticky; top: 0; z-index: 100; background: #FFFFFF; border-bottom: 1px solid #E5E5E0; }
.header-inner { display: flex; align-items: center; height: 70px; gap: 1rem; }
.header-logo { flex-shrink: 0; }
.header-logo img { height: 32px; width: auto; }
.logo-text { font-family: 'Fraunces', Georgia, serif; font-size: 1.3rem; font-weight: 700; color: #1A1A1A; }
.header-nav { display: flex; gap: 1.75rem; margin-left: 3rem; flex: 1; }
.nav-link { font-size: 0.85rem; font-weight: 500; color: #6B7280; transition: color 0.2s; }
.nav-link:hover { color: #1A1A1A; }
.header-cta { margin-left: auto; white-space: nowrap; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: #1A1A1A; transition: 0.2s; }

@media (max-width: 768px) {
  .header-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; background: #FFFFFF; flex-direction: column; padding: 1.5rem; border-bottom: 1px solid #E5E5E0; gap: 1rem; z-index: 99; margin-left: 0; }
  .header-nav.active { display: flex; }
  .header-cta { display: none; }
  .mobile-toggle { display: flex; }
}

/* --- HERO --- */
.hero { background: #FFFFFF; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 85vh; align-items: center; }
.hero-content { padding: 4rem 3rem 4rem 4rem; }
.hero-content h1 { font-size: 3rem; line-height: 1.08; margin: 0.75rem 0 1rem; }
.hero-desc { color: #6B7280; line-height: 1.7; margin-bottom: 2rem; max-width: 480px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-visual { position: relative; height: 100%; min-height: 85vh; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.hero-placeholder { width: 100%; height: 100%; min-height: 85vh; background: #F5F4F0; display: flex; align-items: center; justify-content: center; color: #6B7280; font-size: 0.9rem; text-align: center; }
.hero-badge { position: absolute; background: rgba(255,255,255,0.95); padding: 0.4rem 1rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #2D6A4F; z-index: 2; }
.hero-badge-top { top: 1.5rem; left: 1.5rem; }
.hero-badge-bottom { bottom: 1.5rem; right: 1.5rem; }

@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 350px; order: -1; }
  .hero-content { padding: 2.5rem 1.5rem; }
  .hero-content h1 { font-size: 2rem; }
  .hero-placeholder { min-height: 350px; }
}

/* --- TRUST --- */
.trust-section { padding: 4rem 0; border-bottom: 1px solid #E5E5E0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.trust-item h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.trust-item p { font-size: 0.85rem; color: #6B7280; line-height: 1.6; }
@media (max-width: 768px) { .trust-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* --- FEATURED --- */
.featured-section { padding: 5rem 0; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.5rem; }
.section-header h2 { font-size: 1.8rem; margin-top: 0.25rem; }
.section-header-center { text-align: center; margin-bottom: 3rem; }
.section-header-center h1, .section-header-center h2 { font-size: 2.2rem; margin-top: 0.25rem; }
.section-header-center .page-subtitle { color: #6B7280; max-width: 600px; margin: 0.75rem auto 0; line-height: 1.7; }

/* --- VIDEO GRID --- */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 768px) { .video-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } }
@media (max-width: 480px) { .video-grid { grid-template-columns: 1fr; } }

/* --- PRODUCT CARD --- */
.product-card { background: #FFFFFF; overflow: hidden; transition: transform 0.2s; }
.product-card:hover { transform: translateY(-3px); }
.card-image { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #F5F4F0; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #6B7280; font-size: 0.8rem; }
.card-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.5rem; font-weight: 700; color: rgba(255,255,255,0.3); letter-spacing: 0.2em; pointer-events: none; }
.card-category { position: absolute; top: 0.75rem; left: 0.75rem; background: rgba(0,0,0,0.7); color: #FFFFFF; font-size: 0.65rem; font-weight: 600; padding: 0.25rem 0.6rem; text-transform: uppercase; letter-spacing: 0.05em; }
.card-info { padding: 1rem 0.25rem; }
.card-info h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.9rem; font-weight: 600; margin-bottom: 0.25rem; }
.card-creator { font-size: 0.75rem; color: #6B7280; }

/* --- TICKER --- */
.ticker-section { padding: 2rem 0; border-top: 1px solid #E5E5E0; border-bottom: 1px solid #E5E5E0; overflow: hidden; }
.ticker-label { text-align: center; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #6B7280; margin-bottom: 1rem; }
.ticker-track { overflow: hidden; }
.ticker-inner { display: flex; gap: 2rem; white-space: nowrap; width: max-content; animation: ticker 30s linear infinite; }
.ticker-item { font-family: 'Fraunces', Georgia, serif; font-size: 1.1rem; font-weight: 600; color: #1A1A1A; opacity: 0.5; }
.ticker-dot { color: #2D6A4F; opacity: 0.4; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* --- HOW IT WORKS / STEPS --- */
.how-section { padding: 5rem 0; background: #F5F4F0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.step { padding: 2rem; background: #FFFFFF; }
.step-num { font-family: 'Fraunces', Georgia, serif; font-size: 2rem; font-weight: 700; color: #2D6A4F; margin-bottom: 1rem; }
.step h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.step p { font-size: 0.85rem; color: #6B7280; line-height: 1.6; }
@media (max-width: 768px) { .steps-grid { grid-template-columns: 1fr; } }

/* --- CREATOR SECTION --- */
.creator-section { padding: 5rem 0; background: #F5F4F0; }
.creator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.creator-content h2 { font-size: 2rem; margin: 0.75rem 0 1rem; }
.creator-content p { color: #6B7280; line-height: 1.7; margin-bottom: 1.5rem; }
.creator-visual { position: relative; overflow: hidden; min-height: 400px; background: #E5E5E0; }
.creator-visual img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.creator-placeholder { width: 100%; height: 100%; min-height: 400px; display: flex; align-items: center; justify-content: center; color: #6B7280; font-size: 0.9rem; }
.check-list { margin-bottom: 2rem; }
.check-list li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; font-size: 0.9rem; color: #4B5563; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; color: #2D6A4F; font-weight: 700; }
@media (max-width: 768px) { .creator-grid { grid-template-columns: 1fr; gap: 2rem; } .creator-visual { order: -1; min-height: 300px; } .creator-placeholder { min-height: 300px; } }

/* --- DONATION --- */
.donation-section { padding: 5rem 0; background: #1B4332; color: #FFFFFF; text-align: center; position: relative; background-size: cover; background-position: center; }
.donation-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(27, 67, 50, 0.85); }
.donation-content { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.donation-icon { margin-bottom: 1rem; }
.donation-label { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 0.5rem; }
.donation-content h2 { font-size: 2rem; margin-bottom: 1rem; }
.donation-content p { color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 2rem; }

/* --- CTA --- */
.cta-section { padding: 5rem 0; text-align: center; border-top: 1px solid #E5E5E0; }
.cta-content h2 { font-size: 2rem; margin-bottom: 0.75rem; }
.cta-content p { color: #6B7280; max-width: 600px; margin: 0 auto 2rem; line-height: 1.7; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* --- FOOTER --- */
.footer-donation-bar { background: #2D6A4F; color: #FFFFFF; text-align: center; padding: 0.75rem 1rem; font-size: 0.8rem; }
.site-footer { background: #1A1A1A; color: #FFFFFF; padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .logo-text { color: #FFFFFF; margin-bottom: 0.75rem; display: block; }
.footer-brand p { color: rgba(255,255,255,0.5); font-size: 0.85rem; line-height: 1.6; }
.footer-links h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); margin-bottom: 1rem; }
.footer-links a { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-links a:hover { color: #FFFFFF; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; }
.footer-bottom p { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* --- PAGE SECTIONS --- */
.page-section { padding: 5rem 0; }
.page-body, .rte { max-width: 800px; margin: 0 auto; color: #4B5563; line-height: 1.8; }
.page-body p, .rte p { margin-bottom: 1.5rem; }
.empty-state { color: #6B7280; text-align: center; padding: 3rem; grid-column: 1 / -1; }

/* --- PRODUCT PAGE --- */
.product-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: start; }
.video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; }
.video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.product-image-wrap { position: relative; }
.watermark-overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 2rem; font-weight: 700; color: rgba(255,255,255,0.3); letter-spacing: 0.2em; pointer-events: none; z-index: 1; }
.video-meta-bar { display: flex; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid #E5E5E0; font-size: 0.8rem; color: #6B7280; flex-wrap: wrap; }
.product-title { font-size: 1.8rem; margin: 0.5rem 0 1rem; }
.product-desc { color: #6B7280; line-height: 1.7; margin-bottom: 2rem; }
.license-sidebar { padding: 2rem; background: #F5F4F0; position: sticky; top: 90px; }
.license-sidebar h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.sidebar-desc { font-size: 0.85rem; color: #6B7280; margin-bottom: 1.5rem; line-height: 1.6; }
.sidebar-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #6B7280; margin-bottom: 0.5rem; }
.usage-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; }
.usage-tag { padding: 0.35rem 0.75rem; font-size: 0.75rem; font-weight: 600; background: #FFFFFF; border: 1px solid #E5E5E0; color: #4B5563; }
.license-note { font-size: 0.75rem; color: #6B7280; text-align: center; margin-top: 0.75rem; }
@media (max-width: 768px) { .product-layout { grid-template-columns: 1fr; } }

/* --- MODAL --- */
.modal-backdrop { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 1000; align-items: center; justify-content: center; }
.modal-backdrop.active { display: flex; }
.modal { background: #FFFFFF; width: 90%; max-width: 600px; max-height: 90vh; overflow-y: auto; padding: 2.5rem; position: relative; }
.modal-close { position: absolute; top: 1rem; right: 1.5rem; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #6B7280; }
.modal h2 { font-size: 1.5rem; margin-bottom: 0.25rem; }
.modal-subtitle { color: #6B7280; font-size: 0.85rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid #E5E5E0; }

/* --- FORMS --- */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 600; margin-bottom: 0.35rem; color: #1A1A1A; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.65rem 0.85rem; border: 1px solid #E5E5E0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.85rem; background: #FFFFFF; transition: border-color 0.2s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #2D6A4F; }
.filter-select { padding: 0.5rem 0.75rem; border: 1px solid #E5E5E0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.8rem; background: #FFFFFF; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }

/* --- PILL BUTTONS --- */
.pill-group { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pill-btn { padding: 0.45rem 1rem; font-size: 0.8rem; font-weight: 500; font-family: 'Plus Jakarta Sans', sans-serif; background: #FFFFFF; border: 1.5px solid #E5E5E0; color: #4B5563; cursor: pointer; transition: all 0.15s; }
.pill-btn:hover { border-color: #2D6A4F; color: #2D6A4F; }
.pill-btn.selected { background: #2D6A4F; border-color: #2D6A4F; color: #FFFFFF; }

/* --- LIBRARY CONTROLS --- */
.library-controls { margin-bottom: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.search-bar { flex: 1; min-width: 200px; }
.search-input { width: 100%; padding: 0.65rem 1rem; border: 1px solid #E5E5E0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.85rem; }
.search-input:focus { outline: none; border-color: #2D6A4F; }
.filter-bar { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.pagination { text-align: center; margin-top: 3rem; }

/* --- LICENSING PAGE --- */
.licensing-usage-section { margin: 3rem 0; }
.licensing-usage-section h2 { margin-bottom: 0.5rem; }
.usage-intro { color: #6B7280; margin-bottom: 2rem; max-width: 600px; }
.usage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.usage-card { padding: 1.5rem; border: 1px solid #E5E5E0; }
.usage-card h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.usage-card p { font-size: 0.85rem; color: #6B7280; line-height: 1.6; }
.licensing-included { margin: 3rem 0; padding: 2.5rem; background: #F5F4F0; }
.licensing-included h2 { margin-bottom: 1.5rem; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.included-item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.95rem; }
.included-check { color: #2D6A4F; font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }
.licensing-faq { margin: 3rem 0; }
.licensing-faq h2 { margin-bottom: 2rem; }
.faq-item { border-bottom: 1px solid #E5E5E0; padding: 1.25rem 0; }
.faq-item h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.95rem; font-weight: 600; margin-bottom: 0.5rem; }
.faq-item p { font-size: 0.85rem; color: #6B7280; line-height: 1.6; }
@media (max-width: 768px) { .usage-grid { grid-template-columns: 1fr 1fr; } .included-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .usage-grid { grid-template-columns: 1fr; } }

/* --- CREATORS PAGE --- */
.creators-offer { margin: 2rem 0 3rem; }
.creators-offer h2 { margin-bottom: 0.5rem; }
.offer-intro { color: #6B7280; margin-bottom: 2rem; max-width: 600px; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.offer-card { padding: 1.75rem; border: 1px solid #E5E5E0; }
.offer-card h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.offer-card p { font-size: 0.85rem; color: #6B7280; line-height: 1.6; }
.creators-donation { margin: 3rem 0; padding: 2.5rem; background: #F0F7F4; border-left: 4px solid #2D6A4F; }
.creators-donation h2 { font-size: 1.2rem; margin-bottom: 0.75rem; color: #1B4332; }
.creators-donation p { color: #4B5563; line-height: 1.7; max-width: 700px; }
.creators-cta { text-align: center; margin-top: 3rem; padding-top: 3rem; border-top: 1px solid #E5E5E0; }
.creators-cta h2 { margin-bottom: 0.5rem; }
.creators-cta > p { color: #6B7280; margin-bottom: 1.5rem; max-width: 500px; margin-left: auto; margin-right: auto; }
.creator-form-wrap { max-width: 600px; margin: 2rem auto 0; padding: 2rem; background: #F5F4F0; text-align: left; }
@media (max-width: 768px) { .offer-grid { grid-template-columns: 1fr; } }

/* --- ABOUT PAGE --- */
.about-body { max-width: 800px; margin: 0 auto 3rem; }
.about-body p { color: #4B5563; line-height: 1.8; margin-bottom: 1.5rem; }
.about-stats { display: flex; justify-content: center; gap: 4rem; margin: 3rem 0; padding: 3rem 0; border-top: 1px solid #E5E5E0; border-bottom: 1px solid #E5E5E0; }
.stat-item { text-align: center; }
.stat-num { display: block; font-family: 'Fraunces', Georgia, serif; font-size: 2.2rem; font-weight: 700; color: #2D6A4F; }
.stat-label { display: block; font-size: 0.8rem; color: #6B7280; margin-top: 0.25rem; }
.about-donation { max-width: 700px; margin: 2rem auto 0; padding: 2.5rem; background: #F0F7F4; border-left: 4px solid #2D6A4F; }
.about-donation h2 { font-size: 1.2rem; margin-bottom: 0.75rem; color: #1B4332; }
.about-donation p { color: #4B5563; line-height: 1.7; }
@media (max-width: 768px) { .about-stats { flex-direction: column; gap: 1.5rem; align-items: center; } }

/* --- CONTACT PAGE --- */
.contact-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3rem; max-width: 900px; margin: 0 auto; }
.contact-form-wrap { padding: 2rem; background: #F5F4F0; }
.contact-form-wrap h3 { margin-bottom: 1.5rem; }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-info-card { padding: 1.5rem; border: 1px solid #E5E5E0; }
.contact-info-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.contact-info-card p { font-size: 0.85rem; color: #6B7280; margin-bottom: 0.5rem; }
.contact-info-card a { font-size: 0.9rem; font-weight: 600; color: #2D6A4F; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }

/* --- 404 --- */
.error-page { text-align: center; padding: 8rem 2rem; }
.error-code { font-family: 'Fraunces', Georgia, serif; font-size: 6rem; font-weight: 700; color: #E5E5E0; }
.error-page h1 { font-size: 1.8rem; margin: 1rem 0 0.5rem; }
.error-page p { color: #6B7280; margin-bottom: 2rem; }
{
  "current": {
    "color_primary": "#2D6A4F",
    "color_primary_dark": "#1B4332",
    "color_text": "#1A1A1A",
    "color_text_muted": "#6B7280",
    "color_background": "#FFFFFF",
    "color_warm_bg": "#F5F4F0",
    "color_border": "#E5E5E0",
    "email_licensing": "licensing@viralanimalclips.com",
    "email_creators": "creators@viralanimalclips.com",
    "email_general": "hello@viralanimalclips.com",
    "sections": {
      "header": {
        "type": "header",
        "blocks": {
          "nav1": {"type": "link", "settings": {"label": "Videos", "link": "/collections/all"}},
          "nav2": {"type": "link", "settings": {"label": "Licensing", "link": "/pages/how-licensing-works"}},
          "nav3": {"type": "link", "settings": {"label": "For Creators", "link": "/pages/for-creators"}},
          "nav4": {"type": "link", "settings": {"label": "About", "link": "/pages/about"}},
          "nav5": {"type": "link", "settings": {"label": "Contact", "link": "/pages/contact"}}
        },
        "block_order": ["nav1", "nav2", "nav3", "nav4", "nav5"],
        "settings": {
          "logo_text": "WildMoment",
          "cta_text": "Request Footage"
        }
      },
      "footer": {
        "type": "footer",
        "blocks": {
          "f1": {"type": "col1_link", "settings": {"label": "All Videos", "link": "/collections/all"}},
          "f2": {"type": "col1_link", "settings": {"label": "Dogs", "link": "/collections/dogs"}},
          "f3": {"type": "col1_link", "settings": {"label": "Cats", "link": "/collections/cats"}},
          "f4": {"type": "col1_link", "settings": {"label": "Wildlife", "link": "/collections/wildlife"}},
          "f5": {"type": "col2_link", "settings": {"label": "How Licensing Works", "link": "/pages/how-licensing-works"}},
          "f6": {"type": "col2_link", "settings": {"label": "For Creators", "link": "/pages/for-creators"}},
          "f7": {"type": "col2_link", "settings": {"label": "About", "link": "/pages/about"}},
          "f8": {"type": "col2_link", "settings": {"label": "Contact", "link": "/pages/contact"}},
          "f9": {"type": "col2_link", "settings": {"label": "Privacy Policy", "link": "/pages/privacy-policy"}},
          "f10": {"type": "col2_link", "settings": {"label": "Terms of Service", "link": "/pages/terms-of-service"}}
        },
        "block_order": ["f1", "f2", "f3", "f4", "f5", "f6", "f7", "f8", "f9", "f10"],
        "settings": {
          "donation_bar_text": "5% of every licensing fee is donated to wildlife conservation",
          "brand_name": "WildMoment",
          "brand_desc": "Professional viral video licensing for publishers, brands, and media companies. Specializing in animal and feel-good content.",
          "col1_title": "Library",
          "col2_title": "Company",
          "col3_title": "Contact"
        }
      }
    }
  }
}
/* Conservation page */
.conservation-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 3rem 0;
  padding: 2.5rem;
  background: #F0F7F4;
  border-radius: 2px;
}
.conservation-stat { text-align: center; }
.conservation-stat .stat-number {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2D6A4F;
}
.conservation-stat .stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
}
.conservation-how {
  margin: 3rem 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E5E5E0;
}
.conservation-how > p {
  color: #6B7280;
  margin-bottom: 2rem;
  max-width: 600px;
}
.conservation-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.conservation-step { padding: 1.5rem; background: #FAFAF8; border: 1px solid #E5E5E0; }
.conservation-step .step-num {
  width: 32px; height: 32px;
  background: #2D6A4F; color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 700;
  margin-bottom: 1rem;
}
.conservation-step h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.conservation-step p { font-size: 0.85rem; color: #6B7280; line-height: 1.6; }
.conservation-partners { margin: 3rem 0; }
.partners-intro { color: #6B7280; margin-bottom: 2rem; max-width: 600px; }
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.partner-card {
  padding: 2rem;
  border: 1px solid #E5E5E0;
  border-radius: 2px;
}
.partner-logo { margin-bottom: 1rem; }
.partner-logo img { max-height: 60px; width: auto; }
.partner-logo-placeholder {
  width: 60px; height: 60px;
  background: #F0F7F4;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.5rem; font-weight: 700; color: #2D6A4F;
}
.partner-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.partner-card p { font-size: 0.85rem; color: #6B7280; line-height: 1.6; margin-bottom: 0.75rem; }
.partner-link {
  font-size: 0.85rem; font-weight: 600; color: #2D6A4F;
  text-decoration: none;
}
.partner-link:hover { text-decoration: underline; }
.conservation-mission {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.mission-image img { width: 100%; height: auto; }
.mission-content h2 { margin-bottom: 1rem; }
.mission-text p { color: #4B5563; line-height: 1.8; margin-bottom: 1rem; }
.conservation-cta {
  text-align: center;
  margin-top: 3rem;
  padding: 3rem;
  background: #F0F7F4;
  border-radius: 2px;
}
.conservation-cta h2 { margin-bottom: 0.5rem; }
.conservation-cta > p { color: #6B7280; margin-bottom: 1.5rem; max-width: 500px; margin-left: auto; margin-right: auto; }
@media (max-width: 768px) {
  .conservation-stats { flex-direction: column; gap: 1.5rem; }
  .conservation-steps { grid-template-columns: 1fr; }
  .conservation-mission { grid-template-columns: 1fr; }
}/* Conservation page fixes */
.conservation-how {
  text-align: center;
  max-width: 800px;
  margin: 3rem auto;
}
.conservation-how h2 {
  margin-bottom: 1rem;
}
.conservation-how > p {
  color: #6B7280;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.conservation-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}
.conservation-step {
  padding: 2rem 1.5rem;
  background: #F5F4F0;
}
.conservation-step .step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2D6A4F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.conservation-step h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.conservation-step p {
  font-size: 0.85rem;
  color: #6B7280;
  line-height: 1.6;
}
.conservation-mission {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: stretch;
}
.mission-image {
  overflow: hidden;
  border-radius: 2px;
}
.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mission-content h2 {
  margin-bottom: 1rem;
}
.mission-text p {
  color: #4B5563;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .conservation-steps { grid-template-columns: 1fr; }
  .conservation-mission { grid-template-columns: 1fr; }
}

