:root {
  --red: #e10613;
  --red-deep: #b20c18;
  --red-mid: #cc0f1c;
  --gold: #c9a227;
  --gold-2: #f0d78c;
  --ink: #1a080a;
  --muted: #6a4a4c;
  --line: rgba(225, 6, 19, 0.16);
  --paper: #f7f7f8;
  --white: #ffffff;
  --nav-h: 88px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Instrument Serif", Georgia, serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font-family: inherit; }

.progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 80;
  background: linear-gradient(90deg, var(--red), #fff, var(--red-mid));
}

.nav {
  position: fixed; inset: 14px 18px auto; z-index: 50;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 18px 0 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(225, 6, 19, .12);
  backdrop-filter: blur(22px) saturate(1.4);
  box-shadow: 0 16px 40px rgba(20, 9, 10, .08);
  transition: background .4s var(--ease), inset .3s;
}
.nav.scrolled {
  background: rgba(255, 255, 255, .96);
  inset: 10px 14px auto;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand img {
  width: auto; height: 72px; object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(20,9,10,.1));
}
.brand span { font-weight: 600; font-size: 15px; letter-spacing: .01em; }
.brand small { display: block; font-size: 10px; letter-spacing: .22em; color: var(--red); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a, .drop > button {
  color: var(--ink); background: none; border: 0; cursor: pointer;
  padding: 8px 11px; border-radius: 999px; font-size: 13px; font-weight: 500;
}
.nav-brand-link {
  font-weight: 800 !important;
  letter-spacing: .22em;
  font-size: 12px !important;
}
#galeri, #videolar, #hakkimizda, #tekk27, #kamplar, #iletisim { scroll-margin-top: 110px; }
.nav-links a.active, .nav-links a:hover, .drop > button:hover {
  background: rgba(225,6,19,.08); color: var(--red);
}
.nav-cta {
  margin-left: 8px; padding: 9px 16px !important;
  background: var(--red) !important; color: #fff !important; font-weight: 700 !important;
}
.drop { position: relative; }
.drop-menu {
  display: none; position: absolute; top: calc(100% + 12px); right: 0;
  min-width: 300px; padding: 10px;
  background: #fffcf8; color: var(--ink);
  border-radius: 18px; box-shadow: 0 30px 70px rgba(20,9,10,.22);
  border: 1px solid var(--line);
}
.drop.open .drop-menu { display: grid; gap: 4px; }
.drop-menu a { color: var(--ink); border-radius: 12px; padding: 11px 12px; font-weight: 600; }
.drop-menu a:hover { background: #ffe8e8; color: var(--red); }
.burger {
  display: none; width: 44px; height: 44px; border: 0; border-radius: 14px;
  background: rgba(225,6,19,.08); color: var(--red); cursor: pointer; font-size: 18px;
}

.hero-photo {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,22,38,.32) 0%, rgba(12,22,38,.08) 42%, rgba(12,22,38,.48) 100%),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2000&q=80") center 40%/cover;
  transform: scale(1.08);
  animation: ken 28s ease-in-out infinite alternate;
}
@keyframes ken { to { transform: scale(1.18) translateY(-3%); } }
.hero {
  min-height: 100vh; padding: calc(var(--nav-h) + 56px) 24px 220px;
  display: grid; place-items: center; text-align: center; color: #fff;
  position: relative; overflow: hidden;
  background: #1a2430;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.orb {
  position: absolute; width: 420px; height: 420px; border-radius: 50%; z-index: 1;
  background: radial-gradient(circle, rgba(240,215,140,.22), transparent 68%);
  filter: blur(8px); animation: float 9s ease-in-out infinite;
}
.orb.a { top: 8%; left: -8%; }
.orb.b { right: -10%; bottom: 18%; animation-delay: -3s; }
@keyframes float { 50% { transform: translateY(24px) scale(1.08); } }

.hero-inner { position: relative; z-index: 2; max-width: 920px; }
.hero-peak {
  position: absolute; left: -12%; right: -12%; bottom: -10%; height: 48%;
  z-index: 1; pointer-events: none;
  background: url("../assets/erciyes.svg") center bottom / 100% auto no-repeat;
  filter: drop-shadow(0 -12px 24px rgba(0,0,0,.2));
  animation: peakDrift 18s ease-in-out infinite;
  transform-origin: 58% 100%;
  opacity: .85;
}
@keyframes peakDrift {
  0% { transform: translate3d(-4%, 2%, 0) scale(1.04); }
  50% { transform: translate3d(5%, -3%, 0) scale(1.14); }
  100% { transform: translate3d(-3%, 1%, 0) scale(1.06); }
}
.hero-logo-wrap {
  width: min(280px, 64vw); margin: 0 auto 20px; padding: 0;
  background: transparent; border: 0; box-shadow: none;
}
.hero-logo-wrap img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.35));
}
.badge {
  display: inline-flex; gap: 8px; align-items: center;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(240,215,140,.12); border: 1px solid rgba(240,215,140,.45);
  color: var(--gold-2); font-size: 11px; letter-spacing: .22em; font-weight: 700;
}
.hero h1 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2.6rem, 7.2vw, 5.4rem);
  line-height: .92; margin: 18px 0 22px; letter-spacing: -.02em;
}
.hero h1 em { font-style: italic; color: var(--gold-2); }
.pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.pill {
  display: flex; align-items: center; gap: 8px;
  padding: 11px 16px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px); font-size: 13px; font-weight: 600; letter-spacing: .08em;
}
.hero p { max-width: 560px; margin: 22px auto; color: rgba(255,255,255,.82); line-height: 1.7; font-size: 17px; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  padding: 14px 24px; border-radius: 999px; font-weight: 650; border: 1px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-solid { background: #fff; color: var(--red); box-shadow: 0 12px 30px rgba(225,6,19,.28); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-red { background: var(--red); color: #fff; }

.skyline {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 2; pointer-events: none;
  height: 42vh; transform-origin: 58% 78%; will-change: transform, opacity;
}
.skyline img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 100%; }

.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
section { padding: 108px 0; position: relative; z-index: 3; }
.panel { background: var(--paper); }
.panel-dark {
  background: #fff;
  color: var(--ink);
}
.panel-alt { background: #f7f7f8; }

.eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-size: 11px; letter-spacing: .28em; font-weight: 700; color: var(--red); text-transform: uppercase;
}
.panel-dark .eyebrow { color: var(--red); }
.eyebrow::before, .eyebrow::after {
  content: ""; width: 36px; height: 1px; background: currentColor; opacity: .45;
}
h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  text-align: center; margin: 10px 0 0; color: var(--red); letter-spacing: -.02em;
}
.panel-dark h2 { color: var(--red); }
.lead { text-align: center; color: var(--muted); max-width: 620px; margin: 14px auto 42px; line-height: 1.7; }
.panel-dark .lead { color: var(--muted); }

