/* ═══════════════════════════════════════════════════════
   SHP DRONE FILMS — Front-end styles v1.4.0
   All scoped under .shp-df to avoid theme conflicts
   ═══════════════════════════════════════════════════════ */

.shp-df {
  --orange: #E8651A;
  --orange-light: #FF8C42;
  --orange-glow: rgba(232, 101, 26, 0.25);
  --black: #0A0A0A;
  --black-soft: #111111;
  --black-card: #161616;
  --black-border: #222222;
  --grey-dark: #2A2A2A;
  --grey-mid: #555555;
  --grey-text: #999999;
  --white: #F5F0EB;
  --white-dim: #C8C2BB;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  font-family: var(--font-body);
  color: var(--white);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}

.shp-df *, .shp-df *::before, .shp-df *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Grain ── */
.shp-df::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 128px;
}

/* ═══ STICKY NAV — Black, Fixed, Bebas Neue ═══ */
.shp-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 5000;
  padding: 0 2.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: all 0.4s ease;
}
.shp-nav.scrolled {
  background: rgba(0, 0, 0, 0.98);
  backdrop-filter: blur(24px);
  height: 60px;
}
.shp-nav-logo-img {
  height: 38px;
  width: auto;
  transition: height 0.4s ease;
  filter: brightness(1.1);
}
.shp-nav.scrolled .shp-nav-logo-img { height: 30px; }
.shp-nav-right {
  display: flex;
  align-items: center;
}
.shp-nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Remove dots/bullets completely */
.shp-nav-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shp-nav-links li::before {
  content: none;
  display: none;
}
.shp-nav-links li::marker {
  content: none;
  font-size: 0;
}
.shp-nav-links a {
  color: var(--white-dim);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: color 0.3s;
  position: relative;
}
.shp-nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--orange);
  transition: width 0.3s ease;
}
.shp-nav-links a:hover { color: var(--white); }
.shp-nav-links a:hover::after { width: 100%; }
.shp-nav-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.shp-nav-socials a {
  display: flex;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
}
.shp-nav-socials a:hover { opacity: 1; transform: translateY(-1px); }
.shp-nav-socials img { width: 18px; height: 18px; }

.shp-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.shp-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
  transition: all 0.3s;
}

/* Mobile menu */
.shp-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 4999;
  background: rgba(0, 0, 0, 0.98);
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.shp-mobile-menu.open { display: flex; }
.shp-mobile-menu a {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 3px;
  color: var(--white);
  text-decoration: none;
}
.shp-mobile-menu a:hover { color: var(--orange); }
.shp-mobile-socials { display: flex; gap: 1.25rem; margin-top: 1rem; }
.shp-mobile-socials img { width: 24px; height: 24px; }

/* ═══ HERO — FULLSCREEN VIDEO BACKGROUND ═══ */
.shp-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 !important;
}

.shp-hero-video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.shp-hero-video-bg .fluid-width-video-wrapper {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important; height: 100% !important;
  padding-top: 0 !important; padding: 0 !important;
}
.shp-hero-video-bg iframe {
  position: absolute !important;
  top: 50% !important; left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100vw !important; height: 100vh !important;
  min-width: 177.78vh !important;
  min-height: 56.25vw !important;
  border: 0 !important;
  pointer-events: none !important;
  max-width: none !important; max-height: none !important;
}

.shp-hero-overlay {
  position: absolute;
  inset: 0; z-index: 2;
  background:
    linear-gradient(0deg, var(--black) 0%, rgba(10,10,10,0.15) 45%),
    linear-gradient(180deg, rgba(10,10,10,0.5) 0%, transparent 30%),
    linear-gradient(90deg, rgba(10,10,10,0.4) 0%, transparent 60%);
}
.shp-hero-watermark {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.06;
  pointer-events: none;
  width: 300px;
}
.shp-hero-content {
  position: relative;
  z-index: 3;
  padding: 0 3rem 4.5rem;
  max-width: 850px;
}
.shp-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(232, 101, 26, 0.12);
  border: 1px solid rgba(232, 101, 26, 0.3);
  color: var(--orange-light);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  animation: shpFadeUp 0.8s ease 0.5s both;
}
.shp-hero-tag svg { width: 12px; height: 12px; }
.shp-hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: 3px;
  margin-bottom: 1.25rem;
  animation: shpFadeUp 0.8s ease 0.7s both;
}
.shp-hero-title span { color: var(--orange); }
.shp-hero-desc {
  font-size: 1rem;
  color: var(--white-dim);
  font-weight: 300;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 2rem;
  animation: shpFadeUp 0.8s ease 0.9s both;
}
.shp-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--orange);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: shpFadeUp 0.8s ease 1.1s both;
}
.shp-hero-btn:hover {
  background: var(--orange-light);
  transform: translateY(-2px);
  box-shadow: 0 10px 40px var(--orange-glow);
}
.shp-hero-btn svg { width: 16px; height: 16px; }
.shp-hero-scroll {
  position: absolute;
  bottom: 2rem; right: 3rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: shpFadeUp 0.8s ease 1.3s both;
}
.shp-hero-scroll span {
  font-size: 0.6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--grey-mid);
  writing-mode: vertical-lr;
}
.shp-hero-scroll .line {
  width: 1px; height: 60px;
  background: linear-gradient(180deg, var(--orange) 0%, transparent 100%);
  animation: shpScrollPulse 2s ease-in-out infinite;
}

