/*
Theme Name: The Female Success Factor
Theme URI: https://thefemalesuccessfactor.com
Author: Kate
Description: Premium feminine theme for The Female Success Factor. Built for use with Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fsf
*/

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #2D2926;
  background-color: #F7F0EB;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ============================================================
   HEADER
   ============================================================ */
.fsf-header {
  background-color: #F7F0EB;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 0 #EBE2D8;
}

.fsf-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.fsf-header-brand a {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-decoration: none;
}

.fsf-header-site-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #2D2926;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.fsf-header-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A98A;
  font-weight: 500;
}

.fsf-header-accent {
  height: 2px;
  background-color: #C9A98A;
}

/* Navigation */
.fsf-nav-list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fsf-nav-list li a {
  display: block;
  padding: 0.4rem 0.75rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 500;
  color: #2D2926;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.fsf-nav-list li a:hover { color: #C9A98A; }

.fsf-nav-list li.current-menu-item > a { color: #C9A98A; }

/* Mobile toggle */
.fsf-mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.fsf-hamburger-bar {
  display: block;
  width: 22px;
  height: 1.5px;
  background-color: #2D2926;
  transition: transform 0.3s, opacity 0.3s;
}

/* Mobile nav open state */
.fsf-nav.is-open { display: block; }

@media (max-width: 900px) {
  .fsf-mobile-toggle { display: flex; }
  .fsf-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #F7F0EB;
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-top: 1px solid #EBE2D8;
  }
  .fsf-nav-list { flex-direction: column; align-items: flex-start; gap: 0; }
  .fsf-nav-list li a { padding: 0.75rem 0; font-size: 0.8rem; }
  .fsf-header { position: relative; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.fsf-footer {
  background-color: #2D2926;
  padding: 5rem 2rem 3rem;
}

.fsf-footer-container {
  max-width: 1160px;
  margin: 0 auto;
}

.fsf-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
}

.fsf-footer-brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  color: #F7F0EB;
  margin-bottom: 0.5rem;
}

.fsf-footer-brand-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A98A;
  margin-bottom: 1rem;
}

.fsf-footer-brand-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #B8A898;
}

.fsf-footer-col-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A98A;
  margin-bottom: 1.25rem;
  display: block;
}

.fsf-footer-links { list-style: none; padding: 0; }
.fsf-footer-links li { margin-bottom: 0.5rem; }
.fsf-footer-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  color: #B8A898;
  text-decoration: none;
  transition: color 0.2s;
}
.fsf-footer-links a:hover { color: #C9A98A; }

.fsf-footer-social {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.fsf-footer-social a {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  color: #C9A98A;
  text-decoration: none;
}

.fsf-footer-book-link {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #F7F0EB;
}

.fsf-footer-rule {
  border: none;
  border-top: 1px solid #3D3532;
  margin-bottom: 2rem;
}

.fsf-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.fsf-footer-copy,
.fsf-footer-privacy {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  color: #7A6A5A;
}

.fsf-footer-privacy a { color: #7A6A5A; text-decoration: underline; }

@media (max-width: 768px) {
  .fsf-footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .fsf-footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   ELEMENTOR HTML WIDGET COMPONENTS
   These style the raw HTML blocks inside Elementor sections.
   ============================================================ */

/* Section label (eyebrow text) */
.fsf-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: #C9A98A;
  display: block;
  margin: 0 0 1.25rem;
}

/* Goal list */
.fsf-goal-list { list-style: none; padding: 0; margin: 0; }
.fsf-goal-item {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(235,226,216,0.3);
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #2D2926;
}
.fsf-goal-item::before { content: "→"; color: #C9A98A; flex-shrink: 0; }

/* On dark backgrounds */
.fsf-dark .fsf-goal-item { color: #F7F0EB; border-bottom-color: rgba(61,53,50,0.6); }

/* Benefits / coaching grid */
.fsf-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.fsf-card {
  background-color: #F7F0EB;
  padding: 1.75rem;
}
.fsf-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #2D2926;
  margin: 0 0 0.75rem;
}
.fsf-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #7A6A5A;
  margin: 0;
}
/* Italic card titles (coaching benefits) */
.fsf-card h3.italic {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  color: #C9A98A;
  font-weight: 400;
}

/* Service tags */
.fsf-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.5rem 0; }
.fsf-tag {
  display: inline-block;
  padding: 0.55rem 1.2rem;
  border: 1px solid #C9A98A;
  background: #F7F0EB;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2D2926;
}

/* Testimonials */
.fsf-testimonial { padding: 2.5rem 0; border-bottom: 1px solid #3D3532; }
.fsf-testimonial:first-child { padding-top: 0; }
.fsf-testimonial blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-style: italic;
  line-height: 1.5;
  color: #F7F0EB;
  margin: 0 0 1.25rem;
  padding: 0;
  border: none;
}
.fsf-testimonial-meta { display: flex; align-items: center; gap: 1.5rem; }
.fsf-testimonial-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #C9A98A;
  margin: 0;
}
.fsf-testimonial-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  color: #7A6A5A;
  margin: 0;
}