.days { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.day {
  position: relative; overflow: hidden; min-height: 320px; padding: 28px 24px;
  border-radius: 28px; color: #fff;
  background: #1a2430 center/cover;
  box-shadow: 0 24px 50px rgba(20,9,10,.12);
}
.day::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,10,16,.12), rgba(8,10,16,.72));
}
.day > * { position: relative; z-index: 1; }
.day .n {
  font-family: var(--display); font-size: 64px; line-height: 1; opacity: .28;
}
.day h3 { margin: 18px 0 10px; font-size: 22px; }
.day p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.6; }
.d1 { background-image: url("https://images.unsplash.com/photo-1483728642387-6c3bdd6c93e5?auto=format&fit=crop&w=900&q=70"); }
.d2 { background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?auto=format&fit=crop&w=900&q=70"); }
.d3 { background-image: url("https://images.unsplash.com/photo-1418065460487-3e41a6c84dc5?auto=format&fit=crop&w=900&q=70"); }

.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  margin-top: -40px; position: relative; z-index: 4;
  background: var(--line); border-radius: 24px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(20,9,10,.1);
}
.stat { background: #fffcf8; padding: 28px 18px; text-align: center; }
.stat b {
  display: block; font-family: var(--display); font-size: 36px; color: var(--red); font-weight: 400;
}
.stat span { font-size: 13px; color: var(--muted); letter-spacing: .04em; }

.grid { display: grid; gap: 16px; }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }
.g-2 { grid-template-columns: 1fr 1.05fr; }
.card {
  background: var(--white); border-radius: 24px; padding: 24px;
  border: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255,255,255,.8), 0 18px 40px rgba(20,9,10,.05);
  transition: transform .35s var(--ease), box-shadow .35s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 28px 50px rgba(20,9,10,.1); }
