/* === Shared Styles === */
:root {
  --font-heading: 'Montserrat', sans-serif !important;
  --font-body: 'Inter', sans-serif !important;
  --color-primary: #0b1e3c !important;
  --color-secondary: #737786 !important;
  --color-accent: #c52829 !important;
}

h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); }

body, p, li, td, th, span, div { font-family: var(--font-body); }

body{margin:0;padding:0;}

:root {
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #64748b; font-size: 16px; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Hero */
    .bio-hero { background: #f8fafc; padding: 5rem 0; text-align: center; }

.bio-hero h1 { font-size: 2.5rem; margin-bottom: 0.5rem; color: #64748b; }

.bio-hero .title { font-size: 1.25rem; color: #64748b; margin-bottom: 1rem; }

.bio-hero p { font-size: 1.125rem; color: #64748b; max-width: 600px; margin: 0 auto; }

/* Bio Section */
    .bio-content { padding: 5rem 0; }

.bio-main { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }

.bio-text h2 { font-size: 2rem; margin-bottom: 1.5rem; color: #64748b; }

@media (max-width: 768px) {
      .bio-main { grid-template-columns: 1fr; }
      .bio-hero h1 { font-size: 2rem; }
    }

/* === Mike-bio-copy page styles === */
.page-Mike-bio-copy .bio-text p { color: #64748b; margin-bottom: 1.5rem; line-height: 1.8; }

.page-Mike-bio-copy .bio-image { background: #ffffff; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #94a3b8; overflow: hidden; }

.page-Mike-bio-copy .bio-image img { width: 70%; height: auto; object-fit: contain; border-radius: 12px; display: block; margin: 0 auto; }

/* === Sarai-bio-copy-copy page styles === */
.page-Sarai-bio-copy-copy .bio-text p { color: #64748b; margin-bottom: 1.5rem; line-height: 1.8; font-family: 'Inter', sans-serif; font-size: 16px; }

.page-Sarai-bio-copy-copy .bio-image { background: #ffffff; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #94a3b8; overflow: hidden; }

.page-Sarai-bio-copy-copy .bio-image img { width: 70%; height: auto; object-fit: contain; border-radius: 12px; display: block; margin: 0 auto; }

/* === Team page styles === */
.page-Team { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #333; }

/* Hero */
    .page-Team .about-hero { background: #f8fafc; padding: 5rem 0; text-align: center; }

.page-Team .about-hero h1 { font-size: 2.5rem; margin-bottom: 1rem; color: #1e293b; }

.page-Team .about-hero p { font-size: 1.125rem; color: #64748b; max-width: 600px; margin: 0 auto; }

/* Story Section */
    .page-Team .story { padding: 5rem 0; }

.page-Team .story-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

.page-Team .story h2 { font-size: 2rem; margin-bottom: 1rem; color: #1e293b; }

.page-Team .story p { color: #64748b; margin-bottom: 1rem; }

.page-Team .story-image { background: #e2e8f0; border-radius: 12px; height: 400px; display: flex; align-items: center; justify-content: center; color: #94a3b8; }

/* Team Section */
    .page-Team .team { padding: 5rem 0; background: #f8fafc; }

.page-Team .team h2 { text-align: center; font-size: 2rem; margin-bottom: 3rem; }

.page-Team .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }

.page-Team .team-member { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.05); text-align: center; }

.page-Team .team-photo { background: #e2e8f0; height: 200px; display: flex; align-items: center; justify-content: center; color: #94a3b8; }

.page-Team .team-info { padding: 1.5rem; }

.page-Team .team-info h3 { margin-bottom: 0.25rem; color: #1e293b; }

.page-Team .team-info p { color: #64748b; font-size: 0.875rem; }

/* Values */
    .page-Team .values { padding: 5rem 0; }

.page-Team .values h2 { text-align: center; font-size: 2rem; margin-bottom: 3rem; }

.page-Team .values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }

.page-Team .value-card { padding: 2rem; border: 2px solid #e2e8f0; border-radius: 12px; }

.page-Team .value-card h3 { margin-bottom: 0.5rem; color: #1e293b; }

.page-Team .value-card p { color: #64748b; }

@media (max-width: 768px) {
  .page-Team .story-content { grid-template-columns: 1fr; }
}

/* === derrin-bio-copy page styles === */
.page-derrin-bio-copy .bio-text p { color: #64748b; margin-bottom: 1.5rem; line-height: 1.8; font-size: 16px; font-family: 'Inter', sans-serif; }

.page-derrin-bio-copy .bio-image { background: transparent; border-radius: 12px; height: 700px; display: flex; align-items: flex-start; justify-content: center; color: #94a3b8; overflow: hidden; }

.page-derrin-bio-copy .bio-image img { width: 100%; height: 100%; object-fit: contain; object-position: top center; }

/* === marc-bio page styles === */
.page-marc-bio .bio-text p { color: #64748b; margin-bottom: 1.5rem; line-height: 1.8; }

.page-marc-bio .bio-image { background: transparent; border-radius: 12px; height: 700px; display: flex; align-items: center; justify-content: center; color: #94a3b8; overflow: hidden; }

.page-marc-bio .bio-image img { width: 100%; height: 100%; object-fit: cover; }