 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --red: #C8003C;
    --red-light: #f5e6ec;
    --warm-white: #faf9f7;
    --off-white: #f2f0ec;
    --dark: #1a1a1a;
    --muted: /* #6b6560;*/ #796a6a;
    --border: #e2ddd8;
  }
  html { scroll-behavior: smooth; }
  body { font-family: "DM Sans", sans-serif; background: var(--warm-white); color: var(--dark); font-size: 16px; line-height: 1.7; }

  nav { position: sticky; top: 0; z-index: 100; background: var(--warm-white); border-bottom: 1px solid var(--border); height: 68px; }
  .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 68px; }
  .nav-logo img { height: 34px; display: block; }
  .nav-tagline {     font-size: 10px; letter-spacing: 0.02em; color: #443131; margin-top: -1px; margin-left: 6px;}
  .nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
  .nav-links a { text-decoration: none; color: var(--dark); font-size: 14px; transition: color 0.2s; }
  .nav-links a:hover { color: var(--red); }
  .nav-cta { background: var(--red) !important; color: white !important; padding: 9px 20px; border-radius: 4px; font-weight: 500; }
  .nav-cta:hover { opacity: 0.85; }

  .hero { display: grid; grid-template-columns: 1fr 420px; min-height: 88vh; max-width: 1200px; margin: 0 auto; padding: 0 2rem; align-items: center; gap: 4rem; }
  .hero-text { padding: 4rem 0; }
  .hero-eyebrow { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 1.5rem; font-weight: 500; }
  .hero-h1 { font-family: "Lora", serif; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.2; font-weight: 600; margin-bottom: 1.5rem; }
  .hero-h1 em { font-style: italic; color: var(--red); }
  .hero-lead { font-size: 1.1rem; color: var(--muted); max-width: 520px; margin-bottom: 2.5rem; line-height: 1.8; font-weight: 300; }
  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
  .btn-primary { background: var(--red); color: white; padding: 14px 28px; border-radius: 4px; text-decoration: none; font-weight: 500; font-size: 15px; transition: opacity 0.2s; display: inline-block; }
  .btn-primary:hover { opacity: 0.85; }
  .btn-secondary { border: 1px solid var(--border); color: var(--dark); padding: 14px 28px; border-radius: 4px; text-decoration: none; font-size: 15px; transition: border-color 0.2s, color 0.2s; display: inline-block; }
  .btn-secondary:hover { border-color: var(--red); color: var(--red); }
  .hero-image { position: relative; height: 580px; display: flex; align-items: flex-end; }
  .hero-image-bg { position: absolute; /* inset: 40px 0 0 40px; */ background: var(--red-light); border-radius: 8px; bottom: -24px; left: -24px; width: 95%; height:95%; }
  .hero-image img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 8px; }

  .page-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .section-divider { border: none; border-top: 1px solid var(--border); /* max-width: 1200px; */ margin: 0 auto; }

  .tracks { max-width: 1200px; margin: 0 auto; padding: 6rem 2rem; }
  .section-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; font-weight: 500; }
  .tracks h2 { font-family: "Lora", serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; max-width: 600px; line-height: 1.3; margin-bottom: 1rem; }
  .tracks-lead { color: var(--muted); max-width: 560px; margin-bottom: 3.5rem; font-weight: 300; }
  .tracks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .track-card { border: 1px solid var(--border); border-radius: 8px; padding: 2.5rem; background: white; transition: box-shadow 0.2s, transform 0.2s; text-decoration: none; color: inherit; display: block; }
  .track-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.07); transform: translateY(-2px); }
  .track-tag { display: inline-block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); background: var(--red-light); padding: 4px 10px; border-radius: 3px; margin-bottom: 1.25rem; font-weight: 500; }
  .track-card h3 { font-family: "Lora", serif; font-size: 1.4rem; font-weight: 600; margin-bottom: 0.75rem; line-height: 1.3; }
  .track-card p { color: var(--muted); font-size: 15px; margin-bottom: 1.5rem; font-weight: 300; line-height: 1.7; }
  .track-services { list-style: none; border-top: 1px solid var(--border); padding-top: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; }
  .track-services li { font-size: 14px; color: var(--dark); display: flex; align-items: flex-start; gap: 0.6rem; }
  .track-services li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--red); flex-shrink: 0; margin-top: 8px; }

  .about { background: var(--off-white); padding: 6rem 2rem; }
  .about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 340px 1fr; gap: 5rem; align-items: center; }
  .about-image { position: relative; height: 440px; }
  .about-image-accent { position: absolute; bottom: -16px; right: -16px; width: 70%; height: 70%; background: var(--red-light); border-radius: 8px; }
  .about-image img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: 40% top; border-radius: 8px; }
  .about-text h2 { font-family: "Lora", serif; font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 600; margin-bottom: 1.25rem; line-height: 1.3; }
  .about-quote { font-family: "Lora", serif; font-style: italic; font-size: 1.15rem; color: var(--dark); line-height: 1.7; border-left: 3px solid var(--red); padding-left: 1.5rem; margin-bottom: 1.5rem; }
  .about-text p { color: var(--muted); margin-bottom: 1rem; font-weight: 300; line-height: 1.8; }
  .about-credentials { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
  .credential { font-size: 12px; border: 1px solid var(--border); padding: 5px 12px; border-radius: 20px; color: var(--muted); background: white; }

  .testimonials { max-width: 1200px; margin: 0 auto; padding: 6rem 2rem; }
  .testimonials h2 { font-family: "Lora", serif; font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 600; margin-bottom: 3rem; line-height: 1.3; }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .testimonial { background: white; border: 1px solid var(--border); border-radius: 8px; padding: 2rem; }
  .testimonial-text { font-family: "Lora", serif; font-style: italic; font-size: 15px; line-height: 1.8; color: var(--dark); margin-bottom: 1.5rem; }
  .testimonial-author { font-size: 13px; color: var(--muted); font-weight: 500; }

  .cta-block { background: #3D081E; padding: 6rem 2rem; text-align: center; }
  .cta-block-inner { max-width: 580px; margin: 0 auto; }
  .cta-block .section-label { color: rgba(255,255,255,0.35); }
  .cta-block h2 { font-family: "Lora", serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; color: white; margin-bottom: 1rem; line-height: 1.3; }
  .cta-block p { color: rgba(255,255,255,0.55); margin-bottom: 2.5rem; font-weight: 300; line-height: 1.8; }
  .cta-block .btn-primary { font-size: 16px; padding: 16px 36px; }
  .sub-note { font-size: 13px; color: rgba(255,255,255,0.3); margin-top: 1rem; margin-bottom: 0 !important; }

  footer { background: #270815; border-top: 1px solid #2a0011; padding: 2.5rem 2rem; }
  .footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
  .footer-logo img { height: 26px; opacity: 0.85; }
  .footer-info { font-size: 13px; color: rgba(255,255,255,0.4); text-align: right; line-height: 1.9; }
  .footer-info a { color: rgba(255,255,255,0.5); text-decoration: none; }
  .footer-info a:hover { color: var(--red); }

  .nav-mobile-menu, .nav-mobile-toggle {
    display: none;
  }
  /* ── MOBILE ── */
  @media (max-width: 768px) {
    .nav-tagline { display: none; }
    .nav-links { display: none; }
    .nav-mobile-toggle {
      display: flex; align-items: center; justify-content: center;
      background: none; border: none; cursor: pointer; padding: 8px;
      color: var(--dark); font-size: 22px;
    }
    .nav-mobile-menu {
      display: none; flex-direction: column;
      background: var(--warm-white); border-bottom: 1px solid var(--border);
      padding: 1rem 1.5rem 1.5rem;
      position: absolute; top: 68px; left: 0; right: 0; z-index: 99;
      height: auto;
    }
    .nav-mobile-menu.open { display: flex; }
    .nav-mobile-menu a {
      text-decoration: none; color: var(--dark); font-size: 16px;
      padding: 0.75rem 0; border-bottom: 1px solid var(--border);
    }
    .nav-mobile-menu .nav-cta {
      background: var(--red); color: white !important; margin-top: 0.5rem;
      padding: 12px 20px; border-radius: 4px; text-align: center;
      font-weight: 500; border-bottom: none !important;
    }
    .hero { grid-template-columns: 1fr !important; min-height: auto !important; padding: 2rem 1.25rem 0 !important; gap: 2rem !important; }
    .hero-text { padding: 2rem 0 0 !important; }
    .hero-image { height: 300px !important; margin: 0 -1.25rem; }
    .hero-image-bg { display: none; }
    .hero-image img { border-radius: 0 !important; }
    .hero-actions { flex-direction: column; }
    .hero-actions a { text-align: center; }
    .tracks { padding: 3rem 1.25rem !important; }
    .tracks-grid { grid-template-columns: 1fr !important; }
    .about { padding: 3rem 1.25rem !important; }
    .about-inner { grid-template-columns: 1fr !important; gap: 2rem !important; }
    .about-image { height: 280px !important; }
    .about-image-accent { display: none; }
    .testimonials { padding: 3rem 1.25rem !important; }
    .testimonials-grid { grid-template-columns: 1fr !important; }
    .cta-block { padding: 3rem 1.25rem !important; }
    .cta-block .btn-primary { width: 100%; text-align: center; box-sizing: border-box; }
    .footer-inner { flex-direction: column; align-items: flex-start !important; }
    .footer-info { text-align: left !important; }
  }