/* =========================================================
   RGHS CLASS OF '76 - FINAL SHARED STYLESHEET
   For:
   index.html
   events.html
   gallery.html
   missing.html
   contact.html
========================================================= */

:root {
  --navy: #0f1f38;
  --navy-soft: #162947;
  --navy-deep: #0b1629;

  /* Updated Gold - closer to original rghs76.com */
  --gold: #d4a017;
  --gold-light: #f2cf66;
  --gold-rich: #be8a0f;
  --gold-deep: #946704;
  --gold-soft: rgba(212, 160, 23, 0.16);

  --cream: #f7f2e8;
  --white: #ffffff;
  --text: #f5f7fb;
  --muted: rgba(255, 255, 255, 0.78);

  --card: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);

  --shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  --shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.14);

  --radius: 22px;
  --radius-sm: 14px;
  --transition: all 0.28s ease;
}

/* =========================================================
   RESET
========================================================= */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(180deg, var(--navy) 0%, #12284a 100%);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  padding-left: 1.2rem;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* ==========
   LAYOUT
===========*/

.text-center {
  text-align: center;
}

.timeline-card h3 {
  margin: 0 0 4px 0;
}

.timeline-card h5 {
  margin: 0 0 18px 0; /* <-- this creates the space between albums */
}

.album img {
  width: 100px;
  display: block;
  border: 2px solid white;
  margin-bottom: 4px;
}

.album h3 {
  margin: 0 0 0 0;
}

.album h5 {
  margin: 0 0 30px 0;
}
/* =========================================================
   HEADER / NAVIGATION
========================================================= */

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(15, 31, 56, 0.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 78px;
  gap: 1rem;
}

.logo {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: var(--white);
}

.logo span {
  color: var(--gold-light);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav-link {
  color: var(--muted);
  font-weight: 600;
  transition: var(--transition);
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-light);
}

.nav-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  transition: var(--transition);
}

.nav-btn,
.btn-primary {
  background: linear-gradient(135deg, #be8a0f 0%, #d4a017 50%, #f2cf66 100%);
  color: #1b1b1b;
  box-shadow: 0 14px 28px rgba(212, 160, 23, 0.28);
  border: 1px solid rgba(242, 207, 102, 0.28);
}

.nav-btn:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(212, 160, 23, 0.38);
  filter: brightness(1.04);
}

.btn-secondary {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.14);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: var(--white);
}

.mobile-nav {
  display: none;
  flex-direction: column;
  padding: 0 1rem 1rem;
  gap: 0.75rem;
  background: rgba(15, 31, 56, 0.98);
}

.mobile-nav.open {
  display: flex;
}

.mobile-link {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  color: var(--text);
  font-weight: 700;
  transition: var(--transition);
}

.mobile-link:hover {
  background: rgba(255,255,255,0.08);
}

.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0px !important;
}   

/* =========================================================
   HERO
========================================================= */
/*
.hero-full {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/

.hero-full {
  position: relative;
  min-height: 65vh;
  width: 100%;
  overflow: hidden;

  background-image: url("img/rghs_hero4.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 👈 THIS is the stick */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
    
}

.hero-page {
  position: relative;
  min-height: 50vh;
  width: 100%;
  overflow: hidden;

  background-image: url("img/rghs_hero4.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 👈 THIS is the stick */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
    
}

.hero-page-two {
  position: relative;
  min-height: 50vh;
  width: 100%;
  overflow: hidden;
  background-image: url("img/rghs76_hero06.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 👈 THIS is the stick */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
    
}

.hero-page-three {
  position: relative;
  min-height: 50vh;
  width: 100%;
  overflow: hidden;
  background-image: url("img/trigg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 👈 THIS is the stick */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
    
}


.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(8, 14, 26, 0.28), rgba(8, 14, 26, 0.60)),
    url('banner.jpg') center center / cover no-repeat;
  width: 100%;
  height: 100%;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(212, 160, 23, 0.18), transparent 25%),
    linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.25));
}

.hero-content-wide {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 20px;
}


.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.eyebrow02 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 800;
  color:  #f2cf66;
  margin-bottom: 1rem;
}
.hero-full h1,
.page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.02;
  margin-bottom: 0.5rem;
}

.hero-kicker {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 1rem;
}

.hero-subtext {
  max-width: 760px;
  margin: 0 auto 2rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-badge {
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--border);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  padding: 1rem 1.2rem;
  box-shadow: var(--shadow);
}

.hero-badge span {
  display: block;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.hero-badge strong {
  font-size: 1.08rem;
}

.page-hero {
  padding: 6rem 0 3rem;
  text-align: center;
}

/* =========================================================
   COUNTDOWN
========================================================= */

.countdown-section {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}

.countdown-card {
  background: rgba(255,255,255,0.09);
  border: 1px solid var(--border);
  backdrop-filter: blur(16px);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow);
}