@keyframes shpFadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shpScrollPulse { 0%,100% { opacity: 0.3; transform: scaleY(0.5); } 50% { opacity: 1; transform: scaleY(1); } }

/* ═══ SECTION COMMON ═══ */
.shp-df section { padding: 6rem 3rem; }
.shp-section-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.shp-section-label::before {
  content: '';
  width: 40px; height: 1px;
  background: var(--orange);
}
.shp-section-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 3rem;
}

/* ═══ LIBRARY ═══ */
.shp-library { background: var(--black-soft); }
.shp-filter-bar {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.shp-filter-btn {
  padding: 0.5rem 1.2rem;
  border: 1px solid var(--black-border);
  background: transparent;
  color: var(--grey-text);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.shp-filter-btn:hover,
.shp-filter-btn.active {
  border-color: var(--orange);
  color: var(--orange);
  background: rgba(232, 101, 26, 0.06);
}
.shp-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
}
.shp-video-card {
  background: var(--black-card);
  border: 1px solid var(--black-border);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
}
.shp-video-card:hover {
  border-color: var(--orange);
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px var(--orange);
}
.shp-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--grey-dark);
}
.shp-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.shp-video-card:hover .shp-card-thumb img { transform: scale(1.05); }

/* NO watermark on cards */
.shp-card-watermark { display: none !important; }

.shp-card-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10,10,10,0.25);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
}
.shp-video-card:hover .shp-card-play { opacity: 1; }
.shp-card-play svg {
  width: 50px; height: 50px;
  fill: var(--orange);
  filter: drop-shadow(0 0 20px var(--orange-glow));
}
.shp-card-duration {
  position: absolute;
  bottom: 0.6rem; right: 0.6rem;
  background: rgba(10,10,10,0.85);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 500;
  padding: 0.2rem 0.5rem;
  letter-spacing: 1px;
  z-index: 3;
}
.shp-card-body { padding: 1.2rem 1.25rem; }
.shp-card-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.shp-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.7rem;
  color: var(--grey-text);
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}
.shp-card-loc {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--orange-light);
}
.shp-card-loc svg { width: 11px; height: 11px; }

.shp-card-stats {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.68rem;
  color: var(--grey-text);
}
.shp-card-stats span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.shp-card-stats svg {
  width: 12px; height: 12px;
  opacity: 0.7;
}

.shp-card-desc {
  font-size: 0.8rem;
  color: var(--grey-text);
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ═══ MAP ═══ */
.shp-map-section { background: var(--black); padding-bottom: 0; }
.shp-map-wrapper {
  position: relative;
  width: 100%; height: 550px;
  border: 1px solid var(--black-border);
  overflow: hidden;
}
.shp-map-wrapper > div { width: 100%; height: 100%; }
.shp-map-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 400;
  box-shadow: inset 0 0 100px rgba(10,10,10,0.5);
}

.shp-df .leaflet-container { background: #0A0A0A !important; }
.shp-df .leaflet-popup-content-wrapper {
  background: var(--black-card) !important;
  color: var(--white) !important;
  border: 1px solid var(--orange) !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 40px rgba(0,0,0,0.7) !important;
}
.shp-df .leaflet-popup-tip { background: var(--black-card) !important; }
.shp-df .leaflet-popup-content {
  margin: 0.75rem 1rem !important;
  font-family: var(--font-body) !important;
  font-size: 0.8rem !important;
}
.shp-df .popup-title { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: 1px; margin-bottom: 0.25rem; }
.shp-df .popup-loc { color: var(--orange-light); font-size: 0.7rem; margin-bottom: 0.5rem; }
.shp-df .popup-link { color: var(--orange); text-decoration: none; font-weight: 600; font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; }

/* ═══ FULLSCREEN PLAYER — Blurred BG + 85% video ═══ */
.shp-player-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: none;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.shp-player-overlay.active { display: flex; opacity: 1; }

.shp-player-topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, transparent 100%);
  transition: opacity 0.3s;
}
.shp-player-overlay.controls-hidden .shp-player-topbar { opacity: 0; }
.shp-player-title-bar { display: flex; align-items: center; gap: 1.5rem; }
.shp-player-logo { height: 28px; opacity: 0.7; }
.shp-player-title-text h3 { font-family: var(--font-display); font-size: 1.3rem; letter-spacing: 1px; }
.shp-player-title-text p { font-size: 0.7rem; color: var(--orange-light); display: flex; align-items: center; gap: 0.3rem; }
.shp-player-title-text p svg { width: 11px; height: 11px; }

.shp-player-stats {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.72rem;
  color: var(--grey-text);
  margin-left: 2rem;
}
.shp-player-stats span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.shp-player-stats svg {
  width: 14px; height: 14px;
  opacity: 0.6;
}