.card h3 { margin: 12px 0 8px; color: var(--red); font-size: 18px; }
.card p, .card li { color: var(--muted); line-height: 1.6; }
.icon {
  width: 48px; height: 48px; border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(180deg, #fff, #f7e8e4);
  border: 1px solid var(--line); color: var(--red);
}
.icon svg { width: 22px; height: 22px; }

.band {
  background: #fff;
}
.band-alt { background: #f7f7f8; }

.v-card {
  position: relative; overflow: hidden;
  background: #fff; border-radius: 28px; padding: 26px 22px 24px;
  border: 1px solid rgba(225,6,19,.1);
  box-shadow: 0 20px 50px rgba(20,9,10,.06);
  transition: transform .4s var(--ease), box-shadow .4s;
}
.v-card::before {
  content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--red), #ff6b6b);
}
.v-card:hover { transform: translateY(-8px) rotate(-.4deg); box-shadow: 0 30px 60px rgba(225,6,19,.16); }
.v-no {
  position: absolute; right: 16px; top: 14px;
  font-family: var(--display); font-size: 42px; color: rgba(225,6,19,.12); line-height: 1;
}
.v-card .icon {
  width: 54px; height: 54px; border-radius: 18px;
  background: linear-gradient(160deg, #fff, #fde8e4);
  color: var(--red); border: 1px solid rgba(225,6,19,.12);
}
.v-card h3 { margin: 16px 0 8px; color: var(--red); font-size: 19px; }
.v-card p { margin: 0; color: var(--muted); line-height: 1.6; }

.camp-card {
  overflow: hidden; border-radius: 32px; background: #fff; color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px rgba(20,9,10,.08);
}
.camp-photo {
  min-height: 180px;
  background:
    linear-gradient(180deg, rgba(8,10,16,.05), rgba(8,10,16,.35)),
    url("https://images.unsplash.com/photo-1483728642387-6c3bdd6c93e5?auto=format&fit=crop&w=1400&q=70") center/cover;
}
.camp-photo.p2 { background-image: linear-gradient(180deg, rgba(8,10,16,.05), rgba(8,10,16,.3)), url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?auto=format&fit=crop&w=1400&q=70"); }
.camp-photo.p3 { background-image: linear-gradient(180deg, rgba(8,10,16,.05), rgba(8,10,16,.3)), url("https://images.unsplash.com/photo-1418065460487-3e41a6c84dc5?auto=format&fit=crop&w=1400&q=70"); }
.camp-photo.p4 { background-image: linear-gradient(180deg, rgba(8,10,16,.05), rgba(8,10,16,.3)), url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1400&q=70"); }
.camp-body {
  display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 28px 28px 32px;
  background: #fff;
}
.camp-body h3 { color: var(--red); margin: 0 0 8px; font-size: 26px; font-family: var(--display); font-weight: 400; }
.camp-body p { color: var(--muted); }
.num { font-family: var(--display); font-size: 88px; line-height: .8; color: var(--red); font-weight: 400; }
.meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; padding: 0; margin: 14px 0; }
.meta li {
  padding: 11px 14px; border-radius: 14px;
  background: #f7f7f8; border: 1px solid var(--line);
  font-size: 14px; color: var(--ink);
}

.tabs {
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
  padding: 7px; width: fit-content; margin: 0 auto 28px;
  background: #fff; border-radius: 999px; box-shadow: 0 16px 40px rgba(20,9,10,.08);
}
.tab {
  border: 0; background: transparent; border-radius: 999px;
  padding: 11px 20px; cursor: pointer; font-weight: 700; color: var(--muted);
}
.tab.on { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(225,6,19,.38); }
.camp-panel { display: none; animation: in .45s var(--ease); }
.camp-panel.on { display: block; }
@keyframes in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.camps-section .lead { max-width: 640px; margin-inline: auto; text-align: center; }
.camp-tabs { margin-bottom: 36px; }

.camp-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px rgba(20, 9, 10, .08);
}
.camp-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--red), var(--red-deep));
  z-index: 2;
}
.camp-card-top {
  display: grid;
  grid-template-columns: minmax(260px, 36%) 1fr;
  min-height: 280px;
}
.camp-card-cover {
  position: relative;
  min-height: 280px;
  background: linear-gradient(145deg, #1a2430, #3d4f63) center/cover;
}
.camp-card-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 16, .12), rgba(8, 10, 16, .55));
}
.camp-card-cover-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(20, 9, 10, .15);
}
.camp-card-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 32px 32px 32px 36px;
}
.camp-card-intro-head {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: start;
}
.camp-card-year {
  font-family: var(--display);
  font-size: 64px;
  line-height: .85;
  color: var(--red);
  opacity: .92;
}
.camp-card-intro-head h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 400;
  color: var(--red);
  line-height: 1.15;
}
.camp-card-desc {
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
}
.camp-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.camp-stat {
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f7f7f8);
  border: 1px solid var(--line);
}
.camp-stat-k {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 5px;
}
.camp-stat span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}

