*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    :root {
      --gold: #c9a84c; --gold-light: #e8c97e; --dark: #0d0d0d;
      --dark2: #161616; --dark3: #1e1e1e; --cream: #f5f0e8;
      --cream2: #ede5d4; --text: #d4cfc6;
    }
    html { scroll-behavior: smooth; }
    body { background: var(--dark); color: var(--text); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
    body::before {
      content: ''; position: fixed; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none; z-index: 1000; opacity: 0.5;
    }
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 900;
      display: flex; align-items: center; justify-content: space-between;
      padding: 1.2rem 3rem; background: rgba(13,13,13,0.85);
      backdrop-filter: blur(16px); border-bottom: 1px solid rgba(201,168,76,0.15);
    }
    .nav-logo-img {
  height: 45px;
  width: auto;
  object-fit: contain;
  display: block;
}
    .nav-links { display: flex; gap: 2.5rem; list-style: none; }
    .nav-links a { color: var(--text); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; position: relative; transition: color 0.3s; }
    .nav-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.3s; }
    .nav-links a:hover { color: var(--gold); }
    .nav-links a:hover::after { width: 100%; }
    #home { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; padding: 6rem 2rem 4rem; }
    .hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 50% 40%, rgba(201,168,76,0.08) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 20% 80%, rgba(201,168,76,0.04) 0%, transparent 60%), linear-gradient(180deg, #0d0d0d 0%, #111 100%); }
    .hero-ornament { position: absolute; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.08); top: 50%; left: 50%; transform: translate(-50%, -50%); animation: pulse-ring 6s ease-in-out infinite; }
    .hero-ornament:nth-child(2) { width: 800px; height: 800px; border-color: rgba(201,168,76,0.05); animation-delay: 1s; }
    .hero-ornament:nth-child(3) { width: 400px; height: 400px; border-color: rgba(201,168,76,0.06); animation-delay: 2s; }
    @keyframes pulse-ring { 0%, 100% { transform: translate(-50%,-50%) scale(1); opacity: 1; } 50% { transform: translate(-50%,-50%) scale(1.04); opacity: 0.6; } }
    .hero-content { position: relative; z-index: 2; }
    .hero-eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s 0.3s forwards; }
    .hero-title { font-family: 'Playfair Display', serif; font-size: clamp(3.5rem, 10vw, 7rem); font-weight: 900; line-height: 1; color: var(--cream); letter-spacing: -0.02em; margin-bottom: 0.3rem; opacity: 0; animation: fadeUp 0.8s 0.5s forwards;  }
    .hero-title em img {
  height: 150px;
  width: auto;
}
    .hero-title em { font-style: italic; color: var(--gold); display: block; }
    .hero-year { font-family: 'Playfair Display', serif; font-size: clamp(1rem, 3vw, 1.4rem); font-weight: 400; color: rgba(212,207,198,0.5); letter-spacing: 0.5em; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp 0.8s 0.7s forwards; }
    .hero-divider { width: 80px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 0 auto 2.5rem; opacity: 0; animation: fadeUp 0.8s 0.9s forwards; }
    .hero-desc { max-width: 500px; font-size: 1rem; line-height: 1.8; color: rgba(212,207,198,0.65); opacity: 0; animation: fadeUp 0.8s 1.1s forwards; }
    .scroll-hint { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: rgba(201,168,76,0.5); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; animation: fadeIn 1s 2s both; }
    .scroll-line { width: 1px; height: 40px; background: linear-gradient(180deg, var(--gold), transparent); animation: scrollDown 2s ease-in-out infinite; }
    @keyframes scrollDown { 0% { opacity: 0; transform: scaleY(0); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } 100% { opacity: 0; transform: scaleY(1); transform-origin: bottom; } }
    @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    section { padding: 7rem 2rem; }
    .section-inner { max-width: 1100px; margin: 0 auto; }
    .section-tag { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 1rem; }
    .section-title { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 700; color: var(--cream); line-height: 1.15; margin-bottom: 1.5rem; }
    .section-divider { width: 60px; height: 2px; background: var(--gold); margin-bottom: 2rem; }
    .section-text { font-size: 1rem; line-height: 1.9; color: rgba(212,207,198,0.65); max-width: 620px; }
    #about { background: var(--dark2); border-top: 1px solid rgba(201,168,76,0.08); border-bottom: 1px solid rgba(201,168,76,0.08); }
    .about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
    .about-visual { position: relative; aspect-ratio: 4/5; background: var(--dark3); border: 1px solid rgba(201,168,76,0.15); overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .about-monogram { font-family: 'Playfair Display', serif; font-size: 10rem; font-weight: 900; color: rgba(201,168,76,0.06); line-height: 1; user-select: none; }
    .about-badge { position: absolute; bottom: 2rem; right: 2rem; background: var(--gold); color: var(--dark); font-weight: 700; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.6rem 1.2rem; }
    .about-corner { position: absolute; width: 40px; height: 40px; border-color: var(--gold); border-style: solid; opacity: 0.4; }
    .about-corner.tl { top: 1rem; left: 1rem; border-width: 1px 0 0 1px; }
    .about-corner.tr { top: 1rem; right: 1rem; border-width: 1px 1px 0 0; }
    .about-corner.bl { bottom: 1rem; left: 1rem; border-width: 0 0 1px 1px; }
    .about-corner.br { bottom: 1rem; right: 1rem; border-width: 0 1px 1px 0; }
    .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem; }
    .about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
    .stat-card { padding: 1.5rem; border: 1px solid rgba(201,168,76,0.12); position: relative; overflow: hidden; transition: border-color 0.3s; }
    .stat-card:hover { border-color: rgba(201,168,76,0.35); }
    .stat-card::before { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--gold); transition: width 0.4s; }
    .stat-card:hover::before { width: 100%; }
    .stat-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: var(--gold); line-height: 1; }
    .stat-label { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(212,207,198,0.5); margin-top: 0.4rem; }
    #photos { background: var(--dark); }
    .photos-header { text-align: center; margin-bottom: 4rem; }
    .photos-header .section-divider { margin: 0 auto 0; }
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
    .gallery-item { aspect-ratio: 1; background: var(--dark3); border: 1px solid rgba(201,168,76,0.08); overflow: hidden; position: relative; cursor: pointer; }
    .gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
    .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.05);
}
    .gallery-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--dark3) 0%, var(--dark2) 100%); min-height: 180px; }
    .gallery-icon { font-family: 'Playfair Display', serif; font-size: 2rem; color: rgba(201,168,76,0.2); }
    .gallery-overlay { position: absolute; inset: 0; background: rgba(201,168,76,0.08); opacity: 0; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
    .gallery-note { text-align: center; margin-top: 2rem; font-size: 0.82rem; color: rgba(212,207,198,0.35); letter-spacing: 0.05em; }
    #wisuda { background: var(--dark2); border-top: 1px solid rgba(201,168,76,0.08); }
    .wisuda-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
    .video-card { position: relative; aspect-ratio: 16/10; background: var(--dark3); border: 1px solid rgba(201,168,76,0.15); overflow: hidden; cursor: pointer; transition: border-color 0.3s, transform 0.3s; display: flex; align-items: center; justify-content: center; }
    .video-card:hover { border-color: var(--gold); transform: translateY(-4px); }
    .video-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(201,168,76,0.05) 0%, transparent 60%); }
    .play-btn { width: 72px; height: 72px; border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; transition: background 0.3s, transform 0.3s; }
    .video-card:hover .play-btn { background: var(--gold); transform: scale(1.1); }
    .play-icon { width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 20px solid var(--gold); margin-left: 4px; transition: border-left-color 0.3s; }
    .video-card:hover .play-icon { border-left-color: var(--dark); }
    .video-label { position: absolute; bottom: 1.2rem; left: 1.5rem; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
    footer { background: var(--dark); border-top: 1px solid rgba(201,168,76,0.1); padding: 3rem 2rem; text-align: center; }
    .footer-inner { max-width: 700px; margin: 0 auto; }
    .footer-logo { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--gold); margin-bottom: 1.5rem; display: block; }
    .footer-nav { display: flex; justify-content: center; gap: 2.5rem; list-style: none; margin-bottom: 2rem; flex-wrap: wrap; }
    .footer-nav a { font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(212,207,198,0.45); text-decoration: none; transition: color 0.3s; }
    .footer-nav a:hover { color: var(--gold); }
    .footer-divider { width: 40px; height: 1px; background: rgba(201,168,76,0.3); margin: 0 auto 1.5rem; }
    .footer-copy { font-size: 0.75rem; color: rgba(212,207,198,0.25); letter-spacing: 0.08em; }
    @media (max-width: 768px) {
      nav { padding: 1rem 1.5rem; }
      .nav-links { gap: 1.2rem; }
      .nav-links a { font-size: 0.72rem; }
      .about-layout, .wisuda-layout { grid-template-columns: 1fr; gap: 3rem; }
      .gallery-grid { grid-template-columns: repeat(2, 1fr); }
      .gallery-item:nth-child(1) { grid-column: span 2; }
      .gallery-item:nth-child(5) { grid-column: span 2; }
    }
/* ── UTILITY HELPERS ── */
.mt {
  margin-top: 1.2rem;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.small-muted {
  font-size: 0.85rem;
  color: rgba(212, 207, 198, 0.4);
}
