/* ============================================================
   HUKUKI SUREC PAGE — Redesigned Styles
   ============================================================ */

:root {
  --hukuki-ink: #111827;
  --hukuki-muted: #4b5563;
  --hukuki-soft: #e5e7eb;
  --hukuki-accent: #0f766e;
  --hukuki-accent-2: #be123c;
  --hukuki-paper: #f8fafc;
}

/* Defensive layout guards for narrow viewports */
.hukuki-grid,
.hukuki-doc-grid,
.hukuki-speeches-layout,
.hukuki-speech,
.hukuki-card,
.hukuki-doc-card,
.hukuki-summary-box {
  min-width: 0;
}

.hukuki-verbatim,
.hukuki-speech-content blockquote,
.hukuki-doc-card-header h4,
.hukuki-summary-box p,
.hukuki-archive-item figcaption {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ——————————————————————————————
   SCROLL REVEAL ANIMATIONS
   —————————————————————————————— */
.hukuki-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.hukuki-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* stagger children */
.hukuki-grid .hukuki-reveal:nth-child(2) { transition-delay: 0.08s; }
.hukuki-grid .hukuki-reveal:nth-child(3) { transition-delay: 0.16s; }
.hukuki-grid .hukuki-reveal:nth-child(4) { transition-delay: 0.22s; }
.hukuki-grid .hukuki-reveal:nth-child(5) { transition-delay: 0.28s; }

.hukuki-speech-stack .hukuki-reveal:nth-child(2) { transition-delay: 0.1s; }
.hukuki-speech-stack .hukuki-reveal:nth-child(3) { transition-delay: 0.2s; }
.hukuki-speech-stack .hukuki-reveal:nth-child(4) { transition-delay: 0.3s; }

.hukuki-doc-grid .hukuki-reveal:nth-child(2) { transition-delay: 0.08s; }
.hukuki-doc-grid .hukuki-reveal:nth-child(3) { transition-delay: 0.16s; }
.hukuki-doc-grid .hukuki-reveal:nth-child(4) { transition-delay: 0.24s; }

/* ——————————————————————————————
   HERO
   —————————————————————————————— */
.hukuki-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-bottom: none;
  background: #0b1220;
  min-height: 520px;
}

.hukuki-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(15, 118, 110, 0.35), transparent 55%),
    radial-gradient(ellipse at 80% 15%, rgba(190, 18, 60, 0.25), transparent 50%),
    radial-gradient(ellipse at 50% 90%, rgba(59, 130, 246, 0.12), transparent 50%);
  animation: heroPulse 8s ease-in-out infinite alternate;
}

@keyframes heroPulse {
  0%   { opacity: 0.85; }
  100% { opacity: 1; }
}

.hukuki-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(80px, 12vh, 120px) 20px clamp(60px, 8vh, 90px);
}

.hukuki-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5eead4;
  margin-bottom: 16px;
}

.hukuki-hero-title {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 20px;
}

.hukuki-hero-desc {
  font-size: clamp(16px, 1.8vw, 19px);
  color: rgba(226, 232, 240, 0.88);
  max-width: 680px;
  line-height: 1.7;
  margin: 0 0 36px;
}

/* Hero stats */
.hukuki-hero-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}

.hukuki-hero-stat {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 20px 28px;
  min-width: 160px;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, background 0.3s ease;
}

.hukuki-hero-stat:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}

.hukuki-hero-stat-number {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 36px;
  font-weight: 800;
  color: #fecaca;
  line-height: 1;
  margin-bottom: 6px;
}

.hukuki-hero-stat-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.78);
  line-height: 1.4;
}

/* Hero tags */
.hukuki-hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hukuki-hero-tags span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(248, 250, 252, 0.9);
  backdrop-filter: blur(4px);
}

/* ——————————————————————————————
   SECTIONS
   —————————————————————————————— */
.hukuki-section {
  padding: clamp(60px, 8vh, 100px) 0;
  background: var(--hukuki-paper);
}

.hukuki-section--alt {
  background: #ffffff;
}

