/* ============================================
   FONT-FACE DECLARATIONS
   ============================================ */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-Regular.woff2') format('woff2'),
       url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-Medium.woff2') format('woff2'),
       url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-SemiBold.woff2') format('woff2'),
       url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-Bold.woff2') format('woff2'),
       url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-ExtraBold.woff2') format('woff2'),
       url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-Black.woff2') format('woff2'),
       url('https://opm60.com/wp-content/uploads/2025/10/Gilroy-Black.woff') format('woff');
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #7A7A7A;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: relative;
  z-index: 100;
  padding: 40px 0 0;
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1880px;
  margin: 0 auto;
  padding: 0 40px;
}

.header-bar {
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 16px 24px 16px 16px;
}

/* Location Dropdown */
.location-dropdown {
  width: 250px;
  position: relative;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  color: #ffffff;
  flex-shrink: 0;
}

.location-dropdown .selected {
  padding: 11px 16px;
  font-size: 16px;
  background-color: rgb(0 0 0 / 60%);
  border-radius: 8px;
  color: white;
  padding-right: 36px;
  margin-right: 32px;
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.location-dropdown .selected span {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.location-dropdown .selected::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="20" width="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.8 7.2l4.2 4.2 4.2-4.2 1.4 1.4-5.6 5.6-5.6-5.6z"/></svg>');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}

.location-dropdown .options {
  position: absolute;
  width: 88%;
  background: rgb(0 0 0 / 60%);
  border-radius: 8px;
  margin-top: 6px;
  padding: 6px 0;
  display: none;
  z-index: 999;
  backdrop-filter: blur(24px);
}

.location-dropdown .option-item {
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.location-dropdown .option-item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.location-dropdown .option-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Navigation */
.main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  padding: 6px 0;
  transition: color 0.2s;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  color: #ffffff;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}

.menu-toggle svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.menu-toggle .icon-close {
  display: none;
}

.menu-toggle.is-active .icon-open {
  display: none;
}

.menu-toggle.is-active .icon-close {
  display: block;
}

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  left: 24px;
  right: 24px;
  top: 118px;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  padding: 18px;
}

.mobile-nav.is-open {
  display: block;
}

.mobile-nav li + li {
  margin-top: 10px;
}

.mobile-nav a {
  display: block;
  padding: 18px 22px;
  border-radius: 14px;
  color: #111111;
  font-size: 17px;
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
}

.mobile-nav a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.mobile-nav a.active {
  background: rgba(123, 30, 40, 0.12);
  color: #7B1E28;
  font-weight: 800;
}

/* ============================================
   HERO SECTION (index.html - full viewport)
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -123px;
  margin-bottom: 128px;
  padding: 24px;
}

.hero-inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-height: calc(100vh - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Video Placeholder */
.hero-bg .video-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a0a0c 0%, #3d1218 25%, #2a0e12 50%, #4a1a22 75%, #1a0a0c 100%);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(7, 0, 0, 0.37);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 791px;
  padding: 0 24px;
}

.hero-title {
  font-family: "Gilroy", sans-serif;
  font-size: 88px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.5px;
  line-height: 1.05;
}

/* ============================================
   PAGE TITLE (agenda.html)
   ============================================ */
.page-title-section {
  max-width: 1840px;
  margin: 0 auto 32px;
  padding: 0 64px;
  text-align: center;
}

.page-title {
  font-family: "Gilroy", sans-serif;
  font-size: 64px;
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

/* ============================================
   SECTION TITLE (speakers.html, notes.html)
   ============================================ */
.section-title {
  max-width: 1840px;
  margin: 0 auto;
  margin-bottom: 32px;
  padding: 0 24px;
  text-align: center;
}

.section-title h1 {
  font-family: "Gilroy", sans-serif;
  font-size: 64px;
  font-weight: 800;
  color: #000;
  letter-spacing: -0.5px;
}

/* ============================================
   DAY SECTIONS (agenda.html)
   ============================================ */
.day-row {
  display: flex;
  flex-direction: row;
  max-width: 1840px;
  margin: 0 auto 88px;
  padding: 0 64px;
}

.day-row:last-child {
  margin-bottom: 88px;
}

.day-image {
  width: 50%;
  min-height: 512px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.day-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding: 48px;
}

.day-label {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #8E222E;
  line-height: 1.5;
}

.day-label strong {
  font-weight: 600;
}

.day-heading {
  font-family: "Gilroy", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #000000;
  line-height: 1.15;
}

.day-body {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #7A7A7A;
  line-height: 1.6;
  margin-top: 8px;
}

.day-body p {
  margin-bottom: 1em;
}

.day-body p:last-child {
  margin-bottom: 0;
}

/* ============================================
   SPEAKER CARDS (speakers.html)
   ============================================ */
.speakers-container {
  max-width: 1900px;
  margin: 0 auto;
  margin-bottom: 300px;
  padding: 0 44px;
}

.speakers-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  row-gap: 24px;
}

.speaker-card {
  width: 25%;
  display: block;
  text-decoration: none;
  flex-shrink: 0;
}

.speaker-photo {
  min-height: 244px;
  border-radius: 16px;
  background-size: cover;
  background-position: center center;
}

.speaker-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}

