/* ============================================================
   NOORDZEE KOERIERS — Over ons
   Eigen identiteit: nautisch "koers"-thema (Noordzee).
   Bouwt voort op nk2-styles.css + nk2-dienst.css (nav, footer,
   big-btn, panel-indigo, dcta, reveals).
   ============================================================ */

/* ---------- compass accent (signatuur) ---------- */
.compass {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}
.compass svg { width: 15px; height: 15px; flex: none; }

/* ---------- HERO ---------- */
.ov-hero {
  position: relative;
  min-height: 100svh;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}
.ov-hero-bg { position: absolute; inset: 0; z-index: 0; }
.ov-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.72) brightness(0.6);
  transform: scale(1.05);
  animation: ovZoom 18s var(--ease-soft) forwards;
}
@keyframes ovZoom { to { transform: scale(1); } }
.ov-hero::after {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to bottom, rgba(0,16,41,0.5) 0%, rgba(0,16,41,0.05) 34%, rgba(0,16,41,0.92) 100%),
    linear-gradient(105deg, rgba(0,23,59,0.5) 0%, rgba(0,23,59,0) 60%);
}
.ov-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 2 * var(--gutter) - 20px));
  margin: 0 auto;
  padding: 0 12px clamp(34px, 5vh, 60px);
}
.ov-eyebrow {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 22px;
}
.ov-eyebrow svg { stroke: #6f9ceb; }
.ov-hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(44px, 7vw, 124px);
  line-height: 1.0;
  letter-spacing: 0.005em;
  max-width: 18ch;
}
.ov-hero h1 .koers { color: #6f9ceb; }
.ov-hero-lede {
  margin-top: clamp(20px, 2.6vh, 30px);
  max-width: 56ch;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}
/* coordinate / kompas strip */
.ov-coords {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: clamp(32px, 4.4vh, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.ov-coord {
  flex: 1 1 170px;
  padding: clamp(18px, 2vw, 26px) 26px clamp(18px, 2vw, 26px) 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.ov-coord:last-child { border-right: none; }
.ov-coord .k {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 9px;
}
.ov-coord .v {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(17px, 1.5vw, 23px);
  color: #fff;
  line-height: 1.08;
}

/* ---------- MANIFEST (indigo band) ---------- */
.ov-manifest { padding: clamp(30px, 4vw, 60px) 0; }
.ov-manifest .panel-indigo { margin: 0 var(--gutter); position: relative; overflow: hidden; }
.ov-manifest .panel-pad { padding: clamp(54px, 8vw, 120px) clamp(26px, 6vw, 96px); }
.ov-manifest-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(34px, 5vw, 80px);
  align-items: end;
}
.ov-manifest h2 {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(40px, 6vw, 104px);
  line-height: 1.02;
  color: #fff;
  letter-spacing: 0.005em;
}
.ov-manifest h2 .accent { color: #6f9ceb; }
.ov-manifest-side {
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 500;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.74);
  max-width: 40ch;
  padding-bottom: 8px;
}
.ov-manifest .ghost-n {
  position: absolute;
  top: -8%; right: -1%;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(280px, 40vw, 620px);
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none; user-select: none;
}

/* ---------- WIE WIJ ZIJN (editorial split) ---------- */
.ov-who { padding: clamp(80px, 10vw, 150px) 0; background: var(--page); }
.ov-who-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(36px, 5vw, 84px);
  align-items: center;
}
.ov-who-media {
  position: relative;
  border-radius: var(--r-panel);
  overflow: hidden;
  aspect-ratio: 4 / 4.6;
}
.ov-who-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
  transition: transform 1.2s var(--ease-out);
}
.ov-who-media:hover img { transform: scale(1.05); }
.ov-who-media .tagline {
  position: absolute;
  left: clamp(18px, 2vw, 26px); bottom: clamp(18px, 2vw, 26px);
  z-index: 2;
  padding: 9px 14px;
  border-radius: 9px;
  background: rgba(0, 23, 59, 0.62);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.ov-who-copy .compass { color: var(--ink-soft); margin-bottom: 18px; }
.ov-who-copy .compass svg { stroke: #6f9ceb; }
.ov-who-copy h2 {
  font-size: clamp(32px, 4.4vw, 68px);
  color: var(--ink);
  line-height: 1.05;
  margin-bottom: clamp(18px, 2vw, 28px);
}
.ov-who-copy p {
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 500;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 16px;
  max-width: 56ch;
}
.ov-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(22px, 2.6vw, 32px);
}
.ov-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid var(--line-light);
  background: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 13px;
  color: var(--ink);
}
.ov-chip::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #6f9ceb; flex: none; }

/* ---------- WAAR WIJ VOOR STAAN (editorial big-type list) ---------- */
.ov-values { padding: 0 0 clamp(80px, 10vw, 150px); background: var(--page); }
.ov-values-list { border-top: 2px solid var(--ink); }
.ov-value {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1.05fr 1fr;
  gap: clamp(20px, 3vw, 56px);
  align-items: center;
  padding: clamp(28px, 3.4vw, 50px) clamp(10px, 1.6vw, 28px);
  border-bottom: 1px solid var(--line-light);
  transition: padding-left 0.5s var(--ease-out), background-color 0.5s var(--ease-soft);
}
.ov-value::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: #6f9ceb;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s var(--ease-out);
}
.ov-value:hover { background: var(--white); padding-left: clamp(22px, 2.4vw, 40px); }
.ov-value:hover::before { transform: scaleY(1); }
.ov-v-idx {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 30px);
  color: var(--ink);
}
.ov-v-idx svg { width: 15px; height: 15px; stroke: #6f9ceb; flex: none; }
.ov-value h3 {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(26px, 3.2vw, 52px);
  line-height: 1.04;
  color: var(--ink);
  letter-spacing: 0.005em;
}
.ov-value p {
  font-size: clamp(14.5px, 1.05vw, 16.5px);
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 44ch;
}

/* ---------- HET TEAM ---------- */
.ov-team { padding: clamp(80px, 10vw, 150px) 0; background: var(--paper); }
.ov-team-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
  margin-top: clamp(40px, 5vw, 68px);
}
.ov-portrait {
  position: relative;
  border-radius: var(--r-panel);
  overflow: hidden;
  background: var(--dark);
  min-height: clamp(300px, 34vw, 460px);
}
.ov-portrait.wide { grid-column: span 6; }
.ov-portrait.tall { grid-column: span 3; }
.ov-portrait img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
  transition: transform 1.1s var(--ease-out);
}
.ov-portrait:hover img { transform: scale(1.06); }
.ov-portrait::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,16,41,0.82) 0%, rgba(0,16,41,0) 58%);
}
.ov-portrait .pc {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: clamp(20px, 2vw, 30px);
}
.ov-portrait .pc .role {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: #6f9ceb;
  margin-bottom: 7px;
}
.ov-portrait .pc .name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 1.7vw, 27px);
  color: #fff;
  line-height: 1.04;
}