.camp-card-sections {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fafafb 0%, #fff 100%);
}
.camp-section {
  padding: 26px 32px 28px 36px;
  border-bottom: 1px solid rgba(225, 6, 19, .08);
}
.camp-section:last-child { border-bottom: 0; }
.camp-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.camp-section-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 17px;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(225, 6, 19, .28);
}
.camp-section-titles { flex: 1; min-width: 0; }
.camp-section-tag {
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(225, 6, 19, .08);
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.camp-section-head h4 {
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
}
.camp-section-meta {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.camp-speakers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.camp-speaker {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(20, 9, 10, .04);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.camp-speaker:hover {
  transform: translateY(-2px);
  border-color: rgba(225, 6, 19, .22);
  box-shadow: 0 14px 32px rgba(225, 6, 19, .1);
}
.camp-speaker-photo {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(225, 6, 19, .14);
  background: linear-gradient(160deg, #fde8e4, #fff);
}
.camp-speaker-photo img { width: 100%; height: 100%; object-fit: cover; }
.camp-speaker-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 800;
  color: var(--red);
  font-size: 20px;
}
.camp-speaker-info { min-width: 0; text-align: left; }
.camp-speaker-info strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.3;
}
.camp-speaker-info span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

.camp-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 130px;
  gap: 10px;
}
.camp-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(20, 9, 10, .08);
  border: 1px solid rgba(255, 255, 255, .6);
}
.camp-gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.camp-gallery-item:nth-child(5) { grid-column: span 2; }
.camp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s var(--ease);
}
.camp-gallery-item:hover img { transform: scale(1.06); }
.camp-gallery-zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--red);
  display: grid;
  place-items: center;
  font-size: 14px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s, transform .25s var(--ease);
  box-shadow: 0 8px 20px rgba(20, 9, 10, .15);
}
.camp-gallery-item:hover .camp-gallery-zoom {
  opacity: 1;
  transform: none;
}
.camp-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 10, 16, .35));
  opacity: 0;
  transition: opacity .25s;
  pointer-events: none;
}
.camp-gallery-item:hover::after { opacity: 1; }

.camp-supporters { margin-top: 0; }