/* ============================================
   SPEAKER DETAIL (speaker-driss-benhima.html)
   ============================================ */
.speaker-hero {
  position: relative;
  min-height: 414px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -116px;
  padding: 24px;
}

.speaker-hero-inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.speaker-hero-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 0, 0, 0.37);
}

/* Back + Profile Row */
.back-profile-row {
  max-width: 1243px;
  margin: -148px auto 0;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 10;
}

.back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.back-link img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  opacity: 0.89;
}

.back-link span {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #E6E6E6;
  line-height: 16px;
}

.profile-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.profile-image {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* Speaker Content */
.speaker-content {
  max-width: 1243px;
  margin: 24px auto 0;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.speaker-content .speaker-name {
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
}

.speaker-bio {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.speaker-bio p {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #7F7887;
  line-height: 1.5;
}

.presentation {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.presentation h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.pdf-link span {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* Spacer between content and other speakers */
.content-spacer {
  height: 128px;
}

/* Other Speakers */
.other-speakers-title {
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #000;
  text-align: center;
  letter-spacing: -0.5px;
  padding: 0 24px;
  margin-bottom: 16px;
}

.other-speakers-row {
  max-width: 1900px;
  margin: 0 auto 128px;
  padding: 0 44px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  row-gap: 24px;
}

.other-speaker-card {
  width: 25%;
  display: block;
  text-decoration: none;
  flex-shrink: 0;
}

.other-speaker-card .card-photo {
  min-height: 244px;
  border-radius: 16px;
  background-size: cover;
  background-position: center center;
}

.other-speaker-card .card-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}

/* ============================================
   PHOTOS PAGE - TABS (photos.html)
   ============================================ */
.tabs-container {
  max-width: 1704px;
  margin: 0 auto 128px;
  padding: 0 24px;
}

.tab-toggle {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  width: fit-content;
  padding: 8px;
  border-radius: 222px;
  margin: 0 auto 56px;
}

.tab-content {
  padding: 0 64px;
}

.tab-btn {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  background: transparent;
  border: none;
  padding: 16px 24px;
  border-radius: 222px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tab-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

.tab-btn.active {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.tab-content:not(.active) {
  display: none;
}

.tab-content.active {
  display: block;
}

/* ============================================
   PHOTO GALLERY (photos.html)
   ============================================ */
.day-section {
  margin-bottom: 88px;
}

.day-section:last-child {
  margin-bottom: 0;
}

.photo-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.photo-card {
  flex: 1;
  position: relative;
  min-height: 256px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.photo-card:hover {
  transform: scale(1.01);
}

.photo-card.no-link {
  cursor: default;
}

.photo-card.no-link:hover {
  transform: none;
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #00000000 51%, #000000 100%);
  z-index: 1;
}

.photo-card-title {
  position: relative;
  z-index: 2;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 24px;
  line-height: 1.2;
}

/* Single card row */
.photo-row.single .photo-card {
  flex: 0 1 calc(50% - 16px);
}

/* ============================================
   VIDEO GALLERY (photos.html)
   ============================================ */
.video-section {
  margin-bottom: 88px;
}

.video-heading {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 32px;
  margin-top: 48px;
}

.video-heading:first-child {
  margin-top: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}

.video-thumbnail {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.video-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

.video-thumbnail.hidden {
  display: none;
}

.play-btn {
  position: relative;
  z-index: 3;
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
}

.play-btn:hover {
  transform: scale(1.1);
  background: #ffffff;
}

.play-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #1a1a1a;
  margin-left: 4px;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gallery Bottom Spacer */
.gallery-spacer {
  height: 200px;
}

/* ============================================
   GALLERY DETAIL PAGE (marrakech-day1-day.html)
   ============================================ */
.title-section {
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 64px;
  margin-bottom: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-title {
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #000000;
  text-align: center;
  margin-bottom: 16px;
}

/* Photo Grid */
.photo-grid-container {
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 64px;
  margin-bottom: 128px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.photo-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.photo-grid img:hover {
  opacity: 0.9;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
}

.lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  user-select: none;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  font-size: 32px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  user-select: none;
}

.lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-arrow.prev {
  left: 20px;
}

.lightbox-arrow.next {
  right: 20px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  font-size: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  line-height: 1;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* ============================================
   NOTES PAGE (notes.html)
   ============================================ */
.notes-container {
  max-width: 1256px;
  margin: 0 auto 300px;
  padding: 0 64px;
}

.notes-card {
  background: #8E222E;
  border-radius: 16px;
  padding: 32px;
  min-height: 388px;
}

.notes-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.notes-header img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.notes-header-name {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.notes-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.49);
  width: 7%;
  margin: 2px 0;
  padding: 2px 0;
}

.notes-body {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ECECEC;
  line-height: 1.6;
}

.notes-body p {
  margin-bottom: 16px;
}

.notes-body p:last-child {
  margin-bottom: 0;
}

.notes-body strong {
  font-weight: 700;
}

.notes-body em {
  font-style: italic;
}

.notes-signoff {
  margin-top: 24px;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ECECEC;
  line-height: 1.6;
}

.notes-signoff strong {
  font-weight: 700;
}

/* ============================================
   GIVEBACK PAGE (giveback.html)
   ============================================ */
.content-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1704px;
  margin: 0 auto 300px;
  padding: 0 64px;
}

.giveback-card {
  background: #EBEBEB;
  border-radius: 16px;
  padding: 32px;
  max-width: 926px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Card 1 - Azura Foundation */
.card-header-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.card-header-row h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #000;
}

.card-header-row img {
  width: 72px;
  height: auto;
}

.card-banner {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
}

.about-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.about-section h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.about-section p {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #7F7887;
  line-height: 1.5;
}

.fundraising-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.fundraising-row span.label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.fundraising-row span.amount {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #03C200;
}

.progress-bar {
  width: 100%;
}

/* Card 2 - Azura Presentation */
.presentation-card {
  gap: 12px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
}

.presentation-card:hover {
  opacity: 0.9;
}

.presentation-card h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.pdf-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.pdf-row img {
  width: 27px;
  height: 32px;
  flex-shrink: 0;
}

.pdf-row span {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background-color: #1F1F1F;
  border-radius: 24px 24px 0 0;
  margin-top: -156px;
  padding: 2% 4%;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

/* Footer Column 1 - Logo & Description */
.footer-brand {
  width: 46%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-right: 20%;
}

.footer-logo-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer-logo-box img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.footer-description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  color: #ffffff;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #C8D5DC;
}

.footer-social svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

/* Footer Column 2 - Quick Links */
.footer-links {
  width: 17%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links h6 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1.2;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #CFCECE;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #C8D5DC;
}

/* Footer Column 3 - Get In Touch */
.footer-contact {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-contact h6 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1.2;
}

.footer-contact a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #CFCECE;
  transition: color 0.3s;
}

.footer-contact a:hover {
  color: #C8D5DC;
}

/* Footer Bottom Bar */
.footer-bottom {
  background-color: #8E222E;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8%;
}

.footer-bottom p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

/* ============================================
   RESPONSIVE - 1280px (NAV SQUEEZE)
   ============================================ */
@media (max-width: 1280px) {
  .main-nav ul {
    gap: 18px;
  }

  .main-nav a {
    font-size: 14px;
  }
}

/* ============================================
   RESPONSIVE - 1024px (TABLET)
   ============================================ */
@media (max-width: 1024px) {
  /* Shared header tablet */
  .site-header {
    padding-top: 40px;
  }

  .header-inner {
    padding: 0 37px;
  }

  .header-bar {
    justify-content: space-between;
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  /* Hero - index.html */
  .hero {
    min-height: 100vh;
    margin-top: -123px;
    margin-bottom: 128px;
    padding: 20px;
  }

  .hero-inner {
    min-height: calc(100vh - 40px);
  }

  .hero-title {
    font-size: 72px;
  }

  /* Agenda page */
  .page-title-section {
    padding: 0 24px;
  }

  .page-title {
    font-size: 52px;
  }

  .day-row {
    padding: 0 24px;
  }

  .day-image {
    min-height: 363px;
  }

  .day-text {
    padding: 24px;
  }

  .day-heading {
    font-size: 40px;
  }

  /* Speakers page */
  .section-title {
    padding: 24px;
  }

  .section-title h1 {
    font-size: 52px;
  }

  .speakers-container {
    padding: 24px;
  }

  .speakers-grid {
    flex-wrap: wrap;
  }

  .speaker-card {
    width: 48%;
    flex-shrink: 1;
  }

  /* Speaker detail page */
  .speaker-hero {
    min-height: 59vh;
    margin-top: -140px;
    padding: 20px;
  }

  .speaker-hero-inner {
    min-height: 51vh;
    background-image: url('https://opm60.com/wp-content/uploads/2025/12/Benhima_Cover.png') !important;
  }

  .back-profile-row {
    margin-top: -140px;
  }

  .other-speakers-row {
    flex-wrap: wrap;
    padding: 0 24px;
  }

  .other-speaker-card {
    width: 48%;
    flex-shrink: 1;
  }

  /* Photos page */
  .tab-content {
    padding: 0;
  }

  .day-heading,
  .video-heading {
    font-size: 32px;
  }

  .photo-card {
    min-height: 220px;
  }

  .photo-card-title {
    font-size: 18px;
    padding: 20px;
  }

  /* Gallery detail page */
  .title-section {
    padding: 0 24px;
  }

  .photo-grid-container {
    padding: 0 24px;
  }

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

  /* Notes page */
  .notes-container {
    padding: 24px;
    margin-bottom: 300px;
  }

  .notes-card {
    width: 100%;
  }

  /* Giveback page */
  .content-area {
    padding: 24px;
  }

  .giveback-card {
    max-width: 100%;
    flex-direction: column;
  }

  /* Shared footer tablet */
  .site-footer {
    padding: 8% 5%;
  }

  .footer-main {
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .footer-brand {
    width: 100%;
    order: -1;
    margin-top: 8%;
    gap: 30px;
    padding-right: 35%;
  }

  .footer-brand .footer-logo-box img {
    width: 64px;
    height: 64px;
  }

  .footer-description {
    font-size: 14px;
  }

  .footer-links {
    width: 25%;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-contact {
    width: 50%;
    padding-right: 15%;
  }

  .footer-contact a {
    font-size: 14px;
  }

  .footer-bottom {
    padding: 0 5%;
  }

  .footer-bottom p {
    font-size: 14px;
  }
}

/* ============================================
   RESPONSIVE - 767px (MOBILE)
   ============================================ */
@media (max-width: 767px) {
  /* Shared header mobile */
  .site-header {
    padding-top: 22px;
  }

  .header-inner {
    padding: 0 24px;
  }

  .location-dropdown {
    max-width: 205px;
  }

  /* Hero - index.html */
  .hero {
    min-height: 100vh;
    margin-top: -105px;
    margin-bottom: 88px;
    padding: 8px;
  }

  .hero-inner {
    min-height: calc(100vh - 16px);
    border-radius: 16px;
  }

  .hero-content {
    max-width: 300px;
    margin-top: 64px;
  }

  .hero-title {
    font-size: 44px;
    line-height: 42px;
  }

  /* Agenda page */
  .page-title-section {
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .page-title {
    font-size: 32px;
    line-height: 32px;
  }

  .day-row {
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
    margin-bottom: 88px;
  }

  .day-row:last-child {
    margin-bottom: 44px;
  }

  .day-image {
    width: 100%;
    min-height: 192px;
  }

  .day-text {
    width: 100%;
    padding: 0;
  }

  .day-heading {
    font-size: 32px;
  }

  /* Even rows: image should appear first on mobile */
  .day-row.reverse .day-image {
    order: -1;
  }

  /* Speakers page */
  .section-title {
    padding: 16px;
  }

  .section-title h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .speakers-container {
    padding: 16px;
    margin-bottom: 160px;
  }

  .speakers-grid {
    flex-wrap: wrap;
    gap: 0;
    row-gap: 0;
  }

  .speaker-card {
    width: 100%;
    flex-shrink: 1;
  }

  /* Speaker detail page */
  .speaker-hero {
    min-height: 23vh;
    margin-top: -106px;
    padding: 8px;
  }

  .speaker-hero-inner {
    min-height: 33vh;
    border-radius: 24px;
  }

  .back-profile-row {
    margin-top: -117px;
    padding: 0 32px;
  }

  .profile-image {
    width: 80px;
    height: 80px;
  }

  .back-link span {
    font-size: 16px;
  }

  .speaker-content {
    padding: 0 32px 0 16px;
  }

  .speaker-content .speaker-name {
    font-size: 20px;
  }

  .speaker-bio p {
    font-size: 16px;
  }

  .content-spacer {
    height: 44px;
  }

  .other-speakers-title {
    font-size: 32px;
    line-height: 32px;
  }

  .other-speakers-row {
    flex-wrap: wrap;
    padding: 16px;
    margin-bottom: 44px;
  }

  .other-speaker-card {
    width: 100%;
    flex-shrink: 1;
  }

  /* Photos page */
  .tabs-container {
    padding: 0 16px;
    margin-bottom: 64px;
  }

  .tab-btn {
    font-size: 14px;
    padding: 12px 18px;
  }

  .tab-toggle {
    margin-bottom: 32px;
  }

  .tab-content {
    padding: 0;
  }

  .day-section {
    margin-bottom: 44px;
  }

  .day-heading,
  .video-heading {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .photo-row {
    flex-direction: column;
    gap: 16px;
  }

  .photo-card {
    min-height: 188px;
  }

  .photo-row.single .photo-card {
    flex: 1;
  }

  .photo-card-title {
    font-size: 16px;
    padding: 16px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
  }

  .play-btn::after {
    border-width: 10px 0 10px 18px;
    margin-left: 3px;
  }

  .gallery-spacer {
    height: 120px;
  }

  /* Gallery detail page */
  .title-section {
    padding: 0 16px;
    margin-bottom: 44px;
  }

  .gallery-title {
    font-size: 32px;
  }

  .photo-grid-container {
    padding: 0 16px;
    margin-bottom: 64px;
  }

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

  .lightbox-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .lightbox-arrow.prev {
    left: 10px;
  }

  .lightbox-arrow.next {
    right: 10px;
  }

  /* Notes page */
  .notes-container {
    padding: 16px;
    margin-bottom: 160px;
  }

  .notes-card {
    padding: 24px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .notes-header {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 8px;
  }

  .notes-header-name {
    font-size: 24px;
  }

  .notes-divider {
    width: 48px;
  }

  .notes-body {
    font-size: 16px;
  }

  .notes-signoff {
    font-size: 16px;
  }

  /* Giveback page */
  .content-area {
    padding: 16px;
    margin-bottom: 160px;
  }

  .giveback-card {
    padding: 16px;
    gap: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  /* Shared footer mobile */
  .site-footer {
    padding: 24px;
    margin-top: -88px;
  }

  .footer-main {
    flex-direction: column;
    gap: 12px;
  }

  .footer-brand {
    width: 100%;
    order: -1;
    margin-top: 8%;
    padding-right: 0;
  }

  .footer-brand .footer-logo-box img {
    width: 52px;
    height: 52px;
  }

  .footer-brand .footer-logo-box {
    gap: 8px;
  }

  .footer-links {
    width: 100%;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-contact {
    width: 100%;
    order: -1;
    margin-top: 8%;
    margin-bottom: 8%;
    padding-right: 0;
  }

  .footer-bottom p {
    font-size: 14px;
  }
}
