/* ═══════════════════════════════════════════════
   АРТиФАКТ Theme Styles
   ═══════════════════════════════════════════════ */

:root {
  --gold: #E8C840;
  --gold-light: #F5E6A3;
  --gold-dark: #C4A230;
  --gold-deep: #8B7320;
  --black: #0A0A08;
  --charcoal: #1A1A16;
  --dark-brown: #2A2518;
  --warm-gray: #B5A892;
  --cream: #F5F0E0;
  --cream-dark: #E8DFC8;
  --terracotta: #C4663A;
  --moss: #5A6B42;
}

/* ─── LIGHT THEME ─── */
[data-theme="light"] {
  --gold: #C4A230;
  --gold-light: #E8D574;
  --gold-dark: #8B7320;
  --gold-deep: #6B5810;
  --black: #FAF7F0;
  --charcoal: #F0EBE0;
  --dark-brown: #E8E0D0;
  --warm-gray: #6B6050;
  --cream: #1A1A16;
  --cream-dark: #3A3528;
  --terracotta: #B85530;
  --moss: #4A5B35;
}

[data-theme="light"] ::-webkit-scrollbar-track { background: var(--black); }

[data-theme="light"] .artifakt-hero {
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(196,162,48,0.1) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(196,102,58,0.06) 0%, transparent 60%),
    var(--black) !important;
}

[data-theme="light"] .hero-grid {
  background-image:
    linear-gradient(rgba(139,115,32,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,115,32,0.06) 1px, transparent 1px) !important;
}

[data-theme="light"] .artifact-symbol { color: var(--gold-dark); opacity: 0.06; }

[data-theme="light"] .wp-block-template-part.artifakt-header nav,
[data-theme="light"] .artifakt-nav {
  background: linear-gradient(to bottom, rgba(250,247,240,0.95), rgba(250,247,240,0));
}
[data-theme="light"] .artifakt-nav.scrolled {
  background: rgba(250,247,240,0.97);
  border-bottom-color: rgba(196,162,48,0.2);
}

[data-theme="light"] .artifakt-about {
  background: linear-gradient(180deg, var(--black) 0%, var(--charcoal) 50%, var(--black) 100%);
}

[data-theme="light"] .artifakt-expeditions {
  background: linear-gradient(180deg, var(--black) 0%, var(--dark-brown) 50%, var(--black) 100%);
}

[data-theme="light"] .about-image-frame img,
[data-theme="light"] .exp-image-grid img,
[data-theme="light"] .gallery-item img,
[data-theme="light"] .is-style-artifakt-sepia img {
  filter: sepia(10%) contrast(1.02);
}
[data-theme="light"] .about-image-frame:hover img,
[data-theme="light"] .exp-image-grid img:hover,
[data-theme="light"] .gallery-item:hover img,
[data-theme="light"] .is-style-artifakt-sepia:hover img {
  filter: sepia(0%) contrast(1);
}

[data-theme="light"] .about-image-frame::after {
  background: linear-gradient(to top, rgba(250,247,240,0.4), transparent 50%);
}

[data-theme="light"] .is-style-artifakt-card {
  background: rgba(196,162,48,0.04);
  border-color: rgba(196,162,48,0.12);
}
[data-theme="light"] .is-style-artifakt-card:hover {
  background: rgba(196,162,48,0.08);
}

[data-theme="light"] .is-style-artifakt-event-row {
  border-color: rgba(196,162,48,0.1);
  background: rgba(196,162,48,0.03);
}
[data-theme="light"] .is-style-artifakt-event-row:hover {
  background: rgba(196,162,48,0.07);
  border-color: rgba(196,162,48,0.2);
}

[data-theme="light"] .artifakt-gallery {
  background: linear-gradient(180deg, var(--black), var(--charcoal));
}
[data-theme="light"] .gallery-item {
  border-color: rgba(196,162,48,0.15);
}
[data-theme="light"] .gallery-item::after {
  background: linear-gradient(to top, rgba(250,247,240,0.3), transparent 60%);
}

[data-theme="light"] .is-style-artifakt-partner-badge {
  border-color: rgba(196,162,48,0.18);
  background: rgba(196,162,48,0.05);
}
[data-theme="light"] .partner-logo-item {
  border-color: rgba(107,96,80,0.2);
}