.subh { margin: 28px 0 14px; font-family: var(--display); font-size: 28px; color: var(--red); font-weight: 400; }
.supporters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.supporter {
  display: flex; flex-direction: column; gap: 10px;
  padding: 18px 18px 20px; border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
  border: 1px solid rgba(225,6,19,.12);
  box-shadow: 0 16px 40px rgba(20,9,10,.05);
  text-decoration: none; color: inherit;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.supporter:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(225,6,19,.12);
}
.supporter-mark {
  display: flex; align-items: center; justify-content: center;
  height: 88px; border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(20,9,10,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.supporter-mark img {
  max-width: 78%; max-height: 64px; width: auto; height: auto;
  object-fit: contain;
}
.supporter strong { display: block; color: var(--red); font-size: 16px; letter-spacing: -.02em; }
.supporter p { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.5; }
.supporter-link {
  margin-top: auto; color: var(--red); font-weight: 700; font-size: 13px;
}

.wins { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.win {
  position: relative; padding: 26px 22px 22px; border-radius: 26px; min-height: 160px;
  background: #fff; border: 1px solid rgba(225,6,19,.1);
  box-shadow: 0 18px 44px rgba(20,9,10,.06);
  transition: transform .35s var(--ease);
}
.win:hover { transform: translateY(-7px); }
.win:nth-child(odd) {
  background: linear-gradient(165deg, #cc0f1c, #e10613); color: #fff;
}
.win:nth-child(odd) p { color: rgba(255,255,255,.9); }
.win span {
  font-family: var(--display); font-size: 28px; color: var(--gold);
  display: block; margin-bottom: 8px;
}
.win:nth-child(even) span { color: var(--red); }
.win p { margin: 0; line-height: 1.55; color: var(--muted); }

.media-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}
.media-filters button {
  appearance: none;
  border: 1px solid rgba(140, 20, 30, .22);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.media-filters button:hover {
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-1px);
}
.media-filters button.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.media-filters--on-dark button {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .88);
}
.media-filters--on-dark button:hover {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}
.media-filters--on-dark button.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 168px; gap: 12px; }
.gallery a { position: relative; overflow: hidden; border-radius: 22px; }
.gallery a:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery a:nth-child(6) { grid-column: span 2; }
.gallery.is-filtered a:nth-child(1),
.gallery.is-filtered a:nth-child(6) { grid-column: auto; grid-row: auto; }
.gallery a.is-hidden,
.cinema.is-hidden { display: none !important; }
.gallery img {
  width: 100%; height: 100%; object-fit: cover;
  animation: galKen 16s ease-in-out infinite alternate;
}
@keyframes galKen {
  from { transform: scale(1.05) translateX(0); }
  to { transform: scale(1.18) translateX(-6%); }
}
.gallery a:hover img { animation-play-state: paused; transform: scale(1.08); }
.gallery a::after {
  content: attr(data-cap); position: absolute; left: 14px; bottom: 12px; color: #fff;
  font-size: 13px; font-weight: 650; text-shadow: 0 8px 20px #000; opacity: 0; transition: .3s;
}
.gallery a:hover::after { opacity: 1; }

.lightbox {
  position: fixed; inset: 0; z-index: 90; background: rgba(8,2,3,.94);
  display: none; place-items: center; padding: 48px 80px; backdrop-filter: blur(16px);
}
.lightbox.on { display: grid; }
.lightbox img {
  max-width: min(1100px, 86vw); max-height: 78vh; border-radius: 18px;
  box-shadow: 0 40px 80px rgba(0,0,0,.45);
  animation: galKen 14s ease-in-out infinite alternate;
}
.lb-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.1); color: #fff; font-size: 28px; cursor: pointer;
  backdrop-filter: blur(8px);
}
.lb-prev { left: 18px; }
.lb-next { right: 18px; }
.lb-close {
  position: absolute; top: 18px; right: 18px;
  width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--red); color: #fff;
  font-size: 22px; cursor: pointer;
}
.lb-meta {
  position: absolute; bottom: 18px; left: 0; right: 0; text-align: center; color: #fff;
  font-weight: 600; letter-spacing: .04em;
}

.about {
  position: relative; overflow: hidden;
  background: #1a2430; color: #fff; padding: 108px 0 120px;
}
.about .mtn {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,10,16,.45), rgba(8,10,16,.35) 40%, rgba(8,10,16,.72)),
    url("https://images.unsplash.com/photo-1483728642387-6c3bdd6c93e5?auto=format&fit=crop&w=2000&q=80") center/cover;
}
.about .wrap { position: relative; z-index: 1; }
.about h2 { color: #fff; }
.about .lead { color: rgba(255,255,255,.75); }
.about .eyebrow { color: var(--gold-2); }

.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cinema {
  position: relative; min-height: 280px; border-radius: 28px; overflow: hidden;
  background: #000; isolation: isolate;
  box-shadow: 0 40px 80px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.12);
}
.cinema video { width: 100%; height: 100%; min-height: 280px; object-fit: cover; display: block; position: relative; z-index: 1; }
.play-big {
  position: absolute; inset: 0; margin: auto; width: 86px; height: 86px; border-radius: 50%;
  border: 0; cursor: pointer; z-index: 5;
  background: #fff; color: var(--red-deep); font-size: 28px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
  transition: transform .25s var(--ease), opacity .25s;
}
.play-big:hover { transform: scale(1.06); }
.cinema.playing .play-big { opacity: 0; pointer-events: none; }
.cinema-bar {
  position: absolute; left: 0; right: 0; top: 0; z-index: 4; pointer-events: none;
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 16px 18px; background: linear-gradient(rgba(0,0,0,.72), transparent); color: #fff;
}
.reel-nav { position: absolute; top: 50%; left: 10px; right: 10px; transform: translateY(-50%);
  display: flex; justify-content: space-between; z-index: 4; pointer-events: none;
}
.reel-nav button {
  pointer-events: auto; width: 42px; height: 42px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.92); color: var(--red-deep); font-size: 20px; cursor: pointer;
}