.hukuki-section--dark {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.hukuki-section-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 40px;
}

.hukuki-section-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #0f766e, #0d9488);
  color: #ffffff;
  border-radius: 14px;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.25);
}

.hukuki-section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.hukuki-section-subtitle {
  color: var(--hukuki-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.hukuki-section-header--light .hukuki-section-title {
  color: #f1f5f9;
}

.hukuki-section-header--light .hukuki-section-subtitle {
  color: rgba(203, 213, 225, 0.85);
}

.hukuki-section-header--light .hukuki-section-icon {
  background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.08));
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ——————————————————————————————
   HUKUKI CARDS GRID
   —————————————————————————————— */
.hukuki-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hukuki-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.hukuki-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.hukuki-card--wide {
  grid-column: 1 / -1;
}

/* Accent bar */
.hukuki-card-accent {
  height: 5px;
  background: linear-gradient(90deg, #0f766e 0%, #14b8a6 100%);
}

.hukuki-card-accent--red {
  background: linear-gradient(90deg, #be123c 0%, #f43f5e 100%);
}

.hukuki-card-accent--green {
  background: linear-gradient(90deg, #15803d 0%, #22c55e 100%);
}

.hukuki-card-accent--amber {
  background: linear-gradient(90deg, #b45309 0%, #f59e0b 100%);
}

/* Card body */
.hukuki-card-body {
  padding: 24px 26px;
  display: grid;
  gap: 14px;
}

/* Card badge */
.hukuki-card-badge {
  display: inline-block;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: fit-content;
}

.hukuki-card-badge--red {
  background: #fff1f2;
  color: #9f1239;
  border-color: #fecdd3;
}

.hukuki-card-badge--green {
  background: #f0fdf4;
  color: #166534;
  border-color: #bbf7d0;
}

.hukuki-card-badge--amber {
  background: #fffbeb;
  color: #92400e;
  border-color: #fde68a;
}

/* Verbatim text */
.hukuki-verbatim {
  margin: 0;
  color: #1e293b;
  font-size: 16px;
  line-height: 1.75;
  white-space: normal;
  text-wrap: pretty;
  font-weight: 600;
}

/* Card media */
.hukuki-card-media {
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}

.hukuki-card-media img {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.hukuki-card-media img:hover {
  transform: scale(1.02);
}

/* ——————————————————————————————
   SPEECHES SECTION
   —————————————————————————————— */
.hukuki-speeches-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  align-items: start;
}

/* Speaker card */
.hukuki-speaker-card {
  position: sticky;
  top: 100px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.hukuki-speaker-card > img {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
}

.hukuki-speaker-info {
  padding: 18px 20px;
  border-top: 1px solid #e2e8f0;
  background: linear-gradient(135deg, #f0fdfa 0%, #f8fafc 100%);
}

.hukuki-speaker-info h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
}

.hukuki-speaker-info p {
  margin: 0;
  font-size: 13px;
  color: var(--hukuki-muted);
  font-weight: 600;
}

/* Speech stack */
.hukuki-speech-stack {
  display: grid;
  gap: 20px;
}

.hukuki-speech {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hukuki-speech:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
}

/* Date block */
.hukuki-speech-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 4px;
}

.hukuki-speech-date-day {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 32px;
  font-weight: 800;
  color: var(--hukuki-accent-2);
  line-height: 1;
}

.hukuki-speech-date-rest {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--hukuki-muted);
  text-align: center;
  margin-top: 4px;
  line-height: 1.3;
}

/* Speech content */
.hukuki-speech-content {
  min-width: 0;
}

.hukuki-speech-type {
  display: inline-block;
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecdd3;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.hukuki-speech-content blockquote {
  margin: 0;
  color: #1e293b;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  border-left: 4px solid var(--hukuki-accent-2);
  padding-left: 16px;
  font-style: italic;
}

/* ——————————————————————————————
   DOCUMENT GRID
   —————————————————————————————— */
.hukuki-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hukuki-doc-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hukuki-doc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.hukuki-doc-card-header {
  padding: 18px 20px;
  background: linear-gradient(135deg, #f0fdfa 0%, #f8fafc 100%);
  border-bottom: 1px solid #e2e8f0;
}

.hukuki-doc-date {
  display: inline-block;
  background: #0f766e;
  color: #ffffff;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.hukuki-doc-card-header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #134e4a;
  line-height: 1.5;
}

.hukuki-doc-card-img img {
  width: 100%;
  height: auto;
  display: block;
  cursor: zoom-in;
  transition: transform 0.4s ease;
}

.hukuki-doc-card:hover .hukuki-doc-card-img img {
  transform: scale(1.03);
}

.hukuki-doc-card-img {
  overflow: hidden;
}

/* ——————————————————————————————
   ARCHIVE GRID (dark section)
   —————————————————————————————— */
.hukuki-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.hukuki-archive-item {
  margin: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hukuki-archive-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(15, 118, 110, 0.4);
}

.hukuki-archive-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top;
  display: block;
  cursor: zoom-in;
  transition: transform 0.4s ease;
}

.hukuki-archive-item:hover img {
  transform: scale(1.04);
}

.hukuki-archive-item figcaption {
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(241, 245, 249, 0.92);
  line-height: 1.4;
  text-align: center;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ——————————————————————————————
   SUMMARY SECTION
   —————————————————————————————— */
.hukuki-summary {
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdfa 50%, #f8fafc 100%);
}

.hukuki-summary-box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border: 2px solid #0f766e;
  border-radius: 24px;
  padding: clamp(32px, 5vw, 56px);
  box-shadow: 0 12px 40px rgba(15, 118, 110, 0.12);
}

.hukuki-summary-box h2 {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 900;
  color: #0f766e;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}

.hukuki-summary-box p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
  font-weight: 600;
}

/* ——————————————————————————————
   LIGHTBOX
   —————————————————————————————— */
.hukuki-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.94);
  z-index: 12000;
  padding: 24px;
  backdrop-filter: blur(4px);
}

.hukuki-lightbox.active {
  display: flex;
}

.hukuki-lightbox-figure {
  margin: 0;
  width: min(1200px, 100%);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hukuki-lightbox-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(92vh - 68px);
  border-radius: 12px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
  object-fit: contain;
  animation: lightboxFadeIn 0.3s ease;
}

@keyframes lightboxFadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

.hukuki-lightbox-caption {
  margin: 0;
  color: rgba(241, 245, 249, 0.95);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.hukuki-lightbox-close,
.hukuki-lightbox-prev,
.hukuki-lightbox-next {
  position: absolute;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(4px);
}

.hukuki-lightbox-close:hover,
.hukuki-lightbox-prev:hover,
.hukuki-lightbox-next:hover {
  background: rgba(220, 38, 38, 0.85);
  transform: scale(1.08);
}

.hukuki-lightbox-close {
  top: 20px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 1;
}

.hukuki-lightbox-prev,
.hukuki-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 1;
}

.hukuki-lightbox-prev:hover,
.hukuki-lightbox-next:hover {
  transform: translateY(-50%) scale(1.08);
}

.hukuki-lightbox-prev {
  left: 18px;
}

.hukuki-lightbox-next {
  right: 18px;
}

/* ——————————————————————————————
   RESPONSIVE
   —————————————————————————————— */
@media (max-width: 1100px) {
  .hukuki-section {
    padding: clamp(52px, 7vh, 84px) 0;
  }

  .hukuki-speeches-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hukuki-speaker-card {
    position: static;
    max-width: 400px;
    margin: 0 auto 10px;
  }

  .hukuki-speech {
    grid-template-columns: 72px 1fr;
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .hukuki-grid {
    grid-template-columns: 1fr;
  }

  .hukuki-card--wide {
    grid-column: 1;
  }

  .hukuki-doc-grid {
    grid-template-columns: 1fr;
  }

  .hukuki-hero-stats {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 14px;
  }

  .hukuki-hero-stat {
    min-width: 0;
    width: min(100%, 420px);
  }
}

@media (max-width: 768px) {
  .hukuki-hero {
    min-height: 0;
  }

  .hukuki-hero-inner {
    padding: 68px 18px 52px;
  }

  .hukuki-hero-desc {
    font-size: 15px;
    line-height: 1.65;
  }

  .hukuki-kicker {
    letter-spacing: 0.14em;
  }

  .hukuki-section {
    padding: clamp(46px, 6.5vh, 68px) 0;
  }

  .hukuki-section-header {
    margin-bottom: 30px;
  }

  .hukuki-section-title {
    font-size: clamp(24px, 5.2vw, 34px);
  }

  .hukuki-speech {
    grid-template-columns: 68px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .hukuki-doc-card-header h4 {
    font-size: 14px;
  }

  .hukuki-summary-box p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .hukuki-hero-inner {
    padding: 70px 16px 50px;
  }

  .hukuki-card-body {
    padding: 18px;
  }

  .hukuki-verbatim {
    font-size: 14px;
    line-height: 1.7;
  }

  .hukuki-speech {
    grid-template-columns: 60px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .hukuki-speech-date-day {
    font-size: 26px;
  }

  .hukuki-speech-content blockquote {
    font-size: 14px;
    padding-left: 12px;
  }

  .hukuki-section-header {
    flex-direction: column;
    gap: 12px;
  }

  .hukuki-archive-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
  }

  .hukuki-lightbox {
    padding: 14px;
  }

  .hukuki-lightbox-prev,
  .hukuki-lightbox-next {
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .hukuki-lightbox-close {
    width: 42px;
    height: 42px;
    top: 14px;
    right: 14px;
  }

  .hukuki-doc-card-header {
    padding: 14px 16px;
  }
}

@media (max-width: 560px) {
  .hukuki-speech {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hukuki-speech-date {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 0;
  }

  .hukuki-speech-date-rest {
    margin-top: 0;
    text-align: left;
  }

  .hukuki-lightbox {
    padding: max(12px, env(safe-area-inset-top))
      max(12px, env(safe-area-inset-right))
      max(12px, env(safe-area-inset-bottom))
      max(12px, env(safe-area-inset-left));
  }

  .hukuki-lightbox-figure {
    max-height: calc(100vh - 96px);
  }

  .hukuki-lightbox-img {
    max-height: calc(100vh - 170px);
  }

  .hukuki-lightbox-close {
    top: max(8px, env(safe-area-inset-top));
    right: max(8px, env(safe-area-inset-right));
  }

  .hukuki-lightbox-prev,
  .hukuki-lightbox-next {
    top: auto;
    bottom: max(8px, env(safe-area-inset-bottom));
    transform: none;
  }

  .hukuki-lightbox-prev:hover,
  .hukuki-lightbox-next:hover {
    transform: scale(1.05);
  }

  .hukuki-lightbox-prev {
    left: max(8px, env(safe-area-inset-left));
  }

  .hukuki-lightbox-next {
    right: max(8px, env(safe-area-inset-right));
  }
}

@media (max-width: 420px) {
  .hukuki-hero-title {
    font-size: 28px;
  }

  .hukuki-hero-stat {
    padding: 16px 20px;
    min-width: 0;
    width: 100%;
  }

  .hukuki-hero-stat-number {
    font-size: 28px;
  }

  .hukuki-hero-tags {
    gap: 6px;
  }

  .hukuki-hero-tags span {
    font-size: 11px;
    padding: 6px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hukuki-hero-bg,
  .hukuki-reveal,
  .hukuki-card,
  .hukuki-speech,
  .hukuki-doc-card,
  .hukuki-archive-item,
  .hukuki-card-media img,
  .hukuki-doc-card-img img,
  .hukuki-archive-item img,
  .hukuki-lightbox-img,
  .hukuki-lightbox-close,
  .hukuki-lightbox-prev,
  .hukuki-lightbox-next {
    animation: none !important;
    transition: none !important;
  }

  .hukuki-reveal {
    opacity: 1;
    transform: none;
  }
}