[data-theme="light"] .artifakt-contact input,
[data-theme="light"] .artifakt-contact textarea,
[data-theme="light"] .artifakt-contact select {
  background: rgba(196,162,48,0.04);
  border-color: rgba(196,162,48,0.18);
  color: var(--cream);
}
[data-theme="light"] .artifakt-contact input:focus,
[data-theme="light"] .artifakt-contact textarea:focus,
[data-theme="light"] .artifakt-contact select:focus {
  border-color: var(--gold);
  background: rgba(196,162,48,0.08);
}
[data-theme="light"] .artifakt-contact select option {
  background: var(--charcoal);
  color: var(--cream);
}

[data-theme="light"] .artifakt-contact {
  background: linear-gradient(180deg, var(--charcoal), var(--black));
}

[data-theme="light"] .social-link {
  border-color: rgba(196,162,48,0.25);
}

[data-theme="light"] .artifakt-footer {
  border-top-color: rgba(196,162,48,0.12);
}

[data-theme="light"] .is-style-artifakt-stat {
  background: rgba(196,162,48,0.06);
  border-color: rgba(196,162,48,0.15);
}

[data-theme="light"] .about-accent {
  border-color: var(--gold-dark);
}

[data-theme="light"] .is-style-artifakt-diamond::before {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

[data-theme="light"] .artifakt-nav .nav-links.open {
  background: rgba(250,247,240,0.98);
}

[data-theme="light"] .expedition-timeline::before {
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}
[data-theme="light"] .expedition-item::after {
  border-color: var(--black);
}

[data-theme="light"] .status-past {
  background: rgba(107,96,80,0.08);
  border-color: rgba(107,96,80,0.15);
}
[data-theme="light"] .status-upcoming {
  background: rgba(196,162,48,0.12);
  border-color: rgba(196,162,48,0.35);
}

[data-theme="light"] body::before { opacity: 0.02; }

/* ─── THEME TOGGLE ─── */
.theme-toggle {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 10000;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(232,200,64,0.25);
  background: rgba(10,10,8,0.85);
  backdrop-filter: blur(12px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.theme-toggle:hover {
  transform: scale(1.1);
  border-color: var(--gold);
  box-shadow: 0 4px 30px rgba(232,200,64,0.2);
}

[data-theme="light"] .theme-toggle {
  background: rgba(250,247,240,0.9);
  border-color: rgba(196,162,48,0.3);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
[data-theme="light"] .theme-toggle:hover {
  box-shadow: 0 4px 30px rgba(196,162,48,0.2);
}

.theme-toggle-icon {
  font-size: 1.3rem;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  line-height: 1;
}
.theme-toggle:hover .theme-toggle-icon {
  transform: rotate(30deg);
}

.theme-toggle-label {
  position: absolute;
  right: 64px;
  background: rgba(10,10,8,0.9);
  color: var(--cream);
  padding: 0.4rem 0.8rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: 'Unbounded', sans-serif;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.3s;
  pointer-events: none;
}
[data-theme="light"] .theme-toggle-label {
  background: rgba(250,247,240,0.95);
  color: var(--cream);
  border: 1px solid rgba(196,162,48,0.15);
}
.theme-toggle:hover .theme-toggle-label {
  opacity: 1;
  transform: translateX(0);
}

/* ─── GLOBAL RESETS ─── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans', sans-serif;
  background: var(--black);
  color: var(--cream);
  overflow-x: hidden;
  font-weight: 300;
  transition: background-color 0.5s ease, color 0.5s ease;
}

strong, b { font-weight: 700; }
em, i { font-style: italic; }

/* Noise texture overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }

/* Global transitions */
.is-style-artifakt-card, .is-style-artifakt-event-row, .is-style-artifakt-partner-badge,
.is-style-artifakt-stat, .social-link, .artifakt-footer,
.about-image-frame, .gallery-item, .theme-toggle,
.wp-block-button__link, .submit-btn, .exp-image-grid img {
  transition: all 0.4s ease;
}

/* ─── NAVIGATION ─── */
.artifakt-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, rgba(10,10,8,0.95), rgba(10,10,8,0));
  transition: background 0.4s;
}
.artifakt-nav.scrolled {
  background: rgba(10,10,8,0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(232,200,64,0.15);
}
.nav-logo {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: var(--gold);
  text-decoration: none;
}
.nav-logo span { color: var(--cream); font-weight: 300; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  color: var(--warm-gray);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.3s;
  font-weight: 400;
}
.nav-links a:hover { color: var(--gold); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  transition: 0.3s;
}

/* ─── HERO ─── */
.artifakt-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 2rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(232,200,64,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(196,102,58,0.05) 0%, transparent 60%),
    var(--black);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232,200,64,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232,200,64,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 70% at center, black, transparent);
  pointer-events: none;
}

.artifact-symbol {
  position: absolute;
  font-size: 8rem;
  opacity: 0.03;
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  animation: float 20s ease-in-out infinite;
  pointer-events: none;
}
.artifact-symbol:nth-child(1) { top: 10%; left: 5%; animation-delay: 0s; }
.artifact-symbol:nth-child(2) { top: 60%; right: 8%; animation-delay: -7s; font-size: 6rem; }
.artifact-symbol:nth-child(3) { bottom: 15%; left: 15%; animation-delay: -13s; font-size: 10rem; }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33% { transform: translateY(-20px) rotate(2deg); }
  66% { transform: translateY(10px) rotate(-1deg); }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.4rem;
  border: 1px solid rgba(232,200,64,0.3);
  border-radius: 100px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2.5rem;
  animation: fadeUp 1s ease-out 0.2s both;
}
.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.hero-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.95;
  margin-bottom: 0.3em;
  animation: fadeUp 1s ease-out 0.4s both;
}
.hero-title .art { color: var(--gold); }
.hero-title .i-letter {
  color: var(--terracotta);
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}
.hero-title .fakt { color: var(--cream); }

