/* ============================================
   FitFocused — Main Stylesheet
   fitfocused.net
   ============================================ */

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

/* ── Variables ── */
:root {
  --green:        #2D6345;
  --green-light:  #3D8A5E;
  --green-pale:   #EBF2ED;
  --gold:         #C9963E;
  --gold-light:   #F5E6C8;
  --cream:        #FAF8F3;
  --dark:         #1A1A1A;
  --mid:          #555555;
  --light:        #999999;
  --white:        #FFFFFF;
  --border:       #E2DDD5;
  --shadow-sm:    0 2px 8px rgba(0,0,0,0.06);
  --shadow-md:    0 4px 20px rgba(0,0,0,0.10);
  --shadow-lg:    0 8px 40px rgba(0,0,0,0.14);
  --radius-sm:    8px;
  --radius-md:    14px;
  --radius-lg:    24px;
  --max-width:    1160px;
  --font-head:    'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); background: var(--cream); color: var(--dark); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ── Typography ── */
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.1rem; }
p  { color: var(--mid); line-height: 1.75; }

/* ── Layout ── */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.section    { padding: 80px 0; }
.section-sm { padding: 48px 0; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 0.95rem; font-weight: 600;
  padding: 14px 28px; border-radius: 50px; border: 2px solid transparent;
  cursor: pointer; transition: all 0.2s ease; white-space: nowrap;
}
.btn-primary   { background: var(--green); color: var(--white); border-color: var(--green); }
.btn-primary:hover { background: var(--green-light); border-color: var(--green-light); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-gold      { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-gold:hover { background: #b8852e; border-color: #b8852e; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-outline   { background: transparent; color: var(--green); border-color: var(--green); }
.btn-outline:hover { background: var(--green); color: var(--white); transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.7); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); border-color: var(--white); }

/* ── Navigation ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250,248,243,0.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s ease;
}
.nav.scrolled { box-shadow: var(--shadow-md); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; max-width: var(--max-width); margin: 0 auto; padding: 0 24px;
}
.nav-logo {
  display: flex; align-items: center;
}
.nav-logo img {
  height: 66px; width: auto; display: block;
}
.nav-logo-badge { display: none; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--mid); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--green); }
.nav-cta { margin-left: 16px; padding: 10px 20px; font-size: 0.875rem; }
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.3s; }
.nav-mobile {
  display: none; flex-direction: column;
  background: var(--white); border-top: 1px solid var(--border);
  padding: 16px 24px 24px;
}
.nav-mobile a { display: block; padding: 12px 0; font-size: 1rem; font-weight: 500; color: var(--dark); border-bottom: 1px solid var(--border); }
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile .btn { margin-top: 16px; justify-content: center; width: 100%; }
.nav-mobile.open { display: flex; }

/* ── Hero ── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  background: linear-gradient(135deg, #1a3d2b 0%, #2D6345 50%, #3d8a5e 100%);
  position: relative; overflow: hidden; padding-top: 68px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 50px; margin-bottom: 24px;
}
.hero-eyebrow::before { content: '●'; color: #7dcea0; font-size: 0.6rem; }
.hero h1 { color: var(--white); margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: #a8d5b5; }
.hero p { color: rgba(255,255,255,0.8); font-size: 1.1rem; max-width: 560px; margin-bottom: 36px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.5); font-size: 0.75rem; letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-scroll-line {
  width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.4;transform:scaleY(1)} 50%{opacity:1;transform:scaleY(1.1)} }

/* ── Page Hero (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, #1a3d2b 0%, #2D6345 100%);
  padding: 120px 0 64px; text-align: center;
}
.page-hero h1 { color: var(--white); margin-bottom: 16px; }
.page-hero p  { color: rgba(255,255,255,0.75); font-size: 1.1rem; max-width: 560px; margin: 0 auto; }

/* ── Section Headers ── */
.section-header { text-align: center; margin-bottom: 56px; }
.section-header .eyebrow {
  display: inline-block; color: var(--gold); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 12px;
}
.section-header h2 { color: var(--dark); margin-bottom: 14px; }
.section-header p  { max-width: 540px; margin: 0 auto; }

/* ── Character Cards ── */
.characters-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px;
}
.character-card {
  background: var(--white); border-radius: var(--radius-md);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.character-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.character-photo {
  height: 220px; background: var(--green-pale);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.character-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.character-photo-placeholder {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--green); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-size: 2rem; color: var(--white); font-weight: 700;
}
.character-platform-badge {
  position: absolute; top: 12px; right: 12px;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(4px);
  color: var(--white); font-size: 0.7rem; font-weight: 600;
  padding: 4px 10px; border-radius: 50px;
}
.character-info { padding: 20px; }
.character-info h3 { font-size: 1.2rem; color: var(--dark); margin-bottom: 2px; }
.character-age { font-size: 0.8rem; color: var(--light); margin-bottom: 8px; }
.character-role {
  display: inline-block; background: var(--green-pale); color: var(--green);
  font-size: 0.75rem; font-weight: 600; padding: 3px 10px; border-radius: 50px;
  margin-bottom: 10px;
}
.character-info p { font-size: 0.875rem; line-height: 1.55; margin-bottom: 16px; }
.character-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--green); font-size: 0.85rem; font-weight: 600;
  transition: gap 0.2s;
}
.character-link:hover { gap: 10px; }
.character-link::after { content: '→'; }

