<!--
  TLASDC Page Content — paste into a WordPress Custom HTML block or page builder.
  Header & footer are inherited from WordPress theme.

  IMAGES TO REPLACE:
  Search for "REPLACE-IMAGE" to find all 6 placeholders:
    1. hero-photo       — Two women in sun hats & sunglasses outdoors
    2. welcome-left     — Group photo of members in front of building (blue outfits)
    3. welcome-right    — Group of women in red/crimson outfits outdoors
    4. event-photo-1    — Past event photo (women at indoor gathering)
    5. event-photo-2    — Past event photo (group outdoors, someone in red hat)
    6. event-photo-3    — Past event photo (women posing together)

  CALENDAR:
  Replace the static calendar with: [tribe_events view="month"]
  after installing "The Events Calendar" plugin by StellarWP.
-->

<style>
  .tlasdc *, .tlasdc *::before, .tlasdc *::after { margin: 0; padding: 0; box-sizing: border-box; }
  .tlasdc {
    --crimson: #9B0032;
    --crimson-dark: #7A0028;
    --gold: #FFC72C;
    --gold-dark: #E0A800;
    --text-dark: #222;
    --bg-light: #fff;
    --bg-warm: #faf8f5;
    font-family: 'Open Sans', Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
  }
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Open+Sans:wght@400;600;700&display=swap');
  .tlasdc h1, .tlasdc h2, .tlasdc h3 { font-family: 'Playfair Display', Georgia, serif; }
  .tlasdc img { max-width: 100%; display: block; }
  .tlasdc a { text-decoration: none; color: inherit; }
  .tlasdc .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  /* ── HERO ── */
  .tlasdc .hero {
    background: linear-gradient(135deg, var(--crimson) 0%, var(--crimson-dark) 100%);
    color: #fff; padding: 64px 0; overflow: hidden;
  }
  .tlasdc .hero .container { display: flex; align-items: center; gap: 48px; }
  .tlasdc .hero-text { flex: 1; }
  .tlasdc .hero-text h1 { font-size: 42px; line-height: 1.15; margin-bottom: 20px; }
  .tlasdc .hero-text p { font-size: 15px; opacity: .9; margin-bottom: 28px; max-width: 480px; line-height: 1.7; }
  .tlasdc .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
  .tlasdc .btn {
    display: inline-block; padding: 12px 28px; border-radius: 6px;
    font-weight: 700; font-size: 14px; transition: all .2s; cursor: pointer; border: none;
    font-family: 'Open Sans', Arial, sans-serif;
  }
  .tlasdc .btn-gold { background: var(--gold); color: var(--crimson-dark); }
  .tlasdc .btn-gold:hover { background: var(--gold-dark); }
  .tlasdc .btn-outline { border: 2px solid #fff; color: #fff; background: transparent; }
  .tlasdc .btn-outline:hover { background: rgba(255,255,255,.15); }
  .tlasdc .hero-image { flex: 1; max-width: 480px; }
  .tlasdc .hero-image img { border-radius: 16px; width: 100%; object-fit: cover; aspect-ratio: 4/3; }

  /* ── WELCOME ── */
  .tlasdc .welcome { padding: 80px 0; background: var(--bg-light); text-align: center; }
  .tlasdc .section-title-crimson { color: var(--crimson); font-size: 32px; margin-bottom: 48px; }
  .tlasdc .welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; text-align: left; align-items: center; }
  .tlasdc .welcome-card img { border-radius: 12px; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
  .tlasdc .welcome-card h3 { font-size: 22px; margin: 16px 0 12px; }
  .tlasdc .welcome-card p { font-size: 14px; color: #555; line-height: 1.7; }

  /* ── SCHOLARSHIP BANNER ── */
  .tlasdc .scholarship-banner {
    background: var(--gold); text-align: center; padding: 48px 24px;
  }
  .tlasdc .scholarship-banner p { font-size: 22px; font-weight: 600; color: var(--text-dark); margin-bottom: 20px; }
  .tlasdc .scholarship-banner .amount { color: var(--crimson); font-weight: 700; font-size: 26px; }
  .tlasdc .btn-crimson { background: var(--crimson); color: #fff; }
  .tlasdc .btn-crimson:hover { background: var(--crimson-dark); }

  /* ── EMPOWERING ── */
  .tlasdc .empowering { background: var(--crimson); color: #fff; padding: 80px 0; }
  .tlasdc .empowering .container { display: flex; gap: 60px; align-items: flex-start; }
  .tlasdc .emp-left { flex: 1; }
  .tlasdc .emp-left h2 { font-size: 34px; line-height: 1.2; margin-bottom: 20px; }
  .tlasdc .emp-left > p { font-size: 14px; opacity: .85; line-height: 1.7; margin-bottom: 24px; }
  .tlasdc .emp-cta {
    background: rgba(255,255,255,.12); border-radius: 12px; padding: 20px 24px;
    display: flex; align-items: center; gap: 16px; font-size: 15px; font-weight: 600;
  }
  .tlasdc .emp-cta .icon-circle {
    width: 44px; height: 44px; border-radius: 50%; background: var(--gold);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .tlasdc .emp-cta .icon-circle svg { width: 20px; height: 20px; }
  .tlasdc .emp-right { flex: 1; display: flex; flex-direction: column; gap: 32px; }
  .tlasdc .emp-item { display: flex; gap: 16px; align-items: flex-start; }
  .tlasdc .emp-icon {
    width: 44px; height: 44px; border-radius: 10px;
    background: rgba(255,199,44,.15); display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .tlasdc .emp-icon svg { width: 22px; height: 22px; fill: var(--gold); }
  .tlasdc .emp-item h4 {
    font-family: 'Open Sans', Arial, sans-serif; font-size: 16px;
    font-weight: 700; color: var(--gold); margin-bottom: 6px;
  }
  .tlasdc .emp-item p { font-size: 13px; opacity: .85; line-height: 1.6; }

  /* ── EVENTS ── */
  .tlasdc .events { padding: 80px 0; background: var(--bg-warm); text-align: center; }
  .tlasdc .events .section-title { font-size: 32px; color: var(--text-dark); margin-bottom: 8px; }
  .tlasdc .events .section-sub { font-size: 15px; color: #777; margin-bottom: 40px; font-style: italic; }
  .tlasdc .cal-wrapper {
    max-width: 800px; margin: 0 auto; background: #fff; border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0,0,0,.06); overflow: hidden;
  }
  .tlasdc .cal-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid #eee; }
  .tlasdc .cal-header h3 { font-size: 18px; font-family: 'Open Sans', sans-serif; font-weight: 700; }
  .tlasdc .cal-header button {
    background: none; border: 1px solid #ddd; border-radius: 6px;
    padding: 6px 12px; cursor: pointer; font-size: 13px;
  }
  .tlasdc .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
  .tlasdc .cal-grid .day-name { font-size: 12px; font-weight: 700; color: #999; padding: 12px 0; text-transform: uppercase; }
  .tlasdc .cal-grid .day { padding: 14px 0; font-size: 14px; color: #444; border-top: 1px solid #f0f0f0; }
  .tlasdc .cal-grid .day.empty { color: transparent; }
  .tlasdc .cal-grid .day.today {
    background: var(--crimson); color: #fff; border-radius: 50%;
    width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
    margin: 6px auto; padding: 0;
  }
  .tlasdc .cal-note { padding: 16px 24px; text-align: center; font-size: 13px; color: #888; border-top: 1px solid #eee; }
  .tlasdc .cal-note code { background: #f0f0f0; padding: 4px 10px; border-radius: 4px; font-size: 13px; color: var(--crimson); }

  /* ── TESTIMONIALS ── */
  .tlasdc .testimonials { padding: 80px 0; background: var(--bg-light); text-align: center; }
  .tlasdc .testimonials .section-title { font-size: 32px; margin-bottom: 32px; }
  .tlasdc .testimonial-quote {
    max-width: 700px; margin: 0 auto; font-size: 18px;
    font-style: italic; color: #555; line-height: 1.7;
  }
  .tlasdc .testimonial-author {
    margin-top: 16px; font-size: 14px; font-weight: 600;
    color: var(--text-dark); font-style: normal;
  }
  .tlasdc .dots { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
  .tlasdc .dots span { width: 10px; height: 10px; border-radius: 50%; background: #ddd; display: inline-block; }
  .tlasdc .dots span.active { background: var(--crimson); }

  /* ── HIGHLIGHTS ── */
  .tlasdc .highlights { padding: 80px 0; background: var(--bg-warm); text-align: center; }
  .tlasdc .highlights .section-title { font-size: 32px; margin-bottom: 8px; }
  .tlasdc .highlights .section-sub { font-size: 15px; color: #777; margin-bottom: 40px; }
  .tlasdc .highlights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .tlasdc .highlights-grid img {
    width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px;
    transition: transform .3s;
  }
  .tlasdc .highlights-grid img:hover { transform: scale(1.03); }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    .tlasdc .hero .container { flex-direction: column; text-align: center; }
    .tlasdc .hero-text h1 { font-size: 30px; }
    .tlasdc .hero-text p { max-width: 100%; }
    .tlasdc .hero-buttons { justify-content: center; }
    .tlasdc .hero-image { max-width: 100%; }
    .tlasdc .welcome-grid { grid-template-columns: 1fr; }
    .tlasdc .empowering .container { flex-direction: column; }
    .tlasdc .highlights-grid { grid-template-columns: 1fr; }
  }
</style>

<div class="tlasdc">

<!-- ════════ HERO ════════ -->
<section class="hero">
  <div class="container">
    <div class="hero-text">
      <h1>Celebrating<br>Trojan Spirit,<br>Scholarship,<br>and Connection</h1>
      <p>Trojan League Associates of San Diego County unites generations of women to support USC and local students through scholarships, friendships, and lifelong learning. Join our welcoming community and experience tradition, social connection, and giving back&mdash;making a difference for San Diego Trojans.</p>
      <div class="hero-buttons">
        <a href="#" class="btn btn-gold">Get Involved</a>
        <a href="#" class="btn btn-outline">Donate Today</a>
      </div>
    </div>
    <div class="hero-image">
      <!-- REPLACE-IMAGE: hero-photo — Two women in sun hats & sunglasses -->
      <img src="REPLACE-WITH-YOUR-IMAGE-URL" alt="TLASDC Members enjoying an outdoor event">
    </div>
  </div>
</section>

<!-- ════════ WELCOME ════════ -->
<section class="welcome">
  <div class="container">
    <h2 class="section-title-crimson">WELCOME TO TLASDC</h2>
    <div class="welcome-grid">
      <div class="welcome-card">
        <!-- REPLACE-IMAGE: welcome-left — Group photo, members in blue outfits in front of building -->
        <img src="REPLACE-WITH-YOUR-IMAGE-URL" alt="Trojan League group photo">
        <h3>Where Trojan Tradition Inspires Community</h3>
        <p>Welcome to the Trojan League Associates of San Diego County, where accomplished women unite to celebrate USC spirit, support local students through scholarships, and foster meaningful friendships. Discover our legacy of connection, philanthropy, and personal growth&mdash;join our events and make a lasting impact with fellow San Diego Trojans.</p>
      </div>
      <div class="welcome-card">
        <!-- REPLACE-IMAGE: welcome-right — Group of women in red/crimson outfits outdoors -->
        <img src="REPLACE-WITH-YOUR-IMAGE-URL" alt="Members at a TLASDC event">
      </div>
    </div>
  </div>
</section>

<!-- ════════ SCHOLARSHIP BANNER ════════ -->
<section class="scholarship-banner">
  <p>To date, we have awarded more than <span class="amount">$1 Million</span> in scholarships to San Diego Trojans!</p>
  <a href="#" class="btn btn-crimson">Become a TLASDC Member!</a>
</section>

<!-- ════════ EMPOWERING ════════ -->
<section class="empowering">
  <div class="container">
    <div class="emp-left">
      <h2>Empowering Lives Through Scholarship and Service</h2>
      <p>You&rsquo;re not just supporting activities&mdash;you&rsquo;re shaping futures, building leadership, and uplifting San Diego&rsquo;s Trojan community.</p>
      <div class="emp-cta">
        <div class="icon-circle">
          <svg viewBox="0 0 24 24" fill="none" stroke="#9B0032" stroke-width="2"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>
        </div>
        <span>Join us in transforming lives through scholarship, mentorship, and giving back.</span>
      </div>
    </div>
    <div class="emp-right">
      <div class="emp-item">
        <div class="emp-icon">
          <svg viewBox="0 0 24 24"><path d="M12 3L1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9L12 3zm0 12.55L5 12.73V15l7 3.82L19 15v-2.27L12 15.55z"/></svg>
        </div>
        <div>
          <h4>Education</h4>
          <p>Fund scholarships, school supplies, and academic programs for local students on their journey toward a brighter future.</p>
        </div>
      </div>
      <div class="emp-item">
        <div class="emp-icon">
          <svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>
        </div>
        <div>
          <h4>Leadership &amp; Service</h4>
          <p>Providing access to medical care, essential medicine, and health education in underserved communities.</p>
        </div>
      </div>
      <div class="emp-item">
        <div class="emp-icon">
          <svg viewBox="0 0 24 24"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/></svg>
        </div>
        <div>
          <h4>Connection &amp; Tradition</h4>
          <p>Strengthen bonds through meaningful programs&mdash;celebrating USC spirit and fostering lasting friendships.</p>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- ════════ EVENTS ════════ -->
<section class="events">
  <div class="container">
    <h2 class="section-title">Upcoming Events &amp; Meetings</h2>
    <p class="section-sub">Celebrating Trojans, connecting generations, and giving back</p>

    <!--
      CALENDAR: Replace this entire cal-wrapper div with:
      [tribe_events view="month"]
      after installing "The Events Calendar" plugin by StellarWP.
    -->
    <div class="cal-wrapper">
      <div class="cal-header">
        <button>&larr;</button>
        <h3>AUGUST 2025</h3>
        <button>&rarr;</button>
      </div>
      <div class="cal-grid">
        <div class="day-name">MO</div><div class="day-name">TU</div><div class="day-name">WE</div><div class="day-name">TH</div><div class="day-name">FR</div><div class="day-name">SA</div><div class="day-name">SU</div>
        <div class="day empty">&nbsp;</div><div class="day empty">&nbsp;</div><div class="day empty">&nbsp;</div><div class="day empty">&nbsp;</div><div class="day">1</div><div class="day">2</div><div class="day">3</div>
        <div class="day">4</div><div class="day">5</div><div class="day">6</div><div class="day">7</div><div class="day">8</div><div class="day">9</div><div class="day">10</div>
        <div class="day">11</div><div class="day">12</div><div class="day">13</div><div class="day">14</div><div class="day">15</div><div class="day">16</div><div class="day">17</div>
        <div class="day">18</div><div class="day">19</div><div class="day">20</div><div class="day">21</div><div class="day">22</div><div class="day">23</div><div class="day">24</div>
        <div class="day">25</div><div class="day">26</div><div class="day today">27</div><div class="day">28</div><div class="day">29</div><div class="day">30</div><div class="day">31</div>
      </div>
      <div class="cal-note">Replace this static calendar with <code>[tribe_events view="month"]</code> after installing <strong>The Events Calendar</strong> plugin.</div>
    </div>
  </div>
</section>

<!-- ════════ TESTIMONIALS ════════ -->
<section class="testimonials">
  <div class="container">
    <h2 class="section-title">Real Voices, Real Impact</h2>
    <blockquote class="testimonial-quote">
      &ldquo;An amazing way to not only continue college friendships, but to make new ones later in life.&rdquo;
      <cite class="testimonial-author">&mdash; Jane Doe</cite>
    </blockquote>
    <div class="dots">
      <span class="active"></span>
      <span></span>
      <span></span>
    </div>
  </div>
</section>

<!-- ════════ HIGHLIGHTS ════════ -->
<section class="highlights">
  <div class="container">
    <h2 class="section-title">Highlights from Past Events</h2>
    <p class="section-sub">Celebrate our cherished moments and memorable gatherings</p>
    <div class="highlights-grid">
      <!-- REPLACE-IMAGE: event-photo-1 — Women at indoor gathering -->
      <img src="REPLACE-WITH-YOUR-IMAGE-URL" alt="Past event highlight 1">
      <!-- REPLACE-IMAGE: event-photo-2 — Group outdoors, someone in red hat -->
      <img src="REPLACE-WITH-YOUR-IMAGE-URL" alt="Past event highlight 2">
      <!-- REPLACE-IMAGE: event-photo-3 — Women posing together -->
      <img src="REPLACE-WITH-YOUR-IMAGE-URL" alt="Past event highlight 3">
    </div>
  </div>
</section>

</div><!-- end .tlasdc -->