.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 400;
  font-style: italic;
  color: var(--warm-gray);
  margin-bottom: 2rem;
  animation: fadeUp 1s ease-out 0.6s both;
}

.hero-desc {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--warm-gray);
  max-width: 650px;
  margin: 0 auto 3rem;
  animation: fadeUp 1s ease-out 0.8s both;
}

.hero-cta {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1s ease-out 1s both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Button styles */
.btn-primary,
.wp-block-button.is-style-artifakt-gold .wp-block-button__link {
  padding: 1rem 2.5rem;
  background: var(--gold) !important;
  color: var(--black) !important;
  border: none;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0 !important;
}
.btn-primary:hover,
.wp-block-button.is-style-artifakt-gold .wp-block-button__link:hover {
  background: var(--gold-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232,200,64,0.25);
}

.btn-outline,
.wp-block-button.is-style-artifakt-outline .wp-block-button__link {
  padding: 1rem 2.5rem;
  background: transparent !important;
  color: var(--gold) !important;
  border: 1px solid var(--gold-dark) !important;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0 !important;
}
.btn-outline:hover,
.wp-block-button.is-style-artifakt-outline .wp-block-button__link:hover {
  background: rgba(232,200,64,0.1) !important;
  border-color: var(--gold) !important;
  transform: translateY(-2px);
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold-dark);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: fadeUp 1s ease-out 1.4s both;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold-dark), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ─── SECTION STYLES ─── */
.artifakt-section {
  padding: 6rem 2rem;
  position: relative;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-label {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-label::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.section-label.centered {
  justify-content: center;
}

.section-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  color: var(--cream);
}

.section-desc {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--warm-gray);
  max-width: 700px;
}

/* ─── ABOUT SECTION ─── */
.artifakt-about {
  background: linear-gradient(180deg, var(--black) 0%, var(--charcoal) 50%, var(--black) 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
  align-items: center;
}

.about-visual { position: relative; }

.about-image-frame {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid rgba(232,200,64,0.15);
}
.about-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(30%) contrast(1.1);
  transition: transform 0.6s, filter 0.6s;
}
.about-image-frame:hover img {
  transform: scale(1.05);
  filter: sepia(10%) contrast(1.05);
}
.about-image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,8,0.6), transparent 50%);
}

.about-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border: 1px solid var(--gold);
  opacity: 0.2;
}

.about-text { display: flex; flex-direction: column; gap: 1.5rem; }
.about-text p {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--warm-gray);
}

.stat-row {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.is-style-artifakt-stat,
.stat-item {
  text-align: center;
  padding: 1.2rem 1.5rem;
  background: rgba(232,200,64,0.05);
  border: 1px solid rgba(232,200,64,0.1);
  flex: 1;
  min-width: 120px;
}
.stat-number {
  font-family: 'Unbounded', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-size: 0.75rem;
  color: var(--warm-gray);
  margin-top: 0.4rem;
  letter-spacing: 0.05em;
}

/* ─── ACTIVITY CARDS ─── */
.is-style-artifakt-card {
  background: rgba(232,200,64,0.03);
  border: 1px solid rgba(232,200,64,0.08);
  padding: 2.5rem 2rem;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.is-style-artifakt-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--terracotta));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.is-style-artifakt-card:hover::before { transform: scaleX(1); }