.countdown-card h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.countdown-grid div {
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-sm);
  padding: 1.25rem;
}

.countdown-grid span {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--gold-light);
  text-shadow: 0 0 18px rgba(212, 160, 23, 0.14);
}

.countdown-grid small {
  color: var(--muted);
  font-size: 0.9rem;
}

/* =========================================================
   SECTION SYSTEM
========================================================= */

.section {
  padding: 5.5rem 0;
}

.section-blue {
  background:
    linear-gradient(180deg, rgba(12, 28, 54, 0.92), rgba(16, 35, 66, 0.96));
}

.section-gold {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(212, 160, 23, 0.20), rgba(190, 138, 15, 0.24));
  border-top: 1px solid rgba(242, 207, 102, 0.22);
  border-bottom: 1px solid rgba(212, 160, 23, 0.18);
}

.section-gold::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(242, 207, 102, 0.22), transparent 30%),
    radial-gradient(circle at bottom right, rgba(212, 160, 23, 0.18), transparent 28%),
    radial-gradient(circle at center, rgba(190, 138, 15, 0.08), transparent 42%);
  pointer-events: none;
}

.section-gold > .container {
  position: relative;
  z-index: 1;
}

.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.9rem;
}

.section-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
}

.section-gold .section-heading h2,
.section-gold .section-heading p,
.section-gold .section-heading .eyebrow,
.section-gold p,
.section-gold li,
.section-gold span,
.section-gold h3 {
  color: var(--text);
}

/* =========================================================
   CARD SYSTEM
========================================================= */

.card,
.event-card,
.action-card,
.contact-card,
#contact-form,
.timeline-card,
.memory-card,
.missing-card,
.gallery-item,
.map-card,
.location-item,
.faq-accordion details {
  background: var(--card);
  border: 1px solid var(--border);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}


.section-gold .card,
.section-gold .event-card,
.section-gold .action-card,
.section-gold .contact-card,
.section-gold #contact-form,
.section-gold .timeline-card,
.section-gold .memory-card,
.section-gold .missing-card,
.section-gold .gallery-item,
.section-gold .map-card,
.section-gold .location-item,
.section-gold .faq-accordion details,
.section-gold .countdown-card {
  background: rgba(10, 20, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* =========================================================
   GRID LAYOUTS
========================================================= */

.about-grid,
.memory-wall,
.missing-grid,
.gallery-grid,
.action-grid {
  display: grid;
  gap: 1.4rem;
}


.action-grid,
.missing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.about-grid,
.memory-wall {
  grid-template-columns: repeat(3, 1fr);
}

.action-grid,
.gallery-grid {
  grid-template-columns: repeat(2, 1fr);
}


.card,
.event-card,
.memory-card,
.missing-card,
.contact-card {
  padding: 2rem;
}

.card h3,
.memory-card span,
.missing-card h3 {
  color: var(--gold-light);
  text-shadow: 0 0 18px rgba(212, 160, 23, 0.10);
}

/* =========================================================
   EVENTS
========================================================= */

.event-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 1.4rem;
}

.card p,
.timeline-card,
.event-card {
    text-align: left;
}


.event-card.featured {
  border: 1px solid rgba(212, 160, 23, 0.28);
}

.card-tag {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.18);
  color: #f3d87d;
  border: 1px solid rgba(242, 207, 102, 0.22);
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.event-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
}

.event-date,
.event-time,
.event-location {
  color: var(--muted);
  margin-bottom: 0.8rem;
}

.event-price {
  margin-top: 1.3rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--gold-light);
}

.event-price.free {
  color: #9ee3b1;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.85rem;
  color: var(--muted);
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold-light);
}

/* =========================================================
   TIMELINE
========================================================= */

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 2rem;
  border-left: 2px solid rgba(212, 160, 23, 0.35);
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}

.timeline-year {
  position: absolute;
  left: -2.7rem;
  top: 1rem;
  background: linear-gradient(135deg, var(--gold-rich), var(--gold-light));
  color: #1b1b1b;
  font-weight: 900;
  font-size: 0.9rem;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(212, 160, 23, 0.28);
}

.timeline-card {
  padding: 1.8rem;
}

.timeline-card.highlight {
  border: 1px solid rgba(212, 160, 23, 0.4);
}


/* =========================================================
   GALLERY
========================================================= */

.gallery-item {
  min-height: 260px;
  background:
    linear-gradient(rgba(255,255,255,0.02), rgba(255,255,255,0.02)),
    url('gallery-placeholder.jpg') center / cover no-repeat;
  transition: var(--transition);
}