.player, .reel {
  position: relative; min-height: 280px; border-radius: 28px; overflow: hidden;
  background: #111;
}
.reel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .9s; }
.reel img.on { opacity: 1; }
.reel .cap, .v-note { display: none; }

.socials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.social {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px;
  border-radius: 20px; background: #fffcf8; border: 1px solid var(--line);
  transition: transform .3s var(--ease);
}
.social:hover { transform: translateY(-4px); }
.social i {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  color: #fff; flex-shrink: 0;
}
.social i svg { width: 22px; height: 22px; display: block; }
.ic-ig { background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af); }
.ic-in { background: #0A66C2; }
.ic-yt { background: #FF0000; }
.ic-x { background: #111; }
.ic-fb { background: #1877F2; }
.ic-zmo { background: var(--red); }

.wa-float {
  position: fixed; left: 16px; bottom: 22px; z-index: 60;
  display: flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 8px; border-radius: 999px;
  background: #fff; color: #128C7E;
  box-shadow: 0 16px 40px rgba(18, 140, 126, .28);
  font-weight: 700;
}
.wa-ico {
  width: 48px; height: 48px; border-radius: 50%;
  background: #25D366; display: grid; place-items: center;
}
.wa-ico svg { width: 26px; height: 26px; }
.wa-txt { display: grid; line-height: 1.15; }
.wa-txt small { font-weight: 500; color: var(--muted); font-size: 11px; }
.wa-float:hover { transform: translateY(-3px); }

.sound-toggle {
  position: fixed; left: 16px; bottom: 88px; z-index: 60;
  display: flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 8px; border-radius: 999px; border: 0; cursor: pointer;
  background: rgba(196, 10, 20, .9); color: #fff;
  box-shadow: 0 16px 40px rgba(225,6,19,.32);
  font-family: inherit; text-align: left;
}
.sound-toggle.is-on { background: var(--red); }
.snd-ico {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.15); font-size: 18px;
}
.snd-txt { display: grid; line-height: 1.15; }
.snd-txt b { font-size: 13px; }
.snd-txt small { font-weight: 500; opacity: .8; font-size: 11px; }

.social b { display: block; }
.social span { font-size: 13px; color: var(--muted); }

form { display: grid; gap: 12px; }
label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
input, textarea {
  width: 100%; padding: 14px 16px; border-radius: 16px;
  border: 1px solid var(--line); background: #fff; font-size: 15px;
}
input:focus, textarea:focus { outline: 2px solid rgba(225,6,19,.25); border-color: var(--red); }
textarea { min-height: 130px; resize: vertical; }

.contact-side {
  border-radius: 28px; padding: 32px; color: #fff;
  background:
    linear-gradient(180deg, rgba(8,10,16,.35), rgba(8,10,16,.72)),
    url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1200&q=70") center/cover;
  min-height: 100%;
}
.contact-side h3 { font-family: var(--display); font-size: 36px; font-weight: 400; margin: 0 0 12px; }
.contact-side a { color: var(--gold-2); font-weight: 700; }

.footer {
  background: #fff; color: var(--ink); padding: 64px 0 24px; position: relative; z-index: 3;
  border-top: 4px solid var(--red);
}
.footer-logo {
  width: 140px; height: auto; margin-bottom: 16px;
  object-fit: contain;
  image-rendering: auto;
}
.f-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 28px; }
.footer a { color: var(--red); }
.copy {
  border-top: 1px solid var(--line); margin-top: 36px; padding-top: 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; opacity: 1; color: var(--muted);
}
.ykb {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 12px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line);
  color: var(--ink) !important; text-decoration: none;
  transition: transform .25s var(--ease), background .25s, border-color .25s;
}
.ykb span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.ykb strong {
  font-size: 13px; letter-spacing: .16em; font-weight: 800;
  color: var(--red);
}
.ykb:hover { transform: translateY(-2px); background: #fff5f5; border-color: var(--red); }

.modal {
  position: fixed; inset: 0; z-index: 95; background: rgba(12,4,5,.72);
  display: none; place-items: center; padding: 20px; backdrop-filter: blur(8px);
}
.modal.on { display: grid; }
.modal .box { background: #fff; max-width: 640px; max-height: 80vh; overflow: auto; border-radius: 24px; padding: 28px; }

@media (max-width: 980px) {
  .days, .g-3, .g-4, .video-grid, .f-grid, .gallery, .socials, .stats, .g-2, .wins { grid-template-columns: 1fr 1fr; }
  .supporters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .camp-stats { grid-template-columns: 1fr 1fr; }
  .camp-card-top { grid-template-columns: 1fr; }
  .camp-card-cover { min-height: 200px; }
  .camp-card-intro { padding: 24px 24px 24px 28px; }
  .camp-card-intro-head { grid-template-columns: 1fr; }
  .camp-card-year { font-size: 48px; }
  .camp-section { padding: 22px 20px 24px 24px; }
  .camp-section-head { flex-wrap: wrap; }
  .camp-section-meta { width: 100%; text-align: center; }
  .camp-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 120px; }
  .camp-gallery-item:nth-child(1), .camp-gallery-item:nth-child(5) { grid-column: auto; grid-row: auto; }
  .gallery { grid-auto-rows: 140px; }
}
@media (max-width: 760px) {
  .nav { inset: 8px 8px auto; }
  .burger { display: grid; place-items: center; }
  .nav-links {
    display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    background: #fff; padding: 12px; border-radius: 18px; flex-direction: column; align-items: stretch;
    border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(20,9,10,.12);
  }
  .nav.open .nav-links { display: flex; }
  .drop-menu { position: static; background: transparent; box-shadow: none; }
  .drop-menu a { color: var(--ink); }
  .days, .g-3, .g-4, .g-2, .video-grid, .f-grid, .gallery, .socials, .stats, .meta, .wins { grid-template-columns: 1fr; }
  .supporters { grid-template-columns: 1fr; }
  .camp-stats { grid-template-columns: 1fr; }
  .camp-speakers { grid-template-columns: 1fr; }
  .camp-gallery { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .camp-section-head h4 { font-size: 20px; }
  .gallery a:nth-child(1), .gallery a:nth-child(6) { grid-column: auto; grid-row: auto; }
  .lb-btn { width: 44px; height: 44px; }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .lightbox { padding: 56px 12px 72px; }
  .stats { margin-top: 0; }
  .wa-txt { display: none; }
  .wa-float { padding: 0; background: transparent; box-shadow: none; }
  .snd-txt { display: none; }
  .sound-toggle { padding: 0; bottom: 86px; background: var(--red); }
  .sound-toggle:not(.is-on) { background: #9a0c16; }
}

/* ---------- Rich content (Summernote output) ---------- */
.rich-content {
  line-height: 1.7;
  color: inherit;
  word-wrap: break-word;
}
.rich-content > *:first-child { margin-top: 0; }
.rich-content > *:last-child { margin-bottom: 0; }
.rich-content h1, .rich-content h2, .rich-content h3,
.rich-content h4, .rich-content h5, .rich-content h6 {
  font-family: var(--display, Georgia, serif);
  font-weight: 400;
  line-height: 1.25;
  margin: 1.1em 0 .45em;
  color: var(--ink, #152033);
}
.rich-content h1 { font-size: 1.8rem; }
.rich-content h2 { font-size: 1.5rem; }
.rich-content h3 { font-size: 1.28rem; }
.rich-content h4 { font-size: 1.12rem; }
.rich-content p { margin: 0 0 .85em; }
.rich-content ul, .rich-content ol { margin: 0 0 1em; padding-left: 1.35em; }
.rich-content li { margin: .25em 0; }
.rich-content blockquote {
  margin: 1em 0;
  padding: .75em 1em;
  border-left: 3px solid var(--red, #e10613);
  background: rgba(225, 6, 19, .04);
  color: var(--muted, #6b778c);
}
.rich-content a { color: var(--red, #e10613); text-decoration: underline; text-underline-offset: 2px; }
.rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: .75em 0;
}
.rich-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.rich-content th, .rich-content td {
  border: 1px solid var(--line, #e6ebf2);
  padding: .55em .7em;
  text-align: left;
}
.rich-content th { background: #f7f9fc; font-weight: 650; }
.rich-content iframe,
.rich-content video {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 14px;
  margin: .85em 0;
  display: block;
}
.panel-dark .rich-content,
.panel-dark .rich-content h1,
.panel-dark .rich-content h2,
.panel-dark .rich-content h3,
.about .rich-content,
.about .rich-content h1,
.about .rich-content h2,
.about .rich-content h3 {
  color: inherit;
}
.panel-dark .rich-content a,
.about .rich-content a { color: #fff; }