/* ── Story Timeline ── */
.timeline { position: relative; padding-left: 32px; }
.timeline::before {
  content: ''; position: absolute; left: 8px; top: 0; bottom: 0;
  width: 2px; background: linear-gradient(to bottom, var(--green), var(--gold));
}
.timeline-phase { position: relative; margin-bottom: 56px; }
.timeline-phase::before {
  content: ''; position: absolute; left: -28px; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--green); border: 3px solid var(--cream);
  box-shadow: 0 0 0 3px var(--green);
}
.timeline-phase .phase-label {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 6px;
}
.timeline-phase h3 { color: var(--dark); margin-bottom: 6px; }
.timeline-phase .dates { font-size: 0.8rem; color: var(--light); margin-bottom: 12px; }
.timeline-phase p { font-size: 0.9rem; margin-bottom: 16px; }
.beat-list { display: flex; flex-direction: column; gap: 8px; }
.beat-item {
  display: flex; align-items: flex-start; gap: 10px;
  background: var(--white); padding: 12px 16px; border-radius: var(--radius-sm);
  border-left: 3px solid var(--green-pale);
  font-size: 0.875rem; color: var(--mid);
}
.beat-item .beat-day {
  font-weight: 700; color: var(--green); white-space: nowrap; min-width: 48px;
}

/* ── Product Cards ── */
.products-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px;
}
.product-card {
  background: var(--white); border-radius: var(--radius-md);
  overflow: hidden; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid var(--border);
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-card.featured { border: 2px solid var(--gold); }
.product-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--gold); color: var(--white);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 50px;
}
.product-cover {
  height: 200px; background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.product-cover img { width: 100%; height: 100%; object-fit: cover; }
.product-cover-placeholder {
  text-align: center; color: rgba(255,255,255,0.9);
  font-family: var(--font-head);
}
.product-cover-placeholder .big { font-size: 2.4rem; font-weight: 700; line-height: 1.1; }
.product-cover-placeholder .small { font-size: 0.8rem; opacity: 0.7; margin-top: 6px; }
.product-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.product-body h3 { color: var(--dark); margin-bottom: 8px; }
.product-body p { font-size: 0.875rem; flex: 1; margin-bottom: 20px; }
.product-includes { margin-bottom: 20px; }
.product-includes li {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.825rem; color: var(--mid); padding: 4px 0;
}
.product-includes li::before { content: '✓'; color: var(--green); font-weight: 700; }
.product-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px; border-top: 1px solid var(--border);
  background: var(--cream);
}
.product-price { font-size: 1.6rem; font-weight: 700; color: var(--dark); font-family: var(--font-head); }
.product-price span { font-size: 0.9rem; font-weight: 400; color: var(--light); }

