/*
Theme Name: Fit With Jenn
Theme URI: https://jennfitlife.com
Author: Jenn Anderson / ChatGPT
Description: A custom feminine fitness and wellness WordPress theme for Fit With Jenn / JennFitLife.com.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: fit-with-jenn
*/

:root {
  --fwj-cream: #fbf7f1;
  --fwj-white: #ffffff;
  --fwj-blush: #e3a6a1;
  --fwj-blush-light: #f4d8d4;
  --fwj-rose: #c9827d;
  --fwj-ink: #101927;
  --fwj-muted: #667085;
  --fwj-navy: #111d2c;
  --fwj-border: rgba(17, 29, 44, .12);
  --fwj-shadow: 0 14px 34px rgba(17, 29, 44, .09);
  --fwj-serif: Georgia, 'Times New Roman', serif;
  --fwj-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f4f6f9;
  color: var(--fwj-ink);
  font-family: var(--fwj-sans);
  line-height: 1.6;
}
a { color: var(--fwj-rose); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  background: rgba(251,247,241,.96);
  border-bottom: 1px solid var(--fwj-border);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-branding a { color: var(--fwj-ink); text-decoration: none; }
.site-title {
  font-family: var(--fwj-serif);
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: .04em;
  line-height: 1;
  margin: 0;
}
.site-tagline {
  margin: 6px 0 0;
  color: var(--fwj-muted);
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.primary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu a {
  display: block;
  padding: 14px 12px;
  color: var(--fwj-ink);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .07em;
  border-bottom: 3px solid transparent;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: var(--fwj-rose);
  border-bottom-color: var(--fwj-blush);
  text-decoration: none;
}

.top-banner {
  background: var(--fwj-cream);
  border-bottom: 1px solid var(--fwj-border);
}
.top-banner-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}
.top-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.quick-intro {
  background: #fff;
  border-bottom: 1px solid var(--fwj-border);
}
.quick-intro-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
}
.quick-intro h1 {
  font-family: var(--fwj-serif);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  margin: 0 0 8px;
}
.quick-intro p {
  color: var(--fwj-muted);
  font-size: 18px;
  margin: 0;
}
.quick-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
.button, .wp-block-button__link, button, input[type='submit'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  border: 2px solid var(--fwj-navy);
  background: var(--fwj-navy);
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  cursor: pointer;
}
.button:hover, .wp-block-button__link:hover {
  background: var(--fwj-rose);
  border-color: var(--fwj-rose);
  text-decoration: none;
}
.button.secondary {
  background: transparent;
  color: var(--fwj-navy);
}
.button.secondary:hover {
  background: var(--fwj-blush-light);
}

.band {
  background: var(--fwj-navy);
  color: white;
  padding: 18px 0;
}
.band-inner {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 62px);
  flex-wrap: wrap;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: 13px;
}
.band span::before {
  content: '♡';
  color: var(--fwj-blush);
  margin-right: 10px;
}

.section { padding: clamp(48px, 7vw, 82px) 0; }
.section-title {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
}
.section-title h2 {
  font-family: var(--fwj-serif);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  margin: 0 0 12px;
}
.section-title p { color: var(--fwj-muted); font-size: 18px; margin: 0; }

.home-feed-grid {
  display: grid;
  grid-template-columns: minmax(260px, 350px) 1fr;
  gap: 22px;
  align-items: start;
}
.profile-info-card,
.feed-card,
.card,
.content-area {
  background: #fff;
  border: 1px solid var(--fwj-border);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--fwj-shadow);
}
.profile-info-card h2,
.feed-card h2 {
  margin-top: 0;
  font-family: var(--fwj-serif);
  font-size: 30px;
}
.profile-info-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.profile-info-list li {
  padding: 9px 0;
  border-top: 1px solid var(--fwj-border);
  color: #344054;
}
.service-list {
  display: grid;
  gap: 14px;
}
.service-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--fwj-border);
  border-radius: 16px;
  background: #fff;
}
.service-row .icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--fwj-blush-light);
  display: grid;
  place-items: center;
  font-size: 22px;
}
.service-row h3 { margin: 0 0 4px; }
.service-row p { margin: 0; color: var(--fwj-muted); }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card .icon {
  font-size: 34px;
  color: var(--fwj-blush);
  margin-bottom: 12px;
}
.card h3 { margin: 0 0 10px; font-size: 22px; }
.card p { color: var(--fwj-muted); margin: 0 0 18px; }

.content-area {
  margin: 44px auto;
}
.entry-title {
  font-family: var(--fwj-serif);
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1;
}
.site-footer {
  background: var(--fwj-navy);
  color: rgba(255,255,255,.82);
  padding: 42px 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-title {
  font-family: var(--fwj-serif);
  font-size: 32px;
  color: white;
}
.footer-menu {
  list-style: none;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.footer-menu a { color: white; }

@media (max-width: 900px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }
  .primary-menu { justify-content: flex-start; }
  .quick-intro-inner,
  .home-feed-grid {
    grid-template-columns: 1fr;
  }
  .quick-buttons { justify-content: flex-start; }
  .grid-3 { grid-template-columns: 1fr; }
}
