/* ==========================================================================
   veiki – case study puslapiai (šviesi tema)
   ========================================================================== */

.v-case {
  background: var(--c-light-bg);
  color: var(--c-on-light);
  min-height: 100svh;
}

.v-case section {
  max-width: 1100px;
  margin: 0 auto;
}

/* --- Hero ---------------------------------------------------------------- */

.v-case__hero { padding: 150px 5vw 56px; }

.v-case__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.v-case__chips .v-chip {
  border-color: rgba(26, 26, 34, 0.3);
  color: var(--c-on-light);
}

.v-case__title {
  margin: 0 0 22px;
  font-weight: 700;
  font-size: clamp(44px, 7vw, 92px);
  letter-spacing: -0.02em;
}
.v-case__title span { color: var(--c-accent); }

.v-case__intro {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));
  gap: 32px;
  align-items: start;
}

.v-case__eyebrow { color: var(--c-accent); margin-bottom: 12px; }

.v-case__task {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4A4750;
}

.v-case__facts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 600;
}
.v-case__facts span { color: #77737F; }
.v-case__live { color: var(--c-accent); font-weight: 700; }

/* --- Naršyklės rėmelis ---------------------------------------------------- */

.v-case__desktop { padding: 24px 5vw 56px; }

.v-browser {
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid rgba(26, 26, 34, 0.14);
  background: var(--c-light-card);
}

.v-browser__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(26, 26, 34, 0.1);
}
.v-browser__bar span {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: rgba(26, 26, 34, 0.2);
}
.v-browser__bar em {
  margin-left: 14px;
  font-style: normal;
  font-size: 12px;
  color: #77737F;
  background: rgba(26, 26, 34, 0.06);
  border-radius: 8px;
  padding: 4px 14px;
}

.v-browser__view {
  max-height: min(640px, 58vw);
  overflow: hidden;
}
.v-browser__view img { width: 100%; height: auto; display: block; }

/* --- Mobili versija ir fragmentai ------------------------------------------ */

.v-case__media {
  padding: 0 5vw 64px;
  display: flex;
  justify-content: center;
}
.v-case__media > div { width: min(300px, 100%); }

.v-phone {
  border-radius: 34px;
  border: 1.5px solid rgba(26, 26, 34, 0.2);
  padding: 10px;
  background: var(--c-light-card);
}
.v-phone__screen {
  height: 540px;
  border-radius: 26px;
  overflow: hidden;
}
.v-phone__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.v-case__frags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 16px;
}
.v-frag {
  height: 260px;
  background: rgba(26, 26, 34, 0.05);
  border-radius: var(--r-sm);
  overflow: hidden;
}
.v-frag img { width: 100%; height: 100%; object-fit: cover; }

/* Tuščia vieta nuotraukai */
.v-slot {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #77737F;
  border: 1px dashed rgba(26, 26, 34, 0.2);
  border-radius: inherit;
}

/* --- Ką padarėme + rezultatas ---------------------------------------------- */

.v-case__outcome {
  padding: 0 5vw 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));
  gap: 32px;
  align-items: start;
}

.v-case__did {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15.5px;
  font-weight: 600;
}
.v-case__did li {
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.v-case__did span { color: var(--c-accent); }

.v-case__result {
  background: var(--c-accent);
  color: var(--c-ink);
  border-radius: 20px;
  padding: 32px;
}
.v-case__result p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}
.v-case__result a {
  color: var(--c-ink);
  font-weight: 800;
  border-bottom: 2px solid var(--c-ink);
  padding-bottom: 2px;
}

/* --- Footeris --------------------------------------------------------------- */

.v-case__footer {
  background: #E9E6DF;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 90px 5vw 30px;
  border-top: 1px solid rgba(26, 26, 34, 0.12);
}

.v-case__footer-title {
  position: relative;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 26px;
}

.v-case__footer-legal {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  font-size: 12.5px;
  color: #77737F;
  font-weight: 600;
}
.v-case__footer-legal a { color: #77737F; }
@media (hover: hover) { .v-case__footer-legal a:hover { color: var(--c-accent); } }