/* ---------- LOCATIE (full-bleed building) ---------- */
.ov-location {
  position: relative;
  min-height: clamp(520px, 72vh, 820px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
}
.ov-location img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(0.82) brightness(0.74);
}
.ov-location::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,16,41,0.9) 0%, rgba(0,16,41,0.05) 60%);
}
.ov-loc-inner {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 2 * var(--gutter) - 20px));
  margin: 0 auto;
  padding: clamp(40px, 6vw, 90px) 12px;
}
.ov-loc-inner .compass { color: rgba(255, 255, 255, 0.78); margin-bottom: 18px; }
.ov-loc-inner .compass svg { stroke: #6f9ceb; }
.ov-location h2 {
  font-size: clamp(34px, 5vw, 84px);
  color: #fff;
  line-height: 1.04;
  max-width: 20ch;
  margin-bottom: 16px;
}
.ov-location p {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  max-width: 48ch;
}
.ov-geo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

/* ---------- shared section heading for over ons ---------- */
.ov-head { margin-bottom: clamp(20px, 2.6vw, 36px); max-width: none; }
.ov-head .compass { color: var(--ink-soft); margin-bottom: 16px; }
.ov-head .compass svg { stroke: #6f9ceb; }
.ov-head h2 {
  font-size: clamp(28px, 3.2vw, 50px);
  color: var(--ink);
  line-height: 1.08;
}
.ov-head.on-dark .compass { color: rgba(255,255,255,0.7); }
.ov-head.on-dark h2 { color: #fff; }

/* ---------- PHOTO MOSAIC (Over ons + Werken bij) ---------- */
.photo-band { padding: clamp(70px, 9vw, 140px) 0; background: var(--page); overflow: hidden; }
.photo-band.on-paper { background: var(--paper); }
.photo-band.on-dark { background: var(--dark); }
.photo-band.on-dark .ov-head h2 { color: #fff; }
.photo-band.on-dark .ov-head .compass { color: rgba(255,255,255,0.7); }
.pm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(118px, 13vw, 178px);
  gap: 14px;
  margin-top: clamp(36px, 4vw, 60px);
}
.pm {
  position: relative;
  border-radius: var(--r-panel);
  overflow: hidden;
  background: var(--dark);
}
.pm img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
  transition: transform 1s var(--ease-out);
  display: block;
}
.pm:hover img { transform: scale(1.06); }
.pm:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.pm:nth-child(2) { grid-column: span 2; }
.pm:nth-child(3) { grid-column: span 1; }
.pm:nth-child(4) { grid-column: span 1; }
.pm:nth-child(5) { grid-column: span 2; }
.pm:nth-child(6) { grid-column: span 2; }
.pm-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: clamp(16px, 1.8vw, 26px);
  background: linear-gradient(to top, rgba(0,16,41,0.82) 0%, rgba(0,16,41,0) 100%);
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: clamp(13px, 1.1vw, 16px);
  color: #fff;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1020px) {
  .ov-manifest-grid { grid-template-columns: 1fr; gap: 28px; }
  .ov-who-grid { grid-template-columns: 1fr; gap: 32px; }
  .ov-who-media { aspect-ratio: 16 / 11; }
  .ov-value { grid-template-columns: 80px 1fr; grid-row-gap: 6px; }
  .ov-value p { grid-column: 2; }
  .ov-portrait.wide, .ov-portrait.tall { grid-column: span 6; }
  .pm-grid { grid-auto-rows: clamp(120px, 16vw, 170px); }
}
@media (max-width: 760px) {
  .pm-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: clamp(150px, 30vw, 220px); }
  .pm:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .pm:nth-child(1) { grid-column: span 2; }
}
@media (max-width: 620px) {
  .ov-coord { flex-basis: 50%; border-right: none; }
  .ov-value { grid-template-columns: 1fr; }
  .ov-value p { grid-column: 1; }
  .ov-portrait.wide, .ov-portrait.tall { grid-column: span 12; }
}
@media (max-width: 480px) {
  .pm-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .pm { aspect-ratio: 4 / 3; }
  .pm:nth-child(n) { grid-column: auto; grid-row: auto; }
}