.is-style-artifakt-card:hover {
  background: rgba(232,200,64,0.06);
  transform: translateY(-4px);
}

.activity-number {
  font-family: 'Unbounded', sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(232,200,64,0.1);
  line-height: 1;
  margin-bottom: 1rem;
}
.activity-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 1rem;
  line-height: 1.4;
}
.activity-desc {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--warm-gray);
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.activities-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
}

/* ─── EXPEDITIONS ─── */
.artifakt-expeditions {
  background: linear-gradient(180deg, var(--black) 0%, var(--dark-brown) 50%, var(--black) 100%);
}

.expedition-timeline {
  margin-top: 4rem;
  position: relative;
}
.expedition-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold-dark), transparent);
}

.expedition-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 5rem;
  position: relative;
  align-items: center;
}
.expedition-item::after {
  content: '';
  position: absolute;
  left: calc(50% - 6px);
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 50%;
  border: 3px solid var(--black);
}
.expedition-item.reverse .exp-content { order: 2; text-align: right; }
.expedition-item.reverse .exp-visual { order: 1; }

.exp-visual { position: relative; }
.exp-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.exp-image-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: sepia(20%) contrast(1.05);
  transition: filter 0.4s, transform 0.4s;
  border: 1px solid rgba(232,200,64,0.1);
}
.exp-image-grid img:hover {
  filter: sepia(0%);
  transform: scale(1.02);
  z-index: 2;
  position: relative;
}

.exp-tag {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.8rem;
}
.exp-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.exp-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.exp-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--warm-gray);
}

.exp-locations {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.exp-location {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.85rem;
  color: var(--cream-dark);
}
.exp-location-icon {
  color: var(--gold);
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ─── EVENT ROWS ─── */
.is-style-artifakt-event-row {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid rgba(232,200,64,0.06);
  background: rgba(232,200,64,0.02);
  transition: all 0.3s;
  align-items: center;
}
.is-style-artifakt-event-row:hover {
  background: rgba(232,200,64,0.05);
  border-color: rgba(232,200,64,0.15);
}

.event-date { font-family: 'Unbounded', sans-serif; }
.event-date .day {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.event-date .month-year {
  font-size: 0.7rem;
  color: var(--warm-gray);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

.event-info-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.4rem;
}
.event-info-location {
  font-size: 0.85rem;
  color: var(--warm-gray);
}
.event-info-location span { color: var(--gold); }

.event-status {
  padding: 0.4rem 1.2rem;
  border-radius: 100px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
.status-past {
  background: rgba(181,168,146,0.1);
  color: var(--warm-gray);
  border: 1px solid rgba(181,168,146,0.2);
}
.status-upcoming {
  background: rgba(232,200,64,0.1);
  color: var(--gold);
  border: 1px solid rgba(232,200,64,0.3);
  animation: glowPulse 3s infinite;
}
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(232,200,64,0); }
  50% { box-shadow: 0 0 20px rgba(232,200,64,0.15); }
}

.events-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ─── GALLERY MARQUEE ─── */
.artifakt-gallery {
  background: linear-gradient(180deg, var(--black), var(--charcoal));
  overflow: hidden;
}

.gallery-marquee {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  animation: marquee 40s linear infinite;
  width: max-content;
}
.gallery-marquee:hover { animation-play-state: paused; }

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.gallery-item {
  width: 320px;
  height: 220px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(232,200,64,0.1);
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(25%) contrast(1.05);
  transition: all 0.5s;
}
.gallery-item:hover img {
  filter: sepia(0%) contrast(1);
  transform: scale(1.08);
}
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,8,0.5), transparent 60%);
  pointer-events: none;
}

.gallery-row-2 {
  animation-direction: reverse;
  margin-top: 1rem;
}

/* ─── PARTNERS ─── */
.is-style-artifakt-partner-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 3rem 4rem;
  border: 1px solid rgba(232,200,64,0.12);
  background: rgba(232,200,64,0.03);
  max-width: 800px;
  margin: 3rem auto 0;
  text-align: center;
}
.partner-icon { font-size: 2.5rem; }
.partner-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--warm-gray);
  max-width: 600px;
}
.partner-text strong { color: var(--gold); font-weight: 600; }
.partner-logos {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.partner-logo-item {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-gray);
  padding: 0.8rem 1.5rem;
  border: 1px solid rgba(181,168,146,0.15);
  opacity: 0.7;
}