/* Pull quote */
.fsf-pullquote {
  border-left: 3px solid #C9A98A;
  padding: 0.25rem 0 0.25rem 1.75rem;
  margin: 2rem 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  color: #2D2926;
}

/* Credentials */
.fsf-creds { background: #EBE2D8; padding: 2rem; margin-top: 1.5rem; }
.fsf-creds-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A98A;
  margin: 0 0 1rem;
}
.fsf-creds ul { list-style: none; padding: 0; margin: 0; }
.fsf-creds li {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #2D2926;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.fsf-creds li::before { content: "—"; position: absolute; left: 0; color: #C9A98A; }

/* Contact form */
.fsf-form { display: flex; flex-direction: column; gap: 1.1rem; }
.fsf-form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.fsf-form-field label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7A6A5A;
}
.fsf-form-field input,
.fsf-form-field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #EBE2D8;
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: #2D2926;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.fsf-form-field input:focus,
.fsf-form-field textarea:focus { border-color: #C9A98A; }
.fsf-form-field textarea { resize: vertical; min-height: 120px; }
.fsf-form-submit {
  padding: 1rem;
  background: #2D2926;
  color: #F7F0EB;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: background 0.2s, color 0.2s;
  border-radius: 0;
  width: 100%;
}
.fsf-form-submit:hover { background: #C9A98A; color: #2D2926; }

/* Notify form (coming soon) */
.fsf-notify { display: flex; gap: 0.75rem; flex-wrap: wrap; margin: 1.5rem 0; }
.fsf-notify input {
  flex: 1;
  min-width: 200px;
  padding: 0.9rem 1.1rem;
  border: 1px solid #3D3532;
  background: transparent;
  color: #F7F0EB;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}
.fsf-notify input::placeholder { color: #7A6A5A; }
.fsf-notify input:focus { border-color: #C9A98A; }
.fsf-notify button {
  padding: 0.9rem 1.75rem;
  background: #C9A98A;
  color: #2D2926;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
}

/* Photo placeholder */
.fsf-photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: #3D3532;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
.fsf-photo-placeholder p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7A6A5A;
  line-height: 1.8;
  margin-top: 1rem;
}
.fsf-photo-circle {
  width: 64px;
  height: 64px;
  border: 1px solid #7A6A5A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero nameplate */
.fsf-nameplate {
  background: #C9A98A;
  padding: 1.1rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fsf-nameplate span:first-child {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2D2926;
}
.fsf-nameplate span:last-child {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.9rem;
  font-style: italic;
  color: #2D2926;
}

/* Hero pillars */
.fsf-pillars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.5rem;
  margin-top: 0.75rem;
}
.fsf-pillar {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  color: #F7F0EB;
}
.fsf-pillar-dot { color: #4a4340; font-size: 0.5rem; }

/* Elementor button override */
.elementor-button {
  border-radius: 0 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif !important;
}

/* 404 page */
.fsf-404 {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 2rem;
}

@media (max-width: 768px) {
  .fsf-grid-3 { grid-template-columns: 1fr; }
}
@media (max-width: 900px) and (min-width: 769px) {
  .fsf-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