.shp-player-close {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 20;
  background: rgba(0,0,0,0.85);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--white);
  cursor: pointer;
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.shp-player-close:hover { background: var(--orange); border-color: var(--orange); color: var(--black); }
.shp-player-close svg { width: 16px; height: 16px; }

/* Video area — centered at 85% */
.shp-player-video-area {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 2rem 0;
}
.shp-player-iframe-wrap {
  width: 85%;
  max-width: 1500px;
  aspect-ratio: 16/9;
  position: relative;
  box-shadow: 0 20px 80px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 4px;
  overflow: visible;
}
.shp-player-iframe-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
  border-radius: 4px;
}

/* Hide watermark in player */
.shp-player-watermark { display: none !important; }

.shp-player-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 10;
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, transparent 100%);
  padding: 3rem 2rem 1.5rem;
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  transition: opacity 0.3s;
}
.shp-player-overlay.controls-hidden .shp-player-bottom { opacity: 0; }
.shp-player-info { flex: 1; min-width: 0; }
.shp-player-desc { font-size: 0.82rem; color: var(--white-dim); font-weight: 300; line-height: 1.6; max-width: 600px; }
.shp-player-minimap-wrap {
  width: 240px; height: 160px;
  border: 1px solid var(--black-border);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.shp-player-minimap-wrap > div { width: 100%; height: 100%; }
.shp-player-minimap-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 500;
  box-shadow: inset 0 0 30px rgba(10,10,10,0.4);
}
.shp-minimap-label {
  position: absolute;
  top: 0.4rem; left: 0.5rem;
  z-index: 600;
  font-size: 0.55rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange-light);
  pointer-events: none;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

/* ═══ ABOUT — Simple, no animation ═══ */
.shp-about {
  background: var(--black-soft);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.shp-about-prose p { font-size: 0.95rem; color: var(--white-dim); font-weight: 300; line-height: 1.8; margin-bottom: 1.5rem; }
.shp-about-stats { display: flex; gap: 3rem; margin-top: 2rem; }
.shp-stat-num { font-family: var(--font-display); font-size: 3rem; color: var(--orange); line-height: 1; }
.shp-stat-label { font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--grey-text); margin-top: 0.25rem; }
.shp-about-visual {
  position: relative;
  height: 400px;
  background: var(--black-card);
  border: 1px solid var(--black-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* Simple logo, no animation, no orb */
.shp-about-visual img {
  width: 200px;
  opacity: 0.15;
  position: relative;
  z-index: 2;
}
/* Remove animated orb */
.shp-about-visual::before { display: none; }

/* ═══ FOOTER ═══ */
.shp-footer {
  background: var(--black);
  border-top: 1px solid var(--black-border);
  padding: 2.5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shp-footer-left { font-size: 0.72rem; color: var(--grey-mid); letter-spacing: 1px; }
.shp-footer-socials { display: flex; gap: 1rem; align-items: center; }
.shp-footer-socials a { display: flex; opacity: 0.5; transition: opacity 0.3s; }
.shp-footer-socials a:hover { opacity: 1; }
.shp-footer-socials img { width: 22px; height: 22px; }

/* ═══ HERO — Now Playing video title ═══ */
.shp-hero-now-playing {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: var(--orange-light);
  margin-bottom: 1rem;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: shpFadeUp 0.8s ease 0.8s both;
}
.shp-hero-now-playing:empty { display: none; }
.shp-hero-now-playing::before {
  content: '▶';
  font-size: 0.55rem;
}

/* ═══ HOVER VIDEO PREVIEW on cards ═══ */
.shp-card-thumb .shp-hover-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.shp-card-thumb .shp-hover-preview iframe {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.shp-video-card:hover .shp-hover-preview { opacity: 1; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 900px) {
  .shp-nav { padding: 0 1.25rem; }
  .shp-nav-links, .shp-nav-socials { display: none; }
  .shp-nav-toggle { display: block; }
  .shp-df section { padding: 4rem 1.5rem; }
  .shp-hero { padding: 0 !important; }
  .shp-hero-content { padding: 0 1.5rem 3rem; }
  .shp-hero-scroll { display: none; }
  .shp-hero-watermark { width: 160px; }
  .shp-video-grid { grid-template-columns: 1fr; }
  .shp-about { grid-template-columns: 1fr; }
  .shp-about-visual { height: 200px; }
  .shp-map-wrapper { height: 400px; }
  .shp-player-video-area { padding: 50px 0.5rem 0; }
  .shp-player-iframe-wrap { width: 95%; }
  .shp-player-close { top: -12px; right: -6px; width: 32px; height: 32px; }
  .shp-player-close svg { width: 14px; height: 14px; }
  .shp-player-bottom { flex-direction: column; align-items: stretch; }
  .shp-player-minimap-wrap { width: 100%; height: 140px; }
  .shp-player-stats { margin-left: 0; margin-top: 0.5rem; }
  .shp-footer { flex-direction: column; gap: 1rem; text-align: center; }
}