.gallery-item:hover {
  transform: translateY(-6px);
}

/* =========================================================
   MEMORY WALL
========================================================= */

.memory-card p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--cream);
  font-style: italic;
}

/* =========================================================
   ACTION CARDS
========================================================= */

.action-card {
  display: block;
  padding: 2rem;
  transition: var(--transition);
}

.action-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.1);
}

.action-card h3 {
  margin-bottom: 0.75rem;
  color: var(--gold-light);
}

.action-card p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.action-card span {
  font-weight: 800;
}

/* =========================================================
   CONTACT FORM
========================================================= */

#contact-form {
  padding: 2.25rem;
  max-width: 900px;
  margin: 0 auto;
}

.form-row {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.form-group {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
}

.form-group label {
  font-weight: 700;
  margin-bottom: 0.55rem;
  color: var(--cream);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 1rem;
  background: rgba(255,255,255,0.06);
  color: #fff;
  transition: var(--transition);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.55);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 2px rgba(212, 160, 23, 0.3);
}

.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

#contact-form button {
  margin-top: 0.8rem;
  width: 100%;
  border: none;
  cursor: pointer;
}

/* =========================================================
   FAQ
========================================================= */

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.faq-accordion details {
  padding: 1.2rem 1.4rem;
  box-shadow: var(--shadow);
}

.faq-accordion summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--gold-light);
  list-style: none;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion p {
  margin-top: 0.9rem;
  color: var(--muted);
}

/* =========================================================
   MISSING / CONTACT CTA
========================================================= */

.contact-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

/* =========================================================
   MAP SECTION
========================================================= */

.map-section {
  padding-top: 2rem;
}

.location-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.location-item {
  padding: 1rem 1.2rem;
  box-shadow: var(--shadow-soft);
}

.location-item span {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.location-item strong {
  color: var(--white);
  font-size: 1rem;
}

.section-gold .location-item strong {
  color: var(--white);
}

.map-card {
  overflow: hidden;
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 450px;
  border: 0;
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer {
  padding: 2.2rem 0 1.25rem;
  background: rgba(10, 18, 34, 0.88);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
  font-weight: 700;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  text-align: center;
  margin-top: 1.3rem;
  color: rgba(255,255,255,0.6);
  font-size: 0.92rem;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .hero-badges,
  .about-grid,
  .event-grid,
  .action-grid,
  .memory-wall,
  .missing-grid,
  .gallery-grid,
  .countdown-grid {
    grid-template-columns: 1fr;
  }

  .location-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .hero-full {
    min-height: 90vh;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .timeline {
    padding-left: 1.5rem;
  }

  .timeline-year {
    left: -2.4rem;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .countdown-grid span {
    font-size: 2rem;
  }

  .hero-full h1,
  .page-hero h1 {
    font-size: clamp(2.2rem, 8vw, 3.4rem);
  }

  .section {
    padding: 4.5rem 0;
  }
}

@media (max-width: 600px) {
  .hero-content-wide {
    padding-top: 90px;
  }

  .hero-subtext {
    font-size: 1rem;
  }

  .hero-badge,
  .card,
  .event-card,
  .memory-card,
  .missing-card,
  .contact-card,
  .timeline-card,
  #contact-form {
    padding: 1.4rem;
  }

  .countdown-card {
    padding: 1.5rem;
  }

  .countdown-grid div {
    padding: 1rem;
  }

  .map-card iframe {
    min-height: 320px;
  }
}


.parallax-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}

/* KEY FIXES HERE */
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;        /* prevents inline weirdness */
  max-width: none;       /* stops shrinking */
}

/* make sure nothing forces horizontal layout */
.parallax-section,
.content {
  display: block;
  width: 100%;
}

.content {
  padding: 40px;
}

.parallax-wrapper {
  height: 100vh;
  position: relative;
}



/*
.parallax-bg {
  position: sticky;
  top: 0;
  height: 100%;
  background: red;
  background-image: url('img/rghs_hero4.png');
  background-size: cover;
  background-position: center;
}
*/

🔹 CSS
.scroll-indicator {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 3;
  font-size: 0.9em;
  opacity: 0.8;
}

.arrow {
  width: 10px;
  height: 10px;
  margin: 0 auto 6px;
  border-right: 2px solid gold;
  border-bottom: 2px solid gold;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%   { transform: translateY(0) rotate(45deg); opacity: 0; }
  50%  { opacity: 1; }
  100% { transform: translateY(10px) rotate(45deg); opacity: 0; }
}

.scroll-text {
  font-family: inherit;
  letter-spacing: 1px;
}