/* ============================================================
   CASUS — Seoul → Oss (precisiezending, foto-gallerij)
   ============================================================ */
.ov-case { padding: clamp(30px, 4vw, 62px) 0; background: var(--page); }
.ov-case .case-shell {
  position: relative;
  margin: 0 var(--gutter);
  border-radius: var(--r-panel);
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}
.ov-case .case-pad { position: relative; z-index: 2; padding: clamp(46px, 6vw, 104px) clamp(24px, 5vw, 84px) clamp(30px, 4vw, 56px); }
.ov-case .ghost-han {
  position: absolute;
  top: -6%; right: -1%;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(220px, 34vw, 520px);
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none; user-select: none;
  letter-spacing: -0.02em;
}
.ov-case-head { max-width: 62ch; }
.ov-case-head .compass { color: rgba(255, 255, 255, 0.8); margin-bottom: 18px; }
.ov-case-head .compass svg { stroke: #6f9ceb; }
.ov-case-head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(34px, 5.2vw, 88px);
  line-height: 1.02;
  letter-spacing: 0.005em;
}
.ov-case-head h2 .koers { color: #6f9ceb; }
.ov-case-lede {
  margin-top: clamp(18px, 2.4vh, 28px);
  max-width: 64ch;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.82);
}
/* route / metric strip */
.ov-case-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(30px, 4vh, 52px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.ov-case-meta .m {
  padding: clamp(18px, 2vw, 26px) 24px clamp(18px, 2vw, 26px) 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.ov-case-meta .m:last-child { border-right: none; }
.ov-case-meta .k {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.ov-case-meta .v {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(17px, 1.55vw, 25px);
  line-height: 1.06;
  color: #fff;
}
.ov-case-meta .v small { display: block; font-family: var(--font-sans); font-weight: 600; font-size: 12.5px; color: rgba(255,255,255,0.55); margin-top: 6px; letter-spacing: 0; }
/* result line */
.ov-case-result {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: clamp(26px, 3.4vh, 40px);
  padding: clamp(18px, 2vw, 24px) clamp(20px, 2.4vw, 28px);
  border-radius: 14px;
  background: rgba(111, 156, 235, 0.12);
  border: 1px solid rgba(111, 156, 235, 0.32);
}
.ov-case-result .badge {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: #6f9ceb;
  display: flex; align-items: center; justify-content: center;
}
.ov-case-result .badge svg { width: 24px; height: 24px; stroke: var(--ink-deep); }
.ov-case-result p {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.ov-case-result p b { color: #9dbdf2; font-weight: 700; }

/* ---------- foto-gallerij (slider) ---------- */
.kgal { position: relative; z-index: 2; margin-top: clamp(30px, 4vh, 50px); }
.kgal-stage {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--r-panel) - 8px);
  background: #00102a;
  height: clamp(340px, 62vh, 700px);
  touch-action: pan-y;
}
.kgal-track { display: flex; height: 100%; transition: transform 0.62s var(--ease-out); will-change: transform; }
.kgal-track.no-anim { transition: none; }
.kgal-slide { flex: 0 0 50%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 0 6px; box-sizing: border-box; }
.kg-bg { display: none; }
.kg-img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.kg-cap {
  position: absolute;
  left: clamp(14px, 1.6vw, 22px); bottom: clamp(14px, 1.6vw, 20px);
  z-index: 3;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 11px 18px;
  border-radius: 12px;
  background: rgba(0, 16, 41, 0.6);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: clamp(13px, 1.1vw, 15.5px);
  color: #fff;
}
.kg-cap .kg-idx { color: #6f9ceb; font-weight: 700; }
.kg-cap .kg-flag { flex: none; }
/* nav arrows */
.kgal-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 4;
  width: clamp(44px, 4vw, 56px); height: clamp(44px, 4vw, 56px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 16, 41, 0.5);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s var(--ease-out), border-color 0.3s;
}
.kgal-arrow:hover { background: #6f9ceb; border-color: #6f9ceb; color: var(--ink-deep); }
.kgal-arrow svg { width: 22px; height: 22px; stroke: currentColor; }
.kgal-arrow.prev { left: clamp(12px, 1.6vw, 20px); }
.kgal-arrow.next { right: clamp(12px, 1.6vw, 20px); }
.kgal-arrow.prev:hover { transform: translateY(-50%) translateX(-2px); }
.kgal-arrow.next:hover { transform: translateY(-50%) translateX(2px); }
/* footer: counter + dots */
.kgal-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
  margin-top: 20px;
}
.kgal-count { font-family: var(--font-display); font-weight: 600; letter-spacing: 0.12em; font-size: 14px; color: rgba(255,255,255,0.62); }
.kgal-count b { color: #fff; }
.kgal-dots { display: flex; gap: 9px; }
.kgal-dot { width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0; background: rgba(255,255,255,0.26); cursor: pointer; transition: background-color 0.3s, width 0.3s var(--ease-out); }
.kgal-dot.is-active { background: #6f9ceb; width: 26px; border-radius: 5px; }
/* thumbnail rail */
.kgal-thumbs {
  display: flex; gap: 10px;
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.3) transparent;
}
.kgal-thumbs::-webkit-scrollbar { height: 6px; }
.kgal-thumbs::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.22); border-radius: 3px; }
.kgal-thumb {
  flex: 0 0 auto;
  width: clamp(64px, 7vw, 92px); height: clamp(48px, 5vw, 64px);
  border-radius: 9px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0; cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s, border-color 0.3s, transform 0.3s var(--ease-out);
  background: #00102a;
}
.kgal-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kgal-thumb:hover { opacity: 0.85; }
.kgal-thumb.is-active { opacity: 1; border-color: #6f9ceb; }

@media (max-width: 760px) {
  .kgal-slide { flex-basis: 100%; padding: 0; }
}
@media (max-width: 1020px) {
  .ov-case-meta { grid-template-columns: repeat(2, 1fr); }
  .ov-case-meta .m:nth-child(2) { border-right: none; }
  .ov-case-meta .m:nth-child(1), .ov-case-meta .m:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.13); }
}
@media (max-width: 560px) {
  .ov-case-meta { grid-template-columns: 1fr; }
  .ov-case-meta .m { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.13); padding-right: 0; }
  .ov-case-meta .m:last-child { border-bottom: none; }
}
