/*
Theme Name: OceanWP Child EN
Template: oceanwp
Version: 1.0
*/

/* ============================================
   SELECT FINDS SHOP — EN — Brand Identity
   Navy #1A1F2E | Blue #2D6FE8
   Playfair Display | DM Sans
============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --sfs-navy: #1A1F2E;
  --sfs-blue: #2D6FE8;
  --sfs-blue-dark: #1a4fc4;
  --sfs-white: #ffffff;
  --sfs-light: #f8f9fc;
  --sfs-gray: #6b7280;
  --sfs-border: #e5e7eb;
}

/* === BASE === */
body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #1A1F2E;
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #1A1F2E;
  font-weight: 700;
}

a { color: #2D6FE8; }
a:hover { color: #1a4fc4; }

/* === TOP BAR === */
#top-bar-wrap {
  background: #1A1F2E !important;
  border-bottom: none !important;
}
#top-bar-wrap * { color: #9ca3af !important; font-size: 12px; }
#top-bar-wrap a:hover { color: #ffffff !important; }

/* === HEADER === */
#site-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb !important;
  box-shadow: 0 1px 12px rgba(0,0,0,0.06) !important;
}

#site-logo a,
#site-logo .site-logo-text {
  font-family: 'Playfair Display', serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1A1F2E !important;
  letter-spacing: -0.3px;
}

/* === NAVIGATION === */
#site-navigation-wrap {
  background: transparent !important;
}

ul#site-navigation li a {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #374151 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0 16px !important;
}

ul#site-navigation li a:hover,
ul#site-navigation li.current-menu-item > a {
  color: #2D6FE8 !important;
}

ul#site-navigation li.current-menu-item > a::after {
  content: '';
  display: block;
  height: 2px;
  background: #2D6FE8;
  margin-top: 2px;
  border-radius: 2px;
}

/* === HERO BANNER === */
.sfs-hero {
  background: linear-gradient(135deg, #1A1F2E 0%, #2a3550 50%, #1e3a6e 100%);
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sfs-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 60% 40%, rgba(45,111,232,0.15) 0%, transparent 60%);
  pointer-events: none;
}

.sfs-hero-badge {
  display: inline-block;
  background: rgba(45,111,232,0.15);
  border: 1px solid rgba(45,111,232,0.4);
  color: #7eb3ff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  font-family: 'DM Sans', sans-serif;
}

.sfs-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sfs-hero h1 span {
  color: #2D6FE8;
}

.sfs-hero p {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  color: #9ca3af;
  max-width: 500px;
  margin: 0 auto 36px;
  line-height: 1.7;
  font-weight: 300;
}

.sfs-btn-primary {
  display: inline-block;
  background: #2D6FE8;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
}

.sfs-btn-primary:hover {
  background: #1a4fc4 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.sfs-btn-secondary {
  display: inline-block;
  background: transparent;
  color: #9ca3af !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 24px;
  text-decoration: none !important;
  margin-left: 12px;
  transition: color 0.2s;
}

.sfs-btn-secondary:hover { color: #ffffff !important; }

/* === TRUST BAR === */
.sfs-trust-bar {
  background: #f8f9fc;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.sfs-trust-bar span {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sfs-trust-bar span::before {
  content: '✓';
  color: #2D6FE8;
  font-weight: 700;
}

/* === SECTION HEADERS === */
.sfs-section {
  padding: 60px 40px;
}

.sfs-section-alt {
  background: #f8f9fc;
}

.sfs-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.sfs-section-header .sfs-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2D6FE8;
  margin-bottom: 10px;
}

.sfs-section-header h2 {
  font-size: clamp(24px, 3vw, 36px);
  color: #1A1F2E;
  margin-bottom: 12px;
}

.sfs-section-header p {
  font-size: 15px;
  color: #6b7280;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* === CATEGORY GRID === */
.sfs-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.sfs-category-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  text-decoration: none !important;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  display: block;
}

.sfs-category-card:hover {
  border-color: #2D6FE8;
  box-shadow: 0 4px 20px rgba(45,111,232,0.12);
  transform: translateY(-2px);
}

.sfs-category-icon {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
}

.sfs-category-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A1F2E;
  margin: 0 0 4px;
  font-style: normal;
}

.sfs-category-card p {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}

/* === PRODUCT CARDS === */
.sfs-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.sfs-product-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.15s;
  text-decoration: none !important;
  display: block;
}

.sfs-product-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.sfs-product-img {
  background: #f3f4f6;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.sfs-product-body {
  padding: 16px;
}

.sfs-product-badge {
  display: inline-block;
  background: #eff6ff;
  color: #2D6FE8;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  font-family: 'DM Sans', sans-serif;
}

.sfs-product-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1A1F2E;
  margin: 0 0 6px;
  font-style: normal;
  line-height: 1.4;
}

.sfs-product-card p {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 12px;
  line-height: 1.5;
}

.sfs-product-rating {
  color: #f59e0b;
  font-size: 13px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
}

.sfs-product-cta {
  display: block;
  background: #2D6FE8;
  color: #ffffff !important;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none !important;
  transition: background 0.2s;
}

.sfs-product-cta:hover { background: #1a4fc4 !important; color: #fff !important; }

/* === NEWSLETTER === */
.sfs-newsletter {
  background: #1A1F2E;
  padding: 60px 40px;
  text-align: center;
}

.sfs-newsletter h2 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 10px;
}

.sfs-newsletter p {
  color: #9ca3af;
  font-size: 15px;
  margin-bottom: 28px;
  font-family: 'DM Sans', sans-serif;
}

.sfs-newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 420px;
  margin: 0 auto;
  justify-content: center;
}

.sfs-newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #374151;
  border-radius: 8px;
  background: #2a3550;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
}

.sfs-newsletter-form input::placeholder { color: #6b7280; }
.sfs-newsletter-form input:focus { border-color: #2D6FE8; }

.sfs-newsletter-form button {
  background: #2D6FE8;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.sfs-newsletter-form button:hover { background: #1a4fc4; }

/* === FOOTER === */
#footer-widgets {
  background: #1A1F2E !important;
  border-top: 1px solid #2a3550;
}

#footer-widgets * { color: #9ca3af !important; }
#footer-widgets h4, #footer-widgets h5 {
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#footer-widgets a:hover { color: #ffffff !important; }

#footer-bottom {
  background: #111827 !important;
  border-top: 1px solid #1f2937;
}

#footer-bottom * { color: #6b7280 !important; font-size: 12px; }
#footer-bottom a:hover { color: #9ca3af !important; }

.footer-bottom-affiliate {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: #4b5563 !important;
  text-align: center;
  padding: 8px 0;
  border-top: 1px solid #1f2937;
}

/* === WOOCOMMERCE === */
.woocommerce ul.products li.product .price {
  color: #2D6FE8 !important;
  font-weight: 600;
}

.woocommerce a.button,
.woocommerce button.button {
  background: #2D6FE8 !important;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #1a4fc4 !important;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .sfs-hero { padding: 60px 20px; }
  .sfs-section { padding: 40px 20px; }
  .sfs-trust-bar { gap: 20px; padding: 14px 20px; }
  .sfs-newsletter { padding: 40px 20px; }
  .sfs-newsletter-form { flex-direction: column; }
  .sfs-btn-secondary { display: none; }
  .sfs-category-grid { grid-template-columns: repeat(2, 1fr); }
  .sfs-product-grid { grid-template-columns: 1fr; }
}