/* ─── CONTACT ─── */
.artifakt-contact {
  background: linear-gradient(180deg, var(--charcoal), var(--black));
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}

.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.contact-block h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.contact-block p, .contact-block a {
  font-size: 0.95rem;
  color: var(--warm-gray);
  line-height: 1.8;
  text-decoration: none;
}
.contact-block a:hover { color: var(--gold); }

.social-links { display: flex; gap: 1rem; margin-top: 0.5rem; }
.social-link {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(232,200,64,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s;
}
.social-link:hover {
  background: var(--gold);
  color: var(--black);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.form-group { position: relative; }
.form-group label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 1rem 1.2rem;
  background: rgba(232,200,64,0.03);
  border: 1px solid rgba(232,200,64,0.12);
  color: var(--cream);
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.95rem;
  transition: all 0.3s;
  outline: none;
  font-weight: 300;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  background: rgba(232,200,64,0.06);
  box-shadow: 0 0 0 3px rgba(232,200,64,0.08);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: var(--charcoal); }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.submit-btn {
  padding: 1.2rem 3rem;
  background: var(--gold);
  color: var(--black);
  border: none;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 0.5rem;
  width: 100%;
}
.submit-btn:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232,200,64,0.25);
}

/* Participant info box */
.participant-info {
  margin-top: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(232,200,64,0.1);
  background: rgba(232,200,64,0.03);
}
.participant-info .info-label {
  color: var(--gold);
  font-family: 'Unbounded', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
.participant-info p {
  font-size: 0.85rem;
  color: var(--warm-gray);
  line-height: 1.7;
}

/* ─── FOOTER ─── */
.artifakt-footer {
  padding: 3rem 2rem;
  border-top: 1px solid rgba(232,200,64,0.08);
  background: var(--black);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-left {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.9rem;
  color: var(--gold);
  font-weight: 700;
}
.footer-left span { color: var(--warm-gray); font-weight: 300; font-size: 0.8rem; }
.footer-right {
  font-size: 0.75rem;
  color: rgba(181,168,146,0.5);
  text-align: right;
}
.footer-right a {
  color: var(--gold-dark);
  text-decoration: none;
}
.footer-right a:hover { color: var(--gold); }

/* ─── DIAMOND DIVIDERS ─── */
.is-style-artifakt-diamond,
.artifakt-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
  border: none !important;
}
.artifakt-divider .divider-line {
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
}
.artifakt-divider .divider-diamond {
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .activities-grid { grid-template-columns: 1fr; }
  .activities-grid.two-col { grid-template-columns: 1fr; }
  .expedition-item { grid-template-columns: 1fr; gap: 2rem; }
  .expedition-timeline::before { display: none; }
  .expedition-item::after { display: none; }
  .expedition-item.reverse .exp-content { order: 1; text-align: left; }
  .expedition-item.reverse .exp-visual { order: 2; }
  .contact-grid { grid-template-columns: 1fr; }
  .is-style-artifakt-event-row { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .artifakt-nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10,10,8,0.98);
    padding: 2rem;
    border-bottom: 1px solid rgba(232,200,64,0.1);
  }
  .artifakt-section { padding: 4rem 1.5rem; }
  .is-style-artifakt-event-row { grid-template-columns: 100px 1fr; gap: 1rem; }
  .event-status { grid-column: 1 / -1; justify-self: start; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-item { width: 260px; height: 180px; }
  .is-style-artifakt-partner-badge { padding: 2rem 1.5rem; }
  .stat-row { flex-direction: column; }
  .exp-image-grid { grid-template-columns: 1fr 1fr; }
}

/* ─── WordPress Block Overrides ─── */
.wp-site-blocks { padding: 0 !important; }
.wp-block-group.alignfull { max-width: 100%; margin: 0; }
.wp-block-template-part { margin: 0; padding: 0; }

/* Remove default WP block margins for full-bleed sections */
.artifakt-hero,
.artifakt-about,
.artifakt-expeditions,
.artifakt-gallery,
.artifakt-contact {
  margin: 0 !important;
  max-width: 100% !important;
}