/* ── Bundle Section ── */
.bundle-card {
  background: linear-gradient(135deg, var(--green) 0%, #1a3d2b 100%);
  border-radius: var(--radius-lg); padding: 48px; color: var(--white);
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.bundle-card h2 { color: var(--white); margin-bottom: 12px; }
.bundle-card p  { color: rgba(255,255,255,0.75); margin-bottom: 24px; }
.bundle-includes { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.bundle-tag {
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2);
  color: var(--white); font-size: 0.8rem; font-weight: 500;
  padding: 6px 14px; border-radius: 50px;
}
.bundle-price-box { text-align: center; }
.bundle-was { color: rgba(255,255,255,0.5); text-decoration: line-through; font-size: 1rem; margin-bottom: 4px; }
.bundle-now { font-family: var(--font-head); font-size: 3.5rem; font-weight: 700; color: var(--white); line-height: 1; }
.bundle-save {
  display: inline-block; background: var(--gold); color: var(--white);
  font-size: 0.75rem; font-weight: 700; padding: 4px 12px;
  border-radius: 50px; margin-top: 8px;
}

/* ── Platform Cards ── */
.platforms-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px;
}
.platform-card {
  background: var(--white); border-radius: var(--radius-md);
  padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex; flex-direction: column;
}
.platform-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.platform-icon {
  width: 52px; height: 52px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; font-size: 1.5rem;
}
.platform-icon.ig  { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.platform-icon.fb  { background: #1877F2; }
.platform-handle  { font-size: 0.8rem; color: var(--light); margin-bottom: 6px; font-weight: 500; }
.platform-card h3 { color: var(--dark); margin-bottom: 8px; font-size: 1.1rem; }
.platform-card p  { font-size: 0.875rem; flex: 1; margin-bottom: 20px; }
.platform-characters { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.char-chip {
  background: var(--green-pale); color: var(--green);
  font-size: 0.75rem; font-weight: 600; padding: 3px 10px; border-radius: 50px;
}

/* ── Email Capture ── */
.email-form { display: flex; gap: 12px; max-width: 480px; }
.email-form input {
  flex: 1; padding: 14px 20px; border: 2px solid var(--border);
  border-radius: 50px; font-family: var(--font-body); font-size: 0.95rem;
  background: var(--white); color: var(--dark); outline: none;
  transition: border-color 0.2s;
}
.email-form input:focus { border-color: var(--green); }
.email-form input::placeholder { color: var(--light); }

/* ── Leaked Content ── */
.leaked-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px;
}
.leaked-card {
  background: var(--white); border-radius: var(--radius-md);
  overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}
.leaked-preview {
  height: 180px; background: linear-gradient(135deg, #1a3d2b, #2D6345);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.leaked-lock {
  text-align: center; color: rgba(255,255,255,0.6);
  font-size: 2rem;
}
.leaked-lock p { font-size: 0.75rem; margin-top: 8px; }
.leaked-info { padding: 16px 20px; }
.leaked-info .tag {
  display: inline-block; background: var(--gold-light); color: var(--gold);
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; padding: 3px 8px; border-radius: 4px; margin-bottom: 8px;
}
.leaked-info h4 { color: var(--dark); margin-bottom: 6px; }
.leaked-info p  { font-size: 0.825rem; }

/* ── Stats Strip ── */
.stats-strip {
  background: var(--green); padding: 40px 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center;
}
.stat-item h3 { font-family: var(--font-head); font-size: 2.4rem; color: var(--white); margin-bottom: 4px; }
.stat-item p  { color: rgba(255,255,255,0.7); font-size: 0.875rem; }

/* ── Social Strip ── */
.social-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.social-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 600;
  transition: all 0.2s; border: 1.5px solid var(--border); color: var(--dark);
  background: var(--white);
}
.social-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--green); color: var(--green); }
.social-btn svg { width: 18px; height: 18px; }

/* ── Divider ── */
.divider { border: none; border-top: 1px solid var(--border); margin: 0; }

/* ── Callout Block ── */
.callout {
  background: var(--gold-light); border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 20px 24px;
}
.callout p { color: var(--dark); font-size: 0.925rem; }

/* ── Footer ── */
footer {
  background: #111; color: rgba(255,255,255,0.7);
  padding: 56px 0 24px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 48px;
}
.footer-brand .nav-logo { color: #fff; margin-bottom: 12px; }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,0.5); max-width: 260px; }
.footer-col h4 { color: var(--white); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a { display: block; color: rgba(255,255,255,0.5); font-size: 0.875rem; padding: 4px 0; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px; display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; color: rgba(255,255,255,0.3);
}

/* ── Utilities ── */
.text-center { text-align: center; }
.text-green  { color: var(--green); }
.text-gold   { color: var(--gold); }
.bg-cream    { background: var(--cream); }
.bg-white    { background: var(--white); }
.bg-green    { background: var(--green); }
.bg-sage     { background: var(--green-pale); }
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-0  { margin-bottom: 0; }
.gap-16 { gap: 16px; }
.flex  { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .bundle-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 56px 0; }
  .hero { min-height: auto; padding: 120px 0 80px; }
  .email-form { flex-direction: column; }
  .email-form input { border-radius: var(--radius-md); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .bundle-price-box .bundle-now { font-size: 2.8rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
