    @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');

    body {
      margin: 0;
      font-family: "Libre Baskerville", Georgia, serif;
      line-height: 1.7;
      color: #e5e5e5;
      background: radial-gradient(ellipse at center, #a31717 0%, #0d0d0d 85%);
      background-attachment: fixed;
      position: relative;
    }

    body::after {
      content: "";
      position: fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      pointer-events: none;
      background: radial-gradient(ellipse at center, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    }

    .container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 40px 20px;
      word-wrap: break-word;
    }

    h1, h2, h3 {
      font-family: "Cinzel", "Trajan Pro", serif;
      letter-spacing: 0.08em;
      color: #f5f2ec;
      margin-top: 0;
      text-shadow: 2px 2px black;
    }

    h1 {
      font-size: 2.9rem;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    h2 {
      font-size: 1.9rem;
      margin-top: 60px;
      border-bottom: 2px solid;
      border-image: linear-gradient(to right, #d4b36b, #f5f2ec) 1;
      padding-bottom: 8px;
    }

    h3 {
      font-size: 1.3rem;
      letter-spacing: 0.06em;
    }

    p {
      font-size: 1.02rem;
      color: #d6d3cd;
      text-shadow: 2px 2px black;
      word-wrap: break-word;
      overflow-wrap: break-word;
      white-space: normal;
    }

    .subtitle {
      color: #d4b36b;
      font-family: "Cinzel", serif;
      font-size: 1.15rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-shadow: 2px 2px black;
    }

    .card {
      background: rgba(13,0,0,0.85);
      border-radius: 20px;
      padding: 28px;
      margin-top: -10px;
      margin-bottom: 30px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.35);
      transition: transform 0.3s, box-shadow 0.3s;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    ul { padding-left: 22px; }
    li { margin-bottom: 10px; }

    footer {
      margin-top: 80px;
      padding-top: 40px;
      border-top: 1px solid rgba(212,179,107,0.25);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      font-family: "Cinzel", serif;
      letter-spacing: 0.08em;
      color: #bfa55c;
    }

    .social-links {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin: 16px 0;
    }

    .social-links a svg {
      width: 28px;  
      height: 28px;
      fill: white;   
      transition: transform 0.3s, filter 0.3s;
      
    }

    .social-links a:hover svg {
      transform: scale(1.3);
      filter: drop-shadow(0 0 8px #d4b36b);
    }

    .pfl-gallery { margin-top: 20px; }

    .pfl-gallery h4 {
      font-family: "Cinzel", serif;
      color: #f5f2ec;
      font-size: 1.2rem;
      margin-bottom: 12px;
      letter-spacing: 0.06em;
    }

    .pfl-photos-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
    }

    .pfl-photo-item img {
      width: 100%;
      max-width:300px;
      height: auto;
      border-radius: 6px;
      border: 2px solid #d4b36b;
      object-fit: cover;
      box-shadow: 0 6px 15px rgba(0,0,0,0.4);
      transition: transform 0.3s, box-shadow 0.3s;
      cursor: pointer;
    }

    .pfl-photo-item img:hover {
      transform: scale(1.05);
      box-shadow: 0 12px 28px rgba(212,179,107,0.6);
      
    }

    .pfl-photo-item p {
      font-size: 0.95rem;
      color: #d6d3cd;
      text-align: center;
      margin-top: 6px;
      max-width:300px;
    }

    .modal {
      display: none;
      position: fixed;
      z-index: 999;
      padding-top: 60px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(10,10,10,0.95);
    }

    .modal-content {
      margin: auto;
      display: block;
      max-width: 90%;
      max-height: 80%;
      border: 2px solid #d4b36b;
      box-shadow: 0 0 20px rgba(212,179,107,0.8);
      border-radius: 8px;
    }

    .modal-close {
      position: absolute;
      top: 20px;
      right: 35px;
      color: #d4b36b;
      font-size: 48px;
      font-weight: bold;
      cursor: pointer;
      text-shadow: 0 0 8px rgba(212,179,107,0.8);
    }

    .modal-close:hover {
      color: #fff;
      text-shadow: 0 0 12px rgba(212,179,107,1);
    }

    #modalCaption {
      margin: 16px auto;
      text-align: center;
      color: #e5e5e5;
      font-family: "Libre Baskerville", serif;
      max-width: 80%;
    }
  .hero h1, .hero h2, .hero p { text-shadow: 2px 2px 4px rgba(0,0,0,0.6); }

.project-link {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #a31717, #7f1010); /* matches site gradient */
  color: #f5f5f5;
  font-weight: 600;
  font-family: "Georgia", serif;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: transform 0.2s, box-shadow 0.2s, background 0.3s;
}

.project-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
  background: linear-gradient(135deg, #b21b1b, #8c1212);
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-name {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e7d7a3;
}

.site-nav a {
  color: #e5e5e5;
  text-decoration: none;
  margin-left: 22px;
  font-size: 0.9rem;
}

.site-nav a:hover {
  color: #e7d7a3;
}
